h1,h2,h3,h4,h5,h5,h6,p{
    margin:0;
}
.f-14{
    font-size:14px;
}
.f-24{
    font-size:24px;
}
.view_page{
    font-size:14px;
}
.view_page .clear-title h1{
    display: flex;
}
.content-box{
    width:1000px;
    margin:145px auto;
}
.text-content{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.clear-title{
    margin:100px 0 30px;
}
clear-title{
    width:100%;
}
.clear-title span:nth-child(1){
    padding-right:30px;
}
.clear-title span:nth-child(2){
    padding-left:30px;
}
.clear-title p{
    padding:50px 0 20px;
}
.context p.title{
    margin:30px 0 18px;
}
.context p.desc{
    margin:18px 0 25px;
}
.bottom-box{
    margin:60px 0 80px;
}
.bottom-box p{
    padding-top: 22px;
}
.footer-nav{
    overflow: hidden;
    color:#fff;
}
.footer-nav p img{
    margin:22px 0 20px;
}
.footer-nav .content{
    display: inline-block;
}
.footer-nav .left .content{
    padding-top: 10%;
    padding-right: 10%;
    background: #150425;
    opacity: 0.9;
    width: 90%;
    height: 69%;
}
.footer-nav .right .content{
	padding-top: 10%;	
	padding-left: 10%;
	background: #150425;
    opacity: 0.9;
    width: 90%;
    height: 69%;
}
.footer-nav .left{
	position:relative;
    float: left;
    width:50%;
	height: 300px;
}
.footer-nav .right{
	position:relative;
    float: left;
    width:50%;
    height: 300px;
}
.footer-nav a{
	color: #fff;
}
.footer-nav .thumb-img{
	position: absolute;
	top: 0;
    left: 0;
	z-index: -1;
}

.content{
    background: none;
}
.navbar {
    z-index: 101;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 80px;
    font-size: 0.7em;
    color: rgba(18, 13, 33, 0.8);
    position: fixed;
    background: rgba(30,9,41,0.95);
    transition: background 0.4s;
    margin-top: 0;
}
.nav ul{
    margin-top: 15px;
}
.item-time{
	color: #8f66aa;
	margin-top: 20px;
	display: none;
}
.item-time i{
	padding: 0 10px;
	font-style:normal
}
.back-fixed{
	position: fixed;
    top: 0;
    left: 50%;
    margin-left: -50px;
}
@media  (max-width: 1024px){
	.clear-title span img{
		display: none;
	}
	.footer-nav .left{
	    float: none;
	    width:90%;
		margin: 30px 5% 0;
		height: 145px;
	}
	.footer-nav .right{
	    width:90%;
		float: none;
		margin: 30px 5%;
		height: 145px;
	}
	.footer-nav p img {
	   margin: 0;
	}
    .content-box{
        width:100%;
    	margin: 0 auto;
    }
    .clear-title span:nth-child(1),.clear-title span:nth-child(2){
        padding:0;
    }
    .clear-title{
        margin: 40px 0 30px;
    }
    .clear-title p{
        padding: 30px 0 20px;
    	line-height: 25px;
    }
    .content .footer-nav .content{
        margin:0;
    	height: 100%;
    }
    .back{
		display: none;
    }
	.navbar{ 
		display: block;
	}
	.content {
	    background: #1f092d;
		color: #fff;
	}
	.content h1{
		color: #fff;
	}
	.content p{
		color: #fff;
	}
	.view_page{
		margin-top: 90px;
		padding: 0 20px;
	}
	.item-time{
		display: block;
	}
}
@media (min-width: 415px) and (max-width: 768px){
    .clear-title span:nth-child(1) img{
        display: none;
    }
    .clear-title span:nth-child(2) img{
        display: none;
    }
    .footer-nav .right{
        background: #20112f;
    }
	.back{
		display: none;
    }
	.navbar{ 
		display: block;
	}
	.view_page{
		margin-top: 90px;
	}
	.item-time{
		display: block;
	}
}
@media (min-width: 769px) and (max-width: 1024px){
    .clear-title span:nth-child(1) img{
        display: none;
    }
    .clear-title span:nth-child(2) img{
        display: none;
    }
    .footer-nav .right{
        background: #20112f;
    }
    .content .footer-nav .content{
        text-align: left;
    }
	.back{
		display: none;
    }
	.navbar{ 
		display: block;
	}
	.view_page{
		margin-top: 90px;
	}
	.item-time{
		display: block;
	}
}