#page_head {
    z-index: 9;
    display: flex;
    height: 60px;
    padding: 10px 20px;
    justify-content: space-between;
}

#logo {
    height: 40px;
    font-size: 30px;
}

.head-nav-img {
    width: 30px;
    height: 30px;
}

.head-nav-span {
    display: inline-block;
    font-size: 14px;
    padding-left: 5px;
}

#nav_draft_box {
    font-size: 14px;
}

#user_area {
    flex-direction: column;
}

#head_avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #c5c5c5;
}

.user-name {
    max-height: 72px;
}

#user_area svg {
    display: inline-block;
}

main {
    margin-top: 60px;
    width: 100%;
    border: 0;
    background: #80bdff;
    padding: 15px;
}

.show_res {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid #3333FF;
    padding: 15px 0;
    background: #FFFFFF;
    text-align: left;
    font-family: "Adobe 宋体 Std L", "Times New Roman", serif;
    font-size: 16px;
}

#show_res span {
    display: none;
    width: 400px;
    max-width: 80%;
    height: 400px;
    max-height: 80%;
}

#show_res ul {
    list-style-type: disc;
    margin: 0;
}

#show_res a {
    display: block;
    margin: 10px 10px 0 10px;
}

.write_area {
    background: #FFFFFF;
    padding: 5px;
    width: 100%;
    height: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.write_area div {
    margin: 0;
    border: 0;
    padding: 5px;
}

#new_play_form {
    padding: 0 0 10px 0;
}

#note_title, #note_synopsis, #note_content {
    display: none;
    float: right;
    margin-top: .25rem;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #3333FF;
}

#new_play_form .title {
    width: 60px;
    text-align: right;
    font-weight: 600;
}

#duration_area, #category_area {
    display: flex;
    align-items: center;
    padding: 10px;
}

#duration_area span, #category_area span {
    display: inline-block;
    font: 16px/1rem "Adobe 宋体 Std L";
}

#duration_area {
    align-items: center;
    line-height: 1rem;
    margin: 5px auto 0 auto;
}

#duration_area div {
    display: flex;
}

#duration_area input, #role_list input, #role_list select {
    border-width: 0 0 thin 0;
    border-bottom: thin solid #DCDCDC;
    outline: none;
}

#duration_area input {
    text-align: center;
    border-bottom-style: dashed;
    font: 200 16px/1rem "Times New Roman";
}

#duration_area span:last-child {
    margin-left: 5px;
    font-weight: 300;
}

#category_area label {
    margin: 0;
    width: 120px;
}

#category_area select {
    margin-left: 5px;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
}

#role_list label {
    display: inline-block;
    margin: 0 5px;
    align-items: center;
    font: 16px/1rem "Adobe 宋体 Std L", "Times New Roman";
}

#role_list .close {
    text-align: right;
}

#role_list .close a {
    cursor: pointer;
}

#role_list select {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

#role_list {
    margin: 10px;
    border: 1px solid #cce5ff;
    padding: 0;
    text-align: left;
}

#role_list > div {
    flex-direction: row;
}

#role_list .card-header {
    padding: 5px;
    font-size: 18px;
}

#role_list img {
    width: 24px;
    height: 24px;
}

#role_list .card-body button {
    margin-left: 100px;
}

#role_list .card-body button img {
    margin-right: 5px;
}

#add_role {
    margin: 0 5px 10px 5px;
    padding: 0 0 0 5px;
    vertical-align: bottom;
    align-items: flex-end;
    font-size: 16px;
    font-family: "Adobe 宋体 Std L", "Adobe 楷体 Std R", fangsong;
}

#add_role button {
    display: flex;
    align-items: flex-end;
}

#add_role img {
    display: inline-block;
    width: 24px;
    height: 24px;
}

#add_role span {
    display: inline-block;
    margin-left: 5px;
}

#drama_form table {
    margin: 0;
    padding: 10px;
    width: 100%;
}

#drama_form tr {
    display: flex;
    align-items: center;
}

#drama_form th {
    width: 80px;
    padding: 5px;
    text-align: right;
    font-weight: 600;
}

#drama_form .synopsis, #drama_form .content {
    vertical-align: top;
    align-self: flex-start;
}

#drama_form td {
    width: 100%;
    padding: 5px;
    text-align: left;
}

#drama_form .status th {
    display:flex;
    padding: 0 5px 0 0;
    text-align: right;
    justify-content: right;
    align-items:center;
}

#drama_form .status label {
    display:inline-flex;
    margin:0 10px;
    align-items:center;
}

#drama_form .status label input {
    margin-right: 5px;
}

.duration input, .price input, #roles > div input, #roles > div select {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #9B9BBC;
    outline: none;
}

.duration input {
    text-align: center;
}

#roles, #a_role {
    margin: 5px 20px;
}

#roles .card-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

#roles .card-body {
    border-top: 1px solid #76839b;
    border-bottom: 1px solid #76839b;
    text-align: left;
}

#roles .card-body > div {
    display: flex;
    margin: 0.625em;
    border: thin solid #cce5ff;
    background: #FFFFFF;
    padding-left: 1em;
    align-items: center;
}

#roles .card-body > div > label {
    margin: 0.25em 0;
}

#roles .card-body > div > select {
    background: #FFFFFF;
}

#roles .card-body > div .btn-close {
    float: right;
    width: 0.75em;
    height: 0.75em;
}

[name="role[]"] {
    width: 9em;
}

[name="gender[]"] {
    background: #FFFFFF;
}

[name="description[]"] {
    width: 30em;
}
.price input {
    width: 10em;
    padding: 0 1em;
    text-align: right;
    font: 400 16px/20px "Times New Roman", serif;
}

#roles .card-body > div span {
    padding: 0 5px;
}

#a_role button span {
    margin-left: 0.25em;
}

#duration b, #budget b {
    width: 8em;
}

#duration input, #budget input {
    border-width: 0 0 thin 0;
    border-bottom: thin solid #DCDCDC;
    outline: none;
}
#require b {
    display: block;
    padding: 5px;
    text-align: left;
}
#page_foot {
    position: static;
    height: 60px;
}