@charset "UTF-8";

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "hxb";
  src: url("./fonts/hxb.woff") format("woff"), url("./fonts/hxb.eot") format("embedded-opentype"), url("./fonts/hxb.ttf") format("truetype");
}

@font-face {
  font-family: "ali";
  src: url("./fonts/ali.woff") format("woff"), url("./fonts/ali.eot") format("embedded-opentype"), url("./fonts/ali.ttf") format("truetype");
}

@font-face {
  font-family: "DIN-Bold";
  src: url("./fonts/D-DIN-Bold.woff") format("woff"), url("./fonts/D-DIN-Bold.eot") format("embedded-opentype"), url("./fonts/D-DIN-Bold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-size: 14px;
  font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: "SourceHanSansCN-Regular";
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1300px;
  margin: 0 auto;
}

body {
  min-width: 1300px;
}

/* footer */
.footer-chosen-items {
  padding: 40px 0 20px;
}

.footer-chosen-item {
  float: left;
  width: calc((100% - 18px * 3) / 4);
  margin-left: 18px;
}

.footer-chosen-item:first-child {
  margin-left: 0;
}

/* chosen */
.footer-chosen {
  display: none;
}

/* 外表 */
.footer-chosen-item .chosen-container {
  display: block;
  width: 100% !important;
}

.footer-chosen-item .chosen-container-single .chosen-single {
  height: 50px;
  line-height: 48px;
  padding-left: 19px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

.footer-chosen-item .chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
}

/* 文字 */
.footer-chosen-item .chosen-container-single .chosen-single span {
  margin-right: 0;
  font-size: 14px;
  color: #333;
}

/* 下拉框符号 */
.footer-chosen-item .chosen-container-single .chosen-single div {
  width: 50px;
}

.footer-chosen-item .chosen-container-single .chosen-single div b {
  background: url("../images/chosen_down.png") center center no-repeat;
}

/* 选项 */
.footer-chosen-item .chosen-container .chosen-drop {
  bottom: 50px;
  padding: 0;
  border: none;
}

.footer-chosen-item .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}

.footer-chosen-item .chosen-container .chosen-results li {
  text-align: left;
  padding: 10px 19px;
  font-size: 14px;
}

.footer-chosen-item .chosen-container .chosen-results li.highlighted {
  background-color: #1060e2;
  color: #fff;
}

.footer-chosen-item .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/chosen_up.png") center center no-repeat;
}

.footer-chosen-item .chosen-container * {
  box-sizing: inherit;
}

.footer-cont {
  height: 134px;
  background: #e5e6ec;
}

.footer-link-img {
  float: left;
  margin: 32px 0 0 62px;
}

.footer-detail {
  margin-left: 160px;
  padding-top: 11px;
  color: #666;
  line-height: 53px;
}

.footer-detail-top {
  height: 54px;
  border-bottom: 1px solid #d3d4db;
}


.footer-detail a {
  color: #666;
}

.footer-detail a,
.footer-detail span {
  margin-left: 100px;
}

.footer-detail a:first-child,
.footer-detail span:first-child {
  margin-left: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 244px;
}

.footer {
  height: 244px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}