@charset "UTF-8";
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fix {
  background-attachment: fixed;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 21;
  padding: 0.25rem 0;
  transition: all 0.3s ease-in-out;
}

.header .logo img {
  width: 2.54rem;
}

.header .nav {
  width: 90%;
  max-width: 8.63rem;
}

.header .nav li {
  margin-left: 0.21rem;
  position: relative;
}

.header .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  color: #fff;
}

.header .nav li:hover a, .header .nav li.on a {
  color: rgba(255, 255, 255, 0.8);
}

.header .nav li:hover a::after, .header .nav li.on a::after {
  width: 100%;
}

.header .nav li .v2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.35rem;
  padding: 0.06rem 0;
  display: none;
}

.header .nav li .v2 li {
  margin: 0 0 0.03rem 0;
}

.header .nav li .v2 li a {
  padding: 0.06rem 0.13rem;
  text-align: center;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.1rem;
  color: #fff;
}

.header .nav li .v2 li a::after {
  display: none;
}

.header .nav li .v2 li:hover a {
  color: rgba(255, 255, 255, 0.8);
}

.header.fix {
  color: #fff;
  padding: 0.08rem 0;
}

.header.fix::before {
  content: "";
  background: rgba(49, 121, 238, 0.9) url("../img/bg_ft2.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(1px);
}

.header.fix .nav .v2 li a {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.header.fix .nav .v2 li:hover a {
  color: #3179ee;
}

/* footer */
.footer {
  background: url("../img/bg_ft1.png") no-repeat center top;
  background-size: 100% 100%;
}

.footer .ft1 {
  padding: 0.46rem 0 0.32rem;
  color: #3179ee;
}

.footer .ft1 .col1 .logo img {
  width: 1.75rem;
}

.footer .ft1 .col1 .tel {
  margin-top: 0.48rem;
}

.footer .ft1 .col1 .tel img {
  width: 0.28rem;
  margin-right: 0.1rem;
}

.footer .ft1 .col2 a {
  color: #3179ee;
}

.footer .ft1 .col2 li .item .item-tit {
  position: relative;
  padding-left: 0.18rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0.12rem;
}

.footer .ft1 .col2 li .item .item-tit::after {
  content: "";
  height: 0.06rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/line2.png") no-repeat left bottom;
  background-size: 100%;
}

.footer .ft1 .col2 li .item .item-sub {
  padding-left: 0.18rem;
}

.footer .ft1 .col2 li .item .item-sub p {
  margin-bottom: 0.09rem;
}

.footer .ft1 .col2 li .item .item-sub p:hover a {
  color: rgba(49, 121, 238, 0.8);
}

.footer .ft2 {
  background: url("../img/bg_ft2.png") no-repeat center top;
  background-size: cover;
  padding: 0.32rem 0;
  position: relative;
  z-index: 1;
  color: #a9d7ff;
}

.footer .ft2 a {
  color: #a9d7ff;
}

.footer .ft2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft2 .copyright .bn1 {
  margin: 0 0.5rem;
}

.footer .ft2 .copyright .bn2 {
  margin-right: 0.6rem;
}

.footer .ft2 .pt li {
  margin-left: 0.23rem;
  position: relative;
}

.footer .ft2 .pt li a {
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3179ee;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.05rem;
}

.footer .ft2 .pt li a img {
  width: 0.24rem;
}

.footer .ft2 .pt li .qrcode {
  width: 1.07rem;
  height: 1.15rem;
  position: absolute;
  display: none;
  top: -1.15rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg_qr.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 0.04rem;
}

.footer .ft2 .pt li .qrcode img {
  width: 1rem;
  height: 1rem;
}

.footer .ft2 .pt li:hover .qrcode {
  display: block;
}

/* index */
.index {
  height: 100vh;
  background-image: url("../img/bg_index.png");
  background-repeat: no-repeat;
  background-position: top -1.5rem center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.index .index-main {
  padding: 2.8rem 0;
}

.index .menus {
  width: 8.33rem;
  height: 4.28rem;
  transform: scale(0.75);
  background: url(../img/bg_menu.png) no-repeat top center;
  background-size: 100% 100%;
  position: relative;
}

.index .menus .brand {
  width: 2.57rem;
  position: absolute;
  left: 47%;
  top: 0.06rem;
  transform: translateX(-50%);
}

.index .menus .brand img {
  width: 2.5rem;
}

.index .menus li {
  position: absolute;
}

.index .menus li .icon {
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  color: #fff;
  z-index: 1;
}

.index .menus li .icon a {
  color: #beccff;
  font-style: italic;
}

.index .menus li .icon a:hover {
  opacity: 0.88;
}

.index .menus li .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/ky1.png") no-repeat;
  background-size: 100% 100%;
}

.index .menus li .sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.index .menus li .sub .list {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.index .menus li .sub .list .dd {
  height: 0.34rem;
  padding: 0 0.2rem;
  margin-bottom: 0.11rem;
}

.index .menus li .sub .list .dd a {
  color: #beccff;
  width: 100%;
  display: flex;
  align-items: center;
}

.index .menus li .sub .list .dd a i {
  width: 0.06rem;
  height: 0.16rem;
  flex-shrink: 0;
  background: url("../img/sjx.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.15rem;
}

.index .menus li .sub .list::after {
  content: "";
  width: 0.38rem;
  height: 0.31rem;
  background: url("../img/sjt1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
}

.index .menus li:nth-child(1) {
  left: -0.8rem;
  top: -2.4rem;
}

.index .menus li:nth-child(1) .sub {
  right: 2.25rem;
}

.index .menus li:nth-child(1) .sub .list {
  width: 2.75rem;
  padding-right: 0.68rem;
  transform: translateX(0.3rem);
}

.index .menus li:nth-child(1) .sub .dd {
  background: linear-gradient(90deg, rgba(23, 115, 223, 0) 0%, rgba(49, 121, 238, 0.8) 100%, rgba(73, 136, 224, 0.8) 100%);
}

.index .menus li:nth-child(1) .sub .dd a {
  justify-content: flex-end;
}

.index .menus li:nth-child(1) .sub .dd:hover {
  opacity: 0.88;
}

.index .menus li:nth-child(1):hover .sub .list {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.index .menus li:nth-child(2) {
  right: -0.2rem;
  top: -2.4rem;
}

.index .menus li:nth-child(2) .sub {
  right: -3rem;
}

.index .menus li:nth-child(2) .sub .list {
  width: 3.45rem;
  padding-left: 1.2rem;
  transform: translateX(-0.3rem);
}

.index .menus li:nth-child(2) .sub .list::after {
  left: 0.6rem;
  right: auto;
  transform: rotate(180deg);
}

.index .menus li:nth-child(2) .sub .dd {
  padding: 0 0.15rem;
  background: linear-gradient(270deg, rgba(23, 115, 223, 0) 0%, rgba(49, 121, 238, 0.8) 100%, rgba(73, 136, 224, 0.8) 100%);
}

.index .menus li:nth-child(2) .sub .dd a i {
  margin: 0 0.1rem 0 0;
  transform: rotate(-180deg);
}

.index .menus li:nth-child(2) .sub .dd:hover {
  opacity: 0.88;
}

.index .menus li:nth-child(2):hover .sub .list {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.index .menus li:nth-child(3) {
  left: -2.3rem;
  bottom: 0;
}

.index .menus li:nth-child(4) {
  right: -0.6rem;
  bottom: -1.65rem;
}

.index .menus li:nth-child(1) .icon::before, .index .menus li:nth-child(3) .icon::before {
  -webkit-animation: roate 8s linear infinite;
  -moz-animation: roate 8s linear infinite;
  -o-animation: roate 8s linear infinite;
  animation: roate 8s linear infinite;
}

.index .menus li:nth-child(2) .icon::before, .index .menus li:nth-child(4) .icon::before {
  -webkit-animation: roate2 8s linear infinite;
  -moz-animation: roate2 8s linear infinite;
  -o-animation: roate2 8s linear infinite;
  animation: roate2 8s linear infinite;
}

.index .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* service */
.inner-slide .swiper-slide img {
  display: block;
}

.inner-slide .jt {
  background: none;
}

.inner-slide .jt img {
  width: 0.44rem;
}

.inner-slide .jt::before {
  display: block;
}

.inner-slide .jt.swiper-button-prev {
  left: 0.75rem;
}

.inner-slide .jt.swiper-button-next {
  right: 0.75rem;
}

.inner-slide .swiper-pagination {
  bottom: 0.45rem;
}

.inner-slide .swiper-pagination .swiper-pagination-bullet {
  width: 0.21rem;
  height: 0.21rem;
  border: 0;
  opacity: 1;
  margin: 0 0.06rem;
  background: none;
  background-image: url("../img/dot1.svg");
  background-repeat: no-repeat;
  background-size: 0.1rem 0.1rem;
  background-position: center;
}

.inner-slide .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("../img/dot2.svg");
  background-size: 0.21rem 0.21rem;
}

.g-type {
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.g-type .en {
  color: #e8e8e8;
  font-style: italic;
}

.g-type .en1 {
  color: #cbcbcb;
}

.g-type .cn {
  color: #666;
  margin-top: -0.15rem;
}

.g-type::after {
  content: "";
  width: 3.42rem;
  height: 0.12rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/line1.png") no-repeat left bottom;
  background-size: 100% 100%;
}

.g-type .type2 {
  width: 100%;
  align-items: flex-end;
}

.g-type .type2 .vmore a {
  width: 1.74rem;
  height: 0.51rem;
  background: #3179ee;
  color: #fff;
  border-radius: 0.35rem;
}

.g-type .type2 .vmore a img {
  margin-right: 0.2rem;
  width: 0.26rem;
}

.g-type .type2 .vmore a:hover {
  background: rgba(49, 121, 238, 0.8);
}

.service {
  padding: 1.2rem 0;
}

.service .list li .item {
  position: relative;
  text-align: center;
  transition: all 0.3s;
  z-index: 1;
}

.service .list li .item .fitImg {
  padding-top: 180.78%;
}

.service .list li .item::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0.15rem;
  background: rgba(49, 121, 238, 0.8);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: height 0.3s;
}

.service .list li .item .txt {
  position: absolute;
  z-index: 1;
  padding: 0 0.15rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.service .list li .item .txt .icon {
  height: 0.77rem;
}

.service .list li .item .txt .icon img {
  max-height: 100%;
}

.service .list li .item .txt .tit {
  margin: 0.43rem 0 1.25rem;
  line-height: 1.65;
}

.service .list li .item .txt .link .more {
  padding: 0 0.15rem;
  height: 0.35rem;
  border: 1px solid #fff;
  border-radius: 0.35rem;
}

.service .list li .item .txt .link .more i {
  margin-left: 0.1rem;
}

.service .list li .item:hover::before {
  height: 100%;
}

.service .list li .item:hover .link .more {
  background: #fff;
  color: #3179ee;
}

.service .list li .item:hover .link .more i {
  color: #3179ee;
}

.service.service1 .list li .txt2 {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 0 0.15rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #fff;
  padding: 0.6rem;
}

.service.service1 .list li .txt2 .tit {
  margin-bottom: 0.25rem;
}

.service.service1 .list li .txt2 .dd {
  margin-bottom: 0.2rem;
}

.service.service1 .list li .txt2 .dd strong {
  margin-bottom: 0.1rem;
  display: block;
}

.service.service1 .list li .txt2 .dd:last-child {
  margin-bottom: 0;
}

.service.service1 .list li:hover, .service.service1 .list li.active {
  z-index: 2;
}

.service.service1 .list li:hover .item, .service.service1 .list li.active .item {
  z-index: 2;
  transform: scale(1.1);
}

.service.service1 .list li:hover .item::before, .service.service1 .list li.active .item::before {
  height: 100%;
}

.service.service1 .list li:hover .item .txt, .service.service1 .list li.active .item .txt {
  display: none;
}

.service.service1 .list li:hover .item .txt2, .service.service1 .list li.active .item .txt2 {
  display: flex;
}

/* case */
.case .list li {
  margin-bottom: 0.2rem;
}

.case .list li .item .fitImg {
  padding-top: 141.37%;
}

.pages {
  padding-top: 0.8rem;
}

.pages li {
  margin: 0 0.18rem;
}

.pages li a {
  width: 0.44rem;
  height: 0.44rem;
  border: 0.02rem solid #3179ee;
  border-radius: 0.1rem;
  transition: all 0.3s;
}

.pages li a i {
  color: #3179ee;
}

.pages li a:hover {
  background: #3179ee;
}

.pages li a:hover i {
  color: #fff;
}

/* 案例详情 */
.case-main {
  background: #e5e9f3;
}

.case-main .detail {
  background: #fff;
}

.case-main .detail .news-tit {
  color: #4d4d4d;
  font-weight: 500;
}

.case-main .detail .news-attr {
  color: #3179ee;
  margin: 0.3rem 0 0.5rem;
}

.case-main .detail .news-attr .dd {
  margin-right: 1.3rem;
}

.case-main .detail .news-attr .dd i {
  margin-right: 0.1rem;
}

.case-main .detail .news-attr .dd:last-child {
  margin-right: 0;
}

.case-main .detail .news-cont {
  line-height: 1.65;
  padding-bottom: 0.6rem;
}

.case-main .detail .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.case-main .detail .news-sxp {
  padding-top: 0.6rem;
  border-top: 1px solid #d9d9d9;
}

.case-main .detail .news-sxp a {
  min-width: 1.56rem;
  height: 0.47rem;
  padding: 0 0.1rem;
  border: 1px solid #3179ee;
  border-radius: 0.23rem;
  color: #3179ee;
  transition: all 0.3s;
}

.case-main .detail .news-sxp a i {
  margin-right: 0.12rem;
}

.case-main .detail .news-sxp a.a2 i {
  margin-left: 0.15rem;
}

.case-main .detail .news-sxp a:hover {
  background: #3179ee;
  color: #fff;
}

.case-main .detail .news-sxp .a2 {
  margin-left: 0.2rem;
}

.case-main .detail .news-sxp .a2 i {
  margin-right: 0;
}

.g-type2 {
  text-align: center;
  margin-bottom: 0.6rem;
}

.g-type2 .tit {
  color: #666;
}

.g-type2 .line {
  margin: 0.1rem 0;
}

.g-type2 .line img {
  height: 0.03rem;
}

.g-type2 .en {
  font-family: "SourceHanSansSC-Light";
  font-weight: 600;
  color: #bcbcbc;
}

/* 壹创学院 */
.bge5 {
  background: #e5e9f3;
}

.college {
  padding-bottom: 1.2rem;
}

.college .yc-desc {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.college .g-type {
  margin-bottom: 0.7rem;
}

.college .yc-box2 li {
  display: flex;
  min-height: 4.48rem;
}

.college .yc-box2 li .item {
  flex: 1;
  overflow: hidden;
  background: #3179ee;
  color: #fff;
  padding: 0.9rem 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.college .yc-box2 li .item .tit {
  line-height: 1.6;
}

.college .yc-box2 li .item .icon {
  width: 0.84rem;
  height: 0.84rem;
  border: 0.02rem dashed rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.college .yc-box2 li .item .icon img {
  width: 0.47rem;
}

.college .yc-box2 li .item .icon img.s2 {
  display: none;
}

.college .yc-box2 li:nth-child(2) .item {
  background: #fff;
  color: #3179ee;
}

.college .yc-box2 li:nth-child(2) .item .icon {
  border-color: rgba(49, 121, 238, 0.8);
  border-radius: 50%;
}

.college .yc-box2 li:nth-child(2) .item .icon img.s1 {
  display: none;
}

.college .yc-box2 li:nth-child(2) .item .icon img.s2 {
  display: inline-block;
}

/* 新闻详情 */
.news-main .recommend {
  width: 4.32rem;
  flex-shrink: 0;
  margin-left: 0.28rem;
}

.news-main .recommend li {
  margin-bottom: 0.23rem;
}

.news-main .recommend li .item {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem;
}

.news-main .recommend li .item .time {
  color: #3179ee;
  margin-top: 0.25rem;
}

.news-main .recommend li .item .tit {
  margin: 0.2rem 0 0.35rem;
  color: #4d4d4d;
}

.news-main .recommend li .item .link .more {
  height: 0.32rem;
  padding: 0 0.16rem;
  border: 1px solid #3179ee;
  color: #3179ee;
  border-radius: 0.24rem;
}

.news-main .recommend li .item .link .more i {
  margin-left: 0.1rem;
}

.news-main .recommend li .item:hover .tit {
  color: #3179ee;
}

.news-main .detail {
  padding: 0.7rem;
}

.news-main .detail .news-cont {
  line-height: 1.85;
}

/* news */
.news .item {
  flex: 1;
  overflow: hidden;
  transition: all 0.3s;
}

.news .item .pic .fitImg {
  padding-top: 70.72%;
}

.news .item .item-txt {
  padding: 0.35rem 0.2rem;
}

.news .item .item-txt .time {
  color: #3179ee;
}

.news .item .item-txt .tit {
  color: #4a4a4a;
  margin: 0.13rem 0;
}

.news .item .item-txt .desc {
  color: #939393;
  -webkit-line-clamp: 3;
  line-height: 1.6;
  height: 4.8em;
}

.news .item:hover {
  background: #e5e9f3;
}

.news .item:hover .item-txt .tit {
  color: #3179ee;
}

.news .list li {
  margin-bottom: 0.2rem;
}

.news .list li a {
  display: flex;
  width: 100%;
  height: 100%;
}

.news .news1 {
  margin-bottom: 0.25rem;
}

.news .news1 .cat {
  background: #3179ee;
  color: #fff;
  padding: 0 0.23rem;
  height: 0.41rem;
  border-radius: 0.25rem;
  margin-right: 0.18rem;
}

.news .news1 .item2 {
  height: 100%;
  position: relative;
}

.news .news1 .item2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
}

.news .news1 .item2 .fitImg2 {
  height: 100%;
}

.news .news1 .item2 .link {
  width: 1.5rem;
  height: 1.48rem;
  background: url("../img/zsx.png") no-repeat right bottom;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.news .news1 .item2 .link img {
  width: 0.75rem;
  position: absolute;
  right: 0.15rem;
  bottom: 0.2rem;
}

.news .news1 .item2 .item-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 65%;
  height: 100%;
  padding: 0.64rem 0.8rem;
  color: #fff;
}

.news .news1 .item2 .item-txt .tit {
  line-height: 1.35;
  margin-top: 0.3rem;
}

.about {
  background: #e5e9f3;
}

.about .ab1 {
  position: relative;
  padding-bottom: 2.12rem;
}

.about .ab1 .jianjie {
  max-width: 48%;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.68rem;
}

.about .ab1 .jianjie p {
  margin-bottom: 5px;
}

.about .ab1 .list {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 86%;
}

.about .ab1 .list ul {
  width: 100%;
}

.about .ab1 .list li {
  padding: 0.45rem 0.1rem;
  color: #3179ee;
  transition: all 0.3s;
  position: relative;
  line-height: 1.5;
}

.about .ab1 .list li::after {
  content: "";
  width: 1px;
  height: 65%;
  background: #cdcdcf;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.about .ab1 .list li:hover {
  background: #3179ee;
  color: #fff;
}

.about .ab1 .list li:hover::after {
  background: #3179ee;
}

.about .ab1 .list li:last-child::after {
  display: none;
}

.about .ab1 .contbox {
  position: relative;
  z-index: 1;
}

.about .news {
  background: #fff;
}

.about .news .item .pic {
  position: relative;
}

.about .news .item .pic .cats {
  position: absolute;
  top: 0.36rem;
  left: 0.2rem;
  z-index: 1;
}

.about .news1 .item2 .item-txt {
  padding: 0.36rem 0.5rem;
}

.about .news1 .item2 .link {
  width: 1.27rem;
  height: 1.1rem;
}

.about .news1 .item2 .link img {
  width: 0.57rem;
  right: 0.15rem;
  bottom: 0.1rem;
}

.about .ab3 .list li {
  position: relative;
  text-align: center;
}

.about .ab3 .list li a {
  width: 1.22rem;
  height: 1.22rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3179ee;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.1rem;
}

.about .ab3 .list li a img {
  width: 0.75rem;
}

.about .ab3 .list li p {
  color: #808080;
  margin-top: 0.16rem;
}

.about .ab3 .list li .qrcode {
  width: 2.04rem;
  height: 2.2rem;
  position: absolute;
  display: none;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg_qr.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 0.04rem;
}

.about .ab3 .list li .qrcode img {
  width: 1.9rem;
  height: 1.9rem;
  margin-top: 0.03rem;
}

.about .ab3 .list li .tel {
  width: 2.93rem;
  height: 0.67rem;
  position: absolute;
  display: none;
  top: -0.67rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg_tel.png") no-repeat top center;
  background-size: 100% 100%;
  color: #fff;
}

.about .ab3 .list li .tel span {
  letter-spacing: 1px;
  height: 0.51rem;
}

.about .ab3 .list li:hover .qrcode,
.about .ab3 .list li:hover .tel {
  display: block;
}

.about .ab3 .message .g-type2 {
  margin-top: 0.8rem;
  margin-bottom: 0.56rem;
}

.about .ab3 .message li input,
.about .ab3 .message li textarea {
  border: 1px solid #909296;
  border-radius: 0.1rem;
  height: 0.62rem;
  background: none;
  width: 100%;
  padding: 0 0.15rem;
}

.about .ab3 .message li textarea {
  min-height: 2.1rem;
  padding: 0.2rem 0.15rem;
}

.about .ab3 .message .btn {
  margin-top: 0.25rem;
}

.about .ab3 .message .btn button {
  width: 3.2rem;
  height: 0.54rem;
  background: #3179ee;
  color: #fff;
  border-radius: 0.1rem;
  text-align: center;
}

.about .ab3 .message .btn button span {
  padding: 0 0.16rem;
}

.about .ab3 .message .btn button:hover {
  opacity: 0.88;
}

.toast {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1001;
}

.toast.show {
  opacity: 0.8;
}