/* 预约样式 */
.imgW100 {
    width: 100%;
    display: block;
}

.popWrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

.popWrap .popWrapMain {
    width: 100%;
    height: 100%;
}

.popWrap .content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 8px;
}

.popWrap .content .close {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: 20px;
    top: 38px;
    z-index: 4;
    transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/popCloseBtn.png') no-repeat top right;
    background-size: 100% auto;
}

.popWrap .content .close.yuyueSussCloseBtn {
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/popCloseBtnW.png') no-repeat top right;
    background-size: 100% auto;
}

.popWrap .content .close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popWrap .itemWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* 预约样式 */

#yuyuePop .content {
    width: 508px;
    height: 380px;
}

#yuyuePop .content .lineBg {
    width: 100%;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    top: 76px;
    left: 0;
}

#yuyuePop .yuyueCon {
    width: 425px;
    height: 334px;
}

.yuyueCon .type-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.yuyueCon .type-wrap div {
    float: left;
    width: 50%;
    height: 56px;
    cursor: pointer;
    position: relative;
}

.yuyueCon .type-wrap div span {
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 26px;
    color: #7f858a;
    text-align: center;
    display: inline-block;
    position: relative;
}

.yuyueCon .type-wrap div.active span {
    color: #3b4354;
    font-weight: bold;
}

.yuyueCon .type-wrap div span i {
    width: 6px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1px;
    opacity: 0;
    background: #161824;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.yuyueCon .type-wrap div.active span i {
    opacity: 1;
    width: 27px;
}

.yuyueCon .input-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto 28px;
}

.yuyueCon .GraphicCodeInput {
    display: none;
}

.yuyueCon .input-wrap input {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
    text-indent: 16px;
    color: #161824;
    border-radius: 3px;
}

.yuyueCon .input-wrap input#telInput {
    width: 100%;
}

.yuyueCon .input-wrap input#codeInput {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#yuyuePop .yuyueCon .input-wrap input#messInput {
    width: 264px;
}

.yuyueCon .input-wrap .testInput {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.yuyueCon .input-wrap .testInput.normal {
    color: #7f858a;
    background: #efefef;
    background-image: linear-gradient(#f8f8f8, #e8e8e8);
    border: #e1e1e1 1px solid;
    display: block;
}

.yuyueCon .input-wrap .testInput.normal.act {
    color: #fff;
    background: #c99f62;
    border: transparent 1px solid;
}

.yuyueCon .input-wrap .testInput.normal::after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 124px;
    margin: auto 0;
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/textInputIcon.png?0124') 0 0 no-repeat;
    background-size: 100% auto;
}

.yuyueCon .input-wrap .testInput.normal.act::after {
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/textInputIconAct.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.yuyueCon .input-wrap .testInput.error {
    color: #842c23;
    background: #ffd5d5;
    border: transparent 1px solid;
}

.yuyueCon .input-wrap .testInput.right {
    color: #23843a;
    background: #e2ffd5;
    border: transparent solid 1px;
}

.yuyueCon .input-wrap .yzPop {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.yuyueCon .input-wrap .yzPop .yzCodeWrap {
    width: 100%;
    position: relative;
}

.yuyueCon .input-wrap .yzPop .yzCodeWrap .postIcon {
    width: 46px;
    height: 46px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/cardPostIcon.png') 0 0 no-repeat;
    background-size: 100% auto;
    font-size: 16px;
    color: #660909;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}

.yuyueCon .input-wrap .yzPop .standWrap {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 6px 0;
}

.yuyueCon .input-wrap .yzPop .standWrap img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.yuyueCon .input-wrap .getcode {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
}

.yuyueCon .input-wrap .getcode::before {
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 23px;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/popGetCodeImg.png') no-repeat center center;
    background-size: 100% auto;
}

.yuyueCon .input-wrap .getcode.active::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.yuyueCon .input-wrap .getMesscode {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #3b4354;
    font-weight: bold;
    text-align: center;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 0 3px 3px 0;
}

.yuyueCon .input-wrap.submit {
    width: 425px;
    height: 60px;
    font-size: 26px;
    color: #c3b197;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background: #a69070;
    margin: 0 auto;
    border-radius: 3px;
    margin-bottom: 36px;
}

.yuyueCon .input-wrap.submit.active {
    color: #f6f6f6;
    cursor: pointer;
    background: #c99f62;
}

.yuyueCon .input-wrap.submit.active:hover {
    filter: blur(110%);
}

.yuyueCon .yuyueNode {
    font-size: 14px;
    color: #3b4354;
    text-align: center;
    margin-top: 14px;
}


/* 预约样式 */


/* 预约成功弹窗样式 */

#yuyueSussPop .content {
    width: 710px;
    height: 180px;
    background: url('/static_web/dnworld/pic/2024/Order2024/pc/popSussBg.png') 0 0 no-repeat;
}

#yuyueSussPop .content .yuyueTitle {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    color: #fedb54;
    line-height: 76px;
    text-align: center;
    font-weight: bold;
}

#yuyueSussPop .content .yuyueTitle span {
    font-size: 18px;
    font-weight: 400;
    color: #f1e9d9;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

#yuyueSussPop .content .yuyueTitle span i {
    color: #f3ca4d;
    font-style: normal;
}

/* 预约成功弹窗样式 */