@charset "utf-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
    *line-height: 1.5;
    -ms-overflow-style: scrollbar
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
    border: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none; /* 去掉点击时蓝框 */
}

/*去除IE 虚线框*/
a,
input,
textarea {
    blr: expression(this.onFocus=this.close());
}

/* 只支持IE，过多使用效率低 */
a,
input,
textarea {
    blr: expression(this.onFocus=this.blur());
}

/* 只支持IE，过多使用效率低 */
a:focus {
    -moz-outline-style: none;
}

/* IE不支持 */
*:focus {
    outline: none;
}

/* 左右浮动  */
.fl {
    float: left;
}

.rl {
    float: right;
}

/* 清除浮动 */
.ks-clear:after,
.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.ks-clear,
.clear {
    *zoom: 1;
}

/* 本页面样式 */
html,
body {
    min-width: 1024px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    font-weight: 400;
}

.login-wrap {
    height: 100%;
    background: url(/themes/hero/img/bg@2x-99f6d4c1473620324917e97e0b5344a2.png) top center no-repeat #c2d9ff;
    background-size: cover;
    overflow: auto;
}

.back-box {
    margin: 28px 40px 0;
    height: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.back-box .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.back-box .text {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.cover-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: calc((100vh - 660px)/2) auto;
    width: 1024px;
    height: 660px;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(25, 110, 237, 0.12);
    border-radius: 24px;
}
.cover-box1{
    margin: 15vh auto;
    width: 412px;
    padding: 100px 50px;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(25, 110, 237, 0.12);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.regist-form .icon-box {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.regist-form .text {
    color: #333333;
    font-size: 14px;
}
.regist-form .title {
    font-weight: 600;
    color: #333333;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 16px;
    text-align: center;
}
/* 左边*/
.cover-left-box {
    width: 400px;
    height: 548px;
    padding: 56px;
    background: #F3F8FF;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.cover-left-box .logo-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

.cover-left-box .logo-box img {
    display: block;
    width: auto;
    height: 32px;
    overflow: hidden;
    margin-bottom: 8px;
}

.cover-left-box .logo-box .text {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
}

.cover-left-box .img-box {
    width: 394px;
    height: 290px;
    margin: 50px 0 30px;
}

.cover-left-box img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.cover-left-box .desc {
    width: 211px;
    height: 90px;
    margin: 50px auto 30px;
}

/* MFA ===================================*/
.mfa-cover-box {
	overflow: hidden;
}
.mfa-cover-box .cover-left-box{
	padding: 52px 26px 40px;
	width: 460px;
	height: 568px;
	
}
.mfa-cover-box .cover-left-box .logo-box{
	margin: 0 30px;
}

.mfa-cover-box .cover-mobile-box {
    display: none;
    margin: 0 20px;
}

/* 绑定MFA移动端样式 */
.mfa-cover-box .cover-mobile-box .image-logo{
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.mfa-cover-box .cover-mobile-box .text {
    margin-top: 32px;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}
.mfa-cover-box .cover-mobile-box .desc {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: center;
}
.mfa-cover-box .cover-mobile-box .butn {
    margin-top: 24px;
    height: 44px;
    background: #3A89FF;
    border-radius: 4px;

    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    overflow: hidden;
}

/* 二维码 */
.cover-left-box .qr-code-box {
	margin: 38px auto 0;
	width: 184px;
	height: 184px;
	padding: 8px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.08);
	border-radius: 8px;
}
.cover-left-box .qr-code-box .refresh-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.cover-left-box .qr-code-box .text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 4px;
}
.cover-left-box .qr-code-box .refresh-tips {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.cover-left-box .qr-code-box .refresh-tips .icon{
	width: 16px;
	height: 16px;
	margin-right:8px;
}
.cover-left-box .qr-code-box .refresh-tips .text {
	font-weight: 400;
	font-size: 14px;
	color: #3A89FF;
	margin-bottom: 0;
}
/* 账号 */
.cover-left-box .account-box {
	margin: 20px auto 12px;
	text-align: center;
	line-height: 24px;
}
.cover-left-box .account-box .text {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}
/* 提示 */
.cover-left-box .tips-box {
	line-height: 18px;
	padding: 8px 10px;
	background: rgba(58,137,255,0.05);
	border-radius: 6px;
	border: 1px solid rgba(58,137,255,0.2);
	position: relative;
}
.cover-left-box .tips-box .text {
	font-size: 12px;
	color: #666666;
}
.cover-left-box .tips-box .link {
	margin: 0 4px;
	color: #3A89FF;
	cursor: pointer;
}
.cover-left-box .tips-box .qr-pop {
	position: absolute;
	left: 25%;
	bottom: 38px;
	padding: 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.05), 0px 3px 5px 0px rgba(0,0,0,0.08), 0px 1px 2px -2px rgba(0,0,0,0.1);
	border-radius: 6px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}
/* 🔻 小三角（边框） */
.qr-pop::before {
	content: "";
    position: absolute;
    bottom: -16px; /* 放到气泡底部 */
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* 🔻 小三角（白色填充） */
.qr-pop::after {
	content: "";
    position: absolute;
    bottom: -7px;
    left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.cover-left-box .qr-pop .qr-img:last-child {
	margin-left: 20px;
}
.cover-left-box .qr-pop .qr-img img {
	margin-bottom: 13px;
	width: 135px;
	height: 135px;
}
.cover-left-box .qr-pop .qr-img .text {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
}
/* 操作 */
.cover-left-box .step-box {
	margin-top: 18px;
	padding: 16px 20px;
	height: 102px;
	background: url(../img/step-bg.png) top center no-repeat #ffffff;
	background-size: cover;
	overflow: hidden;
}
.cover-left-box .step-box .title {
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 12px;
}
.cover-left-box .step-box .text-box {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 8px;
}
.cover-left-box .step-box .serial {
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius:100%;
	background-color: #80b1fa;
	font-size: 12px;
	color: #ffffff;
	margin-right: 8px;
}
.cover-left-box .step-box .text {
	font-size: 12px;
	color: #333333;
}
/* MFA验证 ===================================*/

/* 右边*/
.cover-right-box {
    width: 352px;
    height: 530px;
    padding: 70px 80px 0px;
    position: relative;
}

.cover-right-box .login-tabs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;

}

.cover-right-box .title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    cursor: pointer;
}


.cover-right-box .title_mb {
    display: none;
}

.cover-right-box .form-box {
    margin-top: 48px;
}

.form-box .input-item {
    width: 310px;
    height: 42px;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-bottom: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.phoneCode {
    position: relative;
    width: 70px;
    line-height: 44px;
    text-indent: 5px;
}

.phoneCode .phoneCodeimg {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 16px
}

.phoneCode .phoneCodeselect {
    position: absolute;
    left: -20px;
    top: 0px;
    color: rgba(0, 0, 0, .0001);
    height: 44px;
    background: none;
    width: 100px;
    -webkit-appearance: button;
}

.phoneCode .phoneCodeselect option {
    color: #3c3c3c;
}


.form-box .code-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.form-box .input-last {
    margin-bottom: 12px;
}

.form-box .input-butn {
    margin-top: 13px;
}

.form-box input {
    height: 100%;
    flex-grow: 1;
    color: #333333;
}

.form-box .code-item input {
    margin-right: 20px;
}

.form-box input[type="submit"] {
    width: 352px;
    height: 44px;
    background: #3A89FF;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
}
.form-box .butn_1{
    width: 352px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #3A89FF;
    cursor: pointer;
    font-size: 18px;
    color: #3A89FF;
}

.form-box input[type="submit"][disabled] {
    cursor: no-drop;
    opacity: 0.5;
}

.form-box .error {
    line-height: 1;
    font-size: 12px;
    color: #DC582A;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}

.form-box .butn {
    color: #3A89FF;
    cursor: pointer;
}

.form-box .text {
    color: #999999;
}

.form-box .remember-box {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.form-box .margin24 {
    margin-top: 24px;
}

.form-box .left-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.remember-box input[type='checkbox'] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    margin-right: 8px;
    cursor: pointer;
}

.remember-box label {
    cursor: pointer;
    color: #666666;
}

.cover-right-box .guide-box {
    margin-top: 20px;
}

.cover-right-box .guide-box .text {
    margin-right: 8px;
    line-height: 1;
    color: #333333;
}

.cover-right-box .link {
    line-height: 1;
    color: #3A89FF;
}

.registerTip {
    font-size: 14px;
    color: #333333;
    text-align: center;
    position: absolute;
    bottom: 80px;
    width: 352px;
}

.cover-right-box .desc {
    position: absolute;
    bottom: 40px;
    color: #999999;
    line-height: 1;
    width: 352px;
    text-align: center;
}

.cover-right-box .login-type {
    width: 352px;
    text-align: center;
    position: absolute;
    bottom: 90px;
}

.cover-right-box .login-type .login-type-title {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-bottom: 24px;
}

.cover-right-box .login-type .login-type-list {
    display: flex;
    justify-content: space-evenly;
}

.cover-right-box .login-type .login-type-list img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.cover-right-box .login-type .login-type-list img.qywx{
	display: none;
}

/* MFA 右边 ====================================*/
.mfa-cover-box .cover-right-box {
	height: 590px;
	padding: 70px 74px 0;
}
.mfa-cover-box .cover-right-box .title {
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	line-height: 24px;
}
.mfa-cover-box .cover-right-box .mobile-logo {
    display: none;
}
/* 错误提示 */
.cover-right-box .mfa-tips {
	padding: 5px 16px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 24px;
}
.cover-right-box .mfa-tips .icon {
	width: 16px;
	height: 16px;
	margin-right:8px;
}
.cover-right-box .mfa-tips .text {
	font-size: 14px;
	line-height: 20px;
}
.cover-right-box .error-tips {
	background: rgba(226,43,75,0.1);
	border-radius: 6px;
	border: 1px solid rgba(226,43,75,0.1);
}
.cover-right-box .error-tips .text {
	color: #E22B4B;
}
.cover-right-box .error-tips .link {
	color: #3A89FF;
	margin-left: 8px;
}
.cover-right-box .wrong-tips {
	background: #FFFFFF rgba(255,150,62,0.1);
	border-radius: 6px;
	border: 1px solid rgba(255,150,62,0.1);
}
.cover-right-box .wrong-tips .text {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.cover-right-box .wrong-tips em {
	margin-left: 8px;
	color: #3A89FF;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.cover-right-box .wrong-tips em .icon {
	margin-right: 2px;
}

/* 倒计时 */
.cover-right-box .count-down-box {
	background: rgba(204,204,204,0.1);
	border-radius: 6px;
	border: 1px solid rgba(204,204,204,0.3);
}

.cover-right-box .count-down-box .text {
	color: #999999;
}
.cover-right-box .count-down-box .text em {
	color: #666666;
}
/* 输入提示 */
.cover-right-box .tips-text {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 24px;
}
/* 输入框 */
.cover-right-box .code-input-box {
	margin-bottom: 32px;
	height: 44px;
	position: relative;
}
.cover-right-box .code-input-box input {
	width: calc(100% - 40px);
	padding: 0 20px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
}
.cover-right-box .code-input-box .clear-btn {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);

	cursor: pointer;
	color: #999999;
	font-size: 16px;
}
.cover-right-box .code-input-box .clear-btn:hover {
	color: #666666;
}
/* 说明 */
.cover-right-box .explain-box {
	padding: 5px 16px;
	background: rgba(204,204,204,0.1);
	border-radius: 6px;
	border: 1px solid rgba(204,204,204,0.3);
	margin-bottom: 24px;
	
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
}
.cover-right-box .explain-box .icon {
	width: 16px;
	height: 16px;
	margin:3px 8px 0px 0px;
}
.cover-right-box .explain-box .text-box {
	display: flex;
	flex-flow: column;
}
.cover-right-box .explain-box .text {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-bottom: 4px;
}
.cover-right-box .explain-box .text:last-child {
	margin-bottom: 0px;
}
.cover-right-box .explain-box .text .link {
	color: #3A89FF;
	cursor: pointer;
}
/* 账号 */
.cover-right-box .account-box {
	margin-bottom: 20px;
	line-height: 24px;
}
.cover-right-box .account-box .text {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}
/* MFA 右边 ====================================*/

.eye-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    cursor: pointer;
}

/* 登录页面弹窗起  */
.infoDialogBg{
    background-color: rgba(0, 0, 0, .4) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.infoDialog{
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.infoDialog .title{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}
.infoDialog .content{
    padding: 16px 0 ;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.infoDialog .footer{
    padding-top: 10px;
    display: flex;
    justify-content: end;
}

.infoDialog .btn{
    width: 100px;
    height: 40px;
    border-radius: 4px;
    background-color: #3A89FF;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.pc_imgShow{
    display: block;
}
.mb_imgShow{
    display: none;
}
/* 登录页面弹窗止  */


/* 小屏幕（手机，小于等于768
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

/* 小屏幕（平板，大于等于768px） */
/* @media (min-width:768px) and (max-width:992px) {
	
} */

/* 中等屏幕（桌面显示器，大于等于992px） */
/* @media (min-width:992px) and (max-width:1200px){

} */
/* 大屏幕（大桌面显示器，大于等于1200px） */
/* @media (min-width:1200px) {

} */

/*手机 小于等于768px */
@media (max-width:1024px) {

    html,
    body {
        min-width: 100%;
        width: 100%;
    }

    .login-wrap {
        height: 100%;
        background: #fff;
        overflow: auto;
    }

    .back-box {
        display: none;
    }

    .cover-box {
        box-shadow: none;
        width: 90%;
        min-height: 65vh;
        height: auto;
        max-width: 375px;
        margin: 4vh auto 2vh auto;
    }

    .cover-left-box {
        display: none;
    }

    .cover-right-box {
        padding: 2% 5% 0% 5%;
        height: auto;
        width: 90%;
    }

    .bind-mfa-cover-box .cover-right-box{
        display: none;
    }
    .mfa-cover-box .cover-mobile-box {
        display: block;
    }
    .mfa-cover-box .cover-right-box {
        padding: 2% 5% 0% 5%;
        height: auto;
    }
    .mfa-cover-box .cover-right-box .mobile-logo {
        display: block;
        margin: 0 auto 8px;
        text-align: center;
    }

    .mfa-cover-box .cover-right-box .title {
        text-align: center;
        margin-bottom: 20px;
    }

    .cover-right-box .title_pc {
        display: none;
    }

    .cover-right-box .title_mb {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #333333;
        line-height: 1;
        display: block;
    }

    .title_mb_type {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .title_mb_first {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        line-height: 28px;
    }

    .title_mb_last {
        font-size: 14px;
        font-weight: 400;
        color: #3A89FF;
        line-height: 20px;
    }

    .cover-right-box .title_mb .title_imgs1 {
        margin-bottom: 10px;
    }

    .cover-right-box .title_mb .title_imgs2 {
        margin-top: 20px;
    }

    .cover-right-box .form-box {
        margin-top: 12px;
    }

    .form-box .input-item {
        width: 100%;
        padding: 0 0%;
        margin-bottom: 12px;
    }

    .form-box .input-item {
        border-left: none;
        border-top: none;
        border-right: none;

    }

    .form-box .code-item input {
        margin-right: 10px;
        width: 56%;
    }

    .form-box .code-item .mark {
        width: 35%;
        text-align: right;
    }

    .form-box input[type="submit"] {
        width: 100%;
        font-size: 15px;
    }

    .form-box .butn_1 {
        width: 100%;
        font-size: 15px;
    }

    .registerTip {
        font-size: 14px;
        color: #666666;
        text-align: center;
        position: relative;
        bottom: 0;
        width: 110%;
        left: 0;
        margin-left: -5%;
        margin-top: 10vw;
    }

    .cover-right-box .desc {
        width: 100%;
        bottom: 6px;
        left: 0;
        text-align: center;
        line-height: 1.2;
        display: none;
    }


    .cover-right-box .login-type {
        margin-top: 40px;
        width: 100%;
        text-align: center;
        position: relative;
        bottom: auto;

    }

    .cover-right-box .login-type .login-type-title {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 14px;
        margin-bottom: 24px;
    }

    .cover-right-box .login-type .login-type-list {
        display: flex;
        justify-content: space-around;
    }

    .cover-right-box .login-type .login-type-list img {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
	.cover-right-box .login-type .login-type-list img.qywx{
		display: block;
	}

    /* 登录页面弹窗起  */
    .infoDialog{
        background-color: unset;
        box-shadow:unset;
    }
    .pc_imgShow{
        display: none;
    }
    .mb_imgShow{
        display: block;
    }
    .mb_btn{
        cursor: pointer;
        opacity: 0;
        background-color: #DC582A;
        position: absolute;
        bottom: 30px;
        left: 10%;
        width: 80%;
        height: 45px;
    }
    /* 登录页面弹窗止  */
}