@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	word-break: break-all;
}

fieldset,
img {
	border: 0;
}

ul,
ol,
li {
	list-style: none;
	font-family: 'Microsoft YaHei';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: none;
}

code,
kbd,
samp,
tt {
	font-size: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
	*font-size: 100%;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}


sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/**Common Css**/
.fr {
	float: right;
	*display: inline;
}

.fl {
	float: left;
	*display: inline;
}

/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*清除浮动*/
.clearfix {
	clear: both;
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0;
}


/*单行溢出*/
.text-ellipsis {
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* 1*/
  text-overflow: ellipsis;
  text-align: left;
  /* 2*/
}

/*两行溢出*/
.text-ellipsis-2 {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*弹性布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
}

.flex-nowrap{
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

/*flex布局*/
/*竖直方向排列*/
.flexvert {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
}

.flexbet {
  justify-content: space-between;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
}

/*flex水平两端对齐*/
.flexcenter {
  justify-content: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
}

/*flex水平两端对齐*/
.flexmid {
  align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

/*flex垂直居中*/
.flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

/*必填项 红星*/
.importITem::before {
  content: "*";
  color: #f00;
  vertical-align: middle;
}

.tac{
  text-align: center;
}


.vertical-border{
  vertical-align: middle;
  width: 2px;
  display: inline-block;
  margin: 0 16px;
  height: 100%;
  border-right: 1px solid #ccc;
}

/* 公用 */
body{
  font-family: Avenir,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("../img/top-bg.png") repeat-x; 
  background-size: 100% 608px;
  color: #778596;
  font-size: 14px;
  overflow-x: hidden;
}
.main{
  padding-bottom: 40px;
}
.pc-content{
  padding: 20px;
  background: #ffffff;
  /* border-radius: 20px; */
  box-sizing: border-box;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 0px 7px 10px 0px rgba(30,111,165,0.20); 
}

.pc-width{
  box-sizing: border-box;
  max-width: 1220px;
  /* width: 1220px; */
  margin: 0 auto;
}
.shopping-cart-icon{
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../img/shopping-cart.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.w4{
  box-sizing: border-box;
  width: 40%;
}
.w4x{
  box-sizing: border-box;
  width: 400px;
}
.w3{
  box-sizing: border-box;
  width: 30%;
}
.f1{
  flex: 1;
}
.w2{
  box-sizing: border-box;
  width: 20%;
}

.mr-10{
  margin-right: 10px;
}
.mr-12{
  margin-right: 12px;
}
.mr-20{
  margin-right: 20px;
}
.mr-40{
  margin-right: 40px;
}
.mr-50{
  margin-right: 50px;
}

.mb-10{
  margin-bottom: 10px;
}
.mb-12{
  margin-bottom: 12px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}

.mt-12{
  margin-top: 12px;
}
.mt-20{
  margin-top: 20px;
}
.mt-40{
  margin-top: 40px;
}

.ml-20{
  margin-left: 20px;
}
.ml-40{
  margin-left: 40px;
}
.m-10-0{
  margin: 10px 0;
}
.m-0-40{
  margin: 0 40px;
}

.pd-10{
  padding: 10px;
}
.pd-20{
  padding: 20px;
}

.pb-12{
  padding-bottom: 12px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-30{
  padding-bottom: 30px;
}

.pt-20{
  padding-top: 20px;
}
.pt-40{
  padding-top: 40px;
}
.pt-100{
  padding-top: 100px;
}



.plr-20{
  padding: 0 20px;
}
.plr-40{
  padding: 0 40px;
}

.pd-0-80{
  padding: 0 80px;
}
.pd-4-12{
  padding: 4px 12px;
}
.pd-6-20{
  padding: 6px 20px;
}
.pd-8-20{
  padding: 8px 20px;
}
.pd-10-0{
  padding: 10px 0;
}
.pd-10-20{
  padding: 10px 20px;
}
.pd-12-0{
  padding: 12px 0;
}
.pd-12-26{
  padding: 12px 26px;
}
.pd-16-40{
  padding: 16px 40px;
}
.pd-18-0{
  padding: 18px 0;
}
.pd-20-10{
  padding: 20px 10px;
}
.pd-20-12{
  padding: 20px 12px;
}
.pd-20-40{
  padding: 20px 40px;
}

.pltr-20{
  padding: 20px 20px 0 20px;
}