body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #eaeaea !important;
}

.new-head {
	background-color: #2691e1 !important;
}

.new-head a {
	color: #ffffff;
}

.new-head h1 {
	color: #ffffff;
}

.font-left {
	text-align: left !important;
}


/*登录*/

body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.loginBox {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.logoBox {
	width: 100%;
	position: fixed;
	top: 15%;
}

.logo {
	width: 1.81rem;
	height: 1.76rem;
	display: block;
	margin: 0 auto;
}

.logoTitle {
	/*width: 53%;*/
	display: block;
	margin: 3% auto 0 auto;
	color:#fff;
	font-size: 0.32rem;
	text-align: center;
}

.loginForm {
	width: 100%;
}

::-webkit-input-placeholder {
	color: #02122f;
}

.loginForm {
	width: 100%;
	position: absolute;
	top: 38%;
}

.userIpt {
	width: 80% !important;
	margin-left: 10%;
	background-color: rgba(0, 0, 0, 0) !important;
	box-sizing: border-box;
	padding: 0.23rem 0 0.23rem 0.8rem !important;
	background-image: url(../img/zh.png);
	background-size: 0.24rem 0.29rem;
	background-position: 0.2rem center;
	background-repeat: no-repeat;
	font-size: 0.3rem;
	color: #ffffff !important;
	border:0!important;
	border-bottom:1px solid #fff!important;
	border-radius: 0!important;
}

.userPwd {
	width: 80% !important;
	margin-left: 10%;
	background-color: rgba(0, 0, 0, 0) !important;
	box-sizing: border-box;
	padding: 0.23rem 0 0.23rem 0.8rem !important;
	background-image: url(../img/mm.png);
	background-size: 0.24rem 0.29rem;
	background-position: 0.2rem center;
	background-repeat: no-repeat;
	font-size: 0.3rem;
	color: #ffffff !important;
	border:0!important;
	border-bottom:1px solid #fff!important;
	border-radius: 0!important;
}

.userCode {
	width: 60% !important;
	margin-left: 10%;
	background-color: rgba(0, 0, 0, 0) !important;
	box-sizing: border-box;
	padding: 0.23rem 0 0.23rem 0.8rem !important;
	/* background-image: url(../img/mm.png); */
	background-size: 0.24rem 0.29rem;
	background-position: 0.2rem center;
	background-repeat: no-repeat;
	font-size: 0.3rem;
	color: #ffffff !important;
	border:0!important;
	border-bottom:1px solid #fff!important;
	border-radius: 0!important;
}

.formAuto {
	width: 80%;
	margin-left: 10%;
	overflow: hidden;
}

.formBox input::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}

.formBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.formBox input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}

.formBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}

.formLeft {
	float: left;
	font-size: 0.22rem;
	color: #fff !important;
	display: flex;
	align-items: center;
}

.formRight {
	float: right;
	display: block;
	text-decoration: none;
	font-size: 0.22rem;
	color: #fff !important;
}

.loginBtn {
	width: 80%;
	height: 0.8rem;
	line-height: 0.8rem !important;
	background-color: rgba(255,255,255,0.85);
	border: none !important;
	color: #31a0e0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 0.3rem;
	margin: 0.2rem 0 0.3rem 10%;
}
.form-check{
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	border:1px solid #fff;
	border-radius: 0.06rem;
	position: relative;
	margin-right: 0.1rem;
}
.form-check input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.form-checkMain{
	display: none;
	width: 0.12rem;
	height: 0.09rem;
	background: url(../img/check.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.form-check input[type="checkbox"]:checked+.form-checkMain{
	display: block;
}
/*首页*/

.mainPage {
	background-image: url(../img/mainBg.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.mainBottom {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mainBottom-block {
	display: block;
	width: 33%;
	float: left;
}

.mainBottom-block img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.mainBottom-block span {
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 0.26rem;
	margin: 0.1rem 0 0.4rem 0;
}

.mainTop {
	width: 80%;
	margin-left: 10%;
	overflow: hidden;
	position: absolute;
	top: 2rem;
}

.mainTop-block {
	width: 50%;
	float: left;
	margin-top: 0.4rem;
}

.mainTop-block span {
	display: block;
	color: #ffffff;
}

.mainTop-block span:nth-child(1) {
	font-size: 0.6rem;
	font-weight: 600;
}

.mainTop-block span:nth-child(2) {
	font-size: 0.3rem;
	padding: 0.2rem 0 0 0;
}

.mainTop .mainTop-block:nth-child(even) {
	text-align: right !important;
}

.sildeOut {
	width: 0.34rem;
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 24px;
	position: absolute;
	left: 0%;
	top: 2%;
	padding: 0.5rem;
}

.sildeOut:active {
	background-color: rgba(0, 0, 0, 0.3);
}

.slideMain {
	background-color: #ffffff !important;
}

.slideTop {
	width: 100%;
	height: 0;
	padding-bottom: 56.37%;
	background-image: url(../img/slideBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.slideTop span {
	position: absolute;
	left: 0.3rem;
	bottom: 0.6rem;
	color: #FFFFFF;
	font-size: 0.4rem;
}

.slideUl {
	width: 100%;
	box-sizing: border-box;
	padding-left: 4%;
	margin: 0;
}

.slideUl li {
	width: 100%;
	border-bottom: solid 1px #ededed;
	color: #666666;
	font-size: 0.3rem;
	padding: 0.2rem 0;
}

.loginOut {
	width: 100%;
	height: 0.8rem;
	background-color: #2691e1;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
}


/*弹框*/

.chooseMask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

.chooseType {
	width: 80%;
	height: auto;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	background-color: #ffffff;
	border-radius: 5px;
	z-index: 999;
	padding: 0.2rem 0;
}

.chooseA {
	display: block;
	width: 70%;
	margin: 0.6rem auto;
	color: #ffffff;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.8rem;
	height: 0.8rem;
	background-color: #2691E1;
	border-radius: 3px;
}

.chooseA:active {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.chooseClose {
	position: absolute;
	bottom: -1rem;
	display: inline;
	width: 0.6rem;
	height: 0.6rem;
	left: 50%;
	margin-left: -0.3rem;
}


/*追溯码查询*/

.scanIcon {
	width: 22px;
	height: 22px;
	margin: 11px;
}

.scanIpt {
	width: 94%;
	margin: 0.6rem 3% 0.2rem 3%;
	position: relative;
}

.scanIpt input {
	width: 100%;
	height: 0.8rem;
	font-size: 0.34rem;
	color: #999999 !important;
	border: none !important;
	padding-right: 1.62rem;
}

.mui-content {
	background-color: #eaeaea !important;
}

.scanBtn {
	width: 94%;
	height: 0.8rem;
	line-height: 0.8rem !important;
	background-color: #2691e1;
	border: none !important;
	color: #ffffff !important;
	padding: 0 !important;
	text-align: center;
	font-size: 0.34rem;
	margin: 0 3% 0.3rem 3%;
}

.iptIcon {
	overflow: hidden;
	position: absolute;
	right: 0.2rem;
	/*top: 0.23rem;*/
	top: 0;
	z-index: 999;
	height: 0.8rem;
}

.iptIcon a {
	font-size: 0.34rem;
	color: #2691E1;
	border-right: solid 1px #999999;
	display: block;
	float: left;
	margin-top: 0.23rem;
	line-height: 0.34rem !important;
	padding-right: 0.1rem;
}

.iptIcon img {
	height: 0.34rem;
	margin-top: 0.23rem;
	display: block;
	float: left;
	margin-left: 0.1rem;
}


/*2.1.1*/

.headSearch {
	width: 40% !important;
	position: absolute;
	right: 2%;
	top: 7px;
}

.headSearchIpt {
	background-color: #2088d6 !important;
	border: solid 1px #0d6fb8 !important;
	height: 30px !important;
	line-height: 30px !important;
	border-radius: 15px !important;
	float: right;
}

.headSearchIcon {
	height: 20px !important;
	width: 20px !important;
	background-image: url(../img/iconSearch.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	position: absolute;
	right: 0;
	top: 5px;
	right: 8px;
}

#segmentedControl a {
	border-bottom: 2px solid #c7c6c6;
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	color: #2691e1;
	border-bottom: 2px solid #2691e1 !important;
	background: 0 0;
}


/*进度条*/

.progressbar {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 35px;
	position: relative;
	background-color: #EEEEEE;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
}

.proggress {
	height: 8px;
	width: 10px;
	background-color: #3498db;
}

.percentCount {
	float: right;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	font-family: Arial
}


/*分析报告*/

.reportPage {
	background-color: #ffffff !important;
}

.color_1 {
	background-color: #d32815;
}

.color_2 {
	background-color: #2691e1;
}

.color_3 {
	background-color: #099b51;
}

.color_4 {
	background-color: #0a5394;
}

.color_5 {
	color: #a9a9a9 !important;
}

.color_6 {
	background-color: #a84200;
}

.reportH {
	width: 100%;
	height: 0.8rem;
	position: relative;
	background-color: #ffffff;
}

.reportTitle {
	color: #FFFFFF;
	height: 0.8rem;
	width: 60%;
	display: block;
	position: absolute;
	left: 20%;
	top: 0;
	z-index: 2;
	text-align: center;
	padding: 0.1rem 0.2rem;
	box-sizing: border-box;
	border-radius: 0.4rem;
}

.reportTitle span {
	display: block;
	width: 100%;
	font-size: 0.34rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	border: solid 1px #ffffff;
}

.reportH_bg {
	width: 100%;
	height: 0.3rem;
	position: absolute;
	left: 0;
	top: 0.25rem;
	z-index: 1;
}


/**/

.reportH2 {
	width: 100%;
	height: 0.8rem;
	position: relative;
}

.reportTitle2 {
	color: #2691e1;
	background-color: #ffffff;
	height: 0.8rem;
	width: auto;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 2;
	text-align: center;
	padding: 0.1rem 0;
	box-sizing: border-box;
}

.reportTitle2 span {
	display: block;
	width: 100%;
	font-size: 0.34rem;
	height: 0.6rem;
	line-height: 0.6rem;
}

.reportH_bg2 {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0.39rem;
	z-index: 1;
}

.lineAnimate {
	width: 70%;
	float: right;
}

.reportContain {
	width: 96%;
	margin: auto;
	overflow: hidden;
	padding: 0.2rem 0;
}

.report30 {
	width: 30%;
	float: left;
}

.report30 img {
	width: 90%;
}

.report70 {
	width: 70%;
	float: left;
}

.report70 ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.report70 ul li {
	list-style: none;
	width: 100%;
	font-size: 0.28rem;
	color: #606060;
	padding: 0.05rem 0;
}

.report70 ul li span {
	color: #282828;
}

.report100 {
	width: 100%;
	float: none;
	border-bottom: solid 1px #ababab;
	padding: 0.35rem 0 0.45rem 0;
}

.s-line {
	width: 100%;
	height: 1px;
	background-color: #ababab;
	margin: 0.4rem 0;
}

.report-chart .report100:last-child {
	border: none;
}

.barbox {
	overflow: hidden;
	margin: 0.15rem 0;
	width: 75%;
}

.barbox dt {
	/*float:left;*/
	font-size: 0.2rem;
	width: 0.34rem;
	height: 0.34rem;
	background-color: #eb6100;
	color: #FFFFFF;
	border: solid 1px #ffffff;
	text-align: center;
	line-height: 0.34rem;
	border-radius: 0.17rem;
	position: absolute;
}

.reportName {
	float: left;
	display: block;
	width: 25%;
	height: 0.6rem;
	font-size: 0.26rem;
	/*color: #eb6100;*/
	color: #7c7c7c;
	text-align: right;
	line-height: 0.6rem;
}

.barbox dd {
	float: left;
}

.barbox dd.last {
	color: #999;
	float: none;
	line-height: 0.34rem;
	font-size: 0.3rem;
}

.barbox dd.barline {
	width: 65%;
	background: #E3E3E3;
	height: 0.24rem;
	border-radius: 0.12rem;
	overflow: hidden;
	margin: 0.05rem 0.1rem 0 0rem;
	display: inline;
}

.barbox dd.barline div.charts {
	height: 0.24rem;
	border-radius: 0.12rem;
	overflow: hidden;
	background-color: #a9a9a9;
}

.barbox dd.barline div.charts.barred {
	background-color: #eb6100;
}

.barbox dd.barline div.charts.baryellow {
	background-color: #a9a9a9;
}

.barbox dd.barline div.charts.barblue {
	background-position: 0 -20px;
	border: 1px solid #a9a9a9;
}

.clearL {
	overflow: hidden;
}


/*权限*/

.sys_per {
	width: 96%;
	margin: 0 2%;
	background-color: #ffffff;
}

.sys_per ul li {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.24rem;
	border-bottom: 1px solid #e7e5e5;
	overflow: hidden;
}

.sys_per ul li span {
	display: block;
	width: 33.3%;
	float: left;
	color: #606060;
	text-align: center;
}

.spanBlue {
	color: #2691e1 !important;
}

.spanTh {
	font-size: 0.3rem;
	color: #282828 !important;
}

.chartsP {
	font-size: 0.22rem;
	color: #606060;
	text-align: center;
}

.newTab {
	margin-top: 0.3rem;
}

.newTab a {
	border: 1px solid #2691e1 !important;
	border-radius: 3px;
	color: #2691e1 !important;
	line-height: 0.6rem !important;
	text-align: center;
}

.newTab .mui-active {
	color: #ffffff !important;
	border-radius: 3px;
	background-color: #2691e1 !important;
	border: 1px solid #2691e1 !important;
}

.detailCard {
	width: 96%;
	margin: 0 2%;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0 0.2rem 0 0.2rem;
	border-radius: 3px;
	height: 1.7rem;
	margin-top: 0.3rem;
}


/* .cardOpen {
	height: 3.4rem !important;
} */

.cardOpen {
	width: 96%;
	margin: 0 2%;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0 0.2rem 0 0.2rem;
	border-radius: 3px;
	height: 3.4rem !important;
	margin-top: 0.3rem;
}

.detailCard ul {
	padding: 0;
	margin: 0;
	font-size: 0.24rem;
	padding: 0.1rem 0;
}

.detailCard ul li {
	list-style: none;
	line-height: 0.6rem;
	padding: 0.1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.cardLeft {
	float: left;
	width: 50%;
	text-align: left;
	color: #282828 !important;
}

.cardRight {
	float: right;
	text-align: right;
	color: #6a6a6a !important;
}

.cardBtn {
	width: 0.5rem;
	height: 0.5rem;
	float: right;
	background-image: url(../img/cardOpen.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0.55rem 0 0 0.2rem;
}

.cardBtn2 {
	width: 0.5rem;
	height: 0.5rem;
	float: right;
	background-image: url(../img/cardOpen.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0.55rem 0 0 0.2rem;
}

.cardBtnhide {
	width: 0.5rem;
	height: 0.5rem;
	float: right;
	background-image: url(../img/cardOpen.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0.55rem 0 0 0.2rem;
	display: none;
}

.cardClose {
	width: 0.5rem;
	height: 0.5rem;
	float: right;
	background-image: url(../img/cardClose.png) !important;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0.55rem 0 0 0.2rem;
}

.cardOpen .cardBtn {
	width: 0.5rem;
	height: 0.5rem;
	float: right;
	background-image: url(../img/cardClose.png) !important;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0.55rem 0 0 0.2rem;
}

.cardOpen .cardBtn2 {
	width: 0.5rem;
	height: 0.5rem;
	float: right;
	background-image: url(../img/cardClose.png) !important;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0.55rem 0 0 0.2rem;
}

.sysBottom {
	background-color: #2691e1;
	height: 0.8rem;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 0.3rem;
	line-height: 0.8rem;
	overflow: hidden;
}

.sysBottom img {
	width: 0.4rem;
	position: relative;
	top: 0.1rem;
	display: inline-block;
}

.sytbottomhalf {
	width: 50%;
	float: left;
}

.delBox {
	width: 80%;
	height: auto;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	background-color: #ffffff;
	border-radius: 5px;
	z-index: 999;
	padding: 0.3rem 0.2rem;
}

.delspan {
	font-size: 0.3rem;
	color: #3fa0e7;
	display: block;
	text-align: center;
	border-bottom: solid 1px #dfddde;
	padding: 1rem 0 0.7rem 0;
	margin-bottom: 0.4rem;
}

.delBtn1 {
	display: block;
	width: 46%;
	color: #ffffff;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.6rem;
	height: 0.6rem;
	background-color: #bdbdbd;
	border-radius: 3px;
	float: left;
}

.delBtn2 {
	display: block;
	width: 46%;
	color: #ffffff;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.6rem;
	height: 0.6rem;
	background-color: #2691E1;
	border-radius: 3px;
	float: left;
	margin-left: 8%;
}

.alertbtn1 {
	display: block;
	width: 46%;
	color: #ffffff;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.6rem;
	height: 0.6rem;
	background-color: #bdbdbd;
	border-radius: 3px;
	float: left;
}

.alertbtn2 {
	display: block;
	width: 46%;
	color: #ffffff;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.6rem;
	height: 0.6rem;
	background-color: #2691E1;
	border-radius: 3px;
	float: left;
	margin-left: 8%;
}

.top1 {
	background-color: #cd3f38 !important;
}

.top2 {
	background-color: #ff8a00 !important;
}

.top3 {
	background-color: #60aeaf !important;
}

.report-chart {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	margin-top: 0.3rem;
	padding: 0.3rem 0 0.2rem 0;
}

.report-topH {
	font-size: 0.28rem;
	text-align: center;
}

.report-main {
	font-size: 0.28rem;
	text-align: left;
	padding: 0 0.2rem;
	margin: 0.3rem 0;
}

.report-bottomH {
	font-size: 0.24rem;
	text-align: right;
	margin-right: 0.4rem;
}

.color-g {
	color: #969696;
}

.color-y {
	color: #f19149;
}

.color-b {
	color: #282828;
}

.report-title {
	color: #2691e1;
	font-size: 0.3rem;
	line-height: 0.4rem;
	overflow: hidden;
	padding: 0 0.2rem 0.2rem 0.2rem;
	border-bottom: solid 1px #6b6b6b;
	margin-bottom: 0.2rem;
}

.report-title img {
	width: 0.4rem;
	display: block;
	float: left;
}

.report-title span {
	color: #2691e1;
	font-size: 0.3rem;
	line-height: 0.4rem;
	display: block;
	float: left;
	margin-left: 0.15rem;
}

.mui-icon-speech {
	position: absolute;
	right: 14px;
	top: 8px;
	color: #2691e1;
}

.mui-icon-clear {
	position: absolute;
	right: 0;
	top: 8px;
	color: #2691e1;
}


/*云彩*/

.mainPage {
	background-image: url(../img/index-bg.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.cloud1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 4%;
	display: block;
	z-index: -1;
	-webkit-animation-name: cloud;
	-webkit-animation-duration: 120s;
	-webkit-animation-iteration-count: infinite;
	/*无限循环*/
	-webkit-animation-timing-function: linear;
}

@keyframes cloud {
	from {
		transform: translateX(-100%)
	}
	to {
		transform: translateX(100%);
	}
}

.index-mid {
	width: 90%;
	height: 0;
	padding-bottom: 24%;
	background-image: url(../img/index-mid-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 2.5rem;
	left: 5%;
	/*background-color: white;*/
	overflow: hidden;
}

.index-mid-inner {
	width: 33.333%;
	float: left;
}

.index-mid-inner span {
	color: #FFFFFF;
	display: block;
	width: 100%;
	text-align: center;
}

.index-mid-inner span:nth-child(1) {
	font-size: 0.50rem;
	line-height: 0.8rem;
	margin-top: 0.2rem;
}

.index-mid-inner span:nth-child(2) {
	font-size: 0.24rem;
}

.tab-grid td.authGrid {
	color: #2691e1;
}