html,
body {
  min-width: 1100px;
}
.inner {
  width: 1100px;
}
.header .inner {
  width: 1200px;
}
.bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.xbg {
  background-repeat: no-repeat;
  background-size: cover;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.padding-bot-60 {
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.index-title {
  padding: 60px 0 40px 0;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.index-title .title-cont {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 42px;
  color: #fff;
}
.index-title .title-cont span {
  font-weight: bold;
}
.index-title .title-cont .color-light {
  color: #FFFB18;
}
.index-title .title-cont::before,
.index-title .title-cont::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 94px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.index-title .title-cont::before {
  left: -109px;
  background-image: url(../images/index-title-2-left.png);
}
.index-title .title-cont::after {
  right: -109px;
  background-image: url(../images/index-title-2-right.png);
}
.index-title .title-desc {
  margin: 25px auto 0 auto;
  color: #fff;
}
.index-title .title-desc .text {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 24px;
}
.index-title .title-desc .text::before,
.index-title .title-desc .text::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 170px;
  height: 0;
  border-bottom: 1px dashed #A8C0FF;
  transform: translateY(-50%);
}
.index-title .title-desc .text::before {
  left: -210px;
}
.index-title .title-desc .text::after {
  right: -210px;
}
.index-title.bg-white .title-cont {
  color: #272727;
}
.index-title.bg-white .title-cont .color-light {
  color: #F6555D;
}
.index-title.bg-white .title-cont::before {
  background-image: url(../images/index-title-1-left.png);
}
.index-title.bg-white .title-cont::after {
  background-image: url(../images/index-title-1-right.png);
}
.index-title.bg-white .title-desc {
  color: #333;
}
.index-title.bg-white .title-desc .text::before,
.index-title.bg-white .title-desc .text::after {
  border-bottom: 1px dashed #333;
}
.index-button {
  display: block;
  position: relative;
  width: 191px;
  height: 56px;
  cursor: pointer;
}
.index-button .text {
  margin: 0 auto;
  position: relative;
  width: 186px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #2B234C;
  background: linear-gradient(0deg, #FFA000 0%, #FFCE41 100%);
  box-shadow: 1px 1px 2px 0 rgba(124, 59, 2, 0.42);
  border-radius: 26px;
  z-index: 2;
}
.index-button .text span {
  font-weight: bold;
  font-size: 28px;
}
.index-button .text::before {
  position: absolute;
  top: 5px;
  left: 8px;
  content: '';
  width: 33px;
  height: 15px;
  background-image: url(../images/index-button-light.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.index-button::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 191px;
  height: 52px;
  background: rgba(252, 165, 17, 0.5);
  border: 1px solid rgba(255, 238, 180, 0.5);
  border-radius: 26px;
  box-sizing: border-box;
}
.index-button:hover .text {
  background: linear-gradient(0deg, #FFD200 0%, #FF9B00 100%);
}
.index-button.button-2 {
  width: 151px;
  height: 46px;
}
.index-button.button-2 .text {
  width: 146px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #3D2001;
  background: linear-gradient(0deg, #FDCE0F 0%, #FFF052 100%);
  border-radius: 21px;
}
.index-button.button-2 .text::before {
  left: 6px;
  width: 25px;
  height: 12px;
}
.index-button.button-2::after {
  width: 151px;
  height: 42px;
  background: #E99841;
  border: 1px solid #FFEEB4;
  border-radius: 21px;
}
.index-button.button-2:hover .text {
  background: linear-gradient(0deg, #FFD200 0%, #FF9B00 100%);
}
.banner {
  height: 350px;
  background-image: url(../images/banner-bg.jpg);
}
.banner .inner {
  padding-top: 20px;
  position: relative;
  height: 100%;
}
.banner .banner-top {
  width: 100%;
  height: 168px;
}
.banner .banner-top .top-left-text {
  padding-top: 10px;
  position: relative;
  width: 148px;
  height: 115px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  background: linear-gradient(0deg, #001AD3, #38A0FF);
  box-shadow: 1px 6px 7px 0 rgba(21, 0, 137, 0.63);
  border-radius: 10px;
}
.banner .banner-top .top-left-text::after {
  position: absolute;
  top: -16px;
  left: -28px;
  content: '';
  width: 202px;
  height: 152px;
  background-image: url(../images/banner-top-left-line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-top .top-right-text {
  margin-left: 2px;
  width: 663px;
  height: 135px;
  background-image: url(../images/banner-top-text.png?1);
}
.banner .banner-center-text {
  margin-top: 5px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 58px;
  color: #FFFFFF;
  text-shadow: 1px 8px 4px rgba(13, 0, 104, 0.81);
}
.banner .banner-center-text .color-light {
  font-weight: bold;
  color: #FF9776;
}
.banner .banner-bottom-text {
  margin: 28px auto 0 auto;
  width: 642px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #0A006B;
  background: linear-gradient(163deg, #FFE3AD, #FFF1D3);
  border-radius: 23px;
}
.banner .icon-people {
  position: absolute;
  left: 0px;
  bottom: 14px;
  width: 142px;
  height: 220px;
  background-image: url(../images/banner-left-people.png);
  animation-delay: 0.3s;
}
.banner .icon-gift {
  position: absolute;
  right: -138px;
  bottom: 20px;
  width: 230px;
  height: 230px;
  background-image: url(../images/banner-right-gift.png?1);
  animation-delay: 0.5s;
}
.part-1 {
  height: 629px;
  background-image: url(../images/part1-bg.jpg);
}
.part-1 .advert-wrapper {
  position: relative;
  height: 420px;
  background-image: url(../images/part1-advert-wrapper-bg.jpg);
}
.part-1 .advert-wrapper .qr-video {
  position: relative;
  display: block;
  width: 500px;
  height: 280px;
  background-color: #0f141c;
  background-image: url(../images/part1-left-advert-jiesuo.png?1);
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 3;
  /* 替代原来模板中video-css start */
  /* 替代原来模板中video-css end */
}
.part-1 .advert-wrapper .qr-video .elmentsid00-dimensions {
  width: 100%;
  height: 100%;
}
.part-1 .advert-wrapper::before {
  position: absolute;
  top: -2px;
  left: 50%;
  content: '';
  width: 749px;
  height: 422px;
  background-image: url(../images/part1-spotlight.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.part-1 .advert-cont {
  position: relative;
  margin-left: 78px;
  width: 316px;
  z-index: 3;
}
.part-1 .advert-cont .advert-title {
  margin: 0 auto;
  text-align: center;
}
.part-1 .advert-cont .advert-title .title-cont {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.part-1 .advert-cont .advert-title .title-cont::before,
.part-1 .advert-cont .advert-title .title-cont::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 52px;
  height: 5px;
  background-image: url(../images/part1-title-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.part-1 .advert-cont .advert-title .title-cont::before {
  left: -65px;
}
.part-1 .advert-cont .advert-title .title-cont::after {
  right: -65px;
  transform: rotate(180deg) translateY(50%);
}
.part-1 .advert-cont .advert-ul {
  margin-top: 30px;
  color: #DFE1FF;
}
.part-1 .advert-cont .advert-ul .li {
  padding-left: 23px;
  position: relative;
  display: flex;
  align-items: center;
  width: 316px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
}
.part-1 .advert-cont .advert-ul .li .text {
  flex: 1;
}
.part-1 .advert-cont .advert-ul .li .li-button {
  flex: 0 0 66px;
  display: block;
  width: 66px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(0deg, #FFA000 0%, #FFCE41 100%);
  border-radius: 12px;
}
.part-1 .advert-cont .advert-ul .li .li-button:hover {
  background: linear-gradient(0deg, #FA4300, #FFA245);
}
.part-1 .advert-cont .advert-ul .li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}
.part-1 .advert-cont .advert-ul .li::after {
  position: absolute;
  bottom: 0;
  left: 23px;
  content: '';
  width: 245px;
  height: 1px;
  background-image: url(../images/part1-right-dashed.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.part-1 .advert-cont .advert-ul .li:last-child::after {
  display: none;
}
.part-1 .advert-cont .index-button {
  margin-top: 15px;
  margin-left: 5px;
}
.part-2 {
  padding-bottom: 65px;
  background-color: #3E6EEF;
  overflow: hidden;
}
.part-2 .part2-menu-wrapper {
  padding: 0 192px;
  width: 100%;
}
.part-2 .part2-menu-wrapper .li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 70px;
  font-weight: bold;
  font-size: 24px;
  color: #6B3912;
  background-image: url(../images/part2-menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 2px 0 rgba(124, 59, 1, 0.42);
  border-radius: 35px;
  cursor: pointer;
}
.part-2 .part2-menu-wrapper .li .icon {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
}
.part-2 .part2-menu-wrapper .li .icon.icon-1 {
  background-image: url(../images/part2-icon-1.png);
}
.part-2 .part2-menu-wrapper .li .icon.icon-2 {
  background-image: url(../images/part2-icon-2.png);
}
.part-2 .part2-menu-wrapper .li .icon.icon-3 {
  background-image: url(../images/part2-icon-3.png);
}
.part-2 .part2-menu-wrapper .li .text {
  line-height: 1.4;
}
.part-2 .part2-menu-wrapper .li.current {
  color: #EE0005;
  background-image: url(../images/part2-menu-bg-current.png);
}
.part-2 .part2-menu-wrapper .li.current .icon.icon-1 {
  background-image: url(../images/part2-icon-1-current.png);
}
.part-2 .part2-menu-wrapper .li.current .icon.icon-2 {
  background-image: url(../images/part2-icon-2-current.png);
}
.part-2 .part2-menu-wrapper .li.current .icon.icon-3 {
  background-image: url(../images/part2-icon-3-current.png);
}
.part-2 .part2-switch-wrapper {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 655px;
  background-color: #0129AB;
}
.part-2 .part2-switch-wrapper::before,
.part-2 .part2-switch-wrapper::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
}
.part-2 .part2-switch-wrapper::before {
  top: 50%;
  left: 81px;
  width: 27px;
  height: 397px;
  background-image: url(../images/part2-left-line.png);
  transform: translateY(-50%);
}
.part-2 .part2-switch-wrapper::after {
  right: -71px;
  bottom: -35px;
  width: 309px;
  height: 201px;
  background-image: url(../images/part2-bottom-img.png);
}
.part-2 .part2-switch {
  display: none;
  padding: 75px 153px 37px 173px;
  height: 655px;
  /* .wh-100 {
      display: flex;
      flex-direction: column;
      justify-content: center;
    } */
}
.part-2 .part2-switch .pro_btn {
  width: 151px;
  height: 45px;
  background: url(../images/pro_btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  font-size: 24px;
  color: #6B3912;
}
.part-2 .part2-switch .wsqr-step {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part-2 .part2-switch .wsqr-step li {
  position: relative;
  width: 148px;
  padding-top: 8px;
}
.part-2 .part2-switch .wsqr-step li .num {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 30px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: url(../images/tip_bg.png) no-repeat 0 0;
}
.part-2 .part2-switch .wsqr-step li img {
  display: block;
}
.part-2 .part2-switch .wsqr-step li .title {
  height: 20px;
  line-height: 20px;
  margin-top: 11px;
  color: #D9E5FF;
  text-align: center;
}
.part-2 .part2-switch .wsqr-step li:nth-child(n+6) {
  margin-top: 20px;
}
.part-2 .part2-switch .wsqr-step .arrow {
  width: 20px;
  height: 20px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% 100%;
  margin: 50px 50px 0;
}
.part-2 .part2-switch .wsqr-step .arrow:nth-child(n+3) {
  margin: 70px 50px 0;
}
.part-2 .part2-switch .p {
  margin-top: 10px;
  margin-left: 7px;
  line-height: 35px;
  font-size: 18px;
  color: #D9E5FF;
}
.part-2 .part2-switch .p_txt {
  width: 100%;
  background: #f0f4fb;
  border-radius: 10px;
  line-height: 26px;
  font-size: 18px;
  color: #5d5d5d;
  padding: 10px;
  margin-top: 55px;
}
.part-3 {
  height: 542px;
  background-image: url(../images/part3-bg.jpg);
}
.part-3 .inner {
  width: 1170px;
}
.part-3 .index-title {
  padding: 80px 0;
}
.part-3 .part3-wrapper {
  width: 100%;
}
.part-3 .part3-wrapper .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 273px;
}
.part-3 .part3-wrapper .item .cont-top {
  padding-top: 10px;
  position: relative;
  width: 271px;
  height: 160px;
  background-image: url(../images/part3-item-bg.png);
  z-index: 2;
}
.part-3 .part3-wrapper .item .cont-top .course-img {
  margin: 0 auto;
  display: block;
  width: 190px;
  height: 120px;
}
.part-3 .part3-wrapper .item .item-button {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.part-3 .part3-wrapper .item::after {
  position: absolute;
  top: 142px;
  left: 0;
  content: '';
  width: 273px;
  height: 174px;
  background-image: url(../images/part3-item-shadow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.part-4 {
  padding-bottom: 40px;
  background-image: url(../images/part4-bg.jpg);
  background-size: 100% 100%;
}
.part-4 .part4-table {
  width: 1100px;
}
.part-4 .part4-table table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
  color: #3A3A3A;
}
.part-4 .part4-table table tr th {
  height: 50px;
  font-weight: bold;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background-color: #01269E;
}
.part-4 .part4-table table tr th:nth-child(1),
.part-4 .part4-table table tr th:nth-child(4) {
  width: 146px;
}
.part-4 .part4-table table tr th:nth-child(3),
.part-4 .part4-table table tr th:nth-child(6) {
  width: 190px;
}
.part-4 .part4-table table tr td {
  padding: 9px 0;
  min-height: 40px;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.part-4 .part4-table table tr td .td-button {
  padding: 0 10px;
  display: inline-block;
  width: max-content;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  background: #FDD728;
  border-radius: 12px;
  box-sizing: content-box;
}
.part-4 .part4-table table tr td .td-button:hover {
  background: #ffc000;
}
.part-4 .part4-table table tr td .icon-crown {
  margin-right: 5px;
  vertical-align: middle;
}
.part-4 .part4-table table tr td .td-tips {
  font-weight: bold;
  font-size: 17px;
  color: #01269E;
}
.part-4 .part4-table table tr td:last-child {
  border-right: none;
}
.part-4 .part4-table table tr:last-child td {
  border-bottom: none;
}
.part-5 {
  padding-bottom: 30px;
  background-color: #0333C4;
}
.part-5 .inner {
  width: 1200px;
}
.part-5 .part5-wrapper {
  width: 100%;
}
.part-5 .part5-wrapper .top-title {
  padding: 0 30px 0 75px;
  position: relative;
  width: max-content;
  height: 42px;
  line-height: 42px;
  font-size: 28px;
  color: #fff;
  background: #E20013;
  border-radius: 21px;
  box-sizing: content-box;
}
.part-5 .part5-wrapper .top-title .color-light {
  font-weight: bold;
  color: #FFFB18;
}
.part-5 .part5-wrapper .top-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 55px;
  height: 55px;
  background-color: #fff;
  background-image: url(../images/part5-icon-book.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  border: 3px solid #e2000b;
  border-radius: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  box-sizing: border-box;
}
.part-5 .part5-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.part-5 .part5-wrapper .item .course-img {
  display: block;
}
.part-5 .part5-wrapper .item .course-info {
  width: 100%;
}
.part-5 .part5-wrapper .item .course-info .course-name {
  font-weight: bold;
  line-height: 1.2;
  color: #323232;
}
.part-5 .part5-wrapper .item .course-info .course-button {
  width: 141px;
}
.part-5 .part5-wrapper .item .course-info .course-button .text {
  width: 136px;
  font-size: 20px;
  color: #3D2001;
}
.part-5 .part5-wrapper .item .course-info .course-button::after {
  width: 141px;
  border: none;
}
.part-5 .part5-wrapper .top-cont {
  margin-top: 57px;
  padding: 0 47px;
  width: 100%;
}
.part-5 .part5-wrapper .top-cont .item {
  width: 538px;
  height: 352px;
}
.part-5 .part5-wrapper .top-cont .item .course-info {
  margin-top: 26px;
}
.part-5 .part5-wrapper .top-cont .item .course-info .course-name {
  font-size: 26px;
}
.part-5 .part5-wrapper .top-cont .item .course-info .course-button {
  margin-left: 20px;
}
.part-5 .part5-wrapper .bottom-cont {
  margin-top: 39px;
  width: 100%;
}
.part-5 .part5-wrapper .bottom-cont .item {
  width: 287px;
  height: 265px;
}
.part-5 .part5-wrapper .bottom-cont .item .course-info {
  margin-top: 14px;
  flex-direction: column;
}
.part-5 .part5-wrapper .bottom-cont .item .course-info .course-name {
  font-size: 22px;
}
.part-5 .part5-wrapper .bottom-cont .item .course-info .course-button {
  margin-top: 10px;
}
.part-5 .part5-wrapper .part5-button {
  margin-top: 43px;
  display: block;
  width: 436px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 2px 0 rgba(27, 37, 66, 0.61);
  background: linear-gradient(0deg, #416CFF 0%, #8ECDFF 100%);
  box-shadow: 1px 1px 2px 0 rgba(124, 59, 2, 0.42);
  border-radius: 10px;
}
.part-5 .part5-wrapper .part5-button .text {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.part-5 .part5-wrapper .part5-button .text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  box-shadow: 1px 2px 0 rgba(27, 37, 66, 0.61);
}
.part-form {

  background-image: url(../images/partform-bg.jpg);
  background-size: cover;
  padding: 20px 0 10px;
}
.part-form .index-title {
  padding: 22px 0 17px 0;
}
.part-form .index-title .title-cont {
  font-size: 30px;
  color: #212121;
}
.part-form .form-wrapper {
  padding: 0 40px;
  align-items: center;
  width: 100%;
  color: #212121;
  flex-wrap: wrap;
}
.part-form .form-wrapper .input-row {
  position: relative;
  display: flex;
  height: 38px;
}
.part-form .form-wrapper .input-row:first-child {
  margin-top: 0;
}
.part-form .form-wrapper .input-row .text {
  padding-right: 15px;
  height: 38px;
  line-height: 38px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.part-form .form-wrapper .input-row .form-input {
  display: block;
  padding: 0 20px;
  width: 200px;
  height: 38px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  cursor: text;
}
.part-form .form-wrapper .input-row .form-input::placeholder {
  color: #888888;
}
.part-form .form-wrapper .input-row .form-input.input-code {
  padding: 0 110px 0 20px;
}
.part-form .form-wrapper .input-row .get-code-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 93px;
  height: 38px;
}
.part-form .form-wrapper .input-row .button-yzm-btn {
  width: 93px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(0deg, #F95300 0%, #FE9032 100%);
  border: none;
}
.part-form .form-wrapper .input-row .button-yzm-btn.form_get_code {
  cursor: pointer;
}
.part-form .form-wrapper .input-row .button-yzm-btn.form_countdown {
  display: none;
}
.part-form .form-wrapper .button-row {
  position: relative;
  width: 172px;
  height: 46px;
}
.part-form .form-wrapper .button-row .form-button {
  display: block;
  width: 172px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(0deg, #F84900 0%, #FF9538 100%);
  border-radius: 6px;
  cursor: pointer;
}
.part-form .form-wrapper .button-row .desc {
  position: absolute;
  top: 42px;
  left: 50%;
  width: max-content;
  line-height: 1.2;
  font-size: 12px;
  color: #212121;
  transform: translateX(-50%);
}
/* transition */
.part2-menu-wrapper .li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side_nav {
  width: 144px;
  height: 427px;
  background: url(../images/side_nav.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-top: 10px;
}
.side_nav .close {
  width: 28px;
  height: 29px;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.side_nav .sn_top {
  width: 135px;
  height: 78px;
  cursor: pointer;
  margin: 0 auto;
}
.side_nav .sn_item {
  width: 111px;
  height: 45px;
  background: #3e6eee;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 15px auto 0;
  cursor: pointer;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none;
}
.popup .p_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.popup .p_con {
  width: 556px;
  height: 506px;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .p_con .pc_close {
  width: 72px;
  height: 72px;
  background: url(../images/close_w.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -93px;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.popup .p_con .pc_box {
  padding-top: 50px;
}
.popup .p_con .pc_box img {
  display: block;
  width: 203px;
  height: 198px;
  margin: 0 auto;
}
.popup .p_con .pc_box .succ {
  color: #292929;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.popup .p_con .pc_box .sub_succ {
  color: #26243c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 17px;
  line-height: 36px;
}
.popup .p_con .pc_box .sub_succ a {
  color: #ff5832;
  font-weight: bold;
  text-decoration: underline;
}
.popup .p_con .dosubmit {
  display: block;
  width: 350px;
  height: 76px;
  background-color: #5f95fd;
  border-radius: 38px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 76px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}



.policy1{display: flex;align-items: center; font-size: 16px;color: #000;line-height: 44px;margin-left:300px;}
.policy1 input{margin-right: 10px;}
.policy1 a{color: #000;}
