body {
    margin: 0;
    padding: 0;
}

@keyframes post-list-row {
    0% {
        opacity: 0;
        width: 100%;
        -webkit-transform: translateY(685px);
        transform: translateY(685px);
    }
    100% {
        opacity: 1;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#mobile-login  {
    height: 100%;
    position: relative;
    background-color: #f5f5f5;
    color: rgb(39,43,47);
    background: url(../../images/mobile/bg.png) no-repeat bottom center;
    background-size: cover;
}

#mobile-login input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
#mobile-login input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 14px;
}
#mobile-login input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 14px;
}
#mobile-login input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 14px;
}

#mobile-login .post-list-row{
    animation: post-list-row .9s;
    -webkit-animation: post-list-row .9s;
}

#mobile-login .wrapper1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    /* background-color: #fff; */
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 96%; */
    padding: 8%;
    padding-top: 0;
}

#mobile-login .wrapper2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 130px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#mobile-login .bg2 {
    /* flex: auto; */
    height:60%;
    background: url(../../images/mobile/bg.png) no-repeat 22% 30%;
    background-size: cover;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#mobile-login .message_login {
    /* width: 100%; */
    /* height: 100%; */
    /* display: flex; */
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* + */
    /* padding: 107px 0 60px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#mobile-login .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#mobile-login .logo img{
    /* width:70% */
    /* width:19.5rem; */
    width: 100%;
}
/* + */
#mobile-login .title {
    color: white;
    text-align: center;
    /* text-shadow: 2px 2px 2px #9b9b9b; */
    /* padding: 10px; */
    /* margin: 10px 0px; */
}
#mobile-login .title .sms_prompt{
    /* margin: 10px 0px; */
    color: white;
    text-align: center;
    text-shadow: 2px 2px 2px #9b9b9b;
    padding: 20px 0 0px;
}

#mobile-login .title .sms_prompt1{
    display: none !important; //去除统一身份认证
margin: 10px 0px;
    font-size: 20px;
    font-weight: 700;
}
#mobile-login .title h4{
    margin: 10px 0px;
    height: 22.5px;
    font-size: 14px;
}
#mobile-login .login {
    max-width: 320px;
    min-width: 320px;
    /* width: 100%; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#mobile-login .username,
#mobile-login .password,
#mobile-login .validatecode {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobile-login .username,
#mobile-login .password {
    position: relative;

    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
}
#mobile-login .username{
    margin-bottom: 35px;

}
#mobile-login  .input-container{
    flex: 1;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 26px;
    padding: 0 16px;
    margin: 18px 0 0;
    display: flex;
    align-items: center;
    background-color: rgb(211, 231, 251);
    /* box-sizing: border-box; */
}
#mobile-login  .input-container-primary{
    background: rgb(11, 93, 190);
    border: none;
    margin: 14px 0px;
    /* width: 100%; */
}
#mobile-login  .input-container-primary .primary{
    background-color: rgb(11, 93, 190);
    border-color: rgb(11, 93, 190);
}
#mobile-login  .input-container-default{
    background: #fff;
    border: none;
    margin: 14px 0px;
}
#mobile-login  .input-container-default .primary{
    background-color: #fff;
    border-color: #fff;
    color: #000;
    /* height: auto; */
}
#mobile-login  .input-container input  {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    height: auto;
    padding: 0;
    /* color: rgb(132,145,160); */
}
#mobile-login input:-internal-autofill-previewed,
#mobile-login input:-internal-autofill-selected {
    -webkit-text-fill-color: rgb(39,43,47) !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
#mobile-login input::placeholder{
    color:rgb(132,145,160)
}

#mobile-login  .input-container span {
    text-wrap: nowrap;
    font-size: 18px;
    white-space: nowrap;
    color: rgb(39,43,47);
    /* width: 22px; */
}

#mobile-login   .input-container   .phone_split {
    margin: 0 10px;
    color: rgb(132,145,160);
}

#mobile-login .validatecode {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
}

#mobile-login .user_icon {
    background: url(../../images/mobile/user.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
}

#mobile-login .password {
    /* position: relative; */
    /* padding-bottom: 12px; */
    /* border-bottom: 2px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}
#mobile-login   .verify {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 30px; */
    width: 100%;
}
#mobile-login .psd_icon {
    background: url(../../images/mobile/yanjing.png) no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 0px;
}

#mobile-login .psd_icon2 {
    background: url(../../images/mobile/yanjing2.png) no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 0px;
}

#mobile-login .login input[type="text"],
#mobile-login input[type="password"] {
    /* width: 100%; */
    /* border: none; */
    /* color: #fff; */
    /* font-size: 12px; */
    /* font-size: 14px; */
    /* background: transparent; */
    /* outline: none; */
    padding-right: 20px;
    margin: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    color: rgb(39,43,47);
    flex: 1;
}

#mobile-login .remark {
    width: 320px;
    margin-top: 12px;

    /* 20 */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
    /*justify-content: space-between;*/
}

#mobile-login .automatic_login {
    display: flex;
    align-items: center;
}

#mobile-login .automatic_login span {
    font-size: 12px;
    color: #fff;
}

#mobile-login .forget span {
    font-size: 12px;
    color: #fff;
}

#mobile-login .login_btn {
    width: 320px;
    margin-top: 30px;
    /* height: 44px; */
}

#mobile-login .login_btn > button {
    width: 100%;
    height: 44px;
    font-size: 16px ;
    color: #fff;
    background-color: #1190db;
    border: none;
    border-radius: 4px;
}

#mobile-login .footer {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 130px; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* overflow: hidden; */
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    /* background-color: #fff; */
}

#mobile-login .login_type {
    /* display: flex; */
    /* color: #666666; */
    /* font-size: 12px; */
}

#mobile-login .login1 {
    /* margin-right: 20px; */
}

#mobile-login .login2 {
    padding-right: 10px;
}
#mobile-login .login3 {
    /* padding-left: 20px; */
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

#mobile-login .contain {
    display: flex;
    justify-content: center;
    margin-bottom: 66px;
    /* height: 280px; */
    margin-top: 36px;
}
.contain-first{
    margin-top: 61px;
}
.contained{
    margin-top: 36px;
}

#mobile-login .centre {
    width: 325px;
}

#mobile-login .mimi_title {
    font-size: 20px;
    /* color: #333; */
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
    /* + */
}

#mobile-login .face {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

#mobile-login .face img {
    width: 74px;
    height: 74px;
}

#mobile-login .face_id {
    margin-left: 26px;
}

#mobile-login .centre_title span {
    font-size: 12px;
    /* color: #dd2f2f; */
    color: #fff;
    font-family: Microsoft YaHei-Regular;
}

#mobile-login .centre_input {
    position: relative;
    border-bottom: 2px solid #ccc;
    margin-top: 39px;
}

#mobile-login .centre_input > input {
    color: #fff;

    width: 100%;
    border: none;
    font-size: 14px;
    margin-bottom: 12px;
    background:none;
    outline: 0;
}

#mobile-login .inp1::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
#mobile-login .centre_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    /* background: url(../../images/mobile/use_black.png); */
    background:url(../../images/mobile/user.png) no-repeat;
    right: 0px;
    top: 0px;
}

#mobile-login .bg img {
    width: 100%;
}

#mobile-login .center_btn {
    width: 320px;
    margin-top: 65px;
}

#mobile-login .center_btn > button {
    width: 100%;
    /* height: 44px; */
    border: none;
    height: 4.4rem;
    /* font-size: 16px; */
    color: #fff;
    background-color: #1190db;
    border-radius: 4px;
}

#mobile-login .box_none {
    display: none !important;
}

/* 使用协议字体颜色 */
#mobile-login .protocol_radio a{
    color:#fff
}

.secentIndentity-mobile{

    /*background: url(../../images/mobile/bg.jpg) no-repeat bottom center;*/
}
.secentIndentity-mobile-content{
    padding:0 35px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 50%;
}
.secentIndentity-mobile .secentIndentity-tip-mobile{
    font: 16px/28px "";
    text-align: left;
    color: rgb(222,225,226);
}
.secentIndentity-tip-mobile-title{
    font: 26px/52px "";
    color: #fff;
}
.primary {
    background-color: #1190DB;
    border-color: #1190DB;
}
.secentIndentity-tip-mobile-phone,.secentIndentity-tip-mobile-code{
    height: 48px;
    border: 1px solid #fff;
    border-radius: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;

}
.secentIndentity-tip-mobile-code{
    margin-top: 20px !important;
}
.secentIndentity-tip-mobile-phone img,.secentIndentity-tip-mobile-code img{
    margin: 20px;
}
.secentIndentity-tip-mobile-phoneNum,.secentIndentity-tip-mobile-codeNum{
    background: transparent;
    color: #fff;
    border: none;
}
.secentIndentity-getCode{
    height:48px;
    border-radius: 32px;
    width: 100%;
    color:#fff;
    border: unset;
    text-align: center;
    font-size: 16px;
}
.automatic_login span{
    margin-left: 9px;
}
.automatic_login input[type=checkbox], input[type=radio]{
    margin: 0;
}
.sendMsg-mobile{
    font-size: 14px;
    /* margin-bottom: 10px; */
    width: 100px;
    height: 42px;
    border: none;
    color: white;
    border-radius: 38px;
    background: rgb(111, 140, 170);
    margin-left: 6px;
    margin-top: 18px;
}
#mobile-login .foot{
    color: white;
    text-align: center;
    text-shadow: 3px 3px 3px #5b5b5b;
    font-weight: 700;
    font-size: 22px;
    white-space: nowrap;
}
#mobile-login .protocol {
    /* height: 96%; */
    padding: 10% 8%;
    height: 100%;
}

#mobile-login .protocolDiv {
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    padding-right: 8px;
    background:#fff
}
.protocol .prompt {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.protocol_content {
    font-size: 14px;
    line-height: 26px;
    height: calc(100% - 25px);
    overflow: auto;
    padding-right: 12px;
}
.pswform{
    height: 96%;
    padding: 8%;
}
.pswform  form .login{
    min-width:  auto !important;
    max-width: auto !important;
    width: 100%;
    padding-top: 10px;
    /* margin-top: 38px !important; */
}
@media screen and (min-width: 750px) {
    #mobile-login .wrapper1{
        padding:2%
    }
    .pswform {
        height: auto;
        padding: 8%;
        display: flex;
        justify-content: center;
    }
}
.pswform  form .login .input-container{
    width:100%;
    margin-top: 48px !important;
}
.pswform_content {
    margin-top: 15px;
    background: white;
    border-radius: 20px;
    padding: 30px;
}


.pswform .prompt {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.pswform .illustrate {
    font-size: 10px;
}

.pswform button {
    width: 100%;
    color: white;
    border: none;
    height: 42px;
    font-size: 18px;
    border-radius: 20px;
    background: rgb(11, 93, 190);
    margin-top: 20px;
}

.pswform input {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
}
#mobile-login .protocol>img {
    width: 26px;
    position: fixed;
    top: 10px;
    left: 10px;
}

.pswform_input {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin: 5px 0px;
}

.pswform_input div {
    white-space: nowrap;
}

#psw1img1,
#psw1img2,
#psw2img1,
#psw2img2 {
    width: 20px;
    margin-right: 10px;
}
.pswform_input .phone_split{
    margin: 10px;
    color: rgb(132,145,160);
}