/* Base Style */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, big, cite, code, del, em, font, img, ins, q, s, small, strong, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, select, option, param {
    margin:0;
    padding:0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
}
ul, ol, li {list-style-type:none;}
img {border:0;}
div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* html5 */
section,article,aside,header,footer,nav,dialog,figure{display:block;}

/* text */
input, label, select, option, textarea, button, fieldset, legend {font-family:Tahoma,sans-serif;}
/* a link */
a {text-decoration:none;}
a:hover {text-decoration:underline;}

/* clear both */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1;display:inline-block;_height:1px}
*html.clearfix{height:1%}
*+html .clearfix{height:1%}
.clearfix{display:block}
.clear {clear:both;}

.mt {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mr {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.pl5 {
    padding-left: 5px;
}
.auto-wrap {
    word-break: break-all;
}

/* menuicon */
.menuicon {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}
.menuicon.icon_makeradio {
    background:url(/public/images/icon/icon_makeradio.svg) no-repeat center center;
	background-size:cover;
}
.menuicon.icon_separator {
    background:url(/public/images/icon/icon_separator.svg) no-repeat center center;
	background-size:cover;
}
.menuicon.icon_zhubo {
    background:url(/public/images/icon/icon_zhubo.svg) no-repeat center center;
	background-size:cover;
}
.menuicon.icon_sucai {
    background:url(/public/images/icon/icon_sucai.svg) no-repeat center center;
	background-size:cover;
}
.menuicon.icon_testing {
    background:url(/public/images/icon/icon_testing.svg) no-repeat center center;
	background-size:cover;
}

/* public */
body {
    font-size:12px;
    color:#111;
    font-family: SimSun;
    background: #f1f1f1;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a { color:#111;}
input.inputtext:focus,
textarea:focus,
select:focus {background:#fcfcfc;}
textarea {padding:2px; border:1px solid #bdc7d8; font-size:12px;}
select, option {font-size:12px;}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    -webkit-font-smoothing: inherit;
    background-image: none;
}
button {
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
}
/* button */
.button-input {
    display: inline-block;
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    border: 0;
    text-align: center;
    font-weight: 700;
    background: #008CBA;
    color: #fff;
    border-radius: 2px;
}
.button-input-cancel {
    display: inline-block;
    font-size: 14px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    line-height: 26px;
    height: 26px;
    border: 0;
    text-align: center;
    font-weight: 700;
    background: #9E9E9E;
    color: #fff;
    border-radius: 2px;
}
.button-input-small {
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    background: #008CBA;
    border-radius: 2px;
    cursor: pointer;
}
.button-input-small:hover {
    background: #69b1c9;
}

/* input */
.text-border {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #f6feff;
    height: 20px;
    line-height: 20px;
    box-shadow: inset 0 1px 1px #ddd;
}
.text-span2 {
    width: 200px;
}
.text-span3 {
    width: 300px;
}
.textarea-border {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #f6feff;
    line-height: 20px;
    box-shadow: inset 0 1px 1px #ddd;
}
.chapter-textarea {
    font-size: 16px;
    line-height: 40px;
    width: 800px;
    height: 600px;
}
.select-border {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #f6feff;
    box-shadow: inset 0 1px 1px #ddd;
}

.decrement-btn,
.increment-btn {
    background-color: #eeeeee;
    padding: 0px 5px;
    cursor: pointer;
    outline: none;
    border: 1px solid #ccc;
}
.indecr-input-number {
    width: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

/* custom-select */
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select .select-color-span {
    width: 100px;
    line-height: 24px;
    min-height: 18px;
    display: block;
    text-align: center;
}
.custom-select .select-button {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.custom-select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0;
    margin: 0;
    margin-left: -475px;
    padding-top: 5px;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1;
    width: 950px;
    max-height: 480px;
    overflow-y: auto;
}
.custom-select .select-options li {
    padding: 4px;
    cursor: pointer;
    display: inline-block;
}
.custom-select .select-options li:hover {
    background-color: #f0f0f0;
}

/* customConfirm */
.customConfirm-Wrapper {
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
    background-color: #fff;
    border: 1px solid #20a192;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.08);
    width: 500px;
    text-align: center;
}
.customConfirm-Wrapper .customConfirm-Title {
    font-size: 16px;
    font-weight: bold;
    background: #20a192;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.customConfirm-Wrapper .customConfirm-Content {

}
.customConfirm-Wrapper .customConfirm-Content .customConfirm-Message {
    padding: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}
.customConfirm-Wrapper .customConfirm-Button {
    margin-bottom: 10px;
}
.customConfirm-Wrapper .customConfirm-Button button {
    padding: 8px 15px;
    margin: 5px;
    border: 1px solid #20a192;
    background-color: #20a192;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}
.customConfirm-Wrapper .customConfirm-Button button:hover {
    background-color: #68bfb5;
    border-color: #68bfb5;
}
.customConfirm-Wrapper .customConfirm-Button button.customConfirm-Button-No {
    background-color: #FFF;
    color: #20a192;
}
.customConfirm-Wrapper .customConfirm-Button button.customConfirm-Button-No:hover {
    background-color: #f3fffe;
    border-color: #f3fffe;
}

/* form-horizontal */
.form-horizontal .form-table {
    width: 100%;
    table-layout: fixed;
}
.form-horizontal .form-table td {
    padding-bottom: 20px;
}
.form-horizontal .form-table td.item-label {
    padding-left: 25px;
    text-align: right;
}
.form-horizontal .form-table td.item-label label {
    display: block;
    font-weight: 700;
    color: #666;
    padding-top: 6px;
}
.form-horizontal .form-table td.pure-text {
    padding-top: 6px;
}
.form-horizontal .form-table td .notice {
    color: #777;
    font-size: 12px;
}
.form-horizontal .form-table td .button-link {
    line-height: 30px;
}
.form-horizontal .form-table td .button-link a {
    color: #0a8abf;
}
.form-horizontal .form-table .buttons td {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

/* color */
.ucLink {
    text-decoration: underline;
    margin-left: 10px;
}
.colorGreen {
    color: #20a192;
}
.colorRed {
    color: #d84747;
}

/* navigator */
.navigator {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 15px 0 13px;
    background-color: #fff;
    color: #333;
}
.navigator .centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    height: 42px;
}
.navigator .centered .logo {
    flex: 0 0 200px;
    line-height: 42px;
}
.navigator .centered .logo .logoText {
    font-size: 26px;
    color: #20a192;
    font-family: "PingFang SC", "Microsoft YaHei", SimHei, STHei, sans-serif;
    letter-spacing: 2px;
}
.navigator .centered .logo a:hover {
    text-decoration: none;
    color: #e13430;
}
.navigator .centered .menu {
    display: flex;
    align-items: center;
    flex: 1;
}
.navigator .centered .menu .item {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.navigator .centered .menu .item a {
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.navigator .centered .menu .item.active a {
    color: #20a192;
}
.navigator .centered .menu .item:hover a {
    color: #e13430;
    text-decoration: none;
}
.navigator .centered .menu .item .label {
    position: absolute;
    right: -25px;
    top: -8px;
    width: 36px;
    text-align: center;
    background: #fd5353;
    border-radius: 100px;
    line-height: 14px;
    color: #fff;
    font-family: Arial-BoldMT;
    font-size: 9px;
    font-weight: 300;
}
.navigator .centered .user-info {
    flex: 0 0 300px;
    box-sizing: border-box;
    text-align: right;
    line-height: 42px;
}
.navigator .centered .user-info .sign-in {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}
.navigator .centered .user-info .sign-in a:hover {
    color: #e13430;
    text-decoration: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* popupLayer */
.popupLayer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.popupLayer .popupLayer-Header {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DDD;
}
.popupLayer .popupLayer-Header h2 {
    font-size: 14px;
    display: inline-block;
}
.popupLayer .popupLayer-Header .popupClose {
    float: right;
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    display: inline-block;
}
.popupLayer .popupLayer-Header .popupClose:hover {
    background: #f2f2f2;
}
.popupLayer .popupBody {
    margin-top: 20px;
}
.popupLayer .popupFooter {
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    background: #f2f2f2;
}

/* simple-alert  */
.simple-alert {
    display: none;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 9999;
    background: #d9edf7;
}
.simple-alert.alert-success {
    background: #dff0d8;
    color: #3c763d;
}
.simple-alert.alert-info {
    background: #d9edf7;
    color: #31708f;
}
.simple-alert.alert-warning {
    background: #fcf8e3;
    color: #8a6d3b;
}
.simple-alert.alert-danger {
    background: #f2dede;
    color: #a94442;
}
.simple-alert.top-center {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.simple-alert.top-right {
    top: 20px;
    right: 20px;
}
.simple-alert.bottom-left {
    bottom: 20px;
    left: 20px;
}
.simple-alert.bottom-right {
    bottom: 20px;
    right: 20px;
}

/* miniAudio */
.miniaudio-player-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.miniaudio-player-container .audio-player {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.miniaudio-player-container .player-controls {
    width: 100%;
}
.miniaudio-player-container .progress-bar {
    width: 100%;
    height: 5px;
    background-color: #ddd;
    position: relative;
}
.miniaudio-player-container .progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #007bff;
    width: 0%;
}

/* ft-tip */
.ft-tip {
    padding: 15px 15px 5px 15px;
    background-color: #faf7f7;
    border-radius: 4px;
    margin-bottom: 15px;
}
.ft-tip .title {
    font-size: 15px;
    color: #ff656b;
}
.ft-tip p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}
.faq-tip {
    padding: 15px 15px;
    background-color: #f6f6f6;
    font-size: 13px;
    border-radius: 4px;
}
.faq-tip .title {
    font-size: 18px;
    margin: 10px 0;
}
.faq-tip dt {
    margin-bottom: 5px;
}
.faq-tip dd {
    margin-bottom: 10px;
}
.faq-tip dl {
    margin: 0;
}

/* pagination */
.pagination {
    font-family:Tahoma;
    font-size:12px;
    line-height:24px;
    margin:10px auto;
    text-align:center;
    position: relative;
}
.pagination .jump {
    position: absolute;
    right: 12px;
    top: 5px;
}
.pagination .jump input {
    width: 46px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.pagination a {
    padding:4px 12px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right:5px;
    color:#333;
    border-color: #DDD;
    border-width: 1px;
    border-style: solid;
}
.pagination a:hover,
.pagination span.current {
    color:#fff;
    background: #F63;
    border-radius: 3px;
    height:24px;
    margin-right:5px;
    padding: 4px 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border:1px solid #F63;
    transition: .2s all;
    text-decoration:none;
}
.pagination span.disabled {display:none;}
/* end pagination */

/* footer */
.footer-root {
    outline: none;
    background: rgba(255,255,255, 1);
    color: #606060;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
}
.footer-root .container {
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
}
.footer-root .browser-tips {
    font-size: 14px;
    background: #faf7f7;
    padding: 10px 0;
    text-align: center;
}
.footer-root .row {
    display: inline-block;
    width: 100%;
}
.footer-root .footer-nav {
    font-size: 14px;
}
.footer-root .footer-bottom {
    font-size: 14px;
    margin-top: 10px;
}
/* end footer */
