.anniversary-box {

}

.anniversary-box .banner {
    background: url("../images/banner-bg.jpg") no-repeat center;
    height: 587px;
    width: 100%;
    min-width: 1200px;
    text-align: center;
}

.anniversary-box .banner .title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 12px;
}

.anniversary-box .banner h5 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.anniversary-box .banner .shipping {
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    border-radius: 20px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #ffffff;
    background-color: #2768d0;
}

.anniversary-box .banner .banner-gifts {
    margin-top: 1px;
}

/*menu*/
.anniversary-box .menu-box {
    background: url("../images/menu-bg.png") repeat-x center;
    /*height: 70px;*/
    height: 6px;
    min-width: 1200px;
}

.anniversary-box .menu-box .menus {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
}

.anniversary-box .menu-box .menus li {
    float: left;
    font-size: 24px;
    line-height: 70px;
    position: relative;
}

.anniversary-box .menu-box .menus li:after {
    position: absolute;
    top: 26px;
    left: 0;
    content: '';
    border: 1px #ffffff dashed;
    height: 15px;
}

.anniversary-box .menu-box .menus li:first-child:after {
    display: none;
}

.anniversary-box .menu-box .menus li > a {
    color: #ffffff;
    padding: 0 23px;
}

.anniversary-box .menu-box .menus li > a:hover {
    text-decoration: none;
    cursor: default;
}

.anniversary-box .content-box {
    background-color: #ffffff;
}

/* free- coupons*/
.anniversary-box .content-box .free-coupons {
    margin-top: 50px;
}

.anniversary-box .free-coupons .title {
    background: url("../images/coupons-title.png") no-repeat center;
    width: 100%;
    height: 81px;
    text-align: center;
    color: #1651c5;
}

.anniversary-box .free-coupons .title h3 {
    font-size: 30px;
    padding-top: 5px;
    margin-left: 20px;
    font-weight: 500;
}

.anniversary-box .free-coupons .tips {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    margin-left: 40px;
}

.anniversary-box .free-coupons .tips > a {
    color: #1651c5;
    text-decoration: underline;
}

/*big img*/
#gray {
    width: 1903px;
    height: 665px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.gray-img {
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -268px;
    margin-left: -504.5px;
}

/*lists*/
.anniversary-box .free-coupons .lists {
    margin-top: 30px;
}

.anniversary-box .free-coupons .lists li {
    float: left;
    width: 222px;
    height: 238px;
    margin-left: 20px;
    border-radius: 18px;
    border: 1px solid #cfae68;
    background-color: #ffffff;
    overflow: hidden;
}

.anniversary-box .free-coupons .lists li:first-child {
    margin-left: 0;
}

.free-coupons .lists li .price {
    color: #cc9c2d;
    text-align: center;
    margin: 20px auto 0;
    display: table;
    vertical-align: middle;
    margin-bottom: 10px;
}

.free-coupons .lists li .price:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.free-coupons .lists li .price .price-left {
    margin-right: 5px;
    display: table;
}

.free-coupons .lists li .price .price-left .dollar {
    font-size: 24px;
    float: left;
}

.free-coupons .lists li .price .price-left .money {
    font-size: 50px;
    line-height: 40px;
    float: left;
    font-weight: 700;
}

.free-coupons .lists li .price .price-right {
    padding: 3px 8px;
    background-color: #faf5e8;
    display: table-cell;
    vertical-align: middle;
}

.free-coupons .lists li .price .price-right em {
    display: block;
}

.free-coupons .lists li h4 {
    font-size: 13px;
    color: #333333;
    text-align: center;
    margin-top: 5px;
}

.free-coupons .lists li .time {
    text-align: center;
    color: #888888;
    margin-top: 3px;
}

.free-coupons .lists li .dots-box {
    height: 125px;
    background-color: #ffdf6e;
    text-align: center;
}

.free-coupons .lists li .dots-box .dots {
    background: url("../images/dots.png") no-repeat center;
    width: 223px;
    height: 6px;
    margin-top: 10px;
}

.percentage-box {
    position: relative;
    width: 170px;
    height: 12px;
    border-radius: 10px;
    margin: 15px auto 0;
    background-color: #daab2c;
}

.percentage-box .progress {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 80px;
    background-color: #ffffff;
    border-radius: 5px;
    height: 10px;
}

.free-coupons .lists li .dots-box .received {
    margin-top: 5px;
    color: #8e6300;
}

.free-coupons .lists li .dots-box .get {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 50px;
    display: inline-block;
    margin: 15px auto 0;
    font-size: 15px;
    color: #ffffff;
    background-color: #2f3242;
}


.free-coupons .lists li .dots-box .get:hover {
    background: #3f4560;
    /*color: #eeca58;*/
    text-decoration: none;
}

/*disabled*/
.anniversary-box .free-coupons .lists .disabled {
    border: 1px solid #cbcbcb;
}

.anniversary-box .free-coupons .lists .disabled:hover {
    box-shadow: none;
}

.free-coupons .lists .disabled .dots-box {
    /*background-color: #eeeeee;*/
    color: #cbcbcb;
}

/*.free-coupons .lists .disabled .price {*/
/*    color: #cbcbcb;*/
/*}*/

/*.free-coupons .lists .disabled .price .price-right {*/
/*    background-color: #f3f3f3;*/
/*}*/

/*.free-coupons .lists .disabled h4 {*/
/*    color: #cbcbcb;*/
/*}*/

/*.free-coupons .lists .disabled .time {*/
/*    color: #cbcbcb;*/
/*}*/

.free-coupons .lists .disabled .percentage-box {
    display: none;
}

.free-coupons .lists .disabled .dots-box .received {
    margin-top: 30px;
    /*color: #cbcbcb;*/
}

.free-coupons .lists .disabled .dots-box .get {
    background-color: #c5c5c5;
}

.free-coupons .lists .disabled .dots-box .get:hover {
    text-decoration: none;
    cursor: default;
    color: #ffffff;
    background-color: #c5c5c5;
}

/*surprise-box*/
.surprise-box {
    margin-top: 20px;
}

.surprise-box .surprise-lists {
    background-color: #fff6d8;
}

.surprise-box .surprise-lists li {
    width: 399px;
    height: 320px;
    float: left;
    position: relative;
    text-align: center;
    border-left: 1px #ebdeb2 dashed;
    cursor: pointer;
}

.surprise-box .surprise-lists li:hover .surprise-img img {
    transition: all 1s;
    transform: rotateY(360deg);
}

.surprise-box .surprise-lists li:first-child {
    border-left: 0;
}

.surprise-box .surprise-lists li .sign {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.surprise-box .surprise-lists li h2 {
    margin-top: 60px;
    font-size: 32px;
    color: #ff6c00;
}

.surprise-box .surprise-lists li .list-text {
    width: 292px;
    margin: 15px auto;
    font-size: 16px;
    color: #cc9c2d;
    height: 36px;
    overflow: hidden;
}

.surprise-box .surprise-lists li .surprise-img {
    text-align: center;
    width: 399px;
    height: 140px;
    overflow: hidden;
}

/*surprise2*/
.surprise-box .surprise2-box {
    margin-top: 20px;
    height: 320px;
    background-color: #fff6d8;
}

.surprise-box .surprise2-box .item {
    float: left;
    position: relative;
    height: 320px;
}

.surprise-box .surprise2-box .item .sign {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.surprise-box .surprise2-box .surprise4 {
    width: 799px;
    border-right: 1px #ebdeb2 dashed;
}

.surprise-box .surprise2-box .surprise4 .content {
    margin: 120px 0 0 35px;
    cursor: pointer;
}

.surprise-box .surprise2-box .surprise4 .content .item-left {
    float: left;
    width: 290px;

}

.surprise-box .surprise2-box .surprise4 .content .item-left h3 {
    font-size: 32px;
    color: #ff6c00;
}

.surprise-box .surprise2-box .surprise4 .content .item-left .text {
    width: 270px;
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
    color: #cc9c2d;
}

.surprise-box .surprise2-box .surprise4 .content .item-right {
    float: left;
}

.surprise-box .surprise2-box .surprise4 .content .item-right img:hover {
    transition: all 1s;
    transform: rotateY(360deg);
}

.surprise-box .surprise2-box .surprise5 {
    text-align: center;
    width: 400px;
}

.surprise-box .surprise2-box .surprise5 h3 {
    margin-top: 70px;
    font-size: 32px;
    color: #ff6c00;
}

.surprise-box .surprise2-box .surprise5 .text {
    margin-top: 15px;
    font-size: 16px;
    color: #cc9c2d;
}

.surprise-box .surprise2-box .surprise5 .surprise-img {
    margin-top: 20px;
    padding-left: 50px;
    cursor: pointer;
}

.surprise-box .surprise2-box .surprise5 .surprise-img:hover img {
    transition: all 1s;
    transform: rotateY(360deg);
}

.surprise-box .enjoy {
    text-align: right;
    font-size: 16px;
    color: #564200;
    padding-right: 20px;
    height: 8px;
    line-height: 8px;
    background-color: #f4da7f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.surprise-box .enjoy > a {
    color: #564200;
}

/*lucky*/
.content-box .lucky-box {
    margin-top: 60px;
    background: url("../images/lucky/lucky-bg.png") bottom center;
    height: 760px;
}

.content-box .lucky-box .lucky-title {
    background: url("../images/coupons-title.png") #ffffff no-repeat top center;
    height: 100px;
    min-width: 1200px;
    text-align: center;
    color: #1651c5;
}

.content-box .lucky-box .lucky-title h3 {
    padding-top: 5px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.content-box .lucky-box .lucky-title .title-text {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.content-box .lucky-box .lucky-title .title-text > a {
    color: #1651c5;
}

/*抽奖开始*/
.lucky-draw {
    width: 1200px;
    margin: 30px auto 0;
    height: 600px;
}

.lucky-draw .draw-box {
    float: left;
    width: 690px;
    height: 600px;
    position: relative;
    margin-left: 45px;
}

/*low-version*/
.low-version {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 105;
    width: 690px;
    height: 600px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    display: none;
}
.low-version span{
    display: block;
    margin-top: 40%;
}
/*low-version*/
.lucky-draw .draw-box .draw-content {
    height: 600px;
    overflow: hidden;
    cursor: pointer;
}

.Y-content {
    height: 600px;
    width: 690px;
    font-size: 0;
    position: relative;
    float: left;
    top: -80px;
    /*为了方便动画效果这里的所有子节点采用绝对定位*/
}

.Y-content .item {
    width: 220px;
    height: 160px;
    position: absolute;
    left: 34%;
    top: 50%;
    z-index: 10;
}

.Y-content .item .parent {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    perspective-origin: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    perspective: 500px;
    -webkit-perspective: 500px;
    position: relative;
}

.Y-content .item .parent .face {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotateY(0deg);
}

.Y-content .item .parent .back {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotateY(0deg) translateZ(-1px);
}

.Y-content .item .parent .back.noFace {
    opacity: 0.6;
}

.Y-content .selectBox {
    position: absolute;
    left: 50%;
    top: 63%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 144px;
    height: 144px;
    border-radius: 100%;
    background: url("../images/lucky/start.png") no-repeat center;
    /*z-index: 99;*/
}

.Y-content .active {
    background: url("../images/lucky/end.png") no-repeat center;
}

/*中奖列表*/
.lucky-draw .winning-box {
    float: left;
    width: 360px;
    height: 600px;
    background-color: #fffcf9;
    border-radius: 10px;
    margin-left: 50px;
}

.lucky-draw .winning-box .item {
    margin-top: 40px;
}

.lucky-draw .winning-box .item .title {
    text-align: center;
    font-size: 22px;
    color: #ea380f;
    font-weight: 700;
}

.lucky-draw .winning-box .item .title span {
    margin: 0 10px;
}

.lucky-draw .winning-box .item .rules {
    text-align: left;
    color: #878787;
    width: 320px;
    line-height: 24px;
    margin: 24px auto 0;
    font-size: 14px;
}

.lucky-draw .winning-box .item .rules > a {
    color: #ea380f;
}

.win-lists {
    height: 270px;
    overflow: hidden;
    text-align: center;
    width: 320px;
    margin: 15px auto 0;
}

.lucky-draw .winning-box .item .move-list {
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
    width: 320px;
    cursor: pointer;
}

#prizeList li {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

#prizeList li:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

#prizeList li .text-left {
    float: left;
    width: 60px;
    margin-right: 30px;
}

#prizeList li .text-right {
    float: left;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

/*# sourceMappingURL=rotate.css.map */
/*抽奖结束*/

/*blog-box*/
.blog-box {
    background: url("../images/blog-bg.jpg") no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 740px;
}

.blog-box .blog-left {
    float: left;
    width: 310px;
    height: 180px;
    border-radius: 10px;
    margin-top: 460px;
    background: url("../images/blog-point.png") #ffffff no-repeat 95% 10%;
}

.blog-box .blog-left .awards {
    width: 240px;
    font-size: 26px;
    color: #333333;
    margin: 20px 0 0 15px;
    font-weight: 700;
}

.blog-box .blog-left .blog-link {
    margin: 20px 0 0 15px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.blog-box .blog-left .blog-link > a {
    color: #ff0000;
}

.blog-box .blog-right {
    float: left;
    margin: 50px 0 0 45px;
    width: 840px;
    height: 646px;
    border-radius: 20px;
    background-color: #ffffff;
}

.blog-box .blog-right .facebook {
    float: left;
    width: 400px;
    height: 580px;
    margin: 35px 0 0 15px;
}

.blog-box .blog-right .tweets {
    float: left;
    width: 400px;
    height: 580px;
    margin: 35px 0 0 10px;
}

/*channel-box*/
.channel-box {
    height: 295px;
    min-width: 1200px;
    background-color: #faf5ef;
    border: 1px solid transparent;
}

.channel-box .channel {
    width: 1200px;
    height: 170px;
    border: 1px #aa8361 dashed;
    border-radius: 15px;
    margin: 70px auto 0;
}

.channel-box .channel .title {
    background: url("../images/privilege.png") no-repeat center;
    width: 40px;
    height: 116px;
    float: left;
    margin: 32px 0 0 25px;
    position: relative;
}

.channel-box .channel .title:after {
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    right: -10px;
    width: 1px;
    height: 116px;
    border-right: 1px #aa8361 dashed;
}

.channel-box .channel .lists {
    float: left;
    width: 1135px;
}

.channel-box .channel .lists li {
    float: left;
    width: 260px;
    min-height: 120px;
    margin: 32px 0 0 20px;
    text-align: center;
}

.channel-box .channel .lists li .img-box {
    overflow: hidden;
    height: 50px;
}

.channel-box .channel .lists li h4 {
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
    font-weight: 500;
}

.channel-box .channel .lists li p {
    color: #999999;
    max-width: 230px;
    max-height: 47px;
    overflow: hidden;
    margin: 5px auto 0;
}

/*learn-more*/
.anniversary-box .content-box .learn-box {
    height: 150px;
    background-color: #ffffff;
    text-align: center;

}

.anniversary-box .content-box .learn-box a {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    border-radius: 50px;
    color: #000000;
    font-size: 18px;
    border: 2px solid #333333;
    padding: 0 29px;
    margin-top: 48px;
}

.anniversary-box .content-box .learn-box .more {
    margin-right: 180px;
}

.anniversary-box .content-box .learn-box a:hover {
    text-decoration: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
}

/*优惠券弹窗*/
.jd-pop {
    display: none;
}

.spree-tip-mod {
    position: fixed;
    width: 525px;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -107.5px;
    z-index: 7;
}

.spree-tip-mod .m-tip2 {
    position: relative;
    background: #fff;
    width: 425px;
    padding: 48px 50px 40px;
    margin: 0 auto;
}

.spree-tip-mod .m-tip2 {
    text-align: center;
}

.spree-tip-mod .m-tip2 .tip-info {
    width: 100%;
}

.spree-tip-mod .m-tip2 .tip-title {
    margin-top: -2px;
    margin-bottom: 2px;
    color: #333;
    font-weight: 700;
}

.spree-tip-mod .m-tip2 .yen-num {
    margin: 0 5px 0px 15px;;
    color: #e0b44f;
    font-family: verdana;
}

.spree-tip-mod .m-tip2 .tip-hint {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    width: 350px;
    margin: 0 auto;
}

.spree-tip-mod .m-tip2 .tip-btnbox {
    padding-top: 25px;
}

.spree-tip-mod .m-tip2 .tip-btnbox .btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border-radius: 18px;
}

.spree-tip-mod .m-tip2 .tip-btnbox .btn2 {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    background: #e0b44f;
    text-align: center;
    color: #fff;
}

.spree-tip-mod .m-tip2 .tip-btnbox .btn2:hover {
    background: #ffd471;
    text-decoration: none;
}

.spree-tip-mod .m-tip2 .tip-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.spree-tip-mod .m-tip2 .tip-close img {
    transition: all .3s;
}

.spree-tip-mod .m-tip2 .tip-close:hover img {

    transform: rotate(360deg);
}

.tipmask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .15;
    z-index: 6;
    background-color: #000;
}

/*优惠券弹窗*/
/*弹窗开始*/
#box_tip {
    display: none;
    opacity: 1;
}

#box_tip .dialog {
    width: 460px;
    background-color: #FFF;
    text-align: center;
    visibility: visible;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
    z-index: 99999;
}

/*#box_tip ,#box1,#box2,#box3,#box4{*/
/*    display: none;*/
/*}*/
#pop-box {
    display: none;
}

#box_tip .shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 9999;
    background-color: #000;
    opacity: 0.5;
}

#box_tip .dialog .box-close {
    background-color: red;
    display: block;
    width: 45px;
    height: 44px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("../images/close.png") center center no-repeat;
}

#box_tip .dialog .h {
    padding-top: 38px;
}

#box_tip .dialog .h i {
    width: 70px;
    height: 70px;
    background: url("../images/success.png") no-repeat;
    display: inline-block;
    vertical-align: top;
}

#box_tip .dialog .b {
    padding: 22px 29px 30px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

#box_tip .dialog .f {
    padding: 0 0 30px;
}

#box_tip .dialog .f a {
    border-radius: 2px;
    display: inline-block;
    width: 172px;
    height: 44px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    margin: 0 5px;
}

#box_tip .dialog .f a:hover {
    text-decoration: none;
}

/*登录注册*/
#box_tip .dialog-button-cancel {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
}

#box_tip .dialog-button-cancel:hover {
    border: 1px solid #888;
}

#box_tip .dialog-button-ver {
    border: 1px solid #ca141d;
    background-color: #ca141d;
    color: #fff;
}

#box_tip .dialog-button-ver:hover {
    border-color: #b6121b;
    background-color: #b6121b;
}

/*成功*/
#box_tip .dialog-button-yes, #box_tip .dialog-button-ok {
    border: 1px solid #ca141d;
    background-color: #ca141d;
    color: #fff;
    border-radius: 2px;
}

#box_tip .dialog-button-yes:hover {
    border-color: #b6121b;
    background-color: #b6121b;
}

/*失败*/
#box_tip .dialog .h s {
    width: 70px;
    height: 70px;
    background: url("../images/error.png") no-repeat;
    display: inline-block;
    vertical-align: top;
}

/*弹窗结束*/

/*规制弹窗*/
.ol_box_mask {
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 499;
    opacity: .5;
    filter: alpha(opacity:40);
    background-color: #000;
    display: none;
}

#flipCards {
    width: 698px;
    height: 700px;
    border-radius: 10px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -349px;
    z-index: 9999;
}


#flipCards .box-ct {
    width: 698px;
    height: 700px;
    background: url(../images/pc01.png) center center / cover no-repeat;
    border-radius: 10px;
    border: none;
}

#flipCards.ol_box_4 .box-header .box-title {
    padding-top: 43px;
    color: #444444;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 450px;
    text-align: center;
    margin-left: 125px;
    font-family: PingFang-SC-Bold;
    font-size: 30px;
    color: #C9A782;
    letter-spacing: 0;
}

#flipCards.ol_box_4 .box-header .box-close {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -54px;
    z-index: 2;
    top: 0px;
    background: url("../images/close2.png") center center / cover no-repeat;
}

.box-ct .rules {
    height: auto;
    width: 570px;
    margin: 35px auto 0;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
}

.box-ct .rules .text {
    text-align: left;
    min-height: 250px;
}

.box-ct .rules .text img {
    width: 570px;
    cursor: pointer;
}

#flipCards .box-ok {
    min-width: 256px;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: -0.27px;
    text-align: center;
    display: inline-block;
    background: #CDA782;
    margin-top: 30px;
    border: 1px solid #CDA782;
    background-image: linear-gradient(-90deg, #CDA782 1%, #C9A880 98%);
    border-radius: 28px;
}

#flipCards .box-ok:hover {
    text-decoration: none;
}

.the-content {
    display: none;
}

#cancel-Click {
    width: 690px;
    height: 600px;
    display: none;
    position: absolute;
    top: 0;
    z-index: 999;
}