@charset "utf-8";
.diy_body{
	padding-top: 116px;
	padding-bottom: 64px;
}
/* Common Css */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body{
	font-size:12px;
	color:#444;
	font: 11px/1.55em arial,helvetica,sans-serif;
}
fieldset, img {
	border: 0;
}
ul,li{
	list-style:none;
}
a{
	outline:none;
	text-decoration:none;
	color: #000000;
}
:focus {
	outline: 0;
}

.header {
    /* background: url(../img/top_bg.jpg) repeat-x; */
    height: 116px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	background-image: linear-gradient(180deg, white, #d4d4d4);
	border-bottom: 2px solid #bababa;
}
.header .header_left {
  	float: left;
  	height: 50px;
  	margin-top: 15px;
	width: 320px;
}
#logo {
	float: left;
	max-height:40px;
  	margin-left: 10px;
}
.header .header_right {
  	float: right;
  	height: 50px;
  	margin-top: 15px;
}
.home_url {
  	background: url(../img/top_home.jpg) no-repeat scroll left center;
  	color: #666666;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	height: 30px;
  	line-height: 30px;
  	padding-left: 15px;
  	text-transform: uppercase;
}
.header_menu {
  	margin: 5px auto 0;
  	width: auto;
}
.navigation{
  	height: 30px;
  	line-height: 30px;
  	float: left;
}
ul.dropdown li.nav_ul_li, a.nav_ul_li_a {
  	display: block;
  	float: left;
  	font-family: Tahoma,Geneva,sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	padding: 0 10px 8px;
  	text-transform: uppercase;
}
a.nav_ul_li_a:hover, .nav_ul_li_active a.nav_ul_li_a {
  	border-bottom: 2px solid #f29900;
  	color: #f29900;
  	height: 43px;
  	text-decoration: none;
}
a.nav_ul_li_a {
  	height: 45px;
  	padding-bottom: 0;
}
#sidenav{ 
  	position: relative; 
}
#topmmenu {
  	background: #ffffff none repeat scroll 0 0;
  	border: 1px solid #cfcfcf;
  	left: 0;
  	position: absolute;
  	top: 42px;
  	z-index:1000;
}
#topmmenu li {
  	background: url(../img/menu_jt.png) no-repeat scroll 110px center;
  	float: left;
  	height: 33px;
  	line-height: 33px;
  	text-align: left;
  	position: relative;
}
#topmmenu a {
  	border-bottom: 1px solid #cfcfcf;
  	color: #000;
  	display: block;
  	height: 33px;
  	line-height: 33px;
  	overflow: hidden;
  	padding-left: 5px;
  	text-transform: none;
  	width: 120px;
  	font-size:12px;
  	font-family: Arial,Helvetica,sans-serif;
}
#topmmenu a:hover{
	color:#f29900;
	background:url(../img/menu_jthover.png) no-repeat 110px center #fff5e9;
}
.submenu{
  	background: #fff none repeat scroll 0 0;
  	border: 1px solid #cfcfcf;
  	left: 120px;
  	position: absolute;
  	top: 0;
  	z-index: 9999;
  	display:none;
}
#topmmenu li.sub_menu2_item {
  	background: none;
  	height: 24px;
  	line-height: 24px;
}
#topmmenu .sub_menu2_item a {
  	border-bottom: none;
  	height: 24px;
  	line-height: 24px;
}
#topmmenu .sub_menu2_item a:hover{
	color:#f29900;
	background:#fff5e9;
}
.search_box{
  	float: right;
  	background-image:url(../img/search.png);
	background-repeat:no-repeat;
	background-position: 222px center;
  	border: 1px solid #c2c2c2;
  	height: 28px;
  	line-height: 28px;
  	position: relative;
  	width: 248px;
	display:none;
}
#search-keyword{
	border: medium none;
  	height: 28px;
  	left: 0;
  	line-height: 28px;
  	padding-left: 7px;
  	position: absolute;
  	width: 208px;
  	background:none;
}
#search_mini_sub {
	border: medium none;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	width: 33px;
	background:none;
}
.content{
	width:980px;
	margin:7px auto 50px;
	background-color: #fff;
	padding: 10px;
}
.content::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.content::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.curr_position {
  	background: url(../img/home.jpg) no-repeat scroll 0 10px;
  	margin-bottom: 15px;
  	height: 20px;
  	line-height: 18px;
  	padding-left: 28px;
  	padding-top: 10px;
  	text-align: left;
  	color: #f29900;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight:bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.curr_position a,.curr_position span{
  	color: #7f7f7f;
  	font-size: 11px;
  	font-weight: normal;
}
.curr_position span{
	margin:0px 1px;
}
.curr_title{
  color: #9c9c9c;
  font-size: 28px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}

/*index*/
.index_focus {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
    margin:0 0px;
	background-color: #fff;
}
.index_focus .img_box{
	width:1920px; 
	position:absolute; 
	left:50%; 
	top:0;
	margin-left:-960px;
	height:450px;
}
.index_focus .bd li {  
    display: none;
    position: absolute;
    left: 0;
    top: 0;
	width:1920px;
    height: 450px;
	text-align: center;
	background: #f1f1f1;
}
.index_focus .bd li img{
    height: 450px;
    max-width: 100%;
    width: auto;
    object-fit: cover;
}
.index_focus_pre,.index_focus_next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    background: url(../img/ico_sliding.png) no-repeat;
}
.index_focus_pre {
    left: 30px;
    background-position: 0 0;
}
.index_focus_pre:hover {
    background-position: 0 -144px;
}
.index_focus_next {
    right: 30px;
    background-position: 0 -72px;
}
.index_focus_next:hover {
    background-position: 0 -216px;
}
.index_focus .slide_nav {
    position: absolute;
    left: 48%;
    bottom:2%;
}
.index_focus .slide_nav a {
	cursor:pointer;
	float:left;
    font-size:28px;
    font-family: arial;
    color: #ccc;
	padding:5px;
}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{text-decoration: none;color: #000;filter: alpha(opacity=80);opacity: 0.8;}
ul.recommend-banner {
  	margin: 30px auto 15px;
  	text-align: center;
  	width: 980px;
	  background-color: #fff;
}
ul.recommend-banner li {
  	float: left;
  	margin-right: 2px;
}
ul.recommend-banner li img {
  height: 243px;
  width: 243px;
}
.recommend-product {
  	width: 840px;
  	height: 511px;
  	margin: 0 auto;
	padding: 0px 70px;
  	background: url(../img/product_bg.jpg) repeat;
}
.recommend-product .home_products_row {
  	height: 301px;
  	position: relative;
}
.home_products_row .home_pro {
  	float: left;
  	position: relative;
}
.home_pro_info {
  	padding-left: 10px;
  	position: absolute;
  	text-align: left;
  	width: 160px;
}
.home_pro_img {
  	position: absolute;
}
.product-name.home_pro_info_name {
  	line-height: 11px;
  	font-size:11px;
  	text-align: left;
}
.home_pro_info_name {
  	margin-bottom: 10px;
}
.goto_am {
  	background: url(../img/shop_now2.png) no-repeat;
  	display: block;
  	height: 20px;
  	text-indent: -90000px;
  	width: 77px;
}
.product-name.home_pro_info_name a {
  	color: #153877;
}
.home_products_row .home_pro_0 {
  	height: 301px;
  	width: 401px;
}
.home_pro_0.home_pro .home_pro_info {
  	left: 20px;
  	top: 128px;
}
.home_pro_0.home_pro .home_pro_img {
  	bottom: -4px;
  	right: 21px;
}
.home_pro_0.home_pro .home_pro_img img.home_product_img {
  	height: 180px;
}
.home_products_row .home_pro_1 {
  	height: 301px;
  	width: 178px;
}
.home_pro_1.home_pro .home_pro_info {
  	left: 10px;
  	top: 80px;
}
.home_pro_1.home_pro .home_pro_img {
  	bottom: -4px;
  	left: 11px;
}
.home_pro_1.home_pro .home_pro_img img.home_product_img {
  	height: 130px;
  	width: 162px;
}
.home_products_row .home_pro_2 {
	height: 301px;
	width: 178px;
	margin-top: 260px;
	margin-left: 40px;
}
.home_pro_2.home_pro .home_pro_info {
  	left: 10px;
  	top: 80px;
}
.home_pro_2.home_pro .home_pro_img {
    bottom: 290px;
    right: -11px;
}
.home_pro_2.home_pro .home_pro_img img.home_product_img {
  	height: 130px;
  	width: 162px;
}

/* contact css */
.contact_content .contact_title{
	margin-bottom: 35px;
}
.from_content .contact_title h2 {
  	color: #000000;
  	font-family: "Lato",Arial,Helvetica,sans-serif;
  	font-size: 36px;
  	font-weight: normal;
  	line-height: 42px;
}
.from_content td span {
  	font-size: 15px;
  	line-height: 27px;
  	padding-top: 5px;
}
.from_content td span.required {
  	color: #e57300;
}
.from_content td input[type="text"]{
  	border: 1px solid #d2d2d2;
  	box-sizing: border-box;
  	color: #747474;
  	font-size: 13px;
  	margin-right: 1%;
  	padding: 8px 15px;
  	width: 100%;
}
.from_content textarea{
  	border: 1px solid #d2d2d2;
  	color: #747474;
  	padding: 1px;
  	font: 12px arial,helvetica,sans-serif;
}
.from_content td input.captcha {
  	width: 20%;
}
.from_content .vAlign {
  	border: 1px solid #000;
  	height: 32px;
  	vertical-align: top;
}
.from_content p.required {
	color: #e57300;
  	font-size: 13px;
  	padding: 2px 0;
  	text-align: right;
}
.from_content .submit_input {
  	border: 2px outset buttonface;
  	cursor: pointer;
  	font-size: 15px;
  	padding: 1px 6px;
  	text-indent: 0;
  	text-shadow: none;
  	text-transform: none;
}
.from_content .upload_warp {
  	display: block;
  	position: relative;
}
.from_content .upload_s {
  	background: url(../img/upload.png) no-repeat;
  	height: 22px;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 80px;
}
.from_content .upload_f {
  	height: 22px;
  	opacity: 0;
  	width: 80px;
}
.from_content .upload_notice {
  	left: 90px;
  	padding-top: 0;
  	position: absolute;
  	top: 0;
}

/* support css */
.support_content .contact_title{
  	margin-bottom: 10px;
  	margin-top: 10px;
}
.support_content td span{
  	color: #00a0e9;
}
.support_content .detail-tab{
	width:980px;
	border:1px solid #ccc;
	background:#fff;
	clear:both;
}
.support_content .detail-tab .tabbtn {
	height:30px;
	line-height:30px;
}
.support_content .detail-tab .tabbtn li {
	float:left;
	text-align:center;
	position:relative;
	cursor:pointer;
	height:30px;
	font-size:16px;
	width:50%;
	color:#333;
}
.support_content .detail-tab .tabbtn li.current {
	background:#c5a069;
}
.support_content .detail-tab .tabcon .sublist {
	padding:15px;
}

/* coupon_content css */
.coupon_content{
	margin-bottom:20px;
  	background: #f7f7f7;
}
.coupon_content .coupon_search{
  	padding-bottom: 10px;
  	margin-top: 15px;
  	margin-left: 75%;
  	width: 25%;
  	float: left;
}
.coupon_content h2.title{
	color: #494949;
	font-weight: bold;
	font-size: 20px;
  	text-align: center;
  	line-height: 1.2em;
  	margin-bottom: 0.4em;
}

.ui-input-search {
  	position: relative;
  	border-radius: 10px;
  	border-style: solid;
  	border-width: 1px;
  	margin: 0.5em 0;
  	width:75%;
}
.ui-input-search input {
  	border: 0 solid red;
  	border-radius: 10px;
  	padding-left: 1.75em;
	font-size: 14px;
  	margin: 0;
  	min-height: 2.2em;
  	text-align: left;
  	box-sizing: border-box;
  	display: block;
  	line-height: 1.4em;
  	outline: 0 none;
  	width: 100%;
}
.ui-input-search .form_s {
  	background: url(../img/search-black.png) no-repeat center center;
  	border: 0 none;
  	height: 14px;
  	left: 3px;
  	padding-left: 1em;
  	position: absolute;
  	top: 0;
  	width: 14px;
  	z-index: 999;
}
ul.list-coupon li {
  	background: #fff;
  	float: left;
  	margin: 15px 4px;
  	padding: 20px 9px;
  	width: 300px;
}
ul.list-coupon li img {
	height: 100px;
	margin: 0 50px;
	width: 200px;
}
ul.list-coupon li h4 {
  	font-size: 1.05em;
  	line-height: 1.35em;
  	margin-bottom: 0.4em;
	margin-top:10px;
}
ul.list-coupon .coupon_to_amoz {
  	/* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(246, 219, 153, 1) 0%, #f0c452 100%) repeat scroll 0 0; */
	background: url(../img/BuyAmazon.jpg) no-repeat scroll 0 0;
	background-size: cover;
  	border: 1px solid #a88734;
  	display: block;
  	/* float: right; */
  	height: 44px;
  	/* margin-right: 20px; */
  	width: 153px;
  	-moz-user-select: none;
  	border-radius: 4px;
  	cursor: pointer;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1.42857;
  	/* margin-bottom: 0; */
  	padding: 0;
  	text-align: center;
  	vertical-align: middle;
  	white-space: nowrap;
	/* margin-top:40px; */
	margin: 40px auto 20px;
}
ul.list-coupon .coupon_to_amoz a {
	color: #333;
}
ul.list-coupon .coupon_to_amoz a:hover {
	color: #7f5b01;
}
ul.list-coupon dl {
  	float: left;
  	margin-bottom: 0;
  	margin-top: 15px;
  	width: 100%;
}
ul.list-coupon dl dd {
  	color: #666;
  	display: block;
  	float: left;
  	height: 24px;
  	line-height: 24px;
  	width: 100%;
}
ul.list-coupon dl dd strong{
  	font-size: 24px;
  	font-weight: 700;
}

/*product list*/
.category_left{
  	width: 195px;
  	float: left;
}
.category_left_head_name {
  	background: #ffc96a;
  	height: 145px;
  	width: 190px;
  	color: #000;
  	display: table-cell;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 22px;
  	text-align: center;
  	vertical-align: middle;
}
.category_left_content {
  	width: 190px;
}
.left_pro_list {
  	border: 1px solid #eee;
  	margin-top: 20px;
}
.left_pro_list .left_pro_list_hot {
  	border: 1px solid #eee;
  	color: #ec7f00;
  	font-size: 16px;
  	height: 42px;
  	line-height: 42px;
  	padding-left: 10px;
}
.left_pro_list .listing-item {
  	border-bottom: 1px solid #eee;
  	padding: 5px 0;
}

.left_pro_list .product-image {
  	float: left;
}
.left_pro_list .product-image img{
	width:36px;
	height:36px;
	padding:2px;
}
.left_pro_list .product-shop {
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	width: 145px;
  	float: left;
}

.right_pro_list {
  	float: right;
  	width: 780px;
}
.category_view_list_categoryname {
  border-bottom: 2px solid #dadada;
  border-top: 1px solid #dadada;
  color: #666;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.product_list_table_cell {
  	float: left;
  	height: 352px;
  	margin-bottom: 10px;
  	padding-left: 10px;
  	position: relative;
  	width: 249px;
}
.product_list_table_cell_content {
  	border-bottom: 1px solid #eee;
  	height: 352px;
  	position: absolute;
  	width: 256px;
}
.product_list_table_cell_content:hover {
  	border: 1px solid #ec7f00;
}
.product_list_table_cell_content img{
	width:250px;
	height:250px;
}
.category_product_list_contentname {
  	color: #858585;
  	font-size: 12px;
  	font-weight: normal;
  	margin-top: 30px;
  	text-align: left;
  	line-height: 1.35em;
  	margin-bottom: 0.4em;
  	height: 5.4em;
  	overflow: hidden;
}
.dede_pages {
  	/* background: #f2f2f2; */
  	height: 30px;
  	padding: 0 20px;
}
.dede_pages .pagelist {
  	/*float: none;
  	*/padding: 0;
  	/*text-align: center;
*/}
.dede_pages ul li {
  	line-height: 30px;
  	border:0px;
  	display: inline;
  	/*float: none;
*/}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
  	padding: 0px 4px;
}
.dede_pages ul li a {
  	padding: 0 4px;
  	display: inline;
  	/*float: none;
*/}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: none;
}
.dede_pages ul li a:hover {
  	padding: 0 4px;
  	color:#f1ad1d;
}
.dede_pages .pageinfo {
  	color: #555;
}
.page-limit {
  	color: #555;
  	float: right;
  	font-size: 12px;
  	height: 30px;
  	line-height: 30px;
}
.page-limit select {
  	margin: 0 3px;
  	width: 50px;
  	border: 1px solid #b6b6b6;
  	font: 12px arial,helvetica,sans-serif;
}
.page-limit select option {
  	padding-right: 10px;
  	font: 12px arial,helvetica,sans-serif;
}

.right_pro_list .pager2 {
  	text-align: center;
  	width: 100%;
  	height:32px;
  	line-height:32px;
}
.right_pro_list .pager2 .active, .right_pro_list .pager2 .active:hover {
  	color: #f1ad1d;
  	font-size: 12px;
}
.right_pro_list .pager2 .pipe {
  	font-size: 0.85em;
  	padding: 0 3px;
}



/*.product_cate {
  	border-bottom: 1px solid #ddd;
 	border-top: 1px solid #ddd;
  	font-size: 14px;
  	height: 40px;
  	line-height: 40px;
  	margin-top: 40px;
  	width: 100%;
	font-weight:bold;
}
.product_cate a {
  	color: #787878;
  	display: block;
  	float: left;
  	text-align: center;
  	width: 20%;}
.product_cate a:hover,.product_cate a.curr{
	background:#333;
  	color: #fff;
}
.sub_product_cate{
	width:300px;
	margin-top:25px;
	float:left
}
.sub_product_cate li {
  	border-bottom: 1px dashed #ccc;
  	height: 40px;
  	line-height: 40px;
  	text-indent: 20px;
  	width: 280px;
	background-image: url(../img/page_list_d.png);
	background-repeat:no-repeat;
	background-position:5px center;
}
.sub_product_cate li a {
  	color: #333;
  	font-size: 14px;
}
.sub_product_cate li a:hover,.sub_product_cate li a.curr{
  	color: #6699cc;
	font-weight:bold;
}
.product_list{
	margin-top:25px
}
.sub_product_list{
	float:left;
	width:840px;
}
.product_list ul li{
	width:260px;
	height:260px;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
}
.product_list ul li img{
	width:250px;
	height:190px;
	border:1px solid #eee;
	padding:4px;
}
.product_list ul li .marked-list {
  	height: 60px;
  	line-height:20px;
  	width: 100%;
}
.product_list ul li .marked-list a{
	color: #343434;
}
ul li .marked-list a b{
	font-weight: normal;
}
.product_list ul li .marked-list a:hover{
	color: #6699cc;
}
.product_img{
	text-align:center;
	max-height:500px;
	max-width:100%;
	margin-bottom:30px;
}
.product_img img{
	max-height:500px;
	max-width:100%;
}
.product_content{
	line-height:30px;
}
.product_content table{
	border:solid #999; 
	border-collapse:collapse;
	border-width:1px 0px 0px 1px;
	margin:0px auto;
	text-align:center;
}
.product_content table td{
	border:solid #999; 
	border-width:0px 1px 1px 0px; 
	padding:10px 0px;
}
.product_content img{
	max-width:100%;
}

*/
/* product info */
/*.product_left{
	margin-right:13px;
	width:602px;
	height:460px;
	float:left;
}
.product_right{
	width:530px;
	height:460px;
	margin-top:30px;
	float:left;
}
.product_right .product_title{
  	color: #343434;
  	font-size: 16px;
  	font-weight: bold;
  	line-height: 24px;
  	overflow: hidden;
  	max-height: 78px;
  	border-bottom:1px dashed #ccc;
  	padding-bottom:10px;
}
.product_right .product_overview_title{
	line-height: 40px;
  	height: 40px;
  	color: #999;
  	font-size: 14px;
  	font-weight: bold;
}
.product_right .product_quick_overview{
	line-height: 24px;
	max-height: 200px;
	color: #666;
	margin-left:30px;
	width: 500px;
  	max-height: 220px;
  	overflow: hidden;
}
.product_right .product_buy{
	height:50px;
	margin-top:30px;
}
*/
.pro_media_info {
  	background: #fbfbfb;
  	border: 2px solid #eee;
  	width:980px;
  	margin-bottom: 40px;
}
.product-img-box {
  	border-right: 1px solid #dfdfdf;
  	float: left;
  	padding-bottom: 15px;
  	width: 406px;
}

.product-info-box {
  	float: left;
  	padding-left: 10px;
  	padding-top: 10px;
  	width: 550px;
}
.product-info-box-top, .product-info-box-midd {
  	border-bottom: 1px solid #eee;
  	margin-bottom: 15px;
  	padding-bottom: 5px;
  	padding-right: 10px;
}
.product-info-box .product-name {
  	color: #333;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 16px;
	  line-height: 1.4;
}
.pro_summary {
  	margin-bottom: 8px;
}
.product-info-box-midd .border-head {
  	color: #000;
  	font-size: 14px;
  	margin-bottom: 8px;
}
.short-description {
  	box-sizing: border-box;
  	color: #444;
  	font-family: Arial,sans-serif;
  	font-size: 13px;
  	line-height: 19px;
  	margin-bottom: 0 !important;
  	margin-left: 18px;
  	margin-right: 0;
  	margin-top: 0;
  	padding: 0;
}
.short-description ul li {
  	box-sizing: border-box;
  	list-style: outside none disc;
  	margin: 0;
  	overflow-wrap: break-word;
}
.prlistRight {
  	float: left;
  	margin-left: 2%;
  	width: 100%;
}
.prlistRight .prTitle {
  	color: #000000;
  	font-size: 1.2em;
  	font-weight: bold;
  	margin: 10px 0 18px -10px;
}
.prlistRight dt.hover,.prlistRight dt:hover {
  	background: url(../img/right-icon.gif) no-repeat scroll 100% 100%;
  	border: 1px solid #00913b;
  	color: #00913b;
}
.prlistRight dt {
  	border: 1px solid #cccccc;
  	color: #666666;
  	cursor: pointer;
  	float: left;
  	margin-right: 5px;
  	padding: 6px;
}
.product_to_amoz {
  	margin-bottom: 25px;
  	margin-top: 60px;
}
.buy_at_am {
  	background: url(../img/BuyAmazon.jpg) no-repeat scroll 0 0;
  	display: block;
  	float: left;
  	height: 44px;
  	margin-right: 20px;
  	width: 153px;
}
.Applay_smp {
  	background: url(../img/Apply.jpg) no-repeat scroll 0 0;
  	display: block;
  	float: left;
  	height: 44px;
  	width: 159px;
}
.detail_fb {
  	margin-top: 15px;
}
.pin-it-button {
  	margin-bottom: 10px;
  	margin-left: 100px;
  	float: left;
}
.product-info .detail-tab{
	width:980px;
	clear:both;
}
.addthis_toolbox a {
  	border: 0 none;
  	font-family: arial,helvetica,sans-serif !important;
  	text-decoration: none !important;
}
.addthis_toolbox .atc_s {
  background: #fe6d4c url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAFVBMVEUAAAD///////////////////////9Iz20EAAAABnRSTlMAwPm7kB4+mBDvAAAAP0lEQVQI12MIVksDgyRTBrM0KEhmAApChRnS4ACdKcCIl5ko6MAiKAZmJjAAARsKE6GAsGE43IBwJLLTER4CAHvvQkc3Hji8AAAAAElFTkSuQmCC") no-repeat scroll 5px 5px / 10px auto;
  border-radius: 2px;
  min-width: 25px;
  text-decoration: none;
}
.addthis_toolbox a.atc_s {
  	color: #fff;
  	cursor: pointer;
  	display: block;
  	float: left;
  	font-size: 11px;
  	font-weight: 100;
  	height: 20px;
  	line-height: 20px;
  	overflow: hidden;
  	padding: 0 5px 0 20px;
  	transition: none 0s ease 0s ;
}
.product-info .detail-tab .tabbtn {
	height:42px;
	line-height:42px;
  	border-bottom: 2px solid #eee;
  	border-top: 1px solid #eee;
  	margin-bottom: 15px;
}
.product-info .detail-tab .tabbtn li {
	float:left;
	padding:0px 15px;
	text-align:center;
	position:relative;
	cursor:pointer;
	height:40px;
	font-size:16px;
}
.product-info .detail-tab .tabbtn li.current {
  	border-left: 1px solid #fde8c9;
  	border-right: 1px solid #fde8c9;
  	border-top: 2px solid #ec7f00;
  	color: #ec7f00;
  	font-size: 14px;
  	font-weight: bold;
  	display: block;
}
.product-info .detail-tab .tabcon {
	position:relative;
	overflow:hidden;
}
.product-info .detail-tab .tabcon .sublist {
	padding:15px 5px;
	min-height: 300px;
}
.like_product_list ul li{
	width:145px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}
.like_product_list ul li.last{
	margin-right:0px;
}
.like_product_list ul li img{
	width:135px;
	height:135px;
	border:1px solid #eee;
	padding:4px;
}
.like_product_list ul li .marked-list {
  	line-height: 20px;
  	max-height: 80px;
  	overflow: hidden;
  	width: 100%;
}
.like_product_list ul li .marked-list a{
	color: #343434;
}
.like_product_list ul li .marked-list a:hover{
	color: #6699cc;
}

.product-img-box .mt{height:28px;line-height:28px;padding:0 10px 8px;border-top:1px solid #EED97C;background:url(../img/bg_hotsale.gif) repeat-x 0 -552px;color:#c00;}
.product-img-box .tab{border-bottom:2px solid #BE0000;margin-bottom:10px;}
.product-img-box .tab li{position:relative;height:24px;padding:3px 12px 0;background:url(../img/icon_clubs.gif) #ccc no-repeat right -150px;overflow:hidden;margin-right:3px;line-height:24px;font-size:14px;font-weight:bold;color:#c30;}
.product-img-box .tab span{position:absolute;left:0;top:0;z-index:1;width:10px;height:27px;background:url(../img/icon_clubs.gif) no-repeat 0 -150px;}
.product-img-box .tab a{float:none;color:#c30;}
.product-img-box .tab .curr{background-position:right -178px;color:#fff;}
.product-img-box .tab .curr span{background-position:0 -178px;}
.product-img-box .tab .curr a{color:#fff;}
.product-img-box .mc .extra{padding:5px 10px;border-top:1px solid #F3E6C6;}
.product-img-box .total{float:right;}
.product-img-box .total strong{color:#FF7403;}
.product-img-box .total a:link,.product-img-box .total a:visited{color:#005aa0;}
.product-img-box .join a:link,.product-img-box .join a:visited{color:#FF7604;}
.product-img-box .norecode{padding:0 10px 10px;}
.product-img-box .iloading{margin-bottom:10px;}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;width:400px;height:400px;}
.jqzoom img{width:406px;height:406px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:600px !important;height:600px !important;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:406px;height:406px;}
.spec-scroll{clear:both;margin-top:5px;padding:0px 5px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:362px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}

/*contact*/
.page_info p{
	line-height:30px;
	/*text-indent:2em;*/
	font-size:14px;
	color:#333;
}
.page_content a{
	color:#333;
}
.clear{
	clear:both;
}

.footer {
    background: #b9b6ac;
    height: 32px;
    line-height: 32px;
    margin-top: 25px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 999
}
.header_main, .container, .footer-paypal-logo {
  	margin: 0 auto;
  	text-align: center;
  	width: 980px;
}
.copy_right {
  	color: #fff;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 10px;
  	margin-left: 10px;
}

.contact-form-guide > .box > h5{
	display: none;
}
.contact-form-guide > .box {

}
.contact-form-guide .table_form tbody td,
.contact-form-guide .table_form tbody th{
	border-bottom: 0;
}
.contact-form-guide .table_form tbody th{
	font-size: 14px;
	line-height: 36px;
	color: #333;
	width: 120px;
	text-transform: capitalize;
}
.contact-form-guide .table_form tbody th:after{
	content: ':';
}
.contact-form-guide .table_form tbody td input,
.contact-form-guide .table_form tbody td textarea{
    width: 100%;
    height: 36px;
    line-height: 24px;
    padding: 0 14px!important;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
}
.contact-form-guide .table_form tbody td textarea{
    padding: 8px 14px!important;
}
.contact-form-guide .table_form tbody td input[type="submit"]{
    color: #fff;
	background-color: #f29900;
	border-color: #f29900;
	box-shadow: none;
	border: 0;
	cursor: pointer;
	transition: background-color .2s;
}
.contact-form-guide .table_form tbody td input[type="submit"]:hover{
	background-color: #ffad1f;
}