﻿
body {
  padding: 0rem;
  margin: 0rem;
  font-family: '微软雅黑';
  background: #F2F2F2;
  width: 100%;
  height: 100%;
}
div {
  box-sizing: border-box;
}
.pageArea {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-color: #f3f6f9;
}
.pageArea .wd_topCotent {
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(0deg, #FFFFFF, #E7EEFF, #FFFFFF, #FFFFFF);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageArea .wd_topCotent .logo {
  width: 0.7rem;
  height: 0.88rem;
}
.pageArea .wd_topCotent .mainMenu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  background: url(../image/navBg.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 4px 4px 0px rgba(59, 72, 117, 0.1);
}
.pageArea .wd_topCotent .mainMenu .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.pageArea .wd_topCotent .mainMenu .menuItem .icon {
  width: 0.24rem;
  height: 0.24rem;
}
.pageArea .wd_topCotent .mainMenu .menuItem .bigTille {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
  margin-top: 0.12rem;
}
.pageArea .wd_topCotent .mainMenu .menuItem .flag {
  visibility: hidden;
  width: 1.2rem;
  height: 0.07rem;
  background: #CD33FC;
  margin-top: 0.16rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pageArea .wd_topCotent .mainMenu .menuItem0 {
  width: 40%;
  margin-right: 1.2rem;
}
.pageArea .wd_topCotent .mainMenu .menuItemShinee .bigTille {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #D22BFC;
}
.pageArea .wd_topCotent .mainMenu .menuItemShinee .flag {
  visibility: visible;
}
.pageArea .topCotent {
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(0deg, #FFFFFF, #E7EEFF, #FFFFFF, #FFFFFF);
  box-shadow: 0rem 0.08rem 0.08rem 0rem rgba(59, 72, 117, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
}
.pageArea .topCotent .logo {
  width: 0.7rem;
  height: 0.88rem;
}
.pageArea .topCotent .mainMenu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.pageArea .topCotent .mainMenu .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  height: 100%;
}
.pageArea .topCotent .mainMenu .menuItem .icon {
  width: 0.24rem;
  height: 0.24rem;
}
.pageArea .topCotent .mainMenu .menuItem .bigTille {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
  margin-top: 0.14rem;
}
.pageArea .topCotent .mainMenu .menuItem .flag {
  visibility: hidden;
  width: 1.2rem;
  height: 0.06rem;
  background: linear-gradient(0deg, #3670FF, #239CFF);
  box-shadow: 0rem -0.04rem 0.08rem 0rem #FFFFFF;
  border-radius: 0.06rem 0.06rem 0rem 0rem;
  margin-top: 0.2rem;
}
.pageArea .topCotent .mainMenu .menuItemShinee .bigTille {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #2A6CFF;
}
.pageArea .topCotent .mainMenu .menuItemShinee .flag {
  visibility: visible;
}
.pageArea .hm_topCotent .flag {
  background: linear-gradient(0deg, #ffce64, #fc752a) !important;
}
.pageArea .hm_topCotent .menuItemShinee .bigTille {
  color: #fc752a !important;
}
.pageArea .tableContent {
  width: 100%;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  display: flex;
  height: 0.96rem;
  align-items: center;
  justify-content: space-around;
  background: #FFFFFF;
}
.pageArea .tableContent .tableItem {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  min-width: 1.2rem;
  height: 0.5rem;
  background: #F3F3F6;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
}
.pageArea .tableContent .tableItemShinee_wd {
  color: #FFFFFF;
  background: linear-gradient(270deg, #D22BFC, #AE5FFF);
}
.pageArea .tableContent .tableItemShinee {
  color: #FFFFFF;
  background: linear-gradient(270deg, #3670FF, #239CFF);
}
.pageArea .tableContent .tableItemShinee_hm {
  color: #FFFFFF;
  background: linear-gradient(270deg, #ffce64, #fc752a);
}
.pageArea .showArea {
  width: 100%;
  height: calc(100% - 1.2rem - 0.96rem);
  overflow-y: scroll;
  background-color: #ffffff;
  border-radius: 10px;
}
.pageArea .showArea .showImgContent {
  width: 100%;
  height: 100%;
}
.pageArea .showArea .showImgContent .showImg {
  width: 100%;
}
.pageArea .showArea .showImgContent .item-content {
  background-color: #F3F6F9;
  padding: 9PX;
}
.pageArea .showArea .showImgContent .item-content .item {
  padding: 18px 0 50px 0;
  background-color: #fff;
}
.pageArea .showArea .showImgContent .item-content .item .title .h1 {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #313E69;
  margin-bottom: 8px;
}
.pageArea .showArea .showImgContent .item-content .item .title .title-arrow {
  height: 16px;
  width: 100%;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .title {
  width: 149px;
  height: 18px;
  background: #3775FF;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 8px;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #00FFFC;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .two {
  width: 166px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .th {
  text-align: center;
  margin: 20px 0 8px 0;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .desc {
  padding: 0 13px;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .page1-1 {
  height: 286px;
  width: 100%;
  margin-bottom: 15px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .jump-url {
  display: block;
  margin: 15px 0 22px 0;
  text-align: center;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  text-decoration: underline;
  color: #3980FF;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 13px 15px 26px 15px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 ul .li {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .some {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
  padding: 16px 16px 23px 16px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .hua-phone,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .hua-phone {
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
  margin-bottom: 6px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .desc,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .desc {
  text-align: center;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
  margin-bottom: 9px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .page1-2,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .page1-2 {
  height: 155px;
  width: 347px;
  margin-bottom: 42px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .height-147,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .height-147 {
  height: 147px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .midesc,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .midesc {
  margin: 6px 0 9px 0;
  text-align: center;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .height-296,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .height-296 {
  height: 296px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .jiancha,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .jiancha {
  height: 303px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua .oppo-style,
.pageArea .showArea .showImgContent .item-content .item .item-1 .hua-hong .oppo-style {
  display: block;
  margin: 0 auto;
  width: 155px;
  height: 134px;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .other .th {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .other .desc {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .other ul {
  margin-top: 0;
  padding-top: 0;
  list-style: none;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item .item-1 .other ul li {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.pageArea .showArea .showImgContent .item-content .item1-2 .jump-url {
  display: block;
  text-align: center;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  text-decoration: underline;
  color: #3980FF;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pageArea .showArea .showImgContent .item-content .item1-2 .item1-2-h1 {
  width: 165px !important;
}
.pageArea .showArea .showImgContent .item-content .item1-2 .center {
  text-align: center;
}
.pageArea .showArea .showImgContent .item-content .item1-2 ul {
  margin: 0 !important;
  padding: 0 !important;
}
.pageArea .showArea .showImgContent .item-content .item1-2 .item1-2-photo {
  width: 170px !important;
  height: 147px !important;
}
.pageArea .showArea .videoContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageArea .showArea .videoContent .tittle {
  width: 6.96rem;
  height: 0.84rem;
  margin-top: 0.26rem;
}
.pageArea .showArea .videoContent .video {
  width: 6.5rem;
  height: 3.66rem;
  margin-top: 0.2rem;
  border-radius: 0.2rem;
}
.pageArea .showArea .videoContent .empty_img {
  width: 1.4rem;
  height: 1.06rem;
  margin-top: 50px;
}
.pageArea .showArea .videoContent .empty_text {
  font-size: 0.22rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #4E609D;
  margin-top: 0.14rem;
  margin-top: 18px;
}
.title .h1 {
  background-color: #fff;
}
.h1-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.h1 {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #00FFFC;
  background: #3775FF;
  padding: 0 10px;
}
.h2 {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #00FFFC;
  min-height: 20px;
  line-height: 20px;
  margin: 30px 10px;
  background: #3775FF;
  margin-left: 13px;
  padding-left: 10px;
}
.h3 {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
  margin-left: 13px;
}
.size {
  width: 162px;
  height: 324px;
}
.size3-2 {
  width: 349px;
  height: 678px;
}
.size4-1 {
  width: 349px;
  height: 340px;
}
.size4-3 {
  width: 349px;
  height: 678px;
}
.df-s {
  display: flex;
  justify-content: start;
  align-items: center;
}
.flex-row {
  flex-direction: column;
}
.ml-13 {
  margin-left: 0px;
}
.a {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.size2-1 {
  width: 162px;
  height: 324px;
}
.size2-2 {
  width: 348px;
  height: 676px;
}
.size22-1 {
  width: 183px;
  height: 349px;
}
.size22-2 {
  width: 196px;
  height: 367px;
}
.mt-10 {
  margin-top: 10px;
}
.size23-1 {
  width: 162px;
  height: 324px;
}
.size23-4 {
  width: 348px;
  height: 342px;
}
.center-list {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: inherit;
}
.im {
  padding: 2px;
  background: #F3F6F9;
  border-radius: 5px;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E609D;
}
.size24-1 {
  width: 334px;
  height: 311px;
}
.left,
.right {
  flex: 1;
}
.left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.df {
  display: flex;
}
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.url-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.url-color {
  width: 171px;
  height: 30px;
  background: linear-gradient(0deg, #0045E1, #5CDEFF);
  border-radius: 15px;
  color: #ffffff !important;
}
.size21-3 {
  width: 282px;
  height: 340px;
}
.left img {
  width: 96px;
  height: 104px;
}
.right img {
  width: 164px;
  height: 324px;
}
.df-be {
  position: relative;
}
.down {
  position: absolute;
  right: 10px;
  top: 170px;
}
.size31 {
  width: 349px;
  height: 674px;
}
.size32 {
  width: 347px;
  height: 337px;
}
.size41 {
  width: 347px;
  height: 674px;
}
.size42 {
  width: 350px;
  height: 679px;
}
.size43 {
  width: 347px;
  height: 674px;
}
.red {
  color: #FF0000;
}
.size34 {
  width: 347px;
  height: 337px;
}
.bottom {
  height: 55px;
  background-color: #F3F6F9;
  display: flex;
  justify-self: center;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.bottom .choose {
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
  line-height: 13px;
  letter-spacing: 20px;
}
.bottom .line {
  transform: scale(0.8);
  font-size: 8px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4E609D;
  opacity: 0.5;
  margin-top: 5px;
}
.line-height {
  line-height: 0.44rem !important;
}
