.red_text {
  color: red;
}

.index_top {
  display: block;
  max-width: 1920px;
  margin: auto;
}

.index_main_banner {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0px;
  height: 100%;
  width: 100%;
  position: relative;
}

.index_main_banner>div {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.index_main_banner>div video {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  background: #011442;
  max-height: 850px;
}

.index_main_banner>div .h1 {
  position: absolute;
  display: block;
  z-index: 10;
  margin: -1.3rem -3.75rem;
  left: 50%;
  top: 52%;
  width: 7.5rem;
  height: 2.6rem;
  animation: index_main_banner_h1 2.8s;
  animation-fill-mode: forwards;
}

.pcweb_b {
  color: rgb(52, 52, 180) red !important;
  background-image: none !important;
  -webkit-text-fill-color: rgb(52, 52, 180) !important;
}

@keyframes index_main_banner_h1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  /*	60%{
		transform: scale(1.1);
		opacity: 1;
	}*/
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.index_main_banner>div .icon_list {
  position: absolute;
  display: block;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index_main_banner>div .icon_list li {
  width: 1rem;
  position: absolute;
  display: block;
  margin: -0.5rem;
  opacity: 0;
  animation: fadeIn 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.index_main_banner>div .icon_list li img {
  display: block;
  max-width: 100%;
}

.index_main_banner>div .icon_list li>img {
  position: relative;
  z-index: 5;
}

.index_main_banner>div .icon_list li span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index_main_banner>div .icon_list li span i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: banner_icon1 8s linear;
  animation-iteration-count: infinite;
}

.index_main_banner>div .icon_list li span i+i {
  animation: banner_icon2 8s linear;
  animation-iteration-count: infinite;
}

@keyframes banner_icon1 {
  0% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(-720deg);
  }
}

@keyframes banner_icon2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.index_main_banner>div .icon_list li.icon1 {
  top: 49%;
  left: 19.5%;
}

.index_main_banner>div .icon_list li.icon2 {
  top: 31%;
  left: 65%;
}

.index_main_banner>div .icon_list li.icon3 {
  top: 81%;
  left: 26%;
}

.index_main_banner>div .icon_list li.icon4 {
  top: 60%;
  left: 82%;
}

.index_main_banner>div .icon_list li.icon5 {
  top: 74.5%;
  left: 67%;
}

.index_main_banner>div .icon_list li span i {
  background-image: url("../images/index/icon_circle.png");
}

.index_main_banner>div .icon_list li.icon2 span i,
.index_main_banner>div .icon_list li.icon2 div {
  animation-delay: -1s;
}

.index_main_banner>div .icon_list li.icon3 span i,
.index_main_banner>div .icon_list li.icon3 div {
  animation-delay: -2s;
}

.index_main_banner>div .icon_list li.icon4 span i,
.index_main_banner>div .icon_list li.icon4 div {
  animation-delay: -3s;
}

.index_main_banner>div .icon_list li.icon5 span i,
.index_main_banner>div .icon_list li.icon5 div {
  animation-delay: -4s;
}

.index_main_banner>div .icon_list li div {
  display: block;
  animation: index_main_banner_icon 5s;
  animation-iteration-count: infinite;
}

@keyframes index_main_banner_icon {

  0%,
  100% {
    transform: scale(0.7);
    opacity: 0.5;
  }

  20%,
  35% {
    transform: scale(1.2);
    opacity: 1;
  }
}

.index_top .lp_banner {
  display: block;
  padding: 0.2rem;
  text-align: center;
  font-size: 0;
}

.index_top .lp_banner_m {
  display: none;
}

.index_top .lp_banner>p {
  display: block;
  margin: auto;
}

.index_top .lp_banner>p span {
  display: inline-block;
  margin: 0.1rem;
  overflow: hidden;
  border-radius: 0.06rem;
}

.index_top .lp_banner>p span+span {
  animation-delay: 0.2s;
}

.index_top .lp_banner>p span+span+span {
  animation-delay: 0.4s;
}

.index_top .lp_banner>p span a {
  display: block;
  width: 100%;
}

.index_top .lp_banner>p span img {
  display: block;
  width: 100%;
}

.index_content1 {
  display: block;
  background: url("../images/index/content1_bg.jpg") no-repeat center;
  background-size: cover;
  height: 6.45rem;
  position: relative;
  padding: 0 0.2rem;
}

.index_content1 .Orange_icon {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 1;
  width: 50%;
  display: none;
}

.index_content1 .Orange_icon span {
  position: absolute;
  display: block;
  width: 1.8rem;
  animation: Orange_icon 9s;
  animation-iteration-count: infinite;
}

@keyframes Orange_icon {

  0%,
  50%,
  100% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }
}

.index_content1 .Orange_icon span.icon1 {
  right: 5.4rem;
  bottom: 1.18rem;
}

.index_content1 .Orange_icon span.icon2 {
  right: 3.58rem;
  bottom: 0.54rem;
  animation-delay: -3s;
}

.index_content1 .Orange_icon span.icon3 {
  right: 0.82rem;
  bottom: 1.05rem;
  animation-delay: -6s;
}

.index_content1 .Orange_icon span img {
  display: block;
  width: 100%;
}

.index_content1_inside {
  display: block;
  max-width: 1140px;
  margin: auto;
  padding: 0.8rem 0 0 0;
  font-size: 0px;
  position: relative;
  z-index: 5;
}

.index_content1_inside .msg {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
}

.index_content1_inside .msg p {
  display: block;
  color: #9c9c9c;
  font-size: 0.3rem;
  line-height: 0.48rem;
  padding: 0.15rem 0 0 0;
  font-weight: 300;
}

.index_content1_inside .msg p i {
  display: block;
}

.index_content1_inside .right_table {
  display: inline-block;
  width: 52.5%;
  font-size: 18px;
  vertical-align: top;
}

.index_content1_inside .right_table .table_list {
  display: block;
  background: #fff;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  padding: 0;
  position: relative;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}

.index_content1_inside .right_table .table_list:before {
  content: "";
  background: url(../images/index/Tag.png) no-repeat;
  width: 0.9rem;
  height: 0.22rem;
  background-size: 100% 100%;
  top: -0.07rem;
  left: 24.5%;
  position: absolute;
  display: block;
  display: none;
}

.index_content1_inside .right_table .table_list .menu {
  display: block;
  text-align: center;
  font-size: 0px;
  padding: 0.2rem 0;
}

.index_content1_inside .right_table .table_list .menu li {
  display: inline-block;
  font-size: 18px;
  color: #a4a4a4;
  cursor: pointer;
  margin: 0 1%;
  width: 16%;
  height: 0.4rem;
  border-radius: 0.06rem;
  vertical-align: top;
  line-height: 1;
}

.index_content1_inside .right_table .table_list .menu li i {
  display: inline-block;
  height: 0.22rem;
  width: 0.22rem;
  background-color: #a4a4a4;
  vertical-align: middle;
  margin: 0 0.02rem 0 -0.05rem;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}

.index_content1_inside .right_table .table_list .menu li:nth-child(1) i {
  -webkit-mask-image: url("../images/index/index_content1_table_icon1.svg");
}

.index_content1_inside .right_table .table_list .menu li:nth-child(2) i {
  -webkit-mask-image: url("../images/index/index_content1_table_icon2.svg");
}

.index_content1_inside .right_table .table_list .menu li:nth-child(3) i {
  -webkit-mask-image: url("../images/index/index_content1_table_icon3.svg");
}

.index_content1_inside .right_table .table_list .menu li:nth-child(4) i {
  -webkit-mask-image: url("../images/index/index_content1_table_icon4.svg");
}

.index_content1_inside .right_table .table_list .menu li:nth-child(5) i {
  -webkit-mask-image: url("../images/index/index_content1_table_icon5.svg");
}

.index_content1_inside .right_table .table_list .menu li:hover {
  color: #666;
}

.index_content1_inside .right_table .table_list .menu li:hover i {
  background-color: #666;
}

.index_content1_inside .right_table .table_list .menu li:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.index_content1_inside .right_table .table_list .menu li:nth-child(2) {
  width: 21%;
}

.index_content1_inside .right_table .table_list .menu li img {
  height: 0.22rem;
  vertical-align: text-bottom;
}

.index_content1_inside .right_table .table_list .menu li:hover img {
  filter: brightness(0.75);
}

.index_content1_inside .right_table .table_list.page1 .menu li:nth-child(1),
.index_content1_inside .right_table .table_list.page2 .menu li:nth-child(2),
.index_content1_inside .right_table .table_list.page3 .menu li:nth-child(3),
.index_content1_inside .right_table .table_list.page4 .menu li:nth-child(4),
.index_content1_inside .right_table .table_list.page5 .menu li:nth-child(5) {
  color: #fff;
  background: url("../images/text_bg1.png");
  background-size: 100% 100%;
}

.index_content1_inside .right_table .table_list.page1 .menu li:nth-child(1) img,
.index_content1_inside .right_table .table_list.page2 .menu li:nth-child(2) img,
.index_content1_inside .right_table .table_list.page3 .menu li:nth-child(3) img,
.index_content1_inside .right_table .table_list.page4 .menu li:nth-child(4) img,
.index_content1_inside .right_table .table_list.page5 .menu li:nth-child(5) img {
  filter: brightness(2);
}

.index_content1_inside .right_table .table_list.page1 .menu li:nth-child(1) i,
.index_content1_inside .right_table .table_list.page2 .menu li:nth-child(2) i,
.index_content1_inside .right_table .table_list.page3 .menu li:nth-child(3) i,
.index_content1_inside .right_table .table_list.page4 .menu li:nth-child(4) i,
.index_content1_inside .right_table .table_list.page5 .menu li:nth-child(5) i {
  background-color: #fff;
}

.index_content1_inside .right_table .sub_menu {
  display: block;
  background: #f8f8f8;
  height: 0.5rem;
  box-shadow: inset 0 0 0.15rem rgba(0, 0, 0, 0.1);
  font-size: 0px;
}

.index_content1_inside .right_table .sub_menu p {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-style: italic;
  line-height: 0.5rem;
  width: 21%;
  text-align: center;
  box-sizing: border-box;
}

.index_content1_inside .right_table .sub_menu p:nth-child(1) {
  width: 37%;
  text-align: left;
  padding-left: 0.35rem;
}

.index_content1_inside .right_table .table_page {
  display: block;
}

.index_content1_inside .right_table .table_page li {
  display: block;
  animation: fadeIn 0.75s;
  animation-fill-mode: forwards;
  padding-bottom: 0.1rem;
}

.index_content1_inside .right_table .table_page li>div {
  display: block;
  height: 0.6rem;
  padding: 0.15rem 0;
  position: relative;
  box-sizing: border-box;
}

.index_content1_inside .right_table .table_page li>div:before {
  content: "";
  display: block;
  position: absolute;
  background: #f5f5f5;
  width: 96%;
  left: 2%;
  top: 0;
  height: 1px;
}

.index_content1_inside .right_table .table_page li>div p {
  display: inline-block;
  line-height: 0.3rem;
  width: 20%;
  text-align: center;
  box-sizing: border-box;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(1) {
  width: 36%;
  text-align: left;
  padding-left: 0.35rem;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(2) {
  padding: 0 0.1rem;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(2) span {
  display: block;
  background: #b5b5b5;
  color: #fff;
  border-radius: 0.05rem;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(2) span.red {
  background: #f72c4d;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(2) span.green {
  background: #27c87a;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(3) {
  color: #f72c4d;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(4) {
  padding: 0 0.2rem;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(4) a {
  display: block;
  box-sizing: border-box;
  color: #f85800;
  border: 1px solid #f85800;
  border-radius: 0.5rem;
  background: #fff;
  transition-duration: 0.2s;
}

.index_content1_inside .right_table .table_page li>div p:nth-child(4) a:hover {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4e02', GradientType=1);
}

.index_content1_inside .right_table a.more_btn {
  display: block;
  width: 2.5rem;
  height: 0.4rem;
  margin: auto;
  background-image: url(../images/o_btn_bg.png);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: right;
  text-align: center;
  color: #fff;
  line-height: 0.4rem;
  font-size: 18px;
  border-radius: 0.4rem;
}

.index_content1_inside .right_table a.more_btn:hover {
  background-position: left;
}

.index_content2 {
  display: block;
  background: url("../images/index/content2_bg.png") repeat-x;
  background-size: auto 100%;
  height: 6.6rem;
  position: relative;
}

.index_content2_right {
  width: 50%;
  margin-left: 50%;
  display: block;
  padding: 0.85rem 0 0 0.1rem;
  position: relative;
  z-index: 8;
  box-sizing: border-box;
  animation-name: fadeInRight;
}

.index_content2_right p {
  display: block;
  color: #9c9c9c;
  font-size: 0.3rem;
  padding: 0 0 0 0.4rem;
  line-height: 1.7;
  margin: 0.15rem 0 0 0;
  padding: 0;
}

.index_content2_right p b {
  display: block;
  font-weight: 300;
  color: #9c9c9c;
  position: relative;
  transition-duration: 0.5s;
}

.index_content2_right p b img {
  height: 0.38rem;
  vertical-align: sub;
  margin-right: 0.15rem;
}

.index_content2_right p b.select {
  color: #f85800;
}

.index_content2_right p b:before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background: #f85800;
  border-radius: 100%;
  position: absolute;
  display: block;
  margin: -0.07rem;
  top: 50%;
  left: -0.25rem;
  display: none;
}

.index_content2_right p b i {
  display: inline-block;
  height: 0.4rem;
  width: 0.4rem;
  background: #9c9c9c;
  vertical-align: middle;
  transform: translate(0, -0.02rem);
  margin: 0 0.2rem 0 0;
  transition-duration: 0.5s;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}

.index_content2_right p b:nth-child(1) i {
  -webkit-mask-image: url("../images/index/content2_right_icon1.svg");
}

.index_content2_right p b:nth-child(2) i {
  -webkit-mask-image: url("../images/index/content2_right_icon2.svg");
}

.index_content2_right p b:nth-child(3) i {
  -webkit-mask-image: url("../images/index/content2_right_icon3.svg");
}

.index_content2_right p b.select i {
  background: #f85800;
}

.index_content2_right p b svg {
  display: inline-block;
  height: 0.4rem;
  width: 0.4rem;
  fill: #9c9c9c;
  vertical-align: middle;
  transform: translate(0, -0.02rem);
  margin: 0 0.2rem 0 0;
  transition-duration: 0.5s;
}

.index_content2_right p b.select svg {
  fill: #f85800;
}

.index_content2_right p .main_btn {
  display: none;
}

.index_content2_right .pic_btn {
  display: inline-block;
  background: #f2f2f2;
  margin: 0.35rem 0 0 0;
  padding: 0.2rem;
  font-size: 0px;
  border-radius: 0.1rem;
}

.index_content2_right .pic_btn a {
  display: inline-block;
  width: 1.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.index_content2_right .pic_btn i {
  display: inline-block;
  width: 1px;
  height: 2.05rem;
  background: #e3e3e3;
  margin: 0 0.2rem;
}

.index_content2_right .content2_mobile_pic {
  display: none;
}

.index_content2_left {
  width: 50%;
  right: 50%;
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

.index_content2_left p {
  display: block;
  position: absolute;
}

.index_content2_left p img {
  display: block;
  width: 100%;
}

.index_content2_left p span {
  position: absolute;
  display: block;
}

.index_content2_left p.computer {
  bottom: 0;
  animation-delay: 0.2s;
  right: 10%;
  width: 100%;
  max-width: 890px;
}

.index_content2_left p.computer span {
  width: 76.6%;
  top: 5%;
  left: 11.7%;
}

.index_content2_left p.phone {
  bottom: 0;
  z-index: 5;
  right: -8%;
}

.index_content2_left p.phone>img {
  position: relative;
  z-index: 2;
}

.index_content2_left p.phone span {
  width: 56.6%;
  top: 2%;
  left: 3%;
  overflow: hidden;
  border-radius: 0.2rem;
}

.index_content3 {
  display: block;
  padding: 0.8rem 0.1rem;
  background: #fff;
}

.index_content3 ul {
  display: block;
  margin: auto;
  max-width: 1120px;
  font-size: 0px;
}

.index_content3 ul li {
  display: inline-block;
  width: 25%;
  font-size: 0.24rem;
  color: #222222;
  text-align: center;
}

.index_content3 ul li span {
  display: inline-block;
}

.index_content3 ul li p {
  display: block;
  font-size: 0px;
  font-weight: bold;
  padding: 0 0 0.1rem 0;
}

.index_content3 ul li p>b,
.index_content3 ul li p span {
  font-size: 0.52rem;
  display: inline-block;
  vertical-align: top;
  line-height: 0.7rem;
  height: 0.7rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAABkCAIAAADBpW1NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MzBGMzdFQkQ3Nzc4MTFFQzg2NjhEMEQwNTVCRjMyMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjA0QzZBOUQ3ODM1MTFFQzk0RTdDMTlDQ0ZDNjMzRTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjA0QzZBOUM3ODM1MTFFQzk0RTdDMTlDQ0ZDNjMzRTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTMzZmFkY2QtNGU4My0zOTRlLWIzMzItMjRhNjI5NzgxNTZkIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjMwRjM3RUJENzc3ODExRUM4NjY4RDBEMDU1QkYzMjAwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uwf8EwAAAGJJREFUeNpi/D+TmQEJsDD8R+YyMDGgAnR5IP8/KeoJm/ePgbrmkeY+St2LKY8qQLl91HUf9e0jpP4fSfoptZ9S9xBST+v4otS/lIffvwFOL0PLfbSOXyqUhxSah+p+gAADAGkMSJrYpcueAAAAAElFTkSuQmCC");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index_content3 ul li p>b {
  animation-delay: 0.75s;
}

.index_content3 ul li p>span {
  width: 0.34rem;
  -webkit-mask-image: url("../images/index/num_mask.png");
  -webkit-mask-size: 100% 100%;
}

.index_content3 ul li p>span>span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 7.7rem;
  animation: index_content3_num 0.2s linear;
  animation-iteration-count: 10;
}

.index_content3 ul li p>span:nth-child(2)>span {
  animation-delay: -0.12s;
}

.index_content3 ul li p>span:nth-child(3)>span {
  animation-delay: -0.05s;
}

.index_content3 ul li p>span:nth-child(4)>span {
  animation-delay: -0.1s;
}

@keyframes index_content3_num {
  0% {
    bottom: -7rem;
  }

  100% {
    bottom: 0;
  }
}

.index_content3 ul li p>span>span span {
  display: block;
  line-height: 0.7rem;
  font-size: 0.52rem;
}

.index_content3 ul li p>span.text1>span {
  bottom: -6.3rem;
}

.index_content3 ul li p>span.text2>span {
  bottom: -1.4rem;
}

.index_content3 ul li p>span.text5>span {
  bottom: -5.6rem;
}

.index_content3 ul li p>span.text8>span {
  bottom: 0;
}

.index_content3 ul li p>span.text9>span {
  bottom: -3.5rem;
}

.index_content4 {
  display: block;
  background: url("../images/index/content4_bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 6.45rem;
  text-align: center;
  padding: 0.8rem 0;
  box-sizing: border-box;
}

.index_content4_list {
  display: block;
  text-align: center;
  font-size: 0px;
  padding: 0.05rem 0 0 0;
}

.index_content4_list li {
  font-size: 18px;
  color: #888;
  width: 2.45rem;
  display: inline-block;
  background: #fff;
  margin: 0.25rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.index_content4_list li:nth-child(2) {
  animation-delay: 0.15s;
}

.index_content4_list li:nth-child(3) {
  animation-delay: 0.3s;
}

.index_content4_list li:nth-child(4) {
  animation-delay: 0.45s;
}

.index_content4_list li img {
  display: block;
  width: 100%;
}

.index_content4_list li h4 {
  display: block;
  font-size: 0.26rem;
  color: #eb5300;
  padding: 0.15rem 0 0.1rem 0;
}

.index_content5 {
  display: block;
  padding: 0.95rem 0;
  background: #fff;
  text-align: center;
  font-size: 0px;
}

.index_content5 .index_content5_list {
  display: inline-block;
  max-width: 550px;
  width: 48%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.12);
  font-size: 18px;
  padding: 0.25rem 0.3rem 0.1rem 0.3rem;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  border-radius: 0.1rem;
}

.index_content5 .index_content5_list+.index_content5_list {
  margin-left: 2%;
}

.index_content5 .index_content5_list h2 {
  display: block;
  color: #222222;
}

.index_content5 .index_content5_list h2:after {
  content: "";
  background: url("../images/title2_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.06rem;
  display: inline-block;
  margin-left: 0.15rem;
  vertical-align: middle;
}

.index_content5 .index_content5_list h2 b {
  color: #f85800;
}

.index_content5 .index_content5_list .more_btn {
  float: right;
  display: block;
  width: 0.75rem;
  height: 0.3rem;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.3rem;
  color: #7e7e7e;
  font-size: 16px;
  margin: 0.05rem 0 0 0;
  border-radius: 0.3rem;
}

.index_content5 .index_content5_list .more_btn:hover {
  color: #eb5300;
  border-color: #eb5300;
}

.index_content5 .index_content5_list ul {
  display: block;
  margin: 0.1rem 0;
  height: 3rem;
  overflow: auto;
}

.index_content5 .index_content5_list ul li {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
  padding: 0 1.2rem 0 0;
}

.index_content5 .index_content5_list ul li:hover {
  opacity: 0.8;
}

.index_content5 .index_content5_list ul li:last-child {
  border: none;
}

.index_content5 .index_content5_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 5;
}

.index_content5 .index_content5_list ul li span {
  position: absolute;
  height: 100%;
  right: 0.05rem;
  top: 0;
  z-index: 1;
  color: #888888;
  font-size: 16px;
}

.index_content5 .index_content5_list ul li span:after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  transform: rotate(-45deg);
  display: inline-block;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
  margin: -0.04rem 0 0 0.1rem;
  vertical-align: middle;
}

.index_content5 .index_content5_list ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_content5 .index_content5_list ul li p i {
  font-style: normal;
  color: #a6a6a6;
  padding-right: 0.05rem;
}

.content_page_banner {
  display: block;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.content_page_banner .bg {
  display: block;
  margin: 0 -100%;
}

.content_page_banner .bg img {
  display: block;
  height: 100%;
  margin: auto;
}

.content_page_banner .bg img+img {
  display: none;
}

.content_page_banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 5;
  color: #fff;
  text-align: center;
  font-size: 0px;
}

.content_page_banner .text:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.content_page_banner .text strong {
  display: block;
  font-size: 0.48rem;
  padding: 0.15rem 0;
}

.content_page_banner .text span {
  display: block;
  padding: 0.1rem 0;
}

.content_page_banner .text span i {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.2rem;
  vertical-align: middle;
  border-radius: 100%;
  background: #194e95;
}

.content_page_banner .text p {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
  font-size: 0.3rem;
}

/*========================================== waihui ========================================*/
.waihui_content1,
.trading_content1 {
  display: block;
  background: center no-repeat;
  min-height: 4.5rem;
  background-size: cover;
  position: relative;
}

.waihui_content1 {
  background-image: url("../images/waihui/content1_bg.jpg");
}

.product_content1 {
  background-image: url("../images/trading/products_content1_bg.jpg");
}

.digital_content1 {
  background-image: url("../images/trading/digital_content1_bg.jpg");
}

.stock_content1 {
  background-image: url("../images/trading/stock_content1_bg.jpg");
}

.stock2_content1 {
  background-image: url("../images/trading/stock2_content1_bg.jpg");
}

.content_inside {
  display: block;
  margin: auto;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.waihui_content1_text,
.trading_content1_text {
  display: block;
  max-width: 530px;
  font-size: 0.24rem;
  color: #9c9c9c;
  text-align: justify;
  line-height: 1.5;
  padding: 1.45rem 0 0.5rem 0;
}

.waihui_content1_text p,
.trading_content1_text p {
  display: block;
  padding: 0.2rem 0 0.25rem 0;
}

.waihui_price_list,
.trading_price_list {
  display: block;
  position: absolute;
  bottom: -1rem;
  width: 100%;
  text-align: center;
  font-size: 0px;
}

.waihui_price_list .mask,
.trading_price_list .mask {
  display: inline-block;
  width: 10.8rem;
  overflow: hidden;
  height: 2rem;
  transform-origin: 50% 40%;
}

.waihui_price_list ul,
.trading_price_list ul {
  display: block;
  width: 999rem;
  transition-duration: 0.5s;
  transform: translate(0, 0);
}

.waihui_price_list ul:after,
.trading_price_list ul:after {
  content: "";
  clear: both;
  display: block;
}

.waihui_price_list ul li,
.trading_price_list ul li {
  display: block;
  float: left;
  background: url("../images/waihui/waihui_price_list_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 2.5rem;
  height: 1.3rem;
  font-size: 18px;
  color: #d7d7d7;
  margin: 0 0.1rem;
  line-height: 1.25;
  box-sizing: border-box;
  padding: 0.12rem 0 0 0;
  position: relative;
}

.waihui_price_list ul li:before,
.trading_price_list ul li:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  left: 0.2rem;
  top: 0.2rem;
  border-radius: 100%;
  position: absolute;
  background: #d7d7d7;
  box-shadow: 0 0 0.06rem #d7d7d7, 0 0 0.06rem #d7d7d7;
}

.waihui_price_list ul li.up:before,
.trading_price_list ul li.up:before {
  background: #f72c4d;
  box-shadow: 0 0 0.06rem #f72c4d, 0 0 0.06rem #f72c4d;
}

.waihui_price_list ul li.down:before,
.trading_price_list ul li.down:before {
  background: #27c87a;
  box-shadow: 0 0 0.06rem #27c87a, 0 0 0.06rem #27c87a;
}

.waihui_price_list ul li.up,
.trading_price_list ul li.up {
  color: #f72c4d;
}

.waihui_price_list ul li.up b:before,
.trading_price_list ul li.up b:before {
  content: "\25B2";
  transform: scale(1, 0.5);
  display: inline-block;
  margin-left: -0.08rem;
}

.waihui_price_list ul li.down,
.trading_price_list ul li.down {
  color: #27c87a;
}

.waihui_price_list ul li.down b:before,
.trading_price_list ul li.down b:before {
  content: "\25BC";
  transform: scale(1, 0.5);
  display: inline-block;
  margin-left: -0.08rem;
}

.waihui_price_list ul li:after,
.trading_price_list ul li:after {
  content: "";
  opacity: 0.15;
  border-radius: 0.1rem;
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  top: 100%;
  left: 0;
  background: -moz-linear-gradient(top,
      rgba(34, 34, 34, 1) 0%,
      rgba(34, 34, 34, 0) 60%);
  background: -webkit-linear-gradient(top,
      rgba(34, 34, 34, 1) 0%,
      rgba(34, 34, 34, 0) 60%);
  background: linear-gradient(to bottom,
      rgba(34, 34, 34, 1) 0%,
      rgba(34, 34, 34, 0) 60%);
}

.waihui_price_list ul li span,
.trading_price_list ul li span {
  display: block;
  color: #c0c0c0;
  padding: 0.05rem;
}

.waihui_price_list ul li strong,
.trading_price_list ul li strong {
  display: block;
  font-size: 0.36rem;
}

.waihui_price_list ul li b,
.trading_price_list ul li b {
  display: block;
  font-size: 0.24rem;
}

.waihui_price_list .left_btn,
.waihui_price_list .right_btn,
.trading_price_list .left_btn,
.trading_price_list .right_btn {
  display: inline-block;
  font-size: 0.4rem;
  vertical-align: top;
  line-height: 1.2rem;
  width: 0.5rem;
  text-align: center;
  cursor: pointer;
  color: #cacaca;
}

.waihui_price_list .left_btn:before,
.trading_price_list .left_btn:before {
  content: "\25C0 \FE0E";
  transform: scale(1, 1.6);
  display: inline-block;
}

.waihui_price_list .right_btn:before,
.trading_price_list .right_btn:before {
  content: "\25B6 \FE0E";
  transform: scale(1, 1.6);
  display: inline-block;
}

.waihui_price_list .more,
.trading_price_list .more {
  color: #fe6a1a;
}

.waihui_content2,
.trading_content2 {
  display: block;
  min-height: 4rem;
  box-sizing: border-box;
  padding: 1.2rem 0 0.5rem 0;
  text-align: center;
  background: rgb(241, 241, 241);
  background: -moz-linear-gradient(top,
      rgba(241, 241, 241, 1) 0%,
      rgba(249, 249, 249, 1) 20%);
  background: -webkit-linear-gradient(top,
      rgba(241, 241, 241, 1) 0%,
      rgba(249, 249, 249, 1) 20%);
  background: linear-gradient(to bottom,
      rgba(241, 241, 241, 1) 0%,
      rgba(249, 249, 249, 1) 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#f9f9f9', GradientType=0);
}

.waihui_content2_list,
.trading_content2_list {
  display: block;
  padding: 0.4rem 0;
  font-size: 0px;
}

.waihui_content2_list li,
.trading_content2_list li {
  width: 2.7rem;
  height: 2.7rem;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  margin: 0.1rem;
  color: #888888;
  box-sizing: border-box;
  padding: 0.35rem 0 0 0;
  transition-duration: 0.5s;
}

.waihui_content2_list li.selected,
.trading_content2_list li.selected {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  transform: translate(0, -0.1rem);
}

.waihui_content2_list li span,
.trading_content2_list li span {
  display: block;
  width: 0.72rem;
  margin: 0.15rem auto;
}

.waihui_content2_list li span img,
.trading_content2_list li span img {
  display: block;
  max-width: 100%;
}

.waihui_content2_list li span svg,
.trading_content2_list li span svg {
  display: block;
  margin: auto;
  max-width: 100%;
}

.waihui_content2_list li strong,
.trading_content2_list li strong {
  display: block;
  font-size: 0.26rem;
  color: #000;
  padding: 0.15rem 0;
}

.phone_bottom {
  display: block;
  background: #fff;
}

.phone_bottom_content {
  display: block;
  max-width: 1200px;
  position: relative;
  margin: auto;
  height: 4.8rem;
  text-align: right;
  font-size: 0px;
}

.phone_bottom_content:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.phone_bottom_content .title1 {
  line-height: 1.2;
}

.phone_bottom .right_text {
  display: inline-block;
  width: 46%;
  text-align: left;
  font-size: 0.26rem;
  vertical-align: middle;
}

.phone_bottom .right_text ul {
  display: block;
  padding: 0.2rem 0 0.4rem 0;
}

.phone_bottom .right_text ul li {
  display: inline-block;
  width: 1.9rem;
  padding: 0.06rem 0;
  color: #9c9c9c;
}

.phone_bottom .right_text ul li span {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  background: #f6f6f6;
  border-radius: 0.1rem;
  box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.phone_bottom .right_text ul li span img {
  position: absolute;
  display: block;
  width: 0.4rem;
  max-width: none;
  bottom: 0;
  animation-name: tick_icon;
  animation-duration: 0.4s;
  transform-origin: 30% 90%;
  animation-delay: 0.3s;
}

.phone_bottom .right_text ul li:nth-child(2) span img {
  animation-delay: 0.45s;
}

.phone_bottom .right_text ul li:nth-child(3) span img {
  animation-delay: 0.6s;
}

.phone_bottom .right_text ul li:nth-child(4) span img {
  animation-delay: 0.75s;
}

@keyframes tick_icon {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.phone_bottom .left_phone {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  max-width: 580px;
  width: 50%;
}

.phone_bottom .left_phone img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.phone_bottom .left_phone span {
  display: block;
  animation: phone_bottom_left_bg 8s;
  animation-iteration-count: infinite;
}

@keyframes phone_bottom_left_bg {

  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.1);
  }
}

.phone_bottom .left_phone p {
  position: absolute;
  bottom: 0;
  width: 55.2%;
  left: 22.4%;
  overflow: hidden;
}

.account_type_content1 {
  display: block;
  padding: 0.85rem 0 0.8rem 0;
  background: #fff;
  text-align: center;
  font-size: 0px;
}

.account_type_content1 .account_type_cat {
  display: inline-block;
  width: 3.7rem;
  height: 2.8rem;
  vertical-align: top;
  margin: 0.1rem;
  font-size: 18px;
  position: relative;
  border-radius: 0.12rem;
  transition-duration: 0.3s;
}

.account_type_content1 .account_type_cat:hover {
  transform: translate(0, -0.2rem);
  box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

.account_type_content1 .account_type_cat.cat1 {
  background: rgb(254, 229, 99);
  background: -moz-linear-gradient(left,
      rgba(254, 229, 99, 1) 0%,
      rgba(254, 180, 61, 1) 25%);
  background: -webkit-linear-gradient(left,
      rgba(254, 229, 99, 1) 0%,
      rgba(254, 180, 61, 1) 25%);
  background: linear-gradient(to right,
      rgba(254, 229, 99, 1) 0%,
      rgba(254, 180, 61, 1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee563', endColorstr='#feb43d', GradientType=1);
}

.account_type_content1 .account_type_cat.cat2 {
  background: rgb(253, 145, 14);
  background: -moz-linear-gradient(left,
      rgba(253, 145, 14, 1) 0%,
      rgba(238, 79, 2, 1) 25%);
  background: -webkit-linear-gradient(left,
      rgba(253, 145, 14, 1) 0%,
      rgba(238, 79, 2, 1) 25%);
  background: linear-gradient(to right,
      rgba(253, 145, 14, 1) 0%,
      rgba(238, 79, 2, 1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4f02', GradientType=1);
}

.account_type_content1 .account_type_cat.cat3 {
  background: rgb(254, 179, 60);
  background: -moz-linear-gradient(left,
      rgba(254, 179, 60, 1) 0%,
      rgba(254, 127, 28, 1) 25%);
  background: -webkit-linear-gradient(left,
      rgba(254, 179, 60, 1) 0%,
      rgba(254, 127, 28, 1) 25%);
  background: linear-gradient(to right,
      rgba(254, 179, 60, 1) 0%,
      rgba(254, 127, 28, 1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb33c', endColorstr='#fe7f1c', GradientType=1);
}

.account_type_content1 .account_type_cat.cat4 {
  background: #383838
    /* background: -moz-linear-gradient(left,
      rgba(254, 179, 60, 1) 0%,
      rgba(254, 127, 28, 1) 25%);
  background: -webkit-linear-gradient(left,
      rgba(254, 179, 60, 1) 0%,
      rgba(254, 127, 28, 1) 25%);
  background: linear-gradient(to right,
      rgba(254, 179, 60, 1) 0%,
      rgba(254, 127, 28, 1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb33c', endColorstr='#fe7f1c', GradientType=1); */
}

.account_type_content1 .account_type_cat:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-size: cover;
  transition-duration: 0.5s;
}

.account_type_content1 .account_type_cat:hover:before {
  top: -0.2rem;
}

.account_type_content1 .account_type_cat.cat1:before {
  background-image: url("../images/trading/account_type_cat_icon1.png");
}

.account_type_content1 .account_type_cat.cat2:before {
  background-image: url("../images/trading/account_type_cat_icon2.png");
}

.account_type_content1 .account_type_cat.cat3:before {
  background-image: url("../images/trading/account_type_cat_icon3.png");
}

.account_type_content1 .account_type_cat.cat4:before {
  background-image: url("../images/trading/account_type_cat_icon4.png");
  background-size: .52rem .52rem;
  background-repeat: no-repeat;
  background-position: left center;
}

.account_type_content1 .account_type_cat .bg {
  display: block;
  position: absolute;
  z-index: 2;
  width: 101%;
  height: 101%;
  left: -0.5%;
  top: -0.5%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXIAAAEYBAMAAACzZWAGAAAALVBMVEUAAAD7+/v8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz19fX39/f4+Pj5+fn6+vr7+/tuVKUbAAAACXRSTlMAfxDfR9XFczIiWshFAAAGdUlEQVR42tTawU3DUBBFUdMISimUQA1UQAm0cdOBUwIpISkBVmGb1ICERSwTPG/Gi7zvqcA6upo/oHSX01On5/EyzGc0H8e5Oezn5n03Oz3hdJeXTs/DJfPlx9nZz85ufrbRQHfaFMjPy8nrX44w/0qRO2KJyeme8+TLY1ny5Vtl/logP98zc/pggO4tQ27IvO+V+SZB3mLmZCo3xKIzJ1O5IRadOQlyTyw9YjLkjp2IypwEeZuZUyA/3zMWmTmavNHMkeSeWHTmSHLPTtSZo8hNsSDJ0eSWOzFhLshdmaM2Cwhy005MrBZi8oYzR5AbYklmjiK3/FGRyRxBPsbSWuYIcs+dmMmciLzpzBHkhp2YzJyAvO3MEeSeB5QEOYLcsROT5oLcEQskNgsIcsuduCUzc+TNZ44gN+zEZOYE5IZYCpkTkBtiKWROQO7ZidnMEeRDLC1mTkBuyZxs5vxLvobMCcgNsRQyJyA3xFLIHEFueEDJkROQO3ZiwVyQGzLPbRYQ5IYfKZCcG/K1ZE5AboilkDkBuWEnFjJHkZ9bzZyA3HAnFjLnD/l6MueG3LgTqWTOlHxFmTMltz+gpMkJyA3/aCmaj+T+B5TsZoEpuf1O7AvmI/m6MmdCbr8TC5kTkC/O/HCPzLmS22MpZs5Ibt6JFDNnJG/gAa1kzkjewJ1YyZxf8tVlzpW8gTuxlDkDuT2WeuYM5P5YAKiQM5Dbd+K2bj6Q23ciABQ2C/yQ2zP/ptaObSuIgRiIjhtx3+MOfi3uRTU4cy5uwNWVsHggCeE+99EifJ0nmQvfC7AEzOXr9LEkzOV7A5aAuZzTz0QD5nIeZS5z5nMsCXN5lbkswBIxlwWZGDGXBVhU9fLk0s/En/DmW5h7lyxKPxOzaJFXmUsdS8hcztnw0HLPXOpYQuZyVuzEe+byKnM5K3biPXNJmM+xzJnLjgL1+uSy4qEluvmKAvU6WZQVOzGIFnmVuazYiQFzqf+4FTKXDQWaMJcNOzFhLht2YsJcFuzEiLm8ylwWFGjEXDpY5sxlQYGanFwW7MTw5guYJ8midH/cyqNFXmUu/QLNmEt9J4bMpV6gIXOp78SQubzKXFqZ6JC5vMpc2gVqeHJpPbTMb94uULNkUbo7MY8WeZW5dHdizlymzH9LzKWDZc5cKpnonLn8Y3mMuXR3Ys5cXmUunZ04Zy5DLDXmUi1Q85NLayfOb17dicbJolR34sf841Xm0inQOXMZYSkyl06BzplLZyfOmcurzP+qtaPrhmEYhqLYf4M3S0foDN2ln/3giWtbIkBlAojnRkRio8yLW+vM0anMkQFLC3O0gCXKHOUWKEsjR6meuD7zHHNWbhaQ+U7cdrWgU5mjDiwO5sj7o2KBeU3+cyZzlOmJ68zRqcxRpieuM0cvmX+lmaPUAmVx5Mh4J14njSe/y3zxZgFlemJNmk/uYo4asFiYo3cjzzNHDVgszFGkJ1bm8eQ+5ijREyvzfHIfc9SAxcIcvRn5BOYoskBZHzkK9MQaNZ78NvP1mwVkwnIZdXTy7cxRAxYLc2RfoJV5PrmVObL3xMo8ntzLHDmwXDMfnbyBOfIvUPacQ4478ZJHPvlt5uz5usrcE2vWeHI3c2TAcsnclPx7DnPUgMXCHFl7YmWeT25njqw9sTKPJ/czRw1YLMzRk5FPYo7MC5Rtx5CxJ9aw+eT3mbPt2ypjT6xh48kTzFEDFgtzdH/ks5ijBiwW5sjWEyvzfPIIc2S7WSrz0cn7mCPrAmXjKeRaoDVtPPkT5lvftDT1xJo2nzzEHDViuWY+OjkAAA3M0TKWEHPk+aOlMo8njzFHlp5YmeeTx5ijNizXzE3JvwYyR74Fyt5DyNETa9x48kfMd78NZeiJNW4+eZA5WsISZI5ujHwkc7SEJcgcWXpiA3N0KnNk6YkNzNGpzNEClihz9O/IhzJHpgXK9jOouyfWvPHkz5g3vCXSfLPUvKOTUz/72WgBS5Q5sixQGtjoVObI0hNpYKNTmaMFLEvMJyb3MEeOBUrHEdT5R0sNnE/+jDktT3I7e2INHE8+gDl6hyXP/Cr592jm6BWWAcxRf0+kR41OZY76eyI9anQqc/QGywTm6OPIhzNH7QuUphNob0+cMPNtzOl6wtXdE/8Sx5MPYY6eY5nBHH0Y+Xjm6DGWIcxRc0+kDY1OZY56b5Yr5oOSW5mj5gVK2wF+AQHfrShW78+WAAAAAElFTkSuQmCC");
}

.account_type_content1 .account_type_cat .cover {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 5;
  text-align: center;
  color: #000;
  padding-bottom: 0.2rem;
  cursor: pointer;
}

.account_type_content1 .account_type_cat .cover h2 {
  font-size: 0.36rem;
}

.account_type_content1 .account_type_cat.cat2 .cover h2 {
  color: #f85800;
}

.account_type_content1 .account_type_cat .cover p {
  display: block;
  opacity: 0.4;
  line-height: 0.25rem;
  min-height: 0.5rem;
  margin: 0.18rem auto 0.2rem auto;
}

.account_type_content1 .account_type_cat .cover b {
  font-size: 0.22rem;
  font-style: italic;
  display: block;
  font-weight: normal;
}

.account_type_content1 .account_type_cat.cat2 .cover b {
  color: #f85800;
}

.account_type_content1 .account_type_cat .cover:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
  margin: 0.18rem auto 0.1rem auto;
  transform: rotate(45deg);
  box-sizing: border-box;
  animation: account_type_content_arrow 1.5s;
  animation-iteration-count: infinite;
}

@keyframes account_type_content_arrow {

  0%,
  30%,
  60%,
  100% {
    transform: translate(0, -0.05rem) rotate(45deg);
  }

  15%,
  45% {
    transform: translate(0, 0.05rem) rotate(45deg);
  }
}

.account_type_content1 .account_type_cat.cat2 .cover:after {
  border-color: #f85800;
}

.account_type_content2 {
  display: block;
  padding: 0.8rem 0.2rem 1.1rem 0.2rem;
  background: rgb(241, 241, 241);
  background: -moz-linear-gradient(top,
      rgba(241, 241, 241, 1) 0%,
      rgba(249, 249, 249, 1) 20%);
  background: -webkit-linear-gradient(top,
      rgba(241, 241, 241, 1) 0%,
      rgba(249, 249, 249, 1) 20%);
  background: linear-gradient(to bottom,
      rgba(241, 241, 241, 1) 0%,
      rgba(249, 249, 249, 1) 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#f9f9f9', GradientType=0);
}

.account_type_table {
  margin: auto;
  font-size: 18px;
  text-align: center;
  max-width: 1140px;
  width: 100%;
  border-spacing: 0;
  animation-name: account_type_table;
  /*     border-collapse:collapse; */
}

@keyframes account_type_table {
  0% {
    transform: translate(0, 40%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.account_type_table tr th {
  width: 20%;
  padding: 0.2rem 0;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}

.account_type_table tr.mobile {
  display: none;
}

.account_type_table tr th img {
  height: 0.3rem;
  vertical-align: middle;
  margin: -0.05rem 0.1rem 0 -0.25rem;
}

.account_type_table tr th:nth-child(1) {
  width: 22%;
}

.account_type_table tr:nth-child(1) {
  /*	background: rgb(253,145,14);
	background: -moz-linear-gradient(left,  rgba(253,145,14,1) 0%, rgba(238,78,2,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(253,145,14,1) 0%,rgba(238,78,2,1) 100%);
	background: linear-gradient(to right,  rgba(253,145,14,1) 0%,rgba(238,78,2,1) 100%);*/

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3oAAAABCAIAAAAHPEuwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRjM4NEE2MzhBNEMxMUVDOTM1N0RDMDE1QTAyMDQwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRjM4NEE2NDhBNEMxMUVDOTM1N0RDMDE1QTAyMDQwRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNGMzg0QTYxOEE0QzExRUM5MzU3REMwMTVBMDIwNDBEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNGMzg0QTYyOEE0QzExRUM5MzU3REMwMTVBMDIwNDBEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Dc/hzAAAAQ5JREFUeNq0VlsSwyAIlAv07L1wh9ZAElHATWP8II6i8tiF0Of9KjKoMDP9PtvgUueOZC5UVWWlHjulHcGyM0Cd9JEq1bRdDoe2OYurqmS0PHlchNgWa8pmd2Umkej5ByIvRn+bqHi5UJuvxxmMCYaBxgogawdKiTape7IexBnHHp6RK/7u/FJ8kuNFxLUkAfdsm2kmGGikYA/Ap4/SBV6IbW4aDZKnF4cYALmW5i5EfBbhnr2L6608HEbOeDrl2hESp+Jcz+8NPgqznB5nudZKpxe0zjzPtRHPs94RVm4MpUviHPa1HM/wu+v7OFbT9PEpBP75tznr5LDRGWf6nbLK8I4n1edRlHqadeMrwAApjnlPni7LyAAAAABJRU5ErkJggg==");
  background-size: 78% auto;
  background-repeat: repeat-y;
  background-position: right;
}

@supports (-ms-ime-align: auto) {
  .account_type_table tr:nth-child(1) {
    background: none;
  }

  .account_type_table tr:nth-child(1) th+th {
    background: rgb(253, 145, 14);
  }
}

.account_type_table tr td {
  padding: 0.18rem 0.05rem;
  position: relative;
}

.account_type_table tr td+td {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}

.account_type_table tr+tr+tr td:nth-child(1) span:before {
  content: "";
  width: 80%;
  left: 10%;
  height: 1px;
  background: #eee;
  display: block;
  position: absolute;
  top: -1px;
}

.account_type_content2_msg {
  display: block;
  font-size: 18px;
  color: #9c9c9c;
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding: 0.3rem 0 0.6rem 0;
  line-height: 1.5;
}

.account_type_content2_msg a {
  color: #f85800;
}

.account_type_content2_msg li {
  display: block;
  padding-left: 0.15rem;
  position: relative;
}

.account_type_content2_msg li:before {
  content: "*";
  position: absolute;
  left: 0;
  display: block;
}

.account_type_content2 .main_btn2 {
  margin: auto;
  text-align: center;
}

.platform_content1 {
  display: block;
  background: url(../images/platform/content1_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1rem 0.2rem 0.5rem 0.2rem;
  text-align: center;
  font-size: 0px;
}

.platform_content1 .left_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.3rem;
  width: 4.8rem;
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 0.5rem 0.2rem;
  animation-name: fadeInLeft;
}

.platform_content1 .left_text p {
  display: block;
  padding: 0.05rem 0;
}

.platform_content1 .left_text p img {
  display: inline-block;
  width: 0.38rem;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.platform_content1 .left_text .pic_btn {
  display: inline-block;
  background: #f2f2f2;
  margin: 0.35rem 0 0 0;
  padding: 0.2rem;
  font-size: 0px;
  border-radius: 0.1rem;
}

.platform_content1 .left_text .pic_btn a {
  display: inline-block;
  width: 1.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.platform_content1 .left_text .pic_btn i {
  display: inline-block;
  width: 1px;
  height: 2.05rem;
  background: #e3e3e3;
  margin: 0 0.2rem;
}

.platform_content1 .right_pic {
  display: inline-block;
  vertical-align: middle;
  width: 7.2rem;
  position: relative;
}

.platform_content1 .right_pic img {
  display: block;
  max-width: 100%;
}

.platform_content1 .title1 {
  margin-bottom: 0.2rem;
}

.platform_content1 .right_pic .computer {
  display: block;
  width: 100%;
  max-width: 890px;
  margin: 0 0 0 auto;
  position: relative;
}

.platform_content1 .right_pic .computer span {
  width: 76.6%;
  top: 5%;
  left: 11.7%;
  display: block;
  position: absolute;
}

.platform_content1 .right_pic .phone {
  display: block;
  position: absolute;
  width: 2.4rem;
  bottom: 0.2rem;
  left: -0.5rem;
  animation-name: fadeInRight;
  animation-delay: 0.5s;
}

.platform_content2 {
  display: block;
  position: relative;
  padding: 0.7rem 0.2rem 0.4rem 0.2rem;
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(top,
      rgba(238, 238, 238, 1) 0%,
      rgba(249, 249, 249, 1) 15%);
  background: -webkit-linear-gradient(top,
      rgba(238, 238, 238, 1) 0%,
      rgba(249, 249, 249, 1) 15%);
  background: linear-gradient(to bottom,
      rgba(238, 238, 238, 1) 0%,
      rgba(249, 249, 249, 1) 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f9f9f9', GradientType=0);
}

.platform_content2 .title1 {
  text-align: center;
  z-index: 10;
}

.phone_list {
  display: block;
  max-width: 7.8rem;
  margin: auto;
  box-sizing: border-box;
  padding: 3rem 0 0 0;
  position: relative;
  z-index: 10;
}

.phone_list .light {
  position: absolute;
  width: 90%;
  height: 2.5rem;
  left: 5%;
  transform-origin: bottom center;
  background: red;
  z-index: 2;
  bottom: 14.5%;
  animation: phone_list_light 2s;
  animation-iteration-count: infinite;
  transform: perspective(3rem) rotateX(-20deg);
  background: -moz-linear-gradient(top,
      rgba(255, 204, 83, 0) 0%,
      rgba(255, 204, 83, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 204, 83, 0) 0%,
      rgba(255, 204, 83, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 204, 83, 0) 0%,
      rgba(255, 204, 83, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffcc53', endColorstr='#ffcc53', GradientType=0);
}

@keyframes phone_list_light {

  0%,
  15%,
  30%,
  50%,
  65%,
  85%,
  100% {
    opacity: 0.15;
  }

  10%,
  20%,
  60%,
  90% {
    opacity: 0.25;
  }
}

.phone_list .bg {
  display: block;
  width: 100%;
}

.phone_list ul {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.phone_list ul li {
  position: absolute;
  width: 1.5rem;
  margin-left: -0.75rem;
  display: block;
  opacity: 0.3;
  transition-duration: 0.5s;
}

.phone_list ul li.selected {
  opacity: 1;
}

.phone_list ul li img {
  display: block;
  width: 100%;
}

.phone_list ul li:nth-child(1) {
  left: 14%;
  top: 8%;
}

.phone_list ul li:nth-child(2) {
  left: 38%;
  top: 28%;
}

.phone_list ul li:nth-child(3) {
  left: 62%;
  top: 19%;
}

.phone_list ul li:nth-child(4) {
  left: 86%;
}

.platform_content2_bg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.platform_content2_bg p {
  display: block;
  position: absolute;
  width: 100%;
  height: 28rem;
  background-position: left top;
  background-size: auto 50%;
  animation: platform_content2_bg;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes platform_content2_bg {
  0% {
    top: 0;
  }

  100% {
    top: -14rem;
  }
}

.platform_content2_bg p:nth-child(1) {
  background-image: url(../images/platform/content2_bg1.png);
  animation-duration: 80s;
  opacity: 0.4;
}

.platform_content2_bg p:nth-child(2) {
  background-image: url(../images/platform/content2_bg2.png);
  opacity: 0.1;
  animation-duration: 40s;
}

.platform_content2_bg p:nth-child(3) {
  background-image: url(../images/platform/content2_bg3.png);
  opacity: 0.8;
  animation-duration: 30s;
}

.platform_content3 {
  display: block;
  background-image: url(../images/platform/content3_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.8rem 0.2rem;
}

.platform_content3 .title1 {
  margin: -0.1rem 0 0.15rem 0;
}

.platform_content3 .inside {
  display: block;
  max-width: 1300px;
  margin: auto;
}

.platform_content3 .inside .text {
  display: block;
  float: right;
  width: 45%;
  font-size: 0.3rem;
}

.platform_content3 .inside .pic {
  width: 50%;
  display: block;
}

.platform_content3 .inside .pic img {
  display: block;
  max-width: 100%;
}

.platform_content3 .inside .text p {
  display: block;
  padding: 0.07rem 0 0.07rem 0.55rem;
  position: relative;
  line-height: 0.4rem;
}

.platform_content3 .inside .text p i {
  position: absolute;
  display: block;
  left: 0;
  top: 0.07rem;
  color: #a1b1c6;
  font-size: 0.24rem;
  font-family: arial;
  font-style: normal;
}

.platform_content3 .inside .text p i:after {
  content: "";
  height: 0.4rem;
  width: 1px;
  transform: rotate(35deg);
  display: block;
  position: absolute;
  right: -0.15rem;
  top: 0;
  background: #e7e7e7;
}

.platform_content4 {
  display: block;
  background-image: url(../images/platform/content4_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.8rem 0.2rem 2.2rem 0.2rem;
}

.platform_content4 .title1 {
  text-align: center;
}

.platform_content4 .main_btn2 {
  text-align: center;
}

.platform_content4 .main_btn2 a span {
  position: absolute;
  width: 2rem;
  right: 0;
  left: 0;
  margin: auto;
  top: 0.4rem;
  opacity: 0;
  transition: 0.5s;
}

.platform_content4 .main_btn2 a:last-child:hover span {
  opacity: 1;
}

.platform_content4 .content4_list {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0.8rem auto 0.8rem auto;
  height: 3.5rem;
  position: relative;
  max-width: 1000px;
}

.platform_content4 .content4_list li {
  display: block;
  font-size: 0.24rem;
  width: 2rem;
  margin-left: -1rem;
  position: absolute;
  transform: scale(0.8);
  transition-duration: 0.5s;
}

.platform_content4 .content4_list li.selected {
  transform: scale(1);
}

.platform_content4 .content4_list li:nth-child(1) {
  left: 15%;
}

.platform_content4 .content4_list li:nth-child(2) {
  left: 38%;
  bottom: 0;
}

.platform_content4 .content4_list li:nth-child(3) {
  left: 62%;
  bottom: 0;
}

.platform_content4 .content4_list li:nth-child(4) {
  left: 85%;
}

.platform_content4 .content4_list li p {
  display: block;
  background: url(../images/platform/content4_list_bg.png) no-repeat;
  background-size: 100% 100%;
}

.platform_content4 .content4_list li p img {
  display: block;
  width: 100%;
  transition-duration: 0.5s;
  opacity: 0.5;
}

.platform_content4 .content4_list li.selected p img {
  opacity: 1;
}

.platform_content4 .content4_list li b {
  font-size: 0.24rem;
  color: #f85800;
  transition-duration: 0.5s;
  opacity: 0.5;
}

.platform_content4 .content4_list li.selected b {
  opacity: 1;
}

.calculator_list {
  padding: 1.2rem 0.2rem;
  display: block;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  font-size: 0px;
}

.calculator_list ul {
  display: block;
}

.calculator_list li {
  display: block;
  height: 1.55rem;
  padding: 0 0.65rem;
  box-sizing: border-box;
  border-bottom: 1px solid #fbeae1;
}

.calculator_list li:nth-child(odd) {
  background: #fbfbfb;
}

.calculator_list li:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.calculator_list li>div {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  line-height: 1.5;
  position: relative;
  font-size: 18px;
}

.calculator_list li>div h4 {
  display: block;
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}

.calculator_list li>div .r_btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #fe6a1a;
  color: #fe6a1a;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 0.4rem;
}

.calculator_list li>div .r_btn:hover {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4e02', GradientType=1);
}

.calculator_list li>div p {
  display: block;
  padding: 0 1.8rem 0 0;
}

.calculator {
  display: block;
  padding: 1.5rem 0 1rem 0;
  background: #fff;
}

.calculator_content {
  display: block;
  padding: 1.2rem 0.2rem;
}

.calculator_form {
  display: block;
  background: #fbfbfb;
  max-width: 1160px;
  margin: auto;
  padding: 0.25rem;
  box-sizing: border-box;
}

.calculator_form .input_list {
  display: block;
  max-width: 1140px;
  margin: auto;
  text-align: center;
  font-size: 0px;
  position: relative;
}

.calculator_form .input_list li {
  display: inline-block;
  margin: 1%;
  max-width: 290px;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
}

.calculator_form .input_list li.column3 {
  width: 31.33%;
}

.calculator_form .input_list li.column4 {
  width: 23%;
}

.calculator_form .input_list:after {
  content: "";
  display: block;
  clear: both;
}

.calculator_form .input_list li span {
  display: block;
  padding: 0.1rem 0;
}

.calculator_form .input_list li select,
.calculator_form .input_list li input {
  width: 100%;
  height: 0.6rem;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 0 0.1rem;
  font-size: 18px;
  outline: none;
}

.calculator_form .input_list li select:focus>option:checked {
  background: #eee !important;
}

.calculator_form .input_list li.btn {
  width: 100%;
  display: block;
  max-width: none;
  padding: 0.2rem 0 0.35rem 0;
}

.calculator_form .input_list li.btn button {
  display: block;
  margin: auto;
  color: #fe6a1a;
  background: none;
  width: 2.05rem;
  height: 0.4rem;
  cursor: pointer;
  border-radius: 0.4rem;
  font-size: 18px;
  border: 1px solid #fe6a1a;
}

.calculator_form .input_list li.btn button:hover {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4e02', GradientType=1);
}

.calculator_form .answer {
  display: block;
  text-align: center;
  font-size: 0.36rem;
  color: #9c9c9c;
  padding: 0.4rem 0;
  border-top: 1px solid #e4e4e4;
  margin: auto;
  max-width: 1080px;
}

.calculator_form .answer.short {
  max-width: 910px;
}

.calculator_form .answer input {
  width: 2.95rem;
  height: 0.6rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
  border: 1px solid #e4e4e4;
  background: #fff;
  color: #000;
  font-size: 0.36rem;
}

.popup_msg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 50;
  font-size: 0px;
  text-align: center;
}

.popup_msg:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.popup_msg .msg_box {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  color: #58595b;
  width: 6rem;
  max-width: 400px;
  padding: 0.6rem 0;
  border-radius: 0.1rem;
  line-height: 1.5;
}

.popup_msg .msg_box h4 {
  font-size: 0.25rem;
  color: #222222;
  display: block;
}

.popup_msg .msg_box p {
  display: block;
  padding: 0.1rem 0 0.3rem 0;
  color: #aeaeae;
}

.popup_msg .msg_box .close {
  display: block;
  color: #fff;
  background-image: url(../images/o_btn_bg.png);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: right;
  width: 2.05rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: auto;
  border-radius: 0.4rem;
  cursor: pointer;
  transition-duration: 0.5s;
}

.popup_msg .msg_box .close:hover {
  background-position: left;
}

.announcement {
  display: block;
  padding: 1.2rem 0.2rem 0.8rem 0.2rem;
}

.announcement_menu {
  display: block;
  font-size: 0px;
  max-width: 1140px;
  margin: auto;
}

.announcement_menu_m {
  display: none;
}

.announcement_menu li {
  font-size: 18px;
  display: inline-block;
  padding: 0 0.25rem;
  height: 0.3rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
  color: #adadad;
}

.announcement_menu li:hover {
  color: #000;
}

.announcement_menu li+li {
  border-left: 1px solid #f5f5f5;
}

.announcement_menu li span {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}

.announcement_menu li.selected span {
  font-weight: bold;
  color: #000;
}

.announcement_menu li.selected span:after {
  content: "";
  width: 100%;
  height: 2px;
  top: 120%;
  left: 0;
  position: absolute;
  display: block;
  background: #fe6a1a;
}

.announcement_list {
  display: block;
  max-width: 1140px;
  margin: 0.3rem auto;
}

.announcement_list li {
  display: block;
  border-bottom: 1px dotted #d2d2d2;
  animation: fadeIn 0.5s;
  animation-fill-mode: forwards;
  padding: 0.3rem;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
}

.announcement_list li.news {
  background: #fbfbfb;
}

.announcement_list li.news:before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  z-index: 1;
  display: block;
  position: absolute;
  background: url("../images/about/news_label.png") no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.announcement_list li:after {
  content: "";
  display: block;
  clear: both;
}

.announcement_list li .title {
  display: block;
  font-weight: bold;
  color: #000;
  line-height: 0.3rem;
}

.announcement_list li .title span.label {
  display: inline-block;
  width: 0.9rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-right: 0.15rem;
  font-weight: normal;
  overflow: hidden;
  vertical-align: middle;
}

.announcement_list li .title span.blue {
  background-color: #12c0e5;
}

.announcement_list li .title span.red {
  background-color: #f62e41;
}

.announcement_list li .title span.green {
  background-color: #2ebe83;
}

.announcement_list li .title span.yellow {
  background-color: #cb9625;
}

.announcement_list li .typeof {
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  left: 0.3rem;
  top: 0.3rem;
  color: #fff;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  padding: 0.04rem;
  border-radius: 0.04rem;
  line-height: 0.3rem;
}

.announcement_list li .date {
  position: absolute;
  text-align: right;
  right: 0.3rem;
  top: 0.3rem;
  color: #9c9c9c;
  line-height: 0.3rem;
}

.announcement_list li.news .date {
  right: auto;
  top: auto;
  bottom: 0.3rem;
  left: 0.3rem;
}

.announcement_list li.news .description {
  -webkit-line-clamp: 3;
}

.announcement_list li .description {
  display: block;
  color: #333;
  text-align: justify;
  line-height: 1.4;
  margin: 0.2rem 0 0.05rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.announcement_list li .details {
  display: block;
  float: right;
  color: #fe6a1a;
}

.announcement_list li.news .details {
  width: 1.5rem;
  height: 0.4rem;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fe6a1a;
  line-height: 0.38rem;
  border-radius: 0.4rem;
}

.announcement_list li.news .details:hover {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4e02', GradientType=1);
}

.announcement_list li .details:after {
  content: "\23F5";
}

.announcement_list li.news .details:after {
  display: none;
}

.announcement_list_page {
  display: block;
  text-align: center;
  margin: 50px auto 25px auto;
  font-size: 0px;
}

.announcement_list_page li {
  display: inline-block;
  box-sizing: border-box;
  color: #a6a6a6;
  font-size: 18px;
  line-height: 0.35rem;
  height: 0.35rem;
  vertical-align: top;
  margin: 0 0.03rem;
  cursor: pointer;
  padding: 0 0.1rem;
  text-align: center;
  min-width: 0.35rem;
}

.announcement_list_page li.page {
  display: none;
}

.announcement_list_page li:hover {
  color: #000;
}

.announcement_list_page li.selected {
  color: #fe6a1a;
  cursor: default;
}

.announcement_list_page li.left,
.announcement_list_page li.right {
  background: #f5f5f5;
  width: 0.35rem;
  line-height: 0.35rem;
  padding: 0;
}

/*
.announcement_list_page li.left:before {
	content: "\23F4";
	font-size: 14px;
}
.announcement_list_page li.right:after {
	content: "\23F5";
}
.announcement_list_page li.start:before {
	content: "\23EE";
	content: "\23F4\23F4";
    letter-spacing: -0.15rem;
	padding-right: 0.15rem;
}
.announcement_list_page li.end:after {
	content: "\23F5\23F5";
    letter-spacing: -0.15rem;
	padding-left: 0.05rem;
}
*/
.announcement_list_page li.left:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/about/left1.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.announcement_list_page li.right:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/about/right1.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.announcement_list_page li.start:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.35rem;
  height: 100%;
  background: url("../images/about/left2.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.announcement_list_page li.end:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.35rem;
  height: 100%;
  background: url("../images/about/right2.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.announcement_list_page li:hover:before,
.announcement_list_page li:hover:after {
  opacity: 1;
}

.announcement_details {
  display: block;
  padding: 1.2rem 0.2rem;
}

.announcement_details .announcement_details_content {
  display: block;
  max-width: 1080px;
  margin: auto;
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
  padding-bottom: 0.6rem;
}

.announcement_details .announcement_details_content>h2 {
  display: block;
  text-align: center;
  font-size: 0.3rem;
  line-height: 1.2;
  padding: 0.1rem 0 0.3rem 0;
}

.announcement_details .announcement_details_content .date {
  display: block;
  text-align: right;
  color: #9c9c9c;
}

.announcement_details .announcement_details_content .category {
  display: block;
  text-align: right;
  color: #9c9c9c;
}

.announcement_details .announcement_details_content .category b {
  color: #f85800;
  font-weight: normal;
}

.announcement_details .announcement_details_content .content {
  display: block;
  text-align: justify;
  padding: 0.4rem 0;
}

.announcement_details .announcement_details_content .content img {
  max-width: 100% !important;
}

.announcement_details .announcement_details_content .content table {
  max-width: 100% !important;
}

.announcement_details .back_btn {
  display: block;
  max-width: 1080px;
  margin: auto;
  border-top: 1px solid #f5f5f5;
  padding: 0.3rem 0 0 0;
}

.announcement_details .back_btn a {
  display: block;
  margin: auto;
  width: 1.1rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  border-radius: 0.4rem;
  color: #9c9c9c;
  font-size: 18px;
  text-align: center;
  line-height: 0.38rem;
}

.event_center {
  display: block;
  padding: 1.2rem 0.3rem;
}

.event_center_list {
  display: none;
  max-width: 1160px;
  margin: auto;
  text-align: center;
}

.event_center_list:after {
  content: "";
  clear: both;
  display: block;
}

.event_center_list li {
  display: block;
  float: left;
  box-sizing: border-box;
  font-size: 0px;
  animation: fadeIn 0.5s;
  animation-fill-mode: forwards;
  position: relative;
}

.event_center_list li img {
  display: block;
  width: 100%;
}

.event_center_list li.news {
  width: 100%;
  padding: 0.6rem 0.3rem;
  border-bottom: 1px solid #fbeae1;
}

.event_center_list li.news:before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  z-index: 1;
  display: block;
  position: absolute;
  background: url(../images/about/news_label.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.event_center_list li.news:nth-child(odd) {
  background: #fbfbfb;
}

.event_center_list li.news .pic {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.event_center_list li.news .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 51%;
  box-sizing: border-box;
  padding-left: 5%;
  line-height: 1.25;
  text-align: left;
}

.event_center_list li.news .text h3 {
  font-size: 0.24rem;
  color: #f85800;
  padding-bottom: 0.3rem;
}

.event_center_list li.news .text p {
  display: block;
  padding: 0.05rem 0;
}

.event_center_list li.news .text .more_btn {
  display: block;
  margin: 0.3rem 0 0 0;
  width: 2.05rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-image: url(../images/o_btn_bg.png);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  border-radius: 0.4rem;
  text-align: center;
  color: #fff;
}

.event_center_list li.news .text .more_btn:hover {
  background-position: left;
}

.event_center_list li.news .text .more_btn:after {
  content: "";
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin: -0.05rem;
  position: absolute;
  display: block;
  right: 14%;
  top: 50%;
}

.event_center_list li.news .text .more_btn:hover:after {
  animation: main_btn_hover 0.6s linear;
  animation-iteration-count: infinite;
}

.event_center_list li.expired {
  width: 46.6%;
  margin: 0 1.7% 2% 1.7%;
  max-width: 540px;
  padding-bottom: 0.25rem;
}

.event_center_list li.expired .pic {
  display: block;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.15rem;
  background: #000;
}

.event_center_list li.expired .pic img {
  opacity: 0.5;
  filter: saturate(0);
}

.event_center_list li.expired .text {
  font-size: 18px;
  text-align: left;
  line-height: 1.25;
}

.event_center_list li.expired .text h3 {
  display: none;
}

.event_center_list li.expired .text p {
  display: block;
  padding: 0.05rem 0;
}

.event_center_list li.expired .text .more_btn {
  display: block;
  margin: 0.25rem auto 0 auto;
  width: 2.05rem;
  height: 0.4rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.4rem;
  text-align: center;
  color: #7e7e7e;
  line-height: 0.38rem;
  text-align: center;
}

.event_center_list li.expired:before {
  content: "";
  height: 0.35rem;
  width: 0.85rem;
  z-index: 1;
  display: block;
  position: absolute;
  background: url(../images/about/close_label.png) no-repeat;
  background-size: 100% 100%;
  left: 0.1rem;
  top: 0.1rem;
}

.page_list_btn {
  display: block;
  text-align: center;
  margin: 0.5rem auto 0.25rem auto;
  font-size: 0px;
}

.page_list_btn button {
  display: inline-block;
  box-sizing: border-box;
  color: #a6a6a6;
  font-size: 18px;
  line-height: 0.35rem;
  height: 0.35rem;
  vertical-align: top;
  margin: 0 0.03rem;
  cursor: pointer;
  padding: 0 0.1rem;
  text-align: center;
  min-width: 0.35rem;
  background: inherit;
  border: none;
}

.page_list_btn button.page {
  display: none;
}

.page_list_btn button:hover {
  color: #000;
}

.page_list_btn button.selected {
  color: #fe6a1a;
  cursor: default;
}

.page_list_btn button.left,
.page_list_btn button.right {
  background: #f5f5f5;
  width: 0.35rem;
  line-height: 0.35rem;
  padding: 0;
}

.page_list_btn button.left:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/about/left1.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.page_list_btn button.right:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/about/right1.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.page_list_btn button.start:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.35rem;
  height: 100%;
  background: url("../images/about/left2.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.page_list_btn button.end:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.35rem;
  height: 100%;
  background: url("../images/about/right2.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

.page_list_btn button:hover:before,
.page_list_btn button:hover:after {
  opacity: 1;
}

.help {
  display: block;
  padding: 1.2rem 0.2rem;
}

.help_menu {
  display: block;
  text-align: left;
  padding: 0.2rem 0;
  font-size: 0px;
  margin: 0 auto;
  max-width: 1160px;
}

.help_menu li {
  display: inline-block;
  padding: 0 0.2rem;
  cursor: pointer;
}

.help_menu li+li {
  border-left: 1px solid #f5f5f5;
}

.help_menu li span {
  font-size: 18px;
  line-height: 0.25rem;
  display: block;
  position: relative;
}

.help_menu li.selected span {
  color: #000;
  font-weight: bold;
}

.help_menu li.selected span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #fe6a1a;
}

.show_all_btn {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
}

.show_all_btn p {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  padding: 0.2rem 0.1rem 0.2rem 0;
}

.show_all_btn p span {
  line-height: 0.25rem;
  display: inline-block;
  cursor: pointer;
  padding: 0 0.1rem;
  font-style: italic;
  color: #000;
  vertical-align: middle;
}

.show_all_btn p span+span {
  border-left: 1px solid #f5f5f5;
  color: #a6a6a6;
}

.show_all_btn.show p span {
  color: #a6a6a6;
}

.show_all_btn.show p span+span {
  color: #000;
}

.show_all_btn p b {
  display: inline-block;
  vertical-align: middle;
  width: 0.25rem;
  height: 0.06rem;
  background: #e6e6e6;
  margin-left: 0.1rem;
  position: relative;
  border-radius: 0.1rem;
  cursor: pointer;
}

.show_all_btn p b i {
  display: block;
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  margin: -0.08rem;
  left: 0;
  top: 50%;
  background: #fe6a1a;
  border-radius: 100%;
}

.show_all_btn.show p b i {
  left: 100%;
}

.faq_list {
  display: block;
  padding: 0.4rem 0 0.7rem 0;
  max-width: 1160px;
  margin: auto;
}

.faq_list>li {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  color: #000;
  animation: faq_list 0.7s;
  animation-fill-mode: forwards;
  font-size: 18px;
}

@keyframes faq_list {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.faq_list>li>i {
  width: 0.15rem;
  height: 1px;
  display: block;
  position: absolute;
  background: #cdcdcd;
  right: 0.3rem;
  top: 0.375rem;
}

.faq_list>li>i:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: #cdcdcd;
  transform: rotate(90deg);
}

.faq_list>li.show>i:after {
  display: none;
}

.faq_list>li .question {
  height: 0.75rem;
  display: block;
  padding: 0.2rem 0.8rem 0.2rem 0.25rem;
  box-sizing: border-box;
  line-height: 0.35rem;
  cursor: pointer;
  color: #222;
  position: relative;
}

.faq_list>li .question u {
  position: absolute;
  text-decoration: none;
}

.faq_list>li .question b {
  font-style: normal;
  display: inline-block;
  padding: 0 0 0 0.35rem;
  box-sizing: border-box;
  font-weight: normal;
}

.faq_list>li .answer {
  display: none;
  background: #fbfbfb;
  padding: 0.25rem 0.25rem 0.25rem 0.6rem;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}

.faq_list>li .answer>u {
  position: absolute;
  left: 0.25rem;
  color: #a3a3a3;
  text-decoration: none;
}

.faq_list>li .answer span {
  color: #fff;
  text-align: justify;
  vertical-align: top;
  font-style: normal;
  display: inline-block;
  padding: 0 0 0 0;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}

.faq_list>li .answer a,
.faq_list>li .answer b {
  color: #fe6a1a;
}

.faq_list>li h4 {
  font-size: 18px;
  color: #fe6a1a;
  display: block;
  padding: 0.15rem 0 0.15rem 0.25rem;
  font-style: italic;
  background: #fef2eb;
}

.faq_list>li+li h4 {
  margin-top: 0.25rem;
}

.faq_list>li .answer span ul {
  padding: 0 0 0 0.2rem;
}

.faq_list>li .answer span ul li {
  list-style: disc;
}

.help_menu_m {
  display: none;
}

.tnc {
  display: block;
  padding: 1.1rem 0.2rem;
  background: #f9f9f9;
}

.tnc_content {
  display: block;
  font-size: 18px;
  max-width: 1090px;
  margin: auto;
  text-align: justify;
  line-height: 1.75;
  animation: fadeIn 0.5s;
}

.tnc_content h2 {
  display: block;
  text-align: center;
  font-size: 0.3rem;
  padding-bottom: 0.3rem;
}

.tnc_content ul {
  padding: 0 0 0 0.3rem;
}

.tnc_content ul li {
  list-style: upper-roman;
}

.tnc_content ol {
  padding: 0 0 0 0.25rem;
}

.tnc_content ol li {
  list-style: decimal;
}

.about {
  display: block;
  padding: 1rem 0.3rem;
}

.about_content1,
.geetest {
  display: block;
  padding: 1rem 0.3rem;
  background: url(../images/about/about_content1_bg.jpg) no-repeat center;
  background-size: cover;
}

.about_content1.geetest {
  background: none;
}

.about_content1 .title1 {
  text-align: center;
}

.about_content1 p {
  color: #9c9c9c;
  font-size: 0.24rem;
  text-align: justify;
  max-width: 1160px;
  margin: auto;
  padding: 0.2rem 0;
  line-height: 1.6;
}

.about_content1 .pic {
  display: flex;
  gap: 0 .23rem;
  justify-content: center;
  text-align: center;
  font-size: 0px;
  padding: 0.3rem 0;
}

.about_content1 .section1 p,
.about_content1 .section1 span {
  text-align: center;
  color: #9c9c9c;
  line-height: 1;
}

.about_content1 .section1 .certification {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_content1 .section1 p {
  font-size: .2rem;
  padding: .12rem 0 .06rem 0;
}

.about_content1 .section1 span {
  font-size: .12rem;
}

.about_content1 .section1 img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.about_content2 {
  display: block;
  padding: 0.8rem 0.3rem;
  background: #f9f9f9 url(../images/about/about_content2_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.about_content2 .title1 {
  text-align: center;
}

.about_content2 .maps {
  display: block;
  border: 0.05rem solid #f2f3f4;
  box-sizing: border-box;
  width: 4.9rem;
  height: 4.9rem;
  overflow: hidden;
  margin: 0.4rem auto 0.4rem auto;
  border-radius: 100%;
  position: relative;
}

.about_content2 .maps:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: inset 0 0 0.8rem rgba(0, 0, 0, 0.06);
  position: absolute;
  border-radius: 100%;
}

.about_content2 .maps p {
  display: block;
  height: 4.8rem;
  width: 16rem;
  background: url(../images/about/about_content2_map.png) left center;
  background-size: auto 100%;
  animation: about_map 12s linear;
  animation-iteration-count: infinite;
}

@keyframes about_map {
  0% {
    margin-left: -8rem;
  }

  100% {
    margin-left: 0;
  }
}

.about_content5 {
  display: block;
  padding: 0.2rem 0rem;
  background: #f9f9f9 url(../images/about/about_content2_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.about_content5 .title1 {
  text-align: center;
}

.about_content5 .images {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
}

.about_content5 .images .table {
  background-image: url(../images/about/table.png);
  background-size: 11.05rem 1.43rem;
  background-repeat: no-repeat;
  min-width: 11.05rem;
  width: 11.05rem;
  height: 2.64rem;
  margin-top: 2rem;
  position: relative;
}


.about_content5 .images .table .trophies {
  display: flex;
  align-items: flex-end;
  width: 11.05rem;
  position: absolute;
  bottom: 1.8rem;
  padding: 0 .64rem;
  box-sizing: border-box;
}

.about_content5 .images .table .trophies .trophy {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}

.about_content5 .images .table .trophies .trophy img {
  display: block;
}

.about_content5 .images .table .trophies .trophy.brighten img {
  filter: brightness(1.25);
}

.about_content5 .images .table .trophies .trophy.brighten:nth-child(2) img {
  filter: brightness(1.75);
}

.about_content5 .images .table .trophies .trophy p {
  font-size: .17rem;
  text-align: center;
  position: absolute;
  bottom: -1.54rem;
  min-height: 1rem;
}


.about_content3 {
  display: block;
  padding: 0.8rem 0.3rem;
  background: url(../images/about/about_content3_bg.jpg) no-repeat center;
  background-size: cover;
}

.about_content3 .phone {
  display: none;
}

.about_content3 .title1 {
  text-align: center;
}

.about_content3 .more_btn {
  display: block;
  margin: 0.3rem auto;
  font-size: 18px;
  width: 2.1rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #fe6a1a;
  text-align: center;
  line-height: 0.38rem;
  color: #fe6a1a;
  border-radius: 0.4rem;
}

.about_content3 .more_btn:hover {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4e02', GradientType=1);
}

.about_content3 .content3_pic {
  display: block;
  max-width: 730px;
  width: 70%;
  margin: 0.6rem auto 0 auto;
  position: relative;
  font-size: 0.22rem;
  color: #f85800;
}

.about_content3 .content3_pic>img {
  display: block;
  width: 100%;
}

.about_content3 .content3_pic p {
  position: absolute;
  width: 40%;
  box-sizing: border-box;
}

.about_content3 .content3_pic p i {
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.05rem;
  background: #f85800;
  border-radius: 100%;
  top: 0.16rem;
  left: 0;
}

.about_content3 .content3_pic p i u {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #f85800;
  border-radius: 100%;
  animation: about_content3_pic 1.6s;
  animation-iteration-count: infinite;
}

.about_content3 .content3_pic p i u+u {
  animation-delay: -0.8s;
}

@keyframes about_content3_pic {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.about_content3 .content3_pic p.list1 {
  text-align: right;
  right: 89.5%;
  top: 4%;
  padding-right: 0.4rem;
}

.about_content3 .content3_pic p.list2 {
  text-align: right;
  right: 100%;
  top: 59%;
  padding-right: 0.4rem;
}

.about_content3 .content3_pic p.list1 i,
.about_content3 .content3_pic p.list2 i {
  right: 0;
  left: auto;
}

.about_content3 .content3_pic p.list3 {
  text-align: left;
  left: 91%;
  top: 15%;
  padding-left: 0.4rem;
}

.about_content3 .content3_pic p.list4 {
  text-align: left;
  left: 91%;
  top: 54%;
  padding-left: 0.4rem;
}

.about_content3 .content3_m_text {
  display: none;
}

.about_content4 {
  display: block;
  background: #f9f9f9;
  padding: 0.7rem 0.3rem;
}

.about_content4 .title1 {
  text-align: center;
}

.about_content4>p {
  font-size: 0.24rem;
  color: #9c9c9c;
  text-align: center;
  padding: 0.3rem 0;
}

.about_content4_list {
  display: block;
  text-align: center;
  max-width: 960px;
  margin: 0.4rem auto 0.2rem auto;
  font-size: 0px;
}

.about_content4_list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
}

.about_content4_list li p {
  width: 1.3rem;
  background: #fff;
  margin: auto;
  padding: 0.275rem;
  box-sizing: border-box;
  border-radius: 100%;
}

.about_content4_list li img {
  display: block;
  max-width: 100%;
}

.about_content4_list li b {
  font-size: 0.26rem;
  color: #000;
  padding: 0.15rem 0 0.08rem 0;
  display: block;
}

.about_content4_list li span {
  display: block;
  font-size: 18px;
  color: #888888;
}

.about_content4_list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.about_content4_list li u {
  background: url(../images/about/msg_bg.png) no-repeat;
  width: 1.5rem;
  height: 0.6rem;
  margin-left: -0.75rem;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0.1rem 0 0 0;
  line-height: 0.5rem;
  transition-duration: 0.3s;
  transform-origin: top;
  transform: perspective(4rem) rotateX(90deg);
  opacity: 0;
}

.about_content4_list li:hover u {
  opacity: 1;
  transform: perspective(4rem) rotateX(0deg);
}

.about_content2_list {
  display: block;
  width: 9rem;
  height: 5.2rem;
  margin: -2.6rem -4.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.about_content2_list ul {
  display: block;
}

.about_content2_list ul li {
  display: block;
  position: absolute;
  text-align: center;
  width: 2rem;
  margin-left: -1rem;
  transition-duration: 0.5s;
  opacity: 0.6;
}

.about_content2_list ul li span {
  display: block;
  margin: auto;
  width: 1.7rem;
}

.about_content2_list ul li span img {
  display: block;
  width: 100%;
}

.about_content2_list ul li b {
  display: block;
  font-size: 0.26rem;
  color: #f85800;
  margin: 0 -30%;
  padding: 0.1rem 0;
}

.about_content2_list ul li p {
  display: block;
  font-size: 18px;
  color: #222;
  transition-duration: 0.5s;
  opacity: 0;
}

.page1.about_content2_list ul li.list1 p,
.page1.about_content2_list ul li.list2 p,
.page2.about_content2_list ul li.list2 p,
.page2.about_content2_list ul li.list3 p,
.page3.about_content2_list ul li.list3 p,
.page3.about_content2_list ul li.list4 p,
.page4.about_content2_list ul li.list4 p,
.page4.about_content2_list ul li.list5 p,
.page5.about_content2_list ul li.list5 p,
.page5.about_content2_list ul li.list6 p,
.page6.about_content2_list ul li.list6 p,
.page6.about_content2_list ul li.list1 p {
  opacity: 1;
}

.page1.about_content2_list ul li.list1,
.page2.about_content2_list ul li.list2,
.page3.about_content2_list ul li.list3,
.page4.about_content2_list ul li.list4,
.page5.about_content2_list ul li.list5,
.page6.about_content2_list ul li.list6 {
  top: 55%;
  left: 35%;
  z-index: 5;
  opacity: 1;
}

.page1.about_content2_list ul li.list2,
.page2.about_content2_list ul li.list3,
.page3.about_content2_list ul li.list4,
.page4.about_content2_list ul li.list5,
.page5.about_content2_list ul li.list6,
.page6.about_content2_list ul li.list1 {
  top: 55%;
  left: 65%;
  z-index: 5;
  opacity: 1;
}

.page1.about_content2_list ul li.list3,
.page2.about_content2_list ul li.list4,
.page3.about_content2_list ul li.list5,
.page4.about_content2_list ul li.list6,
.page5.about_content2_list ul li.list1,
.page6.about_content2_list ul li.list2 {
  top: 32%;
  left: 91%;
  z-index: 2;
  transform: scale(0.85);
  opacity: 0.8;
}

.page1.about_content2_list ul li.list4,
.page2.about_content2_list ul li.list5,
.page3.about_content2_list ul li.list6,
.page4.about_content2_list ul li.list1,
.page5.about_content2_list ul li.list2,
.page6.about_content2_list ul li.list3 {
  top: 10%;
  left: 64%;
  z-index: 1;
  transform: scale(0.7);
}

.page1.about_content2_list ul li.list5,
.page2.about_content2_list ul li.list6,
.page3.about_content2_list ul li.list1,
.page4.about_content2_list ul li.list2,
.page5.about_content2_list ul li.list3,
.page6.about_content2_list ul li.list4 {
  top: 10%;
  left: 36%;
  z-index: 1;
  transform: scale(0.7);
}

.page1.about_content2_list ul li.list6,
.page2.about_content2_list ul li.list1,
.page3.about_content2_list ul li.list2,
.page4.about_content2_list ul li.list3,
.page5.about_content2_list ul li.list4,
.page6.about_content2_list ul li.list5 {
  top: 32%;
  left: 9%;
  z-index: 2;
  transform: scale(0.85);
  opacity: 0.8;
}

.about_content2_list .btn {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 20;
  display: none;
}

.about_content2_list .btn span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  display: block;
  opacity: 0.2;
  margin: -1rem;
  cursor: pointer;
}

.about_content2_list .btn span:nth-child(1) {
  bottom: 25%;
  right: 65%;
}

.about_content2_list .btn span:nth-child(2) {
  bottom: 25%;
  left: 65%;
}

.about_content2_list .btn span:nth-child(3) {
  top: 53%;
  right: 9%;
}

.about_content2_list .btn span:nth-child(4) {
  top: 32%;
  left: 65%;
}

.about_content2_list .btn span:nth-child(5) {
  top: 32%;
  right: 65%;
}

.about_content2_list .btn span:nth-child(6) {
  top: 53%;
  left: 9%;
}

.about_content2_mobile {
  display: none;
}

.contractdel {
  display: block;
  padding: 1.2rem 0.3rem 0.8rem 0.3rem;
}

.contractdel.marginrule {
  display: block;
  padding: 1rem 0.3rem 0.8rem 0.3rem;
  background: #f9f9f9;
}

.contractdel .title1 {
  text-align: center;
}

.contractdel_menu {
  display: block;
  text-align: center;
  font-size: 0px;
  margin: 0.5rem auto 0.5rem auto;
}

.contractdel_menu p {
  display: inline-block;
  width: 25%;
  max-width: 130px;
  box-sizing: border-box;
  cursor: pointer;
}

.contractdel_menu p span {
  display: inline-block;
  font-size: 18px;
  color: #a6a6a6;
  transition-duration: 0.5s;
  padding-bottom: 0.1rem;
  border-bottom: 0.03rem solid rgba(255, 255, 255, 0);
  margin-bottom: -0.13rem;
}

.contractdel_menu p:hover span {
  color: #000;
}

.contractdel_menu p+p {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.contractdel_menu p.selected span {
  color: #000;
  border-color: #fe6a1a;
}

.contractdel_page {
  display: block;
  max-width: 1140px;
  margin: auto;
}

.contractdel_page li {
  display: none;
}

.contractdel_page li.selected {
  display: block;
  animation: fadeIn 0.5s;
  animation-fill-mode: forwards;
}

.contractdel_page li>.table_mask {
  display: block;
  width: 100%;
  overflow: auto;
  background: #fef2eb;
}

.contractdel_page li>.table_mask::-webkit-scrollbar {
  height: 0.1rem;
}

.contractdel_page li>.table_mask::-webkit-scrollbar-track {
  background-color: #eaeaea;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

.contractdel_page li>.table_mask::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
}

.contractdel_page li>.table_mask table {
  width: 11.35rem;
  text-align: center;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
}

.contractdel_page li>.table_mask table th {
  background: #fef2eb;
  font-weight: normal;
  border-right: 1px solid;
  border-color: #ffddca;
  padding: 0.1rem 0.05rem;
}

.contractdel_page li>.table_mask table tr th.end {
  border: none;
}

.contractdel_page li>.table_mask table td {
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding: 0.1rem 0.05rem;
}

/* .contractdel_page li>.table_mask table td:last-child {
  border-right: 0px solid #efefef;
} */

.contractdel_page li>.table_mask table .bg-blue {
  background: #f9f9f9;
}

.contractdel_page li>.table_mask table .bg-wihte {
  background: #fff;
}

#contractdel_content_list tr:nth-child(even) td {
  background: #f9f9f9;
}

.contractdel_page li .table_content {
  display: block;
  overflow: auto;
  overflow-y: scroll;
  max-height: 7rem;
  width: 11.4rem;
  background: #fff;
}

.contractdel_page li .table_content::-webkit-scrollbar {
  width: 0.05rem;
}

.contractdel_page li .table_content::-webkit-scrollbar-track {
  background-color: #eaeaea;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

.contractdel_page li .table_content::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
}

.contractdel .bottom_msg {
  display: block;
  max-width: 1140px;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
  color: #9c9c9c;
  padding: 0.3rem 0 0 0;
}

.contractdel .bottom_msg ol {
  display: block;
  padding: 0.05rem 0 0 0.25rem;
}

.contractdel .bottom_msg ol li {
  list-style: decimal;
}

.contractdel .bottom_msg a {
  color: #fe6a1a;
}

.real_time_list {
  display: block;
  padding: 1rem 0.2rem 1rem 0.2rem;
  font-size: 18px;
}

.real_time_list>ul {
  display: block;
  margin: auto;
  max-width: 1160px;
}

.real_time_list>ul li {
  display: block;
  padding: 0.35rem;
  box-sizing: border-box;
  border-bottom: 1px dotted #d2d2d2;
  position: relative;
  line-height: 0.25rem;
  animation: fadeIn 0.5s;
  animation-fill-mode: forwards;
}

.real_time_list>ul li p.msg {
  display: none;
}

.real_time_list>ul li:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.05rem;
  box-sizing: border-box;
  border-bottom: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  display: block;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: rotate(-45deg);
}

.real_time_list>ul li:hover {
  background: #fbfbfb;
}

.real_time_list>ul li h4 {
  display: block;
  font-weight: normal;
  box-sizing: border-box;
  margin-right: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.real_time_list>ul li .date {
  position: absolute;
  right: 0.4rem;
  top: 0.35rem;
  color: #9c9c9c;
}

.real_time_list>ul li .date span+span {
  display: none;
}

.real_time_list>ul li .more {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

.real_time_list>ul li.news {
  background: #fbfbfb;
}

.real_time_list>ul li.news h4 {
  margin: 0;
  font-weight: bold;
  font-size: 0.24rem;
}

.real_time_list>ul li.news p.msg {
  display: block;
  margin: 0.25rem 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.real_time_list>ul li.news .date {
  position: initial;
  display: block;
  padding: 0;
}

.real_time_list>ul li.news .more {
  display: block;
  position: initial;
  height: 0.4rem;
  width: 1.5rem;
  box-sizing: border-box;
  border: 1px solid #fe6a1a;
  font-size: 18px;
  line-height: 0.38rem;
  float: right;
  text-align: center;
  transform: translate(0, -0.35rem);
  color: #fe6a1a;
  border-radius: 0.4rem;
}

.real_time_list>ul li.news .more:hover {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4e02', GradientType=1);
}

.real_time_list>ul li.news .more:after {
  content: "阅读全文";
}

.real_time_list>ul li.news:after {
  top: 0;
  left: 0;
  border: none;
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  background: url(../images/about/news_label.png) no-repeat;
  background-size: 100% 100%;
  transform: none;
  margin: 0;
}

.back_btn2 {
  display: block;
  text-align: center;
  font-size: 0px;
  border-top: 1px solid #f5f5f5;
  margin: auto;
  max-width: 1140px;
  padding-top: 0.25rem;
}

.back_btn2 a {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 0 0.2rem;
  border: none;
  background: inherit;
  color: #000;
  height: 0.4rem;
  line-height: 0.4rem;
  opacity: 0.35;
}

.back_btn2 a:hover {
  opacity: 1;
}

.back_btn2 button {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 0 0.2rem;
  border: none;
  background: inherit;
  color: #000;
  height: 0.4rem;
  line-height: 0.4rem;
  opacity: 0.35;
}

.back_btn2 button:hover {
  opacity: 1;
}

.back_btn2 button.left:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.35rem;
  height: 100%;
  background: url(../images/about/left2.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.back_btn2 button.right:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.35rem;
  height: 100%;
  background: url(../images/about/right2.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.more_post {
  display: block;
  max-width: 1140px;
  font-size: 18px;
  background: #fbfbfb;
  margin: 0.8rem auto 0 auto;
  padding: 0.3rem 0.3rem;
  box-sizing: border-box;
}

.more_post h2 {
  display: block;
  font-size: 0.24rem;
}

.more_post ul {
  display: block;
  padding: 0.1rem 0 0 0;
}

.more_post ul li {
  display: block;
  padding: 0.1rem 0;
  position: relative;
  line-height: 0.35rem;
}

.more_post ul li p {
  display: block;
  margin: 0 1.3rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more_post ul li>a {
  position: absolute;
  right: 0;
  top: 0.1rem;
  color: #fe6a1a;
}

.more_post ul li>a svg {
  width: 0.35rem;
  height: 0.35rem;
  display: inline-block;
  vertical-align: bottom;
  fill: #fe6a1a;
  margin-left: -0.1rem;
}

.number_menu {
  display: block;
  text-align: center;
  font-size: 0px;
  padding: 0.5rem 0 0 0;
}

.number_menu p {
  display: inline-block;
  width: 1.8rem;
  height: 0.4rem;
  line-height: 0.38rem;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
  color: #fe6a1a;
  border: 1px solid #fe6a1a;
  border-radius: 0.4rem;
  margin: 0 0.1rem;
  cursor: pointer;
}

.number_menu p svg,
.number_menu p img {
  width: 0.24rem;
  height: 0.24rem;
  vertical-align: middle;
  margin: -0.05rem 0 0 -0.08rem;
  fill: #fe6a1a;
}

.number_menu p:hover,
.number_menu p.selected {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd910e', endColorstr='#ee4e02', GradientType=1);
}

.number_menu p:hover svg,
.number_menu p.selected svg {
  fill: #fff;
}

.marginrule_table th,
.marginrule_table td {
  /* width: 16.66%; */
  width: 14.28%;
}

.uservoice {
  display: block;
  padding: 1rem 0;
  background: url(../images/about/about_content1_bg.jpg) no-repeat center;
  background-size: cover;
}

.uservoice.geetest {
  background: none;
}

.uservoice .title {
  text-align: center;
  display: block;
  background: linear-gradient(180deg, #fd910e, #F05104);
  background-position: center;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: .82rem;
  letter-spacing: .1rem;
  filter: drop-shadow(0 .04rem .04rem #00000012);
}

.uservoice p {
  color: #9c9c9c;
  font-size: 0.24rem;
  text-align: justify;
  max-width: 1160px;
  margin: auto;
  padding: 0.2rem 0.3rem;
  line-height: 1.6;
}

.uservoice form {
  max-width: 7.8rem;
  margin: 0 auto;
  font-size: .24rem;
  text-align: center;
}

.uservoice form>.item {
  position: relative;
  display: flex;
  width: 100%;
  height: .5rem;
  background-color: #fff;
  border: 0.01rem solid #BEBEBE;
  border-radius: .24rem 0 .24rem 0;
  box-sizing: border-box;
  padding: 0 .4rem 0 1.4rem;
  filter: drop-shadow(.02rem .02rem .03rem rgba(0, 0, 0, 0.1));
  margin-bottom: .12rem;
  font-size: .24rem;
}

.uservoice form p {
  margin: 0;
  padding: 0;
  font-size: .24rem;
  line-height: .48rem;
  letter-spacing: .01rem;
}

.uservoice form>.item:focus-within {
  border: 1px solid #FD910E;
}

.uservoice form>.item.wrong {
  border: 1px solid red;
}


.uservoice form>.item>span {
  position: absolute;
  left: .03rem;
  top: .03rem;
  color: #fff;
  font-size: .24rem;
  line-height: .42rem;
  width: 1.3rem;
  height: .42rem;
  letter-spacing: .01rem;
  text-align: center;
  background: linear-gradient(180deg, #fd910e, #F05104);
  border-radius: .22rem .22rem .22rem 0;
}

.uservoice form>.item.disabled>span {
  background: #c0c0c0;
}

.uservoice form>.item>span:last-child {
  left: auto;
  right: .03rem;
  border-radius: .22rem 0 .22rem .22rem;
  cursor: pointer;
}

.uservoice form>.item>input {
  width: 100%;
  font-size: .24rem;
  line-height: .24rem;
  outline: none;
}

.uservoice input:focus {
  box-shadow: none;
  border: none;
}

.uservoice form>.item.feedback_option {
  height: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding: .12rem .4rem .24rem 2rem;
  text-align: left;
}

.uservoice form>.item.feedback_option div {
  width: 1.32rem;
  position: relative;

}

.uservoice form>.item.feedback_option label {
  font-size: .16rem;
  line-height: .16rem;
  cursor: pointer;
}

.uservoice form>.item>p.is_uploaded {
  color: #000;
}

.uservoice form>.item>input[type="file"] {
  display: none;
}

.uservoice input[type="radio"] {
  appearance: none;
  cursor: pointer;
}

.uservoice input[type="radio"]::before {
  content: "";
  position: absolute;
  left: -.2rem;
  top: .1rem;
  width: .16rem;
  height: .16rem;
  border: 1px solid #FD910E;
  border-radius: 999rem;
  background: #fff;
}

.uservoice input[type="radio"]:checked::before {
  background: linear-gradient(180deg, #FFCC7A, #FD910E);
}

.uservoice form .feedback_comment {
  box-sizing: border-box;
  padding: 0;
  padding-top: .48rem;
  height: auto;
}

.uservoice form .feedback_comment .divider {
  position: relative;
  border-top: 1px solid #BEBEBE;
  width: 100%;
  height: 1.6rem;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 .12rem .14rem -.14rem;
}

.uservoice form .feedback_comment textarea {
  width: 96%;
  height: 80%;
  border: none;
  outline: none;
  overflow-x: hidden;
  resize: none;
  background: none;
  font-size: .24rem;
  margin: .12rem;
}

/* Scrollbar styles */
.uservoice form .feedback_comment textarea::-webkit-scrollbar {
  width: .03rem;
  height: .12rem;
}

.uservoice form .feedback_comment textarea::-webkit-scrollbar-track {
  border: .01rem solid #fd910e;
  border-radius: .1rem;
}

.uservoice form .feedback_comment textarea::-webkit-scrollbar-thumb {
  background: #fd910e;
  border-radius: .1rem;
}

.uservoice form .feedback_comment textarea::-webkit-scrollbar-thumb:hover {
  background: #F05104;
}

.uservoice form button {
  outline: none;
  border: none;
  background: linear-gradient(90deg, #FD910E, #EF5003);
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  width: 2.05rem;
  height: .4rem;
  border-radius: 999rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  filter: drop-shadow(.02rem .02rem .03rem #D37E169C);
  ;
}

.uservoice form button:disabled {
  background: #c0c0c0;
  filter: none;
  cursor: not-allowed;
}

.uservoice .pics {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0;
  margin-top: .3rem;
  background-image: url(../images/uservoice/uservoice_pics_bg.png);
  background-size: cover;
  max-width: 19.2rem;
  padding: 2rem 0;
}

.uservoice .pics .row {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.uservoice .pics .row.pc {
  display: flex;
}

.uservoice .pics .row.m {
  display: none;
}

.uservoice .pics .row .image {
  margin: .12rem;
}

.uservoice .pics p {
  padding: 0;
  text-align: center;
  color: #000;
}

.uservoice .pics img {
  max-width: 3.68rem;
  height: auto;
}

.uservoice .contact h3 {
  font-size: .55rem;
}

.uservoice .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: .48rem;
}

.uservoice .contact a {
  display: block;
  color: #000;
  font-size: .26rem;
  text-decoration: none;
  text-align: center;
}

.uservoice .icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-top: .48rem;
}

.uservoice .icons .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  position: relative;
}

.uservoice .icons .item .icon {
  background-size: cover;
  width: .72rem;
  height: .72rem;
}

.uservoice .icons .item p {
  padding: 0;
  text-align: center;
  color: #000;
}

.uservoice .icons .item .icon.icon1 {
  background-image: url(../images/uservoice/uservoice_icon1.png);
}

.uservoice .icons .item .icon.icon2 {
  background-image: url(../images/uservoice/uservoice_icon2.png);
}

.uservoice .icons .item .icon.icon3 {
  background-image: url(../images/uservoice/uservoice_icon3.png);
}

.uservoice .icons .item .icon.icon4 {
  background-image: url(../images/uservoice/uservoice_icon4.png);
}

.uservoice .icons .item:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/uservoice/cs_tag.png);
  background-size: cover;
  width: 1.32rem;
  height: .52rem;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: 0.5s;
}

.uservoice .icons .item:nth-child(4):hover::after {
  transform: rotateX(0);
}

.uservoice .icons .item.wechat_flip {
  transform-style: preserve-3d;
  transition: transform 1s;
  transform: rotateY(0deg);
  cursor: pointer;
}

.uservoice .icons .item.wechat_flip:hover {
  transform: rotateY(180deg);
}

.uservoice .icons .item.wechat_flip>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uservoice .icons .item.wechat_flip .front {
  backface-visibility: hidden;
}

.uservoice .icons .item.wechat_flip .back {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.uservoice .icons .item.wechat_flip .back .icon2_qrcode {
  width: .72rem;
  height: .72rem;
  background-image: url(../images/uservoice/wechat_qrcode.jpg);
}

.uservoice_popup {
  background-color: rgba(7, 13, 34, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: none;
}

.uservoice_popup.show {
  display: block;
}

.uservoice_popup .popup {
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 30vh;
  background-image: url(../images/uservoice/uservoice_popup.png);
  background-size: cover;
  width: 4.4rem;
  height: 3.21rem;
}

#uservoice_textarea {
  opacity: 0;
  cursor: default;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: -100%;
}

@media (max-width: 1200px) {
  .index_content2_left {
    width: 40%;
    right: 60%;
  }

  .index_content2_right {
    width: 60%;
    margin-left: 40%;
  }

  .index_content2_left p.computer {
    bottom: 15%;
    right: 25%;
    width: 5.4rem;
  }

  .index_content4_list {
    max-width: 800px;
    margin: auto;
  }

  .waihui_price_list .mask,
  .trading_price_list .mask {
    width: 5.4rem;
  }

  .waihui_content2_list,
  .trading_content2_list {
    max-width: 800px;
    margin: auto;
  }

  .platform_content3 .title1 {
    margin: 0 0 0.15rem 0;
    text-align: center;
  }

  .platform_content3 .inside .text p {
    padding: 0.07rem 0 0.07rem 0.55rem;
    line-height: 0.5rem;
    font-size: 0.36rem;
    width: 86%;
    margin: auto;
    text-align: justify;
  }

  .platform_content3 .inside .text {
    padding-bottom: 0.5rem;
    width: 100%;
    float: none;
  }

  .platform_content3 .inside .pic {
    width: 92%;
    margin: auto;
    display: block;
    max-width: 640px;
  }

  .about_content3 .content3_pic {
    width: 50%;
  }

  .about_content3 .content3_pic p {
    width: 70%;
  }

  .contractdel .table_more {
    display: block;
    position: relative;
    z-index: 15;
    margin: 0 -0.3rem;
  }

  .contractdel .table_more p {
    display: block;
    position: absolute;
    width: 0.3rem;
    right: 0;
    height: 1.35rem;
    background: #ddd;
    border-radius: 0 0.05rem 0.05rem 0;
  }

  .contractdel .table_more p:after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    margin: -0.1rem;
    left: 40%;
    top: 50%;
    position: absolute;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
  }

  .contractdel {
    padding: 1.2rem 0.4rem 0.8rem 0.3rem;
  }

  @media (max-width: 1000px) {
    .index_content1 {
      height: auto;
      background: #f9f9f9;
      background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
      background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    }

    .index_content1_inside {
      padding: 0.8rem 0;
      margin: auto;
    }

    .index_content1_inside .msg {
      display: block;
      width: 100%;
      text-align: center;
    }

    .index_content1_inside .msg p {
      line-height: 0.45rem;
    }

    .index_content1_inside .msg p i {
      display: none;
    }

    .index_content1_inside .msg p u {
      display: block;
    }

    .index_content1 .Orange_icon {
      display: none;
    }

    .index_content1_inside .right_table {
      display: block;
      width: 6.9rem;
      margin: auto;
      padding: 0.25rem 0 0 0;
    }

    .index_content1_inside .right_table {
      font-size: 0.24rem;
    }

    .index_content1_inside .right_table .table_list {
      box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.15);
      margin-bottom: 0.3rem;
    }

    .index_content1_inside .right_table .table_list .menu li {
      font-size: 0.24rem;
    }

    .index_content1_inside .right_table .sub_menu {
      height: 0.6rem;
    }

    .index_content1_inside .right_table .sub_menu p {
      font-size: 0.24rem;
      line-height: 0.6rem;
    }

    .index_content1_inside .right_table .table_list .menu li img {
      height: 0.26rem;
    }

    .index_content1_inside .right_table .table_page li>div p {
      vertical-align: middle;
    }

    .index_content1_inside .right_table .table_page li>div {
      height: 0.7rem;
    }

    .index_content1_inside .right_table .table_page li>div p:nth-child(3) {
      font-weight: bold;
    }

    .index_content1_inside .right_table .table_page li>div p:nth-child(4) a {
      line-height: 0.45rem;
    }

    .index_content1_inside .right_table .table_page li>div p:nth-child(2) span {
      background: none;
      color: #b5b5b5;
      font-weight: bold;
    }

    .index_content1_inside .right_table .table_page li>div p:nth-child(2) span.red {
      background: none;
      color: #f72c4d;
    }

    .index_content1_inside .right_table .table_page li>div p:nth-child(2) span.green {
      background: none;
      color: #27c87a;
    }

    .index_content2_left p.computer {
      display: none;
    }

    .index_content2_left {
      width: 30%;
      right: 68%;
    }

    .index_content2_right {
      width: 75%;
      margin-left: 25%;
    }

    .index_top .lp_banner {
      display: none;
    }

    .index_top .lp_banner_m {
      display: block;
      padding: 0.3rem 0 0.6rem 0;
      width: 100%;
      font-size: 0px;
      position: relative;
      overflow: hidden;
    }

    .mobile_lp_banner {
      display: block;
      width: 6.5rem;
      margin: auto;
      border-radius: 0.1rem;
      overflow: hidden;
    }

    .mobile_lp_banner img {
      display: block;
      width: 100%;
    }

    .index_top .lp_banner_m .swiper-slide {
      width: 6.7rem;
    }

    .index_top .lp_banner_m .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      bottom: 0.3rem;
    }

    .index_top .lp_banner_m .swiper-pagination-bullet {
      width: 0.5rem;
      height: 0.07rem;
      border-radius: 5px;
      background: #000;
      opacity: 0.1;
    }

    .index_top .lp_banner_m .swiper-pagination-bullet-active {
      opacity: 1;
      background: #fe6a1a;
    }

    .phone_bottom {
      padding-top: 0.65rem;
    }

    .phone_bottom .right_text {
      width: 96%;
      text-align: center;
      font-size: 0.26rem;
    }

    .phone_bottom .right_text .main_btn2 {
      display: none;
    }

    .phone_bottom_content {
      height: auto;
      text-align: center;
    }

    .phone_bottom .left_phone {
      position: relative;
      max-width: 100%;
      width: 100%;
      margin-top: 0.7rem;
    }

    .phone_bottom .right_text ul {
      padding: 0.3rem 0 0.4rem 0;
    }

    .phone_bottom .right_text ul li {
      font-size: 0.36rem;
      width: 2.4rem;
    }

    .phone_bottom .right_text ul li span {
      width: 0.42rem;
      height: 0.42rem;
    }

    .phone_bottom .right_text ul li span img {
      width: 0.5rem;
    }

    .calculator_form .input_list {
      text-align: left;
    }
  }

  @media (max-width: 750px) {
    .pcweb {
      display: none;
    }

    .index_main_banner>div .h1 {
      top: 55%;
    }

    .index_main_banner>div video {
      width: 100%;
      height: 8rem;
    }

    .index_main_banner>div .icon_list li.icon1 {
      top: 38%;
      left: 10%;
      transform: scale(0.8);
    }

    .index_main_banner>div .icon_list li.icon2 {
      top: 21%;
      left: 78%;
    }

    .index_main_banner>div .icon_list li.icon3 {
      top: 84%;
      left: 15%;
      transform: scale(1.1);
    }

    .index_main_banner>div .icon_list li.icon4 {
      top: 92%;
      left: 64%;
    }

    .index_main_banner>div .icon_list li.icon5 {
      top: 75%;
      left: 87%;
    }

    .index_content5 {
      padding: 0.8rem 0;
    }

    .index_content1_inside .right_table a.more_btn {
      width: 3.95rem;
      height: 0.65rem;
      margin: auto;
      line-height: 0.65rem;
      font-size: 0.3rem;
      border-radius: 0.4rem;
    }

    .index_content5 .index_content5_list {
      display: block;
      max-width: 6.9rem;
      width: 6.9rem;
      margin: 0 auto 0.4rem auto;
      font-size: 0.24rem;
      padding: 0.25rem 0.3rem 0.1rem 0.3rem;
    }

    .index_content5 .index_content5_list+.index_content5_list {
      margin: 0 auto;
    }

    .index_content5 .index_content5_list ul li span {
      font-size: 0.22rem;
    }

    .index_content5 .index_content5_list ul li {
      height: 0.75rem;
      line-height: 0.75rem;
      padding: 0 1.6rem 0 0;
    }

    .index_content5 .index_content5_list ul {
      margin: 0.1rem 0;
      height: 3.75rem;
    }

    .index_content5 .index_content5_list .more_btn {
      width: 0.95rem;
      height: 0.4rem;
      line-height: 0.38rem;
      color: #7e7e7e;
      font-size: 0.22rem;
    }

    .index_content2_left {
      display: none;
    }

    .index_content2_right {
      animation-name: fadeInUp;
    }

    .index_content2_right .pic_btn {
      display: none;
    }

    .index_content4_list li {
      font-size: 0.24rem;
      width: 3.1rem;
      margin: 0.2rem;
    }

    .index_content4 {
      background: url(../images/index/content4_bg_m.jpg) no-repeat center;
      background-size: cover;
      min-height: 6.45rem;
      padding: 0.8rem 0;
    }

    .index_content2_right {
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 0.75rem 0 0 0;
    }

    .index_content2_right p {
      margin: 0.15rem auto 0 auto;
      font-size: 0.36rem;
      padding: 0;
      width: 86%;
      text-align: left;
    }

    .index_content2_right p b {
      padding-left: 0.4rem;
    }

    .index_content2_right p .main_btn {
      margin-top: 0.35rem;
    }

    .index_content2 {
      height: auto;
      padding-bottom: 0;
      overflow: hidden;
    }

    .index_content2_right .content2_mobile_pic {
      display: block;
      width: 4.8rem;
      margin: 0.6rem auto 0 auto;
    }

    .index_content2_right .content2_mobile_pic img {
      display: block;
      width: 100%;
    }

    .index_content2_right p .main_btn {
      display: block;
    }

    .index_content3 ul li p>b,
    .index_content3 ul li p span {
      font-size: 0.48rem;
    }

    .index_content3 ul li {
      width: 25%;
    }

    .index_content3 ul li:nth-child(2),
    .index_content3 ul li:nth-child(3) {
      width: 22.5%;
    }

    .index_content3 ul li:nth-child(4) {
      width: 30%;
    }

    .index_content1_inside .msg p {
      font-size: 0.36rem;
    }

    .index_content1_inside {
      padding: 0.6rem 0 0.8rem 0;
    }

    .index_content1_inside .right_table .table_list .menu li {
      margin: 0 0.6%;
    }

    .index_content1_inside .right_table .table_list .menu li:nth-child(2) {
      width: 24%;
    }

    .index_content1_inside .right_table .table_list .menu li i {
      height: 0.25rem;
      width: 0.25rem;
    }

    .index_content1_inside .right_table .table_list.page1 .menu li:nth-child(1),
    .index_content1_inside .right_table .table_list.page2 .menu li:nth-child(2),
    .index_content1_inside .right_table .table_list.page3 .menu li:nth-child(3),
    .index_content1_inside .right_table .table_list.page4 .menu li:nth-child(4),
    .index_content1_inside .right_table .table_list.page5 .menu li:nth-child(5) {
      color: #f85800;
      background: #f7f7f7;
    }

    .index_content1_inside .right_table .table_list.page1 .menu li:nth-child(1) i,
    .index_content1_inside .right_table .table_list.page2 .menu li:nth-child(2) i,
    .index_content1_inside .right_table .table_list.page3 .menu li:nth-child(3) i,
    .index_content1_inside .right_table .table_list.page4 .menu li:nth-child(4) i,
    .index_content1_inside .right_table .table_list.page5 .menu li:nth-child(5) i {
      background-color: #f85800;
    }

    .content_page_banner {
      height: 4rem;
    }

    .content_page_banner .bg {
      margin: 0;
      width: 100%;
      height: 4rem;
    }

    .content_page_banner .bg img+img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .content_page_banner .bg img {
      display: none;
    }

    .content_page_banner .text strong {
      font-size: 0.6rem;
    }

    .content_page_banner .text span {
      font-size: 0.36rem;
    }

    .waihui_content1,
    .trading_content1 {
      background: center top no-repeat;
      background-size: 100% auto;
      height: 6.8rem;
      text-align: center;
    }

    .waihui_content1 {
      background-image: url("../images/waihui/content1_bg_m.jpg");
    }

    .product_content1 {
      background-image: url("../images/trading/products_content1_bg_m.jpg");
    }

    .digital_content1 {
      background-image: url("../images/trading/digital_content1_bg_m.jpg");
    }

    .stock_content1 {
      background-image: url("../images/trading/stock_content1_bg_m.jpg");
    }

    .stock2_content1 {
      background-image: url("../images/trading/stock2_content1_bg_m.jpg");
    }

    .waihui_content1 .title1,
    .trading_content1 .title1 {
      text-align: center;
    }

    .waihui_content1_text p,
    .trading_content1_text p {
      font-size: 0.3rem;
      width: 90%;
      text-align: justify;
      margin: auto;
      padding: 0.2rem 0 0.35rem 0;
    }

    .trading_content1_text p {
      width: 90%;
    }

    .waihui_content1_text .main_btn2,
    .trading_content1_text .main_btn2 {
      text-align: center;
    }

    .waihui_content1_text,
    .trading_content1_text {
      max-width: none;
      font-size: 0.24rem;
      padding: 1.35rem 0 0.5rem 0;
    }

    .waihui_price_list ul li,
    .trading_price_list ul li {
      width: 2.5rem;
      height: 1.3rem;
      font-size: 0.22rem;
    }

    .waihui_price_list,
    .trading_price_list {
      bottom: -1.35rem;
      transform: scale(1.16);
      margin: 0 -20%;
      width: 140%;
    }

    .waihui_price_list .left_btn,
    .waihui_price_list .right_btn,
    .trading_price_list .left_btn,
    .trading_price_list .right_btn {
      line-height: 1.35rem;
    }

    .waihui_content2,
    .trading_content2 {
      padding: 1.7rem 0 0.5rem 0;
    }

    .sub_title1 {
      font-size: 0.4rem;
    }

    .waihui_content2_list li strong,
    .trading_content2_list li strong {
      font-size: 0.3rem;
    }

    .waihui_content2_list li,
    .trading_content2_list li {
      width: 3.25rem;
      height: 3.25rem;
      font-size: 0.24rem;
      margin: 0.15rem;
      padding: 0.45rem 0 0 0;
    }

    .waihui_content2_list li span,
    .trading_content2_list li span {
      width: 0.9rem;
    }

    .account_type_content1 {
      display: none;
    }

    .account_type_content2_msg {
      font-size: 0.24rem;
    }

    .account_type_table tr.mobile {
      display: table-row;
    }

    .account_type_table {
      font-size: 0.24rem;
    }

    .account_type_table .mobile_br {
      display: block;
    }

    .account_type_content2 {
      padding: 1.6rem 0.2rem 1.1rem 0.2rem;
    }

    .account_type_table tr th img {
      display: none;
    }

    .account_type_table tr th {
      padding: 0;
    }

    .account_type_table tr th span {
      display: block;
      position: relative;
      margin: -0.5rem 0 0 0;
      padding: 0.3rem 0 0 0;
      font-size: 0.24rem;
      text-shadow: 0 0 0.05rem rgba(190, 75, 10, 0.5);
      box-sizing: border-box;
      height: 0.9rem;
      line-height: 0.6rem;
      border-radius: 0.08rem 0.08rem 0 0;
    }

    .account_type_table tr th span:before {
      content: "";
      position: absolute;
      width: 0.6rem;
      height: 0.6rem;
      margin: -0.3rem;
      left: 50%;
      top: 0;
      display: block;
      background-repeat: no-repeat;
      background-size: 100%;
    }

    .account_type_table tr th:nth-child(2) span {
      background: rgb(254, 221, 92);
      background: -moz-linear-gradient(top,
          rgba(254, 221, 92, 1) 0%,
          rgba(254, 179, 60, 1) 40%);
      background: -webkit-linear-gradient(top,
          rgba(254, 221, 92, 1) 0%,
          rgba(254, 179, 60, 1) 40%);
      background: linear-gradient(to bottom,
          rgba(254, 221, 92, 1) 0%,
          rgba(254, 179, 60, 1) 40%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedd5c', endColorstr='#feb33c', GradientType=0);
    }

    .account_type_table tr th:nth-child(3) span {
      background: rgb(250, 133, 12);
      background: -moz-linear-gradient(top,
          rgba(250, 133, 12, 1) 0%,
          rgba(239, 84, 3, 1) 40%);
      background: -webkit-linear-gradient(top,
          rgba(250, 133, 12, 1) 0%,
          rgba(239, 84, 3, 1) 40%);
      background: linear-gradient(to bottom,
          rgba(250, 133, 12, 1) 0%,
          rgba(239, 84, 3, 1) 40%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa850c', endColorstr='#ef5403', GradientType=0);
    }

    .account_type_table tr th:nth-child(4) span {
      background: rgb(254, 170, 54);
      background: -moz-linear-gradient(top,
          rgba(254, 170, 54, 1) 0%,
          rgba(254, 125, 27, 1) 40%);
      background: -webkit-linear-gradient(top,
          rgba(254, 170, 54, 1) 0%,
          rgba(254, 125, 27, 1) 40%);
      background: linear-gradient(to bottom,
          rgba(254, 170, 54, 1) 0%,
          rgba(254, 125, 27, 1) 40%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feaa36', endColorstr='#fe7d1b', GradientType=0);
    }

    .account_type_table tr th:nth-child(5) span {
      background: #383838;
    }

    .account_type_table tr th:nth-child(2) span:before {
      background-image: url("../images/trading/account_type_cat_icon1.png");
    }

    .account_type_table tr th:nth-child(3) span:before {
      background-image: url("../images/trading/account_type_cat_icon2.png");
    }

    .account_type_table tr th:nth-child(4) span:before {
      background-image: url("../images/trading/account_type_cat_icon3.png");
    }

    .account_type_table tr th:nth-child(5) span:before {
      background-image: url("../images/trading/account_type_cat_icon4.png");
      background-size: .54rem;
      background-repeat: no-repeat;
      background-position: center;
    }

    .platform_content1 .title1 {
      text-align: center;
    }

    .platform_content1 .left_text {
      padding: 0 0 0.6rem 0;
      width: 4.4rem;
    }

    .platform_content1 .left_text p {
      display: block;
      padding: 0.08rem 0;
      font-size: 0.36rem;
    }

    .platform_content1 .left_text p img {
      width: 0.45rem;
    }

    .platform_content1 .left_text .pic_btn {
      display: none;
    }

    .platform_content1 .right_pic .computer {
      display: none;
    }

    .platform_content1 .right_pic .phone {
      width: 7rem;
      bottom: -65%;
      left: 50%;
      margin-left: -3.5rem;
      animation-name: fadeInUp;
      animation-delay: 0s;
    }

    .platform_content1 .right_pic {
      display: block;
      width: 100%;
      position: relative;
      height: 6rem;
    }

    .platform_content2 {
      padding: 0.7rem 0.2rem 0.6rem 0.2rem;
    }

    .platform_content2_bg p {
      background-size: auto 25%;
    }

    .content4_list {
      height: 4.5rem;
    }

    .platform_content4 .main_btn2 {
      display: none;
    }

    .content4_list li:nth-child(2) {
      left: 36%;
    }

    .content4_list li:nth-child(3) {
      left: 64%;
    }

    .platform_content3 {
      background-image: url(../images/platform/content3_bg_m.jpg);
    }

    .platform_content4 {
      background-image: url(../images/platform/content4_bg_m.jpg);
      padding: 0.6rem 0.2rem;
    }

    .phone_list .light {
      bottom: 13.5%;
    }

    .calculator_list {
      padding: 1.2rem 0.3rem;
    }

    .calculator_list li {
      height: 2.55rem;
      padding: 0 0.3rem;
      background: #fbfbfb;
    }

    .calculator_list li>div {
      font-size: 0.24rem;
    }

    .calculator_list li>div h4 {
      font-size: 0.36rem;
    }

    .calculator_list li>div .r_btn {
      bottom: auto;
      top: 0;
      width: 2rem;
      height: 0.65rem;
      font-size: 0.28rem;
      line-height: 0.63rem;
    }

    .calculator_list li>div p {
      display: block;
      padding: 0.15rem 0 0 0;
    }

    .calculator_form .input_list {
      padding: 0.2rem 0 0.4rem 0;
    }

    .calculator_form .input_list li {
      margin: 1%;
      max-width: none;
      font-size: 0.24rem;
    }

    .calculator_form .input_list li.column3,
    .calculator_form .input_list li.column4 {
      width: 48%;
    }

    .calculator_form .input_list li.m_right {
      float: right;
    }

    .calculator_form .input_list li select,
    .calculator_form .input_list li input {
      height: 0.8rem;
      font-size: 0.24rem;
    }

    .calculator_form .input_list li input {
      padding: 0 0.15rem;
    }

    .calculator_form .answer input {
      height: 0.8rem;
    }

    .calculator_form .input_list li.btn {
      position: absolute;
      bottom: -2.8rem;
    }

    .calculator_form .answer {
      padding: 0.4rem 0 1.5rem 0;
    }

    .calculator_form .input_list li.btn button {
      width: 3.15rem;
      height: 0.64rem;
      border-radius: 0.6rem;
      font-size: 0.28rem;
    }

    .popup_msg .msg_box h4 {
      font-size: 0.36rem;
    }

    .popup_msg .msg_box {
      font-size: 0.24rem;
    }

    .popup_msg .msg_box .close {
      width: 3.2rem;
      height: 0.65rem;
      line-height: 0.65rem;
      font-size: 0.28rem;
    }

    .announcement_menu {
      display: none;
    }

    .announcement_menu_m {
      display: block;
      padding: 0.3rem;
      background: #f9f9f9;
    }

    .announcement_menu_m select {
      width: 100%;
      display: block;
      height: 0.8rem;
      font-size: 0.24rem;
      padding: 0 0.1rem;
      border: 1px solid #e4e4e4;
      background: #fff;
      box-sizing: border-box;
    }

    .announcement_list li .description {
      display: none;
    }

    .announcement_list li {
      padding: 0.4rem 0.15rem;
      font-size: 0.24rem;
    }

    .announcement_list li .details {
      display: none;
    }

    .announcement_list li .mobile {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
    }

    .announcement_list li .date,
    .announcement_list li.news .date {
      left: auto;
      right: 0.15rem;
      top: 0.4rem;
      line-height: 0.5rem;
    }

    .announcement {
      padding: 1.2rem 0.3rem 0.8rem 0.3rem;
    }

    .announcement_list li .title {
      font-weight: normal;
      line-height: 0.5rem;
      width: 78%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .announcement_list li .title span.label {
      display: inline-block;
      width: 1.4rem;
      height: 0.5rem;
      line-height: 0.5rem;
      font-size: 0.22rem;
      margin-right: -0.1rem;
      transform: scale(0.8);
      transform-origin: left center;
      vertical-align: top;
    }

    .announcement_list_page,
    .page_list_btn {
      margin: 0.5rem auto 0.2rem auto;
    }

    .announcement_list_page li,
    .page_list_btn button {
      font-size: 0.24rem;
      line-height: 0.45rem;
      height: 0.45rem;
      margin: 0 0.03rem;
      min-width: 0.45rem;
    }

    .announcement_details {
      padding: 1.2rem 0.3rem;
    }

    .announcement_list_page li.left,
    .announcement_list_page li.right,
    .page_list_btn button.left,
    .page_list_btn button.right {
      width: 0.45rem;
    }

    .announcement_details .announcement_details_content {
      font-size: 0.24rem;
    }

    .announcement_details .announcement_details_content .date,
    .announcement_details .announcement_details_content .category {
      text-align: center;
    }

    .announcement_details .back_btn a {
      width: 2.15rem;
      height: 0.65rem;
      font-size: 0.28rem;
      line-height: 0.65rem;
    }

    .event_center_list li.news .pic {
      display: block;
      width: 100%;
    }

    .event_center_list li.news .text {
      display: block;
      font-size: 0.24rem;
      width: 100%;
      padding: 0.3rem 0 0 0;
    }

    .event_center_list li.news .text h3 {
      font-size: 0.3rem;
      padding-bottom: 0.2rem;
    }

    .event_center_list li.news .text .more_btn {
      display: block;
      margin: 0.3rem auto 0 auto;
      width: 4rem;
      height: 0.65rem;
      line-height: 0.65rem;
      font-size: 0.3rem;
    }

    .event_center_list li.news:before {
      height: 0.65rem;
      width: 0.65rem;
    }

    .event_center_list li.expired {
      width: 100%;
      margin: 0;
      max-width: 100%;
      padding: 0.6rem 0.3rem;
      border-bottom: 1px solid #fbeae1;
    }

    .event_center_list li.expired:nth-child(odd) {
      background: #fbfbfb;
    }

    .event_center_list li.expired .text {
      font-size: 0.24rem;
    }

    .event_center_list li.expired .text .more_btn {
      margin: 0.3rem auto 0 auto;
      width: 4rem;
      height: 0.65rem;
      border-radius: 0.65rem;
      line-height: 0.63rem;
      font-size: 0.3rem;
    }

    .event_center_list li.expired:before {
      height: 0.45rem;
      width: 1.1rem;
      left: 0.4rem;
      top: 0.7rem;
    }

    .help {
      padding: 1.2rem 0.3rem;
    }

    .help_menu {
      display: none;
    }

    .help_menu_m {
      display: block;
      padding: 0.3rem;
      background: #f9f9f9;
    }

    .help_menu_m select {
      width: 100%;
      display: block;
      height: 0.8rem;
      font-size: 0.24rem;
      padding: 0 0.1rem;
      border: 1px solid #e4e4e4;
      background: #fff;
      box-sizing: border-box;
      outline: none;
    }

    .show_all_btn p {
      position: initial;
      display: block;
      margin: auto;
      right: 0;
      bottom: 0;
      font-size: 0.24rem;
      padding: 0.5rem 0 0.2rem 0;
      text-align: center;
    }

    .faq_list>li h4 {
      font-size: 0.24rem;
    }

    .faq_list>li {
      font-size: 0.24rem;
    }

    .faq_list>li .answer {
      font-size: 0.24rem;
      padding: 0.25rem 0.25rem 0.25rem 0.7rem;
    }

    .faq_list>li .question b {
      padding: 0 0 0 0.45rem;
    }

    .faq_list>li .answer span ul {
      padding: 0 0 0 0.3rem;
    }

    .tnc {
      padding: 1.1rem 0.3rem;
    }

    .tnc_content {
      font-size: 0.24rem;
    }

    .tnc_content ul {
      padding: 0 0 0 0.4rem;
    }

    .tnc_content ol {
      padding: 0 0 0 0.35rem;
    }

    .about_content4_list {
      width: 96%;
    }

    .about_content4_list li {
      width: 50%;
      padding: 0.2rem 0;
    }

    .about_content4_list li b {
      font-size: 0.3rem;
    }

    .about_content4_list li span {
      font-size: 0.24rem;
    }

    .about_content4_list li p {
      width: 1.6rem;
      padding: 0.35rem;
    }

    .about_content3 .content3_pic {
      display: none;
    }

    .about_content3 .phone {
      display: block;
      height: 6.5rem;
      overflow: hidden;
    }

    .about_content3 .phone img {
      margin-left: -0.3rem;
      width: 7.5rem;
    }

    .about_content3 {
      padding-bottom: 0px;
    }

    .about_content3 .more_btn {
      margin: 0.3rem auto;
      font-size: 0.3rem;
      width: 4rem;
      height: 0.65rem;
      line-height: 0.63rem;
    }

    .about_content3 .content3_m_text {
      display: block;
      padding: 0.15rem 0 0.5rem 0;
      width: 94%;
      margin: auto;
    }

    .about_content3 .content3_m_text p {
      display: block;
      font-size: 0.36rem;
      padding: 0 0 0 0.55rem;
      margin: 0.1rem 0;
      position: relative;
    }

    .about_content3 .content3_m_text p i {
      position: absolute;
      display: block;
      left: 0;
      top: 0.07rem;
      color: #fe6a1a;
      font-size: 0.24rem;
      font-family: arial;
      font-style: normal;
    }

    .about_content3 .content3_m_text p i:after {
      content: "";
      height: 0.4rem;
      width: 1px;
      transform: rotate(35deg);
      display: block;
      position: absolute;
      right: -0.15rem;
      top: 0;
      background: #e7e7e7;
    }

    .about_content1 .pic {
      margin: 0 -0.3rem;
    }

    .about_content1 p {
      font-size: 0.3rem;
    }

    .about_content1 .pic img {
      max-width: 3.35rem;
    }

    .about_content1 .pic img:nth-child(2) {
      display: none;
    }

    .about_content4>p {
      font-size: 0.3rem;
      width: 90%;
      margin: auto;
    }

    .about_content1 {
      background-image: url(../images/about/about_content1_bg_m.jpg);
    }

    .about_content3 {
      background-image: url(../images/about/about_content3_bg_m.jpg);
    }

    .about_content2 {
      background-image: url(../images/about/about_content2_bg_m.jpg);
      position: relative;
    }

    .about_content2_list {
      display: none;
    }

    .about_content2 .maps {
      margin: -2.45rem;
      left: 50%;
      top: 50%;
      position: absolute;
    }

    .about_content2_mobile {
      display: block;
      position: relative;
      margin-top: 0.35rem;
      z-index: 5;
    }

    .about_content2_mobile:after {
      content: "";
      clear: both;
      display: block;
    }

    .about_content2_mobile li {
      display: block;
      float: left;
      width: 50%;
      text-align: center;
      padding-bottom: 0.4rem;
    }

    .about_content2_mobile li span {
      display: block;
      width: 1.7rem;
      margin: auto;
    }

    .about_content2_mobile li span img {
      display: block;
      width: 100%;
    }

    .about_content2_mobile li b {
      display: block;
      font-size: 0.3rem;
      color: #f85800;
      padding: 0.1rem 0;
    }

    .about_content2_mobile li p {
      display: block;
      font-size: 0.24rem;
      color: #222;
    }

    .about_content5 .images {
      height: 9rem;
    }

    .about_content5 .images .table {
      background-image: url(../images/about/table_m.png);
      background-size: 7.5rem 5.48rem;
      min-width: 7.5rem;
      width: 7.5rem;
      height: 5.48rem;
      margin-top: 2.4rem;

    }

    .about_content5 .images .table .trophies {
      flex-wrap: wrap;
      max-width: 7.5rem;
      gap: 1.86rem .2rem;
      bottom: .64rem;
      padding: 0 1rem;
      justify-content: space-around;
    }

    .about_content5 .images .table .trophies .trophy img {
      width: 100%;
    }

    .about_content5 .images .table .trophies .trophy:nth-child(1) {
      flex: 0 1 1.14rem;
      margin-left: .08rem;
    }

    .about_content5 .images .table .trophies .trophy:nth-child(2) {
      flex: 0 1 1.83rem;
    }

    .about_content5 .images .table .trophies .trophy:nth-child(3) {
      flex: 0 1 .89rem;
      margin-right: .08rem;
    }

    .about_content5 .images .table .trophies .trophy:nth-child(4) {
      flex: 0 1 1.07rem;
    }

    .about_content5 .images .table .trophies .trophy:nth-child(5) {
      flex: 0 1 1.3rem;
    }

    .about_content5 .images .table .trophies .trophy:nth-child(6) {
      flex: 0 1 .97rem;
    }

    .about_content5 .images .table .trophies .trophy p {
      font-size: .21rem;
      text-wrap-mode: nowrap;
    }

    .contractdel .bottom_msg {
      font-size: 0.24rem;
    }

    .contractdel_page li>.table_mask table {
      width: 19.9rem;
      text-align: center;
      font-size: 0.24rem;
    }

    .contractdel_page li .table_content {
      max-height: 7rem;
      width: 20rem;
    }

    .contractdel_page li .table_content::-webkit-scrollbar {
      width: 0.1rem;
    }

    .back_btn2 button {
      font-size: 0.24rem;
    }

    .more_post {
      font-size: 0.24rem;
    }

    .more_post h2 {
      font-size: 0.32rem;
    }

    .more_post ul li p {
      margin: 0 1.4rem 0 0;
    }

    .real_time_list {
      font-size: 0.24rem;
      padding: 1.2rem 0.3rem 1rem 0.3rem;
    }

    .real_time_list>ul {
      border-top: 1px dotted #d2d2d2;
    }

    .real_time_list>ul li {
      padding: 0.4rem 0;
    }

    .real_time_list>ul li .date {
      right: 0;
      top: 0.4rem;
    }

    .real_time_list>ul li:after {
      display: none;
    }

    .real_time_list>ul li .date span {
      display: none;
    }

    .real_time_list>ul li .date span+span {
      display: block;
    }

    .real_time_list>ul li h4 {
      margin-right: 1.7rem;
    }

    .real_time_list>ul li.news {
      background: none;
    }

    .real_time_list>ul li.news h4 {
      margin-right: 1.7rem;
      font-weight: normal;
      font-size: 0.24rem;
    }

    .real_time_list>ul li.news p.msg {
      display: none;
    }

    .real_time_list>ul li.news .more,
    .real_time_list>ul li.news .more:hover {
      border: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transform: none;
      background: none;
    }

    .real_time_list>ul li.news .more:after {
      display: none;
    }

    .real_time_list>ul li.news .date {
      position: absolute;
    }

    .contractdel_menu p span {
      font-size: 0.28rem;
    }

    .number_menu {
      padding: 0.5rem 0 0.2rem 0;
    }

    .number_menu p svg,
    .number_menu p img {
      width: 0.3rem;
      height: 0.3rem;
      margin: -0.05rem -0.03rem 0 -0.08rem;
    }

    .number_menu p {
      width: 2rem;
      height: 0.65rem;
      font-size: 0.28rem;
      line-height: 0.63rem;
      margin-bottom: .12rem;
    }


    .uservoice p {
      font-size: 0.3rem;
    }

    .uservoice form {
      max-width: 6.4rem;
    }

    .uservoice form>.item {
      margin-bottom: .2rem;
    }

    .uservoice form>.item>span {
      left: .02rem;
      top: .02rem;
    }

    .uservoice form>.item.feedback_option {
      height: 2.04rem;
      justify-content: space-between;
    }

    .uservoice form>.item.feedback_option div {
      width: 1.8rem;
    }

    .uservoice form>.item.feedback_option label {
      font-size: .2rem;
    }

    .uservoice form .feedback_content textarea {
      font-size: .24rem;
    }

    .uservoice form button {
      width: 2.05rem;
      font-size: .34rem;
      line-height: .66rem;
      height: .68rem;
    }

    .uservoice .pics {
      padding: 0;
      width: 7.5rem;
      height: 10.05rem;
      background-image: url(../images/uservoice/uservoice_pics_bg_m.png);
    }

    .uservoice .pics .row {
      padding: 0;
    }

    .uservoice .pics .row.pc {
      display: none;
    }

    .uservoice .pics .row.m {
      display: flex;
    }

    .uservoice .pics img {
      width: 3.17rem;
    }

    .uservoice .pics p {
      font-size: .24rem;
    }

    .uservoice .icons {
      width: 5rem;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .uservoice .icons .item {
      margin-bottom: .6rem;
    }

    .uservoice .icons .item .icon,
    .uservoice .icons .item.wechat_flip .back .icon2_qrcode {
      width: 1.04rem;
      height: 1.04rem;
      margin-bottom: .4rem;
    }

    .uservoice .icons .item:nth-child(4)::after {
      top: 1.8rem;
    }

    .uservoice .icons .item.wechat_flip:hover {
      transform: rotateY(0deg);
    }

    .uservoice .icons .item.wechat_flip .back {
      display: none;
    }

    .about_content1 .lp_banner_m.swiper-container {
      overflow-x: hidden;
      overflow-y: auto;
      height: 3rem;
    }

    .about_content1 .lp_banner_m .swiper-slide {
      width: 3.06rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
    }

    .about_content1 .lp_banner_m .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      bottom: 0.3rem;
    }

    .about_content1 .lp_banner_m .swiper-pagination {
      position: absolute;
      bottom: 0;
    }

    .about_content1 .lp_banner_m .swiper-pagination-bullet {
      width: 0.16rem;
      height: 0.16rem;
      border-radius: 999rem;
      border: 1px solid #bfbfbf;
      box-sizing: border-box;
      background: #fff;
      opacity: 1;
    }

    .about_content1 .lp_banner_m .swiper-pagination-bullet-active {
      background: #bfbfbf;
    }

    .about_content1 .lp_banner_m .swiper-slide p {
      margin: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
      top: 33.3%;
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      content: "";
      display: block;
      width: .2rem;
      height: .33rem;
      background-image: url("../images/about/arrow-pagination.png");
      background-size: cover;
      filter: drop-shadow(0 0 .04rem #bfbfbf);
    }

    .swiper-button-prev::after {
      transform: scaleX(-1);
    }
  }
}

.verify_btn {
  display: block;
  margin: 0 auto;
  background: linear-gradient(90deg, #ff9803, #ff4d00);
  border: 0;
  outline: none;
  color: #fff;
  font-size: .3rem;
  padding: .18rem .3rem;
  border-radius: .08rem;
  font-weight: bold;
  cursor: pointer;
}