@charset "utf-8";
/* CSS Document */
/*浏览器滚动条*/
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:0px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

body {
    margin:0;
	background-color:#FAFAFA;
}
.topk {
    height: 100px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background: rgba(250,250,250,0.8);
	text-align: center;
}
.topk img {
    margin-top: 15px;
}
.copyright {
	font-family: "PingFangSC-Light";
	FONT-SIZE: 12px;
	COLOR: #C1C1C1;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 30px;
	TEXT-ALIGN: center
	
}
.bottom {
	COLOR: #93a1ab; TEXT-DECORATION: none
}
A.bottom:hover {
	COLOR: #ff6600; TEXT-DECORATION: none
}
.admin_botton{
	border:0px;
	width:100%;
	height:50px;
	font-size:14px;
	color:#FFFFFF;
	background: -webkit-linear-gradient(left,#555 0,#222 100%);
    background: linear-gradient(to right,#555 0,#222 100%);
	cursor:pointer;
	line-height: 50px;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}
.botton{
	border:0px;
	width:120px;
	height:50px;
	font-size:14px;
	color:#FFFFFF;
	background: -webkit-linear-gradient(left,#555 0,#222 100%);
    background: linear-gradient(to right,#555 0,#222 100%);
	cursor:pointer;
	line-height: 50px;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}
.input {
	font-size: 14px;
	border: none;
	background-color: #FFFFFF;
	line-height: 26px;
	color: #333333;
	font-family: "微软雅黑";
	width: 100%;
	border-radius: 12px;
	-webkit-appearance: none;
	box-shadow: 0 0 10px rgba(0 0 0 / 5%);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	outline: none;
	resize: none;
	transition: all 0.3s ease-in-out;
}
.input:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
}

.loginput {
	font-size: 14px;
	border: none;
	line-height: 50px;
	color: #333333;
	width: 100%;
	height: 50px;
	font-family: "微软雅黑";
	padding: 20px;
	-webkit-appearance: none;
	border-radius: 30px;
	background-color: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
	outline: none;
}
.redio {
    background-color:#EEF2FB;
}
.padding {
    padding:3px;
}
.content {
    font-size:12px; line-height:18px;
}
.reply {
    font-size:12px; line-height:18px; color:#ff6600;
}
.page {
    Background-Color: #F5FBFF;
	Border: none;
	Margin-Right: 1px;
	Padding: 2px 5px;
	Vertical-Align: Middle;
	Color: #AFD3F0;
	font-size:10px;
}
.red {
    color:#993300; font-size:10px;
}
.post {
	FONT-SIZE: 10px; color:#AFD3F0; 
}
.topmenu {
	FONT-SIZE: 10px; color:#AFD3F0;
	text-decoration:none;
}
.topmenu:hover {
	FONT-SIZE: 10px; color:#ff6600;
	text-decoration:none;
	background-color:#AFD3F0;
	padding:3px 5px;
}
.STYLE1 {
	color: #999999;
	font-family: "微软雅黑";
	font-size: 12px;
}
.STYLE2 {color: #999999}
.huifu_k {
	width: 940px;
	padding-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.biaoti {
	font-family: "微软雅黑";
	color: #999;
	line-height: 40px;
	font-size: 12px;
	padding-left: 10px;
}

@media screen and (max-width: 980px) { 
.huifu_k {width: 92%; } 
.botton {width:100%;}
} 
/* 设置了浏览器宽度不大于600px时 abc 显示92%宽度 */ 


.huifu_user {
	font-family: "微软雅黑";
    color: #333333;
    background-color: #FFF;
    line-height: 26px;
    font-size: 14px;
    border-radius: 12px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
	text-align: justify;
	box-shadow: 0 20px 40px rgb(0 0 0 / 6%);
}
.huifu_user a {
	color: #333;
    text-decoration: none;
	background-image: url(../images/six/icon_url.svg);
    background-size: 11px;
    background-position: 6px center;
    background-repeat: no-repeat;
    padding-left: 20px;
	margin-right: 8px;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
}
.huifu_user a:hover {
	text-decoration: none;
	opacity:0.6;
}

.huifu_zw {
	font-size: 14px;
	border: none;
	line-height: 26px;
	color: #333333;
	width: 100%;
	font-family: "微软雅黑";
	border-radius: 12px;
	-webkit-appearance: none;
	background-color: #F1F1F1;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
    padding-bottom: 15px;
	text-align: justify;
	overflow: hidden;
	outline: none;
    resize: none;
	transition: all 0.3s ease-in-out;
}
.huifu_zw:hover {
	background-color: #FFF;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
}

.huifu_qita {
	font-size: 14px;
	border: none;
	color: #333333;
	width: 100%;
	height: 50px;
	font-family: "微软雅黑";
	line-height: 50px;
	border-radius: 12px;
	-webkit-appearance: none;
	background-color: #F1F1F1;
	outline: none;
	padding: 20px;
	transition: all 0.3s ease-in-out;
}
.huifu_qita:hover {
	background-color: #FFF;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
}

