@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#c00;
	text-align:center;
	padding:24px 15px;
}
.footer a{ color:#f90;}

.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:999;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#ff2103;}


.title_line{
	width:40px;
	height:1px;
	background-color:#c00;
	margin:30px auto;
}


/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:50px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:992px){
	.header_logo { top:28px; left:15px; padding-top:30px; z-index:950;}
	.header_logo  img{ width:280px;}
}
@media (min-width:1400px){
	.header_logo { top:24px; left:calc(50% - 685px);}
	.header_logo  img{ width:360px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#C00; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:118px; background:#fff; border-top:30px solid #c00; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #ff2103;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#ff2103;}

.menu_ul li a span{ display:block; font-size:0.8rem;}

.menu_ul .mobile_home i{ margin-right:10px;}


.menu_ul .nav_member {}
.menu_ul .nav_member a {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 15px;
    width: 32px;
}
.menu_ul .nav_member a:hover {
    background-color: transparent;
}
.menu_ul .nav_member a img {
    width: 100%;
    height: auto;
}

@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#555; font-size:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#ff2103; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}

    .menu_ul .nav_member {
        margin-right: -15px;
        width: 120px;
    }
    .menu_ul .nav_member a {
        display: inline-block;
        padding: 16px 0 16px 0;
        margin: 0 10px;
        width: 32px;
    }
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}

}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:102px; width:100%; border-top:30px solid #c00;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#c00;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

.mobile_member_msg{ position:fixed; z-index:892; top:6px; width:100%; text-align:right; padding-right:15px; color:#fff; font-size:0.8rem;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}



.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:-29px; left:100%; width:600px; margin-left:-620px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; color:#fff;}
	.search_nav li::after{ content:"│"; color:#fff; margin-left:10px; margin-right:10px;}
	.search_nav li:last-child::after{ content:""; margin:0;}
	.search_nav li a{ color:#fff;}
	.search_nav li a:hover{ color:#fc0; text-decoration:none;}
	.search_nav li a i{ margin-right:5px;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-620px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}



/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




.top_blank{ height:102px;}
@media (min-width:992px){
	.top_blank{ height:118px;}
}



/*.carousel-fade .carousel-inner .carousel-item {
	height: 480px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:120px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s; font-weight:900;}
.carousel-caption p{ margin:15px 0; animation-delay:0.5s; animation-duration:1s;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.2rem;}
	.carousel-caption{ top:270px;}
}
@media (min-width:1400px){
	.carousel-fade .carousel-inner .carousel-item { height:800px;}
	.carousel-caption{ top:320px;}
}*/




.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}






.prev-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}


.top_title{ text-align:center; color:#555;}
.top_subtitle{ text-align:center; color:#c00;}
@media (min-width:1400px){
	.top_title{ font-size:3.6rem;}
}


.top_block1{ padding:80px 0; color:#777; background-image:url(../img/top_product_bg.jpg); background-position:center; background-size:cover;}

.top_product_con{  border:16px solid #eaeaea; margin:15px 0; padding:15px; background-color:#fff; position:relative; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_product_con:hover{ border:16px solid #c00;}
.top_product_con a{ position:absolute; top:0; left:0; width:100%; height:100%;}
.top_product_pic img{ width:100%; height:auto;}
.top_product_text h6{ color:#999; font-size:0.9rem;}
.top_product_text h5{ color:#555; height:70px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_product_con:hover .top_product_text h5{ color:#c00;}
.top_more_text{ color:#c00;}
.top_more_text i{ margin-right:10px;}


.top_more{ margin-top:30px;}
.top_more a{ padding:15px 40px; background-color:#c00; color:#fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_more a:hover{ background-color:#ff2103; text-decoration:none;}
.top_more a i{ margin-right:10px;}

.top_block2{ padding:0 0 80px 0; background-image:url(../img/top_news_bg.jpg); background-position:top center; background-size:cover;}
.top_block2 .container-fluid{ height:100%; position:relative;}

.top_news_pic{height:240px; background-position:center; background-size:cover;}

.top_news_wrapper{color:#fff;}
.top_news_con{ border-bottom:1px solid #ccc; padding:8px 0; position:relative;}
.top_news_date{ display:block; width:90px; padding:2px 6px; background-color:#fff; color:#c00; font-size:0.8rem;}
.top_news_text{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.top_news_con a{ position:absolute; top:0; left:0; width:100%; height:100%; background-color:#fff; opacity:0;}

.top_news_con:hover .top_news_date{ background-color:#f90; color:#fff;}
.top_news_con:hover .top_news_text{ color:#F90}

.top_news_more{ margin-top:30px;}
.top_news_more a{padding:15px 40px; background-color:#fff; color:#c00; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_news_more a:hover{ background-color:#f90; color:#fff; text-decoration:none;}
.top_news_more a i{ margin-right:10px;}

@media (min-width:992px){
	.top_block2{ padding:0; background-position:top center; background-size:auto;}
	.top_news_title{ position:absolute; top:0; left:calc(50% + 15px); padding:15px;}
	.top_news_title .top_title,
	.top_news_title .top_subtitle{ text-align:left; margin-left:0;}
	.top_news_title .title_line{ display:none;}
	
	.top_news_wrapper{position:absolute; top:140px; left:calc(50% + 15px); width:calc(50% - 30px); padding:15px; color:#fff;}
	
	.top_news_con a{ position:absolute; top:0; left:0; width:100%; height:100%; background-color:#fff; opacity:0;}
	
	.top_news_date{ margin-right:10px; display:inline-block;}
	
	.top_news_pic{ width:calc(50% - 15px); height:480px;}
}

.top_block3{ padding:80px 0; color:#777; background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover; overflow:hidden;}

.top_case_con{ height:240px; background-color:#063; margin:15px 0; background-position:center; background-size:cover; position:relative; overflow:hidden;}
.top_case_con a{ position:absolute; z-index:10; top:0; left:0; width:100%; height:100%; opacity:0; text-align:center; padding-top:80px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_case_con a:hover{ opacity:1;}
.top_case_con a i{ font-size:2rem; width:80px; height:80px; padding-top:24px; border-radius:50%; text-align:center; color:#fff; background-color:#c00;}

.top_case_text{ position:absolute; top:15px; left:15px; border-left:8px solid #c00; color:#fff; padding-left:10px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}

.top_case_pic{ height:100%; width:100%; background-position:center; background-size:cover; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_case_con:hover .top_case_pic{ transform:scale(1.2);}

@media (min-width:992px){
	.top_case_con{ height:510px;}
	.top_case_con a{ padding-top:200px;}
	
	.top_case_con2{ height:240px;}
	.top_case_con2 a{ padding-top:80px;}
}


.top_contact_block{ padding:32px 0; background-color:#ededed; }

.top_contact_text{ text-align:center;}
@media (min-width:992px){ .top_contact_text{ text-align:left;}}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}



.site_map_wrapper{ display:none;}
@media (min-width:992px){.site_map_wrapper{ display:block;}}
.site_map_con h5 a{color:#c00; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#555;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#ff2103; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ background-color:#c00; color:#fff; padding:12px 16px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#ff2103; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}



.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); min-width:300px; z-index:9999; font-size:1.1rem; color:#fff; background-color:#c00; padding:30px 30px; border-radius:15px; max-width:880px;-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}

.alert_block .alert_con ul{ padding:0; list-style:none; text-align:right;}
.alert_block .alert_con ul li{ display:inline-block; margin:20px 0 0 10px;}
.alert_block .alert_con ul li a{ background-color:#fff; font-size:1.1rem; color:#333; border-radius:6px; padding:6px 30px; font-weight:bold; text-align:center;-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.alert_block .alert_con ul li a:hover{ text-decoration:none; background-color:#ccc;}

.alert_block .alert_con ul li:last-child a{ background-color:#3e3a39; color:#fff; padding:6px 40px;}
.alert_block .alert_con ul li:last-child a:hover{ background-color:#777;}

.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-45px; margin-left:25px; width:40px; height:auto; cursor:pointer;}

@media (min-width:992px){
	.alert_block .alert_con{padding:30px 50px;}
}

.page_banner{ background-position:center; background-size:cover; height:400px; position:relative;}
.page_banner h3{ text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,0); color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}

.page_bread{ background-color:#c00; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:left; text-align:left;   padding:15px 0 0 0;}
.page_bread .breadcrumb li{ border-radius:0; color:#fff;}
.page_bread .breadcrumb li::before{ color:#fff;}
.page_bread .breadcrumb a{ color:#fff;}
.page_bread .breadcrumb a:hover{color:#FC6; text-decoration:none;}


.about_block1{ padding:80px 0; color:#777; line-height:1.8rem;}
.about_block1 .container-fluid{ position:relative; height:100%;}

@media (min-width:992px){
	.about_block1{ height:960px; padding:0; background-image:url(../img/about_bg1.jpg); background-position:center; background-size:cover;}
	.about_text{ position:absolute; top:50%; left:15px; transform:translateY(-50%); width:calc(50% - 30px);}
	.about_text .top_title{ text-align:left;}
	.about_text .top_subtitle{ text-align:left;}
	.about_text .title_line{ margin-left:0;}
}

.about_block2{ padding:80px 0; color:#fff; background-color:#c00; line-height:1.8rem; background-image:url(../img/about_bg2.jpg); background-position:center; background-size:cover; background-attachment:fixed;}
.about_block2 .top_title,
.about_block2 .top_subtitle{color:#fff;}
.about_block2 .title_line{ background-color:#fff;}

.certification_con{ margin:15px 0;}
.certification_con h6{ margin:15px 0; font-size:0.8rem; text-align:center;}


.about_block3{padding:80px 0; color:#777; line-height:1.8rem; background-image:url(../img/about_bg3.jpg); background-position:center; background-size:cover;}
.about_block3 h4{ text-align:center;}

.feature_table table tr{ text-align:center;}
.feature_table table tr th{ vertical-align:middle; background-color:#777; color:#fff;}
.feature_table table tr td{ vertical-align:middle;}
.feature_table table .s1{}


.side_nav_title_wrapper{ padding:20px 0 12px 0; background-color:#c00; color:#fff; background-image:url(../img/side_title_bg.png); background-position:center right; background-size:contain; background-repeat:no-repeat;}
.side_nav_title{ padding-left:30px; font-size:1.2rem;}
.side_nav_title span{ font-size:2rem;}

.side_nav ul{ padding:0; list-style:none; padding-top:10px;}
.side_nav ul li{ border-bottom:1px solid #ccc; margin-bottom:10px; padding-bottom:10px;}
.side_nav ul li a{ padding:10px 15px 10px 30px; color:#555; background-image:url(../img/arrow.png); background-repeat:no-repeat; background-position:-60px 16px; background-size:auto 12px; overflow:hidden; display:block; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.side_nav ul li a:hover,
.side_nav ul li a.active{ color:#c00; text-decoration:none; background-position:10px 16px;}
.side_nav ul .side_nav_sub li{}
.side_nav ul .side_nav_sub li a{ font-size:0.9rem; padding:2px 15px 2px 45px; background-image:none;}

.product_block{ padding:80px 0; color:#777;  background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}
.product_title{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

.price_black{ font-size:0.9rem; text-align:right; text-decoration:line-through;}
.price_red{ font-size:1.4rem; text-align:right; color:#c00;}


.product_intro_pic img{ width:100%; height:auto; margin:15px 0;}
.product_sub_title{ border-left:8px solid #c00; padding-left:10px;}



.product_detail_pic{ }
.product_detail_text{}

.product_divide_line{ height:1px; background-color:#ccc; margin:15px 0;}

.product_detail_text ol{ padding-left:20px;}

.product_detail_pic_item{ border:8px solid #eaeaea;}
.product_detail_pic_nav_item{ border:8px solid #eaeaea;}

.product_price_row h6 span{ font-size:1.5rem; color:#c00;}

.product_buy_btn1 { margin:15px 0;}
.product_buy_btn1 a{ display:block; text-align:center; padding:15px; background-color:#c00; color:#fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.product_buy_btn1 a:hover{ background-color:#ff2103; text-decoration:none;}

.product_buy_btn2 { margin:15px 0;}
.product_buy_btn2 a{ display:block; text-align:center; padding:15px; background-color:#000; color:#fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.product_buy_btn2 a:hover{ background-color:#333; text-decoration:none;}

.product_case_con{ margin:15px 0;}
.product_case_pic{ height:160px; background-position:center; background-size:cover; position:relative;}
.product_case_pic a{ position:absolute; width:100%; height:100%; background-color:#000; color:#fff; padding-top:60px; font-size:2rem; text-align:center; opacity:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.product_case_pic a:hover{ opacity:0.6;}
.product_case_text{ margin:10px 0; font-size:0.8rem; text-align:center;}

#shoppingModal .modal-header{ background-color:#c00; color:#fff;}
#shoppingModal .modal-header button{ opacity:1; color:#fff;}
#shoppingModal .modal-body h5{ color:#c00;}
#shoppingModal .modal-body h6{ text-align:right; font-size:0.9rem;}
#shoppingModal .modal-footer .btn{ padding:15px 30px; border-radius:0;}
#shoppingModal .modal-footer .btn-dark{ background-color:#000;}
#shoppingModal .modal-footer .btn-dark:hover{ background-color:#333;}
#shoppingModal .modal-footer .btn-danger{ background-color:#c00;}
#shoppingModal .modal-footer .btn-danger:hover{ background-color:#ff2103;}
@media (min-width:1200px){
	.product_detail_pic{ width:360px; float:left}
	.product_detail_text{ margin-left:380px;}
}

.product_block .page_content img{ max-width:100%; height:auto;}


.process_block{ padding:80px 0; color:#777;  background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}
.process_block .container-fluid{ max-width:960px;}
@media (min-width:1400px){
	.process_block .container-fluid{ max-width:1400px;}
}


.process_info{ padding:15px; background-color:#ededed;}
.process_info_pic{ text-align:center;}
.process_info_text{ text-align:center;}

.process_table table thead{ background-color:#c00; color:#fff;}
.process_table table tr{ text-align:center;}
.process_table table tr th,
.process_table table tr td{ vertical-align:middle;}
.process_table table tr td img{ max-width:128px; min-width:64px; width:100%; height:auto;}
.process_table table tr td i{ color:#c00;}

.process_freight{ text-align:right; font-size:0.9rem;}

.process_total{ text-align:right; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
.process_total button{ display:inline-block; font-size:0.8rem; background-color:#c00;}
.process_total_text{ display:inline-block; margin-left:15px;}
.process_total_text span{ font-size:1.5rem; color:#c00;}

.process_total_calc span{color:#c00;}
@media (min-width:992px){
	.process_total_calc{ float:left; padding-top:12px;}
}


.process_btn{ margin:5px 0;}
.process_btn a{ display:block; padding:15px; text-align:center; background-color:#c00; color:#fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.process_btn a:hover{ background-color:#ff2103; text-decoration:none;}
.process_btn a i{ margin-right:10px;}

.process_btn2 a{ background-color:#000;}
.process_btn2 a:hover{ background-color:#333;}

.process_btn3 a{ background-color:#ccc; color:#333;}
.process_btn3 a:hover{ background-color:#aaa;}

@media (min-width:992px){
	.process_info{ padding:30px;}
	.process_info_pic{ float:left; width:215px;}
	.process_info_text{ margin-left:260px; text-align:left;}
}


#breadcrumbs-two {
    list-style: none;
    margin: 30px 0 40px 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
}
#breadcrumbs-two li {
    width: 100%;
    margin-bottom: 10px;
}
#breadcrumbs-two li span {
    color: #000;
    display: block;
    background: #ccc;
    text-decoration: none;
    position: relative;
    height: 50px;
    line-height: 44px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 100%, 47.5% 86%, 0 86%);   
    clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 100%, 47.5% 86%, 0 86%);     
}
#breadcrumbs-two li:hover span, 
#breadcrumbs-two li.active span {
    color: #fff;
    background-color: #c00;
}
#breadcrumbs-two li:last-of-type span {
    margin-right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 86%, 47.5% 86%, 0 86%);   
    clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 86%, 47.5% 86%, 0 86%);       
}

@media (min-width: 992px) {
    #breadcrumbs-two {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    #breadcrumbs-two li {
        width: 25%;
        margin-bottom: 0;
    }
    #breadcrumbs-two li span {
        height: 50px;
        line-height: 50px;
        margin-right: -3%;
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);   
        clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);   
    }
    #breadcrumbs-two li:first-of-type span {
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);   
        clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);    
    }
    #breadcrumbs-two li:last-of-type span {
        margin-right: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);   
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);     
    }
}


.process_profile_form form{}
/*.process_profile_form form .form-group textarea{border-radius:0; padding:25px; background-color:#ededed;}
.process_profile_form form .form-group input{ border-radius:0; padding:25px; background-color:#ededed;}
.process_profile_form form .form-group select{ border-radius:0; padding:0 22px; background-color:#ededed; height:52px;}
.process_profile_form form .form-group button{ background-color:#c00; border-color:#c00; color:#fff; border-radius:0; padding:15px 0; width:118px; text-align:center; }
.process_profile_form form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}
.process_profile_form form .form-group .form-check{ padding:12px 0;}*/

.process_profile_form_notice{ color:#c00;}

.process_number{ color:#c00;}

.process_title_check{ color:#c00; font-size:0.9rem; padding-top:6px;}


.news_block{ padding:80px 0; color:#777; line-height:1.8rem; background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}


.page_news_con{ position:relative; color:#777; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
.page_news_pic{ height:240px; background-position:center; background-size:cover;}
.page_news_text h4{ color:#555;}
.page_news_date{ margin:10px 0;}
.page_news_date span{ margin-right:5px; background-color:#c00;}
.page_news_date a{ margin-left:10px; color:#c00;}

@media (min-width:992px){
	.page_news_pic{ width:320px; height:200px; float:left;}
	.page_news_text{ margin-left:340px;}
}
@media (min-width:1200px){
	.page_news_pic{ width:320px; height:200px; float:left;}
	.page_news_text{ margin-left:340px;}
	
	.news_block1 .top_title{ font-size:3.6rem;}
}


.pagination .page-item .page-link{ color:#c00;}
.pagination .page-item.active .page-link{ background-color:#c00; border-color:#c00; color:#fff;}
.pagination { justify-content: center;}


.news_detail_block{ padding:80px 0; color:#777; background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}
.news_detail_block .container-fluid{ max-width:1200px;}
.news_detail_block .news_detail_title{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

.news_detail_content img{ max-width:100%; height:auto;}

.back_btn{ margin:30px 0;}
.back_btn a{ padding:15px 40px; background-color:#c00; color:#fff; border-radius:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.back_btn a:hover{ background-color:#ff2103; text-decoration:none;}

.page_news_date_ul{ padding:0; list-style:none;}
.page_news_date_ul li{ display:inline-block; margin-right:10px;}

.news_share_line a{ color:#c00; font-size:1.6rem; float:left; margin-bottom:-12px;}

.page_news_link{ margin:30px 0;}
.page_news_link a{ color:#c00;}


.faq_block{ padding:80px 0; color:#777; line-height:1.8rem; background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}


.guide_faq_accordion .card{ border-color:transparent; border-radius:0; background-color:transparent;}
.guide_faq_accordion .card-header{ background-color:transparent; padding-left:0; border-bottom:2px dashed #ccc;}
.guide_faq_accordion .card-header h2{ position:relative; font-size:1.2rem; font-weight:bold; }
.guide_faq_accordion .card-header h2 a{ color:#555; padding-left:55px; cursor:default;}
.guide_faq_accordion .card-header h2 a:hover,
.guide_faq_accordion .card-header h2 a:focus{ text-decoration:none;}
.guide_faq_accordion .card-header h2::before{ content:"Q"; display:block; width:32px; height:32px; border-radius:4px; background-color:#c00; color:#fff; margin-right:10px; text-align:center; position:absolute; top:-2px; left:15px; padding-top:2px;}
.guide_faq_accordion .collapse{ border:none;}

.guide_faq_accordion .card-header h2.guide_step1::before{ content:"1";}
.guide_faq_accordion .card-header h2.guide_step2::before{ content:"2";}
.guide_faq_accordion .card-header h2.guide_step3::before{ content:"3";}
.guide_faq_accordion .card-header h2.guide_step4::before{ content:"4";}
.guide_faq_accordion .card-header h2.guide_step5::before{ content:"5";}
.guide_faq_accordion .card-header h2.guide_step6::before{ content:"6";}

.shopping_note_category{ margin:15px 0;}
.shopping_note_category a{ display:block; padding:15px; border:4px solid #c00; color:#c00; text-align:center; webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.shopping_note_category a:hover,
.shopping_note_category a.active{ background-color:#c00; color:#fff; text-decoration:none;}

.member_block{ padding:80px 0; color:#777;  background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}


.contact_block{ padding:80px 0; color:#777; line-height:1.8rem; background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}

.contact_block h1{}

.page_contact_info{ padding:0;}
.page_contact_info ul{ background-color:#ededed; padding:30px; list-style:none;}
.page_contact_info ul li span{ width:23px; display:inline-block}

.page_contact_form{ padding:0;}


.contact_block form{}
.contact_block form .form-group textarea{border-radius:0; padding:25px; background-color:#ededed;}
.contact_block form .form-group input{ border-radius:0; padding:25px; background-color:#ededed;}
.contact_block form .form-group select{ border-radius:0; padding:0 22px; background-color:#ededed; height:52px;}
.contact_block form .form-group button{ background-color:#c00; border-color:#c00; color:#fff; border-radius:0; padding:15px 0; width:118px; text-align:center; }
.contact_block form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}

@media (min-width:1200px){ 
	.contact_block h1{ font-size:3.6rem;}
}




.login_block{ padding: 80px 0; color:#777; text-align:center; background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}
.login_block .container-fluid{ max-width:640px;}
.login_block h1{ font-size:3rem; letter-spacing:-2px;}
.login_block h6{ color:#c00;}

.login_content{ padding:30px 15px; background-color:rgba(255,255,255,1); -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.login_content form .form-group input{ border-radius:0; padding:25px; background-color:#ededed;}
.login_content form .form-group select{ border-radius:0; padding:0 22px; background-color:#ededed; height:52px;}
.login_content form .form-group button{ background-color:#c00; border-color:#c00; color:#fff; border-radius:0; padding:15px 0; width:100%; text-align:center; }
.login_content form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}

.login_content form h6{ margin-bottom:15px; font-size:0.9rem; color:#777;}
.login_content ul{ list-style:none; padding:0;}
.login_content ul li{ display:inline-block;}
.login_content ul li i{ margin-right:10px;}
.login_content ul li a{ color:#c00;}
.login_content ul li a:hover{ color:#ff2103; text-decoration:none;}
.login_content ul li::after{ content:"│"; margin-right:4px; margin-left:6px;}
.login_content ul li:last-child::after{ display:none;}


@media (min-width:992px){ 
	.login_content{ padding:60px;}
}

@media (min-width:1200px){ 
	.login_block h1{ font-size:3.6rem;}
}

.logout_back_btn{ margin:30px 0 0 0;}
.logout_back_btn a{ display:block; text-align:center; padding:15px; background-color:#c00; color:#fff; border-radius:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.logout_back_btn a:hover{ background-color:#ff2103; text-decoration:none;}

.form_intro{ padding:15px; background-color:#ededed; height:160px; overflow-y:scroll; text-align:left; margin-bottom:15px; font-size:0.9rem;}

.member_main_info{ padding:15px; background-color:#ededed;}
.member_profile_ul{ padding:0; list-style:none;}
.member_profile_ul li{ padding:5px 0;}

.member_change_form .form-group button{padding:15px 40px; background-color:#c00; color:#fff; border-radius:0;}
.member_change_form .form-group button:hover{ background-color:#ff2103; text-decoration:none;}

@media (min-width:992px){
	.member_main_info{ padding:15px 30px;}
}

