.logo{
    padding-top: 20px;
    padding-left: 20px;
}
.bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/image/register/dlzc.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 22;
}
.content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 80px;
}
.box{
    height: 574px;
    width: 1054px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px -1px #fafafa;
    background: #fff;
    z-index: 33;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.box img{
    display: block;
    margin: -7px 0px -13px -12px;
}
.box .form-body{
    height: 574px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.form-content{
    width: 370px;
}
.form-content .input{
    width: 100%;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
}
.form-content .anniu{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.input img{
    position: absolute;
    top: 15px;
    left: 22px;
}
.input input{
    position: absolute;
    border: 0px;
    top: 5px;
    left: 40px;
    height: 30px;
    width: 320px;
    border-left: 1px solid #e2e2e2;
}
.pay{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.pay-amount{
    width: 120px;
    height: 36px;
    border: 1px solid #dddddd;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.selected{
    border: 1px solid #1c77f8;
    position: relative;
    transition: all 0.5s ease;
}
.selected::after{
    content: '✓';
    display: block;
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    border: 13px solid;
    border-color: transparent #1c77f8 #1c77f8 transparent;
}
.about{
    width: 120px;
    height: 36px;
    color: #1c77f8;
    display: flex;
    flex-direction: row;
    margin-right: 15px;
}
.about:hover{
    color: #1c77f8;
}
.about .layui-icon{
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 8px;
    font-size: 18px;
    color: #1c77f8;
}
.about span{
    display: block;
    height: 36px;
    line-height: 36px;
}

.btn{
    width: 100%;
    line-height: 40px;
    height: 100%;
    background: #1c77f8;
    text-align: center;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}
.getCode{
    height: 40px;
    line-height: 40px;
    width: 100px;
    background: #1c77f8;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: -120px;
    top: -1px;
    font-size: 12px;
}
.loseCode{
    width: 108px;
    color: #D0D0D0;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    right: -120px;
    top: -1px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.success{
    height: 400px;
    width: 400px;
    box-shadow: 0 0 40px #eeeeee;
}
.success p{
    display: block;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.zcwc{
    display: block;
    width: 84px;
    height: 84px;
    margin: 50px auto 10px auto !important;
}
.tip{
    font-size: 17px;
    width: 100%;
    text-align: center;
    color: black;
    margin-top: 10px;
    opacity: 0.6;
    margin-bottom: 5px;
}
.success .data{
    width: 100%;
    text-align: left;
    text-indent: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.success .left{
    color: #999999;
    font-size: 16px;
}
.start-use{
    display: block;
    width: 113px;
    height: 32px;
    margin: 10px auto !important;
}
.host{
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
    color: #1c77f8;
    letter-spacing: 1px;
}
