html, body{
  min-width: 1200px;
  width: 100%;
}
.content{
  min-width: 1000px;
  width: 100%;
}

html, body, h2, h3, h4, h5, ul, li, p {
  padding: 0;
  margin: 0;
}
ul, li {
  list-style: none;
}
a {
  text-decoration: none;
}
html, body{
  min-width: 1200px;
  width: 100%;
}
.content{
  min-width: 1000px;
  width: 100%;
}

/* @import 'header/css-sprite.css'; */
/* 顶部头样式 */
.top_head_wrapper {
  width: 100%;
  position: absolute;
  z-index: 10001;
  height: 64px;
  background: transparent;
  min-width: 1200px;
}
.top_head_wrapper .g_top_header {
  width: 100%;
  background: transparent;
  min-width: 1000px;
  margin-bottom: 0;
  border: none;
}
.top_head_wrapper .g_top_header.fadeIn {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  animation: fadeIn 0.3s ease-in both;
  /* box-shadow: 0px -1px 10px 0px rgba(138,138,138,0.4); */
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.g_top_header .g_top_con {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
/* LOGO */
.g_top_header .g_top_con .logo {
  float: left;
  display: block;
  padding: 18px 0 0;
  position: relative;
  z-index: 4;
  /* margin-right: 84px; */
}
.g_top_header .g_top_con .logo img {
  width: 31px;
  height: 31px;
  display: inline-block;
  margin-right: 12px;
}
.g_top_header.fadeIn .g_top_con .logo {
  padding-top: 16px;
}
.g_top_header .g_top_con .logo span{
  font-size: 24px;
  color: #fff;
  line-height: 31px;
  vertical-align: top;
  display: inline-block;
}
.g_top_header .g_top_con .logo .logo_white {
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  .g_top_header .g_top_con .logo {
    padding-left: 24px;
  }
}


.float_navs {
  position: fixed;
  width: 80px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  bottom: 20px;
  right: 10px;
  z-index: 999;
}
.float_navs .float_nav {
  height: 106px;
  position: relative;
  width: 80px;
  cursor: pointer;
}
.float_navs .float_nav:not(:first-child)::after {
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  position: absolute;
  background: #EEEEEE;
  left: 50%;
  margin-left: -24px;
  top: 0;
}
.float_navs .float_nav_bx {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-flow: column;
  text-decoration: none;
}
.float_navs .nav_icon {
  width: 32px;
  height: 32px;
  display: block;
  margin: 4px auto 0;
}
.float_navs .nav_txt {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #999;
  margin-top: 10px;
}
.float_navs .float_nav:hover .nav_txt{
  color: #0DA5EF;
}
.float_navs .float_nav_im .nav_icon {
  background: url(../image/icon_float_im.png) center no-repeat;
}
.float_navs .float_nav_im:hover .nav_icon {
  background-image: url(../image/icon_float_im_hover.png);
}

.float_navs .float_nav_download .nav_icon {
  background: url(../image/icon_float_download.png) center no-repeat;
}
.float_navs .float_nav_download:hover .nav_icon {
  background-image: url(../image/icon_float_download_hover.png);
}

.float_navs .float_nav_top .nav_icon {
  background: url(../image/icon_float_top.png) center no-repeat;
}
.float_navs .float_nav_top:hover .nav_icon {
  background-image: url(../image/icon_float_top_hover.png);
}

/* 导航 */
.g_top_header.fadeIn .g_top_con_static, .g_top_header .g_top_con_float {
  display: none;
}
.g_top_header.fadeIn .g_top_con_float{
  display: block;
}
.g_top_header .g_top_con_float .g_top_con_right {
  float: right;
}

.g_top_header .g_top_con_right .right_flex {
  display: flex;
  align-items: center;
  height: 64px;
}
.g_top_header .g_top_con_right .right_flex .download_count {
  height: 40px;
  font-weight: bold;
  color: #F8E693;
  line-height: 40px;
  background: #374054;
  padding: 0 24px 0 11px;
  border-radius: 4px;
  display: none;
}
.g_top_header .g_top_con_right .g_top_con_right_btn {
  height: 32px;
  line-height: 32px;
  width: 110px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0DA5EF;
  border-radius: 16px;
  margin-left: 12px;
}
.g_top_header .g_top_con_right .g_top_con_right_btn:hover {
  background: #13C8FF;
}
.g_top_header .g_top_con_right .g_top_con_vip {
  margin-left: 15px;
}

.banner {
  position: relative;
  width: 100%;
  height: 580px;
}
.banner_slide {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
}
.banner_slide.banner_slide_record {
  background: url(../image/ap_banner_record.png) center no-repeat;
}
.slide_bx {
  padding-top: 180px;
}

.ap_banner {
  position: relative;
}
.ap_banner .ap_banner_user_count {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  background: rgba(0, 0, 0, .2);
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 83px;
  z-index: 19;
  display: none;
  white-space: nowrap;
}
.ap_banner .ap_banner_user_count .badge {
  color: #EF5050;
}
.ap_banner .swiper-wrapper {
  height: 384px;
  width: 100%;
}
.slide_bx .slide_bx_wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.slide_bx .slide_bx_l {
  width: 82px;
}
.slide_bx .slide_bx_l img {
  display: block;
  width: 82px;
}
.slide_bx .slide_bx_c {
  margin-left: 25px;
}
.slide_bx .slide_bx_c .banner_title {
  font-size: 46px;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  line-height: 46px;
  padding-bottom: 4px;
}
.slide_bx .slide_bx_c .banner_title span {
  display: block;
  height: 17px;
  width: 4px;
  background: rgba(255, 255, 255, .8);
  margin: 0 24px;
}
.slide_bx .banner_intro {
  padding: 3px 0;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.slide_bx .banner_intro li {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}
.slide_bx .banner_intro li+li {
  padding-left: 40px;
  position: relative;
}
.slide_bx .banner_intro li+li::after {
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
}
.slide_bx .slide_bx_r {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
}
.slide_bx_r .ap_download_pc {
  text-align: center;
  display: inline-block;
  width: 236px;
  height: 60px;
  line-height: 60px;
  background: #0DA5EF;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
.slide_bx_r .ap_download_pc i {
  display: inline-block;
  height: 28px;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -1px;
  width: 36px;
  background: url(../image/icon_pc.png);
}
.slide_bx_r .ap_download_pc:hover {
  background: #13C8FF;
}

.banner_bx {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  position: absolute;
  padding-top: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ap_software_title{
  width: 585px;
  height: 128px;
  background: url(../image/title.png) center top no-repeat;
}
.ap_software_title span {
  font-size: 48px;
 vertical-align: top;
 padding:  0 30px;
}
.banner .ap_software_intro {
  text-align: left;
  font-size: 0;
  margin-top: 44px;
}

.banner .ap_software_intro li {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #ffffff;
  position: relative;
}

.banner .ap_software_intro li+li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  left: -47px;
  top: 50%;
  transform: translateY(-50%);

}

.banner .ap_software_intro li+li {
  margin-left: 94px;
}

.ap_btn_box {
  margin-top: 68px;
  text-align: left;
}

.ap_btn_box>a {
  text-align: center;
  display: inline-block;
  width: 236px;
  height: 60px;
  line-height: 60px;
  background: #0DA5EF;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
.ap_btn_box>a:hover {
  background: #13C8FF;
}
.ap_btn_box>a:active {
  background: #13C8FF;
}
.ap_btn_box>a i {
  display: inline-block;
  height: 28px;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -1px;
  background-repeat: no-repeat;
}

.mod_join .ap_download_pc i {
  width: 36px;
  background: url(../image/icon_pc.png);
}


.ap_download_mobile i {
  width: 24px;
  background: url(../image/icon_phone.png);
}

@media screen and (max-width: 1300px) {
  .banner_bx {
    padding-top: 60px;
  }

  .banner_bx>img {
    width: 560px;
  }

  .banner .ap_software_intro {
    margin-top: 24px;
  }

  .banner .ap_software_intro li {
    font-size: 26px;
  }

  .ap_btn_box {
    margin-top: 60px;
  }
  .ap_software_title{
    font-size: 48px;;
   
   }
   .ap_software_title span {
     font-size: 40px;
     padding:  0 20px;
    }
}

.ap_activity {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.ap_activity .open_activity {
  width: 1200px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  padding-bottom: 20px;
}
.ap_activity .open_activity img {
  display: block;
  height: 150px;
  margin: 0 auto;
}
.ap_activity .close_activity_btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 16px;
  right: 181px;
}

.ap_part {
  padding: 60px 0;
}
.ap_part .ap_part_bx {
  width: 1200px;
  margin: 0 auto;
}
.ap_part .ap_part_bx h3 {
  font-size: 36px;
  line-height: 38px;
  color: #333;
  text-align: center;
}
.ap_part .ap_part_bx .tit_desc {
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0;
  color: #666;
  text-align: center;
}
.ap_part .ap_part_content {
  width: 1200px;
  margin: 0 auto;
}
.ap_part_bx .ap_part_download {
  padding-top: 40px;
  text-align: center;
}
.ap_part_bx .ap_part_download .ap_part_btn {
  width: 280px;
  height: 52px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  background: #0DA5EF;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
.ap_part_bx .ap_part_download .ap_part_btn:hover {
  background: #13C8FF;
}
.ap_part_bx .ap_part_download .ap_part_btn:not(:first-child) {
  margin-left: 20px;
}

.ap_part .ap_part_content_tit {
  font-size: 36px;
  height: 34px;
  position: relative;
  display: inline-block;
  line-height: 34px;
  margin-bottom: 26px;
}
.ap_part .ap_part_content_tit::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background: #0DA5EF;
  bottom: -1px;
  z-index: 7;
}
.ap_part .ap_part_content_tit span {
  display: inline-block;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 9;
}
.ap_part .ap_part_desc {
  padding-top: 10px;
  line-height: 22px;
  color: #666;
  font-size: 16px;
}
.ap_part .ap_part_btn {
  width: 236px;
  height: 60px;
  background: #0DA5EF;
  border-radius: 4px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: block;
}
.ap_part .ap_part_btn:hover {
  background: #13C8FF;
}

.ap_part1{
  width: 1200px;
  margin:60px auto; 
  background: url(../image/part1_bg1.png) 0 center no-repeat,
        url(../image/part1_bg2.png) 298px center no-repeat,
        url(../image/part1_bg3.png) 838px center no-repeat;
}
.ap_part1 ul{
  font-size: 0;
}
.ap_part1 li {
  display: inline-block;
  width: 280px;
  height: 304px;
  box-sizing: border-box;
  /* padding-top: 95px; */
  overflow: hidden;
}
.ap_part1 li div{
  width: 100%;
 height: 608px;
 box-sizing: border-box;
 padding-top: 95px;
 transition: transform 0.5s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
 -webkit-transition: transform 0.5s ease-in-out 0s;/*chrome和safari*/
 -moz-transition: transform 0.5s ease-in-out 0s;/*firefox*/
 -o-transition: transform 0.5s ease-in-out 0s;/*opera*/
}
.ap_part1 li img{
  display: block;
  margin: 0 auto;
}
.ap_part1 li  h5{
  margin-top: 23px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}
.ap_part1 li+li{
  margin-left: 28px;
}
.ap_part1 li i{
  display: block;
  width: 66px;
  height: 63px;
  margin: 0 auto;
}
.ap_part1 li p{
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  width: 240px;
  margin: 200px auto 0;
}
.ap_part1 li:nth-child(2) p{
  width: 300px;
}
.ap_part1 li:hover div{
  transform: translateY(-304px);
}
.ap_part1 li:nth-child(2){
  width: 584px;
}
.ap_part1 li:nth-child(1) i{
  background: url(../image/part1_i_pmlz.png);
}
.ap_part1 li:nth-child(2) i{
  background: url(../image/part1_i_dms.png);
  width: 261px;
}
.ap_part1 li:nth-child(3) i{
  background: url(../image/part1_i_gjx.png);
}
.ap_part2{
  background: #F8F8F8;
  padding:60px 0;
}
.ap_part2_bx{
  width: 1200px;
  margin: 0 auto;
}
.ap_part2_tit{
  font-size: 36px;
  line-height: 36px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.ap_part2 .line{
 width: 1200px;
 height: 32px;
 background: url(../image/arrow.png) no-repeat;
 position: relative;
}
.ap_part2 .line li{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
  left: 0;
  background: #ffffff;
}
.ap_part2 .line li::before{
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.ap_part2 .line li:nth-child(1){
 left: 77px;
}
.ap_part2 .line li:nth-child(2){
  left: 206px;
}
.ap_part2 .line li:nth-child(3){
  left: 334px;
}
.ap_part2 .line li:nth-child(4){
  left: 463px;
}
.ap_part2 .line li:nth-child(5){
  left: 591px;
}
.ap_part2 .line li:nth-child(6){
  left: 720px;
}
.ap_part2 .line li:nth-child(7){
  left: 848px;
}
.ap_part2 .line li:nth-child(8){
  left: 976px;
}
.ap_part2 .line li:nth-child(9){
  left: 1104px;
}
.ap_part2 .pic{
  position: relative;
  height: 225px;
}
.ap_part2 .pic li{
  width: 173px;
  height: 217px;
  display: inline-block;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 8px 0px rgba(0,0,0,0.1);
  border-radius:4px;
  transition: top .5s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
  -webkit-transition: top .5s ease-in-out 0s;/*chrome和safari*/
  -moz-transition: top .5s ease-in-out 0s;/*firefox*/
  -o-transition: top .5s ease-in-out 0s;/*opera*/
}
.ap_part2 .pic1 li{
  box-sizing:  border-box;
  padding-top: 114px;
}

.ap_part2 .pic1 li:hover{
  top: -15px !important;
}
.ap_part2 .pic2 li:hover{
  top: 15px !important;
}

.ap_part2 .pic1 li::before{
  content: '';
  position: absolute;
  width: 0; height: 0;
  bottom: -8px; 
  right: 50%;
  margin-right: -5px;
  border: 8px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.ap_part2 .pic2 {
  margin-top: 12px;
}
.ap_part2 .pic2 li{
box-sizing: border-box;
padding-top: 30px;
}
.ap_part2 .pic2 li::before{
  content: '';
  position: absolute;
  width: 0; height: 0;
  top: -8px; 
  right: 50%;
  margin-right: -5px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.ap_part2 .pic li i{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:rgba(233,233,233,1);
  box-shadow:0px 1px 4px 0px rgba(0,0,0,0.3);
}
.ap_part2 .pic li i{
  position: absolute;
  left: 16px;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#E9E9E9;
  box-shadow:0px 1px 4px 0px rgba(0,0,0,0.3);
  transition: transform .5s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
 -webkit-transition: transform .5s ease-in-out 0s;/*chrome和safari*/
 -moz-transition: transform .5s ease-in-out 0s;/*firefox*/
 -o-transition: transform .5s ease-in-out 0s;/*opera*/
}
.ap_part2 .pic li:hover i{
  transform: rotateZ(360deg);
}
.ap_part2 .pic1 li i{
  top: 50px;
}
.ap_part2 .pic2 li i{
 bottom: 62px;
}
.ap_part2 .pic li i::before{
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  top:50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -11px;
}
.ap_part2 .pic1 {
  margin-top: 60px;
}
.ap_part2 .pic1 li:nth-child(1){
  left: 0;
  background:#fff url(../image/part2_img1.png) top center no-repeat;
  animation-delay:0;
}
.ap_part2 .pic1 li:nth-child(1) i::before{
  background: url(../image/part2_icon1.png?t=20200401);
}
.ap_part2 .pic1 li:nth-child(2){
  left: 259px;
  background:#fff url(../image/part2_img2.png) top center no-repeat;
  animation-delay:.2s;
}
.ap_part2 .pic1 li:nth-child(2) i::before{
  background: url(../image/part2_icon2.png);
}
.ap_part2 .pic1 li:nth-child(3){
  left: 516px;
  background:#fff url(../image/part2_img3.png) top center no-repeat;
  animation-delay:.4s
}
.ap_part2 .pic1 li:nth-child(3) i::before{
  background: url(../image/part2_icon3.png);
}
.ap_part2 .pic1 li:nth-child(4){
  left: 773px;
  background:#fff url(../image/part2_img4.png) top center no-repeat;
  animation-delay:.6s
}
.ap_part2 .pic1 li:nth-child(4) i::before{
  background: url(../image/part2_icon4.png);
}
.ap_part2 .pic1 li:nth-child(5){
  left: 1028px;
  background:#fff url(../image/part2_img5.png) top center no-repeat;
  animation-delay:.8s;
}
.ap_part2 .pic1 li:nth-child(5) i::before{
  background: url(../image/part2_icon5.png);
}
.ap_part2 .pic2 li:nth-child(1){
  left: 129px;
  background:#fff url(../image/part2_img6.png) bottom center no-repeat;
  animation-delay:.1s;
}
.ap_part2 .pic2 li:nth-child(1) i::before{
  background: url(../image/part2_icon6.png);
}
.ap_part2 .pic2 li:nth-child(2){
  left: 389px;
  background:#fff url(../image/part2_img7.png) bottom center no-repeat;
  animation-delay:.3s;
}
.ap_part2 .pic2 li:nth-child(2) i::before{
  background: url(../image/part2_icon7.png);
}
.ap_part2 .pic2 li:nth-child(3){
  left: 645px;
  background:#fff url(../image/part2_img8.png) bottom center no-repeat;
  animation-delay:.5s;
}
.ap_part2 .pic2 li:nth-child(3) i::before{
  background: url(../image/part2_icon8.png);
}
.ap_part2 .pic2 li:nth-child(4){
  left: 900px;
  background:#fff url(../image/part2_img9.png) bottom center no-repeat;
  animation-delay:.7s;
}
.ap_part2 .pic2 li:nth-child(4) i::before{
  background: url(../image/part2_icon9.png);
}
.ap_part2 .pic li h5{
  font-size: 16px;
  color: #333333;
  padding:0 20px;
  font-weight: normal;
}
.ap_part2 .pic li p{
  font-size: 12px;
  color: #999999;
  padding: 0 20px;
  line-height: 18px;
  margin-top: 10px;
}

.reversalLi{
  animation-name: rollInLeft ;
  animation-duration:2s;
  animation-timing-function:linear;
  /* opacity: 1 !important; */
  animation-fill-mode:both;
}

@keyframes rollInLeft{
  0%{
    opacity:0;
    transform:translateX(-100%) rotateY(-180deg)
  }
  100%
  { 
    opacity:1 ;
    transform:translateX(0) rotateY(0deg)
    }
  }




/* 随心所欲创作 */
.ap_part3{
  height: 646px;
  background: url(../image/part3_bg.png) center top no-repeat;
}
.ap_part3 h3{
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  padding: 60px 0;
  text-align: center;
}
.ap_part3 ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 32px;
}
.ap_part3 ul li{
  display: inline-block;
}
.ap_part3 ul li+li{
  margin-left: 16px;
}
.ap_part3 img{
  width: 288px;
  height: 168px;
  transition: transform .5s;
  -webkit-transition: transform .5s; /* Safari */
}
.ap_part3 img:hover{
  transform: scale(1.05);
}
.ap_part3 h5{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 16px;
  margin-top: 15px;
  text-align: center;
}

/* 录制视频 */
.ap_part_record {
  padding: 60px 0 60px;
  background: #fff;
}
.ap_part_record .ap_part_content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.ap_part_record .ap_part_bx {
  position: relative;
  height: 443px;
}
.ap_part_record .ap_part_bx::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: -127px;
  top: 0;
  width: 793px;
  height: 443px;
  background: url(../image/record_bg.png) center no-repeat;
}
.ap_part_record .ap_part_left {
  width: 400px;
  padding-top: 80px;
}
.ap_part_record .ap_part_right {
  padding-top: 31px;
}
.ap_part_record .ap_part_right img {
  display: block;
  width: 617px;
  height: 366px;
}
.ap_part_record .ap_part_btns {
  padding-top: 36px;
}

.ap_part_privileges {
  background: #fff;
  padding: 59px 0 57px;
}
.ap_part_privileges .ap_part_bx {
  position: relative;
  height: 432px;
}
.ap_part_privileges .ap_part_bx::before {
  display: block;
  content: "";
  height: 432px;
  width: 837px;
  position: absolute;
  left: -205px;
  top: 0;
  z-index: 1;
  background: url(../image/privileges_bg.png);
}
.ap_part_privileges .ap_part_content {
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 position: relative;
 z-index: 9;
}
.ap_part_privileges .ap_part_left {
  width: 387px;
  padding-top: 169px;
}
.ap_part_privileges .ap_part_right {
  width: 619px;
  padding-top: 61px;
}
.ap_part_privileges .ap_part_right img {
  display: block;
  height: 371px;
  width: auto;
}


/* 用户心声 */
.ap_part_hearts {
  background: url(../image/hearts_bg.png) center top no-repeat;
}
.ap_part_hearts .ap_part_bx {
  position: relative;
}
.ap_part_hearts .ap_part_content {
  padding-top: 23px;
  text-align: center;
}
.ap_part_hearts .hearts-swiper-slide {
  width: 580px;
  height: 328px;
  background: #f8f8f8;
}
.ap_part_hearts .hearts-swiper-slide.swiper-slide-active {
  background: transparent;
}
.ap_part_hearts .hearts-swiper-slide .user_name, .ap_part_hearts .hearts-swiper-slide .user_hearts {
  display: none;
}
.ap_part_hearts .hearts-swiper-slide.swiper-slide-active .user_name, .ap_part_hearts .hearts-swiper-slide.swiper-slide-active .user_hearts {
  display: block;
}
.ap_part_hearts .hearts-swiper-slide .user_name {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 4px;
  color: #333;
}
.ap_part_hearts .hearts-swiper-slide .user_hearts {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 0 0;
  box-sizing: border-box;
}
.ap_part_hearts .hearts-swiper-slide .user_avatar {
  width: 223px;
  height: 223px;
  margin: 0 auto;
}
.ap_part_hearts .hearts-swiper-slide .user_avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 36.5px;
}
.ap_part_hearts .hearts-swiper-slide.swiper-slide-active .user_avatar {
  text-align: center;
  background: url(../image/hearts_user_avatar_bg.png) center no-repeat;
}
.ap_part_hearts .hearts-swiper-button-prev, .ap_part_hearts .hearts-swiper-button-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 99;
}
.ap_part_hearts .hearts-swiper-button-prev {
  left: 0;
  background: url(../image/swiper_icon_prev.png);
}
.ap_part_hearts .hearts-swiper-button-prev:hover {
  background: url(../image/swiper_icon_prev_active.png);
}
.ap_part_hearts .hearts-swiper-button-next {
  right: 0;
  background: url(../image/swiper_icon_next.png);
}
.ap_part_hearts .hearts-swiper-button-next:hover {
  background: url(../image/swiper_icon_next_active.png);
}

/* 合作伙伴 */
.ap_part.ap_part_friend {
  padding: 60px 0  28px;
}
.ap_part_friend .ap_part_content::after {
  display: block;
  content: "";
  clear: both;
}
.ap_part_friend .friend_list {
  width: 200px;
  float: left;
  margin-left: 133px;
  padding: 20px 0 28px;
}
.ap_part_friend .friend_list:nth-child(4n+1) {
  margin-left: 0;
}
.ap_part_friend .friend_list img {
  width: 200px;
  height: 120px;
  display: block;
}
.ap_part_friend .friend_name {
  font-size: 20px;
  line-height: 22px;
  height: 26px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}

/* 加入 */
.mod_join{
  height: 520px;
  background: url(../image/join_bg.png) top center no-repeat;
  box-sizing: border-box;
  padding-top: 171px;
}
.mod_join .mod_join_tit{
  background:  url(../image/join_title.png) top center no-repeat;
  height: 47px;
}
.mod_join .ap_btn_box{
  margin-top: 69px;
  text-align: center;
}
.ap_func {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 82px;
}

.ap_func ul {
  font-size: 0;
}

.ap_func ul li {
  display: inline-block;
  width: 25%;
  margin-bottom: 82px;
}

.ap_func ul li img {
  display: block;
  margin: 0 auto;
}

.ap_func ul li h5 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-top: 32px;
  text-align: center
}

/* 教程 */
.ap_course {
  background: #F8F8F8 url(../image/part_bg.png) center 45px no-repeat;
  padding-top: 45px;
}

.ap_course_bx {
  width: 1200px;
  /* max-width: 1248px; */
  margin: 0 auto;
  border-bottom: 1px solid rgba(33, 39, 53, .3);
  padding-top: 36px;
  padding-bottom: 57px;
  min-height: 400px;
}

.ap_course_bx h4 {
  max-width: 1200px;
  margin: 0 auto;
  /* width: 100%; */
  font-size: 20px;
  color: #333;
  font-weight: 500;
  padding-left: 15px;
  line-height: 20px;
  position: relative;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.ap_course_bx h4::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 4px;
  border-radius: 2px;
  background: #0DA5EF;
  top: 0;
  left: 0;

}

.ap_course_bx ul {
  font-size: 0;
}


.ap_course_bx ul li {
  width: 576px;
  display: inline-block;
  /* background: #eaeaea; */
  margin-bottom: 24px;
  border-radius: 2px;
  box-sizing: border-box;
  
}
@media screen and (max-width: 1000px) {
  .ap_course_bx ul li { 
    width: 48%;
  }
}

.ap_course_bx ul li:nth-child(2n-1) {
  margin-right: 48px;
}

.ap_course_bx ul a {
  font-size: 16px;
  line-height: 52px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 24px;
  background: #eaeaea;
}
.ap_course_bx ul a:hover {
  color: #0DA5EF;
}
.ap_friend_links {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 0;
  padding-bottom: 30px;
}

.ap_friend_links h5,
.ap_friend_links a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  margin-right: 20px;
  text-decoration: none;
  font-weight: normal;
  line-height: 30px;
}
.ap_friend_links a:hover {
  color: #0DA5EF;
}
.loading {
  width: 300px;
  height: 220px;
  display: block;
  margin: 0 auto;
  background: url('../images/common/load_small.gif') no-repeat center;
}

@media screen and (max-width: 1300px) {
  .ap_course_bx h4, .ap_friend_links {
    margin-left: 24px;
    margin-right: 24px;
  }
}                                                                                                                                    

.download_mobile_wrap {
  width: 130px;
  height: 0;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 0;
  position: relative;
  left: 50%;
  margin-left: -77px;
  background: url(../image/code_bg.png) no-repeat left center;
  overflow: hidden;
  position: absolute;
}

.ap_download_mobile:hover .download_mobile_wrap {
  opacity: 1;
  height: 186px;
}

.download_mobile_code {
  padding: 32px 0 0;
  width: 130px;
  float: left;
}

.code_pic {
  padding-left: 12px;
  padding-right: 12px;
}

.code_pic img {
  width: 106px;
  height: 106px;
  display: block;
  background: #eee;
}

.code_text {
  font-size: 14px;
  line-height: 18px;
  color: #8A8A8A;
  padding-top: 10px;
}

.code_text .code_icon {
  width: 18px;
  height: 22px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.ap_download_mobile {
  margin-left: 30px;
}


.page_footer {
  height: 60px;
  background: #212735;
}
.page_footer .copyright_p {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
}


.footer_wrapper {
  /* height: 410px; */
  background: #212735;
  padding-bottom: 10px;
}
.footer_wrapper .footer_wrapper_box {
  padding-top: 40px;
  background: url(../image/bg.png) top center no-repeat;
  height: 100%;
}
.footer_wrapper .footer_mod_code {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.footer_wrapper .footer_mod_code .footer_logo {
  width: 184px;
  height: 48px;
  display: flex;
  margin: 0 auto;
  margin-top: 51px;
  flex-shrink: 0;
}
.footer_wrapper .footer_mod_code .footer_logo img {
  display: block;
  width: 47px;
}
.footer_wrapper .footer_mod_code .footer_logo span {
  font-size: 30px;
  display: block;
  color: #fff;
  line-height: 47px;
  margin-left: 16px;
}

.footer_wrapper .link_wrap {
  max-width: 1200px;
  text-align: center;
  margin: 20px auto 0;
}
.footer_wrapper .link_wrap a, .footer_wrapper .link_wrap span {
  font-size: 14px;
  line-height: 24px;
  color: #60687B;
}
.footer_wrapper .link_wrap a:hover {
  text-decoration: underline;
  color: #999;
}
.footer_wrapper .link_wrap span {
  margin: 0 10px;
}
.footer_wrapper .link_wrap .shitingzheng {
  margin: 0 50px;
}
