body{
    margin: 0;
    padding: 0;
}
.modal_content{
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.modal_content>div{
    margin-bottom: 20px;
}
.modal_content>h5:first-child{
    margin:30px 0;
}
.modal_content1{
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 85%;
}
.modal_content1>div{
    margin-bottom: 20px;
}
.modal_content1>h5:first-child{
    margin:30px 0;
}
#dialog label{
    color: #666;
}
#name2{
    display: block;
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0,0,0,.2);
    outline:none;
    font-size: 16px;
    border-radius: 0;
    padding-left: 10px;
}
#phone1{
    display: block;
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0,0,0,.2);
    outline:none;
    font-size: 16px;
    border-radius: 0;
    padding-left: 10px;
}
#phone{
    display: block;
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0,0,0,.2);
    outline:none;
    font-size: 16px;
    border-radius: 0;
    padding-left: 10px;
}
#name{
    display: block;
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0,0,0,.2);
    outline:none;
    font-size: 16px;
    border-radius: 0;
    padding-left: 10px;
}
.phoneHeader{
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #212e4e;
    line-height: 33px;
}
.code1{
    display: flex;
    flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    width: 102%;
    height: 45px;
    background: none;
    font-size: 16px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
}
#code2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 103%;
    height: 45px;
    background: none;
    font-size: 16px;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 0;
    padding-left: 10px;
}
#code1{
    width: calc(100% - 90px);
    height: 45px;
    background: none;
    padding-top: 20px;
    padding-left: 10px;
    border: 0;
    outline:none;
    margin-top: -20px;
    font-size: 16px;
}
#btnSendCode1{
    width: 90px;
    height: 45px;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    background: transparent;
    border: 0;
    color: #a07941;
}
#btnSendCode2{
    width: 90px;
    height: 45px;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    background: transparent;
    border: 0;
    color: #a07941;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
    color:   rgba(0,0,0,.4);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color:   rgba(0,0,0,.4);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
    color:  rgba(0,0,0,.4);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
    color:   rgba(0,0,0,.4);
}
.next{
    text-align: center;
    margin: 20px 0;
}
.next button{
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0 0 0 5px;
    background: #2554ff;
    color: #fff;
    border: 0;
    outline:none;
    border-radius: 21px;

}
.next span{
    font-size: 16px;
    font-weight: 400;
    color: #F05869;
    line-height: 14px;
    padding-top: 17px;
}
.layui-layer{
    border-radius: 8px!important;
}
.inputInfo,.layui-input{
    border-radius: 26px!important;
    width: 330px;
}
.modal_content1 .tc_title{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #212e4e;
    line-height: 30px;
    margin-bottom: 8px;
    display: inline-block;
}
.success{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.success div:nth-child(1){
    margin-top: 186px;
}
.success div:nth-child(2){
    margin-top: 38px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #212e4e;
    line-height: 33px;
}
.success div:nth-child(3){
    margin-top: 29px;
    width: 308px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #424752;
    line-height: 27px;
}