@charset "utf-8";
/* CSS Document */

@import "routine.css";




/*************************************/
/*               header              */
/*************************************/

header{
	background:url(../tw_img/other/header_bg01.jpg) top center no-repeat, url(../tw_img/other/header_bg02.jpg) bottom center no-repeat, #b9dfe9;
	width: 100%;
	padding-bottom: 12px;
}

.logoImg{
	margin:20px auto 23px;
	position:relative;
	z-index:100;
}

.img-responsive.logoImg2{
	display:none;
}

@media (max-width:991px){
.logoImg{
	margin:10px auto 0;
}
}

@media (max-width:680px){
.logoImg{
	max-width:280px;
	display:none;
}
header{
	min-height:72px;
	background:url(../tw_img/other/header_bg01-2.jpg) top center no-repeat, url(../tw_img/other/header_bg02.jpg) bottom center no-repeat, #b9dfe9;
}

.img-responsive.logoImg2{
	display:block;
	position:absolute;
	max-width: 65px;
	margin-top: 10px;
}

}

@media (max-width:580px){
	header{
		min-height:55px;
	}
}

@media (max-width:480px){
header{
	/*min-height:182px;*/
}
.logoImg{
	max-width:250px;
}
}

@media (max-width:360px){
.logoImg2{
	left:5px;
}
}

@media (max-width:300px){
header{
	/*min-height:172px;*/
}
}
/*-----------search-------------*/

#imaginary_container{
    margin-top:20px; /* Don't copy this */
}

#imaginary_container .stylish-input-group{
	border:1px solid #1c4c59;
}

.stylish-input-group .input-group-addon{
    background: #1c4c59 !important; 
	padding:3px;
	font-size:20px;
	color:#fff;
	border-radius:0;
	border:none;
}

.stylish-input-group .form-control{
    border-right:0; 
	box-shadow:0 0 0;
	border:none;
	border-radius:0;
	height:30px;
	background:#e5f9ff;
	font-size:18px;
}
.stylish-input-group button{
    border:0;
    background:transparent;
	padding:0 3px;
}

.stylish-input-group .form-control::-moz-placeholder {
  color: #b9dfe9;
  opacity: 1;
}
.stylish-input-group .form-control:-ms-input-placeholder {
  color: #b9dfe9;
}
.stylish-input-group .form-control::-webkit-input-placeholder {
  color: #b9dfe9;
}

.home, .home2{
	text-align:right;
	margin-right:15px;
	margin-top:25px;
}

.home{
	display:block;
}

.home2{
	display:none;
}

.home a, .home2 a{
	color:#fff;
	font-size:18px;
	font-weight:bolder;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	font-family:Arial;
	letter-spacing:0.5px;
}

.home a i,  .home2 a i{
	font-size:22px;
	margin-right:2px;
}

@media (max-width:991px){
#imaginary_container .input-group{
	width:300px;
}

#imaginary_container{
    margin-top:10px; /* Don't copy this */
}

.home, .home2{
	margin-top:15px;
}
.stylish-input-group .form-control{    
	height:28px;
}

}

@media (max-width:767px){
.home2{
	display:block;
	text-align:center;
	margin-top:15px;
}

.home{
	display:none;
}

#imaginary_container .input-group{
	width:auto;
}

.home a i,  .home2 a i{
	margin-right:12px;
}

}

@media (max-width:680px){
#Pform{
	margin-top:20px;
}
}

@media (max-width:580px){
.home, .home2{
	margin-top:0;
}
}


/*************************************/
/*             navigation            */
/*************************************/

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
  padding-right:15px;
}

.dropdown-menu-large > li > ul > li:last-child{
	margin-bottom:15px;
}

.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #ffc100;
  font-size: 18px;
}

.dropdown-menu-large > li > ul > li.other > a{
	  padding:0px;
	  text-align:center;
  }
.dropdown-menu-large .dropdown-header.other{
	padding:0;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 0px 15px !important;
  }
  
  .dropdown-menu-large > li.nav-other-li{
	  margin-bottom:10px;
  }
  
  .navSet .navbar-toggle{
	  margin-top:1px;
	  background:rgba(158,158,158,0.2);
  }
  
	
  .navSet .navbar-toggle:focus,
  .navSet .navbar-toggle:hover{
	background:rgba(158,158,158,0.2);
  }
  
  .dropdown-menu-large > li > ul > li{
	  padding-right:0;
  }

  .navtop{
	  margin-top:25px;
	  padding-bottom:10px;
  }
  
  .navSet .navbar-toggle{
	  top:-25px;
}

}

@media (max-width:680px){
.navSet .navbar-toggle{
	  top:-10px;
}
}

@media (max-width:480px){

.navSet .navbar-toggle{
	position:absolute;
	right:0;
}

.navSet.navbar-default .navbar-collapse{
	margin-top:30px;
}
}

@media (max-width:400px){
.navSet .navbar-toggle{
  right:-15px;
}

}

@media (max-width:320px){
.navSet .navbar-toggle{	
	right:-15px;
}
}



.navSet{
	margin-top:-70px;
	background:none;
	border:none;
}

.navSet .navbar-nav > li > a{
	font-size:16px;
	color:#2b4b53;
	padding-top:25px;
	padding-bottom:10px;
	font-weight:bold;
}

.navSet .navbar-nav > li > a i{
	display:none;
	padding-right:15px;
}

.navSet .navbar-nav > li > a:hover,
.navSet .navbar-nav > li > a.active2{
	color:#ff0000;
}

.navSet .navbar-nav > li > .dropdown-menu{
	width:100%;
	/*margin-top:17px;*/
	border-top:4px solid #ff0000;
	background:#363636;
}

.navSet .dropdown-menu .divider{
	margin-right:15px;
	background-color:#666;
	margin-bottom:20px;
}

.navbar-default.navSet .navbar-nav > .open > a,
.navbar-default.navSet .navbar-nav > .open > a:hover, 
.navbar-default.navSet .navbar-nav > .open > a:focus{
	background-color:transparent;
	position:relative;
	color:#ff0000;
}

.navbar-default.navSet .navbar-nav > .active2 > a:after,
.navbar-default.navSet .navbar-nav > .active2 > a:hover:after, 
.navbar-default.navSet .navbar-nav > .active2 > a:focus:after{
	content:"";
	display:block;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ff0000;
	bottom:-17px;
	left:50%;
	margin-left:-12px;
}

@media (max-width:1200px){
.navSet{
	margin-top:-35px;
}
}

@media (max-width:991px){
.navSet{
	margin-top:0;
}

.navSet .navbar-nav > li > a{
	padding-top:15px;
}
}

@media (min-width: 768px) {
.col-5{
	width:20%;
	float: left;
}

}

@media (max-width:767px){
.navSet{
	margin-top:-35px;
}

}

@media (max-width:767px){
.navbar-nav.pull-right{
	float:none !important;
}

.navSet .navbar-nav > li > a{
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	text-align:center;
}

.navSet .navbar-nav > li > a:hover{
	background:rgba(255,255,255,0.2);
}

.navSet .navbar-nav > li > a i{
	display:inline-block;
	width:30px;
	color:#f6fdff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}


}

@media (max-width:680px){
.navSet{
	margin-top:-50px;
}

}

@media (max-width:580px){
.navSet .navbar-nav > li > a{
	padding-top:5px;
	padding-bottom:5px;
}
}



/*************************************/
/*              banner               */
/*************************************/

.banner{
	background:url(../tw_img/banner/banner_bg.jpg) top center no-repeat;
	background-size:cover;
}

.KINKO-banner1{
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
}

.banner_arrow{
	background-size: contain;
	background-repeat:no-repeat;
	width:26px;
	height:46px;
	display: block;
	position:absolute;
	top:50%;
	margin-top:-23px;	
}

.carousel-control .banner_left{
	left:20px;
	opacity:1;
	background-image:url(../tw_img/banner/left.png);
}

.carousel-control .banner_right{
	right:20px;
	opacity:1;
	background-image:url(../tw_img/banner/right.png);
}

.banner2{
	border-bottom:2px solid #313131;
}

@media (max-width:1250px){
.carousel-control .banner_left{
	left:5%;
}

.carousel-control .banner_right{
	right:5%;
}
}

@media (max-width:1050px){

.carousel-control .banner_left{
	left:5%;
}

.carousel-control .banner_right{
	right:5%;
}
}

@media (max-width:991px){
.KINKO-nav{
	margin-left:0 !important;
	margin-right:0 !important;
}
}

@media (max-width:767px){
.banner_arrow{
	width:23px;
	height:49px;
	top:50%;
	margin-top:-25px;	
}

.carousel-control .banner_right, 
.carousel-control .banner_left{
	display:none;
}
}

@media (max-width:680px){
.banner{
	display:none;
}
}

@media (max-width:480px){
.carousel-indicators{
	display:none;
}
}

/*************************************/
/*          member & cart            */
/*************************************/

.member_Cart1, 
.member_Cart2{
	text-align:center;	
	width:76px;
	border:1px solid #6595a1;	
	z-index:100;
	opacity: 0.85;
}

.member_Cart1{
	padding:2px;
	position:fixed;
	right:13%;
	top:150px;
	display:block;
}

.member_Cart2{
	display:none;
}

.member_Cart1 ul, 
.member_Cart2 ul{
	margin-bottom:0;
}

.member_Cart1 a, 
.member_Cart2 a{
	color:#fff;
	font-size:15px;
	display:block;
	padding:8px 5px;
	background:#6595a1;
}

.member_Cart1 a:hover, 
.member_Cart2 a:hover{
	background:#497682;
}

.member_Cart1 a i{
	font-size:25px;
}

.switch{
	display:none !important;
}

#member-nav2{
	display:none;
}

@media (max-width:1800px){
.member_Cart1{	
	right:11%;
}
}

@media (max-width:1700px){
.member_Cart1{	
	right:9%;
}
}

@media (max-width:1600px){
.member_Cart1{	
	right:7%;
}
}

@media (max-width:1530px){
.member_Cart1{	
	right:3%;
}
}


@media (max-width:1400px){
.member_Cart1{	
	right:0%;
}
}

@media (max-width:1199px){


.member_Cart2{
	display:inline-block;
	width:auto;
	border:none;
}

.member_Cart2 ul li{
	display:inline-block;
}

.cartPosition{
	text-align:right;
}

.member_Cart2 a i{
	font-size:20px;
}
}

@media (max-width:992px){
	.member_Cart1{
		display:none;
	}
}

@media (max-width:991px){
.member_Cart2{
	margin-top:15px;
}

.cartPosition{
	text-align:center;
}

.member_Cart2 a{
	width:100px;
}
.disno-767{
	display:none;
}
}

@media (max-width:680px){
#member-nav2{
	display:block;
}

.cartPosition{
	display:none;
}
}

@media (max-width:580px){
.member_Cart2 a{
	width:75px;
}
.member_Cart2 a{
	width:90px;
}

.member_Cart1 a, 
.member_Cart2 a{
	padding:5px;
}

}

@media (max-width:480px){
.member_Cart2 a{
	width:80px;
}
}

@media (max-width:430px){
.member_Cart2 a{
	width:90px;
}
}

@media (max-width:400px){
.member_Cart2 a{
	width:80px;
}
}


@media (max-width:355px){
.member_Cart2 a{
	width:70px;
}
}

@media (max-width:300px){
.member_Cart1 a, 
.member_Cart2 a{
	font-size:14px;
	padding:2px 0;
}
.member_Cart2 a{
	width:65px;
}
}



/*************************************/
/*              gototop              */
/*************************************/

#gotop {    
    cursor: pointer;
    height: 74px;
    position: fixed;
    width: 76px;
	/*background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;*/
	right:13%;
	z-index:101010;
	top:410px;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
}

.footer-gotop{
	display: none;
}

#cart{
	display: none;
}

@media (max-width:1800px){
#gotop{	
	right:11%;
}
}

@media (max-width:1700px){
#gotop{	
	right:9%;
}
}

@media (max-width:1600px){
#gotop{	
	right:7%;
}
}

@media (max-width:1530px){
#gotop{	
	right:3%;
}
}

@media (max-width:1400px){
#gotop{	
	right:0%;
}
}

@media (max-width:1199px){
#gotop{	
	bottom:30px;
	right:0;
	opacity:0.8;
}

#gotop:hover{
	opacity:1;
}
}

@media (max-width:992px){
	#gotop {  
		height: 41px;
		width: 42px;
		right:15px;
		top:auto;
		bottom:20px;
		background-image:url(../tw_img/other/top_s.png);
		background-repeat:no-repeat;
	}
	
	#gotop img{
		display: none;
	}

	#cart{
		position: fixed;
		display: block;
		height: 41px;
		width: 42px;
		right:15px;
		top:auto;
		bottom:66px;
		z-index: 100;
		box-shadow:0 0 2px rgba(0,0,0,0.3);
		opacity: 0.85;
	}
	
	#cart:hover{
		opacity: 1;
	}
}

@media (max-width:680px){
	.footer-gotop{
		display: block;
	}
}

@media (max-width:380px){
	#gotop {  		
		right:10px;
	}
	
	#cart{
		right:10px;
	}
	
}


/*************************************/
/*           index-info              */
/*************************************/

.index-info{	
	border-radius:10px;	
	box-shadow:0 0 2px 1px rgba(0,0,0,0.3);
	text-align:center;
}

.index-info ul{
	display:table;
	vertical-align:middle;
	padding:5px;
	width:100%;
}

.index-info ul li{
	display:table-cell;
}

.index-info ul a{
	font-size:30px;
	font-weight:bold;
	border-radius:8px;
	display:block;
}

.index-info ul a li p{
	margin-top:15px;
	position:relative;
	top:-5px;
	text-align:left;
}

.index-info ul a li i{
	font-size:50px;
	width:75px;
	height:75px;
	text-align:center;
	line-height:78px;
	border-radius:50%;
	padding-left:2px;
	margin-right:10px;
	margin-left:12px;
	position:relative;
	top:10px;
}

.index-info ul a li p span{
	font-size:20px;
	position:relative;
	top:-7px;
	text-align:left;
	letter-spacing:-0.5px;
}



.index-info.index-1{
	background:#fca7a7;
}

.index-info.index-1 ul a{
	border:1px dashed #4d5d79;	
}

.index-info.index-1 ul a li i{
	background:#9a4848;
	color:#fca7a7;
}

.index-info.index-1 ul a li p{
	color:#9a4848;
}


.index-info.index-2{
	background:#f6cd43;
}

.index-info.index-2 ul a{
	border:1px dashed #8a742b;	
}

.index-info.index-2 ul a li i{
	background:#8a742b;
	color:#f6cd43;
}

.index-info.index-2 ul a li p{
	color:#8a742b;
}


.index-info.index-3{
	background:#aae653;
}

.index-info.index-3 ul a{
	border:1px dashed #576e35;	
}

.index-info.index-3 ul a li i{
	background:#576e35;
	color:#aae653;
}

.index-info.index-3 ul a li p{
	color:#576e35;
}


.index-info.index-4{
	background:#9ec4ee;
}

.index-info.index-4 ul a{
	border:1px dashed #365373;	
}

.index-info.index-4 ul a li i{
	background:#365373;
	color:#9ec4ee;
}

.index-info.index-4 ul a li p{
	color:#365373;
}

.index-info.index-1:hover,
.index-info.index-2:hover,
.index-info.index-3:hover,
.index-info.index-4:hover{
	box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}

.index-info.index-1:hover ul a,
.index-info.index-2:hover ul a,
.index-info.index-3:hover ul a,
.index-info.index-4:hover ul a{
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.3);
}

@media (max-width:600px){
.index-info ul a{
	font-size:28px;
	font-weight:bold;
	border-radius:8px;
	display:block;
}

.index-info ul a li p{
	margin-top:0;
	position:relative;
	top:0px;
	text-align:left;
}

.index-info ul a li i{
	font-size:35px;
	width:55px;
	height:55px;
	line-height:58px;
	padding-left:2px;
	margin-right:10px;
	margin-left:12px;
	top:10px;
}

.index-info ul a li p span{
	font-size:18px;
	position:relative;
	top:-8px;
	text-align:left;
	letter-spacing:-0.5px;
}
}

@media (max-width:500px){
.index-info ul a{
	padding-bottom:3px;
}

.index-info ul a li p{
	top:2px;
}

.index-info ul a li p br{
	display:none;
}

.index-info ul a li i{
	font-size:30px;
	width:40px;
	height:40px;
	line-height:48px;
	padding-left:2px;
	margin-right:10px;
	margin-left:12px;
	top:3px;
}

.index-info ul a li p span{
	top:0;
	margin-left:5px;
}
}

@media (max-width:355px){
.index-info ul a li p span{
	display:none;
}
}


/*************************************/
/*             index-title           */
/*************************************/

/*-----------index-title1-----------*/

.index-title1:before{
	content:"";
	display:block;
	height:1px;
	border-bottom:2px dotted #f6cd43;
	position:relative;
	top:40px;
	z-index:-1;
}

.index-title1 ul{
	background:#fff;
	display:table;
	padding:5px 30px;
	margin:0 auto;
}

.index-title1 ul li{
	display:table-cell;
	vertical-align:middle;
}

.index-title1 ul li>p{
	font-size:26px;
	font-weight:bold;
	color:#dba900;
}

.index-title1 ul li>p+span{
	font-size:16px;
	color:#8a742b;
	font-weight:bold;
	line-height:18px;
}

.index-title1 ul li i{
	font-size:40px;
	color:#f6cd43;
	margin-right:10px;
}


/*-----------index-title2-----------*/

.index-title2:before{
	content:"";
	display:block;
	height:1px;
	border-bottom:2px dotted #fca7a7;
	position:relative;
	top:40px;
	z-index:-1;
}

.index-title2 ul{
	background:#fff;
	display:table;
	padding:5px 30px;
	margin:0 auto;
}

.index-title2 ul li{
	display:table-cell;
	vertical-align:middle;
}

.index-title2 ul li>p{
	font-size:26px;
	font-weight:bold;
	color:#ff5c5c;
}

.index-title2 ul li>p+span{
	font-size:16px;
	color:#9a4848;
	font-weight:bold;
}

.index-title2 ul li i{
	font-size:40px;
	color:#fca7a7;
	margin-right:10px;
}


/*-----------index-title3-----------*/

.index-title3{
	margin-top:30px;
	margin-bottom:15px;
}

.index-title3:before{
	content:"";
	display:block;
	height:1px;
	border-bottom:2px dotted #aae653;
	position:relative;
	top:40px;
	z-index:-1;
}

.index-title3 ul{
	background:#fff;
	display:table;
	padding:5px 30px;
	margin:0 auto;
}

.index-title3 ul li{
	display:table-cell;
	vertical-align:middle;
}

.index-title3 ul li>p{
	font-size:26px;
	font-weight:bold;
	color:#aae653;
}

.index-title3 ul li>p+span{
	font-size:16px;
	color:#576e35;
	font-weight:bold;
}

.index-title3 ul li i{
	font-size:42px;
	color:#aae653;
	margin-right:10px;
}


/*-----------index-title4-----------*/

.index-title4:before{
	content:"";
	display:block;
	height:1px;
	border-bottom:2px dotted #9ec4ee;
	position:relative;
	top:40px;
	z-index:-1;
}

.index-title4 ul{
	background:#fff;
	display:table;
	padding:5px 30px;
	margin:0 auto;
}

.index-title4 ul li{
	display:table-cell;
	vertical-align:middle;
}

.index-title4 ul li>p{
	font-size:26px;
	font-weight:bold;
	color:#73aae7;
}

.index-title4 ul li>p+span{
	font-size:16px;
	color:#365373;
	font-weight:bold;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.index-title4 ul li i{
	font-size:40px;
	color:#accff7;
	margin-right:10px;
}


/*-----------index-title5-----------*/

.index-title5:before{
	content:"";
	display:block;
	height:1px;
	border-bottom:2px dotted #ebce9f;
	position:relative;
	top:40px;
	z-index:-1;
}

.index-title5 ul{
	background:#fff;
	display:table;
	padding:5px 30px;
	margin:0 auto;
}

.index-title5 ul li{
	display:table-cell;
	vertical-align:middle;
}

.index-title5 ul li>p{
	font-size:26px;
	font-weight:bold;
	color:#d19a55;
}

.index-title5 ul li>p+span{
	font-size:16px;
	color:#8d6639;
	font-weight:bold;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.index-title5 ul li i{
	font-size:40px;
	color:#ebce9f;
	margin-right:10px;
}


/*-----------index-title6-----------*/

.index-title6:before{
	content:"";
	display:block;
	height:1px;
	border-bottom:2px dotted #8ad380;
	position:relative;
	top:40px;
	z-index:-1;
}

.index-title6 ul{
	background:#fff;
	display:table;
	padding:5px 30px;
	margin:0 auto;
}

.index-title6 ul li{
	display:table-cell;
	vertical-align:middle;
}

.index-title6 ul li>p{
	font-size:26px;
	font-weight:bold;
	color:#5d9e36;
}

.index-title6 ul li>p+span{
	font-size:16px;
	color:#407339;
	font-weight:bold;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.index-title6 ul li i{
	font-size:40px;
	color:#8ad380;
	margin-right:10px;
}

/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 17.6%;
    margin: 20px 1% 10px; 
    display: inline-table; 
	padding:5px 10px 10px;
}

p.pro-name{
	font-size:16px;
	line-height:25px;
	padding:8px 0 2px;
	margin-top:3px;
	text-align:center;
	color:#ef9c00;
}

p.pro-info{
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#ff0000;
}

p.pro-info span.color-28{
	color:#282828;
}

p.pro-info span.color-f00{
	color:#f00;
	font-size:16px;
}

.del{
	text-decoration:line-through;
}

.pro_box img {
    width: 100%;
}

.pro_box:hover{
	/*border:1px solid #f6cd43;*/
	box-shadow:0 0 0 1px #f6cd43, 1px 1px 3px rgba(0,0,0,0.1), inset 1px 1px 2px rgba(0,0,0,0.1);
}

@media (max-width:991px){
.pro_box {
    width: 22.5%;
}
}

@media (max-width:700px){
.pro_box {
    width: 30.8%;
}
}


@media (max-width:480px){
.pro_box{
	width:47.3%;
}
}

@media (max-width:320px){
.pro_box{
	width:98%;
}
}


/*-----------pro number--------------*/

.pro_list .pro_box p span.pro-no{
	font-family:Arial;
	font-size:25px;
	font-weight:bolder;
	color:#fff;	
	position:relative;
	width:36px;
	text-align:center;
	line-height:36px;
	display:inline-block;
}

.pro_list .pro_box p span.pro-no:after{
	content:"";
	display:block;
	width:36px;
	height:36px;
	border-radius:50%;
	position:absolute;
	z-index:-1;
	left:0;
}

.pro_list .pro_box:nth-child(odd) p span.pro-no{
	background:url(../tw_img/other/no-1.jpg) no-repeat;
	width:36px;
	height:36px;
	border-radius:50%;
}

.pro_list .pro_box:nth-child(even) p span.pro-no{
	background:url(../tw_img/other/no-2.jpg) no-repeat;
	width:36px;
	height:36px;
	border-radius:50%;
}


/*************************************/
/*             good book             */
/*************************************/

.good_book_bg{
	background:#e1eef3;
	overflow:hidden;
}

.hp-bg{
	overflow:hidden;
	background:#e1eef3;
}

.hp-title{
	font-size:26px;
	color:#2e99c2;
	font-weight:bold;
	margin-top:20px;
	margin-left:10px;
}

.hp-title:after{
	content:"";
	display:block;
	height:1px;
	border-bottom:2px dotted #2e99c2;
	position:relative;
	top:-12px;
	left:265px;
	margin-right:15px;
	width:63%;
}

.hp-title-box{
	background:#e1eef3;
	display:inline-block;
	z-index:10;
}

.hp-title i{
	font-size:45px;
	color:#80cce8;
	margin-right:7px;
}

.hp-title>span>span{
	font-size:16px;
	color:#365373;
	margin-left:5px;
}

.slider_p{
	margin-top:15px;
	font-size:16px;
	color:#365373;
}

.slider_frame{
	padding-bottom:20px;
}

.slider_frame p.pro-info{
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#ff0000;
}

.slider_frame p.pro-info span.color-28{
	color:#282828;
	margin-left:10px;
	text-decoration:none;
}

.slider_frame p.pro-info span.color-f00{
	color:#f00;
	font-size:16px;
	text-decoration:none;
}

.no-del{
	text-decoration:none;
}

@media (max-width:1200px){
.hp-title::after{
	width:55%;
}
}

@media (max-width:991px){
.good_book_bg{
	padding-bottom:5px;
}

.hp-title::after{
	width:61%;
}
}

@media (max-width:767px){
.hp-title::after{
	width:63%;
}
}


@media (max-width:470px){
.hp-title:after{
	display:none;
}
}


/*************************************/
/*              footer               */
/*************************************/

footer{
	padding:25px 0 10px;
	background:#1c4c59;
	overflow:hidden;
}

footer ul.ft-nav{
	border-bottom:1px dashed #4a8b9d;
	padding-bottom:10px;
	margin-bottom:15px;
}

footer ul.ft-nav br{
	display:none;
}

footer ul.ft-nav li{
	display:inline-block;
	padding-right:6%;
}

footer ul.ft-nav li:last-child{
	padding-right:0;
}

footer ul.ft-nav li:nth-child(1) a{
	color:#fff;
	font-weight:bold;
}

footer ul.ft-nav li a{
	color:#00cada;
	font-size:16px;
}

footer ul.ft-nav li a:hover{
	color:#ffc500;
}


footer ul.ft-nav li a i{
	font-size:22px !important;
	padding-right:2px;
}

.ft-bontacts-title{
	color:#4a8b9d;
	font-size:25px;
	font-family:Arial;
	font-weight:bolder;
	margin-bottom:10px;
}

.ft-bontacts-title span{
	font-size:16px;
	font-weight:500;
	font-family:"微軟正黑體";
	margin-left:7px;
}

.ft-contacts .btn_con{
	background:#ffc500;
	color:#1c4c59;
	font-size:16px;
	width:100%;
}


footer .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #4a8b9d !important;
  background-image: none;
  border: 1px solid #00cada !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
footer .form-control:focus {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
footer .form-control::-moz-placeholder {
  color: #1c4c59 !important;
  opacity: 1;
}
footer .form-control:-ms-input-placeholder {
  color: #1c4c59 !important;
}
footer .form-control::-webkit-input-placeholder {
  color: #1c4c59 !important;
}

footer textarea.form-control{
	height:auto;
}

.ft-right-area{
	border:1px solid #959595;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.4), 1px 1px 2px rgba(0,0,0,0.4);
	border-radius:3px;
	padding:10px 15px 0;
	overflow:hidden;
}

footer ul.ft-info{
	margin:10px 0 0;
	color:#ccc;
	font-size:15px;
	line-height:30px;
}

footer ul.ft-info>li{
	display:inline-block;
}


footer ul.ft-info>li>ul{
	position:relative;
	top:-10px;
	left:8px;
}

footer ul.social{
	margin-left:100px;
}

footer ul.social>li{
	display:inline-block;
	margin-left:10px;
}

@media (max-width:1200px){
footer ul.ft-nav li{
	padding-right:3%;
}

footer ul.ft-info > li{
	width:100%;
}

footer ul.social{
	margin-left:0;
	text-align:center;
	margin:0 auto;
}

footer ul.social>li{
	margin:0 auto;
}

.ft-right-area{
	padding:10px 15px;
}
}

@media (max-width:991px){
.ft-right-area{
	margin-top:15px;
}

footer ul.ft-info{
	text-align:center;
}
footer ul.ft-info > li{
	width:auto;
}

footer ul.ft-nav li{
	padding-right:5%;
}
}

@media (max-width:730px){
footer ul.ft-nav li{
	padding-right:3.5%;
}
}

@media (max-width:650px){
footer ul.ft-nav li{
	padding-right:2%;
}
}

@media (max-width:600px){
footer ul.ft-nav li:nth-child(1){
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

footer ul.ft-nav{
	width:100%;
	text-align:center;
}

footer ul.ft-nav li{
	padding-right:1.5%;
}

}

@media (max-width:480px){
footer ul.ft-nav br{
	display:block;
}

footer ul.ft-nav li{
	padding-right:2.5%;
	padding-left:2.5%;
}

footer ul.ft-nav li:last-child{
	padding-right:2.5%;
	padding-left:2.5%;
}
}

@media (max-width:385px){
footer ul.ft-info>li>ul{
	top:10px;
}

footer ul.social{
	margin-top:15px;
}
}


.footer{
	background:#edeee6;
	color:#959595;
	font-size:16px;
	overflow:hidden;
	padding:12px 0;
}

.footer a{
	color:#959595;	
}

.footer a:hover{
	color:#000;
}

.footerUl2{
	list-style-type: none;
	line-height:25px;
	letter-spacing:0.03rem;
	padding-left:5px;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.vLine2{
	color:#959595;
}

.footerUl br, .dis{
	display:none;
}


@media (max-width: 991px) {
.footerUl2{
	text-align:center;
}

.footerUl2{
	padding-left:0;
}

.footerUl2 li{
	  display:inherit;
}

.vLine2{
	display:none;
}


}

@media (max-width: 650px) {
  
.footerUl2{
	text-align:center;
	font-size:1.4rem;
}

.dis{
	display:inline;
}
}



/*************************************/
/*           product list            */
/*************************************/

.pro_list_content .pro_box {
    width: 22%;
    margin: 20px 1% 10px; 
    display: inline-table; 
	padding:10px 10px;
}

.pro_list_content .pro_box p.pro-name{
	font-size:16px;
	line-height:25px;
	padding:8px 0 2px;
	margin-top:3px;
	text-align:center;
	color:#ef9c00;
}

.pro_list_content .pro_box p.pro-info{
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#ff0000;
}

.pro_list_content .pro_box p.pro-info span.color-28{
	color:#282828;
}

.pro_list_content .pro_box p.pro-info span.color-f00{
	color:#f00;
	font-size:16px;
}

.pro_list_content .del{
	text-decoration:line-through;
}

.pro_list_content .pro_box img {
    width: 100%;
}

.pro_list_content .pro_box:hover{
	/*border:1px solid #f6cd43;*/
	box-shadow:0 0 0 1px #f6cd43, 1px 1px 3px rgba(0,0,0,0.1);
}

@media (max-width:991px){
.pro_list_content .pro_box {
	width:30.5%;
}
}


@media (max-width:767px){
.pro_list_content .pro_box {
    width: 30.8%;
}
}


@media (max-width:480px){
.pro_list_content .pro_box{
	width:47.3%;
}
}

@media (max-width:350px){
.pro_list_content .pro_box{
	width:98%;
}
}



.content-left{
	width:20%;
	float:left;
	margin-right:2%;
}

.content-right{
	width:78%;
	float:left;
}

/*@media (max-width:991px){
.content-left{
	width:25%;
}

.content-right{
	width:73%;
}

}*/

@media (max-width:991px){
.content-left{
	width:100%;
}

.content-right{
	width:100%;
}
}


/*************************************/
/*                aside              */
/*************************************/

.aside{
	border:1px solid #00cada;
	border-radius:12px;
	overflow:hidden;
}

.aside-title{
	background:#00cada;
	color:#fff;
	padding:10px 12px;
	font-size:18px;
}

.aside-list{
	padding:0 10px 0 7px;
}

.aside-list>li{
	padding:8px 10px;
	border-bottom:1px dotted #0ba29b;
}

.aside-list>li:last-child{
	border-bottom:none;
}

.aside-list>li>a{
	font-size:16px;
	color:#01858f;
	display:block;
	position:relative;
	padding-left:20px;
}

.aside-list>li>a:before{
	content:"\f005";
	font-family: FontAwesome;
	display:inline-block;
	position:absolute;
	left:0;
	top:1px;
	visibility:hidden;	
}

.aside-list>li>a:hover{
	color:#f00;
}

.aside-list>li>a:hover:before{
	visibility:visible;
}

.aside-list>li.active3>a{
	color:#f00;
}

.aside-list>li.active3>a:before{
	visibility:visible;
}

.aside-list>li>ul>li>a{
	color:#555;
	padding-left:30px;
	display:block;
	line-height:25px;
}

.aside-list>li>ul>li>a:hover{
	color:#222;
}

.aside_Close{
	display:none;
}

@media (max-width:991px){
.aside-no{
	display:none;
}
}

@media (max-width:580px){
.aside{
	margin-bottom:15px;
}
}



/*-----------aside toggle-------------*/

.aside-toggle{
	text-align:right;
	cursor:pointer;
	float:right;
	display:none;
}

.aside-list{
	display:block;
}


@media (max-width:991px){
.aside-list{
	display:none;
}

.aside-toggle{
	display:block;
	margin-right:15px;
}

.aside-title p span.aside-toggle{
	display:inline-block;
}
}

/*************************************/
/*          product detail           */
/*************************************/

.lightbox_b,
.lightbox_s{
	border:1px solid #e9ecdb;
	margin:0 auto;
	padding:5px;
}

.smallphoto{
	margin-top:5px;
}

.smallphoto a{
	display:block;
	float:left;
	padding:5px 4px;
	width:33.333%;
}

.lightbox_s{
	opacity:0.6;
}

.lightbox_s:hover{
	border:1px solid #f00;
}

.lightbox_dis li a:focus .lightbox_s{
	border:1px solid #f00;
	opacity:1;
}

@media (max-width:767px){
.smallphoto{
	overflow:hidden;
	text-align:center;
}

.smallphoto li{
	display:inline;
}

.smallphoto a{	
	width:27%;
	float:none;
	display:inline-block;
}
}

@media (max-width:650px){
.smallphoto a{	
	width:30%;
}
}

@media (max-width:580px){
.smallphoto a{	
	width:32%;
}
}


.pro_name{
	font-size:20px;
	color:#ff8c00;
	margin-top:10px;
	margin-bottom:10px;
}

.pro_info_section1{
	background:#f8f9f3;
	border-top:2px solid #ff8c00;
	border-bottom:2px solid #ff8c00;
	margin-bottom:5px;
}

.pro_info_section1>li{
	border-bottom:1px solid #fff;
}

.pro_info_section1>li>ul>li{
	display:inline-block;
	font-size:16px;
	color:#121212;
	padding:4px 10px;
	vertical-align:top;
}

.pro_info_section1>li>ul>li:nth-child(1){
	width:25%;
}

.pro_info_section1>li>ul>li:nth-child(2){
	width:73%;
}

.pro_info_section2{
	margin-bottom:5px;
}

.pro_info_section2 li{
	font-size:16px;
	line-height:25px;
	padding:0 10px;
	color:#121212;
}

.pro_info_section3{
	background:#e9ecdb;
	border-top:2px solid #ff8c00;
	border-bottom:2px solid #ff8c00;
	margin-bottom:5px;
}

.pro_info_section3 li{
	padding:4px 10px;
	display:inline-block;
	box-sizing:border-box;
}

.pro_info_section3>li:nth-child(1){
	width:100%;
	background:#f8f9f3;
}

.pro_info_section3>li:nth-child(2){
	width:100%;
	min-height: 45px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #984109;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.pro_info_section3 li{
	display:inline-block;
}

.pro_info_section3 li input{
	width:120px;
	height:30px;
	border-radius:5px;
	border:1px solid #ccc;
	padding-left:5px;
}

.rframe+div{
	padding:8px;
	overflow:hidden;
}

.pro-btn{
	width:200px;
	height:45px;
	border-radius:10px;
	display:inline-block;
	font-size:20px;
	color:#fff;
	line-height:45px;
	margin-top:10px;
}

.pro-btn:hover{
	color:#fff600;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}

.addCart{
	background:url(../tw_img/other/btn_01.png) top 7px left 28px no-repeat, #1c4c5a;
	padding-left:68px;
	margin-right:15px;
}

.buy{
	background:url(../tw_img/other/btn_02.png) top 7px left 30px no-repeat, #a30008;
	padding-left:71px;
}

.fb{
	display:inline-block;
	width:45px; 
	height:45px;
	text-align:center;
	color:#2d4485;
	font-size:50px;
	position:relative;
	top:6px;
	left:10px;
}

@media (max-width:1200px){
.pro-btn{
	width:170px;
}

.pro_info_section3>li:nth-child(1){
	width:100%;
}

.pro_info_section3>li:nth-child(2){
	width:100%;
}

.addCart{
	margin-right:10px;
	background:url(../tw_img/other/btn_01.png) top 7px left 18px no-repeat, #1c4c5a;
	padding-left:58px;
}
}

@media (max-width:991px){
.pro_info_section3>li:nth-child(1){
	width:100%;
}

.pro_info_section3>li:nth-child(2){
	width:100%;
}

.pro-btn-box{
	text-align:right;
}

.pro-btn{
	text-align:left;
	width:170px;
}
}

@media (max-width:767px){
.rframe+div{
	text-align:center;
}

.pro-btn{
	width:180px;
}
}

@media (max-width:700px){
.pro_info_section3 li input{
	width:110px;
}
}

@media (max-width:600px){
.pro-btn-box{
	margin-bottom:30px;
}
}

@media (max-width:515px){
.pro_info_section3 li input{
	width:80px;
}

.pro_info_section3>li:nth-child(1){
	width:100%;
}

.pro_info_section3>li:nth-child(2){
	width:100%;
}

}

@media (max-width:500px){
.pro-btn-box{
	text-align:center;
}
}

@media (max-width:480px){
.pro_info_section1>li>ul>li{
	font-size:15px;
}

.pro_info_section1>li>ul>li:nth-child(1){
	width:30%;
}

.pro_info_section1>li>ul>li:nth-child(2){
	width:68%;
}

.pro_info_section3 li input{
	width:65px;
}

.pro_info_section3>li:nth-child(1){
	width:100%;
}

.pro_info_section3>li:nth-child(2){
	width:100%;
}

.pro-btn{
	width:100%;
}

.fb{
	background:#2d4485;
	width:100%; 
	height:45px;
	top:0;
	left:0;
	border-radius:8px;
	margin-top:10px;
	position:relative;
}


.fb img{
	position:absolute;
	top:0;
	left:15px;
}

}

@media (max-width:450px){
.pro_info_section3 li input{
	width:100px;
}

.pro_info_section3>li:nth-child(1){
	width:100%;
}

.pro_info_section3>li:nth-child(2){
	width:100%;
}
}

@media (max-width:400px){

.pro_info_section1>li>ul>li:nth-child(1){
	width:35%;
}

.pro_info_section1>li>ul>li:nth-child(2){
	width:63%;
}
}


/*----------- tabs ------------*/

.tab-box{
	margin-top:50px;
	margin-bottom:50px;
}

.tab-box .nav{
	border-bottom:2px solid #1c4c5a;
}

.tab-box .nav li a{
	font-size:20px;
	font-weight:bold;
}

.tab-box .nav li a span{
	font-size:16px;
}

.tab-padding{
	padding:20px 0px;
}

.a-tab-content, .b-tab-content{
	padding-left:5px;
	padding-right:5px;
}

.tab-box .nav-pills > li > a{
	border-radius:10px 10px 0 0;
	padding:5px 15px;
	margin-right:10px;
	background:#acacac;
	color:#fff;
}

.tab-box .nav-pills > li.active > a, 
.tab-box .nav-pills > li.active > a:hover, 
.tab-box .nav-pills > li.active > a:focus{
	background:#1c4c5a;
}

@media (max-width:600px){
.tab-box{
	margin-top:30px;
	margin-bottom:30px;
}
}

@media (max-width:500px){
.tab-box .nav li a{
	font-size:18px;
}
.tab-box .nav li a span{
	display:none;
}
}

/*************************************/
/*              business             */
/*************************************/

.business-title{
	font-size:20px;
	color:#4a8b9d;
	text-align:center;
}

.business-sub-title{
	font-size:17px;
	line-height:30px;
	color:rgb(33 115 192);
	font-weight:bold;
}

.business-list{
	padding-left:35px;
}

.business-list li{
	background:url(../tw_img/other/list-icon.jpg) top 7px left no-repeat;
	padding-left:15px;
	font-size:16px;
	line-height:26px;
}

@media (max-width:767px){
.business-list{
	padding-left:10px;
}
}

/*************************************/
/*              member               */
/*************************************/

/*------------freight--------------*/

.freight-list{
	font-size:16px;
	line-height:26px;
}

/*-------------pay----------------*/

.pay-info-box{
	width:570px;
	height:125px;
	padding:15px 0 25px;
	border-radius:10px;
	background:#efefef;
	text-align:center;
	font-size:25px;
	color:#000;
	margin:0 auto 30px;
}

.pay-info-box span{
	font-family:"Times New Roman", serif;
	font-size:35px;
	font-weight:bolder;
	color:#f00;
}

.pay-dis-no{
	display:none;
}

@media (max-width:991px){
.pay-info-box{
	width:100%;
}
}

@media (max-width:480px){
.pay-info-box{
	height:auto;
	padding-bottom:20px;
	margin:0 auto 20px;
}
.pay-dis-no{
	display:block;
}
}

@media (max-width:360px){
.pay-info-box{
	font-size:22px;
	padding-bottom:15px;
}

.pay-info-box span{
	font-size:30px;
}
}

@media (max-width:320px){
.pay-info-box{
	font-size:20px;
}

.pay-info-box span{
	font-size:26px;
}
}

/*************************************/
/*              contacts             */
/*************************************/

.contact-logo{
	margin-bottom:25px;
}

.contact-logo+ul{
	font-size:16px;
	color:#000;
	line-height:25px;
}

/*************************************/
/*              member               */
/*************************************/

/*------------registered-------------*/

.member-content{
	background:#efefef;
	border-radius:10px;
	overflow:hidden;
	text-align:center;
	padding:40px 20px;
	margin-bottom:30px;
}

.sub-title{
	font-size:26px;
	color:#222;
	font-weight:bold;
	margin-bottom:15px;
}

.sub-title i{
	font-size:40px;
	margin-right:4px;
}

.sub-title span{
	font-family:Arial;
	font-weight:bold;
	color:#c2c2c2;
}

@media (max-width:460px){
.sub-title span{
	display:block;
}
}


.member-content label { 
	font-size: 18px;
	padding-left:0; 
	color:#222;
}
.member-content input[type=checkbox] { 
	display:none;
} /* to hide the checkbox itself */
.member-content input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}

.member-content input[type=checkbox] + label:before { 
	content: "\f096"; 
} /* unchecked icon */
.member-content input[type=checkbox] + label:before { 
	letter-spacing: 10px; 
} /* space between checkbox and label */

.member-content input[type=checkbox]:checked + label:before { 
	content: "\f046"; 
} /* checked icon */
.member-content input[type=checkbox]:checked + label:before { 
	letter-spacing: 5px; 
} /* allow space for check mark */





.form-group input,
.form-group textarea{
	background:#fff;
	border:1px solid #acacac;
	font-size:17px;
}

.getCode{
	margin-top:14px;
}


@media (max-width:768px){
#contact-us {
  background-image:none;
  background:#247891;
}
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

.form-group {
  margin-bottom: 20px;
  overflow:hidden;
}

@media (max-width:767px){
.form-control{
	height:45px;
}
}

@media (max-width:480px){
.form-control{
	height:40px;
}
}



/*------------member btn------------*/

.member-btn{
	width:100%;
	border-radius:5px;
	color:#fff;
	font-size:20px;
	text-align:center;
	height:45px;
	line-height:45px;
	border:none;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom:15px;
	display:block;
	background:#1c4c5a;
}

.member-btn:hover{
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
	color:#fff;
	background:#a30008;
}





/*-----------member tabs ------------*/

.tab-box.member-tabs{
	margin-top:30px;
	margin-bottom:50px;
}

.member-tabs.tab-box .nav{
	border-bottom:none;
}

.member-tabs.tab-box .nav li a{
	font-size:18px;
	font-weight:bold;
}

.member-tabs .tab-padding{
	padding:20px 0 0;
}

.member-tabs .a-tab-content, .member-tabs .b-tab-content{
	padding-left:5px;
	padding-right:5px;
}

.tab-box.member-tabs .nav-pills > li > a{
	border-radius:10px 10px 0 0;
	padding:23px 50px 19px;
	margin-right:10px;
	background:#fff;
	color:#f00;
	text-decoration:underline;
}

.tab-box.member-tabs .nav-pills > li.active > a, 
.tab-box.member-tabs .nav-pills > li.active > a:hover, 
.tab-box.member-tabs .nav-pills > li.active > a:focus{
	background:#efefef;
	color:#222;
	text-decoration:none;
}

.member-tabs .tab-content{
	background:#efefef;
	border-radius:0 0 10px 10px;
}

@media (max-width:600px){
.tab-box.member-tabs{
	margin-top:30px;
	margin-bottom:30px;
}
}

@media (max-width:500px){
.tab-box.member-tabs .nav li a{
	font-size:17px;
	padding:20px 20px 16px;
}

}




.member-content form.member-info label{
	font-size:18px;
	color:#959595;
	margin-top:10px;
}

.member-content form.member-info label+span{
	font-size:18px;
	color:#222;
	margin-left:60px;
}

@media (max-width:1200px){
.member-content form.member-info label+span{	
	margin-left:70px;
}
}

@media (max-width:991px){
.member-content form.member-info label+span{	
	margin-left:40px;
}
}

@media (max-width:767px){
.member-content form.member-info label{
	margin-top:0;
}

.member-content form.member-info label+span{	
	margin-left:20px;
}
}



/*************************************/
/*           search_table            */
/*************************************/

.search_table {
    width: 100%;
    display: table;
    margin-bottom: 30px;
    border-collapse: separate;
}

.search_table .thead,
.search_table .tbody{
    display: table-header-group;
}

.search_table .tr {
    display: table-row;
}

.search_table .thead .th {
    color: #fff;
    text-align: center;
    background:#497682;
    position: relative;
}

.search_table .tbody .td {
    color: #000;
    text-align: center;
    vertical-align: middle;    
}

.search_table .thead .th, 
.search_table .tbody .td {
    display: table-cell;
    padding: 12px 10px;
    font-size: 17px;
}

.search_table .tr:nth-child(even){
	background:#efefef;
}

.search_table .tr .td:nth-child(1),
.search_table .tr .td:nth-child(2) {
    width: 18%;
}
 
.search_table .tr .td:nth-child(3) {
    width: 22%;
}

.search_table .tr .td:nth-child(4)
.search_table .tr .td:nth-child(5)
.search_table .tr .td:nth-child(6) {
    width: 14%;
}

.search_table .tr .td:nth-child(4) a{
	color:#000000;
}

.search_table .tr .td:nth-child(5) a,
.search_table .tr .td:nth-child(6) a{
	color:#f00;
	text-decoration:underline;
}


@media (max-width:767px){
.search_table {
	background-color: transparent;
}

.search_table .thead {
    display: none;
}

.search_table .tr {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #6295a2;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
	border-bottom: 4px solid #4d7883;
	border-radius:3px;
}

.search_table .tbody .td:nth-child(odd) {
    background: #efefef;
}

.search_table .tbody .td:nth-child(even) {
    background: #cfe4e9;
}

.search_table .tbody .td:before {
    position: relative;
    float: left;
    font-weight: 700;
}

.search_table .tr .th:nth-child(1), 
.search_table .tr .td:nth-child(1), 
.search_table .tr .th:nth-child(2), 
.search_table .tr .td:nth-child(2), 
.search_table .tr .th:nth-child(3), 
.search_table .tr .td:nth-child(3),
.search_table .tr .th:nth-child(4), 
.search_table .tr .td:nth-child(4),
.search_table .tr .th:nth-child(5), 
.search_table .tr .td:nth-child(5),
.search_table .tr .th:nth-child(6), 
.search_table .tr .td:nth-child(6){
    width: 100%;
	min-height:45px;
}

.search_table .tbody .td {
    text-align: right;
}

.search_table .thead .th, 
.search_table .tbody .td {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #fff;
	box-shadow:0 0 0 1px rgba(205,205,205,1.00);
}

.search_table .thead .th:last-child, 
.search_table .tbody .td:last-child {
    border-bottom:none;
}

.search_table .tbody .td:nth-child(1):before {
    content: "訂單編號";
}

.search_table .tbody .td:nth-child(2):before {
    content: "訂單日期";
}

.search_table .tbody .td:nth-child(3):before {
    content: "訂單金額";
}

.search_table .tbody .td:nth-child(4):before {
    content: "訂單狀態";
}

.search_table .tbody .td:nth-child(5):before {
    content: "取消訂單";
}

.search_table .tbody .td:nth-child(6):before {
    content: "查看明細";
}

}


/*************************************/
/*               cart 1              */
/*************************************/

ol.precautions{
	text-align:left;
	line-height:25px;
	font-size:16px;
	color:#000;
}

ol.precautions li a{
	color:#f00;
	text-decoration:underline;
}

.other-btn{
	width:60%;
	margin:0 auto;
}

.step li{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:20px;
}

.step li.cart-arrow{
	padding:0 30px;
	margin-top:20px;
}

.step br{
	display:none;
}

.step li p.step1-1{
	font-size:20px;
	font-family:Arial;
	font-weight:900;
	color:#497682;
	line-height:20px;
}

.step li p.step1-2{
	background:#497682;
	color:#fff;
	font-size:20px;
	line-height:45px;
	height:45px;
	border-radius:10px;
	width:220px;
	text-align:center;
}

.step ul li.step-active p.step1-1{
	color:#ffd751;
}

.step ul li.step-active p.step1-2{
	background:#ffd751;
	color:#000;
}

@media (max-width:1200px){
.step li p.step1-2{
	width:170px;
}
/*.step br{
	display:block;
}*/
}

@media (max-width:991px){
.step li p.step1-2{
	width:135px;
}

.step li.cart-arrow{
	padding:0 15px;
}
}

@media (max-width:767px){
.other-btn{
	width:80%;
}

.step li p.step1-2{
	width:255px;
	border-radius:5px;
}

.step li.cart-arrow{
	padding:0 30px;
}

.step br{
	display:block;
}
}

/*@media (max-width:720px){
.step li p.step1-2{
	width:245px;
}
}

@media (max-width:700px){
.step li p.step1-2{
	width:235px;
}
}

@media (max-width:680px){
.step li p.step1-2{
	width:225px;
}
}

@media (max-width:660px){
.step li p.step1-2{
	width:215px;
}
}

@media (max-width:640px){
.step li p.step1-2{
	width:205px;
}
}

@media (max-width:620px){
.step li p.step1-2{
	width:195px;
}
}

@media (max-width:600px){
.step li p.step1-2{
	width:185px;
}
}

@media (max-width:580px){
.step li p.step1-2{
	width:175px;
}
}

@media (max-width:560px){
.step li p.step1-2{
	width:165px;
}
}

@media (max-width:540px){
.step li p.step1-2{
	width:155px;
}
}

@media (max-width:520px){
.other-btn{
	width:100%;
}

.step li p.step1-2{
	width:145px;
}
}

@media (max-width:500px){
.step li.cart-arrow{
	padding:0 25px;
}	
}*/

@media (max-width:767px){
.step {
	margin-bottom:40px;
}
.step li{
	width:100%;
	margin-bottom:0;
}

.step li.cart-arrow{
	padding:0;
	text-align:center;
	margin-top:0;
}	

.step li.cart-arrow img{
	transform:rotate(90deg);
}

.step li p.step1-1{
	text-align:center;
	font-size:18px;
	display:none;
}

.step li p.step1-2{
	width:70%;
	line-height:35px;
	height:35px;
	font-size:18px;
	margin:0 auto;
}
}

@media (max-width:580px){
.step li p.step1-2{
	width:100%;
}
}

@media (max-width:480px){
.other-btn{
	width:100%;
}

}


/*-----------cart list--------------*/

.cart-list{
	font-size:17px;
	color:#000;
	margin-bottom:30px;
}

.cart-list table tbody tr.cart-list-even{
	background:#efefef;
}

.cart-list table tbody tr th{
	background:#497682;
	color:#fff;
	text-align:center;
	font-size: 18px;
	font-weight: inherit;
}

.cart-list table tbody tr th:nth-child(1),
.cart-list table tbody tr td:nth-child(1),
.cart-list table tbody tr th:nth-child(2),
.cart-list table tbody tr td:nth-child(2){
	width:35%;
}

.cart-list table tbody tr th:nth-child(3),
.cart-list table tbody tr td:nth-child(3){
	width:8%;
}

.cart-list table tbody tr th:nth-child(4),
.cart-list table tbody tr td:nth-child(4){
	width:15%;
}

.cart-list table tbody tr th:nth-child(5),
.cart-list table tbody tr td:nth-child(5){
	width:7%;
}

.cart-list table tbody tr td{
	padding:15px 20px;
}

.cart-list table tbody tr td:nth-child(1),
.cart-list table tbody tr td:nth-child(2){
}

.cart-list table tbody tr td:nth-child(4){
	text-align:right;
}

.cart-list table tbody tr td:last-child{
	text-align:center;
}

.cart-list table tbody tr td a i{
	text-align:center;
	color:#f00;
	font-size:30px;
	
}

.cart-list table tbody tr td{
	word-break: break-all;
}

.cart-list table tbody tr.cart-list-total{
	font-size:18px;
	color:#497682;
}

.cart-list table tbody tr.cart-list-total td{
	text-align:right;
	padding-bottom:0;
}

.cart-list table tbody tr.cart-list-total.cart-list-total-line td{
	padding-bottom:10px;
	padding-top:5px;
}

.cart-list table tbody tr.cart-list-total td span.price{
	font-size:24px;
	font-weight:bold;
	margin-left:50px;
}

.cart-list table tbody tr td select.freight-select{
	height:35px;
	width:200px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d7d7d7+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	margin-left:10px;
	border-color:#333 !important;
	font-size:16px;
	line-height:35px;
	margin-bottom:5px;
}

.cart-list table tbody tr.cart-list-total .form-group .form-control{
	display:inline-block;
}

.cart-list-total-line{
	border-bottom:3px dotted #5b828c;
}

@media (max-width:991px){	
.cart-list{
	font-size:16px;
}

.cart-list table tbody tr th:nth-child(1),
.cart-list table tbody tr td:nth-child(1){
	width:35%;
}


.cart-list table tbody tr th:nth-child(2),
.cart-list table tbody tr td:nth-child(2){
	width:30%;
}

.cart-list table tbody tr th:nth-child(4),
.cart-list table tbody tr td:nth-child(4){
	width:20%;
}

.cart-list table tbody tr td{
	padding:15px 10px;
}
}


/*-------------step 3----------------*/

.step-3{
	margin-bottom:35px;
}

.step-3-title{
	height:50px;
	text-align:center;
	font-size:18px;
	color:#fff;
	background:#497682;
	line-height:50px;
}

.step-3-list{
	font-size:18px;
	color:#000;
	line-height:50px;
	padding:5px 30px 5px 15px;
	overflow:hidden;
}

.step-3-bg{
	background:#efefef;
}

.step-3 .step-3-list .form-group{
	margin-bottom:0;
}



.step-3 label { 
	font-size: 18px;
	padding-left:0; 
	color:#222;
}
.step-3 input[type=checkbox] { 
	display:none;
} /* to hide the checkbox itself */

.step-3 .checkbox{
	margin-bottom:0;
	margin-top:0;
}
.step-3 input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}

.step-3 input[type=checkbox] + label:before { 
	content: "\f096"; 
} /* unchecked icon */
.step-3 input[type=checkbox] + label:before { 
	letter-spacing: 10px; 
} /* space between checkbox and label */

.step-3 input[type=checkbox]:checked + label:before { 
	content: "\f046"; 
} /* checked icon */
.step-3 input[type=checkbox]:checked + label:before { 
	letter-spacing: 5px; 
} /* allow space for check mark */


@media (max-width:767px){
.step-3-list{
	padding:5px 10px;
}

}

@media (max-width:650px){
.step-3-lt{
	width:35%;
}

.step-3-rt{
	width:65%;
}
}

@media (max-width:480px){
.step-3-list{
	font-size:17px;
}
}

@media (max-width:450px){
.step-3-lt{
	width:45%;
}

.step-3-rt{
	width:55%;
}
}

@media (max-width:350px){
.step-3-lt{
	width:50%;
}

.step-3-rt{
	width:50%;
}
}



/*-------------step 4---------------*/

.step-3-list .pay-info-box{
	width:auto;
	height:auto;
	padding:0;
	border-radius:10px;
	background:#fff;
	text-align:left;
	font-size:25px;
	color:#000;
	margin:0;
}

.step-3-list .pay-info-box span{
	font-family:"Times New Roman", serif;
	font-size:35px;
	font-weight:bolder;
	color:#f00;
}

.step-3-list .pay-dis-no{
	display:none;
}

@media (max-width:991px){
.step-3-list .pay-info-box{
	width:100%;
}
}

@media (max-width:767px){
.step-3-list .pay-info-box{
	font-size:24px;
}
}

@media (max-width:480px){
.step-3-list .pay-info-box{
	height:auto;
	padding-bottom:20px;
	margin:0 auto 20px;
	font-size:22px;
	line-height:30px;
	text-align:center;
}

.step-3-list .pay-info-box span{
	font-size:30px;
}
}

@media (max-width:430px){
.step-3-list .pay-dis-no{
	display:block;
}
}

@media (max-width:360px){
.step-3-list .pay-info-box{
	font-size:22px;
	padding-bottom:15px;
}

.step-3-list .pay-info-box span{
	font-size:30px;
}
}

@media (max-width:320px){
.step-3-list .pay-info-box{
	font-size:20px;
}

.step-3-list .pay-info-box span{
	font-size:26px;
}
}



.freight-bg{
	background:#efefef;
	width:220px;
	height:35px;
	line-height:35px;
	color:#000;
	display:inline-block;
	text-align:left;
	margin-left:15px;
	padding-left:15px;
	font-size:16px;
}

@media (max-width:650px){
.pd650-lt{
	width:30%;
}

.pd650-rt{
	width:70%;
	line-height:30px;
	padding-top:10px;
}
}

@media (max-width:550px){
.pd650-lt{
	width:33%;
}

.pd650-rt{
	width:67%;
}
}

@media (max-width:520px){
.pd650-lt{
	width:100%;
	line-height:30px;
	padding-left:0;
	font-weight:bold;
}

.pd650-rt{
	width:100%;
	padding-top:0;
	padding-left:15px;
}
}

.thakns{
	font-size:26px;
	line-height:35px;
	color:#497682;
	text-align:center;
	margin-bottom:35px;
}

@media (max-width:680px){
.thakns{
	font-size:22px;
	line-height:30px;
}
}

@media (max-width:580px){
.thakns br{
	display:none;
}
}

@media (max-width:480px){
.thakns{
	font-size:18px;
	line-height:28px;
	margin-bottom:30px;
}
}

.order-date{
	font-size:16px;
	color:#252525;
	text-align:right;
	margin-bottom:5px;
}


@media (max-width:500px){
.col-500-2{
	width:100%;
	margin-left:0;
}
}

/*************************************/
/*              download             */
/*************************************/

.download-list{
	text-align:center;
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:40px;
	padding:7px 0;
}

.download-list .div-tr:first-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6bfc1+0,757e81+100 */
	background: rgb(182,191,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(182,191,193,1) 0%, rgba(117,126,129,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6bfc1', endColorstr='#757e81',GradientType=0 ); /* IE6-9 */	
	padding:10px 15px;
	font-size:16px;
}

.download-list .div-tr:first-child .div-td{
	color:#fff;
	background:#497682;
}

.download-list .no{
	width:12%;
}

.download-list .date{
	width:70%;
}

.download-list .subject{
	width:18%;
}

.download-list>div:nth-child(odd){
	background:#efefef;
}

.download-list .div-tr .div-td{
	padding:10px 15px;
	font-size:20px;
	color:#313131;
	vertical-align:middle;
}

.download-list .div-tr .div-td:nth-child(2){
	text-align:left;
}

.download-list .div-tr .div-td a{
	color:#313131;
}

.download-list .div-tr .div-td a i{
	font-size:30px;
}

.icon-inline{
	display:none;
}

.icon-inline2{
	display:block;
}

.div-tr:hover a {
    color: #d39f01 !important;
}

@media (max-width:767px){
	
.download-list{
	text-align:left;
}

.download-list .subject, .download-list .no{
	display:none;
}

.download-list .date{
	width:100%;
}

.download-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #dbdbdb;
}

.download-list .div-tr .div-td:nth-child(1){
	display:none;
}

.download-list .div-tr .div-td:nth-child(2){
	/*border-bottom: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;
}


.download-list .div-tr .div-td a i{
	font-size:26px;
}
}



/*************************************/
/*            breadcrumb2            */
/*************************************/

.breadcrumb2,
.breadcrumb2 a{
	margin-top:20px;
	font-size:16px;
	color:#7d7d7d;
	overflow:hidden;
	border-bottom:2px dotted #ebebeb;
	padding-bottom:10px;
}

.breadcrumb2 i{
	font-size:25px;
	color:#222;
	margin-right:8px;
}

.breadcrumb2 span a{
	color:#00cada;
}

.breadcrumb3{
	margin-top:20px;
	font-size:16px;
	color:#7d7d7d;
	overflow:hidden;
	border-bottom:none;
	padding-bottom:0;
}

@media (max-width:680px){
.breadcrumb2,
.breadcrumb3{
	margin-top:0;
}

.breadcrumb3{
	padding-top:0;
}
}

@media (max-width:480px){
.breadcrumb2{
	font-size:15px;
}
}




/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	margin-bottom:30px;
	margin-top:20px;
	font-size:20px;
}

.page .pagination > li a{
	color:#3b3b3b;
	margin-right:5px;
	border-radius:0;
	background:none;
	font-weight:bold;
	border:none;
	padding:2px 18px;
}

.page .pagination li a:hover{
	color:#ef9c00;
}

.page .pagination > li.next-pre a{
	color:#fff;
	margin-right:5px;
	background:#4a8b9d;
	font-weight:bolder;
	width:40px;
	height:40px;
	padding:0;
	font-size:40px;
	line-height:28px;
	border-radius:3px;
}

.page .pagination li.next-pre a:hover{
	background:#ffc500;
	color:#fff;
}


@media (max-width:991px){
.page .pagination > li:first-child a,
.page .pagination > li:last-child a{
	display:none;
}

.page .pagination > li a{
	padding:2px 12px;
}

}


@media (max-width:700px){
.page .pagination > li.next-pre a{
	width:34px;
	height:34px;
	font-size:35px;
}

.page .pagination > li a{
	padding:2px 10px;
}

}



/*************************************/
/*               others              */
/*************************************/

.related{
}

.related img{
	margin-bottom:20px;
}

.related img:hover{
	opacity:0.7;
}

.foot_img{
	float:right;
}

.cl-red{
	color:#f00;
}

.cl-12{
	color:#121212;
}

.font-16{
	font-size:16px;
	line-height:25px;
}

.font-23{
	font-size:23px;
}

.nt-style{
	font-size:17px;
	font-weight:500;
}

.spac-set{
	height:500px;
	overflow-y:scroll;
}

.spac-set2{
	height:250px;
	overflow-y:scroll;
}

