html,
body {
  background: #F5F7FA;
}
a{text-decoration: none;color: #3bb77e;}
a:hover {
  color: #000;
}
.ranking-list {
  display: none;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.top-adv {
  height: 80px;
  width: 100%;
  position: relative;
  min-width: 1190px;
}
.top-adv img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top-adv span {
  position: relative;
}
.top-adv span i {
  position: absolute;
  right: 0;
  top: 5px;
  color: #fff;
  font-size: 12px;
}
.home-wrapper {
  min-width: 1190px;
}
.home-wrapper .home-top {
  height: 484px;
  position: relative;
}
.home-wrapper .home-top .home-top-center {
  position: absolute;
  left: 228px;
  top: 16px;
  width: 740px;
  height: 468px;
}
.home-wrapper .home-top .home-top-center .home-banner-items {
  width: 740px;
  height: 468px;
  position: relative;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items:hover + .home-banner-nav .banner-switch {
  background: rgba(0, 0, 0, 0.5);
}
.home-wrapper .home-top .home-top-center .home-banner-items li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items li a {
  display: block;
  height: 100%;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.home-wrapper .home-top .home-top-center .home-banner-items li:first-child {
  display: block;
  opacity: 1;
}
.home-wrapper .home-top .home-top-center .home-banner-nav {
  width: 740px;
  position: relative;
  display: none;
}
.home-wrapper .home-top .home-top-center .home-banner-nav:hover .banner-switch {
  background: rgba(0, 0, 0, 0.5);
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch {
  position: absolute;
  top: -200px;
  cursor: pointer;
  height: 60px;
  width: 32px;
  text-align: center;
  line-height: 60px;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch i {
  font-size: 32px;
  color: #fff;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch.left-switch {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-switch.right-switch {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-ul {
  position: absolute;
  top: -20px;
  width: 100%;
  text-align: center;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-ul span {
  background-color: #fff;
  border-radius: 5px;
  width: 9px;
  height: 8px;
  cursor: pointer;
  margin-left: 5px;
  transition: width linear 0.3s;
}
.home-wrapper .home-top .home-top-center .home-banner-nav .banner-ul span.active {
  width: 21px;
}
.home-wrapper .home-top .home-top-center .btm-advs {
  margin-top: 16px;
}
.home-wrapper .home-top .home-top-center .btm-advs .btm-adv {
  margin-left: 16px;
}
.home-wrapper .home-top .home-top-center .btm-advs .btm-adv:first-child {
  margin-left: 0;
}
.home-wrapper .home-top .home-top-center .btm-advs .btm-adv img {
  width: 236px;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.home-wrapper .home-top .top-c {
  position: relative;
  width: 100%;
}
.home-wrapper .home-top .top-c .l-nav {
  width: 212px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  height: 484px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item {
  height: 36px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:first-child {
  margin-top: 8px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .first-a {
  display: block;
  height: 36px;
  font-size: 14px;
  color: #000;
  padding: 0 16px 0 15px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .first-a span {
  display: block;
  width: 153px;
  line-height: 36px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .first-a i {
  font-size: 22px;
  color: #666666;
  margin-top: 7px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover {
  background: #f5f7fa;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .first-a {
  color: #09C867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .first-a i {
  color: #09C867;
  left: 14px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .first-a::before {
  display: block;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item:hover .right-content {
  display: block;
  border-color: #09c867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 212px;
  width: 772px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px 24px 8px 14px;
  overflow: auto;
  display: none;
  z-index: 3;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content::-webkit-scrollbar {
  width: 5px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item h3 {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  position: relative;
  padding-left: 46px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item h3::before {
  display: block;
  content: '';
  width: 16px;
  height: 6px;
  background: #09c867;
  position: absolute;
  left: 0;
  top: 19px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item h3 a {
  color: #333333;
  font-weight: 600;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a {
  height: 45px;
  line-height: 45px;
  margin-left: 46px;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a {
  display: block;
  cursor: pointer;
  color: #333;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a.more-clas-a {
  text-decoration: underline;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a.more-clas-a:hover {
  color: #09c867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a:hover strong {
  color: #09c867;
}
.home-wrapper .home-top .top-c .l-nav .l-nav-ul .first-item .right-content .second-items .second-item .item-wrapper .item-a a strong {
  font-size: 12px;
}
.home-wrapper .home-top .top-c .r-nav {
  width: 206px;
  height: 468px;
  position: absolute;
  right: 0;
  top: 16px;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 16px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view {
  padding: 20px 0 16px;
   border-bottom: 1px solid #ededed;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .text {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn {
  margin-top: 12px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn a {
  font-size: 12px;
  width: 82px;
  height: 26px;
  border-radius: 4px;
  line-height: 26px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn .login-btn {
  border: 1px solid #09c867;
  color: #09c867;
  margin-left: 6px;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .login-register-btn .login-btn:hover {
  border-color: #00af56;
  color: #00af56;
}
.home-wrapper .home-top .top-c .r-nav .nologin-view .tip {
  color: #ff5a06;
  line-height: 17px;
  margin-top: 10px;
}
.home-wrapper .home-top .top-c .r-nav .login-view {
  padding: 32px 0 24px;
}
.home-wrapper .home-top .top-c .r-nav .login-view img {
  width: 48px;
  height: 48px;
}
.home-wrapper .home-top .top-c .r-nav .login-view .user-info-div {
  margin: 6px 0 0 8px;
}
.home-wrapper .home-top .top-c .r-nav .login-view .user-info-div p {
  color: #666666;
}
.home-wrapper .home-top .top-c .r-nav .login-view .user-info-div a {
  width: 88px;
  height: 28px;
  border-radius: 4px;
  line-height: 28px;
  font-size: 12px;
  margin-top: 8px;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav {
  height: 160px;
  width: 174px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a {
  text-align: center;
  height: 80px;
  width: 87px;
  padding: 12px 0 ;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a:hover p {
  color: #09C867;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a img {
  width: 36px;
  height: 36px;
}
.home-wrapper .home-top .top-c .r-nav .bn-rnav a p {
  color: #333333;
  line-height: 17px;
  margin-top: 3px;
}
.home-wrapper .home-top .top-c .r-nav .news-r {
  margin-top: 14px; margin-bottom:10px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit {
  font-size: 14px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit p {
  color: #333333;
  line-height: 20px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit a {
  color: #717378;
  line-height: 20px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .tit a i {
  font-size: 20px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms {
  margin-top: 4px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms a {
  height: 17px;
  margin-top: 8px;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms a i {
  height: 16px;
  width: 16px;
  background: url('../../images/home/img2.png') no-repeat;
  background-size: 100% 100%;
}
.home-wrapper .home-top .top-c .r-nav .news-r .itms a p {
  color: #666666;
  line-height: 17px;
  margin-left: 5px;
  width: 150px;
}
.home-wrapper .section-1 {
  margin-top: 16px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 12px;
}
.home-wrapper .section-1 div {
  width: 576px;
  height: 86px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-wrapper .section-1 div.yc {
  background-image: url('../../images/home/img3.png');
}
.home-wrapper .section-1 div.sq {
  background-image: url('../../images/home/img4.png');
}
.home-wrapper .section-1 div .itms {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 410px;
  height: 64px;
  overflow: hidden;
}
.home-wrapper .section-1 div .itms li {
  margin: 6px 0 0 8px;
  width: 130px;
  height: 54px;
}
.home-wrapper .section-1 div .itms li:first-child {
  margin-left: 0;
}
.home-wrapper .section-1 div .itms li a {
  width: 130px;
  height: 54px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.home-wrapper .section-1 div .itms li a img {
  width: 130px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.home-wrapper .section-2 {
  padding: 16px 0;
  background: #fff;
  margin-top: 16px;
}
.home-wrapper .section-2 .sec2-itm {
  margin-left: 95px;
}
.home-wrapper .section-2 .sec2-itm:first-child {
  margin-left: 0;
}
.home-wrapper .section-2 .sec2-itm .sec2-itml img {
  width: 64px;
  height: 64px;
}
.home-wrapper .section-2 .sec2-itm .sec2-itmr {
  margin-left: 12px;
}
.home-wrapper .section-2 .sec2-itm .sec2-itmr p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.home-wrapper .section-4 {
  margin-top: 16px;
  height: 476px;
}
.home-wrapper .section-4 .sec4-l1 {
  width: 405px; margin-left:10px; margin-top:10px; padding-top:15px;
  height: 451px;
   background: linear-gradient(to bottom, #d2ffd7, #fff);
  border-radius: 8px;
}

.home-wrapper .section-4 .sec5-l1 {
  width: 755px; margin-left:10px; margin-top:10px;padding-top:15px;
  height: 451px; float:left;
   background: linear-gradient(to bottom, #edffef, #fff);
  border-radius: 8px;
}

.home-wrapper .section-4 .sec5-l2 {
  width: 240px; margin-left:10px; 
  height: 441px; float:left; 
  
}




.hot-keyword-box{margin-top:5px;margin-left:4%; width:90%}
.ware-list{margin-top:5px;margin-left:2%; width:45%; float:left}
.ware li{margin-top:10px;display:flex;align-items:center; color:#000;background:url(/js/images/yth-1.png) no-repeat}
.ware li p{ color:#000; float:left; margin-top:5px; margin-left:6px;}
.ware li a{margin-top:10px;display:flex;align-items:center; color:#000;padding-left:10px;}
.ware li .part-number{width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:20px}

.ware2 li{margin-top:10px;display:flex;align-items:center; font-size:14px; font-weight:bold; padding-left:10px; color:#000;background:url(/js/images/hot-icon.svg) no-repeat;background-position:left 10px}
.ware2 li p{ color:#000; float:left; margin-top:5px; margin-left:6px;}
.ware2 li a{margin-top:10px;display:flex;align-items:center; color:#000;padding-left:10px;}
.ware2 li .part-number{width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:20px}


.ware3 li{margin-top:6px;display:flex;align-items:center; padding-left:15px; color:#000;}
.ware3 li p{ color:#000; float:left; margin-top:5px; margin-left:6px;}
.ware3 li a{margin-top:10px;display:flex;align-items:center; color:#000;padding-left:10px;}
.ware3 li .part-number{width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:20px}

.ware11 li{margin-top:10px;height:25px; line-height:25px;display:flex;align-items:center; color:#000;background:url(/js/images/yth-3.png) no-repeat}
.ware11 li p{ color:#fff;height:25px; line-height:25px; float:left; margin-top:5px; margin-left:6px;}
.ware11 li a{margin-top:10px;display:flex;height:25px; line-height:25px;align-items:center; color:#000; padding-left:10px;}
.ware11 li .part-number{width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:20px}
.news-area{display:flex;justify-content:space-between;margin-top:20px;margin-bottom:20px}
.new-item{width:32%;height:371px;background-color:#fff; float:left; margin-left:0.6%; margin-right:0.6%; margin-top:10px; margin-bottom:15px;border-radius:10px;padding:20px;font-size:14px}.news-area .new-item:hover{box-shadow:0 6px 10px 0 hsla(0,0%,77.6%,.3)}.news-area .new-item:hover .img img{transform:scale(1.05)}.news-area .new-item .hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.news-area .new-item .hd .tt{font-size:16px}
.news-area .new-item .hd .more{font-size:12px;color:#b3b3b3}.news-area .new-item .hd .more:hover{color:#ed7111}
.news-area .new-item .hd .more .iconfont{font-size:12px;transform:scale(.8);margin-left:-5px}
.news-area .top{width:100%;height:198px;background-color:#fff;border-radius:10px;overflow:hidden}
.news-area .top .img{width:100%;height:100%;display:block;position:relative}
.news-area .top .img img{position:relative;z-index:0;width:100%;transition:all .3s ease-in-out}
.news-area .top .title{width:100%;padding:5px 15px;color:#fff;background:rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;left:0;bottom:0;z-index:2}
.news-area li{margin-top:13px; color:#000;}
.news-area li:before{content:"";width:6px;height:6px;background-color:#ff8d08;border-radius:50%;margin-right:5px}
.news-area li:before,.news-area li a{display:inline-block;vertical-align:middle; color:#000;}
.news-area li a{white-space:nowrap;max-width:300px; color:#000;overflow:hidden;text-overflow:ellipsis}

.home-wrapper .section-4 .sec5-l3 {
  width: 490px; margin-left:10px; 
  height: 456px; float:left;
  
}
.home-wrapper .section-4 .sec4-l1 .tex{
color: #000; line-height:36px; font-size:24px; font-weight:bold; margin-top:10px; margin-left:10px;
}

.home-wrapper .section-4 .sec4-l1 .text{
color: #3bb77e; line-height:36px;font-size:24px;font-weight:bold
}

.home-wrapper .section-4 .sec4-l1 .texx{
	color: #000; line-height:30px; font-size:18px;  margin-left:10px;}
	
.home-wrapper .section-4 .sec5-l2 .tex{
color: #000; line-height:36px; font-size:24px; font-weight:bold; margin-top:10px; margin-left:10px;
}

.home-wrapper .section-4 .sec5-l2 .text{
color: #3bb77e; line-height:36px;font-size:24px;font-weight:bold
}

.home-wrapper .section-4 .sec5-l2 .texx{
	color: #000; line-height:30px; font-size:18px;  margin-left:10px;}
	
.home-wrapper .section-4 .sec5-l3 .tex{
color: #000; line-height:36px; font-size:24px; font-weight:bold; margin-top:10px; margin-left:10px;
}

.home-wrapper .section-4 .sec5-l3 .text{
color: #3bb77e; line-height:36px;font-size:24px;font-weight:bold
}

.home-wrapper .section-4 .sec5-l3 .texx{
	color: #000; line-height:30px; font-size:18px;  margin-left:10px;}
.home-wrapper .section-4 .sec4-l {
  width: 415px;
  height: 476px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-4 .sec4-l .swts {
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.home-wrapper .section-4 .sec4-l .swts li {
  line-height: 50px;
  font-size: 16px;
  color: #717378;
  margin-left: 48px;
  cursor: pointer;
  position: relative;
}
.home-wrapper .section-4 .sec4-l .swts li::after {
  position: absolute;
  display: block;
  content: '';
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-wrapper .section-4 .sec4-l .swts li:first-child {
  margin-left: 16px;
}
.home-wrapper .section-4 .sec4-l .swts li.active {
  color: #09C867;
}
.home-wrapper .section-4 .sec4-l .swts li.active::after {
  background: #09c867;
}
.home-wrapper .section-4 .sec4-l .swts li:hover {
  color: #09C867;
}
.home-wrapper .section-4 .sec4-l .datas {
  height: 400px;
  margin: 8px 16px 0;
}
.home-wrapper .section-4 .sec4-l .datas li {
  font-size: 14px;
  color: #333;
  height: 40px;
  padding: 0 8px;
}
.home-wrapper .section-4 .sec4-l .datas li:nth-child(even) {
  background: #f3f6f8;
}
.home-wrapper .section-4 .sec4-l .datas li:nth-child(odd) i {
  background: #f5f7f9;
}
.home-wrapper .section-4 .sec4-l .datas li i,
.home-wrapper .section-4 .sec4-l .datas li img {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}
.home-wrapper .section-4 .sec4-l .datas li i {
  text-align: center;
  line-height: 24px;
  border-radius: 50% 50%;
  background: #fff;
}
.home-wrapper .section-4 .sec4-l .datas li a {
  color: #666666;
  line-height: 40px;
  margin-left: 7px;
  max-width: 300px;
}
.home-wrapper .section-4 .sec4-l .datas li p {
  position: relative;
  width: 0;
  height: 0;
  border-top: 6px solid #09C867;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 16px;
}
.home-wrapper .section-4 .sec4-l .datas li p.up {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #E61211;
  top: 10px;
}
.home-wrapper .section-4 .sec4-c {
  margin-left: 11px;
  width: 415px;
  height: 476px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-4 .sec4-c .t {
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  padding-left: 16px;
}
.home-wrapper .section-4 .sec4-c .user-banner {
  color: #333;
  margin: 16px 16px 0;
  font-size: 14px;
}
.home-wrapper .section-4 .sec4-c .user-banner .name {
  width: 160px;
}
.home-wrapper .section-4 .sec4-c .user-banner .name a {
  color: #333;
}
.home-wrapper .section-4 .sec4-c .user-banner .time {
  width: 103px;
}
.home-wrapper .section-4 .sec4-c .user-banner .msg {
  width: 112px;
}
.home-wrapper .section-4 .sec4-c .user-banner .title {
  background: #f3f6f8;
  border: 1px solid #ebebeb;
  height: 38px;
}
.home-wrapper .section-4 .sec4-c .user-banner .title li {
  border-left: 1px solid #ebebeb;
  padding: 0 16px;
  color: #333;
  box-sizing: border-box;
  line-height: 38px;
}
.home-wrapper .section-4 .sec4-c .user-banner .title li:first-child {
  border-left: none;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper {
  height: 360px;
  overflow: hidden;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msgs {
  position: relative;
  z-index: 1;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg {
  border: 1px solid #ebebeb;
  border-top: none;
  height: 39px;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg:nth-child(even) {
  background: #f3f6f8;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg div {
  border-left: 1px solid transparent;
  padding: 0 16px;
  color: #666;
  box-sizing: border-box;
  line-height: 39px;
}
.home-wrapper .section-4 .sec4-c .user-banner .user-msgs-wrapper .user-msg div:first-child {
  border-left: none;
}
.home-wrapper .section-4 .sec4-r {
  width: 338px;
  height: 476px;
  background: #ffffff;
  border-radius: 8px;
  margin-left: 11px;
}
.home-wrapper .section-4 .sec4-r .t {
  width: 338px;
  height: 79px;
  background-image: url('../../images/home/img14.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.home-wrapper .section-4 .sec4-r1 .inq-form {
  margin: 24px 16px 0;
  width: 306px;
  height: 347px;
  background: #f3f6f8;
  border-radius: 16px;
  border-top: 1px solid transparent;
}
.home-wrapper .section-4 .sec4-r1 .inq-form.no-cookie {
  height: 284px;
}
.home-wrapper .section-4 .sec4-r1 .inq-form .itm {
  font-size: 14px;
  margin-top: 24px;
  margin-left: 13px;
  position: relative;
}
.home-wrapper .section-4 .sec4-r1 .inq-form .itm .lb {
  color: #333330;
  line-height: 36px;
  width: 70px;
  text-align: right;
}
.home-wrapper .section-4 .sec4-r1 .inq-form .itm .lb b {
  color: #FF0606;
  margin-right: 2px;
}
.home-wrapper .section-4 .sec4-r1 .inq-form .itm input {
  width: 184px;
  height: 36px;
  background: #ffffff;
  border-radius: 2px;
  line-height: 32px;
  padding: 0 8px;
  margin-left: 10px;
}
.home-wrapper .section-4 .sec4-r1 .inq-form .itm input.code-ipt {
  width: 200px;
  padding-right: 100px;
}
.home-wrapper .section-4 .sec4-r1 .inq-form .itm .get-code-a {
  position: absolute;
  right: 20px;
  top: 6px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  width: 76px;
  height: 24px;
  background: #09c867;
  border-radius: 2px;
  color: #fff;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn {
  width: 169px;
  height: 46px;
  background-image: url('../../images/home/img13.png');
  margin: 30px auto 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn::after {
  display: block;
  content: '';
  width: 41px;
  height: 44px;
  position: absolute;
  top: 20px;
  background: url('../../images/home/img19.png') no-repeat;
  background-size: 100% 100%;
  right: -7px;
  z-index: 3;
  animation: scale2 2s infinite linear;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn i {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50% 50%;
}
.home-wrapper .section-4 .sec4-r .inq-form .inq-btn i::before {
  z-index: 2;
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50% 50%;
  background: rgba(255, 255, 255, 0.16);
  animation: scale1 2s infinite linear;
}
.home-wrapper .section-4 .sec4-r .check-agree {
  cursor: pointer;
  margin: 24px 31px 0;
}
.home-wrapper .section-4 .sec4-r .check-agree.active i {
  color: #09C867;
}
.home-wrapper .section-4 .sec4-r .check-agree i {
  color: #E6E6E6;
}
.home-wrapper .section-4 .sec4-r .check-agree span {
  color: #333330;
  margin-left: 8px;
  width: 251px;
  line-height: 18px;
}
.home-wrapper .section-4 .sec4-r .check-agree span a {
  color: #666;
}
.home-wrapper .section-6 {
  margin-top: 16px;
}
.home-wrapper .section-6 a {
  width: 100%;
  height: 136px;
  border-radius: 8px;
}
.home-wrapper .section-6 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.home-wrapper .section-7 {
  margin-top: 16px;
}
.home-wrapper .section-7 .sec7-l {
  width: 416px;
  height: 346px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-7 .sec7-l a {
  text-align: center;
  width: 208px;
  height: 173px;
  padding-top: 22px;
}
.home-wrapper .section-7 .sec7-l a.itm1 {
  box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.home-wrapper .section-7 .sec7-l a.itm3 {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.home-wrapper .section-7 .sec7-l a.itm4 {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.home-wrapper .section-7 .sec7-l a:hover p {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-l a img {
  width: 120px;
  height: 92px;
}
.home-wrapper .section-7 .sec7-l a p {
  color: #333333;
  line-height: 17px;
  margin-top: 20px;
}
.home-wrapper .section-7 .sec7-r {
  width: 761px;
  height: 346px;
  background: #ffffff;
  border-radius: 8px;
}
.home-wrapper .section-7 .sec7-r .swts {
  height: 35px;
  padding-top: 32px;
  border-bottom: 1px solid #ebebeb;
}
.home-wrapper .section-7 .sec7-r .swts .swt {
  line-height: 26px;
  font-size: 16px;
  color: #717378;
  margin-left: 32px;
  position: relative;
  cursor: pointer;
}
.home-wrapper .section-7 .sec7-r .swts .swt:hover {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-r .swts .swt::after {
  position: absolute;
  display: block;
  content: '';
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -9px;
}
.home-wrapper .section-7 .sec7-r .swts .swt.active {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-r .swts .swt.active::after {
  background: #09c867;
}
.home-wrapper .section-7 .sec7-r .swts .more-li {
  line-height: 26px;
  margin-right: 20px;
}
.home-wrapper .section-7 .sec7-r .swts .more-li a {
  color: #999999;
  font-size: 14px;
}
.home-wrapper .section-7 .sec7-r .swts .more-li a i {
  margin-left: 4px;
}
.home-wrapper .section-7 .sec7-r .news-wrp {
  margin-top: 8px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms.itms-hide {
  display: none;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm {
  border-bottom: 1px solid #ecf1f7;
  margin: 0 24px;
  padding: 24px 0 10px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm:hover a .new-t {
  color: #09C867;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm:hover a i {
  display: block;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time {
  width: 120px;
  padding: 4px 0 0 5px ;
  color: #999;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .day {
  color: #333;
  font-size: 26px;
  line-height: 35px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .day b {
  color: #999;
  margin: 0 5px 0 3px;
  font-size: 22px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .month,
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .year {
  line-height: 16px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm .time .month {
  margin-top: 1px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm a {
  width: 550px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm a .new-t {
  color: #333;
  font-size: 14px;
  line-height: 17px;
}
.home-wrapper .section-7 .sec7-r .news-wrp .itms .itm a .new-c {
  color: #999999;
  line-height: 20px;
  margin-top: 12px;
}
.r-a-wrapper {
  z-index: -1;
  position: fixed;
  top: 300px;
  left: 50%;
}
.r-a-wrapper .ra-item {
  position: absolute;
  right: -10px;
  top: 0;
}
.r-a-wrapper .ra-item .close-ra-item {
  height: 16px;
  width: 16px;
  margin: 0 auto;
  background: url('../../images/home/img-n20.png') no-repeat;
  background-size: 100% 100%;
}
.l-a-wrapper {
  z-index: -1;
  position: fixed;
  top: 300px;
  left: 50%;
}
.l-a-wrapper .ra-item {
  position: absolute;
  left: -10px;
  top: 0;
}
.l-a-wrapper .ra-item .close-ra-item {
  height: 16px;
  width: 16px;
  margin: 0 auto;
  background: url('../../images/home/img-n20.png') no-repeat;
  background-size: 100% 100%;
}
.adv-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
.adv-alert a img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 800px;
  max-height: 470px;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.adv-alert .close-adv-alert {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
}
.adv-alert .close-adv-alert.hide {
  display: none;
}
.adv-alert .close-adv-alert i {
  color: #717378;
}
.search-input {
  position: relative;
  height: 40px;
}
.search-input .input-div {
  height: 100%;
  width: 435px;
  padding: 0 25px;
  line-height: 36px;
  position: relative;
}
.search-input .input-div input {
  height: 35px;
  border: none;
  color: #28292b;
  width: 385px;
  border-bottom: 1px solid #ebebeb;
}
.search-input .input-div .search-history {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  padding-top: 9px;
  z-index: 4;
}
.search-input .input-div .search-history .wrp {
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.search-input .input-div .search-history .history-ul {
  padding-top: 9px;
  max-height: 204px;
  overflow: auto;
}
.search-input .input-div .search-history .history-ul::-webkit-scrollbar {
  width: 5px;
}
.search-input .input-div .search-history .history-ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #cccccc;
}
.search-input .input-div .search-history .history-ul .history-li {
  cursor: pointer;
}
.search-input .input-div .search-history .history-ul .history-li:hover {
  background-color: #f7f8fa;
}
.search-input .input-div .search-history .history-ul .history-li a {
  font-size: 14px;
  color: #666666;
  line-height: 34px;
  width: 100%;
  padding: 0 20px;
}
.search-input .input-div .search-history .clear-history {
  padding: 8px 20px 15px;
  text-align: right;
  line-height: normal;
}
.search-input .input-div .search-history .clear-history a {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}
.search-input .common-search-btn {
  width: 55px;
  height:36px;
  border-radius: 0px;
  line-height: 36px;
  position: relative;
  top: 0px;
 
  text-align: center  ;
  color: #191919;
  background: #000;
  cursor: pointer; float:right;
  color: #fff;
}
.search-input .common-search-btn i {
  font-size: 20px;
}
.search-input .search-kwds {
  width: 100%;
}
.search-input .search-kwds ul {
  padding: 0 35px 0 25px;
}
.search-input .search-kwds ul:last-child {
  padding-bottom: 24px;
}
.search-input .search-kwds ul .brd-tit,
.search-input .search-kwds ul .name-tit {
  height: 20px;
  line-height: 20px;
  color: #191919;
  font-size: 14px;
  padding-top: 15px;
}
.search-input .search-kwds ul .brd-tit i,
.search-input .search-kwds ul .name-tit i {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
.search-input .search-kwds ul .brd-tit i {
  background-image: url('../../images/common/brand-icon.png');
}
.search-input .search-kwds ul .name-tit i {
  background-image: url('../../images/common/name-icon.png');
}
.search-input .search-kwds ul .kwd {
  border-radius: 14px;
}
.search-input .search-kwds ul .kwd a {
  display: block;
  color: #606266;
  padding: 4px 23px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  margin-top: 8px;
}
.search-input .search-kwds ul .kwd a .f-red {
  color: #09C867;
}
.search-input .search-kwds ul .kwd:hover {
  background: #f5f7fa;
}
.search-input .s-i-l {
  font-size: 14px;
  width: 596px;
  background: #ffffff;

  border-radius: 10px ;
  position: absolute;
  left: 0;
  top: 0;
  
}
.search-input .header-r-r {
  position: relative;
  top: 2px;
  margin-left: 710px; float:right;
}
.search-input .header-r-r .common-car:hover + .small-cart-wrp {
  display: block;
}
.search-input .header-r-r .small-cart-wrp:hover {
  display: block;
}
.search-input .header-r-r .small-cart-wrp {
  display: none;
  position: absolute;
  padding-top: 10px;
  top: 30px;
  right: 0;
  width: 606px;
}
.search-input .header-r-r .small-cart-wrp .small-cart {
  background: #ffffff;
  border: 1px solid #f7f7f7;
  border-radius: 2px;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  z-index: 104;
  box-sizing: border-box;
  padding: 10px 20px 20px;
  color: #333;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm {
  color: #131313;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  line-height: 22px;
  padding-bottom: 5px;
  transition: all linear 0.1s;
  margin-right: 20px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm.active {
  color: #09c867;
  font-weight: 600;
  border-bottom: 2px solid #09c867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-nav .itm:hover {
  color: #09c867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table {
  margin-top: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-head {
  background: #f6fcf6;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-head .tb-td {
  color: #999999;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body {
  max-height: 160px;
  overflow: auto;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e3e3e3;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body::-webkit-scrollbar {
  width: 5px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp .tb-tr {
  margin-top: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp .tb-tr.checked .tb-td .tb-check {
  color: #09C867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-body .bd-wp.hide {
  display: none;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td {
  box-sizing: border-box;
  padding-left: 4px;
  line-height: 22px;
  height: 22px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-check {
  color: #515151;
  cursor: pointer;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-check.check-all.checked {
  color: #09C867;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td .tb-delete {
  cursor: pointer;
  color: #000;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.red {
  color: #EB222B;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td1 {
  width: 20px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td2 {
  width: 116px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td3 {
  width: 135px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td4 {
  width: 94px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td5 {
  width: 61px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td6 {
  width: 93px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-table .tb-td.tb-td7 {
  width: 34px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom {
  margin-top: 10px;
  height: 24px;
  background: #f6fcf6;
  color: #131313;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom a {
  height: 24px;
  line-height: 24px;
  width: 56px;
  border-radius: 4px;
  font-size: 12px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom b {
  color: #eb222b;
  line-height: 24px;
  margin-left: 10px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom p {
  line-height: 24px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom .money-div {
  margin-right: 30px;
}
.search-input .header-r-r .small-cart-wrp .small-cart .s-c-bottom .num-div {
  margin-right: 10px;
}
.common-car {
  width: 127px;
  height: 37px;
  border: 1px solid #09C867;
  border-radius: 20px;
  line-height: 35px;
  color: #09C867;
}
.common-car img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.common-car span {
  font-size: 14px;
}
.common-car b {
  position: absolute;
  height: 16px;
  border-radius: 8px;
  color: #fff;
  background: #FF5A06;
  line-height: 16px;
  padding: 0 3px;
  font-size: 12px;
  top: -8px;
  right: 0;
}
.big-header {
  height: 199px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #ebebeb;
}
.big-header .top-login {
  height: 35px;
  width: 100%;
  color: #333333;
  line-height: 35px;
  background: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}
.big-header .top-login .top-login-l li {
  margin-left: 10px;
}
.big-header .top-login .top-login-l li.li-1 {
  margin-left: 0;
}
.big-header .top-login .top-login-l li a {
  color: #333;
}
.big-header .top-login .top-login-r li {
  margin-left: 27px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic {
  margin-left: 0;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div {
  margin-left: 27px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.big-header .top-login .top-login-r li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.big-header .top-login .top-login-r li.user-order-li {
  position: relative;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-a {
  height: 36px;
}
.big-header .top-login .top-login-r li.user-order-li i {
  font-size: 24px;
}
.big-header .top-login .top-login-r li.user-order-li:hover .user-order-drop {
  display: block;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.big-header .top-login .top-login-r li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.big-header .top-login .top-login-r li a {
  color: #333;
  cursor: pointer;
}
.big-header .header-m {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.big-header .header-m .header-m-l {
  margin-top: 5px;
}
.big-header .header-m .header-m-l img {
  width: 193px;
  height: 48px;
}
.big-header .header-m .header-m-l .web-title {
  position: relative;
  left: 71px;
  top: -10px;
  color: #333;
}
.big-header .header-m .header-m-r .command-searches {
  text-align: left;
  margin-top: 16px;
}
.big-header .header-m .header-m-r .command-searches li {
  cursor: pointer;
  margin-left: 16px;
  line-height: 17px;
  font-size: 12px;
}
.big-header .header-m .header-m-r .command-searches li a {
  color: #333;
}
.big-header .header-m .header-m-r .command-searches li.active a {
  color: #09C867;
}
.big-header .header-m .header-m-r .command-searches li:first-child {
  margin-left: 24px;
}
.big-header .header-m .sc-cms-banner {
  display: none;
}
.big-header .header-btm {
  margin-top: 9px;
}
.big-header .header-btm .all-clsf {
  width: 212px;
  height: 42px;
  background: #3bb77e;
  border-radius: 4px 4px 0 0 ;
  padding: 8px 16px 8px 15px;
  margin-right: 16px;
}
.big-header .header-btm .all-clsf img {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.big-header .header-btm .all-clsf p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-left: 12px;
}
.big-header .header-btm .all-clsf i {
  color: #fff;
  margin-top: 2px;
  font-size: 22px;
}
.big-header .header-btm .nav {
  font-size: 16px;
  margin: 13px 0 0 0;
}
.big-header .header-btm .nav ul li {
  margin-right: 64px;
  line-height: 16px;
}
.big-header .header-btm .nav ul li:last-child {
  margin-right: 0;
}
.big-header .header-btm .nav ul li .hot-i {
  height: 15px;
  object-fit: cover;
  position: relative;
  top: -5px;
}
.big-header .header-btm .nav ul li.hot-li a {
  color: #E2402F !important;
  font-weight: 600;
  font-family: Douyin Sans, Douyin Sans-Bold;
}
.big-header .header-btm .nav ul li a {
  color: #333;
  cursor: pointer;
  transition: all linear 0.3s;
}
.big-header .header-btm .nav ul li a.active,
.big-header .header-btm .nav ul li a:hover {
  color: #09c867;
}



.big-header .header-btm .nav1 {
  font-size: 16px;
  margin: 13px 0 0 0;
}
.big-header .header-btm .nav1 ul li {
  margin-right: 160px;
  line-height: 16px;
}
.big-header .header-btm .nav1 ul li:last-child {
  margin-right: 0;
}
.big-header .header-btm .nav1 ul li .hot-i {
  height: 15px;
  object-fit: cover;
  position: relative;
  top: -5px;
}
.big-header .header-btm .nav1 ul li.hot-li a {
  color: #E2402F !important;
  font-weight: 600;
  font-family: Douyin Sans, Douyin Sans-Bold;
}
.big-header .header-btm .nav1 ul li a {
  color: #333;
  cursor: pointer;
  transition: all linear 0.3s;
}
.big-header .header-btm .nav1 ul li a.active,
.big-header .header-btm .nav1 ul li a:hover {
  color: #09c867;
}


.big-header.fixed {
  position: fixed;
  height: 70px;
  min-width: 1190px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
  top: 0;
  left: 0;
  right: 0;
}
.big-header.fixed .top-login {
  display: none;
}
.big-header.fixed .header-m {
  margin-top: 0;
}
.big-header.fixed .header-m .header-m-l {
  margin-top: 9px;
}
.big-header.fixed .header-m .header-m-l img {
  width: 180px;
  height: 45px;
}
.big-header.fixed .header-m .header-m-l .web-title {
  left: 65px;
  top: -15px;
}
.big-header.fixed .header-m .header-m-r .search-input {
  margin-top: 15px;
}
.big-header.fixed .header-m .header-m-r .command-searches {
  display: none;
}
.big-header.fixed .header-m .sc-cms-banner {
  display: block;
  height: 70px;
  width: 180px;
  margin-left: 20px;
}
.big-header.fixed .header-m .sc-cms-banner img {
  width: 100%;
  height: 100%;
}
.big-header.fixed .header-btm {
  display: none;
}
.activity-wrapper .footer {
  display: none;
}
.draw-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  overflow-y: auto;
  display: none;
}
.draw-dialog .draw-body {
  margin: auto;
  margin-top: 100px;
}
.draw-activity {
  min-height: 500px;
}
.draw-activity .draw-body {
  position: relative;
}
.draw-activity .draw-body .draw-bg {
  zoom: 1.225;
}
.draw-activity .draw-body .position-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.draw-activity .draw-body .img-bg {
  width: 100%;
  display: block;
}
.draw-activity .draw-body #myDrawBtn {
  margin: 48px auto 0;
  background: url(../../images/draw/my-draw.png);
  background-size: 100% 100%;
  width: 164px;
  height: 62px;
  display: block;
}
.draw-body .text-bg {
  margin: 0 auto 24.5px;
  width: 503px;
  height: 144px;
  background: url(../../images/draw/text-bg.png);
  background-size: 100% 100%;
}
.draw-body .draw-bg {
  margin: 0 auto 24.5px;
  width: 480px;
  height: 460px;
  background: url(../../images/draw/draw-bg.png);
  background-size: 100% 100%;
  position: relative;
}
.draw-body .draw-bg #drawDiv {
  position: absolute;
  top: 22px;
  left: 60px;
}
.draw-body .close-btn {
  margin: 32px auto 0;
  width: 48px;
  height: 48px;
  background: url(../../images/draw/close-btn.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.draw-tips-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.draw-tips-dialog .tips-body {
  padding-bottom: 20px;
  margin: 260px auto 0;
  box-sizing: border-box;
  width: 480px;
  min-height: 337px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 8px 0px rgba(200, 201, 204, 0.5), 0px 1px 78px 20px rgba(254, 198, 152, 0.58) inset;
  position: relative;
  padding-top: 1px;
}
.draw-tips-dialog .tips-body .dialog-tit {
  position: absolute;
  left: 120px;
  top: -32px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #b26835;
  line-height: 64px;
  width: 240px;
  height: 64px;
  background: #ffffff;
  border-radius: 45px;
  box-shadow: 0px 1px 57px 13px rgba(254, 198, 152, 0.5) inset;
}
.draw-tips-dialog .tips-body .dialog-close-btn {
  position: absolute;
  right: 0;
  top: -32px;
  background: url(../../images/draw/close-btn.png);
  background-size: 100% 100%;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.draw-tips-dialog .tips-body .dialog-content {
  margin-top: 55px;
  margin-left: 25px;
  width: 431px;
  min-height: 199px;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.36) 60%);
  border-radius: 16px;
  position: relative;
}
.draw-tips-dialog .tips-body .dialog-content .content-box {
  padding-top: 24px;
  text-align: center;
}
.draw-tips-dialog .tips-body .dialog-content .content-box .tips-img {
  width: 72px;
  height: 72px;
}
.draw-tips-dialog .tips-body .dialog-content .content-box .tips-txt {
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #b26835;
  line-height: 48px;
  text-align: center;
}
.draw-tips-dialog .tips-body .dialog-content .content-box .tips-txt.jf-txt {
  line-height: 30px;
  margin-top: 20px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box {
  padding: 16.5px 0;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .dsc {
  height: 48px;
  font-size: 16px;
  text-align: center;
  color: #ff1803;
  line-height: 48px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .type-item {
  box-sizing: border-box;
  padding-top: 21px;
  margin-left: 24px;
  height: 52px;
  width: 382px;
  border-bottom: 1px dashed #fee4d0;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .type-item .radio-div {
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .type-item .radio-div input[type='radio'] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  /* 设置默认背景颜色 */
  border: 1px solid #ccc;
  /* 设置边框 */
  padding: 5px;
  /* 设置内边距 */
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .type-item .radio-div input[type="radio"]:checked {
  background-color: #f00;
  /* 设置选中时的背景颜色 */
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .type-item .radio-div span {
  margin-right: 20px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .type-item .radio-div input,
.draw-tips-dialog .tips-body .dialog-content .address-content-box .type-item .radio-div span {
  vertical-align: middle;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form {
  font-size: 14px;
  padding-top: 15px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm.yj {
  margin-bottom: 20px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .label {
  text-align: right;
  color: #606266;
  line-height: 20px;
  padding: 6px 0;
  float: left;
  width: 102px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .label.required::before {
  content: "*";
  color: #ff1803;
  font-size: 14px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .f-block {
  width: 304px;
  margin-left: 102px;
  line-height: 32px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .f-block .ipt,
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .f-block .textarea {
  width: 100%;
  box-sizing: border-box;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 12px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .f-block .textarea {
  height: 63px;
  resize: none;
  padding: 9px 12px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .f-block.txt-block {
  padding: 6px 0;
  line-height: 20px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .f-block select {
  width: 96px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  margin-left: 8px;
}
.draw-tips-dialog .tips-body .dialog-content .address-content-box .address-form .f-itm .f-block select:first-child {
  margin-left: 0;
}
.draw-tips-dialog .tips-body .dialog-content .dialog-btn-item {
  width: 100%;
  text-align: center;
}
.draw-tips-dialog .tips-body .dialog-content .dialog-btn-item .fir-btn {
  min-width: 154px;
  height: 40px;
  background: linear-gradient(0deg, #ff1803, #ff7f5a 62%, #ffba8d 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 16px;
}
.draw-tips-dialog .tips-body .dialog-content .dialog-btn-item .sec-btn {
  display: inline-block;
  margin-bottom: 32px;
  height: 14px;
  font-size: 14px;
  text-align: center;
  color: #ff1803;
  line-height: 14px;
}
@keyframes scale1 {
  0% {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.1);
  }
  33% {
    transform: scale(0.7);
    background: rgba(255, 255, 255, 0.3);
  }
  66% {
    transform: scale(0.4);
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.1);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.9);
  }
  66% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.point-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 201;
  background: url('../../images/alert-mask.png') repeat;
}
.point-alert .c {
  width: 765px;
  height: 604px;
  background: url('../../images/point/shop/23.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -50%;
  margin: -302px 0 0 -382px;
}
.point-alert .c .bg1 {
  width: 403px;
  height: 436px;
  background: url('../../images/point/shop/24.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.point-alert .c .bg2 {
  width: 240px;
  height: 48px;
  background: url('../../images/point/shop/25.png') no-repeat;
  background-size: 100% 100%;
  margin: 5px auto 0;
  cursor: pointer;
}
.point-alert .c .bg3 {
  width: 40px;
  height: 40px;
  background: url('../../images/point/shop/26.png') no-repeat;
  background-size: 100% 100%;
  margin: 24px auto 0;
  cursor: pointer;
}
.yzc-footer{background:#ebebeb;width:100%;min-width:1200px;display:flex;color:#333;display:flex;flex-direction:column;font-size:12px; margin-top:10px;}.yzc-footer .inner-box{padding:20px 0;border-bottom:1px solid #dfdfdf;padding-bottom:16px;width:1200px;margin:0 auto}.yzc-footer *{box-sizing:border-box}.yzc-copyright{height:40px;display:flex;align-items:center;justify-content:center;font-size:12px;color:grey}.yzc-copyright a{margin-left:10px}.yzc-copyright a:hover{text-decoration:underline}.yzc-footer .logo img{filter:#fff}.yzc-footer .tel{display:flex;color:#fff;margin-top:50px}.yzc-footer .tel .cmicon-tel{color:#fff;font-size:40px;width:40px;height:50px}.yzc-footer .tel p{display:flex;flex-direction:column;margin-left:20px}.yzc-footer .tel p strong{font-size:20px}.colored-svg{fill:#fff}.yzc-footer .md-hp{display:flex;justify-content:space-between}.yzc-footer .md-hp dl{width:135px;position:relative}.yzc-footer .md-hp dl dt{font-size:14px;margin-bottom:9px;font-weight:700}.yzc-footer .md-hp dl dd{font-size:12px;line-height:24px;color:grey}.yzc-footer .md-hp dl dd a{color:grey}.yzc-footer .md-hp dl dd a:hover{color:#ed7111}.yzc-footer .md-hp .contact{width:230px;overflow:visible}.hp-icons{display:flex;align-items:center;position:absolute;left:70px;top:-8px;z-index:2}.hp-icons .cmfont{font-size:26px;color:#b3b3b3;width:40px}.hp-cmicon-popover{background:#fff;top:5px;display:flex;left:-100%;margin-bottom:15px;margin-left:-33px;opacity:0;padding:5px 20px;align-items:center;justify-content:space-between;pointer-events:none;position:absolute;border-radius:6px;transform:translateY(35px);transition:all .25s ease-out;box-shadow:2px 2px 6px rgba(0,0,0,.28);font-size:12px}.hp-cmicon-popover div{display:flex;flex-direction:column;justify-content:center;align-items:center}.hp-cmicon-popover img{vertical-align:middle}.hp-cmicon-item{margin-right:14px;position:relative}.hp-cmicon-item:hover .hp-cmicon-popover{opacity:1;pointer-events:auto;transform:translateY(40px)}.hp-cmicon-item:hover .cmfont{color:#ed7111}.hp-cmicon-popover:before{top:-20px;content:" ";display:block;height:20px;left:0;position:absolute;width:100%}.hp-cmicon-popover:after{border-left:solid transparent 10px;border-right:solid transparent 10px;border-bottom:solid #fff 10px;top:-10px;content:" ";height:0;left:50%;margin-left:-5px;position:absolute;width:0}.follow-us .hp-cmicon-popover{padding:15px;left:-69px}.follow-us .hp-cmicon-popover::after{margin-left:-80px}.yzc-footer-inner{margin:0 auto}.yzc-footer.fixed{position:fixed;bottom:0}.yzc-footer .md-hp-list{display:flex;align-items:center;justify-content:space-between}.yzc-footer .md-hp-list li{display:flex;align-items:center;font-size:14px}.yzc-footer .md-hp-list li i{width:60px;font-size:40px;color:#ed7111;margin-right:5px}.yzc-footer .be-flex{display:flex;justify-content:space-between}.yzc-footer .address{width:380px;color:grey;padding-bottom:6px}.yzc-footer .address p{margin-bottom:8px}.yzc-footer .address p:last-child{margin-bottom:0}.yzc-footer .address .tt,.yzc-footer .flnks .tt{font-size:14px;font-weight:700;color:#3ab87b;border-bottom:2px solid #3ab87b; width:60px;  line-height:36px;margin-bottom:10px}.yzc-footer .flnks{width:1190px}.yzc-footer .flnks a{display:inline-block;margin-right:20px;margin-bottom:8px}.yzc-footer a{color:grey}.yzc-footer a:hover{color:#ed7111}.yzc-footer .service-tel{font-size:18px;color:#ed7111;font-weight:700}.yzc-footer .yzc-gzh img{width:100px;height:100px;border-radius:4px}.yzc-footer .yzc-gzh{width:100px!important}.yzc-footer .yzc-gzh dt{margin-bottom:0!important}.yzc-footer .yzc-gzh dd{text-align:center!important}.feedback-box *,.right-nav *{box-sizing:border-box}