/* ä¼˜å…ˆå°å± å¤§å±èµ°åª’ä½“æŸ¥è¯¢ */

a:link,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-barlogo-new {
    display: none;
}

.common {
    width: 1000px;
}

img.qrcode-img {
    border-radius: 8px;
}

@keyframes tohide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes tohide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.sidebar.tohide {
    animation: tohide 0.4s 1;
}

.sidebar {
    position: fixed;
    z-index: 40;
    left: 10px;
    bottom: 30px;
    height: 534px;
    width: 142px;
    background: url('imgsidebar.png') top center no-repeat;
}
.sidebar a.close-btn {
    top: -20px;
    right: -10px;
    width: 24px;
    height: 24px;
}
.sidebar a.close-btn .ei {
    font-size: 24px;
    color: #ffee24;
}
.sidebar a {
    position: absolute;
    left: 6px;
    display: block;
    width: 130px;
    height: 90px;
}
.sidebar a.k-1 {
    top: 138px;
}
.sidebar a.k-2 {
    top: 238px;
}
.sidebar a.k-3 {
    top: 338px;
}
.sidebar a.tosee {
    height: 40px;
    bottom: 56px;
}
.sidebar a.gotop {
    height: 40px;
    bottom: 6px;
}

.banner {
    height: 596px;
    background: url('imgbanner.jpg') top center no-repeat #3e39cf;
}
.banner .common {
    position: relative;
    padding-top: 108px;
}
.banner .common .b-title {
    text-align: center;
}

.m1-top {
    height: 184px;
    background: url("imgm1.jpg") top center no-repeat #3e39cf;
}

.m-title {
    position: relative;
    margin: 0 auto 24px;
    height: 123px;
    width: 600px;
    background: url("imgtitle-0.1.png") top center no-repeat;
}
.m-title.long {
    width: 679px;
    background: url("imgtitle-long.png") top center no-repeat;
}
.m-title .sub {
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    padding-top: 14px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 0 #f1703d;
}
.m-title .sub span {
    font-size: 26px;
}
.m-title .main {
    position: absolute;
    top: 0;
    left: 140px;
    padding-top: 42px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 0 #ef551f;
}

.gra-body {
    padding-bottom: 80px;
    background-image: linear-gradient(-90deg, #3e39cf, #4c72e0);
    background-image: -o-linear-gradient(-90deg, #3e39cf, #4c72e0);
    background-image: -ms-linear-gradient(-90deg, #3e39cf, #4c72e0);
    background-image: -moz-linear-gradient(-90deg, #3e39cf, #4c72e0);
    background-image: -webkit-linear-gradient(-90deg, #3e39cf, #4c72e0);
}

.m-sub-title {
    margin-bottom: 32px;
    text-align: center;
    color: #ffee24;
    font-size: 28px;
    text-shadow: 0 3px 0 #1815a6;
}
.m-sub-title span {
    color: #fff;
    text-shadow: none;
}

.d-shadow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #000;
}
.d-shadow.show {
    display: block;
}

.tp-head .d-shadow {
    border-radius: 24px;
}
.tp-body .d-shadow {
    border-radius: 18px;
}

.timeline {
    position: relative;
    padding-top: 32px;
    margin-bottom: 20px;
}
.timeline .line {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.timeline .timepoints {
    display: block;
}
.timeline .timepoints > li {
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    width: 260px;
    color: #85fbe4;
}
.timeline .timepoints > li.middle {
    margin: 0 110px;
}
.timeline .timepoints > li .tp-head {
    position: relative;
    width: 100px;
    margin: 0 auto;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    background: #3c73fb;
}
.timeline .timepoints > li .tp-neck {
    height: 40px;
    background: url("imgdot-inactive.png") center center no-repeat;
}
.timeline .timepoints > li .tp-body {
    position: relative;
    border-radius: 18px;
    display: table;
    width: 100%;
    height: 132px;
    background: #3c73fb;
}
.timeline .timepoints > li .tp-body-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 23px;
}
.timeline .timepoints > li .tp-body-cell strong {
    font-weight: bold;
    font-size: 40px;
}

.timeline .timepoints > li.active {
    color: #ffee24;
}
.timeline .timepoints > li.active .tp-head {
    background: #e95237;
}
.timeline .timepoints > li.active .tp-neck {
    background: url("imgdot-active.png") center center no-repeat;
}
.timeline .timepoints > li.active .tp-body {
    color: #fff;
    background: #e95237;
}
.timeline .timepoints > li.active .tp-body-cell strong {
    color: #ffee24;
}

.m1-bot {
    margin-bottom: 40px;
}

.bag {
    width: 969px;
    margin: 0 auto;
    height: 718px;
    background: url("imgbag.png") top center no-repeat;
}
.bag .title {
    padding-top: 160px;
    padding-bottom: 24px;
    color: #ffee24;
    text-align: center;
    font-size: 28px;
}
.bag .body {
    line-height: 48px;
    padding-left: 240px;
    color: #fff;
    font-size: 22px;
}
.bag .body strong {
    font-size: 24px;
    font-weight: bold;
    padding-right: 20px;
}
.bag .qrcodes {
    padding-top: 20px;
    text-align: center;
}
.bag .qrcodes.many {
    padding-top: 6px;
    padding-left: 240px;
}
.bag .qrcodes .qr-part {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 12px;
    background: #fff;
}
.bag .qrcodes.many .qr-part {
    width: 124px;
    height: 124px;
}
.bag .qrcodes .qr-part img {
    width: 100%;
    height: 100%;
}
.bag .qrcodes .qr-groups {
    float: left;
    width: 124px;
    margin-right: 48px;
}
.bag .qrcodes .qr-groups:last-of-type {
    margin-right: 0;
}
.bag .qrcodes .qr-groups .qr-part-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffd578;
}
.bag .reminder {
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.card-list {
    display: block;
}
.card-list > li {
    display: block;
    float: left;
    width: 490px;
    height: 524px;
    background: url('imgcard-bg.png') top center no-repeat;
    text-align: center;
    color: #fff;
}
.card-list > li:first-of-type {
    margin-right: 20px;
}
.card-list > li .card-title {
    font-size: 32px;
    font-weight: bold;
    padding: 30px 0 20px;
}
.card-list > li .tea-info {
    padding-left: 90px;
    text-align: left;
}
.card-list > li .tea-info .tea-img {
    display: inline-block;
    vertical-align: middle;
}
.card-list > li .tea-info .tea-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 26px;
    line-height: 36px;
    text-shadow: 1px 1px 1px 0 #333;
}
.card-list > li .price-info {
    text-align: left;
    position: relative;
    padding-top: 30px;
}
.card-list > li .price-info .d-time {
    font-size: 26px;
    padding-left: 66px;
    background: url("imgicon_clock.png") 30px center no-repeat;
}
.card-list > li .price-info .suprise {
    z-index: 10;
    position: absolute;
    right: 40px;
    top: 22px;
    color: #ffee24;
    font-size: 38px;
    font-weight: bold;
}
.card-list > li .qr-info {
    text-align: left;
    padding-top: 60px;
    padding-left: 106px;
}
.card-list > li .qr-info img {
    vertical-align: middle;
    width: 150px;
    height: 150px;
}
.card-list > li .qr-info .qr-text {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 40px;
}

.m4 {
    color: #fff;
    margin-top: 94px;
    background: url("imgyk-bg.png") top center no-repeat;
}
.m4 .common {
    position: relative;
    width: 900px;
    padding: 70px 50px 50px;
}
.m4 .spe-title {
    position: absolute;
    left: 50%;
    margin-left: -169px;
    top: -35px;
    width: 338px;
    height: 80px;
    background: url('imghello.png') top center no-repeat;
}
.m4 .new-txt {
    font-size: 22px;
    line-height: 40px;
}

.intro-box {
    margin-top: 28px;
}
.intro-box .title {
    text-align: center;
    margin-bottom: 36px;
}
.intro-box .ss-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.diff-list {
    margin: 0 -50px;
    display: block;
}
.diff-list > li {
    display: block;
    float: left;
    height: 230px;
    width: 250px;
    text-align: center;
}
.diff-list > li .img {
    margin-bottom: 18px;
}
.diff-list > li .m-txt {
    margin-bottom: 18px;
    font-size: 24px;
}
.diff-list > li .s-txt {
    font-size: 12px;
    line-height: 24px;
}

.vbox {
    position: relative;
    margin: 0 auto;
    width: 888px;
    height: 500px;
    background: url("imgvideo.png") top center no-repeat;
}
.vbox .play-btn {
    position: absolute;
    display: block;
    width: 140px;
    height: 140px;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -70px;
    cursor: pointer;
}

.footer {
    color: #fff;
    background: #3e39cf;
}
.footer .common{
    padding-top: 50px;
    height: 175px;
    border-bottom: 1px solid #e6e6e6;
}
.footer .common .logo{
    width: 178px;
    height: 38px;
    background:url(imglogo.png) no-repeat top center;
    float: left;
    margin-right: 25px;
}
.footer .common .contact{
    float: left;
    width: 200px;
}
.footer .common .contact .h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 28px;
}
.footer .common .contact p{
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 30px;
}
.footer .common .contact p.zx{
    cursor: pointer;
}
.footer .common .contact p.zx:hover{
    color: #85fbe4;
}
.footer .common .contact p .ei{
    font-size: 18px;
    margin-right:10px;
}
.footer .common .qqqun {
    width: 330px;
    margin-right: 22px;
}
.footer .common a {
    color: #fff;
}
.footer .common .qqqun p a:hover{
    color: #85fbe4;
}

.footer .common .qqqun p a.a1{
    margin-right: 40px;
}

.footer .common .code p{
    font-size: 12px;
}

.footer .common .code > div{
    float: left;
    text-align: center;
}

.footer .common .code .gz{
    margin-right: 50px;
}
.cpr {
    position: relative;
    width: 1000px;
    height: 73px;
    line-height: 73px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
}
.cpr .cpr-lf {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    height: 73px;
    line-height: 73px;
}
.cpr .cpr-rg {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    height: 73px;
    line-height: 73px;
}


@media screen and (min-width: 1920px) {
    .sidebar {
        left: 190px;
    }
}