﻿.market-module {
    overflow: hidden;
    background-color: #ed5e00;
    position: relative;
}

body, pre {
    color: #181818;
}

.market-module .bgvideo {
    position: absolute;
    width: 1908px;
    height: 541px;
    left: 50%;
    margin-left: -954px;
    overflow: hidden;
    z-index: 1;
}

.market-grid {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    height: 541px;
    position: relative;
    z-index: 2;
}

.market-module * {
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
    box-sizing: border-box;
}

.gridcell .title-area {
    overflow: hidden;
    padding-top: 78px;
    text-align: center;
    margin-bottom: 120px;
}

.gridcell .button-area {
    text-align: center;
}

.button-area .linkbtn {
    height: 45px;
    line-height: 45px;
    background: #ffe95e url(../images/c-gift/pw-606-90.png) no-repeat 0;
    background-size: auto 45px;
    display: inline-block;
    padding: 0 48px 0 65px;
    border-radius: 45px;
    position: relative;
    font-size: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
}

.button-area .linkbtn .redbag {
    position: absolute;
    left: -30px;
    top: -61px;
    display: block;
    height: 127px;
    animation: jump 1s infinite;
}

@keyframes jump {
    0% {
        transform: scale(.8);
        opacity: 1
    }
    25% {
        transform: scale(1);
        opacity: .96
    }
    to {
        transform: scale(.8);
        opacity: 1
    }
}

.button-area .linkbtn .specialBtn {
    font-size: 18px;
    height: 45px;
    padding: 0;
    border-style: solid;
    position: relative;
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: all .1s linear;
    cursor: pointer;
    line-height: 30px;
    border-color: transparent;
    background: unset;
    outline: 0;
    color: #f13535;
    background: none;
}

.marchpromotion-coupons {
    padding: 70px 0 0;
    text-align: center;
    background: #FBF5EF;
}

.ticket-box * {
    box-sizing: border-box;
}

.ticket-box {
    position: relative;
}

.text-lg {
    font-size: 20px;
}

.ticket-box .ticket-tit {
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    min-width: 460px;
    line-height: 46px;
    color: #fff;
    background-size: 100% 100%;
    background-image: url('../images/c-gift/tbsm-bg.png');
}

.ticket-wrap {
    margin: 0 auto;
    padding: 51px 50px 30px;
    color: #fff;
    min-height: 170px;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: left;
    box-shadow: 0 0 6px 0 rgba(69, 11, 2, .2);
    border-radius: 20px;
    background-image: url('../images/c-gift/TB1LMCZvYj1gK0jSZFOXXc7GpXa-2820-340.png');
}

.ticket-wrap .ticket-detail .ticket-img {
    position: absolute;
    left: -20px;
    top: -22px;
    width: 104px;
    z-index: 3;
}

.ticket-wrap .ticket-item-wrap {
   display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
    height: 68px;
    padding-top: 16px;
    border-radius: 10px;
    min-width: 400px;
    position: relative;
    *display: inline;
    *width: 400px;
    *float: left;
    *margin-top: 50px;
}
.ticket-wrap .ticket-item-wrap .bg-mask{
    display: block;
    content: '';
    width: 100%;
    height: 68px;
    position: absolute;
    background: #fff;
    top:0;
    opacity: .2;
    filter: alpha(opacity=20);
    border-radius: 10px;
    z-index: 3;
    *display: inline;
    *width: 400px;
    *float: left;
}


.ticket-wrap .ticket-btn-wrap {
    display: inline-block;
    *padding-top: 63px;
}

.ticket-wrap .ticket-item-wrap .ticket-item {
    line-height: 1;
    padding: 0 40px;
}
.ticket-wrap .ticket-item-wrap .ticket-item>b{
    font-size: 30px;
}
.text-md {
    font-size: 18px;
}

.ticket-wrap .ticket-btn-wrap .ticket-btn {
    display: inline-block;
    min-width: 200px;
    width: 140px;
    height: 42px;
    box-shadow: 0 0 15px 0 rgba(71, 51, 51, .2);
    border-radius: 21px;
    color: #d7061e;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    background: #fded36;
    transition: all .1s;
}
.ticket-wrap .ticket-btn-wrap .disabled{
    cursor: not-allowed;
    background: #eae9e2;
    color: #a8a8a8;
}
.ticket-wrap .ticket-btn-wrap .ticket-btn:active{
    transform: translateY(1px);
}

.stand-container {
    padding-top: 60px;
}

.stand-container .server-title {
    float: none;
    margin: 0 auto;
    text-align: center;
    color: #811500;
    font-size: 28px;
    line-height: 43px;
}

.server-desc {
    float: none;
    font-size: 16px;
    margin: 10px auto 16px;
    text-align: center;
    color: #811500;
    line-height: 24px;
    width: 78.33333333%;
}

.server-book {
    display: inline;
    float: none;
    font-size: 16px;
    margin: 20px auto 0;
    text-align: center;
    color: #811500;
    line-height: 20px;
    background: #ffeee0;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px #ffcda6 dotted;
}

.server-book a:visited, .server-book a:link, .server-book a:active {
    color: #811500;
}

.server-book a:hover {
    color: #00a63f;
}

.module-body {
    padding: 28px 0 60px;
}

.module-body * {
    box-sizing: border-box;
}

.module-body .col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    *padding-left: 0;
    *padding-right: 0;
}

.module-body .row {
    margin-left: -15px;
    margin-right: -15px;
}

.module-body .list-wrap .list .list-item {
    margin-top: 20px;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
.module-body .list-wrap .list .list-item:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}
.module-body .list-wrap .list .list-item .list-text {
    font-size: 16px;
    color: #811500;
    line-height: 1.2;
    float: left;
    width: 250px;
    margin: 10px 0 0 29px;
}

.module-body .list-wrap .list .list-item .list-text .big {
    font-size: 26px;
    font-weight: 600;
    color: #f15533;
}

.module-body .list-wrap .list .list-item .list-logo {
    float: right;
    width: 100px;
    height: 80px;
}

.module-body .bottom-card {
    margin: 50px auto 0;
    height: 245px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(69, 11, 2, .12);
}

.module-body .bottom-card .card-title-wrap {
    float: left;
    width: 500px;
    height: 100%;
    padding: 27px 30px 30px;
    *padding: 27px 0 30px;
    background: url(../images/c-gift/pw0-490.jpg) no-repeat;
    background-size: 100% 100%;
}

.module-body .bottom-card .card-title-wrap .title-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.module-body .bottom-card .card-title-wrap .title-box .title-img {
    width: 176px;
    height: 66px;
}

.module-body .bottom-card .card-title-wrap .title-box .card-title {
    margin: 0 0 17px 36px;
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.module-body .bottom-card .card-title-wrap .card-text {
    color: #fff;
    text-align: left;
    padding-top: 20px;
    line-height: 32px;
    font-size: 18px;
}

.module-body .bottom-card .card-title-wrap .card-text a {
    color: #fefb55;
}

.module-body .bottom-card .card-detail {
    float: right;
    position: relative;
    width: 696px;
    height: 100%;
}

.reason-yanwu {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f15533;
    height: 56px;
    color: #fff;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
}

.module-body .bottom-card .card-detail .detail-list {
    padding-top: 10px;
}

.care-blessing {
    color: #000;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 54px;
    background-size: cover;
    background-repeat: no-repeat;
}

.care-blessing .why-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 43px;
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.care-blessing .text-base {
    font-size: 16px;
    margin: 0 0 20px;
}
/*优惠券弹窗开始*/
.jd-pop {
    display: none;
}

.jd-pop .spree-tip-mod {
    position: fixed;
    width: 525px;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -107.5px;
    z-index: 7;
}

.jd-pop .spree-tip-mod .m-tip2 {
    position: relative;
    background: #fff;
    width: 425px;
    padding: 48px 50px 40px;
    margin: 0 auto;
}

.jd-pop .spree-tip-mod .m-tip2 {
    text-align: center;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-info {
    width: 100%;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-title {
    margin-top: -2px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.jd-pop .spree-tip-mod .m-tip2 .yen-num {
    margin: 0 5px 0px 15px;;
    color: #e0b44f;
    font-family: verdana;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-hint {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    width: 350px;
    margin: 10px auto 0;
}
.jd-pop .spree-tip-mod .m-tip2 .tip-hint .price{
    font-size: 22px;
    color: #d7061e;
    font-weight: 700;
}
.jd-pop .spree-tip-mod .m-tip2 .tip-hint a{
    color: #d7061e;
}
.jd-pop .spree-tip-mod .m-tip2 .tip-btnbox {
    padding-top: 25px;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-btnbox .btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border-radius: 18px;
    transition: all .3s;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-btnbox .btn2 {
    font-size: 16px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    background: #ffea41;
    text-align: center;
    color: #d7061e;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-btnbox .btn2:hover {
    background: #ffd471;
    text-decoration: none;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-close img {
    transition: all .3s;
}

.jd-pop .spree-tip-mod .m-tip2 .tip-close:hover img {

    transform: rotate(360deg);
}

.jd-pop .tipmask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .15;
    z-index: 6;
    background-color: #000;
    filter: alpha(opacity=15);
}

/*优惠券弹窗结束*/
