@charset "UTF-8";

/*css 初始化 清除默认样式*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,div,input,button,select,section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*{
  box-sizing: border-box;
}
li {
  list-style: none;
}
fieldset,img,input,button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
    background: transparent;
}
button{
  cursor: pointer;
}
ul, ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
  padding-left: 20px;
}
select,input {
  vertical-align: middle;
}
select,input,textarea {
  font-size: 14px;
  margin: 0;
  outline: none
}
/*防止拖动*/
textarea {
  resize: none;
}
/*  去掉图片低测默认的3像素空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
a,a:hover,a:focus {
  color: inherit;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,i,em {
  font-style: normal;
  /*字体没有样式*/
  text-decoration: none;
}
body{
  font-family: 'Microsoft YaHei','Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  font-size: 14px;
  height: 100%;
}


/* 公共属性 */
.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}
.clear {
  zoom: 1
}
.fx {
  display: flex;
}
.fx_ai {
  display: flex;
  align-items: center;
}
.fx_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f1 {
  flex: 1
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,html{
  height: 100%;
}
.borb {
  border-bottom: solid 1px #cdcdcd;
}
.bor {
  border: 1px solid #cdcdcd;
}
.layout {
  max-width: 1200px;
  margin: auto;
}
.blue {
  color: #137EFF;
}
.orange {
  color: #FBAA02;
}
.purple{
  color: #7C8BD7;
}
.green {
  color: #3E974F
}
.gray {
  color: #9E9E9E;
}
.skyblue {
  color: #27BAFF;
}
.cf {
  color: #fff;
}
.red {
  color: #FA5838;
}
.bgf5 {
  background: #f5f5f5;
}
.bgf {
  background: #fff;
}
.bgoblue{background: #EFF5FB;}
.bgblue{background: #0A5DAA;}
.bggreen{background: #4FBF9F;}
.bgred{background: #F77D70;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.shadow{
  box-shadow:0px 3px 6px rgba(13,54,97,0.09);
}
.txtr {
  text-align: right
}
.txtc {
  text-align: center
}
.img{
  width: 100%;
}
.postr{
  position: relative;
}
.shadow{
  box-shadow:0px 3px 6px rgba(13,54,97,0.09);
}
input{
  height: 40px;;
}
.over{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.overhide{
  overflow: hidden;
}
.marb20{
    margin-bottom: 20px;
}
.disn{
  display: none;
}



/* 头部公共样式 */
.head_z{
  height: 80px;
}
.head_f{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  height: 80px;
  line-height: 80px;
  background: #fff;
}
.head_list{
    margin-left: 40px;
}
.head_list li{
    width: 80px;
    font-size: 18px;
    float: left;
    cursor: pointer;
    margin: 0 20px;
    text-align: center;
}
.head_list li a{
    display: block;
}
.head_list li.active{
    color: #fff;
    background: #27baff;
}
.btn_login{
    width: 100px;
    height: 40px;
    background: #fbd570;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
}
.login_box .singup{
    margin-left: 20px;
}
.login_way{
    position: absolute;
    width: 110px;
    left: -5px;
    top: 40px;
    font-size: 14px;
    background: #fff;
    color: #333;
    line-height: 45px;
}
.login_way li{
    border-bottom: 1px dashed #9E9E9E;
}
.login_way li:last-child{
    border: none;
}
.login_way a{
    display: block;
}
.login_way img{
    width: 20px;
    margin-right: 10px;
}

/* 底部公共样式 */
footer{
    background: #282828;
    padding:  20px 0;
    text-align: center;
    line-height: 30px;
}



