@font-face {
  font-family: MicrosoftYaHei;
}
.layout {
  width: 100%;
}
header {
  width: 100%;
  height: 70px;
  z-index: 100;
  background-color: #fff;
  /* box-shadow:0px 5px 5px 0px rgba(233,233,233,1); */
  border-bottom: 1px solid #eee;
  position: fixed;
  top:0px;
}
header .head-top{
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
header .head-top .logo {
  height: 70px;
  width: 162px;
  float: left;
  background: url("/Images/image/logo.png");
  background-position:0 50%;
  background-repeat:no-repeat;
  background-size: auto 70px;
  margin-right: 206px;
}
header nav {
  float: left;
  width: 450px;
  height: 70px;
  display:flex;
  align-items:center;
}
header nav .curPage{
  position: relative;
}
header nav .curPage >a{
  color: #09F;
}
header nav .curPage::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #09F;
}
header nav > div {
  float: left;
  line-height: 55px;
}
header nav .dropdown a {
  padding: 0;
}
header nav > div a {
  display: inline-block;
  height: 35px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  position: relative;
  padding: 0 5px;
}
header nav > div a:hover {
  color: #09f;
  text-decoration: none;
  border-bottom: 2px solid #09f;
  cursor: pointer;
}
header nav > div:first-of-type {
  margin-right: 25px;
}
header nav > div:nth-of-type(2) {
  margin-left: 5px;
  margin-right: 30px;
}
header nav > div:nth-of-type(3) {
  margin-left: 5px;
  margin-right: 30px;
}
.dropdown-menu{
  border-radius:0px 0px 6px 6px;
  width: 118px;
  left: -15px!important;
}
.dropdown-menu > li{
  margin-top: 0;
  height: 40px;
}
.dropdown-menu > li > a{
  text-align: center;
  color: #666;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  color: #09F;
}
header .phone{
  height: 70px;
  width: 215px;
  float: left;
  background: url("/Images/image/phone.jpg");
  background-position:0 50%;
  background-repeat:no-repeat;
}

header .login {
  height: 70px;
  float: left;
  line-height: 69px;
  padding-top: 20px;
}
header .login button {
  width: 72px;
  height: 30px;
  text-align: center;
  font-size: 13px;
  color: #1e8cff;
  border-radius: 2px;
  float: left;
  background-color: #fff;
  border: 1px solid #09f;
  border-radius: 2px;
  margin-right: 9px;
  line-height: normal;
}
header .login button:hover {
  color: #fff;
  background-color: #09f;
}

header .service {
  position: fixed;
  top: 75%;
  right: 52px;
  width: 2.5em;
  height: 140px;
  line-height: 19px;
  font-size: 16px;
  color: #FFF;
  background-color: #09F;
  border-radius: 2px;
  padding: 33px 12px 12px 12px;
  text-align: center;
  cursor: pointer;
}
header .service::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/Images/image/service.png") no-repeat;
  background-size: 19px 19px;
  position: absolute;
  top: 12px;
  left: 10px;
}
header .service_box {
  position: absolute;
  right: 40px;
  top: -21px;
  width: 258px;
  height: 182px;
  text-align: left;
  padding-left: 1px;
  padding-right: 5px;
  background: url("/Images/image/service_bg.png") no-repeat;
  background-size: 259px 182px;
}
header .service_box li {
  list-style: none;
  /* padding-left: 48px; */
  height: 60px;
  /* padding-top: 14px; */
}
header .service_box li a{
  display: inline-block;
  width: 258px;
  height: 60px;
  padding: 14px 0 0 48px;
}
header .service_box li h4 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666;
  margin-top: 0;
  margin-bottom: 8px;
}
header .service_box li p {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #999;
  margin: 0;
}
header .service_box li p span {
  font-size: 14px;
  color: #09F;
}
header .service_box li a:hover,
header .service_box li a:focus {
  text-decoration: none;
}
header .service_box li:hover {
  background-color: #E3F3FC;
}
header .service_box .telephone {
  padding: 14px 0 0 48px;
  background: url("/Images/image/telephone.png") 17px 15px no-repeat;
}
header .service_box .info {
  background: url("/Images/image/info.png") 17px 15px no-repeat;
}
header .service_box .tickling {
  background: url("/Images/image/tickling.png") 17px 15px no-repeat;
}

.layui-layer-content .common {
  width: 376px;
  background-color: #fff;
  padding: 0 55px;
  z-index: 9999;
}
.layui-layer-content .common .err_message{
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-family: SourceHanSansCN-Medium;
  color: #E83D2C;
}

.layui-layer-content .common input,
.layui-layer-content .common button,
.layui-layer-content .common b,
.layui-layer-content .common select {
  height: 42px;
  color: #9E9E9E;
  font-size: 14px;
  line-height: 14px;
}
.layui-layer-content .common input {
  padding-left: 15px;
}
.layui-layer-content .common .close {
  position: absolute;
  top: 6px;
  right: -49px;
  font-size: 16px;
  color: #1AB2FD;
  cursor: pointer;
}
.layui-layer-content .common .eye {
  width: 42px;
  height: 42px;
  background: url("/Images/image/eye_2.png") center center no-repeat;
  background-size: 18px 8px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}

.layui-layer-content .header-logo-common{
  height: 87px;
  background: url("/Images/image/login_logo.png") center center no-repeat;
  position: relative;
}

.layui-layer-content .go{
  width: 266px;
  text-align: center;
}

.login_box {
  font-size: 14px;
  /* 标签页 */
  /* 内容区 */
}
.login_box #myTabs {
  border-bottom: none;
  width: 264px;
  margin: 0 auto;
}
.login_box #myTabs li.active a,
.login_box #myTabs li.active a:hover,
.login_box #myTabs li.active a:focus {
  border: none;
  border-radius: 0;
  color: #1AB2FD;
  background-color: #fff;
  border-bottom: 4px solid #1AB2FD;
}
.login_box #myTabs li{
  width: 132px;
  text-align: center;
  padding: 0;
  border: none;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  color: #727272;
  cursor: pointer;
}
.login_box #myTabs li a:hover {
  background-color: #fff;
}
.login_box #myTabs li.active {
  margin-bottom: 0;
  color: #1AB2FD;
  border-bottom: 4px solid #1AB2FD;
}
.login_box .tab-content {
  /* 用户名模块 */
  /* 手机验证码/密码找回 模块 */
}
.login_box .tab-content #name .userName {
  margin-bottom: 18px;
}
.login_box .tab-content #name .userName input,
.login_box .tab-content #name .password input{
  background-color: #fff!important;
}
.login_box .tab-content #name .password {
  position: relative;
}
.login_box .tab-content #name .auto_login {
  height: 41px;
  line-height: 41px;
}
.login_box .tab-content #name .auto_login > label {
  height: 41px;
}
.login_box .tab-content #name .auto_login > label input {
  float: left;
  margin-top: 0;
  color: #1AB2FD;
}
.login_box .tab-content #name .auto_login > label span {
  float: left;
  color: #737373;
}
.login_box .tab-content #name .auto_login > span {
  float: right;
  color: #1AB2FD;
  cursor: pointer;
}
.login_box .tab-content .sub {
  width: 100%;
  color: #fff;
  background-color: #ADADAD;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 18px;
}
.login_box .tab-content #name .go .go_reg {
  cursor: pointer;
  color: #1AB2FD;
}
.login_box .tab-content #mobile .mobile_num {
  margin-bottom: 16px;
}
.login_box .tab-content #mobile .figure_code {
  margin-bottom: 18px;
}
.login_box .tab-content #mobile .figure_code input {
  float: left;
  width: 116px;
  font-size: 12px;
  line-height: 12px;
  padding-right: 0;
  padding-left: 5px;
  margin-right: 5px;
}
.login_box .tab-content #mobile .figure_code img {
  float: left;
  width: 97px;
  height: 42px;
  margin-right: 6px;
}
.login_box .tab-content #mobile .figure_code span {
  float: left;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  font-size: 12px;
  color: #1AB2FD;
}
.login_box .tab-content #mobile .id_code {
  margin-bottom: 23px;
  position: relative;
}
.login_box .tab-content #mobile .id_code .fire_code {
  position: absolute;
  top: 0;
  right: 23px;
  line-height: 42px;
  color: #1AB2FD;
  cursor: pointer;
}
.login_box .tab-content #mobile .go .go_reg {
  cursor: pointer;
  color: #1AB2FD;
}
.register_box{
  font-size: 14px;
}

.register_box .register_content .mobile_num {
  margin-bottom: 16px;
}
.register_box .register_content .figure_code {
  margin-bottom: 18px;
}
.register_box .register_content .figure_code input {
  float: left;
  width: 116px;
  font-size: 12px;
  line-height: 12px;
  padding-right: 0;
  padding-left: 5px;
  margin-right: 5px;
}
.register_box .register_content .figure_code img {
  float: left;
  width: 97px;
  height: 42px;
  margin-right: 6px;
}
.register_box .register_content .figure_code span {
  float: left;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  font-size: 12px;
  color: #1AB2FD;
}
.register_box .register_content .id_code {
  position: relative;
}
.register_box .register_content .id_code .fire_code {
  position: absolute;
  top: 0;
  right: 23px;
  line-height: 42px;
  color: #1AB2FD;
  cursor: pointer;
}
.register_box .register_content .protocol {
  height: 35px;
  line-height: 35px;
}
.register_box .register_content .protocol > label {
  height: 35px;
  float: left;
  margin-bottom: 0;
}
.register_box .register_content .protocol > label input {
  height: 35px;
  margin-top: 0;
  color: #1AB2FD;
  float: left;
}
.register_box .register_content .protocol > label span {
  color: #737373;
  float: left;
}
.register_box .register_content .protocol > a {
  float: left;
  color: #1AB2FD;
}
.register_box .register_content .signin {
  width: 100%;
  color: #fff;
  background-color: #ADADAD;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 25px;
}

.register_box .register_content .go .go_login {
  cursor: pointer;
  color: #1AB2FD;
}
.change_box {
  display: block;
  /* 密码找回/设置新密码 公共样式 */
  /* 密码找回 */
  /* 设置新密码 */
}
.change_box .find_pwd .change_header,
.change_box .find_pwd .change_header .close,
.change_box .new_pwd .change_header .close {
  position: absolute;
  top: 6px;
  right: -49px;
  font-size: 16px;
  color: #1AB2FD;
  cursor: pointer;
}
.change_box .find_pwd .change_title,
.change_box .new_pwd .change_title {
  width: 80px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #5A5A5A;
  margin: 0 auto;
  font-family: SourceHanSansCN-Regular;
}
.change_box .find_pwd .find_content .mobile_num {
  margin-bottom: 16px;
}
.change_box .find_pwd .find_content .figure_code {
  margin-bottom: 18px;
}
.change_box .find_pwd .find_content .figure_code input {
  float: left;
  width: 116px;
  font-size: 12px;
  line-height: 12px;
  padding-right: 0;
  padding-left: 5px;
  margin-right: 5px;
}
.change_box .find_pwd .find_content .figure_code img {
  float: left;
  width: 97px;
  height: 42px;
  margin-right: 6px;
}
.change_box .find_pwd .find_content .figure_code span {
  float: left;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  font-size: 12px;
  color: #1AB2FD;
}
.change_box .find_pwd .find_content .id_code {
  margin-bottom: 23px;
  position: relative;
}
.change_box .find_pwd .find_content .id_code .fire_code {
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 23px;
  line-height: 42px;
  color: #1AB2FD;
  cursor: pointer;
}
.change_box .find_pwd .find_content .next {
  width: 100%;
  color: #fff;
  background-color: #ADADAD;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 25px;
}
.change_box .find_pwd .find_content .go_login {
  width: 74px;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
  color: #1AB2FD;
}
.change_box .new_pwd .change_title {
  width: 100px;
}
.change_box .new_pwd .new_content .new_password,
.change_box .new_pwd .new_content .re_password {
  position: relative;
}
.change_box .new_pwd .new_content .enter {
  width: 100%;
  color: #fff;
  background-color: #ADADAD;
  line-height: 28px;
  font-size: 18px;
  margin: 25px 0 0 0;
}
.change_box .new_pwd .new_content .re_password {
  margin-top: 25px;
}
.complete_box .complete_title {
  width: 180px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #5A5A5A;
  margin: 0 auto;
  font-family: SourceHanSansCN-Regular;
}
.complete_box .complete_content .im_password,
.complete_box .complete_content .en_password {
  position: relative;
  margin-top: 17px;
}
.complete_box .complete_content .droplist {
  margin-top: 17px;
}
.complete_box .complete_content .complete {
  width: 100%;
  color: #fff;
  background-color: #ADADAD;
  line-height: 28px;
  font-size: 18px;
  margin: 16px 0 0 0;
}
header .logout{
  height: 52px;
  width: 150px;
  top: 99%;
  background: url("/Images/image1/logout.png") no-repeat center;
  cursor: pointer;
}
