

/**/

.Content {
    padding-top:0;
}
.Content .top_banner.pc_width{
    box-sizing: border-box;
    width:1200px;
    padding: 1px 0;

}
.ProductsShowPageA{
    background:#fff;
    clear: both;
    margin-bottom:100px;
}

.wrap-box {
    display: flex;
    justify-content: center;
    background: #fff;
    padding-bottom: 40px;
}
.wrap-box .product-content {
    display: flex;
    justify-content:space-between !important;
    flex-wrap: nowrap;
    position: relative;
}
.product-content .view-box {
    width: 360px !important;
    position:relative;
}
.follow-cursor {
    position: absolute;
    cursor: pointer;
}
.Prozoomed{
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top:0;
    right:-100%;
    transform: translateX(10px);
    width: 360px;
    height:360px;
    background: #e5e5e5;
    z-index:99;
    display: none;
}
.zoomed-image {
    width: 360px;
    height:360px;
    background-repeat:no-repeat;
    transform:scale(2);
}

 .collect-box {

    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.13);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

 .collect-box i {
    font-size: 23px;
    color:#d4d4d4;
}

.collect-box i:hover,
.collect-box i.iok {
    color: #e72528;
}


.product-content .view-box .swiper-box{
    width: 360px;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 1;

}

.product-content .view-box .swiper-box .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-content .view-box .swiper-box  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.product-content .view-box .swiper-box  .mySwiper2 {
    height: 80%;
    width: 100%;
}
.product-content .view-box .swiper-box  .mySwiper2  .swiper-slide{
    height:360px;
    width:360px;
    border-radius:4px;
    overflow: hidden;
}
.product-content .view-box .swiper-box  .mySwiper2  .swiper-slide .imgdiv{
    height:360px;
    width:360px;
    background: #f2f2f2;
    position: relative;

}
.product-content .view-box .swiper-box  .mySwiper2  .swiper-slide .imgdiv img{
    position: absolute;
    top:50%;
    left:50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.product-content .view-box .swiper-box  .mySwiper {
    height: 20%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    position: relative;
}

.product-content .view-box .swiper-box  .mySwiper .swiper-slide {
    /*width: 25%;*/
    height: 100%;
    opacity: 0.5;
}
.product-content .view-box .swiper-box  .mySwiper .swiper-slide img{
    height:55px;
    width:55px;
}

.product-content .view-box .swiper-box  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-content .view-box .swiper-box  .mySwiper  img {
    border:1px solid rgba(149, 149, 149, 0.7);
    border-radius:5px;
}

.product-content .view-box .swiper-box  .mySwiper .swiper-button-next986{
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.73);
    border-right: 1px solid rgba(0, 0, 0, 0.73);
    transform: rotate(45deg);
    right:3px;
    top: 43%;
    z-index:9;
    cursor: pointer;
}
.product-content .view-box .swiper-box  .mySwiper .swiper-button-prev986{
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.73);
    border-right: 1px solid rgba(0, 0, 0, 0.73);
    transform: rotate(-135deg);
    left:3px;
    top: 43%;
    z-index:9999;
    cursor: pointer;
}


.product-content .info-box{
    width: 540px !important;
    margin: 0 16px 0 24px !important;
}
.wrap-box  .info-box .name  {
    font-size: 18px;
    font-weight:bolder;
    color: #2d2d2d;
    line-height: 22px;
    margin: 8px 0 13px;
}
.wrap-box  .info-box .order-history  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
}
.wrap-box  .info-box .order-history .history-item :last-child {
    margin-left: 0;
}
.wrap-box   .info-box .order-history .history-item  {
    margin-right: 24px;
}
.wrap-box   .info-box .tags  {
    font-size: 14px;
    font-weight: 700;
    color: #737373;
}
.wrap-box  .info-box .tags  {
    font-size: 14px;
    font-weight: 700;
    color: #737373;
}

.wrap-box .info-box .price-coupon-box  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
    padding: 12px;
    background: #f6f6f6;
}

.wrap-box  .info-box .price-coupon-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
    padding: 12px;
    background: #f6f6f6;
}
.wrap-box  .info-box .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2d2d2d;
}
.wrap-box  .info-box .piece-tips {
    margin-top: 6px;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}

.wrap-box  .info-box .price-range {
    margin-top: 12px;
    display: inline-block;
}
.wrap-box  .info-box .price-range .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #2d2d2d;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
}
.wrap-box  .info-box .price-range .item.title .num, .wrap-box  .info-box .price-range .item.title .pieces {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.wrap-box  .info-box .price-range .item .pieces {
    width: 172px;
    margin-right: 34px;
    font-size: 16px;
    line-height: 26px;
}
.wrap-box .info-box .price-range .item.title .num, .wrap-box  .info-box .price-range .item.title .pieces {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.wrap-box  .info-box .price-range .item .num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    font-weight: 700;
}

.wrap-box  .info-box .price-range .item + .item {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-box  .info-box .price-range .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #2d2d2d;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
}
.wrap-box  .info-box .price-range .item .pieces {
    width: 172px;
    margin-right: 34px;
    font-size: 16px;
    line-height: 26px;
}
.wrap-box  .info-box .price-range .item .num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    font-weight: 700;
}
.wrap-box  .info-box .productAttr {
    border-top: 1px solid #eee;
    padding: 16px 0;
    margin-top: 16px;
}
.wrap-box  .info-box .productAttr .pitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.wrap-box  .info-box .productAttr .pitem .pleft {
    color: #666;
    margin-right:3px;
}
.wrap-box  .info-box .productAttr .pitem .pright {
    color: #2d2d2d;
    word-break: break-word;
    -webkit-box-flex: 1;
    flex: 1;
}
.wrap-box  .info-box .button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-box  .info-box .button-box .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 13px;
    background: -webkit-gradient(linear,right top,left top,from(#fc573f),to(#e50113));
    background: linear-gradient(270deg,#fc573f,#e50113);
    opacity: .85;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.wrap-box  .info-box .button-box .btn.xx{
    background: transparent;
    color: #666;
    margin-left:10px;
}
.wrap-box  .info-box .button-box .btn span{
  margin-left:5px;
}
.wrap-box  .info-box .button-box .btn .iconfont{
    font-size:25px;
    font-weight: bolder;
}

.wrap-box .card-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex: 1;
}
 .card-box .card-fixed .company-info{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(-4.03%,#f6f6f6),color-stop(50.34%,#fff));
    background: linear-gradient(180deg,#f6f6f6 -4.03%,#fff 50.34%);
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card-box .card-fixed .company-info .btn-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0;
    justify-content: center;
}
.card-box .card-fixed .company-info .btn-box .follow{
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    color: #2d2d2d;
    font-size: 12px;
    border: 1px solid #ddd;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right:10px;
}
.card-box .card-fixed .company-info .btn-box .follow i{
    font-size: 14px;
    margin-right: 5px;
}

.vr-box{
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    background-color: #eee;
    height: 90px;
}
.vr-box .vr-img, .vr-box .vr-img .vr-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vr-box .vr-img{
    position: relative;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.vr-box .vr-img .vr-icon{
    min-width: 98px;
    padding: 0 10px 0 12px;
    height: 28px;
    background-color: rgba(0,0,0,.5);
    border-radius: 16px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}
.vr-box .vr-img, .vr-box .vr-img .vr-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vr-box .btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}
.gs-tag-group {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.gs-tag-group .tag {
    background:#eeeeee;
    border-radius:4px;
    margin:3px;
    padding:1px 6px;


}
.card-box .card-fixed .company-info .name{
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #2d2d2d;
    cursor: pointer;
    max-height: 32px;
    text-decoration: underline !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-box .card-fixed .company-info .com_lable{
    font-size: 14px;
    line-height: 16px;
    color: #666;
    margin-bottom:10px;
}
.card-box .card-fixed .company-info .com_lable label{
    color: #202020;
    font-weight: bolder;
}

.LeftRight {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 2px auto 0;
    padding-bottom: 30px;
}
.LeftRight .LeftBox {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
}
.LeftRight .RightBox {
    width: 230px;
    margin-left: 20px;
    min-height: 500px;
    height: auto;
}

.LModule{
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    overflow:hidden;
    padding: 20px 24px 24px;
}
.LModule .item{
    box-sizing: border-box;
    overflow: hidden;
    display: block !important;
}
.LModule .tit{
    font-weight: 700;
    color: #2d2d2d;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
}

.LModule .category-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.LModule .category-box .item{
    display: inline-block;
    margin-right: 16px;
    width: 258px;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
    padding:3px 0;
}
.LModule .Wholesale{
    position: relative;
}
.LModule .Wholesale .item{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
    padding:3px 0;
}
.LModule .Wholesale .item p{
     margin-top: 8px;
     font-size: 14px;
     font-weight: 400;
     color: #666;
 }

.LModule .Wholesale .item p{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.Protable{
    box-sizing: border-box;
}
.Protable tr{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.Protable td{
    border:1px solid #e5e5e5;
    line-height:35px;
    padding:3px 6px;
}
.Protable tr td:first-child{
    width:160px !important;
    color: #666;
 }
.Protable tr td:nth-child(2){
     flex:1;
    word-break: break-word;
    color: #666;
    font-weight: 700;
    min-width:300px;
}
.Propre{
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.Propre table td{
    box-sizing: border-box;
    padding:3px 8px;
    border:1px solid #e5e5e5;
    line-height:35px !important;
    vertical-align: top;
    white-space: normal;
}

  .positionfixed{
      z-index:6;
      position: fixed;
      top:10px;
  }
 .proFilx{
    background: #fff;
    width: 250px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 24px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
     display: none;

}
.proFilx.proFilx2{
    background: linear-gradient(180deg,#f6f6f6 -4.03%,#fff 50.34%);
}
.proFilx.proFilx2 .card-box .card-fixed .company-info{
    padding:0;
    border: none;
}
 .proFilx .mini-view{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

 .proFilx .mini-view .mini-view-img{
     border: 1px solid #eee;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .proFilx .mini-view .mini-view-name{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    height: 56px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
 .proFilx .pitem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2d2d2d;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 400;
    width: 100%;
}

 .proFilx .pitem .pleft{
    font-size: 13px;
    color: #666;
    margin-right: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 81px;
    flex: 1 0 81px;
}
 .proFilx .pitem .pright{
    font-size: 14px;
    max-width: 100%;
    text-align: right;
}


 .proFilx .btn{
     width: 80%;
     margin:0 auto;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    opacity: .85;
    border-radius: 40px;
}
.proFilx .btn.order{
    margin-bottom: 16px;
    background: #fc9221;
}
 .proFilx .btn.inquire{
    background: -webkit-gradient(linear,right top,left top,from(#fc573f),to(#e50113));
    background: linear-gradient(270deg,#fc573f,#e50113);
    border: none;
    color: #fff;
}



 /* */
 .mySwiperProHot,
 .mySwiperProCom{
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}
.swiper.mySwiperProHot .swiper-slide,
.swiper.mySwiperProCom .swiper-slide{
    display:block;
}
.swiper.mySwiperProHot .swiper-slide .des{
    margin: 0 auto;
}
.swiper.mySwiperProHot .swiper-slide .img ,
.swiper.mySwiperProCom .swiper-slide .img {
    background: #f7f7f7;
    height:170px;
    margin-bottom:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}
.swiper.mySwiperProHot .swiper-slide .img img,
.swiper.mySwiperProCom .swiper-slide .img img
{
    display: inline-block;
    vertical-align: center;
    width:100% !important;
    min-height:100% !important;
    /*object-fit: contain;*/
}
.swiper.mySwiperProHot .swiper-slide .title,
.swiper.mySwiperProCom .swiper-slide .title{
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}


.swiper.mySwiperProHot .swipeLRbtn,
.swiper.mySwiperProCom .swipeLRbtn{
     position: absolute;
     background: rgba(90, 90, 90, 0.3);
     width:40px;
     height:40px;
     top:calc(50% - 39px);
     z-index:2;
     display: flex;
     justify-items: center;
     justify-content: center;
     align-items: center;
     align-content: center;
     cursor: pointer;
 }
.swiper.mySwiperProHot .swipeLRbtn i,
.swiper.mySwiperProCom .swipeLRbtn i{
   color:#fff;
}

.swiper.mySwiperProHot .swipeLRbtn.l,
.swiper.mySwiperProCom .swipeLRbtn.l{
    right:-24px;
    border-radius:20px 0  0 20px;

}
.swiper.mySwiperProHot .swipeLRbtn.r,
.swiper.mySwiperProCom .swipeLRbtn.r{
    left:-24px;
    border-radius:0 20px 20px 0;
}
.swiper.mySwiperProHot .swipeLRbtn.l i,
.swiper.mySwiperProCom .swipeLRbtn.l i{
   transform:rotate(180deg);
}






.PageBuy_psr{
    box-sizing: border-box;
    overflow: hidden;
}

.PageBuy_psr  .title{
    color:#4e4e4e;
    font-size:22px;
    font-weight:bolder;
    padding:20px 34px;
    border-bottom:2px solid #e6e6e6;
}
.PageBuy_psr  .liForm{
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;
    flex-direction: column
}

.PageBuy_psr  .liForm .input{
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-bottom:28px;
}
.PageBuy_psr  .liForm .input.hide{
    display:none;
}
.PageBuy_psr  .liForm .input .t{
    width:160px;
    padding-right:10px;
    text-align: right;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size:14px;
}
.PageBuy_psr  .liForm .input .t.Message{
    display:inline;
}
.PageBuy_psr  .liForm .input .t span{
    padding-right:3px;
    color:red;
    font-size:13px;
    position: relative;
    top:2px;
}
.PageBuy_psr  .liForm .input .v{
    flex:1;
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*justify-content:left;*/
    /*position: relative;*/
    /*text-align: left;*/
}
.PageBuy_psr  .liForm .input .v .errorHtml{
    color: #e72528;
    clear: both;
    min-height: 22px;
    font-size: 14px;
    transition: color .3s cubic-bezier(.215,.61,.355,1);
    /*position: absolute;*/
    /*left:0;*/
    /*top:100%;*/
}
.PageBuy_psr  .liForm .input .v i.iconfont{
    display: none;
    opacity:0.2;
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    z-index:999;
}

.PageBuy_psr  .liForm .input .v i.iconfont:hover{
    opacity:0.7;
}
.PageBuy_psr  .liForm input,.Content .pagesF .liForm textarea{
    border:1px solid #e6e6e6 ;
    border-radius:4px;
    box-sizing: border-box;
    padding:5px;
    line-height:28px;

}
.PageBuy_psr  .liForm .input .input1{
    width:100%;
    position: relative;

}
.PageBuy_psr  .liForm .input .inputLL{
    flex:1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content:space-between;
}
.PageBuy_psr  .liForm .input .inputLL .input1{
    width:64%;
}

.PageBuy_psr  .liForm .input .input3{
    width:35%;
    position: relative;
    cursor: pointer;
}
.PageBuy_psr  .liForm .input .input3 .i-b{
    right: 20px;
    top: calc(50% - 13px);
}
.PageBuy_psr  .liForm .input .input3 .input1{
    /*height:47px;*/
    width:100%;
    box-sizing: border-box;

}
.PageBuy_psr  .liForm .input .input4{
    width:100%;
    resize:none;
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-sizing: border-box;
    padding:15px;
    line-height:22px;
}

.PageBuy_psr  .liForm .input .inputHover:hover{
    border:1px solid #e72528;
}
.PageBuy_psr  .liForm .input .inputFocus:focus{
    border:1px solid #e72528;
    box-shadow: 0 0 0 3px rgba(231,37,40,.2);
}
.PageBuy_psr  .liForm .input .v .error{
    border:1px solid #e72528;
    box-shadow: 0 0 0 3px rgba(231,37,40,.2);
}

.PageBuy_psr .liForm .input .v.btn{
    align-items:flex-start;
}
.PageBuy_psr  .liForm .sub{
    background-image: -webkit-gradient(linear,right top,left top,from(#fc573f),to(#e50113));
    background-image: linear-gradient(270deg,#fc573f,#e50113);
    border: none;
    color:#fff;
    font-size:14px;
    padding:10px 0;
    border-radius:25px;
    font-weight: bold;
    width:150px;
    text-align: center;
    cursor: pointer;
}

.PageBuy_psr  .Category{
    position: relative;
    z-index:8;
    cursor: pointer;
}
.PageBuy_psr  .Category #Categoryinput1 {
    width: 100%;
    padding-right:45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.PageBuy_psr  .Category  .i-x{
    visibility: hidden;
    position: absolute;
    line-height:12px;
    height:15px;
    width: 15px;
    right: 15px;
    font-size:11px;
    border-radius:50%;
    top: calc(50% - 10px);
    background:#f3f3f3;
    color: #6e6e6e;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;

}



.PageBuy_psr  .Category .max{
    margin-top:5px;
    position: absolute;
    width:806px;
    top:100%;
    left:0;
    display: flex;
    justify-content:start;
    border-radius:8px;
    visibility: hidden;
    transition: all .3s;

}
/*.Category:hover .max{*/
/*    visibility:visible;*/
/*}*/
.PageBuy_psr  .Category .max .A{
    border-radius: 8px 0 0 8px;
}
.PageBuy_psr  .Category .max .A,.Category .max .B {
    height: 200px;
    overflow: auto;
    width: 300px;
    background: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.18);


}
.PageBuy_psr  .Category .max .B {
    display: none;
}
.PageBuy_psr  .Category .max .C{
    height: 200px;
    width:200px;
    overflow: auto;
    background:#fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.18);
    border-radius:0 8px 8px 0;
    display: none;

}
.PageBuy_psr .Category .max .li{
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 10px 5px;
    /*white-space: nowrap;*/
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.PageBuy_psr .Category .max .li i{
    right:15px;
}
.PageBuy_psr .Category .max .li:hover{
    background: #ececec;
    color:#c0252c;
    cursor:pointer;
}
.PageBuy_psr .Category .max .liok{
    color:#c0252c;
}



.PostionModel{
    z-index:991;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    overflow: hidden;
    display: none;
}
.formDiv .send-btn{
    background: #959595;
    border-radius: 4px;
    padding: 0 55px !important;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    height: 36px;
    line-height:36px;
    color: #e4f2ff !important;
    cursor: pointer;
    text-align: center;
}
.formDiv .send-btn.dl-btns.ok{
    background: linear-gradient(270deg,#fc573f,#e50113);
    display: none;
}

.PostionModelclose{
    position: absolute;
    top:10px;
    right:10px;
    width:20px;
    height:20px;
    border-radius:50%;
    background: #d3d3d3;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
}
.PostionModelclose:hover{
    background: red;
    transform: scale(1.1);
    cursor: pointer;
}

.PostionModel .Model{
    box-sizing: border-box;
    padding:20px;
    width: 880px;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    background: #fff;

}
.Model .top{
    text-align: center;
    line-height:45px;
    margin-bottom:30px;
}

.formDiv .li{
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
}
.formDiv .li .title{
    width:200px;
    text-align: right;
}
.formDiv .li .title .proimg{
     width:40px;
     height:40px;
     background:#B2B2B2;
     border:1px solid #dddddd;
     border-radius:4px;

 }
.formDiv .li .text{
    flex:1;
    margin-left:10px;
    position: relative;
}
.formDiv .li .text input,.formDiv .li .text.Message{
    border:1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    line-height:35px;
    color: rgba(0,0,0,.65);
    padding-left:10px;


}
.formDiv .li .text.Message{
    box-sizing: border-box;
    padding:10px;
}
.formDiv .li .text.Message textarea {
    resize: none !important;
    width:100% !important;
}
#ID-laydate-demo-en{
    width:165px !important;
}











