.app-market {
  min-width: 1200px;
}

.app-market-header {
  height: 575px;
  position: relative;
}

.app-market-header .app-market-header-content {
  width: 100%;
  height: 496px;
  text-align: center;
  box-sizing: border-box;
  background-image: url("../images/home/apps/app-market/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
  -o-background-size: cover; /* 兼容Opera */
  /* margin-top: -15px;
    padding-top: 50px;
    padding-bottom: 50px; */
  position: relative;
  top: -3px;
  overflow: hidden;
}

.app-market-header .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 87px;
}

.app-market-header .stitle {
  color: #4f4f4f;
  font-weight: 400;
  line-height: 18px;
  font-size: 18px;
  margin-top: 16px;
}

.app-market-header .serach {
  width: 800px;
  height: 56px;
  margin: 32px auto 0;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(227, 31, 29, 0.1);
  border-radius: 3px;
  padding: 0 18px;
  display: flex;
  align-items: center;
}

.app-market-header .serach > img {
  width: 16px;
  height: 16px;
  margin-right: 20px;
}

.app-market-header .serach .input {
  width: calc(100% - 54px);
}

.app-market-header .tabs {
  height: 32px;
  margin-top: 24px;
}

.app-market-header .tabs > span {
  display: inline-block;
  background: #ffffff;
  height: 100%;
  line-height: 32px;
  padding: 0 8px;
  min-width: 72px;
  text-align: center;
  cursor: pointer;
}

.app-market-header .tabs > span:not(:first-child) {
  margin-left: 8px;
}

.app-market-header .app-handpick {
  width: 100%;
  /* text-align: left; */  
  padding: 0 40px;
  position: absolute;
  top: 315px;
  left: 50%;
  transform: translate(-50%);
}

.app-container {
  width: 1200px;
  margin: 0 auto;
}

.app-market-header .app-handpick-tabs {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.app-market-header .handpick-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.handpick-tabs {
  /* min-width: 252px; */
  width: calc(20% - 10px);
  /* height: 198px; */
  /* height: 152px; */
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(66, 82, 110, 0.2);
  transition: all 0.2s;
  border-radius: 8px;
}

.handpick-tabs .tabs-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.handpick-tabs .tabs-icon {
  margin-right: 10%;
  width: 40px;
  height: 40px;
}

.handpick-tabs .tabs-title .tabs-stitle {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 16px;
}

.handpick-tabs .tabs-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 2px;
  margin-top: 8px;
}

.handpick-tabs .score-img {
  width: 72px;
  display: flex;
}

.handpick-tabs .score-img > img {
  width: 14px;
  height: 14px;
}

.handpick-tabs .score-num {
  font-size: 12px;
  color: #42526e;
}

.handpick-tabs .tabs-handle {
  /* margin: 0 auto; */
  max-width: 204px;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 21px; */
  margin-top: 7%;
  display: flex;
  opacity: 0;
}

.handpick-tabs .tabs-introduce {
  font-size: 14px;
  /* text-align: left; */
  line-height: 18px;
  color: #4f4f4f;
  margin-top: 18px;
}

.handpick-tabs .handle-download {
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #e72a29 0%, #f1605f 100%);
  border-radius: 28px;
  cursor: pointer;
}
.handpick-tabs .handle-more {
  /* width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #2a2b2e;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #2a2b2e;
  cursor: pointer; */
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #e72a29 0%, #f1605f 100%);
  border-radius: 28px;
  cursor: pointer;
}

/* .app-market-header .handpick-tabs:hover .tabs-handle {
  opacity: 1;
  transition: all 1s;
} */

/* .app-market-header .handpick-tabs:hover {
  height: 198px;
} */

.app-market-header .handpick-tabs:hover .tabs-stitle {
  color: #e31f1d;
}

.app-market-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}

.market-content-left {
  margin-right: 40px;
  /* width: 30%; */
  width: 200px;
}

.market-content-left .title {
  line-height: 16px;
  color: #172b4d;
  font-size: 14px;
}

.market-content-left .show-title {
  color: #5e6c84;
}

.market-content-left .red {
  font-size: 14px;
  color: #e31f1d;
}

.market-content-left .show select {
  width: 100%;
  height: 32px;
  border: none;
  padding: 0 12px;
  margin-top: 16px;
  background: #f4f5f7;
}

.market-content-left .filter .input {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.market-content-left .filter .input > span {
  margin-left: 3px;
}

.market-content-left .filter input {
  appearance: auto;
}

.market-content-left .category > span {
  display: block;
  line-height: 32px;
  margin-top: 8px;
  cursor: pointer;
}

.market-content-right {
  /* width: 70%; */
  width: calc(100% - 200px);
}

.market-content-right .recommend {
  margin-bottom: 64px;
}

.market-content-right .title-wrap {  
  margin-left: 26px;
  position: relative;
  padding: 11px 0;
}

.market-content-right .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #fff;
  padding-right: 24px;
}

.market-content-right .title-wrap .red-line {
  width: 100%;
  background: #E31F1D;
  height: 2px;
}

.market-content-right .stitle {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 400;
  margin-top: 24px;
  margin-left: 26px;
}

.market-content-right .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fill,calc(100% / 4 - 78px / 4)); */
  /* grid-gap: 0 1px; */
  /* min-width: 1150px; */
}

.market-content-right .handpick-tabs {
  cursor: pointer;
  margin-top: 40px;
  margin-left: 26px;
  /* width: 30%; */
  /* width: 23%; */
  width: calc(100% / 3 - 26px);
  /* min-width: 356px; */
  /* text-align: left; */
  text-align: justify;
  height: 242px;
  padding: 0 25px 25px;
  box-shadow: 0px 0px 1px 0px rgba(9, 30, 66, 0.31);
}

.market-content-right .handpick-tabs .tabs-title {
  flex-direction: column;
  align-items: flex-start;
}

.market-content-right .handpick-tabs .tabs-icon {
  margin-bottom: 21px;
}

.market-content-right .handpick-tabs .tabs-title > div {
  width: 100%;
}

.market-content-right .handpick-tabs .tabs-introduce {
  margin-top: 13px;
  width: 100%;
  /* height: 40px; */
}

.market-content-right .handpick-tabs .tabs-score {
  /* width: 238px; */
  display: flex;
  margin: 23px 0 0;
}

.market-content-right .tabs-score > div:first-child {
  width: 136px;
  display: flex;
}

.market-content-right .handpick-tabs .tabs-handle {
  margin: 0;
  margin-top: 16px;
}

.market-content-right .handpick-tabs:hover {
  box-shadow: 0px 2px 16px 0px rgba(66, 82, 110, 0.2);
}

.market-content-right .handpick-tabs:hover .tabs-score {
  /* display: none; */
}

.market-content-right .handpick-tabs:hover .tabs-handle {
  transition: all 1s;
  opacity: 1;
}

.market-content-right .handpick-tabs:hover .tabs-stitle {
  color: #e31f1d;
}

.identifier {
  height: 25px;
  line-height: 25px;
}

.identifier > span {
  margin-right: -25px;
  float: right;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 88px;
  background: #ffab00;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ready{
  margin-bottom: 64px;
}

.ready-right{
flex: 1;
}

.ready .ready-flex {
  display: flex;
  height: 100%;
}

.ready .handpick-tabs {
  height: 170px;
  /* width: 31%; */
}

.ready .handpick-tabs .tabs-icon {
  margin-right: 16px;
}

.more {
  color: #e31f1d;
  line-height: 24px;
  font-size: 16px;
  margin: 32px 0 64px 0;
  text-align: center;
  cursor: pointer;
}

.app-item__icon {
  background-color: #e31f1d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  font-size: 30px;
  color: white;
  border-radius: 50%;
  /* background-color: #0052cc; */
}
.app-item__icon img{
  width: 25px;
}

.tabs-icon1:before {
  content: "\e7cb";
}

.tabs-icon2:before {
  content: "\e743";
}

.tabs-icon3:before {
  content: "\e6d2";
}

.tabs-icon3:before {
  content: "\e6d2";
}

.tabs-icon4:before {
  content: "\e75a";
}

.tabs-icon5:before {
  content: "\e926";
}

.tabs-icon6:before {
  content: "\e775";
}

.tabs-icon7:before {
  content: "\e69c";
}

.tabs-icon8:before {
  content: "\e7e5";
}

.tabs-icon9:before {
  content: "\e78c";
}

.tabs-icon10:before {
  content: "\e730";
}

.tabs-icon11:before {
  content: "\e73d";
}

.tabs-icon12:before {
  content: "\e7e0";
}

.tabs-icon13:before {
  content: "\e6a3";
}

.tabs-icon14:before {
  content: "\e7ad";
}

.tabs-icon15:before {
  content: "\e773";
}

.tabs-icon16:before {
  content: "\e7ca";
}

.tabs-icon17:before {
  content: "\e7e4";
}

.tabs-icon18:before {
  content: "\e7e6";
}

.tabs-icon19:before {
  content: "\ea22";
}

.tabs-icon20:before {
  content: "\e751";
}

.tabs-icon21:before {
  content: "\e69d";
}

.tabs-icon22:before {
  content: "\e7c4";
}

.tabs-icon23:before {
  content: "\e6e0";
}

.tabs-icon24:before {
  content: "\e73f";
}

.tabs-icon25:before {
  content: "\e641";
}

.tabs-icon26:before {
  content: "\e772";
}

.tabs-icon27:before {
  content: "\e69a";
}

.tabs-icon28:before {
  content: "\e718";
}

.tabs-icon29:before {
  content: "\e77a";
}

.tabs-icon30:before {
  content: "\e67e";
}

.tabs-icon31:before {
  content: "\e7d2";
}

.tabs-icon32:before {
  content: "\e63e";
}

.tabs-icon33:before {
  content: "\e794";
}

.tabs-icon34:before {
  content: "\e692";
}

.tabs-icon35:before {
  content: "\e7e2";
}

.tabs-icon36:before {
  content: "\e7e2";
}

.tabs-icon37:before {
  content: "\e692";
}

.tabs-icon38:before {
  content: "\e7ec";
}

.tabs-introduce{
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
