@charset "utf-8";
/* CSS Document */
body{background-color: #000; color:#fff;}
body,img,div,p{padding: 0; margin: 0; font-size: 30px; line-height: 40px; font-weight: bold;}
img{vertical-align: middle; border: 0; width: 100%;}
.second-page{width: 100%;}

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

.phonet{display: none;}
.colti{display: block;}
.m-t-10{
	margin-top: 10px;
}
.m-t-30{
	margin-top: 30px;
}
@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;}
	.colti{display: none;}
}
