@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1023px) {
.hamburger {
	height: 30px;
	width: 24px;
	position: absolute;
	right: 3%;
	top: 15px;
	z-index: 9999;
	transition: left 0.3s ease-out 0s, opacity 0.3s linear 0s;
}
.hamburger .h-bar {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #fff;
	margin: 6px auto;
	transform: rotate(0deg);
	opacity: 1;
	transition: all 0.4s ease-out 0s;
}
.hamburger.open-menu .h-bar {
	margin-left: 8px;
}
.hamburger.open-menu .h-bar:nth-of-type(1) {
	transform: rotate(45deg) translateY(11px);
}
.hamburger.open-menu .h-bar:nth-of-type(2) {
	opacity: 0;
}
.hamburger.open-menu .h-bar:nth-of-type(3) {
	transform: rotate(-45deg) translateY(-11px);
}
.hamburger.open-menu .h-bar {
	margin-bottom: 0px;
}
.dbox .nav {
	width: 100%;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.9);
	z-index: 990;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.dbox .nav.open-menu {
	display: flex;
}
.dbox .nav a {
	float: none;
	margin: 10px 0;
}
.dbox .box {
	width: 94%;
	left: 3%;
	background: linear-gradient(to bottom, rgba(37,37,165,0.9), rgba(37,37,165,0.3));
}
.dbox .box .title a {
	font-size: 16px;
}
.dbox .box .title a.on {
	font-size: 20px;
}
.hbox {
	display: block;
	overflow: hidden;
}
.hbox .lbar {
	position: absolute;
	left: -200px;
	top: 0;
}
.hbox.open-menu .lbar {
	left: 0;
}
.hbox .rbar {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.hbox.open-menu .rbar {
	left: 200px;
}
.hbox .rbar .r01 {
	padding-left: 60px;
	padding-right: 15px;
}
.hbox .rbar .r01 .left {
	width: calc(100% - 130px);
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.hbox .rbar .r01 .u-contactqq {
	display: none;
}
.hbox .rbar .r01 .u-header_user {
	width: 120px;
}
.hbox .rbar .r01 .u-header_user .header-info {
	width: 85px;
}
.navbtn {
	height: 30px;
	width: 24px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9999;
	transition: left 0.3s ease-out 0s, opacity 0.3s linear 0s;
}
.navbtn .h-bar {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #333;
	margin: 6px auto;
	transform: rotate(0deg);
	opacity: 1;
	transition: all 0.4s ease-out 0s;
}
.navbtn.open-menu {
	left: 215px;
}
.navbtn.open-menu .h-bar {
	margin-left: 8px;
}
.navbtn.open-menu .h-bar:nth-of-type(1) {
	transform: rotate(45deg) translateY(11px);
}
.navbtn.open-menu .h-bar:nth-of-type(2) {
	opacity: 0;
}
.navbtn.open-menu .h-bar:nth-of-type(3) {
	transform: rotate(-45deg) translateY(-11px);
}
.navbtn.open-menu .h-bar {
	margin-bottom: 0px;
}
.hbox .rbar .cont {
	width: calc(100% - 30px);
	height: calc(100% - 101px);
	border-top: 1px solid #eee;
	background-color: #fff;
	padding: 20px 15px;
	overflow: auto;
}
.xuan {
	margin-top: 15px;
}
.xuan .x01, .xuan .x02 {
	margin-right: 10px;
}
.table {
	margin-top: 10px;
}
.table table th {
	font-size: 14px;
	line-height: 18px;
	min-width: 60px;
}
.table table td {
	font-size: 14px;
	line-height: 18px;
}
.table table td a {
	text-align: center;
	display: inline-block;
}
.hbox .rbar .cont01 {
	padding: 20px 15px;
	padding-top: 0;
	width: calc(100% - 30px);
	height: calc(100% - 134px);
	border: none;
	overflow-x: hidden;
	border-top: 1px solid #eee;
}
.hbox .rbar .cont01 .bt {
	width: 294px;
	height: 40px;
	line-height: 42px;
	background-size: 100% 100%;
	margin-top: 20px;
	font-size: 16px;
	text-indent: 30px;
}
.xx01 {
	flex-wrap: wrap;
	margin-top: 0;
	padding: 0;
	padding-bottom: 20px;
}
.xx01 .zc {
	width: 100% !important;
	text-align: left !important;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: -5px;
	padding-right: 0;
}
.xx01 .yc {
	width: 100% !important;
	margin-top: 10px;
}
.xx01 .yc input, .xx01 .yc select {
	width: 100%;
}
.xx01 .yc:after {
	display: block;
	content: '';
	clear: both;
	width: 100%;
}
.xx04 {
	display: block;
	margin-top: 0;
	padding: 0;
	padding-bottom: 20px;
}
.xx04 .zc {
	width: 100% !important;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: -5px;
}
.shangc {
	width: 100%;
}
.shangc span {
	display: inline;
	margin-top: 0;
	float: none;
}
.xx04 .yc {
	width: 100% !important;
	margin-top: 10px;
}
.xx03 {
	display: block;
	margin-top: 0;
	padding: 0;
	padding-bottom: 20px;
}
.xx02 .zc {
	width: 100% !important;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: -5px;
	text-align: left !important;
}
.xx02 .yc {
	width: 100% !important;
	margin-top: 10px;
}
.xx03 .zc {
	width: 100% !important;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: -5px;
	text-align: left !important;
}
.xx03 .yc {
	width: 100% !important;
	margin-top: 10px;
}
#downloads {
	clear: left;
	float: left;
	margin-left: 0;
}
.hbox .rbar .cont01 .titles {
	margin-top: 20px;
}
.hbox .rbar .cont01 .titles .g-title {
	font-size: 18px;
	line-height: 28px;
	margin: 0 10px;
	text-align: center;
}
.hbox .rbar .cont01 .time .dash {
	display: inline-block;
	float: none;
	margin-right:5px;
}
.hbox .rbar .cont01 .time .dash .digit {
	width: auto;
	height: 30px;
	line-height:30px;
	background-image:none;
}
.hbox .rbar .cont01 .time .dash .digit .bottom, .hbox .rbar .cont01 .time .dash .digit .top {
	height: 30px;
	line-height: 30px;
	font-size: 26px !important;
}
.hbox .rbar .cont01 .time .dash .digit .bottom{ color:#4c8af2;}
.hbox .rbar .cont01 .time .dash .digit .top{ color:#666;}
.hbox .rbar .cont01 .time .dash .dash_title {
	font-size: 14px;
	line-height:30px;
	height: 30px;
	margin-left:5px;
}
.ts {
	margin-left: 0;
	color: #f50d0d;
	text-align: right;
	margin-top: 5px;
}
.db .d02 {
	width: auto;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin: 0 3px;
}
.db .d01 {
	width: auto;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin: 0 3px;
}
.db .d03 {
	width: auto;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin: 0 3px;
}
.db {
	height: 32px;
}
.tkuang {
	width: 94% !important;
	padding: 10px 15px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	max-height: 80vh;
	overflow: auto;
}
.tkuang .xx01 {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.tkuang .xx01 .zc {
	width: 80px !important;
	margin: 0;
	margin-top: 10px;
}
.tkuang .xx02 {
	margin-top: 0;
	padding: 10px 0;
}
.tkuang .xx02 .zc {
	width: 80px !important;
	margin-top: 10px;
}
.tkuang .xx02 .yc {
	margin-top: 10px;
}
.tkuang .db {
	margin-top: 10px;
}
.lc {
	width: 100%;
}
.hbox .rbar .cont01 .time {
	margin-top: 15px;
	width: 100%;
}
.hbox .rbar .cont01 .titles {
	margin-bottom: 20px;
}
.tkuang.ww .xx01 {
	flex-wrap: wrap;
}
.tkuang.ww .xx02 {
	flex-wrap: wrap;
}
.tkuang.ww .xx01 .yc, .tkuang.ww .xx02 .yc {
	width: calc(100% - 80px) !important;
}
.tkuang.ww .yc img {
	height: 70px !important;
	margin-right: 5px
}
.tkuang.ww .yc img:last-child {
	margin-right: 0;
}
.hbox .rbar .cont01 .btt {
	margin-top: 20px;
}
.hbox .rbar .cont01 .btt a {
	float: right;
	padding: 0 10px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background-color: #4c8af2;
	margin-top: 14px;
	text-align: center;
	margin-left: 10px;
}
.ww01 {
	margin-top: 5px;
}
.ww02 {
	margin-top: 5px;
}
#styletwo {
	margin-left: 0;
}
.xx03 .zc {
	text-align: left;
}
.xx01 .yc.w03 {
	width: 33.33% !important;
	margin-right: 0 !important;
}
.xx01 .yc.w03 #s_province {
	width: calc(100% - 10px);
}
.xx01 .yc.w03 #s_city {
	width: calc(100% - 10px);
}
.rbar .cont01.wid .xx04 .zc{ text-align:left;}
.xx01 {
	width: 100% !important;
}
#powerful .yc {
	margin: 0 !important;
	width: 100% !important;
	margin-top: 15px !important;
}
.fileinput .thumbnail {
	margin-bottom: 10px;
}
.fileinput .btn.btn-warning {
	margin-left: 10px !important;
}
.xx01 .layui-form-item {
	flex-wrap: wrap;
}
.xx01 .layui-form-item#area-picker .layui-input-inline {
	margin-left: 0;
	width: 48.5% !important;
	flex: auto;
	left: 0;
	margin-top: 10px;
}
.xx01 .layui-form-item#area-picker .layui-input-inline:nth-child(2n) {
	margin-left: 3%;
}
.hbox .rbar .cont01 .btt .bt{ float:none;}
}

