@charset"utf-8";
/***********会员系统样式***********/

/************************学员会员样式部分***********************/
/*页码插件样式*/
.pages {
    padding-top:40px;
    /*width:720px;
    margin:40px auto 0 auto;*/
    text-align: center;
}
.pages #Pagination {
    /*float: left;*/
    overflow: hidden;
    display: inline-block;
}
.pages #Pagination .pagination {
    margin: 0;
    height: 34px;
    text-align: right;
}
.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
    float: left;
    display: inline;
    width: 60px;
    height:34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
}
.pages #Pagination .pagination a:hover{
    color: #fff;
    background: #d90000;
}
.pages #Pagination .pagination .current {
    background: #d90000;
    color: #fff;
}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
    float: left;
    /*padding: 11px 13px;*/
    width: 80px;
    border: 1px solid #e6e6e6;
    background: #e3e3e3;
    color: #333;
    cursor: pointer;
    text-align: center;
}
.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 5px;
}
.pages #Pagination .pagination .prev i {
    background-position: -144px -1px;
    *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
    background-position: -156px -1px;
    *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
    padding: 11px 5px;
    border: none;
    background: none;
    cursor: default;
}


/**左侧板块***/
.left-box{
    float: left;
    width:200px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    border-right: none;
    border-bottom: none;
}
/*头像*/
.vip-head{
    overflow: hidden;
    padding-bottom:20px;
}
.head-img{
     width: 82px;
     height: 82px;
     margin:20px auto;
    border-radius: 50%;
 }
.vip-name{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.vipnum{
    font-size: 13px;
    color: #d90000;
}
/*导航*/

.left-box h2 {
    padding-left:20px;
    background:#ede7e1;
    position: relative;
    font-size: 18px;
    color: #333;
    line-height: 43px;
    border-bottom: 1px solid #ddd;
}
.left-box h2 b{
    position: absolute;
    left: -6px;
}
 .left-nav li{
    border-bottom: 1px solid #ddd;
}
.left-nav li a{
    text-align: left;
    display: block;
    font-size: 14px;
    color: #666;
    padding:10px 10px 10px 43px;
    line-height: 24px;
    background:#f8f6f4;
}
.left-nav li a b{
    padding-right:5px;
    display: inline-block;
    vertical-align:bottom;
}
.left-nav li a:hover{
    color: #d90000;
    background: #fff;
}
.left-nav li a.hovera{
    color: #d90000;
    background: #fff;
}
/*********************************右侧盒子*/

.right-box{
    margin-left: 200px;
    padding-bottom:3%;
    position:relative;
    border: 1px solid #ddd;
    background: #fff;
    /*最小高度限制*/
    min-height: 669px;
}
/*右侧标题*/
.right-top h2{
    padding:10px;
    display: block;
    line-height: 30px;
    font-size:18px;
    border-bottom: 1px solid #ddd;
}
/*内容盒子*/
.right-inner{
    width:96%;
    margin:2%;
}
/*内容表格通用样式*/
.right-inner table{
    width: 100%;
    border: 1px solid #ddd;
}
.right-inner table tbody tr{
    border-top: 1px solid #ddd;
}
.right-inner table th,.right-inner table td{
    text-align: center;
    line-height: 20px;
    padding:10px 30px;
    border-right:1px solid #ddd;
}
.right-inner table th{
    height:40px;
    font-size: 16px;
    color: #000;
    background: #f8f6f4;
}
/*红底白字按钮*/
.buy-btn{
    cursor: pointer;
    color:#666;
    border-radius: 5px;
    display:inline-block;
    line-height: 30px;
    background: #f5f5f5;
    text-align: center;
    padding:0 10px;
    border: 1px solid #ddd;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.buy-btn:hover{
    color: #fff;
    background: #d90000;
}



/***********************我的订单表格**************************/
/*我的订单*/

.myorder table .ddh-tr{
    background: #fafafa;
    text-align:left;
}

.myorder table .ddh-tr b{
    display: inline-block;
    margin-right:30px;
}

.myorder table .order-list-tr>td:nth-child(1){
    width:70%;
}
.myorder table th{
    background: #fbfbfb;
}
/*内部表格 订单详情列表*/
table.order-in-table,table.order-in-table tr,table.order-in-table td{
     border: none ;
 }
.order-in-table tbody tr{
    border-top:none !important; ;
}
 table.order-in-table td:nth-child(1){
     text-align: left;
     width:73%;
}
table.order-in-table tr:not(:last-child){
    border-bottom:1px solid #ddd;
}
/*自定义样式*/
.line2{
    display: block;
    height: 1px;
    background: #ddd;
    margin:5px 0;
}
.w50{
    width: 50%;
}
.h20{
    height: 10px;
    background: #fefefe !important;
}
/*字体颜色*/
.blue{
    color:blue;
}
.green{
    color: green;
}

/***********************我的订单表格END**************************/



/*我的点播*/
.wddb table tbody tr td:nth-child(2){
    width:50%;
    text-align:left;
}
.wddb .img-text dl{
    overflow: hidden;
    text-align: left;
}
.wddb .img-text dl img{
    margin:0 10px;
    padding: 3px;
    border: 1px solid #ddd;
}
.wddb .img-text dl dd.d1{
    color: #333;
    display: block;
    height: 40px;
    line-height: 20px;
    margin-top:10px;
    overflow: hidden;
}
.wddb .img-text dl dd.d2{
     color: #999;
     display: block;
     height: 30px;
     line-height: 30px;
     overflow: hidden;
 }
/*我的直播*/
.wdzb table tbody tr td:nth-child(5){
    width:20%;
    text-align:left;
}
.czlist{
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.czlist li{
    min-width: 50%;
    line-height: 26px;
}
.fontd9{
    color: #d90000;
}
/*弹出模态框*/
.fade.in{
    width:100%;
    margin: 0;
}
.modal-body{
    padding:40px ;
}
.modal-dialog{
    margin-top:10%;
}
.modal-title{
    font-size: 18px;
}
/*表单*/
.fsx-list-form{
    overflow: hidden;
}
.fsx-list-form li{
    font-size: 16px;
    line-height: 35px;
    margin-bottom:20px;
}
.fsx-list-form li span{
    display: inline-block;
    width:13%;
}
.fsx-list-form li input{
    font-size: 16px;
    height:33px;
    line-height: 35px;
}
/*文本输入框*/
#fsx{
    vertical-align: top;
    resize:none;
    width:85%;
    height:220px;
    line-height: 26px;
    font-size: 16px;
    padding:10px;
}
/*我的点播*/
.wdsl table tbody tr td:nth-child(3){
     width:50%;
     text-align:left;
 }
/*免费聊天*/
.mflt table tbody tr td:nth-child(even){
    width:20%;
    padding-left:5%;
}
/*私聊记录-查看记录*/
.sljl-ckjl table tbody tr td{
    text-align: left;
}
.sljl-ckjl table tbody tr td:nth-child(2){
     width:89%;
 }
.right-inner table tbody tr.bottom-datted{
    border-bottom: 1px dashed #ddd;
}
.more-box{
    height: 40px;
    overflow: hidden;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
/*系统通知*/
.xttz ul li{
    margin:5px 0;
}
/*详情页*/
.xttz-xq-title{
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.xttz-xq-inner{
    font-size: 14px;
    line-height: 26px;
    padding: 10px 0;
}
.xttz-xq-inner p{
    text-indent: 2em;
}
.xttz-xq-footer{
    padding:10px;
    text-align: right;
}
/*修改密码*/
.xgmm-form{
    margin:100px auto;
    width:300px;
}
.xgmm-form li{
    margin-bottom:20px;
}

.xgmm-form li span{
    width:20%;
    display: inline-block;
    text-align: right;
    line-height: 30px;
}
.xgmm-form li label{
    display: inline;
}
.xgmm-form li input{
    width: 78%;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.xgmm-form .btn{
    padding: 0 20px;
    margin-left: 20px;
}
/*注册信息*/
.zcxx-form .btn{
    padding: 0 20px;
    margin-left: 10px;
}
.zcxx-form li{
    margin-bottom:15px;
}
.zcxx-form li span{
    width:25%;
    font-weight: 600;
    display: inline-block;
    text-align: right;
    line-height: 30px;
}
.zcxx-form li label{
    display: inline;
}
.zcxx-form li input{
    width: 70%;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
/*注册头像*/
.zcxx-head-box p{
    line-height: 40px;
}
/*******************************讲师部分CSS***************************/
/*学员信息*/
.js-xyxx table tbody tr td:nth-child(3){
    width:35%;
    text-align: left;
}
.js-wddb ul li{
    padding:15px;

}
.js-wddb ul li .thumbnail{
    border: none;
}
.js-wddb ul li h4{
     margin: 14px 0;
 }
.js-wddb ul li .thumbnail:hover a{
    color:#d90000;
}
/*直播学员*/
.js-xyzb table tbody tr td:nth-child(4){
    width:25%;
    text-align: left;
}
.js-xyzb table tbody tr td:nth-child(7){
     width:15%;
     text-align: left;
 }
.js-xyzb .czlist li{

}
.js-search-box{
    margin:30px 0;
}
.js-search-box input{
    width: 200px;
    padding: 0 10px;
    height:30px;
    margin:0 10px;
    font-size: 14px;
}
.js-search-box span{
    font-size: 15px;
    font-weight: normal;
}
/*免费聊天管理*/
.js-mfltgl table tbody tr td:nth-child(3),
.js-mfltgl table tbody tr td:nth-child(6){
    width:15%;
    text-align: left;
}
/*登录页面*/
.js-login{
    position: relative;
    min-height: 627px;
    padding:100px;
    background: url("../images/member/login-bg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.js-login-box{
    background: #fff;
    position:absolute;
    top:100px;
    right:-1000px;
    padding:30px;
    width: 350px;
    display: block;
    border:1px solid #ddd;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.js-login-box input {
     font-size: 16px;
     line-height: 50px;
     border: 1px solid #B4B4B4;
     vertical-align: sub;
     border-radius: 5px;
}
.js-login-box>div>form>ul>li {
    margin-bottom: 20px;
}
.js-login-box>h2 {
    font-size: 26px;
    line-height: 80px;
    text-align: center;
    /*color: #fff;*/
    margin-bottom: 25px;
}
.js-login-box li.dl>input {
    width: 100%;
    height: 50px;
    padding-left: 0;
    border: none;
    background: #d90000;
    color: #FFFFFF;
    font-size: 18px;
}

@media screen and (max-width: 480px){
	.js-login-box{
		max-width:90%;

	}
}

.mypage {width:100%;height:auto;border:#f00 0px solid;margin:4% auto;text-align:center;}
.mypage a{
    border-radius: 5px;
    color: #333;
    width: auto;
    height: auto;
    padding: 8px 15px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.mypage .linking,.mypage a:hover {color:#fff;border:1px solid #f90000;background: #f90000}
.clickme{cursor:pointer;}
.success{width:100%;height:auto;}
@media screen and (max-width: 768px) {
    .mypage {
        width: 100%;
        height: auto;
        padding: 15px 0;
        border: #f00 0px solid;
        font-size: 12px;
        margin: 20px 0;
    }

    .mypage a {
        background: #f90000;
        color: #fff;
        font-weight: bold;
        width: auto;
        height: auto;
        padding: 7px 12px;
        font-size: 12px;
        margin-right: 5px;
        border-radius: 5px;
    }
}

