body {
    background-color: #314B96;
}

.showBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 130px;
}
.wordBox{
    margin-left: 120px;
}
.wordBox h1 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
}
.yzhBgc {
    position: absolute;
}
.words {
    margin-top: 19px;
}

.words p {
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 4px;
    margin-top: 5px;
}

.word1,
.word2 {
    font-size: 21px;
    color: #fff;
    letter-spacing: 6px;
}

.word2 {
    margin-left: 20px;
}

.word3 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 15px;
    margin-left: 10px;
    color: #fff;
}

.comeIn {
    width: 147px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #667ab1;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.comeIn a{
    color: #fff;
}
.comeIn:hover {
    background-color: #004092;
}

/* 登录框 */
.ewmPng {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
}

.logBox {
    position: relative;
    display: block;
}

/* .logBox1 {
    display: none;
} */

.phoneLogin {
    font-size: 20px;
    font-weight: 600;
    color: #010101;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 2px;
}
    
.loginBox {
     position: relative;
     margin-left: 160px;
    width: 303px;
    height: 360px;
    border-radius: 21px;
    background-color: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
}
/* .loginBox1 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0px;
    width: 350px;
    height: 270px;
    margin:auto;
    
} */
.logC  p {
    width: 100%;
    height: 40px;
    background-color: #314B96;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.lgD img {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 15px;
    height: 17px;
}

.lgD input {
    width: 100%;
    height: 42px;
    font-size: 15px;
    border-color: transparent transparent #ccc transparent;
    padding-left: 35px;
}

.lgD,
.rememberCode {
    width: 85%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}
.rememberCode label{
    width: 80px;
    display: flex;
    align-items: center;
}
.rememberCode span{
    margin-left: 7px;
    font-size: 12px;
}
.logC {
    width: 85%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.getCode {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 35px;
    background: #314b96;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.registerNumber {
    color: #314B96;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

/* 二维码
.ewmPng{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
}
.logBox{
    position: relative;
    display: block;
}
.ewmModel{
    display: none;
}
.ewmModel p{
    text-align: center;
    color: #494545;
    font-size: 16px;
}
.ewmApp{
    text-align: center;
    margin-top: 15px;
}
.ewmApp img{
    width: 162px;
    height: 162px;
    vertical-align: middle;
}
.help{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    color: #353535;
    font-size: 15px;
} */

/* 遮罩层 */
#bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    border-radius: 21px;
    padding: 0 20px;
}

#close {
    margin-top: 20px;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.inputBox {
    display: flex;
    justify-content: space-around;
}
.inputBox input{
    display: block;
    width: 50%;
    padding-left: 10px;
}
.inputBox img{
    width: 35%;
}
.change,
.sure {
    width: 100px;
    height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 30px;
}

.change {
    background-color: red;
}

.sure {
    background-color: green;
    margin-left: 30px;
}

.btnBox {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.iptBigBox {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

/* 登录的遮罩层 */
#bgLogin {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    /* margin: auto; */
}
.marginTop{
    margin-top: 30px!important;
}
#loginClose{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    font-size: 30px;
    color: #ccc;
}
#loginClose:hover{
    color: #000;
    font-weight: 400;
}
.mTop{
    margin-top: 12px;
}