@charset "utf-8";

body {
    overflow-x: hidden;
    color: #333;
    font-family: "Open Sans", "微軟正黑體", sans-serif;
}

.btn2 {
    color: rgb(247, 247, 247);
    background-color: rgba(0, 160, 174, 0.73);
    font-size: 19px;
    text-align: center;
    padding: 5px 0;
    display: block;
    transition: all 0.6s ease;
}

.btn2:hover {
    background: #90c763;
    color: #ffffff;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #428bca;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    color: #90c763;
}

a.ani-pop:hover,
.home-customer .customer-slider .customer-list a:hover,
.content .btn-box .pager.page-list li>a:hover,
#floating ul li a:hover,
.header .navbar .lang button:hover img,
body.advisory ul.advisory-list li a:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.btn-primary {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #0d5487;
    border-radius: 0px;
    cursor: pointer;
    background: #ffffff;
    color: #0d5487;
    padding: 8px 20px;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all 0.5s ease;
}

.btn-primary:hover {
    background-color: #f0f7ff !important;
    color: #0d5487 !important;
    border-color: #0d5487 !important;
}

.btn-editor {
    background: #edcf53 !important;
    color: #353e55 !important;
    border-radius: 25px;
    padding: 10px 25px;
    text-align: center;
}

.btn-editor:hover {
    background: #116eaf !important;
    color: #fff !important;
}

.pullB {
    margin-bottom: 30px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-flex.alignItemC {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-flex.flexWrap {
    flex-wrap: wrap;
}

.form-control {
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: auto;
    font-size: 15px;
    border-radius: 15px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #dfdfdf;
    opacity: 1;
}

.alignC {
    text-align: center;
}

.alignL {
    text-align: left !important;
}

.alignR {
    text-align: right !important;
}

.header .navbar {
    z-index: 40;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0;
}

.header .navbar .navbar-brand {
    width: 291px;
    height: 48px;
    background: url(../images/all/logo.svg) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 15px 0 15px 15px;
    padding: 0;
    background-size: contain;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

.header .navbar>.container {
    width: 100%;
    padding: 0;
}

.header .navbar .navbar-nav {
    background: none;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.header .navbar .navbar-nav>li>a {
    background: none;
    color: #000;
    font-size: 18px;
    padding: 5px 10px;
    text-shadow: none;
}

.header .navbar .navbar-nav li a:hover {
    color: #90c763;
}

.header .navbar .navbar-nav>li ul li a {
    padding: 5px;
    color: #fff;
}

.header .navbar .d-menu {
    float: right;
    margin-top: 22px;
}

.header .navbar .sub-nav {
    display: flex;
    vertical-align: middle;
    margin: 0;
    align-items: center;
    margin-left: 10px;
}

.header .navbar .sub-nav>li+li {
    margin-left: 10px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navbar .sub-nav li a,
.header .navbar .sub-nav li button {
    padding: 5px;
}

.header .navbar .sub-nav li.btn-member a {
    background: #e2e2e2;
    border-radius: 5px;
}

.header .navbar .sub-nav li a:hover {}

.header .navbar .btn-group.lang li,
.header .navbar .btn-group.lang button {
    font-size: 18px;
    padding: 0;
}

.header .navbar .btn-group.lang .icon-country {
    width: 19px;
    display: inline-block;
    margin-right: 5px;
}

.header .navbar .btn-group.lang .icon-country img {
    width: 100%;
}

.header .navbar .lang button {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .navbar .lang .dropdown-menu {
    background: #1876ad;
    color: #fff;
    border: none;
    border-radius: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 0;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #fce617;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>a {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>a+ul {
    width: 100%;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>a+ul li {
    width: 100% !important;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li a:hover {
    color: #ffa800;
    background: none;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li a.color:hover {
    color: #ffffff;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>ul>li>a,
.header .navbar .navbar-nav li a+.dropdown-menu>li>ul>li .info>a,
.header .navbar .navbar-nav li a+.dropdown-menu>li>ul>li .info>div>a {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 2px 5px;
    text-align: left;
    font-size: 14px;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>ul>li .info>div>a {
    font-weight: bold;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>ul>li .info>div+div {
    margin-top: 20px;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>ul>li .info a+ul,
.header .navbar .navbar-nav li.addLine ul ul {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 5px;
}

.header .navbar .navbar-nav li a+.dropdown-menu>li>ul>li .info a+ul li a {
    padding: 2px 5px;
    text-align: left;
}

.banner {
    position: relative;
}

.banner .banner-slider {
    visibility: hidden;
}

.banner .banner-slider.slick-initialized {
    visibility: visible;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .banner-slider .item a {
    display: block;
}

.banner .banner-slider .item img {
    width: 100%;
}

.banner>.container {
    width: 100%;
    padding: 0;
}

.footer {}

.footer .d-iso {
    margin: 40px 0 20px;
}

.footer .sitemap ul li {
    color: #fff;
    padding: 0;
    vertical-align: top;
    text-align: left;

}

.footer .sitemap ul li a {
    color: #fff;
    padding: 5px;
}

.footer .sitemap ul li a:hover {
    color: #a4cb00;
    background: none;
}

.footer .sitemap ul li a.h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer_content .row.d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .right-info .pic-logo {
    margin-bottom: 20px;
}

.footer .siteinfo {
    display: table;
    margin: 0 0 0 auto;
}

.footer .siteinfo .icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #fff;
    margin-right: 8px;
    flex-shrink: 0;
}

.footer .siteinfo ul>li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.footer .siteinfo ul>li+li {
    margin-top: 10px;
}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .d-iso img {
    margin-bottom: 5px;
}

.footer .copyright b {
    color: #a4cb00;
}

.footer .powered {
    display: none;
}

.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}

#floating,
#floating.fixed {
    margin-left: 0;
    right: -10%;
    margin-right: 0;
    position: fixed;
    bottom: 15px;
    top: auto;
}

#floating.fixed {
    right: 15px;
}

#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #90c763;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul li+li {
    margin-top: 5px;
}

#floating ul li {
    position: relative;
}

#floating ul li a {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    position: relative;
}

#floating ul li.know a {
    background: #ffa800;
}

#floating ul li.fb a {
    background: #007cf7;
}

#floating ul li.line a {
    background: #21b44d;
}

#floating ul li.help a {
    background: #f15b2d;
}

#floating ul li.gotop a {
    background: #95c33a;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
    position: relative;
    z-index: 5;
}

#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #eb0f0f;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

#floating .tooltip.left {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    left: auto !important;
    right: 100%;
    word-break: keep-all;
}

#floating .tooltip.left .tooltip-arrow {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50% !important;
    margin: 0;
}

.main {
    z-index: 10;
}

.main_content {
    padding-top: 50px;
}

body:not(.home) .main_content>.container {
    width: 100%;
    padding: 0;
}

.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav>li+li {
    border-top: 1px solid #abcfdb;
}

.side .nav>li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav>li a:hover,
.side .nav>li a:focus,
.side .nav>li.active a {
    background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav>li>ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav>li>ul>li>a,
.side .nav>li>ul>li>a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav>li>ul>li>ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav>li>ul>li>ul>li>a,
.side .nav>li>ul>li>ul>li>a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    margin-bottom: 15px;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
}

.card-body .form-control {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
}

.card-title {
    color: rgb(2, 119, 189);
    font-weight: 700;
    margin-bottom: 0.75em;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

.card-body .h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1668af;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #83cff4;
}

.card-body .h4 .icon {
    font-size: 1.25em;
    margin-right: 8px;
}

.card-body>p:last-child {
    margin-bottom: 0;
}

.card.type01 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.card.type01 .card-body {
    padding: 30px 25px;
}

.content .h1 {
    font-size: 28px;
    color: #353e55;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

.content .h1:after {
    content: "";
    background: url(../images/all/icon_h1.png) no-repeat;
    width: 50px;
    height: 9px;
    display: block;
    margin: 15px auto 20px;
}

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
}

.content .breadcrumb>li+li:before {
    content: "";
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 10px;
}

.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n + 1) {
    background-color: rgba(240, 240, 240, 0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #a4cb00;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ace7eb;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #a4cb00;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

.content .btn-box {
    margin: 40px 0;
    clear: both;
    text-align: center;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager.page-list li>a {
    color: #888;
    border: none;
    padding: 0;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    width: 37px;
    height: 37px;
}

.content .btn-box .pager.page-list li.active>a {
    background: #42bab0;
    color: #ffffff;
}

.content .btn-box .pager .btn-prev a {
    width: 37px;
    height: 37px;
    background: url(../images/all/icon_arrowPrev2.png) #edcf53 no-repeat;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    border: none;
    vertical-align: middle;
}

.content .btn-box .pager .btn-next a {
    width: 37px;
    height: 37px;
    background: url(../images/all/icon_arrowNext2.png) #edcf53 no-repeat;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    border: none;
    vertical-align: middle;
}

.content .btn-box .pager .btn-prev a:hover,
.content .btn-box .pager .btn-next a:hover {
    background-color: #90c763;
}

.content .btn-box .pager.page-list li {
    display: inline-block;
    vertical-align: middle;
}

.content .btn-box .pager.btn-normal li>a {
    background: #edcf53;
    color: #353e55;
    border-radius: 25px;
    display: table;
    padding: 15px 25px;
    margin: auto;
    border: none;
    min-width: 200px;
}

.content .btn-box .pager.btn-normal li>a:hover {
    background: #3fae83;
    color: #fff;
}

.home-newsTop {
    background: linear-gradient(90deg, #116eaf 0%, #90c763 100%);
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.home-newsTop .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-newsTop .item a .icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.home-newsTop .item a .date {
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.home-newsTop .item a .d-more {
    background: #ffc95a;
    border-radius: 5px;
    color: #fff;
    padding: 3px 15px;
    margin-left: 15px;
    display: inline-block;
}

.home-newsTop .item a:hover .d-more,
a:hover .d-more,
.btn-more:hover {
    background: none;
    color: #fff;
}

.home-newsTop .item a:hover .d-more:before,
a:hover .d-more:before,
.btn-more:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

body.home .main_content {
    min-height: 0;
    padding: 0;
}

body.home .main_content>.container {
    width: 100%;
    padding: 0;
}

body.home .content .h2 {
    font-size: 30px;
    color: #353e55;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

body.home .content .h2 small {
    font-size: 22px;
    color: #61ab72;
    display: block;
    margin-top: 10px;
}

.home-service .row.service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-service .item {
    text-align: center;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-service .item:hover {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.home-service .item .info {
    margin-bottom: 15px;
}

.home-service.aos-animate .item .info .icon img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.home-service .item .info p {
    text-align: left;
}

.home-service .item h3 {
    color: #353e55;
    font-weight: bold;
    font-size: 25px;
}

.home-service .item .d-more,
.recommend-list .item .d-more {
    background: #edcf53;
    color: #353e55;
    border-radius: 25px;
    display: table;
    padding: 10px 25px;
    margin: auto;
    width: 80%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.home-service .item:hover .d-more,
.recommend-list .item:hover .d-more {
    background: #116eaf;
    color: #fff;
}

.home-service .item .d-more:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #116eaf;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
    display: none;
}

.home-service .item:hover .d-more:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sec1 {
    /* padding: 70px 0;*/
}

.sec2 {
    margin-bottom: 70px;
}

.home-hotcase {
    position: relative;
    overflow: hidden;
}

.pic-geometryL,
.pic-geometryR {
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
}

.home-hotcase .pic-geometryL,
.sec-group .pic-geometryR {
    display: none;
}

.sec-group {
    overflow: hidden;
    position: relative;
}

.pic-geometryR {
    right: 0;
    z-index: 5;
}

.home-hotcase .inner-box,
.home-newsB .inner-box {
    z-index: 10;
    position: relative;
}

.home-hotcase .item {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 10px;
}

.home-hotcase .item .card-front {
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #61ab72;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    background: #fff;
}

.home-hotcase .item:hover .card-front {
    background: #61ab72;
}

.home-hotcase .item:hover .card-front,
.home-hotcase .item:hover .info .price,
.home-hotcase .item:hover .info .price small {
    color: #fff;
}

.home-hotcase .item .more-info {
    background: #60af5e;
    color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #fff;
}

.home-hotcase .item .more-info .d-back {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.home-hotcase .item .more-info .d-back img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
}

.home-hotcase .item .more-info h4 {
    font-size: 20px;
    margin-top: 0;
}

.home-hotcase .item .more-info p {
    font-size: 14px;
}

.home-hotcase .item .more-info .box {
    padding: 20px;
}

.home-hotcase .item .card-front:not(.collapsed) {
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

:focus {
    outline: none !important;
}

.home-hotcase .item .title {
    font-size: 20px;
}

.home-hotcase .item .title small {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.home-hotcase .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home-hotcase .item .info .icon {
    max-width: 50px;
}

.home-hotcase .item .info .price {
    font-size: 30px;
    color: #63ac74;
    font-weight: bold;
    line-height: normal;
}

.home-hotcase .item .info .price small {
    font-size: 15px;
    color: #000;
}

.btn-more {
    background: #edcf53;
    color: #fff;
    border-radius: 25px;
    display: table;
    padding: 10px 25px;
    margin: auto;
    min-width: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-hotcase .item .more-info .btn-more:hover {
    background: #41b9b2;
}

.d-more {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

.btn-more:before,
.d-more:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #3fae83;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.btn-more:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.home-newsB {
    background: url(../images/all/bg_sky.jpg) no-repeat center bottom;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 50px;
    background-size: cover;
}

.home-newsB:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 80px;
    pointer-events: none;
    z-index: 10;
    background: url(../images/all/bg_skyBefore.png) center top no-repeat;
    background-size: 100% 80px;
}

.editor-style {
    position: relative;
    background: url(../images/all/bg_dots2.png) no-repeat #a9d4ee center center;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.editor-styleB {
    padding-top: 120px;
    background: #a9d4ee;
    position: relative;
}

.editor-styleC {
    background: #ebf3ff;
    position: relative;
}

.editor-style:before,
.editor-styleB:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 80px;
    pointer-events: none;
    z-index: 10;
    background: url(../images/about/bg_curve.svg) center top no-repeat;
    background-size: 100% 70px;
}

.editor-style:after {
    content: "";
    background: url(../images/about/bg_curve.svg) center top no-repeat;
    background-size: 100% 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 80px;
    pointer-events: none;
    z-index: 10;
    transform: rotate(180deg);
}

.home-newsB:hover {}

.home-newsB a {
    color: #fff;
}

.home-newsB a .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
}

.home-newsB .pic {
    margin-top: -50px;
    pointer-events: none;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    position: relative;
}

@-webkit-keyframes ani-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ani-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.home-newsB .wd>* {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
}

.home-newsB .wd h3 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    margin: 0 15px;
}

.home-newsB .wd .d-more {
    font-size: 30px;
    color: #fff;
    background: #3fae83;
    border-radius: 25px;
    padding: 10px 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.home-newsB a:hover .wd .d-more {
    background: none;
}

.home-newsB .wd .d-more:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #90c763;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.home-newsB a:hover .wd .d-more:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slick-slider .slick-dots li.slick-active button:before,
.slick-slider .slick-dots li.slick-active button:hover {
    opacity: 1;
    color: #96c239;
}

.slick-slider .slick-prev:before,
.slick-btn .slick-prev:before {
    content: "";
    background: url(../images/all/icon_arrowPrev.png) no-repeat;
    width: 37px;
    height: 37px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-btn .slick-prev:before {
    background: url(../images/all/icon_arrowPrev2.png) no-repeat;
}

.slick-slider .slick-next:before,
.slick-btn .slick-next:before {
    content: "";
    background: url(../images/all/icon_arrowNext.png) no-repeat;
    width: 37px;
    height: 37px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-btn .slick-next:before {
    background: url(../images/all/icon_arrowNext2.png) no-repeat;
}

.banner .slick-slider .slick-prev,
.banner .slick-slider .slick-next,
.banner .slick-slider .slick-prev:focus,
.banner .slick-slider .slick-next:focus {
    background: rgba(255, 255, 255, 0.5);
}

.slick-slider .slick-prev,
.slick-slider .slick-next,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
    width: 37px;
    height: 37px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 20;
}

.banner .slick-slider .slick-prev {
    left: 0;
}

.banner .slick-slider .slick-next {
    right: 0;
}

.slick-btn .slick-prev,
.slick-btn .slick-next,
.slick-btn .slick-prev:focus,
.slick-btn .slick-next:focus {
    width: 50px;
    height: 50px;
    background: #96c33c;
}

.slick-slider .slick-prev {
    left: -37px;
}

.slick-slider .slick-next {
    right: -37px;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover,
.slick-btn .slick-prev:hover,
.slick-btn .slick-next:hover {
    background: #edcf53;
}

.slick-btn .slick-prev,
.slick-btn .slick-next {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
    left: auto;
    right: auto;
}

.slick-slider .slick-prev:hover:before {
    background: url(../images/all/icon_arrowPrev2.png) no-repeat;
}

.slick-slider .slick-next:hover:before {
    background: url(../images/all/icon_arrowNext2.png) no-repeat;
}

.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before,
.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-slide {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home-customer {
    position: relative;
    /* padding-left: 15px;
    padding-right: 15px;*/
}

.home-customer .bg {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.home-customer>.d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-customer .wd {
    width: 40%;
}

.home-customer .wd kbd {
    font-family: "Open Sans", "微軟正黑體", sans-serif;
    background: none;
    color: #95c33a;
    font-weight: bold;
    font-size: 40px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-customer .wd h2 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: bold;
}

.home-customer .wd p {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.home-customer .right-info {
    width: 55%;
}

.home-customer .customer-slider .item {
    padding: 10px;
}

.home-customer .customer-slider .customer-list {
    margin: 0;
}

.home-customer .customer-slider .customer-list>div[class*="col"] {
    padding: 0 5px;
}

.home-customer .customer-slider .customer-list a {
    border-radius: 25px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
    position: relative;
}

.home-customer .customer-slider .customer-list a:hover {
    z-index: 5;
}

.home-customer .customer-slider .customer-list .pic img {
    width: 100%;
}

.home-customer .customer-slider .customer-list h4 {
    text-align: center;
    font-size: 15px;
    margin: 5px 0 0 0;
}

.customer-slider .slick-dots li.slick-active button:before,
.customer-slider .slick-dots li:hover button:before {
    color: #26a9e0;
    opacity: 1;
}

.home-qa {
    position: relative;
    overflow: hidden;
}

.home-qa .container {
    z-index: 10;
}

.home-qa .qa-list {
    position: relative;
    z-index: 10;
}

.home-qa .qa-list a {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #8eba3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 180px;
    padding: 20px 80px;
    margin-bottom: 30px;
}

.home-qa .qa-list a {
    color: #353e55;
}

.home-qa .qa-list a h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    padding: 0 20px;
}

.home-qa .qa-list a .bottom-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-qa .qa-list a .bottom-info .d-more {
    width: 37px;
    height: 37px;
    background: #edcf53;
    border-radius: 10px;
    margin: 15px;
}

.home-qa .qa-list a .bottom-info .pic {
    -webkit-transform: translate(-5px, 5px) rotate(10deg);
    -ms-transform: translate(-5px, 5px) rotate(10deg);
    transform: translate(-5px, 5px) rotate(10deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home-qa .qa-list a:hover {
    background: none;
    color: #fff;
}

.home-qa .qa-list a:before,
.home-qa .qa-list a:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #90c763;
    border-radius: 50%;
    z-index: -1;
}

.home-qa .qa-list a:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-qa .qa-list a:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.home-qa .qa-list a:hover:before {
    -webkit-animation: criss-cross-left 0.4s both;
    animation: criss-cross-left 0.4s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.home-qa .qa-list a:hover:after {
    -webkit-animation: criss-cross-right 0.4s both;
    animation: criss-cross-right 0.4s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 800px;
        height: 800px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 800px;
        height: 800px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 800px;
        height: 800px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 800px;
        height: 800px;
    }
}

.home-qa .qa-list a:hover .bottom-info .pic {
    -webkit-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}

.home-contact {
    background: url(../images/all/bg_contact.jpg) center center no-repeat;
    background-size: cover;
}

.home-contact .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-contact .box .left-info {
    border-right: 2px solid #fff;
    padding-right: 50px;
    margin-right: 50px;
}

.home-contact .box .left-info img {
    margin-right: 15px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.home-contact .box .left-info>* {
    display: inline-block;
    vertical-align: top;
}

.home-contact .box .left-info li {
    color: #fff;
}

.home-contact .box .left-info li+li {
    margin-top: 5px;
}

.home-contact .box .left-info li.slogan {
    font-size: 30px;
}

.home-contact .box .left-info li.phone {
    font-size: 42px;
}

.home-contact .box .left-info li.mail {
    font-size: 20px;
}

.home-contact .box .right-info .btn-more {
    background: #edcf53;
    min-width: 300px;
    color: #303d56;
    text-align: center;
    border-radius: 25px;
    padding: 15px 20px;
    font-size: 30px;
    font-weight: bold;
    z-index: 10;
}

.home-contact .box .right-info .btn-more:hover {
    background: none;
    color: #fff;
}

.news-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news-list .item .pic {
    width: 300px;
    position: relative;
    border-radius: 20px;
}

.news-list .item a.left-info {
    display: block;
    position: relative;
}

.news-list .item .pic img {
    width: 100%;
}

.news-list .item a.left-info .icon {
    position: absolute;
    top: -25px;
    left: -5px;
    z-index: 10;
}

.news-list .item .info {
    width: calc(100% - 300px);
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-list .item .info .icon {
    float: left;
    max-width: 25px;
}

.news-list .item .info .date {
    color: #90c763;
    position: absolute;
    right: 20px;
}

.news-list .item .info .h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 4px solid #90c763;
    padding-bottom: 10px;
    padding-right: 100px;
}

.news-list .item .info p {
    font-size: 15px;
    margin-bottom: 0;
    color: #7d7d7d;
}

.news-list .item .info .btn-more {
    padding: 5px 25px;
    margin: 20px 0 0 auto;
}

.news-listB .item .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(17, 110, 175, 0.95);
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-listB .item:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.news-listB .item a {
    display: block;
    position: relative;
}

.tag {
    color: #e46a50;
}

.news-list .item .tag {
    margin-top: 30px;
}

.tag a {
    display: inline-block;
    color: #ffffff;
    margin-right: 5px;
    background: #42bab0;
    padding: 3px 10px;
    border-radius: 5px;
}

.item-list .pic {
    overflow: hidden;
}

.item-list .item {
    margin-bottom: 30px;
}

.item-list .item .pic img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item-list .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.title-show {
    margin-bottom: 40px;
}

.title-show h2 {
    border-bottom: 4px solid #90c763;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-show h2 .date {
    font-size: 15px;
    color: #90c763;
    font-weight: normal;
    border-right: 1px solid #90c763;
    padding-right: 10px;
    margin: 5px 10px 5px 0;
}

.radiobox .radio-inline {
    position: relative;
}

.radiobox input[type="radio"],
.radiobox .radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-area .checkbox-inline input[type="checkbox"] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.d-tb .radio-inline,
.d-tb .checkbox-inline {
    margin-right: 20px;
    margin-left: 0;
    position: relative;
}

.d-tb .form-group>div[class*="col-"] {
    padding: 10px 15px;
}

.d-tb .radiobox .form-inline span,
.d-tb .checkbox-area .form-inline span,
.d-tb .checkbox .form-inline span {
    display: inline-block;
    vertical-align: middle;
}

.d-tb .radio-inline+.radio-inline,
.d-tb .checkbox-inline+.checkbox-inline {
    margin-left: 0;
}

.d-tb .form-group label.form-title {
    font-weight: normal;
    display: block;
    margin-bottom: 7px;
    color: #116eaf;
}

.bootstrap-filestyle {
    margin-right: -2px;
}

.bootstrap-filestyle .btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #116eaf;
    text-shadow: none;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    display: inline-block;
    margin: 0;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
}

.bootstrap-filestyle .btn-default:hover {
    background: #01bed4;
}

.bootstrap-filestyle .input-group-btn:last-child>.btn,
.bootstrap-filestyle .input-group-btn:last-child>.btn-group {
    margin-left: 0;
}

.d-tb.form-horizontal {
    margin-bottom: 50px;
}

.d-tb h3.st {
    font-weight: normal;
    font-size: 25px;
    margin: 0 -15px 0;
    border-bottom: 2px solid #90c763;
    padding: 10px 0;
    margin: 0 0 15px;
    font-weight: bold;
    text-align: center;
}

.d-tb h3.st small {
    color: #a5243d;
    font-size: 15px;
    margin-left: 5px;
}

.d-tb .checkbox-area+.checkbox-area {
    margin-top: 5px;
}

.d-tb .checkbox-area .d-flex input[type="checkbox"] {
    margin-right: 10px;
}

h2.st {
    font-size: 28px;
    font-weight: bold;
    color: #116eaf;
    margin-bottom: 30px;
    text-align: center;
}

ul.step-list li span.no {
    border-radius: 5px;
    background: #116eaf;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}

ul.step-list li+li {
    margin-top: 5px;
}

.tip {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    color: #116eaf;
    width: auto;
    display: table;
    margin: auto;
}

.tip .icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #02b7c1;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: url(../images/all/icon_news.png) center center #116eaf no-repeat;
    background-size: 30px;
}

body.advisory .tip .icon {
    background: url(../images/all/icon_phone.png) center center #116eaf no-repeat;
    background-size: 30px;
}

.contact-formArea {}

.d-tb.contact-form .form-group>div[class*="col-"]>.d-flex {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 8px 0px #ccc;
    min-height: 41px;
}

.d-tb.contact-form .form-group>div[class*="col-"] .d-flex input {
    background: none;
}

.d-tb.contact-form .form-group label.form-title {
    flex-shrink: 0;
    margin: 0;
    background: #e1e1e1;
    border-radius: 25px;
    padding: 10px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: bold;
    box-shadow: 0 0 8px 0px #ccc;
}

.d-tb.contact-form .form-group textarea {
    box-shadow: 0 0 8px 0px #ccc;
}

.d-tb.contact-form .form-group input {
    box-shadow: 0 0 8px 0px #ccc;
}

.d-tb.contact-form .form-group .d-flex input {
    box-shadow: none;
}

.d-tb.contact-form .form-group label.form-title+span {
    color: #116eaf;
    margin-left: 5px;
}

.contact-formArea .pic {
    width: 80%;
}

.d-tb.contact-form .form-group .d-flex label.form-title {
    margin: 0;
}

.d-tb.contact-form .form-group .d-flex label.form-title+div {
    width: 100%;
}

.d-tb.contact-form .d-flex.code-area a {
    display: flex;
    align-items: center;
}

.btn-file {
    margin: 5px 0 0 auto;
    text-align: right;
}

.btn-file .icon {
    width: 20px;
    height: 20px;
    background: #116eaf;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.btn-file a:hover .icon {
    background: #90c763;
}

.noShrink {
    flex-shrink: 0;
}

.btn-file .icon {
    margin-right: 5px;
}

body:not(.home) .main {
    background: #f4f4f4;
}

body.advisory ul.desc-list {
    counter-reset: num;
}

body.advisory ul.desc-list li {
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
}

body.advisory ul.desc-list li:before {
    counter-increment: num;
    content: counter(num);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: #f15b2d;
    text-align: center;
    color: #fff;
    left: 0;
}

body.advisory ul.advisory-list {
    margin-bottom: 50px;
    padding-left: 37px;
    padding-right: 37px;
}

body.advisory ul.advisory-list .slick-next {
    right: 0;
}

body.advisory ul.advisory-list .slick-prev {
    left: 0;
}

body.advisory ul.advisory-list li {
    text-align: center;
    margin: 20px;
}

body.advisory ul.advisory-list li a {
    text-align: center;
    color: #828282;
    display: block;
}

body.advisory ul.advisory-list .icon {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #d3ebc0;
    border-radius: 15px;
    padding: 15px;
    border: 5px solid transparent;
    position: relative;
}

body.advisory ul.advisory-list .icon img {
    max-width: 90px;
    margin: auto;
}

body.advisory ul.advisory-list .icon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 0 7px;
    border-color: #90c763 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

body.advisory ul.advisory-list a:hover .icon:after {
    border-width: 14px 7px 0 7px;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

body.advisory ul.advisory-list a:hover {
    color: #90c763;
}

body.advisory ul.advisory-list a:hover .icon {
    opacity: 1;
    background: none;
    border: 5px solid #90c763;
}

body.advisory.show .d-tb h3.st {
    position: relative;
}

body.advisory.show .d-tb h3.st:before {
    content: "";
    background: url(../images/all/img_join.png) center center no-repeat;
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro-list>div[class*="col"],
.recommend-list>div[class*="col"] {
    margin-bottom: 50px;
}

.pro-list .item {
    display: block;
    border-radius: 25px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 15px 1px #b9b9b9;
    margin: 20px auto;
}

.pro-list .slick-col {
    margin: 20px;
}

.pro-list .popular-case .item {
    transform: scale(1.05);
}

.pro-list.slick-slider .slick-prev {
    left: 0;
    z-index: 10;
}

.pro-list.slick-slider .slick-next {
    right: 0;
}

.pro-list .item>* {
    position: relative;
    z-index: 1;
}

.pro-list .item .inner-box {
    /*    padding: 20px;*/
    font-size: 16px;
}

/*.pro-list .item .inner-box.inner-info {
    margin-bottom: 20px;
}*/

.pro-list .item .inner-box.inner-pic {
    /*  background: #ededeb;
    border-radius: 25px 25px 0 0;
     overflow: hidden; */
    padding-top: 55px;
}

.pro-list .item:hover {}

.pro-list .item .label-popular {
    display: block;
    background: #2288c6;
    padding: 8px;
    text-align: center;
    color: #fff;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.pro-list .item .pro-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.pro-list .item a.btn-applyNow {
    background: #43b0aa;
    color: #fff;
    display: block;
    padding: 10px;
    border-radius: 10px;
    margin-top: -40.5px;
    margin-bottom: 10px;
    text-align: center;
}

.pro-list .item .pic {
    max-width: 120px;
    margin: 20px auto;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.pro-list .item .price {
    text-align: center;
    margin: 0 0 20px;
}

.pro-list .item .price p {
    opacity: 0.8;
    margin-bottom: 0;
}

.pro-list .item .price b {
    font-size: 30px;
    display: block;
}

.pro-list .item .price b small {
    font-size: 18px;
    font-weight: normal;
}

.pro-list .item .info {
    font-size: 16px;
    margin-bottom: 20px;
}

.pro-list .item .info li {
    position: relative;
    padding-left: 13px;
    /*padding-right: 13px;*/
}

.pro-list .item .info li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffa800;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.pro-list .item .info li+li,
.pro-list .item .more-info li+li {
    margin-top: 5px;
}

.pro-list .item .d-more {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #edcf53;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(-37px / 2);
    cursor: pointer;
}

.pro-list .item .d-more:not(.collapsed) {
    background: #81ced3;
}

.pro-list .item .d-more img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pro-list .item .d-more:not(.collapsed) img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pro-list .item .more-info {
    overflow: hidden;
}

.pro-list .item .more-info.in {
    height: auto !important;
}

.pro-list .item .more-info ul li {
    padding-left: 13px;
    padding-right: 13px;
}

.pro-list .item .more-info a {
    background: #43b0aa;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    border-radius: 10px;
}

.pro-list .item .more-info a:hover {
    background-color: #f0f7ff !important;
    color: #0d5487 !important;
    border-color: #0d5487 !important;
}

body.product .spec-area {
    position: relative;
    padding: 70px 0;
}

body.product .bg-area .center {
    text-align: center;
}

body.product .spec-area .overflow-area {
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

body.product .spec-area .bg {
    content: "";
    left: -50%;
    background: #aeecef;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    width: 200%;
    background-attachment: fixed;
}

body.product .spec-area h2.st {
    position: relative;
    z-index: 20;
}

body.product .specification-list .h3 {
    font-size: 24px;
    font-weight: bold;
    color: #116eaf;
}

body.product .specification-list .item {
    font-size: 16px;
}

.rwd-tabs.tab_wrapper .content_wrapper {
    border: none;
}

body.product .bg-area {
    position: relative;
    padding-bottom: 0;
    background: #fff;
}

.rwd-tabs {
    position: relative;
    z-index: 20;
}

.rwd-tabs.r-tabs .r-tabs-nav {
    text-align: center;
}

.rwd-tabs .tabs li {
    float: none;
    text-align: center;
    border: none;
}

.rwd-tabs .tabs li a {
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: #7fcacf;
    border-radius: 25px;
    font-size: 18px;
}

.rwd-tabs .tabs li.r-tabs-state-active a,
.rwd-tabs .tabs li:hover a {
    background: #428bca;
    color: #fff;
}

.rwd-tabs .tab_content_wrapper {
    border: none;
    border-radius: 15px;
    background: #fff;
}

.rwd-tabs .tab_content {
    border: none;
    background: #fff;
    padding: 20px;
    left: 0;
    right: 0;
}

body.product .bg-area .special-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.product .bg-area .special-list .item {
    width: 25%;
    padding: 25px;
}

body.product .bg-area .special-list .item .h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: bold;
}

body.product .bg-area .special-list .item .h3+p {
    font-size: 16px;
    line-height: 1.8em;
}

.d-commend {
    background: rgb(68, 130, 205);
    background: -o-linear-gradient(167deg,
            rgba(68, 130, 205, 1) 0%,
            rgba(47, 51, 176, 1) 50%);
    background: linear-gradient(283deg,
            rgba(68, 130, 205, 1) 0%,
            rgba(47, 51, 176, 1) 50%);
    padding: 50px;
    overflow: hidden;
    position: relative;
}

.d-commend .info {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    width: 70%;
    position: relative;
    z-index: 10;
}

.d-commend .info>.host-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 0;
}

.d-commend .host-list li .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 90px;
    background: #1668af;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.d-commend .info>.host-list>li+li {
    border-top: 1px solid #ddd;
}

.d-commend .host-list li .unit a {
    padding: 5px 10px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.d-commend .host-list .unit a.active {
    background: #90c763;
    border-radius: 5px;
    color: #fff;
}

.d-commend .host-list .unit li {
    position: relative;
    vertical-align: top;
}

.d-commend .host-list .unit li .dropdown-content {
    background: #b3d19a;
    border: none;
    border-radius: 5px;
    margin-top: 5px;
}

.d-commend .host-list .unit li .dropdown-content li {
    padding: 5px;
}

.d-commend .host-list .unit li .dropdown-content a {
    color: #fff;
}

.d-commend .host-list .unit li .dropdown-content a:hover {
    background: none;
}

.nodata {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1px;
}

.recommend-list .item {
    text-align: center;
}

.recommend-list .item .pic {
    max-width: 130px;
    margin: 0 auto 15px;
}

.recommend-list .item .pro-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.recommend-list .item .pro-title small {
    display: block;
}

.recommend-list .item .info {
    margin-bottom: 30px;
}

body.firm .firm-list.row {
    margin-left: -5px;
    margin-right: -5px;
}

body.firm .firm-list .item {
    margin-bottom: 30px;
}

body.firm .firm-list .pic img {
    width: 100%;
}

body.firm .firm-list a {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

body.firm .firm-list .info {
    margin-top: 10px;
}

.firm-slider {}

.firm-slider.slick-slider .slick-prev {
    left: 0;
}

.firm-slider.slick-slider .slick-next {
    right: 0;
}

.sec1.d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.firm .sec-firms .slick-btn .slick-prev,
body.firm .sec-firms .slick-btn .slick-next {
    border-radius: 50%;
    margin: 0 5px;
    width: 40px;
    height: 40px;
}

body.firm .sec-firms .slick-btn {
    text-align: center;
    margin: 15px auto;
}

body.firm .sec-firms h2.st .txt-en {
    display: none;
}

body.firm .sec-firms .end-info {
    margin-top: 50px;
}

body.firm .sec-firms .end-info .h3 {
    display: table;
    margin: -15px auto 0;
    border: 5px solid #ddd;
    padding: 15px;
    color: #116eaf;
    font-weight: bold;
    font-size: 20px;
}

.d-web .firm-slider .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    right: 0;
    bottom: 0;
    background: #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px rgba(147, 147, 147, 0.37);
    z-index: -1;
}

.d-web .firm-slider .item {
    position: relative;
    padding: 30px 15px;
    height: 100%;
}

.d-web .firm-slider .item:hover {
    color: #666;
}

.d-web .firm-slider .item .pic {
    overflow: hidden;
    width: 30%;
}

.d-web .firm-slider .item .info {
    width: 70%;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.8em;
}

.firm-slider .item .pic img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.firm-slider .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.d-web .firm-slider .slick-slide>div {
    padding: 15px;
    height: 50%;
}

.d-ec.sec1 {
    padding-bottom: 0;
}

.d-ec .firm-slider .item {
    margin: 0 15px;
}

.d-ec .firm-slider .item .pic {
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

body.firm .editor-style .bg-web {
    width: 350px;
    z-index: 20;
    position: absolute;
    bottom: -200px;
    left: 3%;
}

.d-project .firm-slider .item {
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(147, 147, 147, 0.37);
    overflow: hidden;
    border-radius: 20px;
    margin: 15px;
}

.d-project .firm-slider .item .infoBack {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
    background: #116eaf;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.d-project .firm-slider .item .infoBack .info {
    height: 80%;
    padding: 0;
    margin-bottom: 15px;
}

.d-project .firm-slider .item:hover .infoBack {
    top: 0;
    opacity: 1;
}

.d-project .firm-slider .item .pic {
    overflow: hidden;
}

.d-project .firm-slider .item .info {
    padding: 15px;
    font-size: 16px;
}

.d-project .firm-slider .item .info h3 {
    font-size: 20px;
}

.d-project .firm-slider .item:hover .info {
    opacity: 1;
    top: 0;
}

.d-project .os-host-overflow>.os-padding {
    bottom: 15px;
}

body.firm .editor-area {
    position: relative;
    background: url(../images/all/bg_sb.jpg) center center no-repeat;
}

body.firm .editor-area {
    color: #fff;
    padding-top: 70px;
}

body.firm .editor-area .preface {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

body.firm .editor-area .preface .icon {
    margin-right: 20px;
    max-width: 140px;
}

body.firm .editor-area .preface h2 {
    font-size: 25px;
}

body.firm .editor-area .preface h2 b {
    margin-bottom: 10px;
    font-size: 30px;
    display: block;
    font-weight: bold;
}

body.firm .editor-area ul.work-list {
    display: table;
    margin: 30px auto;
}

body.firm .d-join ul.work-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #353e55;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

body.firm .d-join ul.work-list li .icon {
    margin-right: 5px;
}

body.firm .main_content {
    padding-bottom: 0;
}

body.firm .d-join .pic {
    width: 50%;
}

body.firm .d-join .info {
    width: 50%;
    padding-left: 10%;
}

body.firm .d-join .info .title {
    font-size: 35px;
    font-weight: bold;
    color: #116eaf;
    text-shadow:
        2px 2px white,
        2px 0px white,
        2px -2px white,
        0px 2px white,
        0px -2px white,
        -2px 2px white,
        -2px 0px white,
        -2px -2px white;
    margin-bottom: 30px;
}

body.firm .d-join .btn-join {
    background: #edcf53;
    color: #353e55;
    border-radius: 25px;
    display: table;
    padding: 10px 25px;
    width: 80%;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    margin-top: 30px;
}

body.firm .d-join .btn-join:hover {
    background: #90c763;
    color: #fff;
}

body.firm .d-join .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/all/bg_join.png) center center no-repeat;
    background-size: cover;
}

body.about.domain .content>.container {
    width: 100%;
}

body.about.domain .select2-selection__arrow {
    top: 10px;
    right: 15px;
}

body.about.domain .select2-container--default .select2-selection--single {
    border: none;
}

body.about.domain .select2 {
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 10px;
    height: auto;
    font-size: 15px;
    border-radius: 15px;
    width: calc(100% - 120px - 50%) !important;
}

body.about.domain .icon.ion-chatbubble-working {
    font-size: 48px;
}

body.about.domain .enter-domain {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 -10px;
}

body.about.domain .enter-domain .d-group {
    width: calc(100% - 120px - 30%);
    width: 100%;
    margin: 10px;
}

body.about.domain .enter-domain select {
    width: calc(100% - 120px - 50%);
    margin: 10px;
}

body.about.domain .enter-domain a {
    z-index: 10;
    margin: 10px;
}

body.about.domain .notice {
    margin-top: 30px;
}

body.about.domain .notice .nav li a {
    padding: 0;
    display: inline-block;
    background: none;
}

body.about.domain .notice .nav li {
    padding-left: 25px;
    margin-bottom: 10px;
}

body.about.domain .notice .nav li svg {
    font-size: 25px;
    position: absolute;
    color: #90c763;
    left: 0;
    top: -2px;
}

body.about.p01 .navbar,
body.about.p01 #floating,
body.about.p01 .footer,
body.about.p01 .banner,
body.about.p01 .content .breadcrumb {
    display: none;
}

body.about.p01 .main_content {
    padding: 0;
}

body.about.p01 .content .pic-banner {
    margin-bottom: 50px;
}

.d-waf .sec-waf1 {
    background: #ebf3ff;
    padding: 50px 0;
}

.d-waf .sec-waf2 {
    padding: 50px 0;
}

.d-waf .sec-waf2 .inner-box {
    position: relative;
}

.d-waf .sec-waf2 .d-function {
    color: #116eaf;
    margin-left: 50px;
}

.d-waf .sec-waf2 .d-function h2.st {
    color: #116eaf;
    margin-top: 0;
    text-align: left;
}

.d-waf .sec-waf2 .d-function .function-list li {
    background: url(../images/about/icon_scan.png) left center no-repeat;
    padding-left: 40px;
    padding: 5px 5px 5px 30px;
    font-size: 18px;
}

.rwd-tabs .tab_content_wrapper ul {
    padding-left: 40px;
}

.d-waf .sec-waf2 .left-info {
    width: 75%;
    align-items: center;
}

.d-waf .sec-waf2 .left-info .d-buy {
    color: #353e55;
    width: 35%;
}

.d-waf .sec-waf2 .left-info .d-buy .h3 {
    margin-top: 0;
}

.d-waf .sec-waf2 .left-info .d-buy .h3,
.d-waf .sec-waf2 .left-info .d-buy .price {
    font-size: 47px;
    font-weight: bold;
}

.d-waf .sec-waf2 .left-info .d-buy .h4,
.d-waf .sec-waf2 .left-info .d-buy .price small {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
}

.d-waf .sec-waf2 .left-info .d-buy .price small {
    margin-left: 20px;
}

.d-waf .sec-waf2 .left-info .d-buy a {
    border-radius: 25px;
    background: #ff2838;
    text-align: center;
    color: #fff;
    padding: 15px;
    display: table;
    margin-top: 20px;
    width: 200px;
}

.d-waf .sec-waf2 .left-info .d-buy a:hover,
.d-waf .sec-waf6 a.btn-admin:hover {
    background: #116eaf;
}

.d-waf .d-bg {
    position: relative;
}

.d-waf .bg-cloud {
    position: absolute;
    z-index: -1;
    width: 30%;
}

.d-waf .bg-cloud.bg-right {
    position: absolute;
    top: -10%;
    right: 0;
}

.d-waf .bg-cloud.bg-right img {
    margin: 0 0 0 auto;
}

.d-waf .bg-cloud.bg-left {
    position: absolute;
    bottom: -20%;
    left: 0;
}

.d-waf .sec-waf2 .bg {
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
}

.d-waf .sec-waf3 ul.security-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.d-waf .sec-waf3 ul.security-list li {
    width: calc(100% / 3 - 40px);
    background: #cbdeed;
    margin: 20px;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    color: #353e55;
    text-align: center;
    font-weight: bold;
}

.d-waf .sec-waf3 ul.security-list li img {
    max-width: 120px;
}

.d-waf .sec-waf4,
.d-waf .sec-waf5 {
    padding: 30px 0;
}

.d-waf .sec-waf4 h2.st,
.d-waf .sec-waf5 h2.st {
    color: #8eba3e;
    text-align: left;
    margin-top: 0;
}

.d-waf .sec-waf4 .pic,
.d-waf .sec-waf5 .pic {
    width: 35%;
    padding: 20px;
}

.d-waf .sec-waf4 .info,
.d-waf .sec-waf5 .info {
    width: 65%;
    padding: 15px;
}

.d-waf .sec-waf4 .info p,
.d-waf .sec-waf5 .info p {
    line-height: 2em;
    margin-bottom: 0;
}

.d-waf .sec-waf4 .info,
.d-waf .sec-waf5 .info {
    text-align: left;
}

.d-waf .sec-waf4>.inner-box>.d-flex,
.d-waf .sec-waf5>.inner-box>.d-flex {
    justify-content: space-between;
}

.d-waf .sec-waf5>.inner-box>.d-flex {
    flex-direction: row-reverse;
}

.bg-curve {
    background: url(../images/about/bg_curve.svg) center top no-repeat;
    background-size: 100% 70px;
    background-color: #ebf3ff;
    padding-top: 120px !important;
}

.d-waf .sec-waf6 .protect-list li {
    background: url(../images/about/icon_protect.png) left center no-repeat;
    padding: 10px 0 10px 40px;
}

.d-waf .sec-waf6 h2.st {
    text-align: left;
}

.d-waf .sec-waf6 .left-info,
.d-waf .sec-waf6 .right-info {
    width: 50%;
    text-align: left;
}

.d-waf .sec-waf6 .h3 {
    color: #8eba3e;
    font-size: 18px;
    font-weight: bold;
}

.d-waf .sec-waf6 a.btn-admin {
    border-radius: 25px;
    background: #ff2838;
    text-align: center;
    color: #fff;
    padding: 20px;
    display: table;
    margin: auto;
    font-size: 20px;
    min-width: 300px;
}

.d-waf .sec-waf6 .d-flex+.d-flex {
    margin-top: 50px;
}

.d-waf .function-detail .item {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
    padding: 20px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.d-waf .function-detail .item .h3 {
    color: #8eba3e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.d-waf .function-detail .item .h3 svg {
    margin-right: 5px;
}

.d-waf .function-detail .item p {
    margin-bottom: 0;
}

.no-marginB {
    margin-bottom: -50px;
}

.d-waf .sec-waf7 {
    margin-top: 50px;
}

.txt-link {
    color: #ff2838;
    text-decoration: underline;
}

.txt-linkB {
    color: #82b970;
    text-decoration: underline;
}

body .d-waf2 {
    font-size: 16px;
}

.d-waf2 .sec p {
    line-height: 2em;
    margin-bottom: 0;
}

.d-waf2 .sec p+p {
    margin-top: 30px;
}

.d-waf2 #wafDetail .sec-waf2-1 .pic {
    max-width: 80%;
    margin: 50px auto 0;
}

.d-waf2 #wafDetail .sec-waf2-1 .preface .info {
    width: 80%;
    margin: auto;
    text-align: center;
}

.d-waf2 #wafDetail .sec-waf2-2 {
    background: url(../images/about/waf2/bg_hack.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}

.d-waf2 #wafDetail .sec-waf2-2 h2.st {
    color: #fff;
}

.d-waf2 #wafDetail .sec-waf2-2 h2.st small {
    font-size: 20px;
    display: block;
    margin-top: 10px;
    color: #fff;
}

.d-waf2 #wafDetail .sec-waf2-2 .row>div[class*="col"] {
    margin-bottom: 15px;
}

.d-waf2 #wafDetail .sec-waf2-2 .row .icon {
    width: 115px;
    flex-shrink: 0;
    margin-right: 20px;
}

.d-waf2 #wafDetail .sec-waf2-2 .row .info p {
    line-height: 2em;
}

.d-waf2 #wafDetail .sec-waf2-2 .d-opsource-list {
    width: 80%;
    justify-content: space-between;
    margin: 25px auto 0;
    top: 30px;
    position: relative;
}

.d-waf2 #wafDetail .sec-waf2-2 .d-opsource-list .item {
    background: #ffa800;
    color: #333333;
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.d-waf2 #wafDetail .sec-waf2-2 .d-opsource-list .item .title {
    font-size: 25px;
    font-weight: bold;
}

.d-waf2 #wafDetail .sec-waf2-2 .d-opsource-list .item p {
    margin-bottom: 0;
}

.d-waf2 #wafDetail .sec-waf2-3 {
    background: #fff;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.d-waf2 #wafDetail .sec-waf2-3 .d-security .left-info {
    width: 60%;
}

.d-waf2 #wafDetail .sec-waf2-3 .d-security .left-info h2.st {
    font-size: 55px;
    color: #edcf53;
    font-weight: bold;
    text-align: left;
    display: table;
    margin-bottom: 50px;
    overflow: hidden;
}

.d-waf2 #wafDetail .sec-waf2-3 .d-security .left-info h2.st small {
    font-size: 30px;
    color: #b6b6b6;
    display: table;
    margin: 10px 0 0 auto;
    font-weight: bold;
    position: relative;
}

.d-waf2 #wafDetail .sec-waf2-3 .d-security .left-info h2.st small:before {
    content: "";
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: calc(-1px / 2);
    background: #b6b6b6;
    width: 200%;
}

.d-waf2 #wafDetail .sec-waf2-3 .d-security .left-info .info {
    color: #333;
}

.d-waf2 #wafDetail .sec-waf2-3 .d-security .left-info .info .subT {
    font-size: 25px;
    margin-bottom: 20px;
}

.d-waf2 #wafDetail .sec-waf2-3 .d-security .right-info {
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    left: 50%;
    right: 0;
}

.d-waf2 #wafDetail .sec-waf2-4 {
    background: url(../images/about/waf2/bg_top10.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list {
    align-items: stretch;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item {
    border-radius: 20px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item .title {
    font-size: 18px;
    font-weight: bold;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item .bottom-info {
    justify-content: space-between;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item .title .txt-tw {
    font-size: 25px;
    display: block;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item .d-more {
    width: 37px;
    height: 37px;
    background: #edcf53;
    flex-shrink: 0;
    border-radius: 10px;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item .d-front {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    justify-content: space-between;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item .d-front .icon {
    max-width: 105px;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item .d-back {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all 0.5s ease;
    background: #116eaf;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.d-waf2 #wafDetail .sec-waf2-4 .attack-list .item:hover .d-back {
    opacity: 1;
    top: 15px;
}

.d-waf2 #wafDetail2 .sec-waf3-1 .subT {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.d-waf2 #wafDetail2 .sec-waf3-1 p {
    width: 50%;
    margin: auto;
    text-align: center;
}

.d-waf2 #wafDetail2 .sec-waf3-1 a.btn-link {
    background: #139fcf;
    padding: 15px;
    display: block;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 10px solid #3fceff;
    box-sizing: border-box;
    margin: 50px auto 0;
    width: 50%;
}

.d-waf2 #wafDetail2 .sec-waf3-2 {
    background: url(../images/about/waf2/bg_owasp.jpg) center right no-repeat;
    background-size: cover;
    position: relative;
}

.d-waf2 #wafDetail2 .sec-waf3-2 .inner-box {
    position: relative;
}

.d-waf2 #wafDetail2 .sec-waf3-2 .d-flex {
    align-items: center;
    justify-content: space-between;
}

.d-waf2 #wafDetail2 .sec-waf3-2 .left-info {
    color: #fff;
    width: 55%;
    position: relative;
    z-index: 10;
}

.d-waf2 #wafDetail2 .sec-waf3-2 .right-info {
    width: 35%;
}

.d-waf2 #wafDetail2 .sec-waf3-2 .left-info h2.st {
    color: #fff;
    text-align: left;
}

.sec.sec1.sec-waf3-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
}

.d-waf2 #wafDetail2 .sec-waf3-3 {
    background: rgb(41, 143, 171);
    background: linear-gradient(270deg,
            rgba(41, 143, 171, 1) 0%,
            rgba(7, 50, 152, 1) 100%);
}

.d-waf2 #wafDetail2 .sec-waf3-3 h2.st {
    color: #fff;
}

.d-waf2 #wafDetail2 .sec-waf3-3 .subT {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
}

.d-waf2 #wafDetail2 .sec-waf3-3 .left-info {
    width: 40%;
}

.d-waf2 #wafDetail2 .sec-waf3-3 .right-info {
    width: 60%;
}

.d-waf2 #wafDetail2 .sec-waf3-4 {
    position: relative;
}

.d-waf2 #wafDetail2 .wafService-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.d-waf2 #wafDetail2 .wafService-list .item {
    width: calc(100% / 4 - 30px);
    text-align: center;
    background: #c8ddeb;
    border-radius: 20px;
    display: flex;
    padding: 20px;
    justify-content: flex-start;
    flex-direction: column;
}

.d-waf2 #wafDetail2 .wafService-list .item .icon {
    max-width: 100px;
    margin: 0 auto 20px;
}

.d-waf2 #wafDetail2 .wafService-list .item .info h4 {
    font-weight: bold;
    font-size: 20px;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .inner-box {
    position: relative;
    padding: 50px;
    text-align: center;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: auto 100%;
    z-index: -2;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .pic-knight {
    position: absolute;
    left: -5%;
    z-index: -1;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
}

.d-waf2 #wafDetail3 .sec-waf4-1 .pic-knight+.pic-knight {
    left: auto;
    right: -5%;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .pic-knight img {
    object-fit: cover;
    width: auto;
    height: 100% !important;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .protection-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 80%;
    margin: 50px auto;
    flex-wrap: wrap;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .protection-list li {
    width: calc(100% / 4 - 15px);
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .protection-list li .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .preface h2.st {
    color: #353e55;
    border: 1px solid #353e55;
    border-radius: 30px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
    font-weight: normal;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .preface h1.st {
    color: #353e55;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}

.d-waf2 #wafDetail3 .sec-waf4-1 .preface p {
    color: #116eaf;
    font-weight: bold;
}

.d-waf2 #wafDetail3 .sec-waf4-2 {
    background: url(../images/about/waf2/bg_100m.jpg) center center;
    background-size: cover;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .d-flex {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .left-info {
    width: 30%;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .right-info {
    padding: 0 30px;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .right-info h2.st {
    font-size: 50px;
    color: #fff;
    margin-top: 0;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .right-info .d-contact {
    margin-top: 20px;
    color: #ffa800;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .right-info .info {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .right-info .info a {
    display: table;
    margin: 50px auto 20px;
    background: #139fcf;
    color: #fff;
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 20px;
    transition: all 0.5s ease;
}

.d-waf2 #wafDetail3 .sec-waf4-2 .right-info .info a:hover {
    background: #edcf53;
    color: #353e55;
}

.d-waf2 #wafDetail3 .sec-waf4-3 {
    background: #fff;
}

.d-waf2 #wafDetail3 .sec-waf4-3 .protect-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.d-waf2 #wafDetail3 .sec-waf4-3 .protect-list li .pic {
    max-width: 150px;
    margin: 0 auto 20px;
}

.d-waf2 #wafDetail3 .sec-waf4-3 .protect-list li {
    width: calc(100% / 5 - 30px);
}

.d-waf2 #wafDetail3 .sec-waf4-3 .protect-list li .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.d-waf2 #wafDetail3 .sec-waf4-4 .preface {
    width: 50%;
    margin: auto;
    text-align: center;
}

.d-waf2 #wafDetail3 .sec-waf4-4 .d-pieChart {
    margin-top: 50px;
    align-items: stretch;
}

.d-waf2 #wafDetail3 .sec-waf4-4 .d-pieChart>div {
    width: 50%;
    padding: 30px;
}

.d-waf2 #wafDetail3 .sec-waf4-4 .d-pieChart .pic {
    padding: 0 30px;
}

.d-waf2 #wafDetail3 .sec-waf4-4 .d-pieChart h2.st small {
    font-size: 18px;
    display: block;
    color: #116eaf;
    margin-bottom: 10px;
}

.d-waf2 #wafDetail3 .sec-waf4-4 .d-pieChart>div p {
    text-align: center;
    width: 60%;
    margin: auto;
    color: #139fcf;
}

.d-waf2 #wafDetail3 .sec-group {
    background: url(../images/about/waf2/bg_network.jpg) #fff center center no-repeat;
    margin-bottom: -50px;
}

.d-waf2 #wafDetail3 .sec-group:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

.d-waf2 #wafDetail3 .sec-group .sec {
    position: relative;
}

.d-waf2 .nav-tabs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 15px;
}

.d-waf2 .nav-tabs li {
    width: calc(100% / 3);
    margin-bottom: 1px;
}

.d-waf2 .nav-tabs li.active {
    margin-bottom: -1px;
}

.d-waf2 .nav-tabs li a {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    background: #f4f4f4;
    border-bottom: none;
}

.d-waf2 .nav-tabs li.active a,
.d-waf2 .nav-tabs li a:hover {
    background: #f4f4f4;
}

.d-transfer {
    padding: 50px 0;
}

.d-transfer .sec-transfer1 {
    position: relative;
    padding-bottom: 70px;
    background: url(../images/about/transfer/bg_transfer.png) center center no-repeat;
    background-size: cover;
}

.d-transfer .sec-transfer1 .d-flex {
    display: block;
}

.d-transfer .sec-transfer1 .left-info {
    width: 30%;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    left: calc(30% - 35%);
}

.d-transfer .sec-transfer1 .pic-left {
    width: 30%;
    flex-shrink: 0;
    position: absolute;
    bottom: 5%;
    left: -7%;
}

.d-transfer .sec-transfer1 .pic-right {
    width: 30%;
    flex-shrink: 0;
    position: absolute;
    bottom: 5%;
    right: -7%;
}

.d-transfer .sec-transfer1 .right-info {
    width: 70%;
    margin: auto;
}

.d-transfer .sec-transfer1 .right-info .box {
    border-radius: 20px;
    background: #fff;
    padding: 40px 8% 20px;
    position: relative;
    box-shadow: 10px 10px 15px rgba(189, 189, 189, 0.3);
}

.d-transfer .sec-transfer1 .right-info .box .title {
    font-size: 28px;
    color: #116eaf;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}

.d-transfer .sec-transfer1 .right-info .box .preface {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.d-transfer .sec-transfer1 ul.present-list {
    margin-bottom: 30px;
}

.d-transfer .sec-transfer1 ul.present-list li {
    display: flex;
    align-items: center;
    color: #f06c9b;
    padding: 5px;
    font-weight: bold;
    font-size: 20px;
}

.d-transfer .sec-transfer1 ul.present-list li .icon {
    margin-right: 10px;
    flex-shrink: 0;
    background: #f06c9b;
    border-radius: 50%;
}

.d-transfer .sec-transfer1 .step-list li {
    background: #a0d4e2;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    border-radius: 15px;
    color: #0d233f;
    font-size: 18px;
}

.d-transfer .sec-transfer1 .step-list li:nth-child(1):after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 50px 0 50px;
    border-color: #a0d4e2 transparent transparent transparent;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}

.d-transfer .sec-transfer1 .box a {
    border: 1px solid #139fcf;
    border-radius: 15px;
    padding: 10px 40px;
    text-align: center;
    display: table;
    margin: auto;
    color: #139fcf;
    font-size: 20px;
    transition: all 0.5s ease;
    margin: 30px auto -45px;
    background: #fff;
}

.d-transfer .sec-transfer1 .box a:hover {
    background: #edcf53;
    color: #0d233f;
    border: 1px solid #edcf53;
}

.d-transfer .sec-transfer1 .d-discount {
    background: #139fcf;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    width: 50%;
    display: table;
    margin: auto;
    color: #fff;
    font-size: 20px;
    box-shadow: 10px 10px 15px rgba(189, 189, 189, 0.3);
}

.d-transfer .sec-transfer1 .step-list li:nth-child(2) {
    background: #cce6f1;
}

.d-transfer .sec-transfer1 .step-list li .no {
    color: #0d233f;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
}

.d-transfer .sec-transfer1 .d-step {
    display: table;
    font-weight: bold;
    margin: 30px auto;
}

.d-transfer .sec-transfer1 .d-step h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #139fcf;
}

.d-transfer .sec-transfer1 .box .pic-robot {
    position: absolute;
    bottom: 0;
    width: 30%;
    right: calc(100% - 30px);
}

.d-transfer .sec-transfer1 .step-list li .no small {
    display: block;
    font-size: 15px;
}

.d-transfer .sec-transfer1 .note-list {
    color: #0d233f;
    margin-top: 15px;
}

.d-transfer .sec-transfer1 .note-list li {
    display: flex;
}

.d-transfer .sec-transfer1 .note-list li span {
    flex-shrink: 0;
}

.d-transfer .sec-transfer1 .note-list li+li {
    margin-top: 5px;
}

.d-transfer .sec-transfer2 {
    background: #d1ebff;
    padding: 50px 0 0;
}

.d-transfer .sec-transfer2 h2.st small {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.d-transfer .d-reason {
    position: relative;
    z-index: 5;
}

.d-transfer .d-reason .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-transfer .d-reason .item .pic {
    width: 30%;
}

.d-transfer .d-reason .item .info {
    width: 60%;
    padding: 0 20px;
    position: relative;
}

.d-transfer .d-reason {
    counter-reset: item;
}

.d-transfer .d-reason .item .info:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    font-size: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: bold;
    color: #fff;
    z-index: -1;
    opacity: 0.6;
}

.d-transfer .d-reason .item:nth-child(even) .info:before {
    right: auto;
    left: 0;
}

.d-transfer .d-reason .item:nth-child(even) {
    flex-direction: row-reverse;
}

.d-transfer .d-reason .item .info h2.st {
    text-align: left;
}

.d-transfer .d-reason .item .info p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
}

.d-transfer .d-reason .item+.item {
    margin-top: -5%;
}

.d-transfer .sec-transfer3 {
    background: #f4f4f4;
    position: relative;
    padding: 130px 0 50px;
}

.d-transfer .sec-transfer3:before {
    content: "";
    background: url(../images/about/transfer/img_wave2.svg) center bottom no-repeat;
    background-size: 120% 130px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
}

.d-transfer ul.notice-list {
    counter-reset: num;
    display: table;
    margin: auto;
}

.d-transfer ul.notice-list li {
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
}

.d-transfer ul.notice-list li:before {
    counter-increment: num;
    content: counter(num);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: #f15b2d;
    text-align: center;
    color: #fff;
    left: 0;
}

.editor .step-box {
    margin-top: 25px;
    margin-bottom: 25px;
}

.editor .step-box .item {
    position: relative;
    padding: 0;
    height: 100%;
}

.editor .step-box .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px rgba(147, 147, 147, 0.37);
    z-index: -1;
}

.editor .step-box .item>div {
    height: 100%;
}

.editor .step-box .item .pic {
    overflow: hidden;
    width: 80px;
    background: linear-gradient(to top, #202f57, #356ab3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    clip-path: polygon(0% 0%,
            calc(100% - 20px) 0%,
            100% 50%,
            calc(100% - 20px) 100%,
            0% 100%);
    overflow: hidden;
    font-size: 28px;
    font-weight: 700;
}

.editor .step-box .item .info {
    width: calc(100% - 80px);
    padding: 15px 10px 15px 15px;
    font-size: 16px;
    line-height: 1.8em;
}

.editor .step-box .item .info h4 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    color: #356ab3;
    margin-top: 0;
}

.editor .step-box .item .info p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 0;
}

.goodfirm-list>div[class*="col"] {
    margin-bottom: 30px;
}

.goodfirm-list .item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.goodfirm-list .item .pic img {
    width: 100%;
}

.goodfirm-list .item .name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 30px;
}

.goodfirm-list .item .name:after {
    content: "";
    width: 3em;
    height: 5px;
    background: #90c763;
    display: block;
    margin: 15px auto;
}

.goodfirm-list .item .name .txt-en {
    font-size: 15px;
    font-weight: normal;
    display: block;
    color: #888;
}

.goodfirm-list .item .info {
    padding: 10px 25px 30px;
}

.goodfirm-list .item ul li {
    display: flex;
    align-items: center;
}

.goodfirm-list .item ul li .icon {
    flex-shrink: 0;
}

.goodfirm-list .item ul li:nth-child(1) {
    align-items: center;
}

.goodfirm-list .item ul li:nth-child(1) .icon {
    margin-right: 10px;
}

.goodfirm-list .item ul li+li {
    margin-top: 10px;
}

.glyphicon-star {
    color: #fffb00;
}

.glyphicon-star.no {
    color: #bdc3c7;
}

.glyphicon-star.half {
    position: relative;
}

.glyphicon-star.half:before {
    position: relative;
    z-index: 9;
    width: 47%;
    display: block;
    overflow: hidden;
}

.glyphicon-star.half:after {
    content: "";
    position: absolute;
    z-index: 8;
    color: #bdc3c7;
    top: 0;
    left: 0;
}

.content .wid {
    position: relative;
    z-index: 10;
}

.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ace7eb;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

.content .wid-home-product .banner-slider li a {
    border: 1px solid #ace7eb;
    padding: 2px;
    display: block;
}

.content .wid-home-product .banner-slider li a:hover {
    border-color: #a4cb00;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.cookie-policy {
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    text-align: left;
    bottom: 0;
    z-index: 9999;
    transition: all 0.5s ease;
}

.cookie-policy .wd {
    display: inline-block;
}

.cookie-policy .wd a {
    text-decoration: underline;
}

.cookie-policy button {
    display: inline-block;
    background: #edcf53;
    color: #353e55;
    border-radius: 25px;
    text-align: center;
    padding: 5px 10px;
    text-align: center;
    border: none;
    transition: all 0.5s ease-in-out;
    margin: 5px;
    white-space: nowrap;
}

.cookie-policy button:hover {
    background: #116eaf;
    color: #fff;
}

.cookie-policy.close-div {
    bottom: -9999px;
}

ul,
li {
    list-style: revert;
}

/*ul li::marker, ol li::marker {
  content: none;
  display: none;
}*/

.pro-list .item .info li {
    list-style: none;
    display: block;
    position: relative;
    /* 保留給li:before定位用 */
}

.item-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffa800;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

/* 特定區塊：Prohibited Items 改成 × */
.prohibited-items {
    list-style: none;
    /* 移除預設圓點 */
    padding-left: 0;
    /* 去掉縮排 */
}

.prohibited-items li::before {
    content: "×";
    color: #cc3333;
    font-weight: bold;
    margin-right: 0.5em;
}

/* 特定區塊：Additional Options 改成 ◆ */
.additional-options {
    list-style: none;
    padding-left: 0;
}

.additional-options li::before {
    content: "◆";
    color: #008000;
    font-weight: bold;
    margin-right: 0.5em;
}

:root {
    --yz-primary: #0056b3;
    --yz-accent: #ff8c00;
    --yz-text-dark: #333333;
    --yz-text-light: #666666;
    --yz-bg-light: #f8f9fb;
    --yz-white: #ffffff;
}

/* === 新版首頁改版樣式 (Contact, Testimonials, Footer) === */

/* 共用設定 */
.yz-new-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.yz-new-section-label {
    color: #ffa800;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.yz-new-section-title {
    font-size: 42px;
    color: #1876ad;
    font-weight: 700;
    margin-bottom: 15px;
}

.yz-new-section-subtitle {
    color: #666;
    font-size: 18px;
}

/* === 客戶服務支援中心 === */

.yz-new-contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.yz-new-contact-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle,
            rgba(24, 118, 173, 0.08) 0%,
            transparent 70%);
    border-radius: 50%;
    pointer-events: none !important;
    z-index: 0 !important;
}

.yz-new-contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.yz-new-contact-card {
    perspective: 1000px;
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    overflow: visible;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.yz-new-contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1876ad, #8bc34a);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.yz-new-contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(24, 118, 173, 0.15);
    border-color: #1876ad;
}

.yz-new-contact-card:hover::before {
    transform: scaleX(1);
}

.yz-new-contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #1876ad 0%, #145a8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    overflow: hidden;
    transition:
        transform 0.8s ease-in-out,
        background 0.5s ease;
    transform-style: preserve-3d;
}

.yz-new-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.yz-new-contact-card:hover .yz-new-contact-icon {
    transform: rotateY(360deg);
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
}

.yz-new-contact-title {
    font-size: 22px;
    font-weight: 700;
    color: #1876ad;
    margin-bottom: 8px;
}

.yz-new-contact-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.yz-new-contact-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.yz-new-contact-email {
    display: inline-block;
    color: #1876ad;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 28px;
    background: rgba(24, 118, 173, 0.1);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.yz-new-contact-email:hover {
    background: #1876ad;
    color: white;
    transform: scale(1.05);
}

/* 聯絡方式浮動列 */
.yz-new-methods-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background: linear-gradient(90deg, #116eaf 0%, #90c763 100%);
    padding: 40px 0;
}

.yz-new-methods {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* 將 div 改為 a 之後的樣式設定 */
a.yz-new-method-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;

    /* 確保連結文字顏色正確且無底線 */
    text-decoration: none !important;
    color: white;
}

/* 滑鼠移入放大 */
a.yz-new-method-item:hover {
    transform: scale(1.1);
    background: transparent;
    z-index: 2;
    color: white;
    /* 確保 Hover 時文字不變色 */
}

/* 分隔線 */
a.yz-new-method-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
}

.yz-new-method-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    animation: none;
}

.yz-new-method-info {
    color: white;
    text-align: left;
}

.yz-new-method-label {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 2px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    /* 微調顏色 */
}

/* 因為外層是 a，內層的文字樣式 */
.yz-new-method-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    /* 強制白色 */
}

.yz-new-method-time {
    font-size: 13px;
    color: #fffc00;
    margin-top: 3px;
    font-weight: 500;
}

/* RWD */
@media (max-width: 991px) {
    .yz-new-methods {
        flex-direction: column;
    }

    a.yz-new-method-item {
        width: 100%;
        justify-content: flex-start;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    a.yz-new-method-item:not(:last-child)::after {
        display: none;
    }

    a.yz-new-method-item:hover {
        transform: scale(1.02);
    }
}

.yz-new-method-icon {
    width: 60px;
    height: 60px;
    /* 修改：背景改淡白透明，圖示改白色，比較清晰 */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    flex-shrink: 0;
}

.yz-new-method-info {
    color: white;
}

.yz-new-method-label {
    font-size: 15px;
    opacity: 1;
    margin-bottom: 2px;
    font-weight: bold;
}

.yz-new-method-value {
    font-size: 20px;
    font-weight: 700;
}

.yz-new-method-link {
    color: white;
    text-decoration: none;
}

.yz-new-method-link:hover {
    text-decoration: none;
}

/* 新增：時間說明文字樣式 */
.yz-new-method-time {
    font-size: 13px;
    color: #fffc00;
    /* 修改：使用亮黃色，在藍綠背景上最清楚 */
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* 修改：卡片 Icon 翻轉效果 (針對 Contact Card 的部分) */
.yz-new-contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #1876ad 0%, #145a8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    transition: all 0.6s ease;
    /* 時間拉長一點讓翻轉較平滑 */
}

/* 修改：滑鼠移過去變成水平翻轉 360度 (適合人像) */
.yz-new-contact-card:hover .yz-new-contact-icon {
    transform: rotateY(360deg);
    background: linear-gradient(135deg, #90c763 0%, #7cb342 100%);
}

/* === 證言區塊 === */
.yz-new-testimonials-section {
    background: white;
    padding: 80px 20px;
}

.yz-new-testimonials-header {
    text-align: center;
    margin-bottom: 50px;
}

.yz-new-testimonials-title {
    font-size: 38px;
    color: #1876ad;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 50px !important;
}

.yz-new-google-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 12px 25px;
    border-radius: 50px;
    margin-top: 15px;
}

.yz-new-google-icon {
    font-size: 24px;
}

.yz-new-rating-stars {
    color: #fbbc05;
    font-size: 20px;
}

.yz-new-rating-text {
    color: #666;
    font-weight: 600;
}

.yz-new-testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: auto;
    transition: all 0.3s ease;
}

.yz-new-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(24, 118, 173, 0.15);
}

.yz-new-testimonial-stars {
    color: #fbbc05;
    font-size: 20px;
    margin-bottom: 20px;
}

.yz-new-testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    min-height: 80px;
}

.yz-new-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.yz-new-author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1876ad, #8bc34a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.yz-new-author-info strong {
    display: block;
    color: #1876ad;
    font-size: 16px;
    margin-bottom: 3px;
}

.yz-new-author-info span {
    color: #999;
    font-size: 14px;
}

.yz-new-view-all {
    text-align: center;
    margin-top: 30px;
}

.yz-new-btn-reviews {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #1876ad, #145a8a);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(24, 118, 173, 0.3);
}

.yz-new-btn-reviews:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(24, 118, 173, 0.4);
    color: #fff;
}

/* === 新版 Footer === */
.yz-footer-new {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);
    color: white;
    padding: 0 60px 0px 50px;
}

.yz-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

.yz-footer-brand {
    padding-right: 30px;
}

.yz-footer-logo {
    width: 200px;
    margin-bottom: 25px;
}

.yz-footer-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 25px;
}

.yz-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.yz-footer-contact-item i {
    color: #ff8c00;
    width: 20px;
}

.yz-footer-section h3 {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.yz-footer-section h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ff8c00;
}

.yz-footer-links {
    list-style: none;
    padding: 0;
}

.yz-footer-links li {
    margin-bottom: 12px;
    padding-left: 0;
}

.yz-footer-links li:before {
    display: none;
    /* 移除舊版可能的li樣式 */
}

.yz-footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.yz-footer-links a:hover {
    color: #8bc34a;
    transform: translateX(5px);
}

.yz-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.yz-social-links {
    display: flex;
    gap: 15px;
}

.yz-social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.yz-social-links a:hover {
    background: #8bc34a;
    transform: translateY(-3px);
}

.yz-copyright {
    color: rgba(255, 255, 255, 0.6);
}


.ft-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}

/* RWD for New Sections */
@media (max-width: 992px) {
    .yz-footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .yz-new-section-title {
        font-size: 32px;
    }

    .yz-new-methods {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .yz-footer-content {
        grid-template-columns: 1fr;
    }

    .yz-footer-bottom {
        flex-direction: column;
        text-align: center;
    }


}

/* Ensure spacing between direct children inside .content to avoid sections touching H2s */
.content>*+* {
    margin-top: 40px;
}

/* Optional: prevent margin collapse for those direct children (uncomment if needed)
.content > * {
    display: flow-root;
}