@font-face {
  font-family: SourceSansPro;
  font-weight: 400;
  src: url("../font/SourceSansPro-Regular.ttf") format('truetype');
}
@font-face {
  font-family: SourceSansPro;
  font-weight: 700;
  src: url("../font/SourceSansPro-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: SourceSansPro;
  font-weight: 900;
  src: url("../font/SourceSansPro-Bold.ttf") format('truetype');
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/*body {
  font: 12px/1.5 arial, SimSun, georgia, verdana, helvetica, sans-serif;
}*/
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
}
em {
  font-style: normal;
}
img,
object,
select,
input,
textarea,
button {
  outline: 0;
  vertical-align: middle;
}
button {
  border: none;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
section,
nav,
menu,
figure,
figcaption,
hgroup,
details {
  display: inline-table;
}
q:before,
q:after {
  content: '';
}
ins,
s,
u,
del {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
::selection {
  background-color: #39f;
  color: #fff;
}
::-moz-selection {
  background-color: #39f;
  color: #fff;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEgAAAACohW0MAAABiUlEQVQ4Ea1TzUrDQBA2m0gpQSlNEcSLSAhEsJcWfRBfRvAS8OLJi+Az6MWLT+C1eAoaW9pAEUEqEushhhKT+I2wgcQtNXUHht352W92Z75VViCmae5mWXYI3YIq5FtWFEVJoc+MsevhcPio2La9OZvNjgG8uiyo6ByKfNXr9RMWx3FXNjgVBKYWRVGXiarL8qFNjCVJ0sNzElmgHIdmUavVeup0Og0NwwjxpD0elLGqqno5GAzuVQILgmDcbDbXsd0m+7+C29/6vn9DOPkMOp3OFQJ9CeB9wuI4Bc632209DMOjNE03eEKVFSN91XX91HXdkJ/7aRE3JpNJ3Gg0PLzkAL5K/wJnPjHHM/T9nePRWihADhp6q9V6QvI+zMILKS4SgKcY6gX6Pi7HfxWgBAz9rQqziDGj0eiuDE62sAAF/sos3D5nDJ0rS86icoDsRcwCeIExIoyFPZ7HLBFjRAXmtognE7PwCR9g29A18uPmL5qmnXue90G2FHEch1mWtUNKeymgMkC+Af+KnOU2bkB1AAAAAElFTkSuQmCC") no-repeat right center;
  background-size: 8px 6px;
  background-position-x: 96%;
}
a,
.link {
  color: #333;
  text-decoration: none;
}
a:hover,
.link:hover,
a:active,
.link:active {
  color: #ab4af2;
  text-decoration: none;
}
a:focus,
.link:focus {
  outline: 0;
}
.button:active {
  color: #999;
  border-color: #545454;
}
.button-border-red,
.button-border-black,
.button-border-orange,
.button-border-purple,
.button-red,
.button-green,
.button-black,
.button-orange,
.button-purple,
.button-stack-black,
.button-round-border-red,
.button-round-red,
.button-round-border-purple,
.button-round-purple,
.button-round-border-black,
.button-round-black {
  padding: 0;
  border: 1px solid;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button-border-red[disabled],
.button-border-black[disabled],
.button-border-orange[disabled],
.button-border-purple[disabled],
.button-red[disabled],
.button-green[disabled],
.button-black[disabled],
.button-orange[disabled],
.button-purple[disabled],
.button-stack-black[disabled],
.button-round-border-red[disabled],
.button-round-red[disabled],
.button-round-border-purple[disabled],
.button-round-purple[disabled],
.button-round-border-black[disabled],
.button-round-black[disabled],
.button-border-red.disabled,
.button-border-black.disabled,
.button-border-orange.disabled,
.button-border-purple.disabled,
.button-red.disabled,
.button-green.disabled,
.button-black.disabled,
.button-orange.disabled,
.button-purple.disabled,
.button-stack-black.disabled,
.button-round-border-red.disabled,
.button-round-red.disabled,
.button-round-border-purple.disabled,
.button-round-purple.disabled,
.button-round-border-black.disabled,
.button-round-black.disabled {
  color: #aaa !important;
  background: #e5e5e5 !important;
  border-color: #e5e5e5;
  cursor: default;
}
.button-border-black {
  color: #333;
  border-color: #333;
}
.button-border-orange {
  color: #f8a932;
  border-color: #f8a932;
}
.button-border-red {
  color: #ea2000;
  border-color: #ea2000;
}
.button-border-purple {
  color: #ab4af2;
  border-color: #ab4af2;
}
.button-border-red,
.button-border-black,
.button-border-orange,
.button-border-purple {
  background: #fff;
}
.button-green {
  background: #32a400;
  border-color: #32a400;
}
.button-green:active {
  background: #288200;
}
.button-red {
  background: #ea2000;
  border-color: #ea2000;
}
.button-red:active {
  background: #ea2000;
}
.button-purple {
  background: #ab4af2;
  border-color: #ab4af2;
}
.button-black {
  background: #333;
  border-color: #333;
}
.button-black:active {
  background: #545454;
}
.button-orange {
  background: #f8a932;
  border-color: #f8a932;
}
.button-red,
.button-green,
.button-black,
.button-orange,
.button-purple {
  color: #fff;
}
.button-red:hover,
.button-green:hover,
.button-black:hover,
.button-orange:hover,
.button-purple:hover {
  color: #fff;
}
.button-stack-black {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000;
  z-index: 10;
  before: " ";
}
.button-stack-black:before,
.button-stack-black .before {
  content: " ";
  position: absolute;
  top: 3px;
  bottom: -3px;
  left: 3px;
  right: -3px;
  z-index: -10;
  border: 1px solid #000;
}
.button-stack-black[disabled],
.button-stack-black.disabled,
.button-stack-black:hover {
  top: 3px;
  left: 3px;
  color: #fff;
/* IE Fix */
}
.button-stack-black[disabled]:before,
.button-stack-black.disabled:before,
.button-stack-black:hover:before {
  top: 0;
  left: 0;
  border: 0;
}
.button-stack-black[disabled] .before,
.button-stack-black.disabled .before,
.button-stack-black:hover .before {
  display: none;
}
button.button-statck-black .before {
  *left: 2px;
  *top: 2px;
  *right: 0px;
  *bottom: 0px;
}
.button-round-border-red,
.button-round-red,
.button-round-border-purple,
.button-round-purple,
.button-round-border-black,
.button-round-black {
  min-width: 76px;
  *width: 76px;
  height: 24px;
  line-height: 22px;
  border-radius: 999px;
  font-size: 14px;
  background: none;
}
.button-round-border-red,
.button-round-red {
  border-color: #ab4af2;
  color: #ab4af2;
}
.button-round-border-red:hover,
.button-round-red:hover {
  color: #ab4af2;
}
.button-round-red {
  color: #fff;*/
/* 因为继承的关系，导致IE8解析background为transparent，使用！important */
  background: #ab4af2 !important;
}
.button-round-red:hover {
  color: #fff;
}
.button-round-border-purple,
.button-round-purple {
  border-color: #fec546;
  color: #fec546;
}
.button-round-border-purple:hover,
.button-round-purple:hover {
  color: #fec546;
}
.button-round-purple {
  color: #000000;
/* 因为继承的关系，导致IE8解析background为transparent，使用！important */
  background: #fec546 !important;
}
.button-round-purple:hover {
  color: #000000;
}
.button-round-border-black,
.button-round-black {
  border-color: #333;
  color: #333;
}
.button-round-border-black:hover,
.button-round-black:hover {
  color: #333;
}
.button-round-black {
  color: #fff;
  background: #333 !important;
}
.button-round-black:hover {
  color: #fff;
}
.button-large {
  min-width: 110px;
  *width: 110px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
}
a.button-small {
  height: 34x;
}
.button-small {
  min-width: 46px;
  *width: 46px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
}
a.button-small {
  height: 18px;
}

body {
  color: #333;
  font: 12px/1.5 arial, SimSun, georgia, verdana, helvetica, sans-serif;
  background: #fff;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
/**
* 容器
*/
.wrapper {
  position: relative;
  width: 1366px;
  margin: 0 auto;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.layout {
  position: relative;
  overflow: hidden;
}
/**
* 文字前竖线
*/
.symbol-title {
  padding-left: 6px;
  border-left: 2px solid #333;
}
/**
* 圆环
*/
.ring {
  border: 4px #f2f5f7 solid;
  border-radius: 50%;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.hidden {
  display: none !important;
}
.bg-black {
  background: #333 !important;
}
.bg-white {
  background: #fff;
}
.bg-pale {
  background: #f2f5f7 !important;
}
.bg-smoke {
  background: #f8faf8;
}
.round {
  border-radius: 999px !important;
}
