.btn-burger {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.btn-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out
}

.btn-burger span:nth-child(1) {
    top: 3px
}

.btn-burger span:nth-child(2),
.btn-burger span:nth-child(3) {
    top: 14px
}

.btn-burger span:nth-child(4) {
    top: 26px
}

.btn-burger.open span:nth-child(1),
.btn-burger.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%
}

.btn-burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body {
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif;
    background: #f8f8f8;
    text-align: center
}

h2 {
    @minclude JH();
    color: #fff;
    font-size: 70px
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 60px
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 48px
    }
}

@media only screen and (max-width: 321px) {
    h2 {
        font-size: 36px
    }
}

a:link,
a:visited {
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif
}

.responsive-img {
    max-width: 100%
}

.contain {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px
}

.contain:before,
.contain:after {
    content: " ";
    display: table
}

@media only screen and (max-width: 991px) {
    .contain {
        max-width: 970px
    }
}

@media only screen and (max-width: 767px) {
    .contain {
        max-width: 750px
    }
}

@media only screen and (max-width: 641px) {
    .contain {
        max-width: 100%
    }
}

.btn-action:link,
.btn-action:visited {
    display: block;
    background: #4bcdd9;
    font-size: 32px;
    color: #fff;
    border: 1px solid #4bcdd9;
    padding: 10px 15px;
    min-width: 10em;
    width: 100%;
    transition: background .2s ease-out;
    box-shadow: 0 1px 1px 1px #bdbdbd
}

.btn-action:hover {
    text-decoration: none
}

.bar {
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 499;
    padding: 10px 15px;
    background: #4bcdd9;
    box-shadow: 0 0 5px #4d4d4d;
    margin-top: -80px;
    transition: margin 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    height: 68px
}

.bar h1 {
    float: left;
    margin: 0
}

.bar h1 a:link,
.bar h1 a:visited {
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 1.7
}

.bar h1 a:hover {
    text-decoration: none
}

.bar .btn-burger {
    float: right;
    margin: 7px 0 0
}

@media only screen and (min-width: 768px) {
    .bar .btn-burger {
        display: none
    }
}

.bar nav ul {
    float: right
}

.bar nav ul li {
    display: inline-block
}

.bar nav ul li:first-child {
    margin-right: 15px
}

.bar nav ul li a:link,
.bar nav ul li a:visited {
    display: block;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px
}

.bar nav ul li a:hover {
    text-decoration: none;
    background: #2ebdca
}

@media only screen and (max-width: 767px) {
    .bar nav ul {
        position: fixed;
        top: 70px;
        right: 0;
        bottom: 0;
        left: 100%;
        padding: 15px;
        transition: left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    }
    .bar nav ul li {
        margin: 0;
        display: block
    }
    .bar nav ul li:first-child {
        margin: 0
    }
    .bar nav ul li:first-child+li {
        margin: 15px 0 0
    }
}

.bar+i {
    background: #6bbbc2;
    position: fixed;
    padding: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    transition: left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 498
}

.bar.pinned {
    margin-top: 0
}

.bar.spread+i {
    left: 45%;
    box-shadow: -5px 0 10px 5px rgba(128, 128, 128, 0.5)
}

.bar.spread .btn-burger.open+nav ul {
    margin-left: -55%
}

.vision {
    background: #fff url(../img/bg_vision.jpg) no-repeat center top
}

@media only screen and (max-width: 767px) {
    .vision {
        background-image: url(../img/bg_vision_768.jpg)
    }
}

.vision h2 {
    text-shadow: 0 0 10px #000;
    text-align: center;
    margin: 100px auto
}

.vision h2 em {
    display: block;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
}

.vision h2 strong {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding:10px;
}
.vision h2 strong b {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    display:block;
    margin: 0 auto 3px;
}
@media only screen and (max-width: 767px) {
    .vision h2 {
        margin: 40px auto
    }
    .vision h2 strong {
        font-size: 30px;
        line-height: 55px
    }
}

@media only screen and (max-width: 479px) {
    .vision h2 {
        font-size: 48px;
        margin: 30px auto
    }
    .vision h2 strong {
        font-size: 22px;
        line-height: 40px
    }
}

@media only screen and (max-width: 321px) {
    .vision h2 {
        font-size: 32px
    }
    .vision h2 strong {
        font-size: 18px;
        line-height: 36px
    }
    .vision h2 strong br {
        display: none
    }
}

.vision .order {
    background: rgba(255, 255, 255, 0.6)
}

.vision .order .deal:link,
.vision .order .deal:visited {
    @minclude JH();
    display: inline-block;
    width: 49%;
    transition: all .3s ease-out;
    margin: 40px 0
}

@media only screen and (max-width: 767px) {
    .vision .order .deal:link,
    .vision .order .deal:visited {
        margin: 25px 0
    }
}

@media only screen and (max-width: 479px) {
    .vision .order .deal:link,
    .vision .order .deal:visited {
        margin: 10px 0
    }
}

@media only screen and (max-width: 321px) {
    .vision .order .deal:link,
    .vision .order .deal:visited {
        margin: 5px 0
    }
}

.vision .order .deal:link h3,
.vision .order .deal:visited h3 {
    color: #06c;
    text-shadow: 0 1px 0 #c9c9c9;
    font-size: 42px
}

@media only screen and (max-width: 767px) {
    .vision .order .deal:link h3,
    .vision .order .deal:visited h3 {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .vision .order .deal:link h3,
    .vision .order .deal:visited h3 {
        font-size: 32px
    }
}

@media only screen and (max-width: 321px) {
    .vision .order .deal:link h3,
    .vision .order .deal:visited h3 {
        font-size: 28px
    }
}

.vision .order .deal:link p,
.vision .order .deal:visited p {
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif;
    color: #333;
    text-shadow: 0 1px 0 #c9c9c9;
    padding: .5em 0;
    font-size: 32px
}
.vision .order .deal:link span,
.vision .order .deal:visited span {
    color: #06c;
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.vision .order .deal:link b,
.vision .order .deal:visited b {
    text-decoration: line-through;
    color: #333;
    font-size: 16px;
}
@media only screen and (max-width: 981px) {
    .vision .order .deal:link b,
    .vision .order .deal:visited b {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .vision .order .deal:link p,
    .vision .order .deal:visited p {
        font-size: 24px;
        padding: 20px 0 10px
    }
}

@media only screen and (max-width: 479px) {
    .vision .order .deal:link p,
    .vision .order .deal:visited p {
        font-size: 22px;
        padding: 15px 0 5px
    }
}

@media only screen and (max-width: 321px) {
    .vision .order .deal:link p,
    .vision .order .deal:visited p {
        font-size: 18px;
        padding: 10px 0 0
    }
}

.vision .order .deal:link strong,
.vision .order .deal:visited strong {
    color: #c00;
    font-size: 72px
}

@media only screen and (max-width: 767px) {
    .vision .order .deal:link strong,
    .vision .order .deal:visited strong {
        font-size: 60px
    }
}

@media only screen and (max-width: 479px) {
    .vision .order .deal:link strong,
    .vision .order .deal:visited strong {
        font-size: 48px
    }
}

@media only screen and (max-width: 321px) {
    .vision .order .deal:link strong,
    .vision .order .deal:visited strong {
        font-size: 28px
    }
}

.vision .order .deal:link strong cite,
.vision .order .deal:visited strong cite {
    margin: 0 5px;
    display: inline-block;
    vertical-align: baseline;
    font-size: 32px
}

@media only screen and (max-width: 767px) {
    .vision .order .deal:link strong cite,
    .vision .order .deal:visited strong cite {
        font-size: 24px
    }
}

@media only screen and (max-width: 479px) {
    .vision .order .deal:link strong cite,
    .vision .order .deal:visited strong cite {
        font-size: 22px
    }
}

@media only screen and (max-width: 321px) {
    .vision .order .deal:link strong cite,
    .vision .order .deal:visited strong cite {
        font-size: 18px
    }
}

.vision .order .deal:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6)
}

.vision .order .deal:first-child {
    border-right: 1px solid #00c7d9
}

@media only screen and (max-width: 767px) {
    .vision .order .deal:link,
    .vision .order .deal:visited {
        display: block;
        width: 100%
    }
    .vision .order .deal:first-child {
        border: none
    }
}

.booking {
    background: #fff url(../img/bg_order.jpg) no-repeat center top;
    background-size: cover
}

.booking h2 {
    color: #00c7d9;
    padding: 80px 0
}

.booking .steps {
    counter-reset: items
}

.booking .steps li {
    counter-increment: items;
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-weight: bold;
    line-height: 1.3;
    width: 300px;
    font-size: 28px
}

@media only screen and (max-width: 767px) {
    .booking .steps li {
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .booking .steps li {
        font-size: 22px
    }
}

@media only screen and (max-width: 479px) {
    .booking .steps li {
        font-size: 18px
    }
}

@media only screen and (max-width: 321px) {
    .booking .steps li {
        font-size: 16px
    }
}

.booking .steps li:before {
    content: "Step" counter(items);
    display: block;
    padding: 20px;
    font-size: 42px
}

@media only screen and (max-width: 767px) {
    .booking .steps li:before {
        font-size: 36px;
        padding: 15px
    }
}

@media only screen and (max-width: 479px) {
    .booking .steps li:before {
        font-size: 32px;
        padding: 5px
    }
}

@media only screen and (max-width: 321px) {
    .booking .steps li:before {
        font-size: 22px;
        padding: 5px
    }
}

.booking .steps li i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/steps.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: top
}

@media only screen and (max-width: 767px) {
    .booking .steps li i {
        vertical-align: middle
    }
}

.booking .steps li span {
    display: inline-block;
    vertical-align: -18px;
    text-align: left
}

.booking .steps li.s1 i {
    background-position: 0 0
}

.booking .steps li.s2 i {
    background-position: -80px 0
}

.booking .steps li.s3 i {
    background-position: -160px 0
}

.booking .steps li.s4 i {
    background-position: -240px 0
}

.booking h3 {
    @minclude JH();
    color: #00c7d9;
    margin: 60px 0 0;
    font-size: 42px
}

@media only screen and (max-width: 767px) {
    .booking h3 {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .booking h3 {
        font-size: 32px
    }
}

@media only screen and (max-width: 321px) {
    .booking h3 {
        font-size: 24px
    }
}

.booking .btn-action:link,
.booking .btn-action:visited {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    color: #00c7d9;
    border: 1px solid #00c7d9;
    padding: 15px;
    margin: 20px 0 80px;
    min-width: 10em;
    width: auto
}

@media only screen and (max-width: 767px) {
    .booking .btn-action:link,
    .booking .btn-action:visited {
        font-size: 28px;
        margin: 10px 0 60px
    }
}

@media only screen and (max-width: 479px) {
    .booking .btn-action:link,
    .booking .btn-action:visited {
        font-size: 22px;
        margin: 5px 0 40px
    }
}

@media only screen and (max-width: 321px) {
    .booking .btn-action:link,
    .booking .btn-action:visited {
        font-size: 18px;
        margin: 5px 0 20px;
        min-width: auto;
        width: 100%
    }
}

.booking .btn-action:hover {
    background: #4bcdd9;
    color: #fff
}

.faq {
    background: #4bcdd9;
    color: #fff
}

.faq h2 {
    margin: 60px auto 40px
}

@media only screen and (max-width: 767px) {
    .faq h2 {
        margin: 40px auto 20px
    }
}

@media only screen and (max-width: 479px) {
    .faq h2 {
        margin: 20px auto 10px
    }
}

@media only screen and (max-width: 321px) {
    .faq h2 {
        margin: 10px auto 0
    }
}

.faq ol {
    list-style-type: none;
    text-align: left;
    counter-reset: decimal-num
}

.faq ol li {
    counter-increment: decimal-num;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.2);
    padding: .75em;
    padding-right: 0;
    margin: 0 0 1em;
    font-size: 24px
}

.faq ol li:before {
    content: counter(decimal-num) ". ";
    display: inline-block;
    position: absolute;
    width: 1em
}

@media only screen and (max-width: 767px) {
    .faq ol li {
        font-size: 24px
    }
}

@media only screen and (max-width: 479px) {
    .faq ol li {
        font-size: 22px;
        line-height: 1.5
    }
}

@media only screen and (max-width: 321px) {
    .faq ol li {
        font-size: 18px
    }
}

.faq ol li p {
    color: #333;
    display: none;
    margin-top: 10px;
    padding-right: 2em;
    padding-left: 1.25em
}

.faq ol li strong {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 1.25em;
    padding-right: .75em;
    margin-right: .75em
}

.faq ol li strong:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '+';
    line-height: .9;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-align: center;
    width: .5em;
    font-size: 36px
}

@media only screen and (max-width: 767px) {
    .faq ol li strong:after {
        font-size: 22px
    }
}

@media only screen and (max-width: 479px) {
    .faq ol li strong:after {
        font-size: 18px
    }
}

@media only screen and (max-width: 321px) {
    .faq ol li strong:after {
        font-size: 16px
    }
}

.faq ol li strong.open:after {
    content: '-';
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5)
}

.faq ol li strong.open+p {
    display: block
}

.features ul li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    color: #4bcdd9;
    font-weight: bold;
    line-height: 1.3;
    font-size: 42px
}

@media only screen and (max-width: 767px) {
    .features ul li {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .features ul li {
        font-size: 28px
    }
}

@media only screen and (max-width: 321px) {
    .features ul li {
        font-size: 18px
    }
}

.features ul li i {
    display: block;
    vertical-align: top;
    background-image: url(../img/icon_n1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 40px auto 15px;
    width: 140px;
    height: 140px
}

@media only screen and (max-width: 767px) {
    .features ul li i {
        width: 96px;
        height: 96px
    }
}

@media only screen and (max-width: 479px) {
    .features ul li i {
        width: 64px;
        height: 64px
    }
}

@media only screen and (max-width: 321px) {
    .features ul li i {
        width: 48px;
        height: 48px
    }
}

.features ul li span {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 21px
}

@media only screen and (max-width: 767px) {
    .features ul li span {
        font-size: 18px
    }
}

@media only screen and (max-width: 479px) {
    .features ul li span {
        font-size: 16px
    }
}

.features ul li.s1 i {
    background-image: url(../img/icon_n1.png)
}

.features ul li.s2 i {
    background-image: url(../img/icon_n2.png)
}

.features ul li.s3 i {
    background-image: url(../img/icon_n3.png)
}

.features ul li.s4 i {
    background-image: url(../img/icon_n4.png)
}

.features ul li.s5 i {
    background-image: url(../img/icon_n5.png)
}

@media only screen and (max-width: 591px) {
    .features ul li {
        display: block;
        width: 100%
    }
    .features ul li i {
        margin: 40px auto 0
    }
}

.features .phone {
    border: 1px solid #00c7d9;
    color: #4bcdd9;
    padding: 12px;
    margin: 60px auto 80px;
    display: inline-block;
    font-size: 21px
}

.features .phone span:before {
    content: "聯絡電話："
}

@media only screen and (max-width: 767px) {
    .features .phone {
        font-size: 18px
    }
}

@media only screen and (max-width: 479px) {
    .features .phone {
        font-size: 16px
    }
}

@media only screen and (max-width: 321px) {
    .features .phone span:before {
        display: none
    }
}

.features .phone .material-icons {
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 32px
}

@media only screen and (max-width: 767px) {
    .features .phone .material-icons {
        font-size: 28px
    }
}

@media only screen and (max-width: 479px) {
    .features .phone .material-icons {
        font-size: 22px
    }
}

@media only screen and (max-width: 321px) {
    .features .phone .material-icons {
        font-size: 18px
    }
}

.notification p {
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif;
    color: #d00;
    margin: 30px auto 0;
    font-size: 22px
}

@media only screen and (max-width: 767px) {
    .notification p {
        font-size: 18px
    }
}

@media only screen and (max-width: 479px) {
    .notification p {
        font-size: 16px
    }
}

.tab-set .tabs {
    margin: 80px auto 0
}

@media only screen and (max-width: 767px) {
    .tab-set .tabs {
        margin: 50px auto 0
    }
}

@media only screen and (max-width: 479px) {
    .tab-set .tabs {
        margin: 30px auto 0
    }
}

@media only screen and (max-width: 321px) {
    .tab-set .tabs {
        margin: 20px auto 0
    }
}

.tab-set .tabs li {
    display: inline-block;
    width: calc(50% - 10px)
}

.tab-set .tabs li:first-child {
    margin-right: 20px
}

.tab-set .tabs li a:link,
.tab-set .tabs li a:visited {
    display: block;
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #4bcdd9;
    border: 1px solid #4bcdd9;
    background: #fff
}

.tab-set .tabs li a:hover {
    text-decoration: none
}

.tab-set .tabs li.current a:link,
.tab-set .tabs li.current a:visited {
    color: #fff;
    background: #4bcdd9
}

.tab-set .tabs li.current a:hover {
    cursor: default
}

@media only screen and (max-width: 361px) {
    .tab-set .tabs li {
        width: calc(50% - 5px)
    }
    .tab-set .tabs li:first-child {
        margin-right: 10px
    }
    .tab-set .tabs li a:link,
    .tab-set .tabs li a:visited {
        font-size: 22px
    }
}

.tab-set .content h3 {
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    margin: 60px auto 10px
}

.tab-set .content .price {
    color: #c00;
    font-size: 36px;
    margin: 0 auto 30px;
    display: block
}

.tab-set .content .price:before {
    content: "網路會員獨享：";
    color: #333;
    font-size: 22px;
    font-weight: normal
}

.tab-set .content .price cite {
    font-size: 22px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: baseline
}

.tab-set .content section {
    text-align: left
}

.tab-set .content section h4 {
    font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding: 15px;
    background: #fff;
    color: #4bcdd9;
    border: 1px solid #4bcdd9
}

.tab-set .content section .bullets,
.tab-set .content section p,
.tab-set .content section .decimal,
.tab-set .content section table {
    font-size: 18px;
    margin: 20px;
    line-height: 2
}

.tab-set .content section .bullets em,
.tab-set .content section p em,
.tab-set .content section .decimal em,
.tab-set .content section table em {
    color: #c00
}

.tab-set .content section .bullets {
    list-style-type: disc;
    padding: 0 20px;
    padding-right: 0
}

.tab-set .content section .decimal {
    list-style-type: decimal;
    padding: 0 20px;
    padding-right: 0
}

.tab-set .content section .decimal p {
    margin: 0
}

.tab-set .content section table {
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse
}

@media only screen and (max-width: 541px) {
    .tab-set .content section table {
        font-size: 15px
    }
}

@media only screen and (max-width: 361px) {
    .tab-set .content section table {
        font-size: 13px
    }
}

.tab-set .content section table th,
.tab-set .content section table td {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

@media only screen and (max-width: 541px) {
    .tab-set .content section table th,
    .tab-set .content section table td {
        padding: 5px
    }
}

@media only screen and (max-width: 361px) {
    .tab-set .content section table th,
    .tab-set .content section table td {
        padding: 2px
    }
}

.tab-set .content section table thead th {
    padding: 3px 8px;
    background: #9ae9f0;
    border-bottom: none
}

.tab-set .content section table thead th:first-child,
.tab-set .content section table thead th:last-child {
    width: 12em
}

@media only screen and (max-width: 767px) {
    .tab-set .content section table thead th:first-child,
    .tab-set .content section table thead th:last-child {
        width: 10em
    }
}

@media only screen and (max-width: 641px) {
    .tab-set .content section table thead th:first-child,
    .tab-set .content section table thead th:last-child {
        width: 9em
    }
}

@media only screen and (max-width: 541px) {
    .tab-set .content section table thead th:first-child,
    .tab-set .content section table thead th:last-child {
        width: 6em
    }
}

@media only screen and (max-width: 361px) {
    .tab-set .content section table thead th:first-child,
    .tab-set .content section table thead th:last-child {
        width: 5em
    }
}

.tab-set .content section table tbody tr:nth-of-type(even) {
    background: #eee
}

@media only screen and (max-width: 541px) {
    .tab-set .content section table tbody td var {
        display: block
    }
}

.tab-set .content section table tbody td var:before {
    content: "／"
}

@media only screen and (max-width: 541px) {
    .tab-set .content section table tbody td var:before {
        display: none
    }
}

.tab-set .content section table tbody td span {
    color: #01a8b8
}

.tab-set .content section table tbody blockquote {
    font-size: 15px
}

@media only screen and (max-width: 361px) {
    .tab-set .content section table tbody blockquote {
        font-size: 13px
    }
}

.tab-set .btn-action {
    margin: 60px auto
}

@media only screen and (max-width: 767px) {
    .tab-set .btn-action {
        font-size: 28px;
        margin: 10px 0 60px
    }
}

@media only screen and (max-width: 479px) {
    .tab-set .btn-action {
        font-size: 22px;
        margin: 5px 0 40px
    }
}

@media only screen and (max-width: 321px) {
    .tab-set .btn-action {
        font-size: 18px;
        margin: 5px 0 20px;
        min-width: auto;
        width: 100%
    }
}

.form .contain {
    padding: 0
}


/*# sourceMappingURL=style.css.map */