.release {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    overflow: hidden;
}

.release-box {
    width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    /*border-bottom: 2px solid red;*/
    align-items: flex-end;
}

.release-title {
    height: 100px;
    top: 0;
    margin-top: 30px;
    line-height: 100px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-align: center;
}

.release-item {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 30px;
}

.release-type-title {
    width: 15%;
    font-size: 16px;
    line-height: 45px;
}

.release-type {
    width: 80%;
}

.release-type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.release-type li {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    margin-right: 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.release-type li span {
    display: inline-block;
    width: 138px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

.release-type li:hover {
    border: 1px solid red;
    background-color: #EAEAEA;
    border-radius: 5px;
}

.release-name,
.release-brand {
    width: 80%;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
}

.test-box {
    overflow: hidden;
}

.test {
    float: left;
    margin-right: 10px;
    padding: 8px;
    border-radius: 4px;
    background-color: blue;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.release-toolbar {
    width: 80%;
}

.release-submit {
    width: 150px;
    height: 40px;
    margin-top: 50px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.release-submit:hover {
    background-color: #176AD2;
}

.choice-nav-itemize-hear {
    margin-top: -50px !important;
}

.nav-itemize-box {
    margin-top: -2.6px !important;
}
#filePicker{
    width: 67px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    height: 42px;
}
.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #1ab394;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    width: 67px;
    /* height: 100%; */
    height: 42px;
    font-size: 13px;
    line-height: 42px;
    /*top: 5px;*/
}
