body {
    line-height: 1.8;
    font-family: Microsoft Yahei,arial,verdana,sans-serif;
    color: #000;
    font-size: 14px;
}
.body{
  position: relative;
    background-color: #f2f3f5;  
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.header-top{
    position: fixed;
    top: 0;
    z-index: 899;
    width: 100%; 
    border-color: red;
}
 .box {
    height: 36px;
    display: flex;
}
.box-x{
background-color: #333;
    color: #c9c9c9;
    line-height: 36px;
    height: 36px;
    font-size: 12px;
    min-width: 1300px;
    width: 100%;
    z-index: 95;    
}
.box-x .top-a{
    width: 1300px;
    margin: 0 auto;
}
.box-x .top-a .name{
  float: left;
}
.box-x .top-a .name .name-a{
 margin-right: 20px;
}
.top-a .name:before{
    content:'';
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: -2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAvElEQVR42mJ8/vw5AyWAiYC8MxSTZUAAEG+D4gBSDQgB4pVAzAbFK6FiRBkQDsTLoRphgA0qFk7IgGggXgrELFgMZoHKReMyIB6IFwIxM55wYYaqiUc3IAmI5xHQjGzIPKgeuAEgv10kMur/APF5WHgwIiUkfiD+QIQBH4FYgNiERFFKtAW5EIptiTHgP5rcERxsVAMkJCRg7E9AvBGI3wPxbyxqfwHxWyBeAeKA9IEwC5b0jwuwYxMECDAAQTEh1e/XxccAAAAASUVORK5CYII=) no-repeat 0 0;
    margin-right: 6px;
}
 .name-b{
 margin-right: 20px;
}
.top-a .user{
  float: right;
}
.user .item{
     margin-left: 25px;
    position: relative;  
    color: #c9c9c9;
    transition: color .2s;
    text-decoration: none;
}
.user .item:after {
    content: "";
    border-left: 1px solid #515151;
    height: 11px;
    position: absolute;
    right: -11px;
    top: 3px;
}
.user .down {
    display: inline-block;
    cursor: pointer;
    margin-left: 23px;
    position: relative;
}
.user .down-list {
    display: none;
    position: absolute;
    right: 0;
    z-index: 65;
    padding-top: 12px;
}
.down:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAFCAMAAAB7Npx7AAAAM1BMVEUAAAD////////b29vS0uG0tLzf5ubT19vU1NjS0tjFx8y9vcS9vcS0tL2ztbusrrWxsbg7U7pEAAAAEXRSTlMABAUOESIoQE5PbXCWq6+wsO5MWoUAAAA3SURBVAjXPYxLFgAQDMRCaf25/2lt6G7eSzIQyiwBUAFEiXb2sQijJVIb1NVzXxUfH7j6U97ZBU+wAd+NFFJ6AAAAAElFTkSuQmCC) no-repeat -9px 0;
    width: 7px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.down:hover .down-list{display:block}
.down-a{
  width: 100px;
    background: #fff;
    overflow: hidden;
    padding: 5px 10px 5px 15px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 40%);
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;  
}
.down-a a {
    color: #717175;
    line-height: 32px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header-top .nav-s{
    height: 81px;
    display: flex;  
}
.nav-s .header-nav{
    background: #ffff;
    z-index: 60;
    width: 100%;  
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.nav{
   width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 80px;
    background: #fff; 
}
.nav .logo{
    line-height: 70px;
    height: 80px;
    float: left;
    margin-right: 28px;
    font-size: 0;
}
.logo img {
    max-height: 80px;
    max-width: 240px;
    vertical-align: middle;
}
.mulu{
   float: left;
    position: relative;
    max-width: 745px;
    height: 80px;
    font-size: 0; 
}
.mulu ul {
    height: 80px;
}
li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mulu li {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.mulu li a {
    padding: 0 30px;
    display: block;
    color: #626266;
    font-size: 18px;
    line-height: 80px;
    position: relative;
    text-decoration: none;
    opacity: 1;
}
.mulu li a .hover{
    color: #3b8cfe;
}
 .mulu li.curr a,  .mulu li.curr a:hover, .mulu li:hover a{
    color: #3b8cfe;
}
.hover{
    color: #3b8cfe;
}
.search{
   float: right;
    margin-top: 22px; 
}
.search-common {
    position: relative;
    width: 210px;
    height: 34px;
    background: rgba(0,0,0,.5);
    border: 1px solid #7f7f7f;
    border-radius: 18px;
}
.search-focus{
  position: absolute;
    top: 0;
    left: 0;
    outline: none;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 18px;
    width: 106px;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    color: #fff;
    overflow: visible;
    font-family: sans-serif;

    line-height: 1.15;
    margin: 0;
}
.search-common .search-btn {
    width: 72px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: -1px;
    text-align: center;
    color: #fff;
    background: linear-gradient(
135deg,#76b3ff,#3b8cfe);
    background: -webkit-linear-gradien(135deg,#76b3ff 0,#3b8cfe 100%);
}
.index{
    background: url(../img/index_bg.jpg) repeat-x center 0;
    min-width: 1300px;
    background-repeat: repeat-x;
    background-position: center 0px;
}
.index-container{
        width: 1300px;
    margin: 0 auto;
    padding: 16px 0 60px;
    margin-top: 117px;
}
.home{
       width: 100%;
    background-size: 100%; 
}
.home-layout{
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.home-left{
    border-radius: 5px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    background: #3b8cfe;
    width: 240px;
    box-sizing: border-box;
}
.classification{
       width: 210px;
    margin: auto;
    min-height: 320px; 
}
.classification .classifyLi:first-child {
    border-top: none;
}
.classifyLi {
    width: 100%;
    border-top: 1px solid rgba(230,234,239,.1);
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 80px;
}
.classify_boxIcon {
    -ms-flex-align: center;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    margin-top: 10px;
}

.classify_boxIcon, .head_classifySon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 30px;
}
.classify_icon {
    width: 16px;
}
.classification a {
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s; 
}
.classification a:hover {
    color: #ffff;
}
.head_classifyTitle {
    line-height: 30px;
    display: inline-block;
    float: left;
    font-weight: 700;
    font-size: 13px!important;
    margin-left: 3px;
}
.head_classifySon a:first-child {
    margin-left: 0;
}
.head_classifyLi:after {
    display: block;
    content: "";
    clear: both;
}
.head_classifySon {
    float: left;
    line-height: 30px;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.head_AllClassify {
    width: 170px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background: hsla(0,0%,100%,.1);
    color: #fff;
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
    display: block;
        text-decoration: none;
}
.home-middle{
    width: 740px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.home-right{
    width: 300px;
    box-shadow: 0 2px 20px 0 rgb(59 140 254 / 10%);
    box-sizing: border-box;
    background: #fff;
    background-size: 300px;  
    border-radius: 5px;
}
.userright{
    
}
.picture{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    margin: 31px auto 0;
}
.img-user{
    width: 62px;
    height: 62px;
    border-radius: 50%;
}
.hi{
   margin-top: 9px;
    font-size: 13px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px; 
}
.userright .box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.userright .box .online-btn {
    width: 70px;
    background: #fbfcfd;
    border-radius: 3px;
    border: 1px solid #3b8cfe;
    color: #3b8cfe;
}
.userright .box .login-btn, .userright .box .online-btn {
    height: 31px;
    padding: 0;
    font-size: 13px;
    font-family: AlibabaPuHuiTi-Medium,AlibabaPuHuiTi;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.userright .box .login-btn {
    width: 87px;
    background: -webkit-gradient(linear,left top,left bottom,from(#51a8fd),to(#3b8cfe));
    background: linear-gradient(
180deg,#51a8fd,#3b8cfe);
    border-radius: 3px;
    color: #fff;
    margin-left: 13px;
    bottom: 0;
    border: 0;
}
.userright .line {
    width: 230px;
    height: 1px;
    background-color: #e8e8e8;
    margin-top: 18px;
    margin-bottom: 27px;
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
}
.userright .welfarebox {
    padding: 0 31px;
}
.userright .welfarebox .name {
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #333;
    line-height: 16px;
    text-align: center;
    margin-bottom: 17px;
}
.userright .welfarebox .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.userright .welfarebox .content .item {
    width: 50%;
    height: 62px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-goods{
  //  display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 6%);
    height: auto;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 16px;
}
.new-goods .box{
    margin-left: -5px;
    margin-top: -28px;
    height: auto;
}
.new-goods .goods-a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0 0 20px 20px;
}
.new-goods .goods-a .scroll {
	width:100%;
	padding:3px 0;
	overflow:auto

}

.new-goods .goods-a .scroll::-webkit-scrollbar {
	width:7px;
	height:0
}
.new-goods .goods-a .scroll .container{
	width:100%;
	height:100%;
	display:flex;
	gap:10px
}
.new-goods .goods-a .scroll .container .goods-item {
	border-radius:12px;
	color:#41435d;
	display:flex;
	flex-direction:column;
	align-items:center;
	flex-shrink:0;
	font-size:14px;
	line-height:1.4;
	padding:0px 10px 0px 10px;
	width:110px;
	gap:10px;
	cursor:pointer
}
.new-goods .goods-a .scroll .container .goods-item:hover {
	box-shadow:0 0 5px #f2f2f2
}
/*.new-goods .goods-a .scroll .container .goods-item img {
	width:70px;
	height:70px;
	border-radius:20px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}
.new-goods .goods-a .scroll .container .goods-item .goods-name {
	width:100%;
	color:#41435d;
	text-align:center;
	font-size:16px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.new-goods .goods-a .scroll .container .goods-item .price{
    width: 100%;
    text-align: center;
    color: #eb223d;
    font-weight: 600; 
}
.new-goods .goods-a .scroll .container .goods-item .price .money{
    font-size: 11px;
}*/
.new-goods .goods-a .scroll .container .goods-items {
    border-radius: 12px;
    color: #41435d;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
    gap: 10px;
    cursor: pointer;
}
 .goods-items img {
	width:70px;
	height:70px;
	border-radius:20px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}
 .goods-items .goods-name {
	width:100%;
	color:#41435d;
	text-align:center;
	font-size:16px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
 .goods-items .price{
    width: 100%;
    text-align: center;
    color: #eb223d;
    font-weight: 600; 
}
 .goods-items .money{
    font-size: 11px;
}
.class{
    width: 1300px;
    min-height: 536px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 4%);
    border-radius: 8px;
    background: linear-gradient(
270deg,#11a0ff,#1f78f9);
    position: relative;   
}
.class .class-name{
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 50px;
    color: #fff;
}
.class__cover {
    position: absolute;
    width: 148px;
    height: 50px;
    top: 0;
    right: 163px;
    z-index: 3;
}
.class__profile {
    position: absolute;
    width: auto;
    height: 67px;
    top: 13px;
    right: 20px;
    z-index: 3;
}
.class__content {
    min-height: 452px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.class__content, .class__list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.class__list {
    position: relative;
    padding-left: 6px;
    padding-right: 10px;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0,0,0,.09);
}
.class__content .item {
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
    z-index: 4;
}
.item-catgory {
    color: #333;
    padding: 5px 10px;
    border-radius: 50px;
    margin: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}
.item-active, .item-catgory:hover {
    color: #fff;
    background-color: #59f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#59f),to(#1ba4ff));
    background-image: linear-gradient(
180deg,#59f,#1ba4ff);
    -webkit-box-shadow: 0 3px 13px rgb(85 153 255 / 50%);
    box-shadow: 0 3px 13px rgb(85 153 255 / 50%);
    padding: 5px 10px;
    border-radius: 50px;
    margin: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}
.catgory-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.sk{
    display: none;
}
.catgory-list .category-item-wrap, .catgory-list a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.catgory-list a {
    width: 16.666666%;
    margin-top: 26px;
}
.catgory-list .category-item-wrap {
    width: 100%;
    height: 100%;
}
.catgory-list a img {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    box-shadow: 0 5px 15px rgb(0 184 255 / 20%);
    padding: 5px;
    background: #fff;
    margin-bottom: 8px;
}
.catgory-list a span {
    display: block;
    width: 100%;
    text-align: center;
}
.line1, .line2 {
    overflow: hidden;
}
.line1 {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.class__bottom{
    position: static;
    top: 50px;
    bottom: 0;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    z-index: 3;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 24px;
    align-items: center;
    justify-content: space-between;
}
.class__bottom--free, .class__bottom--more {
    color: #0083ff;
}
.footer{
    font-family: Microsoft Yahei,simsun,arial,verdana,sans-serif;
    color: grey;
    line-height: 1.8;
}
.footer-up, .footer-dow {
    min-width: 1300px;
    font-size: 12px;
    color: grey;
}
.footer .footer-up{
    border-top: 2px solid #2e2e2e;
    background-color: #292929;
}
.footer-dow {
    background-color: #1a1a1a;
    padding: 10px 0;
}
.footer, .footer-about, .footer-advantage {
    width: 1300px;
    margin: 0 auto;
}

.footer-about {
    overflow: hidden;
    padding: 40px 0 15px;
}
.footer-about .footer-link {
    float: left;
    padding-left: 46px;
}
.footer-about .f-col {
    float: left;
    width: 285px;
    margin-right: 38px;
    line-height: 24px;
}
.footer-about .f-col .title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.footer-fn li, .footer-fn ol, .footer-fn ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-about .f-col li {
    white-space: nowrap;
}
.footer-fn a, .footer-group a {
    color: grey;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.footer-advantage ul {
    overflow: hidden;
    padding: 43px 0 25px;
    border-bottom: 1px solid #2e2e2e;
}
.footer-fn li, .footer-fn ol, .footer-fn ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-advantage li {
    float: left;
    width: 160px;
    position: relative;
    padding-left: 120px;
    min-height: 70px;
    margin-right: 40px;
}
.footer-advantage strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.footer-advantage li i {
    position: absolute;
    left: 45px;
    top: 0;
    width: 52px;
    height: 60px;
    background: url(../img/foot_icon.png) no-repeat 0 0;
}
.footer-advantage li i.icon04 {
    background-position: -52px -60px;
}
.footer-advantage li i.icon02 {
    background-position: -52px 0;
}
.footer-advantage li i.icon03 {
    background-position: 0 -60px;
}
.footer {
    text-align: center;
    color: #565656;
    overflow: hidden;
    padding: 5px 0 10px;
}
.copyright-group {
    font-size: 12px;
}
.brand-authorizing{
 margin-top: 15px;   
}
.brand-authorizing .scroll-container {
    width: 1300px; 
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
  }

 .brand-authorizing .scroll-images {
    display: flex;
    animation: scroll 30s linear infinite;
  }
 .brand-authorizing .scroll-images img{
     width: 2558px;
     height: 230px;
 }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%); 
    }
  }
  .brand-authorizing .title{
    display: block;
    text-align: center;
    /* width: 59px; */
    height: 20px;
    line-height:20px;
    color: #333;
    font-size: 28px;
    font-weight: 800;
    margin: 0 auto;
    margin-bottom: 15px;
  }
   .brand-authorizing .title .image{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px; 
   }
    .image__inner{
    vertical-align: top;    
    }
    .image__error, .image__inner, .image__placeholder {
    width: 100%;
    height: 100%;
}