body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft JhengHei";
    color: #454545;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

/*************************************/
/*                index              */
/*************************************/

header{
    background-color: #f26031;
}

.logo{
    margin: 20px auto 10px;
}

.sm_logo{
    display: none;
}

/*langBox*/

.langBox{
    text-align: right;
    padding-top: 5px;
}


.langBox span {
    display: inline-block;
}

.langBox span.headLogin a {
    font-size: 17px;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.langBox span.headLogin ul li {
    display: inline-block;
    font-size: 17px;
    color: #333;
}

.langBox span.headLogin ul li span {
    position: relative;
    margin-right: 12px;
}

.btn-select {
    position: relative;
    padding: 0;
    height: 34px;
    width: 41px;
    border-radius: 0;
}

.btn-select:hover{
    background-color: #c94909;
}

.btn-select .btn-select-value {
    padding: 5px 0 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    width: 41px;
    height: 34px;
    text-align: center;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 4px 6px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 16px;
}

.cart_icon {
    position: relative;
    display: inline-block;
}

.cart_icon span{
    position: absolute;
    background-color: #dd0516;
    color: #fff;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    text-align: center;
    right: -5px;
    font-size: 14px;
    top: -1px;
}

/*nav*/

nav .collapse{
    justify-content: flex-end;
    margin-right: 30px;
}

nav.navbar.bootsnav{
    padding-top: 25px;
    padding-right: 0px;
    background-color: #f26031;
    position: relative;
}

.dropdown-toggle::after{
    display: none;
}

@media(max-width:576px){
    nav.navbar.bootsnav .navbar-toggler{
        position: absolute;
        top: -90px;
        z-index: 999;
    }
}



/*searchbox*/

.searchbox {
    min-width: 40px;
    width: 0%;
    float: right;
    overflow: hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    position: absolute;
    right: -10px;
    top: 15px;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #f5f5f5;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 0 0px 20px;
    font-size: 18px;
    color: #282828;
    border-radius: 0;
}

.searchbox-input::-webkit-input-placeholder {
    color: #2b2b2b;
}

.searchbox-input:-moz-placeholder {
    color: #2b2b2b;
}

.searchbox-input::-moz-placeholder {
    color: #2b2b2b;
}

.searchbox-input:-ms-input-placeholder {
    color: #2b2b2b;
}

.searchbox-icon{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #303030;
    background: #f26031;
    border-radius: 0;
}

.searchbox-submit{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #303030;
    background: #fff;
    border-radius: 0;
}

.searchbox-icon {
    font-size: 20px;
}

.searchbox-open {
    width: 100%;
}

@media(max-width:991px){
    .sm_logo{
        display: block;
        float: left;
    }
    .bg_logo{
        display: none;
    }
    .langBox{
        padding-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }
    nav.navbar.bootsnav{
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
    }
    nav .collapse{
        margin-right: 0px;
    }
    .search_box{
        position: relative;
    }
}

@media(max-width:576px){
    .langBox{
        text-align: center;
    }
    .sm_logo{
        float: none;
    }
    .headLogin ul{
        margin-bottom: 5px;
    }
}

/***  banner  ***/

.carousel-indicators li{
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity:1;
    margin: auto 8px;
}

.carousel-indicators .active{
    background-color: #fdd600;
    border: 1px solid #fdd600;
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

.carousel-control-prev-icon{
    background: url(../tw_img/banner/left_arrow.png) no-repeat;
    width: 25px;
    height: 43px;
    margin-top: 80px;
    margin-right: 100px;
}

.carousel-control-next-icon{
    background: url(../tw_img/banner/right_arrow.png) no-repeat;
    width: 25px;
    height: 43px;
    margin-top: 80px;
    margin-left: 100px; 
}

/****   hp  *****/

.hpContent{
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.hpContent h3{
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
}

.hpContent .pro_box p{
    color: #333;
    font-size: 18px;
    margin: 10px auto;
}

.hpContent .pro_box{
    max-width: 302px;
    margin: auto;
}

.hpContent .hp_hover{
   position: absolute;
   opacity: 0;
   max-width: 302px;
}

.hpContent a:hover .hp_hover{
    opacity: 1;
}

.hpContent .owl-dots{
	display: none;
}

.hpContent .owl-theme .owl-nav {
    margin-top: 20px;
    position: initial;
    right: 0;
    display: block;
}

.hpContent .owl-theme .owl-nav .owl-prev{
    background: url(../tw_img/index/left.png);
    width: 69px;
    height: 70px;
    position: absolute;
    top: 140px;
    left: -20px;
}

.hpContent .owl-theme .owl-nav .owl-next{
    background: url(../tw_img/index/right.png);
    width: 69px;
    height: 70px;
    position: absolute;
    top: 140px;
    right: -25px;
}

@media (min-width: 1200px){
    .hpContent .container {
        max-width: 1400px;
    }
}

@media (max-width: 1200px){
    .hpContent .owl-theme .owl-nav .owl-prev{
        top: 100px;
    }
    .hpContent .owl-theme .owl-nav .owl-next{
        top: 100px;
    }
}

@media (max-width: 480px){
    .hpContent .owl-theme .owl-nav .owl-prev{
        top: 140px;
    }
    .hpContent .owl-theme .owl-nav .owl-next{
        top: 140px;
    }
}

/*pro_series01*/

.pro_series01{
    background: url(../tw_img/index/pro_series_bg01.jpg) no-repeat center;
    margin-bottom: 2px;
    padding: 20px;
}

.pro_series02{
    background: url(../tw_img/index/pro_series_bg02.jpg) no-repeat center;
    margin-bottom: 2px;
    padding: 20px;
}

.pro_series03{
    background: url(../tw_img/index/pro_series_bg01.jpg) no-repeat center;
    margin-bottom: 2px;
    padding: 20px;
}

.pro_series .text_box{
    text-align: center;
    align-self: center;
}

.pro_series .text_box .title{
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro_series .text_box .text{
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
}

.pro_series .text_box button{
    border: 1px solid #f26031;
    color: #f26031;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
}

.pro_series .text_box button:hover{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.pro_series .text_box button img{
    vertical-align: inherit;
    margin-left: 5px;
}

@media(max-width:767px){
    .pro_series01{
        background: none;
        background-color: #dbdee5;
    }
    .pro_series02{
        background: none;
        background-color: #d3d6dd;
    }
    .pro_series03{
        background: none;
        background-color: #dbdee5;
    }
}

/*pro_box*/

.pro_box {
    color: #fff;
    margin-bottom: 5px;
}

.pro_box .pro_left{
    min-height: 590px;
    text-align: center;
}

.pro_box .text_box{
    margin-top: 70px;
}

.pro_box .text_box .title{
   font-size: 26px;
   margin-bottom: 8px;
}

.pro_box .text_box .text{
    font-size: 18px;
    margin-bottom: 20px;
}

.pro_box button{
    background-color: #f26031;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 18px;
}

.pro_box button:hover{
    box-shadow: 2px 2px 6px rgba(255,255,255,0.3);
}

.pro_box button img{
    vertical-align: inherit;
    margin-left: 5px;
}

/*************************************/
/*                about              */
/*************************************/

.banner_menu{
    position: relative;
    margin-bottom: 100px;
}

.banner_menu .name{
    position: absolute;
    transform: translate(-50%, -50%);
    top:50%;
    left: 50%;
    font-size: 38px;
    font-weight: bold;
    text-shadow:1px 1px 3px #fff;
    color: #333;
}

.about .title{
    margin: 60px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #003688;
}

.about .text_box .sub{
    font-size: 23px;
    font-weight: bold;
    color: #003688;
    margin-bottom: 10px;
}

.about .text_box .sub img{
    vertical-align: inherit;
}

.about .text_box p{
    font-size: 18px;
}

.about .text_box .text{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.about .text_box .text span{
    color: #003688;
}

.about .bottom_text{
    font-size: 34px;
    font-weight: bold;
    color: #003688;
    text-align: center;
    margin: 70px auto 120px;
}

@media(max-width:1200px){
    .banner_menu{
        margin-bottom: 70px;
    }
	
	.banner_menu .name{
		font-size: 32px;
	}
}

@media(max-width:991px){
    .banner_menu{
        margin-bottom: 50px;
    }
	
	.banner_menu .name{
		font-size: 29px;
	}
}

@media(max-width:576px){
	.banner_menu{
        margin-bottom: 35px;
    }
	
    .banner_menu .name{
        font-size: 24px;
    }
}


/*************************************/
/*                news               */
/*************************************/

.news_box{
    padding: 15px 0px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 4px #ddd;
    position: relative;
    margin-bottom: 60px;
}

.news_box .img_box{
    align-self: center;
    text-align: center;
}

.news_box .title{
    font-size: 24px;
    font-weight: bold;
    color: #2d2d2d;
}

.news_box hr{
    border-color: #eeeeee;
    margin: 5px auto;
}

.news_box .date{
    color: 17px;
    color: #a2a2a2;
    margin-bottom: 5px;
}

.news_box .text{
    font-size: 18px;
    color: #333333;
}

.news_box .more a{
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: inline-block;
    background-color: #f26031;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
}

@media(max-width:1200px){
    .news_box .more{
        text-align: right;
        margin-top: 5px;
    }
    .news_box .more a{
        position: relative;
		font-size: 17px;
    }
}

@media(max-width:767px){
    .news_box .img_box{
        margin-bottom: 10px;
    }	
	.news_box .title{
		font-size: 22px;
	}
}

/*news_del*/

.news_del .title{
    background-color: #f26031;
    font-size: 24px;
    font-weight: bold;
    color: #2d2d2d;
    text-align: center;
    padding: 10px;
}

.news_del .date{
    color: #a2a2a2;
    margin: 20px auto;
    text-align: right;
    font-size: 18px;
}

.news_del img{
    margin-bottom: 40px;
    height: auto !important;
}

.news_del .text_box{
    padding: 10px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px;
}

.news_del .text_box .bold{
    font-weight: bold;
}

.news_del .text_box .red span{
    color: #ae0000;
    margin-right: 20px;
}

.btn_box{
    text-align: center;
    margin-bottom: 80px;
}

.btn_box button{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 4px 25px;
    cursor: pointer;
}

.btn_box button:hover{
    background-color:  #f26031;
    color: #fff;
}

/*************************************/
/*              product              */
/*************************************/

.product{
    margin-bottom: 100px;
}

.product .title{
    font-size: 28px;
    font-weight: bold;
    color: #555;
    text-align: left;
    margin: 0 auto 20px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
	border-bottom: 1px dotted #ddd;
}

.product .product_box{
    margin-bottom: 60px;
    text-align: center;
}

.product p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding:5px 10px;
    text-align: center;
}

.product  a{
    text-decoration: none;
    display: inline-block;
    position: relative;
}

@media screen\0 {
    .product a{
        max-width: 100%;
    }
}

.pro_hov{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.product a:hover .pro_hov{
    background: url(../tw_img/pro/pro_hov.png) center no-repeat;
    background-size: cover;
}


/*************************************/
/*           product detail          */
/*************************************/

.product_del{
    margin-bottom: 60px;
}

.product_del .top_box{
    margin-bottom: 60px;
}

.product_del .img_box img{
    border: 1px solid #dcdcdc;
}

.product_del .top_box .name{
    font-size: 22px;
    color: #333333;
    margin-top: 5px;
}

.product_del .top_box hr{
    margin: 10px auto 15px;
}

.product_del .top_box .icon_box{
    margin-bottom: 20px;
}

.product_del .top_box .data{
    font-size: 18px;
}

.product_del .unit{
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.check_table{
    text-align: center;
    font-size: 18px;
}

.check_table table{
    border: 1px solid #c7c7c7;
}

.table-bordered td, 
.table-bordered th{
    border: 1px solid #c7c7c7;
}

.check_table thead{
    background-color: #353535;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.check_table tbody tr:nth-child(even){
    background-color: #f2f2f2;
}

.check_table .red{
    color: #db0303;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -3px;
    left: -1px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 5px;
}

input[type=checkbox]:checked:before {
    background-color: #f26031;
    border: 0px;
}

.product_del .btn_box{
    text-align: right;
    margin: 80px auto;
}

.product_del .btn_box button{
    margin-left: 30px;
    width: 200px;
    height: 40px;
}

.product_del .owl-theme .owl-nav  .owl-prev{
    background: url(../tw_img/pro/left.png);
    width: 41px;
    height: 41px;
    position: absolute;
    top: 140px;
    left: -20px;
}

.product_del .owl-theme .owl-nav  .owl-next{
    background: url(../tw_img/pro/right.png);
    width: 41px;
    height: 41px;
    position: absolute;
    top: 140px;
    right: -20px;
}

.other_pro .title{
    text-align: center;
    font-size: 26px;
}

.other_pro_box{
    text-align: center;
}

.other_pro_box p{
    font-size: 18px;
}

.other_pro_box button{
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 4px 25px;
    cursor: pointer;
}

.other_pro_box button:hover{
    background-color: #f26031;
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.detail_data .title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.detail_data hr{
    margin-bottom: 80px;
}

.detail_data_box .name{
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
}

.detail_data_box .en_name{
    font-size: 18px;
    margin-bottom: 15px;
    color: #616161;
}

.detail_data_box .data{
    font-size: 17px;
    margin-bottom: 15px;
}

.data_table{
    margin: 50px auto;
    display: inline-block;
    width: 100%;
}

.data_table .table-responsive>.table-bordered{
    border: 1px solid #61a4b1;
    text-align: center;
}

.data_table .table-bordered td,
.data_table .table-bordered th{
    border: 1px solid #61a4b1;
}

.data_table table thead{
    background-color: #064b59;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.data_table table tbody{
    background-color: #f2f2f2;
    font-size: 18px;
}

.data_table table tbody tr:nth-child(odd){
    background-color: #e4f0f2;
}

@media(max-width:767px){
    .product_del table{
        min-width: 600px;
    }
}

@media(max-width:576px){
    .product_del .btn_box{
        margin: 40px auto;
    }
    .product_del .btn_box button{
        margin: 10px auto;
    }
}

/*************************************/
/*           promotions              */
/*************************************/

.promotions{
    margin-top: 60px;
}

.promotions .head_title{
    background-color: #eeeeee;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.promotions .title span{
    position: absolute;
    left: 20px;
    top: 50px;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #eee transparent transparent transparent;
}

.promotions .rank{
    margin-bottom: 40px;
}

.promotions .rank .top_box{
    background-color: #f1f1f1;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.promotions .rank .img_box{
    text-align: center;
    position: relative;
}

.promotions .rank .top{
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.promotions .rank .text_box{
    position: relative;
    padding-left: 0px;
}

.promotions .rank .text_box .title{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.promotions .rank .text_box .detailed{
    font-size: 18px;
    color: #9a9a9a;
    margin-bottom: 5px;
}

.promotions .rank .text_box button{
    position: absolute;
    right: 40px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 4px 60px;
    cursor: pointer;
}

.promotions .rank .text_box button:hover{
    background-color: #f26031;
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.hot_pro{
    margin-bottom: 80px;
}

.hot_pro .hot_pro_box{
    text-align: center;
    margin-bottom: 80px;
}

.hot_pro .hot_pro_box .img_box{
    position: relative;
}

.hot_pro .hot_pro_box .img_box .hot_pro_img{
    border: 1px solid #f1f1f1;
}

.hot_pro .hot_pro_box .img_box .hot{
    position: absolute;
    right: -15px;
    bottom: 20px;
}

.hot_pro .hot_pro_box p{
    margin: 20px auto;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_pro .hot_pro_box button{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
}

.hot_pro .hot_pro_box button:hover{
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

@media(max-width:1200px){
    .promotions .rank .img_box{
        padding-left: 30px;
    }
    .promotions .rank .top{
        right: 0px;
    }
    .promotions .rank .text_box{
        padding-left: 15px;
    }
}

@media(max-width:991px){
    .promotions .rank .top{
        right: 25px;
    }
}

@media(max-width:767px){
    .promotions .row{
        display: block;
    }
    .promotions .rank .text_box{
        padding-left: 30px;
    }
    .promotions .rank .text_box button{
        position: relative;
        right: 0px;
        bottom: 0px;
        margin: 10px auto;
        display: block;
    }
}

@media(max-width:576px){
    .hot_pro .hot_pro_box .img_box .hot{
        right: 15px;
    }
}

/*************************************/
/*             download              */
/*************************************/

.download .table{
    border: 1px solid #c0c0c0;
}

.download .table thead{
    background-color: #313131;
    color: #fff;
    font-size: 18px;
}

.download .table thead th,
.download .table tbody td{
    border-right: 1px solid #c0c0c0;
}

.download .table thead th:first-child,
.download .table tbody td:first-child{
    width: 85%;
}

.download .table thead th:last-child,
.download .table tbody td:last-child{
    text-align: center;
}

.download .table tbody td{
    vertical-align: middle;
    padding: 10px;
}

.download .table tbody tr:nth-child(even){
    background-color: #f3f3f3;
}

.download_box .table a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../tw_img/other/dow.png) no-repeat;
    vertical-align: middle;
}

.download_box .table a:hover{
    background: url(../tw_img/other/dow_hov.png) no-repeat;
}

@media screen and (max-width: 600px) {
    .download table {
      border: 0;
    }
    
    .download table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
    }

    .download table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 16px;
      text-align: left;
    }
    
    .download table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }

    .download .table thead th:first-child, 
    .download .table tbody td:first-child{
        width: 100%;
    }
    .table thead th,
    .table tbody td{
        border-right: 0px;
    }
    .download .table thead th:first-child,
    .download .table tbody td:first-child{
        width: 100%;
    }
    .download .table tbody td{
        border-right: 0px;
    }
}




/*************************************/
/*              content              */
/*************************************/

.content .map{
    background-color: #eaeaea;
    padding: 20px;
    min-height: 324px;
}

.content .map .map_icon{
    text-align: center;
}

.content .map .map_icon p{
    font-size: 24px;
    font-weight: bold;
    margin: 5px auto;
}

.content .map .map_text{
    margin-top: 10px;
	text-align: center;
}

.content .map .map_text p{
    font-size: 18px;
    margin: 2px auto;
}

.content .map .map_text img{
    margin-right: 5px;
}

.con_form{
    font-size: 18px;
    margin: 50px auto;
}

.con_form p{
    font-size: 18px;
}

.con_form .description{
    color: #333333;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.con_form .description span{
    color: #ef1700;
    margin: auto 5px;
}

.content .form-group{
    margin-bottom: 0px;
}

.con_form  input,
.con_form .contact_area{
    background-color: #fff;
    border: 1px solid #dd866b;
    margin-top: 15px;
    width: 100%;
    padding: 8px;
    color:#333;
    font-size: 15px;
}

/*webkit瀏覽器專用*/
.con_form  ::-webkit-input-placeholder { color: #d3d3d3; }
/*Firefox 4-18瀏覽器專用*/
.con_form  input::-moz-placeholder { color: #d3d3d3; }
/*Firefox 19+瀏覽器專用*/
.con_form  input::-moz-placeholder{color:#d3d3d3;}
/*IE10瀏覽器專用*/
.con_form  input:-ms-input-placeholder{color: #d3d3d3;}


textarea::-webkit-input-placeholder { color: #d3d3d3; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #d3d3d3; }

textarea:-ms-input-placeholder { color: #d3d3d3;  }

.contact_form textarea:-ms-input-placeholder{color: #d3d3d3;}


.authcode input{
    margin-top: 7px;
}

.authcode_right{
    margin-top: 12px;
    padding-left: 0px;
}

.contact_btn{
    text-align: center;
    margin: 30px auto 80px;
    display: inline-block;
    width: 100%;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 35px;
}
    
.contact_btn .btn_con:hover{
    background-color: #f26031;
    color: #fff;
}

@media(max-width:576px){
    .authcode_right{
        padding-left: 15px;
    }
    
}

/*************************************/
/*               login               */
/*************************************/

.login{
    margin-bottom: 150px;
}

.login .login_left{
    border-right: 1px solid #c5c9d0;
    padding-right: 30px;
}

.login .login_left .title{
    font-size: 18px;
    margin-bottom: 30px;
    color: #333333;
}

.login .login_left .form_table{
    display: flex;
    align-items: center;
}

.login .login_left .left_label{
    text-align: right;
    width: 80px;
}

.login .login_left .form-group{
    width: 100%;
}

.login .login_left .form-group small{
    margin-left: 15px;
}

.login .login_left input{
    width: 92%;
    margin-left: 15px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
}

/*webkit瀏覽器專用*/
.login  ::-webkit-input-placeholder { color: #c2c2c2; }
/*Firefox 4-18瀏覽器專用*/
.login  input::-moz-placeholder { color: #c2c2c2; }
/*Firefox 19+瀏覽器專用*/
.login  input::-moz-placeholder{color:#c2c2c2;}
/*IE10瀏覽器專用*/
.login  input:-ms-input-placeholder{color: #c2c2c2;}

.login .sign_btn{
    padding: 10px 0px 25px;
    text-align: right;
    border-bottom: 1px dashed #dcdcdc;
}

.login .sign_btn button{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 4px 35px;
    cursor: pointer;
    margin-right: 22px;
}

.login .sign_btn button:hover{
    background-color: #f26031;
    color: #fff;
}

.login .forget{
    font-size: 18px;
    margin-top: 20px;
}

.login .forget a{
    color: #e93700;
}

.login .registered_link{
    float: right;
}

.login .login_right{
    text-align: center;
}

.login .login_right .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.login .login_right .fb{
    background-color: #4863a2;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 400px;
    height: 60px;
    border-radius: 5px;
    line-height: 60px;
    text-decoration: none;
}

.login .login_right .or{
    position: relative;
    width: 75%;
    margin: 30px auto;
}

.login .login_right .or span{
    position: absolute;
    font-size: 18px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 40px;
}

.login .login_right .line{
    background-color: #529c4a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 400px;
    height: 60px;
    border-radius: 5px;
    line-height: 60px;
    text-decoration: none;
}

.login .login_right .terms{
    margin-top: 20px;
    font-size: 18px;
}

.login .login_right .terms a{
    color: #e93700;
}

@media(max-width:1200px){
    .login .login_left .left_label{
        width: 100px;
    }
}

@media(max-width:991px){
    .login .login_right .fb,
    .login .login_right .line{
        width: 250px;
    }
}

@media(max-width:767px){
    .login .login_left{
        border-right: 0px;
        margin-bottom: 30px;
    }
}

/*************************************/
/*             registered            */
/*************************************/

.registered{
    margin-bottom: 150px;
}

.registered .headtitle{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.registered .headtitle img{
    margin-right: 10px;
}

.registered .re_box{
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    padding: 30px;
}

.registered .re_box .title{
    margin-bottom: 10px;
    font-size: 18px;
}

.registered .form_table{
    display: flex;
    align-items: center;
}

.registered .form_table .form-group{
    width: 100%;
}

.registered .form_table input{
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.registered .form_table .left_label{
    min-width: 100px;
    text-align: right;
    margin-right: 10px;
}

.registered .form_table .left_label .red{
    color: #d30808;
}

.registered .form_table .infoData{
    width: 100%;
}

.registered .form_table .pikaday__container{
    width: 100%;
}

.registered .form_table .SMScode{
    display: flex;
    width: 100%;
}

.registered .form_table .SMScode .SMScode_link{
    width: 40%;
    padding-top: 8px;
}

.registered .form_table .SMScode a{
    align-self: center;
    color: #ff0000;
    margin-left: 15px;
}

.registered .form_table .name_box{
    display: flex;
    width: 100%;
}

.registered .form_table .sex_box{
    display: flex;
    width: 100%;
}

.registered .form_table .form-group{
    margin-right: 18px;
}

.registered .radio{
    margin-bottom: .5rem;
    margin-right: 18px;
    margin-left: 5px;
}

.registered .radio input[type="radio"]{
    display: none;
}

.registered .radio label::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 2px;
    margin-left: -20px;
    border-radius: 50%;
    border: 1px solid #f26537;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.registered .radio label::after{
display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 19px;
    top: 6px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #f26537;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.registered .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.add_box .field_box{
    width: 100%;
}

.add_box .field_box .select_box_add{
    display: flex;
    width: 45%;
    margin-bottom: 10px;
}

.add_box .field_box .select_box_add select{
    /*移除箭頭樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  
    /*改變右邊箭頭樣式*/
    background: url("../tw_img/other/drop.png") no-repeat right center;
    
    border:0px;
    width:100%;
    height:34px;
    padding-left:4px;
    padding-right:40px;
    background-color:#fff;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    margin-right: 10px;
}
  
/*IE隱藏箭頭樣式*/
.add_box .field_box .select_box_add select::-ms-expand { 
    display: none; 
}

.registered .authcode_input{
    width: 100%;
}

.registered .registered_btn{
    margin: 40px auto;
    text-align: center;
}

.registered .registered_btn button{
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 4px 25px;
    cursor: pointer;
}

.registered .registered_btn button:hover{
    background-color: #f26031;
    color: #fff;
}

@media(max-width:1200px){
    .registered .form_table .pikaday__container input{
        width: 100%;
    }
    .registered .form_table .SMScode .SMScode_link{
        width: 65%;
    }
}

@media(max-width:991px){
    .registered .form_table .form-group{
        margin-bottom: 10px;
    }
    .registered .form_table .SMScode{
        display: block;
    }
    .registered .form_table .SMScode .SMScode_link{
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 15px;
        width: 100%;
    }
    .add_box .field_box .select_box_add{
        width: 100%;
    }
}

@media(max-width:576px){
    .registered .form_table{
        display: block;
    }
    .registered .form_table .left_label{
        width: auto;
        text-align: left;
    }
    .add_box .field_box .select_box_add{
        display: block;
    }
    .add_box .field_box .select_box_add select{
        margin-bottom: 5px;
    }
}

/*************************************/
/*              forget               */
/*************************************/

.forget .forget_phone .phone_code{
    width: 180px;
    padding-bottom: 10px;
    background-color: #4e4e4e;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 12px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

@media(max-width:991px){
    .forget .forget_phone .phone_code{
        width: 60%;
    }
}

/*************************************/
/*            membership             */
/*************************************/

.membership .title{
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
}

.membership .terms{
    height: 550px;
    padding: 25px;
    border: 1px solid #eeeeee;
    display: inline-block;
    vertical-align: top;
    overflow-y: scroll;
    margin-bottom: 80px;
    font-size: 17px;
}

.membership .terms p{
    margin-bottom: 4px;
}

.membership .terms .sub{
    font-weight: bold;
    font-size: 18px;
    margin: 4px auto;
}

.membership .terms .pd_le{
    padding-left: 15px;
}

/*************************************/
/*              privacy              */
/*************************************/

.privacy .terms{
    height: 550px;
    padding: 25px;
    border: 1px solid #eeeeee;
    display: inline-block;
    vertical-align: top;
    overflow-y: scroll;
    margin-bottom: 100px;
    font-size: 17px;
}

.privacy .terms p{
    margin-bottom: 4px;
}

.privacy .terms .sub{
    font-weight: bold;
    font-size: 18px;
    margin: 4px auto;
}

.privacy .terms .pd_le{
    padding-left: 15px;
}

/*************************************/
/*            member_centre          */
/*************************************/

.member_centre{
    margin-bottom: 80px;
}

.member_centre .form_table{
    display: flex;
    align-items: center;
}

.member_centre .name_box{
    display: flex;
}

.member_centre .form_table .no_input_group{
    margin-bottom: 8px;
}

.member_centre .form_table .form-group{
    width: 100%;
}

.member_centre .form_table .left_label{
    min-width: 100px;
    text-align: right;
    margin-right: 10px;
}

.member_centre .form_table input{
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    background-color: #f6f6f6;
}

.member_centre .infoData{
    width: 100%;
}

.member_centre .pikaday__container{
    width: 100%;
}

.member_centre .form_table .first_name_group{
    width: 50%;
}

.member_centre .form_table .first_name{
    width: 90%;
}

.member_centre_btn{
    text-align: center;
    margin: 50px auto;
}

.member_centre_btn button{
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 5px 15px;
    cursor: pointer
}

.member_centre_btn button:hover{
    background-color: #f26031;
    color: #fff;
}

@media(max-width:1200px){
    .member_centre .form_table input{
        width: 100%;
    }
}

@media(max-width:991px){
    .aside_box{
        margin-bottom: 20px;
    }
}

@media(max-width:767px){
    .member_centre .form_table input{
        width: 100%;
    }
}

@media(max-width:576px){
    .member_centre .form_table{
        display: block;
    }
    .member_centre .form_table .left_label{
        min-width: auto;
    }
}

/*************************************/
/*          change_password          */
/*************************************/

.change_password .red{
    color: #d30808;
}

.change_password .authcode_input{
    width: 100%;
}

.change_password_btn{
    text-align: center;
    margin: 50px auto;
}

.change_password_btn button{
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    width: 130px;
    height: 40px;
    cursor: pointer;
    margin: auto 20px;
}

.change_password_btn button:hover{
    background-color: #f26031;
    color: #fff;
}

/*************************************/
/*          order_tracking           */
/*************************************/

.order_tracking{
    margin-bottom: 100px;
}

.order_tracking .order_number{
    font-size: 18px;
    display: flex;
    align-items: center;
}

.order_tracking .order_number span{
    width: 90px;
}

.order_tracking .order_number form{
    width: 100%;
    display: inline-block;
}

.order_tracking .order_number form input{
    width: 80%;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
    font-size: 15px;
}

.order_tracking .order_number form button{
    background-color: #333333;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 5px 20px;
}

.order_tracking .news{
    font-size: 18px;
    margin: 30px auto 20px;
    color: #333333;
}

.term_order{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 4px 35px;
    cursor: pointer;
    margin: 10px auto 30px;
}

.term_order:hover{
    background-color: #f26031;
    color: #fff;
}

.order_tracking .top_box{
    border-bottom: 1px dashed #b5b5b5;
    margin-bottom: 20px;
}

.order_tracking .bottom_box .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin: 30px 10px;
}

/*panel*/

.order_tracking .panel-group .panel {
    margin-bottom: 20px;
}
  
.order_tracking .panel-default>.panel-heading {
    background-color: #eeeeee;
    font-size: 17px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.order_tracking .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333333;
}
  
.order_tracking .panel-default>.panel-heading a:after {
    content: url(../tw_img/other/order_add.png);
    position: relative;
    top: 1px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
  
.order_tracking .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}
  
.order_tracking .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: url(../tw_img/other/order_minus.png);
}
  
.order_tracking .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: url(../tw_img/other/order_add.png);
}

.order_tracking .panel-default>.panel-heading a img{
      margin-right: 5px;
}

.order_tracking .panel-body{
    font-size: 17px;
}

.order_tracking .panel-body table{
    margin-bottom: 0px;
    border: 1px solid #eeeeee;
}

.order_tracking .panel-body table th{
    background-color: #a7a7a7;
    color: #ffffff;
    border-top: 1px solid #fff;
    width: 20%;
}

.order_tracking .panel-body .red{
    color: #e82020;
}

.order_tracking .panel-body .cancel{
    border: 0px;
    background-color: #f26537;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.order_tracking .commodity_details{
    background-color: #eeeeee;
    color: #333333;
    padding: 10px 20px;
}

.order_tracking .commodity_box{
    border: 1px solid #eeeeee;
    margin-top: -1px;
    padding: 10px;
}

.order_tracking .commodity_box img{
    border: 1px solid #dcdcdc;
}

.order_tracking .commodity_box .text_box .sub{
    font-size: 19px;
}

.order_tracking .commodity_box .text_box .grey{
    color: #6a6a6a;
}

.order_tracking .commodity_box .text_box .bold{
    font-weight: bold;
}

@media(max-width:576px){
    .order_tracking .panel-body table th{
        width: 30%;
    }
}

/*************************************/
/*               cart                */
/*************************************/

.cart_box{
    margin-bottom: 80px;
}

.step{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}

.step .step_box{
    display: inline-block;
    text-align: center;
    margin: auto 60px;
}

.step .step_box p{
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.step .line1{
    left: 295px;
}

.step .line2{
    left: 495px;
}

.step .line3{
    right: 285px;
}

.step .line_ing{
    position: absolute;
    width: 12%;
    display: inline-block;
    height: 5px;
    background: #ffd6c9;
    margin-bottom: 30px;
    top: 40px\0;
}

.step .line_yet{
    position: absolute;
    width: 12%;
    display: inline-block;
    height: 5px;
    background: #eeeeee;
    margin-bottom: 30px;
    top: 40px\0;
}

.cart_box .field{
    margin-bottom: 30px;
}

.grey_field{
    background-color: #eeeeee;
    color: #333333;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}

.cart_box .field_box{
    border: 1px solid #eeeeee;
    margin-top: -1px;
    padding: 10px;
    align-items: center;
    display: flex;
}

.order_details .order_item{
    margin-bottom: 30px;
}

.order_details .field_box .pro{
    text-align: center;
}

.order_details .field_box .pro img{
    border: 1px solid #dcdcdc;
}

.order_details .field_box .text_box{
    padding-top: 10px;
    font-size: 18px;
}

.order_details .field_box .text_box p{
    margin: 5px auto;
}

.order_details .field_box .text_box .sub{
    font-size: 20px;
    font-weight: bold;
}

.order_details .field_box .text_box .grey{
    color: #6a6a6a;
}

.order_details .field_box .text_box .red{
    color: #e82020;
}

.order_details .field_box .text_box .num input{
    width: 15%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.order_details .field_box .del_box{
    align-self: center;
    text-align: center;
}

.order_details .total{
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

.order_details .total span{
    color: #e82020;
}

.cart_box .field .left{
    text-align: right;
    font-weight: bold;
    color: #333333;
    align-self: center;
}

/*--- radio ---*/

.cart_box .radio{
    margin-left: 15px;
}

.cart_box .radio input[type="radio"]{
    display: none;
}

.cart_box .radio label::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 2px;
    margin-left: -20px;
    border-radius: 50%;
    border: 1px solid #dedede;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.cart_box .radio label::after{
display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 19px;
    top: 6px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #535353;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.cart_box .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.cart_box .field input{
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    width: 50%;
    height: 35px;
    font-size: 14px;
}

.cart_box .field  .select_box_add{
    display: flex;
    width: 51%;
    margin-bottom: 10px;
}

.cart_box .select_box_add select{
    /*移除箭頭樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  
    /*改變右邊箭頭樣式*/
    background: url("../tw_img/other/drop.png") no-repeat right center;
    
    border:0px;
    width:100%;
    height:34px;
    padding-left:10px;
    padding-right:40px;
    background-color:#f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    margin-right: 10px;
}
  
/*IE隱藏箭頭樣式*/
.cart_box .select_box_add select::-ms-expand { 
    display: none; 
}

/*webkit瀏覽器專用*/
.cart_box ::-webkit-input-placeholder { color: #c2c2c2; }
/*Firefox 4-18瀏覽器專用*/
.cart_box input::-moz-placeholder { color: #c2c2c2; }
/*Firefox 19+瀏覽器專用*/
.cart_box input::-moz-placeholder{color:#c2c2c2;}
/*IE10瀏覽器專用*/
.cart_box input:-ms-input-placeholder{color: #c2c2c2;}

.cart_box .paper_invoice{
    width: 100%;
    display: flex;
    margin: 15px 35px;
}

.cart_box .paper_invoice .invoice{
    display: flex;
    align-items: center;
    width: 30%;
}

.cart_box .paper_invoice .invoice input{
    margin-left: 10px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    width: 70%;
} 

.cart_box .payment_box .time_box select{
    margin-left: 10px;
    height: 35px;
    border-radius: 0px;
    border: 1px solid #767676;
}

.cart_box .delivery_box .red{
    font-size: 15px;
    color: #d22b2b;
}

.cart_box .delivery_box .radio{
    width: 100%;
}

.cart_box .delivery_box .description{
    width: 100%;
    margin-left: 35px;
}

.cart_box .delivery_box .delivery_time_box{
    display: flex;
    width: 60%;
    margin: 8px auto 20px 35px;
}

.cart_btn{
    margin: 40px auto;
    text-align: right;
}

.cart_btn button{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f26031;
    color: #f26031;
    font-size: 18px;
    padding: 4px 35px;
    cursor: pointer;
    margin-left: 22px;
}

.cart_btn button:hover{
    background-color: #f26031;
    color: #fff;
}

@media(max-width:1200px){
    .step .line1{
        left: 205px;
    }
    
    .step .line2{
        left: 405px;
    }
    
    .step .line3{
        right: 185px;
    }

    .step .line_ing{
        width: 14%;
    }
    
    .step .line_yet{
        width: 14%;    
    }
}

@media(max-width:991px){
    .step{
        display: block;
        text-align: center;
    }

    .step .step_box{
        margin: auto 15px;
    }

    .step .line_ing{
        display: none;
    }
    
    .step .line_yet{
        display: none;   
    }
}

@media(max-width:767px){
    .cart_box .field_box{
        display: block;
    }
    .cart_box .field .left{
        text-align: left;
    }
    .cart_box .field input{
        width: 100%;
    }
    .cart_box .field .select_box_add{
        display: block;
        width: 100%;
    }
    .cart_box .select_box_add select{
        margin-bottom: 10px;
    }
    .cart_box .paper_invoice{
        display: block;
        margin: 15px auto;
    }
    .cart_box .paper_invoice .invoice{
        display: block;
        width: 100%;
    }
    .cart_box .paper_invoice .invoice input{
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
    }
    .cart_box .payment_box .time_box select{
        margin-left: 0px;
        margin-top: 5px;
    }
    .cart_box .delivery_box .description{
        margin: auto;
    }
    .cart_box .delivery_box .delivery_time_box{
        display: block;
        margin: auto 10px;
    }
}

@media(max-width:576px){
    .step .step_box{
        margin-bottom: 10px;
    }
    .step .step_box p{
        font-size: 18px;
    }
}

/*cart_box02*/

.cart_box02{
    margin-bottom: 80px;
}

.cart_box02 .top_box .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cart_box02 .top_box .text{
    font-size: 18px;
    margin-bottom: 20px;
}

.cart_box02 .red{
    color: #d22b2b;
}

.cart_box02 .grey_field img{
    margin-right: 10px;
}

.cart_box02 .field_box{
    border: 1px solid #eeeeee;
    margin-top: -1px;
    padding: 10px;
    align-items: center;
    display: flex;
}

.cart_box02 .commodity_box{
    border: 1px solid #eeeeee;
    margin-top: -1px;
    padding: 10px;
}

.cart_box02 .commodity_box .pro{
    text-align: center;
}

.cart_box02 .commodity_box img{
    border: 1px solid #dcdcdc;
}

.cart_box02 .commodity_box .text_box .sub{
    font-size: 19px;
}

.cart_box02 .commodity_box .text_box .grey{
    color: #6a6a6a;
}

.cart_box02 .commodity_box .text_box .bold{
    font-weight: bold;
}

@media(max-width:576px){
    .cart_box02 .field_box{
        display: block;
    }
}

/*cart_box03*/

.cart_box03 .top_box .text{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    clear: both;
    padding: 50px 0px 100px;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.page li a {
    display: block;
    font-size: 19px;
    color: #214dac;
    text-decoration: none;
}

.page li .number{
    padding: 5px 14px;
    background-color: #e5e5e5;
    color: #2d2d2d;
}

.page li .number:hover {
    color: #fff;
    background-color: #f26031;
}


/*------- aside --------*/

.sidBtn {
    display: none;
}


.sideBar .title2{
    font-size: 24px;
    font-weight: bold;
    background-color: #f26537;
    text-align: center;
    color: #ffffff;
    padding: 5px 0px;
}

.sideBar hr{
    border: 1px solid #f26537;
    background: #f26537;
    margin: 5px auto;
    height: 2px;
}

.sideBar .menu{
    float: right;
    padding-top: 5px;
}

.sidBtn{
	color:#fff;
	padding:0 7px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}

#sub .has-sub a{
    text-decoration: none;
    color: #333333;
    padding: 14px 12px;
    font-size: 18px;
    background-color: #eeeeee;
    border-bottom: 1px solid #d6d6d6;
}

#sub .has-sub a:hover{
    background-color: #fdb49d;
}

@media(max-width:991px){
    .sidBtn{
		display:block;
        margin-top: 6px;
    }
    
	#sub ul{
		display:none;
	}

	.aside-open{
		display:block !important;
	}
}

#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 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;
    padding: 0px;
}

@media (max-width:991px){
    #sub {
	   width: 100%;
	   display:none;
    }
    .sideBar .menu{
        float: none;
        padding-left: 10px;
        vertical-align: middle;
    }
}

.panel a{
    text-decoration: none;
}





/*************************************/
/*               footer              */
/*************************************/

footer{
    clear: both;
    font-size: 16px;
    color: #333333;
    background-color: #f7f7f7;
}

.footertext{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    justify-content: center;

}

.footertext .title{
    font-size: 18px;
    font-weight: bold;
}

.footertext hr{
    background: linear-gradient(270deg, rgba(255, 255, 255, 1)50%, rgba(203, 203, 203, 1)50%);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1)50%, rgba(203, 203, 203, 1)50%);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1)50%, rgba(203, 203, 203, 1)50%);
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 1)50%, rgba(203, 203, 203, 1)50%);
    margin-top: 0px;
    margin-bottom: 10px;
}

.footertext .linl_box a{
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
}

.footertext p{
    font-size: 15px;
    margin-bottom: 5px;
}

.footertext .pdr{
    padding-right: 100px;
}

.footertext .attention img{
    margin-right: 10px;
}

.footertext .attention a{
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
    display: block;
}

.side_cart {
    position: fixed;
    right: 15px;
    bottom: 215px;
    z-index: 1;
    border-bottom: 1px solid #fff;
}

.side_cart .cart{
    position: relative;
    display: inline-block;
}

.side_cart .cart span{
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    background: #ce0000;
    font-size: 18px;
    color: #fff;
    top: -5px;
    right: -5px;
}

.go_top {
    position: fixed;
    right: 15px;
    bottom: 150px;
    z-index: 1;
}

.copyright{
    background-color: #f26031;
    color: #fed8cb;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
}

.copyright a{
    margin-left: 30px;
    font-size: 14px;
    color: #fed8cc;
}

/*------210701--------*/
.cartSet {
    display: flex;
    width: 100%;
    padding-left: 22px;
    margin-top: 10px;
}

.cartSet .cartSelectSet.select_box_add{
	width: 120px;
	margin-left: 38px;
}

.cartSet .cartSelectSet+input{
	width: 150px;
}

.cartSet .cartSelectSet+input+a{
	line-height: 48px;
    padding-left: 10px;
	text-decoration: underline;
	color: #dc3e3e;
}


/*************************************/
/*           member bonus            */
/*************************************/

.download .member_bonusBox .table thead th:first-child,
.download .member_bonusBox .table tbody td:first-child{
    width: auto;
}

.download .member_bonusBox .table thead th,
.download .member_bonusBox .table tbody td{
    text-align: center;
}

.member_bonusBox h2{
	font-size: 20px;
	font-weight: bold;
	color: #b13333;
}
.member_bonusBox p{
	margin-bottom: 15px;
}


/*-------2024/01/17---------*/
.about .text_box p span{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}

.content .about{
	text-align: center;
}