/** { touch-action: none; }*/  <!--  -->
body{margin:0; background-color: #ffffff;}
body, button, input, select, textarea {
    font: 12px/1.5 STHeiti,Droidsansfallback,Helvetica,"微软雅黑",Arial,sans-serif,"宋体", \5b8b\4f53;
    color: #333333;
}
img{
    width:100%;
}
a{
    color:#333;
}
/*a:hover{
    color:#47C88A;
}*/
ul {
    list-style: none;
    display: block;
}

input, textarea{
    font-size:14px;
}

html, body{
    max-width: 640px;
    min-width: 300px;
    margin:auto;
}
.mui-bar{
    max-width: 640px;
    min-width: 300px;
    text-align: center;
    margin:auto;
}

/**主页样式**/
.main-list label{
    margin: 3px;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    background-clip: padding-box;
}
.color-blue{
    background-color: #3facf4;
}
.color-red{
    background-color: #f76464;
}
.color-yellow{
    background-color: #ffb026;
}
.color-green{
    background-color: #85c50c;
}



.image-div{
    display: inline-block;
    vertical-align: middle;
    width:inherit;
}
.notice{
    float:left;
    height:32px;
    vertical-align: middle;
    padding:8px 4px;
}
.main-notice{
    width:5px;
    height:22px;
    margin:9px;
    background-color: #3facf4;
    vertical-align: middle;
    float:left;
}
.icon-num{
    margin-top:4px;
    width:35px;
    width:100%;
}
.notice-list{
    background: #ffffff;
    text-align:left;
    font-size: 12px;
    float:left;
    padding-left:0px;
    margin: 0px;
}
.notice-list li{

}

/*大于号样式*/
.gl{
    width: 12px;
    height: 12px;
    position: absolute;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: translate(0,-50%) rotate(-135deg);
    transform: translate(0,-50%) rotate(-135deg);
}
.lt{
    width: 12px;
    height: 12px;
    position: absolute;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}

/***弹出层样式***/
.pre-popover{
    display:block;width:100%;height:100%;opacity: 0.3;filter:alpha(opacity=30);background: #000;position:fixed;top:0;left:0;z-index:200;display:none;
}
.div-popover{
    width: 100%;
    max-width: 640px;
    top:20px;
    /*background: #fff;*/
    position: absolute;
    overflow: hidden;
    /*border: 1px solid #b0b0b0;*/
    /*    background-color:#fff;*/
    z-index:997;
    display:none;
    margin:0 auto;
}
.invalid-popover{
    width: 300px;
    height: 200px;
    max-width: 640px;
    top:200px;
    left:50%;
    position: absolute;
    overflow: hidden;
    z-index:202;
    display:none;
    text-align: center;
    margin-left:-150px;

}
.invalid-name{
    padding:30px;
    font-size:16px;
}
.popover-body{
    width: 68%;
    margin: 0 auto;
    padding:0px;
    background-color: #fff;
    border-radius: 6px;

}
.popover-close{
    text-align: right;
    width:100%;
}
.popover-close img{
    width:22px;
    margin-top:6px;
    margin-right:6px;
}

.popover-title{
    margin-top:30px;
    text-align: center;
    font-size:18px;
    color: #3facf4;
    height:40px;
}
.popover-subtitle{
    text-align: center;
    font-size:20px;
    color: #333;
    height:40px;
}

.popover-img{
    width:80%;
    margin:0px auto;
    border:1px solid #eee;
    padding:8px;
}
.popover-img img{
    width:100%;
}
.popover-footer{
    background-color: #37ABF4;
    color:#fff;
    height:48px;
    line-height:48px;
    margin-top:24px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    font-size:14px;
}
.qt-number{
    height:22px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display: inline-block;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #3facf4;
    border: 1px solid #3facf4;
    color:#fff;
}


.close_btn {
    width: 16px;
    height: 16px;
    background: url(../image/close.png) 0 -196px;
    position: absolute;
    top: 5px;
    right: 5px;
    float:right;
}

.circle{
    height: 100%;
    float:left;
    margin:15px 5px 1px 5px;
    padding:8px 15px;
    font-size:14px;
    color: #FFF;
    background-color:#F85959;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.big-circle{
    height: 100%;
    margin:15px 5px 15px 5px;
    padding:18px 12px;
    font-size:14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height:80px;
    background-color: #fff;
    border:1px solid #3facf4;
    color: #3facf4;
}
.big-circle-selected{
    background-color: #3facf4;
    color:#fff;
}
.hide{
    display:none;
}
.line{
    clear:both;
    border-top: 1px solid #E6E6E6;
    margin:5px 0px;
    width: 100%;
}
.bottome-line{
    clear:both;
    border-bottom: 1px solid #E6E6E6;
    margin:5px 0px;
    width: 100%;
}
.left{
    float:left;
}
.clear-left{
    clear:left;
}
.left-3{
    text-align: center;
    padding: 3px 8px;
    display: inline-block;
    width:32%;
}
.right{
    float:right;
}
.clear-right{
    clear:right;
}
.clear-both{
    clear:both;
}
#chapterHelp{
    margin:15px 5px 1px 5px;
}

.mui-content{
    background-color: #FFF;
    font-size:12px;
    /*min-height: 1000px;;*/
}


/***视频类型和视频列表样式**/
.mui-badge-text{
    float:right;
    margin-right:20px;
}

.video-section-title{
    margin:0px 0px 0px 0px; padding:20px 12px 0px 12px; background-color: #ffffff; font-size: 12px;
}
.video-section{
    float:left; width:79px; border:1px solid #ccc; margin:3px 2px; padding:auto; text-align: center;height:25px;
    line-height: 25px;
}
.video-section-select{
    border:1px solid #3facf4;
    background-color: #3facf4;
    color: #fff;
}
.video-iframe{
    width:100%;
    height:200px;
}
.guanggao{
    width:100%;
    margin:2px 0px;
}
.guanggao-small{
    width:50%;
    margin:2px 0px;
    float:left;
}

.mui-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:12px;
}
.video-content{
    max-width: 640px;
    margin:auto;
}
/*用户信息*/
.base-table{
    border-collapse:collapse;
    border:1px solid #E6E6E6;
    width:100%;
}
.base-td{
    border:1px solid #E6E6E6;
}
.header-image{
    width:92px; margin: 5px 8px;vertical-align: middle;text-align: center;
}
.td-title{
    width:70px;
    text-align: right;
}
.td-text{
    margin-right:20px;
    float:right;
}
.low{
    height:34px;
    font-size:16px;
    padding:3px 0px;
}
.taobao-info{
    margin-top:16px;
}
.taobao-step{
    height:25px;
}
.taobao-step-title{
    margin:10px 1px;
    vertical-align: middle;
    float:left;

}
.step-content{
    position: relative;
    float:left;
    /*border:1px solid #3facf4;*/
    border-radius: 2px;
    width:inherit;
    padding:3px;
    margin:2px 0 8px 20px;
}

/****生成key页面****/

.keystore-content{
    margin:20px;
}
.keystore-auth{
    margin:8px auto;
    height:40px;
    line-height: 40px;
}
.keystore-auth input{
    vertical-align: middle;
    line-height: 40px;
}
.keystore-auth-info{
    display: inline;
    line-height: 40px;
    vertical-align: middle;
    padding:5px 8px 5px 2px;
}
.keystore-list{
    margin:8px;
    line-height: 30px;
}

/**登录和注册页样式**/
.link-area{
    margin:8px auto;
    width: 100%;
    text-align: center;
    font-size:14px;
}
.valid-code{
    width: auto;
    height: auto;
    top: 0px;
    margin: 1px 2px;
    position: absolute;
    right: 0px;
    line-height: 37px;
    float: right;
    max-width: 40%;
}

/*提交试题成功样式*/
.progress-title{
    width:15%;
    text-align: right;
    float: left;
    line-height:30px;
}
.progress-bar-bottom{
    margin:8px 2px;
    height: 15px;
    background-color: #000;
    text-align: center;
    color: #fff;
    line-height: 15px;
    border-radius: 15px;
    width:80%;
    float:left;
}
.progress-bar{
    height: 15px;
    background-color: #0F8FFD;
    border-radius: 15px;
    float:left;
}


.note-text{
    width:240px;
    white-space:normal;
}




/**修改mui样式**/

/*修改列表的图片样式*/
.mui-table-view{
    max-width:640px;
    margin:auto;
}
.mui-table-view .mui-media-object {
    line-height: 60px;
    max-width: 115px;
    height: 60px;
}
.mui-table-view .mui-media-body{
    float:left;
}

.mui-table-view-divider{
    height: 42px;
    padding-top:10px;
}
.mui-card{
    margin: auto;
    max-width: 640px;
}
.mui-content>.mui-card:first-child {
    margin-top: 0px;
}
/*修改主页的ul的样式*/
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
    border-top: 1px solid #c8c7cc;
    border-bottom: 0px;
}
/*.mui-table-view-cell{
    padding:14px 14px 6px 14px;
}*/
.mui-table-view-cell:after{
    left: 0px;
}
/*.mui-table-view-cell>a:not(.mui-btn){
    position: relative;
    display: block;
    overflow: hidden;
    margin:0px;
    padding: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}*/


/**修改阿里云播放器样式**/
.prism-player .prism-big-play-btn {
    z-index: 1;
    position: relative;
    margin-left: 8px;
}



/**修改**/
.header-img{
    width:22px;
    top:2px;
}
.font-color{
    color:#3facf4;
}
.font-color-green{
    color:#85c50c;
}
.font-color-red{
    color:#f76464;
}
.header-title{
    margin:8px;
}


/**切换专业样式**/
.type-image{
    margin:auto;
    text-align: center;
}
.type-image img{
    width: 100%;
}
.type-title{
    font-size:16px;
    text-align: center;
    color:#333;
    margin:10px 0px 15px 0px;
}
.type-ul{
    width:100%;
    margin:0px;
    padding:0px;
    text-align: center;
}
.type-ul li{
    float:left;
    width:44%;
    margin:4% 0% 0% 4%;
    padding:0px;
}
.type-ul li img{
    width:100%;
}

.option-type-tip{
    margin:20px auto;
    text-align:center;
    color:#3facf4;
}

/**微信支付样式**/
.product-wrap{
    margin:8px 8px 0px 8px;
    padding:2px;
    color:#666;
    font-size:14px;
}
.product-info{
    margin:16px 8px 8px 8px;
}
.font-blue{
    color:#3facf4;
    height:30px;
    line-height:30px;
}
.product-content{
    margin:auto;
}
.product-price{
    margin:10px auto;
}
.price{
    font-size:20px;
    color:#f76464;
}

.product-suit{
    font-size:14px;
    margin:auto 16px;
    color:#666;
}
.suit-name{
    margin:8px 8px 0px 8px;
    width:90px;
    height:32px;
    line-height:32px;
    border-radius: 5px;
    color:#666;
    text-align:center;
    background-color: #eee;
}
.suit-active{
    background-color: #f76464;
    color:#fff;

}
.product-content{
    margin:8px;
    font-size:14px;
    color:#666;
}
.product-bottom{
    position: fixed;
    bottom:0px;
    border-top:1px solid #E6E6E6;
    background-color: #fff;
    height:50px;
    line-height:50px;
    width:100%;
    text-align:center;
    z-index:101;
}
.product-ask{
    width:24%;
    border-right:1px solid #E6E6E6;
}
.product-amt{
    width:40%;
}
.product-pay{
    color:#fff;
    background-color: #3facf4;
    width:36%;
    height:50px;
    line-height: 50px;
    font-size:16px;
    font-weight: bold;
    text-align:center;
}
.product-bottom a,.product-bottom a:hover,.product-bottom a:visited{
    color:#fff;
}
.blank-row{
    height:20px;
    line-height:20px;
}

.loading-mask{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.loading{
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    position: absolute;
    z-index:1003;
    display:block;
    color:#fff;
    border-radius: 4px;
    padding:8px;
}