/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #105764;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* text-align */
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*配模式定位*/
/* 水平垂直居中的公共类 */
/* 水平居中公共类 */
/* 垂直居中公共类 */
/* 背景自适应 */
/* 2018新增 */
/* translate 方式垂直居中 父元素必须有定位*/
.ztwrap {
  width: 100%;
  max-width: 1170px;
  min-width: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
}
a:hover {
  color: #105764;
}
div.log {
  max-width: 1200px;
  margin: 60px auto;
  padding: 80px;
  background-color: #f8fafb;
  border: solid 1px #eeeeee;
}
@media (max-width: 768px) {
  div.log {
    margin: 35px auto;
    padding: 0px;
    background-color: #ffffff;
    border: none;
  }
}
div.log h2 {
  font-size: 28px;
  color: #4b8291;
  margin-bottom: 5px;
}
div.log h3 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 40px;
}
div.log h4 {
  font-size: 14px;
  color: #293c40;
}
div.log ul li p {
  font-size: 16px;
  color: #333;
}
div.log ul li p > em {
  color: #f31818;
  margin-left: 10px;
}
div.log ul li input[type='text'],
div.log ul li input[type='password'] {
  border: solid 1px #e5e5e5;
}
div.log ul li input[type='text']:focus,
div.log ul li input[type='password']:focus {
  outline: none !important;
}
div.log ul li input[type="text"],
div.log ul li input[type='password'] {
  line-height: 48px;
  height: 48px;
  width: 100%;
  max-width: 493px;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  margin: 15px 0;
}
@media (max-width: 420px) {
  div.log ul li input[type="text"],
  div.log ul li input[type='password'] {
    padding-left: 10px;
  }
}
div.log ul > a {
  margin: 60px 0 0;
  display: block;
  width: 201px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: #4b8291;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 494px) {
  div.log ul > a {
    width: 240px;
    margin: 30px auto 0;
  }
}
