.header .phone_header {
  border-bottom: 1px solid #fcfcfc;
  margin: 0;
  height: 64px;
  background-color: #fff;
  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}
.header .phone_header .navbar-toggle i {
  color: #fff;
}
.header .phone_header .navbar-brand {
  padding: 0;
}
.header .phone_header #nav {
  padding-left: 60px;
}
.header .phone_header .navbar-nav li {
  padding-left: 15px;
}
.header .phone_header .navbar-nav li a {
  border-bottom: 1px solid transparent;
  font-size: 15px;
  line-height: 30px;
}
.header .phone_header .navbar-nav li a.current,
.header .phone_header .navbar-nav li a:focus,
.header .phone_header .navbar-nav li a:hover {
  background-color: transparent;
  border-bottom: 1px solid #32b0ee;
  color: #fff;
}
.header .phone_header .navbar-login-area ul {
  line-height: 60px;
}
.header .phone_header .navbar-login-area ul #no-login a {
  display: inline-block;
  width: auto;
  padding: 0 12px;
  font-size: 13px;
}
.header .phone_header .navbar-login-area ul #no-login a:hover,
.header .phone_header .navbar-login-area ul #no-login a:focus {
  color: #fff !important;
}
.header .pc_header_placeholder {
  height: 0.64rem;
}
.header .pc_header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 0.64rem;
  box-shadow: 0 0 0.1rem 0 #ccc;
  background: #fff;
  color: #333;
}
.header .pc_header .logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.1rem;
  transform: translate(0, -50%);
  width: 1.5rem;
  cursor: pointer;
}
.header .pc_header .menu {
  box-sizing: border-box;
  padding: 0 0 0 2.3rem;
  width: 100%;
  height: 100%;
}
.header .pc_header .menu .item {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0.75rem 0 0;
  height: 0.64rem;
  font-size: 0.18rem;
  line-height: 0.64rem;
  color: #888;
  cursor: pointer;
}
.header .pc_header .menu .item__act,
.header .pc_header .menu .item:hover {
  color: #f5ad00;
}
.header .pc_header .menu .nav_solution {
  position: relative;
}
.header .pc_header .menu .nav_solution::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.15rem;
  margin-top: -0.02rem;
  width: 0.1rem;
  height: 0.06rem;
  background: url("/public/img/header/arrow_up.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.05s linear;
}
.header .pc_header .menu .nav_solution_actived::after {
  background: url("/public/img/header/arrow_down.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header .pc_header .btn_group {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 2.4rem;
  text-align: right;
  line-height: 0.64rem;
}
.header .pc_header .btn_group .btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 3px;
  width: 1rem;
  height: 0.36rem;
  background: #ffe400;
  color: #666;
  line-height: 1.5;
  font-size: 0.14rem;
}
.header .pc_header .btn_group .btn_login {
  margin: 0 0.25rem 0 0;
  border: 1px solid #ccc;
  background: #fff;
}
.header .pc_header .user_box {
  position: absolute;
  top: 0;
  right: 0.1rem;
  width: 2.3rem;
  height: 0.64rem;
  text-align: right;
  line-height: 0.64rem;
}
.header .pc_header .user_box .link {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0;
  font-size: 0.18rem;
  font-weight: 500;
}
.header .pc_header .user_box .link:hover {
  color: #f5ad00;
}
.header .pc_header .user_box .user_menu {
  display: inline-block;
  padding: 0 0 0 0.2rem;
  height: 100%;
  cursor: pointer;
}
.header .pc_header .user_box .user_menu .iconfont {
  font-size: 0.28rem;
  color: #f5ad00;
}
.header .pc_header .user_box .user_menu .list {
  position: absolute;
  top: 90%;
  right: 0;
  box-sizing: border-box;
  padding: 0 0.2rem;
  width: 1.5rem;
  height: 0;
  background: #fdfdfd;
  box-shadow: 0 5px 10px 0 #ccc;
  overflow: hidden;
  opacity: 0;
  transition: all 500ms;
}
.header .pc_header .user_box .user_menu .list .item {
  display: block;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
}
.header .pc_header .user_box .user_menu .list .item:last-child {
  border: 0;
}
.header .pc_header .user_box .user_menu .list .item:hover {
  color: #f5ad00;
}
.header .pc_header .user_box .user_menu:hover .list {
  height: auto;
  opacity: 1;
}
.header .pc_header .solution_menu {
  position: absolute;
  top: 0.64rem;
  z-index: 998;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #666;
  opacity: 0;
  height: 0;
  transition: all 500ms;
  box-shadow: 0rem 0.1rem 0.1rem -0.1rem #ccc;
}
.header .pc_header .solution_menu .solution_menu-left {
  float: left;
  box-sizing: border-box;
  margin: 0.4rem 0;
  padding-right: 0.5rem;
  width: 3.8rem;
  border-right: 1px solid #eee;
}
.header .pc_header .solution_menu .solution_menu-left .item_box {
  margin: 0.1rem 0;
  width: 100%;
  text-align: right;
}
.header .pc_header .solution_menu .solution_menu-left .item {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  line-height: 0.26rem;
  font-weight: 500;
  cursor: pointer;
}
.header .pc_header .solution_menu .solution_menu-left .item .iconfont {
  vertical-align: middle;
  margin: 0 0.05rem 0 0;
  font-size: 0.2rem;
  color: #929292;
}
.header .pc_header .solution_menu .solution_menu-left .item:hover {
  background: #eee;
}
.header .pc_header .solution_menu .solution_menu-left .item_left_actived {
  background: #eee;
}
.header .pc_header .solution_menu .solution_menu-right {
  float: left;
  margin: 0.4rem 0;
  margin-left: 0.5rem;
  width: 7.2rem;
}
.header .pc_header .solution_menu .solution_menu-right .item_box {
  float: left;
  box-sizing: border-box;
  margin: 0.1rem 0 0.3rem 0rem;
  width: 1.8rem;
}
.header .pc_header .solution_menu .solution_menu-right .item {
  display: inline-block;
  padding: 0 0.2rem;
  line-height: 0.4rem;
  font-weight: 500;
  cursor: pointer;
}
.header .pc_header .solution_menu .solution_menu-right .item .iconfont {
  vertical-align: middle;
  margin: 0 0.02rem 0 0;
  font-size: 0.2rem;
  color: #a1a1a1;
}
.header .pc_header .solution_menu .solution_menu-right .item:hover {
  background: #eee;
}
.header .pc_header .solution_menu .solution_menu-right .item_right_actived {
  background: #eee;
}
.header .pc_header .solution_menu__act {
  opacity: 1;
  height: 2.9rem;
}
.header .modal-header {
  padding: 0;
  text-align: center;
}
.header .modal-header > img {
  width: 2.6rem;
  height: 0.75rem;
  transform: translateY(-50%);
}
.header .modal-header .modal-title {
  color: #4c4c4c;
  font-size: 0.24rem;
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
}
.header #login-group {
  display: flex;
  padding: 0 5px;
}
.header .login-user {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  border: 1px solid #dddddd;
  border-radius: 0.1rem;
}
.header .login-user .login-user-input {
  flex: 1;
}
.header #auto-login {
  margin: 0;
  width: 0.16rem;
  height: 0.16rem;
}
.header .auto-login-text {
  margin-left: 0.09rem;
  color: #424242;
  font-size: 0.16rem;
  font-weight: normal;
}
.header .other-option {
  flex: 1;
  text-align: right;
  color: #999999;
  font-size: 0.16rem;
  line-height: 2.3;
}
.header .other-option > a {
  color: #999999;
}
.header .other-option > a:hover {
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .header .pc_header {
    display: none;
  }
  .header .phone_header {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header .pc_header {
    display: block;
  }
  .header .phone_header {
    display: none;
  }
}
.header .btn-login,
.header .btn-login:hover {
  border: none;
  background: linear-gradient(to right, #ffe800, #ffd210);
}
