/*现金券弹窗 */
#cashCouponBox {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background: rgba(0, 0, 0, 0.70);
    z-index: 999;
    display: none;
}

#cashCouponBox .cancleBt {
    width: 50px;
    height: 50px;
    position: absolute;
    top:186px;
    right: 358px;
}

#cashCouponBox .cashCouponPart1 {
    width: 1082px;
    height:1075px;
    margin: 0 auto;
    background-image: url("https://res.bookingtee.com/opc/base/b65ba3cf8846b1ae_l.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

#cashCouponBox .cashCouponPart1 .textBox{
    width: 330px;
    position: absolute;
    top: 369px;
    left: 50%;
    transform: translateX(-50%)
}

#cashCouponBox .textPrice,.textContent{
    text-align: center;
    background: linear-gradient(to right, #FE8F27, #FF4D08);
    -webkit-background-clip: text;
    color: transparent;
}

#cashCouponBox .textPrice {
    font-size: 83px
}
#cashCouponBox .textContent {
    font-size: 37.5px;
    letter-spacing: 6px
}

#cashCouponBox .getBt{
    position: absolute;
    top: 736px;
    left: 50%;
    transform: translateX(-50%);
    height: 59.3px;
    width: 285.2px;
    border-radius: 29.65px;
    box-shadow: 0 3px 0 0 #A94709;
    background-image: url("https://res.bookingtee.com/opc/base/7e6cdfbd7e61e8f5_l.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#inputBox {
    display: none;
    width: 360px;
    position: absolute;
    top: 426px;
    left: 50%;
    transform: translateX(-51%);

}
#getBt2 {
    display: none;
}
.tellPhoneNum {
    background: rgba(251,232,217,0.70);
    border: 1px solid #574236;
    border-radius: 4px; 
    width: 360px;
    height: 48px;
    line-height: 50px;
}
.cashCouponTell{
    border: none;
    font-size: 20px;
    color: #726052;
    background-color: transparent;
    padding-left: 15px;
    box-sizing: border-box;
    width: 200px
}
.cashCouponCode {
    font-size: 20px;
    color: #726052 !important;
    display: inline-block;
    text-align: right;
    line-height: 20px;
    border-left: 1px solid #574236;
    height: 26px;
    padding-left:15px;
    box-sizing: border-box;
}
.checkCode {
    border: 1px solid #574236;
    border-radius: 4px; 
    width: 136px;
    height: 48px;
    line-height: 50px;
    font-size: 20px;
    color: #726052;
    background-color: transparent;
    margin-top:12px;
    padding-left:15px;
    box-sizing: border-box;
    position: relative;
    top: -15px;
}
.checkCodeImg {
    border-radius: 4px;
    width:136px;
    height:50px;
    margin-left:20px;
    margin-top:15px;
    overflow:hidden;
    display: inline-block;
}
.checkCodeImg img {
    width:136px;
    height:50px;
}
#succesTextBox {
    display: none;
    font-size: 20px;
    position: absolute;
    top: 503px;
    left: 50%;
    transform: translateX(-51%);
    width: 446px;
    text-align: center
}
.toDown1 {
    font-size: 20px;
    color: #FF4C07;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}
.toDown2 {
    font-size: 20px ;
    color: #B66E50;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-top: 16px;
}

.toDown3 {
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 27px;
    margin-top: 164px;
}
.toDown4 {
    font-size: 18px ;
    color: #FFE1E2;
    letter-spacing: 0;
    line-height: 24px;
}