.loginintercept {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10000000;
}
.interceptbox-bj {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.overflowintercept {
    overflow: hidden;
    height:100%;
    padding-top: 0;
}
.interceptbox {
    width: 476px;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}
.interceptbox .logintop {
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    padding-right: 0;
}
.interceptbox .logintop > div {
    flex: 1;
    height: 100%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
}
.interceptbox .logintop > div.logintopactive {
    background-color: #fff;
}
.interceptbox .logintop > div img {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}
.interceptbox .logintop > div span {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.interceptboxcen {
    width: 100%;
    height: auto;
    padding: 35px 0 10px;
}
.wxform {
    width: 100%;
    height: auto;
    padding: 0 48px;
    box-sizing: border-box;
}
.wxform input {
    border: none;
    padding: 0;
    outline: none;
    background-color: transparent;
}
.wxform_zh {
    min-height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wxinline {
    width: 100%;
    height: 58px;
    background-color: #f1f1f1;
    border-radius: 1px;
    margin-bottom: 12px;
    padding-left: 25px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}
.wxinline1 input {
    flex: 1;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    border-radius: 22px;
    text-indent: 12px;
}
.wxinline2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.yzm {
    width: 128px;
    height: 100%;
}
.switchbox {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.switch {
    width: 22px;
    height: 20px;
    cursor: pointer;
}
.wxinline2 input {
    width: 180px;
    height: 100%;
    font-size: 18px;
    color: #333333;
}
.wxinline3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding-right: 36px; */
}
.js-get-verifycode {
    color: #b20b30;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #b20b30;
    padding: 5px 10px;
}
.timecode {
    color: #b20b30;
}
.wxinline3 input {
    width: 180px;
    height: 100%;
    font-size: 18px;
    color: #333333;
}
.bdbtn {
    width: 100%;
    height: 60px;
    background-color: #b20b30;
    border-radius: 1px;
    color: #fff;
    margin-top: 18px;
    cursor: pointer;
    font-size: 22px;
    border: none;
}
.backbtn {
    width: 100%;
    height: 40px;
    border: 1px solid #b20b30;
    border-radius: 20px;
    color: #b20b30;
    margin-top: 18px;
    font-weight: bold;
    cursor: pointer;
}
.phoneqbox {
    width: 90px;
    height: 100%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phoneqbox span {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 18px;
    margin-right: 2px;
}
.phoneqbox img {
    width: 13px;
    height: 7px;
}
.telloginbox .wxinline1 {
    padding-left: 0;
    position: relative;
    overflow: inherit;
    display: flex;
}
.wxinline1 {
    padding-left: 0;
    position: relative;
    overflow: inherit;
    display: flex;
}
.interceptboxcen .ulbox {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    top: 42px;
    background-color: #ffffff;
    border: 1px solid #333333;
    text-align: center;
    overflow: auto;
    display: none;
}
.interceptboxcen .ulbox ul {
    width: 100%;
    height: auto;
}
.interceptboxcen .ulbox ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
    padding: 0 15px;
    box-sizing: border-box;
}
.interceptboxcen .ulbox ul li:hover {
    background-color: #f5f5f5;
}
.interceptboxcen .codename {
    float: left;
    color: #000;
}
.interceptboxcen .codetel {
    float: right;
    color: #999;
}
.loginboxfoot {
    width: 100%;
    height: 54px;
    background-color: #f4f6fa;
    color: #333333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginboxfoot a {
    color: #b20b30;
}
.zhmadiv, .sjyzmdiv, .sjyzdiv {
    /* width: 100%; */
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    color: #666666;
    font-size: 18px;
    text-decoration: underline;
    margin: 12px 0;
    cursor: pointer;
}
.wximgbox {
    width: 210px;
    height: 210px;
    padding: 12px;
    border: 1px solid #ebebeb;
    display: none;
    margin: 0 auto;
}
.wximgbox img {
    width: 100%;
    height: 100%;
}
.wxform_zh {
    display: none;
}
.closeintercept {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -42px;
    cursor: pointer;
}
.main-text {
    position: relative;
}
.fold-box {
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) , rgba(255, 255, 255, 1));
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fold-btn {
    /*width: 93%;*/
    /*height: 60px;*/
    /*background-color: #b20b30;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*color: #b20b30;*/
    /*border-radius: 37px;*/
    /*cursor: pointer;*/
    /*padding: 32px 17px;*/
}
.btns-more{
    width: 219%;
    height: 45px;
    background-color: #b20b30;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b20b30;
    border-radius: 37px;
    cursor: pointer;
    padding: 21px 17px;
    box-sizing: border-box;
}
.fold-btn span {
    /*font-size: 20px;*/
    /*color: #b20b30;*/
}
.fold-btn .labeltext{
    font-size: 14px !important;
    color: #969292 !important;
    margin: 6px;
}
.fold-btn img {
    width: 12px !important;
    height: 12px !important;
    margin-left: 6px;
    padding: 0px;
    border: none;
}
.intercept-adv-box {
    background-color: #fff;
    text-align: center;
    width: 476px;
    height: auto;
}

.closeweak {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -42px;
	cursor: pointer;
}

.rpassword-model {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow: auto;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    /* display: none; */
}
#weakpass {
    display: none;
}
.rpassword-box {
    position: relative;
    width: 360px;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    margin: 220px auto 0;
    padding: 40px 60px;
}

.pass-title {
    font-size: 20px;
    line-height: 1.6;
}

.pass-title a {
    color: #6aa0f6;
}

.pass-dow {
    margin: 10px auto;
    font-size: 16px;
}

.pass-dow img {
    width: 200px;
}

.yzmdl {
    cursor: pointer;
    color: #6aa0f6;
}

.yzmdl:hover {
    color: #b20b30;
}

.catview {
    cursor: pointer;
    color: #6aa0f6 !important;
    float: none;
}

.catview:hover {
    color: #b20b30 !important;
}

.verify-box {
    position: absolute;
    opacity: 0;
    z-index: -10;
}

.verify-box * {
    user-select: none;
}
  