
/* ====== header ====== */
.header {
  position: relative;
  width: 100%;
  height:100%;
}
.header-bg {
  width: 100%;
  height:100%;
  background: url(../images/1.jpg) no-repeat center 0;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.header-top {
  position: fixed;
  left: 0;
  top: 10%;
  width: 100%;
  height: 48px;
}
.header-top .container {
  width: 1248px;
  margin: 0 auto;
}
.header-logo {
  float: left;
  width: 80px;
  height: 28px;
  margin-top: 10px;
  background: url(../images/logo_white.svg) no-repeat;
}
.header-nav {
  float: left;
  padding: 10px 22px 0 20px;
}
.header-nav .item {
  float: left;
  line-height: 28px;
  margin-right: 26px;
  color: rgba(255, 255, 255, .85);
}
.header-nav .item-cur,
.header-nav .item:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.header-nav .new-icon {
  position: relative;
  margin-right: 20px;
}
.header-nav .new-icon i {
  display: inline-block;
  width: 30px;
  height: 14px;
  margin-left: 7px;
  margin-bottom: 4px;
  vertical-align: middle;
  background: url(../images/header_new.svg) no-repeat;
}
.header-nav .nav-more {
  position: relative;
  float: left;
  width: 24px;
  height: 28px;
  background: url(../images/page_icons.svg) no-repeat -50px -558px;
}
.header-nav .nav-more__hover {
  display: none;
  position: absolute;
  z-index: 999;
  left: 270px;
  top: 60px;
  width: 310px;
  height: 270px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.header-nav .nav-more__hover:after {
  content: "";
  position: absolute;
  left: 131px;
  top: -9px;
  width: 18px;
  height: 10px;
  background: url(../images/header_arrow.png) no-repeat;
}
.header-nav .nav-more__hover .wrapper {
  padding: 0 20px;
}
.header-nav .nav-more__hover .top-part {
  height: 54px;
  line-height: 54px;
  font-size: 0;
}
.header-nav .nav-more__hover .top-part a,
.header-nav .nav-more__hover .middle-part a,
.header-nav .nav-more__hover .bottom-part a {
  display: inline-block;
}
.header-nav .nav-more__hover .top-part a {
  font-size: 16px;
  color: #222;
  font-weight: 700;
}
.header-nav .nav-more__hover .top-part a:nth-child(1),
.header-nav .nav-more__hover .top-part a:nth-child(2) {
  width: 100px;
}
.header-nav .nav-more__hover .top-part a:hover {
  color: #c90000;
}
.header-nav .nav-more__hover .middle-part {
  padding: 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.header-nav .nav-more__hover .middle-part a {
  width: 50%;
  line-height: 26px;
  font-size: 14px;
}
.header-nav .nav-more__hover .middle-part b {
  font-weight: 700;
}
.header-nav .nav-more__hover .bottom-part {
  position: relative;
  padding-top: 8px;
  padding-left: 30px;
  font-size: 0;
}
.header-nav .nav-more__hover .bottom-part .pin-icon {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 26px;
  height: 26px;
  background-position: 7px -302px;
  border: 1px solid #ededed;
}
.header-nav .nav-more__hover .bottom-part .pin-icon:hover {
  background-position: -43px -302px;
}
.header-nav .nav-more__hover .bottom-part a {
  line-height: 28px;
  margin: 0 8px;
  color: #999;
  font-size: 14px;
}
.header-nav .nav-more__hover .bottom-part span {
  display: inline-block;
  line-height: 28px;
  color: #999;
  font-size: 14px;
}
.header-user {
  float: right;
  margin-top: 8px;
}
.header-user .register,
.header-user .login {
  float: left;
  width: 245px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  color:white;
  border-radius: 10px;
}
.header-user .register:hover,
.header-user .login:hover {
  text-decoration: none;
}
.header-user .register {
  background-color: rgba(201,0,0,.6);
  border: 1px solid transparent;
}
.header-user .register:hover {
  background-color: rgba(201,0,0,.9);
}
.header-user .login {
  border: 1px solid rgba(255, 255, 255, .8);
  box-sizing: border-box;
  background: #46ca4a;
}
.header-user .login:hover {
  color: #444;
  background-color: #fff;
}
.header-top .search {
  position: absolute;
  display: none;
  left: 438px;
  top: 8px;
}
.header-top .search-text {
  width: 527px;
  height: 34px;margin-left: 400px;
  line-height: 34px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.header-top .search-text:hover {
  border-color: #bbb;
  background-color: #fff;
}
.header-top .search-btn {
  width: 32px;
  height: 32px;
  background-position: 5px -93px;
}
.header .search-btn:hover {
  background-position: -45px -93px;
}
.header-top__fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #fff;
}
.header-top__fixed .header-logo {
  background: url(../images/logo_red.svg) no-repeat;
}
.header-top__fixed .header-nav .item {
  color: #333;
}
.header-top__fixed .header-nav .item-cur,
.header-top__fixed .header-nav .item:hover {
  color: #c90000;
}
.header-top__fixed .nav-more {
  background-position: 0 -248px;
}
.header-top__fixed .header-user .register {
  background: linear-gradient( #E53E49, #D43636);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.3);
}
.header-top__fixed .header-user .register:hover {
  background: linear-gradient( #F45D68, #E54646);
}
.header-top__fixed .header-user .login {
  color: #333;
  background: linear-gradient( #FAFAFA, #F2F2F2);
  border-color: #D9D9D9;
}
.header-top__fixed .header-user .login:hover {
  background: linear-gradient(#FFF, #F7F7F7);
  border-color: #ccc;
}
.header-top__fixed .search {
  display: block;
}
.banner {
  position: fixed;
  top: 33%;
  left: 50%;
  width: 558px;
  margin-left: -279px;
}
.banner-titlte {
  width: 100%;
  text-align: center;
}
.banner-titlte img {}
.banner .search {
  margin-top: 40px;
}
.banner .search-text {
  width: 558px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, .15);
}
.banner .search:hover .search-text {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, .3);
}
.banner .search-btn {
  width: 40px;
  height: 36px;
  background: url(../images/icon-search.svg) no-repeat 9px 7px;
}
.banner .search:hover .search-btn {
  background-position: 9px -43px;
}
.banner .search-hot {
  width: 100%;
  line-height: 38px;
  text-align: center;
  color: #ddd;
}
.banner .search-hot a {
  display: inline;
  color: #fff;
}
.header-bg__info {
  position: absolute;
  right: 50px;
  bottom: 0;
  line-height: 56px;
  color: #fff;
}
.header-bg__info a {
  display: inline;
  color: rgba(255, 255, 255, .85);
}
.header-bg__info a:hover {
  color: #fff;
}




/* ====== user ====== */
.user {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}
.user-inner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 520px;
  margin-left: -260px;
  padding: 85px 0 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  border-radius: 4px;
}
.user .login-logo {
  display: block;
  width: 106px;
  height: 36px;
  margin: 0 auto;
}
.user .register {
  height: 200px;
}
.user .login {
  height: 282px;
}
.user .holder {
  width: 286px;
  margin: 0 auto;
}
.user .register .holder {
  margin-top: 30px;
}
.user .with-line {
  position: relative;
  height: 16px;
}
.user .with-line:before,
.user .with-line:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 50px;
  border-top: 1px solid #ededed;
}
.user .with-line:before {
  left: 0;
}
.user .with-line:after {
  right: 0;
}
.user .with-line span {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
}
.user .register .buttons {
  width: 336px;
  padding: 22px 0;
  font-size: 0;
  margin-left: -25px;
}
.user .register .buttons a {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 10px;
  background: url(../images/login_icons.svg) no-repeat;
}
.user .register .buttons a.weibo {
  background-position: 0 0;
}
.user .register .buttons a.weibo:hover {
  background-position: 0 -80px;
}
.user .register .buttons a.qq {
  background-position: -80px 0;
}
.user .register .buttons a.qq:hover {
  background-position: -80px -80px;
}
.user .register .buttons a.weixin {
  background-position: -320px 0;
}
.user .register .buttons a.weixin:hover {
  background-position: -320px -80px;
}
.user .register .buttons a.douban {
  background-position: -160px 0;
}
.user .register .buttons a.douban:hover {
  background-position: -160px -80px;
}
.user .register a {
  color: #0099ff;
}
.user .register .use-email {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 35px;
}
.user .register .switch-login {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.user .register .switch-login a {
  display: inline-block;
}
.user .login {
  margin-top: 20px;
  margin-right: -10px;
}
.user .login .buttons {
  margin: 15px 0 20px;
  font-size: 0;
}
.user .login .buttons a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background: url(../images/login_icons_s.svg) no-repeat;
} 
.user .login .buttons a.weibo {
  background-position: 0 0;
}
.user .login .buttons a.weibo:hover {
  background-position: 0 -80px;
}
.user .login .buttons a.qq {
  background-position: -80px 0;
}
.user .login .buttons a.qq:hover {
  background-position: -80px -80px;
}
.user .login .buttons a.weixin {
  background-position: -160px 0;
}
.user .login .buttons a.weixin:hover {
  background-position: -160px -80px;
}
.user .login .buttons a.douban {
  background-position: -240px 0;
}
.user .login .buttons a.douban:hover {
  background-position: -240px -80px;
}
.user .login .buttons a.renren {
  margin: 0;
  background-position: -320px 0;
}
.user .login .buttons a.renren:hover {
  background-position: -320px -80px;
}
.user .mail-login {
  margin: 16px 0 12px;
}
.user .mail-login input {
  margin-bottom: 10px;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  color: #777;
  background-color: #FCFCFC;
  font-size: 16px;
}
.user .mail-login input:focus {
  background-color: #fff;
}
.user .mail-login .login-up {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: linear-gradient( #E53E49, #D43636);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.3);
  border: 1px solid #C90000;
  border-radius: 3px;
}
.user .mail-login .login-up:hover {
  text-decoration: none;
  background: linear-gradient( #F45D68, #E54646);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.1);
}
.user .login .switch-register {}
.user .login .switch-register a {
  display: inline;
  color: #0099ff;
}
.user .login .switch-register a:hover {}
.user .login .switch-register .forget {
  float: left;
}
.user .login .switch-register .go-register {
  float: right;
}
.user .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.user .close span {
  position: relative;
  left: 8px;
  top: 6px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/user_close.png) no-repeat;
}
.user .close span:hover {
  background-position: 0 -30px;
}