/* 预约功能-- start */
#yuyue_pop .popup-body {
    background-repeat: no-repeat;
    height: 502px;
    width: 717px;
    margin-left: -305px;
    background-position: 0 0;
}
#yuyue_pop .alertCnt {
    padding-top: 40px;
}
#yuyue_pop .sysBox {
    margin: 20px 0 40px;
    text-align: center;
    overflow: hidden;
}

#yuyue_pop .sysBox * {
    font-size: 18px;
    vertical-align: middle;
}

#yuyue_pop .radio {
    display: inline-block;
    cursor: pointer;
}

#yuyue_pop .android {
    margin-left: 40px;
}

#yuyue_pop .ios::before,
#yuyue_pop .android::before {
    content: "";
    display: inline-block;
    width: 59px;
    height: 59px;
    background-image: url("../img/yuyue.png");
    background-position: 0 -790px;
    position: absolute;
    top: -2px;
}

#yuyue_pop .ios::before {
    left: 22px;
}

#yuyue_pop .android::before {
    left: -2px;
}

#yuyue_pop .input {
    margin: 0px auto 15px auto;
    width: 500px;
    text-align: center;
}

#yuyue_pop .input .border {
    display: inline-block;
    position: relative;
}

#yuyue_pop input {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #494949;
    text-indent: 12px;
}
#yuyue_pop input::placeholder {
    color: #a39f7b;
    font-size: 18px;
}

#yuyue_pop .codeBox .border {
    position: relative;
    float: left;
}
#yuyue_pop .status{
    position: absolute;
    color: #fff;
    width: 26px;
    display: inline-block;
    height: 26px;
    right: -40px;
    top: 9px;
}
#yuyue_pop .correct {
    background-image: url(../img/s_tip.png);
}
#yuyue_pop .error{
    background-image: url(../img/e_tip.png);
}
#yuyue_pop .getcode {
    float: right;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

#yuyue_pop .getcode:active {
    transform: scale(0.98);
}

#yuyue_pop .getcode.active{
    background: #f6d150!important;
    color: #905f0a;
    border-radius: 12px;
}

#yuyue_pop .emailBox .autoSel {
    position: absolute;
    font-family: 'MicrosoftYaHei';
    top: 16px;
    right: 10px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 2px;
    color: #a39f7b;
}

#yuyue_pop .yuyue-submit {
    display: block;
    margin: 0px auto 14px auto;
    width: 200px;
    height: 66px;
    background: url(./img/normal_37.png);
    z-index: 10;
    border: none;
}

#yuyue_pop .yuyue-submit:hover {
    opacity: 0.9;
}

#yuyue_pop .yuyue-submit:active {
    transform: scale(0.98);
}

.yuyue-btn {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.yuyue-btn:active {
    opacity: 0.8;
}
/* 预约end */

/* 短信发送弹窗 --start*/

.codeSendStatus {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 50px;
    margin-left: -200px;
    margin-top: -25px;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 50px;
    display: none;
    z-index: 99999;
}


/*短信发送弹窗 --end*/

.err-tips {
    position: absolute;
    right: 8px;
    top: 0%;
    display: inline-block;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    z-index: 300;
}
.emailBox .err-tips{
    right: 85px;
}

.color-err{
    color: #ff3030;
}

/**预约成功1**/
#yuyue_success_01 .alertCnt{
    padding-top: 40px;
}
#yuyue_success_01 .success-tips{
    text-align: center;
    font-size: 30px;
    color: #d65508;
    padding: 0 20px;
    font-weight: bold;
}
#yuyue_success_01 .act-tips{
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 18px;
    color: #666666;
}
#yuyue_success_01 .sure-btn{
    margin: 20px auto 0;
    display: block;
}

/**预约成功2**/
#yuyue_success_02 .alertCnt{
    padding-top: 40px;
}
#yuyue_success_02 .success-tips{
    text-align: center;
    font-size: 30px;
    color: #d65508;
    padding: 0 20px;
    font-weight: bold;
}
#yuyue_success_02 .act-tips{
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 18px;
    color: #666666;
}
#yuyue_success_02 .sure-btn{
    margin: 20px auto 0;
    display: block;
}

/**已经预约过**/
#yuyue_repeat_pop .alertCnt{
    padding-top: 40px;
}
#yuyue_repeat_pop .success-tips{
    text-align: center;
    font-size: 30px;
    color: #d65508;
    padding: 0 20px;
    font-weight: bold;
}
#yuyue_repeat_pop .act-tips{
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 18px;
    color: #666666;
}
#yuyue_repeat_pop .sure-btn{
    margin: 20px auto 0;
    display: block;
}