/*英文字體*/

@font-face {
    font-family: "ProximaNova";
    src: url(../css/fonts/ProximaNova-Regular.otf);
    src: url(../css/fonts/ProximaNova-Regular.ttc);
}

@font-face {
    font-family: "GillSans";
    src: url(../css/fonts/GIL____.TTF);
    /*src: url(../css/fonts/GillSans.ttc);*/
}

@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    overflow: hidden;
    min-height: 100vh;
/*
    -moz-user-select : none;
    -webkit-user-select: none;*/

    /* min-width: 1400px; */
}

.indexbg {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
}

a:hover {
    color: #000;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

h1 {
    font-size: 60px;
    letter-spacing: 2px;
    display: none;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    color: #005959;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 16px;
}


/*start*/

* {
    font-family: 'ProximaNova', '微軟正黑體', '思源黑體';
    /*這樣設定的話會先抓英文字，但中文字沒編碼所以中文會抓第二個*//
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

html {
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    width: 100%;
}

.container {
    /* width: 1300px; */
    /*min-width: 970px;*/
    max-width: none !important;
    padding: 0px;
    line-height: 24px;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}


/*header*/

.navbar-inverse {
    border-bottom: 1px solid #00bc66;
    background-color: rgba(255, 255, 255, 1);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input.flexsearch-input {
    outline: none;
    height: 38px;
    width: 300px;
    border: 1px solid #00bc66;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    color: #00bc66;
    padding-left: 20px;
    font-size: 16px;
}

.flexsearch-submit {
    position: absolute;
    top: 5px;
    right: 5px;
}

.flexsearch-form button {
    outline: none;
    z-index: 1;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 53px;
    height: 38px;
    border-radius: 30px;
    background-color: #00bc66;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.flexsearch-form button:hover {
    background-color: #39945a;
}

.flexsearch-form .glyphicon-search {
    left: 0px;
    color: white;
    font-size: 18px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.flexsearch-form button:hover .glyphicon-search {
    color: #d4eae8;
}

.navbar-inverse .navbar-nav>li>a {
    color: black;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-brand {
    height: auto;
    padding: 5px 0px 5px 15px;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 224px;
    margin-right: 20px;
}

.navbar-brand img{
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #00bc66;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #00bc66;
}

.navbar-inverse .navbar-nav>li:hover .over-menu {
    width: 138px;
}

.over-menu {
    width: 0;
    left: 50%;
    margin-left: -69px;
    bottom: -3px;
    color: #00bc66;
    position: absolute;
    border-bottom: 6px solid #00bc66;
    border-radius: 30px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    z-index: 7;
}

.menu-right-search {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    /* Direction defaults to 'row', so not really necessary to specify */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
}

.nav>li {
    font-size: 15px;
    position: relative;
    /* margin: 0 43px; */
    width: 16.66%;
}

.bg_color{
    margin-top: 6px;
    background: -webkit-linear-gradient(#e4e4e4, white, #e4e4e4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e4e4e4, white, #e4e4e4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e4e4e4, white, #e4e4e4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e4e4e4, white, #e4e4e4); /* Standard syntax */
}

.navbar-nav>li>a {
    padding: 10px 17px;
    /* width: 205px; */
    text-align: center;
}
.interest{
    position: relative;
}
.interest-btn {
    outline: none;
    border-radius: 30px;
    background-color: #00bc66;
    border: 0;
    /*border-bottom-width: 4px;*/
    /*border-bottom: solid #00561f;*/
    padding: 4px 15px 5px;
}

.interest span {
    color: #fff;
    font-size: 18px;
}

.flexsearch-input-wrapper {
    float: left;
    position: relative;
    margin-right: 10px;
}

/*.container>.navbar-header {
    width: 260px;
}*/

.interest-btn:hover {
    background-color: #39945a;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*border-bottom: solid #004c1b;*/
}

#lightSlider > li .banner {
    width: 100%;
    height: 890px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/*Õ¹é_menu*/
.main-meun .subs{
    display: none;
    background-color: #97d5b9;
    position: absolute;
    /*padding: 10px 0px;*/
    width: 156px;
    text-align: center;
    cursor: pointer;
}

.main-meun .subs li{
    border-bottom: 1px solid #fff;
}

.main-meun .subs a:last-child li{
    border-bottom: 0;
}

.main-meun .subs li{
    color: #fff !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-meun .subs li{
    padding: 10px 0px 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3
}

.main-meun{
    position: relative;

}

.main-meun:hover .subs {
    margin-left: -78px;
    left: 50%;
    display: block;
}

.main-meun .subs li:hover{
    /*color: #00bc66 !important;*/
    background-color: #00bc66;
}


/*語言列*/

.lang-transform {
    background-color: #000;
    padding: 3px 0px;
    text-align: right;
}

.lang-tran {

    padding-top: 7px;
    display: inline-flex;

    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-flexbox;
    display: -o-inline-flex;
    display: inline-flex;

    /* Direction defaults to 'row', so not really necessary to specify */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

}

.lang-tran a {
    color: #fff;
    font-size: 14px;
}

.lang-tran li {
    padding-left: 10px;
}

.lang-tran li a{
    color: #00bc66;
    padding-left: 10px;
}

.lang-tran li:first-child:after {
    content: '';
    border-right: 1px solid #00bc66;
    margin-left: 20px;
}


/*首頁banner上的字*/

.main-word .main-title {
    position: absolute;
    top: 340px;
    z-index: 60;
    color: #fff;
    font-weight: 600;
    line-height: 100;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 30px;
    padding-left: 0px;
    text-shadow: 0px 0px 5px #292928;
}

.font_gill h2{
    font-family: "GillSans";
}

.font_gill h3{
    font-family: "GillSans";
}
.font_gill .span_index{
    font-family: "GillSans";
}

/* .main-banner .main-title {
    background-color: rgba(0, 0, 0, 0.5);
} */

.main-word .main-title h2 {
    font-size: 56px;
    letter-spacing: 2px;
}

.main-word .main-title h3{
    line-height: 44px;
    font-size: 36px;
    /*font-weight: bold;*/
    color: #fff;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #fff;
    width: 16px;
    height: 16px;
    box-shadow: inset 3px 3px 3px rgba(20%, 20%, 40%, 0.5);
}

.lSAction>a {
    background-image: url(../css/img/controls.png);
    width: 32px;
    height: 31px;
}

.mouse-down {
    position: absolute;
    top: 500px;
    z-index: 61;
    left: 47.5%;
    width: 88px;
    height: 88px;
    border-radius: 50em;
    border: 3px solid #fff;
    opacity: 0.6;
}

.mouse-round {
    text-align: center;
    padding-top: 15px;
}

.mouse-sqare {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    margin: 10px auto;
    animation-iteration-count: infinite;
}

.menu-newsdiv {
    line-height: 35px;
    cursor: pointer;
}

.menu-newsdiv > a >div {
    background-color: rgba(255, 255, 255,1);
    margin-top: 40px;
    padding: 0;
    z-index: 10;
    box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

.menu-newsdiv > a > div > div:last-child ,
.menu-newsdiv > a > div > div:nth-child(2){
    padding: 0;
}

.menu-newsdiv h6 {
    font-weight: 600;
    margin-top: 15px;
}

.menu-newsdiv span{
    color: white;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.menu-newsdiv h6 {
    color: black;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.menu-newsdiv > a > .col-xs-6 {
    width: 49%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    max-height: 89px;
}

.menu-newsdiv > a:last-child > div {
    float: right;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*.menu-newsdiv > a > .col-xs-6:hover span {
    color: black;
}*/

.menu-newsdiv > a > div > div:nth-child(2){
    padding: 10px;
}

.menu-newsdiv > a> .col-xs-6 img {
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 610px;
    left: 48.5%;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #069f55;
}

.menu-newsdiv span{
    padding: 0px 0px 0px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    margin-bottom: -3px;
}

.menu-newsdiv h6{
    margin-left: 20px;
}

.menu-newsdiv > a >div:hover{
    /*background-color: rgba(255, 255, 255, 0.6);*/
    box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

/*首頁右邊六角形*/

.menu-right {
    margin-top: -450px;
    display: block;
    position: relative;
}

.hexagon {
    background-image: url(../images/hexagonal3.png);
    width: 152px;
    height: 135px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: 153px;
}

.hexagon.imga:hover{
    background-image: url(../images/gre.png);
}
.hexagon.imgb:hover{
    background-image: url(../images/blu.png);
}
.hexagon.imgc:hover{
    background-image: url(../images/red.png);
}
.hexagon.imgd:hover{
    background-image: url(../images/depblu.png);
}
.hexagon.imge:hover{
    background-image: url(../images/org.png);
}

.hexagon.imga.slidimg1{
    background-image: url(../images/gre.png);
}
.hexagon.imgb.slidimg2{
    background-image: url(../images/blu.png);
}
.hexagon.imgc.slidimg3{
    background-image: url(../images/red.png);
}
.hexagon.imgd.slidimg4{
    background-image: url(../images/depblu.png);
}
.hexagon.imge.slidimg5{
    background-image: url(../images/org.png);
}

.hexagon.imga.slidimg11{
    background-image: url(../images/gre.png);
}
.hexagon.imgb.slidimg22{
    background-image: url(../images/blu.png);
}
.hexagon.imgc.slidimg33{
    background-image: url(../images/red.png);
}
.hexagon.imgd.slidimg44{
    background-image: url(../images/depblu.png);
}
.hexagon.imge.slidimg55{
    background-image: url(../images/org.png);
}

.hexagon img {
    padding-top: 28px;
    width: 50px;
}

.hexagon p {
    color: #fff;
    padding-top: 6px;
    letter-spacing: 0px;
    font-size: 14px;
}

.left-six1{
    float: right;
    margin-top: 174px;
}
.left-six {
    margin-right: -25px;
    float: right;
    margin-top: 105px;
}

.main-banner {
    position: relative;
}

.right-six {
    float: right;
    margin-right: -28px;
    margin-top: 33px;
}

.newsdiv-span{
    background-color: #00bc66;
    padding-left: 8px;
    text-align: start;
    margin: 0 auto;
    padding-top: 11px;
    min-height: 89px;
}

/*首頁主要內容*/
.word-index-text .title h2{
    color: #00bc66;
    font-size: 48px;
    line-height: 60px;
}

.word-index-text .title h4{
    color: #00bc66;
    font-size: 24px;
}

.word-index-text .title{
    text-align: center;
}

.word-index-text{
    margin-top: -100px;
    padding-top: 180px;
    position: relative;
}



.main-wrapper .content{
    margin-top: 30px;
}

.main-wrapper .img-roung{
    width: 538px;
    height: 538px;
    border-radius: 50%;
    overflow: hidden;
}

.main-wrapper .img-roung img{
    max-width: 100%;
    height: 100%;
}

.word-index-text h5{
    color: #97d5b9;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 110px;
}

.word-index-text p{
    line-height: 30px;
}

#index-bk-1 .godown,
#about-con .godown{
    width: 1px;
    height: 80px;
    border-right: 1px dashed #97d5b9;
    position: relative;
    margin: 20px 0px;
    margin: 16px auto 60px;
    z-index: 6;
}

#about-con .godown{
    border-right: 0px;
    height: 10px;
}

.down-round{
    position: absolute;
    bottom: -44px;
    width: 55px;
    height: 55px;
    border: 1px dashed #97d5b9;
    border-radius: 50%;
    margin-left: -26px;
    z-index: 666;
}

.down-round-inside{
    width: 44px;
    height: 44px;
    background-color: #97d5b9;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
    position: relative;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.down-round:hover .down-round-inside{
    background-color: #7bb99d;
}

.down-pic{
    position: absolute;
    top: 13px;
    left: 17px;
}

#index-bk-1{
    background-image: url('../images/index-bk-01.png');
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: top center;
}

#index-bk-1  .word-index-text{
    padding-top: 180px;
}

/*service box*/

.service-box .thumbnail .caption .small-title{
    color: #646464;
    font-size: 20px;
    font-weight: 600;
}

.caption >ul{
    padding-left: 6px;
}

.service-box .thumbnail .caption{
    margin: 20px 0px;
}

.service-box .thumbnail .caption > ul li{
    color: #646464;
    list-style-type: disc;
    margin-left: 15px;
    font-size: 15px;
}

.service-box .thumbnail{
    padding: 0;
    height: 430px;
    box-shadow: 0px 2px 11px -2px rgba(88, 88, 88, 0.5);
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.service-box .thumbnail .cover-img{
    max-height: 166px;
    position: relative;
    overflow: hidden;
}

.service-box .thumbnail .cover-img img{
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 166px;
    width: 253px!important;
    min-width: 253px!important;

}

.service-box .hex-box{
    position: absolute;
    bottom: 57%;
    margin-bottom: -1px;
    left: 50%;
    margin-left: -16px;
}
.service-box-item{
    position: relative;
}

.service-box .hex {
    width: 2em;
    height: 3.32em;
    background: #97d5b9;
    cursor: pointer;
    position: relative;
    box-shadow: 2px -1px 18px -4px rgba(88, 88, 88, 0.5);
}

.service-box .hex:before,
.service-box .hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
    top: 0;
    left: 0;
    box-shadow: -1px 0px 9px -7px rgba(86, 86, 86, 0.5);
}

.service-box .hex:before {
    transform: rotate(60deg);
}

.service-box .hex:after {
    transform: rotate(-60deg);
}

.service-box .hex-box span{
    position: absolute;
    left: 0;
    top: 10px;
}

.content .lSSlideOuter .lSPager.lSpg{
    display: none;
}

/*控制lightslider的左右鍵*/
#goToPrevSlide {
    background-position: 0 0;
    left: -35px;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    height: 150px;
    width: 30px;
    position: absolute;
    bottom: 330px;
    cursor: pointer;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

#goToNextSlide{
    background-position: 0 0;
    right: -35px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    height: 150px;
    width: 30px;
    position: absolute;
    bottom: 330px;
    cursor: pointer;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

#goToNextSlide:hover,
#goToPrevSlide:hover{
    opacity: .8;
}

/*能力優勢*/

.advan-roung{
    max-height: 336px;
    max-width: 336px;
    clip-path: circle(336px at center);
    border: 0;
    position: relative;
    border-radius: 50%;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.advan-roung img{
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    height: 100%;
    width: 100%;
}

.img-circle{
    border-radius: 50%;
}

/* .advan-roung span{
    padding-top: 50px;
    position: absolute;
    color: black;
    font-size: 30px;
    top: 46%;
    left: 32%;
} */

.advan-roung div{
    color: black;
    padding-top: 30px;
    font-size: 30px;
}


.advan-box{
    margin-top: 50px;
}

.advan-roung:hover{
    background-repeat: no-repeat;
    background-position: center 45%;
    background-image: url(../images/logo.svg);
    background-color:  black;
}
.advan-roung:hover img{
    opacity: 0.3;
}

/*footer*/

.footer-infor{
    background-color: #142b55;
    margin-top: 100px;
}

.copyright{
    background-color: #111f39;
    padding: 15px 0px;
    text-align: center;
}

.copyright p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: '微軟正黑體';
}

.copyright a{
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.copyright a:hover{
    color: #00bc66;
}

.footer-infor .footer-bar{
    color: #fff;
    padding: 10px 0px;
}

.footer-infor .footer-bar p{
    margin-right: 15px;
    font-family: '微軟正黑體';
}

.footer-infor center img{
    padding: 25px 0px 0px;
}

.main-banner .lSAction,
#service .lSAction{
    display: none !important;
}


.advan-box:nth-child(2) div{
    margin: 0 auto;
}

.service-box .thumbnail:hover .cover-img img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.service-box .thumbnail:hover {
    box-shadow: 0px 2px 11px -2px rgba(88, 88, 88, 0.8);
}

.footer-infor .container{
    position: relative;
}

.backtotop {
    position: fixed;
    right: 3%;
    cursor: pointer;
    bottom: 282px;
    z-index: 999;
}

.backtotop .down-pic {
    position: absolute;
    top: 10px;
    left: 8px;
}

/*服務項目*/

.content-banner .banner {
    width: 100%;
    height: 360px;
    position: relative;
    background-repeat: no-repeat;
    background-size: initial;
    background-attachment: fixed;
    background-position: top center;
}

.content-banner .main-word .main-title h3{
    font-size: 28px;
}

.label-box .label-tab {
    float: left;
    color: #5a5a5a;
}

.label-box .label-tab a{
    width: 182px;
    padding: 6px;
    display: block;
    text-align: center;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-webkit-transition: .3s ease;
    height: 38px;
    outline: none;
    text-decoration: none;
}

 .tabsels >.selected.gotab{
    border: 1px solid #00bc66;
    background-color: #97d5b9;
    color: #fff;

}

.content-banner .main-word .main-title{
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 6;
    color: #fff;
    font-weight: 600;
    line-height: 100;
    padding: 66px 0px;
    height: 360px;
}

.content-banner .main-word .main-title h2{
	margin-top: 118px;
}

.label-box ul li{
    list-style: none;
}

/*.tab-con{
    margin-top: 60px;
}
*/
.tab-con h5{
    font-size: 36px;
    color: #00bc66;
}

.tab-con h6{
    /*font-family: "GillSans";*/
    font-size: 28px;
    color: #00bc66;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    /* Direction defaults to 'row', so not really necessary to specify */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.tab-con .main-title h6:before {
    content: "";
    height: 1px;
    border-top: 1px solid #646464;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
    margin-top: 14px;
}

.tab-con .main-title h6:after {
    content: "";
    height: 1px;
    border-top: 1px solid #646464;
    width: 100%;
    display: inline-block;
    margin-left: 15px;
    margin-top: 14px;
}

.tab-con .page-con{
    margin-top: 30px;
    padding-bottom: 30px;
}

.tab-con .page-con h6{
    font-weight: 600;
    margin-bottom: 20px;
}

.page-con .page-small-title > li{
     color: #1e4896;
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 10px;
}

.page-con .page-small-title > li p{
    color: #000;
    padding-top: 10px;
}

#service-pag .down-round,
#advantage .down-round{
    margin: 0 auto;
    display: table;
    position: relative;
    margin-bottom: 50px;s
}

.fix-top{
    margin-top: -80px;
    padding-top: 140px;
}

.tab-con .ab-title{
    color: #00bc66;
    font-weight: 600;
    margin-bottom: 10px;
}

.quote-note{
    color: #7b7b7b;
    padding-top: 20px;
    display: block;
}


/* shawn  start*/
.main-banner .lSPager.lSpg.container{
    margin: -260px auto 0px !important;
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    left: 0;
    top: 0px;
    z-index: 1;
    text-align: left;
}
.main-banner .lSSlideOuter{
    height: 890px;
}

div.error{
    color: #e42d19;
    font-size: 13px;
}
#contact_mail-error,#contact_name-error,#contact_resh-error,#contact_phone-error{
    position: absolute;
    bottom: 0px;
}
.download .form-box{
    background-position: 98%;
    background-repeat: no-repeat;
    background-image: url('../images/download.svg')
}
.download.okok .form-box{
    background-image: url('../images/download-w.svg')
}
.download:hover .form-box{
    background-image: url('../images/download-w.svg')
}
#form .download.okok .form-box {
    background-color: #97d5b9;
    color: #fff;
}
#gototop{
    text-decoration: none;
    outline: none;
}
#gototop .down-round{
    display: none;
}
#service3,#service4,#service5{
    position: relative;
    z-index: 4;
}
.godown{
    position: relative;
    z-index: 5;
    clear: both;
}
.refimg img{
    cursor: pointer;
}
.new_news {
    margin-bottom: 30px;
}
.advan-box >a>div{
    text-align: center;
}
.nav.navbar-nav{
    margin: 0;
    float: none;
}
#loading{
    display: block;
    clear: both;
    margin: 0 auto;
    width: 88px;
}


.menu-trigger{
    display: none;
}
.advan-title{
    color: black;
    padding-top: 30px;
    font-size: 18px;
}
.nav>li.mob_menu{
    display: none;
}

.tabsels {
    /*position: relative;
    z-index: 55;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    border: 1px solid #f3f3f3;
    margin-top: 35px;
    border-bottom: 0px;
    box-shadow: 3px 3px 10px -5px rgba(20%,20%,40%,0.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;*/
        /* position: relative; */
    position: relative;
    z-index: 55;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    margin-top: 35px;
    border-bottom: 0px;
}


.tabsels >.gotab {
    /*border: 1px solid white;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;*/
    max-width: 232px;
    width: 232px;
    border: 1px solid white;
    text-align: center;
    display: inline-block;
    padding: 10px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    border: 1px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    background-color: white;
    font-size: 14px;
    min-height: 71px;
    vertical-align: middle;
    table-layout: fixed; 
    display: table;
    float: left;
}

#advantage .tabsels >.gotab{
    max-width: 262px;
    width: 262px;
    table-layout: auto;
}

.tabsels >a {
    outline: none;
    text-decoration: none;
}

.tabsels >.gotab:hover {
    border: 1px solid #00bc66;
    background-color: #97d5b9;
    color: #fff;
    position: inherit;
}

/* shawn  over*/

.con-info p{
    display: inline-block;
    margin-left: 20px;
}

.con-info {
    margin-bottom: 10px;
}

/*聯絡我們*/
.contact-send .form-group .form-control,
.contact-send .form-group select{
    border-radius: 6px;
    background-color: #f6f6f6;
    color: #565656;
    font-size: 20px;
    padding: 2px 12px;
    width: 100%;
}

.contact-send{
    margin-top: 30px;
}

.contact-send .col-xs-12 .form-control{
    height: 146px;
}

.contact-send button{
    width: 100%;
    font-size: 20px;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-webkit-transition: .3s ease;
}

.contact-send button[type="reset"]{
    border: 1px solid #5fbe93;
    color: #5fbe93;
}

.contact-send button[type="reset"]:hover{
    background-color: #5fbe93;
    color: #fff;
}

.contact-send button[type="submit"]:hover{
    background-color: #5fbe93;
}

.contact-send button[type="submit"]{
    background-color: #00bc66;
    border: 1px solid #5fbe93;
    color: #fff;
}

.contact-send .form-group{
    margin-bottom: 25px;
}

#contactbox .col-xs-7{
    padding-right: 0px;
}

#contactbox .col-xs-5{
    padding-left: 0px;
}

/*表單*/
#form .form-box{
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 2px 11px -2px rgba(88, 88, 88, 0.5);
    margin-bottom: 10px;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-webkit-transition: .3s ease;
}

.wrapper{
    min-height: calc(100vh - 357px);
}

#form .form-left{
    float: left;
    line-height: 30px;
}

#form .form-right{
    float: right;
}

#form .form-box:hover{
    box-shadow: 0px 2px 11px -2px rgba(88, 88, 88, 0.8);
    background-color: #97d5b9;
    color: #fff;
}

.qa-cicle{
    background-color: #c7c7c7;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    box-shadow: 1px 1px 3px 2px rgba(51, 51, 102, 0.1) inset;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    line-height: 32px;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-webkit-transition: .3s ease;
}

.panel-heading h3{
    font-size: 18px;
    background-color: #f2f2f2;
    padding: 8px 10px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-webkit-transition: .3s ease;
}

.quhide li{
    border: 1px solid #d2d2d2;
    padding: 30px 50px;
    height: auto;
}

.page-small-title {
    margin-left: 22px;
}

.qatitle{
    color: #17c274;
    font-size: 24px;
    margin: 20px 0px;
}

.accordion .qaright{
    float: right;
}

.accordion li{
    list-style: none;
}

.panel-heading{
    padding: 0;
}

.quhide span{
    color: #17c274;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 10px 0px;
}

.qa-hidden{
    margin-top: -1px;
}

li.panel-heading:hover h3,
li.panel-heading.open h3 {
    background-color: #d2d2d2;
}

.panel-heading:hover .qa-cicle,
li.panel-heading.open .qa-cicle{
    background-color: #000;
}

/*新聞中心*/
.newsbox .thumbnail{
    padding: 10px;
    border-radius: 0;
    /*max-height: 450px;*/
    border-right-width: 2px;
    border-bottom-width: 4px;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-webkit-transition: .5s ease;
}

.newsbox .cover-img > img{
    height: 230px;
    width: 100%;
}

.newsbox .cover-img{
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    position: relative;
}

.newsbox .hover-img{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-webkit-transition: .5s ease;
    background-position: 50% 50%;
}

.newsbox .thumbnail:hover .hover-img{
    background-image: url(../images/logo.svg);
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    text-align: center;
}

.newsbox h6{
    display: block;
    line-height: 22px;
    font-size: 19px;
    color: #00bc66;
    font-weight: 600;
    margin-bottom: 4px;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-webkit-transition: .5s ease;
/*     min-height: 45px;
    max-height: 45px; */
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
    word-wrap: break-word;
}

.newsbox .newsflex{
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 4px;
}

.newsbox .newsflex span:before{
    width: 1px;
    height: 100%;
    border-right: 1px solid #a0a0a0;
    content: '';
    margin-right: 4px;
}

.newsbox .caption p{
    color: #464646;
}

.newsbox p.newsnmore{
    text-align: center;
    color: #00bc66;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-webkit-transition: .5s ease;
}

.newsbox .thumbnail:hover .caption h6,
.newsbox .thumbnail:hover p.newsnmore{
    color: #004c1b;
}

.newsbox .thumbnail:hover{
    border-color: #a0a0a0;
}

.newsbox .thumbnail .caption{
    padding: 15px 0px;
    min-height: 164px;
    max-height: 164px;
}

.newsbox .day-circle{
    width: 90px;
    height: 90px;
    border: 1px solid #00bc66;
    border-radius: 50%;
    margin-right: 20px;
    padding: 18px 0px;
    text-align: center;
}

.newsbox h3.title{
    font-size: 36px;
    color: #00bc66;
    font-weight: 600;
    padding-top: 26px;
}

.newsbox .top-title{
    border-bottom: 1px solid #a0a0a0;
    display: inline-flex;
    margin-bottom: 30px;
    padding: 0px 0px 10px 0px;
}

.newsbox .top-title .right{
    float: right;
    text-align: right;
    padding-top: 30px;
    color: #a0a0a0;
}

.month-day{
    color: #00bc66;
}

.month-day p{
    font-size: 28px;
}

.month-day span{
    font-size: 18px;
}

.month-day > span:before{
    height: 1px;
    width: 100%;
    content: '';
    border-bottom: 1px solid #00bc66;
    display: block;
}

.newsbox .back-page .godown{
    position: relative;
    display: table;
    margin: 100px 0px;
}

.newsbox .back-page .back-text{
    color: #00bc66;
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-left: -28px;
}

/*170310 gin新增*/
.footer-logo {
    padding-top: 0px;
    padding-bottom: 35px;
    /*text-align: center;*/
    margin-bottom: 10px;
}





/* 20170315shawn */
.loging{
    display: inline-block;
    /*border-bottom: solid #00561f;*/
    padding: 8px 8px 5px 8px;
    background-color: #00bc66;
    border-radius: 50%;
    /*border-right: 2px solid #00561f;*/
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    vertical-align: middle;
}
.login_group{
    cursor: pointer;
    margin: 0px 10px;
}
.logout{
    cursor: pointer;
    margin: 0px 10px;
}
.logtext{
    color: #00bc66;
    display: inline-block;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    vertical-align: middle;
}
.login_group:hover .loging{
    background-color: #39945a;
}
.login_group:hover .logtext{
    color: #39945a;
}

.logout_group{
    cursor: pointer;
    margin: 0px 10px;
}
.logout_group:hover .loging{
    background-color: #39945a;
}
.logout_group:hover .logtext{
    color: #39945a;
}

.loggo{
    display: none;
    padding: 30px;
    border-radius: 12px;
    background-color: white;
    height: auto;
    z-index: 1050;
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -236px;
}
.cart_loggo{
    display: none;
    padding: 30px;
    border-radius: 12px;
    background-color: white;
    height: auto;
    z-index: 1050;
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -236px;
}
.add_log{
    display: none;
    padding: 30px;
    border-radius: 12px;
    background-color: white;
    height: auto;
    z-index: 1050;
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -236px;
}
.forpass_log{
    display: none;
    padding: 30px;
    border-radius: 12px;
    background-color: white;
    height: auto;
    z-index: 1050;
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -236px;
}
.log_mark{
    display: none;
    z-index: 1049;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.member_ti{
    position: relative;
    color: #00bc66;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3c0c0;
    margin-bottom: 25px;
}
.close_member{
    cursor: pointer;
    font-weight: 100;
    font-size: 20px;
    position: absolute;
    top: -13px;
    right: 0px;
    color: black;
}
.input_group{
    margin-bottom: 15px;
    position: relative;
}
.input_group >input{
    font-size: 18px;
    padding: 15px 0px 15px 60px;
    width: 100%;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 10px;
    border: 1px solid #00bc66;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #00bc66;
    font-size: 18px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #00bc66;
    font-size: 18px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #00bc66;
    font-size: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #00bc66;
    font-size: 18px;
}
.mail_log{
    position: absolute;
    left: 20px;
    top: 18px;
}
.key_log{
    position: absolute;
    left: 20px;
    top: 22px;
}
.input_yinn{
    margin-bottom: 15px;
}
.input_yinn input{
    font-size: 18px;
    margin-left: 15px;
    padding: 15px 0px 15px 15px;
    width: 206px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 10px;
    border: 1px solid #00bc66;
}
.input_yinn img{
    vertical-align: middle;
}
.forget_log{
    cursor: pointer;
    margin-bottom: 15px;
    text-align: right;
    font-size: 14px;
    color: #990000;
}
.member_forget_log{
    cursor: pointer;
    margin-bottom: 15px;
    text-align: right;
    font-size: 14px;
    color: #990000;
}

.vail_button{
    font-weight: bold;
    font-size: 20px;
    color: white;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0px;
    background-color: #89e2b9;
    border: 0px;
    border-bottom: 2px solid #2dcf85;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.vail_button:hover{
    background-color: #0dab60;
}
.add_button{
    margin: 15px 0px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: white;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0px;
    background-color: #7b7b7b;
    border: 0px;
    border-bottom: 2px solid #414141;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.add_button:hover{
    background-color: #0dab60;
}

#log_yim-error,#add_yim-error,#forget_yim-error{
    padding-top: 3px;
    text-align: right;
}
.error{
    padding-top: 3px;
}
.add_title{
    line-height: 20px;
    color:#5b5b5b;
    margin-bottom: 15px;
}

.search_advice{
    line-height: 32px;
    margin: 35px auto 0px;
    width: 560px;
    text-align: center;
    color: #00bc66;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.search_div{
    margin: 0 auto 60px;
    width: 300px;
    float: none;
}
.search_div .flexsearch-input{
    border-radius: 12px;
    width: 300px;
}
.flexsearch-form .search_div button{
    width: 40px;
    border-radius: 12px;
}
.searct_title{
    padding-top: 2px;
    margin-bottom: 15px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 7px;
    margin-right: 25px;
    border-left: 4px solid #97d5b9;
    color: #3b3b3b;
    font-size: 20px;
}
.searct_amount{
    padding-top: 2px;
    margin-bottom: 15px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 7px;
    border-left: 4px solid #97d5b9;
    color: #3b3b3b;
    font-size: 20px;
}
.sear_thead >tr{
    background-color: #819e28;
}

.sear_thead >tr>td:nth-child(1){
    font-size: 18px;
    color: white;
    background-color: #819e28;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
}
.sear_thead >tr>td:nth-child(2){
    font-size: 18px;
    color: white;
    background-color: #819e28;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}
.sear_thead >tr>td:nth-child(3){
    font-size: 18px;
    color: white;
    background-color: #819e28;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}
.sear_thead >tr>td:nth-child(4){
    font-size: 18px;
    color: white;
    background-color: #819e28;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}
.sear_thead >tr>td:nth-child(5){
    font-size: 18px;
    color: white;
    background-color: #819e28;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}

.other_type .sear_thead >tr>td{
    background-color: #9c9c9c;
}
.other_type .sear_tbody>tr{
    border-bottom: 1px solid #9c9c9c;
}

.search_table{
    margin-bottom: 60px;
}
.sear_tbody>tr{
    border-bottom: 1px dashed #bdddad;
}
.sear_tbody>tr>td{
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: normal;
}
.name_td{
    padding-right: 10px;
}
.number_td{
    padding-right: 10px;
}
.check_sear{
    font-size: 13px;
    margin-left: -2px;
    color: #97d5b9;
    display: inline-block;
}
.chick_img{
    display: inline-block;
    width: 32px;
    border-radius: 50%;
    background: #97d5b9;
    height: 29px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.chick_img >img{
    width: 25px;
    padding: 3px 0px 0px 6px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.serach_td:hover .chick_img{
    background-color: #22b975;
}
.serach_td:hover .check_sear{
    color: #22b975;
}
.item_td{
    padding-left: 15px;
}

.mob_item{
    display: none;
}
.mob_name{
    display: none;
}
.mob_number{
    display: none;
}
.mob_serach{
    display: none;
}

.enjon{
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
}
.enjon img{
    width: 18px;
    vertical-align: middle;
}
.enjoy_tit{
    display: inline-block;
    padding-left: 5px;
    color: white;
    vertical-align: middle;
}
.enjoy_button{
    width: 160px;
    padding: 5px 15px 5px 5px;
    border-radius: 16px;
    background-color: #4bcf92;
    border: 0;
    border-bottom-width: 4px;
    border-bottom: solid #5ead7b;
    margin-bottom: 10px;
    outline: none;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}

.search_enjoy{
    margin-top: 35px;
}
.line_search{
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.enjoy_title{
    font-size: 30px;
    margin-bottom: 5px;
}
.enjoy_t2{
    margin-bottom: 5px;
}
.enjoy_t3{
    color: #00bc66;
    margin-bottom: 60px;
}
.back_btn{
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: white;
    border-radius: 16px;
    background-color: #9d9d9d;
    border: 0;
    border-bottom-width: 4px;
    border-bottom: solid #777777;
    width: 158px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.back_btn:hover{
    background-color: #4bcf92;
}
.lab_span1{
    display: inline-block;
    max-width: 27px;
    min-width: 27px;
    height: 27px;
    font-size: 18px;
    color: white;
    padding: 2px 8px;
    border-radius: 6px;
    background-color: #638c0b;
    text-align: center;
}
.lab_span2{
    padding: 0px 8px;
    font-size: 18px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    display: inline-block;
    /*width: calc(100% - 35px);*/
}
.butenjoy{
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.butenjoy[type="checkbox"]:checked +label{
    background-color: #f2f2f2;
}
.enright_title{
    color: #656967;
    font-size: 22px;
    margin-bottom: 10px;
}
.enrighy_advi{
    color: #cf3100;
    margin-bottom: 10px;
}
.lab_sear{
    cursor: pointer;
    padding-left: 30px;
    width: 100%;
}
.group_enjoy{
    position: relative;
    margin-bottom: 10px;
}
.group_enjoy:hover .lab_sear{
    background-color: #f2f2f2;
}
.yes_img{
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    opacity: 0;
    position: absolute;
    left: 3px;
    top: 16px;
}
.group_enjoy:hover .yes_img{
    opacity: 1;
}
.butenjoy[type="checkbox"]:checked +label .yes_img{
    opacity: 1;
}

.right_enjoy{
    box-shadow:inset 0px 3px 0px #4bcf92;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #9c9c9c;
}


#butenjoy1 +label .lab_span1{
    opacity: 0.5;
}
#butenjoy2 +label .lab_span1{
    opacity: 0.6;
}
#butenjoy3 +label .lab_span1{
    opacity: 0.7;
}
#butenjoy4 +label .lab_span1{
    opacity: 0.8;
}
#butenjoy5 +label .lab_span1{
    opacity: 0.9;
}

.no_touch{
    pointer-events: none;
}

.no_touch .lab_span1{
    opacity: 1;
    background-color: #777973;
}
.no_touch .lab_span2{
    color: #ababab;
}

.banimg_ti{
    text-align: right;
    margin-top: -700px;
    position: relative;
    z-index: 1;
}
.span_index{
    display: block;
}

.mob_log{
    padding: 10px 15px;
}
.mob_log >div{
    display: inline-block;
}


.fot_aa{
    text-align: center;
    display: inline-block;
}
.fot_bb{
    text-align: center;
    display: inline-block;
}

.fot_aa span{
    font-size: 16px;
    margin-right: 15px;
}
.fot_bb span{
    font-size: 16px;
    margin-right: 15px;
}


.fot_aa{
    margin-left: 10px;
}
.fot_aa span{
    display: block;
    text-align: left;
}
.fot_bb span{
    display: block;
    text-align: left;
}
.fot_bb{
    margin-left: 10px;
}
/*.footer-logo{
    display: inline-block;
}*/
.footer-logo{
    padding-bottom: 0px;
}

.footer-logo img{
    width: 200px;
}
.wow{
    visibility: hidden;
}




.search_like{
    margin-top: 35px;
}

.search_like .enjoy_button{
    margin: 5px 0px;
}

.enjoy_button:hover{
    background-color:#3dad79;
}


.h5title{
    margin: 30px auto;
    text-align: center;
}
.h5title h5{
    font-size: 36px;
    color: #00bc66;
}

.regist{
    box-shadow: inset 0px 3px 0px #4bcf92;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #9c9c9c;
}
.cart{
    margin-top: 40px;
    box-shadow: inset 0px 3px 0px #4bcf92;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #9c9c9c;
}
.mi_star{
    margin-bottom: 15px;
}

.green_ti{
    line-height: normal;
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
    color: white;
    padding: 3px 0px;
    background-color: #819e28;
}

.redmi {
    color: red;
}

.in_label{
    color: #00bc66;
    width: 100%;
    margin-right: 5px;
    font-weight: 600;
}
.regi_text{
    outline: none;
    border-radius: 6px;
    border: 1px solid #00bc66;
    padding: 5px 15px;
    width: 100%;
}

.member_group{
    margin-bottom: 15px;
}
input[type=radio].rad_tick{
    visibility: hidden;
    width: 0px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: absolute;
    opacity: 0;
}
input[type=radio].rad_tick + label{
    margin: 0px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    border: 1px solid #00bc66;
    width: calc(33% - 3px);
    height: 36px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    text-align: center;
    padding: 5px;
    color: #00bc66;
}
input[type=radio].rad_tick:focus{
    outline: none;
}
input[type=radio].rad_tick + label:hover{
    background-color: #00bc66;
    color: white;
}

input[type=radio].rad_tick:checked + label {
    background-color: #00bc66;
    color: white;
}


input[type=radio].rad_tick:checked + label{
    background-color: #00bc66;
    color: white;
}
/*input[type=radio].radthree + label{
    margin-left: 19px;
}*/


input[type=radio].male_rad + label{
    position: relative;
    /*background: url('../images/male_imga.png') no-repeat 30% 8px;*/
    /*background-size: 18px;*/
    /*padding-left: 10%;*/
}
input[type=radio].male_rad + label:hover{
    /*background: #00bc66 url('../images/male_imga2.png') no-repeat 30% 8px;*/
    /*background-size: 18px;*/
}

input[type=radio].male_rad2 + label{
    position: relative;
    /*background: url('../images/fmale_imga.png') no-repeat 30% 7px;*/
    background-size: 14px;
    /*padding-left: 10%;*/
}
/*input[type=radio].male_rad2 + label:hover{
    background: #00bc66 url('../images/fmale_imga2.png') no-repeat 30% 7px;
    background-size: 14px;
}*/

/*input[type=radio].male_rad:checked + label{
    background: #00bc66 url('../images/male_imga2.png') no-repeat 30% 8px;
    background-size: 18px;
}

input[type=radio].male_rad2:checked + label{
    background: #00bc66 url('../images/fmale_imga2.png') no-repeat 30% 7px;
    background-size: 14px;
}*/



.rad_lab{
    vertical-align: top;
    margin-top: 7px;
}

#twzipcode{
    display: inline-block;
    width: calc(100% - 92px);
}

#twzipcode select{
    padding-left: 15px;
    outline: none;
    border-radius: 6px;
    margin-right: 10px;
    height: 36px;
    border: 1px solid #00bc66;
    width: calc(100% / 3 - 10px);
    color: black;
    font-size: 16px;
}
#twzipcode input{
    outline: none;
    padding-top: 4px;
    padding-left: 15px;
    border-radius: 6px;
    height: 36px;
    border: 1px solid #00bc66;
    width: calc(100% / 3);
    color: black;
    font-size: 16px;
}
#twzipcode input::-webkit-input-placeholder {
    color: black;
    font-size: 16px;
}

#twzipcode input::-moz-placeholder {
    color: black;
    font-size: 16px;
}
#twzipcode input::-ms-input-placeholder {
    color: black;
    font-size: 16px;
}

#twzipcode2 input::-webkit-input-placeholder {
    color: black;
    font-size: 16px;
}

#twzipcode2 input::-moz-placeholder {
    color: black;
    font-size: 16px;
}
#twzipcode2 input::-ms-input-placeholder {
    color: black;
    font-size: 16px;
}


#twzipcode2/*,
#country-code*/{
    display: inline-block;
    width: calc(100% - 92px);
}
/*
#country-code input{
    width: calc(100% / 2 - 3px);
}*/

#twzipcode2 select{
    padding-left: 15px;
    outline: none;
    border-radius: 6px;
    margin-right: 10px;
    height: 36px;
    border: 1px solid #00bc66;
    width: calc(100% / 3 - 10px);
    color: black;
    font-size: 16px;
}
#twzipcode2 input{
    outline: none;
    padding-top: 4px;
    padding-left: 15px;
    border-radius: 6px;
    height: 36px;
    border: 1px solid #00bc66;
    width: calc(100% / 3);
    color: black;
    font-size: 16px;
}


.line-desp{
    display: block;
    border-top: 1px dashed #00bc66;
    margin-top: 15px;
    padding-bottom: 25px
}

.yimj{
    width: calc(50% - 230px);
}
.regist_btn{
    margin: 30px 0px;
    text-align: center;
}
.regist_btn .vail_button{
    width: 50%;
}

#regist_form #county-error{
    padding-left: 0px;
}
#regist_form div.error{
    padding-top: 0px;
    /*padding-left: 90px;*/
}
#regist_form #CT_InvoiceCounty-error.error{
    padding-left: 0px;
}
#regist_form #CT_County-error.error{
    padding-left: 0px;
}

.sel_lab{
    vertical-align: top;
    margin-top: 8px;
}
#regist_form #county2-error{
    padding-left: 0px;
}



.mob_touch {
    line-height: 24px;
    width: 38px;
    display: block;
    position: absolute;
    top:15%;
    left: -38px;
    border: 1px solid #e5e5e5;
    background-color: #97d5b9;
    border-right: 0px;
    padding: 8px;
    font-size: 20px;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.mob_touch{
    display: none;
}

.topic-item{
    padding-right: 25px;
}

.topic-item .panel{
    border-radius: 0px;
    list-style: none;
    border: 0px;
    border-left: 8px solid #97d5b9;
}
.topic-item .list-group{
    border-radius: 0px;
    padding: 10px 20px;
}
.right-title{
    border-left: 8px solid #97d5b9;
    margin-bottom: 25px;
}
.topic-title{
    font-weight: bold;
    font-size: 30px;
    padding: 10px 20px 0px 20px;
    line-height: 30px;
}
.list-group:hover{
    background-color: #97d5b9;
}

.topic-item .list-group.this_li{
    background-color: #97d5b9;
}
.topic-item .list-group >a{
    display: block;
    padding: 10px 20px;
    margin: -10px -20px;
}

.edit{
    margin-top: 60px;
}

.edittitle{
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-left: 8px solid #97d5b9;
    text-align: left;
    font-size: 28px;
    color: #00bc66;
}

.account_edit{
    word-break: break-all;
    color: #00bc66;
}
.flex_edit{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    /* Direction defaults to 'row', so not really necessary to specify */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

    margin-bottom: 25px;
}
.flex_edit .in_label{
    min-width: 80px;
}
.regist_btn .edit_send{
    margin-right: 15px;
    width: calc(50% - 18px);
}
.del_btn{
    margin: 0px;
    margin-left: 15px;
    width: calc(50% - 18px);
}

.member_load{
    padding: 15px;
}
.mem_download .regist{
    min-height: 400px;
}


.mob_cartname{
    display: none;
}
.meth_group{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    /* Direction defaults to 'row', so not really necessary to specify */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

    margin-bottom: 6px;
    background-color: #f2f2f2;
    padding-left: 3px;
}
.thead_cart{
    color: white;
    background-color: #819e28;
}
.thead_cart >tr>th{
    font-size: 17px;
    padding: 3px 0px 2px;
    text-align: center;
}
.tabel_cart{
    border: 1px solid #819e28;
}
.tbody_cart >tr>td{
    vertical-align: middle;
    padding: 15px;
}
.tbody_cart >tr{
    border-bottom: 1px solid #819e28;
}

.method_img >img{
    vertical-align: middle;
    width: 17px;
}
.method_img{
    align-self: center;
}
.method_1{
    align-self: center;
    margin: 0px 5px 0px 5px;
    font-size: 20px;
    color: white;
    background-color: #ccdbac;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    font-family:Microsoft JhengHei;
}

.method_2{
    align-self: center;
    margin: 0px 5px 0px 5px;
    font-size: 20px;
    color: white;
    background-color: #b8cd89;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    font-family:Microsoft JhengHei;
}
.method_3{
    align-self: center;
    margin: 0px 5px 0px 5px;
    font-size: 20px;
    color: white;
    background-color: #9fba62;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    font-family:Microsoft JhengHei;
}

.method_4{
    align-self: center;
    margin: 0px 5px 0px 5px;
    font-size: 20px;
    color: white;
    background-color: #8aac3f;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    font-family:Microsoft JhengHei;
}

.method_5{
    align-self: center;
    margin: 0px 5px 0px 5px;
    font-size: 20px;
    color: white;
    background-color: #769d22;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    font-family:Microsoft JhengHei;
}

.method_6{
    align-self: center;
    margin: 0px 5px 0px 5px;
    font-size: 20px;
    color: white;
    background-color: #638c0b;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    font-family:Microsoft JhengHei;
}

.method_cont{
    background-color:#f2f2f2;
    width: calc(100% - 46px);
    padding: 3px 0px 3px 5px;
}
.del_cart{
    cursor: pointer;
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-left: 1px;
}
.del_gorup{
    text-align: center;
}
.del_cart:hover{
    opacity: 0.5;
}
.totle_cart{
    padding: 10px 0px;
    text-align: right;
}
.totle_cart span{
    font-size: 20px;
    padding: 0px 5px;
    color: #c81010;
}

.cart_top1{
    padding: 0px 15px;
    margin-bottom: 30px;
}
.cart_top2{
    padding: 0px 15px;
}

.cart_phone .regi_text{
    width: calc(100% - 242px);
}
.cart_phone .cart_fingi{
    width: 80px;
}
.fingi_lab{
    width: 40px;
    margin-left: 15px;
}


.cart_btn{
    border-top: 1px dashed #00bc66;
    margin-top: 30px;
    padding-top: 30px;
}

.search_loop{
    outline: none;
    margin: 15px 0px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: white;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0px;
    background-color: #7b7b7b;
    border: 0px;
    border-bottom: 2px solid #414141;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.search_loop:hover{
    background-color: #0dab60;
}

.search_del{
    outline: none;
    margin: 15px 0px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: white;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0px;
    background-color: #7b7b7b;
    border: 0px;
    border-bottom: 2px solid #414141;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.search_del:hover{
    background-color: #0dab60;
}
.cart_btn button{
    margin-left: 5px;
    width: 25%;
}
.cart_btn{
    text-align: right;
}
.flexctt{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    /* Direction defaults to 'row', so not really necessary to specify */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.flexctt >div{
    width: 50%;
}
.flexctt >div:nth-child(1){
    padding-right: 15px;
}
.flexctt >div:nth-child(2){
    padding-left: 15px;
}

.carth5title{
    margin: 30px auto 15px;
    text-align: center;
}
.carth5title h5 {
    font-size: 36px;
    color: #00bc66;
}
.cart_siti{
    text-align: center;
    color: #00bc66;
}

.member_margin{
    margin-top: 115px;
}

.cart_toptitle{
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 24px;
    color: #00bc66;
}
.cart_toptitle span{
    
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    min-width: 26px;
    min-height: 26px;
    line-height: 26px;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    background-color: #00bc66;
}

.active.start-date.disabled {
    cursor: pointer;
    text-decoration: none;
    color: white;
}


.record_date{
    width: 275px;
    font-size: 14px;
    position: relative;
}
.record_date input {
    background-color: rgba(255, 255, 255, 0.8);
    height: 40px;
    text-align: center;
    width: 275px;
    border: 1px solid #819e28;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 6px;
    margin-bottom: 15px;
    outline: none;
    font-family:Microsoft JhengHei;
}
.record_date span {
    pointer-events: none;
    position: absolute;
    top: 6px;
    width: 20px;
    left: 10px;
}
.record_date label {
    pointer-events: none;
    right: 10px;
    position: absolute;
    top: 0px;
    width: 15px;
}
.record_group{
    padding: 10px 15px 0px 15px;
}

.record_group .item_td{
    text-align: center;
}
.record_group .name_td{
    text-align: center;
}
.record_group .sear_thead tr td:nth-child(1){
    text-align: center;
}
.record_group .sear_thead tr td:nth-child(2){
    text-align: center;
}

.record {
    min-height: 450px;
}

.record_dettitle{
    margin: 0 15px 15px 15px;
}
.record_dettitle >div{
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.min_conlink{
    min-height: calc(100vh - 602px);
}

.flexsearch-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 15px;
}
.flexsearch-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 15px;
}
.flexsearch-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 15px;
}
.flexsearch-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 15px;
}

.sear_italic{
    font-style: italic;
}

.common_title{
    color: white;
    background-color: #819e28;
}
.tbody_cart .common_title >td{
    font-size: 17px;
    padding: 3px 0px 2px;
    text-align: center;
}
.common_cont{
    text-align: center;
}














/* CSS-Hack for Internet Explorer 10+（IE10、IE11、Edge） */

_:-ms-lang(x),
#twzipcode select {
    margin-right: 9.5px;
}

_:-ms-lang(x),
#twzipcode2 select {
    margin-right: 9.5px;
}


#mini_cart{
    padding-top: 6px;
    left: -185px;
    z-index: 99;
    position: absolute;
}
.mini_cart_wrap{
    padding: 15px 15px;
    border-radius: 6px;
    box-shadow: 0px 2px 14px -3px rgba(27%, 20%, 40%, 0.5);
    background-color: white;
    width: 520px;
}
/* #mini_cart .meth_group{
    width: 35px;
    margin: 0 auto;
} */
#mini_cart .meth_group:last-child{
    margin-bottom: 0px;
}
.other_mett{
    text-align: center;
}
.shop_btn{
    text-align: center;
}
.shop_btn button{
    width: 50%;
    margin: 20px auto 10px;
    background-color: #00bc66;
}
.search_like .enjoy_button.order_btn{
    background-color: #1e8656;
    pointer-events: none;
}
.enjoy_button.order_btn{
    background-color: #1e8656;
    pointer-events: none;
}
.fflex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    /* Direction defaults to 'row', so not really necessary to specify */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}


.h5_boder_bottom{
    position: relative;
    display: inline-block;
    width: calc(100% - 160px);
    border-bottom: 1px solid #3eb134;
}
.h5_boder_bottom.tt_h5{
    width: 100%;
}
.h5_boder_bottom span{
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #299400;
    position: absolute;
    right: 0px;
    bottom: -6px;
}

.about_smtit{
    font-size: 20px;
    color: #102582;
    margin-bottom: 15px;
}

.median{
    width: 100%;
    margin-top: 10px;
}
.media_group{
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 10px 10px;
    margin-bottom: 5px;
}
.media_group:nth-child(odd){
    margin-right: 15px;
}
/*.media_group:nth-child(even){
    margin-left: 15px;
}*/
.media_group img{
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.media_group p {
    display: table;
}

.right-word h6{
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.del_cart.del{
    font-size: 12px;
}
.tbody_cart >tr>td.del_shop{
    padding: 0px 10px 0px 0px;
}

/*genie新增*/

/*.fot_bb {
    border-right: 1px solid #fff;
}*/

.fot_bb:last-child {
    border: 0;
    margin-left: 0px;
    border-left: 1px solid #fff; 
    padding-left: 10px;
}

#check_policy-error.error {
    padding-left: 0px !important;
}

#inline-popups {
    color: #00bc66;
    font-size: 16px;
}

.checkbox .agreeword{
    color: #3c6552;
    font-weight: 600;
}

.fot_bb a{
    color: white;
}



#hidden-content ol,
#hidden-content-privacy ol{
    padding-left: 20px;
}

#hidden-content,
#hidden-content-privacy {
    max-width: 1200px;
    height: 65vh;
}

.lableft{
    float: left;
    margin-top: 10px;
}

.labright{
    float: left;
    padding: 3px 0px 3px 5px;
}

span.lab_span2.lab-en{
    font-size: 12px;
    display: block;
    padding-top: 0px;
    line-height: 15px;
}

.regist .smail-title h4{
    line-height: 32px;
}
.regist .smail-title h4:nth-child(2){
    font-size: 20px;
}

.regist .smail-title{
    padding-left: 15px;
    padding-right: 15px;
    line-height: 38px;
}
.regist .smail-title p{
    color: black;
}
.regist .smail-title span{
    display: block;
    margin-top: -5px;
    font-size: 12px;
    color: #7d7d7d;
    font-weight: 600;
}

.main-meun .login_group{
    margin: 0px;
}

.mark_aa{
    border: 0px;
    outline: none;
    background-color: white;
    cursor: default;
}
.mark_aa:active{
    outline: none;
}
.mark_aa:focus{
    border: 0px;
    outline: none;
    text-decoration: none;
}
.btn_group{
    max-width: 1200px;
    height: 65vh;
}
.btn_fancy{
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: white;
    margin: 0px;
    padding: 0px;
}
.btn_fancy .glyphicon{

}



.sev_bg{
    background: url('../images/bg_sevi.png') ;
    background-repeat: repeat;
}



.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
    height: 80vh;
    overflow-y: auto;
}

.white-popup h6{
    color: #00bc66;
}

.white-popup{
    line-height: 24px;
}


.fancybox-slide h6{
    color: #00bc66;
}

.fancybox-slide{
    line-height: 24px;
}

.agreeword{  
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}
.fot_bb .agreeword:hover{
    color: #00bc66;
}

.about_bg{
    background: url('../images/bg_service.png') ;
    background-repeat: repeat;
}

#mini_cart .meth_group{
    padding-left: 0px;
    margin-bottom: 0px;
    background-color: white;
}

.news_detsil_ck{
    padding-left: 15px;
    padding-right: 15px;
}

.professionl_bg{
    background: url('../images/bg_professionl.png');
    background-repeat: repeat;
}

.mfp-content{
    max-width: 1250px;
    position: relative;
}
.close_mgg{
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    color: black;
    top: -20px;
    right: 9px;
    position: absolute;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    opacity: 0.8;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
    padding-left: 1.5px;
}
.mfp-close-btn-in .mfp-close{
    display: none;
}

.left-pic >div{
    height: 67px;
    overflow: hidden;
}

.cart_toptitle .mem_add{
    font-size: 16px;
    color: #104ca4;
    background-color: white;
}
.mem_add label{
    cursor: pointer;
    padding-left: 5px;
}

.mobil:hover .lab_sear{
    background-color: white;
}
.mobil:hover .yes_img{
    opacity: 0;
}

.mobil.flexsearch-form .search_div button{
    width: 50px;
}

#searchButton{
    text-align: center;
}
.en_tabb{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 49px;
    width: 200px;
}

.info222 >p:last-child{
    padding-left: 26px;
}
.info222>img{
    position: relative;
    top: 8px;
}

.noen1 >.gotab {
    min-height: auto;
    display: inline-block;
}
.noen1 .en_tabb{
    display: block;
    width: auto;
    height: auto;
}

.flagstrap-icon {
    background: none !important;
    width: 0;
}


#country-en button,
#country-en02 button{
    outline: none;
    border-radius: 0; 
    border: none;
    width: 100%;
}

#country-en button:hover,
#country-en02 button:hover{
    background-color: #fff;
    cursor: pointer;
}

.country-select .regi_text{
    padding: 1px;
}

.country-select .regi_text span{ 
    color: #00bc66;
    font-size: 16px;
}

#member-country{
    display: inline-block;
}

#member-country .regi_text{
    padding-left: 15px;
    outline: none;
    border-radius: 6px;
    margin-right: 0px;
    height: 36px;
    border: 1px solid #00bc66;
    width: calc(100% / 2 - 3px);
    color: black;
    font-size: 16px;
}

div#hidden-content-privacy li,
#hidden-content li {
    color: #2fc882;
}
div#hidden-content-privacy ul,
#hidden-content ul{
    padding-left: 30px;
}

div#hidden-content-privacy li p,
#hidden-content li p{
    color: #4c4c4c;
}

.member-box {
    display: inline-block;
    width: 100%;
}

/* rwd */

/*為了平板顯示正常*/
@media (max-width: 1400px){
.container {
    /* width: 1300px; */
    /*min-width: 970px;*/
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px;
	}
	.main-word .main-title{
		/* width: 15%; */
		top: 300px;
	}
    #lightSlider > li .banner {
        background-position: center;
    }
/*
    .footer-infor .footer-bar {
        display: block;
    }
    .footer-infor .footer-bar p {
        padding: 4px 0px;
    }
*/



}

@media (max-width: 1250px){
    .mfp-inline-holder .mfp-content{
        width: 90%;
    }
    .close_mgg{
        right: -17px;
    }
    
}


@media (max-width: 1240px){
    .main-word .main-title h2{
		font-size: 36px;
	}
	.main-word .main-title h3{
		font-size: 26px;
	}
}

/*žéÁËÊÖ™Cï@Ê¾Õý³£*/
@media (max-width: 1199px){
/*
	.footer-infor .footer-bar p{
		font-size: 12px;
	}
*/
	.navbar-inverse{
		width: 100%!important;
	}
/* 	.menu-right-search{
		margin-right: 15%;
	} */
	.navbar-header,
	.navbar-header img{
		width: 160px;
	}
	/* .navbar-nav>li>a{
		width: 90px;
	} */
/* 	.navbar-inverse .navbar-nav>li>a{
		font-size: 12px;
	} */
/* 	input.flexsearch-input{
		width: 140px;
		font-size: 12px
	} */
	.navbar-inverse .navbar-brand{
		margin-right: 0px;
	}
    .col-xs-offset-1 {
        margin-left: 0px;
    }

    .footer-logo{
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 1240px){
    .service-box .thumbnail .cover-img img{
        width: 100%!important;
        height: auto;
    }
}

/*為了pad顯示正常*/
@media (max-width: 1024px){
    /* .navbar-inverse .navbar-nav>li>a{
        left: 50%;
        margin-left: -45px;
    } */
    .navbar-inverse .navbar-nav>li:hover .over-menu {
        width: 110px;
    }
    .over-menu{
        left: 50%;
        margin-left: -55px;
    }
    .newsdiv-span{
        padding-left: 0px;
    }
    .footer-infor .footer-bar{
        margin-left: 25px;
    }
    .content-banner .main-word .main-title{
        /* width: 1400px; */
        /*top: 109px;  */
    }
    .content-banner .main-word .main-title{
        /*top: 108px;*/
        padding: 84px 0px ;
    }
}



/* @media (max-width: 992px){
	.container {
    	width: auto;
	}
} */

@media screen and (max-width: 1199px){
    .tabsels {
        display: block;
        box-shadow: none;
        border: 0px;
        text-align: left;
    }
    .tabsels >.gotab {
        width: calc(50% - 3px);
        border: 1px solid #f3f3f3;
        margin-right: 3px;
        margin-top: 6px;
        box-shadow: 1px 3px 6px -5px rgba(20%,20%,40%,0.5);
        width: 49%;
        max-width: 100%;
    }
    .tabsels >.gotab:nth-child(even) {
        margin-right: 0px;
        margin-left: 3px;
    }
    .fot_bb{
        display: block;
    }
}

@media screen and (min-width: 1015px) and (max-width: 1200px) {
    .edit #twzipcode{
        padding-top: 10px;
        display: block;
        width: 100%;
    }
    .edit #twzipcode2{
        padding-top: 10px;
        display: block;
        width: 100%;
    }
    .edit .regi_text.address_wid{
        width: 100%;
    }
    .edit .regi_text[name="regist_adress"]{
        width: 100%;
    }
    .edit #twzipcode select {
        padding-left: 3px;
    }
    .edit #twzipcode2 select {
        padding-left: 3px;
    }
    .edit #twzipcode input{
        padding-left: 3px;
    }
    .edit #twzipcode2 input{
        padding-left: 3px;
    }
    .edit .mob_hide{
        display: none;
    }
}

@media screen and (max-width: 1015px){
    /* .mob_touch{
        display: block;
    } */
    .right-con {
        height: 100%;
        position: fixed;
        right: -241px;
        top: 0px;
        width: 311px;
        z-index: 9999;
        background-color: white;
    }
    .right-con.mob_go {
        right: -15px;
    }
    .right-con.mob_go {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .right-con {
        -webkit-transform: translate3d(71px, 0, 0);
        -moz-transform: translate3d(71px, 0, 0);
        transform: translate3d(71px, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .newsbox{
        padding-top: 30px;
    }
    #news .newsbox{
        padding-top: 140px;
    }
    .edit .regist{
        width: 97%;
    }

    .newsbox .top-title {
        display: block;
    }
    .newsbox .top-title .right {
        text-align: left;
        float: left;
    }

     .newsbox .top-title .col-xs-2 {
	    width: 100%;
        padding-left: 0px;
    }
    .footer-infor .footer-bar p {
        margin-right: 0px;
        font-size: 14px;
    }
    .footer-infor .footer-bar p:nth-child(1) {
        width: 100%;
        padding-bottom: 5px;
    }
    .footer-infor .footer-bar p:nth-child(2) {
        width: 100%;
    }
    .footer-infor .footer-bar p:nth-child(3) {
        width: 100%;
        padding-bottom: 5px;
        margin-top: 0px;
    }
    .footer-infor .footer-bar p:nth-child(4) {
        width: 100%;
    }
    .footer-logo {
	    text-align: left;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .other_type .col-md-6{
        width: 100%;
    }
    .fot_aa{
        display: block;
    }
    
    .footer-logo{
        display: block;
    }
    .fot_bb {
        border-right: 0px;
    }
    .fot_bb:last-child {
        margin-left: 10px;
    }
}


@media (max-width: 991px){
    .mob_mistar{
        display: none;
    }
    .right_mob{
        margin-top: 10px;
    }
    .flexctt{
        display: block;
    }
    .flexctt >div {
        width: 100%;
    }
    .flexctt >div:nth-child(1) {
        padding-right: 0px;
    }
    .flexctt >div:nth-child(2) {
        padding-left: 0px;
    }
    .media_group{
        width: 100%;
        float: none;
    }
    .media_group:nth-child(odd){
        margin: 0px 0px 5px 0px;
    }
    .media_group:nth-child(even){
        margin: 0px 0px 5px 0px;
    }


    .menu-right-search{
        display: none;
    }
    .navbar-header{
        width: inherit;
        text-align: center;
        margin: 8px auto 0px;
        padding-bottom: 10px;
    }
    .navbar-brand{
        float: none;
    }
    .navbar-brand>img{
        display: inherit;
        height: 60px!important;
    }
    .navbar-collapse{
        display: none;
    }
    .bg_color{
        background: linear-gradient(white, white, white);
    }
    .nav>li{
        width: 100%;
    }
    .menu-trigger {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 30px;
        left: 33px;
    }
    .bar1, .bar2, .bar3 {
        width: 20px;
        height: 2px;
        background-color: black;
        margin: 4px 0;
        transition: 0.4s;
    }
    .main-meun:hover .subs{
        display: none;
        left: 0px;
        margin-left: 0px;
    }
    .main-meun .subs{
        width: 100%;
        position: relative;
        left: 0px;
        margin-left: 0px;
        background-color: white;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
        color: black;
        background-color: white;
    }
    .over-menu{
        display: none;
    }
    .navbar-inverse .navbar-nav>.main-meun.open >a{
        outline: none;
        color: #00bc66;
    }
    .main-meun .subs li{
        border-top: 1px solid #cccccc;
        font-size: 16px;
        color: #757474 !important;
    }
    .nav>li.mob_menu{
        border-top: 1px solid #cccccc;
        text-align: center;
        display: block;
    }
    .lang-mob{
        padding: 10px 15px;
        display: block;
    }
    .lang-mob a{
        color: #00bc66;
        font-size: 16px;
    }
    .lang-mob span:first-child{
        border-right: 1px solid #00bc66;
        padding-right: 15px;
        margin-right: 12px;
    }
    .bg_color{
        display: none;
    }
    
    .bg_color{
        display: none;
        margin-top: 0px;
    }
    .navbar-inverse .navbar-nav>li>a{
        border-top: 1px solid #cccccc;
    }
    .main-meun .subs li:hover {
        color: white !important;
    }
    _::-webkit-:host:not(:root:root),.input_yinn input {
        width: calc(100% - 135px);
    }
    .flexsearch-input-wrapper{
        margin: 10px auto;
        float: none;
        width: 300px;
    }
    .flexsearch-input-wrapper.search_div{
        margin: 0 auto 60px;
        width: 300px;
        float: none;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width: 768px){
/* 	.container {
    	width: auto;
	} */
    .nav>li {
        /* float: left; */
        /* width: 14%;
        display: inline-flex; */
    }
/*     .navbar-header {
        float: left;
    } */
    .service-box .thumbnail .cover-img img{
        width: 100%!important;

    }

    .edit .regist{
        width: 100%;
    }

    _::-webkit-:host:not(:root:root), input[type=radio].rad_tick + label {
        width: calc(50% - 59px);
    }

    _::-webkit-:host:not(:root:root),.regi_text {
        width: calc(100% - 94px);
    }
    _::-webkit-:host:not(:root:root),#twzipcode {
        width: calc(100% - 94px);
    }
    _::-webkit-:host:not(:root:root),#twzipcode2 {
        width: calc(100% - 94px);
    }
    _::-webkit-:host:not(:root:root),.yimj {
        width: calc(50% - 230px);
    }
    
    .menu-newsdiv > a> .col-xs-6 img{
        max-width: 150px;
        width: 150px;
        margin-left: -39px;
    }
    .group_enjoy:hover .lab_sear{
        background-color: white;
    }
    .group_enjoy:hover .yes_img{
        opacity: 0;
    }
}




@media (max-width: 767px){
    .content-banner .main-word .main-title{
        height: 260px;
        padding: 18px 0px;
    }
    .content-banner .banner{
        height: 260px;
    }
    .label-box ul li{
        width: calc(50% - 10px);
        box-shadow: 3px 3px 10px -5px rgba(20%,20%,40%,0.5);
        border: 1px solid #f3f3f3;
        margin-bottom: 10px;
    }
    .label-box ul li:nth-child(odd){
        margin-right: 10px;
    }
    .label-box .label-tab a{
        width: 100%;
    }
    #goToNextSlide{
        right: -15px;
    }
    #goToPrevSlide{
        left: -13px;
    }
    .advan-title{
        padding-bottom: 60px;
    }
    .word-index-text .title h2{
        font-size: 40px;
    }
    .word-index-text .title h4{
        font-size: 22px;
    }
    .newsbox .cover-img > img{
        height: auto;
    }
    .backtotop > .down-round{
        margin-left: -45px;
    }
    
    .enjoy_t3{
        margin-bottom: 30px;
    }
    .back_btn{
        margin-bottom: 30px;
    }
    
    .loggo,.add_log,.forpass_log,.cart_loggo{
        width: 90%;
        left: 5%;
        margin-left: 0px;
    }
    .input_yinn input{
        width: calc(100% - 134px);
    }
    .member_margin {
        margin-top: 80px;
    }
    .mob_cartname{
        color: #409850;
        display: block;
    }
    .thead_cart{
        display: none;
    }
    .tbody_cart >tr>td{
        padding: 0px 15px 15px 15px;
        display: block
    }
    .tbody_cart >tr>td:nth-child(1){
        padding: 15px;
    }

    .tbody_cart .meth_group:first-child{
        margin-top: 10px;
    }
    .tbody_cart >tr{
        display: block;
        position: relative;
    }
    .del_gorup{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .tbody_cart .common_title{
        display: none;
    }
    .common_cont{
        text-align: left;
    }

    .regist{
        padding: 25px 0px;
        padding-top: 0px;
        border: 0px;
        box-shadow: 0 0 0 0 white;
    }

    .right_enjoy{
        padding: 0px;
        border: 0px;
        box-shadow: 0 0 0 0 white;
    }

    .cart{
        padding: 0px;
        border: 0px;
        box-shadow: 0 0 0 0 white;
    }
    .con-info img{
        vertical-align: middle;
    }
    .con-info p{
        width: calc(100% - 55px);
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
        word-wrap: break-word;
        word-break: break-all;
    }

    .contact-send #form-contact .mob6{
        width: 100%;
    }
    .contact-send #form-contact .col-xs-6{
        padding: 0px;
    }
    .contact-send #form-contact .col-xs-12{
        padding: 0px;
    }

    .contact-send #form-contact .mob_contact_btn{
        padding: 0 15px;
    }



}

@media screen and (max-width: 700px) {
    .copyright {
        padding: 15px 20px;
    }
    .copyright p {
        line-height: 20px;
    }
    .copyright a {
        display: block;
        padding-top: 5px;
    }
    .banimg_ti{
        margin-top: -800px;
    }
    .banimg_ti img{
        width: 140px;
    }



}

@media screen and (min-width: 650px) and (max-width: 991px) {
    .newsdiv-span >span{
        margin-left: -5px;
    }
}


@media screen and (max-width: 650px){
    .search_table{
        border: 1px solid #bdddad;
    }
    .sear_thead{
        display: none;
    }
    .sear_tbody>tr{
        padding-left: 15px;
        padding-top: 5px;
        text-align: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #bdddad;
    }
    .sear_tbody >tr:last-child{
        border-bottom: 0px;
    }
    .item_td{
        padding-left: 0px;
    }
    .sear_tbody>tr>td{
        display: block;
        margin-bottom: 5px;
    }
    .sear_tbody>tr>td.noview{
        display: none;
    }
    .mob_item{
        color: #409850;
        display: block;
    }
    .mob_name{
        color: #409850;
        display: block;
    }
    .mob_number{
        color: #409850;
        display: block;
    }
    .mob_serach{
        color: #409850;
        display: block;
    }
    .search_advice{
        width: 100%;
        text-align: left;
    }
    .search_div{
        margin-bottom: 30px;
    }
    #lightSlider > li .banner {
        background-position: top right;
    }
    .main-word .main-title {
        padding-left: 15px;
        top: 660px;
        position: relative;
        top: -260px;
        text-align: left;
    }
    .main-banner .lSPager.lSpg.container {
        text-align: center;
        margin: -55px auto 0px !important;
    }
    .menu-right{
        text-align: center;
        margin-top: -560px;
    }
    .mob_index{
        padding-top: 245px;
    }
    #index-bk-1  .word-index-text{
        padding-top: 100px;
        margin-top: -80px;
    }
    .menu-newsdiv > a > .col-xs-6{
        width: 100%;
        margin-top: 45px;
    }
    /* .left-six1 {
        display: inline-block;
        float: none;
        margin-top: 158px;
    }
    .left-six {
        display: inline-block;
        margin-right: -25px;
        float: none;
        margin-top: 105px;
    }
    .right-six {
        display: inline-block;
        float: none;
        margin-right: -28px;
        margin-top: 33px;
    } */
    .hexagon{
        background-size: 125px;
        width: 125px;
    }
    .hexagon p{
        padding-top: 5px;
        font-size: 12px;
    }
    .hexagon  >img{
        width: 40px;
        padding-top: 24px;
    }
    .banimg_ti {
        margin-right: 30px;
        margin-top: -940px;
    }
    .main-word .main-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .main-word .main-title h3 {
        line-height: 25px;
        font-size: 16px;
    }
    .span_index {
        display: inline;
    }
    .imga{
        margin-top: -22px;
    }
    .imgc{
        margin-top: -10px;
    }
    .imgb{
        margin-top: -25px;
    }
    .left-six1{
        margin-top: 157px;
    }

    .record_group .item_td{
        text-align: left;
    }
    .record_group .name_td{
        text-align: left;
    }
    .record_group .sear_thead tr td:nth-child(1){
        text-align: left;
    }
    .record_group .sear_thead tr td:nth-child(2){
        text-align: left;
    }
    .edit .record{
        border: 0px;
        box-shadow: 0 0 0 0 white;
        padding-top: 0px;
    }



}

@media (max-width: 614px){
    .label-box ul li{
        width: 100%;
    }
    .label-box ul li:nth-child(odd) {
        margin-right: 0px;
    }
    .tabsels >.gotab {
        width: 100%;
        margin: 5px 0px 0px 0px;
    }
    .tabsels >.gotab:nth-child(even){
        margin-left: 0px;
    }
    .word-index-text p {
        line-height: 25px;
        font-size: 16px;
        text-align: left;
    }
}

@media screen and (max-width: 593px) {
    .newsbox .top-title .col-xs-9 {
        width: 100%;
        padding-left: 0px;
    }
    #twzipcode2{
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    #twzipcode{
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .mob_hide{
        display: none;
    }
    .regi_text.address_wid{
        width: 100%;
    }
    .regi_text[name="regist_adress"]{
        width: 100%;
    }
    #twzipcode select {
        padding-left: 3px;
    }
    #twzipcode2 select {
        padding-left: 3px;
    }
    #twzipcode input{
        padding-left: 3px;
    }
    #twzipcode2 input{
        padding-left: 3px;
    }
    .yimj{
        width: 80px;
    }
    #regist_form #send_adress-error{
        padding-left: 0px;
    }
    #regist_form #regist_adress-error{
        padding-left: 0px;
    }

    input[type=radio].rad_tick + label{
        width: calc(50% - 63px);
    }

    input[type=radio].male_rad + label{
        padding-left: 0px;
        background-image: none;
    }
    input[type=radio].male_rad2 + label{
        padding-left: 0px;
        background-image: none;
    }

    input[type=radio].male_rad + label:hover{
        background-image: none;
    }
    input[type=radio].male_rad2 + label:hover{
        background-image: none;
    }

    input[type=radio].male_rad:checked + label{
        background-image: none;
    }
    input[type=radio].male_rad2:checked + label{
        background-image: none;
    }
    .cart_btn button{
        width: calc(100% / 3 - 9px);
    }

    .edit {
        margin-top: 35px;
    }
    .mem_download .regist {
        min-height: auto;
    }
}

@media screen and (max-width: 500px) {
    /* .lab_span1{
        margin-top: 9px;
        vertical-align: top;
    } */
    /* .yes_img{
        top: 11px;
    }
    .butenjoy[type="checkbox"]:checked +label .lab_span2 {
        background-color:white;
    } */

    .lableft{
        width: 27px;
    }
    .labright{
        width: calc(100% - 27px);
    }
    span.lab_span2.lab-en{
        line-height: 15px;
    }
}

@media screen and (max-width: 480px){
    .menu-right{
        float: left;
    }
    .mob_index {
        padding-top: 0px;
    }
    .cart{
        box-shadow: 0 0 0 0 white;
        border: 0px;
        padding: 0px;
    }
    .cart_toptitle{
        margin-left: 0px;
    }
    .cart_top1{
        padding: 0px;
    }
    .cart_top2{
        padding: 0px;
    }
    .record  .cart_top1 {
        padding: 0px 15px;
    }
    .footer-infor .footer-bar {
        margin-left: 0px;
    }

    .info222>img {
        position: relative;
        top: -6px;
    }
    

}
@media screen and (max-width: 444px) {
    .newsbox h3.title {
        font-size: 23px;
    }
    .newsdiv-span >span {
        margin-left: -5px;
    }
    .cart_phone .regi_text {
        width: calc(100% - 91px);
        margin-bottom: 15px;
    }
    .fingi_lab {
        width: 80px;
        margin-right: 5px;
        margin-left: 0px;
    }
    .cart_phone .cart_fingi{
        margin-bottom: 0px;
        width: calc(100% - 91px);
    }
    .cart_btn button {
        width: 100%;
    }
    .cart_btn {
        text-align: center;
    }
    .search_loop{
        margin: 0px;
    }

    .fot_bb span {
        font-size: 15px;
    }
    .fot_aa span {
        font-size: 15px;
    }
}
@media screen and (max-width: 371px){
    .con-info:nth-child(3) img{
        position: relative;
        top: -9px;
    }
}


@media screen and (max-width: 368px) {
    .yimj {
        width: 60px;
        padding: 5px 8px;
    }
    .yimj_lab{
        width: 65px;
    }
}

@media screen and (max-width: 360px) {
    .hexagon {
        background-size: 110px;
        width: 110px;
    }
    .hexagon >img {
        width: 35px;
    }
    .banimg_ti {
        margin-top: -940px;
    }
    .flexsearch-input-wrapper{
        width: 270px;
    }
    input.flexsearch-input{
        padding-left: 10px;
        width: 270px;
        font-size: 14px;
    }
    .flexsearch-form button{
        width: 46px;
    }
}


@media screen and (max-width: 348px) {
    .footer-infor .footer-bar {
        margin-left: 10px;
    }
}
