html{
    height: 100%;
}

body {
    font-family:微软雅黑;background: #EAEAEA;overflow-x:hidden !important;
}

h3{
    font-family:微软雅黑;
}

/*解决在火狐浏览器中点击链接时会出现虚线框的问题*/
a:focus{
    outline: none;
}

/*ul,li{list-style:none;}*/
.coursec li{list-style:none;}
.add-section li{list-style:none;}
.pageheader li{list-style:none;}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.textcenter {text-align:center;}
.clearfix {display:block;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

.content {margin:0 auto;max-width:1000px;margin:0 auto;}
.pageheader {
    position: absolute;
    z-index: 111;
    width: 100%;
    height: 65px;
}

.pageheader .content{margin:0 auto;height:100%;position: relative;}
.pageheader .logoarea {width:173px;float:left;height:42px;line-height:46px;vertical-align:middle;margin-top:5px;}
.pageheader .logoarea img{vertical-align:middle;}

.pageheader .phone-menu{
    display: none;
}

.pageheader .navbar {float:left;margin-left:0px;}
.pageheader .navbar li {float:left;padding:20px 0px;padding-top:21px;position: relative;margin: 0 0 0 5px;}
.pageheader .navbar li a {color:#ffffff;font-size:16px;display:block;padding:0 15px;text-decoration: none;}
    .pageheader .navbar li:hover {
        border-bottom:2px solid #ffffff;
    }
    .pageheader .navbar li.selected {
        border-bottom:2px solid #ffffff;
    }
.pageheader .navbar li:hover a {color:#FFF;text-decoration: none}
.pageheader .navbar li.selected a {color:#FFF;}
.pageheader .navbar .more {padding:0 20px;color:#FFF;font-size:16px;position:relative;margin:15px 5px 0;z-index:10;}
.pageheader .navbar .more:hover {background:none;}
.pageheader .navbar .more .sub-menu {position:absolute;width:104px;padding:0 20px 5px;left:0;top:36px;z-index:3;display:none;}
.pageheader .navbar .more:hover .sub-menu {display:block;}
.pageheader .navbar .more .sub-menu:after {content:" ";position:absolute;left:0;top:-36px;
    background:#000;opacity:0.5;filter:alpha(opacity=50);z-index:-1;right:10px;bottom:0;}
.pageheader .navbar .more .sub-menu li {background:0;margin:0;}
.pageheader .navbar .more .sub-menu a {padding:0;font-size:14px;color:#CCC;line-height:28px;}
.pageheader .navbar .more .sub-menu:hover a {color:#CCC;font-size:14px;}
.pageheader .navbar .more .sub-menu a:hover {color:#CCC;font-size:14px;text-decoration:underline;}
.pageheader .navbar .more .more-index {position:relative;z-index:10;}
.pageheader .navbar .more .icon-more {background:url('../images/icon.png') no-repeat center center;padding:0 7px;}

.pageheader .navright {float:right;margin:0;padding:0 0 0 10px;}
.pageheader .navright li {float:left;padding:9px 8px;position:relative;}
    .pageheader .navright li a, .pageheader .navright li span, .pageheader .navright li {
        color: #fff;
        font-size: 16px;
        display: block;
        padding: 0 5px;
        float: left;
        text-decoration: none;
    }
.pageheader .navright li span{
    padding: 0;
}

.pageheader .navright li.selected{background:#444;}
.pageheader .navright li.selected a {color:#FFF;}

.header_nav{
    margin-bottom: 0;
}

.searchbar{
    margin-top: 10px;
    padding : 9px 0px !important;
}

.nav_download i{
    background:url(/web/images/ufree.png) no-repeat;
    width: 32px;
    height: 12px;
    position: absolute;
    right: -12px;
    top:12px;
    z-index: 10;
}

.pageheader .navright input{
    width : 150px;
    background-color: #fff;
    border:none;
    padding:3px;
    margin:2px 10px;
    border-radius:3px;
    outline:none;
    padding-right:27px;
}

.pageheader .navright .search-icon{
    background: url(/web/images/search.png);
    position:absolute;
    right:15px;
    top:15px;
    width:21px;
    height:21px;
    z-index: 10;
    cursor: pointer;
}

.user-icon{
    height:28px;
    width:28px;
    cursor:pointer;
    border-radius: 14px;
    float: left;
}


/*首页*/
.pagecontent {
    padding : 30px 0;
}

.pagecontent-wrapper{
    max-width: 1004px;
    margin : 0 auto;
    clear: both;
    position: relative;
    /* min-width: 1004px; */
}

.main-content .pagecontent-wrapper{
    max-width: inherit;
}

@media screen and (min-width:1350px) {
    .main-content .pagecontent-wrapper {
        max-width: 1300px;
    }

    .content {max-width:1300px;}

    .pageheader .navright input {
        width : 250px;
    }
}
@media screen and (min-width:1600px) {
    .main-content .pagecontent-wrapper {
        max-width: 1560px;
    }
    .content {max-width:1560px;}

    .pageheader .navright input {
        width : 250px;
    }
}


@media screen and (max-width:800px) {
    .pagefooter{
        display: none;
    }
}

.bx-controls-direction {
    /*display: none;*/
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: url(/web/images/Page.png);
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 6px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url(/web/images/current.png);
    width: 48px;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #CCC;
    padding-top: 20px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 480px;
    width: 100%;
    z-index: 100;
}

.bx-wrapper .bx-prev {
    background: url(/web/images/micro_ico3.png) no-repeat 0 -60px;
    width: 32px !important;
    height: 60px !important;
    left: 20px;
}

.bx-wrapper .bx-next {
    background: url(/web/images/micro_ico3.png) no-repeat 0 0;
    width: 32px !important;
    height: 60px !important;
    right:20px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 32px;
    height: 60px;
    text-indent: -9999px;
    z-index: 100;
}

.home-qcode{
    float:right;
    padding:1px;
    background: #FFFFFF;
}

.home-qcode img{
}

.home-slide{
    margin-right : 200px;
    height: 200px;
}

.home-slide img{
    height: 100%;
    width : 100%;
}

.bx-controls{
    z-index: 10;

}

.bxslider{
    padding: 0;
    margin: 0;
}

.btns-wrapper{
    width:360px;
    margin: 0 auto;
}

.btns-wrapper .btn-default{
    background-image: none;
     border-color: #dddddd; 
    color: #666666;
}

    .btns-wrapper .btn {
        text-shadow:none;
        width: 120px;
        height: 48px;
        font-size: 16px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default:active, .btn-default.active {
    background-color: #2fa2f2;
    border-color: #2fa2f2;
    color: #fff;
}

.btn-default:hover, .btn-default:focus {
    background-image: none;
    border-color: #dddddd;
}

/*绚星微课首页专门的热门设计师外框样式*/
.authen-wrapper{
    margin-left: -5px;
    margin-top: 10px;
    height: 150px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}

/*绚星微课首页专门的热门设计师内框样式*/
.authen-position{
    margin-left: 10px;
}

.authen-headerview{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/*绚星微课首页专门的热门设计师中具体设计师的外框样式*/
.authen-item-wrapper{
    text-align: center;
    margin-top: 25px;
    width: 10%;
    float: left;
}

/*绚星微课首页专门的热门设计师中设计师之间的分割图片样式*/
.authen-item-split{
    float: right;
}

/*绚星微课首页专门的热门设计师中具体设计师内框样式*/
.authen-item-view{
    background-size:100% 70%;
    width:60px;
    min-height: 60px;
    border-radius:50%;
    background-repeat:no-repeat;
    background-position:center;
    margin: auto;
    cursor: pointer;
}

/*绚星微课首页专门的热门设计师中具体设计师头像样式*/
.authen-item-header-corner{
    width:60px;
    height:60px;
    border-radius:50%;
    background-repeat:no-repeat;
    text-align: center;
    cursor: pointer;
}

/*绚星微课首页专门的热门设计师中具体设计师昵称样式*/
.authen-item-nickname{
    margin-top: 10px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: clip;
    word-break: keep-all;
    height: 20px;
    cursor: pointer;
    font-size: 13px;
}

.authen-item-detail:link,
.authen-item-detail:visited,
.authen-item-detail:active{
    text-decoration:none;
    color: #666666;
}

.authen-item-detail:hover{
    color: #2fa2f2;
}

/*课程列表*/

.wf-item-list{
    min-height: 75%;
}

.wf-item {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 12px;
    width : 240px;
}

.course-shortview{
    position:relative;
    min-height: 80px;
}

.course-shortview img{
    margin: 0 auto;
}

.wf-item .qrcodec{
    padding:5px;
    background:#ffffff;
    position:absolute;
    display: none;
    right : 4px;
    top : 4px;
}

.wf-item .qrcode{
    width : 32px;
    height : 32px;
    margin:0;
}

.wf-item .course-info{
    margin-top :0px;
    background:#FFFFFF;
    padding:10px;
    color : #666666;
}

.wf-item a:hover{
    color : #666666;
    text-decoration:none;
}

.wf-item .course-info a:hover{
    text-decoration:underline;
}


.wf-item .coursec{
    position:relative;
    box-shadow:0px 0px 3px rgba(20%,20%,40%,0.3);
    background-color: #fff;
    line-height: 1.5;
    border-radius: 4px;
    overflow: hidden;
}


.wf-item h3{
    margin : 0 ;
    padding : 0;
    color: #222;
    font-size: 12px;
    line-height: 22px;
    height: 24px;
    word-break:keep-all;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 30px);
}

.course-info .time-pages{
    float:right;
    margin-right : -10px;
    padding:0px 15px;
    background: #eeeeee;
}

.course-tools{
    position: relative;
}

.view-qcode{
    background: #333333;
    padding:5px 10px;
    color: #ffffff;
    border-radius: 3px;
    margin: 5px 0;
    position: absolute;
    left:5px;
    bottom:5px;
    cursor: pointer;
}

.view-qcode1{
    position: absolute;
    right:10px;
    top:12px;
    cursor: pointer;
}

.qrcode-canvas{
    background: url(/web/images/qcodebg1.png) no-repeat;
    position: absolute;
    padding:18px 16px;
    height:152px;
    width : 154px;
    z-index:10;
    right:0px;
}

.wf-item-second .qrcode-canvas{
    background: url(/web/images/codebg.png) no-repeat;
    padding:17px 0px 0px 19px;
    height:141px;
    width : 136px;
    right:-82px;
}

.course-shortview:hover .white_layer {
    display: block;
}
.course-shortview .white_layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}
.course-shortview .bg_text {
    color: #fff;
    font-size: 14px;
    width: 160px;
    height: 16px;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -80px;
    z-index: 0;
}

.work-item:hover .white_layer {
    display: block;
}
.work-item .white_layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}
.work-item .bg_text {
    color: #fff;
    font-size: 14px;
    width: 90px;
    height: 16px;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -45px;
    z-index: 0;
    text-align:center;
}

.course-totals{
    padding-top: 12px;
    height:40px;
    color:#999;
}

.course-bottom{
    margin-top :0px;
    background:#FFFFFF;
    padding:10px;
    color : #666666;
}

.micro_btn{
    background: url(/web/images/micro_ico.png) no-repeat;
    height:14px;
    width:16px;
    margin: 3px 6px;
    display: block;
    float:left;
    cursor: pointer;
}

.micro_btn_view{
    background-position: -27px -124px;
}

.micro_btn_like{
    background-position: 2px -124px;
}

.micro_btn_liked{
    background-position: 2px -184px;
}

/*
.micro_btn_like:hover{
    background-position: 2px -154px;
}
*/

.micro_btn_fav{
    background-position: -56px -124px;
}

.micro_btn_faved{
    background-position: -56px -184px;
}

/*
.micro_btn_fav:hover{
    background-position: -56px -154px;
}*/

.micro_btn_share{
    background-position: -86px -124px;
}

/*
.micro_btn_share:hover{
    background-position: -86px -154px;
}
*/
.item_btn_bg{
    width : 32px;
    height: 30px;
    position: absolute;
    display: none;
    top:12px;
    background: url("/web/images/item_btn_bg.png") 0 0;
}

.wf-item:hover .item_btn_bg{
    display: block;
}

.wf-item:hover img{
    opacity: 0.9;
}

.bx-wrapper *{
    box-sizing: content-box;
}

.item-cc{
    width : 100%;
    height : 100%;
    z-index: 10;
    background: #ffffff;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top:0;
    display: none;
}

.item_btn_like {
    left:12px;
    background-position: 0 0;
    cursor: pointer;
}

.liked {
    background-position: 0 -30px;
}

.item_btn_fav {
    right:12px;
    background-position: 0 -60px;
    cursor: pointer;
}

.faved {
    background-position: 0 -90px;
}

.course-tools span{
    float: left;
    margin-right:3px;
    margin-top: 2px;
}


/*标签*/
.wf-tags-title{
    font-size: 14px;
    padding:10px 17px;
}

.wf-tags{
    padding:0 13px;
    font-size: 12px;
    margin: 0;
}

.wf-tags a{
    color: #666666;
}

.wf-tags li{
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    float: left;
    margin:5px 3px 5px 4px;
    padding:3px 7px;
}

.wf-tags li.selected{
    background: #f3f3f3;
}


.wf-item .course-info{
    position: relative;
}

img.work-status-icon{
    float:left;
    margin: 13px 5px;
    cursor: pointer;    
}

img.work-status-icon:hover{
    opacity: 0.8;
}

.course-totals{
    margin: 10px 32px;
    text-align: right;
}

.course-totals .item-view{
    color: #666666;
    float: none;
}


/*编辑标签*/
.input-border{
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 32px;
}
.class-edit{
    position: relative;
}
.class-edit .tags-panel{
    top: 38px;
}
.myclass-input {
    background: none;
    border: none;
    height: 30px;
    float: left;
    outline: 0;
    font-family: 微软雅黑;
    padding: 0 5px;
}


.tags-list{
    float: left;
}
.tag-view{
    position: relative;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}
.class-left .tag-view{
    width: 135px;
}
.tag-view input{
    background: none;
    border: 0;
    outline: 0;
    line-height: 30px;
}
.class-left .tag-view input{
    width: 120px;
}
.col-380 .tag-view input{
    width: 380px;
    padding-left: 5px;
    color: #666;
}
.col-500 .tag-view input{
    width: 460px;
    padding-left: 5px;
    color: #666;
}
.tag-view .tag-item-close{
    position: absolute;
    height: 11px;
    width: 11px;
    background: url(/web/images/shurukuangshanchu.png) no-repeat;
    display: none;
    cursor: pointer;
    top: 8px;
    right: 8px;
}
.tag-view:hover .tag-item-close{
    display: block;
}
.col-500 .tag-view .tag-item-close{
    right: -10px;
}

.tags-panel{
    width: 274px;
    position: absolute;
    left: 0px;
    top: 210px;
    display: none;
    border: solid 1px #e6e9f0;
    border-radius: 3px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 1px 1px rgba(0,0,0,.32);
    background-color: #fff;
}
.class-options {
    width: 100%;
    max-height: 208px;
    overflow-y: auto;
    border-radius: 4px;
    z-index: 20;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    overflow-x:  hidden;
}

.col-380 .class-options{
    max-height: 156px;
}
.col-500 .class-options{
    max-height: 130px;
}
 .class-options::-webkit-scrollbar {
    width: 8px;
}
.class-options::-webkit-scrollbar-button {
    opacity: 0;
    width: 5px;
    height: 8px;
}
.class-options::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 5px;
    background-color: #e7e7e7;
}

.class-options li.select-tag-item {
    color: #1d81ee;
}
.class-options li:hover {
    background-color: #f0f1f5;
}
.class-options li {
    width: calc(100% - 8px);
    height: 26px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;    
    padding-left: 21px;
    cursor: pointer;
    transition: background .2s ease;
    margin: 0 4px;
    position: relative;
} 
.class-options li .tag-item-close{
    position: absolute;
    height: 11px;
    width: 11px;
    background: url(/web/images/biaoqianshanchu.png) no-repeat;
    display: none;
    top: 6px;
    right: 6px;
}
.class-options li:hover .tag-item-close{
    display: block;
}

.addTags{
    font-size: 14px;
    color: #adbacb;
    line-height: 26px;
    padding-left: 22px;
    display: block;
    cursor: pointer;
}
.addTags:hover{
    color: #89a0bf;
}
.addTagsView {
    padding: 5px;
    display: none;
}
.addTagsView input{
    outline: 0;
    font-family: 微软雅黑;
    width: 120px;
    height: 26px;
    border: solid 1px #adbacb;
    border-radius: 3px;
    color: #adbacb;
    padding: 0 5px;
}
.addTagsView .btns{
    width: 64px;
    height: 26px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-left: 4px;
    border-radius: 3px;

}
.addTagsView .btn-cancel{
    border: solid 1px #ccd8e1;
    background: #fff;
    color: #828c99;
}
.addTagsView .btn-ok{
    background: #1d8eee;
    color: #fff;
}





/*作者信息*/
.wf-item-author{
    padding:8px;
    border-top: 1px solid #e6e6e6;
    background:#f6f6f6;
}

.item-author-avatar{
    float: left;
}

.item-author-avatar img{
    height:40px;
    width: 40px;
}

.item-author-info{
    margin-left: 50px;
}

.item-author-name{
    font-size: 12px;
    color: #39a9e9;
    overflow: hidden;
    text-overflow: clip;
    word-break:keep-all;
    white-space:nowrap;
    height: 22px;
}

.item-sub-title{
    font-size: 12px;
    color: #39a9e9;
    height: 24px;
}


.item-author-name:hover{
    text-decoration: underline;
}


.item-designer-name{
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: clip;
    word-break:keep-all;
    white-space:nowrap;
    height: 22px;
    width:150px;
}

.item-designer-name:hover{
    color: #666;
    text-decoration: underline;
}

.item-author-desc{
    color: #666;
    font-size: 12px;
    text-overflow: clip;
    word-break:keep-all;
    white-space:nowrap;
    overflow: hidden;
    height: 22px;
}

.wf-item-author .item-btn{
    padding:4px 12px;
    border-radius: 4px;
    background:#e13c44;
    font-size: 16px;
    float:left;
    color:#ffffff;
    cursor: pointer;
}

.wf-item-author .item-edit-btn{
    margin-left: 5px;
}

.wf-item-author .item-remove-btn{
    background:#666666;
    margin-left: 14px;
    position: absolute;
    right: 10px;
}

.wf-item-author .private-btn-edit{
    margin-left: 15px;
    background: #1fb8ea;
}
.wf-item-author .item-disable-btn{
    margin-left: 15px;
    background: #999;
}

.clear-bottom{
    height:8px;
    clear:both;
}

.info-item-author {
}

/*
.info-author-avatar{
    float: left;
}

.item-author-avatar img{
    height:40px;
    width: 40px;
}
*/

/*.info-item-author img{
    height:60px;
    width: 60px;
    border-radius: 30px;
}*/

.info-item-author .item-author-avatar{
    margin: 20px 20px 20px 35px;
    height:60px;
    width: 60px;
    border-radius: 30px;
    background-size: 100%;
	background-position:center;
    background-repeat: no-repeat;
}

.info-item-author .item-author-info{
    margin-left: 100px;
    padding-top: 22px;
    font-size: 14px;
    height: 95px;
}

.info-item-author .item-author-name{
    font-size: 20px;
    height: 26px;
}

.info-item-author .item-author-name:hover{
    text-decoration: none;
}


.info-item-total{
    padding:5px;
    border-top: 1px solid #eeeeee;
}

.info-item-total .total-item{
    width:33%;
    float: left;
    border-left: 1px solid #eeeeee;
}

.info-item-total .total-item span{
    display: block;
    text-align: center;
    color: #666666;
}

/*会话框*/
.dialog_panel{
    width : 600px;
    position:absolute;
    left : 50%;
    margin-left: -300px;
    top: 20%;
    background:#fafafa;
    box-shadow: 0 -1px 18px 1px #dedede;
    border-radius: 6px;
}

.dialog_close{
    float:right;
    cursor: pointer;
    background: url(/web/images/close.png?v=1) no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 16px;
    margin-right: 16px;
}

.dialog_close:hover{
    color : red;
}

.dialog_title{
    height:57px;
}

.dialog_content{
    padding:20px 30px;
    text-align:left;
    margin-bottom: 70px;
}

.dialog_content .row{
    margin-top:12px;
}

.tmpl-container{
    display: none;
}

.form-group{
    min-height: 30px;
}

/*个人设置*/
.sidemenu{
    width:180px;
    background: #f0f0f0;
    float:left;
    height:100%;
}

.sidemenu .menu-item{
    padding:8px 36px;
    font-size: 16px;
    background: #e0e0e0;
    border-bottom: 1px solid #b0b0b0;
    cursor: pointer;
}

.sidemenu .menu-item:hover{
    background: #f6f6f6;
}

.sidemenu .selected{
    background: #f3f3f3;
}

.content_panel{
    margin-left:180px;
    height:100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.admin-title{
    padding:20px;
    font-size: 18px;
}

.user-admin-conetnt{
    background: #ffffff;
    min-height: 300px;
    margin-left: 30px;
    padding:20px;
}

.user-avatar{
    width : 140px;
    margin: 20px 50px;
}

.mobile_banner{
    margin : 16px auto 7px;
    width : 320px;
}

.mobile_banner img{
    width: 100%;
    border-radius: 3px;
}

/*编辑缩略图*/
.edit-top-row{
    margin-left: 20px;
    /* height: 280px; */
}
.short-pic-view{
    height: 160px;
    width: 160px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    line-height: 160px;
}
.course-thumb-edit{
    float: left;
}
.weixin-thumb-edit{
    float: left;
    margin-left: 35px;
}
.over-edit-view{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    display: none;
}
.short-pic-view:hover .over-edit-view{
    display: block;
}
.edit-thumb{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: calc((160px - 50px)/2);
    cursor: pointer;
    position: relative;
}
.course-thumb-edit .edit-thumb{
    background: url(/web/images/xiugaikecheng.png) center center no-repeat;
}
.weixin-thumb-edit .edit-thumb{
    background: url(/web/images/xiugaiweixin.png) center center no-repeat;
}

.thumbnail-pic{
    max-height: 160px;
    max-width: 160px;
}
.short-pic-info {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}
.info-view{
    margin-left: 40px;
    float: left;
}
.row-12{
    margin: 12px 0;
    min-height: 40px;
}
.col-90{
    float: left;
    width: 90px;
}
.col-380{
    float: left;
    width: 380px;
}
.col-500{
    float: left;
    width: 480px;
}
.row-595{
    margin: 12px 20px;
    min-height: 30px;
}
.thumb-row{
    height: 210px;
}

.add-options{
    /* height: 170px; */
    border-top: 1px solid #e6e9f0;
    margin: 0 20px;
    display: none;
}
.apage-add-option{
    float: left;
    padding: 20px 0;
    width: 100%;
}
.avertisement-icon{
    width: 280px;
    height: 40px;
    background: url(/web/images/zuoweikeyongxuankeButton.png) no-repeat;
}
.ydplt-icon{
    width: 230px;
    height: 60px;
    background: url(/web/images/ydplt.png) no-repeat;
}
.col-230{
    float: left;
    width: 230px;
}
.col-360{
    float: left;
    width: 340px;
}
.col-460{
    float: left;
    width: 460px;
}
.radios{
    background: url(/web/images/Radio.png) no-repeat center left;
    display: inline-block;
    font-size: 16px;
    color: #818a99;
    padding-left: 25px;
    cursor: pointer;
}
.radios.active{
    background: url(/web/images/Radioed.png) no-repeat center left;
    color: #1d81ee;
}
.exhibition,.no-exhibition,.open-comment,.close-comment{
    line-height: 40px;
    width: 160px;
    margin-left: 10px;
}
.col-360 .exhibition,.col-360 .no-exhibition{
    line-height: 60px;
    width: 90px;
    margin-left: 80px;
}
.switch-comment{
    line-height: 40px;
}




/*页脚*/
.pagefooter {clear: both;}
.pagefooter .footertop {background:#333;height:270px;}
.pagefooter .footertop .part{width:270px;margin-top:48px;float:left;margin-left:50px;}
.pagefooter .footertop .descrow {margin:5px 0 20px;}
.pagefooter .footerbtm {background:#1E1E21;height:70px;padding-top:5px;}
/*.pagefooter .footerbtm {background:#1E1E21;height:150px;padding-top:30px;}*/
.pagefooter .footerbtm .contactbar {background:#181818;line-height:40px;margin-bottom:20px;display:none;/*暂时隐藏*/}
.pagefooter .footerbtm .contactitem {padding:0 30px;}
.iconlogo {background:url('../images/dilogo.png') no-repeat left center;padding:3px 0 3px 120px;}
.pagefooter .copyright {color:#BFBFBF;margin-top:20px;font-size: 12px;}

.yunxuetang,.yunxuetang:hover,.yunxuetang:visited {
    color :#ff9900;
}

/*
sidebar
*/

.sidebar{
    position:fixed;
    z-index: 100;
    bottom : 80px;
    right : 22px;
}


.sidebar-zxkf{
    background-position: 0 -293px !important;
}

.sidebar-zxkf:hover{
    background-position:-50px -293px !important;
}

.sidebar-zscqgroup{
    background-position: 0 -232px !important;
}

.sidebar-zscqgroup:hover{
    background-position:-50px -232px !important;
}

.sidebar-qqgroup{
    background-position: 0 0 !important;
}

.sidebar-qqgroup:hover{
    background-position:-50px 0 !important;
}

.sidebar-weixingroup{
    background-position : 0 -58px !important;
}

.sidebar-weixingroup:hover{
    background-position:-50px -58px !important;
}

.sidebar-sinabtn{
    background-position : 0 -116px !important;
}

.sidebar-sinabtn:hover{
    background-position:-50px -116px !important;
}

.sidebar-topbtn{
    background-position : 0 -174px !important;
}

.sidebar-topbtn:hover{
    background-position:-50px -174px !important;
}




.sidebar li{
    background: url(/web/images/list_ico.png?v=2) 0 0 no-repeat;
    height: 50px;
    width: 50px;
    margin-top: 5px;
    list-style-type :none ;
    cursor:pointer;
    padding-left:30px;
    position: relative;
}

.sidebar li .tipimg{
    position: absolute;
    top : 0;
    right : 60px;
    display: none;
}

.sidebar li .zscq_tip{
    right : 66px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    width: 170px;
    height: 50px;
    text-align: center;
}


.common-pager{
    padding: 10px;
    clear: both;
    text-align: center;
}

ul.pager-bar{
    margin: 0 auto;
    height: 40px;
    display: inline-block;
    list-style: none;
    padding-left: 0;
}

ul.pager-bar li{
    list-style: none;
    height: 37px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.pager-nav{
    background: url(/web/images/pager-nav-bg.png) no-repeat;
    width: 37px;
}

.pager-nav-more{
    color: #999999;
    width: auto;
}

.pager-nav a{
    color: #999999;
    padding: 7px;    
    display: block;
}

.pager-cur a{
    color: #ffffff;
}

.pager-cur{
    background: url(/web/images/pager-nav-bgc.png) no-repeat !important;
}

.pager-nav-more input{
    width: 35px;
    height: 37px;
    text-align: center;
}


.jiathis_style .searchTxt{
    line-height: 14px;
}

.jiathis_style .ckepopBottom{
    display: none;
}

.jiathis_style .centerBottom{
    display: none;
}

.jiathis_style .jiathis_txt{
    margin : 5px 0 5px 5px;
}

.jiathis_style_b{
    width : 140px;
    height: 35px;
    margin-left: 5px;
    float: right;
    position: relative;
}
.copy_url {    
    display:none;
}
.bdsharebuttonbox {
    padding-top:2px;
}

.jiathis_style_b img{
    float:left;
    margin: 5px;
    cursor: pointer;
}

.jiathis_style_b img:hover{
    opacity: 0.8;
}

.jiathis_style, .jiathis_style *, .jiathis_style_24x24 *{
    box-sizing : content-box !important;
}

.jiathis_style {
    margin-left: 3px;
    margin-top: 4px;
}

.jiathis_style .jiathis_counter{
    position: relative;
    top:5px;
    margin-left: 5px;
}

.page-nav{
    width: 1000px;
    text-align: left;
    margin: 15px auto;
}

.page-nav span{
    color: #777777;
    margin-left: 5px;
}

.page-nav a{
    color: #999999;
    margin-left: 5px;
}

.hot-navs{
    float:right;
    width: 80px;
    margin-right: 700px;
}

.hot-nav{
    width: 20px;
    height: 20px;
    text-align: center;
    /*
    border-radius: 50%;
    background: #ffffff;
    */
    float:left;
    margin-left: 10px;
    cursor: pointer;    
    overflow: hidden;
    background: url('/web/images/ds-arrow.png') no-repeat;
}

.hot-navs .npre{
    background-position: 0px 0px;
}

.hot-navs .npre:hover{
    background-position: 0px -20px;
}

.hot-navs .nnext{
    background-position: -20px 0px;
}
.hot-navs .nnext:hover{
    background-position: -20px -20px;
}



/*
.hot-nav img{
    margin-top: -3px;
    height:13px;
    width: 7px;
    opacity: 0.5;    
}
*/

/*
.sidebar li:hover .tipimg{
    display: block;
}
*/




/*
.stip{
    position:absolute;
    width : 180px;
    top : 0px;
    right : 70px;
    display : none;
    min-height: 20px;
    border-radius: 6px;
    font-size: 16px;
    border: solid 1px #bbbbbb;
    background: #ffffff;
    padding:10px 0;
}

.stip .tip-arrow{
    position:absolute;
    width : 16px;
    height : 16px;
    top : 16px;
    right : -15px;
}

.stip .tip-text{
    padding:0 20px;
    text-align:center;
}

.img-qunqcode{
    width : 120px;
    height : 120px;
}
*/

.course-advise-frame {
    width : 790px;
    height : 200px;
    overflow: hidden;
}

.course-advise-frame-right {
    width : 200px;
    height : 200px;
    overflow: hidden;
    padding:0;
    margin: 0;
}

.mobile-content{
    display: none;
}

@media screen and (max-width:800px) {
    body{
        background: #f3f3f3;
    }
    .mobile-content{
        display: block;
    }

    .pagecontent{
        padding-top:12px;
    }

    .pc-content{
        display: none;
    }

    .sidebar{
        display: none;
    }

    .searchbar{
        display: none;
    }
    .pageheader {
        background: #333;
        height: 65px;
        position:initial;
    }
    .pageheader .logoarea {float:none;margin: 0 auto;}
    .pageheader .logoarea img{vertical-align:middle;width:110px;}
    .countlist {
        display:none;
    }

    .mobile-top-nav .nav-item{
        padding:12px 0;
        border-bottom: 2px solid #dddddd;
        text-align: center;
    }

    .mobile-top-nav a{
        font-size: 16px;
        color: #999999;
    }

    .mobile-top-nav a:hover{
        text-decoration: none;
    }

    .mobile-top-nav{
        width: 100%;
        margin: 0;
    }

    .mobile-top-nav .selected{
        border-bottom: 2px solid #2fa2f2;
        color: #777777;
    }

    .mobile-top-nav .selected a{
        color: #666666;
    }

    .top-content{
        display: none;
    }


    /*.wf-item {
        width : 500px;
    }*/

    .copyright span{
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .header_nav{
        display: none;
    }

    .loginbar {
        display: none;
    }

    .navright{
        display: none;
    }

    .usermenu{
        display: none;
    }

    .pageheader .logoarea img{
        width:140px;
        margin-top: 10px;
    }
}


@media screen and (max-width:560px) {
    body{
        background: #f3f3f3;
    }
    .mobile-content{
        display: block;
    }
    
    .wf-item {
        width : 320px;
    }

    .pagecontent{
        padding-top:12px;
    }

    .pc-content{
        display: none;
    }

    .sidebar{
        display: none;
    }

    .searchbar{
        display: none;
    }
    .pageheader .logoarea {float:none;margin: 0 auto;}
    .pageheader .logoarea img{vertical-align:middle;width:110px;}

    .mobile-top-nav .nav-item{
        padding:12px 0;
        border-bottom: 2px solid #dddddd;
        text-align: center;
    }

    .mobile-top-nav a{
        font-size: 16px;
        color: #999999;
    }

    .mobile-top-nav a:hover{
        text-decoration: none;
    }

    .mobile-top-nav{
        width: 100%;
        margin: 0;
    }

    .mobile-top-nav .selected{
        border-bottom: 2px solid #2fa2f2;
        color: #777777;
    }

    .mobile-top-nav .selected a{
        color: #666666;
    }

    .top-content{
        display: none;
    }


    /*.wf-item {
        width : 320px;
    }*/

    .copyright span{
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .header_nav{
        display: none;
    }

    .loginbar {
        display: none;
    }

    .navright{
        display: none;
    }

    .usermenu{
        display: none;
    }

    .pageheader .logoarea img{
        width:140px;
        margin-top: 10px;
    }


}

@media screen and (max-width:350px) {
    /*.wf-item {
        width : 300px;
    }*/

    .mobile_banner{
        width : 300px;
    }
}




.pageheader2 {
    background: #f4f4f4;
    height: 42px;
    min-width: 1000px;
    border-bottom: 1px solid #CCC;
    position:fixed;
    z-index:100;
    display:none;
}

    .pageheader2 .logoarea {
        float:left;
        margin-top: 9px;
        margin-left:15px;
    }
    .pageheader2 .logoarea img {
        width: 175px;
        height: 24px;
    }
    .pageheader2 .download {
        position: fixed;
        right: 45px;
    z-index:100;
    }
    .pageheader2 .download img {
        width: 70px;
        height: 26px;
        margin-top: 9px;
    }
.close_icon {
    position: fixed;
    right: 15px;
    margin-top: 15px;
    width: 15px;
    height: 15px;
    z-index:100;
}

label.first {
    margin-right: 20px;
    height:20px;
    font-weight:normal;
    cursor:pointer;
}
.myCheck + label{
    background-color: white;
    border-radius: 5px;
    border:1px solid #d3d3d3;
    width:18px;
    height:18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position:inherit;
    cursor:pointer;
    margin-left:10px;
}
.myCheck:checked + label{
    background-color: #2fa2f2;
    color:#ffffff;
}
.myCheck:checked + label:after{
    content:"\2714";
}

.login_check {
    margin-top: 6px;
}

.login_check .myCheck + label{
    margin: 0px;
}

.login_check .first {
    margin-bottom: 0px;
    height: 20px;
    font-weight: normal;
    cursor: pointer;
}


.cl-item {
        text-shadow: #000000 2px 2px 1px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    margin-bottom:60px;
}
.com-name {
    margin-top:20px;
    font-size:24px;
}
.pagecontent-top {
    width:1100px;
    margin : 0 auto;
    clear: both;
    position: relative;
}
.datacount {
    margin-top:60px;
    width:1100px;
    height:100px;
    background: url(/web/images/data.png) no-repeat 0 0;
}
.show_itme {
    width:260px;
    float:left;
    padding-left:80px;
    color:#fff;
    margin-left:20px;
    margin-top:5px;
    box-sizing:border-box;
}
    .show_itme .btitle {
        font-size:16px;
    }
    .show_itme .title2 {
        font-size:12px;
        margin-left:-3px;
        -webkit-transform:scale(0.8) translateY(2px);
        width:40px;
        display: inline-block;
    }
    .show_itme .showdata {
        font-size:13px;
    }
    .show_itme .title3 {
        font-size:13px;
        margin-left:5px;
    }


.bgle {
    background:url(/web/images/xuanxing.png);
    background-size:100%;
}

.bgjin {
    background:url(/web/images/jinpaituandui.png);
    background-size:100%;
}

.bgke {
    background:url(/web/images/kecheng.png);
    background-size:100%;
}

.bgka {
    background:url(/web/images/kachang.png);
    background-size:100%;
}
.oluname{
    background:url(/web/images/otherLoginuserName.png);
    background-size:100%;
}
.olupwd {
    background:url(/web/images/otherLoginuserPwd.png);
    background-size:100%;
}

.phonebg {
    height:414px;
    width:278px;
    background:url(//pic.xuanyes.com/fixfiles/resource/phone.png?v=2);
    position: absolute;
    top: -20px;
    left: 100px;
}
.download-app {    
    position: absolute;
    left: 500px;
}
.cl-app-code-warper{
    display: flex;
}
.cl-app-item {
    text-shadow: #000000 1px 1px 1px;
    color:#fff;
}
.cl-app {
    font-size:52px;
}
.cl-app-desc {
    font-size:32px;
    margin-top:30px;
}
.cl-app-code {
    width:130px;
    height:130px; 
}
/* .cl-app-code-ios {
    background:url(//pic.xuanyes.com/fixfiles/resource/code.png);    
}
.cl-app-code-android {
    background:url(//pic.xuanyes.com/fixfiles/resource/code.png);    
} */
.cl-app-codedesc {
    margin-top:10px;
    font-size:16px;
    text-align: center;
}

.main-section1 {
    height:550px;    
    background: url(//pic.xuanyes.com/fixfiles/resource/banner.jpg?v=3) no-repeat center center;
}

.main-section2 {    
    height:550px;
   background: url(//pic.xuanyes.com/fixfiles/resource/banner2.jpg) no-repeat center center;
}

.countlist {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 100;
    pointer-events:none;
}

.my-top-body{
    height: 38px;
    border-bottom: 1px solid #e1e4e5;
}
.my-top-body span{
    font-size: 12px;
    color: #999;
}
.my-top-body .my-top-title{
    line-height: 32px;
    font-size: 18px;
    color: #333;
    margin-left: 16px;
}

.my-info-private{
    display: inline-block;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.my-info-private input{
    position: relative;
    top : 2px;
}

.flbtn{
    width: 38px;
    height: 38px;
    float: right;
    cursor: pointer;
}
.water-type{
    background: url(/web/images/feilisthui.png) no-repeat center center;
    border-left: 1px solid #e1e4e5;
    border-right: 1px solid #e1e4e5;
    width: 44px;
}
.water-type.checked-type{
    background: url(/web/images/feilistlan.png) no-repeat center center;
}
.list-type{
    background: url(/web/images/listh.png) no-repeat center center;
    border-left: 1px solid #e1e4e5;
}
.list-type.checked-type{
    background: url(/web/images/listhb.png) no-repeat center center;
}
.course-sort{
    background: url(/web/images/paixujiantou.png) no-repeat center center;
    width: 40px;
}
.course-sort.uptime{
    transform:scaleY(-1);
}
.course-class-span{
    margin-left: 35px;
    margin-right: 5px;
}
.course-sort-span{
    margin-left: 10px;
    margin-right: 5px;
}
.my-search{
    margin: 0 10px;
    width: 180px;
    height: 38px;
    border: 1px #e1e3e6 solid;
    height: 28px;
    margin-top: 5px;
    position: relative;
}
.my-search input{
    border: 0;
    outline: 0;
    line-height: 26px;
    margin: 0;
    padding: 0 20px 0 10px;
    width: 170px;
}
.my-search .search-icon {
    background: url(/web/images/smallsearch.png)  center center no-repeat;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}
.samll-checkbox{
    background: url(/web/images/smallcheckbox.png)  left center no-repeat;
    padding-left: 15px;
}
.samll-checkbox.active{
    background: url(/web/images/smallcheckboxed.png)  left center no-repeat;
}
.check_private{
    line-height: 32px;
}

.info-content .wf-item-second{
    width: 780px !important;
    height: 108px;
}
.wf-item-second:hover{
    /* background: #f7f7f7; */
    /* background: #e8f4fd; */
    background: #f2f2f2;
}
.wf-item-second .course-cover{
    width: 82px;
    height: 82px;
    border-radius: 4px;
    object-fit: cover;
}
.wf-item-second .course-title{
    font-size: 14px;
    color: #333;
    word-wrap: break-word;
    width: 250px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.wf-item-second .course-title:hover{
    color: #1d81ee;
}
.wf-item-second-list{
    margin-top: 0 !important;
}
.wf-item-second .bottom-btns span{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    position: initial;
}
.wf-item-second .share_url{
    background: url(/web/images/shareh.png?v=1) no-repeat center center;    
}

.wf-item-second .share_url:hover{
    background: url(/web/images/shareb.png?v=1) no-repeat center center;    
}
.wf-item-second .view-qcode1{
    background: url(/web/images/codeh.png?v=1) no-repeat center center;    
}
.wf-item-second .view-qcode1:hover{
    background: url(/web/images/codeb.png?v=1) no-repeat center center;    
}

.wf-item-second .icon-private{
    background: url(/web/images/simih.png?v=1) no-repeat center center;    
}
.wf-item-second .icon-private:hover{
    background: url(/web/images/simib.png?v=1) no-repeat center center;    
}
.wf-item-second .icon-private.public-course{
    background: url(/web/images/gongkaih.png?v=1) no-repeat center center;    
}
.wf-item-second .icon-private.public-course:hover{
    background: url(/web/images/gongkaib.png?v=1) no-repeat center center;    
}

.wf-item-second .icon-lock{
    display: none !important;
    background: url(/web/images/suodingh.png?v=1) no-repeat center center;    
}
.wf-item-second .icon-lock:hover{
    background: url(/web/images/suodingb.png?v=1) no-repeat center center;    
}
.wf-item-second .icon-lock.unlock-course{
    background: url(/web/images/jiesuoh.png?v=1) no-repeat center center;    
}
.wf-item-second .icon-lock.unlock-course:hover{
    background: url(/web/images/jiesuob.png?v=1) no-repeat center center;    
}

.wf-item-second .course-data span{
    font-size: 12px;
    color: #999;
}
.wf-item-second .qrcode-canvas{
    top:95px !important;
    left: 145px;
    /* width: 104px;
    height: 107px;
    background: url(/web/images/codebg.png) no-repeat center center; */
}
.wf-item-second .share_url_wrapper{
    top: 80px;
    left: -5px;
}
.edit-item-btn{
    width: 80px;
    height: 30px;
    font-size: 12px;
    color: #9dacc8;
    text-align: right;
    cursor: pointer;
    line-height: 30px;
}
.edit-item-btn:hover{
    color: #1d81ee;
}
.bottom-btns-grid{
    height: 70px;
    position: absolute;
    width: 100%;
    border-top: 1px solid #e6e9f0;
    bottom: 0;
    padding: 15px 50px;;
    left: 0;
}
.edit-bottom-btn{
    width: 90px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}
.edit-cancel-btn{
    background: #adbacb;
    float: left;
}

.edit-save-btn{
    background: #1d81ee;
    float: right;
}
.edit-save-pre{
    width: 120px;
    margin-left: 20px;
}
.course-edit-form .row{
    margin: 12px 0;
}
.course-edit-form .tags-panel{
    width: 414px;
}

.dialog_content::-webkit-scrollbar {
    width: 8px;
}
.dialog_content::-webkit-scrollbar-button {
    opacity: 0;
    width: 5px;
    height: 8px;
}
.dialog_content::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 5px;
    background-color: #e7e7e7;
}

.my-top-body .select{
    background: #f2f2f2;
    width: 140px;
    height:28px;
    outline: 0;
    font-size: 12px;
    border: 0;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    top: 3px;
}
.select span{
    color: #333;
}
.select .select-text{
    width: 90px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.select .select-icon {
    width: 10px;
    height: 5px;
    margin: 7px 9px 0 0;
    float: right;
    display: inline-block;
    background: url(/web/images/xiangxiajiantou.png) no-repeat;
}

.select .ul-list {
    width: 100%;
    height: 0;
    overflow-y: auto;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.32);
    background-color: #fff;
    transition: height .8s ease;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 20;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    max-height: 256px;
}
.sort-select  .ul-list{
    transition: height .4s ease;
}

.ul-list::-webkit-scrollbar {
    width: 8px;
}
.ul-list::-webkit-scrollbar-button {
    opacity: 0;
    width: 5px;
    height: 8px;
}
.ul-list::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 5px;
    background-color: #e7e7e7;
}

.ul-list li[tag="true"] {
    color: #1d81ee;
}
.ul-list li:hover {
    background-color: #e7e7e7;
}

.ul-list li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 21px;
    cursor: pointer;
    transition: background .4s ease;
    white-space: nowrap;
    overflow: hidden;
}

.preImg-mask img {
    max-width: 325px;
    max-height: 325px;
    border-radius: 3px;
}

#delete-alert {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}
.delete-class{
    margin: auto;
    width: 310px;
    height: 290px;
    border-radius: 6px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    position: absolute;
}

.delete-class .top-bg{
    background: url(/web/images/lALPBbCc1T2RlG9sdg_118_108.png)  no-repeat center center;
    height: 140px;
}
.delete-class .bottom-bg{
    height: 150px;
    background: #6bb6fc;
    border-radius: 0 0 6px 6px;
}
.delete-class .close-alert{    
    background: url(/web/images/lALPBbCc1T2RlHAODg_14_14.png)  no-repeat center center;
    height: 14px;
    width: 14px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px;
}
.delete-class .d-class-q{
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    letter-spacing: 5px;
}
.delete-class .d-class-d{
    font-size: 11px;
    color: #e9f0f7;
    line-height: 14px;
    text-align: center;
    letter-spacing: 3px;
    padding: 0 40px;
}
.alert-btns{
    width: 212px;
    margin: auto;
    margin-top: 20px;
}
.alert-btns span{
    height: 35px;
    width: 101px;
    border-radius: 17px;
    font-size: 12px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.alert-btns .cancel{
    color: #fff;
    border: 1px solid #fff;
}
.alert-btns .ok{
    color: #6bb6fc;
    background: #fff;
    margin-left: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor:auto;
}



#report_alert {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}

#report {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    background: #fff;
    margin: auto;
    width: 342px;
    height: 450px;
}

#choice ul {
    margin-top: 28px;
    margin-left: 0px;
}

#choice h3 {
    margin-top: 42px;
    font-size:20px;
    color:#000;
    margin-left:0px;
    font-weight:bold;
    text-align: center;
}
#choice ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    width: 123px;
    color: #666;
    margin-top: 30px;
    cursor: pointer;
}

#choice li.sel em::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background-color: #1d83ed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#choice li em {
    display: block;
    box-sizing: border-box;
    float: left;
    border-radius: 14px;
    width: 15px;
    height: 15px;
    border: 1px solid #1d83ed;
    position: relative;
    margin-right: 10px;
    top: 5px;
}

h3 {
    font-size: 16px;
    margin-left: 15px;
    color: #71849d;
    font-weight: bold;
}

#desc button {
    width: calc(100% - 94px);
    height: 40px;
    background-color: #1d83ed;
    border-radius: 3px;
    border: none;
    display: block;
    margin-top: 52px;
    margin-left: 47px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    outline: none;
}