@charset "UTF-8";
body.NewestHome {
  background-color: #000;
  padding-top: 80px;
}
body.NewestHome html,
body.NewestHome body,
body.NewestHome div,
body.NewestHome span,
body.NewestHome iframe,
body.NewestHome input,
body.NewestHome select,
body.NewestHome map,
body.NewestHome font,
body.NewestHome img,
body.NewestHome a img,
body.NewestHome samp,
body.NewestHome strong,
body.NewestHome hr,
body.NewestHome h1,
body.NewestHome h2,
body.NewestHome h3,
body.NewestHome h4,
body.NewestHome h5,
body.NewestHome h6,
body.NewestHome b,
body.NewestHome p,
body.NewestHome blockquote,
body.NewestHome a,
body.NewestHome address,
body.NewestHome code,
body.NewestHome dl,
body.NewestHome dt,
body.NewestHome dd,
body.NewestHome ol,
body.NewestHome ul,
body.NewestHome li,
body.NewestHome form,
body.NewestHome label,
body.NewestHome table,
body.NewestHome tr,
body.NewestHome td,
body.NewestHome th {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
body.NewestHome ol,
body.NewestHome ul {
  list-style: none;
}
body.NewestHome h1,
body.NewestHome h2,
body.NewestHome h3,
body.NewestHome h4,
body.NewestHome h5,
body.NewestHome h6 {
  line-height: 1;
}
body.NewestHome a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
}
body.NewestHome i,
body.NewestHome em {
  font-style: normal;
}
body.NewestHome a:focus {
  outline: none;
}
body.NewestHome a.hidefocus {
  outline: none;
}
body.NewestHome input[type=text],
body.NewestHome input[type=submit],
body.NewestHome input[type=button] {
  -webkit-appearance: none;
  /*去除iPhone input默认样式}*/
}
body.NewestHome input {
  outline: none;
  background: none;
}
body.NewestHome img {
  display: block;
}
body.NewestHome .fl {
  float: left;
}
body.NewestHome .fr {
  float: right;
}
body.NewestHome .clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
}
body.NewestHome .clear {
  zoom: 1;
}
body.NewestHome .M_head {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999999;
}
body.NewestHome .M_head .ec {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
body.NewestHome .M_head .ec .logo a img {
  width: 133px;
}
body.NewestHome .M_head .right {
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.NewestHome .M_head .right .nav {
  display: flex;
  align-items: center;
  height: 100%;
}
body.NewestHome .M_head .right .nav a {
  font-size: 16px;
  color: #616065;
  line-height: 80px;
}
body.NewestHome .M_head .right .nav div {
  height: 100%;
  display: flex;
  position: relative;
  margin-left: 23px;
}
body.NewestHome .M_head .right .nav div .erji {
  width: 135px;
  height: auto;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 100%;
  background-color: #fff;
  z-index: 999;
  flex-direction: column;
  margin-left: 0;
  box-shadow: 0 0 4px #a6a9f3;
  display: none;
}
body.NewestHome .M_head .right .nav div .erji a {
  margin-left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #7e88e6;
  text-align: center;
}
body.NewestHome .M_head .right .nav div .erji a:nth-child(1) {
  border-top: none;
}
body.NewestHome .M_head .right .nav div:hover .erji {
  display: block;
  display: flex;
}
body.NewestHome .M_head .right .nav .click {
  display: inline-block;
  color: green;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d55e3), to(#a548de));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
body.NewestHome .M_head .right .nav a:hover {
  display: inline-block;
  color: green;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d55e3), to(#a548de));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
body.NewestHome .M_head .right .dlzc {
  display: flex;
  align-items: center;
}
body.NewestHome .M_head .right .dlzc a {
  font-size: 16px;
  font-weight: bold;
  color: #1c1c1c;
}
body.NewestHome .M_head .right .dlzc .zc {
  width: 100px;
  height: 36px;
  background: #d0d1d9;
  border-radius: 18px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  line-height: 36px;
  text-align: center;
  margin-left: 31px;
}
body.NewestHome .M_head .right .AfterIogin {
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
body.NewestHome .M_head .right .AfterIogin p {
  font-size: 16px;
  color: #000;
  height: 100%;
  cursor: pointer;
}
body.NewestHome .M_head .right .AfterIogin p:hover {
  font-weight: bold;
}
body.NewestHome .M_head .right .AfterIogin > a {
  font-size: 16px;
  color: #000;
  display: block;
  margin-left: 20px;
  height: 100%;
}
body.NewestHome .M_head .right .AfterIogin > a:hover {
  font-weight: bold;
}
body.NewestHome .M_head .right .AfterIogin .guanli {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 206px;
  padding-top: 29px;
  display: none;
  z-index: 10000000000000000;
}
body.NewestHome .M_head .right .AfterIogin .guanli a {
  height: 55px;
  font-size: 14px;
  line-height: 55px;
  border-top: 1px solid #dddddd;
  color: #000;
  text-align: center;
  display: block;
}
body.NewestHome .M_head .right .AfterIogin .guanli a:hover {
  background: linear-gradient(to right, #7e88e6, #9f73e2);
  color: #fff;
}
body.NewestHome .M_head .right .AfterIogin .guanli a:nth-child(1) {
  border-top: none;
}
body.NewestHome .M_head .right .AfterIogin:hover .guanli {
  display: block;
}
body.NewestHome .M_head .sjcd {
  display: none;
}
body.NewestHome .M_banner {
  width: 100%;
  height: 545.13px;
  background-image: url("../images/banner.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
body.NewestHome .M_banner .ec {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
body.NewestHome .M_banner .ec > img {
  position: absolute;
  transform: translateY(-50%);
  right: -280px;
  top: 65%;
  width: 1000px;
  padding-bottom: 150px;
  z-index: 0;
}
body.NewestHome .M_banner .ec > h6 {
  font-size: 41px;
  color: #ffffff;
  margin-bottom: 20px;
}
body.NewestHome .M_banner .ec > p {
  font-size: 18px;
  color: #ffffff;
  line-height: 31px;
  width: 762px;
}
body.NewestHome .M_banner .ec > a {
  background-image: linear-gradient(to right, #3d55e3, #a548de);
  width: 240px;
  height: 56px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-top: 30px;
  margin-bottom: 112px;
}
body.NewestHome .M_banner .ec .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.NewestHome .M_banner .ec .box .LatestNotice {
  width: 985px;
  height: 48px;
  background-image: linear-gradient(to right, #3d55e3, #a21dcf);
  display: flex;
  align-items: center;
  border-radius: 10px;
}
body.NewestHome .M_banner .ec .box .LatestNotice p {
  font-size: 16px;
  color: #ffffff;
  width: 100px;
  text-align: center;
}
body.NewestHome .M_banner .ec .box .LatestNotice .swiper {
  width: 850px;
  height: 100%;
}
body.NewestHome .M_banner .ec .box .LatestNotice .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
body.NewestHome .M_banner .ec .box .LatestNotice .swiper-slide p {
  width: 747px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #ffffff;
}
body.NewestHome .M_banner .ec .box .LatestNotice .swiper-slide a {
  font-size: 16px;
  color: #ffffff;
}
body.NewestHome .M_banner .ec .box .CompetitionVideo {
  width: 143px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999999;
}
body.NewestHome .M_banner .ec .box .CompetitionVideo img {
  width: 24px;
  margin-right: 6px;
}
body.NewestHome .M_banner .ec .box .CompetitionVideo p {
  font-size: 20px;
  color: #ffffff;
}
body.NewestHome .M_banner .ec .video {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
body.NewestHome .M_banner .ec .video video {
  width: 60%;
  height: 60%;
}
body.NewestHome .M_banner .ec .video img {
  position: absolute;
  top: 14.8%;
  right: 17%;
  width: 3vw;
  height: 3vw;
}
body.NewestHome .M_Innav {
  width: 100%;
  height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.NewestHome .M_Innav ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  position: relative;
}
body.NewestHome .M_Innav ul li {
  display: flex;
}
body.NewestHome .M_Innav ul li a {
  font-size: 20px;
  color: #a3a3a3;
}
body.NewestHome .M_Innav ul li .click {
  text-decoration: revert;
  color: #ffffff;
  font-weight: bold;
}
body.NewestHome .M_EventObjectives {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
body.NewestHome .M_EventObjectives .title div {
  width: 502px;
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 22px;
}
body.NewestHome .M_EventObjectives .title div img {
  width: 512px;
  margin: 0 auto;
}
body.NewestHome .M_EventObjectives .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_EventObjectives .content {
  width: 1022px;
  margin: 0 auto;
  margin-top: 50px;
}
body.NewestHome .M_EventObjectives .content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  text-align: justify;
  padding-left: 20px;
  position: relative;
}
body.NewestHome .M_EventObjectives .content p::after {
  width: 10px;
  height: 10px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50px;
}
body.NewestHome .M_EventObjectives .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
body.NewestHome .M_EventObjectives .box div {
  width: 210px;
  height: 170px;
  background-color: #040825;
  border: 1px solid #8a8c99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/icon21.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
body.NewestHome .M_EventObjectives .box div p {
  font-size: 12px;
  color: #ffffff;
  line-height: 26px;
  width: 160px;
  text-align: center;
}
body.NewestHome .M_EventObjectives .box div:nth-child(2) {
  background-image: url("../images/icon22.png");
}
body.NewestHome .M_EventObjectives .box div:nth-child(3) {
  background-image: url("../images/icon23.png");
}
body.NewestHome .M_EventObjectives .box div:nth-child(4) {
  background-image: url("../images/icon24.png");
}
body.NewestHome .M_EventObjectives .box div:nth-child(5) {
  background-image: url("../images/icon25.png");
}
body.NewestHome .M_EventObjectives .box div:nth-child(5) p {
  width: 99px;
}
body.NewestHome .M_CompetitionChairman {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
body.NewestHome .M_CompetitionChairman .title div {
  width: 502px;
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 22px;
}
body.NewestHome .M_CompetitionChairman .title div img {
  width: 512px;
  margin: 0 auto;
}
body.NewestHome .M_CompetitionChairman .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_CompetitionChairman .nr {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
body.NewestHome .M_CompetitionChairman .nr > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.NewestHome .M_CompetitionChairman .nr > div .tx {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
body.NewestHome .M_CompetitionChairman .nr > div .tx img {
  width: 100%;
}
body.NewestHome .M_CompetitionChairman .nr > div .name {
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.NewestHome .M_CompetitionChairman .nr > div .position {
  width: 250px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
body.NewestHome .M_CompetitionChairman a {
  width: 310px;
  height: 70px;
  background-image: linear-gradient(to right, #a548de, #a548de, #3d55e3, #3d55e3);
  font-size: 24px;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
}
body.NewestHome .M_EventSummary {
  width: 1200px;
  height: 780px;
  background-image: url("../images/icon6.png");
  margin: 0 auto;
  margin-top: 119px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 68px;
}
body.NewestHome .M_EventSummary .left div {
  width: 502px;
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 20px;
}
body.NewestHome .M_EventSummary .left div img {
  width: 454px;
  margin: 0 auto;
}
body.NewestHome .M_EventSummary .left p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_EventSummary .left > img {
  width: 500px;
  margin-top: 119px;
}
body.NewestHome .M_EventSummary .right div {
  width: 472px;
  border: 1px solid #8086b9;
  border-radius: 10px;
  margin-top: 19px;
  padding: 24px 35px 30px 28px;
}
body.NewestHome .M_EventSummary .right div h6 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 400;
}
body.NewestHome .M_EventSummary .right div p {
  font-size: 12px;
  color: #d2d4eb;
  line-height: 25px;
  text-align: justify;
}
body.NewestHome .M_EventSummary .right div:nth-child(1) {
  margin-top: 0;
}
body.NewestHome .M_TrackDescription {
  width: 1200px;
  margin: 0 auto;
  margin-top: 97px;
}
body.NewestHome .M_TrackDescription .title div {
  width: 502px;
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.NewestHome .M_TrackDescription .title div img {
  width: 424px;
  margin: 0 auto;
}
body.NewestHome .M_TrackDescription .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_TrackDescription .content {
  width: 100%;
  padding: 0 77px;
  display: flex;
  justify-content: space-between;
  margin-top: 53px;
}
body.NewestHome .M_TrackDescription .content .left {
  width: 460px;
}
body.NewestHome .M_TrackDescription .content .left img {
  height: 214px;
  margin-bottom: 45px;
}
body.NewestHome .M_TrackDescription .content .left h6 {
  font-size: 36px;
  color: #ffffff;
  line-height: 45px;
}
body.NewestHome .M_TrackDescription .content .left p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 5px;
  position: relative;
}
body.NewestHome .M_TrackDescription .content .left p::after {
  width: 100px;
  height: 4px;
  content: "";
  background-color: #b924e7;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
  border-radius: 50px;
}
body.NewestHome .M_TrackDescription .content .left span {
  font-size: 16px;
  color: #ffffff;
  line-height: 38px;
  text-align: justify;
  display: block;
  margin-top: 31px;
}
body.NewestHome .M_ReviewDimension {
  width: 1200px;
  margin: 0 auto;
  margin-top: 115px;
}
body.NewestHome .M_ReviewDimension .title div {
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.NewestHome .M_ReviewDimension .title div img {
  width: 531px;
  margin: 0 auto;
}
body.NewestHome .M_ReviewDimension .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_ReviewDimension .content {
  width: 1095px;
  height: 558px;
  margin-top: 73px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
body.NewestHome .M_ReviewDimension .content .left {
  width: 231px;
  height: 154px;
  border-radius: 10px;
  padding-left: 20px;
  padding-top: 20px;
  background-image: linear-gradient(to right, #1a8efd, #31b2f6);
  margin-bottom: 51px;
}
body.NewestHome .M_ReviewDimension .content .left img {
  width: 25px;
  margin-bottom: 30px;
}
body.NewestHome .M_ReviewDimension .content .left p {
  font-size: 18px;
  color: #fff;
}
body.NewestHome .M_ReviewDimension .content .left span {
  font-size: 22px;
  color: #fff;
  display: flex;
}
body.NewestHome .M_ReviewDimension .content .in {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 102px;
}
body.NewestHome .M_ReviewDimension .content .in div {
  width: 238px;
  height: 116px;
  background-image: linear-gradient(to right, #e8475c, #cc32cb);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  border-radius: 10px;
  position: relative;
}
body.NewestHome .M_ReviewDimension .content .in div p {
  font-size: 19px;
  color: #fff;
}
body.NewestHome .M_ReviewDimension .content .in div span {
  font-size: 27px;
  color: #fff;
  margin-top: 10px;
}
body.NewestHome .M_ReviewDimension .content .in div img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -143px;
}
body.NewestHome .M_ReviewDimension .content .right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.NewestHome .M_ReviewDimension .content .right div {
  width: 238px;
  height: 116px;
  background-image: linear-gradient(to right, #7748db, #5529fc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  border-radius: 10px;
}
body.NewestHome .M_ReviewDimension .content .right div p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
body.NewestHome .M_ReviewDimension .content > img {
  position: absolute;
  left: 231px;
  top: 37px;
  width: 245px;
}
body.NewestHome .M_CompetitionBonus {
  margin-top: 166px;
}
body.NewestHome .M_CompetitionBonus .title div {
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.NewestHome .M_CompetitionBonus .title div img {
  width: 424px;
  margin: 0 auto;
}
body.NewestHome .M_CompetitionBonus .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_CompetitionBonus .content {
  width: 1200px;
  height: 599px;
  margin: 0 auto;
  margin-top: 60px;
  background: #151515;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 51px;
}
body.NewestHome .M_CompetitionBonus .content img {
  width: 476px;
  margin-right: 18px;
}
body.NewestHome .M_CompetitionBonus .content ul {
  width: 598px;
  background-color: #000;
  padding: 35px 0;
}
body.NewestHome .M_CompetitionBonus .content ul li {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
body.NewestHome .M_CompetitionBonus .content ul li img {
  width: 20px;
}
body.NewestHome .M_CompetitionBonus .content ul li p {
  font-size: 18px;
  color: #ffffff;
  line-height: 43px;
  width: 492px;
}
body.NewestHome .M_Schedule {
  width: 1200px;
  margin: 0 auto;
  margin-top: 103px;
}
body.NewestHome .M_Schedule .title div {
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.NewestHome .M_Schedule .title div img {
  width: 424px;
  margin: 0 auto;
}
body.NewestHome .M_Schedule .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_Schedule .content {
  margin-top: 53px;
  position: relative;
}
body.NewestHome .M_Schedule .content .box {
  padding-bottom: 35px;
}
body.NewestHome .M_Schedule .content .box ul {
  display: flex;
  justify-content: center;
  padding: 0;
}
body.NewestHome .M_Schedule .content .box ul .time {
  width: 100px;
}
body.NewestHome .M_Schedule .content .box ul .time p {
  font-size: 18px;
  color: #ffffff;
}
body.NewestHome .M_Schedule .content .box ul .icon {
  width: 22px;
  height: 22px;
  background-image: linear-gradient(#5751e0, #a048de);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
body.NewestHome .M_Schedule .content .box ul .icon span {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background-color: #d4ccf6;
}
body.NewestHome .M_Schedule .content .box ul .nr {
  width: 681px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.NewestHome .M_Schedule .content .box ul .nr h6 {
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px;
  color: #ffffff;
  background-image: linear-gradient(to right, #b824e7, #2832dd);
  display: inline-block;
  border-radius: 7px;
  font-weight: 400;
}
body.NewestHome .M_Schedule .content .box ul .nr p {
  font-size: 16px;
  color: #ffffff;
  margin: 12px 0;
}
body.NewestHome .M_Schedule .content .box ul .nr span {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  text-align: justify;
  display: block;
}
body.NewestHome .M_Schedule .content::after {
  width: 1px;
  height: 95%;
  background-color: #b924e7;
  content: "";
  position: absolute;
  left: 299.5px;
  top: 0;
  z-index: -1;
}
body.NewestHome .M_rule {
  margin-top: 50px;
}
body.NewestHome .M_rule .title div {
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.NewestHome .M_rule .title div img {
  width: 424px;
  margin: 0 auto;
}
body.NewestHome .M_rule .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_rule .content {
  width: 1200px;
  background: #151515;
  margin: 0 auto;
  margin-top: 57px;
  padding-top: 52px;
  padding-left: 54px;
  padding-bottom: 60px;
}
body.NewestHome .M_rule .content .nr {
  display: flex;
  align-items: center;
}
body.NewestHome .M_rule .content .nr div {
  height: 68px;
  padding: 0 17px;
  font-size: 24px;
  color: #ffffff;
  line-height: 68px;
  background-image: linear-gradient(to right, #b924e7, #5a2ef7);
  margin-right: 30px;
  border-radius: 7px;
}
body.NewestHome .M_rule .content .box {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
body.NewestHome .M_rule .content .box img {
  width: 27px;
  margin-right: 42px;
}
body.NewestHome .M_rule .content .box div h6 {
  font-size: 24px;
  color: #ffffff;
  background-image: url("../images/icon13.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 36px;
  width: 192px;
  font-weight: 400;
}
body.NewestHome .M_rule .content .box div p {
  font-size: 18px;
  color: #ffffff;
  line-height: 33px;
}
body.NewestHome .M_ReviewRules {
  width: 1200px;
  margin: 0 auto;
  margin-top: 94px;
  margin-bottom: 120px;
}
body.NewestHome .M_ReviewRules .title div {
  background-image: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.NewestHome .M_ReviewRules .title div img {
  width: 424px;
  margin: 0 auto;
}
body.NewestHome .M_ReviewRules .title p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
body.NewestHome .M_ReviewRules .box {
  width: 100%;
  background: #151515;
  position: relative;
  margin-top: 150px;
  padding-top: 79px;
  padding-bottom: 32px;
}
body.NewestHome .M_ReviewRules .box .bt {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: -70px;
}
body.NewestHome .M_ReviewRules .box .bt div {
  width: 225px;
  height: 105px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 30px;
  color: #000000;
  margin-right: 16px;
  line-height: 105px;
  text-align: center;
}
body.NewestHome .M_ReviewRules .box .nr {
  display: flex;
  align-items: center;
}
body.NewestHome .M_ReviewRules .box .nr .left {
  width: 405px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.NewestHome .M_ReviewRules .box .nr .left img {
  width: 296px;
}
body.NewestHome .M_ReviewRules .box .nr .right h6 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
body.NewestHome .M_ReviewRules .box .nr .right p {
  font-size: 16px;
  color: #ffffff;
  width: 741px;
  text-align: justify;
  line-height: 31px;
}
body.NewestHome .M_ReviewRules .box .nr .right a {
  width: 180px;
  height: 58px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #3d2fc3, #9a45db);
  font-size: 24px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-top: 35px;
}
body.NewestHome .M_ReviewRules .box:nth-child(2) .bt div:nth-child(1) {
  background-image: linear-gradient(to right, #3a2ec2, #9d46dc);
  color: #fff;
}
body.NewestHome .M_ReviewRules .box:nth-child(3) .bt div:nth-child(2) {
  background-image: linear-gradient(to right, #3a2ec2, #9d46dc);
  color: #fff;
}
body.NewestHome .M_ReviewRules .box:nth-child(3) .nr .left img {
  width: 338px;
}
body.NewestHome .M_framework {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 70px;
  border-radius: 3px;
}
body.NewestHome .M_framework .box {
  width: 1150px;
  margin: 0 auto;
}
body.NewestHome .M_framework .box .bt {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
body.NewestHome .M_framework .box .bt::after {
  width: 50px;
  height: 3px;
  background-image: linear-gradient(to right, #3a2ec2, #9d46dc);
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
  border-radius: 50px;
}
body.NewestHome .M_framework .box .nr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.NewestHome .M_framework .box .nr div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  margin: 0 5px;
  margin-bottom: 35px;
}
body.NewestHome .M_framework .box .nr div img {
  width: 115px;
  height: 115px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  margin-bottom: 15px;
}
body.NewestHome .M_framework .box .nr div p {
  width: 115px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
body.NewestHome .M_foot {
  width: 100%;
  height: 400px;
  background: #100f1f;
}
body.NewestHome .M_foot .ec {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 51px;
}
body.NewestHome .M_foot .ec .left h6 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}
body.NewestHome .M_foot .ec .left div {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
body.NewestHome .M_foot .ec .left div img {
  width: 16px;
  margin-right: 10px;
}
body.NewestHome .M_foot .ec .left div p {
  font-size: 24px;
  color: #ffffff;
}
body.NewestHome .M_foot .ec .left div:nth-child(3) img {
  width: 24px;
}
body.NewestHome .M_foot .ec .in {
  display: flex;
}
body.NewestHome .M_foot .ec .in div a {
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}
body.NewestHome .M_foot .ec .in div:nth-child(2) {
  margin-left: 60px;
}
body.NewestHome .M_foot .ec .right {
  display: flex;
}
body.NewestHome .M_foot .ec .right div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 44px;
}
body.NewestHome .M_foot .ec .right div img {
  width: 136px;
  margin-bottom: 25px;
}
body.NewestHome .M_foot .ec .right div p {
  font-size: 20px;
  color: #ffffff;
}
body.NewestHome .Addbuttonafter {
  display: flex;
  align-items: center;
}
body.NewestHome .Addbuttonafter a {
  background-image: linear-gradient(to right, #3d55e3, #a548de);
  width: 220px;
  height: 56px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-top: 30px;
  margin-bottom: 112px;
  margin-right: 10px;
  z-index: 9;
}



.qr_code{
  
  position: absolute; top: 420px; right: 40px; z-index: 10; text-align: center;
}


@media screen and (max-width: 750px) {

  .qr_code{
    display: none;
  }

  body.NewestHome {
    padding-top: 1rem;
  }
  body.NewestHome .M_head {
    height: 1rem;
  }
  body.NewestHome .M_head .ec {
    width: 7.1rem;
  }
  body.NewestHome .M_head .ec .logo a img {
    width: 2rem;
  }
  body.NewestHome .M_head .ec .right {
    width: 3.5rem;
    height: calc(100% - 1rem);
    background-color: #fff;
    z-index: 999;
    position: fixed;
    top: 1rem;
    right: -3.5rem;
    display: none;
  }
  body.NewestHome .M_head .ec .right .nav {
    display: block;
    width: 100%;
    height: auto;
  }
  body.NewestHome .M_head .ec .right .nav a {
    width: 100%;
    height: 0.85rem;
    margin-left: 0;
    font-size: 0.28rem;
    display: block;
    text-align: center;
    border-top: 0.01rem solid #2832dd;
    line-height: 0.85rem;
  }
  body.NewestHome .M_head .ec .right .nav div {
    height: auto;
    display: flex;
    position: relative;
    margin-left: 0;
    flex-direction: column;
  }
  body.NewestHome .M_head .ec .right .nav div .erji {
    width: 100%;
    height: auto;
    position: inherit;
    background-color: #fff;
    z-index: 999;
    flex-direction: column;
    margin-left: 0;
    box-shadow: 0 0 0px #a6a9f3;
    display: none;
    padding: 0 0.15rem;
    border-top: 0.01rem solid #2832dd;
  }
  body.NewestHome .M_head .ec .right .nav div .erji a {
    margin-left: 0;
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    border-top: 1px solid #7e88e6;
    text-align: center;
  }
  body.NewestHome .M_head .ec .right .nav div .erji a:nth-child(1) {
    border-top: none;
  }
  body.NewestHome .M_head .ec .right .nav div:hover .erji {
    display: block;
    display: flex;
  }
  body.NewestHome .M_head .ec .right .dlzc {
    display: block;
    background-color: #2832dd;
    padding: 0.25rem 0;
    display: none;
  }
  body.NewestHome .M_head .ec .right .dlzc a {
    width: 2.5rem;
    height: 0.75rem;
    background-color: #fff;
    display: block;
    font-size: 0.28rem;
    line-height: 0.75rem;
    text-align: center;
    border-radius: 0.5rem;
    margin: 0 auto;
  }
  body.NewestHome .M_head .ec .right .dlzc .zc {
    width: 2.5rem;
    height: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.75rem;
    text-align: center;
    margin-left: 0;
    background-color: #31b2f6;
    margin: 0 auto;
    margin-top: 0.25rem;
  }
  body.NewestHome .M_head .ec .right .AfterIogin {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    display: block;
    border-top: 0.01rem solid #2832dd;
  }
  body.NewestHome .M_head .ec .right .AfterIogin p {
    font-size: 0.28rem;
    color: #000;
    height: 100%;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_head .ec .right .AfterIogin > a {
    font-size: 0.35rem;
    color: #000;
    font-weight: bold;
    display: block;
    margin-left: 0;
    height: 100%;
    text-align: center;
  }
  body.NewestHome .M_head .ec .right .AfterIogin .guanli {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 3.5rem;
    padding-top: 0.25rem;
    display: none;
  }
  body.NewestHome .M_head .ec .right .AfterIogin .guanli a {
    height: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.5rem;
    border-top: 0.01rem solid #dddddd;
    color: #000;
    text-align: center;
    display: block;
  }
  body.NewestHome .M_head .ec .right .AfterIogin .guanli a:hover {
    background-color: #bcdbf9;
    color: #fff;
  }
  body.NewestHome .M_head .ec .right .AfterIogin .guanli a:nth-child(1) {
    border-top: none;
  }
  body.NewestHome .M_head .ec .right .AfterIogin:hover .guanli {
    display: block;
  }
  body.NewestHome .M_head .ec .sjcd {
    display: block;
  }
  body.NewestHome .M_head .ec .sjcd img {
    width: 0.7rem;
  }
  body.NewestHome .M_banner {
    height: auto;
    background-size: 600%;
  }
  body.NewestHome .M_banner .ec {
    width: 7.1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  body.NewestHome .M_banner .ec > img {
    width: 6.5rem;
    margin: 0 auto;
    display: block;
    position: inherit;
    transform: translateY(0);
    top: 0;
    padding-bottom: 0px;
    right: 0px;
  }
  body.NewestHome .M_banner .ec > h6 {
    font-size: 0.4rem;
    text-align: center;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_banner .ec > p {
    font-size: 0.28rem;
    line-height: 0.35rem;
    width: 5.8rem;
    text-align: center;
    margin: 0 auto;
  }
  body.NewestHome .M_banner .ec > a {
    width: 4rem;
    margin: 0 auto;
    height: 0.65rem;
    font-size: 0.32rem;
    line-height: 0.65rem;
    margin-top: 0.45rem;
    margin-bottom: 0.2rem;
  }
  body.NewestHome .M_banner .ec .box {
    width: 7.1rem;
    margin: 0 auto;
    display: block;
  }
  body.NewestHome .M_banner .ec .box .LatestNotice {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.1rem;
    margin-top: 0.5rem;
  }
  body.NewestHome .M_banner .ec .box .LatestNotice p {
    font-size: 0.24rem;
    width: 1.3rem;
    text-align: center;
  }
  body.NewestHome .M_banner .ec .box .LatestNotice .swiper {
    width: 5.5rem;
  }
  body.NewestHome .M_banner .ec .box .LatestNotice .swiper-slide p {
    width: 4.3rem;
    font-size: 0.24rem;
  }
  body.NewestHome .M_banner .ec .box .LatestNotice .swiper-slide a {
    font-size: 0.24rem;
  }
  body.NewestHome .M_banner .ec .box .CompetitionVideo {
    width: 2.5rem;
    height: 0.85rem;
    border: 0.01rem solid #ffffff;
    border-radius: 0.1rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  body.NewestHome .M_banner .ec .box .CompetitionVideo img {
    width: 0.4rem;
    margin-right: 0.1rem;
  }
  body.NewestHome .M_banner .ec .box .CompetitionVideo p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_banner .ec .video video {
    width: 80%;
    height: 30%;
  }
  body.NewestHome .M_banner .ec .video img {
    width: 0.75rem;
    height: 0.75rem;
    transform: translateX(-50%);
    left: 50%;
    top: 67%;
  }
  body.NewestHome .M_Innav {
    height: 64px;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
  }
  body.NewestHome .M_Innav ul {
    width: 7.1rem;
    flex-wrap: wrap;
    height: 100%;
  }
  body.NewestHome .M_Innav ul li a {
    font-size: 0.28rem;
  }
  body.NewestHome .M_EventObjectives {
    width: 7.1rem;
    margin-top: 0.75rem;
  }
  body.NewestHome .M_EventObjectives .title div {
    width: 4.8rem;
    background-size: 100%;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_EventObjectives .title div img {
    width: 4.5rem;
  }
  body.NewestHome .M_EventObjectives .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_EventObjectives .content {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  body.NewestHome .M_EventObjectives .content p {
    font-size: 0.28rem;
    line-height: 0.35rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_EventObjectives .content p::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.1rem;
  }
  body.NewestHome .M_EventObjectives .box {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.75rem;
  }
  body.NewestHome .M_EventObjectives .box div {
    width: 3.45rem;
    height: 3.45rem;
    border: 0.01rem solid #8a8c99;
    background-size: 40%;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_EventObjectives .box div p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    width: 3rem;
  }
  body.NewestHome .M_EventObjectives .box div:nth-child(2n) {
    margin-left: 0.2rem;
  }
  body.NewestHome .M_EventObjectives .box div:nth-child(5) p {
    width: 99px;
  }
  body.NewestHome .M_CompetitionChairman {
    width: 7.1rem;
    margin-top: 0.75rem;
  }
  body.NewestHome .M_CompetitionChairman .title div {
    width: 4.8rem;
    background-size: 100%;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_CompetitionChairman .title div img {
    width: 4.5rem;
  }
  body.NewestHome .M_CompetitionChairman .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_CompetitionChairman .nr {
    width: 7.1rem;
    flex-wrap: wrap;
    margin-top: 0.65rem;
  }
  body.NewestHome .M_CompetitionChairman .nr > div {
    width: 3.3rem;
    margin-bottom: 0.5rem;
  }
  body.NewestHome .M_CompetitionChairman .nr > div .tx {
    width: 2.5rem;
    height: 2.5rem;
  }
  body.NewestHome .M_CompetitionChairman .nr > div .name {
    font-size: 0.38rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_CompetitionChairman .nr > div .position {
    width: 3.2rem;
    font-size: 0.25rem;
    color: #fff;
    text-align: center;
  }
  body.NewestHome .M_CompetitionChairman a {
    width: 4.5rem;
    height: 0.95rem;
    font-size: 0.35rem;
    margin-top: 0.25rem;
    border-radius: 0.1rem;
    line-height: 0.95rem;
  }
  body.NewestHome .M_EventSummary {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 0.75rem;
    display: block;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-left: 0;
    padding-bottom: 0.35rem;
  }
  body.NewestHome .M_EventSummary .left div {
    width: 4.8rem;
    margin-bottom: 0.25rem;
    background-size: 100%;
    margin: 0 auto;
  }
  body.NewestHome .M_EventSummary .left div img {
    width: 4.5rem;
  }
  body.NewestHome .M_EventSummary .left p {
    font-size: 0.35rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.25rem;
  }
  body.NewestHome .M_EventSummary .left > img {
    width: 5.5rem;
    margin: 0 auto;
    margin-top: 0.45rem;
  }
  body.NewestHome .M_EventSummary .right {
    margin-top: 0.5rem;
  }
  body.NewestHome .M_EventSummary .right div {
    width: 7.1rem;
    margin: 0 auto;
    border: 0.01rem solid #8086b9;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    padding: 0.25rem;
  }
  body.NewestHome .M_EventSummary .right div h6 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  body.NewestHome .M_EventSummary .right div p {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
  body.NewestHome .M_EventSummary .right div:nth-child(1) {
    margin-top: 0;
  }
  body.NewestHome .M_TrackDescription {
    width: 7.1rem;
    margin-top: 0.75rem;
  }
  body.NewestHome .M_TrackDescription .title div {
    width: 4.8rem;
    margin-bottom: 0.25rem;
    background-size: 100%;
  }
  body.NewestHome .M_TrackDescription .title div img {
    width: 4.5rem;
    margin: 0 auto;
  }
  body.NewestHome .M_TrackDescription .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_TrackDescription .content {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 0.75rem;
  }
  body.NewestHome .M_TrackDescription .content .left {
    width: 100%;
    padding-top: 2rem;
  }
  body.NewestHome .M_TrackDescription .content .left img {
    height: 2.5rem;
    margin-bottom: 0.5rem;
    float: right;
    margin-top: -1.8rem;
  }
  body.NewestHome .M_TrackDescription .content .left h6 {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  body.NewestHome .M_TrackDescription .content .left p {
    font-size: 0.35rem;
    margin-top: 0.1rem;
  }
  body.NewestHome .M_TrackDescription .content .left p::after {
    width: 1.25rem;
    height: 0.04rem;
    left: 0;
    bottom: 0.1rem;
  }
  body.NewestHome .M_TrackDescription .content .left span {
    font-size: 0.28rem;
    line-height: 0.38rem;
    margin-top: 0.3rem;
  }
  body.NewestHome .M_ReviewDimension {
    width: 7.1rem;
    margin-top: 1.5rem;
  }
  body.NewestHome .M_ReviewDimension .title div {
    width: 4.8rem;
    margin: 0 auto;
    background-size: 100%;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_ReviewDimension .title div img {
    width: 4.5rem;
  }
  body.NewestHome .M_ReviewDimension .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_ReviewDimension .content {
    width: 7.1rem;
    height: auto;
    margin-top: 0.75rem;
    display: block;
  }
  body.NewestHome .M_ReviewDimension .content .left {
    width: 3rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    padding: 0.05rem;
    margin-bottom: 3.08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.NewestHome .M_ReviewDimension .content .left img {
    width: 0.35rem;
    margin-bottom: 0.1rem;
  }
  body.NewestHome .M_ReviewDimension .content .left p {
    font-size: 0.26rem;
  }
  body.NewestHome .M_ReviewDimension .content .left span {
    font-size: 0.3rem;
  }
  body.NewestHome .M_ReviewDimension .content .in {
    height: 100%;
    flex-direction: inherit;
    margin-left: 0;
  }
  body.NewestHome .M_ReviewDimension .content .in div {
    width: 1.7rem;
    height: 1.5rem;
    padding-left: 0;
    border-radius: 0.1rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  body.NewestHome .M_ReviewDimension .content .in div p {
    font-size: 0.26rem;
  }
  body.NewestHome .M_ReviewDimension .content .in div span {
    font-size: 0.3rem;
    margin-top: 0.05rem;
  }
  body.NewestHome .M_ReviewDimension .content .in div img {
    transform: rotate(180deg);
    width: 0.5rem;
    height: 1rem;
    position: absolute;
    transform: translateX(-50%);
    top: 100%;
    right: auto;
    left: 50%;
  }
  body.NewestHome .M_ReviewDimension .content .right {
    height: 100%;
    flex-direction: inherit;
    margin-top: 1rem;
  }
  body.NewestHome .M_ReviewDimension .content .right div {
    width: 1.7rem;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    border-radius: 0.1rem;
    padding: 0.25rem 0.05rem;
  }
  body.NewestHome .M_ReviewDimension .content .right div p {
    font-size: 0.26rem;
    line-height: 0.35rem;
  }
  body.NewestHome .M_ReviewDimension .content > img {
    transform: rotate(90deg);
    position: absolute;
    left: 1.8rem;
    top: 0rem;
    width: 3.08rem;
  }
  body.NewestHome .M_CompetitionBonus {
    margin-top: 1.2rem;
  }
  body.NewestHome .M_CompetitionBonus .title div {
    background-size: 100%;
    width: 4.8rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_CompetitionBonus .title div img {
    width: 4rem;
  }
  body.NewestHome .M_CompetitionBonus .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_CompetitionBonus .content {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body.NewestHome .M_CompetitionBonus .content img {
    width: 5rem;
    margin-right: 0;
    margin: 0 auto;
  }
  body.NewestHome .M_CompetitionBonus .content ul {
    width: 7.1rem;
    margin: 0 auto;
    padding: 0.35rem 0.25rem;
    margin-top: 0.25rem;
  }
  body.NewestHome .M_CompetitionBonus .content ul li img {
    width: 0.3rem;
  }
  body.NewestHome .M_CompetitionBonus .content ul li p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    width: 6rem;
  }
  body.NewestHome .M_Schedule {
    width: 7.1rem;
    margin: 0 auto;
    margin-top: 1.25rem;
  }
  body.NewestHome .M_Schedule .title div {
    margin-bottom: 0.25rem;
    width: 4.8rem;
    background-size: 100%;
  }
  body.NewestHome .M_Schedule .title div img {
    width: 4rem;
  }
  body.NewestHome .M_Schedule .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_Schedule .content {
    margin-top: 53px;
    position: relative;
  }
  body.NewestHome .M_Schedule .content .box {
    padding-bottom: 0.5rem;
  }
  body.NewestHome .M_Schedule .content .box ul .time {
    width: 1.5rem;
  }
  body.NewestHome .M_Schedule .content .box ul .time p {
    font-size: 0.28rem;
  }
  body.NewestHome .M_Schedule .content .box ul .icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
  }
  body.NewestHome .M_Schedule .content .box ul .icon span {
    width: 0.2rem;
    height: 0.2rem;
  }
  body.NewestHome .M_Schedule .content .box ul .nr {
    width: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body.NewestHome .M_Schedule .content .box ul .nr h6 {
    font-size: 0.28rem;
    line-height: 0.65rem;
    padding: 0 0.25rem;
    border-radius: 0.07rem;
  }
  body.NewestHome .M_Schedule .content .box ul .nr p {
    font-size: 0.28rem;
    margin: 0.25rem 0;
  }
  body.NewestHome .M_Schedule .content .box ul .nr span {
    font-size: 0.26rem;
    line-height: 0.35rem;
  }
  body.NewestHome .M_Schedule .content::after {
    width: 0.01rem;
    height: 95%;
    left: 1.7rem;
  }
  body.NewestHome .M_rule {
    margin-top: 0.75rem;
  }
  body.NewestHome .M_rule .title div {
    margin: 0 auto;
    margin-bottom: 0.25rem;
    width: 4.8rem;
    background-size: 100%;
  }
  body.NewestHome .M_rule .title div img {
    width: 4rem;
  }
  body.NewestHome .M_rule .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_rule .content {
    width: 100%;
    padding: 0.25rem;
  }
  body.NewestHome .M_rule .content .nr {
    display: block;
  }
  body.NewestHome .M_rule .content .nr div {
    width: 100%;
    height: 0.65rem;
    padding: 0 0.25rem;
    font-size: 0.26rem;
    line-height: 0.65rem;
    margin-right: 0;
    border-radius: 0.07rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_rule .content .box {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
  }
  body.NewestHome .M_rule .content .box img {
    width: 0.25rem;
    margin-right: 0.25rem;
  }
  body.NewestHome .M_rule .content .box div h6 {
    font-size: 0.32rem;
    margin-bottom: 0.35rem;
    width: 2rem;
    background-size: 100%;
    font-weight: 400;
  }
  body.NewestHome .M_rule .content .box div p {
    font-size: 0.26rem;
    line-height: 0.35rem;
  }
  body.NewestHome .M_ReviewRules {
    width: 7.1rem;
    margin: 0 auto;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  body.NewestHome .M_ReviewRules .title div {
    width: 4.8rem;
    background-size: 100%;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_ReviewRules .title div img {
    width: 4rem;
    margin: 0 auto;
  }
  body.NewestHome .M_ReviewRules .title p {
    font-size: 0.35rem;
  }
  body.NewestHome .M_ReviewRules .box {
    width: 100%;
    margin-top: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.35rem;
  }
  body.NewestHome .M_ReviewRules .box .bt {
    left: 0;
    top: -0.45rem;
  }
  body.NewestHome .M_ReviewRules .box .bt div {
    width: 2rem;
    height: 0.75rem;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    margin-right: 0.15rem;
    line-height: 0.75rem;
  }
  body.NewestHome .M_ReviewRules .box .nr {
    display: block;
  }
  body.NewestHome .M_ReviewRules .box .nr .left {
    width: 100%;
  }
  body.NewestHome .M_ReviewRules .box .nr .left img {
    width: 4rem;
    margin: 0 auto;
  }
  body.NewestHome .M_ReviewRules .box .nr .right {
    padding: 0 0.25rem;
    margin-top: 0.5rem;
  }
  body.NewestHome .M_ReviewRules .box .nr .right h6 {
    font-size: 0.3rem;
    color: #ffffff;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_ReviewRules .box .nr .right p {
    font-size: 0.26rem;
    width: 100%;
    line-height: 0.35rem;
  }
  body.NewestHome .M_ReviewRules .box .nr .right a {
    width: 2.5rem;
    height: 0.75rem;
    border-radius: 0.1rem;
    font-size: 0.34rem;
    line-height: 0.75rem;
    margin-top: 0.35rem;
  }
  body.NewestHome .M_ReviewRules .box:nth-child(3) .nr .left img {
    width: 4rem;
  }
  body.NewestHome .M_framework {
    width: 7.1rem;
    margin-top: 0.5rem;
    padding: 0.35rem 0;
    margin-bottom: 0.7rem;
    border-radius: 0.03rem;
  }
  body.NewestHome .M_framework .box {
    width: 6.7rem;
  }
  body.NewestHome .M_framework .box .bt {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_framework .box .bt::after {
    width: 0.5rem;
    height: 0.05rem;
  }
  body.NewestHome .M_framework .box .nr div {
    width: 2rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_framework .box .nr div img {
    width: 2rem;
    height: 2rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.18);
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_framework .box .nr div p {
    width: 2rem;
    font-size: 0.26rem;
    color: #000;
    text-align: center;
  }
  body.NewestHome .M_foot {
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
  }
  body.NewestHome .M_foot .ec {
    width: 7.1rem;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  body.NewestHome .M_foot .ec .left h6 {
    font-size: 0.28rem;
  }
  body.NewestHome .M_foot .ec .left div {
    margin-top: 0.15rem;
  }
  body.NewestHome .M_foot .ec .left div img {
    width: 0.26rem;
    margin-right: 0.1rem;
  }
  body.NewestHome .M_foot .ec .left div p {
    font-size: 0.26rem;
    color: #ffffff;
  }
  body.NewestHome .M_foot .ec .left div:nth-child(3) img {
    width: 0.3rem;
  }
  body.NewestHome .M_foot .ec .in {
    display: block;
    margin-top: 0rem;
  }
  body.NewestHome .M_foot .ec .in div a {
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
  }
  body.NewestHome .M_foot .ec .in div:nth-child(2) {
    margin-left: 0rem;
  }
  body.NewestHome .M_foot .ec .right div {
    margin-right: 0.5rem;
    margin-left: 0;
  }
  body.NewestHome .M_foot .ec .right div img {
    width: 1.5rem;
    margin-bottom: 0.25rem;
  }
  body.NewestHome .M_foot .ec .right div p {
    font-size: 0.26rem;
  }
  body.NewestHome .Addbuttonafter {
    display: block;
    margin-top: 0.35rem;
  }
  body.NewestHome .Addbuttonafter a {
    width: 4rem;
    margin: 0 auto;
    height: 0.65rem;
    font-size: 0.32rem;
    line-height: 0.65rem;
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
  }


}

/*# sourceMappingURL=style.css.map */
