.ban {
    max-width: 1920px;
    background: url(../img/ban-bg.png) no-repeat top;
    height: 738px;
    box-sizing: border-box;
    padding-top: 60px;
    margin-top: 111px;
}
.swiper-slide1 {
    height: 738px;
    background: url(../img/banner2.png) no-repeat center;
    background-size: 1920px  738px;
  }

  
  .swiper-slide a {
    display: block;
    height: 100%;
  }
.ban_tit {
    width: 947px;
    height: 239px;
    margin: 0 auto;
}

.ban_text {
    width: 871px;
    height: 138px;
    background: url(../img/ban-i2.png) no-repeat top;
    padding-top: 72px;
    box-sizing: border-box;
    margin: 28px auto 0;
}

.ban_text ul li {
    font-size: 26px;
    font-weight: bold;
    color: #fbf55d;
    padding-left: 39px;
    background: url(../img/ban-i1.png) no-repeat left;
    margin-right: 66px;
}

.ban_text ul li:last-child {
    margin-right: 0;
}

.ban_btn {
    position: relative;
    display: block;
    width: 352px;
    height: 68px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#0eb07f,
            #0eb07f);
    border-radius: 34px;
    font-size: 30px;
    font-weight: bold;
    line-height: 68px;
    color: #ffffff;
    margin: 34px auto 0;
    text-align: center;
    overflow: hidden;
}

.ban_btn:before,
.s2list_btn:before,
.s8_link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 6;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: aniBlink120 1.5s ease-out infinite forwards;
    -moz-animation: aniBlink120 1.5s ease-out infinite forwards;
    -o-animation: aniBlink120 1.5s ease-out infinite forwards;
    animation: aniBlink120 1.5s ease-out infinite forwards;
}

@keyframes aniBlink120 {
    from {
        margin-left: -230px
    }

    to {
        margin-left: 150px
    }
}

@-webkit-keyframes aniBlink120 {
    from {
        margin-left: -230px
    }

    to {
        margin-left: 150px
    }
}

/* s1 */
.s1 {
    margin-top: -40px;
    padding-bottom: 71px;
}

.title {
    position: relative;
    padding-top: 25px;
    padding-bottom: 24px;
}

.title:before {
    position: absolute;
    content: "";
    width: 156px;
    height: 62px;
    background: url(../img/tit-fl.png) no-repeat top;
    left: -111px;
    top: 10px;
}

.title:after {
    position: absolute;
    content: "";
    width: 96px;
    height: 61px;
    background: url(../img/tit-fr.png) no-repeat top;
    right: -98px;
    bottom: 7px;
}

.title>h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000030;
}

.title>h3>span {
    color: #2c9668;
}

.s1_list>li {
    width: 349px;
    height: 224px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(47, 180, 115, 0.33);
    border-radius: 10px;
    border: solid 2px #3bb888;
    box-sizing: border-box;
    padding-top: 23px;
    margin-right: 33px;
    margin-top: 19px;
}

.s1_list>li:nth-child(3n) {
    margin-right: 0px;
}

.s1_tit {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-left: 23px;
    vertical-align: middle !important;
}

.s1list_top {
    margin-bottom: 15px;
}

.s1list_top>img {
    vertical-align: middle !important;
}

.s1_btn {
    display: block;
    width: 277px;
    height: 49px;
    border-radius: 10px;
    border: solid 2px #0cad7d;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 49px;
    color: #333333;
    text-align: center;
    margin: 7px auto 0;
    transition: .2s;
}

.s1_btn.active {
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#f6fe71,
            #f6fe71);
    border: 0;
    color: #ffffff;
    font-size: 23px;
}

/* s2 */
.s2 {
    background-color: #e9faf5;
    padding-top: 59px;
    padding-bottom: 62px;
}

.s2list1_box {
    width: 367px;
    height: 334px;
    background-color: #ffffff;
    box-shadow: 8px 8px 18px 0px rgba(0, 160, 112, 0.13);
    border-radius: 10px;
    border: solid 1px #03a466;
    margin: -88px auto 0;
    padding-top: 131px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.s2list1_tit {
    position: relative;
    width: 390px;
    height: 64px;
    background-image: linear-gradient(0deg,
            #00a070 0%,
            #22c695 100%);
    box-shadow: 8px 8px 18px 0px rgba(0, 160, 112, 0.13);
    border-radius: 0px 32px 32px 0px;
    font-size: 33px;
    font-weight: bold;
    line-height: 64px;
    color: #fbf55d;
    text-align: center;
    z-index: 1;
}

.s2_list1 {
    margin-top: 67px;
}

.s2_list1>li {
    position: relative;
    margin-right: 14px;
}

.s2_list1>li:last-child {
    margin-right: 0;
}

.s2_list1>li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 73px;
    background: url(../img/s2_i2.png) no-repeat top;
    top: -4px;
    left: 0;
}

.s2list1_tit::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 17px;
    background: url(../img/s2_i1.png) no-repeat top;
    left: 185px;
    bottom: -25px;
    animation: arr 1.5s ease-out infinite forwards;
}
@keyframes arr {
    from {
      transform: translateY(0px);
    }
    
    to {
        transform: translateY(5px);
    }
}
.s2list1_box:before {
    position: absolute;
    content: "";
    width: 359px;
    height: 366px;
    background: url(../img/s2_list.png) no-repeat top;
    top: 176px;
    right: -90px;
}

.s2list1_box>p {
    width: 315px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin: 0 auto;
    height: 96px;
}

.s2list1_box>p span {
    font-weight: bold;
}

.s2list_btn {
    display: block;
    width: 277px;
    height: 57px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#0eb07f,
            #0eb07f);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 28px;
    font-size: 24px;
    font-weight: bold;
    line-height: 57px;
    color: #ffffff;
    text-align: center;
    margin: 25px auto 0;
    position: relative;
    overflow: hidden;
}

.s2-con {
    position: relative;
    margin-top: 42px;
}

.s2-card {
    width: 989px;
    height: 508px;
    background-color: #ffffff;
    box-shadow: 0px 0px 59px 0px rgba(5, 114, 81, 0.31);
    padding-left: 180px;
    box-sizing: border-box;
    padding-top: 18px;

}

.s2-fl {
    position: absolute;
    width: 312px;
    height: 390px;
    background: url(../img/s2fl-bg.png) no-repeat center;
    top: 43px;
    left: 17px;
}

.s2-fl:before {
    position: absolute;
    content: "";
    width: 215px;
    height: 211px;
    background: url(../img/s2-i1.png) no-repeat center;
    left: -17px;
    bottom: -80px;
    z-index: 1;
}

.s2fl-box {
    position: relative;
    width: 267px;
    height: 268px;
    margin-top: 72px;
    margin-left: 15px;
    font-size: 39px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 89px;
    text-align: center;
}

.s2fl-box:before {
    position: absolute;
    content: "";
    width: 267px;
    height: 268px;
    background: url(../img/s2-i2.png) no-repeat center;
    top: 0;
    left: 0;
    animation: change 3.8s linear infinite;
}

@keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

.s2card-list>li {
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 20px;
    margin-top: 23px;
}

.s2card-list>li:last-child {
    border-bottom: none;
}

.s2card-list-num {
    width: 87px;
    height: 60px;
    border: solid 2px #74d8b8;
    box-sizing: border-box;
    padding-top: 7px;
    padding-left: 10px;
    box-sizing: border-box;
}

.s2card-list-numbg {
    width: 42px;
    height: 42px;
    background-color: #cef4e9;
    font-size: 22px;
    line-height: 42px;
    color: #0fa076;
    text-align: center;
}

.s2card-list-tit {
    font-size: 26px;
    font-weight: bold;
    margin-top: 16px;
    color: #333333;
    background: #ffffff;
    margin-left: -18px;
    line-height: 26px;
}

.s2card-list-link {
    display: block;
    width: 191px;
    height: 43px;
    background-image: linear-gradient(91deg,
            #da0303 0%,
            #e92323 50%,
            #f53f3f 100%),
        linear-gradient(#a0ecd3,
            #a0ecd3);
    box-shadow: -2px 3px 21px 0px rgba(244, 60, 60, 0.51);
    border-radius: 21px;
    font-size: 21px;
    line-height: 41px;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
    margin-right: 51px;
    animation     : activeBox 4s linear infinite;
}
@keyframes activeBox {
    50% {
        -webkit-transform: translateY(0);
        transform        : translateY(0);
    }

    54% {
        -webkit-transform: translateY(-5px);
        transform        : translateY(-5px);
    }

    58% {
        -webkit-transform: translateY(0);
        transform        : translateY(0);
    }

    62% {
        -webkit-transform: translateY(-5px);
        transform        : translateY(-5px);
    }

    66% {
        -webkit-transform: translateY(0);
        transform        : translateY(0);
    }
}
.s2card-list-bot {
    width: 742px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-top: 14px;
}

/* s3 */
.s3 {
    padding-top: 54px;
    padding-bottom: 87px;
}

.s3_con {
    width: 1200px;
    background-color: #0aab7b;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 32px;
    padding-left: 29px;
    padding-right: 36px;
    box-sizing: border-box;
    margin: 17px auto 0;
}

.s3_card {
    width: 556px;
    height: 598px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.s3card_tit {
    width: 510px;
    height: 128px;
    background: url(../img/s3_i1.png) no-repeat center;
    font-size: 30px;
    font-weight: bold;
    line-height: 152px;
    color: #ffffff;
    text-align: center;
    margin: -42px auto 0;
}

.s3card_tit>span {
    color: #f6fe71;
}

.s3card_tip {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-left: 18px;
}

.s3card_item {
    margin-left: 32px;
    margin-top: 31px;
}

.s3card_tip::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 29px;
    background-color: #03a466;
    border-radius: 2px;
    left: 0;
    top: 2px;
}

.s3card_radio {
    margin-top: 22px;
}

.choose-box {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    padding-left: 27px;
    margin-right: 70px;
}

.choose-box.active:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    background: url(../img/s3_i3.png) no-repeat center;
    border: 0;
    border-radius: 0;
    left: -8px;
    top: -11px;
}

.choose-box:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: solid 2px #03a466;
    box-sizing: border-box;
    border-radius: 50%;
    left: 0;
    top: 1px;
}

.s3card_radio div.choose-box:last-child {
    margin-right: 0;
}

.zy .choose-box {
    margin-right: 43px;
}

.zy div.choose-box:last-child {
    margin-right: 0;
}

.s3form_item {
    width: 233px;
    height: 49px;
    background-color: #f7f6f6;
    border-radius: 5px;
    border: solid 1px #03a466;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    padding-left: 19px;
    margin-top: 27px;
}

.s3form_item2 {
    margin-left: 16px;
}

.s3form_yzm {
    position: relative;
}

.hqyzm {
    position: absolute;
    padding: 0 24px;
    height: 49px;
    background-color: #03a466;
    border-radius: 5px;
    font-size: 18px;
    line-height: 49px;
    color: #ffffff;
    right: 0;
    top: 26px;
}

.s3form_btn {
    width: 277px;
    height: 57px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#0eb07f,
            #0eb07f);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 28px;
    font-size: 24px;
    line-height: 57px;
    color: #ffffff;
    margin-top: 44px;
    animation     : activeBox 4s linear infinite;
    cursor: pointer;
}

.s3card_list {
    margin-top: 24px;
    margin-left: 32px;
    margin-right: 45px;
}

.s3card_p {
    margin-top: 9px;
}

.s3card_p>li {
    margin-top: 10px;
    margin-left: 18px;
}

.s3_link1 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.s3_link1:hover {
    color: #0eb07f;
}

.s3_link2 {
    width: 112px;
    height: 24px;
    background-color: #ffe437;
    border-radius: 12px;
    font-size: 15px;
    line-height: 24px;
    color: #332c00;
    text-align: center;
    transition: .2s;
}

.s3_link2:hover {
    transform: scale(1.1);
}

.s3_hot {
    width: 14px;
    height: 18px;
    background: url(../img/s3_i2.png) no-repeat center;
    margin-top: 2px;
}

/* s4 */
.s4 {
    background: url(../img/s4-bg.png) no-repeat top;
    height: 482px;
    padding-top: 45px;
    box-sizing: border-box;
}

.s4 .title>h3 {
    color: #ffffff;
}

.s4 .title>h3 span {
    color: #f6fe71;
}

.s4 .title:before {
    background: url(../img/s4tit_fl.png) no-repeat top;
}

.s4 .title:after {
    background: url(../img/s4tit_fr.png) no-repeat top;
}

.s4_fr {
    position: relative;
    width: 1103px;
    height: 239px;
    background: url(../img/s4-fr.png) no-repeat center;
    margin-top: 15px;
}

.s4_fl {
    position: absolute;
    width: 158px;
    height: 158px;
    background: url(../img/s4_fl.png) no-repeat center;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #ffffff;
    padding-top: 38px;
    box-sizing: border-box;
    text-align: center;
    left: -82px;
    top: 41px;
}

.s4fr_links {
    margin-left: 84px;
    margin-top: 28px;
}

.s4fr_links>a {
    width: 125px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 1px #03a466;
    box-sizing: border-box;
    margin-left: 16px;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    color: #333333;
    margin-top: 14px;
}

.s4fr_links>a:last-child {
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#ffffff,
            #ffffff);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 21px;
    border: solid 1px #03a466;
    color: #ffffff;
}

/* s5 */
.s5 {
    padding-top: 61px;
    padding-bottom: 85px;
}

.s5_top {
    position: relative;
    width: 1203px;
    height: 169px;
    background: url(../img/s5-top.jpg) no-repeat center;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 201px;
    padding-top: 17px;
    margin-top: 25px;
}

.s5_top:before {
    position: absolute;
    content: "";
    width: 354px;
    height: 230px;
    background: url(../img/s5_i1.png) no-repeat center;
    top: -13px;
    left: -122px;
}

.s3 .title>h3 {
    color: #333333;
}

.s5 .title>h3 {
    color: #333333;
}

.s5top_t {
    width: 117px;
    height: 33px;
    background: url(../img/s5_i2.png) no-repeat center;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    color: #068c64;
    box-sizing: border-box;
    padding-left: 28px;
}

.s5top_item {
    margin-top: 9px;
}

.s5top_item>p {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 33px;
    margin-left: 13px;
}

.s5top_item>p span {
    color: #f6fe71;
}

.s5_con {
    width: 1200px;
    padding: 26px 0;
    background-image: linear-gradient(180deg,
            #b8fbe7 0%,
            #05a675 100%),
        linear-gradient(#2cb58b,
            #2cb58b);
    box-shadow: 3px 3px 21px 0px rgba(5, 166, 117, 0.4);
    border-radius: 0px 0px 30px 30px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 13px;
    box-sizing: border-box;
}

.s5_card {
    width: 589px;
    height: 494px;
    background-color: #ffffff;
    box-shadow: 3px 3px 21px 0px rgba(5, 166, 117, 0.4);
    border-radius: 10px;
}

.s5card_t {
    width: 245px;
    height: 59px;
    background: url(../img/s5_i3.png) no-repeat center;
    font-size: 24px;
    font-weight: bold;
    line-height: 57px;
    color: #ffffff;
    text-align: center;
    margin-left: -10px;
    margin-top: -10px;
}

.s5_table {
    display: block;
    width: 534px;
    height: 400px;
    border-radius: 10px;
    border: solid 2px #09ab7a;
    border-radius: 10px;
    margin: 19px auto 0;
    text-align: center;
}

.s5_table .tab1 {
    height: 57px;
}

.tab1_td1 {
    width: 103px;
    background-color: #d6fbef;
    border-radius: 10px 0px 0px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.tab2 .tab1_td1 {
    border-radius: 0;
}

.ta3 .tab1_td1 {
    border-radius: 0px 0px 0 10px;
}

.s5_table .tab1 .tab1_td2 {
    width: 206px;
    font-size: 20px;
    font-weight: bold;
    color: #2c9668;
    border-right: solid 2px #eaeaea;
}

.s5_table .tab1 .tab1_td3 {
    width: 223px;
    font-size: 20px;
    font-weight: bold;
    color: #2c9668;
}

.s5_table tr td {
    border-bottom: solid 2px #eaeaea;
}

.tab2 {
    height: 56px;
}

.tab2_td2 {
    font-size: 18px;
    color: #333333;
    border-right: solid 2px #eaeaea;
}

.tab2_td3 {
    font-size: 18px;
    color: #333333;
}

.tab2_p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.tab2_p2 {
    width: 173px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin: 0 auto;
    text-align: left;
}

.ta3 td {
    border-bottom: 0 !important;
    height: 107px;
}

.tab4 {
    height: 67px;
}

.s5_card2 {
    position: relative;
    width: 558px;
    height: 495px;
    background: url(../img/s5card2.png) no-repeat center;
}

.s5fr_list>li {
    font-size: 17px;
    line-height: 42px;
    color: #ffffff;
}

.s5fr_list>li:nth-child(1) {
    position: absolute;
    top: 95px;
    left: 59px;
    width: 265px;
    height: 53px;
    background: url(../img/s5fr_i1.png) no-repeat center;
    background-size: 100%;
}

.s5fr_list>li:nth-child(2) {
    position: absolute;
    top: 140px;
    right: 24px;
    width: 210px;
    height: 53px;
    background: url(../img/s5fr_i2.png) no-repeat center;
    background-size: 100%;
}

.s5fr_list>li:nth-child(3) {
    position: absolute;
    bottom: 110px;
    left: 37px;
    width: 250px;
    height: 53px;
    background: url(../img/s5fr_i3.png) no-repeat center;
    background-size: 100%;
}

.s5_link1 {
    width: 347px;
    height: 71px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#0eb07f,
            #0eb07f);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 35px;
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    margin-top: 46px;
}

.s5_link2 {
    width: 437px;
    height: 71px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#0eb07f,
            #0eb07f);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 35px;
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    color: #f6fe71;
    margin-left: 19px;
    margin-top: 46px;
}

/* s6 */
.s6 {
    padding-top: 49px;
    padding-bottom: 73px;
    background-color: #e9faf5;
}

.s6 .title>h3 {
    color: #333333;
}

.s6_navs {
    margin-top: 26px;
}

.s6_navs>a {
    width: 260px;
    height: 67px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(13, 190, 135, 0.41);
    border-radius: 29px;
    border: solid 1px #09ab7a;
    font-size: 30px;
    font-weight: bold;
    line-height: 67px;
    color: #2c9668;
    box-sizing: border-box;
}

.s6_navs>a:last-child {
    margin-left: 21px;
}

.s6_navs>a.active {
    position: relative;
    background-image: linear-gradient(180deg,
            #0bc087 0%,
            #1daf85 100%),
        linear-gradient(#fa613d,
            #fa613d);
    box-shadow: 0px 0px 10px 0px rgba(5, 114, 81, 0.51);
    color: #ffffff;
    border: 0;
}

.s6_navs>a.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #1daf85;
    bottom: -11px;
    left: 124px;
}

.s6_fl {
    position: relative;
    width: 703px;
    height: 490px;
    background-color: #2dc295;
    border-radius: 10px;
    padding-top: 18px;
    box-sizing: border-box;
    margin-top: 76px;
}

.s6_video {
    display: none;
    width: 675px;
    height: 456px;
    /* background: url(../img/video-bg.png) no-repeat center; */
    margin: 0 auto;
}
.s6_video.active{
    display: block;
}
.s6_fr {
    width: 590px;
    height: 568px;
    background-color: #ffffff;
    box-shadow: 3px 3px 21px 0px rgba(5, 166, 117, 0.4);
    border-radius: 10px;
    margin-left: -93px;
    margin-top: 37px;
    overflow: hidden;
    padding-left: 137px;
    box-sizing: border-box;
}

.s6_fr .s3card_tit {
    width: 446px;
    height: 115px;
    background: url(../img/s3_i1.png) no-repeat center;
    background-size: 100%;
    font-size: 26px;
    font-weight: bold;
    line-height: 135px;
    color: #f6fe71;
}

.s6_btns {
    margin-top: 16px;
}

.s6_btns>li {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-left: 34px;
    line-height: 29px;
    margin-top: 24px;
    cursor: pointer;
}

.s6_btns>li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #1daf85;
    top: 8px;
    left: 0;
}

.s6_i1 {
    width: 57px;
    height: 29px;
    background-image: linear-gradient(91deg,
            #da0303 0%,
            #e92323 50%,
            #f53f3f 100%),
        linear-gradient(#a0ecd3,
            #a0ecd3);
    border-radius: 21px 14px 14px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    color: #ffffff;
    text-align: center;
    margin-left: 6px;
}

.s6fr_bot {
    width: 434px;
    border-top: solid 2px #eaeaea;
    margin-top: 34px;
    padding-top: 20px;
}

.s6fr_t {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #188b6a;
}

.s6fr_i2 {
    width: 84px;
    height: 30px;
    background-color: #d6fbef;
    border-radius: 0px 15px 15px 0px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.s6fr_bot>p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-left: 18px;
    margin-top: 32px;
}

.s6fr_link {
    display: block;
    text-align: center;
    width: 290px;
    height: 60px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#0eb07f,
            #0eb07f);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 29px;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    color: #ffffff;
    margin: 42px auto 0;
    animation     : activeBox 4s linear infinite;
}

/* s7 */
.s7 .title>h3 {
    color: #333333;
}

.s7 {
    padding-top: 68px;
    padding-bottom: 72px;
}

.s7-table {
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 46px;
}

.s7-table tr td {
    border-right: solid 2px #dcdbdb;
}

.s7-table tr td:last-child,
.s7-table tr td:first-child {
    border-right: none;
}

.tr1 td {
    height: 82px;
    font-size: 24px;
    text-align: center;
    color: #333333;
    font-weight: 900;
}

.tr1 {
    box-shadow: 0px 0px 7px 0px rgba(28, 176, 134, 0.51);
    border-radius: 20px 20px 0px 0px;
    box-sizing: border-box;
}

.tr1 .td1 {
    width: 243px;
    background-image: linear-gradient(180deg,
            #1daf85 0%,
            #0bc087 100%),
        linear-gradient(#14dd97,
            #14dd97);
    border-radius: 20px 0px 0px 0px;
    color: #ffffff;
}

.tr1 .td2 {
    width: 135px;
}

.tr1 .td3 {
    width: 192px;
}

.tr1 .td4 {
    width: 176px;
}

.tr1 .td5 {
    width: 246px;
}

.tr1 .td6 {
    width: 208px;
}

.tr2 td {
    height: 145px;
}

.tr2 {
    box-shadow: 0px 0px 5px 0px rgba(28, 176, 134, 0.51);
    border-radius: 0px 0px 20px 20px;
}

.tr2 .td1 {
    background-image: linear-gradient(180deg,
            #0f9e75 0%,
            #0db07f 50%,
            #0bc087 100%),
        linear-gradient(#14dd97,
            #14dd97);
    border-radius: 0px 0px 0px 20px;
}

.s7table-tit1 {
    width: 194px;
    height: 34px;
    background-image: linear-gradient(0deg,
            #e3ec6c 0%,
            #f2f382 50%,
            #fefa95 100%),
        linear-gradient(#fffa96,
            #fffa96);
    color: #127f68;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.s7table-tit2 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    line-height: 33px;
   
}
.s7table-tit2 i{
    font-style: normal;
    text-decoration: line-through;
}
.s7table-tit2>span {
    font-size: 24px;
    font-weight: bold;
}

.s7table-tit2>span font {
    color: #fbf992;
}

.s7table-ks {
    color: #333333;
    font-size: 22px;
}

.s7table-p {
    color: #333333;
    font-size: 22px;
    width: 154px;
    margin: auto;
    line-height: 32px;
}

.s7table-pri {
    color: #f02a18;
    font-size: 24px;
    font-weight: bold;
}

.s7table-link {
    display: block;
    width: 149px;
    height: 46px;
    background-image: linear-gradient(91deg,
            #da0303 0%,
            #e92323 50%,
            #f53f3f 100%),
        linear-gradient(#f9c921,
            #f9c921);
    font-size: 28px;
    line-height: 43px;
    color: #ffffff;
    text-align: center;
    margin: auto;
    transition: 0.2s;
}

.s7table-link:hover {
    transform: translateY(5px);
}

.tr3,
.tr4,
.tr5,
.tr6 {
    border-radius: 20px 20px 20px 40px;
}

.tr3 .td1,
.tr4 .td1,
.tr5 .td1,
.tr6 .td1 {
    border-radius: 20px 0px 0px 20px;
}

.tr3 td {
    height: 198px;
}

.s7table-bj {
    width: 220px;
    color: #333333;
    text-align: center;
    font-size: 22px;
    margin: auto;
}

.tr4 td {
    height: 155px;
}

.tr5 td {
    height: 145px;
}

.tr5 .s7table-p {
    width: 294px;
}

.tr6 .s7table-p {
    width: 336px;
    text-align: center;
}

/* s8 */
.s8 {
    background: url(../img/s8_bg.jpg) no-repeat center;
    height: 1160px;
    box-sizing: border-box;
    padding-top: 64px;
}

.s8 .title>h3 {
    color: #ffffff;
}

.s8 .title>h3 span {
    color: #f6fe71;
}

.s8 .title:before {
    background: url(../img/s4tit_fl.png) no-repeat top;
}

.s8 .title:after {
    background: url(../img/s4tit_fr.png) no-repeat top;
}

.s8_con>li {
    float: left;
    width: 385px;
    height: 370px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 1px;
    box-sizing: border-box;
    margin-right: 21px;
    margin-top: 78px;
}

.s8_con>li:nth-child(3n) {
    margin-right: 0;
}

.s8con_t {
    position: relative;
}

.s8con_t:before {
    position: absolute;
    content: "";
    width: 365px;
    height: 59px;
    background: url(../img/s8_i1.png) no-repeat center;
    bottom: 0;
    left: 10px;
}

.s8con_t>h3 {
    position: relative;
    width: 298px;
    height: 87px;
    background-image: linear-gradient(4deg,
            #d49c32 0%,
            #fcbe4c 100%),
        linear-gradient(#ffffff,
            #ffffff);
    border-radius: 30px 30px 0px 0px;
    font-size: 34px;
    font-weight: bold;
    line-height: 83px;
    color: #ffffff;
    text-align: center;
    margin: -43px auto 0;
}

.s8con_p {
    width: 311px;
    height: 189px;
    font-size: 20px;
    line-height: 38px;
    color: #333333;
    margin: 34px auto 0;
}

.s8con_p>span {
    font-weight: 700;
    color: #178168;
}

.s8_link {
    position: relative;
    display: block;
    width: 290px;
    height: 67px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#ffffff,
            #ffffff);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 33px;
    font-size: 26px;
    font-weight: bold;
    line-height: 62px;
    color: #ffff33;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

/* s9 */
.s9 {
    padding-bottom: 56px;
}

.s9 .title>h3 {
    color: #333333;
}

.zlxz {
    padding-top: 70px;
    padding-bottom: 68px;
}

.zltop_fl {
    position: relative;
    width: 326px;
    height: 345px;
    background: url(../img/zlxz_i1.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 148px;
    margin-top: 65px;
}

.zltop_fl::before {
    position: absolute;
    content: "";
    width: 310px;
    height: 26px;
    background: url(../img/yy.png) no-repeat center;
    background-size: 100% 100%;
    bottom: -25px;
    left: 8px;
}

.zltop_fl>h4 {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    text-align: center;
}

.zltop_fl>h3 {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    font-size: 58px;
    text-align: center;
}

.zltop_btn {
    display: block;
    width: 248px;
    height: 47px;
    background: rgba(255, 255, 255, 1);
    font-size: 23px;
    font-weight: bold;
    color: #2c9668;
    text-align: center;
    line-height: 47px;
    margin: 10px auto 0;
}

.zlt_i1 {
    display: inline-block;
    width: 62px;
    height: 53px;
    margin-top: 12px;
    margin-left: 22px;
    margin-right: 21px;
}

.zlt_i2 {
    display: inline-block;
    width: 55px;
    height: 53px;
    margin-top: 12px;
    margin-left: 22px;
    margin-right: 21px;
}

.zlt_i3 {
    display: inline-block;
    width: 42px;
    height: 57px;
    margin-top: 12px;
    margin-left: 22px;
    margin-right: 21px;
}

.zltop_fr {
    margin-left: 22px;
    margin-top: 56px;
}

.zltfr_tabs {}

.zltfr_tabs li {
    width: 257px;
    height: 112px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(19, 170, 119, 0.39);
    border-radius: 10px;
    box-sizing: border-box;
    padding-top: 16px;
    display: inline-block;
    margin-right: 35px;
}

.zltfr_tabs li:last-child {
    margin-right: 0px;
}

.zltfr_nr {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.zltfr_nr>h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.zltfr_nr>h5 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
    margin: 10px 0;
}

.zltfr_link {
    display: block;
    margin-top: 10px;
    width: 83px;
    height: 29px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#5cd1bc,
            #5cd1bc);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    text-align: center;
    line-height: 29px;
    transition: 0.2s;
    color: #ffffff;
    font-size: 14px;
}

.zltfr_link:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

.zltfr_lists {
    position: relative;
    width: 848px;
    margin-top: 20px;
}

.zltfr_lists:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 216px;
    background-color: #eaeaea;
    top: 10px;
    left: 420px;
}

.zltfr_lists>a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    padding-left: 53px;
    position: relative;
    margin-top: 12px;
}

.zltfr_lists>a::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 20px;
    background: url(../img/zl_i2.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}

.zltfr_lists>a:hover {
    color: #184fd6;
}

.zltfr_lists>a:nth-child(2n) {
    margin-left: 72px;
}

.zltfr_lists>a>p {
    display: inline-block;
    width: 308px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zlfr_down {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../img/zl_i3.png) no-repeat center;
    background-size: 100% 100%;
    vertical-align: top;
}

.zl_bot {
    width: 1200px;
    background-color: #ebfef8;
    border-radius: 10px;
    border: solid 1px #086c41;
    padding-top: 30px;
    padding-bottom: 24px;
    margin: 45px auto 0;
}

.zlform1>span {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.zl_form {
    text-align: center;
}

.zlform1 {
    position: relative;
    display: inline-block;
    margin-right: 71px;
}

.zl_hq {
    position: absolute;
    height: 46px;
    width: 116px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(253, 253, 253, 1);
    text-align: center;
    line-height: 46px;
    right: 0px;
    top: 0;
    background: #03a466;
}

.zlform_item {
    width: 233px;
    height: 46px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    outline: none;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
}

.zlform_btn {
    display: inline-block;
    width: 234px;
    height: 48px;
    background-image: linear-gradient(93deg,
            #fc3109 0%,
            #fe7315 100%),
        linear-gradient(#184fd6,
            #184fd6);
    box-shadow: 3px 3px 21px 0px rgba(180, 79, 10, 0.4);
    border-radius: 24px;
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 48px;
    vertical-align: bottom;
    animation     : activeBox 4s linear infinite;
}

.zlbot_p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(243, 59, 57, 1);
    text-align: center;
    margin-top: 23px;
}

/* navleft */
.fixed-left {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: fixed;
    z-index: 999;
    left: 2px;
    width: 161px;
    transition: .2s;
}

.fixed-left-top {
    position: relative;
    height: 42px;
    background-image: linear-gradient(94deg,
            #ef8b20 0%,
            #f33104 100%),
        linear-gradient(#ffff33,
            #ffff33);
    box-shadow: 0px 0px 21px 0px rgba(246, 124, 8, 0.31);
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
}

.fixed-left-top:before {
    position: absolute;
    content: "";
    width: 160px;
    height: 7px;
    background: url(../img/fixed-left-top.png) no-repeat center;
    top: -7px;
    left: 0;
}

.fixed-left-text {
    position: relative;
    width: 144px;
    background-image: linear-gradient(4deg,
            #f8df88 0%,
            #fed483 100%),
        linear-gradient(#c8a25a,
            #c8a25a);
    border-radius: 5px;
    margin: -10px auto 0;
    padding-top: 12px;
    padding-bottom: 1px;
}

.fixed-left-text:before {
    position: absolute;
    content: "";
    height: 41px;
    border-right: solid 2px rgba(228, 176, 88, 1);
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
}

.fixed-left-link1 {
    display: block;
    height: 44px;
    border-bottom: solid 1px #c39244;
    box-sizing: border-box;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fixed-left-link1:hover{
    color: red;
}
.fixed-left-link3 {
    border-bottom: 0;
}

.fixed-left-link2 {
    display: block;
    width: 98px;
    height: 32px;
    background-color: rgba(206, 142, 19, 0.45);
    font-size: 16px;
    line-height: 32px;
    color: #402a00;
    text-align: center;
    margin: 5px auto 0;
    transition: 0.2s;
}

.fixed-left-bot {
    display: block;
    position: relative;
    width: 82px;
    height: 82px;
    background-image: linear-gradient(94deg,
            rgba(239, 139, 32, 1) 0%,
            rgba(243, 49, 4, 1) 100%),
        linear-gradient(rgba(206, 142, 19, 1),
            rgba(206, 142, 19, 1));
    box-shadow: 0px 0px 21px 0px rgba(246, 124, 8, 0.31);
    border-radius: 50%;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    margin: 22px auto 0;
}

.fixed-left-bot:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    top: 8px;
    left: 50%;
    transform: translateX(-50%)
}

.fixed-close {
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../img/fixed-close.png) no-repeat center;
    top: -56px;
    left: 64px;
    cursor: pointer;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.fixed-close:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.fixed_form_item {
    width: 127px;
    height: 32px;
    background-color: #ffffff;
    color: #666666;
    padding-left: 12px;
    box-sizing: border-box;
    margin-top: 5px;
}

.fixed_form1 {
    position: relative;
}

.fixed_hq {
    position: absolute;
    display: block;
    padding: 0 10px;
    height: 32px;
    border-left: solid 1px #fbc561;
    position: absolute;
    font-size: 16px;
    line-height: 32px;
    color: #f2460a;
    right: 0;
    top: 5px;
}

.fixed_click {
    width: 122px;
    height: 33px;
    background-image: linear-gradient(0deg,
            #f33104 0%,
            #ef8b20 100%),
        linear-gradient(#fbc561,
            #fbc561);
    box-shadow: 0px 0px 21px 0px rgba(246, 124, 8, 0.31);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 14px;
}

/* 注册 */
.alert_zc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.zc_bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 541px;
    padding-bottom: 60px;
    background: url(../img/success_bg.png) no-repeat top;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 53px;
}

.zc_top {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;

}

.zc_i {
    width: 41px;
    height: 42px;
    background: url(../img/zc_i1.png) no-repeat top;
    background-size: 100% 100%;
    margin-right: 20px;
}

.zc_form {
    width: 435px;
    padding-top: 51px;
    padding-bottom: 51px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 23px auto 0;
    text-align: center;
}

.zcform_yzm {
    position: relative;
}

.zcform_item {
    display: inline-block;
    width: 349px;
    height: 53px;
    background-color: rgba(246, 245, 245, 1);
    border-radius: 10px;
    border: solid 1px #188b6a;
    padding-left: 24px;
    outline: none;
    font-size: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.zcform_qx {
    position: absolute;
    padding: 0 12px;
    height: 35px;
    background-color: #188b6a;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    right: 12px;
    top: 9px;
}

.zc_click {
    display: inline-block;
    width: 347px;
    height: 60px;
    background-image: linear-gradient(87deg,
            #fc3409 0%,
            #fe7215 100%),
        linear-gradient(#d52864,
            #d52864);
    border-radius: 10px;
    font-size: 26px;
    line-height: 60px;
    color: #ffffff;
    margin-top: 4px;
    font-weight: 700;
}

.zc_close {
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../img/close-btn.png) no-repeat top;
    background-size: 38px;
    top: 8px;
    right: 5px;
    cursor: pointer;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.zc_close:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.alert_success {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

/* success */

.mask-success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    text-align: center;
  }
  
  .mask-success-card {
    width: 539px;
    height: 310px;
    background: url(../img/mask-booking-card.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -269.5px;
    margin-top: -155px;
  }
  
  .mask-success-card > h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    margin-top: 30px;
  }
  
  .mask-success-card > p {
    width: 80%;
    text-align: left;
    font-size: 19px;
    color: #ffffff;
    margin-top: 20px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
  }
  
  .mask-success-card > p a {
    color: #fff;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
  }
  
  .mask-success-card > a {
    display: inline-block;
    width: 347px;
    height: 60px;
    border-radius: 10px;
    background-color: #d52864;
    background-image: linear-gradient(to top, #ff7400 0%, #fae805 100%);
    line-height: 58px;
    color: #5c2323;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .mask-success-card > span {
    display: block;
    font-size: 19px;
    color: #fff;
  }
  
  .mask-success-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/close-btn.png) no-repeat top;
    background-size: 30px;
    top: 8px;
    right: 8px;
    cursor: pointer;
  }
  
  .mask-success-close:hover {
    background: url(../img/close-btn.png) no-repeat bottom;
    background-size: 30px;
  }
  
  /* End success */

  /* award */

.mask-award {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    text-align: center;
  }
  
  .mask-award-card {
    width: 539px;
    height: 310px;
    background: url(../img/mask-booking-card.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -269.5px;
    margin-top: -155px;
  }
  
  .mask-award-card > h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    margin-top: 50px;
  }
  
  .mask-award-card > p {
    font-size: 19px;
    color: #ffffff;
    margin-top: 20px;
  }
  
  .mask-award-card > a {
    display: inline-block;
    width: 347px;
    height: 60px;
    border-radius: 10px;
    background-color: #d52864;
    background-image: linear-gradient(to top, #ff7400 0%, #fae805 100%);
    line-height: 58px;
    color: #5c2323;
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .mask-award-card > span {
    display: block;
    font-size: 19px;
    color: #fff;
  }
  
  .mask-award-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/close-btn.png) no-repeat top;
    background-size: 30px;
    top: 8px;
    right: 8px;
    cursor: pointer;
  }
  
  .mask-award-close:hover {
    background: url(../img/close-btn.png) no-repeat bottom;
    background-size: 30px;
  }
  
  /* End award */