.lxwm_main{width: 100%;}
.lxwm_main .sectA{width: 100%;margin-top: 0.96rem;}
.lxwm_main .tits{width: 100%;}
.lxwm_main .tits .t1{width: 100%;font-size: calc(16px + 0.32rem);line-height: calc(20px + 0.32rem);color: #000000;font-weight: bold;text-align: center;}
.lxwm_main .tits .t2{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #000000;text-align: center;margin-top: 6px;text-transform: uppercase;}
.lxwm_main .sectA .formbox{width: 100%;margin-top: calc(10px + 0.29rem);background: #ffffff;padding: calc(10px + 0.4rem);}
.lxwm_main .sectA .form{width: calc(100% + 10px + 0.2rem);margin: 0 calc(-5px - 0.1rem);}
.lxwm_main .sectA .form::after{content: "";display: block;clear: both;}
.lxwm_main .sectA .lab{float: left;width: 33.33%;padding: 0 calc(5px + 0.1rem);margin-bottom: calc(20px + 0.3rem);position: relative;}
.lxwm_main .sectA .lab ._img{display: block;position: absolute;width: calc(40px + 0.54rem);height: calc(22px + 0.1rem);right: calc(10px + 0.1rem);bottom: calc(4px + 0.02rem);}
.lxwm_main .sectA .name{float: left;width: 100%;font-size: calc(14px + 0.02rem);color: #000000;line-height: calc(14px + 0.5rem);margin-bottom: calc(7px + 0.07rem);}
.lxwm_main .sectA .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(14px + 0.02rem);color: #000000;padding:calc(4px + 0.04rem) 10px;background: #f5f5f5;border: 1px solid #e5e5e5;}
.lxwm_main .sectA .text:focus-visible {
    outline: none;
}
.lxwm_main .sectA .text:focus {
    border-color: #00874c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lxwm_main .sectA .name i{color: #ff0000;margin-right: 5px;}
.lxwm_main .sectA .w100{width: 100%;}
.lxwm_main .sectA .textarea{height: calc(100px + 0.7rem);}
.lxwm_main .sectA .submit-btn{float: left;width: 100%;display: flex;align-items: center;justify-content: center;margin-top:10px;}
.lxwm_main .sectA button[type="submit"],.lxwm_main .sectA input[type="submit"] {
    background: #00874c;
    color: #fff;
    outline: none;
    padding: 10px 0px;
    width: 30%;
    font-size: 16px;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    border-radius: 0.7925rem;
}
.lxwm_main .sectA input[type="submit"]:hover, .lxwm_main .sectA button[type="submit"]:hover {
    background: #65767D;
}
@media screen and (max-width:1024px) {
    .lxwm_main .sectA .lab{width: 50%;}
    .lxwm_main .sectA .w100{width: 100%;}
}
@media screen and (max-width:767px) {
    .lxwm_main .sectA .lab{width: 100%;margin-bottom: 22px;}
    .lxwm_main .sectA .submit-btn{margin-top: 20px;}
    .lxwm_main .sectA .submit{width: 100%;margin: 0 calc(5px + 0.1rem);}
    .lxwm_main .sectA button[type="submit"], .lxwm_main .sectA input[type="submit"] {
        width: 90%;
    }
    #top-b-text .m-wg-ct {
        top: 40px;
    }
}
@media (max-width: 500px){
    .page {
        margin-top: 0;
    }
    #top-b-text .m-wg-ct {
        top: 30px;
    }
}