.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.center {
  width: 1000px;
  height: inherit;
  margin: 0 auto;
}

.clearfix:after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

header {
  line-height: 60px;
  background: #ffffff;
  z-index: 1;
}

header .center:after,
header .center::after {
  display: block;
  content: "";
  clear: both;
}

header .center a.logo,
header .center ul {
  height: inherit;
}

header .center a.logo {
  float: left;
}

header .center a.logo img {
  height: 86px;
  vertical-align: middle;
}

header .center ul {
  display: flex;
  justify-content: space-between;
}

header .center ul li {
  float: left;
  margin-left: 15px;
}

header .center ul li a {
  padding: 10px 20px;
  font-size: 20px;
  color: #390e0c;
  border-radius: 10px;
}

header .center ul li.hover a,
header .center ul li:hover a {
  color: #ffffff;
  background: #ff5151;
}

header .logo-container {
  background-color: #ffe7e7;
  padding-top: 15px;
}

header .logo-wrapper {
  width: 1000px;
  margin: 0 auto;
  line-height: normal;
  padding-bottom: 15px;
}

header .logo-container img {
  height: 70px;
  width: auto;
}

header .logo-container img.main-logo {
  position: absolute;
  left: 50%;
  margin-left: -188px;
  height: 80px;
}

.section1 {
  background: url("../images/pc/bg01.jpg") center;
  padding-top: 38px;
  overflow: hidden;
}

.section1 .center {
  position: relative;
  width: 1000px;
}

.section1 .center .outwrap1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  bottom: 120px;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.section1 .center .outwrap1 .outwrap2 {
  width: 1000px;
  margin: 0 auto;
  height: 110%;
}

.section1 .item01 .img {
  text-align: center;
}

.section1 .item01 .img img {
  margin: 60px auto;
}

.section1 .item02 {
  width: 100%;
  padding: 15px 30px;
}

.section1 .item02 ul {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}

.section1 .item02 ul li {
  width: 106px;
  height: 106px;
  border: 2px solid #ff5151;
  border-radius: 50%;
  transition: 0.4s;
}

.section1 .item02 ul li a {
  display: flex;
  width: 100px;
  height: 100px;
  margin: 3px;
  background: #ff5151;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section1 .item02 ul li a span {
  display: block;
  text-align: center;
  color: #ffffff;
}

.section1 .item02 ul li a span:nth-of-type(1) {
  font-size: 18px;
  /* border-top: 50px solid transparent; */
}

.section1 .item02 ul li a span:nth-of-type(2) {
  font-size: 14px;
}

.section1 .item02 ul li:hover {
  transform: scale(1.1);
}

.section1 .item02 ul li:nth-of-type(2) {
  border: 2px solid #ffa83b;
}

.section1 .item02 ul li:nth-of-type(2) a {
  background: #ffa83b;
}

.section1 .item02 ul li:nth-of-type(3) {
  border: 2px solid #16d48f;
}

.section1 .item02 ul li:nth-of-type(3) a {
  background: #16d48f;
}

.section1 .item02 ul li:nth-of-type(4) {
  border: 2px solid #2ea9ff;
}

.section1 .item02 ul li:nth-of-type(4) a {
  background: #2ea9ff;
}

.section1 .item02 ul li:nth-of-type(5) {
  border: 2px solid #913afd;
}

.section1 .item02 ul li:nth-of-type(5) a {
  background: #913afd;
}

.section1 .item03 {
  position: relative;
  margin: 70px 0 0 0;
  height: 290px;
  background: #fdf7f1;
}

.section1 .item03 .img {
  position: absolute;
}

.section1 .item03 .left .img.left-boll {
  left: 80px;
  bottom: 0;
}

.section1 .item03 .left .img.left-boll img {
  width: 100px;
}

.section1 .item03 .left .img.iphone {
  left: 160px;
  bottom: -5px;
}

.section1 .item03 .left .img.iphone img {
  width: 155px;
}

.section1 .item03 .left .img.boll {
  left: 125px;
  top: 20px;
  overflow: hidden;
  width: 100%;
}

.section1 .item03 .left .img.boll img {
  width: 340px;
}

.section1 .item03 .right .img.text1 {
  right: 125px;
  top: 32px;
}

.section1 .item03 .right .img img {
  width: 350px;
}

.section1 .item03 .right .Qcode {
  position: absolute;
  right: 280px;
  bottom: 55px;
}

.section1 .item03 .right .Qcode ul li {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ff5151;
  border-radius: 30px;
  cursor: pointer;
}

.section1 .item03 .right .Qcode ul li i {
  font-size: 20px;
  vertical-align: middle;
  color: #ff5151;
}

.section1 .item03 .right .Qcode ul li span {
  margin-left: 10px;
  font-size: 16px;
  vertical-align: middle;
  color: #ff5151;
}

.section1 .item03 .right .Qcode ul li.current {
  background: #ff5151;
}

.section1 .item03 .right .Qcode ul li.current i {
  color: #ffffff;
}

.section1 .item03 .right .Qcode ul li.current span {
  color: #ffffff;
}

.section1 .item03 .right .Qcode ul li:nth-of-type(2) {
  margin-top: 15px;
}

.section1 .item03 .right .img.qCode {
  position: absolute;
  top: 120px;
  right: 125px;
  height: 160px;
}

.section1 .item03 .right .img.qCode .qr-code,
.section1 .item03 .right .img.qCode img {
  width: 130px;
  height: 130px;
}

.section1 .item03 .right .img.qCode .qr-code.android,
.section1 .item03 .right .img.qCode img.android {
  display: none;
}

.section1 .item02 ul li.xianlu-btn {
  border: 0;
}

.section1 .item02 ul li.xianlu-btn a.modal-btn {
  background: url(../images/pc/xianlu-button.gif) no-repeat transparent center;
  background-size: 100% 100%;
  border: 0;
  border-radius: 0;
  width: 106px;
  height: 95px;
}

.slide2 {
  background: url("../images/pc/bg01.jpg") no-repeat center top;
}

.slide2 .center {
  position: relative;
  width: 100%;
}

.slide2 .center .outwrap1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  bottom: 120px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.slide2 .center .outwrap1 .outwrap2 {
  width: 1000px;
  margin: 0 auto;
}

.slide2 .navlist {
  position: relative;
  margin: 50px 3px 0;
  padding: 16px 10px 12px;
  border: 2px dashed rgba(253, 169, 169, 0.5);
}

.slide2 .navlist .div_title {
  width: 240px;
  height: 44px;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: -22px;
  background: url("../images/pc/bg_title.png") no-repeat center;
  background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
}

.slide2 .navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide2 .navlist ul li {
  margin-top: 20px;
}

.slide2 .navlist ul li a {
  display: inline-block;
  width: 150px;
  height: 46px;
  font-size: 16px;
  line-height: 44px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-radius: 3px;
}

.slide2 .navlist ul li a:hover {
  color: #333333;
}

.slide2 .navlist ul li img {
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
}

.slide2 .navlist ul li span {
  vertical-align: middle;
}

.slide2 .center::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.slide2 .center::-webkit-scrollbar-button {
  background: rgba(255, 255, 255, 0.6);
}

.slide2 .center::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.6);
}

.slide2 .center::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.6);
}

.slide2 .center::-webkit-scrollbar-thumb {
  background: rgba(217, 57, 62, 0.5);
}

.slide2 .center::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.6);
}

.slide2 .center::-webkit-scrollbar-resizer {
  background: rgba(255, 255, 255, 0.6);
}

.slide2 .center {
  scrollbar-arrow-color: #aaa2a2;
  scrollbar-face-color: #333;
  scrollbar-3dlight-color: #666;
  scrollbar-highlight-color: #666;
  scrollbar-shadow-color: #999;
  scrollbar-darkshadow-color: #666;
  scrollbar-track-color: #666;
  scrollbar-base-color: #f8f8f8;
}

footer {
  background: #ffffff;
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

footer .center {
  width: 1300px;
  margin: 0 auto;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

footer .center p {
  font-size: 14px;
  line-height: 1.5;
}

footer .center p.copyright_info {
  margin-top: 10px;
}

footer .center .footer-img {
  margin-top: 5px;
}

.controlArrow.next {
  border-color: transparent transparent transparent #ff5151 !important;
}

.controlArrow.prev {
  border-color: transparent #ff5151 transparent transparent !important;
}

.scrollBar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scrollBar::-webkit-scrollbar-button {
  background: rgba(255, 255, 255, 0.6);
}

.scrollBar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.6);
}

.scrollBar::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.6);
}

.scrollBar::-webkit-scrollbar-thumb {
  background: rgba(217, 57, 62, 0.5);
}

.scrollBar::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.6);
}

.scrollBar::-webkit-scrollbar-resizer {
  background: rgba(255, 255, 255, 0.6);
}

.scrollBar {
  scrollbar-arrow-color: #aaa2a2;
  scrollbar-face-color: #333;
  scrollbar-3dlight-color: #666;
  scrollbar-highlight-color: #666;
  scrollbar-shadow-color: #999;
  scrollbar-darkshadow-color: #666;
  scrollbar-track-color: #666;
  scrollbar-base-color: #f8f8f8;
}

.flex-row {
  width: 1300px;
  display: flex;
  border: 1px solid #ff5a5a;
  margin-bottom: 20px;
}

.flex-row-head {
  color: #fff;
  background: #873ff4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  width: 205px;
}

.flex-row-body {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-color: #ffeeee;
}

.flex-col {
  flex: 1 1 calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-row-head-text {
  display: inline-block;
  line-height: 28px;
  font-size: 22px;
  font-weight: bold;
}

.flex-row:first-child .flex-row-head .flex-row-head-img {
  background: url(../images/pc/9600.vip.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 150px;
  height: 38px;
}

.flex-row:nth-child(2) .flex-col-row,
.flex-row:nth-child(4) .flex-col-row {
  display: flex;
  align-items: center;
  /* margin: 40px 20px; */
}

.flex-col-row {
  display: flex;
  align-items: center;
  margin: 5px 20px;
}

.flex-col-row :hover {
  transform: scale(1.01);
}

.flex-col-row a img {
  width: 80%;
}

.modal__close {
  cursor: pointer;
}