#box table tr{height: 70px;}
#box .layui-layer-content{
    background: #fff;
}
#box .register-from-pointer {
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 17px;
}
#box .register-left-text {
    text-align: left;
    padding: 40px 40px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    float: left;
    background-color: #f3f5f9;
    height: 350px;
}
#box .register-left-text .title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    margin-bottom: 3px;
}
#box .register-left-text .register-left-content {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#box .register-left-text .content-img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
#box .register-left-text .text-item {
    max-width: 265px;
}
#box .register-left-text .text-item .item-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1;
}
#box .register-left-text .text-item .item-dec {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
}
#box .register-right-form {
    padding: 30px 45px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    height: 390px;
}
#box .el-form-item {
    margin-bottom: 22px;
}
#box .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
#box .register-right-form .el-input {
    width: 310px;
    height: 46px;
}
#box .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
#box .register-right-form .submit-from-item {
    margin-bottom: 0;
}
#box .register-right-form .el-button--primary {
    width: 310px;
    height: 42px;
    background: #4C6AFF;
    font-size: 16px;
    font-weight: 400;
    border: 0px solid #4C6AFF;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}
#box .btn {
    line-height: 35px;
    box-sizing: border-box;
    width: 314px;
    height: 37px;
    border: 1px solid #333333;
    text-align: center;
    color: #333333;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 24px;
}
#box .book_success {
    width: 500px;
    position: fixed;
    top: 30%;
    z-index: 1111;
    left: 36%;
    border: 1px solid #999;
    display: none;
}
#box .book_success .guanbi {
    position: absolute;
    top: 0px;
    right: 0px;
}
#box .book_success>img {
    width: 100%;
}
.err111{
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #ff0101;
    line-height: 150%;
}
@media screen and (max-width: 1200px){
    #box .register-from-pointer{
        display: none;
    }
    #box .register-left-text{
        display: none;
    }
    #box .register-right-form .el-input{
        width: 100%;
    }
    #box .register-right-form .el-button--primary{
        width: 100%;
    }
    #box .btn{
        width: 100%;
    }
    .layui-layer-title{
        overflow: hidden;
    }
    #book #modal-form-wrap.modal-form-wrap form .form-item .form-item-box .form-item-input input{
        color: #000;
    }
}