img {
  vertical-align: middle;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* 清除浮动 */
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
/* 浮动左右，设置内联，减少浮动带来的 bug  */
.fl,
.fr {
  display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*显示隐藏*/
.show {
  display: inline-block;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.overflow-hidden {
  overflow: hidden;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
div {
  box-sizing: border-box;
}
/* 为保持placeholder兼容字体样式问题  start */
input {
  color: #d9d9d9;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d9d9d9;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d9d9d9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
/* 为保持placeholder兼容字体样式问题  end */
.layout-1200 {
  width: 1200px;
  margin: 0 auto;
}
.register-header {
  position: relative;
  height: 76px;
  background: url(../../img/register/register-bg.png) no-repeat center;
}
.register-header .header {
  position: relative;
  height: 76px;
  line-height: 76px;
  font-size: 12px;
}
.header {
  position: relative;
  height: 76px;
  line-height: 76px;
  font-size: 12px;
}
.header .logo-box {
  width: 735px;
  height: inherit;
  overflow: hidden;
}
.header .logo-box img {
  padding-left: 10px;
}
.header .right {
  position: absolute;
  right: 0;
  color: #4d4b4c;
  padding-right: 7px;
}
.header .right .search-box {
  position: relative;
  display: inline-block;
}
.header .right .search-box .search {
  box-sizing: border-box;
  width: 280px;
  height: 32px;
  line-height: 32px;
  padding: 0 35px 0 15px;
  background-color: #fbfbfb;
  white-space: nowrap;
  font-size: 12px;
  border: 1px #e1e1e1 solid;
  border-radius: 100px;
}
.header .right .search-box i {
  position: absolute;
  width: 30px;
  right: 0;
  color: #bfbfbf;
  cursor: pointer;
  font-size: 22px;
}
.header .right p {
  display: inline-block;
  margin-left: 5px;
}
.header .right p.login {
  margin-left: 10px;
  max-width: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.banner {
  background-color: #b1d9f3;
  height: 280px;
}
.banner .layui-carousel a {
  display: inline-block;
  width: 100%;
  height: 280px;
}
.link {
  margin-top: 33px;
  padding: 15px 0 15px 20px;
  background-color: #f6f6f6;
  color: #222222;
  box-sizing: border-box;
}
.link .link-title {
  font-size: 16px;
  font-weight: bold;
  width: 80px;
  vertical-align: top;
}
.link .link-box {
  width: 1098px;
  display: inline-block;
}
.link .link-box .link-part {
  margin-left: 30px;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
}
.link .link-box .link-part a {
  margin-left: 15px;
  color: #858ca9;
}
.foot {
  margin-top: 41px;
  height: 94px;
  line-height: 94px;
  color: #d7d7d7;
  font-size: 12px;
  background-color: #626368;
}
.foot p {
  padding: 0 5px;
}
