﻿
/*@font-face {
  font-family: lanting;
  src:url('http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/common/css/lantingxianhei.TTF');
}*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css | mixed some css reset */
html {font-family: Arial,'微软雅黑','Microsoft Yahei';font-size: 14px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,p {margin: 0;}
ul,li {list-style: none;margin: 0;padding: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
h1 {font-size: 2em;margin: 0.67em 0;}
a {background-color: transparent;text-decoration: none;}
a:active,a:hover {outline: 0;}
img {border: 0;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css | mixed some css reset */

.clearfix:after {content:'\200B';display: block; clear:both;height:0;}
.clearfix {*zoom:1;}

/* loading */
#loading_logo {
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 20px;
  margin: -50px 0 0 -35px;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
}
.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner-container {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
/* loading */

/*自定义下拉框 
  html: <div class="custom-select-container" tabindex="-1">
          <span class="custom-select-span"></span>
          <ul class="custom-select-list">
            <li></li>
          </ul>
        </div>
*/
.custom-select-container {
  position: relative;
  width: 100%;
  height: 30px;
  border-radius: 4px;
}
.custom-select-container:before {
  position: absolute;
  content: '';
  right: 8px;
  top: 12px;
  border-top: 6px solid #676767;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.custom-select-container:focus .custom-select-list {
  display: block;
}
.custom-select-span {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 4px 4px 4px 8px;
}
.custom-select-list {
  display: none;
  position: absolute;
  top: 30px;
  width: 100%;
  background-color: #fff;
  list-style: none;
}
.custom-select-list > li {
  box-sizing: border-box;
  padding: 4px 4px 4px 8px;
  list-style: none;
}
.custom-select-list > li:hover {
  outline: 1px solid rgb(6, 120, 250);
}