/*login*/
.index_login{background-color:#fc5a31;color:#fff;border-radius:18px;}
.login{
    font-size: 15px;
    font-size: 1.5rem;
}
.finish, .cancel{
    text-align: center;
    width: 45%;
    background: #ea5735;
    color: #fff;
    border-radius: 10px;
}
.cancel{
    background: #dcdcdc;
    border-radius: 2px;
    font-size: 16px;
    color: #666;
}
.pc .pc_reg_passset h3{
    padding:15px 0;
    border-bottom: 3px solid #D8D8D8;
    margin-left: -30px;
    width: 100%;
    text-align: left;
    font-size: 24px;
}
.pc .login .info_right{
    width: 95%;
    padding-left: 20%;
    text-align: left;
    position: relative;
}
.pc .login p{
    padding: 10px 0;
    width: 20%;
    font-size: 14px;
    margin-left: -5%;
}

.pc .login .info_right input, .pc .login .info_right select{
    border: 1px solid #D8D8D8;
    padding: 11px;
    width: 335px;
    font-size: 14px;
}
.pc .login .info_right select{
    width: 357px;
}
.pc .login .warm_tips{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #EA5735;
    text-align: right;
    margin-right: 70px;
}
.pc .btn_cancel, .pc .btn_finish{
    background: #EEEEEE;
    border-radius: 2px;
    width: 100px;
    height: 40px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}
.pc .btn_finish{
    background: #EA5735;
    color: #fff;
    margin-left: 10px;
    line-height: 40px;
}
.pc .main .login.login_head {
    width: 550px;
    margin: 50px auto;
    border-radius: 5px;
    padding-bottom: 10px;
}

.pc .content_item .user_regist{
    margin-top: 10px;
    width: 70%;
    float: right;
    margin-right: 150px;
}
.login h3{
    padding-top:15px;
}
.logintitle {
    height: 40px;
}
.loginMode {
    margin: 0 30px 30px;
    height: 32px;
    box-shadow: 1px 1px #ddd;
    border-radius: 5px 5px;
    overflow: hidden;
    line-height: 32px;
}
.loginMode .choseItem {
    display: inline-block;
    width: 50%;
    height: 100%;
    color: #000;
}
.loginMode .choseItem.active {
    background-color: #387ef5;
    color: #fff;
}
.loginSpace {
    margin: 15px 15px 0;
}
.loginSpace .inputSpace {
    height: 51px;
    line-height: 51px;
    position: relative;
}
.inputSpace.vcodelist{
    padding-right: 130px;
}
.input_wrap{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.inputSpace select{
    width: 100%;
    height: 100%;
    padding-left: 11px;
    background: #fff;
    /*color: #bfbfbf;*/
}
.inputSpace input {
    display: block;
    width: 100%;
    height: 50px;
    text-indent: 10px;
}
.inputSpace+.inputSpace{
    border-top: 1px solid #dcdcdc;
}
.backlogin_btn{
    padding-top: 5px;
    padding-right: 15px;
}
.loginSpace .vcode {
    position: absolute;
    width: 130px;
    height: 22px;
    line-height: 22px;
    right: 0;
    top: 14px;
    border: 0;
    border-left: 1px solid #dcdcdc;
    cursor: pointer;
}
.loginSpace .vcode.disabled {
    background-color: #888888;
}
.rowWork {
    height: 40px;
    line-height: 40px;
}
.rowWork input{
    margin-right: 2px;
}
.login_else{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}
.login_else a{
    display: inline-block;
    height: 40px;
    width: 40px;
}
.loginSpace [type="checkbox"],.loginSpace [type="checkbox"]:focus{
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-appearance: none;
    outline:none;
    background: url(../images/checkbox_bg.png) no-repeat 8px 3px; 
    background-size: 48px;

}
.loginSpace [type="checkbox"].active,.loginSpace [type="checkbox"].active:focus{
    background-position: -22px 3px; 
}
.login_wx{
    background: url(../images/icon_wx.png) no-repeat 0 0;
    background-size: 40px 40px;
}
.head_bg{
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 22px;
    width: 100%;    
    background-size: 100%;
}
.head_info{
    padding-bottom: 35px;
    padding-top: 20px;
}
.t_head_info{
    margin-top: -40px;
    padding-left: 15px;
}
.user_head{
    width:80px;height:80px;
    margin-top:60px;
}
.user_head_two{
    padding-left: 30px;
}
.head_up_words{
    height:80px;
    line-height:80px;
    float:right;
    padding-right:40px;
    background:url('/images/arrow_right.png') no-repeat 70px;
    font-size:15px;
    background-size:10px;
    color: #7e7e7e;
}
.user_head img{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    float: left;
    margin-left: 0;
}
.user_info{
    width: 150px;
    margin: 0 auto;
    box-sizing: border-box;
}
.user_top_info{
    margin-top: 26px;
    padding-left: 95px;
}
.user_info li{
    width: 45%;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.user_info li:nth-child(2){
    width: 10%;
}
.user_info p{
    height: 25px;
    line-height: 25px;
}
#set_vip{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 7px;
    color: #7e7e7e;
    background-color: #fff;
    opacity: 0.8;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}
.manage_area{

}

.handle_content{
    position: relative;
}
.handle_content dl{
    width: 100%;
    line-height: 40px;
    display: inline-block;
}
.handle_content dt{
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
}
.handle_content dd{

}
.handle_content dd input{
    width: 95%;
}
.handle_update{
    position: absolute;
    right: 10px;
    top: 8px;
}
.handle_update .bg_red{
    padding:3px 20px;
}
.content_area{
    float: left;
    width: 45%;
    display: inline-block;
}
.handle_content dd a{
    float: left;
}
/*个人中心列表*/
.listView {
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.listitem.myitem {
    position: relative;
    border-top: 1px solid #eee;
    padding: 0 5px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #bfbfbf;
    box-sizing: border-box;
}
.listitem.myitem:hover,.listitem.myitem:active{
    background: #eee;
    border-radius: 5px;
}
.listitem.myitem a{
    display: inline-block;
    width: 100%;
}
.listitem.myitem .icon_arrow_right{
    margin-top: 15px;
}
.listitem.myitem:first-child{
    border: none;
}
.listitem.myitem .icon{
    margin-top: 10px;
}
.user_area .listView{
    background-color: #fff;
    padding: 5px 10px;
}
.model_list{
    padding: 0 5px;
}
.model_list li{
    width: 50%;
    box-sizing: border-box;
}
.model_list li:nth-child(odd){
    padding-right: 5px;
}
.model_list li:nth-child(even){
    padding-left: 5px;
}
.model_list img{
    width: 100%;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.model_list li.cur img{
    border:2px solid #fc5832;
}
#set_slider{
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.8;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    padding: 0 16px;
    border-top-left-radius:16px;
    border-bottom-left-radius: 16px; 
}
.set_top{
    padding: 10px 15px 25px;
    background-color: #fff;
}
.wutonghui .set_top{
    background:none;
    padding: 10px 15px 0;
    border-bottom: 1px solid #434343;
    margin-bottom: 22px;
}
.upload_logo_wrap{
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    text-align: center;
    overflow: hidden;
    position:relative;
    float:left;
    margin-right:-66px
}
#upload img{
    width: 100%;
    height: 100%;
}
.set_schoolname{
    float: right;
    width:100%;
    box-sizing: border-box;
    padding-right: 96px;
}
.wutonghui .set_schoolname{
    margin-top: 10px;
}
#set_schoolname{
    display: block;
    width: 100%;
    margin-left: 96px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
}
.wutonghui #set_schoolname{
    background: none;
    border-color: #434343;
}
#set_schoolname::-webkit-input-placeholder { font-size: 13px; }
#set_schoolname::-moz-placeholder { font-size: 13px; } /* firefox 19+ */
#set_schoolname:-ms-input-placeholder { font-size: 13px; } /* ie */
.set_top .column{
    padding-bottom: 0;
    border:none;
}
.set_middle{
    background-color: #fff;
    border-top: 1px solid #bfbfbf; 
    border-bottom: 1px solid #bfbfbf; 
}
.set_middle li{
    height: 48px;
    line-height: 48px;
    padding: 0 5px;
    margin: 0 10px;
}
.set_middle li:first-child{
    margin: 0;
}
.set_middle li+li{
    border-top: 1px solid #eee;  
}
.upload_welpage{
    position: relative;
    margin: 13px 15px;
}
.welpage_wrap{
    width: 40%;
    max-width:300px;
}
.wutonghui .welpage_wrap{
    margin: auto;
    background-color: #7e7e7e;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 172px;
    border-radius: 10px;
    overflow: hidden;
}
.edit_welpage p{
    height: 30px;
}
.edit_welpage{
    position: absolute;
    top: 50%;
    right: 0;
}
.wutonghui .edit_welpage{
    text-align: center;
    width: 100%;
}
.welpage_wrap img{
    width: 100%;
    max-width:300px;
}
.edit_welpage i{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 7px;
    border-radius:12px;
    text-align: center;
}
.wutonghui .edit_welpage i{
    height: 25px;
    width: 19px;
    background: url(../images/wutonghui/tlogo_upload.png) 0 0 no-repeat;
    border-radius: 0;
    background-size: 100%;
    display:block;
    margin: auto;
}
.upload_centent{
    width: 40%;
    max-width: 400px;
    margin: 0 auto;
}
.upload_centent img{
    width: 100%;
}
.banner_set li{
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.wutonghui .banner_set li{
    border-color: #434343;
    padding:20px 15px;
}
.wutonghui .academy_set .new_pos{
    position: relative;
    left: 0;
    margin-left: 0;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    color: #fff;
    border: 1px solid #7e7e7e;
    padding: 0 20px;
    border-radius: 20px;
}
.banner_set li img{
    width: 35%;
}
.pc .banner_set li > img{
    width: 392px;
    height: 160px;
    margin-left: 80px;
}
.pc .academy_set li .academy_logo {
    width: 70px;
    height: 70px;
    margin-left: 0px;
}
.pc .bgcolor_area{
    width: 80px;
    height: 160px;
    position: absolute;
    left: 15px;
    top: 10px;
    background: #eee;
}
.pc .bgcolor_area_right{
    left: 487px;
}
.banner_set li a+a{
    /*margin-left: 15px;*/
}
.banner_set li p{
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
}
.wutonghui .academy_set{
    background: none;
}
.academy_set li p{
    margin-top: -10px;
}
.academy_set li p i{
    margin-top: -10px;
    width: 40px;
    height: 40px;
    background: url('/images/arrow_right.png') no-repeat right center;
    display: block;
}
.banner_set li .order > img{
    width: 17px;
}
.banner_check_list img{
    width: 100%;
    display: block;
}
.banner_check_list .icon_right{
    position: absolute;
    top: 5px;
    right: 5px;
}
.banner_item{
    margin-bottom: 5px;
}
.size_tip{
    border-bottom: 1px solid #eee;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
}
.academy_set .academy_logo{
    width: 70px;
    height: 70px;
    border-radius: 35px;
}
.wutonghui .academy_set .academy_logo{
    display: none;
}
.academy_set .academy_name{
    height: 70px;
    line-height: 70px;
    margin-left: 15px;
}
.show_list .academy_name{
    height: 50px;
    line-height: 50px;
}
.set_content{
    background-color: #fff;
    padding: 0 10px;
    border-bottom: 1px solid #e1e1e1;
}
.wutonghui .set_content{
    background: none;
    padding:0;
    border-bottom: 1px solid #434343;
}
.pc .set_content{
    margin-bottom: 300px;
}
.set_item{
    height: 49px;
    line-height: 49px;
    padding: 0 5px;
}
.set_item input{
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    outline: none;
}
.wutonghui .set_item input{
    background: none;
    color: #fff;
}
.set_item .tit{
    margin-right: 10px;
    color:#999;
}
.set_item+.set_item{
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
}
.wutonghui .set_item+.set_item{
    margin: 0 5px;
    border-top: none;
    border-bottom: 1px solid #434343;
}
.wutonghui .set_item:last-child{
    border-bottom: none;
}
.logo_item{
    height: 72px;
    line-height: 72px;
}
.wutonghui .logo_item{
    height: 195px;
    line-height: 20px;
    padding: 15px;
    border-bottom: 1px solid #434343;
}
.wutonghui .logo_item a{
    line-height: 20px;
}
.wutonghui .logo_item_bg{
    background: #62c4ae;
    height: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.wutonghui .category_upload_icon{
    height: 25px;
    width: 18px;
    background: url(../images/wutonghui/category_upload.png) no-repeat 0 0;
    display: block;
    margin: 0 auto 5px;
    background-size: 100%;
}
.wutonghui #del_catagorylogo{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url(../images/wutonghui/wutonghui_category_del.png) no-repeat 0 0;
    background-size: 100%;
    text-indent: -9999em;
    z-index: 9999;
}
.logo_item img{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-top: 11px;
}
#category li,#nums li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 10px;
    padding:0 5px;
    color:#333;
}
#category li:last-child,#nums li:last-child{
    border-bottom: none;
}
#nums li img{
    width: 30px;
}
.academy_set  li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
}
.img_wrap{
    display:table-cell;
    vertical-align:middle;
    /*IEneihe*/
    *display:block;
    *font-size:44px;/*高度为50PX，  则50*0.873约为44px*/

    text-align:center;
    height:50px;
}
.img_wrap img{
    vertical-align:middle;    
}
.set_item  .img_wrap img{
    width: 30px;
    margin-right: 20px;
}
.arrow_right{
    margin: 5px 3px;
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    margin-top: 14px;
}
#select,#num{
    display: block;
    width: 100%;
    height: 48px;
}
.category_logos{
    padding: 25px 0 10px;
}
.category_logos li{
    width: 25%;
    text-align: center;
    margin-bottom: 15px;
    float: left;
}
.category_logos li img,.category_logos li .add_icon{
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.category_logos li .add_icon{
    display: inline-block;
    background: url(../images/column/add_column.png) no-repeat 0 0;
    background-size: 100%;
}
.category_logos li .add_icon:active{
    background: url(../images/column/add_column2.png) no-repeat 0 0;
    background-size: 100%;
}
.set_item  #select label{
    display: inline-block;
    white-space: nowrap;
    padding: 0 15px;
    background: #e1e1e1;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
}
.wutonghui  #select label{
    background: none;
    color: #fff;
    padding: 0;
}
.set_item  #select label{
    margin-right: 10px;
}
.set_item  #select label:last-child{
    margin-right: 0;
}
.logo_item a{
    line-height: 68px;
}
.logo_item .icon-add{
    font-size: 22px;
    margin-left: 5px;
}
.deputy .category_item{
    position: relative;
    line-height: 44px;
    height: 44px;
}
.category_item_content{
    margin-left: 15px;
    padding: 0 5px;
    border-bottom: 1px solid #e1e1e1;    
}
.level_item .category_item:last-child .category_item_content{
    border-bottom: none;
}
.level_item{
    margin-top: 15px;
    background: #fff;
}
.level_item:first-child{
    margin-top: 0;
}
.c_level_two .category_item_content{
    margin-left: 75px;
}
.c_level_three .category_item_content{
    margin-left: 105px;
}
.category_item input,.category_item i{
    position: absolute;
    right: 15px;
    top: 12px;
}
.category_item input{
    width: 25px;
    height: 25px;
    z-index: 100;
    opacity: 0;
}
.category_item i{
    z-index: 99;
}
.set_wrap{
    padding: 0 10px;
}
.set_wrap li{
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    line-height: 48px;
    position: relative;
}
.pc #bar{
    width: 300px;
}
.reset_pass .title{
    display: inline-block;
    width:100%;
}
.reset_pass .icon_arrow_right{
    margin-top:14px;
}
.set_wrap input{
    outline: none;
    background:transparent;
}
#showName img{
    width: 20px;
    margin-top:14px;
}
.tit{
    display: inline-block;
    width: 70px;
}
.show_set .tit{
    width: auto;
    color:#333;
}
.head_info  .icon_arrow_right{
    margin-top: 9px;
    margin-left: 7px;
}
.my_list{
    padding: 25px 0 0!important;
}
.my_list li{
    width: 25%;
    float: left;
    margin-bottom: 25px;
}
.icon_my{
    display: block;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    background-size: 100%!important;
}
.icon_my:hover,.icon_my:active{
    box-shadow: 0 0 8px #fc5a31;
    border-radius: 32.5px;
}
.icon_set_course{
    background:url(../images/my/set_course.png)no-repeat 0 0;
}
.icon_set_teach{
    background:url(../images/my/set_openc.png)no-repeat 0 0;
}
.icon_set_t{
    background:url(../images/my/set_t.png)no-repeat 0 0;
}
.icon_set_finance{
    background:url(../images/my/set_money.png)no-repeat 0 0;
}
.icon_set_mall{
    background:url(../images/my/set_mall.png)no-repeat 0 0;
}
.icon_set_bbs{
    background:url(../images/my/set_bbs.png)no-repeat 0 0;
}
.icon_set_analyze{
    background:url(../images/my/set_analyze.png)no-repeat 0 0;
}
.icon_set_system{
    background:url(../images/my/set_system.png)no-repeat 0 0;
}
/*erro:部分浏览器（example:uc）会造成点击后图片不显示问题*/

/*.my_list li a:hover .icon_set_course{
    background:url(../images/my/set_course2.png)no-repeat 0 0;
}
.my_list li a:hover .icon_set_teach{
    background:url(../images/my/set_openc2.png)no-repeat 0 0;
}
.my_list li a:hover .icon_set_t{
    background:url(../images/my/set_t2.png)no-repeat 0 0;
}
.my_list li a:hover .icon_set_finance{
    background:url(../images/my/set_money2.png)no-repeat 0 0;
}
.my_list li a:hover .icon_set_mall{
    background:url(../images/my/set_mall2.png)no-repeat 0 0;
}
.my_list li a:hover .icon_set_bbs{
    background:url(../images/my/set_bbs2.png)no-repeat 0 0;
}
.my_list li a:hover .icon_set_analyze{
    background:url(../images/my/set_analyze2.png)no-repeat 0 0;
}
.my_list li a:hover .icon_set_system{
    background:url(../images/my/set_system2.png)no-repeat 0 0;
}*/


/*modal*/
#ceate_course_modal li{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#ceate_course_modal li+li{
    border-top: 1px solid #e1e1e1;
}
#ceate_course_modal li a{
    display: block;
    width: 100%;
}
.page_url_label{
    width: 30%;
    text-align: right;
    line-height: 30px;
    margin-top: 50px;
    display: inline-block;    
}
#page_url{
    display: inline-block;
    width: 60%;
    margin-top: 50px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
/*category_list*/
.category_list li{
    border: none;
    padding: 0;
}
.category_list li.category_level2{
    padding-left: 80px;
}
.noraml_item{
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.category_list li.no_border .noraml_item{
    border:none;
}
.category_level1{
    margin-top: 10px;
}
.category_level1:first-child{
    margin-top: 0;
}
li.add_item{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
/*protocol.html.twig*/
.main_tit{
    overflow: auto;
}
.ag_list{
    margin: 25px 15px 0px;
}
.ag_list>h3{
    font-size:17px;
    color:#393939;
}
.ag_list>p{
    font-size:15px;
    color:#7e7e7e;
    line-height:31px;
}
.agree_btn{
    width:90%;
    height:50px;
    border-radius:25px;
    text-align:center;
    line-height:50px;
    color:#fff;
    font-size:17px;
    position:absolute;
    bottom:10px;
    margin:0 5%;
}
/*vipUser样式*/
.content{
    padding: 0;
}
.panel-heading{
    height:60px;
    background:#fff;
    line-height:60px;
    overflow:auto;
}
.panel-heading>i{
    width:30px;
    height:30px;
    display:block;
    background:url('/images/my/vip_user.png');
    background-size:cover;
    float:left;
    margin-top:15px;
    margin-left:17%;
}
.panel-heading>p{
    float: left;
    margin-left: 5px;
}
.panel-heading>div{
    font-size:16px;
    float:left;
    margin-left:5px;
}
.panel-heading>div>span{
    font-size:22px;
    color:#fc5832;
}
.col-md-8 .li_wrap{
    margin:23px 15px 0;

}
.li_wrap li:first-child{
    font-size: 16px;
    color: #fc5832;
    list-style: none;
    text-align: center;
}
.li_wrap>li{
    color: #7e7e7e;
    line-height: 30px;
    list-style: disc inside url('/images/disc.png');
}
.t_center.sub_btn{
    width:90%;
    height:50px;
    background:#fc5832;
    border-radius:25px;
    margin:0 auto;
    margin-top:10%;
}
.btn.btn_lg.btn_info{
    background:#fc5832;
    border:none;
    height:50px;
    color: #fff;
}

/*2016.8.9account样式添加*/
.set_address>input{
    width: 70%;
    line-height:48px;
    color:#393939;
}
.address_remind{
    line-height:22px;
    font-size:12px;
    color:#7e7e7e;
    padding:5px 0;
    border-bottom:1px solid #dcdcdc;
}
.share_lesson{
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    color: #62c3af;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}
.body_wrap{
    z-index: 10;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity = 10);
}
.alert_div{
    z-index: 20;
    position: fixed;
    top: 120px;
    background: #fff;
    margin: 0 21px;
    padding: 0 21px;
    border-radius: 15px;
}
.alert_title{
    font-size:17px;
    color:#393939;
    font-weight:bold;
    text-align:center;
    margin:15px 0;
}
.alert_div>p{
    font-size:15px;
    line-height:26px;
    color: #7e7e7e;
}
.confirm_btn{
    margin:19px 0;
    overflow:auto;
}
.confirm_btn div{
    width:49%;
    float:left;
    text-align:center;
    line-height:31px;
    font-size:17px;
    color:#fc5832;
    border-right:1px solid #dcdcdc;
}
.confirm_btn .agree_mybtn{
    border: none;
}
.clear_over{
    overflow: hidden;
}
.academy_set .new_pos{
    padding-right:5px;
    overflow:hidden;
    position:absolute;
    left:80px;
    bottom:10px;
    max-width:70%;
}
#categoryList{
    text-align: center;
}
.pc .deputy{
    margin-bottom: 100px;
}
#categoryList .courseTypeSelect{
    text-align: center;
    padding: 2px 15px;
    border-radius: 15px;
    margin: 30px;
    border: 1px solid #fc5a31;
    display: inline-block;
    color: #fc5a31;
    box-sizing: border-box;
    overflow: hidden;
}
.domain_btn{
    position: absolute;
    top: 5px;
    right: 0;  
}
/*账号密码登录*/
.admin_login a{
    color: #61c4af; 
}
.login_tab{
    overflow: hidden;
}
.pc .login_tab li{
    line-height: 50px;
    font-size: 24px;
}
.login_tab li{
    line-height: 42px;
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}
.login_tab li a{
    display: inline-block;
}
.login_tab li  a{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
}
.resetPass{
    overflow: hidden;
    margin: 5px 0;
}
.input_space{
    border: 1px solid #D8D8D8;
    padding-left: 10%;
    width: 90%;
    font-size: 14px;
    height: 44px;
    margin-top: 15px;
}
.input_space .input{
    width: 100%;
    height: 100%;
}
.account_iphone{
    background: url('../images/common/account_iphone.png') 10px 50% no-repeat;
    background-size: 26px;
}
.account_pwd{
    background: url('../images/common/password.png') 10px 50% no-repeat;
    background-size: 26px;
}
.vertical_code{
    background: url('../images/common/verification.png') 10px 50% no-repeat;
    background-size: 26px;
}
.code_sms{
    background: url('../images/common/SMS.png') 10px 50% no-repeat;
    background-size: 26px;
}
/*pc登录*/
.pc_login_modal .modal_content{
    width:546px;
    padding:0 78px;
    margin-left: -273px;
}
.pc_login_modal .loginSpace{
    margin:20px 0 0;
}
.pc_login_modal .deal{
    margin-left: -12px;
}
.pc_login_modal .login_tab li{
    width:30%;
    border-bottom: none;
}
.pc_login_modal .input_wrap{
    padding-left: 0;
}
.pc_login_modal .protocol{
    top:0;
    overflow-x: hidden;
    overflow-y: auto;
}
.pc_login_modal .close{
    background: url(/images/common/close.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    top: 10px;
}
.pc_login_modal .pc_backbtn{
    font-size: 25px;
    position: absolute;
    margin-top: 15px;
}
.pc_login_modal h3{
    font-size: 24px;
}
.pc_login_modal .login_btn{
    width:30%;
    margin:20px auto 0px;
    cursor: pointer;
}
.pc_login_modal .back_login{
    padding-top:8px;
}
.pc_login_modal .modal_content .input_wrap input,.pc_login_modal .inputSpace+.inputSpace{
    background: #f2f2f2;
}
.my_title_ul{
    background: #fff;   
    border-bottom: 1px solid #ddd;   
    padding:20px 0px;   
    overflow: hidden;
}
.my_title_li{
    float:left;width: 24.5%;   
    text-align: center;
    border-right: 1px solid #ddd;
    background: #fff;
    height: 45px;
    cursor: pointer;    
}
.my_title_li:last-child{   
    border-right: none;   
}
.user_num{
    color:#999;
}
.number-words{
    color:#333;font-size:16px;
}
/*我的粉丝列表*/
.fans_ul{
    background: #fff;
    padding:0px 20px;
}
.fans_li{
    height: 80px;
    vertical-align: middle;
    line-height: 80px;   
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.fans_li:last-child{
    border:none;
}
.list_left{
    float:left;
}
.list_right{
    float:right;
    color:#79CAB9;
}
.fans-big-img{
    width:50px;height: 50px;
    vertical-align: middle;
    border-radius: 50px;
}
.fans-small-img{
    width: 20px;height:20px;margin-top:30px;
}
.fans_name{
    font-size:16px;color:#999;
}
/* pc 我的粉丝 */
.pc .fans_li{
    width: 350px;
    float: left;
    border-bottom-width: 0px;
    padding-left: 30px;
    margin: 10px 20px;
    transition: 0.2s;
}
.pc .fans_li:hover{
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
}
.pc .fans-big-img{
    margin: 15px;
}
.pc .fans_name{
    max-width: 200px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc .word_icon{
    margin: 15px 0 0 10px;
}
/*粉丝主页*/
.fan_page_up{
    text-align: center; 
    background: #fff;
}
.fan_page_bg{
    height: 80px;
    background: #fc5a31
}
.fan_page_img_box{
    width: 70px;height:70px;
    margin:0 auto;border-radius: 70px;
    background: #fff; 
    border:3px solid #fff;
}
.fan_page_img{
    width:100%;height: 100%;
    border-radius: 70px;
}
.fan_name{
    font-size:16px;color:#333;   
    margin-top:40px;
}
.fan_icon{
    width:20px;height:20px;
}
.fan-info{
    text-align: center;color:#999;
    font-size:16px; 
    padding-bottom: 10px;
}
.vertical_line{
    margin:0px 10px;
}
.fan_answer{
    padding: 20px 0px;
}
.answer_btn{
    display: block;
    width:100px;height: 30px;
    background: #52C3AF;
    color:#fff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin:0 auto;
}
.fan_card_ul{
    background: #fff;
    margin-top:20px;
    padding:0px 20px;
    border-bottom: 1px solid #ddd;
}
.fan_card_li{
    height: 40px;
    line-height: 40px;
    font-size:16px;color:#333;
    border-bottom: 1px solid #ddd;
    position: relative;
    cursor: pointer;
}
.fan_card_li:last-child{
    border:none;
}
.fan_card_left{
    float: left;
}
.fan_card_right{   
    float: right;     
    color:#999;
    padding-right: 20px;
}
.fan_right_icon{
    background: url('/images/arrow_right.png') 8px 3px no-repeat;
    background-size: 8px;
    width:20px;height:20px;
    position: absolute;right:0;top:10px;
}
.student_attention{
    font-size:16px;margin-top:5px; 
}
.attention_btn{
    display: block;
    width:80px;height:20px;
    border-radius: 20px;
    border:1px solid #fff;
    text-align: center;
    line-height: 20px;
    margin:0 auto;
    color:#fff;
    font-size:12px;
}
.pc .fan_page_up ,.pc .fan_card_ul {
    width: 60%;
    margin-left: 20%;
}
.pc .fan_card_ul {
    padding: 0;
}
/*我的关注(投顾列表)*/
.list_right_btn{
    width:80px;height:30px;
    border-radius: 30px;   
    margin-top:25px;
    text-align: center;
    line-height: 30px;
    background: #62C4AE;
    color:#fff;
}
.word_icon{
    display: inline-block;
    width:40px;height:20px;
    border:1px solid #62C4AE;
    border-radius: 20px;
    color:#62C4AE;
    font-size:12px;
    text-align: center;line-height: 20px;
}
/*大V主页*/
.see_questions{
    height:30px;
    padding:10px 0px 20px 0px;
}
.big_see{
    display: inline-block;
    width:100px;height:30px;
    text-align: center;line-height: 30px;
    background: #62C4AE;color:#fff;
    border-radius: 30px;
}
.big_questions{
    display: inline-block;
    width:100px;height:30px;
    text-align: center;line-height: 30px;
    background: #62C4AE;color:#fff;
    border-radius: 30px; 
}
.margin_span{
    display: inline-block;
    width:30px;height:20px;  
}
.confirm_del{
    border:1px solid #333;width:50px;height:25px;
    border-radius: 3px;font-size:12px;
    background: #fff;cursor: pointer; 
}
.confirm_margin{
    width:30px;
}
.modal_content{
    text-align: center; 
}
.sta_box{
    margin-top:65px;
}
/* 游客点击进入 */
#touristEnter {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 90%;
    color: rgba(153,153,153,1);
    margin-left:5%;
}
#touristEnter p {
    margin-bottom: 10px;
}
#touristEnter a {
    color: rgba(153,153,153,1);
    font-size: 16px;
}
#explainIcon{
    font-family:jdFontAwesome;
    font-size:16px;
    color:rgba(102,102,102,1);
    text-align:center;
    line-height:16px;
}
#touristEnter div span {
    font-size: 13px;
}
.pc .head_info {
    width: 230px;
    height: 300px;
    border-radius: 6px;
    float: left;
    margin-right: 15px;
    margin-top: 0px;
}
.pc #set_vip {
    top: 72%;
    left: 0;
    right: inherit;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}
.pc .my_center{
    width: 850px;
    margin-left: 280px;
    border-top: 2px solid #e1e1e1;
    margin-top: 25px;
}
.pc img#u_logo{
    margin-left: 70px;
}
.pc .user_top_info ul.sta_box{
    margin: -15px 0 0 -28px;
    display: inline-block;
}
.pc .user_top_info ul.sta_box li{
    text-align: center;
}
.pc .my_box_shadow{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    transform: translate3d(0,-2px,0);
}
/*我的消息*/
.my_message_num{
    position: absolute;
    width: auto!important;
    min-width: 22px;
    height: 23px;
    padding: 0 5px;
    top: 11px;
    right: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 12.5px;
    color:#fff;
}
img.vimgcode {
    position: absolute;
    width: 130px;
    height: 51px;
    line-height: 22px;
    right: 0;
    top: 0px;
    border: 0;
    cursor: pointer;
}
.pc img.vimgcode {
    width: 110px;
    height: 45px;
}
.pc .get_pc_vimgcode{
    position: absolute;
    width: 110px;
    height: 43px;
    line-height: 22px;
    right: 167px;
    top: -1px;
    border: 0;
    cursor: pointer; 
}
.pc .get_vcode{
    background: #EEEEEE;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    padding: 11px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 110px;
}
.pc .get_pc_vcode{
    background: #EEEEEE;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    padding: 10px 0px;
    position: absolute;
    right: 167px;
    top: 0px;
    cursor: pointer;
    width: 110px;
}
/* 个人中心 分校 select  */
.set_area select{
    width: 73%;
    box-sizing: border-box;
    padding-right: 70px;
    background: #eee;
}
.pc .set_area select{
    background: #fafafa;
}

/*微信登录*/
.wechat_login{
    width:80%;
    height:40px;
    line-height:40px;
    border-radius:10px;
    border:1px solid #dcdcdc;
    font-size:1.5rem;
    background:#fc5a31;
    margin:20px auto;
}
.wechat_cancel{
    width:80%;
    height:40px;
    line-height:40px;
    border-radius:10px;
    border:1px solid #dcdcdc;
    font-size:1.5rem;
    background:#fff;
    margin:0 auto;
}
.wechat_solid{
    border-bottom:1px solid #dcdcdc;
    width:90%;
    margin:30px auto 20px;
}
.icon_check{
    display: inline-block;
    width: 16px;
    height: 16px;
    border:2px solid #fc5a31;
    border-radius: 10px;
}
.icon_checked{
    display: inline-block;
    background: url(/images/common/checked.png) no-repeat 0 0;
    background-size: 100%;
    width: 20px;
    height: 20px;
}


.btn-block{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.add-btn{
    width: 80px;
    line-height: 35px;
    height: 35px;
    margin-left: 20px;
    cursor: pointer
}
.page-li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between
}
.img-block{
    width: 430px;
    text-align: center;
    margin-bottom:50px;
    margin-left:30%
}

.page-url-label{
    margin-left: 30%;
}
.page-url-input{
    margin-top: 0!important;
    width:40%!important
}
.page-img{
    width: 430px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px
}
.right-btn-block{
    display: flex;
    align-items: center;
    cursor: pointer
}
.page-delete,.page-link{
    margin-right: 20px;
    cursor: pointer
}
.upload-tip{
    color: #777;
    margin-top: 10px;
}





















