#header {
    z-index: 100
}

.ad-banner {
    margin: 10px auto
}

header {
    width: 100%;
    min-width: 1120px;
    background-color: #ff9436
}

header .header-wrapper {
    width: 1120px;
    height: 80px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    position: relative
}

header .header-wrapper figure {
    display: inline-block;
    font-size: 0
}

header .header-wrapper figure a {
    display: inline-block
}

header .header-wrapper figure img {
    margin: 24px 80px 24px 0;
    display: inline-block
}

header .header-wrapper figure h1, header .header-wrapper figure h2, header .header-wrapper figure h3, header .header-wrapper figure h4, header .header-wrapper figure h5, header .header-wrapper figure h6 {
    display: none
}

header .header-wrapper .nav-h5 {
    display: none
}

header .header-wrapper .nav-pc {
    display: inline-block
}

header .header-wrapper .nav-pc .nav {
    line-height: 80px;
    position: relative
}

header .header-wrapper .nav-pc .nav::after {
    content: "";
    display: table;
    clear: both
}

header .header-wrapper .nav-pc .nav li.nav-item {
    float: left;
    margin-right: 34px;
    position: relative
}

header .header-wrapper .nav-pc .nav li.nav-item .name {
    display: inline-block;
    color: #fff;
    cursor: pointer
}

header .header-wrapper .nav-pc .nav li.nav-item .name img {
    width: 25px;
    vertical-align: sub;
    margin-right: 5px
}

header .header-wrapper .nav-pc .nav li.nav-item .subnav {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    height: 200px;
    padding: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    display: none
}

header .header-wrapper .nav-pc .nav li.nav-item .subnav::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 20px
}

header .header-wrapper .nav-pc .nav li.nav-item .subnav li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
    width: 200px
}

header .header-wrapper .nav-pc .nav li.nav-item .subnav li a {
    color: #333;
    width: 100%;
    display: block
}

header .header-wrapper .nav-pc .nav li.nav-item .subnav li a:hover {
    color: #ffaf4c;
    background-color: #fbf8e5
}

header .header-wrapper .nav-pc .nav li.nav-item:hover .name {
    color: #ffe355
}

header .header-wrapper .nav-pc .nav li.nav-item:hover .name::after {
    border-top: 2px solid #ffe355;
    border-right: 2px solid #ffe355;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -3px;
    transition: all 500ms ease-out
}

header .header-wrapper .nav-pc .nav li.nav-item:hover .subnav {
    display: block;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms
}

header .header-wrapper #search {
    position: absolute;
    top: calc(50% - 14px);
    right: 0
}

header .header-wrapper #search span {
    color: #999
}

header .header-wrapper #search span input {
    width: 249px;
    height: 28px;
    border-radius: 18px;
    border: 0;
    padding: 0 20px 0 15px
}

header .header-wrapper #search span i {
    display: inline-block;
    background-image: url(../images/magnifier.png);
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 17px auto;
    position: absolute;
    top: 3px;
    right: 7px;
    width: 20px;
    height: 20px
}

header .header-wrapper #search span i.clear {
    background-image: url(../../../img/clear-pc.png)
}

header .header-wrapper #search span i.for-pc {
    display: none
}

header .header-wrapper #search div.sug {
    background-color: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    position: absolute;
    top: 36px;
    z-index: 999;
    width: 100%;
    height: auto;
    right: 0;
    display: none
}

header .header-wrapper #search div.sug h1, header .header-wrapper #search div.sug h2, header .header-wrapper #search div.sug h3, header .header-wrapper #search div.sug h4, header .header-wrapper #search div.sug h5, header .header-wrapper #search div.sug h6 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-indent: 20px
}

header .header-wrapper #search ul::after {
    content: "";
    display: table;
    clear: both
}

header .header-wrapper #search ul li {
    width: 100%;
    cursor: pointer
}

header .header-wrapper #search ul li.hover, header .header-wrapper #search ul li:hover {
    background-color: #f7f7f7
}

header .header-wrapper #search ul li a {
    padding: 10px 20px;
    display: table
}

header .header-wrapper #search ul li img {
    display: table-cell;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

header .header-wrapper #search ul li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    width: 194px
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (max-width: 900px) {
    header {
        min-width: 100%
    }

    header .header-wrapper {
        width: 100%;
        height: 50px
    }

    header .header-wrapper .nav-pc {
        display: none
    }

    header .header-wrapper .nav-h5 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: -1px;
        left: -100%;
        z-index: 99;
        transition: all 500ms;
        display: block
    }

    header .header-wrapper .nav-h5 .icon {
        width: 14px;
        margin-left: 6px;
        margin-right: 7px;
        position: relative;
        top: 2px
    }

    header .header-wrapper .nav-h5.slide-in {
        left: 0;
        transition: all 500ms
    }

    header .header-wrapper .nav-h5 h1 a, header .header-wrapper .nav-h5 h2 a, header .header-wrapper .nav-h5 h3 a, header .header-wrapper .nav-h5 h4 a, header .header-wrapper .nav-h5 h5 a, header .header-wrapper .nav-h5 h6 a {
        color: #fff;
        line-height: 50px;
        background-color: #ff9436;
        font-size: 15px;
        display: block
    }

    header .header-wrapper .nav-h5 .mask {
        background-color: #000;
        opacity: .4;
        width: 100%;
        height: 100%;
        display: block
    }

    header .header-wrapper .nav-h5 .nav {
        position: absolute;
        background-color: #fff;
        top: 0;
        left: 0;
        text-indent: 12px;
        width: 200px;
        height: 100%
    }

    header .header-wrapper .nav-h5 .nav .nav-item span {
        width: 100%;
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        background-color: #ff9436;
        font-size: 15px;
        position: relative
    }

    header .header-wrapper .nav-h5 .nav .nav-item span::after {
        content: "";
        width: 14px;
        height: 14px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(45deg) scale(.5);
        -ms-transform: rotate(45deg) scale(.5);
        transform: rotate(45deg) scale(.5);
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 16px;
        transition: all 500ms
    }

    header .header-wrapper .nav-h5 .nav .nav-item.active span::after {
        -webkit-transform: rotate(-135deg) scale(.5);
        -ms-transform: rotate(-135deg) scale(.5);
        transform: rotate(-135deg) scale(.5);
        top: 20px;
        transition: all 500ms
    }

    header .header-wrapper .nav-h5 .nav .nav-item.active .subnav {
        max-height: 370px;
        overflow: scroll;
        transition: all 500ms
    }

    header .header-wrapper .nav-h5 .nav .nav-item.active .subnav li {
        box-shadow: 0 1px 0 0 rgba(227, 227, 227, .5)
    }

    header .header-wrapper .nav-h5 .nav .nav-item ul li a {
        display: block;
        line-height: 45px;
        font-size: 14px;
        color: #333;
        margin-left: 27px
    }

    header .header-wrapper .nav-h5 .nav .nav-item ul li a:focus {
        background-color: #fbf8e5;
        color: #ffaf4c
    }

    header .header-wrapper .nav-h5 .nav .nav-item .subnav {
        max-height: 0;
        overflow: hidden;
        transition: all 500ms
    }

    header .header-wrapper #search {
        position: absolute;
        right: 0;
        top: 0;
        width: 90%;
        left: auto
    }

    header .header-wrapper #search span i {
        background-image: url(../../../img/magnifier-h5.png);
        right: 15px;
        top: 14px;
        transition: all 800ms
    }

    header .header-wrapper #search span i.clear {
        background-image: url(../../../img/clear-pc.png)
    }

    header .header-wrapper #search span i.for-pc {
        display: none
    }

    header .header-wrapper #search span input {
        opacity: 0;
        transition: opacity 800ms;
        display: none
    }

    header .header-wrapper #search.open input {
        opacity: 1;
        display: block;
        transition: opacity 800ms;
        width: 80%;
        left: 4%;
        top: 11px;
        position: absolute
    }

    header .header-wrapper #search.open i {
        background-image: url(../images/magnifier.png);
        right: 9%;
        transition: all 800ms
    }

    header .header-wrapper #search div.sug {
        width: 111%;
        left: -11%;
        top: 50px
    }

    header .header-wrapper .slide-bar {
        display: inline-block;
        width: 50px;
        height: 50px;
        float: left;
        cursor: pointer;
        line-height: 2.8;
        margin-left: 15px
    }

    header .header-wrapper .slide-bar::before {
        content: "";
        width: 18px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff
    }

    header .header-wrapper #back {
        display: inline-block;
        margin: 17px 0 0 15px
    }

    header .header-wrapper #back a {
        display: block
    }

    header .header-wrapper #back span {
        background: url(../../../img/back.png) no-repeat;
        display: inline-block;
        width: 17px;
        height: 17px;
        background-size: 100%
    }

    header .header-wrapper figure {
        width: 60%;
        position: absolute;
        height: 50px;
        left: 20%
    }

    header .header-wrapper figure a {
        width: 60%;
        height: 50px;
        margin-left: 20%
    }

    header .header-wrapper figure img {
        width: 100%;
        margin-top: 15px
    }
}

#subHeader {
    width: 100%;
    background-color: #3ca089;
    height: 40px;
    line-height: 40px
}

#subHeader ul {
    width: 1120px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex
}

#subHeader ul::after {
    content: "";
    display: table;
    clear: both
}

#subHeader ul li {
    position: relative;
    margin-right: 19.8px;
    -ms-flex: 1;
    flex: 1
}

#subHeader ul li.for-h5 {
    display: none
}

#subHeader ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: relative
}

#subHeader ul li:hover:not(.for-pc) > a, #subHeader ul li.active > a {
    color: #ffaf4c
}

#subHeader ul li:hover:not(.for-pc) > a::after, #subHeader ul li.active > a::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #ffaf4c;
    position: absolute;
    bottom: 0;
    left: 0
}

#subHeader ul li ul {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #fff;
    border: 1px solid #d5d8db;
    border-top: 0;
    width: 200px;
    z-index: 1;
    display: none
}

#subHeader ul li ul:hover {
    display: block
}

#subHeader ul li ul li {
    line-height: 50px;
    float: none;
    border-bottom: 1px solid #f7f7f7;
    margin-right: 0
}

#subHeader ul li ul li a {
    display: block;
    font-size: 16px;
    color: #666;
    text-indent: 12px
}

#subHeader ul li.for-pc {
    margin-right: 0;
    display: block
}

#subHeader ul li.for-pc:hover ul {
    display: block
}

#subHeader ul li.for-pc ul li:hover {
    background-color: #fbf8e5;
    color: dfbb00
}

#subHeader ul li.for-pc ul li:hover::after {
    display: none
}

@media (max-width: 900px) {
    #subHeader {
        height: 40px;
        line-height: 40px;
        width: 100vw;
        overflow: scroll
    }

    #subHeader ul {
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
        white-space: nowrap
    }

    #subHeader ul li {
        float: none;
        display: inline-block
    }

    #subHeader ul li.for-pc {
        display: none
    }

    #subHeader ul li.for-h5 {
        display: block
    }

    #subHeader ul li.active::after {
        height: 4px
    }

    #subHeader ul li a {
        font-size: 12px
    }
}

#crumbs {
    font-size: 18px;
    color: #333;
    width: 1120px;
    margin: 0 auto
}

#crumbs li {
    display: inline-block;
    margin: 30px 0
}

#crumbs li a {
    color: #333
}

@media (max-width: 900px) {
    #crumbs {
        display: none
    }
}

@import '../../lib/swiper.min.css';
.holiday-slideshow-wrap-bg {
    background-color: #f7f7f7
}

@media (max-width: 900px) {
    .holiday-slideshow-wrap-bg {
        width: 100%;
        background-color: #f7f7f7
    }
}

.holiday-slideshow-wrap-bg .shadow {
    width: 1120px;
    height: 234px;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, .1)
}

@media (max-width: 900px) {
    .holiday-slideshow-wrap-bg .shadow {
        display: none
    }
}

.holiday-slideshow-wrap-bg .holiday-slideshow-wrap-parent {
    margin-top: 0;
    background-color: #fff;
    border-top: 1px solid transparent
}

.holiday-slideshow-wrap-bg .holiday-slideshow-wrap-parent .holiday-slideshow-wrap {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    margin-top: -234px;
    box-sizing: border-box
}

@media (max-width: 900px) {
    .holiday-slideshow-wrap-bg .holiday-slideshow-wrap-parent .holiday-slideshow-wrap {
        width: 100%;
        margin-top: 0;
        background-color: #fff
    }
}

.holiday-slideshow-wrap {
    padding: 30px;
    padding-bottom: 0;
    background-color: #fff
}

.holiday-slideshow-wrap .title {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    line-height: 33px
}

.holiday-slideshow-wrap .slideshow-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px
}

.holiday-slideshow-wrap .slideshow-wrap .desc {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    font-size: 18px;
    color: #666;
    line-height: 24px
}

.holiday-slideshow-wrap .slideshow-wrap .desc a {
    position: relative;
    display: block;
    width: 220px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #ff9436;
    border-radius: 22.5px;
    margin-top: 22px
}

.holiday-slideshow-wrap .slideshow-wrap .desc a::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 13px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

.holiday-slideshow-wrap .slideshow-wrap .desc a:hover {
    background-color: rgba(90, 193, 169, .9)
}

.holiday-slideshow-wrap .slideshow-wrap .images-wrap {
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    width: 720px
}

.holiday-slideshow-wrap .slideshow {
    width: 100%
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper {
    width: 100%;
    height: 963px
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-slide > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-slide > a img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom {
    width: 100%;
    height: 94px;
    padding-top: 30px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #333
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .page, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .omit {
    margin: 0 10px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    cursor: pointer
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .page.actived, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .omit.actived {
    background-color: #ff9436;
    color: #fff
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .prev-btn::before {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #333;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(.8);
    -ms-transform: rotate(-45deg) scale(.8);
    transform: rotate(-45deg) scale(.8);
    transition: all .3s;
    content: ''
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .next-btn::after {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #333;
    border-width: 0 1.5px 1.5px 0;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(.8);
    -ms-transform: rotate(-45deg) scale(.8);
    transform: rotate(-45deg) scale(.8);
    transition: all .3s;
    content: ''
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .prev-btn, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .next-btn {
    display: block;
    width: 94px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    margin: 0 10px
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .prev-btn.disabled, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .next-btn.disabled {
    color: #ccc
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .prev-btn.disabled::before, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .next-btn.disabled::before {
    border-color: #ccc
}

.holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .prev-btn.disabled::after, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .next-btn.disabled::after {
    border-color: #ccc
}

@media (max-width: 900px) {
    .holiday-slideshow-wrap .slideshow .slideshow-wrapper {
        height: 122.93333333vw
    }

    .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom {
        width: 100%;
        height: 16.26666667vw;
        padding-top: 4.8vw;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        font-size: 3.2vw;
        color: #333
    }

    .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .page, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .omit {
        margin: 0 .8vw;
        width: 6.66666667vw;
        height: 6.66666667vw;
        border-radius: 100%;
        text-align: center;
        line-height: 6.66666667vw
    }

    .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .prev-btn, .holiday-slideshow-wrap .slideshow .slideshow-wrapper .swiper-pagination-custom .next-btn {
        display: block;
        width: 16vw;
        height: 6.66666667vw;
        line-height: 6.66666667vw;
        margin: 0 .8vw
    }
}

@media (max-width: 900px) {
    .holiday-slideshow-wrap {
        padding: 4vw;
        background-color: transparent;
        box-shadow: none
    }

    .holiday-slideshow-wrap .title {
        font-size: 4.26666667vw;
        line-height: 5.86666667vw
    }

    .holiday-slideshow-wrap .slideshow-wrap {
        margin-top: 2.66666667vw;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .holiday-slideshow-wrap .slideshow-wrap .desc {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        font-size: 3.2vw;
        line-height: 4vw;
        margin-bottom: 5.33333333vw
    }

    .holiday-slideshow-wrap .slideshow-wrap .desc > a {
        margin: 0 auto;
        width: 40vw;
        height: 8vw;
        line-height: 8vw;
        margin-top: 10px
    }

    .holiday-slideshow-wrap .slideshow-wrap .desc > a::after {
        content: "";
        position: absolute;
        top: 2.66666667vw;
        right: .53333333vw;
        width: 0;
        height: 0;
        border-width: 1.33333333vw;
        border-style: solid;
        border-color: transparent transparent transparent #fff
    }

    .holiday-slideshow-wrap .slideshow-wrap .images-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

#holiday {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 10px
}

#holiday .wrapper {
    width: 1120px;
    margin: 0 auto
}

#holiday .wrapper h1, #holiday .wrapper h2, #holiday .wrapper h3, #holiday .wrapper h4, #holiday .wrapper h5, #holiday .wrapper h6 {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    padding: 31px 0 21px
}

#holiday .wrapper h1 i, #holiday .wrapper h2 i, #holiday .wrapper h3 i, #holiday .wrapper h4 i, #holiday .wrapper h5 i, #holiday .wrapper h6 i {
    color: #ffaf4c
}

#holiday .wrapper ul.brand-list {
    font-size: 0
}

#holiday .wrapper ul.brand-list li {
    width: 160px;
    height: 130px;
    margin-right: 32px;
    margin-bottom: 32px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, .1)
}

#holiday .wrapper ul.brand-list li a {
    position: relative;
    display: block;
    width: 160px;
    height: 130px;
    overflow: hidden
}

#holiday .wrapper ul.brand-list li img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

#holiday .wrapper ul.brand-list li:nth-child(6n) {
    margin-right: 0
}

#holiday .wrapper div.link-box span {
    color: #666;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    margin-top: 7px
}

#holiday .wrapper div.link-box ul.link-list {
    font-size: 14px
}

#holiday .wrapper div.link-box ul.link-list::after {
    content: "";
    display: table;
    clear: both
}

#holiday .wrapper div.link-box ul.link-list li {
    float: left;
    border: 1px solid #ff9436;
    background-color: #f2f7ff;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 33px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px
}

#holiday .wrapper div.link-box ul.link-list li a {
    display: inline-block;
    color: #666
}

#holiday .wrapper .share-box {
    position: relative;
    margin-bottom: 9px
}

#holiday .wrapper .share-box .share {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    color: #999;
    font-size: 18px
}

#holiday .wrapper .share-box ul.share {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#holiday .wrapper .share-box ul.share::after {
    content: "";
    display: table;
    clear: both
}

#holiday .wrapper .share-box ul.share li {
    margin-left: 6px;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle
}

#holiday .wrapper .share-box ul.share li a {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%
}

#holiday .wrapper .share-box ul.share li a i {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%
}

#holiday .wrapper .share-box ul.share li a i.footer-fb {
    background-image: url(../../../img/fb_i.png)
}

#holiday .wrapper .share-box ul.share li a i.footer-tw {
    background-image: url(../../../img/tw_i.png)
}

.holidaySalesDetailCoupons h1, .holidaySalesDetailCoupons h2, .holidaySalesDetailCoupons h3, .holidaySalesDetailCoupons h4, .holidaySalesDetailCoupons h5, .holidaySalesDetailCoupons h6 {
    color: #000;
    font-size: 26px;
    font-weight: 700
}

#lineNews {
    width: 1120px;
    margin: 0 auto
}

@media (max-width: 900px) {
    #lineNews {
        width: 92%;
        margin: 0 auto
    }

    #holiday {
        padding-bottom: 0
    }

    #holiday .wrapper {
        width: 90%;
        width: calc(100% - 20px);
        padding: 10px
    }

    #holiday .wrapper h1, #holiday .wrapper h2, #holiday .wrapper h3, #holiday .wrapper h4, #holiday .wrapper h5, #holiday .wrapper h6 {
        font-size: 15px;
        padding: 8px 0
    }

    #holiday .wrapper ul.brand-list {
        font-size: 0
    }

    #holiday .wrapper ul.brand-list li {
        width: 30%;
        height: 22.66666667vw;
        margin-right: 4vw;
        margin-bottom: 4vw
    }

    #holiday .wrapper ul.brand-list li a {
        width: 100%;
        height: 100%;
        position: relative
    }

    #holiday .wrapper ul.brand-list li:nth-child(3n) {
        margin-right: 0
    }

    #holiday .wrapper div.link-box {
        display: -ms-flexbox;
        display: flex
    }

    #holiday .wrapper div.link-box::after {
        content: "";
        display: table;
        clear: both
    }

    #holiday .wrapper div.link-box span {
        font-size: 12px;
        margin-right: 5px;
        width: 118px;
        margin-top: 0
    }

    #holiday .wrapper div.link-box ul.link-list {
        font-size: 12px
    }

    #holiday .wrapper div.link-box ul.link-list li {
        height: 20px;
        line-height: 20px;
        margin-right: 2%;
        padding: 0 8px;
        margin: 0 10px 8px 0
    }

    #holiday .wrapper .share-box {
        margin-bottom: 12px
    }

    #holiday .wrapper .share-box .title {
        display: inline-block
    }

    #holiday .wrapper .share-box .title h1 {
        padding: 0
    }

    #holiday .wrapper .share-box ul.share {
        float: right;
        color: #999;
        font-size: 12px;
        margin-right: 4px
    }

    #holiday .wrapper .share-box ul.share li {
        width: 18px;
        height: 18px
    }
}

#square .h5-only {
    display: none
}

#square .pc-only {
    display: block
}

#square #noContent {
    margin: 0 auto;
    width: 610px;
    text-align: center
}

#square #noContent .img {
    margin-top: 120px
}

#square #noContent .img img {
    width: 254px;
    height: 245px;
    display: block;
    margin: 0 auto
}

#square #noContent .wrap {
    margin-top: 50px;
    margin-bottom: 120px
}

#square #noContent .wrap p {
    line-height: 50px;
    color: #bcbcbc;
    font-size: 18px
}

#square #noContent .wrap p a {
    color: #ff9436
}

#square ul::after {
    content: "";
    display: table;
    clear: both
}

#square ul li {
    float: left;
    width: 356px;
    margin-right: 26px;
    margin-bottom: 30px;
    border: 1px solid #d5d8db;
    box-sizing: border-box;
    position: relative
}

#square ul li .discounts i {
    font-size: 14px;
    color: #fff;
    background: #333;
    border-radius: 14px;
    padding: 0 8px;
    line-height: 16px;
    font-weight: lighter;
    margin-left: 10px
}

#square ul li:hover {
    box-shadow: 0 0 2px 1px #e1e1e1
}

@media (max-width: 900px) {
    #square ul li .btn a {
        line-height: 21px;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        white-space: nowrap;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }

    #square ul li .discounts i {
        display: inline-block;
        font-size: 12px;
        padding: 2px 3px;
        line-height: 12px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

@media (min-width: 900px) {
    #square ul li:nth-of-type(3n) {
        margin-right: 0
    }
}

#square ul .logo-wrapper {
    height: 180px;
    position: relative;
    display: block
}

#square ul .logo-wrapper .forH5 {
    display: none
}

#square ul .logo-wrapper .forPC {
    display: block;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#square ul .logo-wrapper .forPC img {
    max-height: 180px;
    max-width: 100%
}

#square ul .logo-wrapper .forPC i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background-color: rgba(153, 153, 153, .4);
    overflow: hidden;
    height: 0;
    line-height: 49px;
    transition: height 200ms ease
}

#square ul .logo-wrapper:hover .forPC i {
    height: 49px;
    transition: height 200ms ease
}

#square ul .content-wrapper {
    padding: 20px 19px 26px;
    box-sizing: border-box;
    background-color: #f7f7f7
}

#square ul .content-wrapper h1, #square ul .content-wrapper h2, #square ul .content-wrapper h3, #square ul .content-wrapper h4, #square ul .content-wrapper h5, #square ul .content-wrapper h6 {
    color: #ff9436;
    font-size: 14px;
    font-weight: lighter
}

#square ul .content-wrapper h1 a, #square ul .content-wrapper h2 a, #square ul .content-wrapper h3 a, #square ul .content-wrapper h4 a, #square ul .content-wrapper h5 a, #square ul .content-wrapper h6 a {
    color: #ff9436;
    font-weight: 700
}

#square ul .content-wrapper .content-top-wrapper {
    margin-bottom: 8px;
    position: relative
}

#square ul .content-wrapper .content-top-wrapper::after {
    content: "";
    display: table;
    clear: both
}

#square ul .content-wrapper .content-top-wrapper h1, #square ul .content-wrapper .content-top-wrapper h2, #square ul .content-wrapper .content-top-wrapper h3, #square ul .content-wrapper .content-top-wrapper h4 {
    margin-bottom: 0
}

#square ul .content-wrapper .content-top-wrapper .expire {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 13px
}

#square ul .content-wrapper p {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    height: 48px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#square ul .content-wrapper .btn-wrapper button {
    display: block;
    margin: 18px auto 0 !important
}

#square ul .content-wrapper .btn-wrapper.btn-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#square ul .content-wrapper .btn-wrapper.btn-2 button {
    margin: 18px 0 0 !important;
    display: inline-block
}

#square ul .top-mark {
    position: absolute;
    top: 0;
    left: 10px;
    width: 50px
}

#square ul #ads {
    margin-bottom: 20px
}

#square ul #ads a {
    cursor: pointer;
    display: inline-block
}

#square ul #ads img {
    width: 100%
}

@media (max-width: 900px) {
    #square {
        overflow: hidden
    }

    #square .h5-only {
        display: block !important
    }

    #square .pc-only {
        display: none !important
    }

    #square .title {
        min-height: 50px;
        line-height: 50px
    }

    #square .title::after {
        content: "";
        display: table;
        clear: both
    }

    #square .title h1, #square .title h2, #square .title h3, #square .title h4, #square .title h5, #square .title h6 {
        font-size: 15px
    }

    #square .title h1 {
        line-height: 50px
    }

    #square .title .more-wrapper a {
        padding-right: 0;
        -webkit-transform: scale(.56);
        -ms-transform: scale(.56);
        transform: scale(.56);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }

    #square .title .more-wrapper a .for-pc {
        display: none
    }

    #square .title .more-wrapper a:after {
        display: none
    }

    #square .title .select-wrapper {
        display: table-cell;
        width: 110px
    }

    #square .title .select-wrapper select {
        -webkit-appearance: none;
        background: 0 0;
        border: 0;
        border: 1px solid #eaeaea;
        background-color: #f7f7f7;
        width: 110px;
        height: 35px;
        font-size: 12px;
        color: #333;
        text-indent: 8px;
        position: absolute;
        right: 10px;
        bottom: 13px
    }

    #square .title .select-wrapper::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        position: absolute;
        right: 17px;
        top: 27px
    }

    #square .title.with-select {
        height: 50px;
        padding: 5px;
        line-height: inherit;
        display: table;
        width: 100%
    }

    #square .title.with-select h1, #square .title.with-select h2, #square .title.with-select h3, #square .title.with-select h4, #square .title.with-select h5, #square .title.with-select h6 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: table-cell;
        vertical-align: middle
    }

    #square #noContent {
        width: 100%
    }

    #square #noContent .img {
        margin-top: 20px
    }

    #square #noContent .img img {
        width: 127px;
        height: 124px
    }

    #square #noContent .wrap {
        margin-top: 10px;
        margin-bottom: 50px
    }

    #square #noContent .wrap p {
        font-size: 12px;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    #square ul .top-mark {
        position: absolute;
        top: 0;
        left: 5px;
        width: 30px
    }

    #square ul div#ads {
        width: 100% !important;
        margin-bottom: 12px !important
    }

    #square ul div#ads img {
        width: 100%
    }

    #square ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 13px
    }

    #square ul li:nth-of-type(2n) {
        margin-right: 0
    }

    #square ul .logo-wrapper {
        height: 155px
    }

    #square ul .logo-wrapper .forPC {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    #square ul .logo-wrapper img {
        max-width: 75% !important;
        max-height: 100px;
        text-align: center
    }

    #square ul .content-wrapper {
        padding: 5px 10px 10px;
        height: 160px;
        position: relative
    }

    #square ul .content-wrapper h1, #square ul .content-wrapper h2, #square ul .content-wrapper h3, #square ul .content-wrapper h4, #square ul .content-wrapper h5, #square ul .content-wrapper h6 {
        font-size: 12px !important;
        line-height: 20px !important;
        white-space: nowrap;
        width: 100%;
        overflow: hidden
    }

    #square ul .content-wrapper p {
        font-weight: 700;
        line-height: 18px;
        height: 54px;
        font-size: 14px;
        color: #333 !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    #square ul .content-wrapper span.expire {
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65);
        margin-top: 3px;
        line-height: 12px;
        right: 5px;
        -webkit-transform-origin: right center !important;
        -ms-transform-origin: right center !important;
        transform-origin: right center !important
    }

    #square ul .content-wrapper .btn-wrapper.btn-2 {
        width: 100%;
        display: block
    }

    #square ul .content-wrapper .btn-wrapper.btn-2 button {
        display: inline-block;
        width: 42%
    }

    #square ul .content-wrapper .btn-wrapper.btn-2 .btn a {
        display: inline-block
    }

    #square ul .content-wrapper .btn-wrapper {
        height: auto;
        position: absolute;
        bottom: 0;
        width: calc(100% - 20px)
    }

    #square ul .content-wrapper .btn-wrapper button {
        display: block;
        margin: auto auto 10px !important
    }

    #square ul .content-wrapper .btn-wrapper .btn a {
        display: block;
        font-size: 20px;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        line-height: 40px;
        width: 200%
    }

    #square ul .content-wrapper .used {
        width: 133%;
        margin-top: 3px
    }

    #square ul .content-wrapper .used span {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    #square ul .content-wrapper .content-top-wrapper {
        margin-bottom: 0
    }

    #square .discounts {
        position: relative;
        -webkit-transform-origin: 0 center;
        -ms-transform-origin: 0 center;
        transform-origin: 0 center;
        width: 200%
    }

    #square .discounts em {
        font-size: 16px
    }

    #square .discounts i {
        font-size: 14px;
        margin-left: 2px !important
    }

    #square .discounts .expire {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        display: block;
        float: none;
        margin-left: 0
    }
}

.holidaySalesDetailCoupons {
    width: 1120px;
    margin: 0 auto
}

.holidaySalesDetailCoupons .h5-only {
    display: none
}

.holidaySalesDetailCoupons .pc-only {
    display: block
}

.holidaySalesDetailCoupons .title {
    min-height: 80px;
    line-height: 80px;
    position: relative
}

.holidaySalesDetailCoupons .title::after {
    content: "";
    display: table;
    clear: both
}

.holidaySalesDetailCoupons .title h1, .holidaySalesDetailCoupons .title h2, .holidaySalesDetailCoupons .title h3, .holidaySalesDetailCoupons .title h4, .holidaySalesDetailCoupons .title h5, .holidaySalesDetailCoupons .title h6 {
    color: #333;
    font-size: 26px;
    font-weight: 700
}

.holidaySalesDetailCoupons .title .select-wrapper {
    display: none
}

.holidaySalesDetailCoupons .title .more-wrapper {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.holidaySalesDetailCoupons .title .more-wrapper a {
    display: inline-block;
    font-size: 18px;
    color: #ff9436;
    line-height: 30px;
    position: relative;
    padding-right: 17px
}

.holidaySalesDetailCoupons .title .more-wrapper a .for-pc {
    color: #ff9436;
    line-height: 30px;
    font-size: 18px
}

.holidaySalesDetailCoupons .title .more-wrapper a:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #ff9436;
    border-bottom: 5px solid transparent
}

.holidaySalesDetailCoupons dl {
    line-height: 60px;
    border-bottom: 1px solid #d5d8db;
    font-size: 18px;
    margin-bottom: 25px;
    width: 1120px;
    background-color: #fff
}

.holidaySalesDetailCoupons dl::after {
    content: "";
    display: table;
    clear: both
}

.holidaySalesDetailCoupons dl.fixed {
    position: fixed;
    top: 0;
    z-index: 99
}

.holidaySalesDetailCoupons dl dd {
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #666;
    margin-right: 50px
}

.holidaySalesDetailCoupons dl dd:hover, .holidaySalesDetailCoupons dl dd.active {
    color: #ff9436
}

.holidaySalesDetailCoupons dl dd:hover::after, .holidaySalesDetailCoupons dl dd.active::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #ff9436;
    position: absolute;
    bottom: 0;
    left: 0
}

.holidaySalesDetailCoupons #noContent {
    margin: 0 auto;
    width: 610px;
    text-align: center
}

.holidaySalesDetailCoupons #noContent .img {
    margin-top: 120px
}

.holidaySalesDetailCoupons #noContent .img img {
    width: 254px;
    height: 245px;
    display: block;
    margin: 0 auto
}

.holidaySalesDetailCoupons #noContent .wrap {
    margin-top: 50px;
    margin-bottom: 120px
}

.holidaySalesDetailCoupons #noContent .wrap p {
    line-height: 50px;
    color: #bcbcbc;
    font-size: 18px
}

.holidaySalesDetailCoupons #noContent .wrap p a {
    color: #ff9436
}

.holidaySalesDetailCoupons ul #ads {
    display: none
}

@media (max-width: 900px) {
    #scrollNav {
        display: none
    }

    .holidaySalesDetailCoupons {
        width: calc(100% - 30px);
        margin: 0 15px;
        overflow: hidden
    }

    .holidaySalesDetailCoupons .h5-only {
        display: block
    }

    .holidaySalesDetailCoupons .pc-only {
        display: none
    }

    .holidaySalesDetailCoupons .title {
        min-height: 50px;
        line-height: 50px
    }

    .holidaySalesDetailCoupons .title::after {
        content: "";
        display: table;
        clear: both
    }

    .holidaySalesDetailCoupons .title h1, .holidaySalesDetailCoupons .title h2, .holidaySalesDetailCoupons .title h3, .holidaySalesDetailCoupons .title h4, .holidaySalesDetailCoupons .title h5, .holidaySalesDetailCoupons .title h6 {
        font-size: 15px
    }

    .holidaySalesDetailCoupons .title h1 {
        line-height: 50px
    }

    .holidaySalesDetailCoupons .title .more-wrapper a {
        padding-right: 0;
        -webkit-transform: scale(.56);
        -ms-transform: scale(.56);
        transform: scale(.56);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }

    .holidaySalesDetailCoupons .title .more-wrapper a .for-pc {
        display: none
    }

    .holidaySalesDetailCoupons .title .more-wrapper a:after {
        display: none
    }

    .holidaySalesDetailCoupons .title .select-wrapper {
        display: table-cell;
        width: 110px
    }

    .holidaySalesDetailCoupons .title .select-wrapper select {
        -webkit-appearance: none;
        background: 0 0;
        border: 0;
        border: 1px solid #eaeaea;
        background-color: #f7f7f7;
        width: 110px;
        height: 35px;
        font-size: 12px;
        color: #333;
        text-indent: 8px;
        position: absolute;
        right: 10px;
        bottom: 13px
    }

    .holidaySalesDetailCoupons .title .select-wrapper::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        position: absolute;
        right: 17px;
        top: 27px
    }

    .holidaySalesDetailCoupons .title.with-select {
        height: 50px;
        padding: 5px;
        line-height: inherit;
        display: table;
        width: 100%
    }

    .holidaySalesDetailCoupons .title.with-select h1, .holidaySalesDetailCoupons .title.with-select h2, .holidaySalesDetailCoupons .title.with-select h3, .holidaySalesDetailCoupons .title.with-select h4, .holidaySalesDetailCoupons .title.with-select h5, .holidaySalesDetailCoupons .title.with-select h6 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: table-cell;
        vertical-align: middle
    }

    .holidaySalesDetailCoupons #noContent {
        width: 100%
    }

    .holidaySalesDetailCoupons #noContent .img {
        margin-top: 20px
    }

    .holidaySalesDetailCoupons #noContent .img img {
        width: 127px;
        height: 124px
    }

    .holidaySalesDetailCoupons #noContent .wrap {
        margin-top: 10px;
        margin-bottom: 50px
    }

    .holidaySalesDetailCoupons #noContent .wrap p {
        font-size: 12px;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
}

#ad-list {
    height: auto;
    background: #fff
}

#ad-list > .container {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto
}

@media (max-width: 900px) {
    #ad-list > .container {
        width: 100%
    }
}

#ad-list .title {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    line-height: 33px;
    padding: 40px 0
}

#ad-list .ad-list-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6px
}

#ad-list .ad-list-wrap .ad-list-item {
    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
    margin-right: 20px;
    margin-bottom: 34px
}

#ad-list .ad-list-wrap .ad-list-item:nth-child(5n) {
    margin-right: 0
}

#ad-list .ad-list-wrap .ad-list-item .cover {
    position: relative;
    width: 100%;
    height: 238px
}

#ad-list .ad-list-wrap .ad-list-item .cover .cover-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#ad-list .ad-list-wrap .ad-list-item .cover .cover-image > img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

#ad-list .ad-list-wrap .ad-list-item .cover .live {
    position: absolute;
    display: block;
    width: 69px;
    height: 26px;
    top: -10px;
    right: -3px
}

#ad-list .ad-list-wrap .ad-list-item .cover .live > img {
    height: 100%;
    width: 100%
}

#ad-list .ad-list-wrap .ad-list-item .name-wrap {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    height: 44px
}

#ad-list .ad-list-wrap .ad-list-item .name-wrap .name {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#ad-list .see-all-ad {
    padding-bottom: 40px
}

#ad-list .see-all-ad .see-all-ad-btn {
    position: relative;
    display: block;
    width: 300px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #ff9436;
    border-radius: 22.5px;
    transition: background .1s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(116, 159, 255, .5)
}

#ad-list .see-all-ad .see-all-ad-btn::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 13px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

#ad-list .see-all-ad .see-all-ad-btn:hover {
    background: rgba(90, 193, 169, .9)
}

@media (max-width: 900px) {
    #ad-list {
        padding: 0 4vw;
        margin-bottom: 5.33333333vw
    }

    #ad-list .title {
        font-size: 4.26666667vw;
        line-height: 5.06666667vw;
        padding: 5.33333333vw 0 8.26666667vw
    }

    #ad-list .ad-list-wrap {
        padding-bottom: 6px
    }

    #ad-list .ad-list-wrap .ad-list-item {
        -ms-flex: 0 0 43.46666667vw;
        flex: 0 0 43.46666667vw;
        margin-right: 4.26666667vw;
        margin-bottom: 5.33333333vw
    }

    #ad-list .ad-list-wrap .ad-list-item:nth-child(5n) {
        margin-right: 4.26666667vw
    }

    #ad-list .ad-list-wrap .ad-list-item:nth-child(2n) {
        margin-right: 0
    }

    #ad-list .ad-list-wrap .ad-list-item .cover {
        width: 100%;
        height: 50.4vw
    }

    #ad-list .ad-list-wrap .ad-list-item .cover .live {
        width: 13.33333333vw;
        height: 5.6vw;
        right: -.53333333vw
    }

    #ad-list .ad-list-wrap .ad-list-item .name-wrap {
        margin-top: 2.13333333vw;
        font-size: 3.73333333vw;
        line-height: 4.53333333vw;
        height: 8.8vw
    }

    #ad-list .see-all-ad {
        padding-bottom: 5.33333333vw
    }

    #ad-list .see-all-ad .see-all-ad-btn {
        display: block;
        width: 52vw;
        height: 8vw;
        line-height: 8vw;
        border-radius: 4vw;
        font-size: 3.2vw
    }

    #ad-list .see-all-ad .see-all-ad-btn::after {
        content: "";
        position: absolute;
        top: 2.8vw;
        right: .53333333vw;
        width: 0;
        height: 0;
        border-width: 1.33333333vw;
        border-style: solid;
        border-color: transparent transparent transparent #fff
    }
}

#getMore {
    display: none
}

@media (max-width: 900px) {
    #getMore {
        display: block;
        font-size: 12px;
        color: #ff9436;
        text-align: center;
        padding-top: 20px
    }

    #getMore .arrow {
        width: 7px;
        height: 7px;
        border-right: 1px solid #ff9436;
        border-bottom: 1px solid #ff9436;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        position: relative;
        top: calc(-3.5px);
        margin-left: 10px
    }
}

#subStoresList {
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7
}

#subStoresList ul {
    font-size: 0
}

#subStoresList ul::after {
    content: "";
    display: table;
    clear: both
}

#subStoresList ul li {
    width: 200px;
    margin-top: 20px;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    display: inline-block
}

#subStoresList ul li:hover a {
    color: #ff9436
}

#subStoresList ul li:nth-child(5n) {
    margin-right: 0
}

#subStoresList ul li a {
    color: #666
}

#subStoresList.desc ul {
    overflow: hidden;
    max-height: 90px;
    transition: max-height 300ms ease-out
}

#subStoresList.desc em {
    display: block;
    padding-top: 20px
}

#subStoresList.desc.open ul {
    max-height: 5000px;
    transition: max-height 500ms ease-in
}

#subStoresList.desc.open em::after {
    content: 'Show less'
}

#subStoresList.desc em::after {
    content: 'Read More';
    font-size: 16px;
    color: #ff9436;
    display: inline-block;
    cursor: pointer
}

@media (max-width: 900px) {
    #subStoresList ul {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0
    }

    #subStoresList ul li {
        width: 30%;
        background: #f0f0f0;
        margin-top: 10px;
        margin-right: 13px;
        line-height: 35px;
        height: 35px
    }

    #subStoresList ul li:nth-child(1) a {
        color: #666
    }

    #subStoresList ul li:nth-child(5n) {
        margin-right: 13px
    }

    #subStoresList ul li:nth-child(3n) {
        margin-right: 0
    }

    #subStoresList ul li.active {
        background: #fff2b0;
        border: 1px solid #ffaf4c
    }

    #subStoresList ul li a {
        font-size: 12px;
        -webkit-transform: scale(.83);
        -ms-transform: scale(.83);
        transform: scale(.83);
        text-align: center;
        display: block
    }

    #subStoresList.desc em {
        padding-top: 0
    }

    #subStoresList.desc em::after {
        content: none !important
    }
}

#allHolidaySales {
    width: 1120px;
    margin: 0 auto
}

#allHolidaySales h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 42px;
    margin-top: 20px
}

@media (max-width: 900px) {
    #allHolidaySales {
        width: 92%
    }

    #allHolidaySales h2 {
        font-size: 15px;
        line-height: 17px
    }
}

#readMore {
    width: 100%;
    padding-bottom: 20px
}

#readMore > div {
    max-width: 1120px;
    margin: 0 auto
}

#readMore h1, #readMore h2, #readMore h3, #readMore h4, #readMore h5, #readMore h6 {
    font-size: 18px !important;
    color: #666;
    line-height: 30px !important
}

#readMore .desc ul li {
    list-style: disc;
    margin: 0 0 10px 1rem
}

#readMore .desc .desc-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 110px;
    color: #666;
    transition: max-height 300ms ease-out
}

#readMore .desc p {
    white-space: normal;
    word-break: break-word;
    font-size: 14px;
    color: #999;
    line-height: 22px
}

#readMore .desc.open .desc-wrap {
    max-height: 5000px;
    transition: max-height 500ms ease-in
}

#readMore .desc.open em::after {
    content: 'Show less'
}

#readMore .desc em::after {
    content: 'Read More';
    font-size: 16px;
    color: #ff9436;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px
}

@media (max-width: 900px) {
    #readMore {
        box-sizing: border-box;
        display: block;
        padding: 0 20px
    }

    .disCountsDetail #readMore, .eventsDetail #readMore, .searchResult #readMore {
        box-sizing: border-box;
        display: block;
        padding: 0
    }
}

div#lineNews {
    position: relative;
    overflow: hidden;
    color: #333
}

div#lineNews h1, div#lineNews h2, div#lineNews h3, div#lineNews h4, div#lineNews h5, div#lineNews h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 42px
}

div#lineNews .more {
    position: absolute;
    top: 0;
    right: 18px;
    color: #ff9436;
    line-height: 42px
}

div#lineNews .more:after {
    content: '';
    border-top: 5px solid #ff9436;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -4px
}

div#lineNews ul {
    font-size: 0;
    padding-bottom: 10px
}

div#lineNews ul li {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    width: calc(50% - 10px);
    background: #fff;
    border: 1px solid #d5d8db;
    margin-right: 10px;
    box-sizing: border-box
}

div#lineNews ul li:nth-of-type(2n) {
    margin-right: 0
}

div#lineNews ul li img {
    width: 210px;
    height: 140px
}

div#lineNews ul li .info {
    position: absolute;
    top: 0;
    right: 0;
    left: 210px;
    padding: 15px
}

div#lineNews ul li .info a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #ff9436;
    margin-bottom: 11px
}

div#lineNews ul li .info span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px
}

div#lineNews ul li .info em {
    display: block;
    font-size: 12px;
    color: #999
}

div#lineNews .btn {
    display: none
}

@media (max-width: 900px) {
    div#lineNews h1, div#lineNews h2, div#lineNews h3, div#lineNews h4, div#lineNews h5, div#lineNews h6 {
        font-size: 15px;
        line-height: 20px
    }

    div#lineNews .more {
        display: none
    }

    div#lineNews ul {
        font-size: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #d5d8db
    }

    div#lineNews ul li {
        margin-top: 10px;
        margin-bottom: 0;
        width: 100%
    }

    div#lineNews ul li:nth-of-type(2n) {
        margin-right: 0
    }

    div#lineNews ul li img {
        width: 129px;
        height: 85px
    }

    div#lineNews ul li .info {
        left: 129px;
        padding: 7px;
        line-height: 15px
    }

    div#lineNews ul li .info a {
        font-size: 12px;
        margin-bottom: 6px;
        white-space: nowrap
    }

    div#lineNews ul li .info span {
        font-size: 12px;
        margin-bottom: 6px
    }

    div#lineNews ul li .info em {
        font-size: 12px;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        -webkit-transform-origin: 0 center;
        -ms-transform-origin: 0 center;
        transform-origin: 0 center
    }

    div#lineNews ul .btn {
        background: #ff9436;
        box-shadow: 0 0 10px 0 rgba(116, 159, 255, .5);
        border-radius: 100px;
        width: 150px;
        height: 30px;
        margin: 20px auto !important;
        display: block
    }

    div#lineNews ul .btn a:after {
        content: '';
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        position: absolute;
        top: 50%;
        right: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

#allHoliday {
    width: 1120px;
    margin: 0 auto 80px
}

#allHoliday h1, #allHoliday h2, #allHoliday h3, #allHoliday h4, #allHoliday h5, #allHoliday h6 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px
}

#allHoliday ul::after {
    content: "";
    display: table;
    clear: both
}

#allHoliday ul li a {
    width: 230px;
    line-height: 50px;
    color: #666;
    font-size: 18px;
    margin-right: 50px;
    float: left
}

#allHoliday ul li a:nth-child(4n) {
    margin-right: 0
}

#allHoliday ul li a:hover {
    color: #ff9436
}

@media (max-width: 900px) {
    #allHoliday {
        width: 100%;
        margin-bottom: 20px;
        text-indent: 15px
    }

    #allHoliday h1, #allHoliday h2, #allHoliday h3, #allHoliday h4, #allHoliday h5, #allHoliday h5 {
        font-size: 15px;
        line-height: 40px
    }

    #allHoliday ul li a {
        width: 45%;
        margin-right: 10px;
        font-size: 12px;
        display: inline-block;
        color: #ff9436;
        line-height: 30px;
        white-space: nowrap
    }
}

#totop {
    background-color: #ff9436;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    position: fixed;
    right: 50%;
    bottom: 150px;
    margin-right: -606px;
    cursor: pointer;
    transition: box-shadow 300ms ease;
    opacity: 0;
    transition: opacity 500ms ease
}

#totop::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 14px;
    width: 10px;
    height: 10px;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#totop::after {
    content: '';
    width: 2px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 21px;
    border-radius: 20px
}

#totop span a {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 22px;
    left: 10px
}

#totop:hover {
    box-shadow: 0 0 10px 1px #ff9436;
    transition: box-shadow 300ms ease
}

#totop.show {
    opacity: 1;
    transition: opacity 500ms ease
}

@media (max-width: 900px) {
    #totop {
        display: none
    }
}

.inline {
    display: inline-block
}

#dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    z-index: 111
}

#dialog .mark {
    width: 100%;
    height: 3000px;
    background-color: #000;
    opacity: .3
}

#dialog .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 40px 0
}

#dialog .content > a.close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 21px;
    top: 17px
}

#dialog .content > a.close i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #c9c9c9;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg)
}

#dialog .content > a.close i::after {
    content: '.';
    display: block;
    width: 30px;
    height: 2px;
    background: #c9c9c9;
    -webkit-transform: rotate(-90deg)
}

#dialog .content .brand {
    position: absolute;
    padding-left: 17px
}

#dialog .content .brand img {
    width: 129px
}

#dialog .content .brand .img {
    width: 160px;
    height: 160px
}

#dialog .content .brand .img span {
    position: relative;
    top: 50%;
    left: 50%
}

#dialog .content .brand .img span img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#dialog .content .detail {
    padding-left: 180px;
    padding-right: 40px
}

#dialog .content .detail .wrapper {
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 24px
}

#dialog .content .detail .wrapper h1, #dialog .content .detail .wrapper h3 {
    font-size: 24px;
    color: #333
}

#dialog .content .detail .wrapper .desc {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#dialog .content .detail .wrapper .coupon-code {
    width: 100%;
    margin-top: 30px
}

#dialog .content .detail .wrapper .coupon-code div {
    line-height: 48px;
    width: 100%;
    box-sizing: border-box
}

#dialog .content .detail .wrapper .coupon-code .code {
    text-indent: 18px;
    border: 1px dashed #ffaf4c;
    position: relative;
    background-color: #fff
}

#dialog .content .detail .wrapper .coupon-code .code input {
    font-size: 24px;
    color: #ffaf4c;
    vertical-align: middle;
    text-align: center;
    border: 0;
    width: calc(100% - 110px)
}

#dialog .content .detail .wrapper .coupon-code .code button {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 88px;
    height: 50px;
    cursor: pointer;
    background-color: #ffaf4c;
    color: #fff
}

#dialog .content .detail .wrapper .coupon-code .code button::after {
    content: 'Copy'
}

#dialog .content .detail .wrapper .coupon-code .code .copied {
    background-color: #ff9436
}

#dialog .content .detail .wrapper .coupon-code .code .copied::after {
    content: 'Copied'
}

#dialog .content .detail .wrapper .coupon-code .deal {
    font-size: 24px;
    line-height: 24px;
    color: #999;
    text-align: center
}

#dialog .content .detail .wrapper .coupon-code > button {
    background-color: #ff9436;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    border-radius: 22px;
    margin: 17px auto 35px;
    display: block
}

#dialog .content .detail .wrapper .coupon-code > button:hover {
    box-shadow: 0 3px 10px 0 rgba(150, 150, 150, .5);
    transition: box-shadow 300ms ease
}

#dialog .content .detail .wrapper .coupon-code > button a {
    color: #fff;
    display: inline-block
}

#dialog .content .detail .wrapper .discounts {
    position: relative
}

#dialog .content .detail .wrapper .discounts em {
    font-size: 20px
}

#dialog .content .detail .wrapper .discounts i {
    background: #333;
    padding: 0 3px
}

#dialog .content .detail .wrapper .discounts .expire {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

#dialog .content .detail .wrapper .coupon-desc {
    margin: 12px auto 20px;
    font-size: 12px
}

#dialog .content .detail .wrapper .coupon-desc a {
    color: #ff9436
}

#dialog .content .detail .wrapper .expire {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 26px
}

#dialog .content .detail .wrapper .expire i {
    background: 0 0
}

#dialog .content .detail .wrapper .share {
    font-size: 0;
    color: #999
}

#dialog .content .detail .wrapper .share p {
    display: inline-block;
    font-size: 18px
}

#dialog .content .detail .wrapper .share > div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 18px;
    font-size: 18px
}

#dialog .content .footer {
    height: 120px;
    margin-top: 24px;
    background: #f1f1f1
}

#dialog .content .footer .wrapper {
    margin: 27px auto;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

#dialog .content .footer .wrapper .ball {
    background: #d5d8db;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center
}

#dialog .content .footer .wrapper .ball.acctive {
    background: #ff9436
}

#dialog .content .footer .wrapper .line {
    position: relative;
    top: 22px;
    width: 163px;
    border-radius: 100%;
    font-size: 18px;
    color: #ff9436;
    margin: auto 15px auto 17px
}

#dialog .content .footer .wrapper .line .bar {
    width: 163px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 10px auto;
    overflow: hidden
}

#dialog .content .footer .wrapper .line .bar .progress {
    background: #ff9436;
    height: 100%
}

#dialog .content .footer .wrapper .line .percent {
    font-size: 14px;
    color: #999;
    text-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media (max-width: 900px) {
    #dialog .content {
        width: 93%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        padding: 30px 0
    }

    #dialog .content > a.close {
        right: 10px;
        top: 10px
    }

    #dialog .content > a.close i {
        width: 15px
    }

    #dialog .content > a.close i::after {
        content: '.';
        width: 15px
    }

    #dialog .content .brand {
        position: relative;
        margin: auto auto 45px;
        width: 95px;
        padding: 0
    }

    #dialog .content .brand .img {
        width: auto;
        height: auto
    }

    #dialog .content .brand .img span {
        position: unset
    }

    #dialog .content .brand .img span img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    #dialog .content .brand img {
        width: 95px
    }

    #dialog .content .detail {
        padding: 0 15px
    }

    #dialog .content .detail .wrapper {
        line-height: 20px
    }

    #dialog .content .detail .wrapper h1, #dialog .content .detail .wrapper h3 {
        font-size: 18px
    }

    #dialog .content .detail .wrapper p {
        font-size: 12px
    }

    #dialog .content .detail .wrapper .desc {
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #dialog .content .detail .wrapper .coupon-code {
        margin-top: 15px
    }

    #dialog .content .detail .wrapper .coupon-code .code button {
        position: absolute;
        right: 0;
        bottom: 0
    }

    #dialog .content .detail .wrapper .coupon-code div {
        line-height: 48px;
        width: 100%;
        box-sizing: border-box
    }

    #dialog .content .detail .wrapper .coupon-code .code {
        position: relative
    }

    #dialog .content .detail .wrapper .coupon-code .code input {
        font-size: 18px
    }

    #dialog .content .detail .wrapper .coupon-code .code .copied {
        background-color: #ff9436
    }

    #dialog .content .detail .wrapper .coupon-code .code .copied::after {
        content: 'Copied'
    }

    #dialog .content .detail .wrapper .coupon-code .deal {
        font-size: 12px;
        line-height: 12px;
        text-align: center
    }

    #dialog .content .detail .wrapper .coupon-code > button {
        width: 100px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 20px
    }

    #dialog .content .detail .wrapper .coupon-desc {
        margin: 5px auto 15px;
        font-size: 12px;
        width: 100%
    }

    #dialog .content .detail .wrapper .coupon-desc a {
        color: #ff9436
    }

    #dialog .content .detail .wrapper .discounts {
        position: relative;
        margin-top: 5px;
        margin-bottom: 10px
    }

    #dialog .content .detail .wrapper .discounts em {
        font-size: 14px
    }

    #dialog .content .detail .wrapper .discounts i {
        background: #333;
        padding: 0 3px
    }

    #dialog .content .detail .wrapper .discounts .expire {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0
    }

    #dialog .content .detail .wrapper .discounts .expire i {
        background: 0 0
    }

    #dialog .content .detail .wrapper .expire {
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 15px;
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    #dialog .content .detail .wrapper .share p {
        font-size: 12px
    }

    #dialog .content .detail .wrapper .share > div {
        margin-right: 10px
    }

    #dialog .content .footer {
        height: 75px;
        margin-top: 15px
    }

    #dialog .content .footer .wrapper {
        margin: 15px auto
    }

    #dialog .content .footer .wrapper .ball {
        border-radius: 34px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        vertical-align: bottom
    }

    #dialog .content .footer .wrapper .ball.active {
        background: #ff9436
    }

    #dialog .content .footer .wrapper .line {
        position: relative;
        top: 10px;
        width: 110px;
        font-size: 12px;
        margin: auto 10px
    }

    #dialog .content .footer .wrapper .line .bar {
        width: 110px;
        height: 7px;
        margin: 7px auto
    }

    #dialog .content .footer .wrapper .line .percent {
        font-size: 12px
    }
}

.not-leave, .not-leave-1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.not-leave .mask, .not-leave-1 .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.not-leave .popup-content, .not-leave-1 .popup-content {
    position: absolute;
    width: 900px;
    height: 516px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.not-leave .triangle-bg, .not-leave-1 .triangle-bg {
    position: absolute;
    width: 640px;
    height: 640px;
    left: -335px;
    bottom: -335px;
    background: #ff9436;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: none;
    opacity: .5
}

.not-leave .close-btn, .not-leave-1 .close-btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 13px;
    cursor: pointer
}

.not-leave .close-btn .icon, .not-leave-1 .close-btn .icon {
    width: 30px;
    height: 2px;
    background: #c9c9c9;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block
}

.not-leave .close-btn .icon::after, .not-leave-1 .close-btn .icon::after {
    content: '.';
    display: block;
    width: 30px;
    height: 2px;
    background: #c9c9c9;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.not-leave .content-wrapper, .not-leave-1 .content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px;
    box-sizing: border-box
}

.not-leave .content-wrapper .img-wrapper, .not-leave-1 .content-wrapper .img-wrapper {
    width: 298px;
    height: 442px;
    background-image: url(../../../img/pic1.png);
    background-size: cover;
    -ms-flex: 0 0 298px;
    flex: 0 0 298px;
    margin-right: 46px
}

.not-leave .content-wrapper .real-image, .not-leave-1 .content-wrapper .real-image {
    display: none
}

.not-leave .content-wrapper .content, .not-leave-1 .content-wrapper .content {
    width: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.not-leave .content-wrapper .content .title, .not-leave-1 .content-wrapper .content .title {
    font-size: 25px;
    color: #999;
    line-height: 37px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.not-leave .content-wrapper .content .title span, .not-leave-1 .content-wrapper .content .title span {
    display: none
}

.not-leave .content-wrapper .content .con, .not-leave-1 .content-wrapper .content .con {
    font-size: 50px;
    color: #333;
    line-height: 62px;
    margin-top: 24px;
    margin-bottom: 17px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.not-leave .content-wrapper .content .desc, .not-leave-1 .content-wrapper .content .desc {
    font-size: 20px;
    line-height: 24px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.not-leave .content-wrapper .content .desc span, .not-leave-1 .content-wrapper .content .desc span {
    display: none
}

.not-leave .content-wrapper .content .not-leave-btn-wrapper, .not-leave-1 .content-wrapper .content .not-leave-btn-wrapper {
    margin-top: 26px
}

.not-leave .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn, .not-leave-1 .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn {
    text-align: center;
    display: block;
    width: 186px;
    height: 56px;
    line-height: 56px;
    background: #ff9436;
    border-radius: 5px;
    color: #fff;
    font-size: 22px
}

.not-leave .content-wrapper .content .no, .not-leave-1 .content-wrapper .content .no {
    display: none
}

.not-leave.not-leave-2 .content-wrapper {
    padding: 0;
    padding-right: 30px
}

.not-leave.not-leave-2 .content-wrapper .img-wrapper {
    height: 100%;
    width: 380px;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    margin-right: 56px;
    background-image: url(../../../img/pic2.png)
}

.not-leave.not-leave-2 .content-wrapper .content .con {
    font-size: 75px;
    line-height: 100px;
    -webkit-line-clamp: 1
}

.not-leave.not-leave-3 .triangle-bg {
    display: block
}

.not-leave.not-leave-3 .content-wrapper {
    padding: 0;
    padding-right: 30px
}

.not-leave.not-leave-3 .content-wrapper .img-wrapper {
    width: 342px;
    height: 388px;
    -ms-flex: 0 0 342px;
    flex: 0 0 342px;
    margin-right: 56px;
    margin-left: 59px;
    background-image: url(../../../img/pic3.png)
}

.not-leave.not-leave-3 .content-wrapper .content .con {
    font-size: 75px;
    line-height: 100px;
    -webkit-line-clamp: 1
}

.not-leave.not-leave-4 .popup-content {
    width: 820px !important;
    height: 436px !important;
    padding: 40px
}

.not-leave.not-leave-4 .popup-content .content-wrapper {
    padding: 0;
    position: relative;
    -ms-flex-align: unset;
    align-items: unset
}

.not-leave.not-leave-4 .popup-content .content-wrapper .img-wrapper {
    display: none
}

.not-leave.not-leave-4 .popup-content .content-wrapper .real-image {
    display: block
}

.not-leave.not-leave-4 .popup-content .content-wrapper .real-image img {
    width: 301px;
    height: 436px;
    margin-right: 0
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content {
    width: 480px;
    margin-left: 39px
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .title {
    font-size: 38px;
    font-family: CenturyGothic-Bold;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .title span {
    display: inline-block;
    color: #bb0f10;
    font-weight: 600;
    font-family: CenturyGothic-Bold
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .con {
    display: none
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .desc {
    margin-top: 20px;
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #666;
    letter-spacing: 0;
    line-height: 32px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .desc span {
    display: inline-block;
    color: #000;
    font-size: 24px
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper {
    margin-top: 50px;
    text-align: center
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper a {
    display: block;
    background: #ff9436;
    border-radius: 5px;
    width: 300px;
    height: 54px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 55px;
    margin: 0 auto
}

.not-leave.not-leave-4 .popup-content .content-wrapper .content .no {
    text-align: center;
    margin-top: 6px;
    display: block;
    font-size: 24px;
    color: #c2c2c2;
    line-height: 48px
}

@media (max-width: 900px) {
    .not-leave .popup-content, .not-leave-1 .popup-content {
        width: 95%;
        height: 250px;
        border-radius: 5px
    }

    .not-leave .triangle-bg, .not-leave-1 .triangle-bg {
        width: 230px;
        height: 230px;
        left: -120px;
        bottom: -120px
    }

    .not-leave .close-btn, .not-leave-1 .close-btn {
        width: 15px;
        height: 15px;
        right: 6px;
        top: 5px
    }

    .not-leave .close-btn .icon, .not-leave-1 .close-btn .icon {
        width: 15px;
        height: 1px
    }

    .not-leave .close-btn .icon::after, .not-leave-1 .close-btn .icon::after {
        width: 15px;
        height: 1px
    }

    .not-leave .content-wrapper, .not-leave-1 .content-wrapper {
        padding: 14px
    }

    .not-leave .content-wrapper .img-wrapper, .not-leave-1 .content-wrapper .img-wrapper {
        width: 150px;
        height: 221px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-right: 14px
    }

    .not-leave .content-wrapper .content .title, .not-leave-1 .content-wrapper .content .title {
        font-size: 14px;
        line-height: 18px
    }

    .not-leave .content-wrapper .content .con, .not-leave-1 .content-wrapper .content .con {
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .not-leave .content-wrapper .content .desc, .not-leave-1 .content-wrapper .content .desc {
        font-size: 12px;
        line-height: 14px;
        -webkit-line-clamp: 4
    }

    .not-leave .content-wrapper .content .not-leave-btn-wrapper, .not-leave-1 .content-wrapper .content .not-leave-btn-wrapper {
        margin-top: 15px
    }

    .not-leave .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn, .not-leave-1 .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .not-leave.not-leave-2 .content-wrapper {
        padding: 0;
        padding-right: 20px
    }

    .not-leave.not-leave-2 .content-wrapper .img-wrapper {
        height: 100%;
        width: 174px;
        -ms-flex: 0 0 174px;
        flex: 0 0 174px;
        margin-right: 10px
    }

    .not-leave.not-leave-2 .content-wrapper .content .con {
        font-size: 25px;
        line-height: 35px;
        color: #1e1e1e;
        -webkit-line-clamp: 1
    }

    .not-leave.not-leave-3 .triangle-bg {
        display: block
    }

    .not-leave.not-leave-3 .content-wrapper {
        padding: 0;
        padding-right: 25px
    }

    .not-leave.not-leave-3 .content-wrapper .img-wrapper {
        width: 150px;
        height: 170px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-right: 15px;
        margin-left: 15px
    }

    .not-leave.not-leave-3 .content-wrapper .content .con {
        font-size: 25px;
        line-height: 35px;
        color: #1e1e1e;
        -webkit-line-clamp: 1
    }

    .not-leave.not-leave-4 .popup-content {
        width: 8.66666667rem !important;
        height: 5.86666667rem !important;
        padding: .4rem
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .real-image {
        width: 3.73333333rem;
        height: 5.42666667rem
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .real-image img {
        width: 3.73333333rem;
        height: 5.42666667rem
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content {
        margin-left: .4rem;
        width: 4.53333333rem
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .title {
        font-size: .48rem;
        line-height: .6rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: .13333333rem
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .title span {
        display: inline-block;
        color: #bb0f10;
        font-weight: 600;
        font-family: CenturyGothic-Bold
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .con {
        display: none
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .desc {
        font-size: .29333333rem;
        line-height: .4rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .desc span {
        display: inline-block;
        font-size: .32rem
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper {
        margin-top: .53333333rem;
        text-align: center
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper a {
        width: 4.4rem;
        height: .8rem;
        font-size: .37333333rem;
        line-height: .88rem
    }

    .not-leave.not-leave-4 .popup-content .content-wrapper .content .no {
        margin-top: .13333333rem;
        font-size: .29333333rem;
        line-height: .66666667rem
    }

    .not-leave.not-leave-4 .close-btn {
        right: .26666667rem;
        top: -.34666667rem;
        height: .37333333rem
    }

    .not-leave.not-leave-4 .close-btn i {
        width: .53333333rem
    }

    .not-leave.not-leave-4 .close-btn i::after {
        width: .53333333rem
    }
}

.not-leave-new, .not-leave-new-1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.not-leave-new .mask, .not-leave-new-1 .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.not-leave-new .popup-content, .not-leave-new-1 .popup-content {
    position: absolute;
    width: 900px;
    height: 516px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.not-leave-new .triangle-bg, .not-leave-new-1 .triangle-bg {
    position: absolute;
    width: 640px;
    height: 640px;
    left: -335px;
    bottom: -335px;
    background: #ff9436;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: none;
    opacity: .5
}

.not-leave-new .close-btn, .not-leave-new-1 .close-btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 13px;
    cursor: pointer
}

.not-leave-new .close-btn .icon, .not-leave-new-1 .close-btn .icon {
    width: 30px;
    height: 2px;
    background: #c9c9c9;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block
}

.not-leave-new .close-btn .icon::after, .not-leave-new-1 .close-btn .icon::after {
    content: ".";
    display: block;
    width: 30px;
    height: 2px;
    background: #c9c9c9;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.not-leave-new .content-wrapper, .not-leave-new-1 .content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px;
    box-sizing: border-box
}

.not-leave-new .content-wrapper .img-wrapper, .not-leave-new-1 .content-wrapper .img-wrapper {
    width: 298px;
    height: 442px;
    background-image: url(../../../img/pic1.png);
    background-size: cover;
    -ms-flex: 0 0 298px;
    flex: 0 0 298px;
    margin-right: 46px
}

.not-leave-new .content-wrapper .real-image, .not-leave-new-1 .content-wrapper .real-image {
    display: none
}

.not-leave-new .content-wrapper .content, .not-leave-new-1 .content-wrapper .content {
    width: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.not-leave-new .content-wrapper .content .title, .not-leave-new-1 .content-wrapper .content .title {
    font-size: 25px;
    color: #999;
    line-height: 37px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.not-leave-new .content-wrapper .content .title span, .not-leave-new-1 .content-wrapper .content .title span {
    display: none
}

.not-leave-new .content-wrapper .content .con, .not-leave-new-1 .content-wrapper .content .con {
    font-size: 50px;
    color: #333;
    line-height: 62px;
    margin-top: 24px;
    margin-bottom: 17px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.not-leave-new .content-wrapper .content .desc, .not-leave-new-1 .content-wrapper .content .desc {
    font-size: 20px;
    line-height: 24px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.not-leave-new .content-wrapper .content .desc span, .not-leave-new-1 .content-wrapper .content .desc span {
    display: none
}

.not-leave-new .content-wrapper .content .not-leave-btn-wrapper, .not-leave-new-1 .content-wrapper .content .not-leave-btn-wrapper {
    margin-top: 26px
}

.not-leave-new .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn, .not-leave-new-1 .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn {
    text-align: center;
    display: block;
    width: 186px;
    height: 56px;
    line-height: 56px;
    background: #ff9436;
    border-radius: 5px;
    color: #fff;
    font-size: 22px
}

.not-leave-new .content-wrapper .content .no, .not-leave-new-1 .content-wrapper .content .no {
    display: none
}

.not-leave-new.not-leave-new-2 .content-wrapper {
    padding: 0;
    padding-right: 30px
}

.not-leave-new.not-leave-new-2 .content-wrapper .img-wrapper {
    height: 100%;
    width: 380px;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    margin-right: 56px;
    background-image: url(../../../img/pic2.png)
}

.not-leave-new.not-leave-new-2 .content-wrapper .content .con {
    font-size: 75px;
    line-height: 100px;
    -webkit-line-clamp: 1
}

.not-leave-new.not-leave-new-3 .triangle-bg {
    display: block
}

.not-leave-new.not-leave-new-3 .content-wrapper {
    padding: 0;
    padding-right: 30px
}

.not-leave-new.not-leave-new-3 .content-wrapper .img-wrapper {
    width: 342px;
    height: 388px;
    -ms-flex: 0 0 342px;
    flex: 0 0 342px;
    margin-right: 56px;
    margin-left: 59px;
    background-image: url(../../../img/pic3.png)
}

.not-leave-new.not-leave-new-3 .content-wrapper .content .con {
    font-size: 75px;
    line-height: 100px;
    -webkit-line-clamp: 1
}

.not-leave-new.not-leave-new-4 .popup-content {
    width: 820px !important;
    height: 436px !important;
    padding: 40px
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper {
    padding: 0;
    position: relative;
    -ms-flex-align: unset;
    align-items: unset
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .img-wrapper {
    display: none
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .real-image {
    display: block
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .real-image img {
    width: 301px;
    height: 436px;
    margin-right: 0
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content {
    width: 480px;
    margin-left: 39px
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .title {
    font-size: 38px;
    font-family: CenturyGothic-Bold;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .title span {
    display: inline-block;
    color: #bb0f10;
    font-weight: 600;
    font-family: CenturyGothic-Bold
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .con {
    display: none
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .desc {
    margin-top: 20px;
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #666;
    letter-spacing: 0;
    line-height: 32px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .desc span {
    display: inline-block;
    color: #000;
    font-size: 24px
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper {
    margin-top: 50px;
    text-align: center
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper a {
    display: block;
    background: #ff9436;
    border-radius: 5px;
    width: 300px;
    height: 54px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 55px;
    margin: 0 auto
}

.not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .no {
    text-align: center;
    margin-top: 6px;
    display: block;
    font-size: 24px;
    color: #c2c2c2;
    line-height: 48px
}

@media (max-width: 900px) {
    .not-leave-new .popup-content, .not-leave-new-1 .popup-content {
        width: 95%;
        height: 250px;
        border-radius: 5px
    }

    .not-leave-new .triangle-bg, .not-leave-new-1 .triangle-bg {
        width: 230px;
        height: 230px;
        left: -120px;
        bottom: -120px
    }

    .not-leave-new .close-btn, .not-leave-new-1 .close-btn {
        width: 15px;
        height: 15px;
        right: 6px;
        top: 5px
    }

    .not-leave-new .close-btn .icon, .not-leave-new-1 .close-btn .icon {
        width: 15px;
        height: 1px
    }

    .not-leave-new .close-btn .icon::after, .not-leave-new-1 .close-btn .icon::after {
        width: 15px;
        height: 1px
    }

    .not-leave-new .content-wrapper, .not-leave-new-1 .content-wrapper {
        padding: 14px
    }

    .not-leave-new .content-wrapper .img-wrapper, .not-leave-new-1 .content-wrapper .img-wrapper {
        width: 150px;
        height: 221px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-right: 14px
    }

    .not-leave-new .content-wrapper .content .title, .not-leave-new-1 .content-wrapper .content .title {
        font-size: 14px;
        line-height: 18px
    }

    .not-leave-new .content-wrapper .content .con, .not-leave-new-1 .content-wrapper .content .con {
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .not-leave-new .content-wrapper .content .desc, .not-leave-new-1 .content-wrapper .content .desc {
        font-size: 12px;
        line-height: 14px;
        -webkit-line-clamp: 4
    }

    .not-leave-new .content-wrapper .content .not-leave-btn-wrapper, .not-leave-new-1 .content-wrapper .content .not-leave-btn-wrapper {
        margin-top: 15px
    }

    .not-leave-new .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn, .not-leave-new-1 .content-wrapper .content .not-leave-btn-wrapper .not-leave-btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .not-leave-new.not-leave-new-2 .content-wrapper {
        padding: 0;
        padding-right: 20px
    }

    .not-leave-new.not-leave-new-2 .content-wrapper .img-wrapper {
        height: 100%;
        width: 174px;
        -ms-flex: 0 0 174px;
        flex: 0 0 174px;
        margin-right: 10px
    }

    .not-leave-new.not-leave-new-2 .content-wrapper .content .con {
        font-size: 25px;
        line-height: 35px;
        color: #1e1e1e;
        -webkit-line-clamp: 1
    }

    .not-leave-new.not-leave-new-3 .triangle-bg {
        display: block
    }

    .not-leave-new.not-leave-new-3 .content-wrapper {
        padding: 0;
        padding-right: 25px
    }

    .not-leave-new.not-leave-new-3 .content-wrapper .img-wrapper {
        width: 150px;
        height: 170px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-right: 15px;
        margin-left: 15px
    }

    .not-leave-new.not-leave-new-3 .content-wrapper .content .con {
        font-size: 25px;
        line-height: 35px;
        color: #1e1e1e;
        -webkit-line-clamp: 1
    }

    .not-leave-new.not-leave-new-4 .popup-content {
        width: 8.66666667rem !important;
        height: 5.86666667rem !important;
        padding: .4rem
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .real-image {
        width: 3.73333333rem;
        height: 5.42666667rem
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .real-image img {
        width: 3.73333333rem;
        height: 5.42666667rem
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content {
        margin-left: .4rem;
        width: 4.53333333rem
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .title {
        font-size: .48rem;
        line-height: .6rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: .13333333rem
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .title span {
        display: inline-block;
        color: #bb0f10;
        font-weight: 600;
        font-family: CenturyGothic-Bold
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .con {
        display: none
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .desc {
        font-size: .29333333rem;
        line-height: .4rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .desc span {
        display: inline-block;
        font-size: .32rem
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper {
        margin-top: .53333333rem;
        text-align: center
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .not-leave-btn-wrapper a {
        width: 4.4rem;
        height: .8rem;
        font-size: .37333333rem;
        line-height: .88rem
    }

    .not-leave-new.not-leave-new-4 .popup-content .content-wrapper .content .no {
        margin-top: .13333333rem;
        font-size: .29333333rem;
        line-height: .66666667rem
    }

    .not-leave-new.not-leave-new-4 .close-btn {
        right: .26666667rem;
        top: -.34666667rem;
        height: .37333333rem
    }

    .not-leave-new.not-leave-new-4 .close-btn i {
        width: .53333333rem
    }

    .not-leave-new.not-leave-new-4 .close-btn i::after {
        width: .53333333rem
    }
}

footer {
    width: 100%;
    min-width: 1120px;
    color: #fff;
    background-color: #444
}

footer .footer-wrapper {
    width: 1120px;
    margin: 0 auto;
    text-align: center
}

footer .footer-wrapper .footer-content {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

footer .footer-wrapper .footer-content ul.footer-link {
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-top: 31px
}

footer .footer-wrapper .footer-content ul.footer-link::after {
    content: "";
    display: table;
    clear: both
}

footer .footer-wrapper .footer-content ul.footer-link li {
    float: left;
    margin-right: 30px;
    position: relative;
    width: 180px
}

footer .footer-wrapper .footer-content ul.footer-link li a {
    display: block;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

footer .footer-wrapper .footer-content ul.footer-link li a.footer-col-title {
    font-size: 18px;
    margin-bottom: 22px
}

footer .footer-wrapper .footer-content ul.footer-link li a.footer-col-link {
    font-size: 14px;
    margin-bottom: 18px;
    opacity: .7
}

footer .footer-wrapper .footer-content ul.footer-link li a:last-child {
    margin-bottom: 0
}

footer .footer-wrapper .footer-content ul.footer-link li span.footer-col-link {
    display: block;
    width: auto;
    font-size: 14px;
    margin-bottom: 18px;
    opacity: .7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

footer .footer-wrapper .footer-content ul.footer-link li span.footer-col-link a {
    display: inline
}

footer .footer-wrapper .footer-content ul.social-link {
    height: 85px;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-wrapper .footer-content ul.social-link::after {
    content: "";
    display: table;
    clear: both
}

footer .footer-wrapper .footer-content ul.social-link li {
    margin-right: 10px;
    width: 35px;
    height: 35px
}

footer .footer-wrapper .footer-content ul.social-link li a {
    display: inline-block;
    cursor: pointer
}

footer .footer-wrapper .footer-content ul.social-link li a i {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%
}

footer .footer-wrapper .footer-content ul.social-link li a i.footer-fb {
    background-image: url(../../../img/fb_i.png)
}

footer .footer-wrapper .footer-content ul.social-link li a i.footer-tw {
    background-image: url(../../../img/tw_i.png)
}

footer .footer-wrapper .copyright-info-wrapper {
    font-size: 14px;
    padding-bottom: 30px
}

footer .footer-wrapper .copyright-info-wrapper::after {
    content: "";
    display: table;
    clear: both
}

footer .footer-wrapper .copyright-info-wrapper .footer-logo {
    float: left;
    margin-right: 30px
}

footer .footer-wrapper .copyright-info-wrapper .info {
    line-height: 30px;
    opacity: .7;
    float: left
}

@media (max-width: 900px) {
    footer {
        width: 100%;
        min-width: initial;
        padding: 25px;
        box-sizing: border-box;
        height: auto
    }

    footer .footer-wrapper {
        width: 100%
    }

    footer .footer-wrapper .footer-content {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0
    }

    footer .footer-wrapper .footer-content ul.footer-link {
        line-height: auto;
        font-size: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin-top: 0;
        margin-bottom: 25px
    }

    footer .footer-wrapper .footer-content ul.footer-link::after {
        content: "";
        display: table;
        clear: both
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols {
        float: left;
        width: 50%;
        height: 188px;
        margin-right: 0;
        margin-bottom: 30px;
        box-sizing: border-box;
        padding-right: 18px
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols .footer-col-title {
        font-size: 15px
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols .footer-col-link {
        font-size: 12px
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols:nth-child(even) {
        padding-right: 0
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols:last-child {
        width: 100%;
        height: auto;
        padding-right: 0
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols:last-child::after {
        content: "";
        display: table;
        clear: both
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols:last-child .footer-col-title {
        width: 100%
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols:last-child .footer-col-link {
        float: left;
        width: 50%;
        padding-right: 18px;
        box-sizing: border-box
    }

    footer .footer-wrapper .footer-content ul.footer-link .footer-cols:last-child .footer-col-link:nth-child(odd) {
        padding-right: 0
    }

    footer .footer-wrapper .footer-content ul.social-link {
        height: auto
    }

    footer .footer-wrapper .footer-content ul.social-link li {
        width: 23px;
        height: 23px
    }

    footer .footer-wrapper .footer-content ul.social-link li a i {
        width: 23px;
        height: 23px
    }

    footer .footer-wrapper .copyright-info-wrapper {
        font-size: 14px;
        padding-bottom: 0
    }

    footer .footer-wrapper .copyright-info-wrapper::after {
        content: "";
        display: table;
        clear: both
    }

    footer .footer-wrapper .copyright-info-wrapper .footer-logo {
        float: none;
        margin-right: 0;
        margin-bottom: 15px
    }

    footer .footer-wrapper .copyright-info-wrapper .info {
        line-height: 15px;
        opacity: .5;
        float: none;
        font-size: 11px
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: -webkit-transform, height;
    transition-property: transform, height;
    transition-property: -webkit-transform, height, -webkit-transform;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDA3YWZmJy8+PC9zdmc+);
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+)
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=)
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDAwMDAwJy8+PC9zdmc+)
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDAwMDAnLz48L3N2Zz4=)
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s -webkit-transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s -webkit-transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left, .2s -webkit-transform;
    transition: .2s -webkit-transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s -webkit-transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right, .2s -webkit-transform;
    transition: .2s -webkit-transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s -webkit-transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyM2YzZjNmMnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+)
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

html, body {
    font-family: Helvetica Nenu;
    height: 100%
}

li {
    list-style: none
}

i, em {
    font-style: normal
}

a {
    text-decoration: none
}

input:focus {
    border: 0;
    outline: 0
}

button {
    border: 0
}

.container {
    margin: auto;
    max-width: 1100px
}

::-webkit-input-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

@font-face {
    font-family: Regime;
    src: url(../fonts/lato-regular.ttf)
}

* {
    -webkit-overflow-scrolling: touch;
    font-family: Regime
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.btn {
    width: 150px;
    height: 40px;
    display: block;
    margin: 18px auto 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    white-space: nowrap
}

.btn-wrapper .btn {
    display: inline-block
}

.btn-wrapper .btn:first-child {
    margin-right: 10px
}

.btn a {
    color: #fff;
    display: block;
    text-shadow: 0 0 12px rgba(0, 0, 0, .25)
}

.btn.deal, .btn.sale, .btn.print {
    background-color: #ff9436;
    box-shadow: 0 0 4px 0 rgba(116, 159, 255, .5);
    text-shadow: 0 0 12px rgba(0, 0, 0, .25)
}

.btn.code, .btn.codeText {
    background-color: #ffaf4c;
    box-shadow: 0 0 4px 0 rgba(223, 187, 0, .5);
    text-shadow: 0 0 12px rgba(0, 0, 0, .25)
}

.btn.overdue {
    background-color: #999;
    box-shadow: none
}

.btn:hover {
    box-shadow: 0 3px 10px 0 rgba(150, 150, 150, .4);
    transition: box-shadow 300ms ease
}

.btn.codeText {
    cursor: default;
    border: 1px dashed #fff
}

.fl {
    float: left
}

.fr {
    float: right
}

.bg-wrap {
    background: #f7f7f7
}

@media (max-width: 900px) {
    .btn-wrapper {
        height: 100%
    }

    .btn-wrapper::after {
        content: "";
        display: table;
        clear: both
    }

    .btn {
        width: 71px;
        height: 21px;
        line-height: 21px;
        margin-top: 10px !important
    }

    .btn:first-child {
        margin-right: 4px !important
    }

    .btn.codeText, .btn a {
        font-size: 12px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        line-height: 28px
    }

    .btn:first-child {
        margin-right: 0
    }
}

.hide {
    display: none
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.overflowH {
    height: 100%;
    overflow: hidden
}

@media (max-width: 900px) {
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99
    }

    .h5-only {
        display: block
    }
}

.crumb {
    position: absolute;
    top: -50px
}

.crumb span a {
    display: inline-block;
    color: #333;
    font-size: 16px
}

.crumb span a:hover {
    color: #ff9436
}

.crumb span::after {
    content: "»";
    font-size: 16px;
    color: #333;
    margin: auto 10px
}

.crumb span:last-child::after {
    content: ""
}

.discounts {
    margin-top: 10px;
    height: 21px;
    line-height: 21px
}

.discounts em {
    color: #ef1523;
    font-size: 20px
}

.discounts del {
    font-size: 14px;
    color: silver
}

.discounts i {
    font-size: 14px;
    color: #fff;
    border-radius: 14px;
    line-height: 16px;
    font-weight: lighter
}

.used {
    line-height: 14px;
    height: 14px;
    display: block;
    margin-top: 7px
}

.used span {
    margin-top: 12px;
    font-size: 12px;
    color: #999
}

.used span:nth-child(n+2) {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px solid #999
}

.expire {
    color: #666;
    font-size: 12px;
    line-height: 20px
}

.expire i::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/clock.png);
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px
}

a.vglnk {
    display: inline-block !important
}

a.vglnk span {
    border: 0 !important;
    display: inline-block !important;
    height: auto !important;
    min-width: auto !important;
    width: auto !important
}

a.vglnk span::after {
    display: none !important
}

figure a.vglnk {
    color: #fff !important
}

.h5-only {
    display: none !important
}

.pc-only {
    display: block !important
}

@media (max-width: 900px) {
    .h5-only {
        display: block !important
    }

    .pc-only {
        display: none !important
    }

    .discounts {
        margin-top: 0
    }

    .discounts em {
        font-size: 12px
    }

    .discounts del, .discounts i {
        font-size: 12px;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .used {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        float: left;
        margin-top: -5px;
        width: 150%
    }

    .used span {
        margin-top: 0;
        float: left
    }

    .used span:nth-child(n+2) {
        margin-left: 6px;
        padding-left: 6px
    }

    .expire {
        margin-top: 0
    }
}

.ad-banner {
    width: 100%;
    height: auto;
    margin: 30px auto;
    text-align: center
}

@media (max-width: 900px) {
    .ad-banner {
        margin: 0
    }

    .ad-banner img {
        width: 100%
    }
}

.ad-banner-dialog {
    width: 100%;
    height: auto;
    margin: 30px auto;
    text-align: center;
    overflow: auto;
    max-height: 200px
}

@media (max-width: 900px) {
    .ad-banner-dialog {
        margin: 0
    }

    .ad-banner-dialog img {
        width: 100%
    }
}

@-webkit-keyframes anim {
    0% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0)
    }
    100% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }
}

@keyframes anim {
    0% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0)
    }
    100% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }
}

.autoprefixer {
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    width: calc(50%);
    box-shadow: 1px 1px 1px #aaa;
    text-shadow: 1px 1px #aaa;
    opacity: 1;
    -webkit-columns: 200px 3;
    columns: 200px 3;
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    transition: all 1s;
    -webkit-animation: anim 1s;
    animation: anim 1s
}

body {
    background-color: #fff
}

#slider img {
    display: block;
    margin: 0 auto;
    height: 200px;
    max-width: 100%
}

#container {
    margin-bottom: 30px
}

#container #readMore {
    margin-top: 30px
}

@media (max-width: 900px) {
    #container #readMore {
        margin-top: 20px
    }
}

#container div#lineNews ul li .info span {
    -webkit-line-clamp: 4
}

@media (max-width: 900px) {
    #container div#lineNews ul li .info span {
        -webkit-line-clamp: 3
    }
}

#container div#lineNews ul li .info:hover span {
    color: #ff9436
}

@media (max-width: 900px) {
    #slider {
        height: 130px
    }

    #slider img {
        width: 100%;
        height: 100%
    }
}