.form{
    display: none;
}
.form.register{
    display: block;
}
.jq-selectbox__dropdown ul{
    max-height: 364px;
}
.my-dropdown{
    margin-bottom: 16px;
}
.personal-supplement{
    display: none;
}
.get-phonecode{
    margin: 0!important;
    font-size: 0.8rem!important;
}
.get-phonecode.prohibit{
    cursor: not-allowed!important;
}
.extTabs{
    margin-bottom: 30px;
}

/*提示*/
.form_tip{
    display: none;
    position: absolute;
    height: 40px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    z-index: 9999;
    background: #fff;
    box-shadow: 3px 3px 6px #bbb;
    padding: 0 20px;
}
.form_tip p{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}