.bread {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  width: 1240px;
  margin: 8px auto 0px;
}
#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 824px;
}
#content .cont-l .app-detail {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
#content .cont-l .app-detail .img-box {
  width: 112px;
  height: 112px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E0E3DE;
  overflow: hidden;
  margin-right: 12px;
}
#content .cont-l .app-detail .img-box img {
  width: 100%;
}
#content .cont-l .app-detail .detail-r {
  width: calc(100% - 124px);
}
#content .cont-l .app-detail .detail-r .app-title {
  font-family: m;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont-l .app-detail .detail-r .tag {
  display: inline-block;
  padding: 4px 20px;
  background: #FFF6F0;
  border-radius: 4px 4px 4px 4px;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #F17322;
  margin-bottom: 6px;
}
#content .cont-l .app-detail .detail-r .d-b {
  display: flex;
  align-items: center;
}
#content .cont-l .app-detail .detail-r .d-b .list .l-t {
  text-align: center;
}
#content .cont-l .app-detail .detail-r .d-b .list .l-t img {
  width: 12px;
  height: 12px;
}
#content .cont-l .app-detail .detail-r .d-b .list .l-t span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
#content .cont-l .app-detail .detail-r .d-b .list .l-b {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
#content .cont-l .app-detail .detail-r .d-b .xian {
  width: 0px;
  height: 32px;
  border: 1px solid #EFEFEF;
  margin: 0 12px;
}
#content .cont-l .app-detail .jiao {
  position: absolute;
  right: 0;
  top: 0;
}
#content .cont-l .app-detail .download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 54px;
  background: #388ADE;
  box-shadow: 0px 2px 8px 0px rgba(42, 78, 74, 0.5);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}
#content .cont-l .app-detail .download img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#content .cont-l .app-detail .download span {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont-l .ad-box {
  margin-bottom: 20px;
}
#content .cont-l .ad-box .ad-title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  line-height: 16px;
  text-align: center;
}
#content .cont-l .m-download {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #388ADE;
  box-shadow: 0px 2px 8px 0px rgba(42, 78, 74, 0.5);
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
}
#content .cont-l .m-download img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#content .cont-l .m-download span {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont-l .lb {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}
#content .cont-l .lb h3 {
  margin-bottom: 8px;
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
#content .cont-l .lb .swiper {
  overflow: hidden;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 16px;
  height: 268px;
}
#content .cont-l .lb .swiper-button-prev,
#content .cont-l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont-l .lb .swiper-button-prev {
  left: 0;
}
#content .cont-l .lb .swiper-button-next {
  right: 0;
}
#content .cont-l .about {
  margin-bottom: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}
#content .cont-l .about h3 {
  margin-bottom: 8px;
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
#content .cont-l .about .about-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 8px;
  margin-bottom: 20px;
}
#content .cont-l .about .about-list .about-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: #FAFAFA;
  border-radius: 4px;
}
#content .cont-l .about .about-list .about-item img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
#content .cont-l .about .about-list .about-item .span1 {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  margin-right: 6px;
}
#content .cont-l .about .about-list .about-item .span2 {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
#content .cont-l .about .core {
  margin-bottom: 16px;
}
#content .cont-l .about .core h3 {
  font-family: s;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont-l .about .core .core-list .core-item {
  display: flex;
  margin-bottom: 2px;
}
#content .cont-l .about .core .core-list .core-item img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
#content .cont-l .about .core .core-list .core-item p {
  width: calc(100% - 30px);
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
#content .cont-l .about .core .core-list .p-text {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 8px;
}
#content .cont-l .about .core:last-child {
  margin-bottom: 0;
}
#content .cont-l .app-box {
  background: #FFFFFF;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 16px;
}
#content .cont-l .app-box h3 {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 12px;
}
#content .cont-l .app-box .app-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(10px, 1fr));
  grid-gap: 16px;
}
#content .cont-l .app-box .app-list .app-item {
  border: 1px solid #fff;
  border-radius: 8px;
}
#content .cont-l .app-box .app-list .app-item a {
  padding: 16px;
  display: block;
}
#content .cont-l .app-box .app-list .app-item a img {
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  margin-bottom: 8px;
}
#content .cont-l .app-box .app-list .app-item a h4 {
  word-break: break-word;
  text-align: center;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .cont-l .app-box .app-list .app-item:hover {
  border-color: #F17322;
  box-shadow: 0px 8px 22px 0px #ECECEC;
}
#content .cont-l .app-box .app-list .app-item:hover a h4 {
  color: #F17322;
  text-decoration: underline;
}
#content .cont-r {
  width: 400px;
}
#content .cont-r .ad-box {
  margin-bottom: 20px;
}
#content .cont-r .ad-box .ad-title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  line-height: 16px;
  text-align: center;
}
#content .cont-r .ad-box .ad-cont {
  text-align: center;
}
#content .cont-r .top-down {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 16px;
}
#content .cont-r .top-down .top-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
#content .cont-r .top-down .top-title h3 {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
#content .cont-r .top-down .top-title a {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
}
#content .cont-r .top-down .top-down-list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 12px;
}
#content .cont-r .top-down .top-down-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 12px 10px;
  border-radius: 8px;
}
#content .cont-r .top-down .top-down-list ul li a .pm {
  width: 21px;
  height: 24px;
  background: url('../images/fore.png') no-repeat;
  background-size: 23px;
  font-family: b;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  margin-right: 12px;
}
#content .cont-r .top-down .top-down-list ul li a .pm img {
  width: 21px;
  height: 24px;
}
#content .cont-r .top-down .top-down-list ul li a .cover {
  width: 77px;
  height: 77px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-right: 12px;
}
#content .cont-r .top-down .top-down-list ul li a .center {
  width: calc(100% - 164px);
}
#content .cont-r .top-down .top-down-list ul li a .center h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: r;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .cont-r .top-down .top-down-list ul li a .center span {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
}
#content .cont-r .top-down .top-down-list ul li a .center .pf i {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
}
#content .cont-r .top-down .top-down-list ul li a .center .pf .star {
  width: 12px;
  height: 12px;
}
#content .cont-r .top-down .top-down-list ul li a .more,
#content .cont-r .top-down .top-down-list ul li a .more-c {
  width: 30px;
  height: 30px;
}
#content .cont-r .top-down .top-down-list ul li a .more-c {
  display: none;
}
#content .cont-r .top-down .top-down-list ul li a:hover {
  border-color: #F17322;
}
#content .cont-r .top-down .top-down-list ul li a:hover .more {
  display: none;
}
#content .cont-r .top-down .top-down-list ul li a:hover .more-c {
  display: block;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .m-download {
    display: flex;
  }
  #content .cont-l .app-detail .download {
    display: none;
  }
  #content .cont-l .app-box .app-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(10px, 1fr));
    grid-gap: 16px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .m-download {
    display: flex;
  }
  #content .cont-l .app-detail .download {
    display: none;
  }
  #content .cont-l .app-box .app-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(10px, 1fr));
    grid-gap: 16px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .m-download {
    display: flex;
  }
  #content .cont-l .app-detail .download {
    display: none;
  }
  #content .cont-l .app-box .app-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(10px, 1fr));
    grid-gap: 16px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .m-download {
    display: flex;
  }
  #content .cont-l .app-detail .img-box {
    width: 90px;
    height: 90px;
  }
  #content .cont-l .app-detail .detail-r {
    width: calc(100% - 102px);
  }
  #content .cont-l .app-detail .download {
    display: none;
  }
  #content .cont-l .about .about-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .app-box .app-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    grid-gap: 16px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
