@media(min-width:1025px){

    .container {

        width: 128rem;

    }

}



html {

    font-size: 10px ;

}

.logo img{
    height: 4.6rem;
}

.topbig{

    padding:1.7rem 0;

}
.topbigbottom.head{
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: .5s;
    top: 0;
}
.search input{

    width:65.1rem;

    height: 4.5rem;

    border-radius: 2.2rem;

    border:1px solid #999999;

    background:#f2f2f2;

    padding-left: 3.8rem;

}

.search button{

    background:#131921;

    height: 4.5rem;

    width: 8.5rem;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 2.2rem;

    position:absolute;

    right: 0;

}

.search{

    display: flex;

    position:relative;

}

.topbigtop{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.search button img{

    width: 2.2rem;

    height: 2.2rem;

}

.topcar a{

    font-weight: bold;

    font-size:1.6rem;

    color:#262626;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.topcar span{

    display: flex;

    align-items: center;

    justify-content: center;

    margin-left: 0.6rem;

    font-size:1.2rem;

    color:#fff;

    background:#9E2023;

    border-radius:100%;

    padding: 0 0.6rem;

}

.toplogin a{

    display: flex;

    width: 14.4rem;

    height: 4.4rem;

    background:#9E2023;

    border-radius: 3rem;

    align-items: center;

    justify-content: center;

    color:#fff;

    font-weight: bold;

}

.toplogin a img{

    width: 1.8rem;

    height: 1.8rem;

    margin-right: 0.4rem;

}
.toplogin {
    position:relative;
}
.pdtmenu{
    position:absolute;
    display: none;
}
.toplogin .pdtmenu a{
    border-radius: 0;
    box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.4);
}
.toplogin .pdtmenu a:hover{
    background: #fff;
    color: #9E2023;

}
.menu ul li.active a{
    text-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.4);
}
.topbigbottom{

    background:#9F2023;
    height: 4rem;

}

.menu ul{

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.menu ul li{

    margin-right: 3rem;

    line-height: 4rem;
    position: relative;
}
header{
    position:relative;
    z-index: 99;
}
.menu ul li:last-child{

    margin-right: 0rem;

}

.menu ul li a{

    color:#fff;

    font-size:1.4rem;

    font-weight: bold;

    line-height: 100%;

}

.menu ul li a:hover {

    text-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.4);

}
.menu ul li dl {
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(0,0,0,.8);
    width: 20rem;
    display: none;
    transform: translate(-50%, 0%);
}
.menu ul li dl dd {
    text-align:center;
    color:#fff;
    line-height:3rem;
    font-size:1.4rem;
    cursor:pointer;
    padding: 0 1.5rem;
    margin:0.8rem 0;
    position: relative;
}
.menu ul li dl dd a {
    display:block;
    text-align:center;
    color:#fff; 
    line-height:3rem;
    font-size:1.4rem;
    white-space:nowrap;
}
.menu ul li dl dd:hover {
    background:#fff;
}
.menu ul li dl dd:hover>a{
    color:#9f2023;
}

.menu ul li dl dd dl {
    left: 100%;
    top: 0px;
}
.menu ul li:hover>dl {
    display: block;
}
.menu ul li dl dd:hover dl {
    display: block;
    transform: translate(0px, 0px);
}
.topbigbottombig {

    display: flex;

    justify-content: space-between;

}

.xinxi ul{

    display: flex;
    height:4rem;
    justify-content: space-between;

}

.xinxi ul li{

    display: flex;

    justify-content: space-between;

    margin-left: 3.9rem;
    line-height: 4rem;


}
.xinxi ul li img{
    width:1.4rem;
}


.xinxi ul li a{

    font-size: 1.4rem;

    font-weight: bold;

    line-height: 4rem;

    color: #c5c5c5;

    padding-left: 1.1rem;



}

.dh {

    background: url(../images/dianhua1.svg) no-repeat 7px center;

}

.yx {

    background: url(../images/youxiang1.svg) no-repeat 7px center;

}.banner{overflow:hidden;}
#banner img{
    width:100%;
}


.sycpflbg{

    width: 100%;

    height:11.636364rem;

    margin: auto;

    background: url(../images/sycpfltitlebg.jpg) no-repeat;

    position: relative;
    background-size:cover;
    background-position: center;
}

.sycpfltitlebig {

    perspective: 40000px;

    -webkit-perspective: 40000px;

    transform-style: preserve-3d;

    -webkit-transform-style: preserve-3d;

    transition: all 0.5s;

    position: absolute;

    top: 50%;

    left: 50%;

    height: 4.1rem;

    width: 40rem;
    transform: translate(-50%, -50%);
}

.sycpflt {

    height: 100%;

    width: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 5;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

}

.sycpflth {

    height: 100%;

    width: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 4;

    transform: rotateY(180deg);

    -webkit-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

}

.sycpflt img{

    width: 100%;
    height: 100%;

}

.sycpflth img{

    width: 100%;

}

.sycpfltitlebig:hover {

    transform: rotateX(180deg) translate(-50%,50%);

}

.sycplist ul{

    display: flex;

    justify-content: space-between;

}

.sycplist ul li{

    width: 24%;

}

.sycplpic img{

    width: 100%;

    transition: 0.5s;

}



.sycplist ul li a .sycpltitle{

    background: url(../images/p3.jpg) no-repeat;

    background-size:cover;

    font-size: 1.4rem;

    line-height: 100%;

    color: #9f2023;

    text-align: center;

    padding-bottom: 1.8rem;

    font-weight: bold;

    transition: .5s;

}

.sycplist ul li a:hover .sycpltitle{

    text-shadow: 0 2px 2px rgba(0,0,0,0.4);

    transition: .5s;

}

.sycpfl ul li a:hover img {

    transform: scale(1.2);

    transition: 0.5s;

}

.sycplpic{

    overflow: hidden;

}

.sycontactbig{
    width: 100%;
    height:10rem;
    margin: auto;
    background: url(../images/p4.jpg) no-repeat center right;
    background-size: 110rem;
}

.sycontactright{

    float: right;

    width: 16.4rem;

    padding: 3rem 1.5rem 0 0;

}

.sycontactright a {

    font-size: 1.4rem;

    font-weight: bold;

    text-align: center;

    line-height: 4rem;

    color: #e5e5e5;

    display: block;

}

.sycontactleft {

    float: right;

    width: 37rem;

    text-align: center;

    font-size: 1.8rem;

    line-height: 10rem;

    font-weight: bold;

    color: #333;

}

.syaboutbig {

    background: url(../images/p7.jpg) no-repeat;

    background-size:cover;

    display: flex;

    justify-content: space-between;

}

.syaboutleft{

    float:left;

    width: 50%;

    padding: 0 1.7rem;

}

.syaboutright{

    width: 60.5rem;

    height: 46.5rem;

    float: right;

}

.syaboutleft p {

    font-size: 1.4rem;

    padding-top: 6rem;

    color: #333;

}

.syaboutleft h1 {

    font-size: 2rem;

    font-weight: bold;

    color: #333;

    margin-top:4.5rem;

    margin-bottom:2.5rem;

}

.syaboutleft span {

    display: inline-block;

    width: 100%;

    font-size: 1.6rem;

    padding-left: 1.6rem;

    line-height: 100%;

    color: #666;

    font-weight: bold;

    background: url(../images/h3.png) no-repeat;

    background-position: left center;

    margin-bottom:1.8rem;

}

.syabmore {

    width: 17rem;

    border: 2px #666 solid;

    border-radius: 20px;

    margin-top: 1.2rem;

}

.syabmore a {

    font-size: 1.4rem;

    font-weight: bold;

    color: #666;

    line-height: 3.6rem;

    text-align: center;

    display: block;

}

.syabmore a:hover {

    color:#9f2023;

}

.footerfenge{

    height: 1rem;

    background: url(../images/h4.png);

    background-repeat: repeat-x;

}

.syabout{

    margin-bottom:4rem;

}

.footerleft{

    width: 25%;
    float: left;
    background: url(../images/p5.jpg) no-repeat;
    background-size: contain;

}

.footerleft img {

    opacity: 0;

    transition: all 1s;

}

.footerleft img:hover{

    opacity: 1;

}

.footertop{

    display: flex;

    justify-content: space-between;

    padding-bottom:1.1rem;

    border-bottom: 1px #e5e5e5 solid;

}

.footermid{

    display: flex;

    justify-content: space-between;

    padding-top: 5rem;

}

.footermenu h2{

    font-size:1.4rem;

    font-weight: bold;

    color:#666666;

    margin-bottom:2rem;

}

.footermenu:first-child{

    margin-right:6.6rem;

}

.footermenu:nth-child(2){

    margin-right: 2.8rem;

}



.footermenu ul li a{

    font-size:1.2rem;

    color:#999999;

    font-weight: bold;

}

.footermenu ul li a:hover{

    color:#9f2023;

}

.footermenu ul li{

    margin-bottom:1.5rem;

    line-height: 100%;

}

.footermenu ul li:last-child{

    margin-bottom:0rem;

}

.footerright{

    width: 23%;

    padding-top: 5rem;

}

.footerright ul li{

    display: flex;

}

.footerrighttu {

    margin-right: 1rem;

    height: 3rem;

    display: flex;

    align-items: center;

}

.footerrighttu img{

    width: 1.8rem;

    height: 1.8rem;

}

.footerrightwen{

    width: calc(100% - 2.8rem);

    font-size:1.4rem;

    font-weight: bold;

    line-height: 3rem;

    color:#666666;

}

.footerrightwen a{

    color:#666;

}

.footerrightwen a:hover {

    color: #9f2023;

}

.footerbleft{

    float: left;

    font-size: 1.4rem;

    font-weight: bold;

    color: #bababa;

    line-height: 5rem;

    padding-left: 1.5rem;

}

.footerbright{

    float: right;

}

.footerbright span {

    float: right;

    padding: 0 1.5rem;

}

.footerbright span a {

    font-size: 1.4rem;

    font-weight: bold;

    color: #bababa;

    line-height: 5rem;

}

.footerbright span a:hover{

    color: #9f2023;

}

.cebian {

    position: fixed;

    top: 50%;

    right: 1rem;

    z-index: 9999;

    padding: .5rem;

    border-radius: 30px;

    transition: .5s;

    background:#b2b2b2;

}

.cebian ul li img{

    width: 2.5rem;

}

.cebian ul li{

    width: 4rem;

    height: 4rem;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 100%;

    transition: .5s;

    margin-bottom:.5rem;

    position:relative;
    cursor: pointer;
}   

.cebian ul li:hover{

    background:#9fa0a0;

    transition: .5s;

}

.cebiannr {

    padding: .5rem .8rem;

    background-color: #b2b2b2;

    border: 1px solid #9fa0a0;

    border-radius: 4px;

    position: absolute;

    right: 5.8rem;

    top: .6rem;

    -webkit-transform: rotateX(90deg);

    transform: rotateX(90deg);

    -webkit-transition: all .4s;

    transition: all .4s;

    width: auto;

    height: auto;

    white-space: nowrap;

    color:#fff;

    font-size:1.4rem;

}



.cebiannr a{

    color:#fff;

}

.cebian ul li:hover{

    background:#9fa0a0;

    transition: .5s;

}

.cebian ul li:hover .cebiannr {

    display: block;

}

.cebian  li:first-child:hover .cebiannr {

    -webkit-transform: rotateX(0);

    transform: rotateX(0);

}

.cebian  li:hover .cebiannr {

    -webkit-transform: rotateX(0);

    transform: rotateX(0);

}

.cebiannr a:hover{

    color:#9F2023;

}

.nybanner img{

    width: 100%;

}

.aboutbig h1 {

    font-size: 3.8rem;

    line-height: 0;

    text-align: center;

    font-weight: bold;

    color: #333;

    margin-top: 3rem;

    margin-bottom: 3rem;

    line-height: 100%;

}

.aboutbig p {

    font-size: 1.6rem;

    color: #333;

    line-height: 2.8rem;

    text-align: center;

}

.xinlai span {

    display: inline-block;

    background: #e5e5e5;

    width: 100%;

    font-size: 1.6rem;

    color: #9f2023;

    line-height: 4rem;

    text-align: center;

    font-weight: bold;

    padding: 2rem 0;

}

.aboutbig{

    padding-bottom:4rem;

    background:#f5f5f5;

}

.yuanjing img{

    margin: 0 auto;

}

.hezuo ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 一行5列，每列等宽 */
  gap: 10px; /* 元素之间的间距，可调 */

}

.hezuo ul li{
    

    height: 14.8rem;

    background:#fff;

    margin-bottom:2.4rem;

}

.hezuo ul li:nth-child(5n){

    margin-right: 0;

}

.hezuo{
    margin-bottom:6.4rem;
}

.hezuo img{
    object-fit: cover;
}

.breadnavright ul{

    display: flex;

    justify-content: space-between;

}

.breadnav{

    display: flex;

    justify-content: space-between;

    padding-top:2.5rem;

    padding-bottom:4rem;

}

.breadnavleft{

    font-size:1.4rem;

    color:#333333;

}

.breadnavright ul li a{

    color:#333333;

    font-size: 1.4rem;

}

.breadnavright ul li a:hover{

    color:#9f2023;

}

.down h1 {

    font-size: 3.8rem;

    line-height: 8rem;

    text-align: center;

    font-weight: bold;

    color: #333;

    margin-bottom:1rem;

}

/*.downbig span {*/

/*    display: inline-block;*/

/*    width: 100%;*/

/*    background: url(../images/pdf.svg) no-repeat 2rem center;*/

/*}*/

.downbig span>a {
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
    line-height: 4rem;
}
 
.downicon{
    width: 4rem;
    height: 4rem;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.downleft span a{
    display: flex;
}
.downright span a{
    display: flex;
}
.downbig span>a:hover {

    color: #9f2023;

}
.size{
    display: inline-block;
    text-transform: uppercase;
}
.downleft {

    float: left;

    width: 50%;

    border-right: 2px #999 dashed;



}

.downright{

    float: right;

    width: 50%;



}

.downbig{

    margin-bottom:6rem;

}

/*.downbig span.docc {*/

/*    background: url(../images/doc.svg) no-repeat 2rem center;*/

/*}*/

.contact h1 {

    font-size: 3.8rem;

    line-height: 100%;

    margin-bottom:3.6rem;

    text-align: center;

    font-weight: bold;

    color: #333;

}

.contact p {

    font-size: 1.8rem;

    font-weight: bold;

    color: #333;

    text-align: center;

    line-height: 4rem;

}

.contactbig{

    padding-bottom:4rem;

}

.contact span {

    display: inline-block;

    background: #e5e5e5;

    font-size: 1.6rem;

    color: #9f2023;

    line-height: 4rem;

    text-align: center;

    font-weight: bold;

    padding: 2rem 0;

    width: 100%;

}

.contact span a{

    color: #9f2023;

}

.contact span a:hover{

    color: #666;

}

.productnav ul{

    display: flex;

    justify-content: flex-end;

    padding-top:2.5rem;

    margin-bottom:6rem;

}

.productnav ul li a{

    color:#333333;

    font-size: 1.4rem;

}

.products_nav h1{

    background-color: #f5f5f5;

    color: #666;

    font-size: 1.6rem;

    font-weight: bold;

    line-height: 2.2rem;

    padding: 0.8rem 2rem 0.8rem 2rem;

    border-radius: 20px;

    margin: 0.8rem 0;

    border: 1px #999 solid;

}

.prolist{
    min-height: 80vh;
    background-color: #f5f5f5;

}

.products_nav h1:hover {

    text-shadow: 0 2px 2px rgba(0,0,0,0.4);

    box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;

    color: #9f2023;
    cursor: pointer;
}

.h1hover {

    text-shadow: 0 2px 2px rgba(0,0,0,0.4);

    box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;

    color: #9f2023 !important;

}



.h1hover {

    text-shadow: 0 2px 2px rgba(0,0,0,0.4);

    box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;

    color: #9f2023 !important;

}





.divhover{

    background-color: #9f2023;

    color: #fff !important;

    border-radius: 12px 0 0 12px;

}



.divhover a{

    color: #fff !important;

}



.h1disblock dd{

    color: #9f2023 !important;

}

.h1disblock .diva{

    color: #9f2023 !important;

}

.h1hidden{

    display: none;

}

.products_nav a {

    color: #666;
    display: block;
}

.products_nav h1:hover a{

    color: #9f2023;

}

.products_nav dl {

    line-height: 2.4rem;

    padding-bottom: 2rem;

    padding-top: 1rem;

}

.products_nav dd {

    padding: 0.8rem 0 0.8rem 2rem;

}

.products_nav dd:hover{

    background-color: #9f2023;

    border-radius: 12px 0 0 12px;
    

}

.products_nav dd:hover a{

    color:white !important;

}

.products_nav{

    width: 33rem;
    position: sticky;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    height: 10px;

}

.products_list{

    width: calc(100% - 37.5rem);

    padding-bottom:4rem;

}

.productsbig{

    display: flex;

    justify-content: space-between;

}

.products_list h1{

    font-size: 1.8rem;

    font-weight: bold;

    color: #333;

    text-align: center;

    padding: 1.5rem 0;

    line-height: 134%;

}

.products_list p {

    font-size: 1.4rem;
    color: #333;

    text-align: center;

    line-height: 2.4rem;
    
    /* 添加以下样式实现两行省略号 */
    display: -webkit-box;          /* 必须 */
    -webkit-box-orient: vertical; /* 必须，设置盒子排列方式为纵向 */
    overflow: hidden;             /* 隐藏多余内容 */
    -webkit-line-clamp: 2;        /* 限制显示的行数 */
    word-break: break-word;       /* 防止长单词撑破布局 */
    display: inline;
}
.products_list .prod:hover div{
        color: #fff !important;
    background: #9f2023;
}
.xiana {

    height: 1px;

    background: #e5e5e5;

    margin: 1.5rem 0;

}

.products_list .prod{

    width: 33.33%;

    float:left;

}

.proimg img{

    width: 100%;

}

.products_list .prod .proimg{

    background: #e5e5e5;

    border: 1px #999 solid;

}

.products_list  h2 {

    font-size: 1.6rem;

    font-weight: bold;

    color: #9f2023;

    line-height: 2.4rem;

    text-align: center;

    padding: 1rem 0;

}

.products_list p {

    font-size: 1.4rem;

    color: #333;

    line-height: 2.4rem;

    text-align: center;

}

.products_list ul{

    clear:both;

}

.product{

    display: flex;



}

.products_list .prod:hover .proimg{

    border: 1px #9f2023 solid;

}

.products_list .prod:hover h2{

    color:#fff;

    background:#9f2023;

}

.products_list .prod:hover p{

    color:#fff;

    background:#9f2023;

}

.product_detail{

    width: calc(100% - 37.5rem);

    margin-bottom:4rem;

}

.product_detailtop{

    padding-top:4rem;

    background:#fff;

    padding-left:3rem;

    padding-right: 5.3rem;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.login{

    padding:8rem 0 11rem;

}

.nybannerwen .productnav ul li a{

    color:#fff;

}

.nybannerwen{

    color:#fff;

    position:absolute;

    right: 0;

    bottom: 0;

}

.nybanner .container{

    position:absolute;

    left: 50%;

    bottom:0;

    transform: translate(-50%,0);

    height: 100%;

}

.nybanner{

    position:relative;

}

.nybanner .productnav ul{

    padding-bottom:2.5rem;

    padding-top:0;

}

.productnav span{

    padding:0 .3rem;

}

.loginright h1{

    font-size: 3.8rem;

    color: #1d1d1f;

    margin-top: 0px;

    margin-bottom: 2.9rem;

}

.loginbig{

    display: flex;

    align-items: center;

}

.loginleft{

    margin-right: 10%;

}

.loginleft img{
    height: 46.3rem;
}
.loginright p {

    margin-bottom: 1.2rem;

}

.kka {

    height: 5.6rem;

    border-radius: 5px;

    font-size: 1.6rem;

    color: #86868b;

    border: 1px solid #d2d2d7;

}

.loginright {

    width: 41.5rem;

    height: auto;

    overflow: hidden;

}

.anniu {

    width: 100%;

    height: 5.5rem;

    background-color: #9f2023;

    border: 1px solid #9f2023;

    border-radius: 0;

    font-size: 1.6rem;

    margin-top: 2.5rem;

}

.anniu:hover{

    color:#9f2023;

    background-color: #fff;

    border: 1px solid #9f2023;

}

.wangji {

    height: auto;

    overflow: hidden;

    font-size: 1.6rem;

    line-height: 3rem;

    color: #999;

    margin-top: 2.5rem;

}

.wangji a {

    color: #9f2023;

    cursor: pointer;

}

.wangji a:hover{

    text-shadow: 0 2px 2px rgba(0,0,0,0.4);

}

#register{

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.47);

    z-index: 99;

    display: none;

}

#forgot.show{

    display: block;

}

.forgotshade {

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: #fff;

    border: 1px solid #ccc;

}

#forgot .forgotshade {

    width: 49.4rem;

    padding-right: 0;

    height: 24.1rem;

}

.forgotclose{

    height: 4.3rem;

    background:#eff9ff;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-right: 1.4rem;

}

.forgotclose img{

    width: 1.3rem;

    -webkit-transition: -webkit-transform 0.3s ease 0s;

    transition: transform 0.3s ease 0s;

    cursor: pointer;

}

.forgotclose img:hover{

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

}

.forgotcontent{

    padding:2.3rem 0 4.2rem;

    text-align: center;

}

.forgotcontent h1{

    font-size:1.8rem;

    color:#333;

    font-weight: bold;

    margin-bottom:1.9rem;

}

.forgotcontent p{

    font-size:1.6rem;

    line-height: 150%;

    margin-bottom:1.9rem;

}

.forgotcontent a{

    width: 14.2rem;

    height: 3.4rem;

    display: flex;

    align-items: center;

    justify-content: center;

    background:#DF3033;

    font-size: 1.4rem;

    color:#fff;

    margin: 0 auto;

}

.forgotcontent a:hover{

    color:#DF3033;

    background:#fff;

    border:1px solid #DF3033;

}



#register .forgotshade {

    padding-right: 0;

    width: 76.2rem;

    height: 72.4rem;

}

#forgot {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.47);

    z-index: 99;

    display: none;

}

.registertitle{

    padding-top:3.1rem;

    padding-left: 9.2rem;

    padding-bottom:3.6rem;

}

.registertitle h1{

    font-size:1.8rem;

    color:#333;

    font-weight: bold;

    margin-bottom:1.6rem;

}

.registertitle p{

    font-size:1.6rem;

    color:#333;

}

.form_item .red{

    color:#ff0000;

}

.form_item{

    display: flex;

    justify-content: flex-end;

    padding-right: 4rem;

    margin-bottom:1rem;

    align-items: flex-start;



}

.form_itemwen{

    display: flex;

    align-items: center;

    margin-right: 1rem;

    margin-top: 1rem;

}

.form_item input{

    width: 54.2rem;

    height: 3.7rem;

    border:1px solid #e5e5e5;

    padding-left: 0.6rem;

}

.form_item select{

    width: 54.2rem;

    height: 3.7rem;

    border:1px solid #e5e5e5;

    padding-left: 0.6rem;

}

.form_item textarea{

    resize: none;

    width: 54.2rem;

    border:1px solid #e5e5e5;

    padding-left: 0.6rem;
    padding-top: 0.6rem;
}

.form_button button{

    display: flex;

    width: 12.3rem;

    height: 4.2rem;

    background:#df3033;

    justify-content: center;

    align-items: center;

    border:0;

    margin-left: 18rem;

    color:#fff;

    margin-top:2rem;

}



.form_button input{

    display: flex;

    width: 12.3rem;

    height: 4.2rem;

    background:#df3033;

    justify-content: center;

    align-items: center;

    border:0;

    margin-left: 18rem;

    color:#fff;

    margin-top:1.5rem;

}

.form_button button:hover{

    color:#df3033;

    background:#fff;

    border:1px solid #df3033;

}

.form_button input:hover{

    color:#df3033;

    background:#fff;

    border:1px solid #df3033;

}

.register{

    cursor: pointer;

}

.searchlist{

    padding-top:4rem;

    padding-bottom:18.6rem;

}

.searchlist h1{

    font-size: 3rem;

    color:#333;

    margin-bottom:4rem;

}



.searchlist .prod {

    width: 25%;

    float: left;

}

.searchlist  h2 {

    font-size: 1.6rem;

    font-weight: bold;

    color: #9f2023;

    line-height: 2.4rem;

    text-align: center;

    padding: 1rem 0;

}

.searchlist .prod:hover h2 {

    color: #fff;

    background: #9f2023;

}

.searchlist p {

    font-size: 1.4rem;

    color: #333;

    line-height: 2.4rem;

    text-align: center;

}

.searchlist .prod:hover p {

    color: #fff;

    background: #9f2023;

}

.searchlist .prod .proimg {

    background: #e5e5e5;

    border: 1px #999 solid;

}

.userleft h1{

    height: auto;

    overflow: hidden;

    line-height: 6.7rem;

    font-size: 2rem;

    color: #545454;

    padding-left: 1.5rem;

    background: url(../images/lant.jpg) left center;

    background-repeat: no-repeat;

    border-bottom: 1px solid #f9f9f9;

}

.userlist {

    height: auto;

    overflow: hidden;

    padding-left: 1.6rem;

    padding-right: 2.4rem;

}

.userlist li {

    list-style-type: none;

    height: auto;

    overflow: hidden;

    padding-top: 1.2rem;

    padding-bottom: 1.2rem;

    border-bottom: 1px solid #f4f4f4;

}

.userlist li li{

    padding-top: 0px;

    padding-bottom: 0px;

    border-bottom: 0px solid rgba(0,0,0,0);
    display: flex;
    align-items: center;

}

.userlist li a {

    font-size: 1.4rem;

    height: auto;

    overflow: hidden;

    line-height: 3.7rem;

    color: #545454;

}

.userlist li li a:hover,.userlist li li.hover a {

    color: #2195b0;

}

.userleft {

    width: 21.6%;

    height: 67rem;

    background-color: #FFFFFF;

    float: left;

}

.apply{

    position:fixed;

    z-index:10000;

    background:rgba(0,0,0,.8);

    top:0;

    left:0;

    width:100%;

    height:100%;

    display:none;

}

.zwcont {



    width:40%;



    left:30%;



    top:50%;



    margin-top:-37.8rem;



    position:relative;



}



.zwcont iframe {



    height:65.5rem;



    background:transparent;



    width:100%;



}



.gmnn {



    height:auto; overflow:hidden;



    margin-top:2rem;



}







.gmnn li {



    list-style-type:none;



    width:43.4rem;



    float:left;



    margin-right:2.6rem;



}



.active.gszz {

    border: 1px solid #58afc4;

    color: #FF0000;

}



.active .gou, .active .gou {

    display: block;

    transition: all 300ms ease-in 0ms;

}



.active .gszz-fd, .active .gszz-fd {

    display: block;

    transition: all 300ms ease-in 0ms;

}



.tmbody {



    background:transparent;



}



.zwcont .closets {



    position:absolute;



    height:4.3rem;



    right:0px;



    top:0;



    cursor:pointer;



    width:4.3rem;



    background:url(../images/gbtou.png) center no-repeat;



}



.user{

    background:#f5f5f5;

}

.userbig{

    padding-bottom: 4rem;

    display: flex;

    justify-content: space-between;

}

.userlist li li a {

    line-height: 2.7rem;

    font-size: 1.4rem;

    color: #7a7d88;

}

.userlist li span{

    width: 2rem;

    height: 2rem;

    line-height: 2rem;

    border-radius: 50%;

    padding-left: 0.5rem;

    padding-right: 0.5rem;

    font-size:1.4rem;

    background-color: red;

    color: #FFFFFF;

    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:1rem;

}

.userright{

    width: 77.5%;

    float: right;

}

.allright{

    width: 77.5%;

    float: right;

}

.guanli {

    height: auto;

    overflow: hidden;

    padding: 4.3rem;

    padding-left: 3.4rem;

    background-color: #FFFFFF;

}

.gongsi {

    width: 30%;

    height: auto;

    overflow: hidden;

}

.gongsi a {

    display: flex;

    width: 100%;

    height: auto;

    overflow: hidden;

    padding: 2.5rem;

    text-align: center;

    color: #2195b0;

    border: 1px solid #f3f3f3;

    cursor: pointer;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}

.gongsi h2 {

    font-size: 1.4rem;

    color: #9b9b9b;

    text-align: center;

    margin-top: 1.5rem;

    margin-bottom: 0.8rem;

}

.ddlan {

    height: auto;

    overflow: hidden;

    color: #545454;

    padding-left: 1.5rem;

    position: relative;

    font-size: 2rem;

    background: url(../images/lant.jpg) left center;

    background-repeat: no-repeat;

    line-height: 6.4rem;

}

.ddmore {

    position: absolute;

    width: 6rem;

    text-align: right;

    top: 0px;

    right: 3.5rem;

}

.ddmore a {

    color: #2195b0;

    font-size: 1.6rem;

    padding-bottom: 0.3rem;

    text-decoration: underline;

}

.dingdan {

    height: auto;

    overflow: hidden;

    background-color: #FFFFFF;

    margin-top: 1.8rem;

}

.ddk ul{

    display: flex;

}

.ddk ul li{

    width: 20%;



}

.ddk ul li a{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    color: #7a7d88;

}

.ddk ul li:hover img {

    -webkit-animation: icon-bounce 0.5s alternate;

    -moz-animation: icon-bounce 0.5s alternate;

    -o-animation: icon-bounce 0.5s alternate;

    animation: icon-bounce 0.5s alternate;

}

/* animation */



@keyframes icon-bounce {

    0%, 100% {

        -moz-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    25% {

        -moz-transform: rotate(15deg);

        -ms-transform: rotate(15deg);

        -webkit-transform: rotate(15deg);

        transform: rotate(15deg);

    }



    50% {

        -moz-transform: rotate(-15deg);

        -ms-transform: rotate(-15deg);

        -webkit-transform: rotate(-15deg);

        transform: rotate(-15deg);

    }



    75% {

        -moz-transform: rotate(5deg);

        -ms-transform: rotate(5deg);

        -webkit-transform: rotate(5deg);

        transform: rotate(5deg);

    }



    85% {

        -moz-transform: rotate(-5deg);

        -ms-transform: rotate(-5deg);

        -webkit-transform: rotate(-5deg);

        transform: rotate(-5deg);

    }

}

@-webkit-keyframes icon-bounce {

    0%, 100% {

        -moz-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    25% {

        -moz-transform: rotate(15deg);

        -ms-transform: rotate(15deg);

        -webkit-transform: rotate(15deg);

        transform: rotate(15deg);

    }



    50% {

        -moz-transform: rotate(-15deg);

        -ms-transform: rotate(-15deg);

        -webkit-transform: rotate(-15deg);

        transform: rotate(-15deg);

    }



    75% {

        -moz-transform: rotate(5deg);

        -ms-transform: rotate(5deg);

        -webkit-transform: rotate(5deg);

        transform: rotate(5deg);

    }



    85% {

        -moz-transform: rotate(-5deg);

        -ms-transform: rotate(-5deg);

        -webkit-transform: rotate(-5deg);

        transform: rotate(-5deg);

    }

}

@-moz-keyframes icon-bounce {

    0%, 100% {

        -moz-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    25% {

        -moz-transform: rotate(15deg);

        -ms-transform: rotate(15deg);

        -webkit-transform: rotate(15deg);

        transform: rotate(15deg);

    }



    50% {

        -moz-transform: rotate(-15deg);

        -ms-transform: rotate(-15deg);

        -webkit-transform: rotate(-15deg);

        transform: rotate(-15deg);

    }



    75% {

        -moz-transform: rotate(5deg);

        -ms-transform: rotate(5deg);

        -webkit-transform: rotate(5deg);

        transform: rotate(5deg);

    }



    85% {

        -moz-transform: rotate(-5deg);

        -ms-transform: rotate(-5deg);

        -webkit-transform: rotate(-5deg);

        transform: rotate(-5deg);

    }

}

@-o-keyframes icon-bounce {

    0%, 100% {

        -moz-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    25% {

        -moz-transform: rotate(15deg);

        -ms-transform: rotate(15deg);

        -webkit-transform: rotate(15deg);

        transform: rotate(15deg);

    }



    50% {

        -moz-transform: rotate(-15deg);

        -ms-transform: rotate(-15deg);

        -webkit-transform: rotate(-15deg);

        transform: rotate(-15deg);

    }



    75% {

        -moz-transform: rotate(5deg);

        -ms-transform: rotate(5deg);

        -webkit-transform: rotate(5deg);

        transform: rotate(5deg);

    }



    85% {

        -moz-transform: rotate(-5deg);

        -ms-transform: rotate(-5deg);

        -webkit-transform: rotate(-5deg);

        transform: rotate(-5deg);

    }

}

/* styles */









.ddk li:hover img {

    -webkit-animation: icon-bounce 0.5s alternate;

    -moz-animation: icon-bounce 0.5s alternate;

    -o-animation: icon-bounce 0.5s alternate;

    animation: icon-bounce 0.5s alternate;

}





.ddk li p {

    text-align: center;

    margin: 1rem 0;

}

.ddk {

    height: auto;

    overflow: hidden;

    border-top: 1px solid #f7f7f7;

    padding: 4.3rem 0 6.4rem;

}

.ddktu{

    width: 4rem;

    height: 4rem;

    display: flex;

    align-items: center;

    justify-content: center;

}

.qidd span {

    display: block;

    width: 2rem;

    height: 2rem;

    line-height: 2rem;

    border-radius: 50%;

    background-color: red;

    color: #FFFFFF;

    text-align: center;

    font-size: 1.4rem;

}

.qidd {

    position: absolute;

    width: 2rem;

    height: 2rem;

    top: -10%;

    right: 33%;

}

.ddk li {

    list-style-type: none;

    float: left;

    position: relative;

    text-align: center;

    color: #7a7d88;

}

.gslan {

    height: auto;

    overflow: hidden;

    color: #545454;

    padding-left: 1.5rem;

    position: relative;

    font-size: 2rem;

    background: url(../images/lant.jpg) left center;

    background-repeat: no-repeat;

    line-height: 6.4rem;

    border-bottom: 1px solid #f9f9f9;
    background-size:0.4rem;
}

.gskuai {

    height: auto;

    overflow: hidden;

    background-color: #FFFFFF;

}

.gsnei {

    height: auto;

    overflow: hidden;

    padding: 3rem;

}

.shop li {

    list-style-type: none;

    border-bottom: 1px solid #f7f7f7;

    margin-bottom: 2rem;

}

.item {

    width: 28.88%;

    float: left;

}


.price{

    text-align: center;

    width: 19.1%;

    float: left;

}

.quantity{

    text-align: center;

    width: 19.1%;

    float: left;

}

.total{

    text-align: center;

    width: 19.1%;

    float: left;

}

.edit{

    text-align: center;

    width: 10%;

    float: left;

}

.shop-lan {

    height: auto;

    overflow: hidden;

    line-height: 4.2rem;

    color: #333333;

    border-bottom: 1px solid #f9f9f9;

}

.itemtitle{

    width: 28.88%;

    float: left;

}

.shop-nei-tu{

    width: 24%;

    float: left;

}

.shop-nei-wen {

    width: 73.7%;

    float: right;

}

.shop-nei-wen h2{

    font-size: 1.4rem;

    color: #333333;

    margin-top: 0.6rem;

    margin-bottom: 4.5rem;

    font-weight: bold;

}

.proprice{

    text-align: center;

    width: 19.1%;

    float: left;

}

.shop-nei {

    height: auto;

    overflow: hidden;

    padding-top: 2.3rem;

    padding-bottom: 2.3rem;

    display: flex;

    align-items: center;

}

.prototal{

    text-align: center;

    width: 19.1%;

    float: left;

}

.proquantity{

    text-align: center;

    width: 19.1%;

    float: left;

}



.spsl {

    height: auto;

    overflow: hidden;

    margin-top: 2rem;

}

.proquantity .spsl{

    margin-top:0;

}

.numberx a {

    float: left;

    width: 4.8rem;

    height: 4.8rem;

    line-height: 4.8rem;

    color: #666666;

    background-color: #f3f3f3;

    border-right: 1px solid rgba(0,0,0,0);

    font-size: 2rem;

    -webkit-transition: all 0.2s;

    transition: all 0.2s;

}

.numberx input {

    float: left;

    width: 6.8rem;

    height: 4.8rem;

    line-height: 4.8rem;

    border-right: 1px solid #d9d9d9;

    padding: 0;

    border-width: 0;

    color: #666666;

    font-size: 2rem;

    text-align: center;

}

.prototal{

    font-size: 2.4rem;

}

.edit a{

    border-radius: 0;

    display: block;

    height: 3rem;

    line-height: 3rem;

    text-align: center;

    border: 1px solid #c4c4c4;

    color: #797b82;

    cursor: pointer;

}

.gsnei li {

    list-style-type: none;

    border-bottom: 1px solid #f7f7f7;

    margin-bottom: 2rem;

}

.jixu {

    height: auto;

    overflow: hidden;

    line-height: 5.5rem;

    border: 1px solid #e8ebf0;

    margin-top: 5rem;

}

.jixu-aa {

    width: 49.1%;

    padding-left: 1rem;

    color: #7a7d88;

    font-size: 1.2rem;

    float: left;

}

.jixu-bb {

    width: 19%;

    float: left;

    color: #333333;

    font-size: 1.4rem;

    margin-left: 7.5%;

}

.jixu-cc {

    width: 21.7%;

    float: right;

}

.fkantt {

    background-color: #9F2023;

    border: 1px solid #9F2023;

    color: #FFFFFF;

    border-radius: 0;

    width: 95%;
    font-size: 1.4rem;

}

.bjlan {

    height: auto;

    overflow: hidden;

    line-height: 4rem;

    margin-bottom: 2rem;

}

.bjlan li {

    list-style-type: none;

    float: left;

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    background: url(../images/fenge3.png) right;

    background-repeat: no-repeat;
    background-size: 0.1rem 4rem;
}

.bjlan li a {

    color: #7a7d88;

}

.bjlan li > a::after {

    width: 0;

    transition: width .3s;

    height: 2px;

    display: block;

    margin: 0 auto;

    content: "";

    background-color: #2195b0;

    margin-top:1.5rem

}

.bjlan li > a:hover:after{

    width:100%;

    height:2px;

    display:block;

    content:"";

    transition:width .3s;

    background-color:#2195b0;

}

.bjlan li.hover a::after {

    width: 100%;

    height: 2px;

    display: block;

    content: "";

    transition: width .3s;

    background-color: #2195b0;

    margin-top:1.5rem;

}

.searche {

    width: 100%;

    border: 1px solid #bcc0cc;

    margin-bottom: 2rem;

}

.searche form{

    display: flex;

}

.searche .search{

    border: 0;

    height: 4rem;

    font-size: 1.4rem;

    padding-left: 1rem;

    border-right: 1px #bcc0cc solid;

    width: 92%;

    color: #a1a3a1;

    border-radius: 0;

}

.searche .btn {

    height: 4rem;

    margin: 0;

    border-radius: 0;

    color: #bcc0cc;

    background-color: #FFFFFF;

    text-align: center;

    width: 8%;

}

.thkk-tt {

    height: auto;

    overflow: hidden;

    background-color: #f4fafb;

    border: 1px solid #2195b0;

    padding: 2rem;

}

.thkk-tt-a {

    width: 68%;

    color: #7a7d88;

    float: left;

}

.thkk-tt-a h2 {

    font-size: 1.8rem;

    color: #ff0000;

    margin-top: 0.8rem;

    margin-bottom: 1rem;

}

.thkk-tt-b {

    width: 17.3%;

    font-size: 1.2rem;

    color: #7a7d88;

    float: right;

}

.thkk-tt-b h3 {

    font-size: 2.6rem;

    color: #f03535;

    margin-top: 0.6rem;

    margin-bottom: 1rem;

}

.thkk-nn {

    height: auto;

    overflow: hidden;

    border: 1px solid #e9eaf0;

    border-top: 0px solid rgba(0,0,0,0);

    padding: 2rem;

    padding-bottom: 4rem;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}

.thkk-nn-a {

    width: 68%;

    color: #7a7d88;

    float: left;

}
.thkk-nn-a>div{
    display: flex;
}
.thka {

    width: 18.5%;

    float: left;

}

.thkb {

    width: 80%;

    float: right;

    font-size:1.4rem;
    flex-direction: column;
}

.thkb h2 {

    font-size: 1.4rem;

    color: #333333;

    height: auto;

    overflow: hidden;

    margin-top: 1.8rem;

    margin-bottom: 1.4rem;

    font-weight: bold;

}

.thkk-nn-b {

    width: 21.3%;

    color: #797b82;

    float: right;

}

.thkk-fk {

    margin-bottom: 1.6rem;

}

.xiangguanright .thkk-fk:last-child {

    margin-bottom: 0;

}

.thkk-mm {

    margin-top: 1rem;

}

.thkb p{

    color:#333;

    font-size:1.4rem;

    margin-bottom:1.6rem;

}

.thkk-mm a {

    display: block;

    height: 3rem;

    line-height: 3rem;

    text-align: center;

    border: 1px solid #c4c4c4;

    color: #797b82;
    cursor: pointer;
}

.thkk-fk a{

    display: block;

    height: 3rem;

    line-height: 3rem;

    text-align: center;

    border: 1px solid #c4c4c4;

    color: #797b82;

}

.thkk-mm a:hover{

    background:#f03535;

    color:#fff;

}

.thkk-fk a:hover{

    background:#f03535;

    color:#fff;

}

.thkk{

    padding-bottom:11.7rem;

}

.guanli-tx img {

    border-radius: 50%;

}

.guanli-zi {

    width: 36.5rem;

    float: left;

    color: #7a7d88;

    line-height: 1.9rem;

    margin-left: 3.2rem;

    font-size:1.4rem;

}

/* 订单详情 */



.dingdd h2 {

    font-size:1.8rem;

    margin-top:0px;

    padding-bottom:1.5rem;

    margin-bottom:2.3rem;

    color:#000;

}



.dingdd{

    border-bottom:1px solid #f4f4f4;

    display: flex;

    justify-content: space-between;

}



.dingdd h3 {

    font-size:1.8rem;

    margin-top:0px;

    margin-bottom:1.6rem;

    color:#000;

}

.liucheng h1{

    padding-top:2rem;

    font-size: 1.8rem;

    color:#262626;

    padding-bottom:1.6rem;

}

.liucheng ul{

    display: flex;

    justify-content: space-between;

    background:#d3eaef;

    align-items: center;

    border-radius: 30px;

    height: 3rem;

}

.liucheng {

    padding-bottom:5rem;

    border-bottom: 1px solid #f4f4f4;

}

.gskuai .liucheng ul li {

    width: 25%;

    margin: 0;

    border-bottom: 0;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1.4rem;

    color:#666;

}

.gskuai .liucheng ul.od1 li:first-child{

    border-radius: 30px;

    background:#2195b0;

    color:#fff;

}



.gskuai .liucheng ul.od1 li.on{

    border-radius: 30px ;

    background:#2195b0 ;

    color:#fff ;

}
.gskuai .liucheng ul.od1 li:nth-child(2).on{
    border-radius: 0 30px 30px 0;
}
.gskuai .liucheng ul.od1 li:nth-child(3).on{
    border-radius: 0 30px 30px 0;
}
.gskuai .liucheng ul.od1 li.on2{
    border-radius: 0 30px 30px 0;
}
.gskuai .liucheng ul.od1 li:first-child.on2{
    border-radius: 30px 0 0 30px;
}
.gskuai .liucheng ul.od1 li:last-child.on{
    border-radius: 0 30px 30px 0;
}
.gskuai .liucheng ul.od1 li.on.on2{
    border-radius: 0;
}

.gskuai .liucheng ul.od1 li.on3.on4{
    border-radius: 0 30px 30px 0;
}
.gskuai .liucheng ul.od1 li.on3.on4{
    border-radius: 0 ;
}
.gskuai .liucheng ul.od1 li.on4{
    border-radius: 0 30px 30px 0;
}

.gskuai .liucheng ul.od2 li:first-child{

    border-radius: 30px 0 0 30px;

    background:#2195b0;

    color:#fff;

}

.gskuai .liucheng ul.od2 li:nth-child(2){

    border-radius: 0 30px 30px 0;

    background:#2195b0;

    color:#fff;

}

.gskuai .liucheng ul.od3 li:first-child{

    border-radius: 30px 0 0 30px;

    background:#2195b0;

    color:#fff;

}

.gskuai .liucheng ul.od3 li:nth-child(2){

    border-radius: 0;

    background:#2195b0;

    color:#fff;

}

.gskuai .liucheng ul.od3 li:nth-child(3){

    border-radius: 0 30px 30px 0;

    background:#2195b0;

    color:#fff;

}

.gskuai .liucheng ul.od4 li:first-child{

    border-radius: 30px 0 0 30px;

    background:#2195b0;

    color:#fff;

}

.gskuai .liucheng ul.od4 li:nth-child(2),.gskuai .liucheng ul.od4 li:nth-child(3){

    border-radius: 0;

    background:#2195b0;

    color:#fff;

}



.gskuai .liucheng ul.od4 li:last-child{

    border-radius: 0 30px 30px 0;

    background:#2195b0;

    color:#fff;

}

.xiugai {

    position: absolute;

    width: 100px;

    text-align: right;

    right: 0px;

    top: 0px;

    padding-right: 1rem;

}

.xiugai a {

    font-family: 'ITCAvantGardeStd-Bk', Helvetica, Arial, sans-serif;

    color: #2195b0;

    cursor: pointer;

}

.orderthkk{

    border-left: 0;

    border-right:0;

    padding: 0;

}

.orderthkk .thkk-nn{

    align-items: center;

    padding-right: 0;

    border-right: 0;

    border-left: 0;

}

.guanli-tx {

    width: 9.6rem;

    height: 9.6rem;

    float: left;

}

.xiangguanxinxi{

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding:4rem 0;

    border-bottom: 1px solid #e9eaf0;

}

.xiangguanleft h2{

    font-size:1.8rem;

    color:#4D4D4D;

    margin-bottom:1.9rem;

}

.xiangguanright button{

    background:#b3b3b3;

    border:0;

    width: 18rem;

}

.thkk-nn-b{

    display: flex;

    justify-content: flex-end;

}

.orderthkk-nn-b{

    display: block;

}

.pinglun{

    padding:4rem 0 3rem;

    display: flex;

    justify-content: space-between;

}

.pinglunleft h2{

    font-size:1.8rem;

    color:#333;

    margin-bottom:1.9rem;

}

.sum{

    font-size:1.8rem;

    color:#333;

    margin-bottom:1.9rem;

}

.pinglunright {

    width: 40rem;

}

.pinglunleft{

    width: 45%;

}

.pinglunright ul li{

    display: flex;

    justify-content: space-between;

    border-bottom: 0px solid #f7f7f7;

    margin-bottom:0;

    line-height: 3.4rem;

}

.pinglunright ul li span{

    width: 40%;

}

.pinglunright ul li div{

    width: 60%;

    text-align: right;

}

.pinglunright ul li:last-child div{

    font-size: 3rem;

    color:#FF0000;

}

.xiangguan-zi p.active{

    color:#9F2023;

}

.xiangguan-zi p .gszz-tt{

    color:#999999;

}

.xiangguan-zi p{

    margin-bottom:2rem;

}

.xiangguanright.active button{

    border:1px solid #9F2023;

    background:transparent;

    color:#9f2023;

}

.xiangguanright.active button:hover{

    background:#9F2023;

    color:#fff;

}

.gsxg{

    height: auto;

    overflow: hidden;

    padding: 1rem;

    font-size: 1.4rem;

    color: #7a7d88;

    position: relative;

    line-height: 2.9rem;

    border: 1px solid #f9f9f9;

    transition: all 300ms ease-in 0ms;

}

.gsxg:hover {

    border: 1px solid #58afc4;

    transition: all 300ms ease-in 0ms;

}

.userlist li li.on a{

    color: #2195b0;

}

.xgnn {

    height: auto;

    overflow: hidden;

    padding: 9rem;

    padding-left: 25.5rem;

    padding-right: 25.5rem;

}

.kka {

    height: 5.6rem;

    border-radius: 5px;

    font-size: 1.6rem;

    color: #86868b;

    border: 1px solid #d2d2d7;
    padding:0.6rem 1.2rem;
}

.xgnn p {

    margin-bottom: 1rem;

}

.gszz {

    height: auto;

    overflow: hidden;

    position: relative;

    border: 1px solid #f9f9f9;

    cursor: pointer;

}

.gszz:hover {

    border: 1px solid #58afc4;

    transition: all 300ms ease-in 0ms;

}

.gszz-lan {

    font-size: 1.4rem;

    position: relative;

    height: 3.2rem;

    line-height: 3.2rem;

    background-color: #f4fafb;

}

.gszz-fd {

    width: 100%;

    height: 3.2rem;

    position: absolute;

    left: 0px;

    top: 0px;

    display: none;

}

.gszz-fd-aa {

    width: 8rem;

    background: url(../images/gstit.png);

    text-align: center;

    font-size: 1.4rem;

    color: #2195b0;

    line-height: 3.2rem;

    float: left;

}

.gszz-fd-bb {

    width: 20rem;

    text-align: right;

    padding-right: 1.5rem;

    float: right;

}

.gszz-fd-bb a {

    color: #2195b0;

    cursor: pointer;

}

.gszz:hover .gszz-fd {

    display: block;

    transition: all 300ms ease-in 0ms;

}

.gszz-nei {
    height: calc(100% - 3.2rem);
    overflow: hidden;
    padding: 1.5rem;
    padding-top: 0.8rem;
    font-size: 1.2rem;
    color: #4a4a4a;
    line-height: 2.3rem;
}

.gszz-tt {

    color: #9b9b9b;

}

.gsrow li {

    list-style-type: none;

    width: 50%;

    float: left;

    padding-left: 1.3rem;

    padding-right: 1.3rem;

    margin-bottom: 3rem;
    height: 22rem;
}
.gszz,.gsadd{
    height: 100%;
}

.gsrow {

    height: auto;

    overflow: hidden;

    margin-left: -1.3rem;

    margin-right: -1.3rem;

}

.gou {

    position: absolute;

    width: 3.1rem;

    height: 3.1rem;

    right: 0px;

    bottom: 0px;

    display: none;

}

.gszz:hover .gou {

    display:block;

    transition: all 300ms ease-in 0ms;

}

.gsadd a {

    display: block;
    width: 100%;
    height: calc(100% - 3.2rem);
    text-align: center;
    border: 1px solid #f9f9f9;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gsadd h2 {

    font-size: 1.4rem;

    color: #2195b0;

    margin-top: 2.1rem;

    margin-bottom: 0.6rem;

}

.gmkuai {

    height: auto;

    overflow: hidden;

    background-color: #FFFFFF;

}

.gmlan {

    height: auto;

    overflow: hidden;

    line-height: 6rem;

    padding-left: 2.5rem;

    font-size: 1.8rem;

    color: #333333;

    background: url(../images/lant.jpg) left center;

    background-repeat: no-repeat;

    color: #333333;

}

.buy{

    background: #f5f5f5;

    padding-bottom:5.5rem;

}

.gmnei {

    height: auto;

    overflow: hidden;

    padding: 4.5rem;

    padding-top: 0px;

    padding-bottom: 0rem;

}

.gmnei h2 {

    font-size: 1.4rem;

    height: auto;

    overflow: hidden;

    line-height: 3.6rem;

    border-bottom: 1px solid #f7f7f7;

    margin-top: 0px;

    margin-bottom: 1.8rem;

    color:#000;

}

.gmnei a {

    font-size: 1.4rem;

    color: #2195b0;

    cursor: pointer;

    text-decoration: underline;



}

.peisong{

    display: flex;

    justify-content: space-between;

    margin-top: 6.5rem;

    margin-bottom:5.5rem;

    align-items: center;

}

.peisongright{

    display: flex;

    align-items: center;

    color:#000;

}

.peisongright .red{

    color:#f00;

}

.peisongright input{

    margin-left: 1rem;

    width: 33rem;

    height: 4rem;

    padding-left: 1.5rem;

    border:1px solid #d9d9d9;

    color:#333;

}

.gmkuaimid{

    margin-top:2.3rem;

}

.lanse {

    color: #2195b0;

}

.zxiang {

    font-size: 1.4rem;

    color: #333333;

}

.xxkuai {

    height: auto;

    overflow: hidden;

}

.xxlant {

    height: auto;

    overflow: hidden;

    line-height: 4.6rem;

    color: #333333;

    background-color: #f7f7f7;

    border: 1px solid #ebebeb;



}

.xxlant-aa {

    width: 50%;

    padding-left: 3rem;

    float: left;

}

.xxlant-bb {

    width: 15.8%;

    padding-left: 3rem;

    float: left;

    text-align: center;

}

.xxlant-cc {

    width: 16.3%;

    padding-left: 3rem;

    float: right;

    text-align: center;

}

.xxneit {

    height: auto;

    overflow: hidden;

    border-bottom: 1px solid #f4f4f4;

}

.xxneit li {

    list-style-type: none;

    width: 100%;

    height: auto;

    overflow: hidden;

    color: #333333;

    padding-bottom: 2rem;

    border-top: 1px solid #f4f4f4;

    align-items: center;

    display: flex;

    border-bottom:1px solid #f4f4f4;

}

.xxneit-aa {

    width: 50%;

    padding-left: 3rem;

    float: left;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.xxneit-aa-1 {

    width: 17.2%;

    float: left;

}

.xxneit-aa-2 {

    width: 81.6%;

    float: right;

}

.xxneit-aa-2 h4 {

    font-size: 1.6rem;

    margin-top: 1.6rem;

    margin-bottom: 1.5rem;

    color:#000;

}

.xxneit-bb {

    width: 16.8%;

    padding-left: 2rem;

    line-height: 2.3rem;

    float: left;

    text-align: center;

}

.xxneit-cc {

    width: 16.3%;

    padding-left: 3rem;

    line-height: 2.3rem;

    float: right;

    text-align: center;

}

.xxneit-bb .spsl{

    margin: 0;

}

.xxneit-cc h4 {

    font-size: 2rem;

    color: #e72f2c;

}

.liuyanzhifu{

    margin-top:2.4rem;

}

.liuyanzhifuleft textarea{

    resize: none;

}

.liuyanzhifuleft{

    width: 40%;

}

.liuyanzhifu{

    display: flex;

    justify-content: space-between;



}

.liuyanzhifuleft{

    background:#fff;

}

.liuyanzhifuleftkuang{

    padding:0 2.5rem 3.7rem;

}

.liuyanzhifuleftkuang textarea{

    width: 100%;

    padding:1.5rem 1.7rem;

    border:1px solid #999;

    color:#999;

}

.liuyanzhifuright {

    width: 40rem;

}

.liuyanzhifuright ul li{

    display: flex;

    justify-content: space-between;

    border-bottom: 0px solid #f7f7f7;

    margin-bottom:0;

    line-height: 3.4rem;

}

.liuyanzhifuright ul li span{

    width: 40%;

}

.liuyanzhifuright ul li div{

    width: 60%;

    text-align: right;

}

.liuyanzhifuright ul li:last-child div{

    font-size: 3rem;

    color:#FF0000;

}

.liuyanzhifuright button.check{

    width: 100%;

    background-color: #9F2023;

    border: 1px solid #9F2023;

    color: #FFFFFF;

    height: 4.8rem;

    margin-top:2.4rem;

}

.liuyanzhifuright button:hover{

    background:#fff;

    color:#9F2023;

}

.gmnei ul{

    margin-top:2rem;

}

.gmnei ul li{

    width: 50%;

}

#addclose{

    justify-content: space-between;

    padding-left: 2rem;

    margin-bottom:2rem;

}

#addressbg{

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.47);

    z-index: 99;

    display: none;

}

#addressbg .forgotshade{

    width: 76.2rem;

    height: 55.9rem;

}

.xxneit ul li{

    width: 100%;

}

.jqzoom img{

    width: 100%;

    border:1px solid #eeeeee;

}

.colmd5{

    width: 46%;

    float:left;

}

.jqzzom{

    position: relative;

}

.jqzoom {

    position: relative;

    overflow: hidden;

    border: 0px #ddd solid;

    height: auto;

    overflow: hidden;

}

.pro-img #Gbig {

    width: 100%;



}



.jqzzom{position:relative;}

.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}

.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}

.bigimg{width:100rem;height:71.5rem;}

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:8rem !important;height:8rem !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}

.zoomdiv img{

    max-width:none;

}





.jqzzom .navigation {

    width: 100%;

    margin: 1rem 0 0;

}

.jqzzom .carousel{

    overflow: hidden;

}

.jqzzom .carousel ul {

    width:2000em;

    list-style: none;

    margin: 0;

    padding: 0;

    margin-top:1rem;

}

.jqzzom .prev-navigation,.next-navigation{

    display:block;

    cursor:pointer;

}

.jqzzom .prev-navigation{

    background:url(../images/left.gif) left center no-repeat;

    height:9.1rem;

    width:3.9rem;

    float:left;

}

.jqzzom .next-navigation{

    background:url(../images/right.gif) right center no-repeat;

    width:3.9rem;

    height:9.1rem;

    float:right;

}

#xiaotu{

    padding:0rem 3.7rem;

    border:1px solid #eeeeee;

}

#xiaotu .swiper-button-next {

    background: url(../images/you.png) no-repeat;

    background-size: cover;

    right:0;

    bottom:0;

    top: auto;

    width: 2.7rem;

    height: 7.4rem;

    border: none;



}

#xiaotu .swiper-button-prev {

    background: url(../images/zuo.png) no-repeat;

    background-size: cover;

    left: -0rem;

    bottom:0;

    width: 2.7rem;

    height: 7.4rem;

    border: none;

    top: auto;

}

#xiaotu .swiper-slide{

    padding: 1rem 0;

}

#xiaotu .swiper-slide a img{

    border:1px solid #a2a2a2;

}

#xiaotu .swiper-slide a.hover img{

    border:1px solid #212529;

}

.colmd7{

    width: 50%;

    float:right;

}

.protitle h2{

    font-size:2rem;

    padding-bottom:2rem;

    border-bottom:1px solid #eeeeee;

    margin-bottom:2.7rem;

}

.protitle section{

    font-size:1.4rem;

    color: #999999;

    line-height: 2.4rem;

}

.cunhuo{

    margin-top:3.4rem;

    color:#666666;

    font-size:1.4rem;

}

.cunhuo span{

    font-weight: bold;

    color:#333;

}

.prodprice{

    margin-top:3.4rem;

    color:#666666;

    font-size:1.4rem;

}

.prodprice span{

    font-size: 1.8rem;

    color:#9e2023;

    margin-left:1.5rem;

}

.guige p{

    font-size:1.4rem;

    color:#666666;

    margin-bottom:2rem;

    margin-top:3rem;

}

.guige ul{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
    width: 80%;
}

.guige ul li{

    width: 49%;

    display: flex;

    align-items: center;

    background:#f5f5f5;

    margin-bottom:1rem;

    border:1px solid transparent;
    cursor: pointer;
}

.guigetu{

    width: 4rem;

    height: 4rem;

}

.guigetu img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.guigewen{

    margin-left: 1.6rem;

}

.guige ul li.on{

    border:1px solid #9f2023;

}

.shuliang input{

    width: 4.2rem;

    height: 4.4rem;

    border:1px solid #cccccc;

    text-align: center;

}

.zengjian{

    display: flex;

    flex-direction: column;

}

.shuliang{

    display: flex;

    background:#f1f1f1;

    border:1px solid #ccc;

    width: 6.1rem;

}

.shuliang a{
    display: flex;
    border:1px solid #ccc;
    height: 50%;
    align-items: center;
    justify-content: center;
}

.productsdanniu{

    display: flex;

    margin-top:3.1rem;

    padding-bottom:4.3rem;



}

.jiagouwu button{

    height: 4.4rem;

    width: 14.2rem;

    background:#df3033;

    color:#fff;

    border:0;

    margin-left: 1rem;

}

.goumai button{

    height: 4.4rem;

    width: 14.2rem;

    background:#262626;

    color:#fff;

    border:0;

    margin-left: 1rem;

}

.prodetail{

    width: 100%;

}

.prodetailtitle{

    color:#fff;

    font-size:1.6rem;

    font-weight: bold;

    width: 14.2rem;

    height: 5.1rem;

    display: flex;

    align-items: center;

    justify-content: center;

    background:#9fa0a0;

}

.prodetailcontent{

    padding-top:3rem;

    border-top:1px solid #eeeeee;

    padding-bottom:4rem;

}
.prodetailcontent section div{
    max-width:100%;
}

.prodetailcontent section table{

    width: 100% !important;

}

.prodetailcontent section td{

    width: 50% !important;

    border-top:1px solid #bbbfbf;

    padding:1.4rem 0;

    padding-left:1.4rem;

}

.prodetailcontent section td:first-child{

    background:#f0f2f2;

}

.fenye{

    display: flex;

    justify-content: space-between;

    font-size: 1.4rem;

    padding-bottom:4rem

}

.fenye a{

    color:#333;

}

.fenye a:hover{

    color:#9f2023;

}

.tuijian{

    margin-top:4rem;

    padding:4rem 3rem;

    background:#fff;

}

.tuijianlan{

    padding-left:2.1rem;

    font-size: 2rem;

    position:relative;

    font-weight: bold;

    line-height: 2.5rem;

}

.tuijianlan:after{

    height: 2.5rem;

    width: 0.3rem;

    display: block;

    content:"";

    background:#9fa0a0;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translate(0,-50%);

}

#tuijian .products_list .prod .proimg {

    background: #e5e5e5;

    border: 1px #999 solid;

}

#tuijian   h2 {

    font-size: 1.6rem;

    font-weight: bold;

    color: #9f2023;

    line-height: 2.4rem;

    text-align: center;

    padding: 1rem 0;

}

#tuijian .prod:hover h2 {

    color: #fff;

    background: #9f2023;

}

#tuijian p {

    font-size: 1.4rem;

    color: #333;

    line-height: 2.4rem;

    text-align: center;

}

#tuijian     .prod:hover p {

    color: #fff;

    background: #9f2023;

}

#forgot .forgotshade {

    width: 49.4rem;

    padding-right: 0;

    height: 24.1rem;

}

.shopcartcontent{

    display: flex;

    justify-content: center;

    height: calc(100% - 4.3rem);

    align-items: center;

}

.shopcartcontentleft img{

    width: 11rem;



}

.shopcartcontentright h2{

    font-size: 1.8rem;

    font-weight: bold;

    color:#333333;

    margin-bottom:1.4rem;

}

.shopcartcontent p{

    margin-bottom:1rem;

}

.shopcartcontent a{

    margin-top:1.6rem;

    width: 14.2rem;

    height: 3.4rem;

    display: flex;

    align-items: center;

    justify-content: center;

    color:#fff;

    background:#df3033;

}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{

    content:"";

}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {

    content:"";

}

.products_nav.headdb {
    position: fixed;
    left: 16%;
    top: 7%;
}
.productsbig.headdb{
    justify-content: flex-end;
}
.jtanchu img:first-child{
    width:4rem;
}
.jtanchu img:last-child{
    width:2rem;
}
.downicon img{
    width:2rem;
}
.m_header{
    display: none;
}
.yc{
    display: none;
}
@media(max-width:992px){
    header{
        display: none;
    }
    .m_header {
        display: block;
    }
    .container{
        width: 95%;
        margin:0 auto;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background:#fff;
    }

    .logo_box img {
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .banner{
        padding-top:60px;
    }
    .sycplist ul{
        flex-wrap: wrap;
    }
    .sycplist ul li {
        width: 49%;
        margin-bottom: 2rem;
    }
    .sycpflbg{
        height: 13rem;
    }
    .sycpfltitlebig {
        perspective: 40000px;
        -webkit-perspective: 40000px;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transition: all 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 3.9rem;
        width: 100%;
    }
    .sycpflt img{
        object-fit: contain;
    }
    .sycontactleft{
        width:auto;
        left: 15px;
        font-size: 1.2rem;
        position:absolute;
    }
    .syaboutbig{
        flex-wrap: wrap;
    }
    .syaboutleft{
        width:100%;
        padding:2rem;
    }
    .syaboutright{
        display: none;
    }
    .footermid{
        flex-wrap: wrap;
    }
    .footertop{
        flex-wrap: wrap;
    }
    .footerleft{
        width:100%;
    }
    .footermid{
        padding-top:0;
    }
    .footermenu{
        width:50%;
        margin:0;
        margin-bottom:2rem;
    }
    .footermenu:first-child {
        margin-right: 0rem;
    }
    .footermenu:first-child{
        margin-right: 0;
    }
    .footerright {
        width: 100%;
        padding-top: 0;
    }
    .yc{
        display: block;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#9f2023 !important;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #9f2023 !important;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .cplb .hprolistimg img{
        width:100%;
        height:auto;
    }
    .syaboutleft p {
        font-size: 1.4rem;
        padding-top: 2rem;
        color: #333;
        line-height: 2;
    }
    .productnav ul{
        margin-bottom:2rem;
    }
    .hezuo ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .aboutbig h1{
        font-size: 2.4rem;
    }
    .nybanner{
        padding-top:6rem;
    }
    .productsbig{
        flex-wrap: wrap;
    }
    .products_nav{
        width:100%;
        position:relative;
        top: 0;
        height: auto;
    }
    .products_list{
        width:100%;
    }
    .products_list .prod{
        width:100%;
        margin-bottom:2rem;
    }
    .product{
        flex-wrap: wrap;
    }
    .product_detail{
        width:100%;
    }
    .product_detailtop{
        flex-wrap: wrap;
        padding:2rem;
    }
    .colmd5 {
        width: 100%;
        float: left;
        margin-bottom:2rem;
    }
    .colmd7 {
        width: 100%;
        float: right;
    }
    .productsdanniu{
        flex-wrap: wrap;
    }
    .shuliang{
        width:auto;
    }
    .jiagouwu{
        width:100%;
    }
    .jiagouwu button{
        margin:1rem 0;
    }
    .goumai button{
        margin:0;
    }
    .productnav ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .zoomdiv{
        display: none !important;
    }
    #xiaotu{
        padding:0 1rem;
    }
    .down h1{
        font-size: 2.4rem;
    }
    .downleft{
        width:100%;
        border:none;
    }
    .downright{
        width:100%;
    }
    .userbig{
        flex-wrap: wrap;
    }
    .userleft{
        width:100%;
        height: auto;
        margin-bottom:2rem;
    }
    .userright{
        width:100%;
    }
    .login{
        padding:2rem;
    }
    .loginbig{
        flex-wrap: wrap;
    }
    .loginleft img{
        width:100%;
    }
    .loginleft{
        margin-right: 0;
        margin-bottom:20px;
    }
    #register .forgotshade {
        padding-right: 0;
        width: 95%;
        padding-bottom: 2rem;
    }
    .cebian{
        display: none;
    }
    .registertitle{
        padding:2rem;
    }
    #forgot .forgotshade {
        width: 95%;
        padding-right: 0;
 
    }
    .form_item{
        padding-right: 0;
    }
    .form_item input {
        width: 65%;
        height: 3.7rem;
        border: 1px solid #e5e5e5;
        padding-left: 0.6rem;
    }
    .form_item select{
        width: 65%;
    }
    .form_item textarea {
        width: 65%;
    }
    .form_item,.form_button{
        padding-right: 2rem;
    }
    .bjlan li{
        width:100%;
    }
    .jixu-aa{
        width:100%;
    }
    .jixu-bb{
        width:100%;
    }
    .jixu-cc{
        width:100%;
    }
    .jixu-bb {
        float: left;
        color: #333333;
        font-size: 1.4rem;
        margin-left: 0;
        padding-left: 1rem;
    }
    .fkantt {
        background-color: #9F2023;
        border: 1px solid #9F2023;
        color: #FFFFFF;
        border-radius: 0;
        width: 95%;
        font-size: 1.4rem;
        margin: 1rem auto;
        display: block;
    }
    .gsnei{
        padding:1rem;
    }
    .gsrow li{
        width:100%;
    }
    .zwcont {
        width: 40%;
        left: 50%;
        top: 43%;
        margin-top: -37.8rem;
        position: relative;
        width: 95%;
        transform: translate(-50%,10%);
    }
    .zwcont iframe{
        height: 85vh;
    }
   .xgnn {
        height: auto;
        overflow: hidden;
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
        width: 95%;
        margin: 0 auto;
    }
    .shop-lan{
        display: none;
    }
    .proprice{
        display: none;
    }
    .shop-nei{
        flex-wrap:wrap;
    }
    .itemtitle{
        width:100%;
    }
    .proquantity{
        width:100%;
    }
    .prototal {
        font-size: 2.4rem;
        width: 100%;
        text-align: left;
        margin: 2rem 0;
    }
    .edit{
        width:100%;
    }
    .jiagouwu button,.goumai{
        width:100%;
    }
    .goumai button{
        width:100%;
    }
    .gmnn li{
        width:100%;
    }
    .gmnei{
        padding:20px;
    }
    .peisong {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
    }
    .peisong{
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .peisongright{
        flex-wrap: wrap;
        margin:10px 0;
    }
    .liuyanzhifu{
        flex-wrap: wrap;
    }
    .liuyanzhifuleft{
        width:100%;
        margin-bottom:20px;
    }
    .peisongright input{
        margin-top:20px;
    }
    .xxlant-cc,.xxlant-bb,.xxlant-aa{
        padding:0;
    }
    .xxneit-aa{
        padding-left:5px;
    }
    .gmnei .xxlant-bb:nth-child(2),.xxneit ul li .xxneit-bb:nth-child(2){
        display: none;
    }
    .xxneit-bb{
        padding-left:0;
    }
    .numberx {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .xxneit-aa-2{
        width:100%;
    }
    .xxneit-cc,.xxneit-bb{
        width:25%;
        padding:0;
    }
    .numberx input {
        float: left;
        width: 3rem;
        height: 3rem;
        line-height: 4.8rem;
        border-right: 1px solid #d9d9d9;
        padding: 0;
        border-width: 0;
        color: #666666;
        font-size: 2rem;
        text-align: center;
    }
    .thkk-tt-a {
        width: 100%;
        color: #7a7d88;
        float: left;
    }
    .thkk-tt-b {
        width: 100%;
        font-size: 1.2rem;
        color: #7a7d88;
        float: right;
        margin-top:20px;
    }
    .thkk-nn{
        flex-wrap: wrap;
    }
    .thkk-nn-a{
        width:100%;
    }
    .thkk-nn-b{
        width:100%;
        margin-top:20px;
    }
    .dingdd,.xiangguanxinxi{
        flex-wrap: wrap;
    }
    .pinglun{
        flex-wrap:wrap;
    }
    .pinglunleft{
        margin-bottom:20px;
    }
    .gskuai .liucheng ul li{
        width:100%;
        height: 28px;
        border-radius: 0 !important;
    }
    .liucheng ul{
        height: auto;
        flex-wrap: wrap;
        border-radius: 0 !important;
    }
    .xiangguanright button {
        background: #b3b3b3;
        border: 0;
        width: 100%;
    }
    .xiangguanright {
        width:100%;
    }
    .guanli-zi{
        margin-left:0;
        margin-top:20px;
    }
}