.main{
    margin-bottom: 70px;
}
.main nav span{
    color: #909090;
    line-height: 40px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}
.main nav span:before{
    content: ">";
    font-size: 12px;
    color: #909090;
    line-height: 42px;
    position: absolute;
    width: 20px;
    text-align: center;
    position: absolute;
    left: -20px;
    top: 0;
}
.main nav span:first-child{
    margin-left: 0;
    padding-left: 20px;
    background: url(../../../images/front/fmmm/all_lj_icon.png) left center no-repeat;
    background-size: 15px;
    font-size: 12px;
}
.main nav span:first-child:before{
    display: none;
}
.content-box .content-once1 .once1-top .video-box{
    width: 840px;
    height: 518px;
    background-color: #000;
}
.content-box .content-once1 .once1-top .video-box video{
    width: 100%;
    height: 100%;
}
.content-box .content-once1 .once1-top .list-box{
    width: 360px;
}
.content-box .content-once1 .once1-top .list-box .tab-box{
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}
.content-box .content-once1 .once1-top .list-box .tab-box span{
    padding: 0 14px;
    line-height: 53px;
    color: #333;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.content-box .content-once1 .once1-top .list-box .tab-box span.active{
    font-size: 18px;
    color: #fc2139;
    font-weight: bold;
}
.content-box .content-once1 .once1-top .list-box .tab-box span:before{
    content: "";
    width: calc(100% - 28px);
    left: 14px;
    bottom: 0;
    height: 4px;
    background-color: transparent;
    position: absolute;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.content-box .content-once1 .once1-top .list-box .tab-box span.active:before{
    background-color: #fc2139;
}
.content-box .content-once1 .once1-top .list-box .wrap{
    padding: 20px 14px;
    /*overflow-y: auto;*/
    background-color: #f8f8f8;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    height: 464px;

}
.empty_icon{
    position: relative;
}
.empty_icon:before{
    content: '暂无数据';
    position: absolute;
    display: inline-block;
    width: 200px;
    padding-top: 124px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    color: #b4b4b4;
    background-image: url("../../../images/front/empty_icon.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 0;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top:-69px;
}
.content-box .content-once1 .once1-top .list-box .wrap .items{
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.content-box .content-once1 .once1-top .list-box .wrap .items:before{
    content: "";
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
    position: absolute;
    top: -1px;
    left: 0;
}
.content-box .content-once1 .once1-top .list-box .wrap .items.must:before{
    background-image: url(../../../images/front/fmmm/all_bx_icon.png);
    /*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}
.content-box .content-once1 .once1-top .list-box .wrap .items.elective:before{
    background-image: url(../../../images/front/fmmm/all_xx.png);
    /*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}
.content-box .content-once1 .once1-top .list-box .wrap .items:last-child{
    margin-bottom: 0;
}
.content-box .content-once1 .once1-top .list-box .wrap .items img{
    width: 80px;
    height: 54px;
    margin-right: 10px;
}
.content-box .content-once1 .once1-top .list-box .wrap .items .items-content{
    width: 224px;
}
.content-box .content-once1 .once1-top .list-box .wrap .items .items-content h3{
    line-height: 28px;
    color: #333;
    font-size: 14px;
    margin-bottom: 4px;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.content-box .content-once1 .once1-top .list-box .wrap .items .items-content p{
    line-height: 22px;
    color: #909090;
    font-size: 12px;
}
.content-box .content-once1 .once1-top .list-box .wrap .items:hover .items-content h3{
    color: #fc2139;
}
.content-box .content-once1 .once1-bottom{
    background-color: #fff;
    padding: 20px 24px 24px;
}
.content-box .content-once1 .once1-bottom h3{
    line-height: 32px;
    color: #333;
    font-size: 20px;
}
.content-box .content-once1 .once1-bottom h3 em{
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    line-height: 22px;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: top;
}
.content-box .content-once1 .once1-bottom h3 em.must{
    background-color: #1e97d7;
}
.content-box .content-once1 .once1-bottom h3 em.elective{
    background-color: #ffc00e;
}
.content-box .content-once1 .once1-bottom .operation .right .user img{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer;
}
.content-box .content-once1 .once1-bottom .operation .right .user label{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin: 0 10px;
    cursor: pointer;
}
.content-box .content-once1 .once1-bottom .operation .right .user font{
    font-size: 14px;
    color: #909090;
    margin-right: 20px;
    line-height: 30px;
}
.content-box .content-once1 .once1-bottom .operation .right .btn-wrap span{
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #1e99dc;
    padding: 0 14px 0 42px;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 22px;
    background-image: url(../../../images/front/fmmm/xq_dy_icon.png);
    line-height: 28px;
    font-size: 14px;
    border-radius: 50px;
    color: #1e99dc;
    cursor: pointer;
}
.content-box .content-once1 .once1-bottom .operation .right .btn-wrap span:nth-child(2),
.content-box .content-once1 .once1-bottom .operation .right .btn-wrap span:last-child{
    margin-right: 0;
    background-color: #1e99dc;
    color: #fff;
    background-image: url(../../../images/front/fmmm/xq_qiehuan_icon.png);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 36px;
}
.content-box .content-once1 .once1-bottom .operation .right .btn-wrap span:nth-child(2){
    margin-right: 10px;
    background-image: url(../../../images/front/fmmm/xq_tl_icon.png);
}
.content-box .content-once1 .once1-bottom .operation .left span{
    margin: 0 20px;
    line-height: 16px;
    font-size: 14px;
    color: #909090;
    /*background-position: left center;*/
    background-repeat: no-repeat;
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    cursor: pointer;
}
.content-box .content-once1 .once1-bottom .operation .left span:before{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    position: absolute;
    right: -20px;
    top: 0;
}
.content-box .content-once1 .once1-bottom .operation .left span:last-child:before{
    display: none;
}
.content-box .content-once1 .once1-bottom .operation .left span:first-child{
    margin-left: 0;
}
.content-box .content-once1 .once1-bottom .operation .left span:last-child{
    margin-right: 0;
}
.content-box .content-once1 .once1-bottom .operation .left span:nth-child(1){
    background-image: url(../../../images/front/fmmm/xq_dz_normal_icon.png);
}
.content-box .content-once1 .once1-bottom .operation .left span:nth-child(1).active{
    background-image: url(../../../images/front/fmmm/newIcon/zhan@2x.png);
    color: #1e99dc;
}
.content-box .content-once1 .once1-bottom .operation .left span:nth-child(2){
    background-image: url(../../../images/front/fmmm/xq_sc_icon.png);
}
.content-box .content-once1 .once1-bottom .operation .left span:nth-child(2).active{
    background-image: url(../../../images/front/fmmm/xq_sc_pressed_icon.png);
    color: #1e99dc;
}
.content-box .content-once1 .once1-bottom .operation .left span:nth-child(3){
    background-image: url(../../../images/front/fmmm/xq_zf_icon.png);
}
.content-box .content-once1 .once1-bottom .operation .left .kcfj{
    background-image: url(../../../images/front/fmmm/xq_ckfj_icon.png);
}
.content-box .content-once1 .once1-bottom .operation .left .score{
    line-height: 14px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
    color: #fc2139;
}
.content-box .content-once1 .once1-bottom .operation .left .score>b{
    font-weight: 200;
    color: #fc2139;
}
.title-box{
    padding: 0 30px;
    border-bottom: 1px solid #e1e1e1;
}
.title-box label{
    padding-left: 27px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 54px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.content-once2{
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}
.content-once2 .title-box label{
    background-image: url(../../../images/front/fmmm/xq_ypjsjs_icon.png);
}
.content-once2 .once-content{
    margin: 20px 30px 40px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    color: #909090;
}
.content-once2 .bottom{
    line-height: 40px;
    background-color: #fff;
    font-size: 12px;
    color: #2197da;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.content-once2 .bottom:before{
    content: "";
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(rgba(255,255,255,.6), #fff);
    background: -o-linear-gradient(rgba(255,255,255,.6), #fff);
    background: -moz-linear-gradient(rgba(255,255,255,.6), #fff);
    background: linear-gradient(rgba(255,255,255,.6), #fff);
    position: absolute;
    left: 0;
    top: -40px;
    cursor: auto;
}
.content-once2 .bottom.on:before{
    display: none;
}

.content-once2 .once-content p{
    line-height: 24px;
}
.content-once2 .once-content.active{
    height: auto!important;
}

.content-once3 .title-box label{
    background-image: url(../../../images/front/fmmm/Side_wykk_icon.png)
}
.content-once3 .once-content{
    padding: 40px 30px;
}
.once3-pagebar{
    margin-top: 40px;
}
.content-once3 .comment-box .write-box{
    border-bottom: 1px dashed #e1e1e1;
    padding: 20px 0;
}
.content-once3 .comment-box img.head{
    width: 48px;
    height: 48px;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    border-radius: 50px;
}
.content-once3 .comment-box .write-box .write{
    width: 1080px;
}
.content-once3 .comment-box .write-box .write .write-top{
    padding: 10px;
    background-color: #f9f8f8;
    margin-bottom: 10px;
}
.content-once3 .comment-box .write-box .write .write-top textarea{
    height: 44px;
    line-height: 22px;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
    outline: none;
    border: none;
    padding: 0;
    background-color: transparent;
    width: 100%;
}
.upload-img-wrap{
    height: 40px;
}
.content-once3 .comment-box .write-box .write .write-top .upload-img-wrap .ulload-img-items{
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 10px;
}
.content-once3 .comment-box .write-box .write .write-top .upload-img-wrap .ulload-img-items:last-child{
    margin-right: 0;
}
.content-once3 .comment-box .write-box .write .write-top .upload-img-wrap .ulload-img-items img{
    width: 100%;
    height: 100%;
}
.content-once3 .comment-box .write-box .write .write-top .upload-img-wrap .ulload-img-items .delete{
    width: 12px;
    height: 12px;
    position: absolute;
    background:url(../../../images/front/fmmm/x.png) right top no-repeat;
    background-size: 10px;
    background-color: rgba(0,0,0,.8);
    cursor: pointer;
    border-radius: 0 0 0 50px;
    right: 0;
    top: 0;
    opacity: .6;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.content-once3 .comment-box .write-box .write .write-top .upload-img-wrap .ulload-img-items .delete:hover{
    opacity: 1;
}
.content-once3 .comment-box .write-box .write .write-bottom span{
    float: right;
    font-size: 14px;
    width: 70px;
    line-height: 30px;
    text-align: center;
    background-color: #fc2139;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.content-once3 .comment-box .write-box .write .write-bottom label{
    position: relative;
    width: 18px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    margin-left: 10px;
    background: url(../../../images/front/fmmm/xq_tp_icon.png) center no-repeat;
    background-size: 18px;
}
.content-once3 .comment-box .write-box .write .write-bottom label input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.content-once3 .comment-box .write-box .write .write-bottom label input:before{
    content: "";
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.content-once3 .comment-box .comment-wrap .comment-items{
    margin-top: 30px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment{
    width: 1080px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e1e1e1;
}
.content-once3 .comment-box .comment-wrap .comment-items:last-child .comment{
    border-bottom: none;
    padding-bottom: 0;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment h3{
    line-height: 26px;
    color: #333;
    font-size: 14px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment h4{
    line-height: 24px;
    color: #909090;
    font-size: 12px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment h4 span.brag{
    color: #909090;
    font-size: 14px;
    line-height: 24px;
    background: url(../../../images/front/fmmm/xq_pl_normal_icon.png) left center no-repeat;
    background-size: 17px;
    padding-left: 24px;
    float: right;
    cursor: pointer;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .info{
    line-height: 24px;
    padding: 16px 0 14px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .info p{
    font-size: 14px;
    color: #333;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .info .img-wrap img{
    margin: 14px 20px 6px 0;
    width: 120px;
    height: 120px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .info .img-wrap img:last-child{
    margin-right: 0;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box{
    background-color: #f9f9f9;
    padding: 0 20px 16px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap{
    color: #909090;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items{
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e1;
    display: none;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items:nth-child(1),
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items:nth-child(2){
    display: block;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items:nth-child(2){
    border-bottom: none
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap.active .msg-items:nth-child(2){
    border-bottom: 1px solid #e1e1e1;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap.active .msg-items{
    display: block!important;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items:last-child{
    border-bottom: none;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items p{
    line-height: 20px;
    font-size: 12px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items .img-wrap img{
    margin: 11px 17px 5px 0;
    width: 100px;
    height: 100px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items .img-wrap img:hover{
    cursor: zoom-in;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items .img-wrap img:last-child{
    margin-right: 0px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items .txt{
    line-height: 24px;
    font-size: 12px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items .txt label{
    color: #333;
    margin-right: 5px;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .msg-wrap .msg-items .txt em{
    color: #396c92;
    cursor: pointer;
}
.content-once3 .comment-box .comment-wrap .comment-items .comment .msg-box .spring{
    line-height: 18px;
    font-size: 14px;
    cursor: pointer;
    color: #396c92;
    display: inline-block;
}
.rota-style{
    width: 16px;
    height: 16px;
}