body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > img {
  display: none;
}
body .content {
  width: 100vw;
  background-color: #ffffff;
  padding: 18px 0;
}
body .content .wrap .new-list > a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  background-color: #0370e8;
  color: #ffffff;
  padding: 0 20px;
  margin-bottom: 20px;
}
body .content .wrap .new-list > a h5 {
  font-size: 15px;
}
body .top {
  padding-bottom: 0;
  position: absolute;
  top: 140px;
}
body .top .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
body .top .wrap .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #0370e8;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  max-width: 750px;
}
body .top .wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 154px;
  transform: translate(-546px, -123px);
}
body .top .wrap .right a {
  display: block;
  transition: transform 0.1s linear;
}
body .top .wrap .right a img {
  margin: 7px 2px 0 0;
  width: 26px;
}
body .top .wrap .right a span {
  color: #212121;
  line-height: 40px;
}
body .top .wrap .right a:hover {
  transform: scale(1.1);
}
body .top .wrap .no_subscribe-column {
  display: none;
  position: absolute;
  top: -18px;
  right: 34px;
  z-index: 999;
  background-color: #0370e8;
}
body .top .wrap .no_subscribe-column li a {
  display: block;
  width: 100px;
  height: 43px;
  text-align: center;
  font-size: 20px;
  line-height: 43px;
  color: #FFFFFF;
}
body .top .wrap .no_subscribe-column li a:hover {
  background-color: #00BAEC;
}
body .main .wrap {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .main .wrap .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 60px;
}
body .main .wrap .left .article-box {
  width: 750px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
body .main .wrap .left .article-box .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
body .main .wrap .left .article-box .article .pic {
  width: 750px !important;
  height: 422px !important;
}
body .main .wrap .left .article-box .article h6 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: 36px 0;
}
body .main .wrap .left .article-box .article .msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
body .main .wrap .left .article-box .article .msg u,
body .main .wrap .left .article-box .article .msg i,
body .main .wrap .left .article-box .article .msg b {
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #212121;
}
body .main .wrap .left .article-box .article .msg b {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
body .main .wrap .left .article-box .article .article-content {
  position: relative;
  padding-bottom: 40px;
}
body .main .wrap .left .article-box .article .article-content p {
  font-size: 18px;
  line-height: 36px;
  margin-top: 9px;
  text-align: justify;
}
body .main .wrap .left .article-box .article .article-content p img {
  width: 715px !important;
  height: auto !important;
  max-width: 715px;
  cursor: zoom-in;
  margin-left: 17.5px;
}
body .main .wrap .left .article-box .article .article-content p video {
  width: 715px;
  max-width: 715px;
  margin-left: 17.5px;
}
body .main .wrap .left .article-box .article .article-content figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
body .main .wrap .left .article-box .article .article-content figure img {
  width: 715px !important;
  height: auto !important;
  max-width: 715px;
  cursor: zoom-in;
  margin-left: 17.5px;
}
body .main .wrap .left .article-box .article .article-content > div {
  font-size: 18px;
  line-height: 36px;
  text-indent: 1em;
}
body .main .wrap .left .article-box .article .article-content > div:nth-of-type(1) {
  margin-top: 36px;
}
body .main .wrap .left .article-box .article .article-content > img {
  width: 750px;
  max-width: 750px;
}
body .main .wrap .left .article-box .article .article-content .copyright-msg {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #2b2b2b;
  font-size: 12px;
}
body .main .wrap .left .recommend {
  width: 750px;
  padding-bottom: 12px;
  margin-top: 20px;
  margin-bottom: 6px;
}
body .main .wrap .left .recommend .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .main .wrap .left .recommend .new-list-content a:not(.big),
body .main .wrap .left .recommend .new-list-content a:not(.small) {
  display: block;
  position: relative;
  width: 360px;
  height: 335px;
  background-color: #f5f5f5;
  margin-bottom: 32px;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) .img-box,
body .main .wrap .left .recommend .new-list-content a:not(.small) .img-box {
  width: 360px;
  height: 202.5px;
  overflow: hidden;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) .img-box img,
body .main .wrap .left .recommend .new-list-content a:not(.small) .img-box img {
  width: 360px;
  height: 202.5px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) h6,
body .main .wrap .left .recommend .new-list-content a:not(.small) h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 12px 0 12px;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) u,
body .main .wrap .left .recommend .new-list-content a:not(.small) u {
  position: absolute;
  left: 12px;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) .share-button,
body .main .wrap .left .recommend .new-list-content a:not(.small) .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) .share-button i,
body .main .wrap .left .recommend .new-list-content a:not(.small) .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) .share-button i::before,
body .main .wrap .left .recommend .new-list-content a:not(.small) .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .main .wrap .left .recommend .new-list-content a:not(.big) .share-button:hover,
body .main .wrap .left .recommend .new-list-content a:not(.small) .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .main .wrap .left .recommend .new-list-content a:not(.big):nth-of-type(odd),
body .main .wrap .left .recommend .new-list-content a:not(.small):nth-of-type(odd) {
  margin-right: 30px;
}
body .main .wrap .left .recommend .new-list-content a:not(.big):nth-last-of-type(1),
body .main .wrap .left .recommend .new-list-content a:not(.small):nth-last-of-type(1),
body .main .wrap .left .recommend .new-list-content a:not(.big):nth-last-of-type(2),
body .main .wrap .left .recommend .new-list-content a:not(.small):nth-last-of-type(2) {
  margin-bottom: 0;
}
body .main .wrap .left .recommend .new-list-content a:not(.big):hover .img-box img,
body .main .wrap .left .recommend .new-list-content a:not(.small):hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .main .wrap .left .recommend .new-list-content a:not(.big):hover h6,
body .main .wrap .left .recommend .new-list-content a:not(.small):hover h6 {
  color: #0370e8;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 750px;
  height: 202.5px;
  background-color: #f5f5f5;
  margin-bottom: 32px;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] .img-box {
  width: 360px;
  height: 202.5px;
  overflow: hidden;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] .img-box img {
  width: 360px;
  height: 202.5px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] h6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  line-height: 31px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 18px 0 18px;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] span {
  display: block;
  width: 354px;
  height: 66px;
  position: absolute;
  left: 378px;
  top: 90px;
  text-decoration: none;
  color: #53585c;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: 2em;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] u {
  position: absolute;
  left: 378px;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .main .wrap .left .recommend .new-list-content a[class="big"] .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .main .wrap .left .recommend .new-list-content a[class="big"]:nth-of-type(odd) {
  margin-right: 30px;
}
body .main .wrap .left .recommend .new-list-content a[class="big"]:nth-last-of-type(1),
body .main .wrap .left .recommend .new-list-content a[class="big"]:nth-last-of-type(2) {
  margin-bottom: 0;
}
body .main .wrap .left .recommend .new-list-content a[class="big"]:hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .main .wrap .left .recommend .new-list-content a[class="big"]:hover h6 {
  color: #0370e8;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] {
  display: block;
  position: relative;
  width: 230px;
  height: 264px;
  background-color: #f5f5f5;
  margin-bottom: 0;
  margin-right: 30px;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] .img-box {
  width: 230px;
  height: 130px;
  overflow: hidden;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] .img-box img {
  width: 230px;
  height: 130px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 12px 0 12px;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] u {
  position: absolute;
  left: 12px;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .main .wrap .left .recommend .new-list-content a[class="small"] .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .main .wrap .left .recommend .new-list-content a[class="small"]:nth-last-of-type(1) {
  margin-right: 0;
}
body .main .wrap .left .recommend .new-list-content a[class="small"]:hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .main .wrap .left .recommend .new-list-content a[class="small"]:hover h6 {
  color: #0370e8;
}
body .main .wrap .left .recommend .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}
body .main .wrap .left .recommend .more a {
  color: #0370e8;
}
body .main .wrap .right {
  width: 375px;
}
body .main .wrap .right .adv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  justify-content: center;
}
body .main .wrap .right .adv a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .main .wrap .right .adv a img {
  width: 718px;
}
body .main .wrap .right .rank {
  margin-bottom: 18px;
}
body .main .wrap .right .rank .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
}
body .main .wrap .right .rank .top button {
  height: 40px;
  padding: 0 18px;
  background-color: #ffffff;
  border-bottom: 4px solid #0370e8;
  color: #0370e8;
  margin-bottom: 20px;
  cursor: pointer;
}
body .main .wrap .right .rank .top .selected {
  border: 4px solid #0370e8;
  background-color: #0370e8;
  color: #ffffff;
}
body .main .wrap .right .rank .top .more {
  position: absolute;
  right: 0;
  top: 8px;
}
body .main .wrap .right .rank .top .more a {
  color: #0370e8;
}
body .main .wrap .right .rank .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 614px;
  background-color: #f5f5f5;
  padding: 16px;
  padding-bottom: 16px;
}
body .main .wrap .right .rank .new-list-content .rank-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .main .wrap .right .rank .new-list-content .week-rank {
  display: none;
}
body .main .wrap .right .pdf {
  margin: 18px 0;
}
body .main .wrap .right .pdf .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 559px;
  background-color: #f5f5f5;
  padding: 16px;
}
body .main .wrap .right .pdf .new-list-content .iframe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
}
body .main .wrap .right .pdf .new-list-content .iframe-box iframe {
  margin: 0 auto;
}
body .main .wrap .right .stock {
  margin: 18px 0;
  position: relative;
}
body .main .wrap .right .stock .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .main .wrap .right .stock .more-right-top a {
  color: #0370e8;
}
body .main .wrap .right .stock .new-list-content {
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  padding: 16px;
}
body .main .wrap .button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(638px);
  -moz-transform: translateX(638px);
  -ms-transform: translateX(638px);
  -o-transform: translateX(638px);
  transform: translateX(638px);
  bottom: 12px;
  width: 48px;
  height: 264px;
}
body .main .wrap .button-list .button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .main .wrap .button-list .button-box .button {
  height: 48px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
}
body .main .wrap .button-list .button-box span {
  font-size: 12px;
  color: #53585c;
  margin-top: 6px;
  text-align: center;
}
body .main .wrap .button-list .to-download .button {
  background-image: url(../icons/toDownload.png);
}
body .main .wrap .button-list .to-download:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .main .wrap .button-list .to-QRCode .button {
  background-image: url(../icons/toQRCode.png);
}
body .main .wrap .button-list .to-QRCode:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .main .wrap .button-list .to-share .button {
  background-image: url(../icons/toShare.png);
}
body .main .wrap .button-list .to-share:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .main .wrap .button-list .to-top {
  background-color: #0370e8;
  height: 48px;
}
body .main .wrap .button-list .to-top .to-top-icon {
  width: 20px;
  height: 20px;
  border-top: 1px solid #c3c8d6;
  border-right: 1px solid #c3c8d6;
  -webkit-transform: rotate(-45deg) translateY(20px);
  -moz-transform: rotate(-45deg) translateY(20px);
  -ms-transform: rotate(-45deg) translateY(20px);
  -o-transform: rotate(-45deg) translateY(20px);
  transform: rotate(-45deg) translateY(20px);
  margin-right: 30px;
  margin-top: 6px;
}
body .main .wrap .QRCode-box {
  display: none;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(556px);
  -moz-transform: translateX(556px);
  -ms-transform: translateX(556px);
  -o-transform: translateX(556px);
  transform: translateX(556px);
  bottom: 154px;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #0370e8;
}
body .main .wrap .QRCode-box::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 12px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-left-width: 16px;
  border-left-color: currentColor;
  color: #0370e8;
}
body .main .wrap .QRCode-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 164px;
  margin: 8px;
}
body .main .wrap .origin_tag {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #0370e8;
  border-radius: 2px 2px;
  font-size: 9px;
  line-height: 10px;
  color: #0370e8;
  padding: 2px 4px;
  margin-right: 7px;
  margin-left: 10px;
}
.adv div:nth-of-type(2) {
  display: none !important;
}
