body {
    margin: 0;
    padding: 0;
    position: relative;
    background: #F8F8F8;
    align-items: center;

}

a {
    text-decoration: none;
}

body::-webkit-scrollbar {
    display: none;
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(206, 206, 212);
    border-radius: 10px;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bottom {
    width: 100%;
    height: 320px;
    background: #000000;
    padding-top: 45px;
    justify-content: center;
    overflow: hidden;
}

.bottom-title {
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 21px;
    white-space: nowrap;
}

.bottom-content {
    font-size: 14px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 16px;
}

.bottom-item {
    padding-left: 40px;
    width: 25%;
    box-sizing: border-box;
    align-items: flex-start;

}



.bottom-item img {
    width: 124px;
    height: 159px;

}

.navi {
    flex: 1;
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    top: 42px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navi-item {
    width: 150px;
    text-decoration: none;
    color: #191919;
    text-align: end;
}

.navi-item-current {
    color: #FF8923;
}

.content-wrapper {
    max-width: 1284px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    width: 100%;
    min-height: calc(100vh - 320px);
}

.header {
    padding-top: 42px;


}

.header img {
    width: 214px;
    height: 36px;
}

.title-wrapper {
    align-items: center;
    margin-top: 94px;
    margin-bottom: 12px;
}

.title-wrapper .title {
    flex: 1;
    font-size: 32px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #191919;
    line-height: 49px;
}




.select-wrapper {
    width: 225px;
    height: 52px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    margin-right: 20px;
    border: 1px solid #C8C8C8;
    position: relative;
    display: inline-block;
    background-color: white;
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 300;
    color: #777777;
    line-height: 28px;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.select-wrapper:hover {
    /* background-color: #F6F7F9; */
}

.selected-option {
    height: 52px;
    padding-left: 33px;
    padding-right: 33px;
	box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 52px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*鼠标指针经过*/
}

.select-list {
    width: 223px;
    margin-top: 0px;
    border-radius: 10px;
	border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top: 0px;
    box-sizing: border-box;
    border: 1px solid #C8C8C8;
    background-color: #ffffff;
    padding-left: 0px;
    position: absolute;
    display: none;
    /*使下拉菜单栏消失*/
}


.select-list li {
    height: 40px;
    width: 225px;
    padding-left: 33px;
    padding-right: 33px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    line-height: 40px;
    display: block;
    /*使下拉菜单栏显示*/
}

.select-list li:hover {
    background-color: #E8E8E8;
}

.select-wrapper:hover .select-list {
    display: block;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 10px solid #666666;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}


input {
    width: 225px;
    height: 52px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #C8C8C8;
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 300;
    color: #777777;
    line-height: 28px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    outline:none;
}
input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.search-wrapper {
    width: 60px;
    height: 48px;
    background-color: #f93;
    border-radius: 4px;
    display: flex;
    margin-left: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search-wrapper img {
    width: 18px;
    height: 18px;
}

.search-wrapper:hover {
    background-color: rgb(236, 144, 52);
}


/* app */

.app-list {
    max-width: 1220px;
    display: flex;
    flex-direction: column;

}

.app-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 178px;
    background: #FFFFFF;
    margin: 12px 0px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    padding: 24px;
    box-sizing: border-box;
}


.app-icon {
    width: 114px;
    height: 114px;
}

.app-info-wrapper {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.app-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.app-info-wrapper .app-name {
    font-size: 30px;
    height: 45px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #191919;
    line-height: 45px;
}

.app-info-wrapper .app-star-wrapper {
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    margin-right: 6px;
}

.app-info-wrapper .app-star-wrapper img {
    width: 11px;
    height: 11px;
    margin-right: 6px;
}

.app-info-wrapper .app-downCnt {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #D9D9D9;
    line-height: 14px;
    margin-right: 22px;
}

.app-info-wrapper .app-cate {
    width: 95px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    border: 1px solid #FF8923;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FF8923;
    line-height: 30px;
}


.app-info-wrapper .app-info {
    width: 100%;
    flex: 1;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-info-wrapper .app-tags {
    margin-top: 12px;
    margin-bottom: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

.app-info-wrapper .app-tag {
    width: 119px;
    height: 37px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #666666;
    font-size: 17px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 37px;
    text-align: center;
    margin-right: 10px;
}

.btns-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-btn-detail {
    width: 112px;
    height: 34px;
    background: #0CC228;
    border-radius: 4px;
    text-align: center;
    opacity: 1;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 12px;
    line-height: 34px;
    align-self: center;
}

.yellow-btn {
    background: #FF8923;
    margin-bottom: 30px;
}

.page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 20px;
}

.page-wrapper .page{
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    border: 1px solid #ddd;
    margin: 0px 6px;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
}
.page-wrapper .page:active{
    transform: scale(1.1);
}

.page-wrapper .current{
    color: white;
    border: opx solid #ddd;
    background-color: #FF8923;
}

.page-wrapper .disabled{
    color: #999;
}
