#content {
  align-items: flex-start;
  width: 1280px;
  margin: 0 auto;
  padding: 32px 60px;
  display: flex;
  justify-content: space-between;
}
#content .visit {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 24px;
  width: 351px;
  position: fixed;
}
#content .visit .gb {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
}
#content .visit span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 16px;
  display: block;
}
#content .visit a {
  width: 260px;
  height: 48px;
  background: #4285F4;
  border-radius: 4px 4px 4px 4px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 48px;
}
#content .m-back {
  position: fixed;
  right: 8px;
  bottom: 24px;
  z-index: 3;
  display: none;
}
#content .m-back img {
  width: 52px;
  height: 52px;
}
#content .cont-l {
  width: 836px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
#content .cont-l .menu-box {
  margin-right: 24px;
}
#content .cont-l .menu-box .pc-menus {
  width: 200px;
  height: auto;
  padding: 24px 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
}
#content .cont-l .menu-box .pc-menus h3 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .menu-box .pc-menus a {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #4285F4;
  line-height: 24px;
  display: block;
  margin-bottom: 16px;
}
#content .cont-l .menu-box .pc-menus a:last-child {
  margin-bottom: 0;
}
#content .cont-l .menu-box .pc-menus a:hover {
  text-decoration: underline;
}
#content .cont-l .menu-box .pc-back {
  width: 200px;
  padding: 12px 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  margin-top: 16px;
  cursor: pointer;
}
#content .cont-l .menu-box .pc-back img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
#content .cont-l .menu-box .pc-back span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
#content .cont-l .l-cont {
  width: 612px;
}
#content .cont-l .l-cont .app-detail {
  padding: 16px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont-l .l-cont .app-detail .app-cover {
  width: 124px;
  height: 124px;
  border-radius: 8px 8px 8px 8px;
  margin-right: 16px;
}
#content .cont-l .l-cont .app-detail .app-r h2 {
  font-family: s;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  word-break: break-all;
}
#content .cont-l .l-cont .app-detail .app-r .r-b img {
  width: 20px;
  height: 20px;
}
#content .cont-l .l-cont .app-detail .app-r .r-b span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
#content .cont-l .l-cont .app-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 12px;
  margin-bottom: 16px;
}
#content .cont-l .l-cont .app-list .app-item {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#content .cont-l .l-cont .app-list .app-item .app-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .l-cont .app-list .app-item .app-item-r .app-item-r-title {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 2px;
}
#content .cont-l .l-cont .app-list .app-item .app-item-r .app-item-r-cont {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  word-break: break-word;
}
#content .cont-l .l-cont .top-text {
  margin-bottom: 16px;
}
#content .cont-l .l-cont .top-text p {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .l-cont .big-cover {
  width: 100%;
  margin-bottom: 24px;
}
#content .cont-l .l-cont .m-menus {
  padding: 24px 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  margin-bottom: 24px;
  display: none;
}
#content .cont-l .l-cont .m-menus h3 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .l-cont .m-menus a {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #4285F4;
  line-height: 24px;
  display: block;
  margin-bottom: 16px;
}
#content .cont-l .l-cont .m-menus a:last-child {
  margin-bottom: 0;
}
#content .cont-l .l-cont .m-menus a:hover {
  text-decoration: underline;
}
#content .cont-l .l-cont .article-box h3 {
  border-left: 5px solid #4285F4;
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #4285F4;
  padding-left: 10px;
  margin-bottom: 16px;
}
#content .cont-l .l-cont .article-box h4 {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .l-cont .article-box .article-text p {
  margin-bottom: 16px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .l-cont .article-box .article-text p a {
  color: #4285F4;
  text-decoration: underline;
  word-break: break-all;
}
#content .cont-l .l-cont .article-box .article-text p img {
  max-width: 100% !important;
  height: 320px !important;
  margin: 0 auto;
  display: block;
}
#content .cont-l .l-cont .btn-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 16px;
  margin-bottom: 24px;
}
#content .cont-l .l-cont .btn-box a {
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  background: #4285F4;
  border-radius: 4px 4px 4px 4px;
  justify-content: center;
}
#content .cont-l .l-cont .btn-box a img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .cont-l .l-cont .btn-box a span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
#content .cont-l .l-cont .btn-box a:hover span {
  text-decoration: underline;
}
#content .cont-l .l-cont .btn-box .three-btn {
  grid-column: span 2;
}
#content .cont-l .l-cont .popular-apps h3 {
  font-family: s;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .l-cont .popular-apps .po-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  gap: 16px;
}
#content .cont-l .l-cont .popular-apps .po-list .po-item {
  display: flex;
  align-items: center;
  background: #EEEEEE;
  border-radius: 8px 8px 8px 8px;
  padding-right: 12px;
}
#content .cont-l .l-cont .popular-apps .po-list .po-item .po-cover {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  margin-right: 8px;
}
#content .cont-l .l-cont .popular-apps .po-list .po-item .item-r {
  width: calc(100% - 93px);
}
#content .cont-l .l-cont .popular-apps .po-list .po-item .item-r .po-title {
  display: block;
  font-family: s;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-l .l-cont .popular-apps .po-list .po-item .item-r .i-r-b {
  display: flex;
}
#content .cont-l .l-cont .popular-apps .po-list .po-item .item-r .i-r-b img {
  width: 20px;
  height: 20px;
}
#content .cont-l .l-cont .popular-apps .po-list .po-item .item-r .i-r-b span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .tag-box,
#content .cont-r .archive-box {
  margin-bottom: 24px;
}
#content .cont-r .tag-box h3,
#content .cont-r .archive-box h3 {
  border-bottom: 1px solid #999999;
  padding-bottom: 23px;
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-r .tag-box ul {
  display: flex;
  flex-wrap: wrap;
}
#content .cont-r .tag-box ul li {
  margin: 0 12px 12px 0;
}
#content .cont-r .tag-box ul li a {
  display: inline-block;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 8px 16px;
}
#content .cont-r .tag-box ul li a:hover {
  color: #4285F4;
  text-decoration: underline;
}
#content .cont-r .archive-box .archive-list .archive-item {
  margin-bottom: 16px;
}
#content .cont-r .archive-box .archive-list .archive-item .ar-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
#content .cont-r .archive-box .archive-list .archive-item .ar-t .time {
  font-family: r;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
#content .cont-r .archive-box .archive-list .archive-item .ar-t .fh {
  font-family: s;
  font-weight: 600;
  font-size: 20px;
  color: #999999;
}
#content .cont-r .archive-box .archive-list .archive-item ul {
  display: none;
  border-bottom: 1px solid #eee;
}
#content .cont-r .archive-box .archive-list .archive-item ul li {
  margin-bottom: 12px;
}
#content .cont-r .archive-box .archive-list .archive-item ul li a {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .m-back {
    display: block;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .menu-box {
    display: none;
  }
  #content .cont-l .l-cont {
    width: 100%;
  }
  #content .cont-l .l-cont .app-detail .app-cover {
    width: 100px;
    height: 100px;
  }
  #content .cont-l .l-cont .m-menus {
    display: block;
  }
  #content .cont-l .l-cont .btn-box {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-l .l-cont .btn-box .three-btn {
    grid-column: span 1;
  }
  #content .cont-r {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .m-back {
    display: block;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .menu-box {
    display: none;
  }
  #content .cont-l .l-cont {
    width: 100%;
  }
  #content .cont-l .l-cont .app-detail .app-cover {
    width: 100px;
    height: 100px;
  }
  #content .cont-l .l-cont .m-menus {
    display: block;
  }
  #content .cont-l .l-cont .btn-box {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-l .l-cont .btn-box .three-btn {
    grid-column: span 1;
  }
  #content .cont-r {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .m-back {
    display: block;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .menu-box {
    display: none;
  }
  #content .cont-l .l-cont {
    width: 100%;
  }
  #content .cont-l .l-cont .app-detail .app-cover {
    width: 100px;
    height: 100px;
  }
  #content .cont-l .l-cont .popular-apps {
    margin-bottom: 20px;
  }
  #content .cont-l .l-cont .popular-apps .po-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .cont-l .l-cont .m-menus {
    display: block;
  }
  #content .cont-l .l-cont .btn-box {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .l-cont .btn-box .three-btn {
    grid-column: span 1;
  }
  #content .cont-r {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .m-back {
    display: block;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .menu-box {
    display: none;
  }
  #content .cont-l .l-cont {
    width: 100%;
  }
  #content .cont-l .l-cont .article-box .article-text p img {
    height: auto !important;
  }
  #content .cont-l .l-cont .app-detail .app-cover {
    width: 100px;
    height: 100px;
  }
  #content .cont-l .l-cont .popular-apps {
    margin-bottom: 20px;
  }
  #content .cont-l .l-cont .popular-apps .po-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
  #content .cont-l .l-cont .m-menus {
    display: block;
  }
  #content .cont-l .l-cont .btn-box {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .l-cont .btn-box .three-btn {
    grid-column: span 1;
  }
  #content .cont-r {
    width: 100%;
  }
}
