.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.new_zhengw_tet div {
    background-color: #F8FAFB;
    margin: 10px 0;
}

.new_zhengw_inp div {
    margin: 10px 0;
}

.new_zhengw_inp input {
    width: 100% !important;
    border: 1px solid #ddd !important;
    background-color: #F8FAFB;
    height: 30px;
    line-height: 30px;
    text-align: left !important;
    text-indent: 10px;
    font-size: 16px;
}
.checkbox_span_box label{
    font-size: 16px;
}
.new_zhengw_tet textarea {
    box-sizing: border-box;
    width: 100% !important;
    border: 1px solid #ddd;
    line-height: 26px;
    height: 96px;
    background: 0 0;
    border-radius: 4px;
    display: block;
    padding: 11px 12px;
    font-size: 16px;
}
.central1{
    font-size: 16px;
}
.new_text_input_le {
    width: 90%;
    margin: auto;
}

.new_text_input_ri {
    width: 100%;
}

.central1 input,
.central2 input,
.central1 select {
    border: 1px solid #ddd;
    background-color: #F8FAFB;
}
.central{
   padding: 30px 0 0 0 ;
}
.author-box>input {
    border: none;
}

.asd_b {
    text-align: center;
}

.asd_b .configuration {
    display: inline-block;
}
.central1 input, .central2 input{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
   
}
#picture{
    min-height: 50vh;
}
.word_a span{
    font-size: 16px;
}
.btn-box input {
    margin: 0 20px;
    line-height: 35px;
    font-size: 18px;
    padding: 0px 15px;
}
.author-box input{
    height: 25px;
}
.checkbox_span_box {
    /* float: left; */
    /* padding-right: 10px; */
    display: inline-block;

    padding-right: 40px;
    margin: 10px 0;
}
select {
    height: 30px;
    line-height: 30px;
}
.checkbox_span {
    border: #875823 1px solid;
    width: 15px;
    height: 15px;
    border-radius: 21px;
    margin: 3px 5px 0 0 !important;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    float: left;
}

.checkbox_span.on::after {
    width: 20px;
    height: 20px;
    background: url(/skin/shufa/images/g.png);
    background-repeat: no-repeat;
    -o-background-size: 18px;
    background-size: 18px;
    background-position: center;
    content: '';
    position: absolute;
    bottom: 0;
    right: -4px;
    display: block;
}

.checkbox_span input {
    opacity: 0;
    position: relative;
    z-index: 99999999999999;
}

.configuration .power {
    float: left;
    padding-right: 45px;
    /* padding-right: 25px; */
}

.configuration .power span {
    margin: 0 5px 0 0;
}

.central1 input,
.central2 input,
.central1 select {
    text-align: center;
}

.configuration {
    margin: 10px 0;
}

.picture {
    width: 100%;
}


.writing1 {
    width: 100%;
}

.writing1 .youce {
    overflow: hidden;
}

.writing1 .youce li {
    float: none;
}

.writing1 .youce li div {
    float: left;
    margin: 10px;
}




 

 
.lineDiv .minDiv .vals {
    position: absolute;
    font-size: 20px;
    top: -45px;
    left: -10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: blue;
}
 
.lineDiv .minDiv .vals:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid blue;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block;
    margin-left: 11px;
}


#scrollBar {
    width: 40%;
    height: 10px;
    background-color: #ccc;
    margin:  50px auto;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
    position: relative;
}

.lineDiv {
    width: 80%;
    height: 10px;
    background-color: #ff4400;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    /* border-radius: 2em; */
}

.minDiv {
    height: 25px;
    width: 25px;
    background-color: #efefef;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    position: absolute;
    cursor: pointer;
    position: absolute;
    top: -8px;
    left: 80%;
}