body {
	/*background: #e9ecd7 url(../images/bg.jpg);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

body:after {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: -1;
}

i {
	color: #ff6700;
}

/* 底部icon颜色 */
.bottomIcon i {
	color: #75cf6e;
}

input,
textarea {
	border: #ddd 1px solid;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.5);
}

input:focus,
textarea:focus {
	border: #ff6700 1px solid;
	box-shadow: 0 0 8px rgba(255, 103, 0, 0.7);
}

.orange-text {
	color: #ff6700;
}

.blue-text {
	color: #0181da;
}

.bg-color {
	background: rgba(255, 255, 255, 0.5);
}

.index-title {
	color: #0181da;
}

.index-title small {
	color: #bcbcbc;
	margin-left: 5px;
	font-size: 12px;
}

.smallText {
	/*color: #bcbcbc;*/
	color: #3785f6;
	margin-left: 50px;
	font-size: 14px;
	font-weight: bold;
}

/* 头部栏 */
header {
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px #13c5f8;
	position: fixed;
	z-index: 10;
}

.mynav>ul>li>a {
	color: #ff6700;
}

/* 头部栏-鼠标放上去文字放大 */
.mynav>ul>li>a:hover {
	background: #13c5f8;
	color: #fff;
	font-size: 18px;
}

.nav-active {
	background: #13c5f8;
}

.nav-active a {
	color: #fff !important;
}

.top nav>ul>li .el-caret-down {
	color: #ff6700;
}



/* 头部 */
div#tooltip {
	position: absolute;
	z-index: 1000;
	width: auto !important;
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
	text-align: left;
	padding: 5px 10px;
	border-radius: 5px;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
	box-shadow: 0 5px 20px #666;
}

div#tooltip p {
	color: #ff6700;
	font-size: 12px;
}

div#tooltip p:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 10%;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(255, 255, 255, 0.95);
}

@media screen and (min-width:320px) and (max-width:1023px) {
	body {
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: 100%;
	}
}


