@charset "utf-8";
/* CSS Document */
body{background-color: #000; }

.second-page{width: 100%;}
.top-height:{height: 100px;}

.second-nav{background-color: rgba(0,0,0,0.85);position: fixed; top: 0; width: 100%;}

.phonet{display: none;}
.m-t-10{
	margin-top: 10px;
}
@media (max-width:767px){
	body,p,div{font-size: 14px; line-height: 20px;font-weight:400;}

	.second-nav{background-color: rgba(0,0,0,0.85); z-index: 10;}
	.second-page{padding-top: 70px}
     
     
	.phonet{display: block;}
}
