@charset "UTF-8";
body {
  font-family: "Ubuntu-Regular", "Ubuntu-Light", "Avenir-Book", "Avenir Book", "Avenir", "PingFang SC", "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
}

#header {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 0 1px 1px #eee;
}

#footer {
  width: 100%;
  height: 304px;
  background-color: #F0F0F0;
}

.cover-box {
  position: absolute;
  width: 100%;
  height: 438px;
  background: url(https://r.tourboxtech.com/cdn-images/news/news-detail/image@2x.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.cover-box .cover-img {
  width: 100%;
  height: 100%;
}

.cover-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 438px;
  background-color: rgba(128, 128, 128, 0.5);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

.index {
  position: relative;
  font-family: sans-serif;
  margin-top: 74px;
}
.index .detail {
  width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
}
.index .detail .header-box {
  padding: 11px 0;
  margin: 0 23.4px;
  color: #fff;
}
.index .detail .header-box .title {
  font-size: 46px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 0;
  text-align: left;
  padding: 11px 0;
}
.index .detail .header-box .header-info {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.index .detail .header-box .header-info .tags-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
.index .detail .header-box .header-info .tags-info .tags-box {
  display: flex;
  margin-left: 10px;
}
.index .detail .header-box .header-info .tags-info .tags-box li {
  padding: 4px 8px;
  line-height: 13px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3.8px;
  margin-right: 7.6px;
  cursor: pointer;
}
.index .detail .header-box .header-info .view-info {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.index .detail .header-box .header-info .view-info .post-time {
  margin-right: 10px;
}
.index .detail .header-box .header-info .view-info .views {
  display: flex;
  align-items: center;
  display: none;
}
.index .detail .header-box .header-info .view-info .views .icons {
  width: 17.23px;
  height: 17.23px;
}
.index .detail .header-box .header-info .view-info .views .like-btn {
  cursor: pointer;
}
.index .detail .header-box .header-info .view-info .views span {
  padding-left: 5.7px;
}
.index .detail .header-box .header-info .view-info .views::before {
  content: "";
  margin: 0 5.7px;
  width: 3.8px;
  height: 3.8px;
  border-radius: 1.9px;
  background-color: #c4c4c4;
}
.index .detail .article-container {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(47.87px);
          backdrop-filter: blur(47.87px);
  padding: 23px;
  padding-top: 18px;
  margin-top: 8px;
  display: flex;
  border-radius: 23px 23px 0 0;
}
.index .detail .article-container .article-detail {
  width: 743px;
  margin-right: 34.5px;
}
.index .detail .article-container .article-detail img {
  width: 100%;
  overflow: hidden;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}
.index .detail .article-container .article-detail .bottom-line {
  margin-top: 15px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
}
.index .detail .article-container .article-detail .bottom-line .view-num {
  color: #7f7f7f;
  visibility: hidden;
}
.index .detail .article-container .article-detail .bottom-line .like-bto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 27px;
  line-height: 27px;
  padding: 7px 18px 7px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 14.1px;
  cursor: pointer;
}
.index .detail .article-container .article-detail .bottom-line .like-bto span {
  margin-left: 8px;
}
.index .detail .article-container .article-detail .bottom-line .like-bto svg {
  visibility: visible;
}
.index .detail .article-container .container-right {
  flex: 1;
}
.index .detail .article-container .container-right .fixed-box {
  position: sticky;
  top: 84px;
}
.index .detail .article-container .container-right .right-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 7px;
  margin-bottom: 11.5px;
  border-bottom: 1px solid #bdbdc8;
}
.index .detail .article-container .container-right .related-box .related-item {
  margin-bottom: 23px;
  list-style-type: none;
  padding: 0;
}
.index .detail .article-container .container-right .related-box .related-item .item-cover {
  width: 100%;
  height: 208px;
  border-radius: 10px;
  overflow: hidden;
}
.index .detail .article-container .container-right .related-box .related-item .item-title {
  margin-top: 6px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .detail .article-container .container-right .related-box .related-item .item-title .post-info {
  display: none;
}
.index .detail .article-container .container-right .subscribe-box p {
  font-size: 13px;
  line-height: 23px;
  color: #000;
  margin-bottom: 6px;
}
.index .detail .article-container .container-right .subscribe-box .input-box {
  position: relative;
}
.index .detail .article-container .container-right .subscribe-box .input-box .mail-input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px 10px;
  padding-right: 75px;
  font-size: 14px;
  color: #c4c4c4;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.index .detail .article-container .container-right .subscribe-box .input-box :focus {
  color: #004AEF;
  border: 1px solid #004AEF;
  background-color: #f3f2f2;
}
.index .detail .article-container .container-right .subscribe-box .error-tips {
  height: 40px;
  font-size: 12px;
  color: red;
  margin: 2px 0;
}
.index .detail .article-container .container-right .subscribe-box .select-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.index .detail .article-container .container-right .subscribe-box .select-btn i {
  font-size: 20px;
  font-weight: 700;
}
.index .detail .article-container .container-right .subscribe-box .select-btn :hover {
  color: #004AEF;
}
.index .detail .article-container .container-right .share-box {
  display: flex;
  justify-content: space-around;
}
.index .detail .article-container .container-right .share-box .share-item {
  display: flex;
  align-items: center;
}
.index .detail .article-container .container-right .share-box .share-item .share-icon {
  width: 23px;
}
.index .detail .article-container .container-right .share-box .share-item .share-text {
  transform: scale(0.75);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.index .detail .article-container .container-right .share-box .share-item :hover {
  color: #004AEF;
}

.article-index {
  margin-top: -14px;
}
.article-index * {
  all: revert;
}
.article-index p {
  font-size: 14px;
  line-height: 24px;
}
.article-index ul {
  padding-left: 1em;
}
.article-index ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.article-index ol {
  padding-left: 1em;
}
.article-index ol li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.article-index blockquote {
  font-size: 14px;
  line-height: normal;
}
.article-index a {
  font-size: 14px;
  line-height: normal;
  color: #004aef;
  text-decoration: none;
}
.article-index h1 {
  font-size: 28px;
  line-height: normal;
}
.article-index h2 {
  font-size: 24px;
  line-height: normal;
}
.article-index h3 {
  font-size: 22px;
  line-height: normal;
}
.article-index h4 {
  font-size: 20px;
  line-height: normal;
}
.article-index h5 {
  font-size: 18px;
  line-height: normal;
}
.article-index h6 {
  font-size: 16px;
  line-height: normal;
}
.article-index iframe {
  border: 0;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.template-box {
  display: flex;
  padding: 0 14px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.template-box .left-box {
  margin-right: 20px;
}
.template-box .left-box .left-img {
  width: 96px !important;
  height: 96px;
}
.template-box .info-box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template-box .info-box .info-text {
  display: flex;
  flex-direction: column;
  max-width: 370px;
}
.template-box .info-box .info-text .info-title {
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-box .info-box .info-text .info-mes {
  font-size: 13px;
  color: rgb(155, 155, 158);
  line-height: 22px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.template-box .info-box .info-btns {
  display: flex;
}
.template-box .info-box .info-btns .first {
  display: block;
  width: 36px;
  height: 36px;
  background: url(https://r.tourboxtech.com/cdn-images/news/news-detail/g-2.png) no-repeat;
  background-size: 36px 36px;
}
.template-box .info-box .info-btns .second {
  display: block;
  width: 36px;
  height: 36px;
  background: url(https://r.tourboxtech.com/cdn-images/news/news-detail/g.png) no-repeat;
  background-size: 36px 36px;
  margin: 0 12px;
}
.template-box .info-box .info-btns .last {
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  text-align: center;
  color: #fff;
  background-color: #1d62f0;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.template-box .info-box .info-btns .last :hover {
  color: #487fed;
}

/* ---------------------移动端样式--------------------- */
@media only screen and (max-width: 979px) {
  #header {
    height: 0.44rem;
  }
  .index {
    margin-top: 1.04rem !important;
    padding: 0 !important;
  }
  .index .cover-box {
    display: none;
  }
  .index .detail {
    width: 100%;
    padding-top: 0;
  }
  .index .detail .header-box {
    padding: 0.13rem 0;
    margin: 0 0.18rem;
    padding-bottom: 0;
    color: #000;
  }
  .index .detail .header-box .title {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.28rem;
    padding: 0.06rem 0;
  }
  .index .detail .header-box .header-info {
    font-size: 0.12rem;
    flex-direction: column-reverse;
  }
  .index .detail .header-box .header-info .tags-info {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
  .index .detail .header-box .header-info .tags-info .tags-box {
    flex-wrap: wrap;
  }
  .index .detail .header-box .header-info .tags-info .tags-box li {
    margin-bottom: 0.02rem;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .index .detail .header-box .header-info .view-info {
    width: 100%;
    margin-bottom: 0.06rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .index .detail .article-container {
    flex-direction: column;
    margin-top: 0;
    padding: 0 0.18rem;
    padding-top: 0rem;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .index .detail .article-container .article-detail {
    width: 100%;
    margin-right: 0;
  }
  .index .detail .article-container .article-detail .bottom-line {
    margin-top: 0.13rem;
    height: 0.52rem;
    font-size: 0.12rem;
  }
  .index .detail .article-container .article-detail .bottom-line .like-bto {
    height: 0.28rem;
    line-height: 0.28rem;
    padding: 0.08rem 0.19rem 0.08rem 0.1rem;
    border: 0.01px solid #e5e5e5;
    border-radius: 0.14rem;
    -webkit-border-radius: 0.14rem;
    -moz-border-radius: 0.14rem;
    -ms-border-radius: 0.14rem;
    -o-border-radius: 0.14rem;
  }
  .index .detail .article-container .article-detail .bottom-line .like-bto span {
    margin-left: 0.08rem;
  }
  .index .detail .article-container .container-right .fixed-box {
    position: static;
  }
  .index .detail .article-container .container-right .right-title {
    font-size: 0.24rem;
    padding-bottom: 0.06rem;
    margin-bottom: 0.12rem;
    border-bottom: 1px solid #bdbdc8;
  }
  .index .detail .article-container .container-right .related-box {
    margin-bottom: 0.24rem;
  }
  .index .detail .article-container .container-right .related-box .related-item {
    margin-bottom: 0.12rem;
    display: flex;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-cover {
    width: 1.2rem;
    height: 0.9rem;
    margin-right: 0.12rem;
    border-radius: 0.1rem;
    overflow: hidden;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title .item-text {
    font-size: 0.17rem;
    font-weight: 700;
    line-height: 0.2rem;
    color: #000;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title .post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.08rem;
    font-weight: 400;
    color: #7f7f7f;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title .post-info .num-box {
    display: flex;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title .post-info .num-box .icon {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.04rem;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title .post-info .num-box .view-info {
    display: flex;
    align-items: center;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title .post-info .num-box .like-info {
    display: flex;
    align-items: center;
  }
  .index .detail .article-container .container-right .related-box .related-item .item-title .post-info .num-box .like-info::before {
    content: "";
    width: 0.02rem;
    height: 0.02rem;
    margin: 0 0.04rem;
    border-radius: 50%;
    background-color: #c4c4c4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .index .detail .article-container .container-right .related-box .related-item :hover {
    color: #7f7f7f;
  }
  .index .detail .article-container .container-right .subscribe-box p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #000;
    margin-bottom: 0.06rem;
  }
  .index .detail .article-container .container-right .subscribe-box .input-box .mail-input {
    height: 0.46rem;
    padding: 0.12rem 0.1rem;
    padding-right: 0.75rem;
    font-size: 0.18rem;
    border: 0.01rem solid #f5f5f5;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
  }
  .index .detail .article-container .container-right .subscribe-box .input-box .error-tips {
    height: 0.4rem;
    font-size: 0.12rem;
    margin: 0.02rem 0;
  }
  .index .detail .article-container .container-right .subscribe-box .input-box .select-btn {
    top: 0.06rem;
    right: 0.06rem;
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    background-size: 0.32rem 0.32rem;
    border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -ms-border-radius: 0.06rem;
    -o-border-radius: 0.06rem;
  }
  .index .detail .article-container .container-right .subscribe-box .input-box .select-btn i {
    font-size: 0.2rem;
  }
  .index .detail .article-container .container-right .share-box {
    margin-bottom: 0.23rem;
  }
  .index .detail .article-container .container-right .share-box .share-item .share-icon {
    width: 0.23rem;
  }
  .index .detail .article-container .container-right .share-box .share-item .share-text {
    font-size: 0.13rem;
  }
  .article-index {
    margin-top: 0rem;
  }
  .article-index p {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .article-index ul {
    padding-left: 1em;
  }
  .article-index ul li {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .article-index ol {
    padding-left: 1em;
  }
  .article-index ol li {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .article-index blockquote {
    font-size: 0.14rem;
    line-height: normal;
  }
  .article-index a {
    font-size: 0.14rem;
    line-height: normal;
    color: #004aef;
  }
  .article-index h1 {
    font-size: 0.28rem;
    line-height: normal;
  }
  .article-index h2 {
    font-size: 0.24rem;
    line-height: normal;
  }
  .article-index h3 {
    font-size: 0.22rem;
    line-height: normal;
  }
  .article-index h4 {
    font-size: 0.2rem;
    line-height: normal;
  }
  .article-index h5 {
    font-size: 0.18rem;
    line-height: normal;
  }
  .article-index h6 {
    font-size: 0.16rem;
    line-height: normal;
  }
  .article-index iframe {
    border: 0;
    border-radius: 0.09rem;
    -webkit-border-radius: 0.09rem;
    -moz-border-radius: 0.09rem;
    -ms-border-radius: 0.09rem;
    -o-border-radius: 0.09rem;
  }
  .template-box {
    padding: 0.12rem 0.06rem;
    border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -ms-border-radius: 0.06rem;
    -o-border-radius: 0.06rem;
  }
  .template-box .left-box {
    margin-right: 0.08rem;
  }
  .template-box .left-box .left-img {
    width: 0.8rem !important;
    height: 0.8rem;
  }
  .template-box .info-box {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .template-box .info-box .info-text {
    display: flex;
    flex-direction: column;
    max-width: 2.37rem;
  }
  .template-box .info-box .info-text .info-title {
    font-size: 0.18rem;
    line-height: 0.21rem;
  }
  .template-box .info-box .info-text .info-mes {
    font-size: 0.14rem;
    line-height: 0.18rem;
    margin: 0.02rem 0 0.08rem 0;
  }
  .template-box .info-box .info-btns {
    display: flex;
  }
  .template-box .info-box .info-btns .first {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    background-size: 0.28rem 0.28rem;
  }
  .template-box .info-box .info-btns .second {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    background-size: 0.28rem 0.28rem;
    margin: 0 12px;
  }
  .template-box .info-box .info-btns .last {
    display: block;
    font-size: 0.16rem;
    height: 0.28rem;
    line-height: 0.28rem;
    padding: 0 0.08rem;
    text-align: center;
    color: #fff;
    background-color: #1d62f0;
    cursor: pointer;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
  }
}/*# sourceMappingURL=myCommon.css.map */