@import url(../lib/icomoon/style.css);@charset "UTF-8";

.mobile-style {
  display: none;
}

nav.navbar-inverse .navbar-nav ul li.produce-nav-list .glyphicon {
  color: #666;
}

nav.navbar-inverse .navbar-nav ul li.produce-nav-list:hover .glyphicon {
  color: #1DA495;
}

.pageBody {
  background: #ffffff;
}

nav.navbar-inverse {
  height: 70px;
  background: #fff;
  position: absolute;
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

nav.navbar-inverse .logo {
  background: url("../images/layout/logo2.png") no-repeat center;
}

nav.navbar-inverse .logo a {
  background: url("../images/layout/logo2.png") no-repeat center;
}

nav.navbar-inverse .navbar-nav ul li a {
  color: #666666;
}

nav.navbar-inverse .navbar-nav ul li a:hover {
  text-decoration: none;
  color: #1DA495;
  border-bottom: 2px solid #1DA495;
}

nav.navbar-inverse .navbar-nav ul li.produce-nav-list .glyphicon {
  color: #666;
}

nav.navbar-inverse .navbar-nav ul li.produce-nav-list:hover .glyphicon {
  color: #1DA495;
}

nav.navbar-inverse .navbar-nav ul li.search-li .search-button i {
  color: #666;
}

nav.navbar-inverse .navbar-nav ul li.search-li .search-button i:hover {
  color: #1DA495;
}

nav.navbar-inverse .navbar-nav ul li.search-li .search .input-group .input-group-btn .search-btn i {
  color: #666;
}

nav.navbar-inverse .navbar-nav ul li.search-li .search .input-group {
  border-bottom: 1px solid #666;
}

nav.navbar-inverse .navbar-nav ul li.search-li .search .close-search {
  color: #666;
}

.article {
  word-break: break-word;
}

.article .nav {
  color: #333333;
  padding: 12px;
  background-color: #edf4fa;
}

.article .nav em::before {
  top: inherit;
}

.article .nav a {
  color: #0066cb;
  font-size: 14px;
}

.article .nav span {
  color: #333333;
  font-size: 14px;
}

.article .editor-model {
  flex: 1;
  margin: 37px 20px 0;
  /*padding-right: 60px;*/
}

.article .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.article .content .subject .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: inherit;
}

.article .content .subject .news {
  color: #666666;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e7e7e7;
}

.article .content .subject .news a {
  color: #0F6FCD;
}

.article .content .subject .content_box {
  padding: 25px 0px 62px 0px;
  line-height: 26px;
  position: relative;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.article .content .subject .content_box .down-banner {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 21px;
  background: #fff;
  margin-bottom: 10px;
}

.article .content .subject .content_box .down-banner .img {
  width: 80px;
  height: 73px;
}

.article .content .subject .content_box .down-banner .text-box .title {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
}

.article .content .subject .content_box .down-banner .text-box .text {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.article .content .subject .content_box .down-banner .link-box {
  font-family: "Microsoft YaHei",寰蒋闆呴粦,"Microsoft JhengHei",鍗庢枃缁嗛粦,STHeiti,MingLiu;
  margin: 0;
}

.article .content .subject .content_box .down-banner .link-box .down-box {
  text-align: center;
}

.article .content .subject .content_box .down-banner .link-box .down-box .down_one {
  text-align: left;
  padding: 17px 20px;
}

.article .content .subject .content_box .down-banner .link-box .down-box .down_two {
  margin-top: 4px;
}

@media (max-width: 1086px) {
  .article .content .subject .content_box .down-banner {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .article .content .subject .content_box .down-banner .link-box {
    margin: 20px auto -10px !important;
  }
}

@media (max-width: 415px) {
  .article .content .subject .content_box .down-banner .img {
    width: 58px;
    height: 64px;
  }

  .article .content .subject .content_box .down-banner .text-box {
    width: 73%;
  }

  .article .content .subject .content_box .down-banner .text-box .title {
    font-size: 21px;
  }

  .article .content .subject .content_box .down-banner .text-box .text {
    font-size: 12px;
    line-height: 19px;
  }

  .article .content .subject .content_box .down-banner .link-box .down-box .down_one {
    font-size: 14px;
    padding: 5px 1px;
    width: 144px;
  }

  .article .content .subject .content_box .down-banner .link-box .down-box .down_one .icon-mac,
  .article .content .subject .content_box .down-banner .link-box .down-box .down_one .icon-win {
    position: relative;
    left: 10px;
  }

  .article .content .subject .content_box .down-banner .link-box .down-box .down_one .icon-down-2 {
    width: 12px;
  }

  .article .content .subject .content_box .down-banner .link-box .down-box .down_one .icon-down-2:before {
    top: -18px;
  }

  .article .content .subject .content_box .down-banner .link-box .down-box .down_one .icon-down-line {
    height: 42px;
    left: 24px;
  }

  .article .content .subject .content_box .down-banner .link-box .down-box .down_two {
    font-size: 12px;
  }
}

.article .content .subject .content_box .banner-idr {
  -o-border-image: linear-gradient(180deg, #00855C, #05B470) 2 2;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#00855C), to(#05B470)) 2 2;
     border-image: linear-gradient(180deg, #00855C, #05B470) 2 2;
}

.article .content .subject .content_box .banner-idr .img {
  background: url("../images/article/js-banner/idr-banner-icon-1.svg") no-repeat;
}

.article .content .subject .content_box .banner-idr .text-box .title {
  color: #3C8F65;
}

.article .content .subject .content_box .banner-adr {
  -o-border-image: linear-gradient(0deg, #00855C, #05B470) 2 2;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#00855C), to(#05B470)) 2 2;
     border-image: linear-gradient(0deg, #00855C, #05B470) 2 2;
}

.article .content .subject .content_box .banner-adr .img {
  background: url("../images/article/js-banner/adr-banner-icon-1.svg") no-repeat;
}

.article .content .subject .content_box .banner-adr .text-box .title {
  color: #2EAC5D;
}

.article .content .subject .content_box .banner-sr {
  -o-border-image: linear-gradient(0deg, #2F96AA, #2FA995) 2 2;
     border-image: -webkit-gradient(linear, left bottom, left top, from(#2F96AA), to(#2FA995)) 2 2;
     border-image: linear-gradient(0deg, #2F96AA, #2FA995) 2 2;
}

.article .content .subject .content_box .banner-sr .img {
  background: url("../images/article/js-banner/sr-banner-icon-1.svg") no-repeat;
}

.article .content .subject .content_box .banner-sr .text-box .title {
  color: #2F96AA;
}

.article .content .subject .content_box .banner-idrex {
  -o-border-image: linear-gradient(180deg, #00855C, #05B470) 2 2;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#00855C), to(#05B470)) 2 2;
  border-image: linear-gradient(180deg, #00855C, #05B470) 2 2;
}

.article .content .subject .content_box .banner-idrex .img {
  background: url("../images/article/js-banner/idr-banner-icon-1.svg") no-repeat;
}

.article .content .subject .content_box .banner-idrex .text-box .title {
  color: #3C8F65;
}

.article .content .subject .content_box .down-banner-foot {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 0 21px;
  margin-bottom: 10px;
}

.article .content .subject .content_box .down-banner-foot .img {
  width: 148px;
  height: 135px;
}

.article .content .subject .content_box .down-banner-foot .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article .content .subject .content_box .down-banner-foot .right .text-box {
  margin-right: 20px;
}

.article .content .subject .content_box .down-banner-foot .right .text-box .text {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}

.article .content .subject .content_box .down-banner-foot .right .link-box {
  font-family: "Microsoft YaHei",寰蒋闆呴粦,"Microsoft JhengHei",鍗庢枃缁嗛粦,STHeiti,MingLiu;
  margin: 0;
}

.article .content .subject .content_box .down-banner-foot .right .link-box .down-box {
  text-align: center;
}

.article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_one {
  text-align: left;
  padding: 17px 20px;
}

.article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_two {
  margin-top: 4px;
  color: #fff;
}

@media (max-width: 1086px) {
  .article .content .subject .content_box .down-banner-foot {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 769px) {
  .article .content .subject .content_box .down-banner-foot .right {
    width: 70%;
  }

  .article .content .subject .content_box .down-banner-foot .right .text-box .text {
    font-size: 20px;
  }
}

@media (max-width: 415px) {
  .article .content .subject .content_box .down-banner-foot .img {
    width: 125px;
    height: 118px;
    max-width: 40%;
  }

  .article .content .subject .content_box .down-banner-foot .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
  }

  .article .content .subject .content_box .down-banner-foot .right .text-box .text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_one {
    font-size: 14px;
    padding: 5px 1px;
    width: 144px;
  }

  .article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_one .icon-mac,
  .article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_one .icon-win {
    position: relative;
    left: 10px;
  }

  .article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_one .icon-down-2 {
    width: 12px;
  }

  .article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_one .icon-down-2:before {
    top: -18px;
  }

  .article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_one .icon-down-line {
    height: 42px;
    left: 24px;
  }

  .article .content .subject .content_box .down-banner-foot .right .link-box .down-box .down_two {
    font-size: 12px;
  }
}

@media (max-width: 321px) {
  .article .content .subject .content_box .down-banner-foot .right .text-box .text {
    font-size: 15px;
  }
}

.article .content .subject .content_box .banner-foot-idr {
  background: url("../images/article/js-banner/idr-bg.png");
}

.article .content .subject .content_box .banner-foot-idr .img {
  background: url("../images/article/js-banner/idr-banner-icon-2.svg") no-repeat;
}

@media (max-width: 415px) {
  .article .content .subject .content_box .banner-foot-idr {
    background: url("../images/article/js-banner/idr-bg-s.png");
  }
}

.article .content .subject .content_box .banner-foot-idrex {
  background: url("../images/article/js-banner/idr-bg.png");
}

.article .content .subject .content_box .banner-foot-idrex .img {
  background: url("../images/article/js-banner/idr-banner-icon-2.svg") no-repeat;
}

@media (max-width: 415px) {
  .article .content .subject .content_box .banner-foot-idrex {
    background: url("../images/article/js-banner/idr-bg-s.png");
  }
}

.article .content .subject .content_box .banner-foot-adr {
  background: url("../images/article/js-banner/adr-bg.png");
}

.article .content .subject .content_box .banner-foot-adr .img {
  background: url("../images/article/js-banner/adr-banner-icon-2.svg") no-repeat;
}

@media (max-width: 415px) {
  .article .content .subject .content_box .banner-foot-adr {
    background: url("../images/article/js-banner/adr-bg-s.png");
  }
}

.article .content .subject .content_box .banner-foot-sr {
  background: url("../images/article/js-banner/sr-bg.png");
}

.article .content .subject .content_box .banner-foot-sr .img {
  background: url("../images/article/js-banner/sr-banner-icon-2.svg") no-repeat;
}

@media (max-width: 415px) {
  .article .content .subject .content_box .banner-foot-sr {
    background: url("../images/article/js-banner/sr-bg-s.png");
  }
}

.article .content .subject .content_box p.conter {
  text-align: center;
}

.article .content .subject .content_box p.conter video {
  width: 100%;
  height: auto;
}

.article .content .subject .content_box .ul_list_tyle {
  list-style-type: disc;
  padding-left: 40px;
}

.article .content .subject .content_box .list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article .content .subject .content_box .list p {
  margin-bottom: 10px;
}

.article .content .subject .content_box .list ul {
  padding: 0;
}

.article .content .subject .content_box .list ul li {
  margin-bottom: 0;
  color: #333;
}

.article .content .subject .content_box .list ul li a {
  color: #0066cb;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

.article .content .subject .content_box .list ul li a:hover {
  opacity: 0.8;
}

.article .content .subject .content_box .summary {
  border: 1px dashed #eaeaea;
  padding: 20px 30px;
  line-height: 26px;
  margin-bottom: 35px;
  -webkit-box-shadow: 2px 2px 6px #969696;
          box-shadow: 2px 2px 6px #969696;
}
.article .content .subject .content_box p.gray-box{
  padding: 10px;
  line-height: 30px;
  font-style: italic;
  background: #e6e6e6;
}

.article .content .subject .content_box .dashed-box{
  padding: 10px 10px;
  border: 2px dashed #ffa800;
  background-color: rgba(255, 152, 0, 0.08);
  list-style: disc;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.article .content .subject .content_box div.dashed-box{
  margin-bottom: 12px;
  margin-top: 12px;
}

/*.article .content .subject .content_box p {*/
/*  color: #333;*/
/*  line-height: 1.8;*/
/*  font-size: 16px;*/
/*  margin-bottom: 12px;*/
/*  text-rendering: optimizelegibility;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  font-weight: 400;*/
/*}*/

.article .content .subject .content_box p a {
  color: #0066cb;
}

.article .content .subject .content_box p a:hover {
  color: rgba(0, 102, 203, 0.8);
}

/*.article .content .subject .content_box h2 {*/
/*  position: relative;*/
/*  font-size: 20px;*/
/*  color: #000;*/
/*  text-indent: 14px;*/
/*  padding: 10px 20px;*/
/*  background-color: #DFECEA;*/
/*  font-weight: bold;*/
/*}*/

/*.article .content .subject .content_box h2::before {*/
/*  content: '';*/
/*  display: inline-block;*/
/*  width: 3px;*/
/*  height: 80%;*/
/*  background-color: #00aeff;*/
/*  position: absolute;*/
/*  left: 12px;*/
/*  top: 4px;*/
/*}*/

/*.article .content .subject .content_box h3 {*/
/*  font-size: 16px;*/
/*  color: #000;*/
/*  line-height: 20px;*/
/*  font-weight: bold;*/
/*  border-top: 1px solid #f2f2f2;*/
/*  border-bottom: 1px solid #f2f2f2;*/
/*  background: #f9f9f9;*/
/*  padding: 10px 20px;*/
/*}*/

/*.article .content .subject .content_box img {*/
/*  max-width: 100%;*/
/*  display: block;*/
/*  margin: 0 auto 11px;*/
/*}*/

.article .content .subject .content_box .top_bottom {
  background-color: #f5f5f5;
  padding: 20px 20px;
}

.article .content .subject .content_box .solution-nav {
  padding: 8px 0px;
}

.article .content .subject .content_box .solution-nav li {
  list-style: none;
}

.article .content .subject .content_box .solution-nav li:last-child {
  margin-bottom: inherit;
}

.article .content .subject .content_box .solution-nav li a {
  font-size: 16px;
  padding-left: 20px;
  color: #0066cb;
  position: relative;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

.article .content .subject .content_box .solution-nav li a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 14px;
  background-color: #999999;
  position: absolute;
  left: 0px;
  top: 2px;
}

.article .content .subject .content_box .solution-nav li a:hover {
  color: #3A98F6;
}

.article .content .subject .content_box .solution-nav li a:hover::before {
  background-color: #3A98F6;
}

.article .content .rebottom {
  width: 100%;
}

.article .content .rebottom .a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article .content .rebottom .a-box a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
}

.article .content .rebottom .a-box a span {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
}

.article .content .rebottom .a-box a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.article .content .rebottom .a-box a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.article .content .popular {
  position: sticky;
  top: 20px;
  flex: 0 0 284px;
}

.article .content .popular .r_cont {
  position: relative;
  margin-bottom: 20px;
}

.article .content .popular .r_cont a {
  display: block;
  width: 100%;
}

.article .content .popular .r_cont a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .content .popular .pro {
  text-align: center;
  margin-bottom: 20px;
}

.article .content .popular .pro .pic {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.article .content .popular .pro .pic img {
  width: 100%;
  height: 100%;
}

.article .content .popular .pro .desc {
  color: #888888;
  font-size: 14px;
  margin: 10px auto 0;
  padding: 0px 10px;
}

.article .content .popular .pro .win_mac a {
  display: inline-block;
  padding: 14px 21px;
  border-radius: 3px;
  background-color: #3A98F6;
  border: 1px solid #3A98F6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 0px auto 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.article .content .popular .pro .win_mac a::before {
  margin-right: 15px;
}

.article .content .popular .pro .win_mac a:last-child {
  margin-bottom: inherit;
}

.article .content .popular .pro .win_mac a:hover {
  background-color: #fff;
  color: #3A98F6;
}

.article .content .popular .related {
  padding: 16px 15px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  display: none;
}

.article .content .popular .related .name {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  float: left;
}

.article .content .popular .related .close {
  float: right;
  font-size: 16px;
}

.article .content .popular .hot-out.fixed {
  /*position: fixed;*/
  /*top: 158px;*/
  /*width: 286px;*/
}

.article .content .popular .hot-down-box.fixed {
  position: fixed;
  top: 20px;
  width: 286px;
}

.article .content .popular .hot-out.absolute {
  position: absolute;
  width: 286px;
}

.article .content .popular .hot-down-box.absolute {
  position: absolute;
  width: 286px;
}

.article .content .popular dl {
  margin-bottom: inherit;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
}

.article .content .popular dl:last-child {
  margin-bottom: inherit;
}

.article .content .popular dl dt {
  color: #333333;
  font-size: 18px;
  padding: 13px 0px;
  width: 88%;
  margin: auto;
  text-align: left;
}

.article .content .popular dl dt a {
  color: #333333;
  font-size: 18px;
}

.article .content .popular dl dt a:hover {
  color: #0066cb;
}

.article .content .popular dl dd {
  width: 88%;
  margin: auto;
  padding-top: 10px;
  overflow: hidden;
  padding-left: 13px;
  position: relative;
  text-align: left;
}
.article .content .popular dl dd a {
  display:flex;
  align-items: flex-start;
}
.article .content .popular dl dd a::before {
  flex-shrink: 0;
  content: '';
  display: inline-block;
  margin-right: 10px;
  margin-top: 8px;
  /*-webkit-transform: rotate(45deg);*/
  /*        transform: rotate(45deg);*/
  /*position: absolute;*/
  /*left: -4px;*/
  /*top: 24px;*/
}

.article .content .popular dl dd a:hover {
  color: #3A98F6;
}

.article .content .popular dl dd a:hover::before {
  background-color: #3A98F6;
}

.article .content .popular dl dd:nth-child(2) {
  border-top: 1px dashed #e7e7e7;
}

.article .content .popular dl dd:last-child {
  margin-bottom: 17px;
}

.article .content .popular dl dd a {
  color: #999999;
  font-size: 14px;
}

.article .content .popular .hot dt::before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 35px;
  background: url("../images/article/hot.svg") no-repeat center center;
  float: left;
  background-size: 100%;
  margin-right: 20px;
  position: relative;
  top: -5px;
}

.link-box {
  margin: 20px 0 20px;
}

.link-box .down {
  display: inline-block;
  background: #086df5;
  color: #fff;
  margin-right: 10px;
  padding: 0px 27px;
  border-radius: 6px;
  font-size: 18px;
  position: relative;
}

.link-box .down i {
  margin-left: 10px;
}

.link-box .down:hover .hide-cont {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.link-box .down .surface {
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  width: 100%;
  font-size: 18px;
}

.link-box .down .hide-cont {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 200ms;
  transition: 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background: #086df5;
}

.link-box .down .hide-cont a {
  color: #fff6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  border-radius: unset;
  text-decoration: none;
}

.link-box .down .hide-cont a em {
  margin-right: 10px;
}

.link-box .down .hide-cont a:nth-child(2) {
  border-left: 1px dashed rgba(247, 248, 248, 0.77);
}

.link-box .down .hide-cont a:hover {
  color: #fff;
}

.link-box .more {
  background: #ffa800;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
}

.link-box .more:hover {
  background: #ee9d00;
}

.link-box .down-box .down_two {
  color: #0066cb;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

.article .content .popular .pro .link-box .down-box .down_one {
  margin: 0 auto;
  text-align: left;
}
.product-info .p-img{object-fit: unset;}
.pageBody .article .container .down-vc-box-mac{display: none;}
@media (max-width: 768px) {
  .link-box .down-box .down_two {
    display: block;
    text-align: center;
  }

  .article .editor-model {
    width: auto;
    padding-right: 0;
  }

  .article .content .subject {
    width: 100%;
    float: inherit;
    padding-right: inherit;
  }

  .article .content .popular {
    width: 80%;
    float: inherit;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }
}

.mobile-collect-main-form-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.mobile-collect-main-form-area .mobile-collect-main-form-area-desc {
  font-size: 1.6rem;
  color: #7a7a7a;
}

@media screen and (max-width: 600px) {
  .mobile-collect-main-form-area .mobile-collect-main-form-area-desc {
    font-size: 1.4rem;
  }
}

.mobile-collect-main-form-area h2 {
  color: #7a7a7a;
  font-size: 2.1rem;
  font-family: Semibold;
}

@media screen and (max-width: 600px) {
  .mobile-collect-main-form-area h2 {
    font-size: 1.8rem;
  }
}

.mobile-collect-main-form-area .check ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .mobile-collect-main-form-area .check ul {
    padding-left: 10px;
  }
}

.mobile-collect-main-form-area .check ul li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.25rem;
}

@media screen and (max-width: 600px) {
  .mobile-collect-main-form-area .check ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.mobile-collect-main-form-area .check ul li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1.5px solid #c9caca;
  border-radius: 2px;
  margin-right: 5px;
}

.mobile-collect-main-form-area .check ul li span.check_active {
  position: relative;
  border-color: #2d8cff;
}

.mobile-collect-main-form-area .check ul li span.check_active::before {
  content: url("../images/article/is_active.svg");
  position: absolute;
  position: absolute;
  top: -5px;
  width: 18px;
  height: 12px;
  z-index: 1;
}

.mobile-collect-main-form-area .check ul li:last-child {
  -webkit-box-flex: 90%;
      -ms-flex: 90%;
          flex: 90%;
}

.mobile-collect-main-form-area .check ul li:last-child div {
  display: none;
  width: 55%;
  margin-right: 10px;
}

.mobile-collect-main-form-area .check ul li:last-child div input {
  height: 22px !important;
  border: 1.5px solid #2d8cff;
}

.mobile-collect-main-form-area .device-mark,
.mobile-collect-main-form-area .android-edition {
  margin-top: 3rem;
}

.mobile-collect-main-form-area .device-mark div,
.mobile-collect-main-form-area .android-edition div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
}

.mobile-collect-main-form-area .device-mark div input,
.mobile-collect-main-form-area .android-edition div input {
  width: 90%;
  height: 4.7125rem !important;
}

.mobile-collect-main-form-area .buttons {
  margin-top: 5.75rem;
  padding-left: 1.5625rem;
}

@media (max-width: 600px) {
  .mobile-collect-main-form-area .buttons {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
}

.mobile-collect-main-form-area .buttons a {
  display: inline-block;
  background-color: #2d8cff;
  color: #fff;
  text-align: center;
  line-height: 44px;
  border-radius: .8125rem;
  width: 139px;
  height: 44px;
  font-size: 1.6rem;
  font-weight: 600;
}

.mobile-collect-main-form-area .buttons a.reset {
  margin-left: 2.5rem;
}

.mobile-collect-main-form-area .buttons a:link,
.mobile-collect-main-form-area .buttons a:hover {
  text-decoration: none;
}

.mobile-collect-main-form-area .buttons .tips {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #ed1c24;
  font-family: bold;
}

@media (max-width: 600px) {
  .mobile-collect-main-form-area .buttons .tips {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .mobile-collect-main-form-area {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

