/* 此处写新样式 */
.comparison {
	
}

.comparison-tool {
	
}







.list-1{
    padding: 10px 0;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-1::-webkit-scrollbar {
    width: 100%;
    height: 6px;
}
.list-1::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 10px;
}
.list-1::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
}
.list-1::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
}
.list-1 ul{
    padding: 18px 0;
    max-width: 100%;
    display: flex;
}
.list-1 li{
    padding: 0 14px;
    width: 240px;
    flex-shrink: 0;
}
.list-1 .con{
    padding: 8px;
    display: block;
    height: 90px;
    position: relative;
    border-radius: 5px;
    background-color: #efefef;
    display: flex;
    align-items: center;
}
.list-1 .close{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 21px;
    height: 20px;
    background: url(../../static/images/new2025/close2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
}
.list-1 .pic{
    margin-right: 12px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 0;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.list-1 .pic img{
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.list-1 .right{
    width: calc(100% - 84px);
    flex-shrink: 0;
}
.list-1 .t1, .list-1 .t1 a{
    display: block;
    font-size: 13px;
    color: #6d6d6d;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-1 .t2{
    font-size: 12px;
    color: #6d6d6d;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-1 .add{
    width: 100%;
    font-size: 12px;
    color: #6d6d6d;
    text-align: center;
}
.list-1 .add img{
    margin: 0 auto 4px;
    display: block;
    width: 16px;
}
.list-1.v2{}
.list-1.v2 ul{
    padding: 0;
    margin: 0 -7px -18px;
    flex-wrap: wrap;
}
.list-1.v2 li{
    padding: 0 7px;
    margin-bottom: 18px;
    width: 49%;
    flex-shrink: 0;
}
.list-1.v2 .con{
    padding: 10px 12px;
    min-height: 112px;
    background-color: #f7f7f7;
}
.list-1.v2 .pic{
    margin-right: 8px;
    width: 82px;
    height: 82px;
    line-height: 82px;
}
.list-1.v2 .right{
    width: calc(100% - 90px);
}
.list-1.v2 .add{
    font-size: 12px;
}
.list-1.v2 .add img{
    width: 24px;
}


.list-2{}
.list-2 li{
    margin-bottom: 30px;
}
.list-2 li:last-child{
    margin-bottom: 0;
}
.list-2 .con{
    display: block;
    display: flex;
}
.list-2 .pic{
    margin-right: 34px;
    width: 82px;
    height: 82px;
    line-height: 98px;
    font-size: 0;
    text-align: center;
    border: 1px solid #b5b5b5;
    background-color: #f7f7f7;
    border-radius: 5px;
    flex-shrink: 0;
}
.list-2 .pic img{
    display: inline-block;
    /*vertical-align: middle;*/
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}
.list-2 .right{
    padding-top: 2px;
    width: calc(100% - 134px);
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-2 .t1{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-2 .t2{
    font-size: 14px;
    color: #d64827;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-2 .t2 .t2-l{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-2 .t2 .t2-l span{
    margin-right: 15px;
}
.list-2 .t2 .t2-r{
    flex-shrink: 0;
}
.list-2 .t2 .price{
    font-size: 16px;
    color: #d64827;
    line-height: 1;
}
.list-2 .t2 .price em{
    font-size: 28px;
}
.list-2 .t2 .btn{
    display: block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #d64827;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-2 .t2 .btn i{
    margin-right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../static/images/new2025/add3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0;
}




.productCompared{}
.productCompared .mainTitle{
    margin-top: 72px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}
.productCompared .descDiv{
    margin-top: 15px;
    font-size: 14px;
    color: #777777;
    line-height: 19px;
    overflow: hidden;
}
.productCompared .descDiv .desc{
    float: left;
}
.productCompared .descDiv .checkBoxItem{
    float: right;
    margin-left: 15px;
}
.productCompared .descDiv .checkBoxItem input{
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
}
.productCompared .descDiv .checkBoxItem input::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
}

.productCompared .descDiv .checkBoxItem input:checked::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    background-color: #C60000;
    border-color: #C60000;
}
.productCompared .descDiv .checkBoxItem label{
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 2;
}
.productCompared .comparedTableDiv{
    width: 100%;
    position: relative;
    margin-top: 18px;
    margin-bottom: 49px;
    box-sizing: content-box;
}
.productCompared .comparedTable{
    display: block;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}
.productCompared .comparedTable tr td{
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    width: 295px;
    box-sizing: border-box;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 10px;
    position: relative;
}
.productCompared .comparedTable tr:hover td{
	background-color:#fafafa;	
}
.productCompared .comparedTable tr td:first-of-type{
    width: 220px;
    text-align: left;
    color: #000000;
}
.productCompared .comparedTable thead td .addImg{
    display: block;
    width: 80px;
    margin: 64.5px auto 98px;
}
.productCompared .comparedTable thead td .imgDiv{
	margin: 10px auto 0 auto;
    width: 224px;
    height: 224px;
    position: relative;
}
.productCompared .comparedTable thead td .imgDiv .productImg{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.productCompared .comparedTable thead td .changeProductBtn{
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: 100px;
    max-width: 100%;
    height: 28px;
    line-height: 26px;
    border: 1px solid #dddddd;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 26px;
    margin-bottom: 8px;
}
.productCompared .comparedTable thead td .changeProductBtn.add{
    width: 142px;
    color: #fff;
    background-color: #e9380e;
    border-color: #e9380e;
}
.productCompared .comparedTable thead td .closeBtn{
    background-image: url(../../static/images/new2025/close.png);
    cursor: pointer;
    position: absolute;
    background-position: center center;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    top: 18px;
    right: 21px;
}






.appointmentDiv{
    font-size: 15px;
    color: #777777;
}
.appointmentDiv .content{
    padding: 22px 30px;
    padding-right: 36px;
    background-color: #efefef;
    display: flex;
    align-items: flex-start;
}
.appointmentDiv .content .left{
    padding-top: 16px;
    margin-right: 30px;
    width: 200px;
    flex-shrink: 0;
}
.appointmentDiv .content .right{
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.appointmentDiv .content .title{
    margin-bottom: 6px;
    font-size: 30px;
    color: #000000;
    line-height: 1.1;
}
.appointmentDiv .content .inp, .appointmentDiv .content .sel{
    padding: 0 22px;
    width: calc((100% - 194px)/3 - 18px);
    height: 86px;
    line-height: 86px;
    background-color: #fff;
    font-size: 25px;
    color: #3d3d3d;
}
.appointmentDiv .content .inp{}
.appointmentDiv .content .sel{
    padding-right: 76px;
    background-repeat: no-repeat;
    background-image: url(../../static/images/new2025/arrow1.png);
    background-position: right 30px center;
    -webkit-background-size: 36px auto;
    background-size: 36px auto;
}
.appointmentDiv .content .submit{
    margin-left: 24px;
    width: 146px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    background-color: #e9380e;
}
.appointmentDiv .xieyi{
    margin-top: 5px;
    line-height: 1.7;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.appointmentDiv .xieyi input{
    cursor: pointer;
    float: left;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    position: relative;
}
.appointmentDiv .xieyi input::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
    border: 1px solid #777777;
    border-radius: 50%;
}
.appointmentDiv .xieyi input:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    background-color: #C60000;
    border-color: #C60000;
}
.appointmentDiv .xieyi label{
    float: left;
    cursor: pointer;
    font-size: 15px;
    color: #6d6d6d;
}
.appointmentDiv .xieyi label a{
    color: inherit;
}
.appointmentDiv .xieyi label a:hover{
    color: #e9380e;
    text-decoration: underline;
}











.tool-bar{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    transition: all 0.4s;
}
.tool-up{
    transform: translateY(150px);
}
.tool-up img {
    transform: rotate(180deg);
}
.tool-bar .arrow-btn{
    margin: 0 auto;
    display: block;
    width: 153px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    background: url(../../static/images/new2025/btn-bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 10;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tool-bar .arrow-btn img{
    margin-left: 6px;
    display: block;
    width: 16px;
    flex-shrink: 0;
}
.tool-bar .content{
    padding: 0 3%;
    min-height: 146px;
    background-color: rgba(0, 0, 0, .75);
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}
.tool-bar .btns{
    margin-left: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.tool-bar .btns a{
    margin: 0 16px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 110px;
    height: 40px;
    line-height: 40px;
}
.tool-bar .btns .c1{
    background-color: #000000;
}
.tool-bar .btns .c2{
    background-color: #e9380e;
}










.popDiv{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.popDiv .pop-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 1;   
}
.popWin1{
    margin: -381px 0 0 -420px;
    padding: 40px 100px 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 840px;
    height: 762px;
    background-color: #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popWin1 input, .popWin1 select{
    outline: none;
    border: none;
}
.popWin1 .pop-close{
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    height: 36px;
    background: url(../../static/images/new2025/close3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}
.popWin1 .head{
    font-size: 15px;
    color: #aaaaaa;
    text-align: center;
    line-height: 1.5;
}
.popWin1 .head .tit{
    margin-bottom: 4px;
    font-size: 35px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
}
.popWin1 .form{
    margin-top: 56px;
}
.popWin1 .form .prod-tit{
    margin-bottom: 18px;
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
}
.popWin1 .form .form-item{
    margin-bottom: 28px;
}
.popWin1 .form .inp, .popWin1 .form .sel{
    padding: 0 24px;
    display: block;
    width: 100%;
    height: 75px;
    font-size: 22px;
    color: #333333;
    background-color: #f7f7f7;
}
.popWin1 .form .sel{
    padding-right: 80px;
    background: #f7f7f7 url(../../static/images/new2025/arrow1.png) right 32px center no-repeat;
    -webkit-background-size: 36px auto;
    background-size: 36px auto;
}
.popWin1 .form .submit{
    margin: 12px auto 0;
    display: block;
    width: 424px;
    height: 54px;
    line-height: 54px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    background-color: #e8380d;
    cursor: pointer;
}
.popWin1 .form .xieyi{
    margin-top: 70px;
    line-height: 1.7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.popWin1 .form .xieyi input{
    cursor: pointer;
    float: left;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    position: relative;
}
.popWin1 .form .xieyi input::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
    border: 2px solid #777777;
    border-radius: 50%;
}
.popWin1 .form .xieyi input:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    background-color: #C60000;
    border-color: #C60000;
}
.popWin1 .form .xieyi label{
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #777777;
}
.popWin1 .form .xieyi label a{
    color: inherit;
}
.popWin1 .form .xieyi label a:hover{
    color: #e9380e;
    text-decoration: underline;
}
.popWin1 .down{
    margin: 34px auto 0;
    padding: 15px 42px;
    width: 586px;
    max-width: 100%;
    min-height: 80px;
    line-height: 80px;
    background-color: #efeff0;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popWin1 .down .tit{
    width: calc(100% - 62px);
    font-size: 30px;
    color: #211815;
    line-height: 1.5;
    flex-shrink: 0;
}
.popWin1 .down .btn{
    margin-left: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 0;
    text-align: center;
    flex-shrink: 0;
}
.popWin1 .down .btn img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.popWin1 .tk-cont{
    margin-top: 20px;
    height: 530px;
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    overflow-y: auto;
}
.popWin1 .tk-cont::-webkit-scrollbar {
    width: 6px;
}
.popWin1 .tk-cont::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 10px;
}
.popWin1 .tk-cont::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
}
.popWin1 .tk-cont::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
}
.popWin1.v2{
    margin: -250px 0 0 -530px;
    width: 1060px;
    height: 500px;
}
.popWin1.v2 .pop-close{
    right: 36px;
    top: 40px;
}
.popWin1.v3{
    margin: -300px 0 0 -530px;
    padding: 48px 100px 40px;
    width: 1060px;
    height: 600px;
}
/*.popWin1.v3 .pop-close{
    right: 36px;
    top: 40px;
}*/
.popWin1.v3 .sizeImg{}
.popWin1.v3 .sizeImg .hd{
    margin-bottom: 10px;
    font-size: 30px;
    color: #211815;
    line-height: 1.2;
}
.popWin1.v3 .sizeImg .hd .tit{
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: normal;
}
.popWin1.v3 .sizeImg .pic{
    height: 360px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popWin1.v3 .sizeImg .pic .drawing-pic{
    display: block;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
	cursor: zoom-in;
}
.popWin1.v3 .sizeImg .pic .drawing-pic img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    flex-shrink: 0;
}
.popWin1.v3 .sizeImg .set{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popWin1.v3 .sizeImg .set img{
    margin: 0 15px;
    display: block;
    max-width: 46px;
    flex-shrink: 0;
}



.popWin2{
    margin-top: -47.5vh;
    position: absolute;
    right: 0;
    top: 50%;
    width: 710px;
    height: 95vh;
    background-color: #fff;
    z-index: 10;
}
.popWin2 .pop-close{
    position: absolute;
    left: -18px;
    top: -18px;
    width: 36px;
    height: 36px;
    background: url(../../static/images/new2025/close3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}
.popWin2 .box{
    padding: 50px 60px;
    padding-right: 52px;
    height: 100%;
    overflow-y: auto;
}
.popWin2 .box::-webkit-scrollbar {
    width: 6px;
}
.popWin2 .box::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 10px;
}
.popWin2 .box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
}
.popWin2 .box::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
}
.popWin2 .db-btn{
    margin-top: 6px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #d64827;
    border-radius: 50px;
}
.popWin2 .search{
    margin-top: 36px;
    height: 46px;
    position: relative;
    border-radius: 50px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.popWin2 .search input{
    outline: none;
    border: none;
    background-color: transparent;
}
.popWin2 .search .icon-so{
    margin-top: -12.5px;
    position: absolute;
    left: 28px;
    top: 50%;
    width: 27px;
    height: 25px;
    background: url(../../static/images/new2025/so1.png) center center no-repeat;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
}
.popWin2 .search .inp{
    padding: 0 20px 0 68px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}
.popWin2 .hd{
    margin-top: 27px;
    margin-bottom: 29px;
    padding-bottom: 8px;
    border-bottom: 1px solid #919191;
}
.popWin2 .hd .tit{
    font-size: 22px;
    color: #020202;
    font-weight: normal;
    line-height: 1.5;
}
.tool-bar .pop-close {
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/new2025/close3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    z-index: 11;
}





































@media only screen and (min-width: 950px) and (max-width: 1920px) {
    .popWin1{
        margin: -19.84vw 0 0 -21.87vw;
        padding: 2.083vw 5.208vw 2.812vw;
        width: 43.75vw;
        height: 39.68vw;
    }
    .popWin1 .pop-close{
        right: -0.937vw;
        top: -0.937vw;
        width: 1.875vw;
        height: 1.875vw;
    }
    .popWin1 .head{
        font-size: 1.041vw;
    }
    .popWin1 .head .tit{
        margin-bottom: 0.208vw;
        font-size: 1.822vw;
    }
    .popWin1 .form{
        margin-top: 2.916vw;
    }
    .popWin1 .form .prod-tit{
        margin-bottom: 0.937vw;
        font-size: 1.041vw;
    }
    .popWin1 .form .form-item{
        margin-bottom: 1.458vw;
    }
    .popWin1 .form .inp, .popWin1 .form .sel{
        padding: 0 1.25vw;
        height: 3.906vw;
        font-size: 1.145vw;
    }
    .popWin1 .form .sel{
        padding-right: 4.166vw;
        background: #f7f7f7 url(../../static/images/new2025/arrow1.png) right 1.666vw center no-repeat;
        -webkit-background-size: 1.875vw auto;
        background-size: 1.875vw auto;
    }
    .popWin1 .form .submit{
        margin: 0.625vw auto 0;
        width: 22.08vw;
        height: 2.812vw;
        line-height: 2.812vw;
        font-size: 1.458vw;
    }
    .popWin1 .form .xieyi{
        margin-top: 3.645vw;
    }
    .popWin1 .form .xieyi input{
        margin-right: 0.312vw;
        width: 0.833vw;
        height: 0.833vw;
    }
    .popWin1 .form .xieyi input::after {
        border-radius: 0.156vw;
        border: 0.104vw solid #777777;
    }
    .popWin1 .form .xieyi input:checked::after {
        font-size: 0.625vw;
        line-height: 0.625vw;
    }
    .popWin1 .form .xieyi label{
        font-size: 0.937vw;
    }
    .popWin1 .down{
        margin: 1.770vw auto 0;
        padding: 0.781vw 2.187vw;
        width: 30.52vw;
        min-height: 4.166vw;
        line-height: 4.166vw;
        border-radius: 2.604vw;
    }
    .popWin1 .down .tit{
        width: calc(100% - 3.229vw);
        font-size: 1.562vw;
    }
    .popWin1 .down .btn{
        margin-left: 1.041vw;
        width: 2.187vw;
        height: 2.187vw;
        line-height: 2.187vw;
    }
    .popWin1 .tk-cont{
        margin-top: 1.041vw;
        height: 27.6vw;
        font-size: 0.833vw;
    }
    .popWin1.v2{
        margin: -13.02vw 0 0 -27.60vw;
        width: 55.20vw;
        height: 26.04vw;
    }
    .popWin1.v2 .pop-close{
        right: 1.875vw;
        top: 2.083vw;
    }
    .popWin1.v3{
        margin: -15.62vw 0 0 -27.60vw;
        padding: 2.5vw 5.208vw 2.083vw;
        width: 55.20vw;
        height: 31.25vw;
    }
    /*.popWin1.v3 .pop-close{
        right: 1.875vw;
        top: 2.083vw;
    }*/
    .popWin1.v3 .sizeImg .hd{
        margin-bottom: 0.521vw;
        font-size: 1.301vw;
    }
    .popWin1.v3 .sizeImg .hd .tit{
        margin-bottom: 0.312vw;
        font-size: 1.562vw;
    }
    .popWin1.v3 .sizeImg .pic{
        height: 18.741vw;
    }
    .popWin1.v3 .sizeImg .set img{
        margin: 0 0.781vw;
        max-width: 2.395vw;
    }
    .popWin2{
        width: 36.97vw;
    }
    .popWin2 .pop-close{
        left: -0.937vw;
        top: -0.937vw;
        width: 1.875vw;
        height: 1.875vw;
    }
    .popWin2 .box{
        padding: 2.604vw 3.125vw;
        padding-right: 2.708vw;
    }
    .popWin2 .db-btn{
        margin-top: 0.312vw;
        font-size: 0.9369vw;
        height: 2.095vw;
        line-height: 2.095vw;
        border-radius: 2.604vw;
    }
    .popWin2 .search{
        margin-top: 1.875vw;
        height: 2.095vw;
        border-radius: 2.604vw;
    }
    .popWin2 .search .icon-so{
        margin-top: -0.651vw;
        left: 1.458vw;
        top: 50%;
        width: 1.406vw;
        height: 1.302vw;
        -webkit-background-size: 1.25vw auto;
        background-size: 1.25vw auto;
    }
    .popWin2 .search .inp{
        padding: 0 1.041vw 0 3.541vw;
        height: 2.095vw;
        line-height: 2.095vw;
        font-size: 0.9369vw;
    }
    .popWin2 .hd{
        margin-top: 1.406vw;
        margin-bottom: 1.510vw;
        padding-bottom: 0.416vw;
    }
    .popWin2 .hd .tit{
        font-size: 1.145vw;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
    .list-1{
        padding: 0.714vw 0;
    }
    .list-1 ul{
        padding: 1.285vw 0;
    }
    .list-1 li{
        padding: 0 0.5vw;
        width: 16.14vw;
    }
    .list-1 .con{
        padding: 0.571vw;
        height: 6.428vw;
        border-radius: 0.357vw;
    }
    .list-1 .close{
        right: -0.714vw;
        top: -0.714vw;
        width: 1.5vw;
        height: 1.428vw;
    }
    .list-1 .pic{
        margin-right: 0.857vw;
        width: 5.142vw;
        height: 5.142vw;
        line-height: 5.142vw;
        border-radius: 0.357vw;
    }
    .list-1 .right{
        width: calc(100% - 6vw);
    }
    .list-1 .t1, .list-1 .t1 a{
        font-size: 1.071vw;
    }
    .list-1 .t2{
        font-size: 0.857vw;
    }
    .list-1 .add{
        font-size: 0.857vw;
    }
    .list-1 .add img{
        margin: 0 auto 0.285vw;
        width: 1.142vw;
    }
    .list-1.v2 ul{
        margin: 0 -0.5vw -1.285vw;
    }
    .list-1.v2 li{
        padding: 0 0.5vw;
        margin-bottom: 1.285vw;
    }
    .list-1.v2 .con{
        padding: 0.714vw 0.857vw;
        min-height: 8vw;
    }
    .list-1.v2 .pic{
        margin-right: 0.714vw;
        width: 6.571vw;
        height: 6.571vw;
        line-height: 6.571vw;
    }
    .list-1.v2 .right{
        width: calc(100% - 7.285vw);
    }
    .list-1.v2 .add{
        font-size: 1.071vw;
    }
    .list-1.v2 .add img{
        width: 1.714vw;
    }
    .list-2 li{
        margin-bottom: 2.857vw;
    }
    .list-2 .pic{
        margin-right: 2.428vw;
        width: 7.142vw;
        height: 7.142vw;
        line-height: 7vw;
        border-radius: 0.357vw;
    }
    .list-2 .pic img{
        border-radius: 0.357vw;
    }
    .list-2 .right{
        padding-top: 0.142vw;
        width: calc(100% - 9.571vw);
    }
    .list-2 .t1{
        font-size: 1.285vw;
    }
    .list-2 .t2{
        font-size: 1.285vw;
    }2 .t2 .t2-l span{
        margin-right: 1.071vw;
    }
    .list-2 .t2 .price{
        font-size: 1.142vw;
    }
    .list-2 .t2 .price em{
        font-size: 2.857vw;
    }
    .list-2 .t2 .btn{
        width: 6.571vw;
        height: 2.428vw;
        line-height: 2.428vw;
        font-size: 1.071vw;
        border-radius: 3.571vw;
    }
    .list-2 .t2 .btn i{
        margin-right: 0.714vw;
        width: 1.142vw;
        height: 1.142vw;
    }
    .productCompared .mainTitle{
        margin-top: 5.142vw;
        font-size: 2.142vw;
    }
    .productCompared .descDiv{
        margin-top: 1.071vw;
        font-size: 1.285vw;
        line-height: 1.357vw;
    }
    .productCompared .descDiv .checkBoxItem{
        margin-left: 1.071vw;
    }
    .productCompared .descDiv .checkBoxItem input{
        margin-right: 0.714vw;
        margin-top: 0.485vw;
        width: 1.428vw;
        height: 1.428vw;
    }
    .productCompared .descDiv .checkBoxItem input::after {
        border-radius: 0.214vw;
    }
    .productCompared .descDiv .checkBoxItem input:checked::after {
        font-size: 0.714vw;
        line-height: 1.271vw;
    }
    .productCompared .descDiv .checkBoxItem label{
        font-size: 1.285vw;
    }
    .productCompared .comparedTableDiv{
        margin-top: 1.285vw;
        margin-bottom: 3.5vw;
    }
    .productCompared .comparedTable tr td{
        width: 21.07vw;
        font-size: 1.285vw;
        line-height: 1.714vw;
        padding: 1.428vw 2.5vw;
    }
    .productCompared .comparedTable tr td:first-of-type{
        width: 15.71vw;
    }
    .productCompared .comparedTable thead td .addImg{
        width: 6.928vw;
        margin: 4.607vw auto 7vw;
    }
    .productCompared .comparedTable thead td .imgDiv{
        margin-top: 0.714vw;
        width: 16vw;
        height: 16vw;
    }
    .productCompared .comparedTable thead td .changeProductBtn{
        width: 7.857vw;
        height: 2.285vw;
        line-height: 2.142vw;
        border-radius: 3.571vw;
        font-size: 1.285vw;
        margin-top: 1.857vw;
        margin-bottom: 0.571vw;
    }
    .productCompared .comparedTable thead td .changeProductBtn.add{
        width: 10.14vw;
    }
    .productCompared .comparedTable thead td .closeBtn{
        width: 1.857vw;
        height: 1.857vw;
        top: 1.285vw;
        right: 1.5vw;
    }
    .appointmentDiv{
        font-size: 1.071vw;
    }
    .appointmentDiv .content{
        padding: 1.571vw 2.142vw;
        padding-right: 2.571vw;
    }
    .appointmentDiv .content .left{
        padding-top: 1.142vw;
        margin-right: 2.142vw;
        width: 14.28vw;
    }
    .appointmentDiv .content .title{
        margin-bottom: 0.428vw;
        font-size: 2.142vw;
    }
    .appointmentDiv .content .inp, .appointmentDiv .content .sel{
        padding: 0 1.571vw;
        width: calc((100% - 13.85vw)/3 - 1.285vw);
        height: 6.142vw;
        line-height: 6.142vw;
        font-size: 1.785vw;
    }
    .appointmentDiv .content .sel{
        padding-right: 5.428vw;
        background-repeat: no-repeat;
        background-image: url(../../static/images/new2025/arrow1.png);
        background-position: right 2.142vw center;
        -webkit-background-size: 2.571vw auto;
        background-size: 2.571vw auto;
    }
    .appointmentDiv .content .submit{
        margin-left: 1.714vw;
        width: 10.42vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 1.785vw;
    }
    .appointmentDiv .xieyi{
        margin-top: 0.357vw;
    }
    .appointmentDiv .xieyi input{
        margin-right: 0.428vw;
        width: 1vw;
        height: 1vw;
    }
    .appointmentDiv .xieyi input::after {
        border-radius: 0.214vw;
    }
    .appointmentDiv .xieyi input:checked::after {
        font-size: 0.857vw;
        line-height: 0.857vw;
    }
    .appointmentDiv .xieyi label{
        font-size: 1.071vw;
    }
}

@media only screen and (max-width: 959px) {
    .list-1 .con{
        height: 80px;
    }
    .list-1 .pic{
        margin-right: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .list-1 .right{
        width: calc(100% - 70px);
    }
    .productCompared .comparedTableDiv{
        overflow-x: auto;
    }
    .productCompared .mainTitle{
        margin-top: 40px;
    }
    .productCompared .comparedTable{
        width: 1200px;
    }
    .productCompared .comparedTable tr td{
        padding: 15px 20px;
    }
    .appointmentDiv .content{
        padding: 20px;
        display: block;
    }
    .appointmentDiv .content .left{
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
    }
    .appointmentDiv .content .submit{
        width: 110px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .appointmentDiv .content .inp, .appointmentDiv .content .sel{
        padding: 0 15px;
        width: calc((100% - 100px)/3 - 18px);
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }
    .appointmentDiv .content .sel{
        padding-right: 30px;
        background-position: right 15px center;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
    }
    .tool-bar .content{
        padding: 0 2%;
    }
    .tool-bar .btns{
        margin: 0 -5px;
        margin-left: 20px;
    }
    .tool-bar .btns a{
        margin: 0 5px;
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .popWin1{
        margin-left: -45%;
        margin-top: -310px;
        padding: 40px 5%;
        width: 90%;
        height: 620px;
    }
    .popWin1 .form{
        margin-top: 30px;
    }
    .popWin1 .form .form-item{
        margin-bottom: 15px;
    }
    .popWin1 .form .inp, .popWin1 .form .sel{
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .popWin1 .form .xieyi{
        margin-top: 40px;
    }
    .popWin1.v2{
        margin-left: -45%;
        margin-top: -210px;
        width: 90%;
        height: 420px;
    }
    .popWin1.v3{
        margin-left: -45%;
        margin-top: -270px;
        padding: 40px 5%;
        width: 90%;
        height: 540px;
    }
    .popWin1.v3 .sizeImg .hd{
        margin-bottom: 10px;
    }
    .popWin1.v3 .sizeImg .pic{
        height: 320px;
    }
    .popWin2{
        width: 600px;
    }
	.tool-bar .pop-close {
	    width: 24px;
	    height: 24px;
	}
}

@media only screen and (max-width: 767px) {
    .list-1{
        padding: 0;
    }
    .list-1.v2 ul{
        margin-bottom: -10px;
    }
    .list-1.v2 li{
        margin-bottom: 10px;
        width: 100%;
    }
    .list-1.v2 .con{
        min-height: 80px;
    }
    .list-1.v2 .pic{
        margin-right: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .list-1.v2 .right{
        width: calc(100% - 70px);
    }
    .list-2 li{
        margin-bottom: 20px;
    }
    .list-2 .pic{
        margin-right: 12px;
        width: 60px;
        height: 60px;
        line-height: 48px;
    }
    .list-2 .right{
        width: calc(100% - 72px);
    }
    .list-2 .t1{
        font-size: 15px;
    }
    .list-2 .t2{
        font-size: 10px;
    }
    .list-2 .t2 .t2-l span{
        margin-right: 5px;
    }
    .list-2 .t2 .price{
        font-size: 12px;
    }
    .list-2 .t2 .price em{
        font-size: 20px;
    }
    .list-2 .t2 .btn{
        width: 60px;
        font-size: 10px;
        height: 24px;
        line-height: 24px;
    }
    .list-2 .t2 .btn i{
        margin-right: 5px;
        width: 12px;
        height: 12px;
    }
    .productCompared .comparedTableDiv{
        margin-bottom: 25px;
    }
    .productCompared .mainTitle{
        margin-top: 20px;
        font-size: 20px;
    }
    .productCompared .descDiv{
        margin-top: 5px;
        font-size: 12px;
        overflow: hidden;
    }
    .productCompared .descDiv .desc{
        margin-bottom: 10px;
        float: none;
    }
    .productCompared .descDiv .checkBoxItem{
        margin-left: 0;
        margin-right: 15px;
        float: none;
        display: inline-block;
        overflow: hidden;
    }
    .productCompared .descDiv .checkBoxItem label{
        font-size: 12px;
    }
    .productCompared .descDiv .checkBoxItem input{
        margin-top: 5px;
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .productCompared .descDiv .checkBoxItem input:checked::after{
        line-height: 14px;
    }
    .productCompared .comparedTable{
        width: 800px;
    }
    .productCompared .comparedTable tr td{
        padding: 10px;
        font-size: 12px;
    }
    .productCompared .comparedTable tr td:first-of-type{
        width: 160px;
    }
    .productCompared .comparedTable thead td .imgDiv{
        margin: 0 auto;
        width: 160px;
        height: 160px;
    }
    .productCompared .comparedTable thead td .addImg{
        margin: 30.5px auto 58px;
    }
    .productCompared .comparedTable thead td .changeProductBtn{
        font-size: 14px;
    }
    .productCompared .comparedTable thead td .changeProductBtn, .productCompared .comparedTable thead td .changeProductBtn.add{
        width: 100px;
    }
    .appointmentDiv .content .title{
        font-size: 24px;
    }
    .appointmentDiv .content .right{
        display: block;
    }
    .appointmentDiv .content .inp, .appointmentDiv .content .sel{
        margin-bottom: 5px;
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }
    .appointmentDiv .content .submit{
        margin: 0;
        margin-top: 10px;
        width: 100%;
    }
    .tool-bar .content{
        padding: 10px 2%;
        display: block;
    }
    .tool-bar .btns{
        margin: 0;
        margin-top: 5px;
        justify-content: center;
    }
    .popWin1{
        margin-top: -240px;
        padding: 20px;
        height: 480px;
    }
    .popWin1 .head{
        font-size: 13px;
    }
    .popWin1 .head .tit{
        font-size: 22px;
    }
    .popWin1 .form{
        margin-top: 15px;
    }
    .popWin1 .form .prod-tit{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .popWin1 .form .inp, .popWin1 .form .sel{
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }
    .popWin1 .form .sel{
        padding-right: 30px;
        background-position: right 10px center;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
    }
    .popWin1 .form .xieyi{
        margin-top: 20px;
    }
    .popWin1 .form .xieyi label{
        font-size: 14px;
    }
    .popWin1 .form .submit{
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .popWin1 .down{
        margin-top: 25px;
        padding: 15px;
        min-height: 50px;
    }
    .popWin1 .down .tit{
        font-size: 16px;
    }
    .popWin1 .down .btn{
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .popWin1 .tk-cont{
        height: 320px;
        font-size: 14px;
    }
    .popWin1.v2{
        margin-top: -140px;
        height: 280px;
    }
    .popWin1.v2 .pop-close{
        right: 10px;
        top: 10px;
    }
    .popWin1.v3{
        margin-top: -185px;
        height: 370px;
    }
    .popWin1.v3 .pop-close{
        right: 10px;
        top: 10px;
    }
    .popWin1.v3 .sizeImg .hd{
        font-size: 14px;
    }
    .popWin1.v3 .sizeImg .hd .tit{
        font-size: 20px;
    }
    .popWin1.v3 .sizeImg .set img{
        max-width: 30px;
    }
    .popWin1.v3 .sizeImg .pic{
        height: 240px;
    }
    .popWin2{
        width: 90%;
    }
    .popWin2 .box{
        padding: 20px;
    }
    .popWin2 .db-btn{
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
    .popWin2 .search{
        margin-top: 25px;
    }
    .popWin2 .search .inp{
        font-size: 16px;
    }
    .popWin2 .hd{
        margin: 20px 0 10px;
    }
    .popWin2 .hd .tit{
        font-size: 20px;
    }
	.tool-bar .pop-close {
        width: 21px;
        height: 21px;
    }
}

