.nav-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  transition: all 0.2s linear;
}
.nav-container.nav-container-border {
  border-bottom: 1px solid #009c43;
}
.nav-container.nav-container-bg {
  background: #fff !important;
}
.nav-container.nav-container-bg .nav-box .stock {
  color: #888888;
}
.nav-container.nav-container-bg .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container.nav-container-bg .nav-box .item a {
  color: #2B2E2E;
}
.nav-container.nav-container-mouseenter {
  background: #fff;
  height: 370px;
}
.nav-container.nav-container-mouseenter .active {
  position: relative;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .active:after {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .sub-nav-show {
  height: 284px !important;
}
.nav-container:hover .nav-box .stock {
  color: #888888;
}
.nav-container:hover .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container:hover .nav-box .item a {
  color: #2B2E2E;
}
.nav-container .nav-box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 72px;
  margin: auto;
}
.nav-container .nav-box .stock {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 72px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
} 
.nav-container .nav-box .stock div {
  margin-top: 20px;
  height: auto;
  font-size: 12px !important;
}
.nav-container .nav-box .logo {
  background: url('/yxt/imgs/header-logo.png') no-repeat;
  background-size: contain;
  width: 132px;
  height: 52px;
  margin-top: 20px;
  cursor: pointer;
}
.nav-container .nav-box .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.nav-container .nav-box .item a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 160px;
  left: 50%;
  top: 60px;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear;
  padding-top: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item {
  cursor: pointer;
  height: auto;
  margin-bottom: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav .sub-item a:hover {
  color: #333;
}
.nav-fixed-height {
  height: 72px;
}
.imgScale img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgScale img:hover {
  transform: scale(1.1);
}
/**
 * 省略 超出 文本
 *
 * @lineNumber 文字的行数
 */
.tab-nav {
  width: 100%;
  height: 56px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.tab-nav.tab-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.tab-nav .tab-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.tab-nav .tab-con .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #202022;
  margin-right: 60px;
}
.tab-nav .tab-con .item.active:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.tab-nav .tab-con .item:last-child {
  margin-right: 0;
}
.tab-nav .tab-con .item:hover:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.footer {
  width: 100%;
  min-height: 501px;
  height: auto;
  background: #FBFBFB;
}
.footer .main {
  width: 1200px;
  height: 100%;
  margin: auto;
}
.footer .main .title-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #009c43;
}
.footer .main .title-con .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .main .title-con .left .title {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.footer .main .title-con .left .btn-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 44px;
}
.footer .main .title-con .left .btn-icon .item {
  position: relative;
  margin-right: 36px;
}
.footer .main .title-con .left .btn-icon .item.show .popup-img {
  transition: opacity 0.2s linear;
  opacity: 1;
}
.footer .main .title-con .left .btn-icon .item img {
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.footer .main .title-con .left .btn-icon .item img:last-child {
  margin-right: 0;
}
.footer .main .title-con .left .btn-icon .item .popup-img {
  position: absolute;
  left: 0;
  top: -186px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
  width: 176px;
  height: 176px;
}
.footer .main .title-con .left .btn-icon .item .popup-img img {
  width: 176px;
  height: 176px;
}
.footer .main .title-con .right {
  width: 143px;
  height: 40px;
}
.footer .main .menu-con {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 35px;
}
.footer .main .menu-con .item {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.footer .main .menu-con .item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .main .menu-con .item .title a {
  color: #666666;
}
.footer .main .menu-con .item .title a:hover {
  color: #202022;
}
.footer .main .menu-con .item .btn {
  margin-bottom: 18px;
  cursor: pointer;
}
.footer .main .menu-con .item .btn:last-child {
  margin-bottom: 0;
}
.footer .main .menu-con .item .btn a {
  color: #666666;
}
.footer .main .menu-con .item .btn a:hover {
  color: #202022;
}
.footer .main .beian {
  width: 880px;
  margin: 80px auto auto;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.mask {
  left: 0;
  right: 0;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.7);
}
.city,
.mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
}
.city {
  background-color: #fff;
  z-index: 99999999999;
  box-shadow: 0 0 0.3125rem 0.0625rem rgba(0, 0, 0, 0.2);
  right: -23.75rem;
  width: 14.875rem;
  line-height: 2.625rem;
  font-size: 0.65rem;
  transition: right 0.3s;
  right: 0 !important;
}
.city .first-list {
  -webkit-overflow-scrolling: touch;
  padding: 0 9.25rem 0 0.625rem;
  height: 100%;
  overflow-y: auto;
}
.city .first-list li {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.city .first-list li.org,
.city .first-list li.selected {
  color: #d0663c;
}
.city .second-list {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4.9375rem;
  box-shadow: 0 0 0.3125rem 0.0625rem rgba(0, 0, 0, 0.2);
  padding: 0 5.625rem 0 0.625rem;
  height: 100%;
  width: 4rem;
  overflow-y: auto;
}
.city .second-list li {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.city .second-list li.selected {
  color: #d0663c;
}
.city .second-list li:last-child {
  border-bottom: 0;
}
.city .third-list {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  padding-left: 0.625rem;
  box-shadow: 0 0 0.3125rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.city .third-list li {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.city .third-list li.selected {
  color: #d0663c;
}
.city .third-list li:last-child {
  border-bottom: 0;
}
.join-cooperation-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.join-cooperation-container .banner {
  width: 100%;
  height: 554px;
  margin-top: -72px;
}
.join-cooperation-container .join-advantage {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.join-cooperation-container .join-advantage .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.join-cooperation-container .join-advantage .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .join-advantage .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.join-cooperation-container .join-advantage .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .join-advantage .content .advantage-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.join-cooperation-container .join-advantage .content .advantage-con.two {
  margin-top: 50px;
}
.join-cooperation-container .join-advantage .content .advantage-con.two .item {
  width: 585px;
  height: 242px;
  overflow: hidden;
  border-radius: 10px;
}
.join-cooperation-container .join-advantage .content .advantage-con.two .item img {
  cursor: pointer;
  transition: all 0.6s;
}
.join-cooperation-container .join-advantage .content .advantage-con.two .item img:hover {
  transform: scale(1.1);
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item {
  width: 277px;
  height: 264px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  transition: ease all 0.3s;
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item .title {
  font-size: 22px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item .title.c-a-1 {
  position: relative;
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item .title.c-a-1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 56px;
  height: 2px;
  background: #E60947;
  border-radius: 1px;
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item .title.c-a-2 {
  position: relative;
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item .title.c-a-2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 56px;
  height: 2px;
  background: #009C43;
  border-radius: 1px;
}
.join-cooperation-container .join-advantage .content .advantage-con.three .item .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  letter-spacing: 1px;
  margin-top: 24px;
}
.join-cooperation-container .core-service {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.join-cooperation-container .core-service .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.join-cooperation-container .core-service .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .core-service .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.join-cooperation-container .core-service .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .core-service .content .item-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.join-cooperation-container .core-service .content .item-con .item {
  width: 216px;
  height: 304px;
  background: #F5F5F5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 20px;
  margin-top: 30px;
  transition: ease all 0.3s;
}
.join-cooperation-container .core-service .content .item-con .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.join-cooperation-container .core-service .content .item-con .item .icon {
  width: 80px;
  height: 80px;
  margin: auto;
}
.join-cooperation-container .core-service .content .item-con .item .name {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #2C2E2E;
  text-align: center;
}
.join-cooperation-container .core-service .content .item-con .item .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 19px;
  line-height: 24px;
}
.join-cooperation-container .enable {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.join-cooperation-container .enable .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.join-cooperation-container .enable .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .enable .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.join-cooperation-container .enable .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .enable .content .enable-con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.join-cooperation-container .enable .content .enable-con.three {
  min-height: 286px;
}
.join-cooperation-container .enable .content .enable-con.three .item {
  height: 282px;
  margin-top: 4px;
}
.join-cooperation-container .enable .content .enable-con.three .item .img {
  width: 380px;
  height: 138px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.join-cooperation-container .enable .content .enable-con.four {
  min-height: 308px;
  margin-top: 30px;
}
.join-cooperation-container .enable .content .enable-con.four .item {
  width: 278px;
  margin-top: 4px;
}
.join-cooperation-container .enable .content .enable-con.four .item .img {
  width: 278px;
  height: 138px;
}
.join-cooperation-container .enable .content .enable-con .item {
  width: 380px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  transition: ease all 0.3s;
}
.join-cooperation-container .enable .content .enable-con .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.join-cooperation-container .enable .content .enable-con .item .img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.join-cooperation-container .enable .content .enable-con .item .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.join-cooperation-container .enable .content .enable-con .item .img img:hover {
  transform: scale(1.1);
}
.join-cooperation-container .enable .content .enable-con .item .title {
  font-size: 22px;
  font-weight: 500;
  color: #2C2E2E;
  margin-top: 20px;
  text-align: center;
}
.join-cooperation-container .enable .content .enable-con .item .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  box-sizing: border-box;
  padding: 20px 25px;
}
.join-cooperation-container .brand-explain {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.join-cooperation-container .brand-explain .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.join-cooperation-container .brand-explain .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .brand-explain .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.join-cooperation-container .brand-explain .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .brand-explain .content .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #9C9C9C;
  margin-top: 20px;
}
.join-cooperation-container .brand-explain .content .explain-con {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.join-cooperation-container .brand-explain .content .explain-con .text-con {
  flex: 1;
  margin-right: 60px;
  margin-top: 16px;
}
.join-cooperation-container .brand-explain .content .explain-con .text-con .text-title,
.join-cooperation-container .brand-explain .content .explain-con .text-con .sub-text-title {
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  line-height: 36px;
}
.join-cooperation-container .brand-explain .content .explain-con .text-con .sub-text-title {
  color: #e60947;
}
.join-cooperation-container .brand-explain .content .explain-con .text-con .text {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
  margin-top: 20px;
}
.join-cooperation-container .brand-explain .content .explain-con .text-con .text p {
  margin-bottom: 10px;
}
.join-cooperation-container .brand-explain .content .explain-con .img {
  width: 490px;
  height: 480px;
  overflow: hidden;
}
.join-cooperation-container .brand-explain .content .explain-con .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.join-cooperation-container .brand-explain .content .explain-con .img img:hover {
  transform: scale(1.1);
}
.join-cooperation-container .join-selected {
  width: 100%;
  height: 1085px;
  overflow: hidden;
  margin: auto;
  background: url('/yxt/imgs/join-selected-bg.png') no-repeat;
  background-size: cover;
}
.join-cooperation-container .join-selected .content {
  position: relative;
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.join-cooperation-container .join-selected .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .join-selected .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.join-cooperation-container .join-selected .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .join-selected .content .member-distributed-con {
  width: 204px;
  height: 592px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  float: right;
  box-sizing: border-box;
  padding: 30px;
}
.join-cooperation-container .join-selected .content .member-distributed-con .title {
  font-size: 24px;
  font-weight: 500;
  color: #202022;
  padding-bottom: 19px;
  border-bottom: 1px solid #ededed;
}
.join-cooperation-container .join-selected .content .member-distributed-con .item {
  font-size: 19px;
  font-weight: 400;
  color: #2C2E2E;
  margin-top: 15px;
}
.join-cooperation-container .join-selected .content .member-distributed-con .item span {
  font-size: 26px;
  font-weight: 500;
  color: #E60947;
  margin: 0 3px;
}
.join-cooperation-container .join-selected .content .item-con {
  position: absolute;
  left: 0;
  bottom: 80px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 238px;
}
.join-cooperation-container .join-selected .content .item-con .item {
  width: 380px;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 25px 30px;
  border-radius: 10px;
  transition: ease all 0.3s;
}
.join-cooperation-container .join-selected .content .item-con .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.join-cooperation-container .join-selected .content .item-con .item:nth-child(1) {
  background: #E60947;
}
.join-cooperation-container .join-selected .content .item-con .item:nth-child(1) .title,
.join-cooperation-container .join-selected .content .item-con .item:nth-child(1) .desc {
  color: #fff !important;
}
.join-cooperation-container .join-selected .content .item-con .item:nth-child(2) {
  background: #F3EBE6;
}
.join-cooperation-container .join-selected .content .item-con .item:nth-child(3) {
  background: #F5F5F5;
}
.join-cooperation-container .join-selected .content .item-con .item .title {
  font-size: 30px;
  font-weight: 500;
  color: #202022;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.join-cooperation-container .join-selected .content .item-con .item .desc {
  font-size: 20px;
  font-weight: 400;
  color: #202022;
  line-height: 30px;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.join-cooperation-container .join-process {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.join-cooperation-container .join-process .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.join-cooperation-container .join-process .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .join-process .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.join-cooperation-container .join-process .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .join-process .content .img {
  width: 1200px;
  height: 865px;
  overflow: hidden;
  margin-top: 60px;
}
.join-cooperation-container .join-application {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.join-cooperation-container .join-application .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.join-cooperation-container .join-application .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .join-application .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.join-cooperation-container .join-application .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.join-cooperation-container .join-application .content .all-tel-con {
  min-height: 952px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 60px;
}
.join-cooperation-container .join-application .content .all-tel-con .img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.join-cooperation-container .join-application .content .all-tel-con .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.join-cooperation-container .join-application .content .all-tel-con .img img:hover {
  transform: scale(1.1);
}
.join-cooperation-container .join-application .content .all-tel-con .img .tel-con {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 417px;
  height: 271px;
  background: rgba(251, 249, 246, 0.84);
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  padding: 30px 40px;
}
.join-cooperation-container .join-application .content .all-tel-con .img .tel-con .tel-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
}
.join-cooperation-container .join-application .content .all-tel-con .img .tel-con .tel-title .icon {
  width: 60px;
  height: 60px;
  margin-right: 18px;
}
.join-cooperation-container .join-application .content .all-tel-con .img .tel-con .tel-title .title {
  font-size: 30px;
  font-weight: 500;
  color: #202022;
}
.join-cooperation-container .join-application .content .all-tel-con .img .tel-con .tel-item {
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  line-height: 45px;
}
.join-cooperation-container .join-application .content .store-tel-con {
  box-sizing: border-box;
  padding: 40px 40px 20px 40px;
}
.join-cooperation-container .join-application .content .store-tel-con .item-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.join-cooperation-container .join-application .content .store-tel-con .item-con .item {
  width: 360px;
  height: 144px;
  background: #F8F8F8;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px 30px;
  margin-bottom: 20px;
  transition: ease all 0.3s;
}
.join-cooperation-container .join-application .content .store-tel-con .item-con .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.join-cooperation-container .join-application .content .store-tel-con .item-con .item .title {
  font-size: 24px;
  font-weight: 500;
  color: #202022;
  padding-bottom: 9px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}
.join-cooperation-container .join-application .content .store-tel-con .item-con .item .tel-item {
  font-size: 18px;
  font-weight: 400;
  color: #202022;
  line-height: 25px;
}
.join-cooperation-container .join-application .content .store-tel-con .item-con .item .tel-item span {
  color: #F8F8F8;
}
.join-cooperation-container .join-application .content .join-form {
  width: 100%;
  min-height: 1190px;
  height: auto;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 60px;
  overflow: hidden;
}
.join-cooperation-container .join-application .content .join-form .title {
  font-size: 30px;
  font-weight: 500;
  color: #202022;
  text-align: center;
  margin-top: 40px;
}
.join-cooperation-container .join-application .content .join-form .desc {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  text-align: center;
}
.join-cooperation-container .join-application .content .join-form .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  text-align: center;
  margin-top: 10px;
}
.join-cooperation-container .join-application .content .join-form .form {
  width: 650px;
  height: auto;
  overflow: hidden;
  margin: 40px auto auto;
}
.join-cooperation-container .join-application .content .join-form .form .form-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .label-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .label-tag .tag {
  font-size: 14px;
  font-weight: 400;
  color: #e60947;
  margin-right: 4px;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .label-tag .label {
  font-size: 14px;
  font-weight: 400;
  color: #2c2e2e;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .input-con {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .input-con input,
.join-cooperation-container .join-application .content .join-form .form .form-item .input-con select,
.join-cooperation-container .join-application .content .join-form .form .form-item .input-con textarea {
  width: 99%;
  height: 38px;
  background: #FDFDFD;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 0 20px;
  color: #202022;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .input-con textarea {
  box-sizing: border-box;
  padding: 10px 20px;
  height: 150px;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .radio-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  background: #F5F5F5;
  border-radius: 3px;
  height: 38px;
  box-sizing: border-box;
  padding: 0 23px;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .radio-con .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .radio-con input {
  width: auto;
  height: auto;
  margin-right: 5px;
  vertical-align: auto;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .btn-item {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .btn-item input {
  width: 100px;
  height: 38px;
  background: #E60947;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .btn-item .reset {
  margin-left: 20px;
}
.join-cooperation-container .join-application .content .join-form .form .form-item .btn-item .reset input {
  font-weight: 400;
  color: #999999;
  background: #f5f5f5;
}
<!--0.00020718574523926-->