@charset "utf-8";
/* CSS Document */
body,p,h1,h2,h3,h4,h5,h6,ul,dl,dd,td,input,fieldset,textarea,option{ 
	margin:0; padding:0;
}
body{
	overflow-x: hidden;
}
li{
	list-style:none;
}
a{
	text-decoration:none;color:#333;
}

a:hover{
	text-decoration:none;
}
a:link{
	text-decoration: none;
}
a:focus{
	outline:none;
}
a:visited{
	text-decoration: none;
}

video:hover{
	text-decoration:none;
}
video:link{
	text-decoration: none;
}
video:focus{
	outline:none;
}


button:focus{
	outline:none;
}
select:focus{
	outline:none;
}
select::-ms-expand{display:none;}
select{
  appearance:none;
 -moz-appearance:none;
 -webkit-appearance:none;
}

img{
	border:none;
}
a,input,textarea{
	outline:none;
}
a{color:inherit;}
h1,h2,h3,h4,h5,h6,b,strong{
	font-weight:100;
}
i,em{
	font-style:normal;
}
body{
	font-size:14px;
	font-family: "Microsoft Yahei", Arial;
}
button{
	border: none;
	border-radius: 4px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c7c7 !important;
}
html{
	background: #f8f8f8;
}
body{
	background: #fff;
}


.scrollbar{
    overflow-x: hidden;
    overflow-y: auto;
    color: #C1C1C1;
    height: 100%;
}
/*滚动条样式-chrome-*/
.scrollbar::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.5);
}
.scrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    border-radius: 0;
    background: #C1C1C1;
}


.scrollbar1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbar1::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #eee;
}



/*弹窗向下*/
.modal.in .modal-dialog{
	transform: translate(0, 100px);
}
