@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700&family=Poppins:wght@500&family=Noto+Sans+TC:wght@400;500;600;700&display=swap");


html{
  scroll-behavior: smooth;
}

.arrowBox .arrow,
.arrowBox .arrow:before,
.btn.arrow a:after,
.btn.plus a:after,
.classBox .classCurrent,
.fixedQuickLink .Img img,
.fixedQuickLink .item,
.fixedQuickLink .title,
.loadingArea,
.m_menu,
.m_menu .nav>li .switch,
.m_menu .nav>li .switch:after,
.m_menu .nav>li .switch:before,
.m_menu a.main span,
.m_menu a.main span:after,
.m_menu a.main span:before,
.moduleBox .moduleClose,
.moduleBox.privacy .btn a.textLink:before,
.moduleBox.privacy .customList .topBox .subtitle,
.moduleBox.privacy .customList .topBox .trigger label span,
.moduleBox.privacy .customList .topBox .trigger label span:before,
.moduleBox.privacy .customList .topBox:before,
.moduleMask,
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before,
.privacyArea,
.side_contactInfo a:before,
.slideMenuArea .leftBox .unitPic,
.slideMenuArea .menuBox .slideNav .submenu li a:before,
.slideMenuArea .menuBox .slideNav>li>a:before,
.slideMenuArea .menuBox .slideNav>li>span>a:before,
.slideMenuTrigger,
.slideMenuTrigger .line,
.slideMenuTrigger .line:after,
.slideMenuTrigger .line:before,
.unitLinkBox a:after,
a,
footer .footerMenu a:before,
header,
header .leftBox,
header .menu>li>span>a:before,
header .menuBox,
header .rightBox,
header:before {
    transition: all 0.5s
}

@-webkit-keyframes slideHeightAnimation {
    to {
        height: 100%
    }
}

@keyframes slideHeightAnimation {
    to {
        height: 100%
    }
}

@-webkit-keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body {
    background-color: #fff;
    font-size: 16px;
    font-family: "Barlow", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif
}

body.loadingOverflow,
body.overflow,
body.popwinOverflow {
    overflow: hidden
}

body.errorPage .mainArea {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 500px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

body.errorPage .mainArea .top {
    max-width: 380px;
    color: #ff7200;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto
}

@media (max-width:768px) {
    body.errorPage .mainArea {
        height: 50vh;
        min-height: 350px
    }

    body.errorPage .mainArea .top {
        font-size: 24px
    }
}

body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0px 0px 5px #333;
}

address {
    font-style: normal
}

a {
    color: #222;
    cursor: pointer
}

@media (min-width:1201px) {
    a:hover {
        color: #ff7200
    }
}

div.titan {
    display: none
}

[class*=col-] {
    float: left
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.33%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

@media (max-width:480px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100%
    }
}

.btn a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 200px;
    width: 100%;
    min-height: 50px;
    border-radius: 25px;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
    -webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
    filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
    background-image: linear-gradient(250deg, #33aedc 0%, rgba(79, 128, 202, 0) 100%);
    background-color: #ff7200
}

.btn.plus a {
    position: relative;
    padding: 5px 45px
}

.btn.plus a:after {
    content: "";
    position: absolute;
    top: calc(50% - 12.5px);
    right: 14px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(../images/plus.png);
    opacity: 0
}

@media (min-width:1201px) {
    .btn.plus a:hover:after {
        -webkit-transform: rotate(180deg) translateX(0);
        transform: rotate(180deg) translateX(0);
        opacity: 1
    }
}

.btn.arrow a {
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 332px;
    min-height: 72px;
    font-size: 32px;
    border-radius: 36px;
    letter-spacing: 1px;
    padding: 5px 80px 5px 38px
}

.btn.arrow a:after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    right: 40px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    width: 28px;
    height: 24px;
    background: url(../images/arrowRight2.svg) no-repeat center/contain
}

@media (min-width:1201px) {
    .btn.arrow a:hover:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:1200px) {
    .btn.arrow a:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:414px) {
    .btn.arrow a {
        font-size: 24px;
        padding: 5px 70px 5px 28px
    }

    .btn.arrow a:after {
        top: calc(50% - 10px);
        right: 30px;
        width: 23px;
        height: 20px
    }
}

.btn.white a {
    -webkit-filter: none;
    filter: none;
    background-image: none;
    background-color: #fff;
    color: #ff7200;
    border: 1px solid #ff7200
}

@media (min-width:1201px) {
    .btn.white a:hover {
        color: #fff;
        -webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
        filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
        background-image: linear-gradient(250deg, #33aedc 0%, rgba(79, 128, 202, 0) 100%);
        background-color: #ff7200
    }
}

.btn.black a {
    -webkit-filter: none;
    filter: none;
    background-image: none;
    background-color: #000;
    border: 1px solid #000
}

.btn.gray a {
    -webkit-filter: none;
    filter: none;
    background-image: none;
    background-color: #bbb;
    border: 1px solid #bbb
}

.btn.center a {
    margin: 0 auto
}

.btn.full a {
    max-width: 100%;
    margin: 0
}

.btn_color1 {
    background-color: #ff7200;
    color: #fff
}

@media (min-width:1201px) {
    .btn_color1:hover {
        background-color: #004263;
        color: #fff
    }
}

.btn_color_white {
    background-color: #fff;
    color: #ff7200
}

@media (min-width:1201px) {
    .btn_color_white:hover {
        background-color: #ff7200;
        color: hsl(0deg, 0%, 100%)
    }
}

button,
input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    padding: 0;
    margin: 0
}

textarea {
    resize: vertical
}

.outerWrap {
    position: relative;
    padding-top: 90px;
    padding-right: 145px
}

@media (max-width:1440px) {
    .outerWrap {
        padding-right: 120px
    }
}

@media (max-width:1200px) {
    .outerWrap {
        padding-top: 65px;
        padding-right: 0;
        /*padding-bottom: calc(101px + env(safe-area-inset-bottom))*/
    }
}

.wrap {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px
}

@media (max-width:1200px) {

    .wrap {
    padding-left: 20px;
    padding-right: 20px
    }
}

.textEditor .contentBuilder {
    width: 100%
}

/*
@media (min-width:1201px) {

    .textEditor .contentBuilder .customTableBox .customTableMobile1,
    .textEditor .contentBuilder .customTableBox .customTableMobile2 {
        display: none
    }
}

@media (max-width:1200px) {

    .textEditor .contentBuilder .customTableBox .customTable1,
    .textEditor .contentBuilder .customTableBox .customTable2 {
        display: none
    }
}
*/

@media (max-width:960px) {

    .textEditor .contentBuilder .customTableBox .customTable1 thead th {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px;
}

.textEditor .contentBuilder .customTableBox .customTable1 tbody td {
  font-size: 15px;
  padding: 10px;
}

}

.textEditor .contentBuilder .customTableBox .customTableMobile2 .th:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 26px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.textEditor .contentBuilder .customTableBox .customTableMobile2 .th.open:before {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.textEditor .contentBuilder .customTableBox .customTableMobile2 .td {
    display: none
}

.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-property: top, opacity, visibility;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out
}

.moduleBox.show {
    opacity: 1;
    visibility: visible
}

.moduleBox.show .moduleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.moduleBox .moduleWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    pointer-events: auto;
    padding-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.5s
}

.moduleBox .moduleTitle {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    text-align: center
}

.moduleBox .moduleContent {
    width: 100%;
    max-height: calc(90vh - 50px);
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

.moduleBox .moduleContent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1
}

.moduleBox .moduleContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1
}

.moduleBox .moduleContent::-webkit-scrollbar-thumb {
    background: #ff7200
}

.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    background-color: #ff7200;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.moduleBox .moduleClose:after,
.moduleBox .moduleClose:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -0.5px;
    width: 30px;
    height: 1px;
    background-color: #fff
}

.moduleBox .moduleClose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.moduleBox .moduleClose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width:1201px) {
    .moduleBox .moduleClose:hover {
        background-color: #004263
    }
}

.moduleBox.privacy .moduleWrap {
    max-width: 700px;
    padding-top: 50px;
    position: relative;
    z-index: 1004
}

.moduleBox.privacy .moduleTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left
}

@media (max-width:640px) {
    .moduleBox.privacy .moduleTitle {
        font-size: 18px;
        padding-bottom: 10px
    }
}

.moduleBox.privacy .settingBox+.settingBox {
    margin-top: 25px
}

.moduleBox.privacy .text {
    font-size: 15px;
    line-height: 1.35
}

@media (max-width:640px) {
    .moduleBox.privacy .text {
        font-size: 14px
    }
}

.moduleBox.privacy .btn {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.moduleBox.privacy .btn a {
    margin: 5px
}

.moduleBox.privacy .btn a:not(.textLink) {
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 15px 25px
}

.moduleBox.privacy .btn a.textLink {
    font-size: 15px;
    font-weight: 500;
    position: relative
}

.moduleBox.privacy .btn a.textLink:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #ff7200;
    position: absolute;
    bottom: -3px;
    left: 50%
}

@media (min-width:1201px) {
    .moduleBox.privacy .btn a.textLink:hover:before {
        width: 100%;
        left: 0
    }
}

.moduleBox.privacy .customList .customItem:not(:last-child) {
    padding-bottom: 10px
}

.moduleBox.privacy .customList .topBox {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative
}

.moduleBox.privacy .customList .topBox:before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-80%) rotate(-45deg);
    transform: translateY(-80%) rotate(-45deg)
}

.moduleBox.privacy .customList .topBox.open:before {
    -webkit-transform: translateY(-100%) rotate(45deg);
    transform: translateY(-100%) rotate(45deg)
}

.moduleBox.privacy .customList .topBox .subtitle {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px 10px 0
}

.moduleBox.privacy .customList .topBox .trigger {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    color: #ff7200;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.35;
    padding-bottom: 3px
}

.moduleBox.privacy .customList .topBox .trigger label {
    cursor: pointer;
    display: inline-block
}

.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
    cursor: not-allowed
}

.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked+span {
    background-color: #0caeff
}

.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked+span:before {
    background-color: #0086c9;
    -webkit-transform: translate(75%, -50%);
    transform: translate(75%, -50%)
}

.moduleBox.privacy .customList .topBox .trigger label span {
    width: 38px;
    height: 14px;
    border-radius: 30px;
    background-color: #d9d9d9;
    display: block;
    margin-left: auto;
    position: relative
}

.moduleBox.privacy .customList .topBox .trigger label span:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1201px) {
    .moduleBox.privacy .customList .topBox:hover .subtitle {
        color: #ff7200
    }
}

@media (max-width:640px) {
    .moduleBox.privacy .customList .topBox {
        margin-bottom: 5px
    }
}

.moduleBox.privacy .customList .text {
    background-color: #e1e1e1;
    padding: 18px 15px
}

@media (max-width:640px) {
    .moduleBox.privacy .customList .text {
        padding: 15px 12px
    }
}

.moduleBox.cart .moduleWrap {
    max-width: 480px
}

.moduleBox.cart .text {
    color: #373737;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center
}

.moduleBox.cart .text b {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #ff7200
}

.moduleBox.cart .cart {
    border-top: 2px solid #ff7200;
    border-bottom: 2px solid #b4b4b4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

.moduleBox.cart .buyList li {
    display: -ms-flexbox;
    display: flex
}

.moduleBox.cart .buyList li:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #d5d5d5
}

.moduleBox.cart .buyList .Img {
    width: 90px
}

.moduleBox.cart .buyList .Img img {
    display: block;
    width: 100%
}

.moduleBox.cart .buyList .Txt {
    position: relative;
    width: calc(100% - 90px);
    padding-left: 15px;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 14px
}

.moduleBox.cart .buyList h3 {
    width: 100%;
    margin-bottom: 3px
}

.moduleBox.cart .buyList h3 a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.moduleBox.cart .buyList .spec {
    color: #6a6a6a;
    margin-bottom: 3px
}

.moduleBox.cart .buyList .del {
    position: absolute;
    right: 0;
    top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
    background-color: #eee;
    border-radius: 50%;
    color: #5f5f5f;
    cursor: pointer;
    transition: all 0.5s
}

@media (min-width:1201px) {
    .moduleBox.cart .buyList .del:hover {
        background-color: #ff7200;
        color: #fff
    }
}

.moduleBox.cart .buyList .del svg {
    width: 15px;
    height: 18px
}

.moduleBox.orderCheck .moduleWrap {
    max-width: 360px
}

.moduleBox.orderCheck h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #222;
    text-align: left
}

.moduleBox.orderCheck input[type=password],
.moduleBox.orderCheck input[type=text] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ccc
}

.moduleBox.orderCheck a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff
}

.moduleBox.search .moduleWrap {
    max-width: 480px
}

.moduleBox.search .searchBox {
    margin: 30px 0;
    position: relative
}

.moduleBox.search .searchBox input {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 15px 55px 15px 15px
}

.moduleBox.search .searchBox a {
    width: 50px;
    height: 50px;
    background-color: #ff7200;
    color: #fff;
    display: block;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.moduleBox.cookie .moduleWrap {
    max-width: 480px
}

.moduleBox.cookie .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.loadingArea {
    width: 100%;
    height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}

.loadingArea .loadLogo {
    width: 198px
}

.loadingArea .loadLogo img {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1s ease;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.loadingArea.show {
    opacity: 1;
    pointer-events: auto
}

.loadingArea.show .loadLogo img {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.loadingArea.hide {
    opacity: 0
}

.socialBox .socialList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

.socialBox li {
    padding: 0 15px
}

.socialBox a {
    font-size: 19px;
    color: #231815
}

.socialBox svg {
    display: block;
    width: 20px;
    height: 19px
}

.unitLinkBox .unitLinkList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.unitLinkBox .item:not(:last-child) {
    margin-right: 26px
}

.unitLinkBox .item:last-child a:before {
    display: none
}

.unitLinkBox a {
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #454545
}

.unitLinkBox a:before {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    right: -14px;
    width: 1px;
    height: 15px;
    background-color: #c9c9c9
}

.unitLinkBox a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #ff7200
}

@media (min-width:1201px) {
    .unitLinkBox a:hover {
        color: #ff7200
    }

    .unitLinkBox a:hover:after {
        width: 100%
    }
}

.copyrightBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #fff
}

.copyrightBox a {
    color: #fff
}

@media (max-width:640px) {
    .copyrightBox {
        -ms-flex-direction: column;
        flex-direction: column
    }
}


.slick-slider .slick-dots {
    bottom: initial;
    top: calc(100% + 10px)
}

.slick-slider .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 6px
}

.slick-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0
}

.slick-slider .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    background-color: #b0d3e4
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: #ff7200
}

.arrowBox {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

.arrowBox .arrow {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 10px 7.5px rgba(0, 117, 175, 0.15));
    filter: drop-shadow(0px 10px 7.5px rgba(0, 117, 175, 0.15));
    background-color: #fff
}

.arrowBox .arrow:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 3.5px);
    width: 7px;
    height: 12px
}

.arrowBox .arrowPrev:before {
    background: url(../images/arrowLeft.svg) no-repeat center/contain
}

.arrowBox .arrowNext:before {
    background: url(../images/arrowRight.svg) no-repeat center/contain
}

@media (min-width:1201px) {
    .arrowBox .arrow:hover {
        background-color: #ff7200;
        background-image: linear-gradient(250deg, #33aedc 0%, rgba(79, 128, 202, 0) 100%)
    }

    .arrowBox .arrow:hover:before {
        -webkit-filter: invert(1);
        filter: invert(1)
    }
}

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

header:before {
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
    background-color: #ff7200;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

header.scrollDown:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.scrollDown .leftBox {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.scrollDown .rightBox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

header.scrollDown .menuBox {
    pointer-events: auto;
    opacity: 1
}

header.open:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.open .leftBox {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.open .rightBox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

header.open .menuBox {
    pointer-events: none;
    opacity: 0
}

header.ins:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.ins .leftBox {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.ins .rightBox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

header.ins .menuBox {
    pointer-events: auto;
    opacity: 1
}

@media (max-width:1200px) {
    header {
        display: none
    }
}

header .wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 52px
}

@media (max-width:1600px) {
    header .wrap {
        padding: 0 25px
    }
}

header .leftBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

header .logo {
    width: 250px;
    margin-left: 70px
}

header .logo a {
    display: block
}

header .logo img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:1600px) {
    header .logo {
        margin-left: 35px
    }
}

header .rightBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: calc(100% - 308px);
    padding-left: 50px;
    opacity: 0
}

@media (max-width:1600px) {
    header .rightBox {
        width: calc(100% - 274px)
    }
}

@media (max-width:1440px) {
    header .rightBox {
        padding-left: 20px
    }
}

header .menuBox {
    pointer-events: none;
    opacity: 0;
    margin-right: 30px
}

@media (max-width:1440px) {
    header .menuBox {
        margin-right: 20px
    }
}

header .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header .menu>li {
    position: relative;
    display: inline-block
}

header .menu>li.hide {
    display: none
}

header .menu>li>span>a {
    position: relative;
    display: block;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 31.5px 24px;
    color: #fff
}

header .menu>li>span>a:before {
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
    background-color: #ff7200
}

header .menu>li>span>a.current {
    color: #fff
}

header .menu>li>span>a.current:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:1201px) {
    header .menu>li>span>a:hover {
        color: #fff
    }

    header .menu>li>span>a:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:1880px) {
    header .menu>li>span>a {
        padding: 31.5px 15px
    }
}

@media (max-width:1680px) {
    header .menu>li>span>a {
        font-size: 17px;
        padding: 32.5px 10px
    }
}
@media (max-width:1366px) {
    header .menu>li>span>a {
        font-size: 15px;
        padding: 32.5px 8px
    }
}

header .menu .submenu {
    width: 188px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

header .menu .submenu a {
    display: block;
    font-size: 16px;
    padding: 15px 22px;
    border-top: 1px solid #b0d3e4;
    background-color: #fff
}

header .menu .submenu a.current {
    color: #fff;
    background-color: #ff7200
}

@media (min-width:1201px) {
    header .menu .submenu a:hover {
        color: #fff;
        background-color: #ff7200
    }
}

header .searchBox {
    position: relative;
    width: 157px;
    margin-right: 11px
}

header .searchBox input {
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 30px 0 10px;
    color: #7c7c7c;
    background-color: #fff;
    border: 1px solid #7c7c7c
}

header .searchBox a {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 100%;
    background: url(../images/search.svg) no-repeat left center/16px
}

@media (max-width:1440px) {
    header .searchBox {
        width: 120px
    }
}

header .loginBox {
    position: relative;
    z-index: 1
}

header .loginBox>a {
    display: block;
    width: 45px;
    height: 90px;
    background: url(../images/member.svg) no-repeat center/14px 16px
}

@media (max-width:1440px) {
    header .loginBox>a {
        width: 30px
    }
}

header .loginBox .submenu {
    width: 140px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -70px;
    z-index: 99;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

header .loginBox .submenu a {
    display: block;
    font-size: 16px;
    padding: 15px 22px;
    border-top: 1px solid #b0d3e4;
    background-color: #fff
}

header .loginBox .submenu a.current {
    color: #fff;
    background-color: #ff7200
}

@media (min-width:1201px) {
    header .loginBox .submenu a:hover {
        color: #fff;
        background-color: #ff7200
    }
}

header .contactBtn a {
    display: block;
    width: 45px;
    height: 90px;
    background: url(../images/email.png) no-repeat center/20px 14px;
    color: #fff;
}

@media (max-width:1440px) {
    header .contactBtn a {
        width: 30px;
    }
}

header .enBtn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 90px;
    padding-bottom: 2px;
    color: #fff;
}

@media (max-width:1440px) {
    header .enBtn a {
        width: 50px
    }
}

.slideMenuTrigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 26px
}

.slideMenuTrigger .line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000
}

.slideMenuTrigger .line:after,
.slideMenuTrigger .line:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #000
}

.slideMenuTrigger .line:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px)
}

.slideMenuTrigger .line:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(11px);
    transform: translateY(11px)
}

.slideMenuTrigger.close {
    margin-left: 0
}

.slideMenuTrigger.close .line {
    background-color: transparent
}

.slideMenuTrigger.close .line:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.slideMenuTrigger.close .line:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.slideMenuTrigger.show .line {
    background-color: transparent
}

.slideMenuTrigger.show .line:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.slideMenuTrigger.show .line:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

@media (min-width:1201px) {
    .slideMenuTrigger:hover span {
        background-color: #ff7200
    }

    .slideMenuTrigger:hover span:after,
    .slideMenuTrigger:hover span:before {
        background-color: #ff7200
    }
}

.slideMenuArea {
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 99;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    width: 100%;
    height: calc(100vh - 90px);
    opacity: 0;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    transition: all 0.6s ease-in-out;
    background-color: #fff
}

.slideMenuArea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff
}

.slideMenuArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff
}

.slideMenuArea::-webkit-scrollbar-thumb {
    background: #ff7200
}

@media (min-width:1201px) {
    .slideMenuArea.show {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideMenuArea.show .leftBox {
    -webkit-animation: slideRightAnimation 0.5s 0.6s ease-in-out both;
    animation: slideRightAnimation 0.5s 0.6s ease-in-out both
}

.slideMenuArea.show .menuBox {
    -webkit-animation: slideDownAnimation 0.5s 1s ease-in-out both;
    animation: slideDownAnimation 0.5s 1s ease-in-out both
}

.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
    -webkit-animation: slideDownAnimation 0.3s 0.12s ease-in-out both;
    animation: slideDownAnimation 0.3s 0.12s ease-in-out both
}

.slideMenuArea.show .unitLinkCopyrightBox {
    -webkit-animation: slideDownAnimation 0.5s 1.4s ease-in-out both;
    animation: slideDownAnimation 0.5s 1.4s ease-in-out both
}

.slideMenuArea .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    padding: 0
}

.slideMenuArea .leftBox {
    position: relative;
    width: 29.375%;
    height: 100vh;
    padding-top: 18px
}

.slideMenuArea .leftBox .unitPic {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0
}

.slideMenuArea .leftBox .unitPic.show {
    opacity: 1
}

.slideMenuArea .rightBox {
    position: relative;
    width: 70.625%;
    height: calc(100vh - 90px);
    padding: 0 255px 40px 100px
}

@media (max-width:1600px) {
    .slideMenuArea .rightBox {
        padding: 0 100px 40px
    }
}

@media (max-width:1400px) {
    .slideMenuArea .rightBox {
        padding: 0 40px 40px
    }
}

.slideMenuArea .menuBox {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: calc(100% - 100px);
    padding-top: 15px
}

.slideMenuArea .menuBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1
}

.slideMenuArea .menuBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1
}

.slideMenuArea .menuBox::-webkit-scrollbar-thumb {
    background: #ff7200
}

.slideMenuArea .menuBox .slideNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -29px
}

@media (max-width:1400px) {
    .slideMenuArea .menuBox .slideNav {
        margin: 0 -15px
    }
}

.slideMenuArea .menuBox .slideNav>li {
    position: relative;
    width: 20%;
    padding: 0 29px 95px
}

.slideMenuArea .menuBox .slideNav>li:first-child {
    -ms-flex-order: 1;
    order: 1
}

.slideMenuArea .menuBox .slideNav>li:nth-child(2) {
    -ms-flex-order: 6;
    order: 6;
    padding-right: 46px
}

.slideMenuArea .menuBox .slideNav>li:nth-child(3) {
    -ms-flex-order: 2;
    order: 2
}

.slideMenuArea .menuBox .slideNav>li:nth-child(4) {
    -ms-flex-order: 7;
    order: 7
}

.slideMenuArea .menuBox .slideNav>li:nth-child(5) {
    -ms-flex-order: 3;
    order: 3
}

.slideMenuArea .menuBox .slideNav>li:nth-child(6) {
    -ms-flex-order: 8;
    order: 8
}

.slideMenuArea .menuBox .slideNav>li:nth-child(7) {
    -ms-flex-order: 9;
    order: 9
}

.slideMenuArea .menuBox .slideNav>li:nth-child(8) {
    -ms-flex-order: 4;
    order: 4
}

.slideMenuArea .menuBox .slideNav>li:nth-child(9) {
    -ms-flex-order: 5;
    order: 5
}

.slideMenuArea .menuBox .slideNav>li>a,
.slideMenuArea .menuBox .slideNav>li>span>a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff7200
}

.slideMenuArea .menuBox .slideNav>li>a:before,
.slideMenuArea .menuBox .slideNav>li>span>a:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #ff7200
}

.slideMenuArea .menuBox .slideNav>li>a.current,
.slideMenuArea .menuBox .slideNav>li>span>a.current {
    color: #ff7200
}

.slideMenuArea .menuBox .slideNav>li>a.current:before,
.slideMenuArea .menuBox .slideNav>li>span>a.current:before {
    width: 100%
}

@media (min-width:1201px) {

    .slideMenuArea .menuBox .slideNav>li>a:hover,
    .slideMenuArea .menuBox .slideNav>li>span>a:hover {
        color: #ff7200
    }

    .slideMenuArea .menuBox .slideNav>li>a:hover:before,
    .slideMenuArea .menuBox .slideNav>li>span>a:hover:before {
        width: 100%
    }
}

@media (max-width:1400px) {
    .slideMenuArea .menuBox .slideNav>li {
        padding: 0 15px 95px
    }

    .slideMenuArea .menuBox .slideNav>li:nth-child(2) {
        padding-right: 36px
    }
}

.slideMenuArea .menuBox .slideNav .submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 17px
}

.slideMenuArea .menuBox .slideNav .submenu li {
    padding: 7px 0
}

.slideMenuArea .menuBox .slideNav .submenu li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px
}

.slideMenuArea .menuBox .slideNav .submenu li a:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #ff7200
}

@media (min-width:1201px) {
    .slideMenuArea .menuBox .slideNav .submenu li a:hover {
        color: #ff7200
    }

    .slideMenuArea .menuBox .slideNav .submenu li a:hover:before {
        width: 100%
    }
}

.slideMenuArea .menuBox .slideNav .unitPic {
    display: none
}

.slideMenuArea .unitLinkCopyrightBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 73px;
    left: 100px;
    width: calc(100% - 415px)
}

@media (max-width:1600px) {
    .slideMenuArea .unitLinkCopyrightBox {
        width: calc(100% - 237px)
    }
}

@media (max-width:1400px) {
    .slideMenuArea .unitLinkCopyrightBox {
        left: 50px;
        width: calc(100% - 130px)
    }
}

.slideMenuArea .copyrightBox {
    color: #96b0bc
}


.slideMenuMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s
}

.slideMenuMask.show {
    opacity: 1;
    pointer-events: auto
}

.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%
}

@media (min-width:1201px) {
    .m_menu {
        display: none
    }
}

.m_menu.ins,
.m_menu.scrollDown {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.m_menu.active .topBox:before {
    -webkit-animation: slideHeightAnimation 1s 0.2s ease-in-out both;
    animation: slideHeightAnimation 1s 0.2s ease-in-out both
}

.m_menu.active .nav>li:first-child {
    -webkit-animation: slideDownAnimation 0.5s 1s ease-in-out both;
    animation: slideDownAnimation 0.5s 1s ease-in-out both
}

.m_menu.active .nav>li:nth-child(2) {
    -webkit-animation: slideDownAnimation 0.5s 1.2s ease-in-out both;
    animation: slideDownAnimation 0.5s 1.2s ease-in-out both
}

.m_menu.active .nav>li:nth-child(3) {
    -webkit-animation: slideDownAnimation 0.5s 1.4s ease-in-out both;
    animation: slideDownAnimation 0.5s 1.4s ease-in-out both
}

.m_menu.active .nav>li:nth-child(4) {
    -webkit-animation: slideDownAnimation 0.5s 1.6s ease-in-out both;
    animation: slideDownAnimation 0.5s 1.6s ease-in-out both
}

.m_menu.active .nav>li:nth-child(5) {
    -webkit-animation: slideDownAnimation 0.5s 1.8s ease-in-out both;
    animation: slideDownAnimation 0.5s 1.8s ease-in-out both
}

.m_menu.active .nav>li:nth-child(6) {
    -webkit-animation: slideDownAnimation 0.5s 2s ease-in-out both;
    animation: slideDownAnimation 0.5s 2s ease-in-out both
}

.m_menu.active .nav>li:nth-child(7) {
    -webkit-animation: slideDownAnimation 0.5s 2.2s ease-in-out both;
    animation: slideDownAnimation 0.5s 2.2s ease-in-out both
}

.m_menu.active .nav>li:nth-child(8) {
    -webkit-animation: slideDownAnimation 0.5s 2.4s ease-in-out both;
    animation: slideDownAnimation 0.5s 2.4s ease-in-out both
}

.m_menu.active .nav>li:nth-child(9) {
    -webkit-animation: slideDownAnimation 0.5s 2.6s ease-in-out both;
    animation: slideDownAnimation 0.5s 2.6s ease-in-out both
}

.m_menu.active .telBtn {
    -webkit-animation: slideDownAnimation 0.5s 2.8s ease-in-out both;
    animation: slideDownAnimation 0.5s 2.8s ease-in-out both
}

.m_menu.active .socialBox {
    -webkit-animation: slideDownAnimation 0.5s 3s ease-in-out both;
    animation: slideDownAnimation 0.5s 3s ease-in-out both
}

.m_menu.active .unitLinkBox {
    -webkit-animation: slideDownAnimation 0.5s 3.2s ease-in-out both;
    animation: slideDownAnimation 0.5s 3.2s ease-in-out both
}

.m_menu.active .fixedQuickLink {
    -webkit-animation: slideDownAnimation 0.5s 3.4s ease-in-out both;
    animation: slideDownAnimation 0.5s 3.4s ease-in-out both
}

.m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px
}

.m_menu .controlBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    height: 65px;
    padding: 0 25px 0 20px;
    background-color: #ff7200
}

@media (max-width:479px) {
    .m_menu .controlBox {
        padding: 0 20px
    }
}

.m_menu a.main {
    position: relative;
    width: 65px;
    height: 65px
}

.m_menu a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -1px;
    width: 36px;
    height: 2px;
    background-color: #fff;
}

.m_menu a.main span:after,
.m_menu a.main span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.m_menu a.main span:before {
    top: -10px
}

.m_menu a.main span:after {
    bottom: -10px
}

.m_menu a.main.show span {
    background-color: transparent
}

.m_menu a.main.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m_menu a.main.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:479px) {
    .m_menu a.main {
        width: 30px
    }

    .m_menu a.main span {
        width: 100%
    }
}

.m_menu .m_logo {
    position: absolute;
    /*top: calc(50% - 18.5px);
    left: calc(50% - 71.5px)*/
    top: 3%;
    left: 100px;
}

.m_menu .m_logo img {
    display: block;
    width: 210px
}

@media (max-width:479px) {
    .m_menu .m_logo {
    top: 10%;
        left: 60px
    }

    .m_menu .m_logo img {
        width: 210px
    }
}

.m_menu .rightBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.m_menu .searchBox a {
    display: block;
    width: 30px;
    height: 65px;
    background: url(../images/search.svg) no-repeat center/16px
}

@media (max-width:479px) {
    .m_menu .searchBox a {
        width: 26px
    }
}

.m_menu .loginBox>a {
    display: block;
    width: 30px;
    height: 65px;
    background: url(../images/member.svg) no-repeat center/14px 16px
}

@media (max-width:479px) {
    .m_menu .loginBox>a {
        width: 26px
    }
}

.m_menu .contactBtn a {
    display: block;
    width: 30px;
    height: 65px;
    background: url(../images/email.png) no-repeat center/20px 14px
}

@media (max-width:479px) {
    .m_menu .contactBtn a {
        width: 26px
    }
}

.m_menu .enBtn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 65px;
    color: #fff;
}

@media (max-width:479px) {
    .m_menu .enBtn a {
        width: 50px
    }
}

.m_menu .hideBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff
}

.m_menu .topBox {
    position: relative;
    padding: 100px 53px
}

.m_menu .topBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f5f9f9;
    z-index: -1
}

@media (max-width:414px) {
    .m_menu .topBox {
        padding: 100px 30px
    }
}

.m_menu .nav {
    margin-bottom: 63px
}

.m_menu .nav>li {
    padding: 7px 0
}

.m_menu .nav>li>a,
.m_menu .nav>li>span>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 19.5px 60px;
    border: 1px solid #ddd;
    background-color: #fff
}

.m_menu .nav>li>a.current,
.m_menu .nav>li>span>a.current {
    color: #ff7200
}

.m_menu .nav>li>a.open,
.m_menu .nav>li>span>a.open {
    color: #ff7200
}

.m_menu .nav>li>a.open .switch,
.m_menu .nav>li>span>a.open .switch {
    -webkit-filter: drop-shadow(5.299px 8.48px 12.5px rgba(0, 117, 175, 0.2));
    filter: drop-shadow(5.299px 8.48px 12.5px rgba(0, 117, 175, 0.2));
    background-image: linear-gradient(250deg, #33aedc 0%, rgba(79, 128, 202, 0) 100%);
    background-color: #ff7200
}

.m_menu .nav>li>a.open .switch:before,
.m_menu .nav>li>span>a.open .switch:before {
    background-color: #fff
}

.m_menu .nav>li>a.open .switch:after,
.m_menu .nav>li>span>a.open .switch:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #fff
}

.m_menu .nav>li .switch {
    display: inline-block;
    position: absolute;
    top: calc(50% - 17.5px);
    right: 11px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ebeff5
}

.m_menu .nav>li .switch:after,
.m_menu .nav>li .switch:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6.5px);
    width: 13px;
    height: 2px;
    background-color: #000
}

.m_menu .nav>li .switch:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m_menu .nav .submenu {
    display: none;
    background-color: #fff;
}

.m_menu .nav .submenu a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 10px;
    border-bottom: 1px solid #f5f9f9;
}

.m_menu .nav .submenu.open a {
    -webkit-animation: slideDownAnimation 0.5s 0.5s ease-in-out both;
    animation: slideDownAnimation 0.5s 0.5s ease-in-out both
}

.m_menu .telBtn {
    margin-bottom: 67px
}

.m_menu .telBtn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 410px;
    width: 100%;
    height: 72px;
    border-radius: 36px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 auto;
    color: #fff;
    background-image: linear-gradient(270deg, #ff7200 0%, rgba(0, 150, 136, 0) 100%);
    background-color: #ff7200
}

.m_menu .telBtn .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 14px;
    border: 1px solid #fff;
    background: url(../images/tel.svg) no-repeat center/15px
}

.m_menu .socialBox {
    margin-bottom: 42px
}

.m_menu .socialBox .socialList {
    -ms-flex-pack: center;
    justify-content: center
}

.m_menu .unitLinkList {
    -ms-flex-pack: center;
    justify-content: center
}

.m_menu .unitLinkList a {
    color: #000
}

.m_menu .fixedQuickLink {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #f5f9f9
}

.m_menu .fixedQuickLink .item {
    padding: 25px 10px
}

.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.bannerArea .wrap {
    max-width: 100%;
    padding: 0
}

.bannerArea .bannerList:not(.slick-slider) {
    position: relative
}

.bannerArea .bannerList:not(.slick-slider)>div {
    position: relative;
    z-index: 2
}

.bannerArea .bannerList:not(.slick-slider)>div:not(:first-child) {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0
}

.bannerArea .bannerItem {
    display: block !important;
    position: relative
}

.bannerArea .bannerItem .Txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px 20px 20px
}

@media (max-width:1200px) {
    .bannerArea .bannerItem .Txt {
        padding: 20px
    }
}

.bannerArea .bannerItem .title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #fff
}

@media (max-width:480px) {
    .bannerArea .bannerItem .title {
        font-size: 20px;
    font-weight: 500;
    }
}

.bannerArea .bannerItem .text {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 30px;
    color: #fff;
    margin-top: 28px
}

@media (max-width:480px) {
    .bannerArea .bannerItem .text {
        margin-top: 5px
    }
}

.bannerArea .bannerItem .Img {
    position: relative;
    height: 265px;
    z-index: 1
}

.bannerArea .bannerItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

@media (max-width:767px) {
    .bannerArea .bannerItem .Img {
        height: auto
    }
    .bannerArea .bannerItem .Txt {
        /*display: none;*/
    }
}

.bannerArea .bread {
    margin-bottom: 28px
}

.bannerArea .bread.horizontalLine .wrap a {
    color: #fff
}

@media (min-width:1201px) {
    .bannerArea .bread.horizontalLine .wrap a:hover {
        color: #ff7200
    }
}

.bannerArea .bread.horizontalLine .wrap span {
    color: #fff
}

.bannerArea .bread.horizontalLine .wrap a+a:before,
.bannerArea .bread.horizontalLine .wrap a+span:before,
.bannerArea .bread.horizontalLine .wrap span+a:before,
.bannerArea .bread.horizontalLine .wrap span+span:before {
    background-color: #fff
}

.bannerArea .bannerLink {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

footer {
    padding: 36px 0 29px;
    background-color: #ff7200
}

@media (max-width:1200px) {
    footer {
        padding: 17px 0 20px
    }
}

footer .topBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

@media (max-width:1200px) {
    footer .topBox {
        margin-bottom: 40px
    }
}

footer .topBox .left {
    width: 310px;
    padding-top: 4px
}

footer .topBox .right {
    width: calc(100% - 310px);
    padding-left: 108px
}

@media (max-width:1366px) {
    footer .topBox .right {
        padding-left: 70px
    }
}

@media (max-width:1200px) {
    footer .topBox .left {
        width: 100%
    }

    footer .topBox .right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0
    }
}

@media (max-width:960px) {
    footer .topBox .right {
        display: none
    }
}

footer .footerLogo {
    width: 100%;
    max-width: 202px
}

footer .footerLogo img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

footer .side_contactInfo {
    margin-top: 30px
}

@media (max-width:1200px) {
    footer .side_contactInfo {
        margin-top: 20px
    }
}

footer .side_contactInfo li>i {
    color: #fff;
    border-color: #fff
}

footer .side_contactInfo a {
    color: #fff
}

footer .side_contactInfo a:before {
    background-color: #fff
}

footer .side_contactInfo a i {
    color: #fff
}

footer .socialBox {
    margin-top: 33px
}

footer .socialBox a {
    color: #fff
}

@media (min-width:1201px) {
    footer .socialBox a:hover {
        color: rgba(255, 255, 255, 0.7)
    }
}

@media (max-width:1200px) {
    footer .socialBox {
        margin-top: 13px
    }
}

footer .footerMenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

footer .footerMenu>li {
    width: 20%;
    padding: 0 10px 55px
}

footer .footerMenu>li:first-child {
    -ms-flex-order: 1;
    order: 1
}

footer .footerMenu>li:nth-child(2) {
    -ms-flex-order: 6;
    order: 6
}

footer .footerMenu>li:nth-child(3) {
    -ms-flex-order: 2;
    order: 2
}

footer .footerMenu>li:nth-child(4) {
    -ms-flex-order: 7;
    order: 7
}

footer .footerMenu>li:nth-child(5) {
    -ms-flex-order: 3;
    order: 3
}

footer .footerMenu>li:nth-child(6) {
    -ms-flex-order: 8;
    order: 8
}

footer .footerMenu>li:nth-child(7) {
    -ms-flex-order: 9;
    order: 9
}

footer .footerMenu>li:nth-child(8) {
    -ms-flex-order: 4;
    order: 4
}

footer .footerMenu>li:nth-child(9) {
    -ms-flex-order: 5;
    order: 5
}

footer .footerMenu>li>a,
footer .footerMenu>li>span>a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px
}

footer .footerMenu .submenu {
    margin-top: 16px
}

footer .footerMenu .submenu li {
    margin-bottom: 10px
}

footer .footerMenu .submenu a {
    letter-spacing: 0.7px
}

footer .footerMenu a {
    position: relative;
    display: inline-block;
    color: #fff
}

footer .footerMenu a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #fff
}

footer .footerMenu a.current:before {
    width: 100%
}

@media (min-width:1201px) {
    footer .footerMenu a:hover:before {
        width: 100%
    }
}

footer .bottomBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .unitLinkBox a {
    color: #fff
}

footer .unitLinkBox a:after,
footer .unitLinkBox a:before {
    background-color: #fff
}

@media (min-width:1201px) {
    footer .unitLinkBox a:hover {
        color: #fff
    }
}

@media (max-width:960px) {
    footer .unitLinkBox {
        display: none
    }
}

.privacyArea {
    width: 100%;
    max-width: 760px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50
}

.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.privacyArea .wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.privacyArea .text {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center
}

.privacyArea .text a {
    color: #ff7200;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline
}

@media (min-width:1201px) {
    .privacyArea .text a:hover {
        color: #ff7200
    }
}

.privacyArea .btn {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px
}

.privacyArea .btn a {
    letter-spacing: 0.5px;
    padding: 15px 35px
}

.privacyArea .btn a+a {
    margin-left: 20px
}

@media (max-width:640px) {
    .privacyArea .btn {
        width: 100%
    }

    .privacyArea .btn a {
        -ms-flex: 1;
        flex: 1;
        padding: 15px;
        text-align: center
    }
}


.fixedQuickLink {
    position: fixed;
    right: 0;
    top: 0;
    width: 145px;
    height: 100vh;
    z-index: 5;
    padding-top: 90px;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
overflow: hidden;
overflow-y: auto;
    -webkit-box-shadow: -1px 0px #ff7200;
    -moz-box-shadow: -1px 0px #ff7200;
    box-shadow: -1px 0px #ff7200;
}

/* 设置滚动条的样式 */
.fixedQuickLink::-webkit-scrollbar {
    width: 2px;
}

/* 滚动槽 */
.fixedQuickLink::-webkit-scrollbar-track {
-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
border-radius: 10px;
}
/* 滚动条滑块 */
.fixedQuickLink::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgba(0, 117, 175, 0.8);
-webkit-box-shadow: inset006pxrgba(0, 117, 175, 0.8);
}
.fixedQuickLink::-webkit-scrollbar-thumb:window-inactive {
background: #ff7200;
}



@media (max-width:1440px) {
    .fixedQuickLink {
        width: 120px
    }
}

@media (max-width:1200px) {
    .fixedQuickLink {
        top: initial;
        bottom: 0;
        width: 100%;
        height: auto;
        padding-top: 0;
        display: none;
    }
}

.fixedQuickLink .quickLinkList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1200px) {
    .fixedQuickLink .quickLinkList {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.fixedQuickLink .item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-animation: slideRightAnimation 0.8s ease-in-out both;
    animation: slideRightAnimation 0.8s ease-in-out both
}
.fixedQuickLink .item.ttt {
        min-height: 40px !important;
        border-top: 1px solid #eee;
        padding: 10px 2px;
    }

/*.fixedQuickLink .item:first-child {
    -webkit-animation: slideRightAnimation 0.8s ease-in-out both;
    animation: slideRightAnimation 0.8s ease-in-out both
}

.fixedQuickLink .item:nth-child(2) {
    -webkit-animation: slideRightAnimation 0.8s 0.4s ease-in-out both;
    animation: slideRightAnimation 0.8s 0.4s ease-in-out both
}

.fixedQuickLink .item:nth-child(3) {
    -webkit-animation: slideRightAnimation 0.8s 0.8s ease-in-out both;
    animation: slideRightAnimation 0.8s 0.8s ease-in-out both
}

.fixedQuickLink .item:nth-child(4) {
    -webkit-animation: slideRightAnimation 0.8s 1.2s ease-in-out both;
    animation: slideRightAnimation 0.8s 1.2s ease-in-out both
}*/

@media (min-width:1201px) {
    .fixedQuickLink .item:hover {
        background-image: linear-gradient(-49deg, #ff7200 0%, rgba(0, 150, 136, 0) 100%);
        background-color: #ff7200
    }

    .fixedQuickLink .item:hover .Img img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .fixedQuickLink .item:hover .title {
        color: #fff
    }
}

@media (max-width:1440px) {
    .fixedQuickLink .item {
        min-height: 150px;
    }

    .fixedQuickLink .item.ttt {
        min-height: 40px !important;
    }
}

@media (max-width:1200px) {
    .fixedQuickLink .item {
        min-height: 101px;
        -ms-flex: 1;
        flex: 1;
        padding: 16px 10px
    }

    /*.fixedQuickLink .item:first-child {
        -webkit-animation: slideDownAnimation 0.8s ease-in-out both;
        animation: slideDownAnimation 0.8s ease-in-out both
    }

    .fixedQuickLink .item:nth-child(2) {
        -webkit-animation: slideDownAnimation 0.8s 0.4s ease-in-out both;
        animation: slideDownAnimation 0.8s 0.4s ease-in-out both
    }

    .fixedQuickLink .item:nth-child(3) {
        -webkit-animation: slideDownAnimation 0.8s 0.8s ease-in-out both;
        animation: slideDownAnimation 0.8s 0.8s ease-in-out both
    }

    .fixedQuickLink .item:nth-child(4) {
        -webkit-animation: slideDownAnimation 0.8s 1.2s ease-in-out both;
        animation: slideDownAnimation 0.8s 1.2s ease-in-out both
    }*/
}

.fixedQuickLink .link {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.fixedQuickLink .Img {
    margin-bottom: 10px
}

.fixedQuickLink .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 65px;
    margin: 0 auto
}

@media (max-width:1440px) {
    .fixedQuickLink .Img {
        margin-bottom: 10px
    }
}

@media (max-width:1200px) {
    .fixedQuickLink .Img {
        margin-bottom: 4px
    }

    .fixedQuickLink .Img img {
        max-width: 26px;
        -webkit-filter: grayscale(10);
        filter: grayscale(10)
    }
}

.fixedQuickLink .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 45px;
}

.fixedQuickLink .ttt .title {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px
}

@media (max-width:1200px) {
    .fixedQuickLink .title {
        font-size: 16px;
        color: #454545
    }
}

@media (max-width:479px) {
    .fixedQuickLink .title {
        font-size: 14px
    }
}

@media (max-width:360px) {
    .fixedQuickLink .title {
        font-size: 13px
    }
}

.adminPreviewArea {
    max-width: 320px;
    border: 4px solid #ffe2e2;
    border-radius: 5px;
    background: #fdc9c9;
    color: #000;
    padding: 20px;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 99999
}

.adminPreviewArea a {
    text-decoration: underline
}

.adminLoginArea {
    width: 100%;
    background-color: rgba(180, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center
}

.adminLoginArea p {
    padding: 20px 15px
}

.mainArea {
    padding-top: 110px;
    padding-bottom: 60px
}

@media (max-width:1200px) {
    .mainArea {
        padding-top: 60px
    }
}

.mainArea .contentBox {
    clear: both
}

.titleBox {
    position: relative;
    margin-bottom: 30px
}

.titleBox .subtitle {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin-bottom: 8px;
    color: #ff7200
}

.titleBox .title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000
}

.titleBox.center {
    text-align: center
}

.titleBox.line .subtitle {
    position: relative;
    padding-right: 80px
}

.titleBox.line .subtitle:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 0;
    height: 1px;
    background-color: #ff7200;
    transition: ease-out 0.5s 0.8s
}

.titleBox.line.show .subtitle:before {
    width: 70px
}

@media (max-width:1200px) {
    .titleBox .title {
        font-size: 37px
    }
}

.bread {
    margin-bottom: 43px
}

.bread .wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.bread .wrap h1 {
    font-weight: 400
}

.bread .wrap a,
.bread .wrap span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px
}

.bread .wrap a {
    color: #888
}

@media (min-width:1201px) {
    .bread .wrap a:hover {
        color: #ff7200
    }
}

.bread .wrap span {
    color: #888
}

.bread .wrap a+a,
.bread .wrap a+span,
.bread .wrap span+a,
.bread .wrap span+span {
    position: relative
}

.bread.arrow .wrap a+span,
.bread.arrow .wrap span+a,
.bread.arrow .wrap span+span {
    padding-left: 25px
}

.bread.arrow .wrap a+span:before,
.bread.arrow .wrap span+a:before,
.bread.arrow .wrap span+span:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.bread.verticalLine .wrap a+span,
.bread.verticalLine .wrap span+a,
.bread.verticalLine .wrap span+span {
    padding-left: 20px
}

.bread.verticalLine .wrap a+span:before,
.bread.verticalLine .wrap span+a:before,
.bread.verticalLine .wrap span+span:before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #a9a9a9;
    position: absolute;
    top: 10%;
    left: 10px;
    z-index: 1
}

.bread.horizontalLine .wrap a+a,
.bread.horizontalLine .wrap a+span,
.bread.horizontalLine .wrap span+a,
.bread.horizontalLine .wrap span+span {
    padding-left: 13px
}

.bread.horizontalLine .wrap a+a:before,
.bread.horizontalLine .wrap a+span:before,
.bread.horizontalLine .wrap span+a:before,
.bread.horizontalLine .wrap span+span:before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #888;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 4px;
    z-index: 1
}

@media (max-width:768px) {
    .bread {
        display: none
    }
}

.articleTitle {
    border-bottom: 1px dashed #d6d6d6;
    color: #444;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
    padding: 10px 0
}

@media (max-width:768px) {
    .articleTitle {
    font-size: 24px;
}
}

.sectionTitle {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #ff7200;
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #b0d3e4
}

@media (max-width:1200px) {
    .sectionTitle {
        text-align: center;
        padding-bottom: 16px
    }
}

.illustrationBox {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    z-index: -1
}

@media (max-width:1200px) {
    .illustrationBox {
        display: none
    }
}

.illustrationBox .illustration {
    position: absolute
}

.illustrationBox .illustration img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.illustrationBox.circle {
    top: 0;
    left: 0;
    width: 100%;
    height: 358px
}

.illustrationBox.circle .illustration.circle1 {
    top: 0;
    left: -9%;
    width: 18.5915492958%
}

.illustrationBox.circle .illustration.circle2 {
    bottom: 42%;
    right: 2.5%;
    width: 4.9014084507%
}

.illustrationBox.circle .illustration.circle3 {
    bottom: 0;
    right: -0.8%;
    width: 2.7605633803%
}

table.breakpoint>tbody>tr>td.expand {
    background: url("../images/plus.png") no-repeat 5px center;
    cursor: pointer;
    padding-left: 40px
}

@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.classBox {
    position: relative;
    z-index: 4
}

.classBox .classCurrent {
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 27px;
    letter-spacing: 1px;
    padding: 15.5px 34px;
    height: 55px;
    color: #fff;
    -webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
    filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
    background-image: linear-gradient(250deg, #33aedc 0%, rgba(79, 128, 202, 0) 100%);
    background-color: #ff7200
}

.classBox .classCurrent:before {
    content: "\f107";
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.classBox .classCurrent.open {
    -webkit-filter: none;
    filter: none
}

@media (min-width:1201px) {
    .classBox .classCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }
}

.classBoxRow {
    margin-top: 20px;
    margin-bottom: 50px
}

@media (min-width:1201px) {
    .classBoxRow .classLink {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex
    }

    .classBoxRow .classLink li {
        margin: 7px
    }

    .classBoxRow .classLink a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 250px;
        min-height: 55px;
        border-radius: 27px;
        padding: 10px 20px;
        color: #ff7200;
        border: 1px solid #ff7200
    }

    .classBoxRow .classLink a.current {
        color: #fff;
        -webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
        filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
        background-image: linear-gradient(250deg, #33aedc 0%, rgba(79, 128, 202, 0) 100%);
        background-color: #ff7200;
        border-color: transparent
    }
}

@media (min-width:1201px) and (min-width:1201px) {
    .classBoxRow .classLink a:hover {
        color: #fff;
        -webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
        filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
        background-image: linear-gradient(250deg, #33aedc 0%, rgba(79, 128, 202, 0) 100%);
        background-color: #ff7200;
        border-color: transparent
    }
}

.classBoxColumn {
    margin-bottom: 30px
}

.classBoxColumn .classLink .linkHasItems:after,
.classBoxColumn .classLink .linkHasItems:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    transition: all 0.5s
}

.classBoxColumn .classLink .linkHasItems:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.classBoxColumn .classLink .linkHasItems:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.classBoxColumn .classLink .linkHasItems.open {
    background-color: #ff7200;
    color: #fff
}

.classBoxColumn .classLink .linkHasItems.open:after,
.classBoxColumn .classLink .linkHasItems.open:before {
    background-color: #fff
}

.classBoxColumn .classLink .linkHasItems.open:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.classBoxColumn .classLink .linkHasItems.open+ul {
    display: block
}

.classBoxColumn .classLink .linkHasItems.open+ul>li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
    animation: aniSlideLeft 0.5s 0.3s ease-out both
}

.classBoxColumn .classLink .linkHasItems.open+ul>li a {
    background-color: #f1f1f1;
    color: #2f2f2f
}

.classBoxColumn .classLink .linkHasItems.open+ul>li a.current {
    background-color: #e8e8e8;
    color: #ff7200
}

.classBoxColumn .classLink .linkHasItems.open+ul>li a.current:after,
.classBoxColumn .classLink .linkHasItems.open+ul>li a.current:before {
    background-color: #ff7200
}

@media (min-width:1201px) {
    .classBoxColumn .classLink .linkHasItems.open+ul>li a:hover {
        background-color: #e8e8e8;
        color: #ff7200
    }

    .classBoxColumn .classLink .linkHasItems.open+ul>li a:hover:after,
    .classBoxColumn .classLink .linkHasItems.open+ul>li a:hover:before {
        background-color: #ff7200
    }
}

@media (min-width:1201px) {
    .classBoxColumn .classLink>li:not(:first-child) {
        border-top: 1px solid #ccc
    }

    .classBoxColumn .classLink ul {
        display: none
    }

    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid #ccc
    }

    .classBoxColumn .classLink a {
        color: #2f2f2f;
        display: block;
        line-height: 1.2;
        letter-spacing: 0.5px;
        padding: 18px 15px;
        position: relative
    }

    .classBoxColumn .classLink a.current {
        background-color: #ff7200;
        color: #fff
    }

    .classBoxColumn .classLink a.current:after,
    .classBoxColumn .classLink a.current:before {
        background-color: #fff
    }
}

@media (min-width:1201px) and (min-width:1201px) {
    .classBoxColumn .classLink a:hover {
        background-color: #ff7200;
        color: #fff
    }

    .classBoxColumn .classLink a:hover:after,
    .classBoxColumn .classLink a:hover:before {
        background-color: #fff
    }
}

@media (max-width:1200px) {

    .classBoxColumn .classLink,
    .classBoxRow .classLink {
        overflow: hidden;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        top: calc(100% - 27.5px);
        left: 0;
        padding-top: 27.5px;
        border-radius: 0 0 27px 27px;
        z-index: 1
    }

    .classBoxColumn .classLink.open,
    .classBoxRow .classLink.open {
        display: block
    }

    .classBoxColumn .classLink>li:not(:first-child),
    .classBoxRow .classLink>li:not(:first-child) {
        border-top: 1px solid #ccc
    }

    .classBoxColumn .classLink>li>a.current,
    .classBoxRow .classLink>li>a.current {
        color: #ff7200
    }

    .classBoxColumn .classLink>li ul,
    .classBoxRow .classLink>li ul {
        display: none
    }

    .classBoxColumn .classLink a,
    .classBoxRow .classLink a {
        color: #2f2f2f;
        background-color: #fff;
        display: block;
        font-size: 14px;
        padding: 14px 15px;
        position: relative
    }
}

.pageBox .pageList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0
}

@media (max-width:1200px) {
    .pageBox .pageList {
        padding: 30px 0
    }
}

.pageBox .pageList a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 15px;
    font-weight: 500
}

.pageBox .pageList a.nextBtn,
.pageBox .pageList a.prevBtn {
    position: relative;
    border: 1px solid #dcdcdc
}

.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    position: absolute
}

@media (min-width:1201px) {

    .pageBox .pageList a.nextBtn:hover,
    .pageBox .pageList a.prevBtn:hover {
        color: #fff;
        background-color: #ff7200
    }
}

.pageBox .pageList a.prevBtn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pageBox .pageList a.nextBtn:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (min-width:1201px) {
    .pageBox .pageList a:hover {
        color: #ff7200
    }

    .pageBox .pageList a:hover.nextBtn,
    .pageBox .pageList a:hover.prevBtn {
        border-color: #ff7200
    }

    .pageBox .pageList a:hover.nextBtn:before,
    .pageBox .pageList a:hover.prevBtn:before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff
    }
}

.pageBox .pageList.number.oval a {
    width: 50px
}

.pageBox .pageList.number li {
    margin: 2px
}

.pageBox .pageList.number a.nextBtn:before,
.pageBox .pageList.number a.prevBtn:before {
    margin: auto;
    top: 0;
    bottom: 0
}

.pageBox .pageList.number a.prevBtn:before {
    left: 5px;
    right: 0
}

.pageBox .pageList.number a.nextBtn:before {
    left: 0;
    right: 5px
}

.pageBox .pageList.number a.current {
    color: #fff;
    background-color: #ff7200
}

.pageBox .pageList.prevnext {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pageBox .pageList.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative
}

.pageBox .pageList.prevnext a.nextBtn:before,
.pageBox .pageList.prevnext a.prevBtn:before {
    top: calc(50% - 5px)
}

.pageBox .pageList.prevnext a.prevBtn {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.pageBox .pageList.prevnext a.prevBtn:before {
    left: 15px
}

.pageBox .pageList.prevnext a.nextBtn {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: auto;
    text-align: left
}

.pageBox .pageList.prevnext a.nextBtn:before {
    right: 15px
}

@media (max-width:768px) {
    .pageBox .pageList.prevnext a {
        width: 125px;
        padding: 0 15px
    }
}

@media (max-width:640px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 15px)
    }

    .pageBox .pageList.prevnext a {
        width: 100%
    }
}

@media (max-width:480px) {
    .pageBox .pageList.prevnext li {
        width: calc(50% - 10px)
    }
}

.pageBox .pageList.prevnext.circle a {
    width: 45px;
    padding: 0
}

.pageBox .pageList.prevnext.circle a span {
    display: none
}

.pageBox .pageList.prevnext.circle a.prevBtn:before {
    left: calc(50% - 3px)
}

.pageBox .pageList.prevnext.circle a.nextBtn:before {
    right: calc(50% - 3px)
}

.pageBox .pageList.circle a {
    border-radius: 50%;
    overflow: hidden
}

.pageBox .pageList.oval a {
    border-radius: 30px;
    overflow: hidden
}

.tagBox {
    padding: 20px 0
}

.tagBox b {
    display: inline-block;
    margin-right: 10px
}

.tagBox ul {
    display: inline-block
}

.tagBox li {
    display: inline-block;
    margin-bottom: 5px
}

.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #ff7200;
    font-size: 13px;
    color: #ff7200
}

@media (min-width:1201px) {
    .tagBox a:hover {
        color: #fff;
        background-color: #ff7200
    }
}

.tagBox a.current {
    color: #fff;
    background-color: #ff7200
}

.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px
}

.tab {
    border-top: 1px solid #d6d6d6;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.tab li {
    -ms-flex: 1;
    flex: 1
}

.tab a {
    color: #333;
    display: block;
    line-height: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 10px;
    position: relative;
    z-index: 2;
    text-align: center
}

.tab a.current {
    background-color: #ff7200;
    color: #fff
}

.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6
}

.tabContent .tabContentItem {
    display: none
}

.side_menu {
    margin-bottom: 50px
}

.side_menu li {
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.side_menu li>a {
    display: block;
    font-size: 14px;
    padding: 10px 15px
}

.side_menu li>a.current {
    background-color: #8c8c8c;
    color: #fff
}

.side_menu li>a b {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px
}

.side_menu dl {
    padding-left: 25px
}

.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px
}

.side_menu dl a.current {
    color: #000;
    text-decoration: underline
}

.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px
}

.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0
}

.side_album a {
    display: block;
    box-shadow: 2px 2px 5px #c3c3c3
}

.side_album a img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.side_booking {
    margin-bottom: 30px
}

.side_booking a {
    display: block;
    border-radius: 4px;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f
}

.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    box-shadow: 1px 0 #f38a8a
}

@media (min-width:1201px) {
    .side_booking a:hover {
        box-shadow: inset 0 3px 3px #8d2121
    }
}

.side_contactInfo li {
    margin-bottom: 5px
}

.side_contactInfo li>i {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 13px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    border: 1px solid #000
}

.side_contactInfo li.address a {
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.2px
}

.side_contactInfo li.mail {
    margin-bottom: 32px
}

.side_contactInfo li.mail a {
    letter-spacing: 0.3px
}

@media (max-width:1200px) {
    .side_contactInfo li.mail {
        margin-bottom: 20px
    }
}

.side_contactInfo li.tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.side_contactInfo li.tel a {
    font-size: 24px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.5px
}

.side_contactInfo a {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    color: #000
}

.side_contactInfo a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #000
}

.side_contactInfo a i {
    font-size: 24px;
    margin-left: 10px;
    color: #000
}

@media (min-width:1201px) {
    .side_contactInfo a:hover:before {
        width: 100%
    }
}

.side_room {
    margin-bottom: 50px
}

.side_room .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.side_room .Txt {
    margin-top: 5px
}

.side_room .Txt .title a {
    font-size: 16px;
    font-weight: 400
}

.side_room .Txt .text {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden
}

.side_news {
    margin: 30px 0
}

.side_news .sideNewsList {
    margin-top: 20px
}

.side_news .sideNewsItem {
    margin-bottom: 25px
}

.side_news .Img {
    float: left;
    width: 60px;
    margin-right: 12px;
    overflow: hidden
}

.side_news .Img img {
    display: block;
    height: 60px
}

.side_news .Txt {
    overflow: hidden
}

.side_news .Txt a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold
}

@media (min-width:1201px) {
    .side_news .Txt a:hover {
        text-decoration: underline
    }
}

.side_news .Txt b {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #999
}

.sideShare {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0
}

.sideShare .shareList {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.sideShare .shareList .shareTitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666
}

.sideShare .shareList .shareItem a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    text-align: center
}

@media (min-width:1201px) {
    .sideShare .shareList .shareItem a:hover {
        opacity: 0.8
    }
}

.sideShare .shareList .shareItem a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle
}

.imh_opacity {
    overflow: hidden
}

.imh_opacity img {
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width:1201px) {
    .imh_opacity:hover img {
        opacity: 0.8;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.imh_detail {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.imh_detail img {
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.imh_detail a:before {
    content: "Details+";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    transition: all 0.3s ease
}

@media (min-width:1201px) {
    .imh_detail:hover a:before {
        opacity: 1;
        margin-top: -20px
    }

    .imh_detail:hover img {
        opacity: 0.3;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.imh_zoom {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.imh_zoom img {
    transition: all 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    transition: all 0.4s ease
}

@media (min-width:1201px) {
    .imh_zoom:hover a:before {
        top: 50%
    }

    .imh_zoom:hover img {
        opacity: 0.3;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}