html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Microsoft YaHei";
  background: #ffffff !important;
  min-width: 1000px;
  position: relative;
  color: #333;
}

/*超出滚动*/
.aipai-scroll {
  overflow-x: visible;
  overflow-y: auto;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.aipai-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #ccc;
}

/*定义滚动条轨道 内阴影+圆角*/
.aipai-scroll::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.aipai-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ccc;
}
.guide_index_page .top_head_wrapper, .guide_detail_page .top_head_wrapper {
  background: #212735;
}

.guide_index_page .banner_box {
  text-align: center;
  height: 500px;
  background: #212735 url(../images/guide/banner_bg.png) center no-repeat;
}
.guide_index_page .banner_box h2 {
  margin: 0;
  padding: 100px 0 0;
  font-size: 110px;
  line-height: 110px;
  color: #0DA5EF;
  text-align: center;
}
.guide_index_page .banner_box h2 span {
  color: #fff;
}
.guide_index_page .banner_box p {
  padding: 0;
  margin: 38px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide_index_page .banner_box p .line {
  width: 106px;
  height: 2px;
  display: inline-block;
  background: #fff;
  margin: 0 18px;
}
.guide_index_page .banner_box p .txt {
  display: inline-block;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
}
.guide_index_page .banner_box .banner_download_btn {
  width: 240px;
  height: 52px;
  background: #0DA5EF;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  margin: 66px auto 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.guide_index_page .banner_box .banner_download_btn:hover {
  background: #13C8FF;
}

.guide_detail_page .banner_box {
  height: 260px;
  background: #212735 url(../images/guide/detail_banner_bg.png) center no-repeat;
}
.guide_detail_page .banner_box .bx {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 68px;
}
.guide_detail_page .banner_box .bx .m_tit {
  padding-left: 20px;
  margin: 0;
  font-size: 54px;
  line-height: 54px;
  color: #fff;
}
.guide_detail_page .banner_box .bx .s_tit {
  padding-left: 20px;
  font-size: 24px;
  line-height: 24px;
  margin-top: 38px 0 0;
  color: #fff;
}

.guide_nav, .guide_mods {
  width: 1200px;
  margin: 0 auto;
}
.guide_nav {
  display: flex;
  padding-top: 10px;
}
.guide_nav .nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  border-bottom: 2px solid #EEEEEE;
  cursor: pointer;
}
.guide_nav .nav .txt {
  font-size: 16px;
  line-height: 14px;
  height: 16px;
  color: #999;
  display: block;
}
.guide_nav .nav .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.guide_nav .nav_faq .icon {
  background-image: url(../images/guide/icon_faq.png);
}
.guide_nav .nav_video .icon {
  background-image: url(../images/guide/icon_video.png);
}
.guide_nav .nav.active {
  border-color: #1BAAF0;
}
.guide_nav .nav.active .txt {
  color: #1BAAF0;
}
.guide_nav .nav_faq.active .icon {
  background-image: url(../images/guide/icon_faq_active.png);
}
.guide_nav .nav_video.active .icon {
  background-image: url(../images/guide/icon_video_active.png);
}

.guide_mod {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 45px;
}
.guide_detail_page .guide_mod.guide_mod_new {
  padding-top: 42px;
}
.guide_mod_bx {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-left: 124px;
  box-sizing: border-box;
  min-height: 150px;
}
.guide_mod .mod_tit {
  width: 128px;
  height: 150px;
  padding: 10px 0;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  text-align: center;
  background: url(../images/guide/guide_tit_bg.png) center no-repeat;
}
.guide_mod .mod_tit .mod_tit_m {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  font-weight: bold;
  color: #333;
}
.guide_mod .mod_tit .mod_tit_s {
  font-size: 20px;
  line-height: 20px;
  margin: 12px 0 0;
  color: #666;
  font-weight: bold;
}
.guide_detail_page .guide_mod_new .mod_tit .mod_tit_s {
  font-size: 16px;
  white-space: nowrap;
}
.guide_mod .more_data {
  display: flex;
  margin-top: 4px;
  width: 100%;
  justify-content: center;
}
.guide_mod .more_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
}
.guide_mod .more_btn .txt {
  line-height: 22px;
  height: 24px;
  font-size: 20px;
  color: #999;
  display: inline-block;
}
.guide_mod .more_btn .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/guide/icon_more.png) center no-repeat;
  margin-left: 7px;
}
.guide_mod .more_btn:hover .txt {
  color: #0DA5EF;
}
.guide_mod .more_btn:hover .icon {
  background-image: url(../images/guide/icon_more_active.png);
}
.guide_mod .video_lists {
  display: flex;
  flex-flow: wrap;
}
.guide_mod .video_list, .guide_mod .video_more {
  margin-left: 24px;
  margin-top: 10px;
  padding-bottom: 18px;
  width: 245px;
}
.guide_mod .video_list {
  cursor: pointer;
}
.guide_mod .mod_body .video_cover {
  width: 245px;
  height: 138px;
  background:#e5e5e5;
  position: relative;
}
.guide_mod .mod_body .icon_play {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: url(../images/guide/icon_play.png) center no-repeat;
}
.guide_mod .video_lists img {
  display: block;
  width: 245px;
  height: 138px;
}
.guide_mod .mod_body p {
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
.guide_mod .mod_body .m_tit {
  font-size: 18px;
  margin-top: 17px;
  line-height: 24px;
  font-weight: bold;
}
.guide_mod .mod_body .s_tit {
  line-height: 18px;
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}
.guide_mod .video_more .m_tit {
  text-align: center;
  color: #999;
}

.guide_mod_graphic {
  padding-top: 60px;
}
.guide_mod.guide_mod_graphic .mod_tit {
  top: 10px;
}
.guide_mod_graphic .mod_body {
  padding: 0 0 24px;
}
.guide_mod .graphic_lists {
  height: 168px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.guide_mod .graphic_list {
  width: 334px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
}
.guide_mod .graphic_list .icon {
  width: 40px;
  height: 30px;
  display: block;
  margin-left: 19px;
}
.guide_mod .graphic_list .txt {
  font-size: 24px;
  color: #333;
  margin-left: 19px;
}

.guide_wrapper {
  padding: 0 20px;
}

.guide_mod_faq {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: calc(100vh - 65px);
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.guide_mods {
  position: relative;
}
.guide_detail_page .guide_left_wrapper {
  width: 210px;
  overflow-y: scroll;
  max-height: calc(100vh - 165px);
  position: fixed;
  top: 94px;
  left: 50%;
  margin-left: -600px;
  z-index: 999;
  background: #fff;
}
.guide_detail_page .guide_left_wrapper ul, .guide_detail_page .guide_left_wrapper li, .guide_detail_page .guide_left_wrapper p {
  margin: 0;
  padding: 0;
}
.guide_detail_page .guide_left_wrapper li {
  list-style: none;
}
.guide_detail_page .guide_left_wrapper .line {
  width: 2px;
  display: block;
  position: absolute;
  background: #eee;
  top: 20px;
  left: 210px;
}
.guide_detail_page .faq_content_wrapper {
  width: 776px;
  margin-left: 210px;
  min-height: calc(100vh - 165px);
  position: relative;
  box-sizing: border-box;
  padding: 0 65px;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}
.guide_detail_page .faq_content_wrapper .faq_content_tit {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #333;
  font-weight: bold;
  padding-bottom: 24px;
}
.article_content_wp {
  border: 1px solid transparent;
}
.guide_detail_page .content_wp img {
  max-width: 646px;
}
.guide_detail_page .guide_left_wrapper .tit {
  padding: 15px 20px 15px 24px;
  position: relative;
  cursor: pointer;
  display: block;
}
.guide_detail_page .guide_left_wrapper .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../images/guide/icon_arrow_down.png) center no-repeat;
  transform: rotate(-90deg);
}
.guide_detail_page .guide_left_wrapper .li_first.open .icon {
  transform: rotate(0deg);
}
.guide_detail_page .guide_left_wrapper .tit .txt {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  display: inline-block;
}
.guide_detail_page .guide_left_wrapper .tit .txt:hover {
  color: #1baaf0;
}
.guide_detail_page .guide_left_wrapper .li_first.cur .tit .txt {
  font-weight: bold;
  color: #1baaf0;
}
.guide_detail_page .guide_left_wrapper .nav_second {
  display: none;
}
.guide_detail_page .guide_left_wrapper .li_first.open .nav_second {
  display: block;
}
.guide_detail_page .guide_left_wrapper .nav_second .li_second {
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.guide_detail_page .guide_left_wrapper .nav_second .li_second a {
  padding: 15px 20px 15px 24px;
  color: #333;
  display: block;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.guide_detail_page .guide_left_wrapper .nav_second .li_second a:hover {
  color: #1baaf0;
}
.guide_detail_page .guide_left_wrapper .nav_second .li_second.cur a {
  color: #1baaf0;
  font-weight: bold;
}


.guide_detail_page .art_list {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
  cursor: pointer;
}
.guide_detail_page .art_list:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.guide_detail_page .art_list .list_cover {
  width: 192px;
  height: 128px;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}
.guide_detail_page .art_list .list_cover img {
  width: 100%;
  height: 100%;
  display: block;
}
.guide_detail_page .art_list .list_main {
  margin-left: 20px;
  width: 432px;
}
.guide_detail_page .art_list .list_tit {
  margin: 0;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.guide_detail_page .art_list .list_content {
  margin-top: 12px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: auto; */
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:3;
}
.guide_detail_page .art_list .list_content p,
.guide_detail_page .art_list .list_content h1,
.guide_detail_page .art_list .list_content h2,
.guide_detail_page .art_list .list_content h3,
.guide_detail_page .art_list .list_content h4,
.guide_detail_page .art_list .list_content h5,
.guide_detail_page .art_list .list_content h6,
.guide_detail_page .art_list .list_content b,
.guide_detail_page .art_list .list_content font {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  display: inline;
}
.guide_detail_page .art_list .list_content table,
.guide_detail_page .art_list .list_content iframe,
.guide_detail_page .art_list .list_content img
{
  display: none;
}
.guide_detail_page .art_list .list_time {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  margin-top: 12px;
}

.guide_detail_page .guide_right_wrapper {
  position: fixed;
  z-index: 999;
  width: 212px;
  box-sizing: border-box;
  padding-left: 12px;
  top: 100px;
  right: 50%;
  margin-right: -600px;
  color: #333;
  background: #fff;
}
.guide_detail_page .guide_mods .right_btn {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.guide_detail_page .guide_mods .right_btn_hide {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 50%;
  background: url(../images/guide/icon_arrow_right.png) center no-repeat;
}
.guide_detail_page .guide_mods .right_btn_show {
  position: fixed;
  background: url(../images/guide/icon_arrow_left.png) center no-repeat;
  right: 40px;
  top: 368px;
  z-index: 999;
}
.guide_detail_page .guide_mods .right_btn .tip {
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  background: #666;
  padding: 0 5px;
  position: absolute;
  border-radius: 4px;
  line-height: 22px;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.guide_detail_page .guide_mods .right_btn:hover .tip {
  display: block;
  opacity: 1;
}
.guide_detail_page .guide_right_wrapper .code img {
  width: 200px;
  height: 200px;
  background-color: #eee;
  border: none;
}
.guide_detail_page .guide_right_wrapper .code p {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0;
}
.guide_detail_page .guide_right_wrapper .course_lists {
  margin-top: 40px;
}
.guide_detail_page .guide_right_wrapper h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 15px 0;
}
.guide_detail_page .guide_right_wrapper .course_lists a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
  padding-left: 20px;
  position: relative;
  color: #333;
}
.guide_detail_page .guide_right_wrapper .course_lists a:hover {
  color: #1baaf0;
}
.guide_detail_page .guide_right_wrapper .course_lists a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.guide_detail_page .content_wp {
  padding: 0 0 20px;
  border-bottom: 1px solid #e1e1e1;
}
.guide_detail_page .content_wp_tit {
  margin: 0;
  padding: 0 0 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  /* text-align: center; */
}

.video_player {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 10001;
}
.player_bx {
  width: 999px;
  height: 562px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -281px;
}
.player_bx .close {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/guide/icon_close.png) center no-repeat;
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
}
#videoPlayer {
  width: 999px;
  height: 100%;
}
.video_player .player_bx .video-js .vjs-tech {
  width: calc(100% + 1px);
}

@media screen and (max-width: 1300px) {
  .guide_mods {
    width: 1200px;
    margin: 0 auto;
  }
  .guide_mod_faq {
    height: 100%;
    overflow-y: scroll;
  }
  .guide_detail_page .guide_left_wrapper {
    position: absolute;
    top: 30px;
    left: 24px;
    margin-left: 0;
  }
  .guide_mod_faq .faq_content_wrapper {
    margin-left: 234px;
    border-right: none;
  }
  .guide_detail_page .guide_right_wrapper {
    width: 224px;
    right: -224px;
    margin-right: 0;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .guide_detail_page .guide_mods .right_btn_hide {
    display: none;
  }
  .guide_detail_page .guide_mods .right_btn_show {
    display: block;
  }
  .guide_detail_page .show_right .right_btn_hide {
    display: block;
  }
  .guide_detail_page .show_right .right_btn_show {
    display: none;
  }
  .guide_detail_page .guide_right_wrapper .course_lists {
    padding-left: 12px;
  }
  .guide_detail_page .show_right .guide_right_wrapper {
    right: 14px;
  }
}

@media screen and (max-height: 730px) {
  .player_bx {
    width: 719px;
    height: 405px;
    margin-top: -203px;
    margin-left: -360px;
  }
  #videoPlayer {
    width: 719px;
    height: 405px;
  }
}



/* guide_down_install */
.guide_down_install .banner_box {
  height: 280px;
  background-image: url(../images/guide/down_banner_bg.png);
}
.guide_down_install .banner_box .success_tip {
  font-size: 72px;
  line-height: 66px;
  height: 70px;
  color: #fff;
  padding-left: 265px;
  display: inline-block;
  margin-top: 105px;
}
.guide_mod_recommend {
  padding-top: 100px;
  padding-bottom: 30px;
  display: none;
}
.guide_down_install .recommend_bx {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-left: 124px;
  box-sizing: border-box;
}
.guide_down_install .recommend_tit {
  position: absolute;
  padding-left: 19px;
  height: 80px;
  left: 0;
  top: 50%;
  margin-top: -40px;
}
.guide_down_install .recommend_tit .line {
  width: 6px;
  height: 80px;
  display: block;
  background: #11A6EF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.guide_down_install .recommend_tit p {
  margin: 0;
  font-size: 36px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}
.guide_down_install .recommend_tit .tit2 {
  margin-top: 14px;
}
.guide_down_install .recommend_app {
  height: 140px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #FFFFFF url(../images/guide/recommend_bg.png) center no-repeat;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
}
.guide_down_install .recommend_app .content {
  width: 615px;
  margin-left: 20px;
}
.guide_down_install .recommend_app h3 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 6px;
}
.guide_down_install .recommend_app p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  margin-top: 9px;
  line-height: 16px;
}
.guide_down_install .recommend_app .btns {
  width: 257px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.guide_down_install .recommend_app .download_btn {
  text-decoration: none;
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #0DA5EF;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.guide_down_install .recommend_app .download_btn:hover {
  background: #13c8ff;
}

@-webkit-keyframes shellPulse{
  0%{opacity:1}
  50%{opacity:.6}
  100%{opacity:1}
}
@keyframes shellPulse{
  0%{opacity:1}
  50%{opacity:.6}
  100%{opacity:1}
}