@font-face {
    font-family: 'FontAwesome';
    src: url('/static/fontawesome/fonts/fontawesome-webfont.ttf');
}

@font-face {
    font-family: 'yuanti';
    src: url('/static/fonts/YUANTI.TTC');
}

@font-face {
    font-family: 'eras';
    src: url('/static/fonts/ERASDEMI.TTF');
}

.header_logo {
    width: 40px;
    height: 40px;
    margin-left: -6px;
    margin-top: 0;
    float: left;
    color: white;
}

#title {
    width: 30%;
    height: 40px;
    line-height: 40px;
    color: white;
    z-index: 1090;
    position: absolute;
    left: 35%;
    font-size: 20px;
    text-align: center;
    padding-left: 0;
    float: left;
}

.header_navi_headimg {
    width: 35%;
    height: 40px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 15px;
    color: white;
    text-align: right;
    overflow-x: hidden;
    padding-right: 2px;
}

.header_navi_headimg > div:nth-child(1) {
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    margin-top: 4px;
    margin-right: 0;
    border-radius: 4px;
    float: right;
}

.header_navi_headimg > div:nth-child(2) {
    float: right;
    width: 90px;
    overflow-x: hidden;
    margin-right: 6px;
}


.bg-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    background-size: 100% 100%;
    padding-top: 40px;
    margin: 0;
    overflow-y: scroll;
}
#footer_menu {
    color: dimgray;
    text-align: center;
}
#footer_menu > div:nth-child(1) {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
}

.input-group-radio-section {
    width: 100%;
    background-color: white;
    height: 40px;
    border: 1px solid #ccc;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 10px;
    line-height: 40px;
}

/*  category list page  */
#searchbar_input, #stafflist_searchbar_input {
    width: 82%;
    height: 40px;
    line-height: 30px;
    padding-top: 3px;
    font-size: 20px;
    color: black;
    position: relative;
    top: 0;
    left: 14px;
    float: left;
    border: none;
}
#searchbar_input:focus, #stafflist_searchbar_input:focus {
    outline: none;
}
#searchbar_icon, #stafflist_searchbar_icon, #stafflist_web_searchbar_icon {
    width: 26px;
    height: 26px;
    position: relative;
    top: 7px;
    right: 10px;
    float: right;
}
#tip_div {
    background-color: white;
    margin-top: 15px;
    height: 40px;
    line-height: 30px;
    font-size: 17px;
    padding: 5px 5px;
    font-weight: normal;
    color: #0c0c0c;
    border: 1px solid lightgray;
    border-left: 5px solid #e83b53;
}

.div_top20 {
    height: 36px;
    width: 100%;
    margin-top: 15px;
}
.hot_latest_btn {
    width: 30%;
    height: 36px;
    line-height: 32px;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
    color: #e83b53;
    border: 2px solid #e83b53;
    float: left;
    margin-left: 10%;
}
#btn_latest20 {
    margin-left: 20%;
}

.bg_gray_gradient {
    background: -webkit-linear-gradient(#ececec 1%, white 3%, white 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ececec 1%, white 3%, white 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ececec 1%, white 3%, white 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ececec 1%, white 3%, white 100%); /* 标准的语法（必须放在最后） */
}
.category_title_icon {
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    margin-left: 5px;
}
.category_title_text {
    float: left;
    width: 50%;
    font-size: 20px;
    margin-left: 5px;
}
.category_line {
    width: 100%;
}
.category_left {
    width: 48%;
    height: 120px;
    float: left;
    background-color: white;
    box-shadow: 5px 5px 5px 1px lightgrey;
    margin-bottom: 20px;
}
.category_right {
    width: 48%;
    height: 120px;
    float: right;
    background-color: white;
    box-shadow: 5px 5px 5px 1px lightgrey;
    margin-bottom: 20px;
}
.category_img {
    height: 80%;
    background-size: 100% 100%;
    object-fit: cover;
}
.category_name {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

/*  staff list page  */
.row_staff {
    height: 110px;
    background-color: white;
    border-bottom: 1px solid lightgrey;
}
.staff_info_div {
    padding: 6px 20px;
    float: left;
    width: 80%;
}
.staff_name {
    line-height: 38px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.staff_singer {
    line-height: 30px;
    font-size: 17px;
    color: #a8a8a8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.staff_download_time {
    line-height: 30px;
    font-size: 16px;
    color: #a8a8a8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.staff_play_btn {
    width: 30px;
    height: 79px;
    position: relative;
    top: 0;
    right: 18px;
    float: right;
    /*background-image: url("/static/images/Licon_Play.png");*/
    background-size: 30px 30px;
    background-position: 0 25px;
    background-repeat: no-repeat;
}

/* staff detail page */
#player_div {
    margin-top: -20px;
    background-color: white;
    padding-bottom: 0;
}
.staff_audio_img_div {
    float: left;
    width: 80px;
    height: 80px;
    margin-left: 3%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}
.staff_name_line {
    width: 70%;
    float: right;
    height: 80px;
    margin-right: 5%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.staff_name_line > div:nth-child(1) {
    width: 64%;
    float: left;
    font-size: 22px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.staff_name_line > div:nth-child(2) {
    width: 35%;
    float: right;
    font-size: 17px;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aud {
    width: 100%;
}
.vid {
    width: 100%;
}
.detail_content {
    margin-top: -5px;
    background: -webkit-linear-gradient(#ececec 1%, white 3%, white 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ececec 1%, white 3%, white 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ececec 1%, white 3%, white 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ececec 1%, white 3%, white 100%); /* 标准的语法（必须放在最后） */
}
.staff_preview {
    width: 100%;
    height: 430px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
}
#download_staff {
    width: 40%;
    height: 40px;
    line-height: 40px;
    background-color: #e83b53;
    border-radius: 20px;
    color: white;
    font-size: 24px;
    margin-left: 30%;
    border: none;
    margin-top: 10px;
}
.download_tip {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 15px 0 15px 0;
}

.warning_div {
    width: 90%;
    margin-left: 5%;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    background-color: white;
    border: 3px solid #e83b53;
    border-radius: 30px;
    box-shadow: 5px 5px 5px 2px lightgrey;
}

#warning_page_oops {
    width: 50%;
    height: 150px;
    background-image: url("/static/images/oops_red.png");
    background-size: 100% 100%;
    margin-top: 20px;
    margin-left: 25%;
}

.warning_div > div:nth-child(2) {
    color: #e83b53;
    font-weight: bold;
    margin-top: 20px;
    font-size: 24px;
}

#warning_page_msg {
    font-size: 20px;
    color: #7f212e;
}
#warning_page_msg2 {
    width: 70%;
    margin-left: 15%;
    margin-top: 10px;
    font-size: 18px;
    color: #7f212e;
    margin-bottom: 40px;
}
#btn_ret2list {
    width: 46%;
    height: 40px;
    margin-left: 27%;
    background-color: #e83b53;
    color: white;
    font-size: 22px;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* --start--  self center page  */
#div_stu_info {
    width: 100%;
    padding-top: 10px;
    height: 70px;
    background-color: white;
    border: 1px solid lightgray;
    border-left: 5px solid #e83b53;
}
#div_stu_info > div:nth-child(1) {
    width: 26%;
    text-align: center;
    float: left;
}
.headimg {
    width: 50px;
    height: 50px;
    /*float: right;*/
    margin: auto;
    border-radius: 10px;
    background-size: 100% 100%;
}
#div_stu_info > div:nth-child(2) {
    width: 74%;
    margin-top: 0;
    float: left;
    border-left: 2px dotted black;
}
.sc_item_div {
    margin-left: 8%;
}
.wxname {
    margin-left: 0;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
}
.info_student {
    margin-left: 0;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}

.div_title_tabs {
    width: 100%;
    margin-top: 10px;
    height: 36px;
    background-color: white;
    font-size: 18px;
    text-align: center;
}
.tab_orders {
    width: 49%;
    line-height: 36px;
    color: dimgray;
    font-size: 16px;
    float: left;
}
.tab_downloads {
    width: 50%;
    line-height: 36px;
    color: white;
    font-weight: bold;
    float: right;
    background-color: #e83b53;
}
#my_down_list_outer {
    clear: both;
    margin-top: 2px;
    height: 650px;
    overflow-y: scroll;
    background-color: white;
}
.list_downbtn_redownload {
    width: 36px;
    height: 36px;
    float: right;
    margin-top: 37px;
    margin-right: 22px;
    padding: 0;
    background: url("/static/images/Licon_download2.png");
    background-size: 100% 100%;
}
#div_float_return {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 5px;
    left: 30px;
    background: url(/static/images/back.png);
    background-size: 100% 100%;
}

/* --end--  self center page */



/* --start-- something to override bootstrap css */
.navbar {
    min-height: 40px;
    max-height: 40px;
}

.navbar-inverse {
    background-color: #3e3e3e;
    border-color: dimgray;
}

.main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
}

.row {
    padding-bottom: 15px;
}

.input-group {
    width: 100%;
    height: 40px;
    padding: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 40px;
    padding: 0 12px !important;
}

.input-group-addon:first-child {
    width: 26%;
}

.panel-heading {
    font-size: 24px;
}

.panel-footer {
    background: none;
    font-weight: bold;
    text-align: center;
    border-top: none;
    color: dimgray;
}

.panel-default {
    font-size: 18px;
    text-align: center;
}

/* --end-- something to override bootstrap css */
