.YUGO-body {
    min-height: 100%;
    background: #F8F8F8
}

p {
    margin-bottom: 0px !important;
}

.YUGO-upload-header {
    width: 100%;
    height: 405px;
    overflow: hidden;
    position: relative;
}

.YUGO-upload-header>img {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.YUGO-upload-search {
    width: 800px;
    height: 212px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.YUGO-upload-search-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.YUGO-upload-search-main {
    width: 575px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    font-size: 0;
}

.YUGO-upload-search-main input {
    width: calc(100% - 60px);
    height: 100%;
    color: #171717;
    font-size: 16px;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
    vertical-align: top;
    border: none;
    outline: none;
}

.YUGO-upload-search-btn {
    width: 60px;
    height: 100%;
    background: #10B4B5;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.YUGO-upload-search-btn img {
    width: 22px;
    height: 22px;
    margin-top: 15.5px;
    margin-left: 18px;
}

.YUGO-upload-bottom {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.YUGO-upload-content {
    width: 1200px;
    margin: auto;
    background: #ffffff;
}

.YUGO-upload-nav {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 50px;
}

.YUGO-upload-table {
    width: 100%;
    padding-left: 50px;
    padding-right: 46px;
}

.YUGO-upload-table-list {
    width: 100%;
    height: 112px;
    border-bottom: 1px dotted #CFCFCF;
    overflow: hidden;
    font-size: 0;
}

.YUGO-upload-nav ul {
    width: 100%;
    height: 100%;
}

.YUGO-upload-nav ul li {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 100px;
    color: #999999;
    font-size: 20px;
    margin-left: 84px;
    font-weight: bold;
    cursor: pointer;
}

.YUGO-upload-nav ul li:nth-child(1) {
    margin-left: 0px;
}

.upload-active {
    color: #10B4B5 !important;
    font-size: 24px;
    position: relative;
}


/* .upload-active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #10B4B5;
    left: 0px;
    bottom: 0px;
    z-index: 10;
} */

.YUGO-upload-table-list-index {
    width: 48px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.YUGO-upload-table-list-index .index {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #999999;
    color: #999999;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 43px;
    cursor: default;
}

.YUGO-upload-table-list-icon {
    width: 66px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.YUGO-upload-table-list-icon img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-top: 23px;
}

.YUGO-upload-table-list-info {
    width: calc(100% - 212px - 66px - 48px);
    height: 100%;
    padding-left: 18px;
    padding-right: 200px;
    display: inline-block;
    vertical-align: top;
    padding-top: 23px;
}

.YUGO-upload-table-list-text {
    width: 100%;
    padding-top: 12px;
}

.YUGO-upload-table-list-text p {
    display: inline-block;
    vertical-align: top;
}

.YUGO-upload-table-list-text p:nth-child(1) {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.YUGO-upload-table-list-text img {
    width: 14px;
    height: 18px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-upload-table-list-text p:nth-child(3) {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
}

.YUGO-upload-table-list-recommend {
    width: 100%;
    margin-top: 16px;
}

.YUGO-upload-table-list-recommend p {
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.YUGO-upload-table-list-btn {
    width: 212px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.YUGO-upload-table-list-btn button:hover {
    background: #10B4B5;
}

.YUGO-upload-table-list-btn button:hover p {
    color: #ffffff !important;
}

.YUGO-upload-table-list-btn button {
    width: 122px;
    height: 46px;
    border: 1px solid #10B4B5;
    border-radius: 23px;
    background: #ffffff;
    outline: none;
    text-align: center;
    cursor: pointer;
    margin-top: 33px;
}

.YUGO-upload-table-list-btn button img {
    width: 25px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.YUGO-upload-table-list-btn button p {
    color: #10B4B5;
    font-size: 16px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.myPagination {
    padding-bottom: 36px;
    overflow: hidden;
    padding-top: 36px;
    margin-top: 0px !important;
}

.YUGO-upload-table-list-num {
    width: 90px;
    height: 100%;
    padding-top: 45px;
    float: left;
}

.YUGO-upload-table-list-num img {
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.YUGO-upload-table-list-num p {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}