@charset "utf-8";* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, Helvetica, "Microsoft JhengHei Correct", 'Microsoft JhengHei', PMingLiU, sans-serif
}

body {
    font-size: 16px;
    color: #333;
    line-height: 25px
}

.fixed body {
    margin-top: 102px
}

#fixed_bar .logoicon {
    width: 188px !important;
    height: 59px !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important
}

.anchor-hide {
    display: block;
    height: 102px;
    margin-top: -102px;
    z-index: -1;
    visibility: hidden
}

h1 {
    display: inline-block
}

h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

h2::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: -1;
    background: #FFF000
}

h3 {
    font-size: 20px;
    vertical-align: middle
}

h3 .grid_address {
    background-image: url(../images/mapicon.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    text-indent: 20px;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    display: block
}

h3,h3 a {
    color: #1DACE4
}

a {
    text-decoration: none
}

.button-center {
    margin-top: 20px;
    text-align: center
}

.button-center .more {
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#1DACE4), to(#0CB9B6));
    background: -webkit-linear-gradient(left, #1DACE4, #0CB9B6);
    background: -o-linear-gradient(left, #1DACE4, #0CB9B6);
    background: linear-gradient(to right, #1DACE4, #0CB9B6);
    padding: 5px 10px
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

select,input[type="text"] {
    border: 1px solid;
    font-size: 16px;
    height: 35px;
    padding: 0 0 0 5px;
    width: 100%;
    color: #333
}

em {
    font-style: normal
}

img {
    max-width: 100%
}

.remind {
    display: block;
    color: red;
    margin-top: 10px
}

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

.intro {
    margin: 40px 0;
    margin-bottom: 0;
    line-height: 35px
}

.hide {
    display: none
}

article {
    margin: 40px 0
}

.search-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-button img {
    margin-bottom: 10px;
    width: 70px
}

.adsense {
    margin: 40px 0
}

input[type="checkbox"] {
    display: none
}

.swiper-arrow {
    position: relative;
    z-index: 0
}

.swiper-arrow .swiper-button-prev,.swiper-arrow .swiper-button-next {
    opacity: 0.7;
    height: 100%;
    top: 0;
    -webkit-background-size: 70% auto;
    background-size: 70% auto;
    margin: 0
}

.swiper-arrow .swiper-button-next.swiper-button-disabled,.swiper-arrow .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.swiper-arrow .swiper-button-next {
    right: -65px;
    background-image: url(../images/arrow-next.svg)
}

.swiper-arrow .swiper-button-prev {
    left: -65px;
    background-image: url(../images/arrow-prev.svg)
}

.swiper-wrapper {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.swiper-container {
    padding: 0px !important;
    background: transparent !important
}

.swiper-pagination {
    position: static !important
}

.swiper-button-prev,.swiper-button-next {
    width: 50px;
    height: 100%;
    top: 0
}

.swiper-button-next {
    right: 0
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.banner {
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9
}

.banner .swiper-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.banner .swiper-slide {
    opacity: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.banner .swiper-slide span {
    background-color: #F99D32;
    padding: 5px 10px;
    color: #fff;
    position: absolute
}

.banner>.container {
    z-index: 2;
    position: relative;
    text-align: center
}

.banner .title {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px
}

.banner .disabled .festival,.banner .disabled .day {
    display: none
}

nav a {
    font-size: 20px;
    color: #333;
    display: block;
    text-align: center;
    padding: 15px 0 10px;
    border-bottom: 5px solid #fff
}

.search_bar {
    padding: 10px;
    margin: 0 auto
}

.search_bar .btns {
    color: #fff !important
}

#cboxLoadedContent {
    padding: 20px 10px
}

.search-box form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-box select,.search-box input[type="text"],.search-box label {
    margin-bottom: 10px;
    width: 49%
}

.search-box select:nth-of-type(2),.search-box input:nth-of-type(2) {
    margin-right: 0
}

.search-box label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #F99D32;
    color: #F99D32
}

.search-box label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #F99D32;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: text-bottom;
    background-color: #fff
}

.search-box input[type="checkbox"]:checked+label {
    background-color: #F99D32;
    color: #fff
}

.search-box input[type="checkbox"]:checked+label:before {
    background-image: url(../images/checked.svg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.search-box .btns {
    cursor: pointer;
    background: #1DACE4;
    color: #fff;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px
}

.hot-box .hot-wrapper {
    position: relative;
    overflow: hidden;
    height: 350px
}

.hot-box .hot-wrapper .grid_list {
    width: 100%;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.hot-box .hot-wrapper .grid_list.show {
    opacity: 1
}

.grid .hot-box .hot-wrapper .img_bg {
    padding: 0;
    height: 350px
}

.hot-box .grid_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    padding: 10px
}

.hot-box .grid_txt h3 {
    color: #fff
}

.hot-box [class^='no-'] a {
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px
}

.hot-box li {
    border-bottom: 3px dotted #1DACE4;
    line-height: 55px
}

.hot-box li.no-1 a {
    background-image: url(../images/gold.svg)
}

.hot-box li.no-2 a {
    background-image: url(../images/silver.svg)
}

.hot-box li.no-3 a {
    background-image: url(../images/bronze.svg)
}

.hot-box li a {
    display: block;
    width: 100%;
    color: #333;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    padding-right: 20px;
    text-indent: -15px
}

.hot-box li a::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url(../images/list-icon.png);
    opacity: 0;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.hot-box li.active a {
    background-color: rgba(29,172,228,0.2);
    text-indent: 0px
}

.hot-box li.active a::before {
    opacity: 1
}

.grid .grid_list {
    position: relative
}

.grid .grid_list .grid_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.grid .grid_list .grid_beroom {
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
    background-color: #F99D32;
    border-radius: 0 17.5px 17.5px 0;
    padding: 5px 15px 5px 10px
}

.grid .grid_list .grid_pic {
    position: relative
}

.grid .grid_list .grid_pic a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.grid .grid_list .img_bg {
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.grid .grid_list .img_bg img {
    display: none
}

.grid .grid_list .grid_txt {
    padding-top: 5px
}

.grid .grid_list .grid_name,.grid .grid_list .grid_address {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.grid .grid_list .grid_address {
    background-image: url(../images/mapicon.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    text-indent: 20px;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    margin-top: 5px
}

.grid .grid_list .grid_Prj {
    height: 50px;
    overflow: hidden;
    margin-top: 5px
}

.grid .grid_list .grid_Prj a {
    color: #333
}

.grid .grid_list .grid_rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.grid .grid_list .grid_booking {
    padding: 3px 25px;
    color: #fff;
    background-color: #0CB9B6
}

.grid .grid_list .grid_prices {
    color: red;
    margin-right: 10px
}

.diy .opened .diy-items {
    overflow: visible;
    opacity: 1;
    height: 100%;
    opacity: 1;
    padding: 20px 10px
}

.diy .opened .diy-tab {
    background-color: #1DACE4;
    cursor: default
}

.diy .diy-tab {
    height: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f5f5f5
}

.diy .diy-tab img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.diy .diy-tab-top {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.diy .diy-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all
}

.diy .grid_list {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 32%
}

.diy .grid_list:nth-child(3n) {
    margin-right: 0
}

.attractions figure a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.attractions figure span {
    position: absolute;
    left: 5px;
    background-color: #fff;
    border: 1px solid #333;
    bottom: 5px;
    padding: 0 5px;
    border-radius: 15px;
    background-image: url(../images/mapicon.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    text-indent: 15px
}

.attractions .hidden {
    padding-bottom: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
    border: 3px solid #FB5A5B
}

.attractions img {
    display: none
}

.attractions figcaption {
    text-align: center;
    font-size: 20px;
    margin-top: 10px
}

.activity {
    min-height: auto
}

.activity .link-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 80px
}

.activity figure {
    margin-right: 1%;
    margin-bottom: 20px;
    width: 24.25%;
    max-width: 300px;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.activity figure:nth-child(4n) {
    margin-right: 0
}

.activity figure a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all
}

@media (max-width: 1100px) {
    .container,.fixed_content {
        padding:0 10px
    }

    article:not(:nth-of-type(1)) .swiper-button-next,article:not(:nth-of-type(1)) .swiper-button-prev {
        display: none
    }

    .swiper-arrow {
        overflow: hidden
    }
}

@media (min-width: 741px) {
    .search_button {
        display:none
    }

    .top_bar {
        position: absolute;
        top: 60px;
        right: 0;
        z-index: 3
    }

    .search_container {
        background: rgba(255,255,255,0.7)
    }

    nav {
        z-index: 1;
        position: relative
    }

    nav .active a {
        border-bottom: 5px solid #f60
    }

    nav .container {
        border-bottom: 3px solid #eee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    nav li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    nav li:first-child {
        display: none
    }

    #fixed_nav .container {
        border-bottom: 0
    }

    .mobile_nav {
        display: none
    }

    #view-box .grid_pic {
        min-width: 210px;
        width: 210px
    }

    .banner .swiper-slide span {
        position: absolute;
        right: 0;
        bottom: 10px;
        padding: 5px 10px 5px 15px;
        border-radius: 17.5px 0 0 17.5px
    }

    .diy .opened:hover img {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .diy .opened .diy-tab {
        position: relative
    }

    .diy .opened .diy-tab::after {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -15px;
        display: block;
        border-left: 10px solid transparent;
        border-top: 15px solid #1DACE4;
        border-right: 10px solid transparent
    }

    .diy .opened .diy-tab-top {
        background-color: #eee;
        width: 140px;
        height: 140px;
        border-radius: 50%
    }

    .diy .diy-box {
        overflow: hidden
    }

    .diy .diy-type {
        float: left;
        width: calc(99.99% / 3)
    }

    .diy .diy-type:nth-of-type(1) .diy-items {
        left: 0%
    }

    .diy .diy-type:nth-of-type(2) .diy-items {
        left: -100%
    }

    .diy .diy-type:nth-of-type(3) .diy-items {
        left: -200%
    }

    .diy .diy-type:nth-of-type(4) .diy-items {
        left: -300%
    }

    .diy .diy-items {
        position: relative;
        width: 300%
    }
}

@media (min-width: 1024px) {
    .hot-box {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hot-box .hot-pic {
        width: 60%;
        margin-right: 20px
    }

    .hot-box .hot-lists {
        width: 40%
    }

    nav a {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    nav a:hover {
        border-bottom: 5px solid #f90
    }

    #rooms_search_bar .btns {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    #rooms_search_bar .btns:hover {
        background-color: #f60
    }

    .button-center .more a {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    .button-center .more a:hover {
        background-color: #199ccf
    }

    figure a {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    figure a:hover {
        background-color: rgba(255,255,255,0.3)
    }

    .swiper-button-prev,.swiper-button-next {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    .swiper-button-prev:hover,.swiper-button-next:hover {
        opacity: 1
    }

    .grid_booking {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    .grid_booking:hover {
        background-color: #0aa19e
    }

    .grid_list>a {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    .grid_list>a:hover {
        background-color: rgba(255,255,255,0.3)
    }

    .hot-box a {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    .hot-box a:hover {
        text-indent: -10px;
        background-color: rgba(29,172,228,0.1)
    }

    .diy-tab img {
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all
    }

    .diy-tab:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
}

@media (max-width: 970px) {
    body {
        margin-top:60px
    }

    .intro {
        line-height: 25px;
        margin: 20px 0
    }

    .anchor-hide {
        height: 60px;
        margin-top: -60px
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10
    }

    #mobile_nav li a {
        border: 0;
        padding: 10px 0
    }

    #fixed_bar {
        display: none
    }

    .activity .link-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .activity figure {
        margin-right: 2%;
        margin-bottom: 20px;
        width: 49%
    }

    .activity figure:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 740px) {
    body {
        margin-bottom:47px
    }

    article {
        margin: 20px 0
    }

    .banner {
        height: 255px
    }

    .banner>.container {
        text-align: center;
        padding: 0 10px
    }

    .banner .title {
        margin-bottom: 0;
        max-width: 300px
    }

    .banner .swiper-slide span {
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        bottom: 0;
        width: 100%
    }

    .search_bar {
        width: 100%
    }

    .search_bar li {
        width: 100%;
        padding: 5px 0
    }

    .search-box select,.search-box input[type="text"],.search-box label {
        width: 100%
    }

    .search-box label {
        padding: 5px 10px
    }

    .search_button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        color: #fff
    }

    .swiper-button-next,.swiper-button-prev {
        display: none
    }

    #view-box .img_bg {
        min-width: 100px;
        width: 100px;
        height: 150px
    }

    .hot-box .hot-wrapper {
        height: 250px
    }

    .grid .hot-box .hot-wrapper .img_bg {
        height: 250px
    }

    .diy .grid_list {
        margin-right: 2%;
        margin-bottom: 20px;
        width: 49%
    }

    .diy .grid_list:nth-child(2n) {
        margin-right: 0
    }

    .diy .grid_list:nth-of-type(3) {
        margin-right: 2%
    }

    .diy .diy-tab {
        position: relative;
        background-color: #f5f5f5;
        border-bottom: 1px solid #eee
    }

    .diy .diy-tab-top::before,.diy .diy-tab-top::after {
        content: '';
        display: block;
        background-color: #0CB9B6;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 13px;
        height: 3px;
        right: 10px
    }

    .diy .diy-tab-top::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all;
        margin-top: -1px
    }

    .diy .opened span {
        padding: 3px 12px;
        display: inline-block;
        background-color: #fff;
        border-radius: 17.5px
    }

    .diy .opened .diy-tab-top::after {
        background-color: #fff;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .activity .link-box {
        margin-top: 40px
    }
}

@media (max-width: 480px) {
    body {
        font-size:18px
    }

    .mobile_button {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 150px;
        color: #fff;
        background-color: #f90;
        text-align: center;
        padding: 10px 0
    }

    .diy .diy-tab {
        height: 125px
    }

    .diy .grid_list {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }

    .diy .grid_list:nth-child(1n) {
        margin-right: 0
    }
}
