/*全局样式*/
@charset "utf-8";
body {font:14px/1.4 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";word-wrap:break-word;color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;}
.container-fluid {
    max-width:1830px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #006AB6;
    --color_hover: #000;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top:195px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
header > .container-fluid{max-width: 1580px!important;}
header .top{background: var(--color_zhuti);padding: 10px;text-align: center;display: block;color: #fff;line-height: 20px;}
header .top:hover{text-decoration: underline!important;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .box .logo{height: 100px;font-size: 0;margin-right: 20px;display: flex;align-items: center;}
header .box .logo img{max-height:76%;}
header .box .you{display: flex;align-items: center;}
header .box .you .txt1{display: flex;position: relative;}
header .box .you .txt1 .div1{display: flex;margin-right: 14px;line-height: 30px;}
header .box .you .txt1 .div1:before{display: block;margin-right: 6px;}
header .box .you .txt1 .div1 span{display: block;margin-left: 3px;}
header .box .you .txt1 .div2{display:none;position: absolute;right: 0;top: 100%;width:160px;border: 1px solid #eee;padding: 10px 20px;background: #fff;z-index: 22;}
header .box .you .txt1 .div2 a{display: block;padding: 8px 8px 8px 24px;position: relative;}
header .box .you .txt1 .div2 a span{display: block;position: absolute;left: 0;top: 11px;}
header .box .you .txt1 .div2 a:hover{color: var(--color_zhuti);}
header .box .you .txt1 .div1.active span{transform:rotate(180deg)}

header .box .you .txt2{width: 200px;border: 1px solid #ddd;height: 30px;margin:0 10px 0 22px;display: flex;align-items: center;color: #888;padding: 0 8px;background: #fff;}
header .box .you .txt2:before{display: block;margin-right: 6px;}
header .box .you .txt3{font-size: 30px;margin-left: 10px;position: relative;}
header .box .you .txt3 span{display:flex;align-items: center;justify-content: center;width: 24px;height: 24px;border-radius: 50%;position: absolute;left: 20px;top: -2px;font-size: 12px;color: #fff;background: #f00;transition: all .3s;}
header .box .you .txt3:hover{color: var(--color_zhuti);}
header .box .you .txt4box{display: flex;align-items: center;font-size: 16px;margin: 0 5px;position: relative;}
header .box .you .txt4box .txt4{display: flex;align-items: center;font-size: 16px;margin: 0 5px;position: relative;}
header .box .you .txt4box .txt4:before{font-size:160%;margin-right: 3px;position: relative;top: 1px;}
header .box .you .txt4box .txt4 span{color:var(--color_zhuti);padding-right: 4px;display: block;}
header .box .you .txt4box .txt5{position: absolute;right: 0;top: 100%;background: #fff;width: 100%;border: 1px solid #ddd;padding: 8px 0;z-index: 22;max-width: 130px;display: none;}
header .box .you .txt4box .txt5 a{display: block;text-align: center;padding: 7px;font-size: 14px;}
header .box .you .txt4box .txt5 a:hover{color: var(--color_zhuti);}
header .box .you .txt4box:hover .txt5{display: block;}



header nav{width:100%;background: #f9f9f9;}
header nav ul{position: relative;display: flex;flex-wrap: wrap;justify-content: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 22px;position: relative;padding: 16px 20px;font-weight: bold;}
header nav ul li > i{display: none;}






header nav ul li.active > a{color: var(--color_zhuti);}

header nav .ul{display:none;position: absolute;left: 0;top:100%;width:200px;background:rgba(255,255,255,1);text-align: left;box-shadow: 0 0 3px rgba(0, 0, 0, .01);z-index: 999;}
header nav .ul .li a{font-size:15px;color: #333;line-height:22px;padding:8px 30px 8px 14px;display:flex;justify-content: space-between;position: relative;z-index: 1;}
header nav .ul .li a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul .li:hover > a{background-color: var(--color_zhuti);color: #fff;}

header nav .ul .li span{display: block;transition: all .3s;line-height: 38px;height: 38px;position: absolute;right: 0;top: 0;width: 38px;text-align: center;z-index: 4;}
header nav .ul .li span.on{display: none;}
header nav .ul .li:hover > span{transform:rotate(180deg);color: #fff;}
header nav .ul .li{position: relative;z-index: 2;}
header nav .ul.ul2{top: 0;left: 100%;}
header nav .ul.ul3{top: 0;left: 100%;}


@media (min-width:992px){
    body.active header{margin-top: -41px;}
    body.active #formbox{top: 0;}
    header nav ul > li:hover{z-index: 3333;}
    header nav ul > li:hover .ul1{display: block;z-index: 3333;}
    header nav ul > li .li:hover .ul2{display: block;z-index: 3333;}
    header nav ul > li .li .li:hover .ul3{display: block;z-index: 3333;}
    header nav .ul .li.active a{color: var(--color_zhuti);}
    header nav ul li:hover > a{color: #fff!important;background: var(--color_zhuti);}
}


/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}

/*搜索*/
#formbox{display:none;position:fixed;height: 154px;left: 0;width: 100%;z-index: 114;background:#fff;top:41px;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);}
#formbox form{width: 740px;margin:0 auto;max-width:92%;display: flex;border: 1px solid #ddd;position: absolute;left: 0;right: 0;top: 50%;margin-top: -30px;}
#formbox form input{font-size:16px;color: #222;border: 0;height:50px;background: transparent;padding: 0 0 0 20px;width: calc(100% - 60px);color: #000;}
#formbox form button{width: 60px;float: right;background:transparent;font-size:22px;height: 50px;border: 0;color: #666;}
#formbox form button:hover{color: var(--color_zhuti);}
#formbox .gb{position: absolute;left: calc(100% + 6px);top: 0;line-height: 50px;font-size: 40px;width: 60px;text-align: center;color: #444;}
#formbox .gb:hover{color:var(--color_zhuti);}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:0 15px;top: 60px;height: 120px;}
    #formbox .gb{font-size: 34px;left: 100%;}
    #formbox form{max-width: calc(100% - 70px);right: auto;left: 15px;}
    #formbox form input{font-size:15px;padding: 0 15px;width: calc(100% - 60px);height:54px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 24px;height: 54px;border-width: 1px;}
}



.main88{padding-top: 50px;padding-bottom: 50px;}
.title{font-size: 26px;text-align: center;padding-bottom: 33px;text-transform: uppercase;}
.title span{display: block;font-size: 15px;text-transform: none;max-width: 888px;margin: 11px auto 0;}
.title.titlebs{color: #fff;}

.main1 .box{margin: -10px;position: relative;padding-bottom: 30px;}
.main1 .list{display: block;padding: 20px;margin: 10px;}
.main1 .list .img{padding-top: 100%;position: relative;overflow: hidden;}
.main1 .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 90%;max-width: 90%;z-index: 1;opacity: 1;transition: all .5s;}
.main1 .list .img img:nth-child(2){opacity: 0;z-index: 2;}
.main1 .list .tt{padding-top: 20px;}
.main1 .list .tt .tt1{display: flex;justify-content: space-between;font-weight: bold;font-size: 15px;}
.main1 .list .tt .tt1 span{flex-shrink: 0;margin-left: 10px;color: var(--color_zhuti);}
.main1 .list .tt .tt2{font-size: 14px;color: #888;margin-top: 4px;}
.main1 .list:hover{box-shadow: 0 0 11px rgba(0, 0, 0, .1);}
.main1 .list:hover .img img:nth-child(1){opacity: 0;}
.main1 .list:hover .img img:nth-child(2){opacity: 1;}
.main1 .list:hover .tt .tt1{text-decoration: underline!important;}
.main1 .box .swiper-pagination-bullet{background:#ccc;opacity:1;transition: all .2s;width: 12px;height: 12px;}
.main1 .box .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: #333;}


.main2{background: var(--color_zhuti);}
.main2 .box{display: flex;flex-wrap: wrap;gap: 20px;}
.main2 .box .list{display: block;width: calc(33.33% - 20px);background: #fff;position: relative;}
.main2 .box .list .bjcover{padding-top: 66%;}
.main2 .box .list .tt{padding: 15px 15px 50px;}
.main2 .box .list .tt .tt1{font-size: 16px;font-weight: bold;}
.main2 .box .list .tt .tt2{color: #888;margin-top: 8px;}
.main2 .box .list .tt .tt3{position: absolute;left: 15px;bottom: 15px;}
.main2 .box .list:hover .bjcover{transform: var(--transform_scale);}
.main2 .box .list:hover .tt .tt1{text-decoration: underline;color: var(--color_zhuti);}

.main3{display: flex;}
.main3 .list{display: block;width: 100%;position: relative;overflow: hidden;}
.main3 .list .bjcover{padding-top: 72%;position: relative;z-index: 1;}
.main3 .list .bjcover:after{content: "";width: 100%;height: 100%;background: linear-gradient(67deg,#005eb899 -3.95%,#508cc461 28.75%,#d9d9d900 101.52%);position: absolute;left: 0;top: 0;}
.main3 .list .tt{position: absolute;left: 0;bottom: 0;padding: 50px;z-index: 3;}
.main3 .list .tt .tt1{font-size: 18px;color: #fff;font-weight: bold;}
.main3 .list .tt .tt2{background: var(--color_zhuti);font-size: 16px;color: #fff;padding: 10px 30px;margin-top: 16px;display: inline-block;}
.main3 .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .list:hover .tt .tt2:hover{background:#fff;color:var(--color_hover);}




footer .box1{display: flex;padding:50px 0;border-top: 1px solid #ddd;}
footer .box1 .ul{margin-right: 20px;width: 33.33%;}
footer .box1 .ul > a{display: block;padding-bottom: 22px;font-weight: bold;color: #222;}
footer .box1 .ul .ul2 a{display: block;padding-bottom: 11px;color: #444;}
footer .box1 .ul .ul2 a:hover{color: var(--color_zhuti);text-decoration: underline!important;}
footer .box1 .tt{line-height: 2;}
footer .box2{border-top: 1px solid #ddd;padding: 26px 15px;text-align: center;}


.titletop{background: #E6E6E6;padding: 15px 0;}
.titletop .div{display: flex;align-items: center;text-transform: uppercase;}
.titletop .div span{font-size: 86%;display: block;padding: 0 6px;position: relative;top: -1.5px;opacity: .6;}
.titletop .div a:hover{color: var(--color_zhuti);text-decoration: underline!important;}

.titletop2{font-size: 34px;text-transform: uppercase;color: var(--color_zhuti);line-height: 40px;padding-bottom:40px;text-align: center;font-weight: bold;}
.titletop2 span{display: block;font-size: 14px;color: #555;padding-top: 14px;margin-bottom: -11px;border-bottom: 1px solid #ddd;padding-bottom: 17px;font-weight: normal;line-height: 20px;}


.ny{padding:60px 0 88px;}
.cp1box{display: flex;flex-wrap: wrap;justify-content: center;max-width: 1800px;margin: 0 auto;}
.cp1box .list{display: block;width: 33.33%;padding: 0 15px 50px;}
.cp1box .list .img{height: 240px;position: relative;}
.cp1box .list .img img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 100%;}
.cp1box .list .tt{font-size: 18px;text-align: center;margin-top: 22px;font-weight: bold;}
.cp1box .list:hover .img img{transform: var(--transform_scale);}


.gundong{margin-bottom: 44px;}
.gundong .top{position: relative;font-size: 0;margin-bottom:20px;}
.gundong .top span{display: inline-block;font-size:20px;font-weight: bold;border-bottom: 3px solid var(--color_zhuti);padding-bottom: 8px;}
.gundong .top:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;left: 0;bottom: 0;}



.gundong .swiper{margin: -10px;position: relative;}
.gundong .list{display: block;padding: 20px;margin: 10px;}
.gundong .list .img{padding-top: 100%;position: relative;overflow: hidden;}
.gundong .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 90%;max-width: 90%;z-index: 1;opacity: 1;transition: all .5s;}
.gundong .list .img img:nth-child(2){opacity: 0;z-index: 2;}
.gundong .list .tt{padding-top: 20px;}
.gundong .list .tt .tt1{display: flex;justify-content: space-between;font-weight: bold;font-size: 15px;}
.gundong .list .tt .tt1 span{flex-shrink: 0;margin-left: 10px;color: var(--color_zhuti);}
.gundong .list .tt .tt2{font-size: 14px;color: #888;margin-top: 4px;}
.gundong .list:hover{box-shadow: 0 0 11px rgba(0, 0, 0, .1);}
.gundong .list:hover .img img:nth-child(1){opacity: 0;}
.gundong .list:hover .img img:nth-child(2){opacity: 1;}
.gundong .list:hover .tt .tt1{text-decoration: underline!important;}
.gundong .swiper-button-prev{font-size: 30px;color: #444;}
.gundong .swiper-button-prev:hover{color: var(--color_zhuti);}
.gundong .swiper-button-next{font-size: 30px;color: #444;}
.gundong .swiper-button-next:hover{color: var(--color_zhuti);}





.cplist{margin: -10px;display: flex;flex-wrap: wrap;}
.cplist .list{display: block;padding: 20px;margin: 10px;width: calc(25% - 20px);}
.cplist .list .img{padding-top: 100%;position: relative;overflow: hidden;}
.cplist .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 90%;max-width: 90%;z-index: 1;opacity: 1;transition: all .5s;}
.cplist .list .img img:nth-child(2){opacity: 0;z-index: 2;}
.cplist .list .tt{padding-top: 20px;}
.cplist .list .tt .tt1{display: flex;justify-content: space-between;font-weight: bold;font-size: 15px;}
.cplist .list .tt .tt1 span{flex-shrink: 0;margin-left: 10px;color: var(--color_zhuti);}
.cplist .list .tt .tt2{font-size: 14px;color: #888;margin-top: 4px;}
.cplist .list:hover{box-shadow: 0 0 11px rgba(0, 0, 0, .1);}
.cplist .list:hover .img img:nth-child(1){opacity: 0;}
.cplist .list:hover .img img:nth-child(2){opacity: 1;}
.cplist .list:hover .tt .tt1{text-decoration: underline!important;}

.danye{font-size: 16px;line-height: 1.6;}



.ullanmu{position: relative;margin-bottom:20px;display: flex;flex-wrap: wrap;gap: 10px;}
.ullanmu a{display:block;font-size:18px;border-bottom: 3px solid transparent;padding-bottom: 11px;margin-right: 18px;color: #444;font-weight: bold;}
.ullanmu:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;left: 0;bottom: 0;}
.ullanmu a:hover{color: var(--color_zhuti);border-color: var(--color_zhuti);}
.ullanmu a.active{color: var(--color_zhuti);border-color: var(--color_zhuti);font-weight: bold;}




.goods-title{font-size:20px;margin-bottom:10px}
.price{font-size:24px;color:var(--color_zhuti);font-weight:bold;margin:15px 0;display: flex;align-items: center;}
.price #price{margin-left: 4px;}
.spec-group{margin:20px 0}
.spec-label{font-size:14px;color:#666;margin-bottom:10px;text-transform: uppercase;}
.spec-items{display:flex;flex-wrap:wrap;gap:16px}
.spec-item{padding:11px 22px;border:1px solid #ddd;border-radius:6px;cursor:pointer}
.spec-item.active{border-color:var(--color_zhuti);background:#fff3e0;color:var(--color_zhuti)}
.spec-item.disabled{background:#f5f5f5;color:#ccc;cursor:not-allowed}
.stock-info{margin-top:15px;font-size:14px}
.in-stock{color:var(--color_zhuti);}
.out-stock{color:var(--color_zhuti);}


/* 只隐藏垂直滚动条 */
.cpxq1 .zuo {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cpxq1 .zuo::-webkit-scrollbar {
    display: none;
}


.cpxq1{display: flex;}
.cpxq1 .zuo{width: calc(58% - 140px);display: flex;flex-wrap: wrap;gap: 20px;max-height:600px;overflow-x: auto;}
.cpxq1 .zuo .img{width: calc(50% - 20px);overflow: hidden;position: relative;}
.cpxq1 .zuo .img span{display: block;position: absolute;right: 0;bottom: 0;background: red;z-index: 6;width: 44px;}
.cpxq1 .you{width: calc(42% + 100px);max-width: 620px;margin-left: 40px;padding-top: 50px;}
.cpxq1 .you .tt1{font-size: 40px;line-height: 48px;}
.cpxq1 .you .tt2{display: flex;align-items: center;color: var(--color_zhuti);}
.cpxq1 .you .tt2 img{height: 20px;margin-right: 8px;}
.cpxq1 .you .tt4{margin-top: 30px;}
.cpxq1 .you .tt4{margin-top: 30px;display: flex;align-items: center;}
.cpxq1 .you .tt4 .tt5{border: 1px solid #ddd;display: flex;justify-content: space-between;height: 50px;flex-shrink: 0;}
.cpxq1 .you .tt4 .tt5 button{width: 40px;font-size: 16px;border: 0;height: 100%;background: transparent;}
.cpxq1 .you .tt4 .tt5 input{width: 40px;text-align: center;font-size: 16px;border: 0;height: 100%;background: transparent;}
.cpxq1 .you .tt4 .btn2{margin-left: 20px;width:100%;height: 46px;background: var(--color_zhuti);color: #fff;border: 0;transition: all .3s;}
.cpxq1 .you .tt4 .btn2:hover{background: var(--color_hover);}
.cpxq1 .you .tt4 .btn2.hidden{opacity: .8;}
.cpxq1 .you .tt4 .btn2.hidden:hover{background: var(--color_zhuti);}
/* 按钮 disabled 时的样式（变灰、不可点、禁止样式） */
.cpxq1 .you .tt4 .btn2:disabled {
    background: #ccc !important;
    color: #fff !important;
    cursor: not-allowed !important;
    opacity: 0.8 !important;
    border-color: #ccc !important;
}



.sold-out-tag{font-size: 14px;color: #fff;background: #242833;padding: 5px 12px;border-radius: 4px;line-height: 22px;position: relative;top: -2px;}

.cpxp2 .top{font-size: 26px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.cpxp2 .tt .div{border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;}
.cpxp2 .tt .div span{display: block;width: 48%;padding: 11px 0;}
.cpxp2 .tt .div span:nth-child(1){font-weight: bold;}
.cpxp2{margin-top: 44px;}
.cpxp3{margin-top: 44px;}


.magnify-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.9);display:none;justify-content:center;align-items:center;z-index:9999;flex-direction:column;padding:20px;}
.img-wrapper{width:90%;height:70vh;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.magnify-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;}
.thumb-list{display:flex;gap:12px;justify-content:center;flex-wrap:nowrap;max-width:90%;}
.thumb-item{width:100px;height:70px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;opacity:0.6;transition:0.2s;}
.thumb-item.active{border-color:#fff;opacity:1;}
.thumb-item:hover{opacity:1;}
.close-btn{position:absolute;top:20px;right:30px;color:white;font-size:40px;cursor:pointer;user-select:none;}
.prev-btn,.next-btn{position:absolute;top:50%;transform:translateY(-50%);color:white;font-size:50px;cursor:pointer;padding:0 20px;user-select:none;transition:0.2s;z-index:10;}
.prev-btn{left:2vw;}
.next-btn{right:2vw;}
.prev-btn:hover,.next-btn:hover{color:#ccc;transform:translateY(-50%) scale(1.1);}

.fdimg1{position: relative;}
.fdimg1 >img{position: relative;z-index: 1;}
.fdimg2{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.fdimg2 img {position: absolute;width: 200%;height: 200%;max-width: 200%;}



.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 1000; visibility: hidden; opacity: 0; transition: opacity 0.3s ease; }
.modal-overlay.active { visibility: visible; opacity: 1; }
.modal-container { background-color: #fff; width: 90%; max-width: 900px; max-height: 90vh; overflow-y: auto; padding: 20px; border-radius: 8px; position: relative; }
.close-modal { position: absolute; top: 15px; right: 15px; width: 24px; height: 24px; border: none; background: transparent; cursor: pointer; font-size: 20px; color: #666; display: flex; justify-content: center; align-items: center; }
.size-chart-title { font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #333; }
.tabs { display: flex; gap: 10px; margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 5px; }
.tab { padding: 5px 10px; cursor: pointer; color: #666; }
.tab.active { color: #0071c5; font-weight: bold; border-bottom: 2px solid #0071c5; }
/* 尺寸表容器 - 控制显示/隐藏 */
.tab-content { display: none; }
.tab-content.active { display: block; }
.size-table { width: 100%; border-collapse: collapse; font-size: 12px; margin-bottom: 15px; }
.size-table th, .size-table td { border: 1px solid #ddd; padding: 6px 4px; text-align: center; }
.size-table th { background-color: #f8f9fa; font-weight: bold; color: #333; }
.size-table tr:nth-child(even) { background-color: #f8f9fa; }
.size-note { margin-top: 15px; font-size: 11px; color: #666; line-height: 1.4; }
/* 适配鞋子尺寸表的窄单元格 */
.shoe-table th, .shoe-table td { padding: 4px 2px; font-size: 11px; }



.gwc1{padding: 44px 0;}
.gwc1 .top{display: flex;justify-content: space-between;font-size: 40px;line-height: 44px;margin-bottom: 30px;}
.gwc1 .top a{display:flex;align-items: center;background: var(--color_zhuti);font-size: 16px;color: #fff;padding: 0 20px;font-weight: normal;}
.gwc1 .top a:before{font-size: 88%;margin-right: 8px;}
.gwc1 .top a:hover{background: var(--color_hover);}

.gwc1 .box{border-top: 1px solid #ddd;}
.gwc1 .list{display: flex;align-items: center;border-bottom: 1px solid #ddd;padding: 15px 0;}
.gwc1 .list span{display: block;width: 14%;font-weight: bold;font-size: 16px;min-width: 140px;}
.gwc1 .list span:nth-child(1){flex: 1;}

.gwc1 .list2{display: flex;align-items: center;border-bottom: 1px solid #ddd;padding: 20px 0;}
.gwc1 .list2 .img{flex: 1;display: flex;align-items: center;}
.gwc1 .list2 .img img{height: 120px;margin-right: 30px;}
.gwc1 .list2 .tt1 a{display: block;padding: 3px 0;}
.gwc1 .list2 .tt1 span{display: block;padding: 3px 0;}
.gwc1 .list2 .tt1 a:hover{color: var(--color_zhuti);text-decoration: underline!important;}
.gwc1 .list2 > div{display: block;width: 14%;font-size: 15px;min-width: 140px;}

.gwc1 .list2 .tt3 .div{border: 1px solid #ddd;display: flex;height: 40px;flex-shrink: 0;width: 90px;position: relative;}
.gwc1 .list2 .tt3 .div button{width: 38px;font-size: 16px;border: 0;height: 100%;background: transparent;position: absolute;left: 0;top: 0;z-index: 2;}
.gwc1 .list2 .tt3 .div input{width: 100%;text-align: center;font-size: 16px;border: 0;height: 100%;background: transparent;position: relative;z-index: 1;}
.gwc1 .list2 .tt3 .div button:hover{color: var(--color_zhuti);}
.gwc1 .list2 .tt3 .div button.jia{right: 0;left: auto;}
.gwc1 .list2 .tt3 .div button.shanchu{left: 100%;}
.gwc1 .list2 .tt4{font-size: 22px;color: var(--color_zhuti);}
.gwc1 .btn2{display: flex;justify-content: right;}
.gwc1 .btn2 button{width: 400px;height: 50px;background: var(--color_zhuti);font-size: 15px;color: #fff;border: 0;margin: 40px 0;display: flex;align-items: center;justify-content: center;}
.gwc1 .btn2 button span{display: block;color: #fff;margin-left: 8px;font-size: 130%;}
.gwc1 .btn2 button:hover{background: var(--color_hover);}


.gwc1 .listbox{display: flex;justify-content: space-between;}
.gwc1 .listbox .list1box{display: none;width: 33%;flex-shrink: 0;border: 1px solid #ddd;border-top:0;align-items: end;}
.gwc1 .listbox .list1box.active{display: flex;}
.gwc1 .listbox .list2box{flex:1;}
.gwc1 .listbox .txttop{display: flex;align-items: center;border-bottom: 1px solid #ddd;padding: 15px 0;font-weight: bold;font-size: 16px;justify-content: center;}

.gwc1 .list1{}
.gwc1 .list1_1{padding: 40px;}
.gwc1 .list1_1 input{width: 100%;height: 44px;border: 1px solid #ddd;padding: 0 16px;margin-bottom:10px;}
.gwc1 .list1_1 textarea{width: 100%;line-height: 24px;height: 92px;border: 1px solid #ddd;padding: 9px 16px;margin-bottom:10px;}


.tcbox4{position: fixed;left: 0;top: 0;z-index: 11111;background: rgba(0, 0, 0, .6);width: 100%;height: 100%;display:none;justify-content: center;align-items: center;}
.tcbox4.active{display: flex;}
.tcbox4 .box {padding: 30px;width:600px;max-width: 100%;background: #fff;box-shadow: 0 0 22px rgba(0, 0, 0, .1);margin: 0 auto;position: relative;max-height:90vh;overflow-x: auto;}
.tcbox4 .box .top{font-size: 26px;font-weight: bold;border-bottom: 1px solid #eee;padding-bottom: 12px;margin-bottom: 20px;}
.tcbox4 .box .div1{display: flex;line-height: 1.3;margin-bottom: 11px;}
.tcbox4 .box .div1 img{height: 100px;display: block;margin-right: 15px;}
.tcbox4 .box .div1 .tt1 a{display: block;padding: 3px 0;}
.tcbox4 .box .div1 .tt1 span{display: block;padding: 3px 0;}
.tcbox4 .box .div1 .tt1 a:hover{color: var(--color_zhuti);text-decoration: underline!important;}
.tcbox4 .box .div2 .div3{padding: 2px 0;}
.tcbox4 .box button{width: 260px;height: 44px;background: var(--color_zhuti);font-size: 15px;color: #fff;border: 0;margin: 12px 0;display: flex;align-items: center;justify-content: center;}
.tcbox4 .box button:hover{background: var(--color_hover);}
.tcbox4 .box button span{display: block;margin-left:6px;font-size: 130%;}
.tcbox4 .box .gb{position: absolute;right: 20px;top: 20px;font-size: 26px;color: #444;cursor: pointer;}
.tcbox4 .box .gb:hover{color: red;}
@media (max-width:991px) {
    .gwc1{padding: 28px 0;}
    .gwc1 .top{font-size:22px;line-height: 38px;margin-bottom: 20px;align-items: center;}
    .gwc1 .top a{font-size: 15px;padding: 0 16px;}
    .gwc1 .list{display: none;}

    .gwc1 .list2{position: relative;padding: 15px 15px 15px 110px;min-height: 130px;overflow: hidden;display: block;}
    .gwc1 .list2 .img{flex: 1;display: flex;align-items: center;width: 100%;}
    .gwc1 .list2 .img img{height:auto;width:92px;margin-right: 0;position: absolute;left: 0;top: 15px;}
    .gwc1 .list2 > div{width: 100%;font-size: 14px;min-width: initial;}
    .gwc1 .list2 .tt3 .div{width: 82px;margin: 8px 0;height: 32px;}
    .gwc1 .list2 .tt3 .div button{width: 36px;font-size: 19px;}
    .gwc1 .list2 .tt3 .div button.shanchu{width: 44px;}
    .gwc1 .list2 .tt3 .div input{font-size: 14px;}
    .gwc1 .list2 .tt4{font-size: 18px;display: flex;align-items: center;position: absolute;right: 0;bottom: 16px;left: auto;text-align: right;width: 100%;justify-content: right;}
    .gwc1 .list2 .tt4:before{content: "总计:";padding-right: 6px;font-size: 90%;display: block;}
    .gwc1 .btn2{display: flex;justify-content: right;}
    .gwc1 .btn2 button{width: 400px;height: 50px;background: var(--color_zhuti);font-size: 15px;color: #fff;border: 0;margin: 40px 0;display: flex;align-items: center;justify-content: center;}
    .gwc1 .btn2 button span{display: block;color: #fff;margin-left: 8px;font-size: 130%;}
    .gwc1 .btn2 button:hover{background: var(--color_hover);}




    .gwc1 .listbox{display:block;}
    .gwc1 .listbox .list1box{width: 100%;}
    .gwc1 .list1_1{padding: 20px;}
    .tcbox4 .box {padding: 20px;}
    .tcbox4 .box .top{font-size: 18px;}


}















/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header nav ul li > a{padding: 16px;}




}
@media (max-width:991px) {
    header .top{min-height: 60px;display: flex;align-items: center;justify-content: center;height: 60px;overflow: hidden;padding: 0 10px;}
    header .box .you .txt2{width: auto;font-size: 0;border: 0;padding: 0;margin: 0;}
    header .box .you .txt2:before{font-size: 18px;}
    header .box{padding-right:46px;}
    header .box .logo{height: 80px;}
    header .box .logo img{max-height: 60%;}
    body{padding-top: 140px;}
    body.active{padding-top: 200px;}
    body.active header{margin-top: -60px;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 10px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:10px 0 10px 10px;line-height:22px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > span{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 42px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > span{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 60px);margin-left: -10px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:4px 5px 4px 35px;display: block;}
    header nav .ul .li:hover > a{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul .li.active > a{color: var(--color_zhuti);}
    header nav .ul .li span{line-height: 38px;height: 38px;width: 38px;}
    header nav .ul .li:hover > span{transform:rotate(180deg);color: var(--color_zhuti);}
    header nav .ul .li.active > span{transform:rotate(180deg);color: var(--color_zhuti);}
    header nav .ul.ul2{left: 0;}
    header nav .ul .li a{padding: 4px 30px 4px 16px;}
    header nav .ul.ul2{width: calc(100% + 28px);margin-left: -14px;}
    header nav .ul2 .li a{padding: 4px 30px 4px 26px;}
    header nav .ul.ul3{left: 0;}


   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:#444;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}



    .main88{padding-top: 30px;padding-bottom: 30px;}
    .title{font-size:18px;padding-bottom: 20px;font-weight: bold;}
    .title span{font-size: 14px;margin-top: 8px;}

    .main1 .box{margin: -5px;padding-bottom: 36px;}
    .main1 .swiper-slide{height: auto;padding-bottom: 10px;}
    .main1 .list{padding: 10px;margin: 5px;height: 100%;box-shadow: none!important;border: 1px solid transparent;}
    .main1 .list .tt{padding: 9px 6px 0;}
    .main1 .list .tt .tt1{font-size: 14px;}
    .main1 .list .tt .tt1 span{margin-left: 6px;}
    .main1 .list .tt .tt2{font-size: 13px;}
    .main1 .list:hover{box-shadow: 0 0 0 rgba(0, 0, 0, 0);border: 1px solid #ddd;}
    .main1 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .main1 .swiper-slide{width: 80%;max-width: 400px;}

    .main2 .box{gap:12px;}
    .main2 .box .list{width: calc(50% - 12px);}
    .main2 .box .list .tt{padding: 15px 15px 46px;}
    .main2 .box .list .tt .tt1{font-size: 15px;}

    .main3{display: flex;flex-wrap: wrap;}
    .main3 .list .tt{padding: 20px;}
    .main3 .list .tt .tt1{font-size: 16px;}
    .main3 .list .tt .tt2{font-size: 14px;margin-top: 11px;padding: 8px 12px;}





    footer .box1{padding: 30px 0 0;flex-wrap: wrap;text-align: center;}
    footer .box1 .ul{margin-right: 0;width: 100%;margin-bottom: 20px;}
    footer .box1 .ul > a{padding-bottom: 12px;display: flex;align-items: center;justify-content: center;}
    footer .box1 .ul > a span{display: block;margin-left: 6px;transition: all .3s;}
    footer .box1 .ul > a.active {color: var(--color_zhuti);}
    footer .box1 .ul > a.active span{color: var(--color_zhuti);transform:rotate(180deg);}
    footer .box1 .ul .ul2{display: none;}
    footer .box1 .ul .ul2 a{display: block;padding-bottom: 6px;color: #444;}
    footer .box2{padding: 18px 15px;}



    .titletop{padding: 12px 0;}
    .titletop .div{font-size: 13px;}

    .titletop2{font-size: 22px;line-height:30px;padding-bottom:20px;}

    .ny{padding:30px 0 44px;}
    .cp1box .list{width: 50%;padding: 0 8px 33px;}
    .cp1box .list .img{height: 200px;}
    .cp1box .list .tt{font-size: 15px;margin-top: 16px;}

    .gundong .top span{font-size: 18px;}


    .gundong .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .gundong .swiper-slide{width: 80%;max-width: 400px;}
    .gundong .gundong{margin: -5px;}
    .gundong .list{padding: 10px;margin: 5px;height: 100%;box-shadow: none!important;border: 1px solid transparent;}
    .gundong .list .tt{padding: 9px 6px 0;}
    .gundong .list .tt .tt1{font-size: 14px;}
    .gundong .list .tt .tt1 span{margin-left: 6px;}
    .gundong .list .tt .tt2{font-size: 13px;}
    .gundong .list:hover{box-shadow: 0 0 0 rgba(0, 0, 0, 0);border: 1px solid #ddd;}




    .ullanmu{gap: 8px;padding-bottom: 8px;}
    .ullanmu a{font-size:15px;border-bottom: 2px solid transparent;padding-bottom: 4px;margin-right: 12px;}


    .price{font-size:20px;margin:11px 0;}
    .spec-group{margin:14px 0}
    .spec-items{gap:12px}
    .spec-item{padding:8px 16px;;}


    /* 只隐藏垂直滚动条 */
    .cpxq1 .zuo {
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .cpxq1 .zuo::-webkit-scrollbar {
        display: none;
    }


    .cpxq1{display:block;}
    .cpxq1 .zuo{width: calc(100% + 14px);height:auto;gap: 14px;}
    .cpxq1 .zuo .img{width: calc(50% - 14px);}
    .cpxq1 .you{width:100%;max-width: 100%;margin-left: 0;padding-top: 20px;}
    .cpxq1 .you .tt1{font-size: 24px;line-height: 30px;}

    .cpxq1 .you .tt4{margin-top: 20px;}
    .cpxq1 .you .tt4{margin-top: 20px;}



    .cpxp2{margin-top: 30px;}
    .cpxp2 .top{font-size: 22px;padding-bottom: 8px;}
    .cpxp2 .tt .div span{width: 60%;}
    .cpxp2 .tt .div span:nth-child(1){width: 40%;}
    .cpxp3{margin-top: 26px;}


    header .box .you .txt3{margin-left: 0;}
    header .box .you .txt4box .txt4 span{display: none;}
    header .box .you .txt4box .txt4 p{display: none;}
    header .box .you .txt4box .txt5{width: 120px;}
    header .box .you .txt1 .div2{right: auto;left: 0;}
    header .box .you .txt2::before{font-size: 22px;}
    header .box .you .txt1 .div1::before{margin-right: 3px;font-size: 22px;}
    header .box .logo{margin-right: 14px;}
    header .box .you .txt1 .div1{margin-right: 8px;}
    header .box .you .txt4box{margin: 0 6px;}
    header .box .you .txt1 .div1 span{margin-left: 1px;}
    header .box .you .txt3 span{width: 18px;height: 18px;}





}

@media (max-width:767px) {
    .main2 .box .list{width:100%;}


}
@media (max-width:600px) {


}









