﻿.loginwarpper {
    width: 100%;
    height: 100%;
    /* position: fixed; */
    display: flex;
    flex-direction: column;
    background: url(../image/login-bg.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.loginheaders {
    width: 100%;
    height: 80px;
    background: rgb(255, 255, 255, 0.4);
}

.loginmain {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: red; */
}

.hcontainer {
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.navbar-header {
    display: flex;
    align-self: center;
}

.tabmain {
    width: 500px;
    height: auto;
    border-radius: 20px;
    background: rgb(255, 255, 255, 0.72);
}

.main-80 {
    margin: 0px 80px 20px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* background: brown; */
}

.redistab {
    border-bottom: 1px solid #999999;
    height: 61px;
    line-height: 60px;
    padding: 0 0 0px 0;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.redistab .zhuanyeas {
    cursor: pointer;
    background: none;
    list-style-type: none;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    /* margin-bottom: 20px; */
    margin: 0 20px;
}

.zhuanyeactive {
    border-bottom: 2px solid #BC261A;
    color: #BC261A !important;
}

.Producttabcontent {
    flex: 1;
}

.logins {
    display: none;
}

.input {
    width: 340px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin-bottom: 16px;
    display: flex;
}

.inputsex {
    width: 340px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin-bottom: 16px;
    line-height: 40px;
    display: flex;
    text-indent: 1em;
}

input {
    border: none !important;
    outline: none;
}

label {
    margin-bottom: 0 !important;
    width: 23%;
}

.sexwidth {
    flex: 1;
    text-align: center;
}

.sexwidth input {
    /* width: 20%; */
}

.inputs {
    border-radius: 4px;
    /* width: 100%; */
    flex: 1;
    height: 100%;
    text-indent: 1em;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.sexspan {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: gray;
}

.button {
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #BC261A;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}

.forget {
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.code {
    width: 82px;
    height: 38px;
    background: red;
}

#cover {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height: 100%;
    display: none;
    z-Index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
}

#modal {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    cursor: pointer;
    z-Index: 9999;
    width: 500px;
    height: 320px;
    margin-left: -250px;
    margin-top: -160px;
    background: #FFFFFF;
    border-radius: 20px;
}

#modal2 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    cursor: pointer;
    z-Index: 9999;
    width: 500px;
    height: 320px;
    margin-left: -250px;
    margin-top: -160px;
    background: #FFFFFF;
    border-radius: 20px;
}

.motitle {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}

.motitle p {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #BC261A;
}

.motitle span {
    text-align: right;
    font-size: 30px;
    /* margin-right: 20px;
    margin-top: -5px; */
    position: absolute;
    right: 10px;
    top: -3px;
}

.momain {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lofooter {
    width: 100%;
    /* height: 30px; */
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 15px;
}
.sms_btn{
    border-radius: 4px;
    font-size: 12px;
}
.sms_btn:hover{
}
.sms_yes{
    background: #BC261A;
    color: #fff;
}
.sms_no{
    background: #ccc;
    color: red;
}