body {
  color: #000;
}

.title_com {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
#banner a,
#banner a img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.centerA {
  padding: 95px 0 65px;
}

.input_bg {
  background: url(/static/geotmw/image/home/input_bg.png) center center
    no-repeat;
  background-size: auto 100%;
}

.input_box {
  width: 700px;
  height: 80px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 20px 32px -4px rgba(50, 50, 255, 0.4);
  border-radius: 18px;
  border: 1px solid #ffffff;
  margin: 20px auto 60px;
}

.input_box .input_block {
  background: #fff;
  border-radius: 14px;
  height: 100%;
  padding: 12px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.input_box .input_block .txt {
  font-size: 24px;
  font-weight: 300;
}

.input_box .input_block .line {
  width: 2px;
  height: 26px;
  background: #d9d9d9;
}

.input_box .input_block img {
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.centerA ul {
  display: flex;
  justify-content: space-between;
}

.centerA ul > li {
  text-align: center;
}

.centerA ul > li .icon img {
  height: 60px;
  width: auto;
}

.centerA ul > li .title {
  font-weight: bold;
  color: #0b4ae5;
  font-size: 24px;
  line-height: 36px;
}

.centerA ul > li .subtitle {
  font-size: 24px;
  line-height: 36px;
}

.centerA ul > li .desc {
  font-size: 14px;
  line-height: 30px;
}

.centerA ul > li .desc span {
  color: #0b4ae5;
  font-weight: bold;
}

.centerB {
  background: url(/static/geotmw/image/home/b_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 90px 0 50px;
}

.centerB .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr 280px;
  gap: 20px;
  padding: 30px 0 40px;
}

.centerB .grid_box .item1 {
  grid-column: span 2;
}

.centerB .grid_box .item2 {
  grid-column: span 2;
}

.centerB .grid_box .item5 {
  grid-row: 1/4;
  grid-column: 3/4;
}

.centerB .grid_box .grid_item {
  padding: 18px 20px 20px;
  background-color: #fff !important;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}

.centerB .grid_box .grid_item .title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 18px;
}

.centerB .grid_box .grid_item .title img {
  width: 24px;
  height: 24px;
}

.centerB .grid_box .item1 {
  background: url(/static/geotmw/image/home/b_bg1.png) top right no-repeat;
  background-size: auto 100%;
}

.centerB .grid_box .item2 {
  background: url(/static/geotmw/image/home/b_bg2.png) top right no-repeat;
  background-size: auto 100%;
}

.centerB .grid_box .item3 {
  background: url(/static/geotmw/image/home/b_bg3.png) top right no-repeat;
  background-size: auto 100%;
}

.centerB .grid_box .item4 {
  background: url(/static/geotmw/image/home/b_bg4.png) top right no-repeat;
  background-size: auto 100%;
}

.centerB .grid_box .item1 ul {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 29% 46%;
}

.centerB .grid_box .item1 ul > li,
.centerB .grid_box .item2 ul > li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fbfdff;
  border-radius: 10px;
  border: 1px solid #e5efff;
  font-size: 16px;
  color: #333;
}

.centerB .grid_box .item2 ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.centerB .grid_box .item3 ul,
.centerB .grid_box .item4 ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.centerB .grid_box .item3 ul > li,
.centerB .grid_box .item4 ul > li {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fbfdff;
  border-radius: 10px;
  border: 1px solid #e5efff;
  font-size: 16px;
  color: #333;
}

.centerB .grid_box .item5 ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.centerB .grid_box .item5 ul > li {
  height: 168px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fbfdff;
  border-radius: 10px;
  border: 1px solid #e5efff;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}

.centerB .grid_box .item5 ul > li img {
  width: 100%;
  height: 110px;
}

.centerB .grid_box .item5 ul > li p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerB .grid_box .item5 .more {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

.centerB .video_list {
  display: flex;
  gap: 30px;
}

.centerB .video_item {
  flex: 1;
  padding: 20px 20px 14px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(233, 233, 233, 0.25);
  border-radius: 10px;
}

.centerB .video_item .video_box {
  width: 100%;
  height: 306px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.centerB .video_item video {
  width: 100%;
  height: 100%;
}
.centerB .video_item .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.centerB .video_item:first-child video {
  background: url(/static/geotmw/image/home/video_bg1.png) no-repeat;
  background-size: 100% 100%;
}

.centerB .video_item:last-child video {
  background: url(/static/geotmw/image/home/video_bg2.png) no-repeat;
  background-size: 100% 100%;
}

.centerB .video_item p {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}

.centerC {
  padding: 80px 0;
}

.centerC-pagination {
  width: 400px;
  height: 48px;
  background: linear-gradient(270deg, #ebf2ff 0%, #ebf3ff 100%);
  border-radius: 10px;
  display: flex;
  padding: 4px;
  margin: 24px auto 30px;
}

.centerC-pagination .nav-item {
  flex: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}

.centerC-pagination .nav-item.active {
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  color: #fff;
}

.centerC-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.centerC-swiper .swiper-slide img {
  width: 100vw;
}

.centerC .more_btn {
  display: block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  margin: 48px auto 0;
}

.centerD {
  padding: 70px 0 80px;
  background: url(/static/geotmw/image/table_bg.png) no-repeat;
  background-size: 100% 100%;
}

.centerD table {
  margin-top: 34px;
}

.centerD th {
  height: 140px;
}

.centerD th > div {
  width: 100%;
  height: 100%;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
}

.centerD .level {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerD .normal {
  background: linear-gradient(180deg, #ffffff 0%, #eaf2ff 100%);
  border-left: none;
  border-right: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.centerD .vip {
  background: linear-gradient(183deg, #ffffff 0%, #d8e5ff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.centerD th .consult_btn {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 30px;
  font-size: 14px;
}

.centerD .vip .consult_btn {
  background: linear-gradient(270deg, #272a42 0%, #2a3271 100%);
}

.centerD td {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  text-align: center;
  font-size: 14px;
}

.centerD td.empty {
  color: #999;
}

.centerD tr td:first-child {
  text-align: left;
}

.centerD td img {
  width: 14px;
  height: 14px;
}

.centerD .detail_btn {
  display: block;
  width: 300px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  margin: 32px auto 0;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 10px;
}

.centerD table tr[data-value] {
  display: none;
}

.centerD .toggle_tr td {
  background: #f9fbff;
  padding: 0 30px;
  cursor: pointer;
}

.centerD .toggle_btn {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}

.centerD .toggle_icon {
  font-size: 14px;
  color: #666666;
}

.centerD .toggle_icon .layui-edge-bottom {
  border-top-color: #e5e5e5;
}

.centerD .toggle_icon .layui-edge-top {
  border-bottom-color: #e5e5e5;
}

.centerE {
  padding: 70px 0 100px;
}

.centerE .w1200 {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  display: flex;
  gap: 40px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.centerE .tag {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff8f7;
  border-radius: 0px 10px 0px 10px;
  font-size: 12px;
  color: #ff7858;
  position: absolute;
  top: 0;
  right: 0;
}

.centerE .left {
  width: 529px;
  flex-shrink: 0;
}

.centerE .left img {
  width: 100%;
}

.centerE .right {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.centerE .right .title {
  font-size: 32px;
  font-weight: 400;
}

.centerE .right .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.centerE .right .price {
  font-size: 20px;
  font-weight: 400;
}

.centerE .right .consult_btn {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 10px;
  font-size: 16px;
}

.centerF {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: url(/static/geotmw/image/home/f_bg.png) no-repeat;
  background-size: 100% 100%;
}

.centerF .btn_group {
  display: flex;
  gap: 20px;
}

.centerF .btn_group .btn {
  width: 240px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 10px;
  border: 1px solid #0251fb;
  font-size: 16px;
}

.centerF .btn_group .btn:last-child {
  background: transparent;
  color: #0251fb;
  position: relative;
}
.centerF .btn_group .btn:last-child img:hover + .tips {
  display: block;
}
.centerF .btn_group .btn .tips {
  background: #fff;
  width: 120px;
  height: 120px;
  padding: 5px;
  position: absolute;
  border-radius: 5px;
  left: 246px;
  display: none;
}
.centerF .btn_group .btn .tips img {
  width: 100%;
  height: 100%;
}

.fixed_group {
  position: fixed;
  top: 20%;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}

.fixed_group .top {
  width: 90px;
}

.fixed_group .top img {
  width: 100%;
}

.fixed_group ul {
  width: 64px;
  padding: 30px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  border-radius: 999px;
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(171, 177, 191, 0.25);
}

.fixed_group ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
}

.fixed_group ul > li > img {
  width: auto;
  height: 24px;
}

.fixed_group ul > li .icon_l {
  display: none;
}

.fixed_group ul > li:hover {
  color: #306af1;
}

.fixed_group ul > li:hover .icon_l {
  display: block;
}

.fixed_group ul > li:hover .popper {
  display: block;
}

.fixed_group ul > li:hover .icon_d {
  display: none;
}

.fixed_group .popper {
  display: none;
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(171, 177, 191, 0.25);
  border-radius: 10px 10px 10px 10px;
  font-size: 14px;
  color: #333333;
  padding: 10px;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  min-width: 140px;
}

.fixed_group .wx_pop img {
  width: 120px;
  height: 120px;
  margin-top: 8px;
}

.fixed_group .popper .layui-edge {
  position: absolute;
  right: -12px;
  top: 20px;
}
