@charset "utf-8";
html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}
.back{
    width: 100%;
    height: 100%;
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.logo{
    width: 890px;
    height: 88px;
    margin: auto;
    margin-top: 6%;
}
.logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.formBox{
    width: 560px;
    height: 372px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 1px rgba(133,143,151,0.1);
    border-radius: 16px;
    margin: auto;
    margin-top: 6%;
}
.formBox .title{
    font-weight: bold;
    font-size: 36px;
    color: #2E3A42;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.formBox .title a{
    font-size: 24px;
    color: #2E3A42;
    font-weight: normal;
}
.formBox .info{
    overflow: hidden;
    margin-top: 24px;
}
.formBox .info p{
    font-size: 16px;
    color: #858F97;
}
.formBox .info input{
    width: 96%;
    height: 36px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(133,143,151,0.5);
    padding: 10px;
    margin-top: 10px;
}
.formBox .submit{
    width: 96%;
    height: 64px;
    background: #EB4242;
    border-radius: 90px;
    margin: auto;
    border: 0;
    margin-top: 40px;
    display: block;
    font-size: 24px;
    color: #FFFFFF;
}
input:focus {
    outline: none;
}
.footer{
    text-align: center;
    font-size: 16px;
    color: #2E3A42;
    position: absolute;
    bottom: 70px;
    width: 100%;
}

/* 手机端样式 */
.phone-back{
    width: 100%;
    height: 100%;
    background: url("../images/phone-bg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.phone-logo{
    margin-top: 40px;
}
.phone-logo div{
    font-weight: bold;
    font-size: 24px;
    color: #2D3A42;
    line-height: 28px;
    text-align: center;
}
.phone-logo div p{
    color: #8A1E1C;
}

.phone-formBox{
    width: 85%;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.12), 0px 4px 5px 0px rgba(0,0,0,0.08), 0px 1px 10px 0px rgba(0,0,0,0.05);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 50px;
}
.phone-formBox .title{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0,0,0,0.9);
    line-height: 28px;
    margin-bottom: 20px;
}
.phone-formBox .title p{
    width: 24px;
    height: 4px;
    background: #EB4342;
    border-radius: 11px;
    margin: auto;
    margin-top: 2px;
}
.phone-formBox input{
    width: 75.5%;
    padding: 6%;
    margin: auto;
    display: block;
    border: 0;
    margin-top: 23px;
    border-radius: 119px;
}
.phone-formBox .username{
    background: #F5F7FA;
}
.phone-formBox .submit{
    background: #EB4342;
    width: 86.5%;
    padding: 4% 0;
    color: #ffffff;
}
.phone-formBox .previous{
    width: 86.5%;
    padding: 4% 0;
    background: #FFA4A3;
    border-radius: 119px;
    color: #ffffff;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 40px;
}
.phone-detail{
    overflow: hidden;
}
.phone-detail-top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.phone-detail-top p{
    font-weight: bold;
    font-size: 16px;
    color: #2D3A42;
    line-height: 19px;
    text-align: center;
    width: 100%;
    margin-top: 18px;
}
.phone-detail-top img{
    width: 27.2%;
    display: block;
    margin-top: 18px;
}
.phone-detail-form{
    width: 90%;
    margin: auto;
    margin-top: 12px;
    border: 1px solid #E3E3E3;
    line-height: 40px;
}
.phone-detail-form .th{
    display: flex;
    background: #F7F7F7;
    border-bottom: 1px solid #E3E3E3;
}
.phone-detail-form .th .td{
    text-align: center;
    font-weight: bold;
}
.phone-detail-form .tr{
    display: flex;
    background: #FCFCFC;
    line-height: 44px;
    border-bottom: 1px solid #E3E3E3;
}
.phone-detail-form .tr:last-child{
    border: 0;
}
.phone-detail-form .tr .td{
    text-align: center;
}
.width15{
    width: 15%;
}
.width25{
    width: 25%;
}
.width30{
    width: 30%;
}
.width70{
    width: 70%;
}
.width100{
    width: 100%;
}
.form-two .th .td{
    border-right: 1px solid #E3E3E3
}
.form-two .th .td:last-child{
    border: 0;
}
.form-two .tr .td{
    border-right: 1px solid #E3E3E3
}
.form-two .tr .td:last-child{
    border: 0;
}
.form-two .tr{
    background: #ffffff;
}

.phone-footer{
    text-align: center;
    font-size: 10px;
    color: #868686;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 2%;
}