
/*content*/
body .content {
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.content .container {
    max-width: 85%;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 0 15px;
    background: #FFFFFF;
}

.details {
    width: 100%;
    height: 100%;
}

.details .details-article {
    width: 96%;
    height: 100%;
    margin: auto;
    padding-bottom: 50px;
}

.details-article .details-tip {
    width: 100%;
    height: 100%;
    font-family: SourceHanSansSC;
    color: #000000;
    font-weight: 500;
    font-size: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    padding-bottom: 20px;
}

.details-article .details-back {
    width: 100%;
    height: 100%;
}

.details-back img {
    width: 100%;
    height: 100%;
}

.details-article .details-shell {
    width: 100%;
    height: 100%;
}

.details-shell .shell-part {
    width: 100%;
    height: 100%;
}

.shell-part .part-text {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    font-family: SourceHanSansSC;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: #333333;
}

.shell-part .part-search {
    width: 100%;
    height: 60px;
    background-color: #106FB4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part-search .part-search-input {
    width: calc(100% - 200px);
    height: 40px;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0 8px;
    border: none;
}

.part-search .part-search-icon {
    width: 55px;
    height: 38px;
    border-radius: 5px;
    background-color: #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.part-search-icon img {
    width: 50%;
}

.shell-part .part-ul {
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.part-ul ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.part-ul ul li {
    width: 32%;
    padding-bottom: 40px;
    margin: 0.666%;
}

.part-ul .img-name .img-name-text {
    width: 100%;
    height: 100%;
    font-family: SourceHanSansSC;
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.part-ul .img-name .img-name-hint {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    font-family: SourceHanSansSC;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}


