* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  visibility: hidden;
}

.d-flex {
  display: flex;
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

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

.multi-truncate {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-truncate-3 {
  -webkit-line-clamp: 3;
}

.multi-truncate-4 {
  -webkit-line-clamp: 4;
}

.multi-truncate-5 {
  -webkit-line-clamp: 5;
}

.bg-rgb {
  height: 1.5rem;
  width: 100%;
  background: #f1f4fa;
}

.header-top {
  display: flex;
  padding: 1.875rem;
  background: url("/h5/images/new_index/head-bg.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.header-top .top-left {
  display: flex;
  align-items: center;
}

.header-top .top-left .menu {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

.header-top .top-left .logo {
  width: 20rem;
  height: 3.75rem;
  object-fit: cover;
  margin-left: 1.875rem;
}

.header-top .top-right {
  margin-left: 10.3125rem;
  display: flex;
  align-items: center;
}

.header-top .top-right .phone {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

.header-top .top-right a {
  width: 3rem;
  height: 3rem;
}

.header-top .top-right a .avatar-change {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  margin-left: 1.875rem;
}

.offcanvas-change {
  --tblr-offcanvas-width: 25rem;
  --tblr-offcanvas-height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.offcanvas-change::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.offcanvas-change .offcanva-header {
  padding: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-change .offcanva-header .logo {
  width: 20rem;
  height: 3.75rem;
  object-fit: cover;
}

.offcanvas-change .offcanva-header .close {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

.offcanvas-change ul li {
  width: 100%;
  height: 7.5rem;
  padding-left: 1.875rem;
}

.offcanvas-change ul li a {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.25rem;
  color: #111111;
  line-height: 7.5rem;
  width: 100%;
  height: 100%;
  display: block;
}

.offcanvas-change ul li.ac {
  background: url("/h5/images/new_index/offcavas-bg.png") no-repeat;
  background-size: cover;
}

.new_footer .footer-herald {
  background: #f1f4fa;
  padding: 1.1875rem 0 1.25rem;
}

.new_footer .footer-herald p:last-child {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5625rem;
  text-align: center;
}

.new_footer .footer-herald p:last-child a {
  color: #333333;
}

.new_footer .footer-herald-change {
  padding: 1.1875rem 0 8.95rem;
}

.new_footer .footer-branding {
  background-color: #fff;
  padding: 1.25rem 1.875rem 8.75rem;
  display: flex;
  align-items: center;
}

.new_footer .footer-branding img {
  width: 20.125rem;
  height: 3.75rem;
  object-fit: cover;
}

.new_footer .footer-branding p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.25rem;
  color: #111111;
  margin-left: 1.0625rem;
}

.new_footer .footer-liaison {
  padding-left: 1.875rem;
  display: flex;
  align-items: center;
  width: 46.875rem;
  height: 7.5rem;
  background: linear-gradient(240deg, #6717CD 0%, #0052D9 100%);
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.new_footer .footer-liaison div {
  margin-right: 2.5rem;
}

.new_footer .footer-liaison div img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  display: block;
  margin: .3125rem auto .625rem;
}

.new_footer .footer-liaison div p {
  height: max-content;
  font-size: 1.5rem;
}

.new_footer .footer-liaison div p a {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
}

.new_footer .footer-liaison button {
  border: none;
  width: 25.625rem;
  height: 5rem;
  background: #DB3131;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.875rem;
}

.new_footer .footer-liaison button img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
}

.new_footer .footer-liaison button p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.offcavas-bottom-change {
  --tblr-offcanvas-height: 30rem;
  padding-top: 5rem;
  background: url("/h5/images/new_index/offcava_bottom.png") no-repeat;
  background-size: cover;
  border-radius: .9375rem .9375rem 0 0;
}

.offcavas-bottom-change p:first-child {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  margin: 0 auto;
  line-height: 2.5rem;
}

.offcavas-bottom-change > p:nth-child(2) {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.75rem;
  color: transparent;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  margin: 1.875rem auto 2.5rem;
}

.offcavas-bottom-change p.tel {
  font-family: Alibaba PuHuiTi 2.0;
  font-weight: normal;
  font-size: 4.5rem;
  color: #999999;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  margin: 0 auto 3.125rem;
  line-height: 4.375rem;
}

.offcavas-bottom-change a button {
  width: 43.125rem;
  height: 5rem;
  background: #2C6DE9;
  border-radius: .5rem;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.offcavas-bottom-change a button img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: cover;
}

.offcavas-bottom-change a button > p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.75rem;
  color: #FFFFFF;
  margin-left: 1.25rem;
}

.new_index-safeguards {
  background: url("/h5/images/new_index/safeguards-bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 2.5rem;
}

.new_index-safeguards .safeguards-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-safeguards .safeguards-content h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  line-height: 4.5rem;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.new_index-safeguards .safeguards-content .safeguards-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.new_index-safeguards .safeguards-content .safeguards-box .safeguards-item {
  width: 20.8125rem;
  height: 18rem;
  background: #EDF4FF;
  border-radius: .5rem;
  border: .125rem solid #FFFFFF;
  margin: 0 1.5rem 1.5rem 0;
  padding-top: 1.875rem;
  padding-left: 1.875rem;
}

.new_index-safeguards .safeguards-content .safeguards-box .safeguards-item div {
  display: flex;
  align-items: center;
}

.new_index-safeguards .safeguards-content .safeguards-box .safeguards-item div .imgs {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/h5/images/new_index/spirit.png") no-repeat;
  background-size: 22.5rem 3.75rem;
}

.new_index-safeguards .safeguards-content .safeguards-box .safeguards-item div h4 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.75rem;
  color: #111111;
  margin-left: 1.25rem;
}

.new_index-safeguards .safeguards-content .safeguards-box .safeguards-item p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.375rem;
  color: #333333;
  width: 16.875rem;
  margin-top: 1.5625rem;
}

.new_index-safeguards .safeguards-content .safeguards-box .safeguards-item:nth-child(2n) {
  margin-right: 0;
}

.new_index-safeguards .safeguards-content .safeguards-box .safeguards-item:nth-child(5), .new_index-safeguards .safeguards-content .safeguards-box .safeguards-item:nth-child(6) {
  margin-bottom: 0;
}

.translation-success {
  padding-bottom: 5rem;
}

.translation-success .success-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.translation-success .success-content h2 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: #111111;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.translation-success .success-content .success-swiper {
  margin-top: 2.5rem;
  position: relative;
}

.translation-success .success-content .success-swiper .swiper-success {
  width: 720;
  height: 25.625rem;
  margin-left: 0;
  margin-right: 0;
}

.translation-success .success-content .success-swiper .swiper-success .swiper-slide {
  width: 28.625rem;
  height: 25.3125rem;
}

.translation-success .success-content .success-swiper .swiper-success .swiper-slide img {
  width: 28.625rem;
  height: 25.3125rem;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.translation-success .success-content .success-swiper .pagination-success {
  position: absolute;
  bottom: -2.5rem;
}

.translation-success .success-content .success-swiper .pagination-success .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  background: #58595B;
  border-radius: .3125rem;
  opacity: 0.3;
  margin-right: .625rem;
}

.translation-success .success-content .success-swiper .pagination-success .swiper-pagination-bullet-active {
  width: .625rem;
  height: .625rem;
  background: #000000;
  border-radius: .3125rem;
  opacity: 1;
}

.new_index-case {
  padding-bottom: 2.5rem;
}

.new_index-case .case-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-case .case-content h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.new_index-case .case-content .case-swiper {
  position: relative;
  margin-top: 2.5rem;
}

.new_index-case .case-content .case-swiper .swiper-case {
  margin: 0;
  width: 43.125rem;
  height: 61.25rem;
  background: #F1F4FA;
  box-shadow: 0.375rem 0.375rem 1.875rem 0rem rgba(55, 99, 170, 0.1) inset;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content {
  padding-left: 1.875rem;
  padding-top: 3.125rem;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content h4 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.75rem;
  color: #111111;
  margin-bottom: 1.25rem;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content > p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.75rem;
  color: #111111;
  margin-bottom: 1.25rem;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content a p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #111111;
  text-decoration-line: underline;
  width: 39.375rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content {
  display: flex;
  margin: 2.5rem 0;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content > img {
  width: 15rem;
  height: 20rem;
  object-fit: cover;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content .journal-synopsis ul {
  margin-left: 1.875rem;
  width: 22.5rem;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20rem;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content .journal-synopsis ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content .journal-synopsis ul li p:last-of-type {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.75rem;
  color: #111111;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content .journal-synopsis ul li p:first-of-type {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.75rem;
  color: #666666;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content .journal-synopsis ul li span {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.75rem;
  color: #DB3131;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content .journal-synopsis ul li .start {
  display: flex;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .journal-content .journal-synopsis ul li .start div {
  width: 1rem;
  height: 1rem;
  background: url("/h5/images/new_index/star.png") no-repeat;
  background-size: 2.5rem 1rem;
  margin-right: .5rem;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .estimation {
  width: 39.0625rem;
  position: relative;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .estimation p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #666666;
  position: relative;
  z-index: 10;
}

.new_index-case .case-content .case-swiper .swiper-case .swiper-slide .slide-content .estimation .pos {
  width: 2.75rem;
  height: 2.5rem;
  background: url("/h5/images/new_index/estimation.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.0625rem;
  left: 0;
  z-index: 0;
}

.new_index-case .case-content .case-swiper .case-pagination {
  position: absolute;
  bottom: 1.875rem;
}

.new_index-case .case-content .case-swiper .case-pagination .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  background: #58595B;
  border-radius: .3125rem;
  opacity: 0.3;
  margin-right: .625rem;
}

.new_index-case .case-content .case-swiper .case-pagination .swiper-pagination-bullet-active {
  width: .625rem;
  height: .625rem;
  background: #000000;
  border-radius: .3125rem;
  opacity: 1;
}

.new_index-crux {
  background: url("/h5/images/new_index/crux-bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 1.875rem;
}

.new_index-crux .crux-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-crux .crux-content h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.new_index-crux .crux-content .crux-swiper {
  position: relative;
  margin-top: 2.5rem;
}

.new_index-crux .crux-content .crux-swiper .siwper-crux {
  width: 43.75rem;
  height: 21.25rem;
}

.new_index-crux .crux-content .crux-swiper .siwper-crux .slide-content {
  width: 20.25rem;
  height: 20.625rem;
  background: #F1F4FA;
  box-shadow: 0.375rem 0.375rem 1.875rem 0rem rgba(55, 99, 170, 0.1);
  border-radius: .5rem;
  padding-top: 3.125rem;
  padding-left: 1.875rem;
  margin: 0;
}

.new_index-crux .crux-content .crux-swiper .siwper-crux .slide-content h4 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #111111;
  margin-bottom: 2.5rem;
}

.new_index-crux .crux-content .crux-swiper .siwper-crux .slide-content p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 1.25rem;
}

.new_index-crux .crux-content .crux-swiper .pagination-crux {
  bottom: -2.5rem;
}

.new_index-crux .crux-content .crux-swiper .pagination-crux .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  background: #000000;
  border-radius: .3125rem;
  opacity: 0.3;
  margin-right: .625rem;
}

.new_index-crux .crux-content .crux-swiper .pagination-crux .swiper-pagination-bullet-active {
  width: .625rem;
  height: .625rem;
  background: #000000;
  border-radius: .3125rem;
  opacity: 1;
}

.new_index-crux .crux-content a {
  display: block;
  height: 5.5rem;
  width: max-content;
}

.new_index-crux .crux-content a button {
  width: 16.25rem;
  height: 5.5rem;
  background: #0052D9;
  border-radius: 2.75rem;
  border: none;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #FFFFFF;
  display: block;
  margin: 5.625rem 0 0 13.4375rem;
}

.colorization-estimation {
  padding-bottom: 2.5rem;
}

.colorization-estimation .estimation-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.colorization-estimation .estimation-content h2 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: #111111;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.colorization-estimation .estimation-content .estimation-swiper {
  width: 43.125rem;
  margin-top: 2.5rem;
  position: relative;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation {
  width: 43.125rem;
  height: 33.5rem;
  margin: 0;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide {
  width: 100%;
  height: 100%;
  background: #F1F4FA;
  box-shadow: 0.375rem 0.375rem 1.875rem 0rem rgba(55, 99, 170, 0.1);
  border-radius: .5rem;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide .slide-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide .slide-content .slide-top {
  display: flex;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide .slide-content .slide-top img {
  width: 8.75rem;
  height: 8.75rem;
  object-fit: cover;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide .slide-content .slide-top div {
  margin-left: 1.875rem;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide .slide-content .slide-top div h4 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.8125rem;
  color: #111111;
  margin-top: 1.25rem;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide .slide-content .slide-top div p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #111111;
  margin-top: 1.5625rem;
}

.colorization-estimation .estimation-content .estimation-swiper .swiper-estimation .swiper-slide .slide-content .slide-bottom {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.75rem;
  color: #666666;
  line-height: 2.5rem;
  margin-top: 2.3125rem;
  width: 38.75rem;
}

.colorization-estimation .estimation-content .estimation-swiper .estimation-pagination {
  position: absolute;
  bottom: 2.5rem;
}

.colorization-estimation .estimation-content .estimation-swiper .estimation-pagination .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  background: #58595B;
  border-radius: .3125rem;
  opacity: 0.3;
}

.colorization-estimation .estimation-content .estimation-swiper .estimation-pagination .swiper-pagination-bullet-active {
  width: .625rem;
  height: .625rem;
  background: #000000;
  border-radius: .3125rem;
  opacity: 1;
}

.academicmodify-choose .choose-content {
  padding: 2.5rem 1.875rem;
}

.academicmodify-choose .choose-content h2 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: #666666;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.academicmodify-choose .choose-content .choose-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.academicmodify-choose .choose-content .choose-box .choose-item {
  width: 20.8125rem;
  height: 24.125rem;
  background: #EDF4FF;
  border-radius: .5rem;
  margin: 0rem 1.5rem 1.5rem 0;
  padding-top: 1.875rem;
}

.academicmodify-choose .choose-content .choose-box .choose-item img {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.academicmodify-choose .choose-content .choose-box .choose-item h4 {
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
  text-align: center;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.75rem;
  color: #111111;
}

.academicmodify-choose .choose-content .choose-box .choose-item p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
}

.academicmodify-choose .choose-content .choose-box .choose-item .last h5 {
  font-family: Impact;
  font-weight: 400;
  font-size: 2.625rem;
  color: #0052D9;
  text-align: center;
  margin-top: 3.125rem;
}

.academicmodify-choose .choose-content .choose-box .choose-item .last a button {
  width: 16.25rem;
  height: 5.5rem;
  background: #0052D9;
  border-radius: 2.75rem;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2rem;
  color: #FFFFFF;
  display: block;
  margin: 1.875rem auto 0;
  border: none;
}

.academicmodify-choose .choose-content .choose-box .choose-item .last p {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2rem;
  color: #0052D9;
  text-align: center;
  margin-top: 1.25rem;
}

.academicmodify-choose .choose-content .choose-box .choose-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 48rem) {
  .modal-place {
    --tblr-modal-width: 35rem;
  }
  .modal-place .modal-content-change {
    background: #FFFFFF;
    border-radius: 1rem;
    margin: 0 auto;
    width: 35rem;
  }
  .modal-place .modal-content-change .modal-box {
    padding-top: 3.125rem;
    position: relative;
  }
  .modal-place .modal-content-change .modal-box h4 {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 2.25rem;
    color: #111111;
    text-align: center;
    margin-bottom: 1.25rem;
  }
  .modal-place .modal-content-change .modal-box p.place-first {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.75rem;
    color: #111111;
    text-align: center;
    margin-bottom: 1.75rem;
  }
  .modal-place .modal-content-change .modal-box p.place-ti {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.75rem;
    color: #111111;
    text-align: center;
    margin-bottom: 3.125rem;
  }
  .modal-place .modal-content-change .modal-box .modal-choose {
    display: flex;
  }
  .modal-place .modal-content-change .modal-box .modal-choose div:first-child {
    flex: 1;
    height: 5.5rem;
    background: #ECECEC;
    border-bottom-left-radius: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 2rem;
    color: #111111;
    text-align: center;
    line-height: 5.5rem;
  }
  .modal-place .modal-content-change .modal-box .modal-choose div:last-child {
    flex: 1;
    height: 5.5rem;
    background: #0052D9;
    border-bottom-right-radius: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 5.5rem;
    padding: 0;
  }
  .modal-place .modal-content-change .modal-box .pos {
    width: 1.5rem;
    height: 1.5rem;
    background: url("/h5/images/login/close.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 1.25rem;
    right: 1.875rem;
  }
}
