html, body, div, p, img, a, span, ul, li, h1, h2, h3, h4, h6, input, button, form{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
body {
    font-size: 14px;
    line-height: 24px;
    font-family: "Helvetica Neue", Tahoma, Arial, PingFangSC-Regular, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    
    color: #666;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    background: #f7f7f7;
}
h1, h2, h3, h4, h6 {
	font-weight: normal;
}
button {
	border: none;
	background-color: transparent;
	-webkit-appearance:  none;
}
input[type="radio"], input[type="checkbox"]{
	margin: 0;
}
label{
	font-weight: normal;
	margin: 0;
}
ul, li{
	list-style: none;
}
img{
	vertical-align: middle;
	border: none;
	outline: none;
}
input, button{
	vertical-align: middle;
}
input:focus, textarea:focus {
	outline: none;
}
a {
	color: inherit;
	font-size: 14px;
	text-decoration: none;
}
a:hover{
	color: inherit;
	text-decoration: underline;
}
.fl {
    float: left;
}
.fr{
	float: right;
}
.f12{
	font-size: 12px!important;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.f28{
	font-size: 28px;
}
.l16{
	line-height: 16px;
}
.l18{
	line-height: 18px;
}
.l20{
	line-height: 20px;
}
.l32{
	line-height: 32px;
}
.mt20{
	margin-top: 20px;
}
.inline-block{
	display: inline-block!important;
}
.mt15{
	margin-top: 15px;
}
.mt10{
	margin-top: 10px;
}
.mt5{
	margin-top: 5px!important;
}
.pt30{
	padding-top: 30px;
}
.pb30{
	padding-bottom: 30px;
}
.pl10{
	padding-left: 10px;
}
.pl5{
	padding-left: 5px;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.vertical-m{
	vertical-align: middle;
}
.w100{
	width: 100%;
}
.h100{
	height: 100%;
}
.color_orange{
	color: rgba(241,30,20,1);
}
.color_yellow{
	color: #FFA000;
}
.color_blue{
	color: #556C98;
}
.color_000{
	color: #000;
}
.color_333{
	color: #333;
}
.color_32{
	color: #323232;
}
.color_fff{
	color: #fff;
}
.color_888{
	color: #888;
}
.color_68{
	color: #686868;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.clearfix:before,
.clearfix:after{
    content: " ";
    display:block;
    height: 0;
    line-height: 0;
    clear: both;
}
.relative{
	position: relative;
}
.form-control{
	font-size: 12px;
}
.wrap {
    width: 1190px;
    margin: 0px auto;
}
.header{
	height: 86px;
    background: rgb(255, 255, 255);
    /*padding: 20px 0px 0px;*/
}
.header-inner {
    height: 46px;
}
.header .supplier-btn {
    display: inline-block;
    font-size: 12px;
    color: rgb(23, 112, 203);
    height: 32px;
    line-height: 30px;
    position: relative;
    margin-right: 12px;
    padding: 0px 20px;
    border-radius: 16px;
    border: 1px solid #B8D2EE;
}
.logo-text{
	margin: 8px 0 0 10px;
}
.header .supplier-btn:hover{
	text-decoration: none;
}
.bottom{
	background: #f2f2f2;
	padding: 20px 0;
	color: #333;
	font-size: 12px;
}
.bottom .item{
	padding: 0 10px;
}
.trust{
	padding-top: 20px;
}
.trust span{
	display: inline-block;
	padding: 0 3px;
}
.btn[disabled]{
	background: #ccc;
	color: #fff;
}
.btn{
	height: 32px;
	line-height: 32px;
	// border: none;
	font-size: 12px;
	padding: 0 20px;
}
.logo-text{
	padding-top: 12px;
}
.header{
	border-bottom: 1px solid #ddd;
}
.layout{
	border: 1px solid #ddd;
	margin: 10px auto;
	background: #fff;
	padding: 0 30px;
}
.form-group{
	margin-bottom: 8px;
}
.form-control{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-horizontal .control-label{
	padding: 0;
	line-height: 32px;
}
.hd-step-icon .circle .tt .icon-right{
	margin-left: -4px;
}
.success-icon{
	display: inline-block;
	width: 70px; height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	background: #FF4200;
	border-radius: 50%;
}
.error-icon{
	display: inline-block;
	width: 70px; height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 70px;
	color: #FF4200;
}
.shortcut-box {
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 50px;
  _position: absolute;
  _bottom: auto;
}
#hd-short-cut ul {
  margin: 0;
  padding: 0;
  border: 1px solid #EEE;
	border-top: none;
}

#hd-short-cut ul li {
  width: 50px;
  text-align: center;
  list-style: none;
  background: #fff;
  border-top: 1px solid #eee;
}

#hd-short-cut ul li.cart {
  border-top: none;
}

#hd-short-cut ul li a {
  color: #666;
  text-align: center;
  display: block;
  height: 50px;
  position: relative;
  line-height: 50px;
}

#hd-short-cut .hdc {
  color: #666;
  font-size: 20px;
  line-height: 50px;
}

#hd-short-cut ul li a:hover .hdc {
  color: #FF4200;
}

#hd-short-cut ul li.back-top a {
  height: 20px;
  line-height: 20px;
}
#hd-short-cut ul li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #FF4200;
}

#hd-short-cut ul li.softs.hover a {
	color: #FF4200;
}

#hd-short-cut .back-top .hdc {
  line-height: 20px;
}
#hd-short-cut .softs,
#hd-short-cut .phone
#hd-short-cut .ewm{
	position: relative;
}

#hd-short-cut .softs .popover-content,
#hd-short-cut .phone .popover-content,
#hd-short-cut .ewm .popover-content{
	position: absolute;
	left: -120px; 
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	color: #666!important;
}

#hd-short-cut .phone .popover-content{
	width: 114px; height: 50px;
	top: 0;
	line-height: 40px;
	text-align: center;
}
#hd-short-cut .softs .popover-content{
	width: 206px;
	top: 0;
	left: -212px;
	text-align: center;
	line-height: 20px;
	padding: 10px;
}

#hd-short-cut ul li.softs.hover .popover-content {
	display: block;
}

#hd-short-cut .softs .popover-content p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
#hd-short-cut .softs .popover-content .btn {
	width: 110px;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
}
#hd-short-cut .ewm .popover-content{
	width: 114px; height: 148px;
	top: -50px;
}
#hd-short-cut .phone .popover-content .arrow,
#hd-short-cut .softs .popover-content .arrow,
#hd-short-cut .ewm .popover-content .arrow{
	position: absolute;
	right: -10px;
	top: 50%; margin-top: -10px;
	border-left: 10px solid #ddd;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: none;
}
#hd-short-cut .phone .popover-content .arrow:after,
#hd-short-cut .softs .popover-content .arrow:after,
#hd-short-cut .ewm .popover-content .arrow:after{
	content: '';
	position: absolute;
	right: 1px; top: -10px;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: none;
}

#hd-short-cut .softs .popover-content .arrow {
	top: 24px;
}

#hd-short-cut .softs .popover-content .bo {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 6px;
	right: -6px;
}

#hd-short-cut .softs:hover .popover-content,
#hd-short-cut .phone:hover .popover-content,
#hd-short-cut .ewm:hover .popover-content{
	display: block;
}
#hd-short-cut .ewm .popover-content img{
	width: 104px;
}
#hd-short-cut .ewm .popover-content p{
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#hd-short-cut .ewm-text p {
  text-align: center;
  padding: 0;
  font-size: 12px;
}

#hd-short-cut .cart .cart-num {
  position: absolute;
  display: inline-block;
  background: #ff4200;
  font-size: 12px;
  color: #fff;
  top: 12px;
  right: 10px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-horizontal .control-label{
	+padding: 0;
	padding: 0\9;
}

.head-cloud-banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 58px;
	position: relative;
}
.head-cloud-banner  img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}













