/*
 * 初始化 
 */
*::after, *::before {
    box-sizing: border-box;
}
body {
    font-family: Verdana,"SimSun",tahoma, arial, 'Hiragino Sans GB', sans-serif;
    background: #fff;
}
html{
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
	font-size: 62.5%;
}
.overhigh{
	overflow: hidden;
	height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,em,
s,i,span,a,strong,div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    display: inline-block;
    border: 0 none;
}

em,i {
    font-style: normal;
}
a.abeian{
	color: #333;
}
a.abeian:hover{
	text-decoration: underline;
}
/* a */
.trans{ 
    transition:all 0.3s; 
    -moz-transition:all 0.3s; 
    -webkit-transition:all 0.3s; 
    -ms-transition:all 0.3s;
}
a:focus {
    outline: none;
}
a,
a:hover {
    text-decoration: none;
}

a:visited,
a:link {
    text-decoration: none;
}

/* 元素i、select、input、textarea、button */
i {
    vertical-align: middle;
}
i.ig{
	vertical-align: top;
	font-style: normal;
	display: inline-block;
}

i,
label,
input[type='checkbox'] {
    vertical-align: middle;
}


input {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 0;
    background-color: #fff;
    outline: none;
}

/*input[type='button'] {
    height: auto !important;
    padding: 4px 24px !important;
}*/

input[type='checkbox'],
input[type='radio'] {
    height: auto !important;
    padding: 0 !important;
    border: none;
}

.form-control[readonly] {
    opacity: 1;
    background-color: #f5f5f5;
}

textarea {
    overflow-y: auto;    
    resize: none;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    color: #333;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

textarea:focus {
    outline: 0 none;
}
.hide{
	display: none;
}
/*浮动*/
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
img.smalimg{
	position: relative;
	top: 5px;
	margin-right: 15px;
	max-width: 85px;
    max-height: 20px;
}
/*清除浮动*/
.clearfix::after, 
.clearfix::before,
.form-group::after,
.form-group::before {
    content: " ";
    display: table;
}
.clearfix,.clearfix::after,
.form-group,.form-group::after{
    clear: both;
}

/*字体*/
.font-yahei{
	font-family: 'Microsoft YaHei'
}
.font-tahoma{
	font-family: tahoma;
}
.font-verdana{
	font-family: Verdana;
}

/*     公用样式
*==================================================================
*/

.wid1200 {
    width: 1200px !important;
    margin: 0 auto;
}
/* 居中 */

.m-c {
    margin: 0 auto;
}
/*距离*/
.m-t-5{
	margin-top: 5px;
}
.m-t-8{
	margin-top: 8px;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-15{
	margin-top: 15px;
}
.m-t-20{
	margin-top: 20px;
}
.m-t-40{
	margin-top: 40px;
}
.m-l-15{
	margin-left: 15px;
}
.m-l-20{
	margin-left: 20px;
}
.m-b-6{
	margin-bottom: 6px;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-b-15{
	margin-bottom: 15px;
}
.m-b-20{
	margin-bottom: 20px;
}
.m-b-30{
	margin-bottom: 30px;
}
.m-b-40{
	margin-bottom: 40px;
}
.p-t-12{
	padding-top: 12px;
}
.borderbtm{
	border-bottom: 1px dotted #ddd;
}
.borddd{
	border: 1px solid #ddd;
}
/* 对齐方式 */
.t-c-f {
    text-align: center !important;
}

.t-l-f {
    text-align: left !important;
}

.t-r-f {
    text-align: right !important;
}
/* 省略 */
.el-sl {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inblock{
	display: inline-block !important;
}
/* 文字大小 */
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}
.f20{
    font-size:20px;
}
.f22{
    font-size:22px;
}
.f24{
    font-size:24px;
}
.f28{
    font-size:28px;
}

.b {
    font-weight: bold;
}

.b-n {
    font-weight: normal;
}
.block{
	display: block;
}

/* 颜色值 
 * ===============
 */

.white {
    color: #fff;
}
.white-bg {
    background: #fff;
}

.col333 {
    color: #333;
}

.col999 {
    color: #999;
}

.col666 {
    color: #666;
}
.col888{
	color: #888;
}
.colfb5{
	color: #FB5260;
}
.col2f6{
	color: #2F67E2;
}
.col3d7a{
	color: #3D7AFF;
}

.a_state:hover{
	color: #2F67E2;
}
/*      图标大全
 *====================================
 */
.i-all {
    display: inline-block;
    background: url(../../images/allicon.png) no-repeat;
    position: relative;
}
/*电话*/
.icon-call {
    width: 14px;
    height: 15px;
    background-position: 0px 1px;
}
/*top购物车*/
.icon-shop{
	width: 21px;
    height: 16px;
    background-position: -16px 1px;
}
/*收藏*/
.icon-stroe-not{
	width: 13px;
    height: 12px;
    background-position: -60px -53px;	
}
.icon-stroe-yes{
	width: 13px;
    height: 12px;
    background-position: -60px -68px;	
}

.icon-share{
	width: 13px;
    height: 14px;
    background-position: -61px -34px;	
}
/*del一种*/
.icon-tpdel{
	width: 16px;
    height: 16px;
    background-position: 1px -71px;
}
.icon-ok{
	width: 22px;
    height: 22px;
    background-position: 0px -94px;
}
/*up箭头*/
.icon-up{
	width: 12px;
    height: 8px;
    background-position: -40px 0px;
}
.icon-search{
	width: 13px;
    height: 13px;
    background-position: -68px 0px;
}
.icon-left{
	width: 15px;
    height: 14px;
    background-position: -18px -18px;
}

.icon-cha{
	width: 13px;
    height: 14px;
    background-position: -39px -18px;
}
.icon-grey-error{
	width: 16px;
    height: 16px;
    background-position: -38px -34px;
}
.icon-blue-up{
	width: 11px;
    height: 8px;
    background-position: -55px -15px;
}
.icon-blue-down{
	width: 11px;
    height: 8px;
    background-position: -55px -22px;
}
.icon-white-up{
	width: 11px;
    height: 8px;
    background-position: -68px -15px;
}
.icon-white-down{
	width: 11px;
    height: 8px;
    background-position: -68px -22px;
}
.icon-backsp{
	width: 12px;
    height: 11px;
    background-position: -41px -76px;
}
/*粗箭头*/
.icon-bold-shang{
	width: 9px;
    height: 12px;
    background-position: 1px -36px;
}
.icon-bold-xia{
	width: 9px;
    height: 12px;
    background-position: -8px -36px;
}
.icon-danger{
	width: 15px;
    height: 15px;
    background-position: 0px -52px;
}
.icon-warn{
	width: 15px;
    height: 15px;
    background-position: -19px -72px;
}
/*双箭头*/
.icon-twoup{
	width: 16px;
    height: 11px;
    background-position: -83px -17px;
}
.icon-twodown{
	width: 16px;
    height: 11px;
    background-position: -83px -32px;
}
/*圆*/
.icon-circle{
	width: 12px;
	height: 12px;
	background-position: -91px 0px;
}
.icon-circle-actived{
	width: 12px;
	height: 12px;
	background-position: -106px 0px;
}
.icon-right{
	width: 18px;
	height: 18px;
	background-position: -50px -93px;
}
.icon-cuowu{
	width: 22px;
	height: 22px;
	background-position: -26px -92px;
}
.icon-smalldui{
	width: 13px;
	height: 13px;
	background-position: -70px -96px;
}
/*weixin*/
.icon-wxin{
	width: 18px;
	height: 14px;
	background-position: -125px 0px;
}
.icon-wbo{
	width: 18px;
	height: 15px;
	background-position: -146px 0px;
}
.icon-wqq{
	width: 14px;
	height: 14px;
	background-position: -168px 0px;
}
.icon-link{
	width: 16px;
	height: 16px;
	background-position: -184px 0px;
}
.icon-tag{
	width: 24px;
	height: 10px;
	background-position: -103px -19px;
}
.icon-ques{
    width: 16px;
    height: 18px;
    background-position: -133px -19px;
}
.icon-asked{
    width: 17px;
    height: 19px;
    background-position: -154px -18px;
}
.icon-anser{
    width: 20px;
    height: 19px;
    background-position: -176px -19px;
}
.icon-zanot,
.icon-zanok{
	width: 16px;
	height: 16px;
}
.icon-zanot{
	background-position: -78px -50px;	
}
.icon-zanok{
	background-position: -78px -69px;
}
/*top*/
.citeler{
	top: -2px;
}
.mtop-2{
	top: -2px;
}
.mtop-3{
	top: -3px;
}
/*tip标识*/
.sptin-tip {
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}
/*tip-化学纯*/
.t-hxchun{
	background: #DEE8F3;
	color: #2361AD;
	
}
/*--优级纯*/
.t-yjchun{
	background: #DDF3E1;
	color: #23AC38;
}
/*--危险品*/
.t-dange{
	color: #ED1C24;
	border: 1px solid #ED1C24;
}
/*--电容级*/
.t-drongji{
	background: #FCE3DB;
	color: #E94609;
}
/*--生化试剂*/
.t-shenghua{
	background: #F2E5DF;
	color: #A84F25;
}
/*--指标剂*/
.t-zhibiao{
	background: #F2DDE6;
	color: #A61955;
}
/*--光谱试剂*/
.t-guangpu{
	background: #FBFBE4;
	color: #999625;
}
/*--生物染色剂*/
.t-shwuranse{
	background: #FBDAEC;
	color: #E4007F;
}
/*--CP待定*/
.t-cpding{
	background: #FCE3DB;
	color: #E94609;
}
/*step 3步骤*/
.ui-step-wrap {
	position: relative;
	width: 540px;
	margin: 0 auto;
	height: 60px;
}

.ui-step-wrap .ui-step-bg,
.ui-step-wrap .ui-step-progress {
	height: 6px;
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 10px;
}

.ui-step-wrap .ui-step-bg {
	width: 100%;
	background: #DDE6F2;
	
}

.ui-step-wrap .ui-step-progress {
	width: 0;
	background: #2F67E2;
	width: 180px;
}

.ui-step-wrap .ui-step {
	position: relative;
	z-index: 1;
	list-style: none
}

.ui-step-wrap .ui-step:after {
	content: '';
	display: table;
	clear: both
}

.ui-step .ui-step-item {
	float: left;
	width: 180px;
}
.ui-step .ui-step-item div {
	text-align: center;
}
.ui-step-item-title {
	margin-top: 8px;
}
.ui-step .ui-step-item .ui-step-item-num {}
.ui-step .ui-step-item .ui-step-item-num span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background: #DEE7F3;
	color: #2F67E2;
	font-size: 14px;
}
.ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	background: #2F67E2
}
.step-part-one,
.step-part-two{
	position: relative;
}
/* +-*/
.stepper{
  background: #F2F2F2;
  width: 107px;
  margin: 0 auto;
}
.stepper .add, 
.stepper .subtract{  
  float:left;
  box-sizing: border-box;
  width:30px;
  height:30px;
  line-height:26px;
  color:#808080;
  font-size:28px;  
  cursor: pointer;
  text-align: center;
  font-weight: lighter;
}

.stepper input.putdowner {
    float: left;
    width: 45px;
    height: 27px;
    line-height: 27px;
    margin-top: 1px;
    border: 0 none;
    text-align: center;
}
/*
 *弹窗
*/
.c-modalBg {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.c-modalBox {
    position: fixed;
    z-index: 30;
    top: 50%;
    left: 50%;
    /*display: none;*/
    background: #fff;
}
.modaltip{
	width: 400px;
	/*height: 180px;*/
	margin-top: -50px;
    margin-left: -200px;
    border: 1px solid #ccc;
    border-top: 3px solid #2F67E2;
}
p.pcolsed{
	height: 46px;
	line-height: 46px;
	padding-right: 12px;
}
a.er {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 12px;
}
.over-group{
	padding: 0 40px;
}
.tip-tword p{
	color: #000;
}
.tip-tword p strong{
	text-decoration: underline;
}
.c-modalfoot{
	margin: 0 auto;
	width: 220px;
    line-height: 38px;  
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    background: #2F67E2;   
    border-radius: 3px;
    cursor: pointer;
}
/*内容页-收藏的背景*/
.c-storedBg {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}
.goods-trps{
	display: block;
    padding: 100px;
    height: 350px;
    text-align: center;
    
}
.goods-trps img{
	border: 0;
    vertical-align: middle;
}
