@charset "utf-8";
*{
    margin:0;
    padding:0
}
body{
    font-family: 'Open-Sans';
    font-size:14px;
    line-height:unset;
}
a:link,a:visited,a:hover{
    text-decoration:none;
    color: unset;
}
a{
    text-decoration:none;
    cursor:pointer;
    outline:none;
}
ol, ul{
    margin: 0px;
}
ul,li{
    list-style-type:none;
}
.lf{
    float:left;
}
.rg{
    float:right;
}
tr{
    margin: 0;
}
.clearfix:after{
    clear:both;
    display:block;
    visibility:hidden;
    height:0;
    content:"";
}
.clear{
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}
@media screen and (max-width:750px) {
    body{
        margin: 0;
    }
    .banner{
        width: 100%;
    }
    .banner img{
        width: 100%;
    }
    .gj{
          padding-top: 30px;
        width: 100%!important;
        background: #fff;
    }
    .gj .gj_ul{
        font-size: 20px;
        font-weight: 700;
        color: #000;
        padding: 30px 0;
        text-align: center;
    }
    .gj_div .gj_div_div{
        width: 33.3%;
        float: left;
    }
    .gj_div_div_ul{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 15px;
        background: rgb(242, 247, 251);
    }
    .product-selectbg{
        padding: 0px;
    }
    .gj_div_div_ul img{
        height: 28px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .gj_div_div_li1{
        font-size: 14px;
        visibility: visible;
        color: rgb(148, 148, 148);
        text-align: center;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .gj_div_div_li2{
        font-size: 16px;
        margin: 15px 0 25px;
        visibility: visible;
        color: rgb(81, 81, 81);
        text-align: center;
    }

    .fix{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0!important;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100;
        overflow-y: auto;
        display: none;
    }
    .fix_div1, .fix_div2, .fix_div3, .fix_div4, .fix_div5, .fix_div6, .fix_div7, .fix_div8, .fix_div9, .fix_div10, .fix_div11, .fix_div12, .fix_div13{
        width: 90%;
        overflow: auto !important;
        display: none;
        margin: 0 auto;
        margin-top: 100px;
    }
    .fix_div1_ul{
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        color: white;
        background: #2b3d91;
    }
    .fix_div1_div{
        padding: 15px;
        background: #fff;
    }
    .fix_div1_div_ul{
        font-size: 14px;
        color: #585858;
        margin-bottom: 15px;
    }
    .fix_div1_div_title{
        font-size: 14px;
    }
    .fix_div1_div_list{
        width: 100%;
    }
    .fix_div1_div_list_div{
        width: 48%;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        color: #000;
        display: inline-block;
        border: 1px solid #d6d6d6;
        position: relative;
        cursor: pointer;
        margin-top: 15px;
        border-radius: 4px;
    }
    .fix_div1_list{
        margin-top: 15px;
        display: none;
    }
    .fix_div1_list tr td{
        border: none;
    }
    .fix_div1_list tr td input{
        width: 48%;
        height: 24px;
        line-height: 24px;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
    }
    .fix_div1_list tr td select{
        width: 48%;
        height: 24px;
        line-height: 24px;
        outline-style: none;
        -webkit-appearance: none;
        resize: none;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .fix_div1_list tr td  input[type="checkbox"]{
        width: 14%;
        height: 24px;
        line-height: 24px;
        border: 1px solid #d6d6d6;
        margin-right: 10px;
        border-radius: 4px;
    }
    .yhang .fix_div1_div_list .fix_div1_div_list_div{
        width: 100%;  
    }
    .wbk .fix_div1_list_wbk td{
        width: 140px;
    }
    .fix_div1_list tr td button{
        height: 32px;
        width: 100%;
        line-height: 32px;
        background-color: #2b3d91;
        border-radius: 4px;
        color: #fff;
        margin: 0;
        margin-top: 20px;
    }
    .list_img {
        position: absolute;
        right: 0;
        bottom: 0;
        display: none;
    }
    .layui-form-table{
        overflow: auto;
        height: 500px;
    }
}