[genuitec-file-id="wc1-28"],[genuitec-lp-path="/WeixinFrontEnd/WebRoot/css/updatepwd.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

html {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    width: 100%;
    min-height: 100%;
    background: url('../img/bj.jpg') no-repeat center;
    background-size: cover;
    font-family: Source Han Sans CN !important;
}

.page {
    max-width: 600px;
    min-height: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 30px;
}

.header {
    padding-top: 20px;
}

.header .header_log {
    width: 240px;
    margin: 0 auto;
}



.header .header_p {
    padding-top: 20px;
    color: #3E68C0;
    font-size: 24px;
    padding-left: 5px;
    letter-spacing: 6px;
}

.header .header_p2 {
    color: #3E68C0;
    font-size: 18px;
    padding-left: 5px;
    letter-spacing: 4px;
}

.main {
    padding-top: 20px;
}

.active_li {
    border-bottom: 2px solid #3C65C3;
    padding-bottom: 2px;
}

.active_hide {
    display: none;
}

.main .main_ul {
    color: #3E68C0;
    padding: 15px 5px;
}

.tab_content {
    /* padding: 30px 0; */
}

.main .main_ul li {
    cursor: pointer;
}

.input_class {
    position: relative;
}

.input_class input {
    border: none;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #BFBFBF;
    border-radius: 73px;
    height: 45px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 44px;
    color: #A2A2A2;
}

#input_class input{
    border: none;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #BFBFBF;
    border-radius: 73px;
    height: 45px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 44px;
    color: #A2A2A2;
}

::-webkit-input-placeholder {
    color: #A2A2A2;
}

:-moz-placeholder {
    color: #A2A2A2;
}

::moz-placeholder {
    color: #A2A2A2;
}

:-ms-input-placeholder {
    color: #A2A2A2;
}

.input_class>img {
    position: absolute;
    left: 14px;
    top: 11px;
}

.btn_login {
    width: 100%;
    border: none;
    background-color: rgba(62, 104, 192, 1);
    border-radius: 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}

.btn_change {
    width: 30%;
    border: none;
    background-color: #6eb8e7;
    border-radius: 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}
.huoquCode {
    width: 34%;
    border: none;
    background-color: #6eb8e7;
    border-radius: 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}

.ul_bottom_class {
    color: #3E68C0;
    padding: 20px 5px;
}

.other_login {
    width: 100%;
    padding: 10px 5px;
}

.other_login_a {
    margin-top: -10px;
    color: #969696;
    width: 40%;
}

.other_login_border {
    width: 30%;
    border-top: 1px solid #cbc8c8;

}

.weixin_class {
    width: 51px;
    height: 51px;
    margin: 0 auto;
}

.weixin_class img {
    width: 100%;
    height: 100%;
}

.input_code {
    height: 43px;
    position: absolute;
    right: 2px;
    top: 1px;
    color: #A2A2A2;
    background-color: #F2F2F2;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px;
}

/* µ¯´°ÑùÊ½ */
.active_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:80%;
    height: 180px;
    background: #FFFFFF;
    border-radius: 6px;
    color: #3E68C0;
    z-index: 1;
    text-align: center;
    padding-top:50px;
    font-size: 16px;
}

.active_mask_btn {
    display: block;
    border: none;
    width:60%;
    height: 30px;
    line-height: 30px;
    background: #3E68C0;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto;
    margin-top: 25px;
}

.active_mask_btn:hover {
    text-decoration: none;
    color: #fff;
}

.mask_icon_close {
    position: absolute;
    top: 5px;
    right: 13px;
}

.mask_icon_close img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.active_mask_content {
    display: none;
}

.active_mask_content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.setimeout_input {
    border: none;
    background: #FFFFFF;
    width: 13px;
}
