.formBox.votePow .layui-layer-title {
    background: transparent;
    border: none;
    border-radius: 10px !important;
}
.formBox{
    padding: 0px 50px;
    color: #000;
}
.formBox h2{
    font-size: 30px;
}
.formBox h3{
    font-size: 20px;
    font-weight: 700;
}
.formBox p{
    margin: 30px 0;
}
.formBox .formItem{
    margin-bottom: 20px;
}
.formBox .formItem span{
    display: inline-block;
    width: 62px;
    font-size: 15px;
}
.formBox .formItem input{
    width: 290px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox .formBtn{
    margin-top: 20px;
}
.formBox .formBtn a{
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}
.formBox .formBtn .subimtBtn{
    color: #fff;
    background: var(--coa);;
    margin-right: 22px;
}
.formBox .formBtn .subimtBtn:hover{
    background: var(--coah);
}
.formBox .formBtn .canceBtn{
    background: #fff;
    border:1px solid #e4e4e4;
    color: #000;
}
.formBox .formBtn .canceBtn:hover{
    background: #f9f9f9;
}

/*手机验证弹框样式*/
#post_form_phone .phone_code dt{
    width: 62px;
    font-size: 15px;
}
#post_form_phone #phone{    
    width: 300px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 120px;
    box-sizing:border-box;
}
.get_code_box{
    position: relative; 
    margin-bottom: 20px; 
    width: 300px;
    margin-left: 62px;
}
.get_code_box>input{   
    width: 300px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-sizing:border-box;
    padding-left:10px;
}
#post_form_phone  .getcode_btn{
    position: absolute; 
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    outline: none;
    border: 0;
    line-height: 40px;
    z-index: 33;
    cursor: pointer;
}
/*.getcode_btn.disabled{

}*/
#post_form_phone .phone_code .mobile_item{
    position: relative;
}
#post_form_phone .phone_code .mobile_item .ui-err{    
    position: absolute;
    bottom: -19px;
    left: 0px;
    color: #dd0000;
}
.g-clear{
    position: relative;
}
.ui-err-count{
    position: absolute;
    bottom: -19px;
    left: 62px;
    color: #dd0000;
}
.get_code_box .ui-err{
    display: block;
    margin-left:4px;
    color: #dd0000;
    margin-top: 3px;
}

#post_form_phone .phone_code .mobile_item select{
    position: absolute;
    top:0px;
    left:0px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px 0px 0px 5px;
    height: 42px;
}
#post_form_phone  .nc-container {
    font-size: 12px;
    -ms-touch-action: none;
    touch-action: none;
    position: relative;
    left: 64px;
    margin: 20px 0;
    width: 300px;
}
/*手机验证弹框样式*/
.red{
    color: #f15dab;
    margin-right: 5px;  
}
:focus-visible {
    outline: none;
}
@media screen and (max-width: 768px) {
    .formBox {
        padding: 0 16rem;
    }
    .formBox .formItem span {
        width: 62rem;
        font-size: 14rem;
    }
    .formBox .formItem input {
        width: 220rem;
        padding-left: 10rem;
    }
    #post_form_phone #phone {
        width: 240rem;
        padding-left: 120rem;
    }
    .get_code_box>input, #post_form_phone .nc-container, .get_code_box {
        width: 240rem;
    }
    .layui-layer-title {
        border-bottom: none !important;
        background-color: #fff !important;
    }
    .formBox .formBtn a {
        width: 260rem;
        height: 40rem;
        line-height: 40rem;
        border-radius: 5rem;
        display: block;
    }
}

