body {
    background: #bf1f41;
}


/*领券*/

.mask,
.alert,
.help,
.dialog,
.totast,
.rule {
    position: fixed;
    z-index: 100;
}

.mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}

.alert,
.help,
.dialog,
.totast,
.rule {
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 10px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 5px solid #8f1b9c;
}

.alert .js-close {
    width: 35px;
    height: 35px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -17px;
}

.alert .t-txt {
    min-height: 40px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    min-width: 200px;
}

.alert .t-txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -20px;
    border: 3px solid #b55c5c;
    border-top-color: #fff6d5;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}

.alert-h2 {
    position: relative;
    background: #fff;
    color: #5804cb;
}

@-webkit-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}


/* banner */

.wrap .banner .bga,
.wrap .banner .bgb,
.wrap .banner .bgc {
    height: 384px;
    background: url('../images/banner21.jpg') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('../images/banner22.jpg');
}

.wrap .banner .bgc {
    background-image: url('../images/banner23.jpg');
}

.banner {
    position: relative;
}

.bannerContent {
    width: 1008px;
    height: 1030px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -504px;
}


/* 站点 */

.site {
    position: absolute;
    top: 25px;
    left: 390px;
}

.site a {
    display: inline-block;
    font-size: 17px;
    margin-left: 30px;
    color: #7a4400;
    font-weight: bold;
    padding: 0px 10px;
}

.site a.on {
    background: #fcffb5;
    border-radius: 11px;
}


/* 活动规则 */

.js-help {
    width: 162px;
    height: 34px;
    position: absolute;
    top: 77px;
    right: 18px;
    cursor: pointer;
}

.help,
.rule {
    width: 500px;
    border: 4px solid #950394;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    color: #2b364f;
}

.help .t-tit,
.rule .t-tit {
    text-align: right;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    right: -460px;
    top: -5px;
}

.help .t-txt,
.rule .t-txt {
    max-height: 300px;
    overflow-y: auto;
}

.help .t-txt h3,
.rule .t-txt h3 {
    color: #5804cb;
}

.help .t-txt h3,
.help .t-txt p,
.rule .t-txt p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #5804cb;
}


/* 填写地址 */

.dialog {
    min-width: 100px;
    background-color: #7b00f9;
    border: 5px solid #fff700;
    border-radius: 5px;
    color: #fff;
}

.d-form {
    width: 400px;
}

.dialog-mask {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 333;
}

.loading,
.alert .d-txt:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 4px solid rgba(255, 255, 255, .6);
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dialog .js-close {
    position: relative;
    top: -8px;
    right: -358px;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
}

.dialog li {
    position: relative;
    padding-left: 130px;
    margin-bottom: 10px;
}

.dialog li strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    line-height: 41px;
    text-align: right;
    font-size: 22px;
}

.dialog li input,
.dialog li textarea {
    width: 220px;
    padding: 10px;
    border: 1px solid #fff;
    outline: none;
    font-family: "Microsoft YaHei", Arial;
    color: #333;
}

.dialog li textarea {
    height: 100px;
    resize: none;
}

.dialog .d-btn {
    display: block;
    width: 258px;
    height: 42px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid #ffab04;
    box-shadow: inset 0 2px 3px #ea9601, 0 2px 3px #ea674c;
    background: linear-gradient(#ffda03, #ffac02);
    color: #7100d1;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 21px;
}


/* s星人 */

.slink {
    width: 130px;
    height: 60px;
    position: absolute;
    top: 72px;
    left: 137px;
}

.slink a {
    display: block;
    width: 100%;
    height: 100%;
}


/* 时间轴 */

.timeAxis {
    width: 100%;
    position: absolute;
    top: 417px;
    left: 0;
}

.timeAxis .yr,
.timeAxis .kh,
.timeAxis .fc {
    position: absolute;
    top: -49px;
    width: 174px;
    height: 81px;
}

.timeAxis .yr,
.timeAxis .fc {
    left: 114px;
}

.timeAxis .kh {
    left: 410px;
}

.timeAxis .fc {
    left: 714px;
}

.timeAxis .yrhover,
.timeAxis .khhover,
.timeAxis .fchover {
    width: 225px;
    height: 151px;
    background: rgba(231, 240, 241, 0.85);
    text-align: center;
    font-size: 20px;
    color: #5804cb;
    position: absolute;
    top: -200px;
    left: 83px;
    border: 4px solid #8e0ca1;
    border-radius: 12px;
    box-sizing: border-box;
}

.timeAxis .khhover {
    left: 380px;
    background: rgba(231, 240, 241, 0.95);
}

.timeAxis .fchover {
    left: 688px;
}

.timeAxis .yrhover div,
.timeAxis .khhover div,
.timeAxis .fchover div {
    font-style: italic;
    margin-top: 10px;
}

.timeAxis .fchover div {
    margin-top: 20px;
}

.timeAxis ul {
    overflow: hidden;
    position: absolute;
    top: 27px;
    left: 195px;
}

.timeAxis ul li {
    width: 122px;
    height: 109px;
    float: left;
    margin-right: 0px;
}

.timeAxis ul li.on {
    background: url(../images/ribenTime.png) no-repeat center;
}


/* 领券 */

.js-coupon {
    width: 158px;
    height: 67px;
    position: absolute;
    bottom: 401px;
    right: 109px;
    cursor: pointer;
    cursor: pointer;
}


/* content */

.content {
    width: 1008px;
    margin: 0 auto 0;
    position: relative;
    top: -460px;
}

.t-box {
    background: #ff3e3e;
    margin-bottom: 15px;
    padding-top: 10px;
    border-radius: 10px;
}

.t-box .t-tit {
    text-align: center;
}

.menu-ul {
    padding-top: 10px;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    color: #3559df;
}

.menu-ul li {
    display: inline-block;
    margin: 0 20px;
    line-height: 42px;
    font-size: 38px;
    cursor: pointer;
    font-size: 24px;
    color: #f5607f;
    background: #fcffb5;
    border-radius: 10px;
    padding: 0 10px;
}

.menu-ul li.on {
    color: #00767a;
    background: #74ffb2;
}

.t-txt .t-large {
    width: 450px;
    padding: 9px;
}

.t-large .t-hd {
    height: 315px;
}

.list {
    overflow: hidden;
    text-align: center;
}

.list li {
    display: inline-block;
    margin: 10px 5px;
    width: 200px;
    height: 214px;
    overflow: hidden;
}

.list li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.list li a img {
    width: 200px;
}

.list li div {
    position: absolute;
    width: 100%;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    background: rgba(29, 29, 29, .7);
    bottom: -74px;
    left: 0;
    font-style: italic;
    transition: bottom 0.5s;
}

.list li div em {
    font-size: 16px;
}

.list li a:hover div {
    bottom: 20px;
}

.imgBox {
    overflow: hidden;
    width: 986px;
    margin: 10px auto;
    padding-bottom: 10px;
}

.imgBox .fl {
    float: left;
    width: 504px;
    margin-right: 5px;
}

.imgBox .fl .imgBoxIn,
.imgBox .fr .imgBoxIn {
    float: left;
    position: relative;
}

.imgBox .fr {
    float: left;
    width: 477px;
}

.imgBox .fl .imgBoxIn {
    width: 250px;
}

.imgBox .fl .imgBoxIn:nth-child(3) {
    width: 504px;
}

.imgBox .fl .imgBoxIn:nth-child(1),
.imgBox .fl .imgBoxIn:nth-child(4) {
    margin-right: 4px;
}

.imgBox .fl .imgBoxIn:nth-child(3) {
    margin: 4px 0;
}

.imgBox .fr .imgBoxIn:nth-child(2) {
    margin: 4px 0;
}

.imgBox .fr .imgBoxIn:nth-child(3) {
    margin-right: 4px;
}

.imgBox i {
    color: #fffcd1;
    background: rgba(13, 26, 24, .81);
    font-size: 24px;
    padding: 0 30px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    border-radius: 10px;
}


/* .imgBox .fl .imgBoxIn,
.imgBox .fr .imgBoxIn {
    position: relative;
    width: 100%;
    height: 100%;
} */

.imgBox .fl .imgBoxIn:nth-child(3) i {
    bottom: 50%;
    transform: translateY(50%);
}

.imgBox .fr .imgBoxIn:nth-child(3) i {
    padding: 0 18px;
}

.imgBox .fr .imgBoxIn:nth-child(3) i:nth-child(2) {
    bottom: 44px;
}

.imgBoxIn div {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.imgBoxIn div img {
    max-width: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgBoxIn span:hover div {
    display: block;
}


/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #5d2230;
    border-radius: 10px;
    width: 107px;
    padding-top: 10px;
    border: 5px solid #f4f1ad;
}

.nav-box .nav-logo {
    position: relative;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-ul {
    margin-top: -34px;
}

.nav-box a {
    width: 100%;
    display: block;
    line-height: 35px;
    margin: 5px auto;
    font-size: 18px;
    color: #fff;
}

.nav-box a.on {
    background-color: #ff346d;
    color: #84feff;
    position: relative;
    font-weight: bold;
    border-radius: 15px;
}

.nav-box a.on::after {
    content: "";
    width: 65px;
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -33px;
}

.wwjcode {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -685px;
    margin-top: -176px;
}

.warp_on .banner .bgb {
    background-image: url(../images/banner19.jpg)
}

.warp_on .banner .bgc {
    background-image: url(../images/banner20.jpg)
}


/* 建行分期 */

.jianhangBox {
    width: 100%;
    overflow: hidden;
    margin-top: -435px;
}

.box-f {
    background: transparent;
    position: relative;
    width: 1008px;
    height: 458px;
    margin: 0 auto;
}

.box-f img {
    position: absolute;
    top: 0;
    left: 0;
}

.js-rule {
    position: absolute;
    width: 176px;
    height: 176px;
    bottom: 108px;
    right: 140px;
    cursor: pointer;
}