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%;
}

a.btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 10px 10px 10px 10px;
  margin: auto;
  font-size: 16px;
}

.centerA {
  height: 558px;
  padding-top: 72px;
  background: url(/static/geotmw/image/franchise/a_bg.png) no-repeat;
  background-size: 100% 100%;
}

.centerA .subtitle {
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}

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

.centerB ul {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}

.centerB ul > li {
  flex: 1;
  height: 280px;
  padding: 30px 12px;
  background: linear-gradient(0deg, #f8fbff 0%, #ffffff 100%);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.centerB ul > li .title {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  margin-top: 18px;
}

.centerB ul > li .desc {
  font-size: 14px;
  color: #4e5663;
  line-height: 24px;
  text-align: center;
  margin-top: 8px;
}

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

.centerC ul {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.centerC ul > li {
  flex: 1;
  height: 240px;
  background: linear-gradient(36deg, #ffffff 0%, #eff6ff 100%);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.centerC ul > li:nth-child(2) {
  background:
    linear-gradient(1deg, #ffffff 0%, #e5f1ff 100%),
    radial-gradient(
      85.43% 55.76% at 100% 100%,
      #a9d8ff 0%,
      rgba(200, 232, 255, 0) 100%
    ),
    radial-gradient(
      127.99% 79.36% at 0.66% 100%,
      #a9d8ff 0%,
      rgba(200, 232, 255, 0) 100%
    );
}

.centerC ul > li img {
  width: 100%;
  height: 165px;
}

.centerC ul > li .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.centerC a.btn {
  width: 160px;
}

.centerC .video_box {
  width: 100%;
  height: 700px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.centerC .video_box video {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  background: url(/static/geotmw/image/franchise/c_video_bg.png) no-repeat;
  background-size: 100% 100%;
}

.centerC .video_box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.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-top: 100px;
}

.centerE .subtitle {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.tabs .tabs-content {
  width: 100%;
  height: 360px;
  background: linear-gradient(80deg, #ffffff 0%, #f0f7ff 100%);
  border-radius: 10px;
  border: 1px solid #f3f4f7;
  display: flex;
  overflow: hidden;
}

.tabs .info_box,
.tabs .img_box {
  width: 50%;
}

.tabs .img_box img {
  width: 100%;
  height: 100%;
}

.tabs .info_box {
  padding: 50px 50px 0;
}

.tabs .info_box .title {
  font-size: 32px;
}

.tabs .info_box .subtitle {
  font-size: 16px;
  text-align: left;
  padding-left: 21px;
  background: url(/static/geotmw/image/franchise/check.png) center left
    no-repeat;
  background-size: 16px 16px;
}

.tabs .info_box .desc {
  font-size: 14px;
  color: #525863;
}

.tabs .info_box ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 18px 0 40px;
}

.tabs-header .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
}
.tabs-body .tabs-item {
  display: none;
}

.tabs-header .nav-item img {
  max-width: 20px;
  max-height: 20px;
}

.tabs-header .nav-item .icon_l {
  display: none;
}

.tabs-header .nav-item.layui-this {
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  color: #fff;
}

.tabs-header .nav-item.layui-this .icon_d {
  display: none;
}
.tabs-header .nav-item.layui-this .icon_l {
  display: block;
}

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

.centerF .steps {
  font-size: 16px;
  color: #324eff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 40px;
}

.centerF .steps .line {
  width: 181px;
  height: 1px;
  background: linear-gradient(90deg, #1d78ff 0%, #0015ff 100%);
}

.centerF ul {
  display: flex;
  gap: 30px;
}

.centerF ul > li {
  flex: 1;
}

.centerF ul > li img {
  width: 100%;
  height: 140px;
}

.centerF ul > li .title {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 10px;
}
