﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    font-family: harmonyos_sansregular;
}
body {
    box-sizing: border-box;
    background-image: url(../../images/tsyl/loginPageBkg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /* min-width: 1290px; */
}
body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(80, 135, 236, 0.49);
    z-index: -1;
}
header {
    display: flex;
    padding: 0 25px;
    height: 100px;
    align-items: center;
    overflow: hidden;
    padding-top: 15px;
    z-index: 1;
}

header img {
    max-height: 100px;
}
header h1 {
    height: 100px;
    line-height: 130px;
    padding: 0 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 38px;
    font-style: italic;
}
footer {
    font-size: 14px;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}
footer img{
 	width:45px;
 	margin-right: 5px;
}
footer .fontText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main {
    background-color: transparent;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: auto;
}
.hintBox {
    background-color: rgba(255, 255, 255, 0.56);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 110px 26px;;
}
.hintBox h3 {
    color: rgba(36, 152, 175, 0.9);
    font-size: 32px;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: 700;
}
.hintBox .hintBox-row {
    color: rgba(79, 79, 79, 0.8);
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
    width: 570px;
    color: #333;
}
.hintBox .hintBox-row::before {
    content: "·";
    font-size: 50px;
    color: rgba(36, 152, 175, 0.7);
    line-height: 20px;
    position: absolute;
    left: 12px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 48);
    display: flex;
    justify-content: center;
    /* top: 12px; */
}
/* .hintBox .hintBox-row:nth-child(7)::before {
    content: "·";
    top: 2px;
} */
     .hintTopInit::before {
         content: "·";
         top: 12px !important;
     }
     .hintBox .hintBox-row::after {
         content: "";
         position: absolute;
         top: 12px;
         left: 21px;
         width: 0px;
         height: 65px;
         border-left: 1px dashed rgba(36, 152, 175, 0.18);
     }
     .hintBox .hintBox-row:nth-child(7)::after {
         content: "";
         display: none;
     }
     .hintBox .hintBox-row:nth-child(2)::after {
         content: "";
         height: 52px;
         top: 22px;
     }
     .hintBox .hintBox-row span {
         color: #5e88ee;
         cursor: pointer;
     }
     .loginBoxWrap {
         width: calc(837px * 0.9);
         min-height: calc(512px * 0.9);
         position: absolute;
         left: 45%;
         top: 50%;
         transform: translate(0, -50%);
         display: flex;
         border-radius: 20px;
         background: rgba(255, 255, 255, 0.9);
     }
     .loginBoxWrap .loginBoxWrap-left {
         flex: 1;
         border-right: 1px solid rgba(231, 231, 234, 1);
     }
     .loginBoxWrap-left {
         padding: 40px 30px 20px;
     }
     .loginBoxWrap-left h3 {
         color: rgba(36, 152, 175, 1);
         font-size: 22px;
         font-weight: 700;
         text-align: center;
     }
     .imgWrap {
         width: 240px;
         height: 246px;
         border-radius: 20px;
         border: 0;
padding: 0;
margin: 0;
margin-top: 30px;
margin-left: 10px;
     }
     .loginBoxWrap-left .imgWrap {
         width: 240px;
         height: 246px;
         border-radius: 20px;
         border: 0;
padding: 0;
margin: 0;
margin-top: 30px;
margin-left: 10px;
position: relative;
     }
     .imgWrap img {
         width: 100%;
         height: 100%;
     }
     .loginBoxWrap-left p {
         color: rgba(79, 79, 79, 1);
         font-size: 18px;
         margin-top: 18px;
         text-align: center;
         font-weight: 600;
     }
     .loginBox {
         box-sizing: border-box;
         width: 50%;
         /* min-height: calc(504px * 0.9); */
    /* flex: 1; */
    padding: 40px 30px 20px;
}
.loginBox .errorHint {
    min-height: 34px;
    padding: 5px 20px 0px;
    color: rgba(249, 5, 5, 1);
}
.loginBox .selLoginMode {
    display: flex;
    justify-content: space-between;
    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 22px;
    color: rgb(79, 79, 79);
    padding: 0 20px;
}
.loginBox .selLoginMode div {
    padding: 0 5px 10px;
    cursor: pointer;
}
.loginBox .action {
    font-weight: 700;
    color: rgba(36, 152, 175, 1);
    border-bottom: 2px solid rgba(36, 152, 175, 1);
}
.loginBox .selLoginMode span {
    width: 1px;
    height: 30px;
    border-left: 1px solid #67b7c9;
}
.loginBox .layui-form {
    padding: 0 5px;
    margin-top: 5px;
}
.loginBox .layui-form .layui-form-item .layui-input-block {
    margin-left: 0;
    text-align: center;
    position: relative;
}
.loginBox .layui-form .layui-form-item .layui-input-block .hint {
    font-size: 12px;
    color: #ef392b;
    text-align: left;
    position: absolute;
    padding-left: 5px;
    line-height: 12px;
    display: none;
}
.loginBox .layui-form .layui-form-item .layui-input-block .layui-icon {
    color: #bebebe;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.loginBox .layui-form .layui-form-item .layui-input-block #iconShowView {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.loginBox .layui-form .layui-form-item .layui-input-block #iconHiddenView {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.msIcon{
    width: 16px;
    transform: rotate(90deg) !important;
    margin-top: -8px;
}
.loginBox .layui-form .yzmInput {
    padding-right: 100px;
}
.loginBox .layui-form .yzmInput-box .yzm {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 85px;
    height: 34px;
    cursor: pointer;
}
.loginBox .layui-form .layui-form-item .layui-input-block .layui-btn {
    height: 44px;
    width: 100%;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    border: 0;
    background: linear-gradient(180deg, rgba(36, 152, 152, 0.67) 0%, rgba(36, 152, 175, 1) 100%);
}
.loginBox .layui-form .layui-form-item .layui-input-block .layui-input {
    border: 1px solid rgb(187, 187, 187);
    border-radius: 5px;
    height: 44px;
    padding-left: 30px;
}
.forgetPassword {
    text-align: right;
    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 14px;
    color: rgb(108, 108, 108);
    margin-bottom: 20px;
    cursor: pointer;
}
.otherMethods {
    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(36, 152, 175, 1);
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}
.selMethods {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.selMethods .methods-item-Box {
    width: 180px;
    height: 34px;
    line-height: 20px;
    border-radius: 55px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(187, 187, 187, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(79, 79, 79, 1);
    font-size: 18px;
    margin-left: 7px;
}

.selMethods .methods-item-Box img {
    width: 26px;
    height: 26px;
}
#fm2 .sendBox {
    position: relative;
}
#fm2 .sendBox .layui-input {
    padding-right: 160px;
}
#fm2 .sendBox .sendAuth {
    width: unset;
    height: unset;
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 14px;
}
.qqImg {
    /* width: 260px;
    height: 260px; */
    margin-left: 28px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.loginHint1,
.loginHint2 {
    color: rgba(36, 152, 175, 1);
    font-size: 20px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    position: relative;
    margin-top: 3px;
}
.loginHint1 span,
.loginHint2 span {
    position: absolute;
    left: 0;
    color: #888;
    cursor: pointer;
}
  body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(80, 135, 236, 0.49);
    z-index: -1;
}
header {
    display: flex;
    padding: 0 25px;
    height: 100px;
    align-items: center;
    overflow: hidden;
    padding-top: 15px;
    z-index: 1;
}

header img {
    max-height: 100px;
}
header h1 {
    height: 100px;
    line-height: 130px;
    padding: 0 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 38px;
    font-style: italic;
}
footer {
    font-size: 14px;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}
footer .fontText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .fontText p{
    text-align: center;
}
#login_container{
	overflow: hidden;
    height: 220px;
    width: 260px;
}
.imgWrap:after{
	content:'使用微信扫一扫登录';
	position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    padding-left: 28px;
    font-size: 16px;
    color: #4F4F4F;
}