@media screen and (min-width: 1500px) {
  html {
    font-size: 77px !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  min-width: 1500px;
  font-family: '微软雅黑';
}
h1 {
  font-size: 0;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
span {
  font-family: AlibabaPuHuiTiR;
}
/* 1200px的版心 */
.container {
  width: 12rem;
  margin: 0 auto;
  height: 100%;
}
/* 头部通用 */
.tag-head {
  text-align: center;
  padding-top: 1.28rem;
}
.tag-head .head-title {
  position: relative;
  font-size: 0.48rem;
  font-family: AlibabaPuHuiTiB;
  color: #050505;
  font-weight: 700;
}
.tag-head .head-intro {
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiR;
  color: #999;
  position: relative;
  margin-top: 0.06rem;
}
b {
  font-family: eng;
}
/* 主页 */
header {
  height: 0.9rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(222, 222, 222, 0.5);
}
header .header {
  width: 100%;
  padding-left: 2%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .header img {
  width: 1.17rem;
  height: 0.41rem;
}
header .header nav ul {
  width: 6.1rem;
  display: flex;
  justify-content: space-around;
}
header .header nav ul li {
  font-size: 0.2rem;
}
header .header nav ul li a {
  font-weight: 400;
  color: #414040;
  font-family: AlibabaPuHuiTiR;
}
header .header nav ul li .active {
  color: #272B9F;
  font-weight: 600;
}
header .header .login #reg {
  display: block;
  width: 1.5rem;
  height: 0.9rem;
  background-color: #2254f8;
  font-family: 'AlibabaPuHuiTiR';
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  line-height: 0.9rem;
}
header .header .login #reg:hover {
  filter: brightness(1.2);
}
.t {
  margin-top: 0.3rem !important;
}
.main {
  position: relative;
  margin-top: 0.9rem;
}
.main .banner {
  width: 100%;
  position: relative;
}
.main .banner video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main .banner .title {
  position: absolute;
  top: 2.61rem;
  left: 3.6rem;
  display: flex;
  flex-direction: column;
}
.main .banner .title p {
  font-size: 0.6rem;
  font-weight: 600;
}
.main .banner .title span {
  margin-top: 0.22rem;
  font-size: 0.3rem;
}
.main .banner .title a {
  display: block;
  background-color: #2254f8;
  color: #fff;
  width: 2.6rem;
  height: 0.8rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.5rem;
}
.main .banner .shuiyin {
  font-size: 0.28rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.1rem;
  font-family: AlibabaPuHuiTiR;
  color: #fff;
  opacity: 0.3;
}
.main #tag1 {
  width: 100%;
  height: 1.7rem;
  background-color: #F7F8FD;
  opacity: 0.79;
}
.main #tag1 .container1 {
  width: 10.3rem;
  margin: 0 auto;
}
.main #tag1 .container1 ul {
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main #tag1 .container1 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main #tag1 .container1 ul li p {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 0.5rem;
}
.main #tag1 .container1 ul li p em {
  font-style: normal;
  font-size: 0.55rem;
}
.main #tag1 .container1 ul li span {
  font-size: 0.28rem;
  font-family: AlibabaPuHuiTiR;
  color: #666;
}
.main #tag2 {
  width: 100%;
  height: 6.7rem;
  background-color: #f8f8f8;
  position: relative;
}
.main #tag2 .container .left {
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(https://fpvideo.shenshiads.com/adSet-_web_imgs/right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag2 .container .right {
  position: absolute;
  right: 0;
  bottom: 0.61rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(https://fpvideo.shenshiads.com/adSet-_web_imgs/left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag2 .container .c {
  position: absolute;
  top: 0.64em;
  right: 1.63rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #275aff;
}
.main #tag2 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0.96rem;
}
.main #tag2 .container ul .rr {
  margin-left: 3rem;
}
.main #tag2 .container ul .tt {
  margin-top: 0.87rem;
}
.main #tag2 .container ul li {
  width: 35%;
  display: flex;
  justify-content: start;
}
.main #tag2 .container ul li img {
  width: 0.8rem;
  height: 0.8rem;
}
.main #tag2 .container ul li div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 0.5rem;
}
.main #tag2 .container ul li div p {
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiB;
  color: #050505;
  margin-bottom: 0.1rem;
}
.main #tag2 .container ul li div span {
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiR;
  color: #666666;
}
.main #tag3 {
  width: 100%;
  height: 5.6rem;
  background-color: #f2f2f7;
}
.main #tag3 .container .tag-head {
  padding-top: 0.7rem;
}
.main #tag3 .container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.77rem;
}
.main #tag3 .container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.main #tag3 .container ul li span {
  font-size: 0.16rem;
}
.main #tag3 .container ul li:hover {
  transform: scale(1.1);
}
.main #tag4 {
  width: 100%;
  height: 8.25rem;
  position: relative;
  background-color: #f8f8f8;
}
.main #tag4 .container .tag-head {
  padding-top: 0.66rem;
}
.main #tag4 .container .left {
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(https://fpvideo.shenshiads.com/adSet-_web_imgs/right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag4 .container .right {
  position: absolute;
  right: 0;
  bottom: 0.61rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(https://fpvideo.shenshiads.com/adSet-_web_imgs/left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag4 .container .c {
  position: absolute;
  left: 0.74em;
  bottom: 0.87rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #275aff;
}
.main #tag4 .container .content {
  display: flex;
  margin-top: 0.87rem;
}
.main #tag4 .container .content .tab {
  width: 3rem;
  background-color: #f0f0f5;
  height: 4.8rem;
}
.main #tag4 .container .content .tab .active {
  background-color: #fff;
}
.main #tag4 .container .content .tab .active .img1 {
  display: block;
}
.main #tag4 .container .content .tab .active .img2 {
  display: none;
}
.main #tag4 .container .content .tab .active span {
  color: #000;
}
.main #tag4 .container .content .tab li {
  position: relative;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.main #tag4 .container .content .tab li img {
  width: 0.5rem;
  height: 0.5rem;
  transform: translateX(-0.41rem);
}
.main #tag4 .container .content .tab li .img1 {
  display: none;
}
.main #tag4 .container .content .tab li .img2 {
  display: block;
}
.main #tag4 .container .content .tab li span {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  color: #999;
  transform: translateX(-0.41rem);
}
.main #tag4 .container .content .infoBox {
  height: 4.8rem;
}
.main #tag4 .container .content .infoBox .box {
  width: 9rem;
  height: 4.8rem;
  background-color: #fff;
  position: relative;
  display: none;
  padding-top: 0.47rem;
  padding-left: 0.53rem;
}
.main #tag4 .container .content .infoBox .box:first-child {
  display: block;
}
.main #tag4 .container .content .infoBox .box .sj {
  position: absolute;
  top: 2.1rem;
  left: -2.69rem;
  border-left: 4.8rem solid #f0f0f5;
  border-bottom: 0.6rem solid #fff;
  transform: rotate(-90deg);
}
.main #tag4 .container .content .infoBox .box .top {
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiB;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .center {
  margin-top: 0.56rem;
}
.main #tag4 .container .content .infoBox .box .center img {
  float: left;
  width: 0.8rem;
  height: 0.8rem;
}
.main #tag4 .container .content .infoBox .box .center p {
  margin-left: 1.09rem;
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiB;
  color: #000000;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .center span {
  width: 4.02rem;
  display: block;
  margin-left: 1.09rem;
  margin-top: 0.11rem;
  font-size: 0.16rem;
  color: #666666;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .bottom {
  margin-top: 0.67rem;
}
.main #tag4 .container .content .infoBox .box .bottom ul {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  width: 3rem;
}
.main #tag4 .container .content .infoBox .box .bottom ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main #tag4 .container .content .infoBox .box .bottom ul li div {
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiR;
  color: #E60101;
  text-shadow: 0px 4px 6px rgba(240, 240, 240, 0.5);
}
.main #tag4 .container .content .infoBox .box .bottom ul li div img {
  width: 0.08rem;
  height: 0.11rem;
}
.main #tag4 .container .content .infoBox .box .bottom ul li span {
  font-size: 0.16rem;
  color: #999;
}
.main #tag4 .container .content .infoBox .box .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 5.6rem;
}
.main #tag4 .container .content .infoBox .box .img img {
  width: 100%;
  height: 100%;
}
.main #tag5 {
  width: 100%;
  height: 14.7rem;
  background-color: #f2f2f7;
}
.main #tag5 .container .tag-head {
  padding-top: 0.77rem;
}
.main #tag5 .container ul {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  justify-content: space-between;
}
.main #tag5 .container ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.25rem;
}
.main #tag5 .container ul li div:hover img {
  transform: scale(1.1);
}
.main #tag5 .container ul li div:hover span {
  transform: translateY(-0.25rem);
}
.main #tag5 .container ul li div:hover p {
  transform: translateY(-0.25rem);
}
.main #tag5 .container ul li div p {
  font-weight: 400;
  font-size: 0.2rem;
  font-family: AlibabaPuHuiTiB;
  color: #000000;
  transition: all 0.5s;
}
.main #tag5 .container ul li div span {
  font-size: 0.12rem;
  transition: all 0.5s;
}
.main #tag5 .container ul li div img {
  width: 2.74rem;
  height: 5.38rem;
  transition: all 0.5s;
}
.main #tag6 {
  width: 100%;
  height: 7.09rem;
  background-color: #f8f8f8;
  position: relative;
}
.main #tag6 .container {
  overflow: hidden;
}
.main #tag6 .container .tag-head {
  padding-top: 1.05rem;
}
.main #tag6 .container .left {
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(https://fpvideo.shenshiads.com/adSet-_web_imgs/right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag6 .container .right {
  position: absolute;
  right: 0;
  bottom: 0.61rem;
  width: 1.74rem;
  height: 1.97rem;
  background-image: url(https://fpvideo.shenshiads.com/adSet-_web_imgs/left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main #tag6 .container .c {
  position: absolute;
  right: 1.63rem;
  top: 1.17rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #275aff;
}
.main #tag6 .container .ulBox {
  display: flex;
  width: 36rem;
  overflow: hidden;
  transition: all 0.5s;
}
.main #tag6 .container .ulBox ul {
  display: flex;
  width: 12rem;
  justify-content: space-between;
  margin-top: 1.14rem;
}
.main #tag6 .container .ulBox ul li {
  width: 1.12rem;
  height: 1.12rem;
}
.main #tag6 .container .ulBox ul li img {
  width: 100%;
  height: 100%;
}
.main #tag6 .container .tab {
  height: 0.06rem;
  display: flex;
  width: 0.4rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.42rem;
}
.main #tag6 .container .tab span {
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background-color: #b3b3b3;
  transition: all 0.5s;
}
.main #tag6 .container .tab .active {
  width: 0.15rem;
  height: 0.06rem;
  background-color: #275aff;
}
footer {
  width: 100%;
  height: 6rem;
  background-color: #35343a;
  position: relative;
  text-align: center;
  padding-top: 2.41rem;
}
footer #tag7 {
  position: absolute;
  left: 50%;
  bottom: 4.26rem;
  width: 12rem;
  height: 3.17rem;
  transform: translateX(-6rem);
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: -3px 1px 9px 0px rgba(0, 0, 0, 0.08);
}
footer #tag7 .container {
  padding-top: 0.6rem;
  padding-left: 0.71rem;
  padding-right: 0.62rem;
  display: flex;
  justify-content: space-between;
}
footer #tag7 .container .left {
  display: flex;
  flex-direction: column;
  width: 8.1rem;
}
footer #tag7 .container .left p {
  font-size: 0.48rem;
  font-family: AlibabaPuHuiTiB;
  color: #050505;
  text-align: left;
}
footer #tag7 .container .left span {
  transform: translateX(-2.2rem);
  margin-top: 0.16rem;
  font-size: 0.2rem;
  color: #999;
}
footer #tag7 .container .left a {
  margin-top: 0.23rem;
  display: block;
  width: 2.17rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #275aff;
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiR;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 0.66rem;
  text-align: center;
}
footer #tag7 .container .right {
  display: flex;
  width: 2.7rem;
  justify-content: space-between;
  padding-top: 0.1rem;
}
footer #tag7 .container .right img {
  width: 1.1rem;
  height: 1.1rem;
}
footer #tag8 .container {
  display: flex;
  justify-content: space-around;
}
footer #tag8 .container dl {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer #tag8 .container dl dt {
  font-size: 0.16rem;
  color: #fff;
  font-family: AlibabaPuHuiTiR;
}
footer #tag8 .container dl dd {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  position: relative;
  color: #89878f;
  font-family: AlibabaPuHuiTiR;
}
footer #tag8 .container dl dd a {
  color: #89878f;
}
footer #tag8 .container dl dd img {
  margin-right: 0.1rem;
}
footer #tag8 .container dl dd div {
  position: absolute;
  left: -1.05rem;
  top: -0.15rem;
  width: 1.05rem;
  height: 1.15rem;
  background-image: url(https://fpvideo.shenshiads.com/adSet-_web_imgs/kuang.png);
  background-size: cover;
  background-position: -0.15rem 0;
  display: none;
  padding-top: 0.08rem;
  padding-left: 0.03rem;
  font-size: 0.12rem;
  color: #000;
  border-radius: 0.1rem;
}
footer #tag8 .container dl dd div img {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.05rem;
}
footer #tag8 .container dl dd div span {
  display: block;
  text-align: center;
  margin-left: -0.1rem;
  transform: scale(0.8);
}
footer #tag8 .container dl dd:hover div {
  display: block;
}
footer #tag8 p {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  font-family: AlibabaPuHuiTiR;
  color: #89878F;
}
footer #tag8 p a {
  color: #89878F;
}
#fot {
  background-color: #000000;
  height: 1.5rem;
  position: relative;
}
#fot .icp {
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0.68rem;
  left: 50%;
  transform: translateX(-50%);
}
#fot .icp a {
  color: #ffffff;
}
