/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;/* vertical-align:middle; baseline*/}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;color:#FFF;}
table a{text-decoration:none;color:#347bc7;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
.item img{
 	width:100%;
 	height:100%;
 	-webkit-border-radius:10px;
 }
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src:url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}
 body{
	font-family:Arial, Helvetica, sans-serif;
	min-width:1500px;
	    height: 100%;
 }
 /*
  .wrap{
	width:80%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;   //firefox
	-webkit-transition:all .2s linear; //safari and chrome 
	-o-transition:all .2s linear; //opera
	-ms-transition:all .2s linear;
 }
 */
 
 .wrap-main .logo{
	float: left;
    width: 60%;
}
.wrap-main .menu {
    float: right;
    width: 40%;
    margin-top: 3.5%;

}
.wrap-main .logo img {
    width: 45%;
}

 .wrap{
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;   //firefox
	-webkit-transition:all .2s linear; //safari and chrome 
	-o-transition:all .2s linear; //opera
	-ms-transition:all .2s linear;
	 width:80%;
	 padding-left:20px;
	 height:inherit;
 }
 .header_top{
 	 background:#031a2b;
 	 /* border-bottom: 2px solid #C83939; */
 }
 .logo{
	float:left;
	/*padding:16px 0;*/
 }
  .menu{
	 float:right;
	 /*margin:60px 0 0 0;*/
 }
  .menu li{
	 float:left;
 }
  .menu li a{
  	 padding: 20px 10px 2px 10px;
	 font-size:1.3em;
	 margin:0px 20px;
	 /*color:#FFF;*/
	 font-weight:bold;
	 text-transform:inherit;/* uppercase;*/
	 font-family: 'ambleregular';
	 -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
 }
.menu li a:hover,.menu li.active a{
	
	border-color:#585b5c;
	border-style: dotted;
	border-width: 1px;
	padding: 20px 10px 5px 10px;
 }
 
 /************ Slider ***********/
/*.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height:500px;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
 	display: block;
	height: auto;
	float: left;
	border: 0;
	width: 100%;
  }*/
/******************** Main ***********/
.icon_grids{
	background:#fffefe/*#EEEDED;*/
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 3% 0 3% 1.6%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width:29%;
	padding:1.5%;
	text-align: center;
	border:1px solid #EEE;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.grid_icon{
	border-radius:4em;
	-webkit-border-radius:4em;
	-moz-border-radius:4em;
	-o-border-radius:4em;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-o-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	display: inline-block;
	padding: 15px;
	background:#C83939;
	cursor:pointer;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grid_icon:hover{
   background:#232322;
}
.images_1_of_3  h3{
	font-family: 'ambleregular';
	color:#232322;
	font-size: 1.5em;
	padding:15px 0px;
	text-transform: uppercase;
}
.images_1_of_3  p{
	font-size: 0.85em;
	color:#555;
	line-height: 1.8em;
	padding: 10px 0px;
}
.content_bottom{
	background:#232322;
}
 .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
 .col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }

.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_1_of_3  h3{
	color:#FFF;
	margin-bottom:10px;;
	font-size:2em;
	font-family: 'ambleregular';
	text-transform:uppercase;
}
.span_1_of_3  p{
	font-size:0.85em;
	color:#7F7F7F;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
	padding:5px 0; 	
}
.span_1_of_3  li{
	font-size:0.85em;
	color:#7F7F7F;
	display:block;
	padding:10px 0 10px 15px;
	background:url(../images/list_marker.png) no-repeat 0px;
	font-family: 'ambleregular';
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.span_1_of_3 li:hover{
    color:#FFF;
}
.span_1_of_3 img{
	border:1px solid #FFF;
	display:block;
	max-width:100%;
}
.button{
	margin-top:15px;;
}
.button a{
		background:#C83939;
		padding:10px 15px;
		font-family: 'ambleregular';
		color: #FFF;
		display:inline-block;
		font-size: 0.8em;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;
}
.button a:hover{
	    background:#222;
	    color:#FFF;
}
.read_more{
	margin-top:10px;
}
.read_more a,.more_info a{ 
    font-family: 'ambleregular';
	color:#C83939;
	font-size:0.9em;
	text-transform: uppercase;
	border:none;
	background:url(../images/list_marker.png) no-repeat 0;
	padding-left:10px;
	display: inline-block;
	margin-top:10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.read_more a:hover{
  color:#FFF;
}
.more_info a:hover{
	color:#000; 
}
/****  New Products ******/
.new-products p{
	display: inline-block;
	width:49%;
	list-style:none;
	padding-top:0;
}
.new-products p a{
	background: #FFF;
	display: block;
    margin:0 5px;
}
/********** Footer **********/
.footer{
	/*margin-top: 20px;*/
	padding:20px 0;
	background:#efefef;
	
 }
.footer p{
	text-align:left;
	font-size:1.2em;
	color:#00000;
	font-family: 'ambleregular';
 }
 /*
.address{
 	float:left;
 }
.phone{
 	float:right;
 }
 */
 .footer img,.footer img,.address,.pnone{
 	vertical-align:middle;
 }
.footer p.phone span{
 	color:#222;
 }
 /*
.copy-right{
	padding:10px 0;
	background:#232322;
	
 }
 .copy-right p{
	font-size:0.85em;
	color:#A5A5A5;
	font-family: 'ambleregular';
	/*text-align:center;*/
 /*}*/
 
 .copyRight{
	padding:10px 0;
	background:#232322; 
 }
 .copyRight p{
	font-size:0.85em;
	color:#A5A5A5;
	font-family: 'ambleregular';
	/*text-align:center;*/
 }
  .copyRight .cLogo{
	padding-left:1%;
 }
 
 .copy-right p a{
	text-decoration:underline;
	color:#C83939;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
 }
 .copy-right p a:hover{
 	color:#FFF;
	text-decoration:none;
 }

/**********Footer-revised**************/
.location-details {
    padding: 3% 0 30px 10%;
    height: 110px;
}
.location-details .det-left, .location-details .det-right{
	float: left;
    width: 50%;
    display: inline-block;
}
.location-details .det-left .icon{
    float:left;
    width:51%;
    height: 50px;
}
.location-details .det-right .icon{
    float:left;
    width:7%;
    height: 50px;
}  
.location-details .content{
	height:50px;
    font-size: 15px;
}
.det-right .content p {
    padding-top: 1%;
}
.location-details .det-left .icon img {
    float: right;
    width: 8%;
    padding-right: 30px;
} 
.location-details .det-right .icon img {
    float: left;
    width: 60%;
} 
.footer-wrap a{
	color:black;
}
.content.ad p {
    display: inline-block;
	line-height: 1.8;
}
.inner-footer-wrap {
    background: #EEEDED;
}

 /********** About **********/
.about_info {
	padding:3% 1.5%;
}
.about_info h2{
	font-family: 'ambleregular';
	color: #232322;
	font-size:2em;
	padding: 15px 0px;
	text-transform: uppercase;
}
.about_info p{
	font-size: 0.85em;
	color: #5F5F5F;
	line-height: 1.8em;
	padding:5px 0px;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding:1.5% 0;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
}
.about_desc{
	width: 68.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.about_desc  p {
	font-size:0.85em;
	color:#5F5F5F;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
	padding:5px 0;  	
}
.about_desc  p span{
	font-family: 'ambleregular';
	color:#C83939;
	font-size:1.5em;
}
/* Services  ============================================================================= */
.services {
	background: #EEEDED;
	/*padding:50px 0;*/
	padding: 70px 0 0;
}
.product-show{
	/*max-height:900px;
	min-height:690px;*/
	overflow: auto;
        width:1500px;
}
.listview{
	width:1468px;
	border-top: 1px dashed #cfcfcf;
	border-bottom: 1px dashed #cfcfcf;
        border-right:1px dashed #cfcfcf;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
	border: 1px dashed #cfcfcf; 
	height: 220px;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { 
	margin-left: 0;    
	
} 
.listview_title{ 
	clear:both;
	height: 30px;
	line-height:30px;
	text-align: center;
	font-size: 1.2em;
    font-family: 'ambleregular';
    text-transform: capitalize;
    border: 1px dashed #cfcfcf;
}
.images_1_of_2 {
	width: 700px;
	padding:10px;
}
.listimg_2_of_1 {
	width:150px;
}
.list_2_of_1 {
	width: 520px;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h3{
	color:#232322;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.2em;
	font-family: 'ambleregular';
	/*text-transform:uppercase;*/
	text-transform:capitalize;
}
.list_2_of_1  p{
	font-size:0.85em;
	color:#5F5F5F;
	line-height: 1.3em;
	font-family :Arial, Helvetica, sans-serif;
	padding:0;   	
}
.productsPurchaseInformation{
	/*height: 60px;*/
}
.ProductsBriefInformation{
	/*height: 100px;*/
	text-overflow:clip;
	overflow:hidden;
	white-space: pre-wrap;
	padding:2px;
}


/* detail ===========================================================================================*/
.detail-page{
	/*text-align:center;
	padding:150px 0px 0 0;*/
	min-height:850px;
	width: 100%;
}
/*==============详情页照片查看器===============*/
div,ul,li{padding:0; margin:0;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
/* box */
.detail-box{width:410px;height: 400px;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:5px 0 0;overflow:hidden;width: 350px;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:60px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{height:350px;width:350px;}
.tb-s310, .tb-s310 img{max-height:350px;max-width:350px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:58px;width:60px;}
.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:60px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.detail-left{
	float: left;
	width: 30%px;
	height: 400px;
	margin:30px 50px;
}
.detail-rigth{
	margin:30px 30px;
	float:left;
	width:52%;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif; 
}
.detail-title{
	font-size: 1.5em; 
	font-weight: bold; 
	color: gray;
	width: 700px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	
}
.detail-activity{/*活动展示*/
	margin: 7px 0;
	font-size: 0.7em;
	color: red;
	visibility: hidden;
	display: none;
}

.soft_download{
	margin-left: 10px;
    padding: 3px;
    font-size: 1em;
    background: #165E9a;
    cursor: pointer;
    -webkit-border-radius: 5px;
    text-decoration: none;
    width: 130px;
}
.soft1_download{
	margin-left: 10px;
    padding: 3px;
    font-size: 1em;
    background: #165E9a;
    cursor: pointer;
    -webkit-border-radius: 5px;
    text-decoration: none;
    width: 130px;
}
.detail-content-title{
	margin: 10px 0 5px 0;
}
.detail-content{
	background-color: #efefef;
	padding: 10px;
	height: 220px;
	overflow:auto; 
	font-family: serif;
}
.detail-content a{
	color:#C73135;
}
.detail-split{
	clear: both;
	color: 1px solid #CCC!important;
	padding: 0px;
    margin: 0px;
}
.detail-recommend-title{
	color: #C60!important;
	margin-left: 20px;
}
.detail_image_bottom_content{
	position:relative;
	z-index:9999;
	/* top:420px; */
	margin-top: -69px;
	width: 350px; 
	height:65px;
	background-color: rgba(0,162,233,0.7);
	color: #f3f3f3;
	/*font-size:1.2em;*/
	
	vertical-align:middle;
	font-family: serif;
}
.detail_image_bottom_input{
	width: 350px;
	color: #f3f3f3;
	border: 1px;
	font-size:1.2em;
	text-align: center;
	vertical-align:middle;
	font-family: serif;
}


/* p_number 控制数量 */
.detail_p_number{border:solid 1px #ddd;padding:10px 0 0 10px;width:480px;height:80px;background-color: #efefef;}	
.p_number .f_l{float:left;}
.p_number .add_chose{width:105px;}
.p_number .add_chose a{float:left;margin:5px 0 0 0;display:block;width:15px;height:15px;line-height:99em;overflow:hidden;background:url(../images/reduce-add.gif) no-repeat;}
.p_number .add_chose a.reduce{background-position:0 0;}
.p_number .add_chose a.reduce:hover{background-position:0 -16px;}
.p_number .add_chose a.add{background-position:-16px 0;}
.p_number .add_chose a.add:hover{background-position: -16px -16px;}
.p_number .add_chose .text{float:left;margin:0 5px;display:inline;border:solid 1px #ccc;padding:4px 3px 4px 8px;width:40px;line-height:18px;font-size:14px;color:#990000;font-weight:800;}
.p_number .buy{line-height:2em;}
.p_number .buy .total-font{font-family:Arial;font-size:1em;}
.p_number .buy .jifen{margin-left:20px;color:#ACACAC;}
.p_number .buy .jifen b{margin:0 3px;}

.purs{
	margin-left: 25px;
}

.detail-addtocar{
	margin-left: 20px;
	margin-top: -8px;
}
/*===底部的图片轮播===*/
.blue{height: 350px;background:#efefef;color:#fff;width: 100%}
.blue h3{background:#fff;color:#3498db;font-size:36px;line-height:100px;margin:10px;padding:2%;position:relative;text-align:center;}
.content{
	margin: 0 60px;
}
.slick-slide img{border:2px solid #FFF;display:block;width:200px; height: 200px;margin:10px;padding:2px;}
.detail-split-inner-textDiv{
	font-size: 0.8em;
	/*color: rgb(0,102,192);*/
        color:#1b1e24;
	margin: 0 10px;
}
.detail-split-inner-textDiv-price{
	color: #b12704;
	margin-top: 5px;
}
.detail-split-inner-textDiv a{
	cursor: pointer;
	color:rgb(0,102,192);
}
.detail-split-inner-textDiv a:hover{
	cursor: pointer;
	color:#c45500;
}
.detail-split-inner-textDiv a:visited{
	text-decoration: none;
	color: #0066c0;
}
/**------产品规格------**/
.mod-detail-price {
	margin-top: 0;
	zoom: 1;
	position: relative;
}
.mod-detail-price .d-content .amount .amount-title, .mod-detail-price .d-content .original-price .original-price-title, .mod-detail-price .d-content .price .price-title {
	padding-left: 17px;
	color: #A5988F;
}
.mod-detail-price .d-content .price td {
	padding-top: 10px;
	padding-bottom: 8px;
	color: #ff7300;
}
.mod-detail-price .d-content .price .fd-cny {
	font-size: 18px;
}
.mod-detail-price .d-content .ladder-2-1 {
	width: 170px;
	padding-left: 16px;
}
.mod-detail-price .d-content .price .value {
	font-family: Tahoma,Arial,"\5b8b\4f53",sans-serif;
	font-size: 30px;
}
.mod-detail-price .d-content .amount td {
	padding-bottom: 15px;
}
.mod-detail-price .d-content td {
	padding-left: 20px;
}
.mod-detail-price .d-content .ladder-2-2 {
	width: 364px;
}
.mod-detail-price .d-content .ladder-2 {
	width: 64px;
}

/*---404page-----*/
.error-page{
	text-align:center;
}
.error-page p{
	font-family: 'ambleregular';
	font-size: 4em;
	color:#232322;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.error-page h3{
	font-family: 'ambleregular';
	font-size: 10em;
	color:#C83939;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.error-page {
	padding:150px 0px 0 0;
	min-height:450px;
}
/*  Contact Form  ============================================================================= */
.contact{
	padding:30px 0;
	background:#EEEDED;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'ambleregular';
	font-size: 1.5em;
	padding: 0.5em 0;
	color:#C83939;
	text-transform: capitalize;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:10px 0;
}
.contact-form span{
	display:block;
	font-family: 'ambleregular';
	font-size: 1em;
	padding-bottom:5px;
	color: #012231;
	text-transform: capitalize;
}
.contact-form input[type="text"],.contact-form textarea{
		   padding: 8px;
			display: block;
			width: 98%;
			border: none;
			outline: none;
			color: #464646;
			font-size:1em;
			font-family: Arial, Helvetica, sans-serif;
			border: 1px solid rgba(85, 85, 85, 0.19);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:220px;		
}
.mybutton{
	font-family: 'ambleregular';
	background:#4793c9;
	color: #000000;
	padding:15px 30px;
	font-size: 1em;
	text-transform: capitalize;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
}
.mybutton:hover{
	background:#C83939;
	color: #FFF;
	box-shadow:0 0 10px #4793c9;
}
.map{
	margin-top:5px;
	font-size: 1.1em;
}
.contact_info  h3 {
	font-family: 'ambleregular';
	font-size: 1.5em;
	color:#000000/*#C83939*/;
	text-transform: none;
	font-weight: bold;
}
.second-title {
	font-family: 'ambleregular';
	font-size: 0.8em;
	color:#000000/*#C83939*/;
	text-transform: none;
}
.contact_info  span {
	font-weight: bold;
}
.content-first {
	margin-bottom:10px;
	color: #000000;
	font-size: 1em;
}
.content- {
	margin-top:10px;
	color: #000000;
	font-size: 1em;
}
.contact-inner-logo{
	margin-top: 15px;
        width: 440px;
        height: 250px;
}

/*----responsive-design-----用于屏幕自适应的时候*/
/*@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px)  {
	.wrap{
		width:90%;
	}
	.menu li a {
	  font-size: 0.85em;
	   margin: 0px 15px;
    }	
}
@media only screen and (max-width:800px) {
	.wrap{
		width:95%;
	}
	.images_1_of_3 h3{
		font-size:1.2em;
		padding:10px 0;
	}
	.images_1_of_3 p{
		padding:0;
	}
	
	
}
@media only screen and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.menu li a {
		font-size: 0.8em;
		margin: 0px 5px;
	}	
	.grid_1_of_3{
		margin:0 0 10px 0;
	}
	.images_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_1_of_3 h3{
		margin-bottom:0;
	}
	.col_1_of_3{
		margin: 0;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;
	}
	.grid_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_2_of_3{
		width:94%;
		padding:3%;
	}
	.error-page {
		padding: 50px 0px 0 0;
		min-height: 300px;
	}
	.contact{
		padding:0;
	}
	.col{
		margin: 0;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:95%;
	}
}
@media only screen and (max-width:480px) {
	.wrap{
		width:95%;
	}
	.logo,.menu{
		float:none;
		text-align:center;
	}
	.logo{
		padding:5px 0;
	}
	.menu{
		margin:0;
		padding-bottom:15px;
	}
	.menu li{
		float:none;
		display:inline-block;
	}
	.grid_icon{
		padding:10px;
	}
	.listview_1_of_2{
		margin:0;
	}
	.images_1_of_2{
		width:94%;
		padding:3%;
	}
	.about_info h2{
		padding:0;
		font-size:1.5em;
	}
	.about_desc p span{
		font-size:1.2em;
	}
	.images_3_of_1,.about_desc{
		width:100%;
	}
	.services{
		padding:0;
	}
	.grid{
		margin:0;
	}
	.span_1_of_3 li{
		padding:6px 0 6px 15px;
	}
	.footer p {
		font-size: 0.85em;
	}
	.copy-right{
		padding:10px;
	}
	.error-page {
		padding:20px 0;
		min-height:0px;
	}
	.error-page p{
		font-size:3em;
	}
	.error-page h3{
		font-size:8em;
	}
}
@media only screen and (max-width:320px) {
	.wrap{
		width:95%;
	}
	.menu li a{
		margin:0 2px;
	}
	.error-page p{
		font-size:2em;
	}	
	.list_2_of_1 h3{
		font-size:1.2em;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:92%;
	}
}*/

/*图片轮播======================================================================*/

.slider {
	zoom:1;
    position: relative;
    height: 500px;
    max-width:1650px;
    width: 1500px;
    overflow: hidden;

    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
  .slider .slider-pointer {
    position: absolute;
    bottom: 20px;
    color: #fff;
    list-style: none;
    padding: 0;
    z-index: 999;
  }
  .slider .slider-pointer li {
    display: inline-block;
    margin: 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #aabbcc;
    opacity: 0.85;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
  }
  .slider .slider-pointer li:hover {
    background-color: #5c6d7e;
  }
  .slider .slider-pointer li.active {
    background-color: #ffffff;
  }
  .slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slider .slider-inner .item {
    width: 100%;
    height: 100%;
    float: left;
  }
  .slider .slider-inner .img {
    background-position: center top !important;
    width: 100%;
    height: 100%;
  }
  .slider .slider-control {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 999;
    border-radius: 100px; /*圆的大小*/
    background-color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    top: 40%;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
  }
  .slider .slider-control:hover {
    opacity: 0.65;
    background-color: #ffffff;
    box-shadow:0 0 10px #0CC;  
  }
  .slider .slider-control:active {
    opacity: 0.85;
  }
  .slider .slider-control.prev {
    display: none;
    left: 20px;
  }
  .slider .slider-control.next {
    display: none;
    right: 20px;
  }
  .slider:hover .slider-control.prev {
    display: block;
    left: 20px;
  }
  .slider:hover .slider-control.next {
    display: block;
    right: 20px;
  }
 
 /*图片翻转效果 ========================================================================= */ 
 .return ul {
	min-width: 1500px;
	margin : 10px auto;

}
.return img{
	max-width:100%;
	height:300px;-webkit-border-radius:10px;
}
.return ul li {
	
	width:25%;
	height: 300px;
	float: left;
}

.return ul li a {
	position: relative;
	display: block;
	/*舞台（动画元素的父容器）perspective*/
}
.return ul li a div {

	position: absolute;
	left: 0;
	height: 0;
	min-width:300px;
	width:100%;
	height: 300px;
	color: #fff;
	/*动画元素transform-style*/
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	/*动画元素背后设置为hidden*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.return ul li a div:first-child {
	/*绕y轴旋转  */
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	z-index: 2;
}

.return ul li a div:last-child {	
/* 	width:200px; */
	background: url("../images/return_images/bg.jpg") repeat 0 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	z-index: 1;
	-webkit-border-radius:10px;
}

.return ul li a:hover div:first-child {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}

.return ul li a:hover div:last-child {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
}

.return ul li a div h3 {
	margin: 0 auto 15px;
	padding: 15px 0;
	width: 95%;/*控制后面文字的显示宽度*/
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px #fff dashed;
}

.return ul li a div p {
	padding: 0 10px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 18px;
}
 /*yourAccount div ==============================================================*/ 
 .account_div{
 	display:none;
 	position: absolute;
 	background: #232f3e;
 	height:100px;
 	width:220px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
 	-border-radius:10px;
 	color: #fff;
 	font-size: 1em;
 	font-weight: bolder;
 	text-align: center;
 	padding: 5px auto;
	z-index:10;
 	
 } 
 .account_div:before { 
	content:""; 
	position: absolute; 
	/*top: 26px;*/ 
	bottom:100%;
	width: 0; 
	height: 0; 
	left:53%;
	border-bottom: 13px solid #232f3e; 
	border-right: 13px solid transparent; 
	border-left: 13px solid transparent; 
 } 
 .sign_out{
 	height:100px;
 	display:none;
 	position: absolute;
 	background: #232f3e;
 	width:220px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
 	-border-radius:10px;
 	color: #fff;
 	font-size: 1em;
 	font-weight: bolder;
 	text-align: center;
 	padding: 5px auto;
 }
 .sign_out:before { 
	content:""; 
	position: absolute; 
	/*top: 26px;*/ 
	bottom:100%;
	width: 0; 
	height: 0; 
	left:53%;
	border-bottom: 13px solid #232f3e; 
	border-right: 13px solid transparent; 
	border-left: 13px solid transparent; 
 } 
 .sign_in{
 	margin: 10px 10px; 
 	cursor: pointer;
 	background-color: #edb465;
 	text-align: center;
 	/*font-size:1em;*/ 
 	-webkit-border-radius:10px;
 	height: 40px;
 	width:200px;
 	font-weight: bold;
 	line-height: 40px;
 }
 .sign_in:hover{
 	color:#ff0000;
 	box-shadow:0 0 10px #4793c9;
 	text-decoration: underline;
 }
 .sign_hr{
 	width: 90%;
 	border: dotted;
 	border-color:#585b5c;
	border-style: dotted;
	border-width: 1px;
 }
 .sign_regist{
 	font-weight:normal;
        font-size: 0.8em;
 }
 .sign_a{
 	color: #edb465;
 	text-decoration:underline;
 	cursor: pointer;
 }
 .sign_a:hover{
 	color: #ff0000;
 }
 .hello{
 	position: absolute;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
 	-border-radius:10px;
 	color: #fff;
 	font-size: 0.6em;
 	font-weight: normal;
 	text-align: center;
 	padding: 5px auto;
 	top:48px;
 	/*width:100px;*/
 }
 .mycases{
 	margin-top:10px;
 	font-size: 0.8em;
 	cursor: pointer;
 }
 .mycases:hover{
 	color: #aabbcc;
 	text-decoration: underline;
 }
 
 /*main 遮挡层=====================================================================*/
  .mfp-bg {
    background: #0b0a0a;
    top: 0px;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=80);
}

 /*Sign in======================================================================*/
 .signin-page{
	text-align:center;
	/*padding:50px 0px 0 0;*/
	min-height:550px;
	margin: auto;
}
.signin-page p{
	font-family: 'ambleregular';
	font-size: 4em;
	color:#232322;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.signin-page h3{
	font-family: 'ambleregular';
	font-size: 10em;
	color:#C83939;
	text-shadow: -2px 3px 4px #9B9B9B;
}

.signin-out{
	background-color:#f7f6f4;
	width:350px;
	height:400px;
	/*position: absolute;
	left: 50%;
	top:20%;
	top:50px;*/
	margin-left: auto;
	margin-right: auto;
	/*margin-top: -260px;
	margin-left: -175px;*/
	border: solid #a7a6a4 1px;
	-webkit-border-radius:10px;
}
.signin-in{
	padding: 20px 20px;
	font-family: 'ambleregular';
}
.signin-left{
	text-align: left;
}
.sign-in{
	font-size: 2em;
	color:#232322;
	/*text-shadow: -2px 3px 4px #9B9B9B;*/
}
.signin_text{
	margin-top: 10px;
	font-weight: bold;
}
.signin_input{
	width:300px;
	height:30px;
	-webkit-border-radius:5px;
	padding-left: 5px;
	font-size: 16px;
}
.signin-forgot{
	font-weight: normal;
	color: #4793c9;
}
.signin-forgot:hover{
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;
	text-shadow: -2px 3px 4px #9B9B9B;
}

.signin-button{
	margin-top: 30px;
	padding:10px;
	font-size:1em;
	background: #f0c24e;
 	cursor: pointer;
 	-webkit-border-radius:5px;
}
.signin-button:hover{
	text-decoration:underline;
	color:#ff0000;
	text-shadow: -2px 3px 4px #9B9B9B;
	box-shadow:0 0 10px #4793c9;
}
.signin-hr{
	margin-top: 10px;
	color: #bec6cb;
}
.signin-creataccount{
	margin-top: 10px;
	padding:10px;
	font-size:1em;
	background: #4793c9;
 	cursor: pointer;
 	-webkit-border-radius:5px;
}
.signin-creataccount:hover{
	box-shadow:0 0 10px #4793c9;
}
.signin-creataccount a{
	color:#000000;
}
.signin-creataccount a:hover{
	color:#ff0000;
	text-decoration: underline;
	text-shadow: -2px 3px 4px #9B9B9B;
	  
}

/*registration ==========================================================================*/
#wizard {
	background-color:#f8f8f8;
	border: 5px solid #789;
	font-size: 12px;
	height: 570px;
	margin: 0;
	width: 770px;
	overflow: hidden;
	position: relative;
}

#wizard .items {
	width: 20000px;
	clear: both;
	position: absolute;
}

#wizard .right {
	float: right;
}

#wizard #status {
	height: 35px;
	background: #123;
	padding-left: 25px !important;
}

#status li {
	float: left;
	color: #f8f8f8;
	padding: 10px 30px;
}

#status li.active {
	background-color: #369;
	font-weight: normal;
}

.input {
	width: 240px;
	height: 18px;
	margin: auto;
	line-height: 20px;
	border: 1px solid #d3d3d3;
	padding: 2px
}

.page {
	padding: 20px 30px;
	width: 700px;
	float: left;
}

.page h3 {
	height: 42px;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px
}

.page h3 em {
	font-size: 12px;
	font-weight: 500;
	font-style: normal
}

.page p {
	line-height: 24px;
}

.page p label {
	font-size: 14px;
	display: block;
	font-weight: bold;
}

.btn_nav {
	height: 36px;
	line-height: 36px;
	margin: auto;
	color: #fff;
}
.pre,.next:hover{
	box-shadow:0 0 10px #4793c9;
}

.prev,.next {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: url(btn_bg.gif) repeat-x bottom;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	background-color: #369;
	color: #f8f8f8;
}
.red { 
	color: #eb4141;
	font-weight: bold;		
	 }
/*doctor-home================================================================================*/
.services-doctor_home {
	background: #EEEDED;
	padding:20px 0;
	display: block;
}
.doctor-page{
	min-height:650px;
}
.doctor-page-top{
	margin: 0 20px;
	height: 200px;
}
.inner-top-sw-left{
	/*width: 570px;
	overflow: scroll;*/
	height: 180px;
	float: left;
	border: solid 1px #d3d3d3;
	width: 550px;
}
.inner-top{
	max-width: 1480px;
	overflow: auto;
	height: 170px;
	/*float: right;*/
	border: solid 1px #d3d3d3;
}
/*.inner-top-sw{
	border: solid 1px #d3d3d3;
	width: 570px;
	
}*/
.inner-top-sw-text{
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	border-bottom: solid 1px #d3d3d3;
}

.inner-top-sw-first,.inner-top-sw-second{
	width:110px;
	padding:10px;
	padding-left:5px;
	float: left;
	text-align: center;
}
.inner-top-sw-second{
	padding-left:20px;
}
.inner-top-sw-img img{
	width: 70px;
	height: 70px;
	border: solid 1px #4793c9;
}
.inner-top-sw-img-text{
	font-size: 0.7em;
	float: left;

	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.inner-top-sw-img-text input{
	width: 15px;
	height: 15px;
}
	/*cases*/
.doctor-page-middle-top{
	height: 40px;
	
}
.doctor-page-middle{
	border: solid 1px #1874CD;
	margin: 0 20px;
	height: 450px;
}
.select-tab{
	width:160px;
	height:40px;
	color:#fff;
	font-weight:bold;
	float:left;
	font-size:1em;
	background-color:#1874CD;
	margin-left: 5px;
	-webkit-border-radius:10px;
}
.tosubmit{
	background-color:#eb0d4c;
}
.select-tab:FOCUS{
	color:#475168;
}
.caselist{
	border-top:1px solid #1874CD;
	margin-top: 1px;
}
.table_cat{
    width:100%;
    color:#000;
   	font-size: 1em;
   	font-family:inherit;
    } 
.table_cat tr{
	height: 40px;
	line-height: 30px;
	text-align: center;
}
.table_cat td{
	border:solid #1874CD;
	border-width:0px 1px 1px 0px;
}
.msgcenter_cases{
	display: none;	
}
.opening_cases{
	display: block;
}
.finished_cases{
	display: none;
}
.purchase_list{
	display: none;
}
table input[type=checkbox]{
	width: 15px;
	height: 15px;
}
/*上传、下载、修改按钮*/
.ongoing-button{
	float: left;
	margin:5px 0 0 5px;
	line-height:20px;
	width:85px;
	background-color:#1874CD; 
	color: #FFF;
	-webkit-border-radius:10px;
	font-size: 0.9em;
}
/*TP change、TP approve*/
.ongoing-button1{
	float: left;
	margin:2px 0 2px 5px;
	line-height:20px;
	width:85px;
	background-color:#3388FF; 
	color: #FFF;
	-webkit-border-radius:10px;
	font-size: 0.7em;
}
/*下载*/
.ongoing-button2{
	float: left;
	/* margin:-11px 0 0 5px; */
	margin:5px 0 0 5px;
	line-height:20px;
	width:85px;
	background-color:#1874CD; 
	color: #FFF;
	-webkit-border-radius:10px;
	font-size: 0.7em;
}
.ongoing-button:hover,.ongoing-button1:hover,.ongoing-button2:hover{
	box-shadow:0 0 10px #4793c9;
	color: #cdcdcd
}
.doctor_home-addtocar{
	margin-left: 5px;
   margin-top: -7px;
}
.showDetails{
	width: 100px;
	float:inherit;
}
.uploadCephDiv{
	border: 1px solid #5684eaf4;
    width: 310px;
    height: 90px;
    margin-top: 10px;
}
.X-Ray_choosefile{
	margin-top: 10px;
	margin-left: 10px;
}
.fileInfo_bottom_row2_btn{
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		background-color: #009944;
		line-height: 30px;
		text-align: center;
		color: #ffffff;
		padding: 2px 30px;
		font-size: 0.9em;
	}
.fileInfo_bottom_row2_btn_alert{
		margin-left: 15px;
		color: #f00d0d;
		font-size: 0.8em;
	}
#btnsubmit{
	width:100px;
	height:26px;
	background:rgba(10,199,199,1);
	-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
	margin-top: 10px;
	color: #ffffff;
		padding: 2px 30px;
		font-size: 0.9em;
}
.addNewCase_fileInfo_bottom_row3_text{
	font-size: 0.5em;
}
.uploadCephFiletype{
	margin-left: 8px;
		color: #f00d0d;
		font-size: 0.5em;
}
/**upload model scan**/
.uploadModelScanDiv{
	border: 1px solid #5684eaf4;
	padding:5px 10px;
	margin-top: 10px;
}
#btn-submit{
	width:100px;
	height:26px;
	background:rgba(10,199,199,1);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin-top: 10px;
	color: #ffffff;
	padding: 2px 30px;
	font-size: 0.9em;
}

/*购物车页面*/
.showorders{
	width:1500px;
	display: none;
	margin:auto;
	min-height:650px;  
}
.showorders-div-first{
	margin-top: 20px; 
	padding: 0px 50px 40px 50px; 
	background: #f8f8f8 left top repeat; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3); 
	text-align: center;
	font-size: 0.7em;
}
.first-table{
	width:100%;
}
.scroll_div{
	height:450px; 
	overflow:auto;
}
.gobackshopping{
	padding:5px 10px 5px 10px;
	color:#fff;
	font-weight:bold; 
	background-color:#1874CD;
	text-decoration: none;
	font-size: 1.2em;
	-webkit-border-radius: 10px;
}
.gobackshopping:hover{
	box-shadow:0 0 10px #4793c9;
	color: #cdcdcd
}
.gobackshoppingcar{
	padding:5px 10px 5px 10px;
	color:#fff;
	font-weight:bold; 
	background-color:#1874CD;
	text-decoration: none;
	font-size: 1.2em;
	-webkit-border-radius: 10px;
}
.gobackshoppingcar{
	box-shadow:2px 1px 3px #4793c9;
	color: #cdcdcd
}
.readonly-input{
	background-color: #C7C7C7;
	width: 50px;
	height: 20px;
	text-align: center;
	border: solid 1px #B0C4DE;
}
.unreadonly-input{
	background-color: #F5F5F5;
	width: 50px;
	height: 20px;
	text-align: center;
	border: solid 1px #B0C4DE;
}
.unreadonly-input:hover{
	box-shadow:0 0 10px #4793c9;
}
/*结算页*/
.showsettlement{
	width: 80%;
	display: none;
	margin:auto;
	min-height:650px;  
}
.paylist_div{
	height:550px; 
	overflow:auto;
	width:100%;
	border: 1px solid #48b9e5;
	/*如果地址栏和购物车在同一页面，那么需要使用下面这句话，如果不在同一页面，那么就要把下面这句话注释掉*/
	margin-top:10px; 
}
.settlement-addressInfo{
	width:100%;
	border: 1px solid #48b9e5;
	/*如果地址栏和购物车在同一页面，那么需要使用下面这句话，如果不在同一页面，那么就要把下面这句话注释掉*/
	margin-top:10px; 
}
.consignee-info{
	float: left;
	margin-left: 20px;
	margin-top:20px;
	margin-bottom:5px;
	font-size: 1.5em;
	font-weight:bolder;
	width: 150px;
}
.consignee-info_addnewaddress{
	float: right;
	margin-right: 20px;
	margin-top:20px;
	margin-bottom:5px;
	font-size: 1.5em;
	width: 150px;
	color:#48b9e5;
	cursor: pointer;
}
.consignee-info_addnewaddress:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.consignee-info_address{
	clear: both;
	border: solid 1px #aca3a3;
	margin: 0 10px;
	max-height: 120px;
	overflow: auto;
	clear: both;
}
.setDefault:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.setEdit{
	margin-left: 20px;
}
.setEdit:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.setDelete{
	margin-left: 20px;
}
.setDelete:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.consignee-info_address-default{
	height: 40px;
	clear: both;
}
.img-css{
	border: solid 1px #cc0000;
	margin:4px 0 5px 50px;
	float: left;
	border: solid 1px #b8b1b1;
	width: 80px;
    height: 30px;
}
.default-img-css{
	background-image: url("../images/default.jpg");
}
.undefault-img-css{
	background-image: url("../images/undefault.jpg");
}
.default-text-css{
	margin-left: 50px;
	line-height: 40px;
	font-size: 1.5em;
	color: #4E4E48;
	float: left;
}
.default-editor-css{
	margin-left: 200px;
	line-height: 40px;
	font-size: 1.5em;
	color: #1e6def;
	float: left;
	cursor: pointer;
}
.consignee-info_moreaddress{
	cursor: pointer;
	color: #4E4E48;
	position: relative;
    left: -610px;
    top: 10px;
    /*如果地址栏和购物车在同一页面上，那么需要打开下面的注释，如果不在同一页面上，那就注释下面一句话*/
    margin-bottom: 20px;
    font-size: 1.5em;
}
.consignee-info_closeaddress{
	cursor: pointer;
	color: #4E4E48;
    position: relative;
    left: -610px;
    top: 10px;
    font-size: 1.5em;
    /*如果地址栏和购物车在同一页面上，那么需要打开下面的注释，如果不在同一页面上，那就注释下面一句话*/
    margin-bottom: 20px;
}
.undefault{
	display: none;
	/*visibility: hidden;*/
}
.default-show{
	display: block;
	/*visibility: hidden;*/
}
/*鼠标进入事件背景变红*/
.backcolor-change{
	background-color: #f3c0c0;
}
.addNewAddress_inner{
	padding: 10px 10px 50px 30px;
	font-family: "Open Sans", Arial, Verdana;
    font-size: 0.8em;
    color:#B7B7B7; 
}
.bitian_bnt{
	color: red;
}
.receiver_regin_error,.edit_receiver_regin_error{
	margin-left: 420px;
	margin-top: -40px;
    position: absolute;
}


.div_inline_float_left{
	display:block;
	float: left;
	line-height: 35px;
}
.div_clear{
	clear: both;
	height: 35px;
	line-height: 35px;
}
.address_div{
	margin-left: 28px;

}
.addNewAddress_inner input[type='text']{
	height: 20px;
	line-height: 20px;
	width: 400px;
}
.addNewAddress_inner input[type='checkbox']{
	height: 15px;
	line-height: 35px;
	width: 15px;
	vertical-align:middle;
}

.edit_address_conment{
	margin-top: 5px;
	line-height: 25px;
	margin-left: 50px;
	height: 20px;
	width: 290px;
	padding-left: 5px;
}

#country,#edit_country{
	height: 25px;
	line-height: 25px;
	width: 300px;
}
#province,#edit_province{
	height: 25px;
	line-height: 25px;
	width: 300px;
	margin-top: 5px;
}
#city,#edit_city{
	height: 25px;
	line-height: 25px;
	width: 300px;
	margin-left: 50px;
    margin-top: 5px;
}
.receiver_save,.edit_save{
	margin-left:80px; 
	margin-top: 10px;
	padding: 7px 20px;
	font-size: 1.2em;
	-webkit-border-radius:8px; 
	cursor: pointer;
}
.receiver_save:hover,.edit_save:hover{
	opacity: 0.65;
	background-color: #7abc50;
	box-shadow:-1 -2 10px #475168;
	
}
.paylist-middle{
	margin-top:5px;
	border: 1px solid #ddd1d1;
	height: 77px;
	width: 100%;
	font-size: 1.1em;
}
.paylist-middle-1-inner{
	margin-right:20px;
	width: 350px;
	float: right;
    font-size:1.0em; 
    font-weight:bold;
}
.paylist-middle-inner{
	margin-right:20px;
	width: 200px;
	float: right;
	text-decoration: 
}
.paylist-totalCount{
	color: #e4393c
}
.paylist-middle-inner-1,.paylist-middle-inner-2 ,.paylist-middle-inner-3 {
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	zoom:1;
}
.paylist-middle-inner-1-1{
	float:left;
}
.paylist-middle-inner-1-2{
	float:right;
	margin-right: 20px;
}
.paylist-middle-inner-2-1{
	float:left;
	margin-left: 25px;
}
.paylist-middle-inner-2-2{
	float:right;
	margin-right: 20px;
}
.paylist-middle-inner-3-1{
	float:left;
 	margin-left: 5px;
}
.paylist-middle-inner-3-2{
	float:right;
	margin-right: 20px;
}
.paylist-middle-1{
	float: right;
	margin-top: 5px;
	font-size: 1.3em;
	margin-right: 40px;
	color: #999;
}
.paylist-middle-1-1{
	margin-right: 40px;
}
.paylist-middle-1-2{
	color: #e4393c;
	font-weight: bold; 
}
.paylist-middle-1-4{
	margin-right: 40px;
}
.savediv{
	display: none;
	float:left;
	margin-top: 6px;
}
.save{
	color:#ff5500;
	font-size:14px; 
	font-weight:bold;
}
/*****购物车*********/
.gwc{ width:95%;overflow:hidden;}
.gwc_tb1{ width:100%; border-top:5px solid #48b9e5; background:#d0e7fa; height:38px; margin-top:20px; overflow:hidden;}
.tb1_td0{ width:35px; }
.tb1_td1{ width:75px; text-align:left;padding-left: 20px;}
.tb1_td2{ width:70px; text-align:center; }
.tb1_td3{ width:290px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td4{ width:260px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td5{ width:115px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td6{ width:135px; text-align:center; background:url(../images/td1.jpg) right no-repeat;}
.tb1_td7{ text-align:center;}


.gwc_tb2{ width:100%; background:#eef6ff; border:1px solid #e5e5e5;}
.tb2_td1{ width:60px; text-align:center; }
.tb2_td2{ width:100px; text-align:center;}
.tb2_td2 img{ width:50px; height:50px; border:2px solid #c9c6c7;}
.tb2_td3{ width:170px; padding-left:12px; padding-right:18px;}
.tb2_td3 a{ font-size:14px; line-height:22px;}

.gwc_tb3{ width:100%; border:1px solid #d2d2d2; background:#e7e7e7; height:66px; margin-top:20px; }

.tb3_td1{ width:160px;text-align:left;}
.tb3_td2{ width:330px;text-align:center;}
.tb3_td2 span{ color:#ff5500;font-size:14px; font-weight:bold; padding-left:5px; padding-right:5px; }
.tb3_td3{ width:300px;text-align:center;}
.tb3_td3 span{ font-size:18px; font-weight:bold;}
.tb3_td4{ width:210px;text-align:center;}
.jz2{ width:100px; height:30px; line-height:30px; text-align:center; font-size:18px; color:#fff; background:#FF3030; display:block; -webkit-border-radius: 10px;}
#jz1{font-size:18px;}
.jz4{ width:100px; height:30px; line-height:30px; text-align:center; font-size:18px; color:#fff; background:#FF3030; -webkit-border-radius: 10px;}
#jz3{font-size:18px;}

/*doctor-update==============================================================================*/
.prompt{
	margin-top: 1px;
}
.doctor_uppwd_inner_div{
	margin-top:20px;
	border: solid 1px #cfd1d4;
	width: 600px;
	height: 292px;
}
.doctor_uppwd_div_name{
	border-bottom: solid 1px #cfd1d4;
	height: 80px;
}
.doctor_uppwd_inner_div_pwd{
	margin-top:20px;
	border: solid 1px #cfd1d4;
	width: 600px;
	height: 350px;
}

.uppwd-text{
	margin-top:15px;
	margin-left: 20px;
	font-weight: bold;
	display: inline-block;
}
.cur-password{
	margin-top:0;
}
.doctor_uppwd_name{
	display: inline-block;
	margin-left: 20px;
	text-align: center;
	font-size: 1.1em;
	color: #4d4f53;
}
.doctor_uppwd_btn{
	display: inline-block;
	float: right;
	margin-right: 20px;
}
.doctor_uppwd_btn button{ 
	margin-top:20px;
	line-height:22px;
	font-size: 1.1em;
	cursor: pointer;
 	-webkit-border-radius:5px;
}
.uppwd-save{
	margin-top:10px;
	text-align: center;
}
.uppwd-save button{
	padding:5px 5px;
	background:#f0c24e;
	background-color: #f0c24e;
	font-size: 1.1em;	
	cursor: pointer;
 	-webkit-border-radius:8px;
}
.go-back,.showAccount{
	padding:5px 5px;
	background:#f0c24e;
	margin-top:50px;
	background-color: #f0c24e;
	font-size: 1.1em;	
	cursor: pointer;
 	-webkit-border-radius:10px;
 	font-weight: bold;
}
.prompt{
	font-size: 0.9em;
	color: #73757b;
	margin-left: 20px;
}
.pwd-text{
	padding: 6px;
	margin-left: 20px;
}
.new-pwd{
	margin-left: 45px;
}
.normal{
	display: block;
}
.uppwd{
	display: none;
}

.active{
	color: #475168;
}

/*====doctor search ===========================*/
.search-wrapper .input-holder {
    overflow: hidden;
    height: 40px;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    width:50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
	margin: 1px;
    border-radius: 50px;
    width:250px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width:100%;
    height: 40px;
    padding:0px 20px 20px 20px ;
    opacity: 0;
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 1em;
    font-weight: 400;
    line-height: 40px;
    color:#FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width:40px;
    height:40px;
    border:none;
    border-radius:6px;
    background: #1874CD;
    padding:0px;
    outline:none;
    z-index: 2;
    float:right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 40px;
    height:40px;
    /*margin: 10px;*/
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}
.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    /*background: #974BE0;*/
    background: #fff;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #fff;
}


.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    left:0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display:none;
    color:#B7B7B7;
}
@media screen and (max-width: 560px) {
    .search-wrapper.active .input-holder {width:200px;}
}

/*===============sale=========================*/

.sale-page{
	min-height:650px;
}
.sale-page-middle{
	border: solid 1px #1874CD;
	margin: 0 20px;
	height: 650px;
}
.sale_purchase_list{
	display: none;
}

/*================购物列表详情=============================*/
.caselist_purchaseDetail{
	border-top: 1px solid #1874CD;
    margin-top: 1px;
        margin-right: 5px;
    margin-left: 5px;
}
.table_cat_purchaseDetail{
	width:100%;
    color:#000;
   	font-size: 1em;
   	font-family:inherit;
}
.table_cat_purchaseDetail tr{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.table_cat_purchaseDetail td{
	border:solid #1874CD;
	border-width:0px 1px 1px 1px;
}

/*================tip ==================*/
.box{
	float: left;
	padding: 10px;
	background-color: #eee;
	width:100px;
	margin:0 10px 10px 0px;
	text-align:center;
}

/*=============购物向导============================*/
.step{ float:right; height:60px; margin-bottom: 10px;}
.step ul{}
.step ul li{width:220px;height:5px;background:#cccccc;position:relative;top:30px; float:left}
.step ul li p{ position:absolute;width:24px;height:24px;border-radius:50%;background:#ccc; text-align:center; line-height:24px;color:#ffffff;top:-10px; left:50%;margin-left:-12px;}
/*curr*/
.step ul li.curr{background:#7abc50;}
.step ul li.curr p{background:#7abc50;}
.step ul li span{float:left;margin-top:20px; text-align:center;width:220px;color:#ccc;}
.step ul li.curr span{color:#7abc50;}
/*pre*/
.step ul li.old{background:#c0dfad;}
.step ul li.old p{background:#c0dfad;}
.step ul li.old span{color:#c0dfad;}

/*===========结算成功页===============================*/
.payComplete-page{
	min-height: 650px;
}
.payComplete-div-first{
	min-height: 650px;
	margin-top: 20px;
    padding: 0px 50px 40px 50px;
    background: #f8f8f8 left top repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
    font-size: 0.7em;
}
.success{
	border:2px solid #ececec;
	clear: both;
	height: 500px;
	font-size: 1.3em;
}
.success a{
	color:blue;
}
.success-first{
	height:100px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
}
.success-first-left{
	float: left;
	width: 100px;
	height: 100px;
}
.success-first-left img{
	width: 100px;
	height: 100px;
}
.success-first-right{
	height:100px;
	float: left;
	margin-top:10px;
	margin-left:30px;
	text-align: center;
}
.success-first-right span{
	line-height: 20px;
}

/*===========================file To Doctor ===================================*/
.showstl_body{
	min-width: 500px;
width: 500px;
    margin: auto;
}
.showstl_title{
	width:500px;
	height: 40px;
	border-top:5px solid #1874CD;
	background: #d0e7fa;
	line-height: 40px;
	float:left;
}
.showstl_div{
	float:left;
}
.showstl_allSelect_div{
	margin-top: 3px;
	float:left;
	margin-left: 20px;
}
.showstl_allSelect{
	width: 15px;
	height: 15px;
}
.showstl_allSelect_font{
	margin-left:10px; 
	font-size: 13px;
}
.showstl_UnSelect{
	width: 15px;
	height: 15px;
}
.showstl_showlist{
	height: 374px;
	width: 500px;
	overflow-y: auto;
    overflow-x: hidden;
}
.showstl_one{
	float: left;
    width: 100%;
    background: #eef6ff;
    border: 1px solid #e5e5e5;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
}
.showstl_singleSelect{
	width: 15px;
	height: 15px;
	margin-left: 23px;
}
.showstl_end{
	width:500px;
	height: 40px;
	border-bottom:5px solid #1874CD;
	background: #d0e7fa;
	line-height: 40px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.toDownLoad{
	padding: 4px 10px 4px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #1874CD;
    text-decoration: none;
    font-size: 0.9em;
    -webkit-border-radius: 10px;

}
/*showcasetp*/
.showcasetp{
	min-width:600px;
	height:340px;
	background:#75acd4;
	font-size: 1.1em;
}
.showcasetp_1{
	border-top:5px solid #1874CD;
	background: #38A3EC;
	color:#FFF;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
}
.showcasetp_1_1{
	color: #E5191A;
	font-weight: bold;
}
.showcasetp_1_2{
	color: #c72728;
	font-weight: bold;	
    font-size: 15px;
    height: 20px;
}
.showcasetp_2{
	color:#FFF;
	width:590px;
	margin: 10px 10px;
}
.showcasetp_2_2{
	margin-left: 10px;
}
.showcasetp_2 select{
	width: auto;
	margin-left: 5px;
	height: 25px;
	-webkit-border-radius: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 0 7%;
	outline: none;
}
.showcasetp_2 option{
	text-align: center;
}
.showcasetp_3{
	color:#FFF;
	margin: 10px 10px;
	height: 230px;
}
.showcasetp_3_1{
	padding: 5px 10px;
}
.showcasetp_3_1 textarea{
	border: none;
	padding-left: 5px;
	height: 65px;
	width: 560px;
	outline: none;
	resize:none;
	/* overflow: hidden; */
}
.showcasetp_3_3,.showcasetp_3_4{
	margin-top: -5px;
}
.showcasetp_4{
	color:#FFF;
	height: 60px;
	border-bottom:5px solid #1874CD;
	background: #38A3EC;
	line-height: 40px;
	text-align:center;
}
.showcasetp_3_5{
	display: none;
}
.showcasetp_3_5 textarea{
	border: none;
	padding-left: 5px;
	height: 185px;
	width: 560px;
	outline: none;
	resize:none;
	/* overflow: hidden; */
}
.showcasetp_changetp{
    padding: 3px 15px;
    line-height: 20px;
    background-color: #C73135;
    color: #FFF;
    -webkit-border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
	/*display: none;*/
}
.showcasetp_changetp:hover{
	box-shadow:0 0 10px #C73135;
	color: #cdcdcd
}
.showcasetp_approvetp{
    padding: 3px 15px;
    line-height: 20px;
    background-color: #088237;
    color: #FFF;
    -webkit-border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
	/*display: none;*/
}
.showcasetp_approvetp:hover{
	box-shadow:0 0 10px #088237;
	color: #cdcdcd
}

.showcasetp_noclick{
	background-color:#cfcfcf;	
}


#Upload textarea{
	width: 400px;
    height: 200px;
    outline: none;
    margin-left: 20px;
    margin-top: 10px;
    resize:none;
}
.refine_bottom{
	margin: 10px;
	text-align: center;
}
.refine_upload{
	background-color: #1874CD; 
	font-weight: bold; 
	-webkit-border-radius: 10px;
	color: white;
	padding: 2px 20px;	
}
.refine_upload:hover{
	box-shadow:0 0 10px #1874CD;
}
.refine_submit{
	background-color: #7CCD7C; 
	font-weight: bold; 
	color: white;
	-webkit-border-radius: 10px;
	padding: 2px 20px;
	margin-left: 20px;
}
.refine_submit:hover{
	box-shadow:0 0 10px #7CCD7C;
}

/*********show Retainer***********/
.showRetainer_3{
	clear:both;
	color: #FFF;
    margin: 10px 10px;
    /* height: 230px; */
}
.showRetainer_3 textarea{
	border: none;
	padding-left: 5px;
	height: 115px;
	width: 560px;
	outline: none;
	resize:none;
	/* overflow: hidden; */
}
.showRetainer_cancel{
    padding: 3px 15px;
    line-height: 20px;
    background-color: #C73135;
    color: #FFF;
    -webkit-border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
    margin-left: 10px;
	/*display: none;*/
}
.showRetainer_cancel:hover{
	box-shadow:0 0 10px #C73135;
	color: #cdcdcd
}
.showRetainer_save{
    padding: 3px 15px;
    line-height: 20px;
    background-color: #088237;
    color: #FFF;
    -webkit-border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
	/*display: none;*/
}
.showRetainer_save:hover{
	box-shadow:0 0 10px #088237;
	color: #cdcdcd
}
.showretainer_2_1{
	float: left;
	margin-right: 10px;
}
.showretainer_2_2{
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.retainer_chooser_number input{
	float: left;
	margin: 0 5px;
	display: inline;
	border: solid 1px #ccc;
	padding: 4px 3px 4px 8px;
	width: 40px;
	line-height: 18px;
	font-size: 14px;
	color: #990000;
	font-weight: 800;
}
.retainer_chooser_number a{
	float: left;
	margin: 5px 0 0 0;
	display: block;
	width: 15px;
	height: 15px;
	line-height: 99em;
	overflow: hidden;
	background: url(../images/reduce-add.gif) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}
.retainer_chooser_number a.reduce {
    background-position: 0 0;
}
.retainer_chooser_number a.add {
    background-position: -16px 0;
}
.showRetainer_4{
	color: #FFF;
    height: 40px;
    border-bottom: 5px solid #1874CD;
    background: #38A3EC;
    line-height: 40px;
    text-align: center;
}
.modelBuy{
	background-color: #C73135;
	padding: 1px 15px;
}

/*=========================== registration page ===================================*/
.registration-page {
    padding-left: 28%;
}

@media screen and (max-width: 1824px) {
	.hello{top:30px;}
	.wrap-main .logo { float: left; width: 55%; }
	.wrap-main .menu { float: right; width: 45%; margin-top: 3%; }
	.app-download-inner {
		transform: scale(0.97);
		transform-origin: left top;
	}
	.service-component .irok-service-content .service-row {
		width: 20%;
	}
	.col:first-child {
		width: 45%;
	}
	.col:nth-child(2) {
		width: 45%;
	}
	.listview.first {
		transform: scale(0.85,0.9);
		transform-origin: center top;
	}
	.intro-inner-title h3 {
		line-height: 2.5;
	}
}
 