@font-face {
/* font-test*/
font-family: fangzheng;
src:url('font/fangzheng.TTF'),
}
body{
	font-family: fangzheng;
}
.fullimg>img{
	width: 100%;
}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.2rem 0.25rem;
	background-color: #3269B9;
}
.logo{
	width: 4.34rem;
}
.writeFont{
	color: #fff;
}
.backPc{
	font-size: 0.22rem;
}
.nav{
	background-color: #dfdfdf;
		height: 0.8rem;
	line-height: 0.8rem;
	display: flex;
	justify-content: space-between;
	padding: 0 0.35rem;
}
.navBtn{
	color: #414141;
	font-size: 0.3rem;
}
.publicTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.3rem 0 0.25rem;
}
.container{
	padding: 0 0.35rem;
}
.titleLeft{
	font-size: 0.34rem;
	color: #3e3e3e;
}
.titleIcon{
	width: 0.45rem;
	margin-right: 0.2rem;
	vertical-align: middle;
}
.more{
	font-size: 0.24rem;
	color: #3e3e3e;
}
.carouselView .am-slider-c2 .am-control-nav {
    right: 10px;
}
.carouselView .am-slider-c2 .am-control-nav li a {
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.carouselView .am-slider-c2 .am-control-nav li a.am-active {
    background-color: #599CFD;
    cursor: default;
    width: 17px;
    border-radius: 25px;
}
.defaultListContainer{
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 0.1rem;
}
.defaultLists{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 2em;
}
.defaultListsText{
	font-size: 0.28rem;
	color: #3a3a3a;
	flex: 1;
	padding-right: 1em;
}
.defaultListsTime{
	font-size: 0.24rem;
	color: #767676;
}
.serverList{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serverList a:first-child{
	width: 2.32rem;
}
.serverList a{
	width: 2.16rem;
}
.policeList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.55rem;
}
.policeIcon{
	width: 0.91rem;
}
.policeTip{
	font-size: 0.3rem;
	color: #3269b9;
	margin-top: 0.4rem;
}
.talkList{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.talkLists{
	width: 1.65rem;
	height: 1.7rem;
	background-color: #608FD3;
	color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.talkText{
	font-size: 0.28rem;
	margin-top: 0.1rem;
}
.talkLists:nth-child(1) .talkIcon{
	width: 0.67rem;
}
.talkLists:nth-child(2) .talkIcon{
	width: 0.61rem;
}
.talkLists:nth-child(3) .talkIcon{
	width: 0.66rem;
}
.talkLists:nth-child(4) .talkIcon{
	width: 0.47rem;
}
.footer{
	height: 1rem;
	background-color: #235DB0;
	font-size: 0.25rem;
	line-height: 1rem;
	text-align: center;
	margin-top: 0.3rem;
}
@media screen and (max-width:1024px){
    html{font-size:100px;}
}
@media screen and (max-width:414px){
	html{font-size:55.2px;}
}
@media screen and (max-width:375px){
	html{font-size:50px;}
}