﻿@charset "utf-8";
/* CSS Document */

@import "routine.css";
@import "eng_nav.css";

body {
    font-family: "微軟正黑體";
}

ul {
    list-style-type: none;
    padding-left: 0;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
}

/*************************************/

/*                index              */

/*************************************/

/*--------------header---------------*/

header {
    z-index: 50;
    width: 100%;
    background-color: #fff;
    border-top: 8px solid #6dbe4e;
}

.header_right {
    float: right;
    font-size: 16px;
    display: inline-flex;
}

.header_right a {
    padding: 5px 15px;
    color: #000;
    margin-right: 10px;
}

.header_right a i {
    padding-right: 8px;
}

.header_right a:hover {
    text-decoration: underline;
    color: #006cbb;
}

.header_right .languaBox select {
    background-color: #6dbe4e;
    color: #fff;
    border: 0px;
    padding: 5px 10px;
    outline: none;
}

.custom-search input {
    background: url(../eng_img/index/search.png) no-repeat scroll right center;
    padding-right: 25px;
    transition: all 0.5s ease 0s;
    width: 30px;
    float: right;
    border: none;
    box-shadow: none;
    height: auto;
}

.custom-search input:focus {
    width: 100%;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-weight: 300;
    font-size: 32px;
}

@media (max-width:1200px) {
    .custom-search input {
/*
        width: 100%;
        border: 1px solid #eee;
*/
    }
    .mt30 {
        margin-top: 30px;
        margin-left: 20px;
    }
    header .pt20{
        padding-top: 0px;
    }
}

@media (max-width:991px) {
    header {
        position: inherit;
    }
}

@media (max-width:767px) {
    header {
        padding-bottom: 0;
    }
    .custom-search input {
        width: 30px;
        border: none;
    }
}


/*************************************/

/*               banner              */

/*************************************/

.banner_bg {
    background: url(../eng_img/index/index_bg.jpg) top center no-repeat;
    margin: 30px 0px;
}

.banner {
    display: flex;
}

.banner .container {
    top: -20px;
    max-width: 1170px;
    z-index: 1;
    width: 100%
}

.banner a {
    font-size: 80px;
}

.banner .carousel-control {
    padding-top: 20%;
}

@media (max-width:1080px) {
    .banner {
        display: block;
    }
}

@media (max-width:991px) {
    .banner_bg {
        display: contents;
    }
    .banner .container {
        top: -10%;
    }
}

@media (max-width:767px) {
    .banner .carousel-control {
        padding-top: 14%;
    }
    .banner .carousel-control i{
        font-size: 50px;
    }
}

@media (max-width:480px) {
    .banner .carousel-control {
        padding-top: 8%;
    }
}

/*************************************/

/*                news               */

/*************************************/

.news_box h2 {
    text-align: center;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.news_box .news {
    margin-top: 30px;
}

.news_box .left {
    background: linear-gradient(130deg, rgba(109, 190, 78, 1)81%, rgba(0, 138, 221, 1)60%);
    background: -moz-linear-gradient(313deg, rgba(109, 190, 78, 1)81%, rgba(0, 138, 221, 1)60%);
    background: -webkit-linear-gradient(313deg, rgba(109, 190, 78, 1)81%, rgba(0, 138, 221, 1)60%);
    background: -o-linear-gradient(313deg, rgba(109, 190, 78, 1)81%, rgba(0, 138, 221, 1)60%);
    padding: 23px 10px;
    text-align: center;
}

.news_box .left span {
    color: #fff;
}

.news_box .left .date {
    font-size: 26px;
}

.news_box .left .year {
    font-size: 24px;
}

.news_box .right {
    background-color: #ececec;
    padding: 15px 20px;
    display: inline-block;
    min-height: 117px;
    overflow: hidden;
}

.news_box .right span {
    font-size: 18px;
    color: #000;
}

.news_box .more {
    font-size: 17px;
    float: right;
    color: #6dbe4e;
    font-weight: bold;
    margin-top: 10px;
}

.news_box .more img {
    padding-left: 10px;
}

@media (max-width:1200px) {
    .news_box .left {
        width: 100%;
        padding: 10px 0px;
    }
    .news_box .right {
        width: 100%;
    }
}

/*************************************/

/*             products              */

/*************************************/

.container_hp {
    background: url(../eng_img/index/index_bg01.jpg) top center no-repeat;
    background-size: cover;
    min-height: 440px;
    padding-bottom: 1px;
    margin-bottom: 10px;
}


.hp h2 {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}

/*************************************/

/*             company               */

/*************************************/

.index-company {
    background: url(../eng_img/index/index_bg02.jpg) top center no-repeat;
    background-size: cover;
    min-height: 516px;
}

.index-company h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.index-company h2 span {
    font-size: 26px;
    color: #000;
    display: inline-block;
}

.index-company p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: justify;
}

.index-company .text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 60px;
    width: 50%;
    margin-left: 15%;
    padding: 50px 30px;
}

.index-company .more {
    color: #6dbe4e;
    float: right;
}

.index-company img {
    margin-left: 10px;
}


@media (max-width:1200px) {
    .index-company .text {
        width: 100%;
        margin-left: 0;
    }
}


/*************************************/

/*               footer              */

/*************************************/

footer {
    overflow: hidden;
    border-top: 3px solid #6dbe4e;
    padding: 10px 0;
    margin: 3px 0;
    text-align: center;
}

.ft-section-1 ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.ft-section-1 ul li {
    display: inline-block;
    margin-bottom: 10px;
}


.ft-section-2 ul {
    margin-bottom: 0;
}

.ft-section-2 ul li {
    font-size: 16px;
    color: #121212;
    margin-right: 12px;
    line-height: 30px;
    display: inline-block;
}

.ft-section-2 span {
    margin-left: 20px;
    display: inline-block;
}

.cell {
    vertical-align: middle;
}

.ft-section-1 br,
.ft-section-2 > ul > br {
    display: none;
}

.ft_logo {
    display: inline-block;
    margin-top: 15px;
}

.ft_logo img {
    float: right;
    padding-right: 60px;
}


@media (max-width:1200px) {
    footer {
        padding: 10px 0 15px;
    }

    .ft_logo img {
        padding-right: 0px;
    }
}

@media (max-width:992px) {
    .ft-section-2 > ul > br {
        display: block;
    }

    .ft-section-2 ul {
        text-align: center;
    }
}

@media (max-width:768px) {
    .ft-section-2 ul {
        padding-right: 15px;
        padding-left: 15px;
    }


    .ft-section-2 ul li .cell {
        display: inline;
    }

    .ft-section-2 > ul > br {
        display: none;
    }
}

@media (max-width:600px) {
    .ft-section-1 br {
        display: block;
    }

    .ft-img {
        margin-left: 10px;
    }
}

.footer {
    background: #3c3c3c;
    overflow: hidden;
    padding: 10px 0;
}

.footerUl2 {
    list-style-type: none;
    color: #a4a4a4;
    font-size: 16px;
    letter-spacing: 0.03rem;
    padding-left: 5px;
    text-align: center;
    margin-bottom: 0;
}

.footerUl2 li {
    display: inline;
}

.footerUl2 li a {
    color: #a4a4a4;
    font-size: 18px;
    line-height: 25px;
}


.vLine2 {
    color: #a4a4a4;
    font-size: 1.8rem;
}

@media (max-width:1100px) {
    .footerUl2 li {
        display: inherit;
    }

    .vLine2 {
        display: none;
    }
}

@media (max-width: 992px) {
    .footerUl2 {
        text-align: center;
        float: none;
        font-size: 1.6rem;
    }
    .footerUl2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footerUl2 li a {
        font-size: 1.6rem;
    }
}

@media (max-width: 650px) {

    .footerUl2 {
        text-align: center;
        font-size: 1.5rem;
    }

    .footerUl2 li a {
        font-size: 1.4rem;
    }
}




/*************************************/

/*          company page             */

/*************************************/

.about {
    margin-top: 80px;
    margin-bottom: 25px;
}

.right_title {
    background-color: #6dbe4e;
    color: #23660a;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    display: flex;
    margin-bottom: 30px;
}

.right_title i {
    font-size: 28px;
    padding-right: 10px;
}

.news-content img {
    width: 100%;
}

.box {
    background: url(../eng_img/other/bg.jpg) top center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}

.box .container {
    background-color: #fff;
    padding-top: 30px;
}

.box .right {
    margin-left: 20px;
}

.box .right img{
    max-width: 100%;
}

@media (max-width:992px) {
    .about {
        margin-top: 20px;
    }
    .box .right {
        margin-left: 0px;
        /*margin-top: 30px;*/
    }

    .right_title {
        display: none;
    }
}



/*************************************/

/*             News page             */

/*************************************/

.news-list {
    text-align: center;
}

.news-list .div-tr:first-child .div-td {
    color: #fff;
    background: #505050;
/*    font-weight: bold;*/
}

.news-list .date {
    width: 20%
}

.news-list .subject {
    width: 80%;
}

.news-list .div-tr .div-td {
    padding: 6px;
    font-size: 18px;
    color: #313131;
    vertical-align: middle;
    background: #f1f1f1;
    border-top: 1px solid #d2d2d2;
}

.news-list .div-tr .div-td a {
    color: #333333;
}

.news-list .div-tr .div-td a:hover {
    color: #008add;
}

/*---------- News detail ------------*/

.news-detail {
    border-collapse: collapse;
}


.news-detail .div-tr .div-td:first-child {
    width: 25%;
    background: #f1f1f1;
    color: #333333;
    font-weight: bold;
}

.news-detail .div-tr .div-td {
    padding: 10px 15px;
    font-size: 18px;
    color: #333333;
    border: 1px solid #d2d2d2;
}


.news-list .div-tr:nth-of-type(even) {
    background-color: #fff;
}

.news-list .div-tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.newsBack .back {
    float: right;
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 35px;
    margin-top: 50px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
}

.newsBack .back:hover {
    background: #c3e8b5;
    outline: none;
}

@media(max-width:600px){
    .news-list table{
        border: 0px;
    }
    .news-list .div-tr:first-child{
        display: none;
    }
    .news-list .div-tr{
        border: 1px solid #9ac146;
        display: block;
        margin-bottom: 20px;
    }
    .news-list .div-td{
        border-right: 0px;
        display: block;
    }
}

@media (max-width:480px) {
    .news-detail .div-tr .div-td:first-child {
        width: 50%;
    }
    .news-detail .div-tr .div-td {
        width: 50%;
    }
}

/*************************************/

/*              products             */

/*************************************/

.subContent {
    margin-top: 20px;
}

.pro_box {
    width: 30%;
    margin: 20px 1.2% 0;
    display: inline-table;
    background: #fff;
    vertical-align: top;
}

figure {
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    line-height: 241px;
    min-width: 241px;
    min-height: 241px;
}

.pro_box > a > figure > img {
    width: 100%;
     display: inline-block;
}

.pro_box .pro_text {
    text-align: left;
    margin-top: 10px;
}

.pro_box span {
    font-size: 16px;
    color: #252525;
    line-height: 30px;
    padding: 10px 2px;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
}

.pro_box .money_left {
    color: #999999;
    text-align: right;
    display: inline-block;
}

.pro_box .money_right {
    color: #d11919;
    text-align: right;
    display: inline-block;
    font-size: 22px;
}

.pro_box .hp-hover img {
    position: absolute;
    width: 40%;
    margin-top: 30%;
    margin-left: 30%;
    border-radius: 50px;
}

.hp-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgba(20, 20, 20, 0.5);
}

.pro_box:hover .hp-hover {
    opacity: 1;
}

@media (max-width:991px) {
    .pro_box {
        margin: 20px 1.2% 20px;
    }
}

@media (max-width:680px) {
    .pro_box {
        width: 47%;
        margin: 0 1.2% 20px;
    }
}

@media (max-width:587px) {
    .subContent{
        text-align: center;
    }
}

@media (max-width:420px) {
    .pro_box {
        width: 98%;
        margin: 0 1% 15px;
    }
}


/*----- cart ------*/

.cart_box {
    margin-bottom: 250px
}


.cart_box .details {
    background-color: #505050;
    color: #c0bdbd;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}


.cart_box input {
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    margin-top: 7px;
    border-color: #d2d2d2;
}

.cart_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d2d2d2;
}

.cart_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

.cart_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

.cart_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d2d2d2;
}

.cart_box .cart_content {
    padding: 0px;
}

.cart_box .conBtn {
    text-align: center;
    margin-top: 50px;
}

.cart_box .conBtn .btn_con {
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 35px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
    margin: auto 10px;
}

.cart_box .conBtn .btn_con:hover {
    background: #c3e8b5;
    outline: none;
}

.cart-list .div-tr .div-td {
    padding: 15px;
    font-size: 18px;
    color: #313131;
    vertical-align: middle;
    /*background:#ffffff;*/
    border: 1px solid #d2d2d2;
}

.cart-list .div-tr .div-td img {
    float: left;
}

.cart-list .content_text {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 35px;
}

.cart-list .content_text .title {
    color: #333333;
    font-weight: bold;
}

.cart-list .content_text select {
    padding: 0px 30px;
}

.cart-list .subtitle {
    color: #6a6a6a;
    font-weight: 500;
}

.cart-list .subtext {
    color: #333333;
    font-weight: bold;
}

.cart-list a {
    float: right;
    margin: 5%;
    font-size: 28px;
    color: #000;
}

.cart-list .div-tr:nth-child(2n-1) {
    background: #f1f1f1
}

.cart-list .total {
    font-size: 26px;
    margin-top: 20px;
    float: right;
    font-weight: bold;
}

.cart-list .quantity {
    color: #d22b2b;
    margin: 0px 15px;
}

.cart_content .information {
    margin-top: 30px;
    padding: 0px;
}

.cart_box .input_content {
    padding: 0px;
    font-size: 18px;
    border: 1px solid #d2d2d2;
}

.cart_box .input_content .field {
    background-color: #f1f1f1;
    text-align: right;
    padding: 15px;
    color: #333333;
    font-weight: bold;
}

.cart_box .information_text {
    padding: 15px;
    color: #333333;
}

.cart_content .recipient {
    margin-top: 30px;
    padding: 0px;
}

@media (max-width:991px) {
    .cart_box .input_content .field {
        text-align: left;
    }
    .cart_box input {
        margin-bottom: 10px;
    }
}


@media (max-width:767px) {
    .cart_box {
        margin-bottom: 0px
    }
    .cart_box .cart_content {
        margin: 0px;
    }
}

@media (max-width:515px) {
    .cart_box .conBtn .btn_con {
        margin-bottom: 10px;
    }
    .cart_box .conBtn {
        display: grid;
    }
    .cart-list .div-tr .div-td {
        display: grid;
    }
    .cart-list a {
        text-align: center;
    }
}


@media (max-width:450px) {
    .cart_box .conBtn {
        display: grid;
    }
    .cart_box .conBtn .btn_con {
        margin: 0px auto 30px;
        width: 100%;
    }
}


/*************************************/

/*               page               */

/*************************************/

.page {
    text-align: center;
    margin: 30px 0px;
}

.page .pagination > li a {
    color: #d9d9d9;
    margin-right: 15px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 5px 10px;
}


.page .pagination li a:hover {
    color: #fff;
    background: #3b8dc7;
}



/*************************************/

/*          product detail           */

/*************************************/

.slider .big_image {
    padding: 10px;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    min-height: 351px;
    line-height: 351px;
}

.flexslider .slides img {
    display: inline-block;
}

.flex-direction-nav a.flex-next {
    content: url(../eng_img/pro/right.png);
    width: 6%;
}

.flex-direction-nav a.flex-prev {
    content: url(../eng_img/pro/left.png);
    width: 6%;
}

#slider .flex-direction-nav .flex-nav-prev,
#slider .flex-direction-nav .flex-nav-next {
    display: none;
}

#carousel.flexslider .slides img {
    height: auto;
   
}

.flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: 10;
}


#carousel.flexslider .slides > li {
    position: relative;
    border: 1px solid #eee;
    padding: 1px;
}

#carousel.flexslider .slides > li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#carousel.flexslider .slides > li.flex-active-slide .mask {
    display: none;
}

@media (max-width:991px) {
    section.slider {
        max-width: 468px;
        margin: 0 auto;
    }
}

.pro_del span {
    font-size: 20px;
    color: #252525;
    line-height: 30px;
    padding: 10px 2px;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
}

.pro_del .money_left {
    color: #999999;
}

.pro_del .money_right {
    color: #d11919;
    font-size: 28px;
}

.pro_del .pro-info hr {
    background-color: #0b88e1;
    height: 3px;
    margin: 10px 0px;
}

.pro_del .content_left {
    color: #999999;
    font-size: 16px;
}

.pro_del .content_right {
    color: #333333;
    font-size: 16px;
}

.pro_del .pro_btn {
    float: right;
    margin-top: 20px;
    display: inline-block;
    font-size: 17px;
}

.pro_del .btn_pro,.pro_del .btn_del {
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
    margin-right: 20px;
    min-width: 152px;
    display: inline-block;
    text-align: center;
    min-height: 33px;
    line-height: 33px;
    margin: 0 12px;
}

.pro_del .btn_pro:hover,.pro_del .btn_del:hover {
    background: #c3e8b5;
    outline: none;
}

.pro_del .btn_del {
    margin-left: 0;
}

.pro_del .btn_pro {
    margin-right: 0;
}

input#Nums {
    width: 100%;
    margin: 5px 0 0 0;
    height: 31px;
    padding-left: 10px;
    background: #eee;
    border: 1px solid #eee;
}

@media (max-width:450px) {
    .pro_del .pro_btn {
        display: grid;
        width: 100%;
    }
    .pro_del .btn_pro {
        margin-bottom: 30px;
        margin-left: 0px;
    }
    .pro_del .btn_del{
        margin: 0px;
        margin-bottom: 20px;
    }
}


/*************************************/

/*              download             */

/*************************************/

.download-list {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 40px;
}

.download-list .div-tr:first-child .div-td {
    color: #fff;
    background: #505050;
    padding: 8px 15px;
    font-size: 18px;
}

.download-list .no {
    width: 20%;
}

.download-list .subject {
    width: 60%;
}

.download-list .down-icon {
    width: 20%;
}


.download-list > div {
    background: #f1f1f1;
}

.download-list .div-tr .div-td {
    padding: 11px 15px;
    font-size: 18px;
    color: #282828;
    vertical-align: middle;
    border-top: 1px solid #d2d2d2;
}

.download-list .div-tr:first-child .div-td {
    border-bottom: none;
}

.download-list .div-tr .div-td:nth-child(2) {
    text-align: center;
}

.download-list .div-tr .div-td a {
    color: #000;
    display: block;
}

.download-list .div-tr .div-td a:hover {
    color: #0b88e1;
}

.icon-inline {
    display: none;
}

.downloadIcon {
    display: none;
}

.icon-inline2 img {
    position: relative;
    top: 4px;
}

@media (max-width:767px) {
    .download-list {
        text-align: left;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
    }

    .download-list .no,
    .download-list .down-icon {
        display: none;
    }

    .download-list .subject {
        width: 100%;
    }

    .download-list .div-tr .div-td {
        width: 100%;
        float: left;
        border: none;
    }

    .download-list .div-tr .div-td:nth-child(1),
    .download-list .div-tr .div-td:nth-child(3) {
        display: none;
    }

    .icon-inline {
        display: inherit;
        margin-right: 15px;
    }

    .icon-inline2 {
        display: none;
    }

    .download-list .div-tr .div-td {
        font-size: 17px;
    }

    .download-list .div-tr .div-td a {
        display: block;
    }

    .cell-767 {
        display: table-cell;
    }

    .downloadIcon {
        display: table-cell;
        position: relative;
        top: 1px;
    }
}

/*************************************/

/*            contact us             */

/*************************************/

.content-text {
    font-size: 16px;
    color: #1b1b1b;
    margin: 20px 0px;
}

.content-text span {
    color: #e41818;
}

.con_content .form-control {
    background-color: #f1f1f1;
    border: 0px;
    margin-bottom: 12px;
    box-shadow: none;
    padding-left: 5px;
    font-size: 16px;
}


.con_content input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #cfcfcf;
}

.con_content input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cfcfcf;
}

.con_content input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cfcfcf;
}

.con_content input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #cfcfcf;
}

.con_content textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #cfcfcf;
}

.con_content .conBtn {
    text-align: center;
    margin-top: 50px;
}

.con_content .conBtn .btn_con {
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 35px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
    margin: auto 10px;
}

.con_content .conBtn .btn_con:hover {
    background: #c3e8b5;
    outline: none;
}

@media (max-width:450px) {
    .con_content .conBtn {
        display: grid;
    }
    .con_content .conBtn .btn_con {
        margin: 0px auto 30px;
        width: 100%;
    }
}

/*************************************/

/*           breadcrumb-bar          */

/*************************************/

.breadcrumb-bar {
    padding: 14px;
    text-align: right;
    font-size: 16px;
    color: #929292;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-bar a {
    color: #929292;
}

.breadcrumb-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-bar ul li {
    display: inline-block;
}

.breadcrumb-bar i {
    margin-right: 8px;
    font-size: 28px;
}

@media (max-width:768px) {
    .breadcrumb-bar {
        font-size: 16px;
    }
}

@media (max-width:580px) {
    .breadcrumb-bar {
        font-size: 15px;
    }
}

/*************************************/

/*              aside                */

/*************************************/

aside{
    margin-bottom: 30px;
}

.menu-title img {
    background-size: cover;
    width: 100%;
}

.menuTitle h3 {
    display: none;
}

.menuTitle {
    position: relative;
}

.kind {
    width: 100%;
    display: block;
    position: relative;
}


.kind li {
    border-bottom: 1px dashed #b5b5b5;
}

.kind span {
    font-size: 12px;
    border-radius: 999em;
    color: #0b88e1;
    margin: 0px 10px;
    padding-top: 5px;
}

.kind a {
    padding: 10px 0;
    display: flex;
    color: #3f3f3f;
    background-color: #f2f2f2;
    font-size: 17px;
/*    font-weight: bold;*/
}

.kind a:hover {
    color: #fff;
    background-color: #6dbe4e;
}


.upDown {
    display: none;
    color: #a2d600;
}

@media (max-width:991px) {
    .upDown {
        position: absolute;
        right: 30px;
        top: 10px;
        display: inherit;
        color: #fff;
        font-size: 22px;
    }

    .menuTitle {
        cursor: pointer;
    }

    .kind {
        display: none;
    }
    .menu-title img {
        display: none
    }
    .menuTitle h3 {
        display: inline-block;
        color: #fff;
        margin-left: 10px;
        margin-top: 10px;
    }
    .menu-title {
        background-color: #6dbe4e;
    }
}

#submenu,
#submenu ul,
#submenu ul li,
#submenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #submenu ul ul {
        display: none;
    }

    #submenu > ul > li {
        /*	padding: 6px 0;*/
        border-bottom: 1px dashed #b5b5b5;
    }

        #submenu > ul > li > a {
            color: #ffffff;
            padding: 16px 28px 16px 13px;
            cursor: pointer;
            z-index: 2;
            font-size: 18px;
            text-decoration: none;
            /*
	background-color:#ce3434;
	border-top:1px solid #ff8080;
	border-bottom:1px solid #a41313;
*/
            background: #f2f2f2;
            color: #333;
        }

            #submenu > ul > li > a > span {
                color: #0b88e1;
                padding-left: -14px;
                font-size: 14px;
                padding-right: 4px;
            }

            #submenu > ul > li > a:hover,
            #submenu > ul > li.open > a {
                background-color: #6dbe4e;
                color: #fff;
            }

    #submenu ul ul li a {
        cursor: pointer;
        color: #4c4c4c;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        background-color: #e9e9e9;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #dedede;
        z-index: 1;
    }

        #submenu ul ul li a:hover {
            color: #0a88e1;
        }

    #submenu ul ul ul li a {
        padding-left: 60px;
        background-color: #f4f4f4;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #dedede;
    }

    #submenu > ul > li > a .glyphicon {
        color: #ffffff;
        margin-right: 4px;
    }


.menuTrigger {
    display: none;
}

@media screen and (min-width: 767px) {
    #submenu {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    #submenu {
        display: none;
    }

    .menuTrigger {
        display: block;
        font-size: 20px;
        margin-bottom: 7px;
        color: #373737;
        border: 2px solid #6dbe4e;
        font-family: "Futura_Hv_BT";
        cursor: pointer;
    }

        .menuTrigger:before {
            content: '+';
            padding: 12px 0 8px 0;
            width: 40px;
            background: #6dbe4e;
            color: #fff;
            display: inline-block;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            margin-right: 10px;
        }

        .menuTrigger.selected:before {
            content: '-'
        }
}

/*************************************/

/*              login                */

/*************************************/

.login_title {
    background-color: #6dbe4e;
    color: #23660a;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    display: flex;
    margin-bottom: 30px;
}

.login_title i {
    font-size: 28px;
    padding-right: 10px;
}

.login_box p {
    color: #0b88e1;
    font-size: 16px;
    margin-bottom: 20px;
}

.sign_box {
    margin-bottom: 20px;
    padding: 0px;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

.sign {
    padding: 0px;
    border-bottom: 1px solid #d2d2d2;
}

.sign .field_left {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f1f1f1;
}

.sign input {
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    margin: 10px 0px;
    border-color: #d2d2d2;
    padding-left: 5px;
}

.sign input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d2d2d2;
}

.sign input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

.sign input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

.sign input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d2d2d2;
}

.login_box .left {
    border-right: 1px solid #d2d2d2;
    padding: 0px 25px;
}

.login_box .forget {
    color: #216308;
    font-size: 16px;
    text-decoration: underline;
}

.login_box a i {
    color: #78a767;
    font-size: 26px;
    margin-right: 10px;
}


.login_box .login_btn {
    float: right;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 50px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
}

.login_box .login_btn:hover {
    background: #c3e8b5;
    outline: none;
}

.login_box .login_btn a {
    color: #216308;
}

.login_box hr {
    border: 1px solid #d2d2d2;
    margin-top: 80px;
}

.login_box span {
    color: #0b88e1;
    font-size: 16px;
    margin-right: 10px;
}

.login_box .right {
    text-align: center;
    margin: 0px;
}

.login_box h3 {
    color: #0b88e1;
    font-size: 20px;
    font-weight: bold;
    margin: 45px 0px 30px;
    word-spacing: 3px;
}


.login_box .right p {
    color: #828181;
    margin-top: 20px;
}

@media (max-width:991px) {
    .login_box .left {
        border-right: none;
    }
}

@media (max-width:440px) {
    .login_box hr {
        margin-top: 100px;
    }
    .login_box .right img {
        width: 100%;
    }
}

/*----- forgetpassword ------*/

.forget_box {
    margin-bottom: 250px
}

.forget_box p {
    color: #0b88e1;
    font-size: 16px;
    margin: 10px 0px 20px;
    text-align: center;
}

.forget_box .field {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f1f1f1;
}

.forget_box input {
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    margin: 10px 0px;
    border-color: #d2d2d2;
}

.forget_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d2d2d2;
}

.forget_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

.forget_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

.forget_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d2d2d2;
}

.forget_box .forget_content {
    margin: 0px 100px;
}


.forget_box .input_content {
    padding: 0px;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.forget_box .conBtn {
    text-align: center;
    margin-top: 50px;
}

.forget_box .conBtn .btn_con {
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 35px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
    margin-right: 20px;
}

.forget_box .conBtn .btn_con:hover {
    background: #c3e8b5;
    outline: none;
}

@media (max-width:767px) {
    .forget_box {
        margin-bottom: 0px
    }
    .forget_box .forget_content {
        margin: 0px;
    }
}

@media (max-width:408px) {
    .forget_box .conBtn {
        display: grid;
    }
    .forget_box .conBtn .btn_con {
        margin-bottom: 30px;
    }
}

/*------- register --------*/

.register_box p {
    color: #0b88e1;
    font-size: 16px;
    margin: 10px 0px 20px;
    text-align: center;
}

.register_box .red {
    color: #e41818;
}

.register_box .field {
    padding: 22px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f1f1f1;
    text-align: left;
}

.register_box .form-control {
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    margin: 10px 0px;
    border-color: #d2d2d2;
    padding-left: 8px;
}

.register_box .input_content input#authcode {
    margin-top: 25px;
}

.register_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d2d2d2;
}

.register_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

.register_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

.register_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d2d2d2;
}

.register_box .register_content {
    margin: 0px 100px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    overflow: auto;
    border-left: 1px solid #d2d2d2;
}


.register_box .input_content {
    padding: 0px;
    border-bottom: 1px solid #d2d2d2;
}

.register_box .conBtn {
    text-align: center;
    margin-top: 50px;
}

.register_box .conBtn .btn_con {
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 35px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
    margin-right: 20px;
}

.register_box .conBtn .btn_con:hover {
    background: #c3e8b5;
    outline: none;
}

.register_box .type_box span {
    display: inline-block;
}

.register_box .type_box {
    margin-top: 5px;
}

/*----checkbox---*/

.register_box input[type=radio],
input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 18px;
    appearance: none;
    /**css3属性，不支持ie，但不影响使用**/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*border:1px solid #7aa852;*/
    border-radius: 5px;
    outline: 0 !important;
    margin: 0px 5px;
    background-color: #7aa852;
    position: relative;
    top: 5px;
}

.register_box input[type=checkbox]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    /* border: 1px solid #7aa852;
    background-color: #7aa852; */
    border-radius: 5px;
}

.register_box input[type=checkbox]:checked:after {
    content: "\2713";
/*    background-color: #7aa852;*/
    margin: 3px 0 0 0;
    position: relative;
    top: -4px;

}

.register_box #mycheck1:checked:after {
    content: "\2713";
    background-color: #7aa852;
}

.register_box .text {
    color: #4a4a4a;
}

.register_box .others_text {
    border-radius: 5px;
    border-style: none;
    outline: none;
    text-indent: 10px;
    border: 1px solid #DBDBDB;
    margin-bottom: 5px;
    width: 100%
}

/*----checkbox end ---*/

/*----radio---*/

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    color: #333333;
    margin-top: 15px;
}

input[type="radio"] + label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../eng_img/other/radio.png) -3px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked + label span {
    background: url(../eng_img/other/radio.png) -29px top no-repeat;
}

/*----radio end ---*/

@media(max-width:1200px) {
    .register_box .field {
        min-height: 126px;
    }
}

@media(max-width:991px) {
    .register_box .field {
        min-height: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .register_box {
        margin-bottom: 0px
    }
    .register_box .register_content {
        margin: 0px;
    }
}

@media (max-width:408px) {
    .register_box .conBtn {
        display: grid;
    }
    .register_box .conBtn .btn_con {
        margin-bottom: 30px;
    }
}



/*************************************/

/*              member               */

/*************************************/

.member_box {
    margin-bottom: 250px
}

.member_box p {
    color: #0b88e1;
    font-size: 16px;
    margin: 10px 0px 20px;
}

.member_box span {
    color: #e41818;
    display: inline-block;
}

.member_box span label {
    color: #4a4a4a;
}

.member_box .member_content {
    width: 100%;
}

.member_box .field {
    padding: 28px 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f1f1f1;
}

.member_box .field_text {
    padding: 20px 0px;
    font-size: 16px;
    color: #333333;
}

.member_box input {
    margin-top: 5px;
    border-radius: 5px;
    font-size: 16px;
    border-color: #d2d2d2;
    margin-bottom: 10px;
}

.member_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333;
}

.member_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

.member_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

.member_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333;
}

.member_box .input_content {
    padding: 0px;
    border: 1px solid #d2d2d2;
}

.member_box .conBtn {
    text-align: center;
    margin-top: 50px;
}

.member_box .conBtn .btn_con {
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 35px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
    margin: auto 10px;
}

.member_box .conBtn .btn_con:hover {
    background: #c3e8b5;
    outline: none;
}

.member_box .code input {
    width: 45%;
    display: inline-block;
    margin-top: 15px;
}

.member_box .type_box {
    margin-top: 10px;
}


/*----checkbox---*/

.member_box input[type=radio],
input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 18px;
    appearance: none;
    /**css3属性，不支持ie，但不影响使用**/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*border:1px solid #7aa852;*/
    border-radius: 5px;
    outline: 0 !important;
    margin: 0px 5px;
    background-color: #7aa852;
}

.member_box input[type=checkbox]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #7aa852;
    /* background-color: #7aa852; */
    border-radius: 5px;
}

.member_box input[type=checkbox]:checked:after {
    content: "\2713";
    background-color: #7aa852;
}

.member_box .text {
    color: #4a4a4a;
}

.member_box .others_text {
    border-radius: 5px;
    border-style: none;
    outline: none;
    text-indent: 10px;
    border: 1px solid #DBDBDB;
    margin-bottom: 5px;
    color: #333333;
}

/*----checkbox end ---*/

@media(max-width:1200px) {
    .member_box .field {
        min-height: 110px;
    }
}

@media(max-width:991px) {
    .member_box .field {
        min-height: 0px;
        margin-bottom: 10px;
        padding: 15px;
    }
}

@media (max-width:767px) {
    .member_boxx {
        margin-bottom: 0px
    }
    .member_box .member_content .code {
        margin-bottom: 10px;
    }
    .member_box .code input {
        width: 100%;
    }
}

@media (max-width:450px) {
    .member_box .conBtn {
        display: grid;
    }
    .member_box .conBtn .btn_con {
        margin: 0px auto 30px;
        width: 100%;
    }
}


/*************************************/

/*             member01              */

/*************************************/

.member01_box {
    margin-bottom: 250px
}

.member01_box p {
    color: #0b88e1;
    font-size: 16px;
    margin: 10px 0px 20px;
}

.member01_box span {
    color: #e41818;
    display: inline-block;
}

.member01_box span label {
    color: #4a4a4a;
}

.member01_box .member_content {
    width: 100%;
}

.member01_box .field {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f1f1f1;
}

.member01_box .field_text {
    padding: 20px 0px;
    font-size: 16px;
    color: #333333;
}

.member01_box input {
    margin-top: 8px;
    border-radius: 5px;
    font-size: 16px;
    border-color: #d2d2d2;
    margin-bottom: 10px;
}

.member01_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333;
}

.member01_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

.member01_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

.member01_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333;
}


.member01_box .input_content {
    padding: 0px;
    border: 1px solid #d2d2d2;
}

.member01_box .conBtn {
    text-align: center;
    margin-top: 50px;
}

.member01_box .conBtn .btn_con {
    color: #216308;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 35px;
    border: 1px solid #6dbe4e;
    background: linear-gradient(180deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 0.8)0%);
    background: -moz-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    background: -webkit-linear-gradient(270deg, rgba(109, 190, 78, 1)50%, rgba(107, 176, 81, 1)0%);
    background: -o-linear-gradient(270deg, rgba(182, 160, 90, 1)50%, rgba(235, 220, 70, 0.8)0%);
    outline: double #6dbe4e;
    margin: auto 10px;
}

.member01_box .conBtn .btn_con:hover {
    background: #c3e8b5;
    outline: none;
}

.member01_box .code input {
    width: 45%;
    display: inline-block;
}

.member01_box .type_box {
    margin-top: 10px;
}

@media (max-width:767px) {
    .member01_box .member_content .code {
        margin-bottom: 10px;
    }
    .member01_box .code input {
        width: 100%;
    }
}


@media (max-width:450px) {
    .member01_box .conBtn {
        display: grid;
    }
    .member01_box .conBtn .btn_con {
        margin: 0px auto 30px;
        width: 100%;
    }
}


/*************************************/

/*             member02              */

/*************************************/

.member02_box .member02-list {
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
}

.member02-list .div-tr:first-child .div-td {
    background-color: #505050;
    color: #fff;
    font-size: 18px;
}

.member02-list .div-tr:nth-child(even) {
    background-color: #ffffff;
}

.member02-list .div-tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.member02_box .member02-list .div-td {
    padding: 10px;
    border-top: 1px solid #d2d2d2;
    font-size: 16px;
}

.member02_box .member02-list .div-td a {
    color: #0b88e1;
    text-decoration: underline;
}

.member02_box .member02-list .div-td a:hover {
    color: #333333;
}

.member02_box .member02-list .num {
    width: 30%;
}

.member02_box .member02-list .div-td .gray {
    color: #999999;
    font-weight: bold;
    margin-right: 5px;
}

.member02_box .member02-list .div-td .red {
    color: #d11919;
    font-weight: bold;
}

.member02_box .member02-list .cancle_btn {
    width: 20%;
}


.member02_box .member02-list .div-td button {
    padding: 5px 15px;
    border: 0px;
    border-radius: 5px;
    background-color: #0b88e1;
    color: #fff;
}

@media (max-width:620px) {
    .member02-list .div-tr:first-child .div-td {
        display: none;
    }

    .member02_box .member02-list .div-td {
        display: block;
        text-align: center;
        border: 0px;
        padding: 5px 0px 10px;
    }
    .member02_box .member02-list {
        border-collapse: inherit;
    }

}


/*************************************/

/*        Privacy(隱私權宣告)          */

/*************************************/


.tittlePrivacy {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #4a91cd;
}



/*************************************/

/*               other               */

/*************************************/

.text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 10px;
    margin-left: 20px;
}

@media (max-width:992px) {
    aside ul {
        margin-bottom: 25px;
    }
}


/* -------------fixed_slider---------------*/

.fixed_slider {
    position: fixed;
    top: 50%;
    right: 15px;
    margin-top: -220px;
    z-index: 100;
}

.fixSlider_img {
    padding-bottom: 7px;
    text-align: center;
}

.fixSlider_list ul li a {
    display: block;
    position: relative;
}

.redPoint {
    background-color: #ff0000;
    position: absolute;
    right: 1px;
    top: 7px;
    z-index: 999999;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    padding: 3px 5px 1px 5px;
    font-weight: bold;
}

.footer_gotop {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    display: none;
}

.ft-section-2 a {
    color: #121212;
    font-size: 16px;
}

.ft-section-2 a:hover {
    color: #4a91cd;
    
}

@media screen and (max-width:992px) {
    .fixed_slider {
        display: none;
    }

    .footer_gotop {
        display: block;
    }
}

/*-------20211025 mobile search----------*/
.mobileSearch{
	display: none;
}
a.search_mobile{
  color: #ffffff;
  text-decoration: none;
  border: 4px solid #6dbe4e;
  -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
			transition: all .3s ease;   
    position: fixed;
    bottom: 85px;
    right: 23px;
    padding: 0px 7px 2px 9px;
    border-radius: 100%;
    font-size: 30px;
    background: #6dbe4e;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 32%);
	z-index: 100;
}

a.search_mobile:hover{
  color: #FFF;
  background: #6dbe4e;
  -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
				  transition: all .3s ease;  
}

/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 10000;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255,1);
  	border-bottom: 1px solid rgba(255, 255, 255,1);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: "微軟正黑體";
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
	font-size: 25px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	opacity: 0.8;
	font-size: 27px;
  	color: #fff;
	font-family: "微軟正黑體";
}

#search .close:hover{
  color: #6dbe4e;
  cursor: pointer;
}
		
@media (max-width:767px){
    .mobileSearch{
        display: block;
    }
}