@charset "utf-8";
ul, li, ol {list-style: none;}

body  {
    background: #f0f2f5;
}

a {
    color: #525b5f;
}

/*机型介绍*/
.model {
    width: 100%;
    height: 100px;
    font-size: 16px;
    position: relative;
    background: #ffffff;
}
.model img {
    /*width: 100%;*/
    max-height: 100%;
    /*position: absolute;*/
}
.model-info {
    width: 100%;
    height: 100%;
    display: flex;
    /*align-items: top;*/
    /*justify-content: left;*/
    /*flex-direction: column;*/
    position: absolute;
    top: 0;
}
.model-info .name {
    font-size: 28px;
    padding: 0 1rem;

}
.model-info .desc {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-decoration: underline;
    /*display: flex;*/
}

.file-content {
    min-height: calc(100vh - 120px);
    margin: 10px 5px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}

/*语言标题*/
.lang-list{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.lang-list .item {
    font-size: 16px;
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    border: 1px solid;
    border-color: #fff;
    border-bottom-color: #f0f2f5;
    background: #fff;
}
.lang-list .item.active {
    border-color: #f0f2f5;
    border-bottom-color: #fff;
}

/*文件列表*/
.file_list {
    border: 1px solid #f0f2f5;
    margin-top: -1px;
    padding: 10px 0;
    overflow: auto;
    min-height: 100px;
    max-height: calc(100vh - 180px);
}

.file_list .am-breadcrumb {
    padding: 0 0.5rem;
    margin: 0;
    font-size: 12px;
}

.file_list .am-breadcrumb > li + li:before {
    padding: 0;
}

.file_list .am-thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #f0f2f5;
}

.file_list .am-thumbnail:active {
    background: #ebebeb;
}

.file_list .am-thumbnail a {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.file_list .ico {
    width: 80px;
    height: 80px;
    background-size: contain;
    margin: 0;
    margin-top: 5px;
}

.file_list .name {
    height: 45px;
    margin: 5px;
    font-size: 12px;
    word-break: break-all;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.file_list [class*="am-u-"] + [class*="am-u-"]:last-child {
    float: left;
}

.downFile {
    width: 100%;
    text-align: right;
    font-size: 16px;
    margin-top: -18px;
    color: #76bb96;
    padding-right: 5px;
    margin-bottom: -6px;
}

/*隐藏掉滚动条*/
::-webkit-scrollbar {
    display: none;
}

.no-404 {
    font-size: 6rem;
    text-align: center;
    color: #b3b2b2;
}

@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 641px) {
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (min-width: 1260px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (min-width: 641px) {
}