.loginintercept {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 100000;
}
.interceptbox-bj {
    position: relative;
    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: 294px;
    height: auto;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
    padding-top: 16px;
}
.interceptbox .logintop {
    width: 100%;
    height: auto;
    text-align: center;
    color: #333333;
    font-size: 18px;
}
.interceptboxcen {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.wxform {
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
    /* overflow: hidden; */
}
.wxform input {
    border: none;
    padding: 0;
    outline: none;
    background-color: transparent;
    margin-bottom: unset;
}
.wxform_zh {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wxinline {
    width: 100%;
    height: 38px;
    background-color: #f1f1f1;
    margin-bottom: 7px;
    padding-left: 12px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}
.wxinline1 input {
    flex: 1;
    height: 100%;
    font-size: 16px;
    color: #333333;
    text-indent: 12px;
    margin-bottom: unset;
}
.wxinline2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.yzm {
    width: 68px;
    height: 100%;
}
.switchbox {
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.switch {
    width: 22px;
    height: 20px;
    cursor: pointer;
}
.wxinline2 input {
    width: 150px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    margin-bottom: unset;
}
.wxinline3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.js-get-verifycode {
    color: #b20b30;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #b20b30;
    padding: 5px 6px;
}
.timecode {
    color: #b20b30;
    font-size: 13px;
}
.wxinline3 input {
    width: 130px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    margin-bottom: unset;
}
.bdbtn {
    width: 100%;
    height: 38px;
    background-color: #b20b30;
    border-radius: 1px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    border: none;
}
.phoneqbox {
    width: 60px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phoneqbox span {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    margin-right: 2px;
}
.phoneqbox img {
    width: 10px;
    height: 5px;
}
.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: 160px;
    left: 0;
    top: 42px;
    background-color: #ffffff;
    border: 1px solid #333333;
    text-align: center;
    overflow: auto;
    display: none;
    z-index: 1;
}
.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 5px;
    box-sizing: border-box;
    list-style: none;
}
.interceptboxcen .ulbox ul li:hover {
    background-color: #f5f5f5;
}
.interceptboxcen .codename {
    float: left;
    color: #000;
    width: 70%;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.interceptboxcen .codetel {
    float: right;
    color: #999;
}
.loginboxfoot {
    width: 100%;
    height: auto;
    background-color: #f4f6fa;
    text-align: center;
    padding: 8px 0;
    color: #333333;
    font-size: 12px;
}
.loginboxfoot div {
    color: #333333;
    font-size: 12px;
}
.loginboxfoot a {
    font-size: 12px;
    color: #b20b30;
}
.login-tip {
    margin-top: 12px;
    text-align: right;
}
.zhmadiv, .sjyzdiv {
    width: auto;
    height: auto;
    color: #666666;
    font-size: 14px;
    text-decoration: underline;
    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: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}
.closeinterceptvip {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}
.login-advm {
    width: 294px;
    overflow: hidden;
}
.fold-box {
    width: 100%;
    /* height: 213px; */
    background-image: linear-gradient(to bottom, rgb(205 205 205 / 19%) , rgb(255 252 252));
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 213px;
}
.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: 120%;
    height: 50px;
    background-color: #b20b30;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b20b30;
    border-radius: 37px;
    cursor: pointer;
    padding: 21px 17px;
}
.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;
}
.main-text {
    position: relative;
}

.verify-box {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    z-index: -10;
}

#weakpass {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	background-color:  rgba(0,0,0,0.5);
}

.rpassword-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 360px;
	height: auto;
	background-color: #fff;
	border-radius: 8px;
	padding: 40px 60px;
}

.pass-title {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}

.pass-title a {
	color: #6aa0f6;
}

.pass-dow {
	margin: 10px auto;
	font-size: 16px;
	text-align: center;
}

.pass-dow img {
	width: 200px;
}

.yzmdl {
	text-align: center;
}

.yzmdl span {
	color: #6aa0f6;
}

.weak-page {
    color: #6aa0f6;
}

.closeweek {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -42px;
	cursor: pointer;
}

.closelogin {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}

.aliyuncaptcha-top #aliyuncaptcha-title {
    font-size: 14px;
}

.mui-toast-container.mui-active {
    z-index: 999999!important;
}