
.wmt_wrap .title {
    margin-bottom: 10px;
}
.wmt_wrap .line {
    width: 3px;
    height: 10px;
    display: inline-block;
    background-color: #ff7f0d;
}
.wmt_wrap .price_w .left {
    width: 113px;
    height: 110px;
    padding: 4px;
    margin-right: 10px;
}
.blue {
    background-color: #cde2ff;
}
.ddcdff {
    background-color: #ddcdff;
}
.b7f29d {
    background-color: #b7f29d;
}
.ffd9cd {
    background-color: #ffd9cd;
}
.wmt_wrap .price_w>li {
    padding: 12px;
    background-color: #fff;
    display: flex;
    margin-bottom: 9px;
}
.wmt_wrap .price_w .dot {
    height: 100%;
    border:1px dashed #68a8ff;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wmt_wrap .price_w .ddcdff .dot {
    border:1px dashed #a682f2;
}
.wmt_wrap .price_w .b7f29d .dot {
    border:1px dashed #438925;
}
.wmt_wrap .price_w .ffd9cd .dot {
    border:1px dashed #f06033;
}
.wmt_wrap .price_w .p_red{
    color: #ff1e00;
    font-size: 18px;
    font-weight: 700;
} 
.blue_line {
    width: 100%;
    border-bottom: 1px dashed #a6ccff;
    display: block;
    margin: 5px 0;
}
.wmt_wrap .price_w .right {
    margin-top: -7px;
} 
.wmt_wrap .price_w .right li>p:nth-child(1) {
    color:#254c82;
}
.config>ul>li {
    width: 100%;
    background-color: #fff;
    padding: 10px 9px;
    display: flex;
    margin-bottom: 7px;
}
.config>ul>li>div {
    width: 50%;
}
.l_log img{
    width: 80%;
}
.config .text {

}
.config .text ul {
    display: flex;
    flex-wrap: wrap;
}
.config .text ul li{
    width: 48%;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.config .text ul li:nth-child(2n+1){
    margin-right: 5px;
}
.fa5a29 {
    color: #fa5a29;
}
.config .net {
    background-color: #fa5a29;
    color: #fff;
    text-align: center;
    height: 20px;
}