/*菜单*/
.user_login a {
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fc4f67 0%, #ff6227 100%);
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  margin-left: 8px;
  padding: 0 28px;
}

.user_login a:nth-child(2) {
  border: 1px solid #db2231;
  color: #db2231 !important;
  background: #fff;
  line-height: 40px;
}

/*footer*/
.footer.style_a .tda.yq .name {
  display: block;
}

/*自定义 首页*/
.marketup_header {
  width: 100%;
  height: 100vh;
  background: url("https://img.bagevent.com/resource/20200602/0923135251234038.jpg")
    no-repeat top center;
  display: flex;
  align-items: center;
}

.marketup_header .theme {
  display: flex;
  justify-content: space-between;
}

.marketup_header .theme .theme_l {
  max-width: 535px;
  color: #fff;
  flex: none;
}

.marketup_header .theme .theme_l .title {
  font-size: 86px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
}

.marketup_header .theme .theme_l .desc {
  font-size: 16px;
  margin-bottom: 50px;
}

.marketup_header .button {
  height: 54px;
  line-height: 54px;
  background: #fff;
  display: inline-block;
  border-radius: 32px;
  font-weight: bold;
  padding: 0 48px;
  margin-right: 8px;
}

.marketup_header .button.line {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.business_box {
  padding-bottom: 68px;
}

.business_box .business {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch;
  margin-top: 60px;
}

.business_box .sign {
  width: 33.33%;
  margin-bottom: 30px;
}

.business_box .sign .box {
  margin: 0 15px;
  background: #fff;
  height: 100%;
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 32px 40px 48px 40px;
  font-size: 14px;
}

.business_box .business_desc .box {
  background: none;
  box-shadow: none;
  padding: 0;
  padding-right: 40px;
}

.business_box .business_desc .desc_title {
  font-size: 40px;
  margin-bottom: 52px;
}

.business_box .business_desc .introduce {
  color: #6b717b;
  font-size: 16px;
}

.business_box .business_item .item_head > img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.business_box .business_item .head_t {
  font-size: 18px;
  font-weight: bold;
}

.business_box .business_item .item_title {
  margin: 16px 0 8px;
}

.business_box .business_item .item_introduce {
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #6b717b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.business_box .business_item .fn_list {
  margin-bottom: 30px;
}

.business_box .business_item .fn_item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.business_box .business_item .fn_item > img {
  width: 12px;
  height: 12px;
  margin-right: 20px;
}

.business_box .business_item .button {
  width: 160px;
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fc4f67 0%, #ff6227 100%);
  box-shadow: 0px 0px 20px rgba(253, 84, 88, 0.3);
  padding: 0;
}

.feature_box {
  margin-bottom: 102px;
  text-align: center;
}

.feature_box .feature_title {
  font-size: 30px;
  margin-bottom: 10px;
}

.feature_box .feature_desc {
  max-width: 700px;
  font-size: 16px;
  color: #6b717b;
  margin: 0 auto;
  margin-bottom: 60px;
}

.feature_box .feature_list {
  display: flex;
}

.feature_box .feature_item {
  width: 33.33%;
  padding: 0 48px;
}

.feature_box .feature_item .item_title {
  font-size: 16px;
  font-weight: bold;
  margin: 32px 0 12px;
}

.virtue_box .virtue {
  max-width: 716px;
  margin-bottom: 132px;
  text-align: center;
}

.virtue_box .virtue_title {
  font-size: 30px;
  margin-bottom: 10px;
}

.virtue_box .virtue_desc {
  color: #6b717b;
  margin: 0 24px;
  font-size: 16px;
  margin-bottom: 60px;
}

.virtue_box .virtue_bg {
  background: url("https://img.bagevent.com/resource/20200602/1349045831234038.png")
    no-repeat;
  background-size: cover;
}

.virtue_box .virtue_bg .virtue_data {
  display: flex;
  padding: 64px 0;
}

.virtue_box .virtue_item {
  width: 25%;
}

.virtue_box .virtue_item .percent > img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

.virtue_box .percent_num {
  font-size: 42px;
  color: #fc4f67;
  font-weight: bold;
  vertical-align: middle;
}

.virtue_box .virtue_text {
  font-size: 16px;
  color: #6b717b;
}

.virtue_box .counsel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px;
  background-color: #fff;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0 32px;
}

.virtue_box .counsel_text {
  text-align: left;
}

.virtue_box .counsel_text .text_t {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.virtue_box .counsel_text .text_b {
  color: #6b717b;
  font-size: 16px;
}

.virtue_box .counsel .button {
  width: 160px;
  height: 42px;
  padding: 0;
  line-height: 42px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fc4f67 0%, #ff6227 100%);
  box-shadow: 0px 0px 20px rgba(253, 84, 88, 0.3);
  font-weight: bold;
  font-size: 14px;
}



.join_us .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.join_us {
    width: 100%;
    height: 177px;
    background: url("https://img.bagevent.com/resource/20200602/1758583721234038.png")
    no-repeat,
    linear-gradient(136deg, rgba(252, 79, 103, 1) 0%, rgba(255, 98, 39, 1) 100%);
    background-size: 100% 177px;
}
.join_us .button {
  background: #fff;
  border-radius: 30px;
  width: 186px;
  height: 54px;
  line-height: 54px;
  padding: 0;
}

.join_us .flex > img {
  width: 436px;
  height: 81px;
}

/*
.advantage_box {
  padding: 0 20px;
  margin-bottom: 118px;
  position: relative;
}
.advantage_box .ad_bg1 {
  position: absolute;
  top: -40%;
  left: 0;
  max-width: 748px;
}
.advantage_box .ad_bg2 {
  position: absolute;
  top: 78%;
  right: 0;
  max-width: 366px;
}
.advantage_box .ad_bg3 {
  display: none;
}
.advantage {
  text-align: center;
  position: relative;
  z-index: 2;
}
.advantage .a_title {
  font-size: 30px;
  margin-bottom: 10px;
}
.advantage .a_desc {
  margin: 0 308px 60px;
  font-size: 16px;
  color: #6B717B;
}
.advantage .ad_list {
  display: flex;
  flex-wrap: wrap;
}
.advantage .ad_list .ad_item {
  max-width: 636px;
  min-height: 299px;
  padding: 36px 50px 30px;
  text-align: center;
  box-shadow: 0 3px 60px #E4E5EC;
  border-radius: 4px;
  margin: 0 40px 40px 0;
  background: #fff;
}
.advantage .ad_list .ad_item:nth-of-type(2n) {
  margin-right: 0;
}
.advantage .ad_list .ad_item .ad_cover {
  max-width: 74px;
  margin: auto;
  margin-bottom: 5px;
}
.advantage .ad_list .ad_item .ad_f {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.advantage .ad_list .ad_item .ad_t {
  color: #6B717B;
  margin-top: 6px;
}
*/
@media screen and (max-width: 1024px) {
  .user_login a {
    height: auto;
    line-height: initial;
    border-radius: 0;
    background: inherit;
    display: inline-block;
    color: #212121 !important;
    font-weight: 400;
    text-align: center;
    margin-left: 8px;
    padding: 0;
  }

  .user_login a:nth-child(2) {
    border: 0;
    color: inherit;
    background: #fff;
    line-height: initial;
  }

  .marketup_header {
    background: url("https://img.bagevent.com/resource/20200810/09284721835754.png")
      no-repeat;
    background-size: 100%;
    height: auto;
    padding: 80px 10px 0;
  }

  .marketup_header .button {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
  }

  .marketup_header .theme {
    flex-direction: column;
  }

  .marketup_header .theme .theme_r {
    margin-top: 40px;
  }

  .marketup_header .theme .theme_l .title {
    font-size: 46px;
    margin-bottom: 14px;
  }

  .marketup_header .theme .theme_l .desc {
    margin-bottom: 58px;
  }

  .business_box {
    padding-bottom: 32px;
    background-color: #fff;
  }

  .business_box .sign .box {
    margin: 0;
    padding: 32px;
  }

  .business_box .business {
    margin: 0 10px;
    margin-top: 40px;
  }

  .business .business_desc {
    height: auto;
    padding: 0;
    text-align: center;
    margin: 0 12px 24px;
  }

  .business .sign {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .business_box .business_desc .box {
    padding: 0;
  }

  .business .business_desc .desc_title {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 24px;
  }

  .business .business_desc .introduce {
    font-size: 14px;
    line-height: 25px;
  }

  .feature_box {
    margin-bottom: 96px;
  }

  .feature .feature_title {
    font-size: 24px;
  }

  .feature .feature_desc {
    margin: 0 10px 40px;
    font-size: 14px;
  }

  .feature .feature_list {
    display: block;
  }

  .feature .feature_list .feature_item {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .feature .feature_list .feature_item > img {
    max-width: 208px;
  }

  .feature .feature_list .feature_item .item_title {
    margin: 16px 0 8px;
  }

  .virtue_box {
    width: 100%;
    margin: 0 0 91px 0;
  }

  .virtue .virtue_title {
    font-size: 20px;
  }

  .virtue .virtue_desc {
    font-size: 14px;
  }

  .virtue .virtue_bg {
    background-size: 100% 225px;
  }

  .virtue .virtue_bg .virtue_data {
    flex-wrap: wrap;
    padding: 48px 0;
  }

  .virtue .virtue_bg .virtue_data .virtue_item {
    width: 50%;
    margin-bottom: 30px;
  }

  .virtue .virtue_bg .virtue_data .virtue_item .virtue_text {
    font-size: 16px;
    color: #6b717b;
  }

  .virtue .virtue_bg .counsel {
    flex-direction: column;
    justify-content: center;
    padding: 32px 40px;
    margin: 0 10px;
  }

  .virtue .virtue_bg .counsel .counsel_text {
    text-align: center;
    margin-bottom: 15px;
  }

  .virtue_box .virtue {
    margin-bottom: 88px;
  }

  .join_us {
    width: 100%;
    height: 248px;
    background: url("https://img.bagevent.com/resource/20200605/1458430881234038.png")
        no-repeat,
      linear-gradient(
        136deg,
        rgba(252, 79, 103, 1) 0%,
        rgba(255, 98, 39, 1) 100%
      );
    background-size: 100% 100%;
    margin-bottom: -64px;
  }

  .join_us .flex {
    flex-direction: column;
    justify-content: center;
  }

  .join_us .flex > img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  /*
  .advantage_box {
    padding: 0 10px;
    margin-bottom: 86px;
  }
  .advantage_box .ad_bg1 {
    display: none;
  }
  .advantage_box .ad_bg2 {
    display: none;
  }
  .advantage_box .ad_bg3 {
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    max-width: 100%;
  }
  .advantage .a_title {
    font-size: 24px;
  }
  .advantage .a_desc {
    font-size: 14px;
    margin: 0 8px 30px;
  }
  .advantage .ad_list .ad_item {
    max-width: 100%;
    margin: 0 0 21px 0;
    min-height: 100%;
    padding: 34px 26px 44px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  }
    */
}

/*企业直播获客解决方案*/
.html .banner {
  background: url(https://static.marketup.cn/marketup/company/83/2022/1230/cu/3262434123207681/20221230133756330-enmf9ii9aa1e.png);
}
.html .banner .banner_con {
  display: flex;
  align-items: center;
}
.html .banner .banner_con .img_bg {
  flex: none;
  width: 664px;
  margin-left: 60px;
}
.html .banner .banner_con .info {
  padding: 80px 0;
}
.html .banner .banner_con .info .ti {
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 24px;
}
.html .banner .banner_con .info .intro {
  margin-bottom: 60px;
  line-height: 28px;
}
.html .banner .banner_con .but .button {
  padding: 0 48px;
  height: 54px;
  border-radius: 27px;
  line-height: 54px;
  font-weight: bold;
}
.html .banner .banner_con .but .button.theme_bg {
  background: linear-gradient(234deg, #ff3963 0%, #ff5300 100%);
  margin-right: 10px;
}
.html .banner .banner_con .but .button.theme_bg img {
  width: 19px;
  margin-right: 8px;
}
.html .banner .banner_con .but .button.w {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #e63d48;
}
@media screen and (max-width: 800px) {
  .html .banner {
    background: url(https://static.marketup.cn/marketup/company/83/2022/1230/cu/3262434123207681/20221230141400518-5gmoinlb1wd0.png);
    background-size: cover;
  }
  .html .banner .banner_con {
    flex-direction: column;
  }
  .html .banner .banner_con .info .ti {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .html .banner .banner_con .info {
    padding: 64px 0 40px 0;
  }
  .html .banner .banner_con .info .intro {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .html .banner .banner_con .img_bg {
    width: 100%;
    margin: 0;
  }
  .html .banner .banner_con .but {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
  }
}
/*自定义介绍页*/
.intro_banner {
  background: url(https://img.bagevent.com/resource/20210722/145407378539378.png)
    bottom center no-repeat;
  height: 94vh;
  background-size: cover;
}

.intro_banner .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  padding-bottom: 4vw;
}

.intro_banner .ti {
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.intro_banner .s_ti {
  width: 60%;
  font-size: 20px;
  margin-bottom: 72px;
  position: relative;
  z-index: 10;
}

.intro_banner .link .button {
  height: 54px;
  line-height: 54px;
  background: linear-gradient(90deg, #fc4f67 0%, #ff6227 100%);
  box-shadow: 0px 0px 20px rgba(253, 84, 88, 0.3);
  color: #fff;
  display: inline-block;
  border-radius: 32px;
  padding: 0 48px;
  font-weight: bold;
  margin-right: 8px;
}

.intro_banner .link .button.line {
  background: none;
  color: #db2231;
  border: 1px solid #db2231;
  box-shadow: none;
}

.intro_banner .img {
  position: absolute;
  right: -100px;
  top: 0;
  display: flex;
  bottom: 0;
  align-items: center;
  text-align: right;
}

.intro_banner .img img {
  max-height: 100%;
}

.intro_li {
  text-align: center;
  margin-bottom: 160px;
}

.intro_li .top_ti {
  font-size: 30px;
  margin-bottom: 20px;
}

.intro_li .list {
  display: flex;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

.intro_li .list .li {
  flex: 1;
}

.intro_li .list .box {
}

.intro_li .list .ti {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: -40px;
}

.intro_li .list .s_ti {
  margin: 0 20px;
}

.intro_box {
  margin-bottom: 240px;
}

.intro_box:last-child {
  margin-bottom: 160px;
}

.intro_box .i_b.left {
  padding-right: 60%;
  position: relative;
}

.intro_box .i_b.right {
  padding-left: 60%;
  position: relative;
}

.intro_box .ti {
  font-size: 30px;
  margin-bottom: 30px;
}

.intro_box .li {
  margin-bottom: 20px;
}

.intro_box .li .p {
  font-size: 18px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.intro_box .li .p:before {
  content: "";
  display: inline-block;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #fc4f67 0%, #ff6227 100%);
  height: 20px;
  margin-right: 12px;
}

.intro_box .li .s_p {
  color: #6b717b;
  padding-left: 16px;
}

.intro_box .ch {
  position: absolute;
  right: -80px;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.intro_box .right .ch {
  right: auto;
  left: -80px;
}

@media screen and (max-width: 1024px) {
  .intro_banner {
    height: calc(100vh - 56px);
  }

  .intro_banner .container {
    justify-content: flex-start;
    padding: 20px;
    padding-top: 12vh;
  }

  .intro_banner .img {
    align-items: flex-end;
    top: 26vh;
    bottom: 10vh;
  }

  .intro_banner .ti {
    font-size: 28px;
    margin-top: 112px;
    margin-bottom: 33px;
  }

  .intro_banner .s_ti {
    font-size: 16px;
    width: 100%;
    margin-bottom: 45px;
  }

  .intro_banner .link {
    /*position: fixed;*/
    z-index: 10;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: left;
  }

  .intro_banner .link .button {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    width: 186px;
    box-sizing: border-box;
  }

  .intro_banner .link .button.line {
    display: none !important;
  }

  .intro_li .top_ti {
    font-size: 20px;
  }

  .intro_li .list {
    flex-wrap: wrap;
    margin: 0;
  }

  .intro_li .list .li {
    flex: auto;
    width: 50%;
  }

  .intro_li .list .ti {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: -20px;
  }

  .intro_li .list .s_ti {
    font-size: 14px;
  }

  .intro_li {
    margin-bottom: 60px;
  }

  .intro_box {
    margin-bottom: 40px;
  }

  .intro_box:last-child {
    margin-bottom: 0;
  }

  .intro_box .i_b {
    padding: 0 !important;
  }

  .intro_box .ch {
    position: relative;
    right: auto;
    left: auto !important;
    display: block;
    text-align: center;
  }

  .intro_box .ti {
    font-size: 20px;
    text-align: center;
  }

  .intro_box .li .p {
    font-size: 16px;
  }

  .intro_box .li .s_p {
    font-size: 14px;
  }
}

.moudle_about_title {
  font-size: 30px;
  margin-bottom: 32px;
  text-align: center;
}

.about_us_box {
  margin-bottom: 80px;
  text-align: center;
}

.moudle_about_us .top {
  margin-bottom: 40px;
}

.moudle_about_us .top .desc {
  font-size: 16px;
  color: #6b717b;
  max-width: 860px;
  margin: 0 auto;
}

.moudle_about_us .fn_list {
  display: flex;
}

.moudle_about_us .fn_list .fn_item {
  width: 33.33%;
  padding: 0 60px;
}

.moudle_about_us .fn_list .fn_item .fn_pic {
  border-radius: 50%;
  width: 97px;
  padding: 20px;
  margin: 0 auto;
}

.moudle_about_us .fn_list .fn_item .title {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 12px;
}

.moudle_about_us .fn_list .fn_item .desc {
  color: #6b717b;
  font-size: 14px;
}

.moudle_about_us .fn_list .fn_item.pink .fn_pic {
  background-color: rgba(252, 79, 103, 0.1);
}

.moudle_about_us .fn_list .fn_item.pink .title {
  color: #fc4f67;
}

.moudle_about_us .fn_list .fn_item.blue .fn_pic {
  background-color: rgba(64, 118, 255, 0.1);
}

.moudle_about_us .fn_list .fn_item.blue .title {
  color: #4076ff;
}

.moudle_about_us .fn_list .fn_item.green .fn_pic {
  background-color: rgba(49, 187, 114, 0.1);
}

.moudle_about_us .fn_list .fn_item.green .title {
  color: #31bb72;
}

.sale_inquiry_box {
  background: url(https://img.bagevent.com/resource/20200701/14585704135754.png)
    no-repeat left top;
  background-size: contain;
  margin-bottom: 40px;
}

.sale_inquiry_box .sale_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sale_inquiry_box .sale_box .card {
  position: relative;
  width: 614px;
  padding: 32px 40px;
  box-shadow: 0px 3px 30px rgba(228, 229, 236, 1);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
}

.sale_inquiry_box .sale_box .card .info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 24px;
}

.sale_inquiry_box .sale_box .card .info .avatar {
  width: 54px;
  border-radius: 50%;
  margin-right: 20px;
}

.sale_inquiry_box .sale_box .card .info .name {
  font-size: 18px;
  font-weight: bold;
}

.sale_inquiry_box .sale_box .card .info .job {
  color: #6b717b;
  font-size: 14px;
}

.sale_inquiry_box .sale_box .card .desc {
  color: #6b717b;
  width: 340px;
  float: left;
  font-size: 14px;
}

.sale_inquiry_box .sale_box .card .desc .l {
  margin-top: 20px;
  font-weight: bold;
}

.sale_inquiry_box .sale_box .card .lx {
  margin-left: 380px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px;
}

.sale_inquiry_box .sale_box .card .card_bg {
  position: absolute;
  top: 32px;
  right: 40px;
  height: 37px;
}

.sale_inquiry_box .sale_box .sale_list .sale_tip {
  font-size: 14px;
  color: #6b717b;
}

.sale_inquiry_box .sale_box .contact {
  width: 599px;
}

.contact_us_box {
  background: url(https://img.bagevent.com/resource/20200701/16444228835754.png)
    no-repeat bottom center;
  background-size: contain;
}

.moudle_contact_us .contact_con {
  padding: 56px 80px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px -3px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.moudle_contact_us .circle_bg {
  position: absolute;
  width: 344px;
  height: 344px;
  border: 48px solid #ecedf4;
  border-radius: 50%;
  z-index: 1;
}

.moudle_contact_us .circle_bg.circle_bg1 {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.moudle_contact_us .circle_bg.circle_bg2 {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.moudle_contact_us .contact_list {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}

.moudle_contact_us .contact_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.moudle_contact_us .contact_item .pic {
  width: 140px;
}

.moudle_contact_us .contact_item .mode {
  font-size: 18px;
  margin: 16px 0 8px 0;
  font-weight: bold;
}

.moudle_contact_us .go_contact {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #6b717b;
}

.moudle_contact_us .working_time {
  text-align: center;
  margin-top: 32px;
  color: #6b717b;
  position: relative;
  z-index: 2;
}

.moudle_contact_us .end_text {
  padding: 80px 0;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .moudle_about_title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .about_us_box {
    margin-bottom: 0;
  }

  .moudle_about_us .top .desc {
    padding: 0 10px;
  }

  .moudle_about_us .top {
    margin: 0 0 42px 0;
  }

  .moudle_about_us .fn_list {
    flex-direction: column;
  }

  .moudle_about_us .fn_list .fn_item {
    width: 100%;
    margin-bottom: 40px;
  }

  .sale_inquiry_box .sale_box {
    display: block;
  }

  .sale_inquiry_box .sale_box .card {
    width: 100%;
    padding: 24px 12px;
  }

  .sale_inquiry_box .sale_box .card .go_contact {
    top: auto;
    right: auto;
    bottom: 25px;
    left: 20px;
  }

  .sale_inquiry_box .sale_box .card .desc {
    width: 100%;
    float: none;
  }

  .sale_inquiry_box .sale_box .card .lx {
    width: 180px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .sale_inquiry_box .sale_box .card .card_bg {
    right: 12px;
    top: 24px;
  }

  .sale_inquiry_box .sale_box .contact {
    width: 100%;
  }

  .moudle_contact_us .contact_con {
    padding: 30px 0;
  }

  .moudle_contact_us .contact_list {
    flex-direction: column;
  }

  .moudle_contact_us .working_time {
    margin: 0 10px;
    font-size: 14px;
  }

  .moudle_contact_us .contact_item {
    margin-bottom: 32px;
  }

  .contact_us_box {
    background-size: auto;
  }

  .moudle_contact_us .end_text {
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0;
  }
}

/*价格页*/
.price_intro {
  background: url(https://img.bagevent.com/resource/20210727/102626530125.png)
    no-repeat top center;
}

.price_intro .top_box {
  padding-top: 72px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.price_intro .top_box .ti {
  font-weight: bold;
  font-size: 40px;
}

/*.price_intro .p_box {
          background: #fff;
          box-shadow: 0px -3px 60px rgba(0, 0, 0, 0.08);
          border-radius: 6px;
          overflow: hidden;
        }
        .price_intro .price_box {
          background: url(https://img.bagevent.com/resource/20210727/102739689125.png);
          display: flex;
          justify-content: space-between;
          padding: 40px;
          align-items: center;
        }
        .price_intro .price_box .a {
          font-size: 24px;
          font-weight: bold;
          margin-right: 8px;
          margin-bottom: 12px;
          display: inline-block;
        }
        .price_intro .price_box .b {
          color: #6b717b;
          font-size: 14px;
        }
        .price_intro .price_box .n img {
          height: 35px;
          margin-right: 8px;
        }
        .price_intro .price_box .c {
          color: #6b717b;
          font-size: 20px;
        }
        .price_intro .price_box .button {
          width: 160px;
          height: 42px;
          line-height: 42px;
          background: linear-gradient(90deg, #fc4f67 0%, #ff6227 100%);
          padding: 0;
          font-weight: bold;
          font-size: 14px;
          border-radius: 32px;
          z-index: 10;
        }*/
.price_intro .text_top {
  text-align: center;
  font-size: 30px;
  padding-top: 72px;
  margin-bottom: 30px;
}

.price_intro .text_top_b {
  color: #6b717b;
  font-size: 16px;
  margin-top: 8px;
}

.price_intro .tc_box {
  background: url(https://img.bagevent.com/resource/20210727/102746979125.png);
  padding: 20px 40px 40px 40px;
}

.price_intro .tc_box .t {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.price_intro .tc_box .list {
  display: flex;
}

.price_intro .tc_box .li {
  margin-right: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.price_intro .tc_box .li img {
  width: 48px;
  margin-bottom: 12px;
}

/*.price_intro .price_list .list {
          display: flex;
          margin-left: -10px;
          margin-right: -10px;
        }
        .price_intro .price_list .list .li {
          flex: 1;
        }
        .price_intro .price_list .list .li .box {
          margin: 0 10px;
          background: #fff;
          border: 1px solid rgba(0, 0, 0, 0.12);
          text-align: center;
          border-radius: 4px;
        }
        .price_intro .price_list .list .li .box:hover {
          border: 1px solid rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 60px #e4e5ec;
        }
        .price_intro .price_list .list .t {
          height: 120px;
          display: flex;
          align-items: center;
          flex-direction: column;
          background-size: cover;
          justify-content: center;
          color: #fff;
        }
        .price_intro .price_list .list .t_a {
          background-image: url(https://img.bagevent.com/resource/20210727/163505110539378.png);
          color: inherit;
        }
        .price_intro .price_list .list .t_b {
          background-image: url(https://img.bagevent.com/resource/20210727/163639195539378.png);
        }
        .price_intro .price_list .list .t_c {
          background-image: url(https://img.bagevent.com/resource/20210727/163433467539378.png);
        }
        .price_intro .price_list .list .t_d {
          background-image: url(https://img.bagevent.com/resource/20210727/163411841539378.png);
        }
        .price_intro .price_list .list .t .a {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 8px;
        }
        .price_intro .price_list .list .t .b {
          font-size: 14px;
        }
        .price_intro .price_list .fy {
          justify-content: center;
          height: 120px;
          align-items: center;
          display: flex;
        }
        .price_intro .price_list .fy .f {
          font-size: 18px;
          font-weight: bold;
        }
        .price_intro .price_list .fy .p {
          font-size: 48px;
          font-weight: bold;
          margin-left: 8px;
        }
        .price_intro .price_list .fy .d {
          font-size: 18px;
          color: #6b717b;
        }
        .price_intro .p_intro_li {
          background: #f4f5f9;
          border-radius: 4px;
          margin: 0 24px;
          padding: 16px;
        }
        .price_intro .p_intro_li .i_li {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          margin-bottom: 8px;
        }
        .price_intro .p_intro_li .i_li:last-child {
          margin-bottom: 0;
        }
        .price_intro .p_intro_li .a {
          color: #6b717b;
        }
        .price_intro .price_list .btn {
          margin: 24px 0;
        }
        .price_intro .price_list .btn .button {
          width: 120px;
          height: 42px;
          line-height: 42px;
          background: linear-gradient(90deg, #fc4f67 0%, #ff6227 100%);
          padding: 0;
          border-radius: 32px;
          font-size: 14px;
          font-weight: bold;
        }*/
.price_intro .sxf_price .intro_top {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-radius: 6px 6px 0 0;
  background: #f4f5f9;
  font-size: 18px;
  font-weight: bold;
}

.price_intro .sxf_price .intro_top img {
  width: 28px;
  margin-right: 8px;
}

.price_intro .sxf_price .intro_table {
  margin-bottom: 20px;
}

.price_intro .sxf_price .intro_table .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.price_intro .sxf_price .it {
  width: 30%;
}

.price_intro .sxf_price .p {
  font-weight: bold;
  width: 25%;
}

.price_intro .sxf_price .detail {
  width: 45%;
}

.price_intro .dz_list {
  background: #f3f4f7;
  padding-bottom: 72px;
  margin-top: 72px;
}

.price_intro .dz_list_box {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.price_intro .dz_list_box .li {
  flex: 1;
}

.price_intro .dz_list_box .box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: 0 10px;
  text-align: center;
  height: 100%;
  padding: 30px 20px;
}

.price_intro .dz_list_box img {
  width: 56px;
  margin-bottom: 24px;
}

.price_intro .dz_list_box .ti {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.price_intro .dz_list_box .p {
  font-size: 14px;
  color: #6b717b;
}

.price_intro .price_contact {
  background: url(https://img.bagevent.com/resource/20210727/173049102539378.png);
  color: #fff;
  background-size: cover;
  padding: 40px 0;
  /*margin-bottom: -64px;*/
}

.price_intro .price_contact_box {
  display: flex;
  align-items: center;
}

.price_intro .price_contact .ti {
  font-size: 30px;
  font-weight: bold;
  flex: 1;
}

.price_intro .price_contact .li {
  margin-left: 80px;
  display: flex;
  align-items: center;
}

.price_intro .price_contact .li img {
  width: 72px;
}

.price_intro .price_contact .li .t {
  font-size: 18px;
  font-weight: bold;
}

.price_intro .price_contact .li .p {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .price_intro {
    background: url(https://img.bagevent.com/resource/20210728/0911421732992491.png)
      no-repeat top center;
    background-size: contain;
  }

  .price_intro .text_top {
    font-size: 24px;
    padding-top: 48px;
    margin-bottom: 20px;
  }

  .price_intro .text_top_b {
    font-size: 14px;
    margin-top: 4px;
  }

  .price_intro .top_box {
    padding: 56px 10px 0 10px;
  }

  .price_intro .top_box .ti {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /*.price_intro .price_box {
              padding: 30px 10px;
              display: block;
              text-align: center;
              background: url();
            }

            .price_intro .price_box .a {
              display: block;
              margin-right: 0;
              margin-bottom: 4px;
            }

            .price_intro .price_box .b {
              margin-bottom: 20px;
              display: block;
            }

            .price_intro .price_box .c {
              font-size: 16px;
              font-weight: bold;
            }

            .price_intro .price_box .but {
              position: fixed;
              left: 0;
              right: 0;
              bottom: 40px;
            }*/
  .price_intro .tc_box {
    padding: 20px 10px;
  }

  .price_intro .tc_box .t {
    text-align: center;
  }

  .price_intro .tc_box .list {
    flex-wrap: wrap;
  }

  .price_intro .tc_box .li {
    width: 25%;
    margin: 0;
    margin-bottom: 20px;
  }

  .price_intro .tc_box .li img {
    width: 40px;
    margin-bottom: 8px;
  }

  /*.price_intro .price_list .list {
              flex-direction: column;
            }

            .price_intro .price_list .list .li {
              margin-bottom: 20px;
            }*/
  .price_intro .sxf_price .intro_top {
    padding: 12px;
    font-size: 16px;
  }

  .price_intro .sxf_price .intro_table .tr {
    flex-wrap: wrap;
  }

  .price_intro .sxf_price .it,
  .price_intro .sxf_price .p {
    width: auto;
  }

  .price_intro .sxf_price .detail {
    width: 100%;
    font-size: 14px;
    opacity: 0.6;
  }

  .price_intro .dz_list_box {
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .price_intro .dz_list_box .li {
    flex: auto;
    width: 50%;
    margin-bottom: 10px;
  }

  .price_intro .dz_list_box .box {
    margin: 0 5px;
    padding: 20px 10px;
  }

  .price_intro .dz_list_box img {
    width: 40px;
    margin-bottom: 16px;
  }

  .price_intro .dz_list_box .ti {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .price_intro .price_contact_box {
    flex-direction: column;
  }

  .price_intro .price_contact .ti {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .price_intro .price_contact .li {
    margin-left: 0;
    width: 100%;
    margin-bottom: 4px;
  }

  .price_intro .price_contact .li img {
    width: 56px;
    margin-right: 8px;
  }

  .price_intro .price_contact .li .t {
    font-size: 16px;
  }
}

.version_price {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.version_price .v_li {
  width: 25%;
}

.version_price .v_li .box {
  margin: 0 10px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 14px;
}

.version_price .version {
  height: 394px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 6px;
  text-align: center;
}

.version_price .version.a {
  background: url(https://static.marketup.cn/marketup/company/102/2021/1231/open/7cirrk/1-20211231140251298-lsme6j6l.png)
    no-repeat center;
  background-size: cover;
  color: #1a1a1a;
}

.version_price .version.b {
  background: url(https://static.marketup.cn/marketup/company/102/2021/1231/open/le369l/2-20211231140301268-xmhn1lu8.png)
    no-repeat center;
  background-size: cover;
  color: #fff;
}

.version_price .version.c {
  background: url(https://static.marketup.cn/marketup/company/102/2021/1231/open/i5kyvv/3-20211231140310663-k62cbyxc.png)
    no-repeat center;
  background-size: cover;
  color: #985512;
}

.version_price .version.d {
  background: url(https://static.marketup.cn/marketup/company/102/2021/1231/open/bsqu7o/4-20211231140321985-fuerkz2j.png)
    no-repeat center;
  background-size: cover;
  color: #e1ae84;
}

.version_price .version .name {
  font-size: 26px;
  padding-top: 44px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.version_price .version .intro {
  margin-bottom: 30px;
}

.version_price .version .price {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 56px;
  height: 80px;
}

.version_price .version.a .price {
  font-size: 30px;
  padding-top: 18px;
}

.version_price .version .price span {
  font-weight: normal;
  font-size: 14px;
}

.version_price .version .price .y {
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.7;
}

.version_price .version .tip {
  opacity: 0.7;
  height: 1.4em;
  margin-bottom: 10px;
}

.version_price .version .buy {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: block;
  color: inherit;
}

.version_price .version.b .buy {
  color: #2d99ff;
}

.version_price .version.d .buy {
  color: #985512;
}

.version_price .version .buy.cant {
  cursor: not-allowed;
  color: #b1b1b1;
}

.version_price .function {
  padding: 24px 20px;
}

.version_price .function .f_li {
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.version_price .function .f_li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.version_price .function .f_ti {
  color: #6b717b;
  margin-bottom: 20px;
}

.version_price .function .li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bold;
}

.version_price .function .li .r {
  color: #6b717b;
}

.version_price .function .li .r .icon {
  margin: 0;
  font-size: 14px;
  color: #02bc6c;
}

.version_price .function .li .r .not {
  color: #fc4f67;
}

@media screen and (max-width: 1024px) {
  .version_price .v_li {
    width: 50%;
    margin-bottom: 20px;
  }

  .version_price .function {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .version_price .v_li {
    width: 100%;
  }
}
