@import url('reset.css');
@import url('head.css');
body {
  background-color: #E9F2FA;
}
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: calc(100% - 180px);
  display: flex;
  justify-content: space-between;
}
#content .left {
  width: 892px;
  overflow: hidden;
}
#content .left p {
  font-size: 18px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
#content .left p span {
  font-size: 18px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #08B7A7;
}
#content .left .result {
  width: 892px;
}
#content .left .result ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 138px);
  grid-gap: 12px;
}
#content .left .result ul li {
  box-shadow: 0px 4px 6px 2px rgba(206, 206, 206, 0.8);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
#content .left .result ul li a img {
  width: 100%;
  height: 138px;
  object-fit: cover;
}
#content .left .result ul li a .mengceng {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  position: absolute;
  top: 100%;
  padding: 31px 11px 0;
  box-sizing: border-box;
  text-align: center;
}
#content .left .result ul li a .mengceng p {
  width: 115px;
  height: 43px;
  font-size: 14px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #01EAFF;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .left .result ul li a .mengceng button {
  width: 108px;
  height: 30px;
  background: #08DCEF;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: none;
  margin: 0 auto;
  font-size: 14px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #FFFFFF;
}
#content .left .result ul li a:hover .mengceng {
  top: 0;
  transition: 0.5s;
}
#content .left .result ul li a:hover .mengceng button {
  cursor: pointer;
}
#content .left .none {
  text-align: center;
  display: none;
}
#content .left .none img {
  width: 320px;
  height: 263px;
}
#content .left .none p {
  font-size: 18px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #999999;
}
#content .left .module_name {
  width: 892px;
  height: 45px;
  background: #00BCCD;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  line-height: 45px;
  font-size: 18px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
#content .left .module_name a img {
  width: 90px;
  height: 32px;
}
#content .left .like {
  width: 892;
}
#content .left .like ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 132px);
  grid-gap: 20px;
  margin-bottom: 20px;
}
#content .left .like ul li {
  box-shadow: 0px 4px 6px 2px rgba(206, 206, 206, 0.8);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
#content .left .like ul li a img {
  width: 100%;
  height: 132px;
  object-fit: cover;
}
#content .left .like ul li a .mengceng {
  width: 132px;
  height: 132px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  position: absolute;
  top: 100%;
  padding: 31px 11px 0;
  box-sizing: border-box;
  text-align: center;
}
#content .left .like ul li a .mengceng p {
  width: 115px;
  height: 43px;
  font-size: 14px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #01EAFF;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .left .like ul li a .mengceng button {
  width: 108px;
  height: 30px;
  background: #08DCEF;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: none;
  margin: 0 auto;
  font-size: 14px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #FFFFFF;
}
#content .left .like ul li a:hover .mengceng {
  top: 0;
  transition: 0.5s;
}
#content .left .like ul li a:hover .mengceng button {
  cursor: pointer;
}
#content .right {
  width: 338px;
  overflow: hidden;
}
#content .right .similar_apps {
  box-sizing: border-box;
  width: 337px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  padding: 23px 22px;
  margin: 66px 0 20px;
}
#content .right .similar_apps span {
  display: block;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 11px;
  box-sizing: border-box;
}
#content .right .similar_apps .similar_div {
  margin-top: 20px;
}
#content .right .similar_apps .similar_div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .right .similar_apps .similar_div ul li {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 11px;
}
#content .right .similar_apps .similar_div ul li img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
#content .right .similar_apps .similar_div ul li:hover div {
  position: absolute;
  top: 0;
  transition: 0.5s;
}
#content .right .gg1 {
  width: 336px;
  height: 280px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  background: #23C0CA;
  text-align: center;
}
#content .right .hot_apps {
  box-sizing: border-box;
  width: 337px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  padding: 23px 22px;
  margin: 20px 0;
}
#content .right .hot_apps .hot_title {
  display: block;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 11px;
  box-sizing: border-box;
}
#content .right .hot_apps .zhanshi {
  width: 100%;
  height: 235px;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0 17px;
  box-sizing: border-box;
  position: relative;
}
#content .right .hot_apps .zhanshi .big_tu {
  width: 298px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
#content .right .hot_apps .zhanshi .one {
  position: absolute;
  left: 33px;
  bottom: 17px;
  display: flex;
}
#content .right .hot_apps .zhanshi .one img {
  width: 85px;
  height: 85px;
  box-shadow: 0px 2px 4px 3px #F0F0F0;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 15px;
}
#content .right .hot_apps .zhanshi .one .xiao_title {
  width: 99px;
  font-size: 16px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: sub;
  margin: 50px 10px 0 0;
}
#content .right .hot_apps .zhanshi .one .xiao_num {
  font-size: 14px;
  font-family: Sen-Bold, Sen;
  font-weight: bold;
  color: #FFAD35;
  margin-top: 51px;
}
#content .right .hot_apps ul .hot_li {
  margin-top: 20px;
}
#content .right .hot_apps ul .hot_li img {
  margin-right: 9px;
}
#content .right .hot_apps ul .hot_li .ranking {
  width: 19px;
  height: 24px;
}
#content .right .hot_apps ul .hot_li .four {
  width: 19px;
  height: 19px;
}
#content .right .hot_apps ul .hot_li .tu {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 10px;
}
#content .right .hot_apps ul .hot_li .li_div {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
#content .right .hot_apps ul .hot_li .li_div p {
  width: 161px;
  font-size: 16px;
  font-family: Gujarati MT-Bold   ;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
#content .right .hot_apps ul .hot_li .li_div .fen {
  font-size: 14px;
  font-family: Sen-Bold, Sen;
  font-weight: bold;
  color: #FFAD35;
  vertical-align: baseline;
}
