html,body{
    margin: 0;
}
a{
    text-decoration: none;
}
.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: 375px;
    height: 812px;
    overflow: hidden;
}



.group1 {
    width: 100%;
}

.group2 {
    background-color: rgba(66, 158, 253, 0.1);
    height: 36px;
    width: 100%;
}

.word2 {
    width: 168px;
    height: 14px;
    overflow-wrap: break-word;
    color: rgba(66, 158, 253, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 14px;
    display: block;
    margin: 11px 0 0 30px;
}

.word3 {
    width: 96px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(17, 17, 17, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    display: block;
    margin: 29px 0 0 30px;
}

.ImageText1 {
    margin: 50px 0 0 0;
    width: 80%;
    margin-left: 10%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.outer1 {

    float: left;
    width: 10%;
}
.outer1 img{
    margin-top: 5px;
    width: 21px;
    height: 20px;
}

.TextGroup1 {
    float: left;
    width: 90%;
}

.txt3 {
    width: 100%;
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    display: block;
}

.group3 {
   width: 80%;
    margin: 41px 0 0 10%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.ImageText2 {
    float: left;
    width: 40%;

}

.mod2 {
    float: left;
    width: 10%;

}
.mod2 img{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.TextGroup2 {
    float: left;
    width: 50%;
}

.word4 {
    width:100%;
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    display: block;
}

.info1 {
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(66, 158, 253, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    text-align: right;
    white-space: nowrap;
    line-height: 30px;
    display: block;
    float: left;
    width: 40%;
}

.group4 {
    height: 46px;
    background: url('../img/back_btn.png') no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-top: 80px;
    width: 80%;
}

.word5 {
    width: 36px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Medium;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    display: block;
    margin: 14px 0 0 140px;
}
input{
    border: 0;
    outline:none;
}
