.choose{
    margin-top:.9rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.choose div{
    flex: 1;
    position: relative;
    border-radius: 10px;
}
.choose-h-t{
    width: 50%;
    height: 25%;
    background-color: orange;
    top:35%;
    left: 50%;
    transform: translate(-50%,-40%);
    padding-top: 5%;
    border-radius: 10;
    overflow: hidden;
}
.choose-h-t img{
    display: block;
    margin: 0 auto;
    width: 30%;
}
.choose-h-t p{
    margin-top:20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center; 
}
.choose-h-t a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}
input::-webkit-input-placeholder {
    /* placeholder颜色  */
color: #aab2bd;
}
.btn_box {
    margin: 30px 25px 0;
}
.full-width {
    width: 100%;
    box-sizing: border-box;
}
.btn-primary {
    background-color: #ff9a14;
    color: #fff;
    border: 0 none;
    line-height: 44px;
    height: 44px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    box-sizing: border-box;
}
.reg_other {
    position: absolute;
    right: 0;
    left: 0;
    padding: 30px 0 15px;
    text-align: center;
}
.text_agreement {
    display: block;
    padding: 10px 15px 5px;
    font-size: 13px;
    text-align: center;
    color: #999;
}
.text_agreement a {
    color: #099fde;
}
.mask {
    position: fixed;
    content: '';
    z-index: 998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}
.mask-register{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}
.mask-register .register-hd {
    height: 48px;
    border-bottom: 1px solid #ececec;
}
.mask-register .register-hd h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 48px;
}
.mask-register .register-bd {
    max-height: 380px;
    overflow-y: scroll;
    font-size: 15px;
    padding: 20px 15px;
    box-sizing: border-box;
}
.mask-register .register-bd p {
    margin-bottom: 12px;
    line-height: 1.7;
    text-align: justify;
}
.mask-register .register-ft {
    height: 44px;
    box-shadow: 0 -1px 0 #e0e0e0;
}
.mask-register .register-ft button.btn-disagree {
    background: #fff;
    color: #666;
}
.register-bd a{
    color: #2577e3;
}
.mask-register .register-ft button {
    display: inline-block;
    width: 50%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
}
.mask-register .register-ft button.btn-agree {
    background: #ff9913;
    color: #fff;
}

.mask-register .register-ft button {
    display: inline-block;
    width: 50%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    border: 0;
    outline: none;
}
.btn-primary:active{
    background-color: #ff9a14;
}
.success {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.success img{
    margin: 0 auto;
}
.success p:nth-child(2){
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
}
.success p:nth-child(3){
    font-size: 14px;
}
.success p>a{
    color: #0088CC;
}