.headDiv {
    position: fixed;
    /*固定定位*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #ffffff;
    /* background-image: linear-gradient(#ffffff,#ffffff,#fbfbfb); */
    text-align:center;
    z-index:9999;
  }
.headDiv_div_top{
	margin-top: 7px;
	text-align: left;
	width: 100%;
    height: 34px;
    border: 1px solid rgba(0,0,0,0.0);
    border-bottom: 1px solid #d0d0d0;
}
.headDiv_div{
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
    height: 45px;
    border: 1px solid rgba(0,0,0,0.0);
    border-bottom: 1px solid #d0d0d0;
}
.headDiv_select{
	padding:10px;
	padding-top:88px;
	padding-bottom:10px;
	background-color: #e3e3e3;
}
.headDiv_selectA{
	padding:10px;
	padding-top:178px;
	padding-bottom:10px;
	background-color: #e3e3e3;
}
.headDiv_select_pag{
	float:right;
	padding:10px;
	padding-bottom:70px;
}
.headDiv_select_pag li{
	display:inline;
}
.headDiv_select_pag a{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	color:#000;
    border: 1px solid rgba(0,0,0,0.1);    
}
 .afocus{
 	background-color:#bed9f3;
 }
.footerDiv {
    position: fixed;
    /*固定定位*/
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #d0d0d0;
    background-color: #ffffff;
    z-index:9998;
}
.PrtInfoDiv {
	position: fixed;
	top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height:calc(100% - 47px);
    overflow-y: scroll;/*显示y轴滚动条*/
    overflow-x: hidden;/*隐藏x轴滚动条*/ 
    /* background: transparent; */
    background-color: #ffffff;
    /* background-image: linear-gradient(#4aa5fa,#3b7df4,#2b6ce4); */
}
.PrtInfoDiv:hover{
    overflow-y: scroll;
}
.PrtInfoDiv_Prt {
	position: fixed;
	top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    /* background:transparent; */
    background-color: #ffffff;
    /* background-image: linear-gradient(#4aa5fa,#3b7df4,#2b6ce4); */
}
.headDiv_Prt {
    position: fixed;
    /*固定定位*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 330px;
    border-bottom: 1px solid #d0d0d0;
    /* background-color: #ffffff; */
    background-image: linear-gradient(#ffffff,#ffffff,#fbfbfb);
    text-align:center;
    z-index:9999;
  }
.leftDiv{
	position: absolute;
	overflow-y: hidden;/*显示y轴滚动条*/
    overflow-x: hidden;/*隐藏x轴滚动条*/ 
    float: left;
    width: 30%;
    height:100%;
    background-color: #d6ddf9;
}
.leftDiv:hover{
    overflow-y: scroll;
}
.rightDiv{
	float: right;
	left: 0;
    width: 68%;
    height:100%;
    background:transparent;
    overflow-y: scroll;/*显示y轴滚动条*/
    overflow-x: hidden;/*隐藏x轴滚动条*/
    border: 0px;
}
.rightDiv:hover{
    overflow-y: scroll;
}
.leftDiv_td{
/*     background:transparent; */
	width: 100%;
	height:35px;
    text-overflow: ellipsis;
}
.leftDiv_td_no{
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.star{
	color:red;
	font-size: 16px;
	vertical-align: top;
	margin-right: 2px;
	line-height: 32px;
}
/*搜索框*/   
.bar6_input {
	width: 100%;
	height: 30px;
	border:1px solid #f1f1f1;
	border-radius:40px;
	background:#f1f1f1;
	top:0;
	right:0;
	/* -moz-box-shadow: inset 0 0 10px #CCC;
     -webkit-box-shadow: inset 0 0 10px #CCC;
     box-shadow: inset 0 0 10px #CCC; */
}
.bar6_input_input {
	width:72%;
	height: 30px;
	border:0px;
	margin-left: 5px;
	border-radius:40px 0 0 40px;
	background:transparent;
	float:left;
	font-size: 13px;
	color: #6b6b6b;
}
.bar6_input_prt {
	width:98%;
	height: 25px;
	border:0px;
	margin-left: 5px;
	border-radius:40px 0 0 40px;
	background:transparent;
	float:left;
	font-size: 12px;
	color: #6b6b6b;
}
.bar6_input input:focus {
	color: #000000;
}
.bar6_input a {
	margin-top: 3px;
	border:0px solid #25b30e;
	background:#transparent;
	height: 20px;
	width:40px;
	border-radius:0 36px 36px 0;
	top:0;
	right:1px;
	float:right;
}
.bar6_input a:before {
	content:" ";
	font-size:13px;
	color:#F9F0DA;
}
.font1{
	font-size:12px;
	color:#000000;
}
.font_textdiv{
	margin-left: 5px;
	margin-right: 5px;
	float : left;
	font-size:12px;
	color:#000000;
	width: 100px;
}
.font_icon20{
	margin-left: 5px;
	margin-right: 5px;
	float : left;
	height: 20px;
	width: 20px;
}
.font_iconAll{
	height: 20px;
	width: 100%;
}
.font_2{
	/* border:1px solid #d0d0d0; */
	font-size:12px;
	color:#686767;
	padding: 1px 8px 1px 8px;
	border-radius: 10px;
	background-color: #e4e4e4;
}
.font_prt {
	font-family: '宋体';
	font-size: 13px;
	color: #6a6a6a;
}
.font_prt_in {
	font-family: '宋体';
	font-size: 13px;
	color: #000000;
}
.font_prt_bt {
	font-family: '微软雅黑';
	font-size: 15px;
	color: #0000ff;
	font-weight:bold;
}
.font_prt_zt {
	font-family: '宋体';
	font-size: 13px;
	font-weight:bold;
	color: #ff8000;
}
.font_fl{
	/* border:1px solid #d0d0d0; */
	margin-top:8px;
	width:90px;
	height: 30px;
	font-size:14px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#000000;
    line-height:30px;
	/* background-color: #e4e4e4; */
}
.font_fl_no{
	color: #ff0000;
	font-size:13px;
}
.font_fl_div{
	/* border:1px solid #d0d0d0; */
	border: 1px solid rgba(0,0,0,0.0);
	width:90px;
	height: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	/* background-color: #e4e4e4; */
}
.FlDiv {
    width: 100%;
    height: calc(100% - 105px);
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    background:transparent;
}
.FlMxDiv{
	border-radius:5px;
	margin: 5px;
    float: left;
    width: 43%;
    background:transparent;
    border: 1px solid rgba(0,0,0,0.0);
}
.FlMxDiv_icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  /* border: 1px solid #red; */
}

.FlMxDiv_icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.FlMxDiv_icon + .FlMxDiv_label {
  margin-top: 5px;
}
.FlMxDiv_label {
  width: 90px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  color: #1e244f;
  font-size: 13px;
  line-height: 1.0;
/*   white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.font_fl_bt{
	margin-top: 3px;
	margin-left: 5px;
	font-weight:bold;
	width:100%;
	height: 35px;
	font-size:14px;
	color:#000000;
	background:transparent;
}
.xm_div{
	padding-left:10px;
	width:98%;
	height: 70px;
	background:transparent;
	border-bottom: 1px solid #d0d0d0;
}
.font_xmfl_nameDiv{
	width:220px;
	height: 16px;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden; 
  	line-height: 0.6;
}
.font_xmfl_name{
	/* border:1px solid #d0d0d0; */
	font-family: '宋体';
	width:180px;
	height: 16px;
	font-size:12px;
	text-align: left;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
    color:#000000;
	/* background-color: #e4e4e4; */
}
.font_abnormal_xmname{
	/* border:1px solid #d0d0d0; */
	font-family: '宋体';
	font-weight: bold;
	width:180px;
	height: 16px;
	font-size:12px;
	text-align: left;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
    color:#000000;
	/* background-color: #e4e4e4; */
}
.font_xmfl_name2{
	text-align: left;
	font-family: '宋体';
	font-size:12px;
	color:#008040;
	border-radius: 3px;
}
.font_xmfl_bz{
	/* border:1px solid #d0d0d0; */
	font-family: '微软雅黑';
	width:200px;
	height: 28px;
	font-size:11px;
	text-align: left;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	line-height:14px;
  	-webkit-box-orient: vertical;
    color:#696969;
	/* background-color: #e4e4e4; */
}
.font_xmname_bh{
	/* border:1px solid #d0d0d0; */
	font-family: '微软雅黑';
	width:200px;
	height: 20px;
	font-size:11px;
	text-align: left;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	line-height:14px;
  	-webkit-box-orient: vertical;
    color:#000000;
	/* background-color: #e4e4e4; */
}
.font_xmfl_bz2{
	margin-right: 5px;
	font-family: '微软雅黑';
	font-size:10px;
	color:#ff0000;
	padding: 1px 5px 1px 5px;
	border-radius: 3px;
	background-color: #ffe1e1;
}
.font_xmfl_iconDiv{
	border-radius:5px;
	margin: 5px;
    float: left;
    width: 99%;
    background:transparent;
}
.font_xmfl_iconDiv_jpg {
  width: 58px;
  height: 70px;
  margin: 0 auto;
  /* border: 1px solid #red; */
}

.font_xmfl_iconDiv_jpg img {
  display: block;
  width: 100%;
  height: 100%;
}

.u125b_div {
	width: 100%;
	height: 25px;
	top:0;
	right:0;
}
.font_find_prt{
	/* border:1px solid #d0d0d0; */
	font-size:12px;
	color:#ffffff;
	padding: 5px 8px 5px 8px;
	border-radius: 3px;
	background-color: #ff0000;
}
.font_15 {
	position: inline;
	float: left;
	margin-left: 8px;
	font-size: 16px;
	color: #000000;
	text-align: left;
	width: 180px;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.0);
}
.font_55 {
	position: inline;
	float: left;
	margin-left: 8px;
	font-size: 16px;
	color: #000000;
	text-align: left;
	width: 110px;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.0);
}
.font_15_png {
	margin-right: 8px;
	float: right;	
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.0);
}
.font_15_png img{
	width: 100%;
	height: 100%;
	float: right;
}
.footerDiv_div{
	margin-top: 6px;
	float:left;
	width: 24.5%;
	height: 52px;
	border: 1px solid rgba(0,0,0,0.0);
}
.footerDiv_div_W{
	float:left;
	width: 33%;
	height: 52px;
	border: 1px solid rgba(0,0,0,0.0);
}
.footerDiv_div_img{
	text-align:center;
	width: 59px;
	height: 28px;
	border: 1px solid rgba(0,0,0,0.0);
}
.footerDiv_div_img_div{
	margin-left:15px;
	text-align:center;
	width: 28px;
	height: 28px;
	border-radius: 45px;
	border: 1px solid #c1c2c3;
	background-color: #c1c2c3;
}
.footerDiv_div_img img{
	width: 25px;
	height: 25px;
}
.footerDiv_div_font{
	margin-bottom:3px;
	text-align:center;
	width: 59px;
	height: 18px;
	font-size: 13px;
	border: 1px solid rgba(0,0,0,0.0);
	
}

.iconShop_div_top{
	margin-top: 5px;
	text-align: left;
	width: 100%;
    height: 30px;
    font-size: 15px;
    color: #000000;
    border: 1px solid rgba(0,0,0,0.0);
    border-bottom: 1px solid #d0d0d0;
}
.iconShop_goOrder{
    margin-top:7px;
	float: left;
    width: 49.5%;
    height: 35px;
    color: #FFF;
    font-size: 16px;
    background: #f8270b;
    text-align: center;
    line-height: 35px;
    border-radius:0 40px 40px 0;
}
.iconShop_delOrder{
    margin-top:7px;
	float: left;
    width: 49.5%;
    height: 35px;
    color: #FFF;
    font-size: 16px;
    background: #Ec9B0E;
    text-align: center;
    line-height: 35px;
    border-radius:40px 0 0 40px;
}
.shopCatMax_div{
	margin-top:15px;
	text-align:center;
	width: 100%;
	height: 100px;
	border-radius: 45px;
	border: 1px solid rgba(0,0,0,0.0);
	background-color: #ffffff;
}
.shopCatMax_div img{
	width: 90px;
	height: 90px;
}
.shopCatMax_div_span{
	text-align:center;
	width: 100%;
	height: 35px;
	font-size: 18px;
	color:#7b7b7c;
}
.scann_info_div_C{
	border-top:1px solid  #adadac;
	width:100%;
	height: 25px;
	border-radius:100px 0 100px 0;
	background:transparent; ;
}
.scann_info_div_A{
	border:0px solid  #Ec9B0E;
	width:100px;
	height: 25px;
	border-radius:100px 0 100px 0;
	font-size: 15px;
    font-weight:900;
    font-family:'宋体';
    font-style:italic;
    color: #ffffff;
/*     background-image: linear-gradient(#141ff4,#2b35fb,#3d46fa,#3d46fa,#2b35fb,#141ff4); */
	background-color:#Ec9B0E;
}
.shopDl_div{
	margin-left:0px;
	font-size: 13px;
	padding-bottom: 20px;
	border-radius:0px;
	background-color:#ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
/* 	box-shadow: 0px 5px 2px #8b8989;	 */
}
.shopDl_div_a{
	margin-left:0px;
	font-size: 13px;
	margin-bottom: 20px;
	padding-bottom:20px;
	border-radius:0px;
	background-color:#ffffff;
}
.login_div{
	width:100%;
	height:100%;
	background-color:rgba(112,139,237,0.5);
}
.input_find {
	clear: left;
	padding-left:8px;
	height: 45px;
	width: 75%;
	border-radius: 30px;
	border-width: 1px;
	border-color: #bcbfc0;
	border-style: solid;
	font-size: 14px;
	background:transparent;
}
.input_find:focus{
	outline: none;  
    border-style:solid;  
    border-color: #3edcf8;  
    box-shadow:0 0 6px rgba(55,233,244,0.675);
    background: transparent;
}
.input_css {
	height: 29px;
	width: 96%;
	border-radius: 30px;
	font-size: 13px;
	background-color:rgba(0,0,0,0.0);
	border: 1px solid rgba(0,0,0,0.0);
}
.input_butto {
	clear: left;
	height: 45px;
	width: 75%;
	border-radius: 30px;
	border-width: 1px;
	border-color: #8594ba;
	border-style: solid;
	font-family: '宋体';
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	background-color: #1f4bef;
/* 	background-image: linear-gradient(#31cc18,#27bb0f,#25b30e); */
}
.input_mig {
	clear: left;
	height: 130px;
	width: 130px;
	border-radius: 70px;
	border-width: 0px;
	border-color: #032b49;
	background-color: #ffffff;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
.find-preview {
  position: relative;
  background-color: #FFFFFF;
}
.find-preview:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.find-preview:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.hom_top_headDiv {
    position: fixed;
    /*固定定位*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-color: #e3e3e3;
    z-index:1;
}
.hom_top_info {
	position: fixed;
	top: 178px;
    right: 0;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    background-color: #e3e3e3;
}
.hom_top{
	line-height:15px;
	position: absolute;
	top: 10px;
	z-index: 19;
	width: 100%;
	height: 42px;
	color: #ffffff;
	background-color: transparent;
}

.hom_top_img {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
  margin: 0 auto;
}

.hom_top_img img {
  display: block;
  width: 100%;
  height: 100%;
} 
.parent{width:100%;margin:auto;overflow:hidden;background-color: #e3e3e3}
 .first{position: relative;width:100%;height:115px;line-height:50px;}
 .first:after {width: 140%;height: 100px;position: absolute;left: -20%;top:0;z-index: 2;content: '';border-radius: 0 0 50% 50%;background:linear-gradient(90deg,#de9f50,#fbcd7f);}
 .second{ height: 36px;width: 80%;position: absolute;left: 10%;z-index: 5;top: 65px;border-radius: 8px 8px 0 0;background-color: #e3e3e3;overflow: hidden;}
 .second:after{width: 130%;height: 33px;position: absolute;left: -15%;top:0;z-index: 2;content: '';border-radius: 8px 8px 50% 50%;background-color: #1b294e}
 .second_title{position: absolute;top: -10px;z-index: 10;}
 .words{
 	line-height: 18px;
 	font-weight: 400;
	font-family: '宋体';
	font-size: 13px;
	color: #ffffff;
 }
 .hom_top_words13{
 	line-height: 15px;
 	font-weight: 400;
	font-size: 13px;
	color: #ffffff;
	text-align:left;
 }
 .hom_top_words12{
 	line-height: 15px;
 	font-weight: 400;
	font-size: 12px;
	color: #fdf7e3;
	text-align:left;
 }
 
 .hom_fst_FlDiv {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 52px;
	background-color: #fff;
}
.hom_fst_FlMxDiv{
	border-radius:5px;
	margin: 1px;
    float: left;
    width: 32.5%;
    background:transparent;
    border: 1px solid rgba(0,0,0,0.0);
}
.hom_fst_FlMxDiv_icon {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  /* border: 1px solid #red; */
}

.hom_fst_FlMxDiv_icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.hom_fst_FlMxDiv_icon + .hom_fst_FlMxDiv_label {
  margin-top: 2px;
}
.hom_fst_FlMxDiv_label {
  width: 50px;
  height: 12px;
  margin: 0 auto;
  text-align: center;
  color: #1e244f;
  font-size: 12px;
  line-height: 1.0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mid_yp{
	left:2%;
	border-radius:8px;
	width: 96%;
    position: relative;
    overflow: hidden;
    height: 200px;
	background-color: #fff;
	border: 1px solid rgba(255,255,255,1.0);
}
.mid_yp_div{
	width: 100%; 
	height:33px;  
	border: 1px solid rgba(255,255,255,0.0);
}
.mid_yp_div13{
	width: 100%; 
	height:130px;  
	border: 1px solid rgba(255,255,255,0.0);
}
.mid_yp_top{
	width: 100%; 
	height: 33px;  
	border: 1px solid rgba(255,255,255,0.0);
}
.mid_yp_bottom{
	width: 90%;
	float: right; 
	height: 33px;  
	border-top: 1px solid rgba(0,0,0,0.2);
}
.mid_yp_left{
	margin: auto;
    float: left;
    width: 30%;
    height: 130px;
    background:transparent;
    border: 1px solid rgba(0,0,0,0.0);
}
.mid_yp_right{
	margin: 0 0 0 2px;
    float: left;
    width: 69%;
    height: 130px;
    background:transparent;
    border: 1px solid rgba(0,0,0,0.0);
}
.mid_yp_right_top{
	width: 100%;
    height: 105px;
    background:transparent;
    border: 1px solid rgba(0,0,0,0.0);
    padding: 0px;
    display: table-cell;
    vertical-align:middle;
    text-overflow:ellipsis;
}
.mid_yp_right_top_span{
	font-weight: 400;
	font-size: 13px;
	color: #000;
}
.mid_yp_right_bottom{
	width: 100%;
    height: 23px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.0);
    text-align: right;
}
.mid_yp_right_bottom_span{
	font-weight: 400;
	line-height: 16px;
	font-size: 12px;
	color: #606261;
	padding-right: 3px;
	border: 1px solid rgba(0,0,0,0.0);
}
.mid_yp_left_img{
	width: 80px;
  	height: 80px;
  	margin: 20px auto;
  	border: 1px solid rgba(0,0,0,0.0);
}
.mid_yp_left_img img{
  display: block;
  width: 100%;
  height: 100%;
  }
.mid_yp_span60{
	width: 67%;
	float: left; 
	height: 30px;  
	border: 1px solid rgba(0,0,0,0.0);
  	line-height: 18px;
 	font-weight: 700;
	font-size: 15px;
	color: #000;
  }
 .mid_yp_span35{
	width: 30%;
	float: right; 
	height: 30px;  
	border: 1px solid rgba(0,0,0,0.0);
  	line-height: 16px;
 	font-weight: 400;
 	font-family: '宋体';
	font-size: 12px;
	color: #606261;
  }
 .mid_yp_span_100px{
	width: 100px;	
	height: 30px;
	float: right;	
	border: 1px solid rgba(0,0,0,0.0);
  }
 .mid_yp_span_img{
 	float: right; 
	width: 16px;
  	height: 16px;
  	margin: 0px;
  	border: 1px solid rgba(0,0,0,0.0);
}
 .mid_yp_span_str{
    float: left; 
	width: 80px;
  	height: 16px;
  	padding-right: 3px;
  	text-align: right;
  	border: 1px solid rgba(0,0,0,0.0);
}
.mid_yp_span_img img{
  display: block;
  width: 100%;
  height: 100%;
  }
  
 .mid_yp_bottom_button{
 	float: right; 
 	margin-top: 4px;
 	margin-right: 3px;
 	margin-left: 5px;
 	border-radius:5px;
	width: 80px; 
	height: 26px;  
	border: 1px solid rgba(0,0,0,0.2);
	text-align: center;
}
 .mid_yp_bottom_button_blue{
 	float: left; 
 	margin-top: 4px;
 	margin-right: 3px;
 	margin-left: 5px;
 	border-radius:5px;
	width: 80px; 
	height: 26px;  
	border: 1px solid rgba(19,57,248,1.0);
	background-color: #1339f8;
	text-align: center;
}
 .mid_yp_bottom_button_red{
 	float: right; 
 	margin-top: 4px;
 	margin-right: 3px;
 	margin-left: 5px;
 	border-radius:5px;
	width: 80px; 
	height: 26px;  
	border: 1px solid rgba(248,39,11,1.0);
	background-color: #f8270b;
	text-align: center;
}
.mid_yp_bottom_button_span{
	margin-top: 3px;
	font-weight: 400;
	font-size: 13px;
	color: #000;
	border: 1px solid rgba(255,255,255,0.0);
}
.mid_yp_bottom_button_span_white{
	margin-top: 3px;
	font-weight: 400;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.0);
}

/*
*下单页面用
*/
.pla_headDiv {
    position: fixed;
    /*固定定位*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #ffffff;
    text-align: left;
    z-index:9999;
    line-height: 35px;
	font-weight: 700;
	font-size: 16px;
	color: #000;
    border-bottom: 0px solid rgba(0,0,0,0.2);
}
.pla_headDiv_span{
	margin-left: 5px;
}
.pla_midDiv{
	position: fixed;
	top: 35px;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #e3e3e3;
    border: 1px solid rgba(0,0,0,0.0);
}
.pla_midDiv_head{
	width: 100%;
    height: 30px;
    background-color: #e9edfb;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-left: 0;
    border-right: 0;
}
.pla_midDiv_head_h{
	float: left;
	width: 6px;
    height: 30px;
    border: 1px solid #1339f8;
    background-color: #1339f8;
/*     background-color: #1d81fd #f8270b #3420f4 #1339f8; */
}
.pla_midDiv_head_t{
	float: left;
	width: 120px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.0);
    text-align: left;
    margin-left: 5px;
    line-height: 30px;
	font-weight: 400;
	font-size: 15px;
	color: #000;
    background-color: transparent;
}
.pla_midDiv_text{
	position: relative;
	padding-left:6px;
	width: 100%;
    background-color: #fff;
    border: 1px solid #ffffff;
}
.pla_midDiv_text_td{
	text-align: center;
/* 	background-color: #d7ddf5; */
	border-bottom: 1px solid rgba(0,0,0,0.0);
} 
.pla_midDiv_text_tdA{
/* 	background-color: #d7ddf5; */
	border-bottom: 1px solid rgba(0,0,0,0.0);
}
.pla_midDiv_text_tdA{
	background-color: #fff;
	border-bottom: 0px solid rgba(0,0,0,0.2);
} 
.pla_midDiv_text_h{
	width: 20%;
    height: 28px;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: transparent;
}
.pla_midDiv_text_t{
	width: 70%;
    height: 28px;
    border: 1px solid rgba(0,0,0,0.2);
	color: #000;
    background-color: transparent;
    float: left;
}
.text_color{
	color:#53514e;
	font-size: 12px;
}
.text_color_white{
	color:#fff;
	font-size: 12px;
	line-height: 26px;
}
.text_color_back{
	color:#000;
	font-size: 12px;
	line-height: 28px;
}
.text_color_backA{
	color:#000;
	font-size: 12px;
	line-height: 28px;
	text-align: left;
}
.text_color_gray{
	color:#53514e;
	font-size: 12px;
	line-height: 28px;
}
.text_div{
	width:70px;
	height: 20px;
/* 	border-right: 1px solid rgba(0,0,0,0.1); */
}
.choice_button{
	width: 45px;
    height: 25px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.0);
    background-color: #0081e5;
    text-align: center;
    margin-bottom: 2px;
}

/*
*文本录入框
*/

.input_div{
	width: 100%;
	height: 30px;
	position: relative;
	border: 1px solid rgba(0,0,0,0.2);
}
.input_divA{
	width: 97%;
	height: 30px;
	position: relative;
	border: 1px solid rgba(0,0,0,0.2);
}
.shop_input_div{
	width: 92%;
	height: 30px;
	position: relative;
	border: 1px solid rgba(0,0,0,0.2);
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
}
.input_div_text{
	float:left;
	width: 18%;
	height: 28px;
	border-right: 1px solid rgba(0,0,0,0.2);
	background-color: #e9edfb;
	text-align: center;
/* 	background-color: #f06d06; */
}
.input_div_textA{
	float:left;
	width: 18%;
	height: 30px;
	border-right: 1px solid rgba(0,0,0,0.2);
	background-color: #e9edfb;
	text-align: center;
/* 	background-color: #f06d06; */
}
.shop_input_div_text{
	float:left;
	width: 20%;
	height: 30px;
	border-right: 1px solid rgba(0,0,0,0.2);
	background-color: #e9edfb;
	text-align: center;
/* 	background-color: #f06d06; */
}
.input_div_in{
	float:left;
	width: 80%;
	height: 28px;
	border: 1px solid rgba(0,0,0,0.0);
	background: none;
}
.shop_input_div_in{
	float:left;
	width: 79%;
	height: 28px;
	border: 1px solid rgba(0,0,0,0.0);
	background: none;
}
.input_in_70 {
	width:90%;
	height: 26px;
	float:left;
	font-size: 13px;
	color: #000000;
	border:0px solid #6a6a6a;
}
.input_in {
	width:100%;
	height: 26px;
	float:left;
	font-size: 13px;
	color: #000000;
	border:0px solid #6a6a6a;
}
.input_div_input, .input_div_textarea {
	  width: 100%;
	  height: 26px;
	  border: 1px solid #f06d06;
	  background: none;	  
	  position: relative;
	  top: 0;
	  left: 0;
	  z-index: 1;
	  padding: 8px 12px;
	  outline: 0;
}
.input_div_input:valid {
	border: 1px solid #f06d06;
    background: white;
    padding: 4px 6px 10px 6px;
    margin-top: 16px;
    height: 16px;
}
.input_div_input:valid + .input_div_label {
  background: #f06d06;
  color: white;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
  bottom: 0px;
  margin-top: 0px;
  height: 16px;
  border: 1px solid #f06d06;
}
.input_div_input:focus {
  border:1px solid #f06d06;
  background: white;
  padding: 4px 6px 10px 6px;
  margin-top: 16px;
  height: 16px;
}
.input_div_input:focus + .input_div_label {
  background: #f06d06;
  color: white;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
  bottom: 0px;
  margin-top: 0px;
  height: 16px;
  border: 1px solid #f06d06;
}
.input_div_label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 7px 6px;
  height: 30px;
}
.input_div textarea {
  display: block;
  resize: vertical;
}

.input_div_input {
/*   padding: 12px 12px 12px 12px; */
}
.input_div_label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.input_div_input:focus {
  padding: 4px 6px 10px 6px;
  margin-top: 16px;
  height: 16px;
}
.input_div_input:focus + .input_div_label {
  bottom: 0px;
  margin-top: 0px;
  height: 16px;
}
.shop_YpInfo{
	margin-top: 6px; 
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	width: 97%;
}
.shop_YpInfo_img{
	width:90px;
	height:90px;
}
.shop_YpInfo_img img{
	width:100%;
	height:100%;
}
.shop_YpInfo_text{
	width: 100%;
	height: 30px;
	line-height: 13px;
	text-align: center;
}
.shop_YpInfo_text p{
	font-weight:700;
	font-size: 13px;
}
.shop_YpInfo_span_all{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.0);
}
.shop_YpInfo_span_left{
	float: left;
	height: 90%;
	margin-left: 5px; 
	width: 96%;
	line-height: 16px;
	text-align: left;
}
.shop_YpInfo_span_left p{
	margin: 0;
	font-weight:400;
	font-size: 12px;
}
.shop_YpInfo_span{
	float: right;
	margin-left: 10px; 
	width: 90%;
	line-height: 16px;
	text-align: left;
}
.shop_YpInfo_span p{
	margin: 0;
	font-weight:400;
	font-size: 12px;
}
.shop_button{	
	width: 100%;
	height: 65px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.0);
}
.shop_button_div{
	padding-top: 10px; 
	padding-bottom: 10px;
	margin:0 auto;
	border:1px solid rgba(255,255,255,0.0);
	width:200px;
	height:30px;
}
.shop_button_back{
	margin-top:7px;
	margin-left:50px;
	float: left;
    width: 50%;
    height: 30px;
    color: #FFF;
    font-size: 16px;
    background: #Ec9B0E;
    text-align: center;
    line-height: 30px;
    border-radius:40px;
}
.shop_button_addCart{
	margin-top:7px;
	float: left;
    width: 49.5%;
    height: 30px;
    color: #FFF;
    font-size: 16px;
    background: #Ec9B0E;
    text-align: center;
    line-height: 30px;
    border-radius:40px 0 0 40px;
}
.shop_button_goOrder{
	margin-top:7px;
	float: left;
    width: 49.5%;
    height: 30px;
    color: #FFF;
    font-size: 16px;
    background: #f8270b;
    text-align: center;
    line-height: 30px;
    border-radius:0 40px 40px 0;
}
.shopSelect{
	margin-top:12px;
	width:100%;
	border: 1px solid rgba(0,0,0,0.0);
	padding-bottom: 16px;
	height: 35px
}
.shopSelect a{
	padding:2px 6px;
	margin:5px;
	height:15px;
	font-size:13px;
	border-radius: 3px;
	border: 1px solid #ebeced;
	background-color: #fdf7fc;
	color:#999da2;
	text-decoration:none;
}
.shopSelect a.active{
	padding:2px 6px;
	margin-left:5px;
	margin-right:5px;
	height:15px;
	font-size:13px;
	border-radius: 3px;
	border: 1px solid #f31808;
	background-color: #f31808;
	color:#ffffff;
	text-decoration:none
}
.shop_inputSelect_img{
	float: right;
	width:30px;
	height:26px;
}
.shop_inputSelect_img img{
	width: 100%;
	height: 100%;
}
.gcCode_herd{
	padding-top:95px;
	width: 100%;
    background-color: #fff;
    border: 1px solid #ffffff;
}
.gcCode_Info{
	margin-top: 6px; 
	margin-left: 6px; 
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	width: 98%;
	height:50px;
}
.gcCode_Info_img{
	float: left;
	width: 15%;
	margin-top: 10px;
	border: 1px solid rgba(0,0,0,0.0);
}
.gcCode_Info_imgA{
	width: 30px;
	height:30px;
	background-image: url(../assets/img/icon_li_a.png);
}
.gcCode_Info_span{
	float: left;
	width: 83%;
	height:50px;
	border: 1px solid rgba(0,0,0,0.0);
	line-height:50px;
}
.gcCode_Info_span p{
	font-size:12px;
}
.imgback{
	background-image: url(../assets/img/icon_li_b.png);
}
.fileUploadDiv{
	  height:160px;
      border: 1px solid rgba(0,0,0,0.0);
      margin-bottom: 20px; 
  }
.fileInputContainer{
	  float: left;
	  width:80px;
      height:30px;
      border: 1px solid rgba(0,0,0,0.0);
	  border-radius: 3px;
      background-image: url(../img/image/icon_xzan.png);
      position:relative;
      margin-bottom: 15px;
      margin-left: 6px;
      
  }
.fileInputContainer_A{
	  float: left;
	  width:80px;
      height:30px;
      border: 1px solid rgba(0,0,0,0.0);
	  border-radius: 3px;
      background-image: url(../img/image/icon_xzan_a.png);
      position:relative;
      margin-bottom: 15px;
      margin-left: 6px;
      
 }
  
.fileInputC{
	  margin-top:1px;
      height:30px;
      font-size: 30px;
      position:absolute;
      right:0;
      top:0;
      opacity: 0;
      filter:alpha(opacity=0);
      cursor:pointer;
  }
.fileImgUpload{
	float: left;
	width:260px;
    height:150px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
}
.fileImgUpload img{
	width:100%;
    height:100%;
}

.login-md {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background:rgba(0, 0, 0, 0.1);
	filter:alpha(opacity=60);
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 3px;
}
.login-md-content {
	top: 45%;
	position:relative;
	color: #000000;
	border: 1px solid rgba(0,0,0,0.0);
	background:  rgba(0,0,0,0.7);
	background: url(../img/image/loginshow.gif);
	background-size:80px 80px;
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 10px;
	margin: 0 auto;
}
.login-md-content-p{
	color: #fff;
    float: left;
    width: 100%;
    height: 20px;
    font-size: 13px;
    line-height: 20px;/*让黄色div中的文字内容垂直居中*/
    text-align: center;/*让文字水平居中*/
    position: absolute;
    top:30%;
}
.login-md-show {
	visibility: visible;
}
.login-md-effect-1 {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.login-md-show.md-effect-1{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.jcUnitSelectChoice{
	border-radius: 5px;
	margin-top:5px;
	margin-right:3px;
	width:60px;border:1px solid #7BC6E7;
	float:right;
	height:25px;
	background-color: #7BC6E7;
	color: #ffffff;
	text-align: center;
	line-height:22px;
	cursor: pointer;
}