@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
main {
  background-color: #fff;
}

.crumb-section {
  padding-bottom: 0.48rem;
}

.body-section {
  padding-bottom: 0.62rem;
}
.body-section .body-left {
  width: 8.49rem;
  float: left;
}
.body-section .body-left .info-box {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #F1F1F1;
}
.body-section .body-left .info-box .top {
  display: flex;
}
.body-section .body-left .info-box .top .title {
  color: #141414;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.body-section .body-left .info-box .top .title::after {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.08rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/download-check.svg");
}
.body-section .body-left .info-box .top .line {
  margin: 0.08rem 0 0.12rem;
  display: flex;
  font-size: 0.16rem;
  line-height: 0.18rem;
  color: #797979;
}
.body-section .body-left .info-box .top .line .stars {
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}
.body-section .body-left .info-box .top .line .stars .star {
  margin-right: 0.02rem;
  width: 0.17rem;
  height: 0.17rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/star3.png");
}
.body-section .body-left .info-box .top .line .stars .star2 {
  margin-right: 0.08rem;
  width: 0.17rem;
  height: 0.17rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/star4.png");
}
.body-section .body-left .info-box .top .line > span {
  margin-left: 0.18rem;
}
.body-section .body-left .info-box .top .line .auth {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.16rem auto;
  background-image: url("/assets/img/icon/download-auth.svg");
  padding-left: 0.18rem;
}
.body-section .body-left .info-box .top .line .stip {
  font-size: 0.14rem;
  line-height: 0.22rem;
  padding-right: 0.12rem;
  margin-right: 0.12rem;
  position: relative;
}
.body-section .body-left .info-box .top .line .stip span {
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-right: 0.06rem;
  color: #585858;
}
.body-section .body-left .info-box .top .line .stip::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0.12rem;
  background-color: #DEDEDE;
  right: 0;
  top: 0.09rem;
}
.body-section .body-left .info-box .top .line .stip:nth-last-child(1) {
  padding: 0;
  margin: 0;
}
.body-section .body-left .info-box .top .line .stip:nth-last-child(1)::before {
  content: none;
}
.body-section .body-left .info-box .top .btns {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.body-section .body-left .info-box .top .btns .btn {
  padding: 0.05rem 0.49rem;
  border: 1px solid #000;
  font-size: 0.14rem;
  line-height: 0.22rem;
  border-radius: 0;
}
.body-section .body-left .info-box .top .btns .btn[data-type=ios] {
  background-color: #000;
  color: #fff;
}
.body-section .body-left .info-box .top .btns .btn[data-type=ios] .tip {
  width: 0.2rem;
  height: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.11rem auto;
  background-image: url("/assets/img/icon/1703468933646.svg");
  display: inline-block;
  vertical-align: middle;
}
.body-section .body-left .info-box .top .btns .btn + .btn {
  margin-left: 0.18rem;
}
.body-section .body-left .info-box .top .scan-box {
  padding: 0.08rem 0.06rem;
  border: 1px solid #F1F1F1;
  color: #797979;
  font-size: 0.12rem;
  line-height: 0.18rem;
  text-align: center;
  margin-left: auto;
}
.body-section .body-left .info-box .top .scan-box .img-addon {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.04rem;
}
.body-section .body-left .info-box .logo {
  width: 1.6rem;
  border-radius: 0.12rem;
  overflow: hidden;
  height: 1.6rem;
  margin-right: 0.24rem;
}
.body-section .body-left .info-box .rec {
  margin-top: 0.3rem;
  padding: 0.18rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #141414;
  background-color: #F1F1F1;
}
.body-section .body-left .nav-box {
  display: flex;
  margin-top: 0.18rem;
  border-bottom: 1px solid #F1F1F1;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding-bottom: 0.04rem;
}
.body-section .body-left .nav-box .nav-item {
  margin-right: 0.48rem;
  cursor: pointer;
}
.body-section .body-left .nav-box .nav-item.active {
  color: #012FA7;
  position: relative;
}
.body-section .body-left .nav-box .nav-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: -0.16rem;
  height: 1px;
  bottom: -0.05rem;
  background-color: #012FA7;
}
.body-section .body-left .details-part {
  padding: 0.18rem 0;
}
.body-section .body-left .details-part + .details-part {
  border-top: 1px solid #F1F1F1;
}
.body-section .body-left .details-part .inner-line {
  display: flex;
}
.body-section .body-left .details-part .inner-line.screenshot {
  overflow-x: scroll;
  padding-bottom: 0.24rem;
}
.body-section .body-left .details-part .inner-line.screenshot video {
  display: block;
  width: 100%;
}
.body-section .body-left .details-part .inner-line.screenshot .img-addon {
  width: 1.8rem;
  border: 1px solid #DEDEDE;
  border-radius: 0.18rem;
  overflow: hidden;
  flex-shrink: 0;
}
.body-section .body-left .details-part .inner-line.screenshot .img-addon + .img-addon {
  margin-left: 0.12rem;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box {
  margin-top: 0.12rem;
  color: rgba(0, 0, 0, 0.72);
  padding: 0;
  border: none;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box h2 {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.16rem;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box p {
    margin-bottom: 0.14rem;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box br {
  margin-top: 0.24rem;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box.open .text-btn .icon {
  transform: rotate(-90deg);
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box.open .text-btn[data-type=close] {
  display: block;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box.open .text-btn[data-type=open] {
  display: none;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box .text-btn {
  margin-top: 0.12rem;
  color: #012FA7;
  cursor: pointer;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box .text-btn[data-type=close] {
  display: none;
}
.body-section .body-left .details-part .inner-line.screenshot + .info-box .text-btn .icon {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 0.12rem;
  margin-left: 0.04rem;
}
.body-section .body-left .details-part .inner-line.comment {
  margin-left: -0.12rem;
  margin-right: -0.12rem;
}
.body-section .body-left .details-part .inner-line.comment .item {
  padding: 0.3rem 0.18rem;
  background-color: #F1F1F1;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin: 0 0.12rem;
}
.body-section .body-left .details-part .inner-line.comment .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.12rem;
}
.body-section .body-left .details-part .inner-line.comment .top .stars {
  display: flex;
}
.body-section .body-left .details-part .inner-line.comment .top .stars .star {
  margin-right: 0.02rem;
  width: 0.24rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/star1.png");
}
.body-section .body-left .details-part .inner-line.comment .top .stars .star2 {
  width: 0.24rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/star2.png");
}
.body-section .body-left .details-part .inner-line.activity .img-addon {
  width: 2.67rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.body-section .body-left .details-part .inner-line.activity .img-addon + .img-addon {
  margin-left: 0.24rem;
}
.body-section .body-right {
  margin-left: 8.73rem;
}
.body-section .body-right .info-box {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 0.24rem;
  margin-bottom: 0.36rem;
  font-weight: 500;
}
.body-section .body-right .info-box .line {
  margin-top: 0.16rem;
}
.body-section .body-right .info-box .line a {
  color: #012FA7;
  text-decoration: underline;
}
.body-section .body-right .info-box .tags {
  display: inline-flex;
  vertical-align: bottom;
  margin-left: 0.02rem;
}
.body-section .body-right .info-box .tags .tag {
  padding: 0.03rem 0.08rem;
  background-color: #F1F1F1;
  color: #797979;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-left: 0.04rem;
}
.body-section .body-right .news-list-box .img-addon {
  height: 1.33rem;
}
.body-section .body-right .news-list-box .title {
  margin: 0.08rem 0 0.16rem;
  height: 0.28rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 500;
}
.body-section .details-part .title {
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
}

.news-section-loop {
  background-color: #F1F1F1;
}

@media screen and (max-width: 980px) {
  .body-section .body-left {
    width: 100%;
    float: none;
  }
  .body-section .body-left .info-box {
    padding-bottom: 0;
    border-bottom: none;
  }
  .body-section .body-left .info-box .top {
    display: block;
  }
  .body-section .body-left .info-box .top .title {
    font-size: 0.4rem;
    line-height: 0.64rem;
  }
  .body-section .body-left .info-box .top .title::after {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.16rem;
  }
  .body-section .body-left .info-box .top .line {
    margin: 0.08rem 0 0.24rem;
    font-size: 0.32rem;
    line-height: 0.36rem;
    flex-wrap: wrap;
  }
  .body-section .body-left .info-box .top .line .stars {
    margin-right: 1.6rem;
    margin-bottom: 0.12rem;
  }
  .body-section .body-left .info-box .top .line .stars .star {
    margin-right: 0.04rem;
    width: 0.34rem;
    height: 0.34rem;
  }
  .body-section .body-left .info-box .top .line .stars .star2 {
    margin-right: 0.16rem;
    width: 0.34rem;
    height: 0.34rem;
  }
  .body-section .body-left .info-box .top .line > span {
    margin-left: 0;
  }
  .body-section .body-left .info-box .top .line .auth {
    background-size: 0.32rem auto;
    padding-left: 0.36rem;
    margin-right: 0.36rem;
  }
  .body-section .body-left .info-box .top .line .stip {
    font-size: 0.24rem;
    line-height: 0.32rem;
    padding-right: 0.32rem;
    margin-right: 0.32rem;
  }
  .body-section .body-left .info-box .top .line .stip span {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-right: 0.04rem;
  }
  .body-section .body-left .info-box .top .line .stip::before {
    height: 0.24rem;
    top: 0.18rem;
  }
  .body-section .body-left .info-box .top .btns {
    margin-top: 0.32rem;
  }
  .body-section .body-left .info-box .top .btns .btn {
    padding: 0.32rem 0.4rem;
    flex: 1;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .body-section .body-left .info-box .top .btns .btn[data-type=ios] .tip {
    display: none;
  }
  .body-section .body-left .info-box .top .btns .btn + .btn {
    margin-left: 0.24rem;
  }
  .body-section .body-left .info-box .top .scan-box {
    display: none;
  }
  .body-section .body-left .info-box .logo {
    width: 1.6rem;
    border-radius: 0.12rem;
    overflow: hidden;
    height: 1.6rem;
    margin-right: 0.24rem;
    float: left;
  }
  .body-section .body-left .info-box .rec {
    margin-top: 0.48rem;
    padding: 0.36rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .body-section .body-left .nav-box {
    margin-top: 0.48rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding-bottom: 0.08rem;
  }
  .body-section .body-left .nav-box .nav-item {
    margin-right: 0.96rem;
  }
  .body-section .body-left .nav-box .nav-item.active::after {
    bottom: -0.1rem;
  }
  .body-section .body-left .details-part .inner-line.screenshot {
    padding-bottom: 0.16rem;
  }
  .body-section .body-left .details-part .inner-line.screenshot .video-addon {
    display: none;
  }
  .body-section .body-left .details-part .inner-line.screenshot .img-addon {
    width: 2.45rem;
    border-radius: 0;
  }
  .body-section .body-left .details-part .inner-line.screenshot .img-addon:nth-child(2) {
    margin-left: 0 !important;
  }
  .body-section .body-left .details-part .inner-line.screenshot .img-addon + .img-addon {
    margin-left: 0.24rem;
  }
  .body-section .body-left .details-part .inner-line.screenshot + .info-box {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .body-section .body-left .details-part .inner-line.screenshot + .info-box h2 {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.16rem;
  }
  .body-section .body-left .details-part .inner-line.screenshot + .info-box br {
    margin-top: 0.36rem;
  }
  .body-section .body-left .details-part .inner-line.screenshot + .info-box p img {
      width: 100% !important;
  }
  .body-section .body-left .details-part .inner-line.screenshot + .info-box .text-btn {
    margin-top: 0.16rem;
  }
  .body-section .body-left .details-part .inner-line.screenshot + .info-box .text-btn .icon {
    font-size: 0.16rem;
    margin-left: 0.06rem;
  }
  .body-section .body-left .details-part .inner-line.comment {
    margin: 0;
    overflow: auto;
    padding-bottom: 0.16rem;
  }
  .body-section .body-left .details-part .inner-line.comment .item {
    padding: 0.48rem 0.24rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .body-section .body-left .details-part .inner-line.comment .item:nth-child(2) {
    margin-left: 0.24rem;
  }
  .body-section .body-left .details-part .inner-line.comment .top {
    margin-bottom: 0.24rem;
  }
  .body-section .body-left .details-part .inner-line.comment .top .stars .star {
    margin-right: 0.04rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .body-section .body-left .details-part .inner-line.comment .top .stars .star2 {
    width: 0.36rem;
    height: 0.36rem;
  }
  .body-section .body-left .details-part .inner-line.activity {
    overflow: auto;
  }
  .body-section .body-left .details-part .inner-line.activity .img-addon {
    width: 3.28rem;
  }
  .body-section .body-right {
    margin-left: 0;
    margin-top: 0.54rem;
  }
  .body-section .body-right .info-box {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.32rem;
    margin-bottom: 0.48rem;
  }
  .body-section .body-right .info-box .line {
    margin-top: 0.2rem;
  }
  .body-section .body-right .info-box .tags {
    margin-left: 0.24rem;
  }
  .body-section .body-right .info-box .tags .tag {
    padding: 0.08rem 0.24rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-left: 0.08rem;
  }
  .body-section .body-right .news-list-box .img-addon {
    height: 3.4rem;
  }
  .body-section .body-right .news-list-box .title {
    margin: 0.08rem 0 0.24rem;
    height: 0.48rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .body-section .details-part .title {
    font-size: 0.4rem;
    line-height: 0.64rem;
    margin-bottom: 0.16rem;
  }
}