﻿/* @font-face {
  font-family: 'sourceHanSansCN';
  src: url('sourceHanSansCN regular.otf');
} */
html {
  height: 100%;
}
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #5f5f5f;
  /* font-family: 'sourceHanSansCN'; */
  font-family:"Microsoft YaHei";
  background-color: #f8f9fc;
  overflow: auto;
  height: 100%;
}
h1,
h2,
h3,
h4,
img,
ul,
li,
div,
span,
p {
  padding: 0;
  margin: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}
i {
  display: inline-block;
}
input {
  padding: 0;
  margin: 0;
  font-size: 14px;
  border: 0;
}
li {
  list-style-type: none;
  list-style: none;
}
a {
  text-decoration: none;
}
.flexbox {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
}
.flexbox-sapce {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/* 屏幕小于1200px 内容缩放 */
@media screen and (max-width:1200px) {
  .container {
    transform: scale(0.95);
    transform-origin: center 0;
  }
}

/* 公共头部 */
.include-headbg {
  width: 100%;
  height: 237px;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.include-headbg-red {
  width: 100%;
  height: 246px;
  background: url(../images/redhead-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
}
.include-head,
.include-head-red {
  height: 246px;
  position: relative;
}
/* .include-head-red {
  height: 279px !important;
} */
.include-head-top {
  color: #24292f;
  font-size: 14px;
  justify-content: space-between;
  padding: 22px 0 10px;
}
.include-head-red-top {
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
  padding: 22px 0 10px;
}
.include-bangong {
  color: #24292f;
}
.include-bangong-red {
  color: #fff;
}
.include-bangong i {
  background: url(../images/brief-icons.png) no-repeat;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  vertical-align: -5px;
  margin-right: 5px;
}
.include-bangong-red i {
  background: url(../images/bgxt-w.png) no-repeat;
  width: 22px;
  height: 21px;
  background-position: 0px 5px;
  vertical-align: -2px;
  margin-right: 5px;
}
.include-head-topright,.include-head-red-topright {
  position: relative;
}
.include-head-topright>i {
  height: 10px;
  width: 1px;
  background-color: #24292f;
}
.include-head-topright a,
.include-head-topright span {
  margin: 0 10px;
  color: #24292f;
}
.include-head-topright a#register_box{
  margin: 0 5px;
}
.include-head-topright a:hover {
  color: #24292f;
}
.include-head-topright .joinVip,
.include-head-red-topright .joinVip {
  margin: 0 0 0 15px !important;
  position: relative;
}
.include-head-topright .joinVip::before,
.include-head-red-topright .joinVip::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #24292f;
    top: 50%;
    left: -14px;
    transform: translate(0, -50%);
}
.include-head-red-topright .joinVip::before {
  background-color: #fff;
}
.sign-box #login_box {
  position: relative;
  margin: 0 32px 0;
}
.sign-box #login_box::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #24292f;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}
.include-head-red-topright .sign-box #login_box::before {
  background-color: #fff;
}
/* 申请会员 */
.addVip {
  position: relative;
  display: none;
}
.addVip::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #24292f;
  top: 50%;
  left: -12px;
  transform: translate(0, -50%);
}
.include-head-red-topright .addVip::before {
  background-color: #fff;
}
/* .head-topright .sign-box a:hover {
  color: #fff !important;
} */
.include-head-red-topright>i {
  height: 10px;
  width: 1px;
  background-color: #fff;
}
.include-head-red-topright a,
.include-head-red-topright span {
  margin: 0 10px;
  color: #fff;
}
.include-head-red-topright a#register_box {
  margin: 0 5px;
}
.include-search {
  background: url(../images/brief-icons.png) no-repeat;
  width: 15px;
  height: 17px;
  background-position: -21px 0px;
  vertical-align: -5px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 0 !important;
}
.head-topright span.search {
  margin: 0 5px 0 0 !important;
}
span#register_box {
  margin: 0 !important;
}

.head-sign {
  display: inline-block;
  height: 27px;
  /* margin-right: 5px; */
}
.sign-box {
  margin-right: 5px;
}
/* .head-sign-vip {
  position: relative;
}
.head-sign-vip::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #ffffff;
  top: 50%;
  right: -6px;
  transform: translate(0, -50%);
} */
.head-sign>span {
  cursor: pointer;
}
.head-sign>img {
  vertical-align: -8px;
  margin: 0 10px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  /* border: 2px solid #a0a0a0;
  box-sizing: border-box; */
}
.headUserBox {
  display: none;
}

.user-box {
  padding-top: 12px;
  display: none;
  position: absolute;
  top: 25px;
  left: -20px;
  z-index: 10;
}
.user-box-con {
  width: 84px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #edeef1;
  box-shadow: 2px 2px 12px #dbdbdb;
  background-color: #fff;
  padding: 10px 8px;
}
.user-item {
  display: block;
  cursor: pointer;
  color: #252525 !important;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
  margin: 0 0 8px !important;
  text-align: center;
}
.user-item:hover {
  color: #252525 !important;
  background-color: #f0eded;
}
.isvip, .sign-box {
  display: inline-block;
}
.isvip {
  display: inline-flex;
}
.vip-tag {
  /* display: inline-block; */
  display: none;
  width: 90px;
  height: 26px;
  line-height: 26px;
  background-color: #16171c;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #eec88b;
  text-align: center;
  margin: 0 8px 0 3px !important;
  color: #ffd179 !important;
}
.vip-tag-show {
  display: inline-block;
}
.vip-tag-dw {
  background-color: #3b338b;
}
.vip-img {
  width: 16px !important;
  height: 14px !important;
  background-position: 0 -32px;
  vertical-align: -2px;
  margin-right: 4px;
}

.include-head-red-topright .include-search,.include-search-red {
  background: url(../images/search-icon-w.png) no-repeat;
  width: 22px;
  height: 18px;
  cursor: pointer;
}
.include-head-th {
  align-items: center;
  margin: 32px 0 45px;;
  padding: 0 10px;
  justify-content: space-between;
}
.include-nav {
  /* background-image: url(../images/navbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;  */
  background-color: #3370ff;
  width: 100%;
  height: 62px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.include-nav-red {
  background-color: #ad0b08;
  width: 100%;
  height: 62px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* .include-nav-red .include-nav-child {
  border: 1px solid #f3daa2;
  border-top: 5px solid #f3daa2;
} */
.include-head-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.include-head-nav a.active {
  font-weight: bold;
}
.include-head-nav a,
.include-head-nav span {
  color: #ffffff !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}
/* .include-head-nav span {
  cursor: pointer;
} */
.include-nav-red a.active,
.include-nav-red li:hover>a {
  color: #f3daa2 !important;
}
.include-head-nav>li {
  float: left;
  width: 148px;
  text-align: center;
  line-height: 62px;
  height: 62px;
  font-size: 22px;
  position: relative;
}
.include-head-nav>li:hover {
  background-color: #063492;
}
.include-nav-red .include-head-nav>li:hover {
  background-color: #9f0300;
}
/* .head-nav>li:hover:after,.nav-active:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 117px;
    height: 5px;
    background-color: #aee5ff;
} */

.include-head-nav>li:hover .include-nav-child {
  visibility: visible;
  opacity: 1;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.include-nav-child {
  visibility: hidden;
  opacity: 0;
  background-color: #3370ff;
  width: 148px;
  /*padding: 0 10px;*/
  /*box-sizing: border-box;*/
  font-size: 15px;
  /* background-color: #ffffff;
  border: 1px solid #e8f6ff;
  border-top: 5px solid #aee5ff;
  width: 115px; */
  /* margin: 10px auto 0; */
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  /* border-radius: 0 0 5px 5px; */
  z-index: 9;
  transition: all .3s;
}
.include-nav-child li {
  line-height: 40px;
  height: 40px;
  width: 100%;
  /*padding: 15px 0;*/
  /*border-bottom: 1px solid #6d6d6d;*/
}
.include-nav-child a {
  color: #fff !important;
  /* line-height: 40px;
  font-size: 16px; */
  font-weight: normal;
  letter-spacing: 0.5px;
}
.include-nav-child li:hover{
    background-color: #063492;
}
.include-nav-child li:hover a {
  color: #fff !important;
  font-weight: bold;
}
.include-nav-red .include-nav-child li:hover a {
  color: #f3daa2  !important;
  font-weight: bold;
}
.con-right a:hover {
  color: #fff !important;
}
.head-topright {
  position: relative;
}
.hot-search {
  font-size: 15px;
}
.hot-search a {
  padding-right: 5px;
}
/* 头部搜索 */
.head-search-content {
  position: relative;
  /* z-index: 9; */
}
.head-search-input {
  width: 285px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #a9cef6;
  padding-left: 10px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 14px !important;
}
.head-search-input:focus-visible {
  outline: 0;
}
.head-search-input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
  color: #bfbfbf;
  font-size: 14px;
}
.head-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #bfbfbf;
  font-size: 14px;
}
.head-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #bfbfbf;
  font-size: 14px;
}
.head-search-input:-moz-placeholder { /* Firefox 18- */
  color: #bfbfbf;
  font-size: 14px;
}
.head-search-content-red .head-search-input{
  border: 1px solid #9f0300;
}

.btn-head-search {
  position: absolute;
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 0;
  right: 0;
  background: #4089f0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.head-search-content-red .btn-head-search {
  background: #940300;
}
.btn-head-search i {
  background: url(../images/search-icon.png) no-repeat;
  width: 17px !important;
  height: 17px !important;
  margin: auto;
  display: inline-block;
  vertical-align: -2px;
  z-index: 9;
}
.search-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #eee;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.search-close i {
  background: url(../images/close.png) no-repeat;
  width: 11px !important;
  height: 11px !important;
  background-color: transparent !important;
}

/* 路由面包屑 */
.route {
  font-size: 14px;
}
.route a {
  color: #24292f;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  margin: 20px 0 30px;
}
.route a:first-child {
  padding: 0 15px 0 0;
}
.route a:after {
  content: '';
  height: 10px;
  width: 1px;
  background-color: #24292f;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.route a:last-child:after {
  width: 0;
  height: 0;
}
.route-home {
  background: url(../images/brief-icons.png) no-repeat;
  background-position: -40px 0;
  width: 18px;
  height: 16px;
  margin-right: 8px;
}

/* 右侧 */

.con-right {
  position: fixed;
  /* right: 250px; */
  width: 60px;
  top: 30%;
  z-index: 9;
}
.con-right a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #a0cbff;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
}

.con-right-blue a:hover {
  background-color: #5a9eff;
}
.con-right > a i {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  display: block;
  margin: 12px auto;
}
.hylogin i {
  height: 25px;
  width: 22px;
  background-position: 0 -203px;
}
.xhgw i {
  height: 25px;
  width: 31px;
  background-position: -24px -203px;
  margin: 14px auto 5px !important;
}
.fhdb i {
  height: 16px;
  width: 28px;
  background-position: -57px -203px;
  margin: 18px auto 5px !important;
}
.show-wechat,
.show-sign {
  position: absolute;
  width: 120px;
  right: 75px;
  display: none;
  background-color: #fff;
  z-index: 9;
  padding: 5px;
  border: 1px solid #c9e8ff;
  border-radius: 4px;
}
.show-wechat p,
.show-sign p {
  text-align: center;
  font-size: 12px;
  padding: 0 0 5px;
  line-height: 1;
  color: #2d2d2d;
}
.show-sign {
  top: -30px;
}
.show-wechat {
  top: 30px;
}
.show-wechat:before,
.show-sign:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: 50px;
  right: -20px;
  border-color: transparent transparent transparent #c9e8ff;
}
.show-wechat:after,
.show-sign:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: 50px;
  right: -19px;
  border-color: transparent transparent transparent #fff;
}
.show-wechat img,
.show-sign img {
  width: 120px;
  height: 120px;
}

/* 友情链接 */
.link-box {
  padding: 25px 0;
  background-color: #f7f7f7;
  height: 88px;
  box-sizing: border-box;
}
.link-box h2 {
  font-size: 18px;
  color: #646464;
  font-weight: 600;
}
.link-item {
  /* width: 20%; */
  padding-right: 18px;
  border-right: 1px solid #d2ddeb;
}
.link-item:last-child {
  border: 0;
  padding-right: 0;
}

/* 底部 */
.footer {
  background: #ededed;
}
.institute-box {
  padding: 50px 0;
  height: 164px;
  box-sizing: border-box;
}
.institute-left {
  width: 620px;
}
.institute-left > img {
  width: 365px;
  height: 54px;
}
.institute-right {
  flex: 1;
}
.institute-right p {
  padding: 10px 0;
}
.institute-right p i {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 5px;
}
.phone,
.email {
  display: inline-block;
}
.phone {
  margin-right: 30px;
}
.phone i {
  background-position: 0px -100px;
}
.email i {
  background-position: -18px -100px;
}
.address i {
  background-position: -38px -100px;
}
.institute-foot {
  background-color:#063492;
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.institute-foot a {
  color: #fff;
  margin: 0 3px;
}
.institute-foot a:hover {
  color: #fff;
}

/* 时间搜索框 */
#timePickerBox {
  display: inline-block;
}
/* 无搜索结果 */
.basics-search-none {
  text-align: center;
}
.basics-search-none figure {
  width: 451px;
  height: 264px;
  margin: 50px auto;
}
.basics-search-none p {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

input[type="text"] {
  font-size: 16px;
  background-color: #fff;
}

/* 分页 */
.pages {
  margin: 30px auto;
  justify-content: center;
}
.pages .prev,
.pages .next,
.xl-prevPage,
.xl-nextPage {
  width: 58px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 5px;
  border: 1px solid #e5e5e5;
}
.pages .prev a,
.pages .next a,
.xl-prevPage,
.xl-nextPage {
  color: #4a4a4a;
}
/* 第一页或最后页时上一页/下一页不显示 */
.pages .prev.disable,
.pages .next.disable {
  display: none;
}
.xl-prevPage.xl-disabled,
.xl-nextPage.xl-disabled  {
  opacity: .5;
  cursor: no-drop;
}
.pages ul {
  display: flex;
  align-items: center;
}
.pages .pages-list .page-num,
.pages ul li.num {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 5px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #4a4a4a;
}
.pages .pages-list span.page-num {
  border: none;
}
.pages .pages-list a.page-num-current,
.pages ul li.num.xl-active {
  background-color: #6b9fff;
  color: #fff;
}
/* 分页跳转 */
.pages .page-jump {
  height: 28px;
  line-height: 28px;
  margin: 5px 5px 5px 15px;
  color: #4a4a4a;
}
.pages .page-jump input {
  width: 100%;
  text-align: center;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 40px;
  margin: 0 8px;
  outline: none;
}
.pages .page-jump input:hover {
  border-color: #6b9fff;
  border-right-width: 1px!important;
  outline: none;
}
.pages .btn-jump {
  padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #4a4a4a;
    background-color: transparent;
}
.pages .btn-jump:hover {
  background-color: #f0f0f0;
}

/* 404页面 */
.error-box {
  justify-content: center;
  align-items: flex-end;
  margin: 80px 0;
}
.error-box-left,.error-box-left img {
  width: 451px;
  height: 283px;
}
.error-box-right {
  color: #353535;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 50px;
}
.error-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 45px;
}
.error-box-right p a {
  color: #5d96ff;
  font-weight: bold;
  margin: 0 5px;
}

/* 敬请期待 */
.expect-box {
  width: 451px;
  height: 265px;
  background: url(../images/icon-expect.png) no-repeat;
  background-size: 100% 100%;
  margin: 60px auto 80px;
  text-align: center;
  position: relative;
  z-index: -1;
}
.expect-box::after {
  content: "";
  position: absolute;
  width: 126px;
  height: 12px;
  background: url(../images/icon-expect-r.png) no-repeat;
  background-size: 100% 100%;
  top: 105px;
  right: -165px;
}
.expect-box p {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 170px;
  background-image: linear-gradient(to bottom, #118ff6 30%, #aac0fa 70%);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  padding-left: 5px;
}
/* 添加文字阴影 */
.expect-box p::before {
  content: "敬请期待";
  position: absolute;
  z-index: -1;
  text-shadow: 0.3px 1.2px 0.5px #4f7ae8;
}
/* 层级调整 */
.swiper-button-next, .swiper-button-prev {
  z-index: 1 !important;
}


/* 2023-3-3 头部添加跳转平台 */
.link-terrace {
  background-color: #f7f7f7;
  height: 44px;
  position: relative;
  z-index: 2;
}
.terrace-box {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 44px;
  position: relative;
  padding-right: 10px;
}
.terrace-box a {
  display: inline-block;
  line-height: 1;
  height: 26px;
  margin-right: 10px;
  cursor: pointer;
}
.terrace-box a i {
  /* background-image: url("../images/icon-terrace.png"); */
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
.terrace-wb i {
  background-image: url("../images/icon-wb.png");
}
.terrace-wx i {
  background-image: url("../images/icon-wx.png");
}
.terrace-tt i {
  background-image: url("../images/icon-tt.png");
}
.terrace-dy i {
  background-image: url("../images/icon-dy.png");
}
.terrace-bi i {
  background-image: url("../images/icon-bi.png");
}
.terrace-zh i {
  background-image: url("../images/icon-zhih.png");
}

.show-wx,
.show-dy {
  position: absolute;
  top: 50px;
  background-color: #fff;
  z-index: 10;
  padding: 5px;
  border: 1px solid #c9e8ff;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}
/* .show-wx {
  right: 152px;
} */
.show-dy {
  right: 42px;
}
.show-wx:before,
.show-dy:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  left: 60px;
  top: -20px;
  border-color: transparent transparent #c9e8ff transparent;
}
.show-wx:after,
.show-dy:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  left: 60px;
  top: -19px;
  border-color: transparent transparent #fff transparent;
}
.show-wx img,
.show-dy img {
  width: 80px;
  height: 80px;
}

.icon-time {
  background-image: url(../images/icon-video.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-position: 0 -28px;
  vertical-align: -1px;
  margin-right: 6px;
}


/* 弹窗 */
.modal-mask {
  background: rgba(0, 0, 0, .5);
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* display: none; */
}
.modal-box {
  width: 460px;
  min-height: 360px;
  background-color: #fff;
  border-radius: 10px;
  margin: 15% auto 0;
  position: relative;
  padding: 30px 0 30px;
  box-sizing: border-box;
  /* display: none; */
}
.modal-box#password {
  z-index: 9;
}
.modal-img {
  background-image: url(../images/modal-icons.png);
  background-repeat: no-repeat;
}
.modal-close {
  width: 32px;
  height: 32px;
  background-position: -46px -32px;
  position: absolute;
  top: -42px;
  right: -45px;
  cursor: pointer;
}
.modal-head {
  text-align: center;
  padding-top: 8px;
}
#update .modal-head {
  padding-top: 0;
}
.modal-head h2 {
  color: #101010;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.modal-head .update_phone {
  color: #101010;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.modal-head-nav {
  display: flex;
  margin: 0 15px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}
.modal-head h2.modal-nav {
  color: #9f9e9e;
  position: relative;
  width: 49%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.modal-head h2.modal-nav:first-child {
  border-right: 1px solid #eee;
}
.modal-head h2.modal-nav.active {
  color: #101010;
}
.modal-head h2.modal-nav.active::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #4d8cff;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%,0);
}
.modal-body {
  padding: 28px 75px 0;
}
#login .modal-body {
  padding: 34px 50px 0;
}
#setting .modal-body {
  padding: 15px 75px 0;
}
#login_box, 
#register_box, 
#user-item,
#change-phone,
.set-password {
  cursor: pointer;
}
.form-body .form-group,
.modal-body .form-group {
  width: 310px;
  height: 50px;
  position: relative;
  margin-bottom: 42px; 
}
.form-group .input-box {
  background: transparent;
  box-sizing: border-box;
  padding: 15px 14px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid;
  border-color: #dcdcdc;
  font-size: 16px;
}
.form-group .input-box:focus,
.form-group .input-box:active {
  border-color: #6b9fff;
}
.form-group .input-box::placeholder {
  color: #adadad;
}
.input-addon {
  position: absolute;
  right: 15px;
  top: 14px;
  color: #2495ff;
  cursor: pointer;
}
.form-submit {
  padding-top: 10px;
}
.form-box1 .form-submit,
.form-box2 .form-submit,
#change-form .form-submit {
  padding-top: 0;
}
/* #setting-form .form-submit,
#update  .form-submit {
  padding-top: 15px;
} */
.btn {
  position: relative;
}
.btn-register {
  width: 310px;
  height: 44px;
  line-height: 44px;
  background-color: #4888ff;
  border-radius: 5px;
  border: 0;
  font-size: 18px;
  color: #fff;
}
.btn-register:hover,
.btn-register[disabled] {
  background-color: #6b9fff;
}
.btn-loading i {
  background: url(../images/load.png) no-repeat;
  width: 24px;
  height: 24px;
  animation: rotating 2s linear infinite;
  vertical-align: -5px;
  margin-left: 5px;
}
@keyframes rotating {
  0% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(1turn)
  }
}
.code_reset {
  cursor: no-drop;
  pointer-events: none;
  color: #adadad;
}
.getCode::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  background: #eeeeee;
  left: -18px;
  top: -5px;
}
.forgetPsd {
  right: 20px;
}
.forgetPsd::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background: #dcdcdc;
  left: -18px;
  top: -3px;
}
input, button {
  outline: 0px !important;
}
.modal-msg {
  min-height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 3px 0px 12px #6a6a6a;
  position: fixed;
  padding: 0 20px;
  top: 120px;
  z-index: 999;
  left: 48%;
  transform: translate(-50%, 0);
}
.modal-success {
  /* position: relative; */
  background-color: #f0f6ff;
  border: 2px solid #4888ff;
  padding: 0 17px 0 40px;
  color: #3078ff;
}
.modal-success::before,
.modal-error::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/modal-icons.png) no-repeat;
  background-position: -22px -32px;
  left: 17px;
  top: 12px;
}
.modal-error {
  /* max-width: 192px; */
  min-height: auto;
  background-color: #fff9fa;
  border: 2px solid #d64c5b;
  line-height: 22px;
  padding: 6px 15px 6px 40px;
  color: #212121;
}
.modal-error::before {
  width: 17px;
  height: 17px;
  background-position: -22px -56px;
  top: 10px;
}
.signTab {
  display: none;
}
.signTab.active {
  display: block;
}
.forget-text {
  font-size: 14px;
  color: #6e6e6e;
  float: right;
  line-height: 36px;
  padding-right: 15px;
  cursor: pointer;
}
.modal-tip {
  color: #959595;
  font-size: 14px;
  padding-top: 18px;
  text-align: center;
}
.input-msg {
  color: #4e8cff;
  font-size: 12px;
  line-height: 36px;
  text-indent: 1em;
}
.input-msg-grey {
  color: #adadad;
}
.input-error {
  font-size: 14px;
  color: #f8241f;
  line-height: 36px;
  text-indent: 1em;
}
.input-error-border {
  /* border: 1px solid #f8241f !important; */
  border-color: #f8241f !important;
}
.btn-cancel,
.btn-confirm {
  width: 140px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  background-color: #e3e4e5;
  color: #8f8e8e;
  border: 0;
}
.btn-confirm {
  background-color: #6b9fff;
  color: #fff;
}
.btn-cancel:hover {
  background-color: #d6d6d6;
}
.btn-confirm:hover,
.btn-confirm[disabled] {
  background-color: #4687ff;
}
.modal-choose-box  {
  min-height: 245px;
}
.btn-choose {
  width: 110px;
  height: 40px;
  line-height: 40px;
  margin: 0 30px;
}
.modal-text {
  font-size: 18px;
  color: #0b0a0a;
  line-height: 30px;
}
.form-radio {
  display: inline-block;
  margin: 30px;
}
.form-radio label {
  padding-left: 5px;
  color: #616161;
}




/* 新添加 */
.leftdate {
  float: left;

  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  position: relative;
  padding-right: 10px;
}













    /* 页脚整体样式 */
    .footer {
      background-color: #3370FF;
      color: #fff;
      padding: 30px 0 0;
    }

    .footer-inner {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }

    .footer-logo {
      float: left;
    }

    .footer-logo img {
      margin-right: 10px;
    }

    .join-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      width:250px;
      height: 40px;
      float: right;
      border-radius: 40px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border: 1px solid #fff;
    }

    .join-btn:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }

    .contact-box {
      min-width: 44%;
      float: left;
    }

    .contact-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
      border-left:2px solid #fff;
      padding-left: 10px;
    }

    .contact-info {
      line-height: 1.6;
    }

    .qrcode-box {
      /*float:right;*/
      display: flex;
      flex-wrap: wrap;
     
      justify-content: center;
    }

    .qrcode-item {
        width: 25%;
      text-align: center;
      margin-bottom: 30px;
    }

    .qrcode-item img {
      width: 70px;
      height: 70px;
      margin-bottom: 6px;
    }

    .copyright {
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
      color: #fff;
    }

    /* 1200px 及以内的响应式适配 */
    @media (max-width: 1200px) {
      .footer-inner {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-logo {
        flex-wrap: wrap;
        gap: 10px;
      }

      .join-btn {
        margin-left: 0;
        margin-top: 10px;
      }

      .contact-box {
        margin-top: 20px;
        order: 2; /* 调整为第二层（从上往下数第二个） */
      }

      .qrcode-box {
        order: 3; /* 二维码区域放在第三层 */
        margin-top: 20px;
        justify-content: flex-start;
      }
    }
    .diyiceng{
        width: 100%;
    }
    .dierceng{
        margin-top:70px;
        width: 100%;
    }
    .qrcode-item p{
        font-size: 12px;
    }
    .youce{
        width: 56%;
        float: right;
    }