body,
div,
span,
p,
a,
input,
img,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
del,
ins,
i,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  border: none;
  vertical-align: middle;
}
input {
  border: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i {
  font-style: normal;
}
@font-face {
  font-family: 'price-font';
  src: url("../font/DIN\ Alternate\ Bold.ttf");
}
.clear {
  margin: 0px;
  padding: 0px;
  border: 0px;
  clear: both;
}
body {
  font: 12px/170% Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #d0d0d0;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body .warn_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
body .warn_box .info {
  color: #fff;
  font-size: 24px;
}
.w {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .w {
    width: 1024px;
  }
}
@media screen and (min-width: 1280px) {
  .w {
    width: 1280px;
  }
}
.anchor_point {
  position: absolute;
  top: -96px;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
h6 {
  line-height: 65px;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
h2 {
  font-size: 38px;
  color: #FFFFFF;
  line-height: 52px;
}
h3 {
  text-align: center;
  line-height: 65px;
  font-size: 48px;
  color: #FFFFFF;
}
h4 {
  line-height: 65px;
  font-size: 48px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
}
h5 {
  height: 38px;
  line-height: 38px;
  font-size: 28px;
  color: #000000;
}
button {
  border: none;
  background: none;
}
#wrapper {
  overflow-x: hidden;
  /* video */
}
#wrapper .header {
  width: 100%;
  height: 96px;
  /* 设置悬浮 */
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
#wrapper .header .navigate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1024px;
  height: 96px;
  padding: 28px;
  margin: 0 auto;
}
#wrapper .header .navigate .page-btn {
  display: none;
}
#wrapper .header .navigate li {
  cursor: pointer;
}
#wrapper .header .logo {
  display: flex;
  width: 178px;
  height: auto;
  overflow: hidden;
}
#wrapper .header .logo .white_logo,
#wrapper .header .logo .black_logo {
  display: block;
  width: 100%;
  height: 44px;
}
#wrapper .header .nav {
  width: 604px;
}
#wrapper .header .nav ul {
  width: 100%;
  height: 25px;
  list-style: none;
  padding-inline-start: 0;
  display: flex;
}
#wrapper .header .nav ul li {
  width: 151px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
#wrapper .header .nav ul li .nav_item {
  color: #FFFFFF;
  text-decoration: none;
  padding: 18px 0px;
  border-radius: 2px;
}
#wrapper .header .nav ul li .nav_item.active {
  color: #FE6C6C;
  font-weight: bold;
  border-bottom: 4px solid #FE6C6C;
}
#wrapper .header .nav ul li .nav_item:hover {
  color: #FE6C6C;
}
#wrapper .header .btn {
  display: flex;
  justify-content: right;
  width: 255px;
}
#wrapper .header .btn .btns {
  text-align: center;
  cursor: pointer;
}
#wrapper .header .btn .login {
  background-color: #FFF;
  box-shadow: 0px 2px 66px 0px rgba(0, 0, 0, 0.13);
  border-radius: 11px;
  line-height: 41px;
  font-size: 16px;
  color: #333333;
  margin-right: 11px;
  padding: 0 26px;
}
#wrapper .header .btn .login:hover {
  color: #FFFFFF;
  background-color: #FE6C6C;
}
#wrapper .header .btn .try {
  background-color: #FE6C6C;
  border-radius: 11px;
  line-height: 41px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 28px;
}
#wrapper .header .vertical {
  display: none;
}
#wrapper .title {
  line-height: 65px;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
#wrapper .msg {
  line-height: 33px;
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-top: 12px;
}
#wrapper .video_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
#wrapper .video_container .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#wrapper .video_container .video_view {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .video_container .video_view .close_btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  background-color: #181818;
  right: -15px;
  top: -15px;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
}
#wrapper .video_container .video_view .mv {
  height: 550px;
}
#wrapper .new_page {
  width: 100%;
  height: auto;
  position: relative;
}
#wrapper .new_page .m_bg1 {
  display: none;
}
#wrapper .new_page .back_video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  margin-bottom: -6px !important;
  margin: 0;
  padding: 0;
}
#wrapper .new_page .new_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#wrapper .new_page .new_mask .complete {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
}
#wrapper .new_page .new_mask .complete img {
  width: 60px;
  height: 100%;
  cursor: pointer;
}
#wrapper .new_page .new_mask .view_mask {
  display: none;
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#wrapper .new_page .new_mask .view_mask .new_view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .new_page .new_mask .view_mask .new_view .new_close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  color: #FFFFFF;
  background-color: none;
  right: -26px;
  top: -26px;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
}
#wrapper .new_page .new_mask .view_mask .new_view .new_video {
  height: 550px;
}
#wrapper .bg1 {
  width: 100%;
  height: 960px;
  background: url('../img/bg1.jpg') center / cover no-repeat;
  overflow: hidden;
}
#wrapper .bg1 .banner {
  width: 100%;
  text-align: center;
  margin-top: 215px;
}
#wrapper .bg1 .banner .video_bg1 {
  width: 800px;
  height: 544px;
  cursor: pointer;
  margin: 63px auto;
}
#wrapper .bg1 .banner .video_bg1 .open {
  width: 100%;
  height: 100%;
}
#wrapper .bg1 .banner .video_bg1 .open.mobile {
  display: none;
}
#wrapper .bg2 {
  width: 100%;
  height: 920px;
  background: url('../img/bg2.jpg') center / cover no-repeat;
}
#wrapper .bg2 .service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  padding-top: 100px;
}
#wrapper .bg2 .service ul {
  width: 100%;
  list-style: none;
  padding-inline-start: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.5);
  transform-origin: center top;
}
#wrapper .bg2 .service ul li {
  width: 300px;
  height: 86px;
  background-color: #F1EEEE;
  border-radius: 50px;
  line-height: 86px;
  font-size: 36px;
  font-weight: 700;
  margin-right: 62px;
  cursor: pointer;
}
#wrapper .bg2 .service ul li a {
  outline: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  white-space: nowrap;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  text-align: center;
  border: 0;
}
#wrapper .bg2 .service ul li.active a {
  background-color: #FE6C6C;
  color: #fff;
}
#wrapper .bg2 .content {
  text-align: center;
  margin: 60px auto 0;
}
#wrapper .bg2 .content .head {
  font-size: 38px;
  color: #FFFFFF;
  line-height: 52px;
}
#wrapper .bg2 .content .explain {
  margin-top: 12px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}
#wrapper .bg2 .video_btn1 {
  width: 60px;
  height: 100px;
  margin: 179px auto 0;
  cursor: pointer;
}
#wrapper .bg2 .video_btn1 img {
  width: 59px;
  height: 80px;
}
#wrapper .bg3 {
  height: 615px;
  background-color: #F9F9F9;
  padding-top: 99px;
  position: relative;
}
#wrapper .bg3 .menu {
  height: 490px;
  margin: 0 auto;
  display: flex;
}
#wrapper .bg3 .menu .sidebar {
  width: 177px;
  height: 415px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#wrapper .bg3 .menu .sidebar ul {
  padding: 28px 0;
}
#wrapper .bg3 .menu .sidebar ul li {
  display: block;
  text-decoration: none;
  height: 21px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
  padding-left: 26px;
  margin-bottom: 41px;
}
#wrapper .bg3 .menu .sidebar ul li:hover {
  color: #FE6C6C;
}
#wrapper .bg3 .menu .sidebar ul li.active {
  padding-left: 22px;
  border-left: 4px solid #FE6C6C;
  border-radius: 2px;
  color: #FE6C6C;
}
#wrapper .bg3 .menu .sidebar_view {
  flex: 1;
  overflow: hidden;
}
#wrapper .bg3 .menu .sidebar_view .view_content.hidden {
  display: none !important;
}
#wrapper .bg3 .menu .sidebar_view .view_content {
  width: 100%;
  height: 100%;
  padding-top: 58px;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head {
  height: 78px;
  margin: 0 37px 82px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info {
  height: 43px;
  display: flex;
  align-items: center;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info .side_name {
  height: 37px;
  line-height: 37px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info .vedio {
  height: 43px;
  background-color: #FFFFFF;
  border-radius: 36px;
  text-align: center;
  margin-left: 29px;
  display: flex;
  align-items: center;
  padding-left: 28px;
  padding-right: 25px;
  cursor: pointer;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info .vedio .hlkwebbofang {
  font-size: 14px;
  font-family: "iconfont" !important;
  color: #231815;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info .vedio .broadcast {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
  margin-left: 10px;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info .vedio:hover {
  background-color: #FE6C6C;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info .vedio:hover .iconfont,
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_info .vedio:hover .broadcast {
  color: #fff;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_head .side_notes {
  width: 712px;
  height: 27px;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  opacity: 1;
  margin-top: 8px;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_content {
  display: flex;
  margin-left: 47px;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_content .img_item:last-child {
  margin: 0;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_content .img_item {
  width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 65px;
  overflow: hidden;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_content .img_item .img_icon {
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 12px;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_content .img_item .img_icon .picture {
  width: 100%;
  height: 85px;
  line-height: 85px;
  font-family: "iconfont" !important;
  font-size: 32px;
  color: #000;
  border: 1px solid #FFFFFF;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_content .img_item .box_title {
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 900;
  color: #000;
  opacity: 1;
  margin-bottom: 6px;
}
#wrapper .bg3 .menu .sidebar_view .view_content .side_content .img_item .box_msg {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  opacity: 1;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  #wrapper .bg3 .menu .sidebar_view .view_content .side_content {
    margin-left: 20px;
  }
  #wrapper .bg3 .menu .sidebar_view .view_content .side_content .img_item {
    margin-right: 30px;
  }
}
#wrapper .bg4 {
  background-color: #3C3A3A;
  padding-top: 80px;
  position: relative;
}
#wrapper .bg4 .w {
  width: 90%;
}
@media screen and (min-width: 1150px) {
  #wrapper .bg4 .w {
    width: 1100px;
  }
}
@media screen and (min-width: 1500px) {
  #wrapper .bg4 .w {
    width: 1480px;
  }
}
#wrapper .bg4 .caption {
  text-align: center;
  line-height: 65px;
  font-size: 48px;
  color: #FFFFFF;
}
#wrapper .bg4 .version_banner {
  width: 100%;
  margin: 79px auto 143px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1150px) {
  #wrapper .bg4 .version_banner {
    width: 1100px;
  }
}
@media screen and (min-width: 1500px) {
  #wrapper .bg4 .version_banner {
    width: 1480px;
  }
}
#wrapper .bg4 .version_banner .version {
  width: 320px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #424040;
  padding-top: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1150px) {
  #wrapper .bg4 .version_banner .version {
    width: 340px;
  }
}
@media screen and (min-width: 1500px) {
  #wrapper .bg4 .version_banner .version {
    width: 340px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1499px) and (min-width: 800px) {
  #wrapper .bg4 .version_banner .version {
    width: 48%;
  }
}
@media screen and (max-width: 799px) {
  #wrapper .bg4 .version_banner .version {
    width: 100%;
  }
}
#wrapper .bg4 .version_banner .version .subhead_bs,
#wrapper .bg4 .version_banner .version .subhead_fsv {
  height: 37px;
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 8px;
}
#wrapper .bg4 .version_banner .version .scope_bs,
#wrapper .bg4 .version_banner .version .scope_fsv {
  padding: 0 49px;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  margin-bottom: 22px;
}
#wrapper .bg4 .version_banner .version .note_bs,
#wrapper .bg4 .version_banner .version .note_fsv {
  min-height: 32px;
  height: 32px;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 40px;
}
#wrapper .bg4 .version_banner .version .note_bs .note_item,
#wrapper .bg4 .version_banner .version .note_fsv .note_item {
  height: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #A8A8A8;
  margin-right: 12px;
}
#wrapper .bg4 .version_banner .version .note_bs .note_item .scale,
#wrapper .bg4 .version_banner .version .note_fsv .note_item .scale {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#wrapper .bg4 .version_banner .version .note_bs .note_item .check_box,
#wrapper .bg4 .version_banner .version .note_fsv .note_item .check_box {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
}
#wrapper .bg4 .version_banner .version .note_bs .note_item:nth-child(3n),
#wrapper .bg4 .version_banner .version .note_fsv .note_item:nth-child(3n) {
  margin-right: 0;
}
#wrapper .bg4 .version_banner .version .note_bs .note_item:last-child,
#wrapper .bg4 .version_banner .version .note_fsv .note_item:last-child {
  margin-right: 0;
}
#wrapper .bg4 .version_banner .version .price_bs,
#wrapper .bg4 .version_banner .version .price_fsv {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 30px;
  font-family: price-font;
  height: 50px;
}
#wrapper .bg4 .version_banner .version .price_bs .firstyear,
#wrapper .bg4 .version_banner .version .price_fsv .firstyear,
#wrapper .bg4 .version_banner .version .price_bs .unit,
#wrapper .bg4 .version_banner .version .price_fsv .unit {
  font-size: 8px;
  color: #FFFFFF;
  line-height: 19px;
  margin-top: 23px;
}
#wrapper .bg4 .version_banner .version .price_bs .number,
#wrapper .bg4 .version_banner .version .price_fsv .number {
  font-size: 16px;
  font-weight: bold;
  color: #FE6C6C;
  line-height: 60px;
}
#wrapper .bg4 .version_banner .version .price_bs .number span,
#wrapper .bg4 .version_banner .version .price_fsv .number span {
  font-size: 48px;
  font-family: price-font;
  vertical-align: -1px;
}
#wrapper .bg4 .version_banner .version .and,
#wrapper .bg4 .version_banner .version .continue {
  margin-top: 10px;
  height: 20px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
#wrapper .bg4 .price_table {
  text-align: center;
  line-height: 60px;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 73px;
}
#wrapper .bg4 table {
  width: 1000px;
  background-color: #3c3a3a;
  border: 1px solid #525252;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (min-width: 1150px) {
  #wrapper .bg4 table {
    width: 1100px;
  }
}
#wrapper .bg4 table thead tr {
  height: 48px;
}
#wrapper .bg4 table thead tr th {
  height: 33px;
  font-weight: bold;
}
#wrapper .bg4 table thead tr th:nth-child(1) {
  width: 178px;
}
#wrapper .bg4 table thead tr th:nth-child(3) {
  width: 133px;
}
#wrapper .bg4 table thead tr th:nth-child(4) {
  width: 133px;
}
#wrapper .bg4 table thead tr th:nth-child(5) {
  width: 133px;
}
#wrapper .bg4 table tbody tr {
  height: 80px;
}
#wrapper .bg4 table th,
#wrapper .bg4 table td {
  color: #fff;
  font-size: 18px;
  border: 1px solid #525252;
}
#wrapper .bg4 table th .align_left,
#wrapper .bg4 table td .align_left {
  font-size: 18px;
  padding: 0 0 0 15px;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
#wrapper .bg4 table th .func,
#wrapper .bg4 table td .func {
  padding: 0 15px;
}
#wrapper .bg4 table th .align_center,
#wrapper .bg4 table td .align_center {
  text-align: center;
}
#wrapper .bg4 table th .align_center .checked,
#wrapper .bg4 table td .align_center .checked {
  font-size: 20px;
  color: #FE6C6C;
}
#wrapper .bg4 table td {
  font-size: 16px;
}
#wrapper .bg4 .note {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  padding-bottom: 40px;
}
#wrapper .bg4 .note .light {
  height: 24px;
  line-height: 24px;
  font-family: "iconfont" !important;
  font-size: 14px;
  color: #7C7C7C;
}
#wrapper .bg4 .note .note_txt {
  font-size: 11px;
  font-weight: 500;
  color: #7C7C7C;
  line-height: 24px;
  margin-left: 7px;
}
#wrapper .bg5 {
  height: 900px;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-top: 103px;
  position: relative;
}
#wrapper .bg5 .heading {
  line-height: 65px;
  font-size: 48px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
}
#wrapper .bg5 .annotation {
  font-size: 24px;
  color: #000000;
  margin: 15px auto;
  text-align: center;
}
#wrapper .bg5 .download_img {
  margin: 10px auto;
  text-align: center;
}
#wrapper .bg5 .download_img img {
  width: 1000px;
  height: 448px;
}
@media screen and (min-width: 1150px) {
  #wrapper .bg5 .download_img img {
    width: 1200px;
    height: 538px;
  }
}
#wrapper .bg5 .download {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
#wrapper .bg5 .download .choose {
  width: 143px;
  text-align: center;
}
#wrapper .bg5 .download .choose.free {
  width: 175px;
}
#wrapper .bg5 .download .choose.free .d_btn {
  width: 175px;
}
#wrapper .bg5 .download .choose.free .d_btn a {
  white-space: nowrap;
}
#wrapper .bg5 .download .choose .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
#wrapper .bg5 .download .choose .icon img {
  width: 100%;
  height: 100%;
}
#wrapper .bg5 .download .choose .name {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
}
#wrapper .bg5 .download .choose .d_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 143px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 36px;
  border: 1px solid #DEE2EC;
  line-height: 36px;
  font-size: 14px;
  color: #FE6C6C;
  transform-origin: left top;
  margin-top: 11px;
  padding: 0 10px;
  position: relative;
}
#wrapper .bg5 .download .choose .d_btn .line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 8px;
  color: #E8E8E8;
  border-radius: 1px;
  margin: 0 13px 0 6px;
}
#wrapper .bg5 .download .choose .d_btn a {
  display: flex;
  align-items: center;
  color: #FE6C6C;
}
#wrapper .bg5 .download .choose .d_btn .qr {
  font-family: "iconfont" !important;
  font-size: 15px;
  color: #8F8F8F;
  position: relative;
}
#wrapper .bg5 .download .choose .d_btn .qrcode_item {
  width: 239px;
  height: 284px;
  padding: 26px;
  position: absolute;
  top: -290px;
  left: 50%;
  box-shadow: 0px 2px 38px 0px rgba(175, 175, 175, 0.5);
  border-radius: 10px;
  background-color: #fff;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#wrapper .bg5 .download .choose .d_btn .qrcode_item .qr_text {
  font-size: 16px;
  color: #333;
  height: 22px;
  line-height: 22px;
}
#wrapper .bg5 .download .choose .d_btn .qrcode_item.show {
  display: flex;
}
#wrapper .bg5 .download .choose .d_btn:hover {
  background-color: rgba(254, 108, 108, 0.1);
}
#wrapper .bg5 .download .choose .d_btn:active {
  background-color: #FE6C6C;
  color: #fff;
}
#wrapper .bg5 .download .choose .d_btn:active a {
  color: #fff;
}
#wrapper .bg5 .download .choose .d_btn:active .qr {
  color: #fff;
}
#wrapper .bg5 .moba_down {
  display: none;
}
#wrapper .bg6 {
  background-color: #f9f9f9;
  padding-top: 118px;
}
#wrapper .bg6 .trait {
  width: 100%;
}
#wrapper .bg6 .trait .merit {
  width: 100%;
  margin-top: 111px;
  align-items: center;
  overflow: hidden;
}
#wrapper .bg6 .trait .merit .merit_a {
  height: 68px;
  display: flex;
  align-items: center;
  margin-bottom: 140px;
  float: left;
  width: 50%;
  padding-left: 120px;
}
@media screen and (max-width: 1023px) {
  #wrapper .bg6 .trait .merit .merit_a {
    width: 50%;
    margin-bottom: 100px;
    padding-left: 0;
  }
}
#wrapper .bg6 .trait .merit .merit_a .photo {
  line-height: 68px;
  font-family: "iconfont" !important;
  font-size: 68px;
  color: #FE6C6C;
}
#wrapper .bg6 .trait .merit .merit_a .merit_text {
  width: 498px;
  height: 65px;
  margin-left: 32px;
}
#wrapper .bg6 .trait .merit .merit_a .merit_text .merit_title {
  height: 38px;
  line-height: 38px;
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}
#wrapper .bg6 .trait .merit .merit_a .merit_text .merit_msg {
  width: 400px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  white-space: pre-line;
  color: #888888;
}
@media screen and (max-width: 1024px) {
  #wrapper .bg6 .trait .merit .merit_a .merit_text .merit_msg {
    font-size: 14px;
  }
}
#wrapper .bg7 {
  height: 177px;
  background: url('../img/reg_bg.jpg') center / cover no-repeat;
  padding-top: 71px;
}
#wrapper .bg7 .return {
  width: 100%;
  height: 94px;
  text-align: center;
}
#wrapper .bg7 .return .slogan {
  height: 38px;
  line-height: 38px;
  font-size: 28px;
  color: #000000;
}
#wrapper .bg7 .return .join_btn {
  display: block;
  width: 129px;
  height: 41px;
  background-color: #FE6C6C;
  border-radius: 11px;
  text-align: center;
  cursor: pointer;
  line-height: 41px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 15px auto 0;
}
#wrapper .footer {
  height: 197px;
  background-color: #3C3A3A;
}
#wrapper .footer .footer_container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 58px 0 54px;
}
@media screen and (min-width: 1250px) {
  #wrapper .footer .footer_container {
    width: 1212px;
  }
}
#wrapper .footer .text_com img {
  width: 174px;
  height: auto;
}
#wrapper .footer .text_com .company {
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #7E7E7E;
  margin-top: 16px;
  font-style: normal;
}
#wrapper .footer .text_com .company span {
  margin-right: 1em;
}
#wrapper .footer .text_com .company .copyright_no {
  cursor: pointer;
  color: #5191b1;
}
#wrapper .footer .text_com .company .copyright_no a {
  cursor: pointer;
  color: #fff;
}
#wrapper .footer .consult {
  height: 61px;
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
}
#wrapper .footer .consult .tel {
  margin-right: 24px;
}
#wrapper .footer .consult .tel .time {
  width: 214px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #E0E0E0;
  margin-bottom: 6px;
}
#wrapper .footer .consult .tel span {
  width: 206px;
  height: 37px;
  line-height: 37px;
  font-size: 26px;
  font-weight: 600;
  color: #E0E0E0;
}
#wrapper .footer .consult .qw {
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 27px;
  opacity: 0.95;
  border: 1px solid #616161;
  margin: 0 0 9px 7px;
  cursor: pointer;
}
#wrapper .footer .consult .qw .hlkwebqq {
  line-height: 54px;
  font-family: "iconfont" !important;
  font-size: 28px;
  color: #E0E0E0;
}
#wrapper .footer .consult .qw .hlkwebqq:hover {
  color: #999;
}
#wrapper .footer .consult .qw .hlkwebwx {
  width: 100%;
  height: 100%;
  font-family: "iconfont" !important;
  font-size: 27px;
  color: #E0E0E0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
}
#wrapper .footer .consult .qw .hlkwebwx:hover {
  color: #999;
}
#wrapper .footer .consult .qw .hlkwebwx .qrcode_item {
  width: 240px;
  height: 240px;
  padding: 26px;
  position: absolute;
  top: -270px;
  left: 50%;
  box-shadow: 0px 2px 38px 0px rgba(175, 175, 175, 0.5);
  border-radius: 10px;
  background-color: #fff;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#wrapper .footer .consult .qw .hlkwebwx .qrcode_item .qrcode img {
  width: 100%;
  height: 100%;
}
#wrapper .footer .consult .qw .hlkwebwx .qrcode_item .qr_text {
  font-size: 16px;
  color: #333;
  height: 22px;
  line-height: 22px;
}
#wrapper .footer .consult .qw .hlkwebwx .qrcode_item.show {
  display: flex;
}
#wrapper .new_footer {
  display: none;
}
