/**** 注册弹出窗 ****/
.popup_form{display: none;}
.remask{position: fixed;left: 0;top:0;z-index: 99;width: 100%;height: 100%;background-color: #0000006e;transition: all .3s;display: flex;justify-content: center;align-items: center;}
.remain{display: flex;width: 808px;height: 500px;position: absolute;}
.remain_left{width: 45%;height: 100%; }
.reform{background-color: #fff; padding: 60px 42px 0;border-radius:18px;position: relative;flex: 1 0 0;height: 100%;margin-left: -18px;text-align: center;box-sizing: border-box}
.reform_close{position: absolute;right: 8px; top: 0;font-size: 40px;color: #777;cursor: pointer;font-weight: 100;}
.reform_title{color: #4BB033;font-size: 24px;font-weight: bold;margin: 16px 0 28px;}
.reform_item{display: flex;position: relative;margin-bottom: 22px;}
.reform_item_input{width: 100%;padding: 12px 20px;font-size: 15px;border-radius: 6px;border: 1px solid #999;}
.reform_footer{margin-top: 15px;}
.reform_footer  a{color: #F80B21;}
.reform_button{background-color: #4BB033;color: #fff;padding: 11px;font-size: 17px;width: 100%;border-radius: 50px;border: 1px solid #4BB033;}
.sendbut{width: 110px;;font-size:13px;position: absolute;right: 1px;top: 12px;padding: 2px 0;border-left: 1px solid #777;cursor: pointer;}
.popup_imgcode{display: none;}
.imgcode_src{width: 150px;height: 44px;margin-left: 10px;}
.imgcode_body{background-color: #fff;padding:0 40px 10px;border-radius: 15px}
.imgcode_body .title{text-align: center;padding: 24px 0;font-size: 20px;font-weight: 500;}
.imgcode_errmsg{color: red;margin: -10px 0 10px 25px;height: 20px;}
.imgcode_body .reform_button:first-child{background-color: #fff0;color: #777;border: 1px solid #777;margin-right: 20px;}
.remask input::-webkit-input-placeholder {color: #999;}
.remask input:-moz-placeholder {color: #999;}
.remask input::-moz-placeholder {color: #999;}
.remask input:-ms-input-placeholder {color: #999;}
/****  右侧悬浮导肮  ****/
.right_nav{display: none!important;}
.float_nav{position: fixed;top: 50%;margin-top: -255px;z-index: 100;text-align: center;width: 110px;color: #fff;font-size: 14px;right: 10px;}
.float_nav li{margin-bottom: 1px;padding: 9px;cursor: pointer;background-color: #4BB033;position: relative;}
.float_nav li p{word-wrap: break-word;}
.float_nav li img{width: 30px;}
.float_nav li .avatar{width: 70px;}
.float_nav li:first-child{margin-bottom: 12px!important;padding:20px 9px 14px!important;border-radius:60px 60px 8px 8px!important}
.float_nav li:nth-child(2){border-radius: 8px 8px 0 0;}
.float_nav li:last-child{border-radius: 0 0 8px 8px;}
.float_nav_qrcode{display: none;width: 160px!important;height: 160px; position: absolute;left: -160px;top: 0;transition: all .8s;}
.float_nav li:hover .float_nav_qrcode{display: block;}
.float_nav li#fh_top img{width: 40px;}
/****  底部  ****/
.footer{display: none;}
._footer{background-color: #3C3C3C;color: #fff;}
._footer .inner{display: flex;justify-content: center;padding: 70px 0 65px;}
._footer_left{width: 40%;}
._footer_left_img{width: 219px;height: 51px;}
._footer_left_tel{margin-top: 12px;}
._footer_left_tel span{font-size: 18px;font-weight: 600;}
._footer_left_but{width: 140px;line-height: 46px;background: linear-gradient(262deg, #4BB033 0%, #0093DD 100%);border-radius: 10px;text-align: center;margin: 17px 0;font-size: 19px;cursor: pointer;}
._footer_left_qrcode{display: flex;}
._footer_left_qrcode_item{background: #4B4B4B;border-radius: 8px; border: 1px solid #6E6E6E;text-align: center; font-size: 14px;padding: 10px 10px 5px; margin-right: 24px;}
._footer_left_qrcode_item img{width: 92px;height: 92px;border-radius: 6px;}
._footer_left_qrcode_item p{}
._footer_right{width: 48%;display: flex;}
._footer ol{flex: 1 0 0;}
._footer ol li{font-size: 15px;line-height: 40px;color: rgba(255, 255, 255, 0.8);}
._footer ol li a{color: rgba(255, 255, 255, 0.8);}
._footer ol li:first-child{font-weight: 400;font-size: 20px;color: #FFFFFF;margin-bottom: 17px;}
._footer_ipc{text-align: center;padding: 20px;border-top: 2px solid #4F4F4F;}
._footer_ipc a{color: #fff;}

@media screen and (max-width: 750px) {
    .remain_left{display: none;}
    .remain{width: 90%;}
    .reform{margin-left: 0;padding: 20px 30px;}
    .reform_footer{font-size: 14px;}
    .imgcode_body{width: 65%;padding: 0 20px 10px;}
    /****  右侧悬浮导肮  ****/
    .float_nav{width: 70px;font-size: 12px;padding: 4px;}
    .float_nav li:first-child{padding: 4px!important;}
    .float_nav li:first-child img{width: 62px;}
    .float_nav li#fh_top img{width: 30px;}
    /****  底部  ****/
    ._footer .inner{display: block;padding: 30px 0 20px;}
    ._footer_left{padding-left: 10%;}
    ._footer_left_tel{font-size: 14px;}
    ._footer_right{width: 100%;}
    ._footer_right ol{margin: 40px 0 0;}
    ._footer_ipc{font-size: 15px;}
}