body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, figcaption, figure, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px/1 Lucida Grande,'Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

h1 {
  font-size: 18px;
  font-weight: normal;
}

h2 {
  font-size: 16px;
  font-weight: normal;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp, tt {
  font-family: "Courier New",Courier,monospace;
}

small {
  font-size: 12px;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

abbr[title], acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

q:before, q:after {
  content: '';
}

legend {
  color: #000;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  height: 1px;
}

* {
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
}

.page_wrap {
  position: relative;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  padding-bottom: 1rem;
  margin: 0 auto;
}

header {
  height: 0.88rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  border-bottom: 1px solid #f4f6f8;
}

header .logo {
  float: left;
  width: 1.8rem;
  margin: 0.18rem 0 0 0.32rem;
  display: block;
}

header .logo img {
  width: 2.55rem;
}

header .btn_menu {
  float: right;
  height: 0.88rem;
  width: 0.88rem;
  background: url(../../images/mobile/icon_menu.png) no-repeat center center;
  background-size: 0.41rem;
  border-left: 1px solid #d3d3d3;
}

header .nav_list {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #f4f6f8;
}

header .nav_list > .nav_item {
  font-size: 0.3rem;
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #d3d4d6;
}

header .nav_list > .nav_item.active > .nav_link {
  color: #e60005;
  border-left: 0.04rem solid #e60005;
}

header .nav_list > .nav_item > .nav_link {
  color: #333;
  padding-left: 0.36rem;
  line-height: 1rem;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .nav_list > .nav_item > .nav_link[data-toggle="collapse"].active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e60005;
  width: 0.04rem;
  height: 100%;
}

header .nav_list > .nav_item > .nav_link[aria-expanded="false"] .icon_arrow {
  display: block;
  padding: 0 0.3rem;
  height: 1rem;
  background: url(../../images/mobile/icon_arrowDown.png) no-repeat center center;
  background-size: 0.3rem;
}

header .nav_list > .nav_item > .nav_link[aria-expanded="true"] .icon_arrow {
  display: block;
  padding: 0 0.3rem;
  height: 1rem;
  background: url(../../images/mobile/icon_arrowUp.png) no-repeat center center;
  background-size: 0.33rem;
}

header .nav_list > .nav_item .subNav_list {
  position: relative;
  background-color: #fff;
  width: 440px;
  margin-top: 1px;
}

header .nav_list > .nav_item .subNav_list > .nav_link {
  padding-left: 0.36rem;
  border-top: 1px solid #d3d4d6;
  float: left;
  align-items: center;
  display: flex;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  color: #333;
  position: relative;
  text-decoration: none;
}

header .nav_list > .nav_item .subNav_list > .nav_link .text {
  margin: 0 0 0 0.2rem;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  text-decoration: none;
  vertical-align: middle;
}

header .nav_list > .nav_item .subNav_list > .nav_link.active {
  background-color: #eeeff1;
}

header .nav_list > .nav_item .subNav_list > .nav_link.active::before {
  content: '';
  left: 0;
  top: 0;
  background-color: #e60005;
  width: 0.04rem;
  height: 100%;
}

header .show + .btn_menu {
  background: url(../../images/mobile/icon_close.png) no-repeat center center;
  background-size: 0.33rem;
}

footer {
  width: 100%;
  padding: 0.2rem 0.8rem;
  background-image: linear-gradient(0deg, #261401 0%, #543d0a 100%);
}

footer .follow_us {
  overflow: hidden;
  display: flex !important;
  justify-content: start;
  align-items: center;
}

footer .follow_us img {
  width: 15%;
  float: left;
}

footer .follow_us .copyright_wrap {
  width: 10rem;
}

footer .follow_us .copyright_wrap .copyright {
  display: block;
  text-align: left;
  font-size: 0.22rem;
  color: #fff;
  margin: 0 0 0 0.3rem;
}

footer .follow_us .copyright_wrap .link {
  display: block;
  text-align: left;
  font-size: 0.22rem;
  color: #fff;
  margin: 0.1rem 0 0 0.3rem;
}

.index #home {
  width: 100%;
  overflow: hidden;
  padding-top: 0.88rem;
}

.index #home .bg {
  width: 100%;
  position: absolute;
  top: 0.88rem;
  left: 0;
}

.index #home .container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}

.index #home .container .info_wrap {
  padding: 1.35rem 0 0 1.4rem;
  color: #ffffff;
}

.index #home .container .info_wrap h1 {
  font-size: 0.7rem;
  letter-spacing: 7px;
  margin-bottom: 0.1rem;
}

.index #home .container .info_wrap p {
  font-size: 0.34rem;
  letter-spacing: 3px;
  margin-bottom: 0.1rem;
}

.index #home .container .info_wrap .download_btn {
  display: block;
  width: 3.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-size: 0.22rem;
  background-color: #ffd800;
  box-shadow: 0px 0.15rem 0.5rem 0px rgba(64, 21, 89, 0.2);
}

.index #home .container .info_wrap .download_btn.IPhone {
  margin-top: 0.37rem;
}

.index #home .container .info_wrap .download_btn.IPhone .icon_IPhone {
  width: 0.4rem;
  vertical-align: middle;
}

.index #home .container .info_wrap .download_btn.Android {
  margin-top: 0.37rem;
}

.index #home .container .info_wrap .download_btn.Android .icon_Android {
  width: 0.4rem;
  vertical-align: middle;
}

.index #home .container .info_wrap .download_btn .text {
  vertical-align: middle;
  margin-left: 15px;
}

.index #home .container .image_wrap {
  padding: 0.9rem 0 0 1.4rem;
}

.index #home .container .image_wrap img {
  width: 5.6rem;
}

.index #brand {
  padding: 1.2rem 0 0.2rem 0;
}

.index #brand .container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.index #brand .container .title {
  text-align: center;
}

.index #brand .container .title img {
  width: 3.57rem;
}

.index #brand .container .advantage {
  padding-top: 0.97rem;
  position: relative;
  width: 100%;
}

.index #brand .container .advantage .list {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.index #brand .container .advantage .list .item {
  display: inline-block;
  width: 7.31rem;
  height: 2.42rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.index #brand .container .advantage .list .item img {
  width: 7.31rem;
}

.index #brand .container .advantage .list .item .box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.index #brand .container .advantage .list .item .box .info {
  position: absolute;
  top: 50%;
  left: 3.5rem;
  right: 0.16rem;
  text-align: left;
  transform: translate(0, -50%);
}

.index #brand .container .advantage .list .item .box .info p:nth-child(1) {
  font-size: 0.26rem;
  font-weight: bold;
  color: #181818;
  margin: 0 0 0.15rem 0;
}

.index #brand .container .advantage .list .item .box .info p:nth-child(2) {
  margin: 0;
  font-size: 0.25rem;
  color: #3c3c3c;
  line-height: 0.35rem;
}

.index #member {
  padding: 0.6rem 0 0 0;
}

.index #member .container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.index #member .container .title {
  text-align: center;
  padding: 0 0 0.7rem 0;
}

.index #member .container .title img {
  width: 3.57rem;
}

.index #member .container .equities {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index #member .container .equities .bg {
  width: 100%;
}

.index #member .container .equities .equities_sw_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.54rem 1.4rem;
}

.index #member .container .equities .equities_sw_wrap .equities_sw {
  width: 4.7rem;
  overflow: hidden;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .list .item {
  width: 4.7rem;
  height: 2.46rem;
  position: relative;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,  normal;
  box-shadow: 0.03rem 0.05rem 0.15rem 1px rgba(165, 21, 0, 0.21);
  border-radius: 0.2rem;
  overflow: hidden;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .list .item .info_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .list .item .info_wrap img {
  width: 0.76rem;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .list .item .info_wrap .info {
  text-align: left;
  margin: 0 0 0 0.6rem;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .list .item .info_wrap .info p {
  white-space: nowrap;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .list .item .info_wrap .info p:nth-child(1) {
  font-size: 0.32rem;
  font-weight: bold;
  color: #181818;
  margin: 0 0 0.15rem 0;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .list .item .info_wrap .info p:nth-child(2) {
  font-size: 0.25rem;
  color: #3c3c3c;
  margin: 0;
  line-height: 1.5;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .swiper-button-white {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  margin: 0;
  outline: none;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .swiper-button-white.swiper-button-prev {
  left: 0.5rem;
  background-size: 50%;
}

.index #member .container .equities .equities_sw_wrap .equities_sw .swiper-button-white.swiper-button-next {
  right: 0.5rem;
  background-size: 50%;
}

.aboutUs {
  padding: 0.8rem 0 0 0;
  position: relative;
}

.aboutUs .ad_box {
  width: 100%;
}

.aboutUs .ad_box img {
  width: 100%;
}

.aboutUs .main_box {
  width: 6.9rem;
  margin: -0.83rem auto 0;
  position: relative;
  z-index: 999;
}

.aboutUs .main_box .intro {
  padding: 0 0 0.2rem 0;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: 0.07rem 0.12rem 0.24rem 0 rgba(0, 0, 0, 0.21);
}

.aboutUs .main_box .intro .text {
  width: 5.9rem;
  padding: 0.4rem 0 0 0;
  margin: 0 auto;
  color: #333;
  font-size: 0.26rem;
  line-height: 0.38rem;
  letter-spacing: 0.05rem;
  text-indent: 2em;
}

.aboutUs .main_box .intro .about_intro {
  display: block;
  width: 5.62rem;
  margin: 0.25rem auto 0;
}

.aboutUs .main_box .content {
  padding-left: 0.25rem;
  margin-top: 0.76rem;
  overflow: hidden;
}

.aboutUs .main_box .content.col_2 .info {
  float: left;
  width: 504px;
  line-height: 33px;
  letter-spacing: 3px;
  color: #3e3d3d;
}

.aboutUs .main_box .content.col_2 > img {
  float: right;
}

.aboutUs .main_box .content .about_content_img {
  display: block;
  width: 6.78rem;
  margin: 0 auto;
}

.aboutUs .main_box .content .info .title img {
  width: 3.15rem;
}

.aboutUs .main_box .content .text {
  font-size: 0.24rem;
  line-height: 0.38rem;
  letter-spacing: 0.04rem;
}

.aboutUs .main_box .content .text.color_fd634c {
  color: #fd634c;
}

.aboutUs .main_box .content .text p {
  line-height: 0.38rem;
}

.aboutUs .main_box .content video, .aboutUs .main_box .content iframe {
  margin-top: 0.45rem;
  width: 100%;
  height: 3.8rem;
}

.aboutUs .main_box .map {
  border-radius: 0.25rem;
  background-color: white;
  box-shadow: 0.07rem 0.12rem 0.24rem 0 rgba(0, 0, 0, 0.21);
  width: 6.39rem;
  height: 5.38rem;
  margin: 0.5rem auto 0.76rem;
  padding: 0.2rem 0 0 0;
}

.aboutUs .main_box .map .map_img {
  display: block;
  width: 6.1rem;
  margin: 0 auto 0;
}

.aboutUs .main_box .map .address {
  padding: 0.18rem 0 0 0.3rem;
  font-size: 0.26rem;
}

.aboutUs .main_box .map .address p {
  line-height: 0.5rem;
}

.aboutUs .main_box .map .address p img {
  width: 0.26rem;
  margin-right: 0.14rem;
}

.aboutUs .main_box .about_exhibition_wrap {
  margin: 0.4rem 0rem 0rem 0rem;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition {
  position: relative;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video {
  position: absolute;
  z-index: 9;
  top: 0.6rem;
  left: 0.7rem;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content {
  text-align: center;
  position: relative;
  width: 200px;
  margin: 30px auto 0;
  font-size: 0;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content video {
  width: 100%;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control .play_pause {
  width: 16px;
  margin-top: 10px;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control .play_pause.icon-play {
  width: 30px;
  height: 30px;
  background: url(../../images/play.png) no-repeat center;
  background-size: 100%;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control .play_pause.icon-pause {
  width: 30px;
  height: 30px;
  background: url(../../images/pause.png) no-repeat center;
  background-size: 100%;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control div {
  float: left;
  line-height: 50px;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control div:nth-child(3) {
  width: 130px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control .progressWrap {
  height: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control .progressWrap .progress {
  display: block;
  width: 0%;
  height: 10px;
  background: #fff;
}

.aboutUs .main_box .about_exhibition_wrap .about_exhibition .about_exhibition_video .video_content .control .timer {
  font-size: 14px;
}

.aboutUs .footer_bg {
  position: absolute;
  left: 0;
  bottom: 2.35rem;
  width: 100%;
}

.aboutUs .footer_bg img {
  width: 100%;
}

.width_690 {
  width: 6.9rem;
}
