body {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #666;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  font-size: inherit;
}

input,
select {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 100%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

button {
  overflow: visible;
}

th,
address,
cite {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

img,
fieldset {
  border: 0 none;
}

ins {
  text-decoration: none;
}

.icon {
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  padding: 0;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-20 {
  padding-left: 10px;
  padding-right: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.br-10 {
  border-radius: 10px;
}

.panel {
  background: #fff;
  padding: 20px;
  border-radius:10px;
}

.header {
  height: 72px;
  padding: 18px 0;
  background-color: #000000;
}

.header_nav {
  float: left;
}

.header_nav li {
  float: left;
  margin: auto 15px;
}

.header_nav li a {
  color: #a3a3a3;
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.header_nav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  opacity: 0;
  background-color: #f8f8f8;
  transition: all .2s;
}

.header_nav li a.active:after,
.header_nav li a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}

.header_nav li a.active,
.header_nav li a:hover {
  color: #f8f8f8;
  text-decoration: none;
}

.header_search {
  max-width:236px;
  height:36px;
  background:rgba(102,102,102,1);
  border-radius:18px;
  overflow: hidden;
  position: relative;
  margin-left: 14px;
}

.header_search_input {
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(102,102,102,1);
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 0 42px 0 18px;
  outline: none;
}

.header_search_icon {
  position: absolute;
  top: 6px;
  right: 16px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.header_mMenu {
  display: none;
  color: #fff;
  font-size: 28px;
  margin: 4px 0 0 10px;
}

.header_fixNav {
  position: fixed;
  background-color: rgba(0,0,0,0.2);
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none
}

.header_fixNav_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
  padding: 0 15px;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.header_fixNav_wrap.active {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.header_fixNav_wrap ul li {
  font-size: 16px;
  border-bottom: 1px solid #333;
  margin: 20px 0;
}

.header_fixNav_wrap ul a.active {
  color: #1398ff;
}

.header_fixNav_wrap ul li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #000;
}


.header_title {
  font-size: 24px;
  font-weight:600;
  color: #333;
  line-height:33px;
}

.topmenu {
  font-size: 16px;
  background-color: #333;
}
.topmenu_toggle {
  display: none;
  color: #fff;
  font-size: 16px;
  padding: .5em 1em;
}
.topmenu_container {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 82px;
  overflow: hidden;
}

.topmenu li {
  display: inline-block;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  padding: 5px 14px;
}

.topmenu li.active,
.topmenu li:hover {
  background-color: #000;
}

.topmenu li a {
  display: inline-block;
  width: 80px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #a3a3a3;
  overflow: hidden;
  white-space: nowrap;
}

.topmenu li.active a,
.topmenu li:hover a {
  color: #fff;
}
.topmenu_container {
  transition: height .4s;
}

.pageHeader {
  padding: 18px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.breadcrumbs {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.breadcrumbs > svg.icon {
  display: inline-block;
  margin-right: .3em;
  font-size: 24px;
}
.breadcrumbs a {
  color: #666;
  font-size: 16px;
}
.breadcrumbs a:hover {
  color: #333;
}

.banner {
  background-size: cover !important;
  min-height: 300px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_caption {
  text-align: center;
  padding: 30px 15% 20px;
}

.banner_title {
  min-height: 46px;
  line-height: 46px;
  font-size:36px;
  margin: 13px 0;
  font-weight: bold;
}
.banner_desc {
  font-size:18px;
  line-height: 26px;
  margin: 10px 0
}
.banner_subDesc {
  font-size:14px;
}

.content {
  background-color: #f8f8f8;
}

.sidebarArticles_title {
  color: #666;
  font-size: 18px;
}
.sidebarArticles_title .icon {
  color: #fff;
}

.sidebarArticles_title > span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.sidebarArticles_title_iconBg {
  width: 24px;
  border-radius: 24px;
  background-color: #ff0100;
  padding-left: 3px;
}

.sidebarArticles_more {
  font-size: 14px;
  color: #666;
}
.sidebarArticles_more:hover {
  color: #333;
}

.sidebarArticlesItem {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ccc;
}

.sidebarArticlesItem img {
  display: block;
}
.sidebarArticlesItem .media-body {
  overflow: hidden;
}

.sidebarArticlesItem_title {
  color: #666;
  display: block;
  height: 38px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.sidebarArticlesItem_title:hover {
  color: #333;
}

.sidebarArticlesItem_desc {
  display: block;
  font-size: 12px;
  color: #999;
}

.subject {
  border-top: 1px solid #EFEFEF;
  padding: 14px 0 25px;
}
.subject-list {
  padding-bottom: 10px;
}
.subject header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.subject header h3 {
  color: #333;
  font-size: 18px;
}
.subject header a {
  color: #666;
}
.subject header a:hover {
  color: #333;
}
.subject > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.subjectList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.subjectListItem {
  padding: 0 7px;
  width: 100%;
  flex: 0 0 20%;
  max-width: 20%;
}
.subjectListItem a:hover {
  color: #333;
}
.subjectListItem_icon {
  margin-right: 1em;
}
.subjectListItem_title,
.subjectListItem_desc {
  color: #333;
  font-weight: 500;
  display: block;
}
.subjectListItem_extra {
  color: #666;
  font-size: 12px;
  margin-top: 8px;
  display: block;
}
.subjectListItem_extra a {
  color: #666;
}
.subjectListItem .media {
  padding-bottom: 30px;
  position: relative;
}
.subjectListItem .media::after {
  display: block;
  content: "";
  position: absolute;
  left: 80px;
  right: 0;
  bottom: 14px;
  border-bottom: 1px solid #efefef;
}
.subjectListItem .media + .media::after {
  display: none;
}
.subjectListItem .media-body {
  overflow: hidden;
  padding-top: 8px;
}
.subject_cardItem {
  padding: 0 10px;
  margin-bottom: 15px;
}
.subject_cardItem-software .card {
  padding-top: 30px;
}
.subject_cardItem .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 345px;
}
.cardItem {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cardItem .card {
  border: none;
  border-radius: 10px;
}
.subjectItem_icon {
  display: block;
  margin: 0 auto;
  width: 114px;
  height: 114px;
}
.subjectItem_titleWrap {
  margin: 15px 20px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subjectItem_title {
  text-align: center;
  color: #333;
  font-weight: 500;
}
.subjectItem_title:hover {
  color: #333;
}
.subjectItem_extra {
  text-align: center;
  color: #666;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
.subjectItem_desc {
  color: #666;
  display: block;
  margin: 0 20px;
  height: 62px;
}
.subjectItem_tag {
  position: absolute;
  top: 0;
  right: 15px;
  width: 22px;
  height: 60px;
}
.subjectItem_tag-heji {
  background: url(../img/icon_tag_heji.png) no-repeat;
}
.subjectItem_tag-zhuanti {
  background: url(../img/icon_tag_zhuanti.png) no-repeat;
}
.subject .subject_cardItem {
  padding-left: 0;
  padding-right: 20px;
}

.subject .subject_cardItem:last-child {
  padding-right: 0;
}

.article {
  font-size: 16px;
}
.article h3,
.article p.introTit {
  font-size: 24px;
  position: relative;
  line-height: 32px;
  padding-left: 1em;
  margin: 1em 0;
}
.article h3::before,
.article p.introTit::before {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  height: 32px;
  border-left: 8px solid #666;
}
.article p,
.article div {
  line-height: 32px;
}
.article p + p,
.article div + div,
.article p + div,
.article div + p {
  margin-top: 1em;
}
.article img {
  max-width: 100%;
}

.footer {
  background-color: #000;
  color: #707070;
  font-size: 12px;
  padding: 20px 0 40px;
}

.footer a {
  color: #707070;
}
.footer_main {
  justify-content: space-between;
}
.footer_logo {
  float: left;
  margin-top: 20px;
}

.footer_right {
  float: right;
  margin-top: 20px;
  text-align: right;
}

.footer_links {
  margin-bottom: 8px;
}

.footer_links a {
  padding: 0 15px;
  position: relative;
}
.footer_links a:hover {
  color: #fff;
}

.footer_links a + a {
  border-left: 1px solid #707070;
}

.footer_links a:last-of-type {
  padding-right: 0;
}
.footer_record-bottom {
  display: none;
}
.footer_extra {
  max-width: 404px;
}
.footer_statement {
  margin-top: 32px;
}

.pagebox {
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 58px;
  margin-bottom: 58px;
}
.pagebox .bookpage_a {
  display: inline-block;
}
.pagebox .bookpage_a li{
  float: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 10px;
}

.pagebox li:last-child {
  margin-right: 0;
}

.pagebox a {
  color: #666;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.pagebox .next::after{
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/static/mac/img/icon_page_next@2x.png);
  background-size: auto 16px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagebox .prev::after{
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/static/mac/img/icon_page_pre@2x.png);
  background-size: auto 16px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagebox .active {
  background-color: #333;
}

.pagebox .active a {
  color: #fff;
}

.software_list li::after,
.software_list_mobile li::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  right: 0;
  top: 0;
  background-size: 100%;
}

.software_list .top::after,
.software_list_mobile .top::after {
  background-image: url(/static/mac/img/icon_hottag_jp@2x.png);
}

.software_list .hot::after,
.software_list_mobile .hot::after{
  background-image: url(/static/mac/img/icon_hottag_hot@2x.png);
}

.software_list .new::after,
.software_list_mobile .new::after {
  background-image: url(/static/mac/img/icon_hottag_new@2x.png);
}
.software_list_mobile,
.cards_mobile {
  margin-top: 20px;
}
.software_list_mobile .software_list_mobile_item,
.cards_mobile .cards_mobile_item {
  display: flex;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.software_list_mobile_content,
.cards_mobile_content {
  position: relative;
  flex: 1;
  padding-bottom: 20px;
  text-indent: 0;
}

.cards_mobile_content {
  padding-bottom: 0;
}

.software_list_mobile_icon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.cards_mobile_img {
  margin-right: 15px;
}

.cards_mobile_img,
.cards_mobile_img img {
  width: 124px;
  height: 60px;
}

.software_list_mobile_icon img {
  width: 100%;
  height: auto;
}

.software_list_mobile_content .software_list_edition {
  bottom: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.software_list_mobile_content .subjectItem_extra {
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
}

.software_list_mobile_content .subjectItem_desc {
  margin-left: 0;
  margin-right: 0;
  height: auto;
}

.cards_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}
.card_photo {
  display: block;
  height: 180px;
}
.padding_bottom_20 {
  padding-bottom: 20px;
}
.light-box{ position:fixed; top:0; z-index:999999999; width:100%; height:100%;background:rgba(0,0,0,.9)}
.light-box>div{height:100%;width:100%;overflow: hidden;margin:0 auto;}
.light-box ul,.light-box li{ height:100%; width:100%;}
.light-box .swiper-slide img {line-height:100%;max-width:100%;max-height:80%;}
.light-box .swiper-slide {text-align: center;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-box-pack: center;-webkit-box-align: center;}
.light-box .swiper-container-horizontal>.swiper-pagination{right:2rem!important;top:2rem!important;display:inline;width:auto;height:1.8rem;text-align:right;color: #c5c5c5;font-style: italic;}
.light-box .swiper-pagination-current{font-size:1.8rem;color:#fff;}
.light-box .close{display:block;width:30px;height:30px;overflow:hidden;position:absolute;left:1rem;top:2rem;font-size:0;z-index:99999;cursor:pointer;}
.light-box .close:before,.light-box .close:after{content:'';position:absolute;left:1.2rem;top:.2rem;display:block;width:.13rem;height:1.8rem;background:#ccc;font-size:0;vertical-align: middle;}
.light-box .close:before{-webkit-transform: rotate(45deg);}
.light-box .close:after{-webkit-transform: rotate(-45deg);}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
@media (max-width: 992px) {
  .header_mMenu {
    display: inline-block;
  }
  .header_nav {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  .container-sm-p-0 {
    padding: 0 !important;
  }
  .container-sm-p-0 header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .topmenu li {
    flex: 25%;
    padding: 8px 0;
    text-align: center;
  }
  .topmenu_toggle {
    display: block;
  }
  .topmenu_container {
    height: 0;
  }
  .topmenu-open .topmenu_container {
    height: auto;
    padding-bottom: .5em;
  }
  .breadcrumbs a {
    color: #333;
  }

  .subjectList {
    flex-wrap: nowrap;
  }

  .subject .swiper-wrapper {
    min-height: 150px;
  }
  .subject .swiper-container {
    width: 100%;
    height: 100%;
  }

  .subjectListItem {
    flex: none;
    max-width: inherit;
  }
  
  .subject .subject_cardItem {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .subject .subject_cardItem .card_photo {
    display: block;
    height: 180px;
  }
  .subject .swiper-slide {
    width: 90%;
  }
  .footer_links a {
    color: #fff;
  }
  .footer_right {
    width: 100%;
    text-align: center;
  }
  .footer_logo {
    width: 100%;
    text-align: center;
  }
  .footer_links {
    padding-top: 10px;
  }
  .footer_links a {
    border: none !important;
    display: inline-block;
    margin-bottom: 10px;
    width: 34%;
  }
  .footer_links a:last-of-type {
    padding-right: 15px;
  }
  .footer_record {
    display: none;
  }
  .footer_record-bottom {
    display: inline;
  }
  .footer_statement {
    margin: 0 0 10px;
  }
  .footer_bottom {
    text-align: center;
    text-indent: -10px;
  }
  .footer_extra {
    max-width: 270px;
    margin: 0 auto;
  }
}