html {
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  background-color: #f2f6ff;
}
 
/* 为什么要成为顶呱呱渠道合作伙伴 */
.investment {
  min-width: 1200px;
  background-color: #fff;
}

.investment .top-banner {
  min-width: 1200px;
  min-height: 600px;
  /* background: url(../img/qdhz/qdhz_banner.jpg) no-repeat 50%; */
  background-size: cover;
  position: relative;
}

.investment .top-banner .tb-box {
  position: relative;
  padding: 176px 360px 0;
  z-index: 3;
}

.investment .top-banner .tb-box .tb-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
}

.investment .top-banner .tb-box .tb-desc {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}

.investment .top-banner .tb-box .tb-desc span {
  font-size: 24px;
  color: #fff;
  padding-right: 30px;
}

.investment .top-banner .tb-box .tb-desc span:last-child {
  padding: 0;
}

.investment .top-banner .tab-box {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
}

.investment .top-banner .tab-box .tb-ab {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.investment .top-banner .tab-box .tb-ab .tb-item {
  height: 100%;
  line-height: 100px;
  text-align: center;
  width: 305px;
  font-size: 20px;
  color: #fff;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.investment .top-banner .tab-box .tb-ab .tb-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.investment .top-banner .tab-box .tb-ab .tb-item:last-of-type:after {
  content: "";
  display: none;
}

.investment .top-banner .tab-box .tb-line {
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.investment .content-bg {
  width: 100%;
  height: 976px;
  background-image: url(../img/qdhz/fb166xu11y00000.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.investment .isTab {
  font-weight: 800;
}
.brand {
  padding: 64px 0;
}

.brand p {
  margin: 0;
  padding: 0;
}

.brand .title {
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: 700;
}

.brand .desc {
  font-size: 16px;
  color: #999;
  margin-top: 12px;
  text-align: center;
}

.brand .b-box {
  margin: 40px 10px 0px 10px;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}

.brand .b-box .bb-item {
  width: 288px;
}

.brand .b-box .bb-item:hover img {
  transform: translateY(-12px);
}

.brand .b-box .bb-item:hover .i-title {
  color: #026dff;
}

.brand .b-box .bb-item img {
  width: 288px;
  height: 200px;
  transition: all 0.3s;
}

.brand .b-box .bb-item .i-title {
  margin-top: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  line-height: 20px;
}

.brand .b-box .bb-item .i-title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #026dff;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.brand .b-box .bb-item .i-desc {
  padding: 0 23px;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center;
}
/* 全方位支持渠道合作伙伴 */
.partner {
  background-color: #f5f7fa;
  padding-top: 64px;
}

.partner h2 {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  text-align: center;
}

.partner .tab-box {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}

.partner .tab-box .tab {
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.partner .tab-box .tab + .tab {
  margin-left: 88px;
}

.partner .tab-box .tab.active {
  font-weight: 700;
  position: relative;
}

.partner .tab-box .tab.active:after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background: #026dff;
}

.partner .partner-bd {
  margin-top: 50px;
  background-color: #eaf0fa;
  position: relative;
  overflow: hidden;
}

.partner .partner-bd + .partner-bd {
  display: none;
}

.partner .partner-bd .l {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner .partner-bd .l .main .title-box .title {
  font-weight: 700;
  font-size: 28px;
  color: #333;
}

.partner .partner-bd .l .main .title-box .bias {
  display: inline-block;
  width: 2px;
  height: 16px;
  transform: rotate(-35deg);
  background: #c1c1c1;
  margin: 0 12px;
}

.partner .partner-bd .l .main .title-box .info {
  font-size: 16px;
  color: #cfcfcf;
}

.partner .partner-bd .l .main .line {
  margin-top: 16px;
}

.partner .partner-bd .l .main .desc {
  width: 450px;
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}

.partner .partner-bd .r {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 50%;
  height: 500px;
}

.partner .partner-bd .center {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1055px;
  height: 500px;
  margin-left: -95px;
  animation: move-data-v-6b4766c0 0.5s ease;
}

@keyframes move-data-v-6b4766c0 {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 准入条件 */
.condition {
  background-color: #f8f8f8;
  padding: 64px 0;
}

.condition h2 {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  text-align: center;
}

.condition .condition-bd {
  width: 1200px;
  margin: 40px auto 0;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.condition .condition-bd .top {
  background-size: contain;
  height: 80px;
  line-height: 80px;
  padding-left: 34px;
}

.condition .condition-bd .top span:first-of-type {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.condition .condition-bd .top span:nth-of-type(2) {
  color: #fff;
  font-size: 16px;
}

.condition .condition-bd .l {
  width: 572px;
  background: url(../img/qdhz/7o6ligtyf940000.png) no-repeat 100%;
  background-size: auto 100%;
  transition: all 0.3s ease-out;
}

.condition .condition-bd .l:hover {
  background-size: auto 106%;
}

.condition .condition-bd .l .bd {
  padding: 24px 35px 94px;
  box-shadow: 0 8px 11px 0 rgba(243, 246, 253, 0.2);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.condition .condition-bd .l .bd .left-item {
  width: 50%;
  margin-bottom: 20px;
}

.condition .condition-bd .l .bd .left-item:nth-of-type(n + 5) {
  width: 100%;
}

.condition .condition-bd .l .bd .left-item .name {
  font-size: 18px;
  color: #333;
  line-height: 1;
    display: flex;
    align-items: center;
}
.condition .condition-bd .l .bd .left-item .name img{
    margin-right: 12px;
    width: 20px;
}
/*.condition .condition-bd .l .bd .left-item .name .iconfont {*/
  /*font-size: 16px;*/
  /*color: #4974f5;*/
  /*margin-right: 12px;*/
/*}*/

.condition .condition-bd .l .bd .left-item .desc {
  padding-left: 28px;
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}

.condition .condition-bd .r {
  width: 572px;
  background-image: linear-gradient(180deg, #fff5ef, #fff9f5);
  border-radius: 8px;
}

.condition .condition-bd .r .bd {
  padding: 32px 0 26px;
  box-shadow: 0 8px 11px 0 rgba(243, 246, 253, 0.2);
}
.city_select{
    border: none;
    width: 90%;
    margin-left: 20px;
}
.get-code{
    background: hsla(225, 100%, 89%, 0.3);
    border-radius: 2px;
    font-size: 12px;
    color: #4974F5;
    padding: 6px 8px;
}
.condition .condition-bd .r .bd .right-item {
  font-size: 18px;
  color: #333;
  margin: 0 0 28px 32px;
  display: flex;
    align-items: center;
}
.condition .condition-bd .r .bd .right-item img
{
    margin-right: 12px;
    width: 20px;
}
/*.condition .condition-bd .r .bd .right-item .iconfont {*/
  /*font-size: 16px;*/
  /*color: #ff945a;*/
  /*margin-right: 12px;*/
/*}*/

.condition .condition-bd .r .bd .bottom-img {
  width: 524px;
  height: 227px;
  overflow: hidden;
  margin: 0 24px;
  border-radius: 8px;
  background: url(../img/qdhz/aqlzot19wnk0000.png) no-repeat 100%;
  background-size: auto 100%;
  transition: all 0.3s ease-out;
}

.condition .condition-bd .r .bd:hover .bottom-img {
  background-size: auto 106%;
}
/* 加入我们 */
.joinUsCom {
  margin: 0 auto;
  width: 100%;
  height: 670px;
  background-image: url(../img/qdhz/9coc5n4zo1s0000.png);
  background-color: #fff;
  background-size: cover;
  position: relative;
  padding: 64px 0 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.joinUsCom p {
  margin: 0;
  padding: 0;
}

.joinUsCom .tips {
  position: relative;
  z-index: 3;
}

.joinUsCom .tips .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.joinUsCom .tips .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
  text-align: center;
  line-height: 16px;
}

.joinUsCom .content {
  z-index: 3;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 378px;
}

.joinUsCom .content .c-img {
  width: 330px;
  height: 100%;
  flex-shrink: 0;
}

.joinUsCom .content .c-right {
  height: 100%;
  padding: 20px 32px 30px;
  flex-grow: 1;
  overflow: hidden;
}

.joinUsCom .content .c-right .cr-title {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.joinUsCom .content .c-right .cr-title .t-desc {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  flex-grow: 1;
}

.joinUsCom .content .c-right .cr-title .t-num {
  flex-shrink: 0;
  opacity: 0.6;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  line-height: 28px;
}

.joinUsCom .content .c-right .cr-con {
  margin-top: 25px;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.joinUsCom .content .c-right .el-carousel {
  height: 100%;
}

.joinUsCom .content .c-right .el-carousel__indicators {
  left: 0;
  transform: translateX(0);
}

.joinUsCom .content .c-right .el-carousel__button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.joinUsCom .content .c-right .el-carousel__indicator.is-active button {
  background: linear-gradient(180deg, #4976f5, #235cff) !important;
}

.joinUsCom .tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 106px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
}

.joinUsCom .tabs .t-item {
  width: 218px;
  height: 100%;
  padding: 28px 16px;
  display: flex;
  justify-content: center;
  border-right: 1px solid #555;
  cursor: pointer;
  transition: all 0.3s;
}

.joinUsCom .tabs .t-item .ti-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 10px;
  margin-top: 4px;
  transition: all 0.3s;
}

.joinUsCom .tabs .t-item .ti-right {
  margin-left: 10px;
  overflow: hidden;
}

.joinUsCom .tabs .t-item .ti-right .r-title {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

.joinUsCom .tabs .t-item .ti-right .r-titleEn {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
  opacity: 0.4;
}

.joinUsCom .tabs .isSelected {
  width: 330px;
  background: linear-gradient(180deg, #4976f5, #235cff);
  align-items: center;
}

.joinUsCom .tabs .isSelected .ti-icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}

.joinUsCom .tabs .isSelected .ti-right .r-title {
  font-size: 18px;
}

.joinUsCom .tabs .isSelected .ti-right .r-titleEn {
  font-size: 14px;
  opacity: 1;
}

.joinUsCom .tabs .t-item:last-child {
  border: none;
}

.joinUsCom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 33, 97, 0.2);
}
.joinUsCom {
  margin: 0 auto;
  width: 100%;
  height: 670px;
  background-image: url(../img/qdhz/9coc5n4zo1s0000.png);
  background-color: #fff;
  background-size: cover;
  position: relative;
  padding: 64px 0 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.joinUsCom p {
  margin: 0;
  padding: 0;
}

.joinUsCom .tips {
  position: relative;
  z-index: 3;
}

.joinUsCom .tips .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.joinUsCom .tips .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
  text-align: center;
  line-height: 16px;
}

.joinUsCom .content {
  z-index: 3;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 378px;
}

.joinUsCom .content .c-img {
  width: 330px;
  height: 100%;
  flex-shrink: 0;
}

.joinUsCom .content .c-right {
  height: 100%;
  padding: 20px 32px 30px;
  flex-grow: 1;
  overflow: hidden;
}

.joinUsCom .content .c-right .cr-title {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.joinUsCom .content .c-right .cr-title .t-desc {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  flex-grow: 1;
}

.joinUsCom .content .c-right .cr-title .t-num {
  flex-shrink: 0;
  opacity: 0.6;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  line-height: 28px;
}

.joinUsCom .content .c-right .cr-con {
  margin-top: 25px;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.joinUsCom .content .c-right .el-carousel {
  height: 100%;
}

.joinUsCom .content .c-right .el-carousel__indicators {
  left: 0;
  transform: translateX(0);
}

.joinUsCom .content .c-right .el-carousel__button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #f2f2f2;
}

.joinUsCom .content .c-right .el-carousel__indicator.is-active button {
  background: linear-gradient(180deg, #4976f5, #235cff) !important;
}

.joinUsCom .tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 106px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
}

.joinUsCom .tabs .t-item {
  width: 218px;
  height: 100%;
  padding: 28px 22px;
  display: flex;
  justify-content: center;
  border-right: 1px solid #555;
  cursor: pointer;
  transition: all 0.3s;
}

.joinUsCom .tabs .t-item .ti-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 10px;
  margin-top: 4px;
  transition: all 0.3s;
}

.joinUsCom .tabs .t-item .ti-right {
  margin-left: 10px;
  overflow: hidden;
}

.joinUsCom .tabs .t-item .ti-right .r-title {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

.joinUsCom .tabs .t-item .ti-right .r-titleEn {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
  opacity: 0.4;
}

.joinUsCom .tabs .isSelected {
  width: 330px;
  background: linear-gradient(180deg, #4976f5, #235cff);
  align-items: center;
}

.joinUsCom .tabs .isSelected .ti-icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}

.joinUsCom .tabs .isSelected .ti-right .r-title {
  font-size: 18px;
}

.joinUsCom .tabs .isSelected .ti-right .r-titleEn {
  font-size: 14px;
  opacity: 1;
}

.joinUsCom .tabs .t-item:last-child {
  border: none;
}

.joinUsCom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 33, 97, 0.2);
}
.process {
  padding: 64px 0;
  background: url(../img/qdhz/e17ei1g30ko0000.png) no-repeat 50%;
  background-size: cover;
}

.process h2 {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  text-align: center;
}

.process .process-bd {
  width: 1200px;
  margin: 48px auto 0;
  background: url(../img/qdhz/62knw7c9k440000.png) no-repeat 50%;
  background-size: cover;
  padding: 80px 72px 34px;
  display: flex;
  justify-content: space-between;
}

.process .process-bd .item {
  margin-right: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.process .process-bd .item .arrow {
  position: absolute;
  content: "";
  top: 41px;
  right: -77px;
  width: 25px;
  height: 25px;
}

.process .process-bd .item .icon {
  display: block;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12157);
  transition: all 0.3s;
}

.process .process-bd .item .icon:hover {
  transform: scale(1.1);
}

.process .process-bd .item .descImg {
  width: 97px;
  height: 122px;
  margin-top: 14px;
}

