html {
  font-family: Helvetica Neue, Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  line-height: 1;
}
.banner,
.joinNav {
  width: 100%;
  background-size: cover;
  position: relative;
}
.banner .top_nav .logo,
.joinNav .top_nav .logo {
  position: absolute;
  top: 0.6rem;
  left: 1.8rem;
  width: 1.68rem;
}
.banner .top_nav .nav,
.joinNav .top_nav .nav {
  position: absolute;
  top: 0.6rem;
  right: 1.7rem;
}
.banner .top_nav .nav a,
.joinNav .top_nav .nav a {
  float: left;
  color: #1F292E;
  font-size: 0.26rem;
  font-weight: bold;
  margin-left: 0.12rem;
  padding: 0.06rem 0.2rem;
  cursor: pointer;
  border: 2px solid transparent;
}
.banner .top_nav .nav a.active,
.joinNav .top_nav .nav a.active {
  color: #FF7900;
  border-radius: 20px;
  border: 2px solid #FF7900;
}
.banner .top_nav .nav a.checked,
.joinNav .top_nav .nav a.checked {
  color: #FF7900;
  border-radius: 20px;
  border: 2px solid #FF7900;
}
.banner .fixed_nav,
.joinNav .fixed_nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0.8rem;
  box-shadow: 0px 10px 10px rgba(255, 121, 0, 0.1);
  display: none;
  z-index: 9999;
}
.banner .fixed_nav .logo,
.joinNav .fixed_nav .logo {
  float: left;
  width: 1.6rem;
  margin-top: 0.2rem;
  margin-left: 20px;
}
.banner .fixed_nav .nav,
.joinNav .fixed_nav .nav {
  float: right;
  margin-right: 20px;
}
.banner .fixed_nav .nav a,
.joinNav .fixed_nav .nav a {
  line-height: 0.8rem;
  float: left;
  color: #1F292E;
  font-size: 0.2rem;
  font-weight: bold;
  margin-left: 0.24rem;
  cursor: pointer;
}
.banner .fixed_nav .nav a.active,
.joinNav .fixed_nav .nav a.active {
  color: #FF7900;
}
.banner .fixed_nav .nav a.checked,
.joinNav .fixed_nav .nav a.checked {
  color: #FF7900;
}
.joinNav {
  height: 1.8rem;
}
.conent {
  max-width: 1280px;
  margin: 0 auto;
  overflow: inherit;
  clear: both;
}
.bottom {
  width: 100%;
  height: 1.4rem;
  background: #E2E2E2;
  line-height: 1.4rem;
  text-align: center;
  color: #707070;
  font-size: 0.2rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.tool {
  position: fixed;
  right: 0.6rem;
  top: 60%;
}
.tool .tool_item {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.tool .tool_item .tool_item_detail {
  position: absolute;
  color: #FF7900;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #FF7900;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 0.2rem;
  right: 35px;
  font-weight: bold;
  text-align: center;
  display: none;
}
.tool .tool_item .tool_item_detail1 {
  width: 190px;
}
.tool .tool_item .tool_item_detail2 {
  width: 230px;
}
.tool .tool_item1 {
  background: url(../img/tool_service.png);
}
.tool .tool_item1:hover {
  background: url(../img/tool_service_hover.png);
}
.tool .tool_item2 {
  background: url(../img/tool_phone.png);
}
.tool .tool_item2:hover {
  background: url(../img/tool_phone_hover.png);
}
.tool .tool_item2:hover .tool_item_detail {
  display: block;
}
.tool .tool_item3 {
  background: url(../img/tool_email.png);
}
.tool .tool_item3:hover {
  background: url(../img/tool_email_hover.png);
}
.tool .tool_item3:hover .tool_item_detail {
  display: block;
}
.tool .tool_item4 {
  background: url(../img/tool_top.png);
  display: none;
}
.tool .tool_item4:hover {
  background: url(../img/tool_top_hover.png);
}
/******************首页**************************/
.index_banner {
  background: url(../img/index_banner.png) no-repeat center;
}
.index_banner .index_banner_content {
  padding-top: 3rem;
}
.index_banner .index_banner_content .index_banner_logo {
  width: 3.28rem;
}
.index_banner .index_banner_content .index_banner_item {
  margin-top: 0.34rem;
  margin-bottom: 0.8rem;
}
.index_banner .index_banner_content .index_banner_item img {
  display: block;
}
.index_banner .index_banner_content .index_banner_item img:nth-child(1) {
  width: 2.96rem;
  margin-bottom: 0.22rem;
}
.index_banner .index_banner_content .index_banner_item img:nth-child(2) {
  width: 4.12rem;
}
.index_banner .index_banner_content .index_banner_download .download_dom {
  display: inline-block;
  position: relative;
}
.index_banner .index_banner_content .index_banner_download .download_dom .downloadImg {
  cursor: pointer;
  width: 2.3rem;
  height: 0.77rem;
  margin-right: 0.23rem;
}
.index_banner .index_banner_content .index_banner_download .download_dom .downloadQR {
  display: none;
  width: 2.3rem;
  height: 2.3rem;
  left: 0;
  top: 0.9rem;
  position: absolute;
}
.index_introduction {
  margin-top: 1.28rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.index_introduction .left {
  width: 7.9rem;
  padding-top: 0.4rem;
}
.index_introduction .left img {
  width: 3rem;
}
.index_introduction .left ul {
  margin-top: 0.24rem;
}
.index_introduction .left ul li {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
}
.index_introduction .left ul li img {
  width: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-right: 0.1rem;
}
.index_introduction .right {
  width: 4.2rem;
}
.index_introduction .right img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.index_module {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 0;
}
.index_module .line {
  width: 0.78rem;
  height: 0px;
  border: 2px solid #ff7900;
  display: inline-block;
}
.index_module .title {
  font-size: 0.42rem;
  color: #FF7900;
  line-height: 0.46rem;
  margin-top: 0.16rem;
}
.index_advantage {
  display: flex;
  margin-top: 0.52rem;
}
.index_advantage .index_advantage_item {
  flex: 1;
  height: 3.8rem;
  border: 1px solid #ff7900;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.index_advantage .index_advantage_item + .index_advantage_item {
  margin-left: 0.25rem;
}
.index_advantage .index_advantage_img {
  width: 100%;
  height: 2.66rem;
  overflow: hidden;
}
.index_advantage .index_advantage_img img {
  cursor: pointer;
  transition: all 0.6s;
}
.index_advantage .index_advantage_img img:hover {
  transform: scale(1.2);
}
.index_advantage p {
  font-size: 0.17rem;
  color: #1F292E;
  font-weight: bold;
  margin-top: 0.28rem;
  margin-bottom: 0.18rem;
}
.index_advantage span {
  box-sizing: border-box;
  font-size: 0.15rem;
  line-height: 0.2rem;
  color: #5B6B73;
  display: block;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.index_express {
  width: 12.3rem;
  margin: 0.35rem auto 0;
}
.index_express img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
.index_express img:hover {
  transform: scale(0.95);
}
.index_station {
  width: 11.6rem;
  height: 6.6rem;
  margin: 0.6rem auto 0;
  border-radius: 0.18rem;
  overflow: hidden;
}
.index_station img {
  width: 100%;
  height: 100%;
}
.index_station .swiper-pagination {
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}
.index_station .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #ffffff;
}
.index_station .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
/******************首页**************************/
/******************合伙人**************************/
.partner_banner {
  background: url(../img/partner_banner.png) no-repeat center;
  position: relative;
  margin-bottom: 1.2rem;
}
.partner_banner .partner_banner_content {
  padding-top: 3rem;
  color: #FF7900;
  font-weight: bold;
  text-align: center;
}
.partner_banner .partner_banner_content .partner_banner_item1 {
  font-size: 0.64rem;
}
.partner_banner .partner_banner_content .partner_banner_item2 {
  margin-top: 0.75rem;
  margin-bottom: 3rem;
  font-size: 1.14rem;
}
.partner_banner .partner_banner_content .banner_down {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  margin-left: -0.34rem;
  width: 0.68rem;
  transition: all 0.6s;
}
.partner_banner .partner_banner_content .banner_down:hover {
  transform: translateY(10px);
}
.partner_apply {
  display: flex;
  margin-top: 0.7rem;
}
.partner_apply .partner_apply_item {
  flex: 1;
  height: 2.5rem;
}
.partner_apply .partner_apply_item img {
  cursor: pointer;
  width: 1.8rem;
  transition: all 0.6s;
}
.partner_apply .partner_apply_item img:hover {
  transform: scale(1.2);
}
.partner_apply .partner_apply_item p {
  margin-top: 0.4rem;
  color: #FF7900;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
}
.partner_apply .partner_apply_item + .partner_apply_item {
  margin-left: 1.05rem;
}
.applyJoinBtn {
  width: 2.9rem;
  height: 0.7rem;
  background: url(../img/btnBg1.png);
  background-size: contain;
  display: inline-block;
  margin-top: 0.7rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.7rem;
  text-align: center;
  cursor: pointer;
}
.partner_require {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_require img {
  width: 4.35rem;
  transition: all 0.6s;
  display: inline-block;
}
.partner_require img:hover {
  transform: scale(1.1);
}
.partner_require .detail {
  font-size: 0;
  display: inline-block;
}
.partner_require .detail span {
  display: block;
  width: 5rem;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #fff;
  font-size: 0.26rem;
  box-sizing: border-box;
  padding-left: 0.25rem;
  border-radius: 0.7rem;
  margin-left: 0.2rem;
  background: #FF8005;
  margin-bottom: 0.4rem;
}
.partner_require .detail span:nth-child(2) {
  margin-left: 0.85rem;
}
.partner_require .detail span:nth-child(3) {
  margin-left: 0.85rem;
}
.partner_require .detail span:nth-child(4) {
  margin-bottom: 0;
}
.partner_profit {
  text-align: left;
  letter-spacing: 2px;
}
.partner_profit img {
  cursor: pointer;
  width: 6.28rem;
  transition: all 0.6s;
}
.partner_profit img:hover {
  transform: scale(1.1);
}
.partner_profit h3 {
  color: #1F292E;
  font-size: 0.42rem;
  line-height: 0.46rem;
  font-weight: 400;
  max-width: 6rem;
}
.partner_profit h4 {
  color: #5B6B73;
  font-size: 0.17rem;
  font-weight: bold;
  max-width: 6rem;
}
.partner_profit h5 {
  color: #5B6B73;
  font-size: 0.15rem;
  font-weight: 300;
  line-height: 0.25rem;
  max-width: 6rem;
}
.partner_profit p {
  color: #5B6B73;
  font-size: 0.15rem;
  font-weight: 400;
  margin-bottom: 0.15rem;
  max-width: 4.5rem;
}
.partner_profit p span {
  color: #FF7900;
  font-size: 0.2rem;
  font-weight: bold;
}
.partner_profit p img {
  width: 6px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.partner_profit .partner_profit_item1 {
  margin-top: 0.7rem;
  overflow: hidden;
}
.partner_profit .partner_profit_item1 h3 {
  margin-top: 0.95rem;
  margin-bottom: 0.2rem;
}
.partner_profit .partner_profit_item2 {
  margin: 1.6rem 0;
  overflow: hidden;
}
.partner_profit .partner_profit_item2 h3 {
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
}
.partner_profit .partner_profit_item3 {
  overflow: hidden;
}
.partner_profit .partner_profit_item3 h4 {
  margin-top: 0.58rem;
  margin-bottom: 0.16rem;
}
.partner_profit .partner_profit_item3 h5 {
  margin-top: 0.1rem;
  margin-bottom: 0.16rem;
}
.partner_case {
  display: flex;
  margin-top: 0.7rem;
}
.partner_case .partner_case_item {
  flex: 1;
  height: 3.25rem;
  border: 1px solid #FF7900;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.partner_case .partner_case_item img {
  width: 100%;
  height: 100%;
}
.partner_case .partner_case_item .partner_case_detail {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  opacity: 0;
  font-size: 0.2rem;
  color: #fff;
}
.partner_case .partner_case_item .partner_case_detail p {
  margin: 0.2rem 0;
}
.partner_case .partner_case_item .partner_case_detail:hover {
  background: rgba(0, 0, 0, 0.59);
  opacity: 1;
}
.partner_case .partner_case_item + .partner_case_item {
  margin-left: 0.26rem;
}
/******************合伙人**************************/
/******************店铺加盟**************************/
.shopenter_banner {
  background: url(../img/shopenter_banner.png) no-repeat center;
}
.shopenter_require {
  display: flex;
  margin-top: 0.52rem;
}
.shopenter_require .shopenter_require_item {
  flex: 1;
  height: 5.1rem;
  border: 1px solid #ff7900;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.shopenter_require .shopenter_require_item + .shopenter_require_item {
  margin-left: 0.35rem;
}
.shopenter_require .shopenter_require_img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.shopenter_require .shopenter_require_img img {
  cursor: pointer;
  transition: all 0.6s;
}
.shopenter_require .shopenter_require_img img:hover {
  transform: scale(1.2);
}
.shopenter_require p {
  font-size: 0.18rem;
  color: #1F292E;
  font-weight: bold;
  margin-top: 0.64rem;
}
.shopenter_apply {
  width: 5rem;
  margin: 0.6rem auto 0;
}
.shopenter_apply .shopname_form_item {
  position: relative;
}
.shopenter_apply .shopname_form_item .check_form_item {
  position: absolute;
  top: 0;
  left: 3.6rem;
}
.shopenter_apply .ivu-checkbox-wrapper {
  position: relative;
  top: -3px;
}
.shopenter_apply .ivu-input-wrapper {
  text-align: left;
}
.shopenter_apply .ivu-form-item-label {
  width: 1.5rem;
  font-size: 0.2rem;
  color: #1F292E;
  font-weight: 400;
  text-align: left;
}
.shopenter_apply .ivu-form-item-label:before {
  font-size: 0.15rem;
}
.shopenter_apply .check_form_item,
.shopenter_apply .ivu-form-item-content {
  width: 150px;
}
.shopenter_apply .check_form_item .ivu-form-item-content,
.shopenter_apply .ivu-form-item-content .ivu-form-item-content {
  width: 150px;
  font-size: 0.2rem;
}
.shopenter_apply .ivu-form-item-content {
  margin-left: 1.5rem;
  width: 3.5rem;
}
.shopenter_apply .ivu-select-selection {
  border-color: #707070;
}
.shopenter_apply .ivu-input,
.shopenter_apply .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.shopenter_apply .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 0.4rem;
  border-color: #707070;
  padding-left: 12px;
}
.shopenter_apply .ivu-input-icon,
.shopenter_apply .ivu-select-single .ivu-select-selection {
  line-height: 0.4rem;
  height: 0.4rem;
}
.shopenter_apply .ivu-cascader-label,
.shopenter_apply .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.shopenter_apply .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  line-height: 0.4rem;
  text-align: left;
  padding-left: 12px;
}
.shopenter_apply .shopDom {
  position: relative;
}
.shopenter_apply .shopDom .hasshopDom {
  position: absolute;
  right: 0;
  top: 0;
}
.submitBtn {
  width: 2rem;
  height: 0.5rem;
  background: url(../img/btnBg2.png);
  background-size: contain;
  display: inline-block;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.5rem;
  text-align: center;
  cursor: pointer;
}
/******************店铺加盟**************************/
/******************关于我们**************************/
.aboutus_banner_item1 img {
  width: 1.2rem;
}
.aboutus_bg {
  margin-top: 0.8rem;
}
.aboutus_bg .left {
  text-align: left;
  padding: 0;
}
.aboutus_support_dom {
  margin-bottom: 0.6rem;
}
.aboutus_support_dom .aboutus_support_item {
  margin-top: 0.8rem;
  display: flex;
}
.aboutus_support_dom .aboutus_support_item img {
  flex: 1;
  width: 1.9rem;
  height: 1.9rem;
  cursor: pointer;
  transition: all 0.6s;
}
.aboutus_support_dom .aboutus_support_item img:hover {
  transform: scale(1.2);
}
.aboutus_support_dom .aboutus_support_item img + img {
  margin-left: 1.75rem;
}
.aboutus_culture_dom {
  height: 6rem;
  width: 100%;
  background: url(../img/aboutus_culture.png);
  background-size: cover;
  padding-top: 0.6rem;
  box-sizing: border-box;
}
.aboutus_culture_dom .aboutus_culture {
  margin-top: 1.2rem;
}
.aboutus_culture_dom .aboutus_culture p {
  color: #FF7900;
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
/******************关于我们**************************/
/******************加盟填写申请资料**************************/
.joinDom h5 {
  text-align: left;
  color: #1F292E;
  font-size: 0.2rem;
  font-weight: 400;
  margin-bottom: 1.1rem;
}
.joinDom h5 a {
  color: #1F292E;
}
/******************加盟填写申请资料**************************/
