/*body{
    font-family:  Microsoft Sans Serif,Arial;
}*/

:root{
  --color-red: #2e5dae;
  --wapper: 1350px;
  --color-red-v2: #2e5dae;
  --color-hui1-v2: rgba(99, 99, 99, 0.2);
  --color-hui2-v2: #efefef;
  --color-red-deep: #2e5dae; 
}

nav .wapper .nav{
  width: 100%;
}
nav .wapper .nav a{
  flex: 1;
  justify-content: center;
  padding: 0;
}
.show-l .baseinfo .info .datas li label{
  width: 160px;
  text-align: right;
  padding-right: 12px;
}
.show-l .baseinfo .info .datas li.funcs a{
  margin-bottom: 14px;
  justify-content: center;
}
.show-l .baseinfo .info .datas li.funcs .btns{
  display: flex;
  flex-direction: column;
}
.content-box .tab a.sel,.content-box .tab a:hover{
  font-weight: normal;
}
.member-body .member-sidebar{
    width: 260px;
}
.subbody .sidebar ul > li.sel > p > a{
  font-weight: normal;
}

.show-company-info .company-info li{
  flex-direction: column;
}
.show-company-info .company-info li label{
  width: 100%;
  text-align: left;
}

.subbody{
  /*width: 1350px!important;*/
}
.subbody .sidebar{
  /*width: 250px!important;*/
}

.member-body .member-sidebar{
  width: 360px;
}
.im-in .main .form a{
  width: 120px!important;
}

.btn-info span{
  height: 48px;
}

.index-p1 .cate ul li a span{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
}

.layui-form-label{
  width: 200px;
}
.layui-input-block{
  margin-left: 230px;
}

.v2_header .cate-nav .v2_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 16px;
}
.v2_header .cate-nav .v2_nav a > em{
    right: -16px;
}

.subbody .sidebar h2{
  font-size: 12px;
}

.show-company-info a.more{
  font-size: 11px;
}
.subbody .sidebar h2.type2{
  font-size: 11px;
}

/* 
header头部样式
*/
.v2_header .logo-search {
  padding: 44.5px 0;
}



/* 首页分类 */


ul.v2-categorys {
  width: 296px;
  background-color: #fff;
  font-size: 15px;
  padding: 16px 0;
}

ul.v2-categorys li {
  display: flex;
  align-items: center;
  width: 100%;

}

ul.v2-categorys li>a {
  display: flex;
  align-items: center;
  height: 39px;
  padding: 0 16px;
  width: 100%;
}

ul.v2-categorys li>a span {
  flex: 1;
  margin: 0 8px;
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

ul.v2-categorys li>a i.cate-icon {
  color: #444;
  margin-top: 2px;
  font-size: 18px;
}

ul.v2-categorys li>a i.icon-go {
  font-size: 12px;
  color: #aaa;
}

ul.v2-categorys li>a.sel,
ul.v2-categorys li>a:hover {
  background-color: #F5F7F7;
}

ul.v2-categorys li>a.sel i,
ul.v2-categorys li>a.sel span,
ul.v2-categorys li>a:hover i,
ul.v2-categorys li>a:hover span {
  color: var(--color-red-v2);
}

.v2-categorys-right {
  position: absolute;
  /*width: calc( (var(--wapper) - 16px - 2*296px)/2  );*/
  height: auto;
  min-height: auto !important;
  max-height: 422px;
  top: 0;
  left: calc(296px);
  background-color: #fff;
  /* box-shadow: 2px 0 5px #aaa; */
  box-shadow: -4px 0px 5px -2px rgba(176, 176, 176, 0.4);
  z-index: 20130725;
  padding: 0 !important;
  display: none;
}

.v2-categorys-right .in {
  display: none;
  overflow: auto;
  height: 422px;
  outline: none;
}

.v2-categorys-right .in::-webkit-scrollbar {
  width: 7.8px;

}

.v2-categorys-right .in::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.v2-categorys-right .in::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.v2-categorys-right .in::-webkit-scrollbar-thumb:hover {
  background: rgb(234, 234, 234);
}

.v2-categorys-right dl {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin: 12px;
}

.v2-categorys-right dl dt {
  /*width: 120px;
	margin-right: 16px;*/
}

.v2-categorys-right dl dt a {
  display: flex;
  align-items: center;
  /*justify-content: flex-end;*/
}

.v2-categorys-right dl dt a span {
  /*font-weight: bold;*/
  color: #636363;
  /*display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
  /*text-align: right;*/
  display: flex;
  /*justify-content: flex-end;*/
}

.v2-categorys-right dl dt a span:hover {
  color: var(--color-red-deep);
}

.v2-categorys-right dl dt a i {
  font-size: 10px;
  display: flex;
  opacity: 0.6;
  margin-left: 8px;
  display: none;
}

.v2-categorys-right dl dd {
  flex: 1;
  display: none;
}

.v2-categorys-right dl dd a {
  color: #636363;
  display: inline-flex;
  margin-right: 12px;
}


/* header分类 */

.v2_float_cate {
  display: none;
  height: 438px;
  position: absolute;
  z-index: 20130724;
  top: 40px;
  box-shadow: 0 0 5px #ccc;
  left: 0;
}

.v2_float_cate .left {
  width: 296px;
  background-color: #fff;
  font-size: 15px;
  padding: 24px 0;
}

.v2_float_cate .left a {
  display: flex;
  align-items: center;
  height: 39px;
  padding: 0 16px;
}

.v2_float_cate .left a i.cate-icon {
  font-size: 18px !important;
  margin: 0;
}

.v2_float_cate .left a span {
  flex: 1;
  margin: 0 8px;
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  
}

.v2_float_cate .left a i.icon-cate {
  font-size: 22px;
  color: #444;
  margin-top: -4px;
}

.v2_float_cate .left a i.icon-go {
  font-size: 12px;
  color: #aaa;
}

.v2_float_cate .left a.sel,
.v2_float_cate .left a:hover {
  background-color: #F5F7F7;
}

.v2_float_cate .left a.sel i,
.v2_float_cate .left a.sel span,
.v2_float_cate .left a:hover i,
.v2_float_cate .left a:hover span {
  color: var(--color-red-v2);
}

.v2_float_cate-right {
  position: absolute;
  /*width: calc( (var(--wapper) - 16px - 2*296px)/2  );*/
  height: auto;
  /* min-height: 100%; */
  max-height: 438px;
  top: 0;
  left: calc(296px);
  background-color: #fff;
  /* box-shadow: 2px 0 5px #aaa; */
  box-shadow: -4px 0px 5px -2px rgba(176, 176, 176, 0.4);
  z-index: 20130725;
  /* padding: 4px 16px; */
  display: none;
}

.v2_float_cate-right .in {
  display: none;
  overflow: auto;
  height: 438px;
  outline: none;
}

.v2_float_cate-right .in::-webkit-scrollbar {
  width: 7.8px;

}

.v2_float_cate-right .in::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.v2_float_cate-right .in::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.v2_float_cate-right .in::-webkit-scrollbar-thumb:hover {
  background: rgb(234, 234, 234);
}

.v2_float_cate-right dl {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin: 12px 5px;
}

.v2_float_cate-right dl dt {
  /*width: 120px;
	margin-right: 16px;*/
}

.v2_float_cate-right dl dt a {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  /*justify-content: flex-end;*/
}

.v2_float_cate-right dl dt a span {
  /*font-weight: bold;*/
  color: #636363 !important;
  /*display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
  /*text-align: right;*/
  display: flex !important;
  white-space: nowrap;
  /*justify-content: flex-end;*/
}

.v2_float_cate-right dl dt a span:hover {
  color: var(--color-red-deep) !important;
}

.v2_float_cate-right dl dt a :hover {
  background: unset !important;
}

.v2_float_cate-right dl dt a i {
  font-size: 10px;
  display: flex;
  opacity: 0.6;
  margin-left: 8px;
  display: none;
}

.v2_float_cate-right dl dd {
  flex: 1;
  display: none;
}

.v2_float_cate-right dl dd a {
  color: #636363;
  display: inline-flex;
  margin-right: 12px;
}

/* 产品分类 */
.v2_all-category a {
  width: calc((var(--wapper) - 10* 2px) / 10);
}