﻿@charset "utf-8";
/* CSS Document */
body{
	font:normal normal 16px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
	color: #000;
    background-color: #eee;
}
img{
	display:block;
	border:0;
	width: 100%;
}
.clearfix{
	overflow: hidden;
	zoom:1;
}
body,div,p,ol,ul,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding:0;
	list-style: none;
}
a{
	color:#000;
	text-decoration: none;
}
a:hover{
	color: initial;
    text-decoration: none;
}
.right{
    float: right;
}
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
.container-box{
    background-color: #f8f8f8;
    min-height: 100vh;
    padding-bottom: 280px !important;
}
.thcontainer-box {
    background-color: #fff;
    min-height: 100vh;
    /*padding-bottom: 280px !important;*/
}
.user-center{
    padding:0;
    padding-bottom: 280px;
}
.user-center>.row{
    margin: 0;
    margin-top: 10px;
}


input::-webkit-input-placeholder{
    color:#999 !important;
}
input::-moz-placeholder{   
    color:#999 !important;
}
input:-moz-placeholder{    
    color:#999 !important;
}
input:-ms-input-placeholder{  
    color:#999 !important;
}
input:focus::-webkit-input-placeholder { 
	color:transparent  !important; 
}


/*滚动条样式*/
::-webkit-scrollbar {
 width: 8px;
 height: 1px;
}
::-webkit-scrollbar-track-piece {
 /*background-color: #CCCCCC;*/
}
::-webkit-scrollbar-thumb:vertical {
 height: 1px;
 background-color: #999999;
 -webkit-border-radius: 1px;
}
::-webkit-scrollbar-thumb:horizontal {
 width: 8px;
 background-color:#999999;
 -webkit-border-radius: 1px;
}


.course-menu > ul > a {
    cursor:pointer;
}