html {width: 100%;-webkit-text-size-adjust:none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);height: 100%;}
body {width: 100%;height: 100%;font-size: 16px; color: #534F5A;line-height: 24px;background: #fff;min-height: 100%;font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;}
* {margin: 0;padding: 0;border: 0;}
ul,ul li,ol,li {list-style: none outside none;}
img {vertical-align: middle;border: none;/*width: 100%;*/}
i {font: inherit;}
input,select,option {vertical-align: middle;border-radius: 0px;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;}
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;}
.fl {float: left; display: inline;}
.fr {float: right;display: inline;}
h1,h2,h3,h4,h5,h6,i,strong {font-weight: normal;}
select::-ms-expand { display: none; }
a {color: #000;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:hover {text-decoration: none;outline: none;}
.clear {clear: both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {zoom: 1;display: block;_height: 1px;clear: both;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin: 0;padding: 0;}
.one-txt-cut{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}



/* 主页 */

.xitong{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.xitong .containers_c{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 89.58%;
	height: 84.15%;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 2.91rem;
	box-sizing: border-box;
	box-shadow: 0 0 2.3rem 5px rgba(0, 45, 206, 0.16);

	display: flex; display: -webkit-flex; flex-direction: column; align-items: center;
}
.xitong .containers_c .xitong_div{
	width: 90.34%; height: 18.24%;
	display: flex; display: -webkit-flex; align-items: center; justify-content: space-between;
}
.xitong .containers_c .xitong_div div h2{
	font-size: 2.2rem; font-weight: bold;
}
.xitong .containers_c .xitong_div div a{
	font-size: 2rem; font-weight: bold; color: #385CEB;
}
.xitong .containers_c .xitong_div .info-item{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
}
.xitong .containers_c .xitong_div .info-item .avatar{
	width: 5.8rem; height: 5.8rem;
	display: inline-block; border-radius: 50%; overflow: hidden;
}
.xitong .containers_c .xitong_div .info-item .nickname{
	font-size: 2rem !important; margin-left: 1.5rem; color:#333 !important;
}
.xitong .containers_c .xitong_div .info-item .logout{
	font-size: 2rem !important; margin-left: 1.5rem; color: #385CEB !important;
}
.xitong .containers_c .kes{
	width: 90.34%; height: 72.51%;
}
.xitong .containers_c .kes a{
	display: block;
	width: 100%;
	height: 100%;
}
.xitong .containers_c .kes .bgimg1{
	background: url(../images/bga.png) no-repeat;
	background-size: 100% 100%;
}
.xitong .containers_c .kes .bgimg2{
	background: url(../images/bgb.png) no-repeat;
	background-size: 100% 100%;
}
.xitong .containers_c .kes .bgimg3{
	background: url(../images/bgc.png) no-repeat;
	background-size: 100% 100%;
}
.xitong .containers_c .kes .bgimg4{
	background: url(../images/bgd.png) no-repeat;
	background-size: 100% 100%;
}
.xitong .containers_c .kes .bgimg5{
	background: url(../images/bge.png) no-repeat;
	background-size: 100% 100%;
}
.xitong .containers_c .kes .bgimg6{
	background: url(../images/bgf.png) no-repeat;
	background-size: 100% 100%;
}

.xitong .containers_c .kes li{
	width: 33.33%; height: 48.87%;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.xitong .containers_c .kes li img{
	display: block;
	position: absolute;
	right: 5.3rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.xitong .containers_c .kes li img.ic-1a{
	width: auto; height: 66%;
}
.xitong .containers_c .kes li img.ic-2a{
	width: auto; height: 82.83%;
}
.xitong .containers_c .kes li img.ic-3a{
	width: auto; height: 47.19%;
}
.xitong .containers_c .kes li img.ic-4a{
	width: auto; height: 45.87%;
}
.xitong .containers_c .kes li img.ic-5a{
	width: auto; height: 45.21%;
}
.xitong .containers_c .kes li img.ic-6a{
	width: auto; height: 47.19%;
}
.xitong .containers_c .kes li a > div{
	width: 19.30%; height: auto; position: absolute;
	bottom: 5rem; left: 5.3rem; text-align: left;
}
.xitong .containers_c .kes li a > div .yunduan_kt{
	font-size: 1.66rem; letter-spacing: 1px; line-height: 100%; font-weight: bold; color: #385CEB;
}
.xitong .containers_c .kes li a > div .border_div{
	width: 40%; height: 2px; margin-top: 1.16rem;
	background: #999999;
}
.xitong .containers_c .kes li a > div .color_666{
	margin-top: 1.66rem;
	font-size: 1.33rem;	color: #666; line-height: 100%; text-transform: capitalize;
}