@charset "UTF-8";
.triangle {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  margin-left: 5px;
  margin-top: 5px;
  display: inline-block;
}

/* 头部 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.header .toolbar {
  background-color: #f2f2f2;
  height: 70px;
}
.header .toolbar .headline {
  font-size: 20px;
  letter-spacing: 0;
  color: #111111;
  cursor: pointer;
}
.header .toolbar .searchBox {
  width: 283px;
  height: 40px;
  background: #fff;
}
.header .toolbar .searchBox input {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 14px;
  font-size: 12px;
  color: #333333;
}
.header .toolbar .searchBox .posAbs {
  background: #fff;
  top: 100%;
  left: 0;
  right: 0;
  padding: 21px 17px 0;
  font-size: 13px;
  z-index: 666;
  /*display: flex;*/
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header .toolbar .searchBox .posAbs a {
  margin-bottom: 18px;
  padding: 0 12px;
}
.header .toolbar .searchBtn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 0px 2px 2px 0px;
}
.header .toolbar .searchBtn img {
  width: 17px;
  height: 18px;
}
.header .toolbar .searchBtn:hover {
  background: #31abff;
}
.header .tabList {
  height: 40px;
  font-size: 14px;
}
.header .tabList > ul > li {
  cursor: pointer;
}
.header .tabList > ul > li > a {
  color: #fff;
}
.header .tabList > ul > li:hover {
  background: #196dab;
}
.header .tabList .tabActive {
  background: #196dab;
}
.header .tabList .nav-drop-list {
  background: #fff;
  left: 0;
  right: unset;
  top: 100%;
  min-width: 100%;
}
.header .tabList .nav-drop-list ul {
  padding: 7px 0;
  font-size: 13px;
}
.header .tabList .nav-drop-list ul li {
  padding: 0 17px;
}
.header .tabList .nav-drop-list ul li a {
  line-height: 40px;
}

.header + div {
  margin-top: 110px;
}
body{
  min-width: 1200px;
}
/* 首页 */
.index-main {
  /* 立即下载/开通会员 */
  /*常用软件*/
  /*教程中心*/
}
.index-main .sectionTitle .divider {
  width: 47px;
  height: 2px;
  background-color: #1d80c8;
}
.index-main .sectionTitle span {
  margin: 0 27px;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111111;
}
.index-main .vipAndDownload {
  height: 400px;
  background: url(../img/topBg.png) no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.index-main .vipAndDownload .content {
  margin-left: 44px;
}
.index-main .vipAndDownload .content img {
  width: 42px;
  height: 42px;
}
.index-main .vipAndDownload .content h1 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0;
  color: #111111;
  margin-left: 11px;
}
.index-main .vipAndDownload .content h2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #666666;
  margin: 24px 0 35px;
}
.index-main .vipAndDownload .content .btn {
  width: 235px;
  height: 58px;
  border-radius: 29px;
  cursor: pointer;
}
.index-main .vipAndDownload .content .btn a {
  color: #fff;
}
.index-main .vipAndDownload .content .downloadBtn:hover {
  background: #31abff;
  color: #fff;
}
.index-main .vipAndDownload .content .openVIP {
  margin-left: 20px;
}
.index-main .vipAndDownload .content .openVIP:hover {
  background: #1d80c8;
  color: #fff;
}
.index-main .commonSoftware {
  background: #edf1f7;
  padding-bottom: 57px;
}
.index-main .commonSoftware .sectionTitle {
  padding: 50px 0;
}
.index-main .commonSoftware .software + .software {
  margin-left: 15px;
}
.index-main .commonSoftware .software {
  width: 390px;
  height: 160px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.index-main .commonSoftware .software:nth-child(3n+1) {
  margin-left: 0;
}
.index-main .commonSoftware .software .left {
  background: #f2faff;
  width: 120px;
}
.index-main .commonSoftware .software .left > img {
  width: 60px;
  height: 60px;
}
.index-main .commonSoftware .software .left .downloadSoftware {
  margin-top: 19px;
  width: 68px;
  height: 30px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
}
.index-main .commonSoftware .software .left .downloadSoftware:hover {
  background: #31abff;
}
.index-main .commonSoftware .software .left .tagNew {
  left: 0;
  top: 0;
}
.index-main .commonSoftware .software .right {
  padding: 29px 15px 30px;
  font-size: 12px;
  color: #666;
}
.index-main .commonSoftware .software .right a {
  font-size: 16px;
  line-height: 16px;
}
.index-main .commonSoftware .software .right .middle {
  margin: 20px 0;
  line-height: 12px;
}
.index-main .commonSoftware .software .right .desc {
  line-height: 24px;
  height: 48px;
  margin-top: -6px;
  width: 240px;
}
.index-main .tutorials {
  background: #fff;
  padding: 68px 0 39px;
}
.index-main .tutorials .sectionTitle {
  margin-bottom: 43px;
}
.index-main .tutorials .tutorialUnit {
  width: 585px;
  margin-bottom: 30px;
}
.index-main .tutorials .tutorialUnit .title {
  border-bottom: 3px solid #eee;
  line-height: 40px;
  height: 43px;
  margin-bottom: 20px;
}
.index-main .tutorials .tutorialUnit .title .posAbs {
  display: inline-block;
  font-size: 14px;
  border-bottom: 3px solid #196dab;
}
.index-main .tutorials .tutorialUnit .card {
  border: 1px solid #eee;
  width: 585px;
  height: 140px;
  padding: 24px 18px 18px 13px;
  font-size: 12px;
}
.index-main .tutorials .tutorialUnit .card > a {
  font-size: 14px;
}
.index-main .tutorials .tutorialUnit .card .desc {
  line-height: 20px;
  height: 40px;
  letter-spacing: 0px;
  color: #999;
}
.index-main .tutorials .tutorialUnit .card .bottomLine a {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #f5f5f5;
}
.index-main .tutorials .tutorialUnit .card .bottomLine a:hover {
  color: #333;
}
.index-main .tutorials .tutorialUnit .card .bottomLine a + a {
  margin-left: 6px;
}
.index-main .tutorials .tutorialUnit .card .bottomLine img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.index-main .tutorials .tutorialUnit .card .bottomLine .time {
  color: #999;
}
.index-main .tutorials .tutorialUnit .card + .card {
  margin-top: 15px;
}

/* 文章列表页 */
.articleListPage {
  background: #edf1f7;
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 51px 0 120px;
}
.content > div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.content .mainLeft {
  position: relative;
  width: 780px;
  padding: 0 21px 0 32px;
  margin-right: 21px;
  border: solid 1px #e2e2e2;
}
.content .mainLeft .breadCrumbs {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 51px;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  margin-top: -51px;
  margin-left: -32px;
}
.content .mainLeft .article-unit + .article-unit {
  border-top: 1px solid #e2e2e2;
}
.content .mainLeft .article-unit {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.content .mainLeft .article-unit > .column {
  width: 670px;
}
.content .mainLeft .article-unit .coverShell {
  height: 100px;
  width: 100px;
}
.content .mainLeft .article-unit .coverShell > img {
  width: 100%;
  height: 100%;
}
.content .mainLeft .article-unit .coverShell + div {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .mainLeft .article-unit .coverImg {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.content .mainLeft .article-unit:hover .coverImg {
  -o-background-size: 110% 110%;
     background-size: 110% 110%;
}
.content .slide {
  width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 161px;
}
.content .slide h2 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 14px;
}
.content .slide .tagList {
  padding: 17px 24px 19px;
  border: solid 1px #e2e2e2;
}
.content .slide .tagList .unit-wrap {
  margin-top: 11px;
}
.content .slide .tagList .unit-wrap .tagUnit {
  height: 30px;
  padding-left: 12px;
  padding-right: 10px;
  line-height: 30px;
  background: #f2f2f2;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #666;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.content .slide .tagList .unit-wrap .tagUnit:hover,
.content .slide .tagList .unit-wrap .tagUnit a:hover {
  background: #d2d9e3;
  color: #333;
}
.content .slide .recommendList {
  padding: 17px 23px 21px;
  border: solid 1px #e2e2e2;
  line-height: 28px;
  margin-top: 22px;
}
.content .slide .recommendList h3 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  cursor: pointer;
}
.content .slide .recommendList .recommendUnit {
  display: block;
  width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border-bottom: 1px dashed #e2e2e2;
}
.content .slide .recommendList h3:hover {
  color: #1d80c8;
}
.content .slide .recommendList .primary-color {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1d80c8;
  margin-right: 14px;
}
.content .slide .firstRecommendList {
  margin-top: 0;
}
.content .page-h3 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.content .hoverChange:hover {
  color: #1d80c8;
  cursor: pointer;
}
.content .divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.content .setTop {
  width: 36px;
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: solid 1px #1d80c8;
  margin-right: 6px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1d80c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .grey-text {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  letter-spacing: 0px;
  color: #999999;
}
.content .desc {
  line-height: 20px;
  height: 40px;
  color: #999;
}
.content .desc:hover {
  color: #333;
}
.content .article-username, .content .article-date {
  margin-left: 5px;
  margin-right: 11px;
}
.content .viewTime {
  margin-left: 6px;
}
.content .article-Link span {
  color: #666;
}
.content .article-Link + .article-Link {
  margin-left: 10px;
}
.content .pagebar {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  #left: 50%;
  -webkit-transform: translate(-50%, 200%);
     -moz-transform: translate(-50%, 200%);
      -ms-transform: translate(-50%, 200%);
       -o-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
}

.vipAndDownload .noPadding {
  padding: 0;
  width: auto;
  margin: 0;
  margin-left: 44px;
}

/* 文章详情 */
.articleDetailsContent {
  padding: 0 31px 58px 26px;
}
.articleDetailsContent .breadCrumbs {
  margin-left: -26px;
}
.articleDetailsContent .mainLeft {
  padding-bottom: 58px;
}
.articleDetailsContent .mainLeft h1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 25px;
  margin-top: 37px;
}
.articleDetailsContent .mainLeft .underTitle {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.articleDetailsContent .mainLeft .underTitle span {
  margin-left: 5px;
  margin-right: 11px;
}
.articleDetailsContent .mainLeft .articleContent {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #666666;
}
.articleDetailsContent .mainLeft .articleContent img {
  max-width: 100%;
}
.articleDetailsContent .mainLeft .mr-9 {
  margin-right: 9px;
}
.articleDetailsContent .mainLeft .grey-text {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  letter-spacing: 0px;
  color: #999999;
}
.articleDetailsContent .mainLeft .tagUnit {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.articleDetailsContent .mainLeft .tagUnit + .tagUnit {
  margin-left: 5px;
}
.articleDetailsContent .mainLeft .tagAfterText {
  margin-right: 0;
  margin-bottom: 0;
  height: 30px;
  padding-left: 12px;
  padding-right: 10px;
  line-height: 30px;
  background: #f2f2f2;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}
.articleDetailsContent .mainLeft .tagAfterText:hover {
  background-color: #1d80c8;
  color: #fff;
}
.articleDetailsContent .mainLeft .tagAfterText:hover * {
  color: #fff;
}
.articleDetailsContent .mainLeft .origin {
  margin-top: 14px;
  background: #f2f2f2;
  color: #333333;
  padding: 18px 20px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
}
.articleDetailsContent .mainLeft .origin .url {
  margin-bottom: 17px;
}
.articleDetailsContent .mainLeft .origin .url a {
  color: #1d80c8;
}
.articleDetailsContent .mainLeft .links {
  padding: 28px 22px 25px 0;
  line-height: 28px;
  float: left;
  font-size: 12px;
}
.articleDetailsContent .mainLeft .links h2 {
  font-size: 14px !important;
}
.articleDetailsContent .mainLeft .links .subling-title {
  display: block;
  font-size: 12px;
}
.articleDetailsContent .mainLeft .links .subling-title .mr-13 {
  margin-right: 13px;
}
.articleDetailsContent .mainLeft .links .subling-title .desc {
  display: block;
  width: 540px;
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
}
.articleDetailsContent .mainLeft .links .subling-title + .subling-title {
  margin-top: 12px;
}

/* 搜索结果页 */
.searchResult {
  min-height: 100vh;
  background: #edf1f7;
}
.searchResult > .container {
  min-height: -webkit-calc(100vh - 350px);
  min-height: -moz-calc(100vh - 350px);
  min-height: calc(100vh - 350px);
}
.searchResult .breadCrumbs {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  margin: 20px 0 15px;
}
.searchResult .resultNumber {
  font-size: 14px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 15px;
}
.searchResult .resultContent {
  padding: 0 34px 30px;
}
.searchResult .resultContent .unitBox {
  color: #333;
  font-size: 14px;
  height: 110px;
  border-bottom: 1px solid #f5f5f5;
}
.searchResult .resultContent .unitBox img {
  width: 50px;
  height: 50px;
  margin-right: 22px;
}
.searchResult .resultContent .unitBox .desc {
  width: 349px;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  margin-top: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.searchResult .resultContent .unitBox .downloadBtn {
  width: 144px;
  height: 48px;
  border-radius: 4px;
  font-size: 18px;
}
.searchResult .resultContent .unitBox .downloadBtn:hover {
  background: #31abff;
  color: #fff;
}
.searchResult .resultContent .unitBox .downloadBtn img {
  margin-right: 10px;
  width: 15px;
  height: 18px;
}

/* 软件详情页 */
.softwareDetails {
  background: #edf1f7;
}
.softwareDetails .mainLeft {
  padding: 0;
}
.softwareDetails .mainLeft > div {
  border: solid 1px #e2e2e2;
  background: #fff;
}
.softwareDetails .mainLeft > div + div {
  margin-top: 20px;
}
.softwareDetails .mainLeft .mainInfo {
  padding: 0 22px 29px;
  font-size: 14px;
}
.softwareDetails .mainLeft .mainInfo .boxTitle {
  height: 60px;
  border-bottom: 1px solid #e2e2e2;
}
.softwareDetails .mainLeft .mainInfo .boxTitle img {
  margin-right: 14px;
  height: 30px;
  width: 30px;
}
.softwareDetails .mainLeft .mainInfo .boxTitle img h1 {
  font-size: 24px;
  letter-spacing: 0;
  color: #333333;
}
.softwareDetails .mainLeft .mainInfo .singleLine {
  height: 53px;
  border-bottom: 1px dashed #e2e2e2;
}
.softwareDetails .mainLeft .mainInfo .singleLine .smallUnit {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  color: #999;
}
.softwareDetails .mainLeft .mainInfo .singleLine .smallUnit span {
  color: #333;
}
.softwareDetails .mainLeft .mainInfo .intro {
  line-height: 24px;
  margin: 20px 0 26px;
  color: #999;
}
.softwareDetails .mainLeft .mainInfo .intro .realIntro {
  color: #666;
}
.softwareDetails .mainLeft .mainInfo .downloadBtn {
  width: 240px;
  height: 62px;
  border-radius: 4px;
  font-size: 18px;
}
.softwareDetails .mainLeft .mainInfo .downloadBtn img {
  width: 15px;
  height: 18px;
  margin-right: 11px;
}
.softwareDetails .mainLeft .mainInfo .downloadBtn:hover {
  background: #31abff;
  color: #fff;
}
.softwareDetails .mainLeft .tabs {
  font-size: 14px;
}
.softwareDetails .mainLeft .tabs .tabsHeader {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e2e2e2;
}
.softwareDetails .mainLeft .tabs .tabsHeader .tab {
  width: 110px;
  height: 42px;
  border-right: 1px solid #e2e2e2;
  border-top: 3px solid #fff;
  text-align: center;
}
.softwareDetails .mainLeft .tabs .tabsHeader .tab1 {
  border-top-color: #1d80c8;
}
.softwareDetails .mainLeft .tabs .tabContent {
  padding: 19px 27px 37px;
  height: -webkit-calc(100vh - 120px);
  height: -moz-calc(100vh - 120px);
  height: calc(100vh - 120px);
  overflow-y: auto;
}
.softwareDetails .mainLeft .tabs .tabContent > div {
  overflow: hidden;
}
.softwareDetails .mainLeft .tabs .tabContent h2 {
  padding: 30px 0 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #333333;
}
.softwareDetails .mainLeft .tabs .tabContent img,
.softwareDetails .mainLeft .tabs .tabContent video {
  max-width: 100%;
}
.softwareDetails .mainLeft .tabs .tabContent::-webkit-scrollbar {
  width: 6px !important;
  line-height: 0;
  margin-right: 11px;
  height: auto;
  z-index: 999;
}
.softwareDetails .mainLeft .tabs .tabContent::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2px;
}
.softwareDetails .mainLeft .tabs .tabContent::-webkit-scrollbar-thumb {
  z-index: 9999999;
  background: #e0e0e0;
  border-radius: 10px;
  margin-right: 11px;
}
.softwareDetails .mainLeft .tabs .tabContent::-webkit-scrollbar-thumb:hover {
  background: #ccc;
  border-radius: 10px;
}
.softwareDetails .mainLeft .tutorialsHot {
  color: #333;
  font-size: 14px;
  padding: 0 20px 20px;
}
.softwareDetails .mainLeft .tutorialsHot .title {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.softwareDetails .mainLeft .tutorialsHot .hotUnit {
  height: 84px;
  border-bottom: 1px dashed #e2e2e2;
}
.softwareDetails .mainLeft .tutorialsHot .hotUnit span {
  color: #999;
}
.softwareDetails .mainLeft .tutorialsHot .hotUnit .desc {
  margin-top: 18px;
  font-size: 12px;
  max-width: 721px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.softwareDetails .content .slide .grey {
  padding: 8px 6px;
  line-height: 0;
  cursor: pointer;
}
.softwareDetails .content .slide .swiper-container {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 0 auto;
}
.softwareDetails .content .slide .swiper-container .swiper-slide {
  margin: 20px 0 0;
  color: #333;
  font-size: 12px;
}
.softwareDetails .content .slide .swiper-container .swiper-slide > div > img {
  width: 45px;
  height: 45px;
}
.softwareDetails .content .slide .swiper-container .swiper-slide > div h2 {
  font-size: 16px;
  margin: 15px 0 30px;
}
.softwareDetails .content .slide .swiper-container .swiper-slide .details {
  font-size: 12px;
  line-height: 1;
  width: 33.33%;
}
.softwareDetails .content .slide .swiper-container .swiper-slide .details img {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.softwareDetails .content .slide .swiper-container .swiper-slide a.primary {
  width: 122px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 40px;
}
.softwareDetails .content .slide .swiper-container .swiper-slide a.primary:hover {
  color: #fff;
  background: #31abff;
}
.softwareDetails .content .slide .tagList {
  margin-top: 20px;
}
.softwareDetails .content .slide .recommendUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 0;
  padding-bottom: 20px;
}
.softwareDetails .content .slide .recommendUnit .unitLeft {
  font-size: 14px;
  line-height: 14px;
  color: #333;
}
.softwareDetails .content .slide .recommendUnit .unitLeft .size {
  font-size: 12px;
  line-height: 12px;
  color: #666;
  margin-top: 16px;
}
.softwareDetails .content .slide .recommendUnit .unitLeft img {
  width: 38px;
  height: 38px;
  margin-right: 17px;
}
.softwareDetails .content .slide .recommendUnit .download {
  width: 72px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #1d80c8;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.softwareDetails .content .slide .recommendUnit .download:hover {
  background: #1d80c8;
  color: #fff;
}

/* 尾部 */
.footer {
  background: #f6faff;
}
.footer .bottomNav {
  padding: 40px 0 26px;
  border-bottom: 1px solid #ddd;
}
.footer .bottomNav .title {
  font-size: 14px;
  letter-spacing: 0px;
  color: #666666;
}
.footer .bottomNav ul li {
  margin-top: 20px;
}
.footer .bottomNav ul li a {
  color: #999;
  font-size: 12px;
}
.footer .bottomNav ul li a:hover {
  color: #333;
}
.footer .copyright {
  height: 72px;
}
.footer .copyright .help {
  font-size: 12px;
  cursor: pointer;
}
.footer .copyright .help a {
  color: #666;
  cursor: pointer;
}
.footer .copyright .help a:hover {
  color: #333;
}
.footer .copyright .help span {
  margin: 0 1em;
  color: #666;
}
.footer .copyright .realCopyright {
  color: #999;
  font-size: 12px;
  margin-top: 14px;
}
.footer .copyright .realCopyright a {
  color: #999;
}
.footer .copyright .realCopyright a:hover {
  color: #333;
}



/* 侧边栏 */
section.sidebar {
  width: 52px;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -119px;
  z-index: 2;
}
section.sidebar .list {
  background-color: #eb4b3f;
  border-radius: 8px 0px 0px 8px;
  padding: 10px 0 6px;
}
section.sidebar .list .cooperationBox,
section.sidebar .list .demonstrationBox,
section.sidebar .list .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 13px;
  width: 40px;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
section.sidebar .list .cooperationBox > i,
section.sidebar .list .demonstrationBox > i,
section.sidebar .list .topBox > i {
  margin-bottom: 8px;
}
section.sidebar .list .cooperationBox > .text,
section.sidebar .list .demonstrationBox > .text,
section.sidebar .list .topBox > .text {
  width: 26px;
  line-height: 14px;
  font-size: 12px;
}
section.sidebar .list .cooperationBox {
  height: 74px;
  position: relative;
  cursor: default;
  margin: 0 auto 0;
}
section.sidebar .list .cooperationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .cooperationBox:hover .hoverList {
  display: block;
}
section.sidebar .list .cooperationBox .hoverList {
  width: 184px;
  height: 356px;
  background-color: #eb4b3f;
  border-radius: 10px;
  padding: 30px 20px 20px;
  position: absolute;
  left: -194px;
  top: -11px;
  display: none;
}
section.sidebar .list .cooperationBox .hoverList h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 22px;
  text-align: center;
}
section.sidebar .list .cooperationBox .hoverList ul li {
  background-color: #fd8076;
  border-radius: 4px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sidebar .list .cooperationBox .hoverList ul li:hover {
  background-color: #ff903f;
}
section.sidebar .list .cooperationBox .hoverList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  height: 40px;
  padding: 10px 14px;
  border-radius: 4px;
}
section.sidebar .list .cooperationBox .hoverList ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
section.sidebar .list .cooperationBox .hoverList ul li span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
section.sidebar .list .cooperationBox .hoverList .button {
  display: block;
  width: 144px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #f68a23;
  font-size: 14px;
  margin-top: 36px;
}
section.sidebar .list .cooperationBox .hoverList .button:hover {
  background-color: #ff903f;
	color: #ffffff;
}
section.sidebar .list .cooperationBox .hoverList::after {
  content: "";
  height: 90px;
  width: 14px;
  position: absolute;
  right: -14px;
  top: 0;
}
section.sidebar .list .cooperationBox:hover .cooperation {
  background: url("../img/sidebar/cooperation.png") no-repeat;
  /* background: url("../img/sidebar/cooperation.png") no-repeat center; */
  background-size: 100% 100%;
}
section.sidebar .list .cooperationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .cooperationBox::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 40px;
  height: 1px;
  border-bottom: 1px dotted #dddddd;
}
section.sidebar .list .demonstrationBox {
  padding: 7px 0 6px;
  position: relative;
  margin: 16px auto 0;
} 
section.sidebar .list .demonstrationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .demonstrationBox:hover .demonstration {
  background: url("../img/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .demonstrationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .demonstrationBox:hover .detailsWrapper {
  display: block;
}
section.sidebar .list .pseudoClass::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 37px;
  height: 1px;
  border-bottom: 1px dotted #dddddd;
}
section.sidebar .list .topBox {
  height: 42px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px auto 0;
}
section.sidebar .list .topBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .topBox:hover .top {
  background: url("../img/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .topBox i {
  margin-bottom: 0;
}
section.sidebar .list .cooperation {
  display: block;
  background: url("../img/sidebar/cooperation.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list .demonstration {
  display: block;
  background: url("../img/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list .top {
  display: block;
  background: url("../img/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list p {
  color: #ffffff;
  font-size: 12px;
}
section.sidebar .detailsWrapper {
  width: 336px;
  height: 356px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -346px;
  top: -101px;
  display: none;
}
section.sidebar .detailsWrapper::after {
  content: "";
  width: 14px;
  height: 90px;
  position: absolute;
  right: -14px;
  top: 91px;
}
section.sidebar .detailsWrapper > ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
section.sidebar .detailsWrapper > ul li > div {
  font-size: 0;
}
section.sidebar .detailsWrapper > ul li > img {
  margin-right: 13px;
  width: 20px;
  height: 20px;
}
section.sidebar .detailsWrapper > ul li h6 {
  color: #333333;
  font-size: 14px;
  margin-bottom: 8px; 
}
section.sidebar .detailsWrapper > ul li p,
section.sidebar .detailsWrapper > ul li a {
  color: #999999;
  font-size: 12px;
}
section.sidebar .detailsWrapper > ul li p span,
section.sidebar .detailsWrapper > ul li a span {
  color: #f68a23;
}
section.sidebar .detailsWrapper > ul li .code {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  margin-left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.sidebar .detailsWrapper > ul li .code img {
  width: 106px;
  height: 106px;
}
section.sidebar .none{
  display: none !important;
}