body{
    font: 14px/1.5 Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, tahoma, arial, \5b8b\4f53, sans-serif !important;
    margin: 0;
    font-size: 14px;
    background:#4e657a;
    /*overflow: hidden !important;*/
}
body, html {
    overflow-x: hidden;
}
.row{margin:0;}

.rtecenter1{
    font-size: 14px;
    padding-top: 20px;
}

.rtecenter{
    font-size: 28px;
}



.login{
    max-width: 500px ;
    padding-top: 10px;
}

.login_header{
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.login_mian{

    background: #efefef;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    border-radius:1rem;
}

.div-form{
    padding-bottom: 1rem;
}

.verify-input-area {
    line-height: 52px;
}


.check-btn{
    margin-top:20px;
    color: #fff;
    cursor: pointer;
    background: #d36716;
    border-color: #d36716;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 40px;
    /*width: 50%;*/
    font-size: 18px;
}

.searchable-select{
    min-width: 100% !important;
}

.div-form label{
    margin-bottom: 10px;
}

.varify-input-code {
    height: 36px;
}

.required {
    color: red;
}

.help_img {
    margin-bottom: 4px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(/images/doubt_gray.png);
    display: inline-block;
    cursor: pointer;
}

.btn:hover{
    color: #FFFFFF;
    background: #d36716;
    border-color: #d36716;
}

.help_img:hover {
    width: 16px;
    height: 16px;
    background-image: url(/images/doubt.png);
}

span.help_img[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

span.help_img[data-title]:after {
    content: attr(data-title);
    /*background-color: lightblue;*/
    /*color: #111;*/
    font-size: 8pt;
    /*font-weight: bold;*/
    position: absolute;
    padding: 1px 5px 2px 5px;
    /*bottom: -1.6em;*/
    left: 100%;
    white-space: nowrap;
    /*box-shadow: 1px 1px 3px #222222;*/
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}

span.help_img[data-title] {
    position: relative;
}