

body {
    font-family:"microsoft yahei",simhei,'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f8f8;
}
/*.bg{*/
/*background: url(../img/bg-color.jpg) no-repeat;*/
/*background-size:100% 100%;*/
/*}*/
/*让footer固定到底部*/
#container{
    /*保证footer是相对于container位置绝对定位*/
    position:relative;
    width:100%;
    min-height:100%;
    /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
    padding-bottom: 100px;
    box-sizing: border-box;
}
#footer{
    width: 100%;
    height:100px;   /* footer的高度一定要是固定值*/
    background-color:#42a835;
    /*position:fixed;*/
    /*position:absolute;*/
    /*bottom:0px;*/
    /*left:0px;*/
    position:absolute;
    bottom:0px;
    left:0px;
}
/*公共样式*/
body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
strong { font-weight: 500; }

a, a:hover, a:focus {
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
    color:#42a835;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 30px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
li{list-style-type:none;}

img { max-width: 100%; }
.r{
    text-align: right;
}
.l{
    margin-left: 100px;
}
.m_t{
    margin-top:15px;
}
.round{
    border-radius:20px;
    width:75px;
}

/*用bootstrap做的按钮，点击后，都会出现边框，请问如何去除？*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow:none;
}
/************************人工客服**************************************/
.fixed-tool{
    position: fixed;
    right: 0;
    /*width: 60px;*/
    bottom: 110px;
    /*background-color: #fff;
    box-shadow: 1px 0 3px 3px rgba(0,0,0,.05);*/
}
/************************人工客服**************************************/
/*::-moz-selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*::selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*top*/
.top_nav {
    /*background: #f1f1f1;*/
    width: 100%;
    height: 30px;
}
.top_nav ul{
    /*display: flex;*/
}
.top_nav ul li{
    margin-left: 20px;
    height: 26px;
    line-height: 26px;
    float: left;
}
/*二维码*/
/*.wx-bd{
    position: absolute;
    z-index: 8;
    top: 31px;
    left:226px;
    width: 150px;
    background-color: #fff;
    border-right: 1px solid #42a835;
    border-bottom: 1px solid #42a835;
    border-left: 1px solid #42a835;
}*/
.top_nav ul li p,a{
    font-size: 12px;
    color:#333;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.top_right{
    /*flex-direction: row-reverse;*/
    justify-content:flex-end;
    margin-left:100px;
}
.top_right i{
    color:#888;
}
/*logo*/
.login{
    height: 100px;
    margin: 20px 0;
    /*border:1px solid red;*/
}
.loging{
    width:100px;
}
.login span{
    font-size:40px;
    color: #333;
    font-weight: bold;
    margin-left: 15px;
}
.menu-form{
    width: 65%;
    margin-top:30px;
}
/*修改input 边框颜色*/
.menu-form .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color:#42a835;
    border: 1px solid #42a835;
    /*border-radius: 4px;*/
}
.menu-form .form-control:focus {
    border-color:#42a835;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124,179,5,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124,179,5,.6);
}
/*nav*/
.nav-b{
    background-color:#42a835;
    height: 50px;
}
.nav-b ul{
    /*display: flex;*/
    justify-content: center;
    /*margin-left: 20%*/
}
.nav-b ul li{
    width:135px;
    height: 50px;
    line-height: 50px;
    float: left;
}
.nav-b ul li a{
    font-size: 20px;
    color:#fff;
}
.nav-b ul li:hover{
    background-color:#7cb305;
    color:#fff;
}
.active{
    background-color:#7cb305;
}

/*公共样式*/

#c_body{
    margin-top:50px;
}
/*左边部分*/
/*.personal{*/
    /*border:1px solid red;*/
/*}*/
.personal .photo{
    height:170px;
    width:202px;
    text-align: center;
    margin: 0 auto;
}
.personal .photo img{
    height:100px;
    width:100px;
    border-radius: 50%;
    margin-top:15px;
}
.personal .photo p{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.personal,.personal_body{
    height: auto;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 13px 0;
    box-shadow:2px 2px 5px #ccc;
}
.personal{
    /*width: 200px;*/
}
.personal h2, .personal h2 a {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    padding-left: 100px;
    text-align: left;

}
.personal ul li .fa{
    /*border:1px solid red;*/
    margin-left: -60px;

}
.personal ul li .current{
    font-size: 16px;
    color: #000;
}
.personal ul li .current1{
    margin-left: -90px;
}
.personal  .current2{
margin-left: -58px;
}
.personal ul li a {
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    padding-left: 75px;
    text-align: left;
}
.personal ul li a:hover,.active1{
    background: #f1f1f1 url(../img/line.jpg) left top no-repeat;
    color: #1d8df3;
}

/*main页面部分*/

.personal_body .grxi{
    padding: 10px 20px 0;
}
.personal_body .body_img{
    width:100px;
    height:100px;
    margin-right: 10px;
}
/*.personal_body .body_portrait{*/
    /*float: left;*/
/*}*/
.personal_body .body_portrai img{
    width:100px;
    height:100px;
}
.personal_body .body_portrait p{
    font-size: 16px;
    color: #333;
    line-height:30px;
    text-align: left;
}
/*.personal-l h2 a.current i.sy, .personal-l h2 a:hover i.sy {*/
    /*background-position: -32px 0;*/
/*}*/
/*.personal h2 a i, .personal h2 i {*/
    /*display: inline-block;*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*margin: 0 16px 0 42px;*/
    /*vertical-align: middle;*/
/*}*/

/*我的课程部分*/
.Learningtask .task_nav li{
    margin-left:50px;
}
.Learningtask .task_nav li a{
    font-size: 16px;
    color: #404040;
    line-height: 56px;
    background-color: transparent;
}

/*横线*/
.task_nav{
    margin-bottom: 20px;
    height: 30px;
}
.task_nav ul{
    /*display: flex;*/
}
.task_nav ul .aui-current a {
    color: #1d8df3;
    font-size: 16px;
}
.task_nav ul li{
    margin-right:50px;
    float: left;
}
.task_nav ul .aui-current{
    /*color: #f54343;*/
    /*background: #f7f7f7;*/
    border-bottom: solid 3px #1d8df3;
    font-weight: bold;
}

.aui-nav-list-tab{
    margin-bottom: 10px;
}
.aui-nav-list-tab .curriculum{
    margin-top: 20px;
}
.aui-nav-list-tab .curriculum ul li{
   margin-bottom: 20px;
}
.aui-nav-list-tab .curriculum .culum_img,.c_img{
    width: 200px;
    height: 120px;
}
/*我的关注*/
.aui-nav-list-tab .curriculum .follow li{
    border-bottom: 1px solid #ccc;
}
.aui-nav-list-tab .curriculum ul li .b_img{
    width: 85px;
    height: 87px;
    border-radius:50%;
}
.aui-nav-list-tab .curriculum .culum_body{
    text-align: left;
    margin-left: 20px;
}
.aui-nav-list-tab .curriculum .culum_body .body_name{
    color: #ffa025;
}
.aui-nav-list-tab .curriculum .culum_body p{
    font-size: 14px;
    color:#333;
}
.aui-nav-list-tab .curriculum .culum_body .jdt{
    border:1px solid transparent;
    height: 30px;
}
.aui-nav-list-tab .curriculum .culum_body .jdt .jd{
    width:180px;
    margin-top:10px;
}
/*进度条背景*/
.progress{
    height: 10px;
    line-height: 10px;
}
.progress-bar{
    /*background-color: #ffa025;*/
    line-height: 10px;
    background-color:  #1d8df3;
}
.aui-nav-list-tab .culum_button a,.kc{
    background-color: #1d8df3;
    padding: 2px 10px;
    color:#fff;
    font-size: 14px;
    border-radius:5px;
    line-height: 120px;
}
.aui-nav-list-tab .culum_button a:hover{
    background-color: #40a9ff;
}

/*我的课程详情页*/
.d_list{
    text-align: left;
}
.d_list p{
    color: #333;
}
.panel-body{
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.panel-body span{
    font-size: 14px;
    color: #666;
}
.panel-body span a:hover{
    background-color: #40a9ff;
    color: #fff;
}

/*我的收藏*/

.c-s-dl {
    border: 1px solid #eee;
    padding:10px 5px;
    background-color: #fff;
    margin-bottom: 5px;
}
.c-s-dl dl {
    line-height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
.c-s-dl dl dt {
    float: left;
    width: 90px;
    text-align: center;
    padding-right: 5px;
    line-height:24px;
    overflow: hidden;
}
.c-333 {
    color: #333;
}
.fsize16 {
    font-size:14px;
}

.c-s-dl-li ul {
    overflow: hidden;
}
.c-s-dl-li ul li {
    float: left;
    margin: 0 15px 0px 0;
    /*line-height: 36px;*/
    /*color:#333;*/
}
.c-s-dl-li ul li a{
    display: block;
    color: #666;
    font-size:14px;
    padding: 0 10px;
    line-height:24px;
    border-radius: 4px;
}
.c-s-dl dl ul li a:hover,
.c-s-dl-li ul li.current a{
    color: #fff;
    background-color: #ffa025;
}
.c-s-dl .nav-tabs .active a{
    color:#ffa025;
    border: 1px solid #ffa025;
    border-bottom-color: transparent;
}
.c-s-dl .nav-tabs a:hover,a:focus{
    color:#ffa025;;
}

/*我的文章*/
.wd_wz{
    /*border:1px solid red;*/
}
.checkbox, .radio{
    margin-top: 0;
}
.checkbox label, .radio label{
    line-height: 20px;
}
.wd_wz ul li{
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.wd_wz ul li a{
    font-size: 14px;
    color:#333;
    width: 538px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.wd_wz ul li a:hover{
    color:#ffa025;
}
/*.wd_wz ul li h6{*/
    /*text-align: left;*/
    /*margin-top: -15px;*/
/*}*/
.wd_wz ul li a span:first-child{
    color:#ffa025;
    font-weight: bold;
}
/*考试结果*/
.ksjg{
    margin-top:25px;
}
.ksjg .jg_list{
    padding: 10px;
}
.ksjg .jg_list i{
    color: #ffa025;
}
.ksjg .detoxification{
    border-right: 1px solid #666;
    height: 100px;
}
.ksjg .drug{
    margin-left:20px;
}
.ksjg h3,p{
    font-size: 14px;
    color: #333;
}
.ksjg h3{
    font-weight: bold;
    text-align: left;
    line-height: 100px;
    width: 126px;
}
.ksjg .jg_list p{
    text-align:left;
}

.ksjg .l_f{
    margin-bottom: 15px;
    background-color:#f8f8f8;
    padding: 0px 5px 10px 5px;
    margin-right: 20px;
    border:1px solid #ddd;
}
.ksjg .l_f:hover{
    transition:.2s;
    box-shadow: 0 2px 8px #ccc;
    -webkit-box-shadow:0 2px 8px #ccc;
}

/*当前学分*/
.credit ul{
    width: 720px;
    /*height: 50px;*/
    overflow: hidden;
    /*display: flex;*/
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    /*box-shadow: 0 0px 1px -1px #ccc;*/
}
.credit ul li{
    margin-bottom: 10px;
}
.credit .current_credit{

}
.current_credit h4{
    color: #333;
}
.current_credit p{
    color: #666;
}
/*.current_credit p:last-child{*/
    /*color: #999;*/
/*}*/
.current_credit ul li{
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}


/*二维码*/
.wx-bd{
    position: absolute;
    z-index: 8;
    top: 31px;
    left:226px;
    /*width: 150px;*/
    background-color: #fff;
    box-shadow:0px 1px 5px 2px #dedbdb;
    /*border-right: 1px solid #42a835;*/
    /*border-bottom: 1px solid #42a835;*/
    /*border-left: 1px solid #42a835;*/
}
.lf{
    float: left;
}
.rt{
    float: right;
}

footer{
    margin:20px 0;
}
.footer_picter{
    margin-top: 20px;
}
.footer_picter li{
    margin-left: 10px;
    float: left;
}
.footer_picter img{
    width:180px;
    height: 65px;
}

.footer .f_body{
    margin-top:20px;
}
.footer .f_body p{
    color: #fff;
    font-size:16px;
}


.u_float {
    zoom: 1;
    overflow: hidden;
    /* display: table; */
    text-align: center;
    /* margin: 0 auto; */
    clear: both;
}

.bg_backgrund{
    /*background-image: url("/experts/img/bg112.png");*/
    background-repeat: no-repeat;
    background-size:contain;
}


.ssss .qq-client{
    position:fixed;right:0px;top:50%;
    margin-top:-80px;
    display:none;
}
.ssss .qq-client a.qq-client-open{
    font-size: 18px;
    width: 50px;
    height: 160px;
    text-align: center;
    border: #ebebeb solid 1px;
    padding: 15px 0 0;
    line-height: 25px;
    display: block;
    color: #fff;
    background:rgba(125, 96, 238,0.9);
    border-radius: 10px;
}
.ssss .qq-client-content{
    position:fixed;
    right:0px;
    top:38%;
    /*border:#ebebeb solid 1px;*/
    width:200px;
    /*display:none;*/
    /*background:#ffffff;*/
}
.ssss .qq-client-content h1{
    font-size:14px;
    width:90%;
    margin:0px auto;
    text-align:center;
    height:50px;
    line-height:50px;
    /*border-bottom:#ebebeb solid 1px;*/
    position:relative;
}
.ssss .qq-client-content h1 span{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: -7px;
    top: 33px;
    cursor: pointer;
    background: #999;
    border: #ebebeb solid 1px;
    width: 25px;
    height: 25px;
    line-height:22px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}
/*.current_credit ul li .aaa{*/
    /*text-align: left;*/
/*}*/
/*.current_credit ul li .bbb{*/
    /*text-align: right;*/
/*}*/

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
    /*.login span{*/
        /*font-size:24px;*/
    /*}*/
    /*.carousel{*/
        /*height:287px;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {



}

@media (max-width: 415px) {

    h1, h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

/*@media*/
/*only screen and (-webkit-min-device-pixel-ratio: 2),*/
/*only screen and (   min--moz-device-pixel-ratio: 2),*/
/*only screen and (     -o-min-device-pixel-ratio: 2/1),*/
/*only screen and (        min-device-pixel-ratio: 2),*/
/*only screen and (                min-resolution: 192dpi),*/
/*only screen and (                min-resolution: 2dppx) {*/
/**/
/*!* logo *!*/
/*.navbar-brand {*/
/*background-image: url(../img/logo@2x.png) !important;*/
/*background-repeat: no-repeat !important;*/
/*background-size: 156px 43px !important;*/
/*}*/
/**/
/*}*/
