﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: "yahei";
	font-size: 12px;
	background-image: url(../images/img-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

ul,li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #555;
}

::-webkit-input-placeholder {
 /* WebKit browsers */
	color: #b9bed1;
}

:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #b9bed1;
}

::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #b9bed1;
}

:-ms-input-placeholder {
 /* Internet Explorer 10+ */
	color: #b9bed1;
}

@media screen and (min-width: 1440px) {
	.tabPanel {
		width: 100%;
		height: 100%;
	}

	.tabPanel ul {
		height: 100%;
		float: right;
		width: 6%;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background: #fff
	}

	.tabPanel ul li {
		font-size: 16px!important;
		margin: 0 2px 0 0;
		font-size: 12px;
		padding: .6rem 0;
		width: 100%;
		text-align: center;
		cursor: pointer;
		color: #b9bed1;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	
	}

	.tabPanel ul li i {
		font-size: 2rem;
	
	}

	.tabPanel ul li span {
		width: 100%;
		display: block;
		height: 20px;
		line-height: 20px;
		font-style: 1rem
	}

	.tabPanel .hit {
		cursor: pointer;
		color: black;
		background: #21c97b;
		color: #fff;
	}

	.tabPanel .hit i {
		color: #fff
	}

	.panes {
		float: left;
		height: 100%!important;
		width: 94%
	}

	.pane {
		border-top: 0;
		height: 100%;
		display: none;
	}
/*.login01{
	 background-color: rgba(251, 46, 46, 0.05);
}
.login02{
	background: rgba(255, 102, 26, 0.05);
}
.login03{
	background: rgba(70, 153, 255, 0.05);
}
.login04{
	background: rgba(255, 171, 26, 0.05);
}
.login05{
	background: rgba(244, 155, 247, 0.05);
}
.login06{
	background: rgba(75, 181, 248, 0.05);
}
.login07{
	background: rgba(75, 217, 248, 0.05);
}
.login08{
	background: rgba(118, 238, 155, 0.05);
}
.login09{
	background: rgba(76, 226, 122, 0.05);
}
.login10{
	background: rgba(54, 225, 106, 0.05);
}
.login11{
	background: rgba(54, 225, 106, 0.05);
}*/
	.pane p {
		padding: 15px 15px 0 10px;
	}

	.pane h4 {
		padding: 15px 15px 0 10px;
		font-size: 14px;
		font-weight: bold;
	}

	.pop {
		display: none;
		width: 500px;
		min-height: 580px;
		max-height: 800px;
		height: 580px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		padding: 25px;
		z-index: 130;
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	}

	.pop-top {
		height: 40px;
		width: 100%;
		border-bottom: 1px #E5E5E5 solid;
	}

	.pop-top h2 {
		float: left;
		display: black
	}

	.pop-top span {
		float: right;
		cursor: pointer;
		font-weight: bold;
		display: black
	}

	.pop-foot {
		height: 50px;
		line-height: 50px;
		width: 100%;
		border-top: 1px #E5E5E5 solid;
		text-align: right;
	}

	.pop-content-right .pop-ok {
		display: block;
		width: calc(100% - 0px);
		height: 40px;
		margin: 0 auto;
		padding-left: 16px;
		outline: none;
		border: 1px solid rgba(251, 46, 46, 1);
		transition: ease all 0.5s;
		margin-top: 4%;
		margin-bottom: 20px;
		background-color: rgba(251, 46, 46, 1);
		color: #fff;
		cursor: pointer;
		border-radius: 20px
	}

	.pop_item {
		line-height: 0
	}

	.pop_item i {
		position: relative;
		left: 42px;
		top: 18px
	}

	.pop_item input[type="text"],.pop_item input[type="password"],.pop_item input[type="number"],.pop_item input[type="email"] {
		display: block;
		width: calc(100% - 50px);
		height: 36px;
		margin: 0 auto;
		padding-left: 46px;
		outline: none;
		border: 1px solid #b9bed1;
		transition: ease all 0.5s;
		margin-bottom: 16px;
		border-radius: 18px
	}

	.pop-cancel {
		background-color: #FFF;
		border: 1px #CECECE solid;
		color: #000;
	}

	.pop-content {
		height: 380px;
	}

	.pop-content-left {
		float: left;
	}

	.pop-content-right {
		width: 450px;
		float: left;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		line-height: 35px;
	}

	.bgPop {
		display: none;
		position: absolute;
		z-index: 129;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.2);
	}
}
















@media screen and (max-width: 1440px) and (min-width: 1024px) {
	.tabPanel {
		width: 100%;
		height: 100%;
	}

	.tabPanel ul {
		height: 100%;
		float: right;
		width: 7%;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background: #fff
	}

	.tabPanel ul li {
		font-size: 14px!important;
		margin: 0 2px 0 0;
		font-size: 12px;
		padding: .4rem 0;
		width: 100%;
		text-align: center;
		cursor: pointer;
		color: #b9bed1;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	
	}

	.tabPanel ul li i {
		font-size: 1.8rem;
	
	}

	.tabPanel ul li span {
		width: 100%;
		display: block;
		height: 20px;
		line-height: 20px;
		font-style: 1rem
	}

	.tabPanel .hit {
		cursor: pointer;
		color: black;
		background: #21c97b;
		color: #fff;
	}

	.tabPanel .hit i {
		color: #fff
	}

	.panes {
		float: left;
		height: 100%!important;
		width: 93%
	}

	.pane {
		border-top: 0;
		height: 100%;
		display: none;
	}
/*.login01{
	 background-color: rgba(251, 46, 46, 0.05);
}
.login02{
	background: rgba(255, 102, 26, 0.05);
}
.login03{
	background: rgba(70, 153, 255, 0.05);
}
.login04{
	background: rgba(255, 171, 26, 0.05);
}
.login05{
	background: rgba(244, 155, 247, 0.05);
}
.login06{
	background: rgba(75, 181, 248, 0.05);
}
.login07{
	background: rgba(75, 217, 248, 0.05);
}
.login08{
	background: rgba(118, 238, 155, 0.05);
}
.login09{
	background: rgba(76, 226, 122, 0.05);
}
.login10{
	background: rgba(54, 225, 106, 0.05);
}
.login11{
	background: rgba(54, 225, 106, 0.05);
}*/
	.pane p {
		padding: 15px 15px 0 10px;
	}

	.pane h4 {
		padding: 15px 15px 0 10px;
		font-size: 14px;
		font-weight: bold;
	}

	.pop {
		display: none;
		width: 500px;
		min-height: 580px;
		max-height: 800px;
		height: 580px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		padding: 25px;
		z-index: 130;
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	}

	.pop-top {
		height: 40px;
		width: 100%;
		border-bottom: 1px #E5E5E5 solid;
	}

	.pop-top h2 {
		float: left;
		display: black
	}

	.pop-top span {
		float: right;
		cursor: pointer;
		font-weight: bold;
		display: black
	}

	.pop-foot {
		height: 50px;
		line-height: 50px;
		width: 100%;
		border-top: 1px #E5E5E5 solid;
		text-align: right;
	}

	.pop-content-right .pop-ok {
		display: block;
		width: calc(100% - 0px);
		height: 40px;
		margin: 0 auto;
		padding-left: 16px;
		outline: none;
		border: 1px solid rgba(251, 46, 46, 1);
		transition: ease all 0.5s;
		margin-top: 4%;
		margin-bottom: 20px;
		background-color: rgba(251, 46, 46, 1);
		color: #fff;
		cursor: pointer;
		border-radius: 20px
	}

	.pop_item {
		line-height: 0
	}

	.pop_item i {
		position: relative;
		left: 42px;
		top: 18px
	}

	.pop_item input[type="text"],.pop_item input[type="password"],.pop_item input[type="number"],.pop_item input[type="email"] {
		display: block;
		width: calc(100% - 50px);
		height: 36px;
		margin: 0 auto;
		padding-left: 46px;
		outline: none;
		border: 1px solid #b9bed1;
		transition: ease all 0.5s;
		margin-bottom: 16px;
		border-radius: 18px
	}

	.pop-cancel {
		background-color: #FFF;
		border: 1px #CECECE solid;
		color: #000;
	}

	.pop-content {
		height: 380px;
	}

	.pop-content-left {
		float: left;
	}

	.pop-content-right {
		width: 450px;
		float: left;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		line-height: 35px;
	}

	.bgPop {
		display: none;
		position: absolute;
		z-index: 129;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.2);
	}
}







@media screen and (max-width: 1024px) and (min-width: 768px) {
	.tabPanel {
		width: 100%;
		height: 100%;
	}

	.tabPanel ul {
		height: 100%;
		float: right;
		width: 10%;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background: #fff
	}

	.tabPanel ul li {
		font-size: 14px!important;
		margin: 0 2px 0 0;
		font-size: 12px;
		padding: .4rem 0;
		width: 100%;
		text-align: center;
		cursor: pointer;
		color: #b9bed1;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	
	}

	.tabPanel ul li i {
		font-size: 1.8rem;
	
	}

	.tabPanel ul li span {
		width: 100%;
		display: block;
		height: 20px;
		line-height: 20px;
		font-style: 1rem
	}

	.tabPanel .hit {
		cursor: pointer;
		color: black;
		background: #21c97b;
		color: #fff;
	}

	.tabPanel .hit i {
		color: #fff
	}

	.panes {
		float: left;
		height: 100%!important;
		width: 90%
	}

	.pane {
		border-top: 0;
		height: 100%;
		display: none;
	}
/*.login01{
	 background-color: rgba(251, 46, 46, 0.05);
}
.login02{
	background: rgba(255, 102, 26, 0.05);
}
.login03{
	background: rgba(70, 153, 255, 0.05);
}
.login04{
	background: rgba(255, 171, 26, 0.05);
}
.login05{
	background: rgba(244, 155, 247, 0.05);
}
.login06{
	background: rgba(75, 181, 248, 0.05);
}
.login07{
	background: rgba(75, 217, 248, 0.05);
}
.login08{
	background: rgba(118, 238, 155, 0.05);
}
.login09{
	background: rgba(76, 226, 122, 0.05);
}
.login10{
	background: rgba(54, 225, 106, 0.05);
}
.login11{
	background: rgba(54, 225, 106, 0.05);
}*/
	.pane p {
		padding: 15px 15px 0 10px;
	}

	.pane h4 {
		padding: 15px 15px 0 10px;
		font-size: 14px;
		font-weight: bold;
	}

	.pop {
		display: none;
		width: 500px;
		min-height: 580px;
		max-height: 800px;
		height: 580px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		padding: 25px;
		z-index: 130;
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	}

	.pop-top {
		height: 40px;
		width: 100%;
		border-bottom: 1px #E5E5E5 solid;
	}

	.pop-top h2 {
		float: left;
		display: black
	}

	.pop-top span {
		float: right;
		cursor: pointer;
		font-weight: bold;
		display: black
	}

	.pop-foot {
		height: 50px;
		line-height: 50px;
		width: 100%;
		border-top: 1px #E5E5E5 solid;
		text-align: right;
	}

	.pop-content-right .pop-ok {
		display: block;
		width: calc(100% - 0px);
		height: 40px;
		margin: 0 auto;
		padding-left: 16px;
		outline: none;
		border: 1px solid rgba(251, 46, 46, 1);
		transition: ease all 0.5s;
		margin-top: 4%;
		margin-bottom: 20px;
		background-color: rgba(251, 46, 46, 1);
		color: #fff;
		cursor: pointer;
		border-radius: 20px
	}

	.pop_item {
		line-height: 0
	}

	.pop_item i {
		position: relative;
		left: 42px;
		top: 18px
	}

	.pop_item input[type="text"],.pop_item input[type="password"],.pop_item input[type="number"],.pop_item input[type="email"] {
		display: block;
		width: calc(100% - 50px);
		height: 36px;
		margin: 0 auto;
		padding-left: 46px;
		outline: none;
		border: 1px solid #b9bed1;
		transition: ease all 0.5s;
		margin-bottom: 16px;
		border-radius: 18px
	}

	.pop-cancel {
		background-color: #FFF;
		border: 1px #CECECE solid;
		color: #000;
	}

	.pop-content {
		height: 380px;
	}

	.pop-content-left {
		float: left;
	}

	.pop-content-right {
		width: 450px;
		float: left;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		line-height: 35px;
	}

	.bgPop {
		display: none;
		position: absolute;
		z-index: 129;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.2);
	}
}


@media screen and (max-width: 768px) and (min-width: 375px) {
	.tabPanel {
		width: 100%;
		height: 100%;
	}

	.tabPanel ul {
		height: 100%;
		float: right;
		width: 14%;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background: #fff
	}

	.tabPanel ul li {
		font-size: 14px!important;
		margin: 0 2px 0 0;
		font-size: 12px;
		padding: .4rem 0;
		width: 100%;
		text-align: center;
		cursor: pointer;
		color: #b9bed1;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	
	}

	.tabPanel ul li i {
		font-size: 1.8rem;
	
	}

	.tabPanel ul li span {
		width: 100%;
		display: block;
		height: 20px;
		line-height: 20px;
		font-style: 1rem
	}

	.tabPanel .hit {
		cursor: pointer;
		color: black;
		background: #21c97b;
		color: #fff;
	}

	.tabPanel .hit i {
		color: #fff
	}

	.panes {
		float: left;
		height: 100%!important;
		width: 86%
	}

	.pane {
		border-top: 0;
		height: 100%;
		display: none;
	}
/*.login01{
	 background-color: rgba(251, 46, 46, 0.05);
}
.login02{
	background: rgba(255, 102, 26, 0.05);
}
.login03{
	background: rgba(70, 153, 255, 0.05);
}
.login04{
	background: rgba(255, 171, 26, 0.05);
}
.login05{
	background: rgba(244, 155, 247, 0.05);
}
.login06{
	background: rgba(75, 181, 248, 0.05);
}
.login07{
	background: rgba(75, 217, 248, 0.05);
}
.login08{
	background: rgba(118, 238, 155, 0.05);
}
.login09{
	background: rgba(76, 226, 122, 0.05);
}
.login10{
	background: rgba(54, 225, 106, 0.05);
}
.login11{
	background: rgba(54, 225, 106, 0.05);
}*/
	.pane p {
		padding: 15px 15px 0 10px;
	}

	.pane h4 {
		padding: 15px 15px 0 10px;
		font-size: 14px;
		font-weight: bold;
	}

	.pop {
		display: none;
		width: 500px;
		min-height: 580px;
		max-height: 800px;
		height: 580px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		padding: 25px;
		z-index: 130;
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	}

	.pop-top {
		height: 40px;
		width: 100%;
		border-bottom: 1px #E5E5E5 solid;
	}

	.pop-top h2 {
		float: left;
		display: black
	}

	.pop-top span {
		float: right;
		cursor: pointer;
		font-weight: bold;
		display: black
	}

	.pop-foot {
		height: 50px;
		line-height: 50px;
		width: 100%;
		border-top: 1px #E5E5E5 solid;
		text-align: right;
	}

	.pop-content-right .pop-ok {
		display: block;
		width: calc(100% - 0px);
		height: 40px;
		margin: 0 auto;
		padding-left: 16px;
		outline: none;
		border: 1px solid rgba(251, 46, 46, 1);
		transition: ease all 0.5s;
		margin-top: 4%;
		margin-bottom: 20px;
		background-color: rgba(251, 46, 46, 1);
		color: #fff;
		cursor: pointer;
		border-radius: 20px
	}

	.pop_item {
		line-height: 0
	}

	.pop_item i {
		position: relative;
		left: 42px;
		top: 18px
	}

	.pop_item input[type="text"],.pop_item input[type="password"],.pop_item input[type="number"],.pop_item input[type="email"] {
		display: block;
		width: calc(100% - 50px);
		height: 36px;
		margin: 0 auto;
		padding-left: 46px;
		outline: none;
		border: 1px solid #b9bed1;
		transition: ease all 0.5s;
		margin-bottom: 16px;
		border-radius: 18px
	}

	.pop-cancel {
		background-color: #FFF;
		border: 1px #CECECE solid;
		color: #000;
	}

	.pop-content {
		height: 380px;
	}

	.pop-content-left {
		float: left;
	}

	.pop-content-right {
		width: 450px;
		float: left;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		line-height: 35px;
	}

	.bgPop {
		display: none;
		position: absolute;
		z-index: 129;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.2);
	}
}

