@charset "UTF-8";
/**
 * author: Chaucer Wei
 * date:2017-6-30 09:45:13
 * des: 公用重置样式文件
**/
/*引用字体图标 begin*/
@font-face {
  font-family: 'iconfont';
  src: url("../iconfont/iconfont.eot");
  src: url("../iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("../iconfont/iconfont.woff") format("woff"), url("../iconfont/iconfont.ttf") format("truetype"), url("../iconfont/iconfont.svg#iconfontyyy") format("svg"); }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/*引用字体图标 end*/
* {
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

input {
  border: none;
  outline: none; }

.header {
  background-color: #296bd4;
  color: #fff;
  font-size: 0.296296rem;
  padding-left: 0.462963rem;
  padding-right: 0.462963rem; }
  .header a {
    color: #fff; }
    .header a i {
      font-size: 0.462963rem; }
  .header .title {
    height: 0.925926rem;
    line-height: 0.925926rem;
    text-align: center;
    overflow: hidden;
    font-size: 0.37037rem; }
    .header .title i {
      float: left;
      padding-right: 0.185185rem; }
    .header .title span {
      margin-left: -0.285185rem; }
  .header .search {
    height: 0.925926rem;
    line-height: 0.925926rem;
    padding-bottom: 0.185185rem;
    padding-top: 0.185185rem;
    font-size: 0.37037rem; }
    .header .search > div {
      display: inline-block; }
    .header .search i {
      display: inline-block;
      font-size: 0.37037rem; }
    .header .search .input-box {
      background-color: #fff;
      border-radius: 5px;
      width: 7rem;
      text-indent: 0.185185rem;
      margin-left: 0.185185rem; }
      .header .search .input-box i {
        color: #9e9e9e; }
      .header .search .input-box input {
        width: 80%; }

.select-list {
  display: none; }
  .select-list .tit, .select-list li {
    padding-left: 0.462963rem;
    background-color: #e2e2e2;
    color: #9e9e9e;
    font-size: 0.296296rem;
    padding-top: 0.362963rem;
    padding-bottom: 0.362963rem; }
  .select-list li {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 0.37037rem; }

.turn-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
