@charset "UTF-8";
.container {
  width: 100%;
}

.container main {
  width: 100%;
}

.container main .main {
  background-image: url("../images/index_banner/index_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 3rem;
}

.container main .main > header {
  width: 100%;
  height: 1.325rem;
}

.container main .main .main-content {
  padding-top: 2.0875rem;
  display: flex;
}

.container main .main .main-content .left {
  width: 7.75rem;
}

.container main .main .main-content .left > p:first-of-type {
  font-size: .225rem;
  color: #0F52BA;
  margin-bottom: .4875rem;
}

.container main .main .main-content .left > p:last-of-type {
  margin-top: .475rem;
  font-size: .2rem;
  line-height: .35rem;
  color: #1A1A1A;
}

.container main .main .main-content .left > h1:first-of-type {
  font-family: Source Han Sans CN;
  font-size: .8rem;
  color: #000000;
  font-weight: bold;
  text-shadow: 0px 0px 0.25rem rgba(124, 161, 255, 0.48);
}

.container main .main .main-content .left > h1:last-of-type {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: .8rem;
  color: #0F52BA;
  text-shadow: 0px 0px 0.25rem rgba(124, 161, 255, 0.48);
}

.container main .main .main-content .left .groupBtn {
  display: flex;
  align-items: center;
  margin-top: .85rem;
}

.container main .main .main-content .left .groupBtn a {
  display: block;
  width: 1.925rem;
  height: .625rem;
  line-height: .625rem;
  text-align: center;
  border-radius: .1rem;
  cursor: pointer;
}

.container main .main .main-content .left .groupBtn a:first-child {
  background: #0F52BA;
  color: #fff;
  font-size: .2rem;
  margin-right: .25rem;
}

.container main .main .main-content .left .groupBtn a:last-child {
  border: .0125rem solid #0F52BA;
  font-size: .2rem;
  color: #0F52BA;
}

.container main .main .main-content .left .serviceNumber {
  display: flex;
  align-items: center;
  margin-top: .6875rem;
}

.container main .main .main-content .left .serviceNumber .fwry > p:first-child {
  font-size: .4rem;
  color: #0F52BA;
  font-weight: bold;
}

.container main .main .main-content .left .serviceNumber .fwry > p:last-child {
  text-align: center;
  font-size: .175rem;
  color: #6B7280;
}

.container main .main .main-content .left .serviceNumber .fwry:nth-child(2) {
  margin: 0 1.9875rem 0 1.7rem;
}

.container main .main .main-content .right {
  flex: 1;
}

.container main .hxyw {
  padding-top: 1rem;
}

.container main .hxyw > .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: .75rem;
}

.container main .hxyw > .header > p:first-child {
  font-size: .5rem;
  font-weight: bold;
  color: #1A1A1A;
}

.container main .hxyw > .header > p:last-child {
  font-size: .2rem;
  color: #595959;
  margin-top: .25rem;
}

.container main .hxyw > .content > ul {
  display: flex;
}

.container main .hxyw > .content > ul > li {
  width: calc(100% / 3);
  margin-right: .375rem;
}

.container main .hxyw > .content > ul > li:last-child {
  margin-right: 0;
}

.container main .hxyw > .content > ul > li .child-content {
  width: 100%;
  height: 8.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(0deg, #FFFFFF 0%, #F4F7FF 100%);
  box-shadow: 0px 0px 0.6125rem 0px rgba(34, 90, 202, 0.08);
  border-radius: .1rem;
  border: .0125rem solid #E1E5F0;
  padding: .75rem .375rem .6875rem .375rem;
}

.container main .hxyw > .content > ul > li .child-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.container main .hxyw > .content > ul > li .child-content > .header1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container main .hxyw > .content > ul > li .child-content > .header1 img {
  width: 1rem;
  height: 1rem;
}

.container main .hxyw > .content > ul > li .child-content > .header1 p {
  max-width: 4.375rem;
  font-size: .35rem;
  font-weight: bold;
  padding: .375rem 0 .7375rem 0;
  text-align: center;
}

.container main .hxyw > .content > ul > li .child-content > .content1 p {
  font-size: .2rem;
  color: #404040;
  line-height: .35rem;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .advantage {
  padding-top: .5125rem;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .advantage > li {
  display: flex;
  align-items: center;
  font-size: .175rem;
  color: #6E8091;
  padding-bottom: .275rem;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .advantage > li:last-child {
  padding-bottom: 0;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .advantage > li > i {
  font-size: .2rem;
  font-weight: bold;
  color: #0F52BA;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .advantage > li > span {
  padding-left: .125rem;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .moreBtn {
  display: flex;
  justify-content: center;
  padding-top: .675rem;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .moreBtn > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: .6rem;
  background: #0F52BA;
  border-radius: .3rem;
  font-size: .2rem;
  color: #fff;
  cursor: pointer;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .moreBtn > .btn > span {
  padding-right: .15rem;
}

.container main .hxyw > .content > ul > li .child-content > .content1 .moreBtn > .btn > i {
  padding-top: .0125rem;
  font-size: .225rem;
}

.container main .jjfa {
  margin-top: 1rem;
  background: #F7FAFC;
  padding: 1rem 0 .625rem 0;
}

.container main .jjfa .jjfa-main > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container main .jjfa .jjfa-main > .title > h2 {
  font-size: .5rem;
  font-weight: bold;
  color: #1A1A1A;
}

.container main .jjfa .jjfa-main > .title > p {
  font-size: .2rem;
  color: #595959;
  padding-top: .25rem;
}

.container main .jjfa .jjfa-main > .content {
  width: 100%;
  padding-top: .75rem;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper {
  width: 100%;
  height: 100%;
  padding-bottom: .375rem;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide {
  width: 100%;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li {
  width: calc(100% / 3);
  padding: .1875rem;
  box-sizing: border-box;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li:first-child {
  padding-left: 0;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li:nth-child(3) {
  padding-right: 0;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li:nth-child(4) {
  padding-left: 0;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li:nth-child(6) {
  padding-right: 0;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 0.6125rem 0px rgba(34, 90, 202, 0);
  border-radius: .1rem;
  border: .0125rem solid #E1E5F0;
  box-sizing: border-box;
  padding: .4rem;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child .img {
  width: .7rem;
  height: .7rem;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child .img img {
  width: 100%;
  height: 100%;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child > p {
  font-size: .25rem;
  color: #262626;
  font-weight: bold;
  margin: .3rem 0 .2375rem 0;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child > span {
  display: inline-block;
  font-size: .2rem;
  color: #404040;
  line-height: .35rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child .jjfa-btn {
  width: 1.125rem;
  display: flex;
  align-items: center;
  padding-top: .3125rem;
  cursor: pointer;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child .jjfa-btn > span {
  display: block;
  font-size: .2rem;
  color: #0F52BA;
  margin-right: .1125rem;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .jjfa-swiper-slide > ul li .jjfa-child .jjfa-btn > i {
  font-size: .2rem;
  color: #0F52BA;
}

.container main .jjfa .jjfa-main > .content > .jjfa-swiper .my-swiper-pagination {
  bottom: 0;
}

.container main .xmal {
  padding-top: 1rem;
}

.container main .xmal .xmal-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container main .xmal .xmal-title > h2 {
  font-weight: bold;
  font-size: .5rem;
  color: #1A1A1A;
  line-height: .35rem;
}

.container main .xmal .xmal-title > p {
  font-weight: 400;
  font-size: .2rem;
  color: #595959;
  margin-top: .25rem;
}

.container main .xmal .xmal-content {
  width: 100%;
  margin-top: .75rem;
}

.container main .xmal .xmal-content > ul {
  display: flex;
  flex-wrap: wrap;
}

.container main .xmal .xmal-content > ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: .4rem;
}

.container main .xmal .xmal-content > ul li:last-child {
  padding-right: 0;
}

.container main .xmal .xmal-content > ul li .xmal-img {
  width: 100%;
  height: 3.175rem;
  box-shadow: 0px 0px 0.6125rem 0px rgba(34, 90, 202, 0.08);
  border-radius: .1rem;
  border: .0125rem solid #E1E5F0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.container main .xmal .xmal-content > ul li .xmal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container main .xmal .xmal-content > ul li .xmal-img .xmal-img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.container main .xmal .xmal-content > ul li .xmal-img .xmal-img-box {
  position: absolute;
  bottom: -1.8125rem;
  left: 0;
  padding: 0 .4rem;
  transition: bottom 0.2s linear;
  z-index: 99;
}

.container main .xmal .xmal-content > ul li .xmal-img .xmal-img-box > p {
  max-width: 3rem;
  font-weight: bold;
  font-size: .25rem;
  color: #FFFFFF;
  margin-bottom: .1875rem;
}

.container main .xmal .xmal-content > ul li .xmal-img .xmal-img-box > span {
  display: inline-block;
  font-size: .175rem;
  color: #FFFFFF;
  line-height: .3rem;
  opacity: 0.7;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container main .xmal .xmal-content > ul li .xmal-img .xmal-img-box .xmal-img-btn {
  width: 1.325rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: .2rem;
  color: #FFFFFF;
  margin-top: .1875rem;
  cursor: pointer;
}

.container main .xmal .xmal-content > ul li .xmal-img .xmal-img-box .xmal-img-btn:hover {
  color: #6fa8fd;
}

.container main .xmal .xmal-content > ul li .xmal-img .xmal-img-box .xmal-img-btn > span {
  margin-right: .1125rem;
}

.container main .xmal .xmal-content .xmal-btn {
  display: flex;
  justify-content: center;
}

.container main .xmal .xmal-content .xmal-btn a {
  display: block;
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  background: #0F52BA;
  border-radius: .3rem;
  text-align: center;
  color: #fff;
  font-size: .2rem;
  cursor: pointer;
  margin-top: .625rem;
}

.container main .hzhb {
  width: 100%;
  margin-top: 1rem;
  background: #F7FAFC;
  padding: 1rem 0;
}

.container main .hzhb .hzhb-main .hzhb-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container main .hzhb .hzhb-main .hzhb-title > h2 {
  font-weight: bold;
  font-size: .5rem;
  color: #1A1A1A;
}

.container main .hzhb .hzhb-main .hzhb-title > p {
  font-size: .2rem;
  color: #595959;
  margin-top: .25rem;
}

.container main .hzhb .hzhb-main .hzhb-content {
  padding-top: .375rem;
}

.container main .hzhb .hzhb-main .hzhb-content > ul {
  display: flex;
  flex-wrap: wrap;
}

.container main .hzhb .hzhb-main .hzhb-content > ul li {
  width: calc(100% / 6);
  box-sizing: border-box;
  height: 1.625rem;
}

.container main .hzhb .hzhb-main .hzhb-content > ul li .hzhb-img {
  width: 3.55rem;
  height: 2.15rem;
}

.container main .hzhb .hzhb-main .hzhb-content > ul li .hzhb-img img {
  width: 100%;
}

.container main .ryzz {
  padding-top: 1rem;
}

.container main .ryzz .ryzz-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container main .ryzz .ryzz-title h2 {
  font-weight: bold;
  font-size: .5rem;
  color: #1A1A1A;
  margin-bottom: .5rem;
}

.container main .ryzz .ryzz-title p {
  width: 12.8125rem;
  font-size: .2rem;
  color: #595959;
  line-height: .35rem;
  text-align: center;
}

.container main .ryzz .ryzz-content {
  width: 100%;
  padding-top: .7875rem;
}

.container main .ryzz .ryzz-content .ryzz-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.container main .ryzz .ryzz-content .ryzz-swiper .ryzz-swiper-slide {
  width: 5.6rem;
  height: 8.025rem;
  position: relative;
  box-shadow: 0px 0px 0.675rem 0px rgba(0, 0, 0, 0.12);
}

.container main .ryzz .ryzz-content .ryzz-swiper .ryzz-swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6rem;
  height: 8.025rem;
  background: rgba(255, 255, 255, 0.7);
}

.container main .ryzz .ryzz-content .ryzz-swiper .ryzz-swiper-slide img {
  width: 5.6rem;
  height: 8.025rem;
}

.container main .ryzz .ryzz-content .ryzz-swiper .swiper-slide-active .mask {
  background: rgba(255, 255, 255, 0);
}

.container main .ryzz .ryzz-content .ryzz-swiper .swiper-button-prev {
  left: 0;
  width: .8rem;
  height: .8rem;
  background: url("../images/left-arrow.png") no-repeat;
  background-size: 100%;
}

.container main .ryzz .ryzz-content .ryzz-swiper .swiper-button-prev:hover {
  left: 0;
  width: .8rem;
  height: .8rem;
  background: url("../images/left-arrow-active.png") no-repeat;
  background-size: 100%;
}

.container main .ryzz .ryzz-content .ryzz-swiper .swiper-button-next {
  right: 0;
  width: .8rem;
  height: .8rem;
  background: url("../images/right-arrow.png") no-repeat;
  background-size: 100%;
}

.container main .ryzz .ryzz-content .ryzz-swiper .swiper-button-next:hover {
  right: 0;
  width: .8rem;
  height: .8rem;
  background: url("../images/right-arrow-active.png") no-repeat;
  background-size: 100%;
}

.container main .ryzz .ryzz-content .ryzz-swiper .swiper-button-prev::after,
.container main .ryzz .ryzz-content .ryzz-swiper .swiper-button-next::after {
  content: '';
}

.container main .ryzz .ryzz-content .ryzz-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: .75rem;
}

.container main .ryzz .ryzz-content .ryzz-btn > .btn {
  display: block;
  width: 2.1rem;
  height: .6rem;
  line-height: .6rem;
  background: #0F52BA;
  border-radius: .3rem;
  text-align: center;
  color: #fff;
  font-size: .2rem;
  cursor: pointer;
}

.container main .ryzz .ryzz-content .ryzz-btn > .btn span {
  margin-right: .0625rem;
}

.container main .xwzx {
  width: 100%;
  margin-top: 1rem;
  background: #F7FAFC;
  padding: 1rem 0;
}

.container main .xwzx .xwzx-main .xwzx-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container main .xwzx .xwzx-main .xwzx-title h2 {
  font-weight: bold;
  font-size: .5rem;
  color: #1A1A1A;
}

.container main .xwzx .xwzx-main .xwzx-title span {
  font-size: .2rem;
  color: #595959;
  line-height: .35rem;
  margin-top: .25rem;
}

.container main .xwzx .xwzx-main .xwzx-content {
  width: 100%;
  margin-top: .75rem;
}

.container main .xwzx .xwzx-main .xwzx-content > ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li {
  width: 31.88%;
  margin-right: .35rem;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li:last-child {
  margin-right: 0;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.6125rem 0px rgba(34, 90, 202, 0.08);
  border-radius: .1rem;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-img {
  width: 100%;
  height: 2.5rem;
  border-radius: .1rem .1rem 0px 0px;
  overflow: hidden;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-text {
  width: 100%;
  height: calc(100% - 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .3rem .4rem .5rem;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-text > p:first-of-type {
  font-size: .175rem;
  color: #0F52BA;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-text > p:last-of-type {
  font-size: .175rem;
  color: #666666;
  line-height: .3rem;
  margin-bottom: .2875rem;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-text > h2 {
  font-weight: bold;
  font-size: .25rem;
  color: #1A1A1A;
  margin: .25rem 0 .2125rem 0;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-text .xwzx-btn {
  width: 1.325rem;
  display: flex;
  align-items: center;
  font-size: .2rem;
  color: #0F52BA;
  font-weight: 500;
  cursor: pointer;
}

.container main .xwzx .xwzx-main .xwzx-content > ul li .xwzx-content-img .xwzx-text .xwzx-btn > span {
  margin-right: .1125rem;
}

.container main .xwzx .xwzx-main .xwzx-content .xwzx-more-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: .75rem;
}

.container main .xwzx .xwzx-main .xwzx-content .xwzx-more-btn span {
  display: block;
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  background: #0F52BA;
  border-radius: .3rem;
  font-size: .2rem;
  color: #FFFFFF;
  cursor: pointer;
}

.container main .lxwm {
  margin-top: 1rem;
}

.container main .lxwm .lxwm-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container main .lxwm .lxwm-header h2 {
  font-weight: bold;
  font-size: .5rem;
  color: #1A1A1A;
}

.container main .lxwm .lxwm-header span {
  font-size: .2rem;
  color: #595959;
  line-height: .35rem;
  margin-top: .25rem;
}

.container main .lxwm .lxwm-content {
  margin-top: .75rem;
  display: flex;
}

.container main .lxwm .lxwm-content .lxwm-content-left {
  flex: 1;
  height: 4.2rem;
  padding-right: .4rem;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 {
  width: 100%;
  background: #F7FAFC;
  border-radius: .1rem;
  padding: .4rem .4rem .5rem;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-title h2 {
  font-weight: bold;
  font-size: .25rem;
  color: #1A1A1A;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-content {
  padding-top: .2875rem;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-content > ul li {
  display: flex;
  align-items: center;
  margin-bottom: .2875rem;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-content > ul li .left-content-img {
  width: .5rem;
  height: .5rem;
  background: #0F52BA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-content > ul li .left-content-img i {
  color: #FFFFFF;
  font-size: .2rem;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-content > ul li .left-content-text {
  height: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: .5625rem;
  margin-left: .2rem;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-content > ul li .left-content-text p:first-child {
  font-weight: 500;
  font-size: .2rem;
  color: #333333;
}

.container main .lxwm .lxwm-content .lxwm-content-left .lxwm-content-left-contact1 > .left-content > ul li .left-content-text p:last-child {
  font-weight: 400;
  font-size: .2rem;
  color: #4B5563;
}

.container main .lxwm .lxwm-content .lxwm-content-right {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.6125rem 0px rgba(34, 90, 202, 0.08);
  border-radius: .1rem;
  padding: .4rem;
  /* 提交按钮样式 */
}

.container main .lxwm .lxwm-content .lxwm-content-right > h2 {
  font-weight: bold;
  font-size: .25rem;
  color: #1A1A1A;
}

.container main .lxwm .lxwm-content .lxwm-content-right .form-group {
  flex: 1;
  padding-right: .4rem;
  margin-bottom: .3rem;
}

.container main .lxwm .lxwm-content .lxwm-content-right .form-group:last-child {
  padding-right: 0;
}

.container main .lxwm .lxwm-content .lxwm-content-right .form-group label {
  display: block;
  margin-bottom: .1rem;
  font-size: .2rem;
  color: #4B5563;
}

.container main .lxwm .lxwm-content .lxwm-content-right .form-group input,
.container main .lxwm .lxwm-content .lxwm-content-right .form-group textarea {
  width: 100%;
  padding: .1125rem .1875rem;
  border: .0125rem solid #ddd;
  border-radius: .05rem;
  font-size: .2rem;
  transition: border-color 0.3s;
}

.container main .lxwm .lxwm-content .lxwm-content-right .form-group input:focus,
.container main .lxwm .lxwm-content .lxwm-content-right .form-group textarea:focus {
  outline: none;
  border-color: #0F52BA;
  box-shadow: 0 0 0 0.025rem rgba(64, 158, 255, 0.2);
}

.container main .lxwm .lxwm-content .lxwm-content-right .form-group textarea {
  min-height: 1.875rem;
  resize: vertical;
  /* 允许垂直调整文本框大小 */
}

.container main .lxwm .lxwm-content .lxwm-content-right .submit-btn {
  width: 100%;
  padding: .15rem;
  background-color: #0F52BA;
  color: white;
  border: none;
  border-radius: .05rem;
  font-size: .2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.container main .lxwm .lxwm-content .lxwm-content-right .submit-btn:hover {
  background-color: #337ecc;
}

.container main .lxwm .lxwm-content .lxwm-content-right .submit-btn:active {
  background-color: #266ab9;
}

.container main .lxwm .lxwm-content .lxwm-content-right .captcha-container {
  width: 3.375rem;
  display: flex;
  align-items: center;
}

.container main .lxwm .lxwm-content .lxwm-content-right .captcha-container img {
  width: 1.375rem;
  height: .5rem;
  cursor: pointer;
}

.container .footer {
  margin-top: 1rem;
}

/* ========== 核心：弹窗遮罩层样式 ========== */
.dialog-mask {
  /* 全屏遮罩，固定定位 */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* 动画：遮罩层 0.3秒 从透明到半透明 */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* 层级置顶，防止被遮挡 */
  z-index: 9999;
  /* 解决点击遮罩的穿透问题 */
  pointer-events: none;
  /* 让弹窗内部可滚动（内容过多时） */
  overflow-y: auto;
}

/* ========== 核心：弹窗容器样式 ========== */
.dialog-container {
  /* 弹窗居中核心：flex布局 */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: .25rem;
}

.dialog-container .captcha-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dialog-container .captcha-container input {
  width: 100%;
  padding: .1125rem .1875rem;
  border: .0125rem solid #ddd;
  border-radius: .05rem;
  font-size: .2rem;
  transition: border-color 0.3s;
}

.dialog-container .captcha-container input:focus {
  outline: none;
  border-color: #0F52BA;
  box-shadow: 0 0 0 0.025rem rgba(64, 158, 255, 0.2);
}

.dialog-container .captcha-container label {
  font-size: .2rem;
  color: #4B5563;
  margin-right: .25rem;
}

.dialog-container .captcha-container input {
  flex: 1;
}

.dialog-container .captcha-container img {
  height: .5rem;
  margin-left: .1875rem;
  cursor: pointer;
}

/* ========== 核心：弹窗主体样式 ========== */
.dialog-box {
  width: 100%;
  max-width: 6.25rem;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 0.05rem 0.25rem rgba(0, 0, 0, 0.15);
  /* 弹窗动画：0.3秒 缩放+淡入，和遮罩动画同步 */
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
}

/* 弹窗头部 */
.dialog-header {
  padding: .2rem .25rem;
  border-bottom: .0125rem solid #f0f0f0;
  font-size: .25rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 关闭按钮 */
.dialog-close {
  width: .375rem;
  height: .375rem;
  line-height: .375rem;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  font-size: .25rem;
  color: #999;
  border: none;
}

.dialog-close:hover {
  background: #eee;
  color: #666;
}

/* 弹窗内容区 */
.dialog-content {
  padding: .3rem .25rem;
  font-size: .2rem;
  color: #333;
}

/* 弹窗底部按钮区 */
.dialog-footer {
  padding: .15rem .25rem;
  border-top: .0125rem solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
  gap: .125rem;
}

.dialog-btn {
  padding: .1rem .2rem;
  border-radius: .05rem;
  cursor: pointer;
  border: none;
  font-size: .175rem;
}

.cancel-btn {
  background: #f5f5f5;
  color: #666;
}

.confirm-btn {
  background: #0F52BA;
  color: #fff;
}

/* ========== 核心：弹窗显示的激活样式 ========== */
.dialog-mask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dialog-mask.show .dialog-box {
  transform: scale(1);
  opacity: 1;
}

.btn-group button {
  padding: .1rem .2rem;
  margin: 0 .0625rem;
  border: none;
  border-radius: .05rem;
  color: #fff;
  cursor: pointer;
  font-size: .175rem;
}

/* 消息提示核心样式 */
.msg-tips-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  /* 置顶层级，确保不被遮挡 */
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  /* 不遮挡页面点击事件 */
}

.msg-tips-item {
  pointer-events: auto;
  /* 消息自身可点击（关闭按钮） */
  min-width: 3.75rem;
  max-width: 7.5rem;
  padding: .15rem .25rem;
  margin-top: .125rem;
  border-radius: .05rem;
  color: #fff;
  font-size: .175rem;
  line-height: 1.5;
  box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-100%);
  /* 初始在顶部外 */
  opacity: 0;
  transition: all 0.3s ease-out;
  /* 滑入滑出动画 */
}

/* 消息显示的样式（下滑+显示） */
.msg-tips-item.show {
  transform: translateY(0);
  opacity: 1;
}

/* 4种消息类型的配色 */
.msg-tips-item.normal {
  background-color: #EDF2FC;
  color: #909399;
}

.msg-tips-item.success {
  background-color: #F0F9EB;
  color: #67C23A;
}

.msg-tips-item.warning {
  background-color: #FDF6EC;
  color: #E6A23C;
}

.msg-tips-item.error {
  background-color: #FEF0F0;
  color: #F56C6C;
}

/* 关闭按钮样式 */
.msg-close-btn {
  margin-left: .25rem;
  cursor: pointer;
  font-size: .225rem;
  font-weight: bold;
  line-height: 1;
  user-select: none;
}

.msg-close-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1920px) {
  .main > .main-right {
    width: 45vw;
    height: 80%;
    position: absolute;
    top: 1.875rem;
    right: 0;
    /* 模块通用样式 */
    /* 上下浮动动画关键帧 */
    /* 不同模块的定位和颜色（模拟图片） */
  }
  .main > .main-right .module_1 {
    width: 6.9rem;
    height: 13.7375rem;
    position: absolute;
    bottom: -2rem;
    right: 0;
    background-image: url("../images/index_banner/1-1.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: 10;
  }
  .main > .main-right .module_2 {
    width: 5.9125rem;
    height: 11.2125rem;
    position: absolute;
    top: .875rem;
    right: 3.225rem;
    z-index: 5;
    background-image: url("../images/index_banner/2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .main > .main-right .module_3 {
    width: 5.3625rem;
    height: 8.5125rem;
    position: absolute;
    top: 2.375rem;
    right: 5.875rem;
    z-index: 2;
    background-image: url("../images/index_banner/3.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .main > .main-right .module {
    position: absolute;
    /* 开启动画 */
    animation: floatUpDown 3s ease-in-out infinite;
  }
  @keyframes floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0.1875rem);
    }
    /* 向下移动15px */
    100% {
      transform: translateY(0);
    }
  }
  .main > .main-right .data {
    top: 1.75rem;
    left: 0;
  }
  .main > .main-right .data img {
    width: 2.025rem;
    height: .8rem;
  }
  .main > .main-right .cloud {
    bottom: 2.875rem;
    left: 0;
    animation-delay: 0.5s;
    /* 延迟动画，让每个模块浮动节奏不同 */
  }
  .main > .main-right .cloud img {
    width: 2.0875rem;
    height: .8rem;
  }
  .main > .main-right .blockchain {
    top: 2.75rem;
    right: 1.5rem;
    animation-delay: 1.5s;
  }
  .main > .main-right .blockchain img:first-child {
    width: 2.2875rem;
    height: .8rem;
  }
  .main > .main-right .blockchain img:last-child {
    width: 2.0875rem;
    height: .8rem;
  }
  .main > .main-right .ai {
    top: 2.25rem;
    right: 2.75rem;
    animation-delay: 2s;
  }
  .main > .main-right .ai img {
    width: 2.1875rem;
    height: .8rem;
  }
  .main > .main-right .microservice {
    top: 6.25rem;
    right: 2rem;
    animation-delay: 2.5s;
  }
  .main > .main-right .microservice img {
    width: 2.0875rem;
    height: .8rem;
  }
  .main > .main-right .carbon {
    bottom: 2.625rem;
    right: .875rem;
    animation-delay: 3s;
  }
  .main > .main-right .carbon img {
    width: 2.0875rem;
    height: .8rem;
  }
  .main > .main-right .wlw {
    bottom: 4.375rem;
    right: 1.25rem;
    animation-delay: 3s;
    z-index: 110;
  }
  .main > .main-right .wlw img {
    width: 2.0875rem;
    height: .8rem;
  }
}

@media screen and (min-width: 1921px) {
  .main > .main-right {
    width: 45vw;
    height: 80%;
    position: absolute;
    top: 1.875rem;
    right: 0;
    /* 模块通用样式 */
    /* 上下浮动动画关键帧 */
    /* 不同模块的定位和颜色（模拟图片） */
  }
  .main > .main-right .module_1 {
    width: 10.9rem;
    height: 13.7375rem;
    position: absolute;
    bottom: -2rem;
    right: 0;
    background-image: url("../images/index_banner/1.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: 10;
  }
  .main > .main-right .module_2 {
    width: 5.9125rem;
    height: 11.2125rem;
    position: absolute;
    top: .875rem;
    right: 7.25rem;
    z-index: 5;
    background-image: url("../images/index_banner/2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .main > .main-right .module_3 {
    width: 5.3625rem;
    height: 8.5125rem;
    position: absolute;
    top: 2.375rem;
    right: 9.875rem;
    z-index: 1;
    background-image: url("../images/index_banner/3.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .main > .main-right .module {
    position: absolute;
    /* 开启动画 */
    animation: floatUpDown 3s ease-in-out infinite;
  }
  @keyframes floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0.1875rem);
    }
    /* 向下移动15px */
    100% {
      transform: translateY(0);
    }
  }
  .main > .main-right .data {
    top: 1.875rem;
    left: -1.125rem;
  }
  .main > .main-right .data img {
    width: 2.025rem;
    height: .8rem;
  }
  .main > .main-right .cloud {
    bottom: 2.875rem;
    left: -0.625rem;
    animation-delay: 0.5s;
    /* 延迟动画，让每个模块浮动节奏不同 */
  }
  .main > .main-right .cloud img {
    width: 2.0875rem;
    height: .8rem;
  }
  .main > .main-right .iot {
    top: 2.5rem;
    left: 2.5rem;
    animation-delay: 1s;
  }
  .main > .main-right .blockchain {
    top: 2.75rem;
    right: 1.5rem;
    animation-delay: 1.5s;
  }
  .main > .main-right .blockchain img:first-child {
    width: 2.2875rem;
    height: .8rem;
  }
  .main > .main-right .blockchain img:last-child {
    width: 2.0875rem;
    height: .8rem;
  }
  .main > .main-right .ai {
    top: 2.25rem;
    right: 6.25rem;
    animation-delay: 2s;
  }
  .main > .main-right .ai img {
    width: 2.1875rem;
    height: .8rem;
  }
  .main > .main-right .microservice {
    top: 6.25rem;
    right: 5.625rem;
    animation-delay: 2.5s;
  }
  .main > .main-right .microservice img {
    width: 2.0875rem;
    height: .8rem;
  }
  .main > .main-right .carbon {
    bottom: 3.125rem;
    right: .875rem;
    animation-delay: 3s;
  }
  .main > .main-right .wlw {
    bottom: 4.375rem;
    right: 1.25rem;
    animation-delay: 3s;
    z-index: 110;
  }
  .main > .main-right .wlw img {
    width: 2.0875rem;
    height: .8rem;
  }
}
