* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

body {
  padding-top: 55px;
  font: 14px 'Poppins', sans-serif;
  color: #24292f;
  background-color: #f7f8fa;
}

html {
  scroll-padding-top: 50px;
  /* 控制滚动到顶部时，目标元素上方留有50px的空间 */
}

.list {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #24292f;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #4c82f8;
}

h1 {
  font-size: 24px;
  padding-bottom: 10px;
}

h2 {
  font-size: 20px
}

h3,
h4,
h5 {
  font-size: 18px;
  font-weight: 500
}

/* 共公======================================================================= */

.blue-btn {
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 5px;
  background-color: #2F54EB;
  color: #fff;
  border: none;
}

.blue-btn:hover,
.blue-btn:focus {
  background-color: #6785fc;
  color: #fff;
}

.section-title {
  text-align: left;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 400;
}

.icon-box {
  overflow: hidden;
  margin: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.icon-box:hover {
  transform: translateY(-5px);
}

.fa {
  margin-right: 10px !important;
  color: #707070 !important;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #FFF;
  color: #000;
  font-size: 14px;
  padding: 6px 8px;
  margin: 0 2px;
}

.pagination a:hover {
  color: #fff;
  background: #4c82f8;
}

.pagination a.page-num-current {
  color: #fff;
  background: #4c82f8;
}

.position {
  width: 100%;
  margin: 30px 0px;
  color: #5f5f5f;
}


/* 导航条============================================================== */
.navbar {
  margin-bottom: 0px;
  background: #000;
}

.navbar .navbar-brand {
  color: #fff;
  border: none;
  padding: 10px 0px 10px 10px !important;
}

.navbar .navbar-brand img {
  float: left;
  border: none;
}

.navbar .navbar-brand span {
  font-size: 22px;
  margin-top: 8px;
  margin-left: 5px;
  float: right;
}

.navbar-inverse,
.navbar-header,
.navbar-collapse ul.navbar-nav a {
  border: none;
  min-height: 55px;
  line-height: 25px;
}

/* 主菜单 */
.navbar-collapse ul.navbar-nav a {
  color: #FFF;
  font-size: 18px;
}

.nav>li>a{
  padding: 15px 10px !important;
}

.navbar-collapse ul.navbar-nav a:hover {
  color: #4c82f8!important;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
  color: #4c82f8!important;
}

/* 移动端图标切换 */
.navbar-toggle {
  background-color: #000;
  border: none;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 300ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}


/* 大设备 */
@media (min-width: 768px) {
  .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
  }
}

/* 移动端*/
@media (max-width: 767px) {

  /* 下拉背景 */
  .navbar-collapse{
    box-shadow: 0px 5px 5px -5px rgba(94, 94, 94, 0.5);
  }
  .navbar-collapse,
  .navbar-collapse ul.navbar-nav {
    border: none;
    background-color: #f3f3f3 !important;
    max-height: 100% !important;
  }

  .navbar-collapse ul.navbar-nav a,
  .navbar-collapse ul.navbar-nav a:hover,
  .navbar-collapse ul.navbar-nav a:focus {
    color: #000;
  }

  .navbar-inverse .navbar-nav>.active>a, 
  .navbar-inverse .navbar-nav>.active>a:focus, 
  .navbar-inverse .navbar-nav>.active>a:hover {
    color: #4c82f8;
    background-color: #f3f3f3;
}
}

/******************************** 轮播图 *******************************/
.main-banner {
  width: 100%;
  height: 500px;
  padding-top: 80px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner .banner-caption-wrap {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}

.main-banner .banner-title {
  font-size: 46px;
  padding: 0px 0px 28px 0px;
  font-weight: 400;
}

.banner-text {
  font-size: 16px;
  color: #808080;
  margin: 0px 0px 50px 0px;
}

@media (max-width: 767px) {
  .main-banner {
    padding: 20px 10px 0px 10px;
    height: 380px;
    text-align: center;
  }

  .main-banner .banner-title {
    font-size: 26px;
  }

  .main-banner .banner-text {
    text-align: left;
    font-size: 14px;
  }

  .main-banner .banner-thumb {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes bounce1 {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes bounce1 {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.main-banner .banner-thumb {
  float: right;
  width: 100%;
  position: relative;
}

.main-banner .banner-thumb img {
  width: 100%;
  position: absolute;
  -webkit-animation: bounce1 3s ease-in-out infinite;
  animation: bounce1 3s ease-in-out infinite;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.3, 1);
  -o-transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1),
    -webkit-transform 300ms cubic-bezier(0, 0, 0.3, 1);
  will-change: transform;
}

/* 可易软件=================================================================== */
.services .icon-box {
  padding: 15px;
}

.services .icon {
  text-align: center;
  overflow: hidden;
  display: table;
  width: 200px;
  height: 150px;
  float: left;
  margin: 0 15px 0 0;
}

.services .icon img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  -webkit-transition: -webkit-transform .3s linear;
  -moz-transition: -moz-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  transition: transform .3s linear;
}

.services .icon img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.services .section-title >*{
  display:inline-block;
  vertical-align: middle;
}

.services .section-title span{
  float:right;
  margin-right:20px;
  font-size: 20px;
  height:59px;
  line-height:59px;
}

.services .title {
  margin-top: 0px !important;
  font-size: 20px;
  text-align: left;
  display: inline-block;
}

.services .description {
  font-size: 16px;
  line-height: 28px;
  color: #9b9b9b;
}

.services .dec-span {
  float: right;
  margin-top: 30px;
}

.services .fa {
  margin-right: 5px !important;
  color: #4c82f8 !important;
}

.services .span-item {
  color: #999;
}

@media (max-width: 767px) {
  .services .description {
    font-size: 14px;
    line-height: 22px;
    color: #9b9b9b;
  }

  .services .icon {
    text-align: center;
    overflow: hidden;
    display: table;
    width: 120px;
    height: 90px;
    float: left;
    margin: 0 7px 0 0;
  }

  .services .icon img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
  }

  .services .dec-span {
    float: right;
    margin-top: 7px;
    font-size: 12px;
  }

  .services .fa {
    margin-right: 2px !important;
  }

  .services .span-item {
    color: #999;
  }
}

/*方可软件推荐============================================================================*/
.keservices .icon-box {
  padding: 10px;
}

.keservices .icon {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 10px;
}

.keservices .icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  -webkit-transition: -webkit-transform .3s linear;
  -moz-transition: -moz-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  transition: transform .3s linear;
}

.keservices .icon img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.keservices .title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}

.keservices .description {
  font-size: 16px;
  line-height: 30px;
  color: #9b9b9b;
}

.keservices .dec-span {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

.keservices .fa {
  margin-right: 3px !important;
  color: #4c82f8 !important;
}

.keservices .span-item {
  margin-right: 6px;
  color: #999;
}

.keservices .view_btn {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}

.keservices .view_btn .blue-btn {
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
}

/* 软件资讯 ========================================================================*/
.softnews .icon-box {
  padding: 15px;
  min-height: 154px;
}

.softnews .icon {
  text-align: center;
  overflow: hidden;
  display: table;
  width: 160px;
  height: 100px;
  float: left;
  margin: 0 15px 0 0;
}

.softnews .icon img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  -webkit-transition: -webkit-transform .3s linear;
  -moz-transition: -moz-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  transition: transform .3s linear;
}

.softnews .icon img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.softnews .section-title >*{
  display:inline-block;
  vertical-align: middle;
}

.softnews .section-title span{
  float:right;
  margin-right:20px;
  font-size: 20px;
  height:59px;
  line-height:59px;
}

.softnews .title {
  max-width: 330px;
  margin-top: 0px !important;
  font-size: 20px;
  text-align: left;
  display: inline-block;
}

.softnews .dec-span {
  margin-top: 30px;
  font-size: 16px;
  color: #999;
}

.softnews .fa {
  margin-right: 5px !important;
  color: #4c82f8 !important;
}


@media (max-width: 767px) {
  .softnews .icon {
    text-align: center;
    overflow: hidden;
    display: table;
    width: 120px;
    height: 80px;
    float: left;
    margin: 0 7px 0 0;
  }

  .softnews .icon img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
  }

  .softnews .title {
    font-size: 14px;
    max-width: 180px;
  }

  .softnews .dec-span {
    margin-top: 10px;
    font-size: 12px;
  }

  .softnews .fa {
    margin-right: 2px !important;
  }
}

/* 友情链接 ========================================================================*/
.softlink .icon-box {
  padding: 15px;
  text-align: left;
}

.softlink .linktext {
  padding-right: 20px;
  font-size: 16px;
}

.softlink .fa{
  color: #4c82f8 !important;
}

/* 底部================================================================================ */
.footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #e4e3e3;
}

.footer-box {
  text-align: center;
  padding:10px;
}


/* 软件和资讯列表 ================================================================*/
.newlist .main-title {
  font-size: 24px;
  padding: 15px 20px;
}

.newlist .listnote{
  margin:10px 10px 30px 10px;
}

.newlist .listnote img{
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.newlist .listnote span{
  font-size: 16px;
}

.newlist .listnote p{
  color:#808080;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .newlist .listnote img{
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

/* 侧边栏===================================================================== */
.sidebar {
  background-color: #ffffff;
  padding: 20px 15px;
  margin-top: 80px;
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sidebar-title {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar .sidebar-more {
  font-size: 14px;
  float: right;
  margin-top: 5px;
}

.sidebar .sidebar-more a {
  color: #c0c0c0;
}

.sidebar .fa {
  color: #4c82f8 !important;
  margin-right: 10px !important;
}

.sidebar-list {
  list-style: none;
}
.sidebar-list li {
  font-size: 16px;
  margin-bottom: 20px;
}

.sidebar-list li p{
  font-size: 14px;
  color:#808080;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }

  .sidebar {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
}

/*软件、教程、咨询详情页============================================================================*/
.softbox .icon-box {
  padding: 20px;
  background-color: #FFF;
  margin: 0px;
}

.softbox .content-span {
  margin-bottom: 10px;
  color: #808080;
}

.softbox .content-note {
  padding: 0px 20px;
  font-size: 16px;
  color: #808080;
}

.softbox .content-note .col-md-6 {
  height: 45px;
}

.softbox .blue-btn {
  font-size: 22px;
  padding: 10px 45px;
  border-radius: 10px;
}

.softbox .content {
  font-size: 16px;
  line-height: 30px;
  color: #424242;
  word-break: break-all;
  word-wrap: break-word;
}

.softbox .content ul li p,
.softbox .content ol li p {
  margin-bottom: 5px !important;
}

.softbox .content ol,
.softbox .content ul {
  padding-left: 20px !important;
}

.softbox .content ol li,
.softbox .content ul li {
  padding-left: 3px;
}

.softbox .content ol li::marker,
.softbox .content ul li::marker {
  font-weight: bold;
}

.softbox .content p {
  margin: 0 0 20px 0;
}

.softbox h1 {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

.softbox .content h2 {
  font-size: 24px;
  line-height: 50px;
}

.softbox .content img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 8px;
}

/*购买页面价格表 ====================================================================== */
.buybox .icon-box{
  padding: 10px;
}

.buybox .row{
  min-height:55px;
  line-height: 55px;
  border-top:1px dashed #bbbaba; 
  font-size:14px;
  text-align: left;
}

.buybox .table-title{
  font-size:16px;
  font-weight: 400;
  text-align: center;
  padding-left:10px;
  padding-right:10px;
  border-bottom:1px dashed #bbbaba; 
}

.buybox .title{
  font-size:16px;
  font-weight: 500;
}

/* 支付方式========================================================= */
.paybox .icon-box{
  padding: 10px;
  text-align: center;
}

.paytitle{
  min-height: 60px;
  line-height: 60px;
  margin-bottom:20px;
  font-size:18px;
  border-bottom:1px dashed #bbbaba; 
}

/* 购买页面增值服务============================================== */
.zzbox .icon-box{
  text-align: center;
  padding:10px;
}

.zzbox .row{
  min-height:60px;
  line-height: 60px;
  border-top:1px dashed #bbbaba; 
  font-size:14px;
}

.zzbox .subtitle{
  font-size:16px;
  font-weight: 500;
}

/* 购买页面项事说明====================================================== */
.buynotebox .icon-box{
  padding:25px;
  text-align: center;
}

.buynotebox .row{
  text-align: left;
}

.buynotebox .notetitle{
  font-size:16px;
  font-weight: 600;
}

.buynotebox p{
  margin-left:10px;
  line-height: 28px;
}


@media (max-width: 767px) {
  .buybox .row,
  .zzbox .row{
    line-height: 28px;
    padding:10px;
  }
  
}

/*客服========================================================*/
#kefu {
  width: 180px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 88889;
  background-color: #fff;
  box-shadow: 0px 1px 10px 1px hsla(0, 0%, 75%, .3);
  display: none;
  margin-top: -240px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#kefu .top {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

#kefu .divleft {
  margin-left: 10px;
  font-size: 12px;
  width: 160px;
  text-align: center;
}

#kefu .close {
  float: right;
  margin: 10px;
  cursor: pointer;
}

.right_bar {
  padding-top: 20px;
  background-color: #2F54EB;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 25px;
  height: 120px;
  position: fixed;
  text-align: center;
  cursor: pointer;
  top: 50%;
  right: 0;
  margin-top: -242px;
  z-index: 9999;
}

.col-lg-6,
.col-md-6,
.col-md-12,
.col-lg-12 {
  padding: 0px !important;
}