html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1200px;
}

html {
  font-size: 1px;
}

a {
  text-decoration: none;
}

.b-box {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.align-items {
  align-items: center;
}

.justify-content {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.layout {
  width: 85%;
}

.m0-auto {
  margin: 0 auto;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation: tada 1s infinite;
}

.container {
  font-size: 16rem;
  margin: 0 auto;
}

.w1200 {
  width: 1200rem;
}

.header {
  width: 100%;
  height: 630rem;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.header .nav {
  height: 80rem;
  background-color: rgba(185, 185, 185, 0.16);
  backdrop-filter: blur(19px);
  background-image: url("../images/nav.png");
}

.header .nav .context {
  height: 100%;
}

.header .nav .context .kls {
  margin-top: 11rem;
}

.header .nav .context .ul-list {
  box-sizing: border-box;
  padding-left: 30rem;
  padding-right: 30rem;
  color: #fff;
  font-size: 16rem;
  text-align: center;
}

.header .nav .context .ul-list a {
  color: #fff;
  display: block;
}

.header .nav .context .ul-list .nav-items {
  position: relative;
}

.header .nav .context .ul-list .nav-active::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 40rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #E82B2F;
  bottom: -10rem;
}

.header .nav .context .ul-list .nav-active a {
  color: #E82B2F;
}

.header .nav .context .ul-list .nav-search {
  display: block;
  width: 260rem;
  background-color: rgba(220, 220, 220, 0.3);
  border-radius: 30rem;
  height: 36rem;
  box-sizing: border-box;
  padding: 0 10rem;
}

.header .nav .context .ul-list .nav-search .nav-input {
  height: 100%;
  box-sizing: border-box;
  padding: 0 8rem;
}

.header .nav .context .ul-list .nav-search input {
  display: block;
  font-size: 16rem;
  border: none;
  outline: none;
  color: #000;
  cursor: pointer;
  background-color: transparent;
}

.header .nav .context .ul-list .nav-search input::-webkit-input-placeholder {
  color: #fff;
}

.header .nav .context .ul-list .nav-search input::-moz-input-placeholder {
  color: #fff;
}

.header .nav .context .ul-list .nav-search img {
  display: block;
  width: 18rem;
  height: 18rem;
  user-select: none;
  cursor: pointer;
}

.header .nav .context .ul-list .gifts::before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 20rem;
  background-image: url("../images/gifts.png");
  background-size: contain;
  right: 0;
  top: -10rem;
}

.header .nav .context .toLogin {
  width: 90rem;
  height: 35rem;
  background-color: #E82B2F;
  text-align: center;
  user-select: none;
  cursor: pointer;
  font-size: 16rem;
  color: #fff;
  line-height: 35rem;
  border-radius: 3rem;
}

.header .gd-gk {
  margin: 81rem auto 57rem;
  user-select: none;
  position: relative;
}

.header .gd-gk .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 68rem;
}

.header .gd-gk .title {
  position: absolute;
  font-size: 111rem;
  color: #FFFFFF;
  font-style: italic;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.header .sh-text {
  font-size: 50rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin-top: 280rem;
}

.header .block {
  width: 1200rem;
  position: absolute;
  bottom: -60rem;
  left: 50%;
  transform: translateX(-50%);
}

.header .block a {
  color: #333;
}

.header .block-items {
  min-width: 285rem;
  height: 120rem;
  background: #FFFFFF;
  box-shadow: 0 4rem 11rem 0 #FFE1E1;
  border-radius: 4rem;
  backdrop-filter: blur(46rem);
  box-sizing: border-box;
  padding: 12rem 27rem 17rem 22rem;
  font-size: 30rem;
  font-weight: 500;
}

.header .block-items img {
  margin-right: 10rem;
  display: block;
  width: 100%;
  height: 100%;
}

.header .block-items .ibg {
  width: 48rem;
  height: 48rem;
  background-color: #fff0f0;
  border-radius: 5rem;
}

.header .block-items .title {
  color: #E82B2F;
}

.header .block-items:hover {
  background-color: #E82B2F;
  color: #fff;
}

.header .block-items:hover .title {
  color: #fff;
}

.header .block-items:hover .ibg {
  background-color: #fff;
}

.header .block-items .text {
  padding-left: 20rem;
}

.header .block .block-active {
  background-color: #E82B2F;
}

.main {
  width: 1200rem;
  margin: 0 auto;
  min-height: 500rem;
}

.main .course {
  margin: 150rem auto 8rem;
}

.main .title {
  width: 601rem;
  background: url("../images/art.png") no-repeat center center;
  font-size: 52rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
}

.main .tips {
  font-size: 28rem;
  font-weight: 400;
  color: #8B8B8B;
  text-align: center;
  margin-bottom: 70rem;
}

.main .part .xp-lines .t1 {
  text-align: right;
  font-size: 40rem;
  font-weight: 500;
  color: #000000;
}

.main .part .xp-lines .t2 {
  font-size: 18rem;
  font-weight: 400;
  color: #8B8B8B;
  margin: 12rem 0;
}

.main .part .xp-lines .t3 {
  text-align: right;
  font-size: 26rem;
  color: #FFFFFF;
  letter-spacing: 3rem;
  -webkit-text-stroke: 2rem #8B8B8B;
  text-stroke: 2rem #8B8B8B;
}

.main .part .xp-lines .ac {
  text-align: left;
}

.main .part .xp-ad {
  margin-top: 82rem;
}

.main .part .middle {
  box-sizing: border-box;
  margin: 0 60rem;
  width: 383rem;
  height: 378rem;
  background: url("../images/ori.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.main .part .middle .context {
  font-size: 35rem;
  font-weight: 500;
  color: #333;
  margin: 7rem 0 12rem;
}

.main .part .middle .context .c0 {
  color: #E82B2F;
  margin-bottom: 12rem;
}

.main .race {
  width: 1200rem;
  height: 462rem;
  box-sizing: border-box;
  background-image: url("../images/race.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 43rem 0 34rem;
}

.main .race .top {
  text-align: center;
  font-size: 35rem;
  font-weight: 500;
  color: #333333;
  margin-top: 23rem;
  position: relative;
  height: 160rem;
}

.main .race .top img {
  margin-right: 19rem;
}

.main .race .top .jie {
  color: #E82B2F;
  margin-bottom: 15rem;
}

.main .race .top::after {
  position: absolute;
  content: "";
  width: 143rem;
  height: 149rem;
  background-image: url("../images/go.png");
  right: 0;
  background-repeat: no-repeat;
}

.main .race .flow .btn {
  width: 188rem;
  height: 71rem;
  line-height: 71rem;
  border-radius: 10rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 24rem;
}

.main .race .flow .b0 {
  background-color: #FE8C31;
  left: 40rem;
  top: 128rem;
}

.main .race .flow .b1 {
  background-color: #2A8AF1;
  left: 267rem;
  top: 93rem;
}

.main .race .flow .b2 {
  background-color: #00C1B0;
  right: 504rem;
  top: 58rem;
}

.main .race .flow .b3 {
  background-color: #F26E1B;
  right: 272rem;
  top: 29rem;
}

.main .race .flow .b4 {
  background-color: #E82B2F;
  right: 35rem;
}

.main .next-tips {
  font-size: 20rem;
  color: #8B8B8B;
  text-align: center;
  line-height: 40rem;
  margin-bottom: 38rem;
}

.main .more {
  width: 401rem;
  height: 54rem;
  line-height: 54rem;
  background: #E82B2F;
  border-radius: 33rem;
  color: #fff;
  text-align: center;
  font-size: 24rem;
  cursor: pointer;
  user-select: none;
  margin: 0 auto 70rem;
}

.main .more a {
  color: #fff;
}

.main .type {
  text-align: center;
  font-size: 35rem;
  font-weight: 500;
  color: #333333;
}

.main .navgate {
  margin: 42rem 0 41rem;
  text-align: center;
  font-size: 22rem;
  font-weight: 400;
  color: #0E9C85;
  height: 64rem;
  background: #F5FFFD;
  border-radius: 39rem;
  line-height: 64rem;
}

.main .navgate .items {
  cursor: pointer;
}

.main .navgate .active {
  width: 285rem;
  height: 64rem;
  background: linear-gradient(90deg, #0E9C85 0%, #23DABC 100%);
  border-radius: 39rem;
  color: #fff;
}

.main .course-parts {
  display: none;
}

.main .course-parts .info {
  width: 589rem;
  min-height: 458rem;
  background: url("../images/icon11.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 11rem;
  box-sizing: border-box;
  padding-top: 40rem;
  padding-left: 100rem;
  padding-bottom: 10rem;
}

.main .course-parts .info .top .text {
  font-size: 30rem;
  font-weight: 500;
  color: #FFFFFF;
}

.main .course-parts .info .top .concat {
  user-select: none;
  width: 120rem;
  height: 37rem;
  line-height: 37rem;
  background: #015B4C;
  text-align: center;
  border-radius: 4rem;
  font-size: 20rem;
  color: #fff;
  cursor: pointer;
  margin-right: 65rem;
}

.main .course-parts .info .top .concat a {
  color: #fff;
}

.main .course-parts .info .lines {
  width: 51rem;
  height: 7rem;
  background: #FFFFFF;
  border-radius: 4rem;
  margin: 21rem 0 32rem;
}

.main .course-parts .info .text-box {
  width: 378rem;
  font-size: 20rem;
  color: #FFFFFF;
  line-height: 34rem;
}

.main .course-parts .info .text-box .text2 {
  margin: 4rem 0 6rem;
}

.main .course-parts .intro {
  box-sizing: border-box;
  height: 458rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
}

.main .course-parts .intro .items {
  background: url("../images/icon10.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 285rem;
  height: 218rem;
  margin-bottom: 20rem;
}

.main .course-parts .intro .items img {
  display: block;
  margin: 26rem auto 11rem;
}

.main .course-parts .intro .items .b0 {
  text-align: center;
  font-size: 20rem;
  font-weight: 500;
  color: #FFFFFF;
}

.main .course-parts .intro .items .b1 {
  width: 226rem;
  margin: 12rem auto 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20rem;
}

.main .tab-course {
  display: block;
}

.main .icon-parts .logos {
  top: -30rem;
  left: -24rem;
}

.main .wrap .ck {
  margin: 126rem auto 8rem;
}

.main .blank {
  height: 30rem;
  background: rgba(80, 80, 80, 0.41);
  backdrop-filter: blur(1px);
}

.adverise {
  height: 619rem;
  position: relative;
  background: url("../images/icon23.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 128rem;
}

.adverise .icon20 {
  top: -128rem;
  left: 50%;
  transform: translateX(-50%);
}

.adverise .blocks {
  justify-content: center;
  position: absolute;
  bottom: 25rem;
  left: 50%;
  transform: translateX(-50%);
}

.adverise .blocks .items {
  width: 386rem;
  height: 218rem;
  background: rgba(122, 122, 122, 0.56);
  border-radius: 8rem;
  border-image: linear-gradient(180deg, white, #c8c8c8, #bfbfbf) 1 1;
  backdrop-filter: blur(5rem);
  border: 1px solid #a2a6ac;
}

.adverise .blocks .items .dt {
  width: 218rem;
  height: 48rem;
  border-radius: 24rem;
  border: 1px solid #FFFFFF;
  line-height: 48rem;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 34rem auto 16rem;
  cursor: pointer;
}

.adverise .blocks .items .dt-active {
  background: #E82B2F;
  border: 1px solid #E82B2F;
}

.adverise .blocks .items .text {
  width: 370rem;
  font-size: 16rem;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  line-height: 28rem;
}

.adverise .blocks .md {
  margin: 0 20rem;
}

.w128 {
  height: 128rem;
}

.tech-part {
  overflow-x: hidden;
}

.tech-part .tech-item {
  background: url("../images/101.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 710rem;
  position: relative;
}

.tech-part .tech-item .techSwiper {
  height: 100%;
  margin: 0 auto;
}

.tech-part .tech-item .cicles {
  z-index: 2;
  position: absolute;
  width: 493rem;
  height: 490rem;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  right: 0rem;
  bottom: 0;
}

.tech-part .tech-item .cicles .c-red {
  border-radius: 50%;
  width: 434rem;
  height: 433rem;
  background: #E82B2F;
  position: relative;
}

.tech-part .tech-item .cicles .teac-img {
  width: 434rem;
}

.tech-part .tech-item .cicles .wrap {
  text-align: center;
  top: -187rem;
  position: absolute;
  height: 620rem;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-right-radius: 217rem;
  border-bottom-left-radius: 217rem;
}

.tech-part .tech-item-content {
  height: 100%;
  margin: 0 auto;
}

.tech-part .tech-item-content .teact-wrapper {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.tech-part .tech-item-content .teact-wrapper .top {
  width: 600rem;
  margin: 30rem 0 22rem;
}

.tech-part .tech-item-content .teact-wrapper .top .name {
  font-size: 60rem;
  color: #000;
  font-style: italic;
}

.tech-part .tech-item-content .teact-wrapper .top .views {
  width: 175rem;
  height: 39rem;
  background: #E82B2F;
  border-radius: 4rem;
  font-size: 20rem;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
  font-weight: bolder;
}

.tech-part .tech-item-content .teact-wrapper .top .views img {
  margin-left: 7rem;
}

.tech-part .tech-item-content .teact-wrapper .top .views a {
  color: #fff;
}

.tech-part .tech-item-content .teact-wrapper .tag-box .tag-item {
  border-radius: 4px;
  padding: 3rem 7rem;
  color: #fff;
  font-size: 16rem;
  text-align: center;
  margin-right: 8rem;
}

.tech-part .tech-item-content .teact-wrapper .tag-box .tag-item:nth-child(1) {
  background: #FF731B;
}

.tech-part .tech-item-content .teact-wrapper .tag-box .tag-item:nth-child(2) {
  background: #5E9DFF;
}

.tech-part .tech-item-content .teact-wrapper .tag-box .tag-item:nth-child(3) {
  background: #00C1B0;
}

.tech-part .tech-item-content .teact-wrapper .tag-line {
  width: 228rem;
  height: 2rem;
  background: linear-gradient(59deg, #CDCDCD 0%, #F3F3F3 100%);
  margin: 22rem 0 30rem;
  position: relative;
}

.tech-part .tech-item-content .teact-wrapper .tag-line::before {
  content: "";
  position: absolute;
  width: 80rem;
  height: 4rem;
  background: #333333;
  left: 0;
  top: -2rem;
}

.tech-part .tech-item-content .teact-wrapper .p-box .title {
  width: 600rem;
  font-size: 30rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 22rem;
}

.tech-part .tech-item-content .teact-wrapper .p-box .title .phone {
  margin-right: 25rem;
}

.tech-part .tech-item-content .teact-wrapper .p-box .title .phone:hover .pls {
  display: block;
}

.tech-part .tech-item-content .teact-wrapper .p-box .title .phone .pls {
  width: 101rem;
  height: 29rem;
  line-height: 29rem;
  text-align: center;
  color: #F12C35;
  font-size: 12rem;
  background: url("../images/pl.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 13;
  left: -70rem;
  top: 35rem;
  display: none;
}

.tech-part .tech-item-content .teact-wrapper .p-box .title .wechat-box .code {
  position: absolute;
  left: -80rem;
  top: 40rem;
  z-index: 17;
  display: none;
}

.tech-part .tech-item-content .teact-wrapper .p-box .title .wechat-box:hover .code {
  display: block;
}

.tech-part .tech-item-content .teact-wrapper .p-box .text {
  width: 579rem;
  font-size: 18rem;
  font-weight: 400;
  color: #666666;
  line-height: 25rem;
}

.tech-part .tech-item-content .teact-wrapper .bt-box {
  height: 330rem;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.tech-part .tech-item-content .teact-wrapper .bt-box .title {
  margin: 28rem 0 25rem;
  font-size: 40rem;
  font-weight: 500;
  color: #FFFFFF;
}

.tech-part .tech-item-content .teact-wrapper .bt-box .ext {
  font-size: 18rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 20rem;
}

.tech-part .tech-item-content .teact-wrapper .bt-box .items {
  margin-bottom: 18rem;
}

.tech-part .tech-item .arrow-box {
  width: calc(100% - 294rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 34;
}

.tech-part .tech-item .arrow-box img {
  cursor: pointer;
  user-select: none;
}

.tech-part .tech-item .arrow-box .next img {
  transform: rotateY(180deg);
}

.service-part .title {
  width: 601rem;
  background: url(../images/art.png) no-repeat center center;
  font-size: 52rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
  margin: 126rem auto 8rem;
}

.service-part .tips {
  font-size: 28rem;
  font-weight: 400;
  color: #8B8B8B;
  text-align: center;
  margin-bottom: 70rem;
}

.service-part .service {
  height: 564rem;
  background: url("../images/b2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1px;
  font-weight: 500;
}

.service-part .service .name {
  text-align: center;
  font-size: 45rem;
  color: #fff;
  margin: 111rem 0 31rem;
  font-style: italic;
}

.service-part .service .info {
  text-align: center;
  font-size: 33rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 97rem;
}

.service-part .service .things {
  width: 1200rem;
  box-sizing: border-box;
  height: 428rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.service-part .service .things img {
  display: block;
}

.service-part .service .things-left {
  height: 100%;
  margin-right: 20rem;
  position: relative;
}

.service-part .service .things-left .items {
  position: absolute;
  height: 58rem;
  margin-bottom: 16rem;
  top: 0;
}

.service-part .service .things-left .items .items-left {
  height: 100%;
  width: 193rem;
  color: #fff;
  font-size: 14rem;
  font-weight: 500;
  background-color: #Fe812B;
  padding-left: 16rem;
  box-sizing: border-box;
}

.service-part .service .things-left .items:nth-child(1) {
  top: 0rem;
}

.service-part .service .things-left .items:nth-child(2) {
  top: 74rem;
}

.service-part .service .things-left .items:nth-child(3) {
  top: 148rem;
}

.service-part .service .things-left .items:nth-child(4) {
  top: 222rem;
}

.service-part .service .things-left .items:nth-child(5) {
  top: 296rem;
}

.service-part .service .things-left .items:nth-child(6) {
  top: 373rem;
}

.service-part .service .things-left .items .o1 {
  background-color: #5D66FB;
}

.service-part .service .things-left .items .o2 {
  background-color: #F12C35;
}

.service-part .service .things-left .items .o3 {
  background-color: #539C2C;
}

.service-part .service .things-left .items .o4 {
  background-color: #0E9C85;
}

.service-part .service .things-left .items .o5 {
  background-color: #F12C35;
}

.service-part .service .things-left .items .items-right {
  width: 397rem;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  background-color: #fff;
  padding-left: 30rem;
  position: relative;
}

.service-part .service .things-left .items .items-right::before {
  position: absolute;
  content: "";
  left: -10rem;
  width: 0;
  height: 0;
  border-right: 10rem solid #fff;
  border-top: 10rem solid transparent;
  border-bottom: 10rem solid transparent;
}

.service-part .service .things-left .items .edd {
  box-shadow: 0 4rem 8rem 0 #DDDDDD;
}

.service-part .service .things-left .items .items-at {
  width: 209rem;
}

.service-part .service .things-left .items .items-rt {
  width: 429rem;
}

.service-part .service .things-left .items-active {
  left: -48rem;
  transition: all linear .5s;
}

.service-part .service .things-right img {
  width: 586rem;
  height: 428rem;
}

.main-next {
  margin: 272rem auto 0;
  font-size: 16rem;
}

.main-next .head {
  text-align: center;
  font-size: 35rem;
  font-weight: 500;
  color: #333333;
}

.main-next .rbg {
  height: 44rem;
  background: linear-gradient(44deg, #F21B1B 0%, #FF7373 100%);
  box-sizing: border-box;
  padding: 0 32rem;
  font-size: 24rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 40rem 0 28rem;
}

.main-next .rbg img {
  display: block;
  cursor: pointer;
}

.main-next .wall {
  height: 426rem;
}

.main-next .wall img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-next .wall-left {
  width: 590rem;
  border: 1rem solid #E0E0E0;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-next .wall-right {
  justify-content: space-between;
  width: 590rem;
  border: 1rem solid #E0E0E0;
  height: 100%;
  flex-wrap: wrap;
}

.main-next .wall .wall-item {
  box-sizing: border-box;
  overflow: hidden;
  width: 196.3rem;
  height: 142rem;
  font-size: 18rem;
  color: #333333;
  text-align: center;
}

.main-next .wall .wall-item-add {
  box-sizing: border-box;
  overflow: hidden;
  width: 392.6rem;
  height: 142rem;
}

.main-next .list-tips {
  height: 227rem;
  margin: 43rem 0 70rem;
}

.main-next .list-tips .tips-item {
  position: relative;
  width: 386rem;
  height: 227rem;
  background: #FFFFFF;
  box-shadow: 0 4rem 12rem 0 #FFE3E3;
  border-radius: 0  40rem;
  box-sizing: border-box;
  padding: 0 14rem 0 42rem;
  font-size: 16rem;
  color: #8B8B8B;
}

.main-next .list-tips .tips-item-title {
  font-size: 26rem;
  font-weight: 500;
  color: #E82B2F;
  margin: 40rem 0 4rem;
}

.main-next .list-tips .tips-item-ti {
  font-size: 24rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 24rem;
}

.main-next .list-tips .tips-item .w1 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-next .dapa {
  font-size: 35rem;
  font-weight: 500;
  color: #333333;
  margin: 70rem 0 40rem;
  text-align: center;
}

.main-next .model {
  position: relative;
}

.main-next .model-1 {
  width: 461px;
  height: 440rem;
  background: url("../images/tr1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.main-next .model-1 .m1 {
  text-align: center;
  color: #fff;
  font-size: 20rem;
  font-weight: 500;
  position: absolute;
}

.main-next .model-1 .m1:nth-child(1) {
  top: 68rem;
  left: 204rem;
}

.main-next .model-1 .m1:nth-child(2) {
  top: 140rem;
  left: 204rem;
}

.main-next .model-1 .m1:nth-child(3) {
  top: 220rem;
  left: 204rem;
}

.main-next .model-1 .m1:nth-child(4) {
  top: 310rem;
  left: 204rem;
}

.main-next .model-1 .m1:nth-child(5) {
  top: 390rem;
  left: 204rem;
}

.main-next .model .mk1 {
  position: absolute;
  left: 387rem;
  top: 90rem;
}

.main-next .model .mk1 img {
  width: 292rem;
  height: 317rem;
}

.main-next .model .mk1-item {
  height: 317rem;
  position: relative;
}

.main-next .model .mk1-item .crl {
  width: 280px;
  height: 2px;
  background: repeating-linear-gradient(-90deg, transparent 0, transparent 3px, #FFE6E6 3px, #FF2525 18px);
}

.main-next .model .mk1 .mk1-text {
  position: relative;
  flex-shrink: 0;
  font-size: 20rem;
  font-weight: 500;
  color: #E82B2F;
  height: 100%;
  width: 200rem;
}

.main-next .model .mk1 .mk1-text .h1 {
  width: 100%;
}

.main-next .model .mk1 .mk1-text .h1:nth-child(1) {
  left: 20rem;
  position: absolute;
  top: -13rem;
}

.main-next .model .mk1 .mk1-text .h1:nth-child(2) {
  left: 20rem;
  position: absolute;
  top: 63rem;
}

.main-next .model .mk1 .mk1-text .h1:nth-child(3) {
  left: 20rem;
  position: absolute;
  top: 140rem;
}

.main-next .model .mk1 .mk1-text .h1:nth-child(4) {
  left: 20rem;
  position: absolute;
  top: 215rem;
}

.main-next .model .mk1 .mk1-text .h1:nth-child(5) {
  left: 20rem;
  position: absolute;
  top: 292rem;
}

.main-next .model-2 .mk2 {
  position: absolute;
  right: 0;
  top: 72rem;
}

.main-next .model-2 .mk2-text {
  width: 285rem;
  height: 40rem;
  font-size: 14px;
  color: #8B8B8B;
  margin-bottom: 36rem;
}

.tec-part {
  height: 610rem;
  background: url("../images/k1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 90rem 0 94rem;
  overflow: hidden;
}

.tec-part .title {
  width: 601rem;
  background: url(../images/art.png) no-repeat center center;
  font-size: 52rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
  margin: 51rem auto 8rem;
}

.tec-part .tips {
  font-size: 28rem;
  font-weight: 400;
  color: #8B8B8B;
  text-align: center;
  margin-bottom: 70rem;
}

.tec-part .ep {
  margin: 0 auto;
}

.tec-part .ep .ep1 {
  background: url("../images/ep.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 518rem;
  height: 317rem;
  box-sizing: border-box;
  padding-left: 25rem;
  padding-right: 32rem;
  color: #FFFFFF;
}

.tec-part .ep .ep1 .w0 {
  font-size: 49rem;
  font-weight: bold;
  margin-top: 26rem;
}

.tec-part .ep .ep1 .w1 {
  font-weight: bold;
  font-size: 20rem;
  margin-bottom: 22rem;
}

.tec-part .ep .ep1 .line {
  width: 41rem;
  height: 5rem;
  background: #E82B2F;
  border-radius: 3rem;
  margin-bottom: 20rem;
}

.tec-part .ep .ep1 .x1 {
  font-size: 14rem;
  font-weight: 500;
  margin-bottom: 12rem;
  line-height: 22rem;
}

.tec-part .ep .ep1 .x2 {
  line-height: 22rem;
  font-size: 14rem;
  font-weight: 500;
}

.tec-part .ep .ep2 .items {
  width: 150rem;
  height: 317rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 47%, #FFF6F6 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg, #ffdede, #ff9999) 1 1;
}

.tec-part .ep .ep2 .items .num {
  font-style: italic;
  margin-top: 12rem;
  margin-left: 26rem;
  font-size: 40rem;
  font-weight: 500;
  color: #333333;
  line-height: 48rem;
  background: linear-gradient(180deg, #FFA9A9 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tec-part .ep .ep2 .items .texts {
  margin: 67rem 0 47rem;
  text-align: center;
  font-size: 20rem;
  font-weight: 500;
  color: #333333;
}

.tec-part .ep .ep2 .items .bm {
  text-align: center;
}

.footer {
  overflow: hidden;
  height: 457rem;
  background: url("../images/bm1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer .content {
  height: 404rem;
  overflow: hidden;
  box-sizing: border-box;
}

.footer .bottom {
  height: 53rem;
  border-top: 1rem solid rgba(255, 255, 255, 0.5);
}

.footer .inner {
  width: 1200rem;
  margin: 0 auto;
  height: 100%;
}

.footer .box {
  width: 100%;
  color: white;
}

.footer .box .infos {
  margin: 69rem 0 50rem;
}

.footer .box .infos .wrap {
  width: 100%;
}

.footer .box .infos-item {
  flex: 1;
}

.footer .box .infos .gh {
  margin-right: 116rem;
}

.footer .box .infos .names {
  font-size: 30rem;
  font-weight: 800;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.footer .box .infos .names .wb {
  font-size: 23rem;
}

.footer .box .infos .ercode {
  text-align: center;
  margin: 13rem 0 5rem;
}

.footer .box .infos .kl {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer .box .infos .tit {
  font-weight: 500;
  color: #E82B2F;
  font-size: 16rem;
  margin-bottom: 23rem;
  margin-top: 10rem;
}

.footer .box .infos .ul div {
  margin-bottom: 8rem;
}

.footer .box .infos .ul .cnt {
  width: 61rem;
  height: 20rem;
  border-radius: 3rem;
  border: 1rem solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.footer .box .sime {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer .box .sime .ms {
  margin-right: 18rem;
}

.footer .box .sime img {
  display: block;
}

.footer .box .sime .kh {
  position: absolute;
  right: 150rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 12rem;
}

.footer .lists {
  width: 100%;
}

.footer .lists .items-add {
  margin-left: 30rem;
}
.footer .lists .item .ct {
  flex: 1;
  text-align: center;
}

.footer .lists .item .ct a {
  text-align: center;
  display: inline-block;
}

.gk .login-info .mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.gk .login-info .model {
  width: 410rem;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.4);
  border-radius: 8rem;
  padding: 10rem 0rem 0;
  position: fixed;
  z-index: 12;
  background-color: #fff;
  display: none;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.gk .login-info .model .model-header {
  height: 35rem;
  line-height: 35rem;
  text-align: center;
  margin-top: 10rem;
  color: #444444;
}

.gk .login-info .model .model-header .close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  height: 35rem;
  line-height: 35rem;
  text-align: center;
  display: block;
  color: #666;
  cursor: pointer;
  width: 24rem;
  height: 24rem;
}

.gk .login-info .model .model-body {
  padding: 20rem 10rem 10rem;
  -webkit-flex-direction: column;
}

.gk .login-info .model .model-body .loginitem {
  width: 320rem;
  height: 45rem;
  border-radius: 25rem;
  border: 1px solid #dddddd;
  margin-top: 10rem;
  padding: 0 10rem 0 15rem;
  align-items: center;
}

.gk .login-info .model .model-body .loginitem .phoneimg {
  width: 20rem;
  height: 24rem;
  margin-right: 5rem;
}

.gk .login-info .model .model-body .loginitem .logoinput {
  outline: none;
  border: none;
  padding-left: 10rem;
  font-size: 14rem;
}

.gk .login-info .model .model-body .loginitem .logoyanzhengma {
  color: #999999;
  font-size: 14rem;
  cursor: pointer;
  user-select: none;
}

.gk .login-info .model .model-body .logo-title {
  padding-top: 30rem;
  font-size: 13rem;
}

.gk .login-info .model .model-body .logo-title div {
  flex-shrink: 0;
}

.gk .login-info .model .model-body .checkedimg {
  margin-top: 4rem;
  margin-right: 4rem;
  width: 18rem;
  height: 18rem;
}

.gk .login-info .model .model-body .logo-xieyi {
  color: #ff7007;
}

.gk .login-info .model .model-body .logoindo {
  width: 330rem;
  height: 45rem;
  background: linear-gradient(133deg, #ffa700 0%, #ff6e00 100%);
  border-radius: 25rem;
  text-align: center;
  line-height: 45rem;
  color: #ffffff;
  font-size: 16rem;
  margin: 20rem auto;
  cursor: pointer;
  user-select: none;
}

.gk h2 {
  font-size: 18rem;
}

.gk .ziliao-mask {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 90;
}

.gk .ziliao-mask .dd {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  top: 30rem;
}

.gk .login-mark {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 22222;
  overflow: hidden;
  display: none;
  z-index: 80;
}

.gk .login-container {
  width: 270px;
  height: 182px;
  opacity: 1;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gk .error-tip {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 0px;
  color: #333333;
  margin-bottom: 16px;
}

.gk .error-info {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 22px;
}

.gk .submit-ok {
  cursor: pointer;
  width: 190px;
  height: 40px;
  opacity: 1;
  border-radius: 100px;
  background: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 16px;
  color: #ff6e00;
  border: 1px solid #ff6e00;
  text-align: center;
  line-height: 40px;
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .model .m1 {
    left: 235rem !important;
  }
  .intro .items img {
    margin: 6rem auto 0rem  !important;
  }
  html {
    font-size: 0.9px;
  }
}

@media screen and (max-width: 1440px) {
  .model .m1 {
    left: 245rem !important;
  }
  .intro .items img {
    margin: 0 !important;
  }
  .footer .box .sime .kh{
    right: 80rem !important;
  }
  html {
    font-size: 0.85px;
  }
}
