.max-width {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.background_color {
  background-color: #f7f8fc;
}
.weixin-tip {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80);
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.weixin-tip p {
  text-align: center;
  margin-top: 10%;
  padding: 0 5%;
}
.index_top {
  width: 100%;
  background-color: #f0f0f0;
  position: sticky;
  top: 0;
  left: 0;
}
.index_top .top_box {
  max-width: 1560px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.index_top .top_box .search_img {
  width: 18px;
  height: 17px;
}
.index_top .top_box .search_jane {
  height: 30px;
}
.index_top .top_box .search_jane .language {
  margin-left: 40px;
}
.index_top .top_box .search_jane .language span {
  font-size: 12px;
  color: #11131b;
  margin-left: 6px;
  cursor: default;
}
.index_top .top_box .search_jane .language img {
  width: 17px;
  height: 17px;
}
.index_top .top_box .search_box {
  display: none;
}
.index_top .top_box .search_box .search {
  height: 60px;
}
.index_top .top_box .search_box .search .search_close {
  margin-left: 86px;
}
.index_top .top_box .search_box .search .search_inp {
  width: 20%;
  height: 32px;
  border: 1px solid #a2a4ab;
  border-radius: 5px;
  padding: 0 10px 0 16px;
  box-sizing: border-box;
  position: relative;
  left: -100px;
  opacity: 0;
}
.index_top .top_box .search_box .search .search_inp img {
  width: 18px;
  height: 17px;
}
.index_top .top_box .search_box .search .search_inp input {
  flex: 1;
  font-size: 14px;
}
.index_top .top_box .language_box {
  display: none;
}
.index_top .top_box .language_box .languge {
  height: 60px;
}
.index_top .top_box .language_box .languge .languages {
  position: relative;
  left: -100px;
  opacity: 0;
}
.index_top .top_box .language_box .languge .languages p {
  font-size: 14px;
  color: #11131b;
  margin-right: 22px;
}
.index_top .top_box .language_box .languge .languages a {
  width: 160px;
  height: 33px;
  border: 1px solid #a2a4ab;
  border-radius: 5px;
  padding: 0 10px 0 16px;
  box-sizing: border-box;
  margin-left: 32px;
}
.index_top .top_box .language_box .languge .languages a .flexs{
  display: flex;
  align-items: center;
}
.index_top .top_box .language_box .languge .languages a .flexs img{
  margin-right: 6px;
  max-width: 24px;
}

.index_top .top_box .language_box .languge .languages a span {
  font-size: 14px;
  color: #11131b;
}
.index_top .top_box .language_box .languge .languages a .select {
  display: none;
}
.index_top .top_box .language_box .languge .languages a .no_select {
  display: block;
}
.index_top .top_box .language_box .languge .languages .select_lan {
  background-color: #a2a4ab;
}
.index_top .top_box .language_box .languge .languages .select_lan span {
  color: #fff;
}
.index_top .top_box .language_box .languge .languages .select_lan .no_select {
  display: none;
}
.index_top .top_box .language_box .languge .languages .select_lan .select {
  display: block;
}
.header {
  width: 100%;
  background-color: #080b1d;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 990;
  box-sizing: border-box;
}
.header .header_box {
  padding: 0 70px 0 20px;
}
.header .header_box .logo {
  width: 172px;
  height: 37px;
}
.header .header_box .logo img {
  width: 100%;
  height: 100%;
}
.header .header_box .header_nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header .header_box .header_nav .close_navList {
  display: none;
}
.header .header_box .header_nav .nav_list {
  flex: 1;
  margin-left: 35px;
}
.header .header_box .header_nav .nav_list .nav_line {
  display: none;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  transition: all 0.5s;
}
.header .header_box .header_nav .nav_list > li {
  padding: 0 36px;
}
.header .header_box .header_nav .nav_list > li .nav_li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  line-height: 60px;
  position: relative;
}
.header .header_box .header_nav .nav_list > li .nav_li::before {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #fff;
  height: 2px;
  z-index: 99;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}
.header .header_box .header_nav .nav_list > li .nav_li:hover {
  cursor: pointer;
}
.header .header_box .header_nav .nav_list > li .nav_li:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .header_box .header_nav .nav_list > li img {
  width: 8px;
  height: 5px;
  margin-left: 8px;
}
.header .header_box .header_nav .nav_list > li .nav_down {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #080b1d;
  width: 100%;
  left: 0;
  margin: 0 auto;
  padding-bottom: 20px;
  box-sizing: border-box;
  z-index: 999;
  border-top: 1px solid #323647;
}
.header .header_box .header_nav .nav_list > li .nav_down .drop_down {
  max-width: calc(46vw);
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow-y: auto;
}
.header .header_box .header_nav .nav_list > li .nav_down .drop_down li {
  text-align: left;
  line-height: 42px;
  margin-right: 12%;
}
.header .header_box .header_nav .nav_list > li .nav_down .drop_down li a {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.header .header_box .header_nav .nav_list > li .nav_down .drop_down li a::before {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #fff;
  height: 2px;
  z-index: 99;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}
.header .header_box .header_nav .nav_list > li .nav_down .drop_down li a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .header_box .header_nav .btns {
  width: 25%;
}
.header .header_box .header_nav .btns .btn {
  width: 20%;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  transition: all 0.5s;
}
.header .header_box .header_nav .btns .btn a {
  color: #fff;
}
.header .header_box .header_nav .btns .btn_login {
  position: relative;
}
.header .header_box .header_nav .btns .btn_login:hover {
  background-color: #fff;
  width: 62%;
}
.header .header_box .header_nav .btns .btn_login:hover > a {
  color: #080b1d;
}
.header .header_box .header_nav .btns .btn_login .login_nav {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 48px;
  box-sizing: border-box;
}
.header .header_box .header_nav .btns .btn_login .login_nav .login_list {
  display: none;
  width: 10vw;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.header .header_box .header_nav .btns .btn_login .login_nav .login_list li {
  color: #fff;
  text-align: left;
  line-height: 36px;
}
.header .header_box .header_nav .btns .btn_login .login_nav .login_list li a {
  position: relative;
}
.header .header_box .header_nav .btns .btn_login .login_nav .login_list li a::before {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #fff;
  height: 2px;
  z-index: 99;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}
.header .header_box .header_nav .btns .btn_login .login_nav .login_list li a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .header_box .header_nav .btns .register_btn {
  border: none;
  background-color: #f8b800;
  margin-left: 25px;
  width: 28%;
}
.header .header_box .header_nav .btns .register_btn a {
  color: #080b1d;
}
.header .header_box .header_nav .btns .register_btn:hover {
  background-color: #c99700;
}
.header .header_box .nav_more {
  display: none;
}
.header .header_box .jane {
  display: none;
}
.login {
  display: none;
}
.banner {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.banner > img {
  width: 100%;
  display: block;
  min-height: 220px;
}
.banner .banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 99;
}
.banner .banner_content .banner_title {
  width: 100%;
  font-size: 72px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.banner .banner_content .banner_title p {
  overflow-y: hidden;
}
.banner .banner_content .banner_title span {
  transition: all 0.5s;
}
.banner .banner_content .text_left {
  text-align: left;
}
.banner .banner_content .banner_prompt {
  font-size: 18px;
  color: #fff;
  width: 100%;
  overflow-y: hidden;
  text-align: center;
  line-height: 30px;
  white-space:pre-line
}
.banner .banner_content .banner_prompt:nth-of-type(1) {
  margin-top: 20px;
}
.banner .banner_content .banner_btn {
  width: 100%;
  margin-top: 55px;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner_content .banner_btn button {
  width: 14vw;
  border: 1px solid #f8b800;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  transition: all 1s;
  padding: 0 0 0 14px;
}
.banner .banner_content .banner_btn button:nth-of-type(2) {
  margin-left: 1%;
}
.banner .banner_content .banner_btn button span {
  flex: 1;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-size: 14px;
  color: #f8b800;
  transition: all 1s;
}
.banner .banner_content .banner_btn button img {
  opacity: 0;
  transition: all 1s;
}
.banner .banner_content .banner_btn .registered_hover {
  width: 20vw;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 0 14px;
}
.banner .banner_content .banner_btn .registered_hover img {
  opacity: 10;
}
.banner .banner_content .banner_btn .registered_hover span {
  text-align: left;
  color: #fff;
}
.banner .banner_content .a_move {
  animation: move 1.5s;
}
@keyframes move {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 10;
  }
}
.banner .video_box {
  width: 100%;
  background-color: #000000;
}
.banner .video_box .video {
  width: -webkit-fill-available;
  display: block;
  position: relative;
  left: 0;
  right: -1px;
  top: 0;
  object-fit: cover;
}
.product {
  position: relative;
  overflow: hidden;
}
.product .company_content {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.product .company_content .company_box {
  max-width: 47%;
}
.product .company_content .company_box .company {
  padding: 55px 50px 0 0;
  box-sizing: border-box;
  position: relative;
  left: -20%;
  opacity: 0;
  transition: all 1s;
}
.product .company_content .company_box .company P {
  color: #232324;
  font-weight: bold;
}
.product .company_content .company_box .company span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.product .company_content .detail {
  width: 56%;
  padding: 23px 0 0 0;
  box-sizing: border-box;
  height: 100%;
}
.product .company_content .detail::-webkit-scrollbar {
  display: none;
}
.product .company_content .detail li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 33px 0 23px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
.product .company_content .detail li .line {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: #c5c5c5;
  opacity: 0;
  transition: all 1.5s;
}
.product .company_content .detail li h5 {
  font-size: 72px;
  color: #f8b800;
  font-weight: bold;
  line-height: 72px;
  opacity: 0;
}
.product .company_content .detail li > span {
  display: inline-block;
  max-width: 90%;
  font-size: 16px;
  color: #232324;
  line-height: 30px;
  text-align: right;
  position: relative;
  bottom: -30px;
  opacity: 0;
  transition: all 1.5s;
}
.product .active .company_box .company {
  left: 0;
  opacity: 10;
}
.hot_product {
  position: relative;
  width: 100%;
  background-color: #1a1b21;
  padding-bottom: 76px;
  box-sizing: border-box;
}
.hot_product .product_title {
  padding: 76px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hot_product .product_title p {
  color: #fff;
  font-weight: bold;
}
.hot_product .product_title span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #a2a4ab;
}
.hot_product .product_list {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hot_product .product_list li {
  width: 48%;
  padding: 12px 25px 12px 24px;
  box-sizing: border-box;
  background-color: #0b0b0f;
  margin-top: 16px;
  transition: 0.5s all;
  position: relative;
  bottom: -150px;
  opacity: 0;
}
.hot_product .product_list li:nth-of-type(2n) {
  margin-left: 1.5%;
}
.hot_product .product_list li:hover {
  width: 49.5%;
  box-sizing: border-box;
  padding-right: 20px;
}
.hot_product .product_list li:hover .select {
  display: block;
  margin-left: 20px;
}
.hot_product .product_list li .product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hot_product .product_list li .product_box .name {
  color: #fff;
  min-width: 20%;
}
.hot_product .product_list li .product_box .name p {
  font-size: 24px;
}
.hot_product .product_list li .product_box .name span {
  display: inline-block;
  margin-top: 18px;
  color: #f8b800;
}
.hot_product .product_list li .product_box .product_left {
  display: flex;
  justify-content: space-between;
}
.hot_product .product_list li .product_box .product_left > img {
  width: 107px;
  height: 78px;
  margin-left: 5%;
}
.hot_product .product_list li .product_box .product_left .fall {
  display: block;
}
.hot_product .product_list li .product_box .product_left .rose {
  display: none;
}
.hot_product .product_list li .product_box .product_right {
  display: flex;
  /* flex-direction: column; */
  justify-content : flex-end;
  margin-left: 2%;
  min-width: 50%;
}
.hot_product .product_list li .product_box .product_right .accound {
  font-size: 16px;
  color: #fff;
}
.hot_product .product_list li .product_box .product_right .accound img {
  margin-left: 7px;
}
.hot_product .product_list li .product_box .product_right .accound .small_fall {
  display: block;
}
.hot_product .product_list li .product_box .product_right .accound .small_rose {
  display: none;
}
.hot_product .product_list li .product_box .product_right .deal {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content : flex-end;
  color: #8d969d;
}
.hot_product .product_list li .product_box .product_right .deal .deal_certain {
  color: #a2a4ab;
}
.hot_product .product_list li .product_box .product_right .deal .deal_certain span {
  color: #fff;
  margin-left: 6px;
}
.hot_product .product_list li .product_box .product_right .deal .deal_count {
  display: flex;
  align-items: center;
  margin: 0 6px;
}
.hot_product .product_list li .product_box .product_right .deal .deal_count .fall_line {
  display: block;
}
.hot_product .product_list li .product_box .product_right .deal .deal_count .rose_line {
  display: none;
}
.hot_product .product_list li .product_box .product_right .deal img {
  width: 32px;
  height: 7px;
}
.hot_product .product_list li .product_box .product_right .deal .count {
  font-size: 18px;
  color: #f8b800;
  font-weight: bold;
}
.hot_product .product_list li > .select {
  position: absolute;
  top: 12px;
  right: 1%;
  display: none;
  width: 36px;
}
.hot_product .product_list .rose .product_box .name span {
  color: #0075ff;
}
.hot_product .product_list .rose .product_box .product_left .fall {
  display: none;
}
.hot_product .product_list .rose .product_box .product_left .rose {
  display: block;
}
.hot_product .product_list .rose .product_box .product_right .accound .small_fall {
  display: none;
}
.hot_product .product_list .rose .product_box .product_right .accound .small_rose {
  display: block;
}
.hot_product .product_list .rose .product_box .product_right .deal .deal_count .rose_line {
  display: block;
}
.hot_product .product_list .rose .product_box .product_right .deal .deal_count .fall_line {
  display: none;
}
.hot_product .product_list .rose .product_box .product_right .deal .deal_count .count {
  color: #0075ff;
}
.lion_account {
  width: 100%;
  background-color: #edbc00;
  position: relative;
  overflow: hidden;
}
.lion_account .account_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lion_account .account_con .account_left {
  padding: 48px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.lion_account .account_con .account_left .small_title {
  font-size: 18px;
  color: #fff;
}
.lion_account .account_con .account_left .account_name {
  margin-top: 38px;
  color: #fff;
  font-weight: bold;
}
.lion_account .account_con .account_left .account_name text {
  opacity: 0.5;
}
.lion_account .account_con .account_left button {
  width: 50%;
  height: 56px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 0 26px 0 44px;
  margin-top: 66px;
  transition: all 1s;
}
.lion_account .account_con .account_left button span {
  font-size: 18px;
  color: #fff;
}
.lion_account .account_con .account_left button img {
  width: 9px;
  height: 9px;
}
.lion_account .account_con .account_left button .no_select {
  display: block;
}
.lion_account .account_con .account_left button .select {
  display: none;
}
.lion_account .account_con .account_left button:hover {
  background-color: #fff;
}
.lion_account .account_con .account_left button:hover span {
  color: #edbc00;
}
.lion_account .account_con .account_left button:hover .no_select {
  display: none;
}
.lion_account .account_con .account_left button:hover .select {
  display: block;
}
.lion_account .account_con .account_gif {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.lion_account .account_con .account_gif img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: none;
}
.bourse_box {
  background-color: #f7f8fc;
}
.bourse_box .bourse {
  padding: 54px 78px 78px;
}
.bourse_box .bourse .bourse_map {
  width: 46%;
  position: relative;
}
.bourse_box .bourse .bourse_map img {
  position: absolute;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  transform: scale(1.2);
}
.bourse_box .bourse .bourse_right {
  width: 56%;
}
.bourse_box .bourse .bourse_right .bourse_title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  right: -20px;
  opacity: 0;
  transition: all 1s;
}
.bourse_box .bourse .bourse_right .bourse_title span {
  font-size: 16px;
  color: #666666;
}
.bourse_box .bourse .bourse_right .bourse_title p {
  color: #11131b;
  margin-top: 20px;
  font-weight: bold;
}
.bourse_box .bourse .bourse_right .bourse_list {
  display: flex;
  flex-flow: row-reverse !important;
  margin-top: 43px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one {
  flex: 1;
  position: relative;
  overflow-y: hidden;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-last-of-type(1) .bourse_line {
  display: none;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-of-type(1) .list li:nth-of-type(1) img {
  width: 185px;
  height: 28px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-of-type(1) .list li:nth-of-type(2) img {
  width: 103px;
  height: 25px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-of-type(1) .list li:nth-of-type(3) img {
  width: 86px;
  height: 29px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-of-type(1) .list li:nth-of-type(4) img {
  width: 30px;
  height: 29px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-of-type(2) .list li:nth-of-type(1) img {
  width: 83px;
  height: 23px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-of-type(2) .list li:nth-of-type(2) img {
  width: 91px;
  height: 25px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one:nth-of-type(2) .list li:nth-of-type(3) img {
  width: 63px;
  height: 26px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .bourse_line {
  position: absolute;
  right: 0;
  top: 0;
  height: 58px;
  width: 2px;
  background-color: #000000;
  z-index: 9;
  transition: all 0.5s;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list {
  border-right: 1px solid #c5c5c5;
  height: auto;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list li {
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 36px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list li .selelct {
  display: none;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list li .no_select {
  display: block;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list li:nth-of-type(4n),
.bourse_box .bourse .bourse_right .bourse_list .list_one .list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list li span {
  font-size: 16px;
  color: #c5c5c5;
  margin-top: 12px;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list .bourse_select .no_select {
  display: none;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list .bourse_select .selelct {
  display: block;
}
.bourse_box .bourse .bourse_right .bourse_list .list_one .list .bourse_select span {
  color: #000000;
}
.open_box {
  background-color: #fff;
  padding: 60px 0 64px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.open_box .map {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-45%);
  width: calc(46vw);
}
.open_box .open_account {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.open_box .open_account .open_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.open_box .open_account .open_content .title {
  position: relative;
  left: -20%;
  opacity: 0;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  transition: all 1s;
}
.open_box .open_account .open_content h6 {
  color: #000000;
  font-weight: bold;
  margin-top: 48px;
  letter-spacing: 2px;
}
.open_box .open_account .open_content .open_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.open_box .open_account .open_content .open_list li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.open_box .open_account .open_content .open_list li img {
  width: 57px;
  height: 57px;
}
.open_box .open_account .open_content .open_list li .noSelect {
  display: block;
}
.open_box .open_account .open_content .open_list li .select {
  display: none;
}
.open_box .open_account .open_content .open_list li p {
  margin-left: 21px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.open_box .open_account .open_content .open_list .open_select .noSelect {
  display: none;
}
.open_box .open_account .open_content .open_list .open_select .select {
  display: block;
}
.open_box .open_account .open_img {
  width: 34%;
  margin-left: 3%;
}
.open_box .open_account .open_img img {
  width: 100%;
}
.college_box {
  background-color: #0d0d0d;
  position: relative;
  z-index: 5;
}
.college_box .college {
  padding: 60px 20px 0;
}
.college_box .college .college_abstract {
  box-sizing: border-box;
}
.college_box .college .college_abstract .abstract_left {
  max-width: 60%;
  position: relative;
  left: -20%;
  opacity: 0;
  transition: all 1s;
}
.college_box .college .college_abstract .abstract_left .name {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.college_box .college .college_abstract .abstract_left .abstract {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  line-height: 30px;
}
.college_box .college .college_abstract .abstract_right {
  max-width: 35%;
}
.college_box .college .college_abstract .abstract_right video {
  width: 376px;
  height: 212px;
}
.college_box .college .college_abstract .abstract_right span {
  margin-top: 34px;
  font-size: 18px;
  color: #fff;
}
.college_box .college .article {
  margin-top: 50px;
}
.college_box .college .article li {
  border-bottom: 1px solid #1c1c20;
  padding: 60px 0;
  box-sizing: border-box;
}
.college_box .college .article li a{
  box-sizing: border-box;
  width: 100%;
}
.college_box .college .article li .art_left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.college_box .college .article li .art_left img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.college_box .college .article li .art_left .content {
  flex: 1;
  margin-left: 40px;
}
.college_box .college .article li .art_left .content h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.college_box .college .article li .art_left .content p {
  margin-top: 30px;
  font-size: 14px;
  color: #a2a4ab;
  font-weight: 300;
  line-height: 26px;
}
.college_box .college .article li .a {
  width: 97px;
  height: 97px;
  margin-left: 4%;
  border: 1px solid #8E9096;
  border-radius: 50%;
  transition: all 0.6s;
}
.college_box .college .article li .a:hover {
  border: 1px solid #fff;
}
.college_box .college .article li .a:hover img {
  animation: abstract_an 1s linear;
}
@keyframes abstract_an {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.college_box .college .article li:nth-last-child(1) {
  border-bottom: none;
}
.footer_box {
  background-color: #0b0c12;
  position: relative;
  z-index: 5;
}
.footer_box .footer {
  background-color: #11131b;
}
.footer_box .footer .footer_top {
  padding: 60px 20px 50px;
}
.footer_box .footer .footer_top .footer_left {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.footer_box .footer .footer_top .footer_left img {
  width: 110px;
  height: 64px;
}
.footer_box .footer .footer_top .footer_left p {
  margin-top: 36px;
}
.footer_box .footer .footer_top .footer_left ul {
  margin-top: 30px;
}
.footer_box .footer .footer_top .footer_left ul li {
  line-height: 30px;
}
.footer_box .footer .footer_top .footer_right {
  flex: 1;
  margin-left: 15%;
  display: flex;
  justify-content: space-between;
}
.footer_box .footer .footer_top .footer_right ul {
  width: 23%;
  margin-bottom: 20px;
}
.footer_box .footer .footer_top .footer_right ul h6 {
  margin-bottom: 20px;
  font-size: 14px;
}
.footer_box .footer .footer_top .footer_right ul h6 a {
  color: #fff;
  font-weight: bold;
}
.footer_box .footer .footer_top .footer_right ul li {
  line-height: 30px;
}
.footer_box .footer .footer_top .footer_right ul li a {
  color: #8a8a8c;
  font-size: 14px;
  cursor: pointer;
}
.footer_box .footer_bottom {
  margin: 28px auto;
  padding: 0 20px 30px 20px;
}
.footer_box .footer_bottom .warning {
  font-size: 14px;
  color: #fff;
}
.footer_box .footer_bottom p {
  font-size: 12px;
  color: #a4a4a5;
  line-height: 20px;
  margin-top: 20px;
}
.footer_box .footer_bottom .reserved {
  margin-top: 22px;
  font-size: 12px;
  color: #a4a4a5;
}
.login_box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.login_box .bgi {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.login_box .login_content {
  width: 42vw;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
}
.login_box .login_content .login_left {
  height: 100%;
  overflow-y: auto;
  flex: 8;
  padding: 40px 15% 40px 20%;
  box-sizing: border-box;
}
.login_box .login_content .login_left .logo {
  width: 306px;
}
.login_box .login_content .login_left::-webkit-scrollbar {
  display: none;
}
.login_box .login_content .login_left .login_title {
  margin: 75px 0 35px;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.login_box .login_content .login_left .prompt_content {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}
.login_box .login_content .login_left .inp_name {
  margin-top: 25px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.login_box .login_content .login_left input {
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  border: 1px solid #d8dbe1;
  color: #fff;
  border-radius: 5px;
  margin-top: 9px;
  text-indent: 20px;
}
.login_box .login_content .login_left .get_inp {
  border: 1px solid #f8b800 !important;
}
.login_box .login_content .login_left .inp_pl {
  color: #7d7e83;
}
.login_box .login_content .login_left .select {
  height: 56px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 9px;
  position: relative;
  box-sizing: border-box;
}
.login_box .login_content .login_left .select .select_left {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login_box .login_content .login_left .select .select_left img {
  width: 18px;
  height: 11px;
}
.login_box .login_content .login_left .select .select_left span {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}
.login_box .login_content .login_left .select .select_down {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 20px;
  box-sizing: border-box;
  display: none;
}
.login_box .login_content .login_left .select .select_down li {
  line-height: 56px;
  border-bottom: 1px solid #d8dbe1;
}
.login_box .login_content .login_left .select .select_down li:nth-last-child(1) {
  border: none;
}
.login_box .login_content .login_left .phone_num .select {
  flex: 2;
}
.login_box .login_content .login_left .phone_num .select span {
  margin-left: 0;
}
.login_box .login_content .login_left .phone_num .select .auth_code {
  justify-content: center;
}
.login_box .login_content .login_left .phone_num input {
  flex: 7;
  margin-left: 12px;
}
.login_box .login_content .login_left .prompt {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.login_box .login_content .login_left .prompt label {
  font-size: 14px;
  color: #000000;
}
.login_box .login_content .login_left .prompt label span {
  color: #0075ff;
}
.login_box .login_content .login_left .prompt a {
  font-size: 14px;
  color: #0075ff;
}
.login_box .login_content .login_left .prompt_reg {
  display: flex;
  align-items: flex-start;
  margin-top: 38px;
  justify-content: flex-start;
}
.login_box .login_content .login_left .prompt_reg #label {
  width: 9px;
  height: 20px;
  margin-top: 0;
  vertical-align: middle;
}
.login_box .login_content .login_left .prompt_reg p {
  margin-left: 4px;
}
.login_box .login_content .login_left .prompt_reg input[type='checkbox'] {
  background: #f8b800;
  border-radius: 0;
  width: 9px;
  height: 9px;
  margin-top: 0;
}
.login_box .login_content .login_left .prompt_reg label {
  color: #ffffff;
  margin-left: 3px;
}
.login_box .login_content .login_left .auth_code {
  display: flex;
  margin-top: 9px;
}
.login_box .login_content .login_left .auth_code .code_box {
  flex: 3;
  border: 1px solid #d8dbe1;
  background-color: #808080;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.login_box .login_content .login_left .auth_code input {
  margin: 0;
  flex: 8;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.login_box .login_content .login_left .auth_code .get_inp {
  border: 1px solid #f8b800 !important;
  border-right: none !important;
}
.login_box .login_content .login_left .login_btn {
  margin-top: 45px;
  width: 100%;
  height: 56px;
  background-color: #f8b800;
  border-radius: 10px;
  padding: 0 24px;
  box-sizing: border-box;
  transition: all 1s;
}
.login_box .login_content .login_left .login_btn span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.login_box .login_content .login_left .login_btn:hover {
  background-color: #e0aa05;
}
.login_box .login_content .login_left .other {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.login_box .login_content .login_left .other p {
  font-size: 14px;
  color: #232324;
  font-weight: bold;
}
.login_box .login_content .login_left .other a {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2% 0 3%;
  border-radius: 10px;
  box-sizing: border-box;
}
.login_box .login_content .login_left .other a span {
  font-size: 14px;
  color: #0075ff;
  font-weight: bold;
}
.login_box .login_content .login_left .other a img {
  width: 4px;
  height: 6px;
}
.login_box .login_content .login_left .secret {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 26px auto 18px;
  width: 80%;
  border: 1px solid #7d7e83;
}
.login_box .login_content .login_left .secret p {
  margin-left: 5px;
  font-size: 12px;
  line-height: 27px;
  color: #7d7e83;
}
.login_box .login_bt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login_box .login_img {
  flex: 15;
  height: 100%;
  overflow-x: hidden;
}
.login_box .login_img .video_box {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
}
.login_box .login_img .video_box .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.banner .banner-title {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.banner .banner-title .title {
  height: 100%;
  text-align: left;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.listed .introduction {
  margin: 100px auto 170px;
}
.listed .introduction .introduction_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.listed .introduction .introduction_content img {
  width: 36%;
}
.listed .introduction .introduction_content .introduction_info {
  flex: 1;
  margin-left: 45px;
}
.listed .introduction .introduction_content .introduction_info p {
  font-size: 16px;
  color: #080b1d;
  line-height: 38px;
  margin-top: 30px;
}
.listed .introduction .introduction_content .introduction_info p:nth-of-type(1) {
  margin-top: 0;
}
.listed .introduction .code {
  margin-top: 160px;
}
.listed .introduction .code p {
  font-size: 60px;
  color: #080b1d;
  font-weight: bold;
}
.listed .introduction .code .stock_code {
  margin-top: 76px;
}
.listed .introduction .code .stock_code .stock_li {
  margin-left: 60px;
  font-size: 18px;
  color: #080b1d;
  border-radius: 48px;
  cursor: pointer;
}
.listed .introduction .code .stock_code .stock_li img {
  opacity: 0;
}
.listed .introduction .code .stock_code .stock_btn {
  width: calc(20vw);
  height: 97px;
  border: 1px solid #080b1d;
  border-radius: 48px;
  padding: 0 40px;
  box-sizing: border-box;
}
.listed .introduction .code .stock_code .stock_btn span {
  font-size: 18px;
  color: #080b1d;
}
.listed .introduction .code .stock_code .stock_btn img {
  opacity: 10;
}
.about_us .banner .banner-title {
  background-color: rgba(0, 0, 0, 0);
}
.about_us .banner .banner-title .title {
  align-items: flex-start;
}
.about_us .banner .banner-title .title .open_account {
  margin-top: 32px;
  width: 18%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0 18px 0 26px;
  box-sizing: border-box;
  cursor: pointer;
}
.about_us .banner .banner-title .title .open_account span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.about_us .content .box_li {
  display: flex;
}
.about_us .content .box_li .office_box {
  width: 50%;
  position: relative;
  overflow-x: hidden;
}
.about_us .content .box_li .office_box .useless {
  opacity: 0;
}
.about_us .content .box_li .office_box .useless img {
  display: block;
  width: 100%;
}
.about_us .content .box_li .office_box > img {
  position: absolute;
  width: 100%;
  display: block;
  transition: all 1s;
  top: 0;
  left: 0;
}
.about_us .content .box_li .office_box .office_slide {
  right: 0;
  z-index: 9;
  top: 0;
  animation: useless 0.7s ease-in;
}
@keyframes useless {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.about_us .content .box_li > img {
  width: 50%;
}
.about_us .content .box_li .abstract {
  flex: 1;
  max-width: 660px;
  box-sizing: border-box;
}
.about_us .content .box_li .abstract .abstract_title {
  font-size: 56px;
  color: #080b1d;
  font-weight: bold;
}
.about_us .content .box_li .abstract p {
  margin-top: 34px;
  font-size: 16px;
  color: #080b1d;
  line-height: 30px;
}
.about_us .content .box_li .abstract .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
}
.about_us .content .box_li .abstract .address .address_li {
  margin-left: 40px;
  font-size: 18px;
  color: #080b1d;
  border-radius: 48px;
  cursor: pointer;
}
.about_us .content .box_li .abstract .address .address_li:nth-of-type(1) {
  margin-left: 0;
}
.about_us .content .box_li .abstract .address .address_li img {
  opacity: 0;
}
.about_us .content .box_li .abstract .address .address_btn {
  width: calc(16vw);
  height: 97px;
  padding: 0 35px 0 42px;
  border: 1px solid #080b1d;
  border-radius: 48px;
}
.about_us .content .box_li .abstract .address .address_btn span {
  font-size: 18px;
  color: #080b1d;
}
.about_us .content .box_li .abstract .address .address_btn img {
  opacity: 10;
}
.about_us .content .box_li:nth-of-type(2n+1) {
  justify-content: flex-start;
}
.about_us .content .box_li:nth-of-type(2n+1) .abstract {
  padding: 0 20px;
}
.about_us .content .box_li:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.about_us .content .box_li:nth-of-type(2n) .abstract {
  padding: 0 20px;
}
.about_us .content .history {
  display: flex;
  align-items: center;
}
.about_us .content .history .time_box {
  width: 50%;
  height: 100%;
}
.about_us .content .history .time_box .time_line {
  width: 100%;
  height: 130px;
  border: 1px solid #979797;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about_us .content .history .time_box .time_line .abstract {
  display: flex;
  position: relative;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container {
  position: absolute;
  right: 130px;
  top: 50%;
  width: 12vw;
  transform: translateY(-50%);
  height: calc(130px * 3);
  overflow-y: hidden;
  overflow-x: auto;
  z-index: 99;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container::after,
.about_us .content .history .time_box .time_line .abstract .swiper-container::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-color: #fff;
  width: 85px;
  height: 11px;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-button-next,
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-button-prev {
  background-image: none;
  width: 85px;
  height: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-button-next img,
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-button-prev img {
  position: relative;
  z-index: 100;
  width: 24px;
  height: 11px;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-button-next,
.about_us .content .history .time_box .time_line .abstract .swiper-container::after {
  top: 130px;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-button-prev,
.about_us .content .history .time_box .time_line .abstract .swiper-container::before {
  top: 260px;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-wrapper {
  position: relative;
  z-index: 999;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-wrapper .swiper-slide {
  margin-bottom: 0 !important;
  line-height: 130px;
  font-size: 30px;
  color: #979797;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
.about_us .content .history .time_box .time_line .abstract .swiper-container .swiper-wrapper .swiper_active {
  color: #080b1d;
  font-size: 36px;
}
.about_us .content .history .time_img {
  width: 50%;
  position: relative;
}
.about_us .content .history .time_img img {
  width: 100%;
  display: block;
}
.about_us .content .history .time_img p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  max-width: 72%;
}
.regulatory .introduce_box {
  margin: 53px auto 63px;
  padding: 0 50px;
  box-sizing: border-box;
}
.regulatory .introduce_box .introduce {
  padding: 50px 28px 76px;
  box-sizing: border-box;
  box-shadow: 0 5px 20px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #c5c5c5;
}
.regulatory .introduce_box .introduce img {
  width: 20%;
  margin-right: 70px;
}
.regulatory .introduce_box .introduce p {
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 16px;
  color: #080b1d;
  border-left: 1px solid #c5c5c5;
}
.active .bourse .bourse_right .bourse_title {
  right: 0;
  opacity: 10;
}
.active .open_account .open_content .title {
  left: 0;
  opacity: 10;
}
.active .college .college_abstract .abstract_left {
  left: 0;
  opacity: 10;
}
.calendar_box {
  padding: 82px 20px 94px;
}
.calendar_box .table_top p {
  font-size: 16px;
  color: #080b1d;
  font-weight: bold;
}
.calendar_box .table_top .date {
  width: 18%;
  border: 1px solid #000;
  border-radius: 5px;
  height: 34px;
  position: relative;
}
.calendar_box .table_top .date input {
  margin-left: 14px;
  color: #080b1d;
  width: 40%;
  cursor: pointer;
}
.calendar_box .table_top .date input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #080b1d;
}
.calendar_box .table_top .date input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #080b1d;
}
.calendar_box .table_top .date input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #080b1d;
}
.calendar_box .table_top .date input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #080b1d;
}
.calendar_box .day {
  margin-top: 30px;
}
.calendar_box .day .day_btn {
  width: 7%;
  padding: 0 15px;
  height: 34px;
  background-color: #dfe2ea;
  border-radius: 5px;
  cursor: pointer;
}
.calendar_box .day .days {
  width: 60%;
}
.calendar_box .day .days li {
  flex: 1;
  text-align: center;
  line-height: 34px;
  color: #000000;
  cursor: pointer;
}
.calendar_box .day .days li .date-text {
  display: block;
}
.calendar_box .day .days li .day-text {
  display: none;
}
.calendar_box .day .days .day_select {
  background-color: #e5f1ff;
  color: #0076ff;
  border-radius: 5px;
}
.calendar_box table {
  width: 100%;
  margin-top: 24px;
}
.calendar_box table th,
.calendar_box table td {
  text-align: left;
}
.calendar_box table .title {
  height: 58px;
  border: 1px solid #080b1d;
  border-right: none;
  border-left: none;
}
.calendar_box table .title th {
  font-size: 16px;
  color: #888b92;
  font-weight: 500;
}
.calendar_box table .title th:nth-of-type(1) {
  text-indent: 37px;
}
.calendar_box table tr {
  box-sizing: border-box;
  height: 54px;
  border-bottom: 1px solid #eef0f6;
}
.calendar_box table tr:nth-last-of-type(1) {
  border-bottom: 1px solid #080b1d;
}
.calendar_box table tr td {
  color: #080b1d;
}
.calendar_box table tr td:nth-of-type(1) {
  text-indent: 37px;
}
.calendar_box table tr td .iconfont {
  color: #e8e8e8;
}
.calendar_box table tr td .iconfont_select {
  color: #f8b800;
}
.calendar_box table tr td .impact {
  height: 25px;
  display: inline-block;
  padding: 0 10px 0 12px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #0076ff;
  color: #0076ff;
}
.calendar_box table tr .noimpact {
  display: none;
}
.calendar_box table tr .impact {
  display: block;
}
.calendar_box table tr:nth-of-type(1):hover {
  background-color: #fff;
}
.calendar_box table tr:hover {
  background-color: #eef0f6;
}
.calendar_box table .publish .noimpact {
  display: block;
}
.calendar_box table .publish .impact {
  display: none;
}
.calendar_box .dataList {
  display: none;
}
.security_box {
  width: 100%;
  overflow-x: hidden;
  background-color: #f7f8fc;
}
.security_box .security_content {
  margin: 42px auto 32px;
}
.security_box .security_content .security_left {
  flex: 1;
}
.security_box .security_content .security_left .nav_list {
  padding-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
.security_box .security_content .security_left .nav_list::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  background-color: #080b1d;
}
.security_box .security_content .security_left .nav_list li {
  width: 5vw;
  text-align: center;
  border-right: 1px solid #080b1d;
}
.security_box .security_content .security_left .nav_list li:nth-of-type(1) {
  border-left: 1px solid #080b1d;
}
.security_box .security_content .security_left .nav_list .nav_select {
  color: #f8b800;
}
.security_box .security_content .security_left table {
  width: 100%;
}
.security_box .security_content .security_left table th,
.security_box .security_content .security_left table td {
  text-align: left;
}
.security_box .security_content .security_left table tr {
  height: 58px;
  border-bottom: 1px solid #eef0f6;
}
.security_box .security_content .security_left table tr:nth-of-type(1) {
  border-bottom: 1px solid #080b1d;
}
.security_box .security_content .security_left table tr:nth-of-type(1) th {
  color: #888b92;
}
.security_box .security_content .security_left table tr:nth-last-of-type(1) {
  border-bottom: none;
}
.security_box .security_content .security_left table tr td {
  color: #080b1d;
}
.security_box .security_content .security_left table tr td:nth-of-type(3),
.security_box .security_content .security_left table tr td:nth-of-type(4) {
  color: #0174fc;
}
.security_box .security_content .security_title {
  flex: 1;
  margin-top: 60px;
}
.security_box .security_content .security_title h5 {
  text-align: end;
}
.security_box .security_content .security_title p {
  margin-top: 20px;
  text-align: end;
  color: #666666;
}
.shares {
  padding: 64px 20px;
}
.shares .shares_left {
  flex: 1;
}
.shares .shares_left .lu_shares p {
  color: #666;
  margin-top: 52px;
  line-height: 22px;
}
.shares .shares_left .shares_list {
  display: flex;
  flex-wrap: wrap;
}
.shares .shares_left .shares_list li {
  width: 50%;
  margin-top: 36px;
  border-left: 3px dashed #000;
  padding: 0 10px;
  box-sizing: border-box;
}
.shares .shares_left .shares_list li h6 {
  color: #f8b800;
  font-weight: bold;
}
.shares .shares_left .shares_list li p {
  color: #666666;
  margin-top: 10px;
}
.shares .shares_right {
  flex: 1;
  padding: 32px 20px 0 24px;
  box-sizing: border-box;
  position: relative;
}
.shares .shares_right::after {
  content: '';
  position: absolute;
  top: 3%;
  left: 0;
  width: 3px;
  height: 75%;
  border-right: 3px dashed #000;
}
.shares .shares_right .note {
  display: flex;
  padding: 0 5%;
  box-sizing: border-box;
  margin-top: 22px;
  color: #666666;
  line-height: 18px;
}
.advantage_box {
  background-color: #f7f8fc;
}
.advantage_box .advantage {
  padding: 57px 20px;
}
.advantage_box .advantage .advantage_list {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  margin-top: 14px;
}
.advantage_box .advantage .advantage_list li {
  width: 33.33%;
  margin-top: 34px;
  padding-right: 6px;
  box-sizing: border-box;
}
.advantage_box .advantage .advantage_list li:nth-of-type(3n) {
  padding-right: 0;
}
.advantage_box .advantage .advantage_list li p {
  margin-left: 18px;
  color: #11131b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.software {
  position: relative;
}
.software > img {
  display: block;
  min-height: 200px;
  width:100vw;
}
.software .software_box {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.software .software_box .down_load {
  padding: 100px 20px 0;
}
.software .software_box .down_load h5 {
  color: #fff;
}
.software .software_box .down_load .merit {
  width: 22vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.software .software_box .down_load .merit li {
  width: 50%;
  margin-top: 5px;
}
.software .software_box .down_load .merit li span {
  color: #a2a4ab;
  margin-left: 10px;
}
.software .software_box .down_load .soft_btn {
  width: 11vw;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 46px;
  height: 50px;
}
.software .software_box .down_load .soft_btn span {
  color: #fff;
}
.software .software_box .down_load .soft_btn img {
  margin-left: 18px;
}
.software .software_box .down_load .img_list {
  margin-top: 28px;
  align-items: flex-start;
}
.software .software_box .down_load .img_list img {
  margin-right: 21px;
}
.security .security_box .security_content .security_left .nav_list::after {
  left: 0;
}
.futures .security_box .security_content .security_title h5,
.derivatives .security_box .security_content .security_title h5 {
  text-align: left;
}
.futures .security_box .security_content .security_title p,
.derivatives .security_box .security_content .security_title p {
  text-align: left;
}
.futures .security_box .security_content .security_left .nav_list::after,
.derivatives .security_box .security_content .security_left .nav_list::after {
  right: 0;
}
.futures .advantage_box,
.derivatives .advantage_box {
  background-color: #fff;
}
.futures .advantage_box .advantage,
.derivatives .advantage_box .advantage {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.futures .advantage_box .advantage .advantage_list,
.derivatives .advantage_box .advantage .advantage_list {
  flex: 4;
}
.futures .advantage_box .advantage .advantage_list li,
.derivatives .advantage_box .advantage .advantage_list li {
  width: 50%;
}
.futures .advantage_box .advantage h5,
.derivatives .advantage_box .advantage h5 {
  flex: 5;
  text-align: end;
}
.derivatives .advantage_box .advantage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.derivatives .advantage_box .advantage .advantage_list {
  width: 65vw;
  justify-content: center;
}
.derivatives .advantage_box .advantage .advantage_list li {
  width: 33.33%;
}
.futures .advantage_box .advantage {
  flex-flow: row-reverse;
}
.trading .banner .banner_content,
.about_us .banner .banner_content {
  min-height: 200px;
}
.trading .banner .banner_content .banner_title,
.about_us .banner .banner_content .banner_title {
  margin-bottom: 0;
}
.trading .banner .banner_content .banner_title p,
.about_us .banner .banner_content .banner_title p {
  text-align: left;
}
.trading .banner .banner_content .banner_prompt,
.about_us .banner .banner_content .banner_prompt {
  text-align: left;
  margin-top: 0;
  margin-top: 24px;
  
}
.trading .banner .banner_content .banner_btn,
.about_us .banner .banner_content .banner_btn {
  justify-content: flex-start;
  margin-top: 45px;
}
.trading .trading_content .terminal {
  border-bottom: 1px solid #a2a4ab;
  padding: 88px 100px 108px;
  box-sizing: border-box;
}
.trading .trading_content .terminal:nth-last-of-type(1) {
  border-bottom: none;
}
.trading .trading_content .terminal .terminal_img {
  width: 50%;
  display: flex;
  justify-content: center;
}
.trading .trading_content .terminal .download {
  width: 50%;
  padding-left: 13%;
  box-sizing: border-box;
}
.trading .trading_content .terminal .download .prompt_list {
  margin-top: 20px;
}
.trading .trading_content .terminal .download .prompt_list .prompt {
  margin-top: 6px;
}
.trading .trading_content .terminal .download .prompt_list .prompt p {
  margin-left: 14px;
}
.trading .trading_content .terminal .download .species {
  margin-top: 52px;
  width: 100%;
}
.trading .trading_content .terminal .download .species .species_one {
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #11131b;
  border-radius: 5px;
  color: #fff;
  margin-left: 27px;
  box-sizing: border-box;
  transition: width 1s;
}
.trading .trading_content .terminal .download .species .species_one span {
  display: inline-block;
  width: 100px;
}
.trading .trading_content .terminal .download .species .species_one:nth-of-type(1) {
  margin-left: 0;
}
.trading .trading_content .terminal .download .species .species_one img {
  width: 0;
  opacity: 0;
  margin-left: 0;
}
.trading .trading_content .terminal .download .species .species_one:hover {
  width: 60%;
  padding: 0 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.trading .trading_content .terminal .download .species .species_one:hover img {
  max-width: 90px;
  width: auto;
  opacity: 10;
  margin-left: 10%;
  transition: all 1s;
}
.trading .trading_content .terminal .download .species .different .download_btns {
  width: 0;
  height: 0;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
.trading .trading_content .terminal .download .species .different .download_btns .btn {
  min-width: 100px;
  padding: 0 13px;
  line-height: 60px;
  height: auto;
  width: fit-content;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 21px;
}
.trading .trading_content .terminal .download .species .different:hover {
  width: 92%;
}
.trading .trading_content .terminal .download .species .different:hover .download_btns {
  height: 60px;
  width: auto;
  opacity: 1;
  display: flex;
  overflow: auto;
}
.market_analyse .nav_list {
  width: 100%;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #080b1d;
}
.market_analyse .nav_list li {
  width: 10%;
  text-align: center;
  border-right: 1px solid #080b1d;
  color: #080b1d;
  cursor: pointer;
}
.market_analyse .nav_list li a{
  color: #080b1d;
}
.market_analyse .nav_list li:nth-of-type(1) {
  border-left: 1px solid #080b1d;
}
.market_analyse .nav_list .nav_select  a {
  color: #f8b800;
}
.market_analyse .analyse_list {
  display: grid;
  grid-row-gap: 50px;
  grid-column-gap: 5%;
  grid-template-columns: 30% 30% 30%;
  margin-top: 46px;
}
.market_analyse .analyse_list li {
  background-color: #fff;
  cursor: pointer;
}
.market_analyse .analyse_list li > img {
  display: block;
  margin: 0;
  width: 100%;
  height: 212px;
  object-fit: cover;
}
.market_analyse .analyse_list li .analyse_title {
  padding: 0 18px 0 13px;
  box-sizing: border-box;
  height: 67px;
}
.market_analyse .analyse_list li .analyse_title p {
  color: #11131b;
  line-height: 30px;
}
.market_analyse .analyse_list li .analyse_title img {
  margin-left: 3%;
  width: 26px;
}
.market_analyse .analyse_list li .learning {
  padding: 15px 18px 45px 13px;
  height: 117px;
  align-items: flex-start;
}
.market_analyse .analyse_list li .learning img {
  vertical-align: baseline;
  margin-top: 5px;
}
.market_analyse .letter_list li > img {
  height: 180px;
}
.market_analyse .letter_list li .letter_content {
  padding: 0 18px 0 13px;
  box-sizing: border-box;
}
.market_analyse .letter_list li .letter_content .analyse_title {
  padding: 15px 0 22px 0;
  height: 123px;
}
.market_analyse .letter_list li .letter_content .analyse_title .letter_title span {
  display: inline-block;
  margin-top: 10px;
  color: #11131b;
}
.market_analyse .letter_list li .letter_content .abstract {
  height: 150px;
  line-height: 26px;
  color: #a2a4ab;
}
.market_analyse .letter_list li .letter_content .abstract p {
  -webkit-line-clamp: 5;
}
.market_analyse .see_more {
  width: 30%;
  margin: 48px auto 55px;
  text-align: center;
  border: 1px solid #1c1e26;
  border-radius: 5px;
  line-height: 50px;
  color: #000000;
}
.market_analyse > p {
  color: #080b1d;
  line-height: 30px;
  margin: 20px 0 13px;
}
.analyse_detail {
  margin: 60px auto 70px;
  display: flex;
}
.analyse_detail .analyse_content {
  flex: 7;
}
.analyse_detail .analyse_content > p {
  margin-top: 18px;
  color: #a2a4ab;
}
.analyse_detail .analyse_content .video {
  margin-top: 24px;
  padding: 26px 0;
  box-sizing: border-box;
  border: 1px solid #080b1d;
  border-left: none;
  border-right: none;
  width: 100%;
}
.analyse_detail .analyse_content .video video{
  width: 100%;
}

.analyse_detail .analyse_content .video .play {
  height: 410px;
  position: relative;
}
.analyse_detail .analyse_content .video .play > img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.analyse_detail .analyse_content .video .play .icon_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.analyse_detail .analyse_content .video .play .icon_play img {
  width: 8%;
}
.analyse_detail .analyse_content .letter_attract {
  padding: 16px 0;
  box-sizing: border-box;
}
.analyse_detail .analyse_content .letter_attract p {
  color: #a2a4ab;
  line-height: 32px;
}
.analyse_detail .analyse_content .content {
  color: #000000;
  margin-top: 40px;
  line-height: 32px;
}
.analyse_detail .other_analyse {
  margin-left: 8%;
  flex: 3;
}
.analyse_detail .other_analyse .analyse_list {
  padding: 18px 14px 22px 28px;
  box-sizing: border-box;
}
.analyse_detail .other_analyse .analyse_list li {
  padding: 18px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #080b1d;
}
.analyse_detail .other_analyse .analyse_list li a{
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.analyse_detail .other_analyse .analyse_list li:nth-last-of-type(1) {
  border-bottom: none;
}
.analyse_detail .other_analyse .analyse_list li a > img {
  width: 94px;
  height: 94px;
  object-fit: cover;
}

.analyse_detail .other_analyse .analyse_list li .other_content {
  margin-left: 6px;
  flex: 1;
}
.analyse_detail .other_analyse .analyse_list li .other_content p {
  color: #11131b;
  line-height: 30px;
}
.analyse_detail .other_analyse .analyse_list li .other_content span {
  margin-top: 10px;
  color: #11131b;
  display: inline-block;
}
.calss_room {
  padding-top: 59px;
  box-sizing: border-box;
}
.calss_room .class_list {
  margin-top: 40px;
}
.calss_room .class_list li {
  display: flex;
  justify-content: flex-start;
  height: 200px;
  background-color: #fff;
  margin-top: 28px;
}
.calss_room .class_list li a{
  display: flex;
  justify-content: flex-start;
}
.calss_room .class_list li:nth-of-type(1) {
  margin-top: 0;
}
.calss_room .class_list li > img {
  width: 30%;
  object-fit: cover;
}
.calss_room .class_list li .calss_content {
  flex: 3.5;
  padding: 30px 40px;
  box-sizing: border-box;
  justify-content: space-between;
}
.calss_room .class_list li .calss_content .content_top p {
  margin-top: 18px;
  color: #a2a4ab;
}
.calss_room .class_list li a {
  height: 40px;
  width: 20%;
  border: 1px solid #11131b;
  border-radius: 5px;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  transition: all 1s;
}
.calss_room .class_list li a img {
  width: 24px;
  display: none;
}
.calss_room .class_list li a span {
  color: #000000;
}
.calss_room .class_list li a:hover {
  background-color: #f8b800;
  border: none;
  justify-content: space-between;
  padding-right: 10px;
}
.calss_room .class_list li a:hover span {
  color: #fff;
}
.calss_room .class_list li a:hover img {
  display: block;
}

#select{
  width: 100%;
  height: 58px;
  background: none;
  color: #fff;
  border-radius: 5px;
  margin-top: 9px;
}

#select option{
  color: #333;
}

.mian_ban { max-width: 1300px !important; margin: 0 auto !important; padding: 0px 10px; }
.mian_box { max-width: 1210px !important; margin: 0 auto !important; padding: 0px 10px; }

.banner_x .item { height: 700px; display: flex; flex-direction: column; justify-content: center; }
.banner_x .item p { color: #fff; font-size: 50px;  margin: 10px 0px; font-weight: bold; }

.supervise { background: #0d0d0d; padding: 50px 0px; text-align: center; }
.supervise .img img { margin: 0 auto; } 
.supervise .item p { color: #fff; margin-top: 20px; line-height: 26px; }

.supervise1 .list { padding: 60px 0px 90px; }
.supervise1 .list ul { display: flex; flex-direction: row; justify-content: space-between; }
.supervise1 .list ul li { width: 48.15%; border: 1px solid #000000; padding: 35px; text-align: center; border-radius: 5px; }
.supervise1 .list ul li .text h3 { font-size: 18px; color: #0d0d0d; margin-top: 20px; }
.supervise1 .list ul li .text strong  { display: block; font-size: 18px; margin-top: 5px; position: relative;color: #0d0d0d; }
.supervise1 .list ul li .text strong:after { content: ''; width: 20%; height:6px; background: #efcd86; margin: 0 auto; margin-top: 25px; border-radius: 5px; display: block; }
.supervise1 .list ul li .text p { font-size: 14px; color: #0d0d0d; margin-top: 20px; line-height: 22px; text-align: left; }

.supervise2 { padding: 50px 0px; background: #f7f8fc; position: relative; overflow: hidden; }
.supervise2 .text { background:#fff; padding: 80px 50px; width: 62%; border-radius: 5px; position: relative; z-index: 9; }
.supervise2 .text h3 { font-size: 30px; color: #0d0d0d; background: url('../images/aicon2.png') no-repeat left center; padding-left: 35px; margin-bottom: 30px; }
.supervise2 .text h3:before { content: '';  }
.supervise2 .text p { font-size: 14px; line-height: 22px; margin-top: 20px; }
.supervise2 .img { width: 48%; position: absolute; right: 0px; top: 0px; height: 100%; }
.supervise2 .img img { width: 100%; height: 100%; object-fit: cover; }

.join { background: #0d0d0d; padding: 20px 0px 100px; display: flex; flex-direction: row;  }
.join .img { width: 47.1%; margin-top: 20px; }
.join .list { width: 35%; margin-left: 2%; } 
.join .list ul li { display: flex; flex-direction: row; border-bottom: 2px dashed #87898f; padding: 20px 0px; }
.join .list ul li .icon { width: 50px; height: 50px; margin-right: 20px; flex: 0 0 auto; }
.join .list ul li .text h3 { font-size: 24px; color: #ffffff;  }
.join .list ul li .text p { font-size: 14px; color: #a2a4ab; margin-top: 12px; line-height: 24px; }


.m_grey { background: #f7f8fc; padding-bottom: 100px; }

.join1 {  background: #fff; max-width: 1100px; margin: 0px auto; margin-top: -90px; padding: 30px 50px;  }
.join1 h3 { background: url('../images/aicon8.png') no-repeat left center; padding: 20px 0px; padding-left: 50px; font-size: 30px; color: #0d0d0d; border-bottom: 1px solid #87898f; }

.join1 dl { border-bottom: 1px solid #87898f; padding-bottom: 25px; }
.join1 dl dt h4 { padding: 25px 0px;  font-size: 24px; color: #f8b800; background: url('../images/aicon9.png') no-repeat right center; cursor: pointer; }
.join1 dl dt.active h4 { background: url('../images/aicon9_m.png') no-repeat right center; }
.join1 dl dt p {  font-size: 17px; color: #0d0d0d; line-height: 32px;  }
.join1 dl dd { font-size: 17px; color: #0d0d0d; line-height: 32px; }
.join1 dl dd p { margin-bottom: 20px; }
.join1 h6 { text-align: center; margin: 60px 0px; }
.join1 h6 i { display: block; }
.join1 h6 i img { margin: 0 auto; }
.join1 h6 strong { display: block; margin-top: 20px; font-size: 24px; color: #0d0d0d; font-weight: normal; }
.join1 h6 strong a { color: #0075ff; text-decoration: none; }
.join1 h6 strong a:hover { text-decoration: underline; }

.hide { display: none; }


@media screen and (max-width:1440px) {

.mian_ban { max-width: 1220px !important; }
.banner_x .item { height: 500px; }

}


/* 响应式 */
@media screen and (max-width:1200px) {

.banner_x .item p { font-size: 22px; margin: 5px 0px; }
.banner_x .item { height: 300px; }

.join { display: block; }
.join .img { width: 100%; margin-top: 0px; }
.join .list { width: 100%; margin-left: 0px; padding: 20px; }
.join .list ul li .text h3 { font-size: 16px; font-weight: bold; }
.join .list ul li { border-top: 1px dashed #87898f; border-bottom: none; }

.join1 { padding: 10px; }
.join1 h3 { font-size: 20px; background-size: 25px auto; padding-left: 35px; }
.join1 dl dt h4 { font-size: 18px; padding: 20px 0px; background-size: 26px auto; }
.join1 dl dt.active h4 {  padding: 20px 0px; background-size: 26px auto; }
.join1 dl dt p { font-size: 14px; line-height: 26px; }
.join1 dl dd { font-size: 14px; line-height: 26px; }
.join1 h6 { margin: 40px 0px; }
.join1 h6 strong { font-size: 18px; line-height: 30px; }

.m_grey { padding-bottom: 0px; }

.supervise1 .list ul { display: block; }
.supervise1 .list ul li { width: 100%; margin: 20px 0px; }
.supervise1 .list { padding: 40px 0px; }

.supervise1 .list ul li { padding: 20px; }
.supervise1 .list ul li .icon img { height: 150px; }

.supervise2 .text { width: 100%; padding: 20px; }
.supervise2 .text h3 { font-size: 20px; background-size: 16px auto; padding-left: 25px; margin-bottom: 15px; }
.supervise1 .list ul li .text strong { font-size: 14px; }


}

.index_top .top_box{
  position: relative;
}
.g-loginMain{
  display: none;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 4px;

}
.g-loginMain .g-login{
  min-width: 54px;
  padding: 0 4px;
  text-align: center;
  border: 1px solid #f8b800;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  transition: all 1s;
    line-height: 20px;
    font-size: 12px;
    color: #f8b800;
    transition: all 1s;
    border-radius: 4px;
    margin-right: 20px;
}
.g-loginMain .register_btn{
  background-color: #f8b800;
  min-width: 54px;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.5s;
}
@media screen and (max-width: 992px){
  .g-loginMain{
    display: flex;
  }
}