/*全球销售*/
.qqxs{position:relative;background-color:#f4f4f5;padding:1rem;box-sizing:border-box;}
.qqxs-href a{position:absolute;width:0.7rem;height:1.142rem;}
.qqxs-href a:nth-child(6){top:55%;left:30%;}
.qqxs-href a:nth-child(5){top:40%;left:52%;}
.qqxs-href a:nth-child(4){top:35%;right:39%;}
.qqxs-href a:nth-child(3){top:38%;right:24%;}
.qqxs-href a:nth-child(2){bottom:30%;right:16%;}
.qqxs-href a:nth-child(1){top:20%;right:30%;}

/*列表详情*/
.dlt{margin:1rem 0 2rem;}
.dlt .wh{width:70%;}
.dlt h3{font-size:0.5rem;text-align:center;color:#3d3d3d;}
.lt-cont,.rt-cont{width:48%;}
.fz .lt-cont,.fz .rt-cont{width:45%;}
.dlt-list li{padding:1rem 0;border-top: 1px solid #cccccc;border-bottom:1px solid #ccc;}
.dlt-list li:first-child{border-top:none;}
.lt-cont h4{font-size:0.2571rem;color:#3d3d3d;}
.rt-cont > p{font-size:0.2285rem;color:#3d3d3d;margin-top:0.1rem;}

/*问题咨询*/
.pro-box1{position:relative;margin:1rem 0;}
.pos-pro{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:11;}
.prob-pn h3{font-size:0.4571rem;color:#fff;text-align:center;}
.prob-pn .pub-btn{display:block;width:2rem;height:0.6rem;line-height:0.6rem;background-color:#18565d;border-radius:0.0714rem;position:relative;font-size:0.2285rem;text-align:center;color:#fff;margin-top:0.2857rem;overflow:hidden;}

/*移动端适配*/
@media screen and (max-width:768px){
.qqxs{padding:0}
.qqxs-href a{width:1.4rem;height:1.842rem;}
.qqxs-href a:nth-child(6){top:47%;left:28%;}
.qqxs-href a:nth-child(5){top:33%;left:50%;}
.qqxs-href a:nth-child(4){top:25%;right:37%;}
.qqxs-href a:nth-child(3){top:30%;right:21%;}
.qqxs-href a:nth-child(2){bottom:22%;right:12%}
.qqxs-href a:nth-child(1){top:8%;right:25%;}
.pos-pro h3{font-size:1rem;}
.pos-pro .pub-btn{width:4rem;height:1rem;line-height:1rem;font-size:0.6rem;}
.dlt .wh{width:85%;}
.dlt h3{font-size:1rem;}
.lt-cont h4{font-size:0.7rem;}
.rt-cont > p{font-size:0.6rem;}
.prob-pn h3{font-size:1rem;}
.prob-pn .pub-btn{width:4rem;height:1rem;line-height:1rem;font-size:0.4rem;}
}