.wapper {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}
.page {
  padding-top: 104px;
  width: 100%;
  overflow-x: hidden;
}
.header {
  width: 100%;
  height: 104px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(179, 179, 179, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header .head_main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .head_main .logo {
  height: 92px;
  display: block;
}
.header .head_main .logo .normal {
  display: block;
  height: 100%;
}
.header .head_main .logo .special {
  display: none;
  height: 100%;
}
.header .head_main .header-nav {
  height: 100%;
  line-height: 104px;
  display: flex;
  align-items: center;
}
.header .head_main .header-nav .menu_li {
  transition: all 0.3s;
  font-weight: 400;
  font-size: 21px;
  color: #646A73;
  padding: 0 20px;
}
.header .head_main .header-nav .menu_li.on {
  background: rgba(6, 96, 184, 0.1);
  font-weight: 600;
  color: #0660B8;
  position: relative;
}
.header .head_main .header-nav .menu_li.on::before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #0660B8;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 8px 0px rgba(0, 82, 217, 0.1991);
}
.header .head_main .user_box {
  width: 160px;
  height: 43px;
  background: #0660B8;
  border-radius: 80px;
  line-height: 43px;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
}
.header .head_main .user_box a {
  color: #fff;
}
.header .head_main .user_box em {
  margin: 0 4px;
}
.header .head_main .logined_box .avtar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.header .head_main .logined_box .username {
  color: #247AB7;
  font-size: 16px;
  margin-left: 10px;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header_mb {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header_mb .menu_top {
  padding: 0 0 0 15px;
  height: 60px;
  background: #ffffff;
}
.header_mb .menu_top .logo {
  height: 30px;
  display: block;
  margin-top: 15px;
  float: left;
}
.header_mb .menu_top .logo img {
  height: 100%;
}
.header_mb .menu_top .menu-btn {
  float: right;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
}
.header_mb .menu_top .menu-btn span {
  width: 32px;
  height: 3px;
  position: absolute;
  left: 14px;
  top: 19px;
  background-color: #0660B8;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.header_mb .menu_top .menu-btn span:nth-child(2) {
  top: 29px;
  background-color: #0660B8;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.header_mb .menu_top .menu-btn span:nth-child(3) {
  top: 39px;
}
.header_mb .menu_top .menu-btn.active span:nth-child(1) {
  top: 29px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.header_mb .menu_top .menu-btn.active span:nth-child(2) {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.header_mb .menu_top .menu-btn.active span:nth-child(3) {
  top: 29px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header_mb .menu {
  position: fixed;
  z-index: 1001;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, -webkit-border-radius 0.3s;
  transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, -webkit-border-radius 0.3s;
  -o-transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, border-radius 0.3s;
  transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, border-radius 0.3s;
  transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, border-radius 0.3s, -webkit-border-radius 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.header_mb .menu .search {
  width: 240px;
  height: 35px;
  margin-top: 30px;
  position: relative;
  border: 1px solid #0F3F2A;
  border-radius: 4px;
  background: #ffffff;
  padding: 6px 40px 6px 13px;
  overflow: hidden;
}
.header_mb .menu .search .input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
  color: #1F7AB7;
}
.header_mb .menu .search .input::-webkit-input-placeholder {
  color: #1F7AB7;
}
.header_mb .menu .search .input:-moz-placeholder {
  color: #1F7AB7;
}
.header_mb .menu .search .input::-moz-placeholder {
  color: #1F7AB7;
}
.header_mb .menu .search .input:-ms-input-placeholder {
  color: #1F7AB7;
}
.header_mb .menu .search .btn_search {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 33px;
  background: url(../images/icon_search_white.png) #1F7AB7 no-repeat;
  background-position: center center;
  background-size: 20px 19px;
}
.header_mb .menu .con {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 50%;
  top: 50%;
  touch-action: none;
  z-index: 5;
  height: 100vh;
  width: 50%;
  background-color: #1f1e21;
}
.header_mb .menu img {
  width: auto;
  max-width: 85%;
  margin-top: 20px;
}
.header_mb .menu .list_ {
  margin-top: 40px;
  width: 100%;
  overflow-y: auto;
  height: calc(100% - 50px);
}
.header_mb .menu .list_ .mb_li_title {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.header_mb .menu .list_ .mb_li_title .a_xiala {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_down.png) center no-repeat;
  background-size: 20px 20px;
  z-index: 2000;
}
.header_mb .menu .list_ .mb_li_title .a_xiala.on {
  transform: rotate(180deg);
}
.header_mb .menu .list_ .secondnav {
  width: 100%;
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_tt {
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_tt .a_second_xiala {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_down.png) center no-repeat;
  background-size: 20px 20px;
  z-index: 2000;
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_tt .a_second_xiala.on {
  transform: rotate(180deg);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_li {
  display: none;
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_li a {
  display: block;
  color: #d1cfcf;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item:first-child .second_tt {
  border-top: 0;
}
.header_mb .menu .list_menu {
  margin-top: 30px;
}
.header_mb .menu .list_menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.header_mb .menu .list_menu a.on {
  color: #0660B8;
  font-weight: bold;
}
.header_mb .menu .user_box {
  width: 160px;
  height: 43px;
  background: #0660B8;
  border-radius: 80px;
  line-height: 43px;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  margin-top: 40px;
}
.header_mb .menu .user_box a {
  color: #fff;
}
.header_mb .menu .logined_box {
  margin-top: 40px;
}
.header_mb .menu .logined_box .avtar {
  width: 32px;
  height: 30px;
  border-radius: 50%;
  margin-top: 0;
}
.header_mb .menu .logined_box .username {
  color: #247AB7;
  font-size: 16px;
  margin-left: 10px;
}
.header_mb .menu .jm {
  color: #d70031;
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.header_mb .menu .jm span {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.header_mb .menu.active {
  width: 200%;
  height: 200%;
  left: -100%;
  top: -100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, -webkit-border-radius 0.3s 0.5s;
  transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, -webkit-border-radius 0.3s 0.5s;
  -o-transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, border-radius 0.3s 0.5s;
  transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, border-radius 0.3s 0.5s;
  transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, border-radius 0.3s 0.5s, -webkit-border-radius 0.3s 0.5s;
}
.header_mb .menu-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.header_mb .menu-cover {
  display: block;
}
.footer {
  padding: 45px 0 32px;
  background: #0660B8;
  color: #FFFFFF;
  text-align: center;
}
.footer .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(211, 216, 222, 0.4);
}
.footer .link a {
  color: #FFFFFF;
  padding: 0 30px;
  font-weight: 400;
  font-size: 19px;
}
.footer .info {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 23px;
  text-align: center;
}
.footer .info p {
  margin-top: 17px;
}
