.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;
}
  