.no-padder {
	padding: 0;
}
html, body {
    font-family: OpenSans-Regular, "微软雅黑",sans-serif;
    font-size: 16px;
}
ul{
	list-style-type: none;
}
/*header部分-------------------------------*/
.headerNotice {
	background-color: #69718D;
	font-size: 0.75em;
	padding-top: 5px;
	margin-top: 0px;
	color: #FFF;
	height: 25px;
	line-height: 25px;
}

#msform input,
select,
textarea {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 5px;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 0.813em;
}

.menu_right {
	float: right !important;
}

.menu_right ul {
	width: 100%;
}

.menu_right ul li {
	float: left;
}

.menu_right a {
	padding: 0 5px !important;
}
.menu {
    padding: 0px !important;
    border-width: 0px !important;
}
.dropdown-menu {
	top: 65%;
}

nav .open {
	overflow: inherit !important;
}

#drop_ul {
	width: 80%;
	left: 10px;
	-webkit-box-shadow: 0 -1px 7px #ccc inset;
	box-shadow: 0 -1px 7px #ccc inset;
}

.drop_li {
	height: 40px;
	line-height: 40px;
}
nav .nav-logo {
    width: 100px;
    height: 80px;
}
#logo{
	display: none;
}
/*@media (max-width: 1350px) {
	nav .nav-list > li a {
	    padding: 1px 8px !important;
	    font-size: 0.813em !important;
	}
}*/
/*英语界面样式-------------------------------*/
@media (max-width: 1600px) {
	.en_us nav .nav-list > li a {
		padding: 1px 8px !important;
		font-size: 0.813em !important;
	}
}
@media (max-width: 1450px) {
	.en_us nav .nav-list > li a {
		padding: 1px 6px !important;
		font-size: 0.73em !important;
	}
}
@media (max-width: 1350px) {
	.en_us nav .nav-list > li a {
		margin: 0 7px;
	    padding: 1px 3px !important;
		ont-size: 0.68em !important;
	}
}
@media (max-width: 1250px) {
	.en_us nav .nav-list > li a {
	    font-size: 0.68em !important;
	}
}
/*-------------------------------英语界面样式*/
/*提示框-----------------------------------*/

@keyframes rotatefresh {
	0%{
		opacity:0.5;
	}
	50%{
		opacity:1;
	}
	100%{
		opacity:0.5;
	}
}
.hoverTips{
	font-weight: 1000;
	color: #18acee;
	position: absolute;
	top: 100%;
	z-index: 1060;
	margin-top:10px;
	border: 3px solid #32AEF2;
	/*box-shadow: 0 5px 10px #CCCCCC;*/
	padding: 4px;
	white-space:normal;
	width:max-content;
	background-color: #fff;
	animation: rotatefresh 1.5s infinite 0s;
}
.hoverDiv{
	line-height:normal;
	display: inline-block;
	position: relative;
}
.hoverTips .arrowH em{
	display: block;
	border-width:13px;
	position: absolute;
	top:-26px;
	margin-left: -13px;
	/*	left:50%;*/
	border-style: solid dashed dashed solid;
	border-color: transparent transparent #09F transparent;
	font-size: 0;
	line-height: 0;
}
.hoverTips .arrowH span{
	display: block;
	border-width: 12px;
	position: absolute;
	bottom:-16px;
	margin-left: -12px;
	left: 50%;
	border-style: solid dashed dashed;
	border-color: transparent transparent #fff transparent;
	font-size: 0;
	line-height: 0;
}

/*-----------------------------------提示框*/

/*-------------------------------header部分*/
/*菜单收缩时,右侧li不浮动*/
#head_menu{
	margin-left: 20px;
}
.demoLeft{
	margin-left:-125px;
}

@media (max-width: 1200px) {
	.menu_right ul li {
		float: none;
	}
	.dropdown-menu {
		position: relative;
	}
	#drop_ul {
		border-radius: 0;
	}
	nav .open {
		overflow: auto !important;
	}
	nav .nav-list {
	    width: 20% !important;
	}
	#logo{
		display: block;
		margin-left: 20px;
		padding-top: 15px;
	}
	#logo2{
		display: none;
	}
	#head_menu{
		margin-left: 0px;
	}
	.hoverTips{
		font-size: 13px;
	}
	.margin_right{
		margin-right:0px;
		height: 120px;
	}
}

@media (max-width: 1153px) {
	nav {
		height: 70px !important;
	}
	nav .nav-logo {
		padding-top: 5px !important;
	}
	nav .nav-menu {
		margin-top: 7px !important;
	}
	nav .nav-list {
		margin-top: 20px !important;
		line-height: 0px !important;
		width: 25% !important;
		height: 100% !important;
	}
	nav .nav-list>li .menu {
		width: 80% !important;
	}
}

@media (max-width: 801px) {
	nav {
		height: 70px !important;
	}
	nav .nav-logo {
		padding-top: 5px !important;
	}
	nav .nav-menu {
		margin-top: 7px !important;
	}
	nav .nav-list {
		margin-top: 20px !important;
		line-height: 0px !important;
		width: 35% !important;
		height: 100% !important;
	}
}
@media (max-width: 414px) {
	nav .nav-list {
		width: 45% !important;
	}
}
@media (max-width: 376px) {
	nav .nav-list {
		width: 55% !important;
	}
}

/*图片轮播-------------------------------*/
.div_img img {
	width: 100%;
	/*height: 100%;*/
}

/*-------------------------------图片轮播*/

/*footer部分-------------------------------*/
.wrapper {
	width: 70%;
	margin: 0 auto;
	padding: 0;
}

#Contain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#Container {
	padding-bottom: 170px !important;
}

#Footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.foot-content a {
	color: #fff;
	letter-spacing: 1.5px;
}

.footerTop {
	background-color: #f5f2f2;
	height: 100px;
}

.footerLogo {
	margin-top: 30px;
}

.footerCaidan {
	color: #1a1a1a;
	list-style: none;
	margin-bottom: 0px;
}

.footerCaidan li {
	display: inline-block;
	line-height: 40px;
}

.footerCaidan li a {
	color: #1a1a1a;
	margin-right: 20px;
	padding-right: 20px;
	border-right: solid 1px #1a1a1a;
}

.footerCaidan li a:hover {
	color: #1f7bda;
	text-decoration: none;
}

#Footer {
	padding-top: 16px;
}

.footCon {
	text-align: center;
	height: 40px;
	overflow: hidden;
}

#foot .foot-content {
	padding: 40px 0px !important;
	width: 100%;
	color: #fff;
	font-size: 0.75em;
}

.left-img {
	width: 70%;
	float: left;
}

.foot-mail a {
	display: inline-block;
	border: 1px solid #fff;
	width: 100%;
	text-align: left;
	color: #fff;
	position: relative;
	border-radius: 0;
}

.foot-mail a:hover {
	color: #fff;
}

.foot-mail a span {
	position: absolute;
	right: 10px;
}
.foot-left {
	display: inline-block;
	width: 60%;
	float: left;
}

.footerDown {
	background-color: #3E3E3E;
	min-height: 170px;
	font-size: 0.875em;
	text-align: center;
}
@media (max-width: 801px) {
	.wrapper {
	    width: 95%;
	}
}
@media (max-width: 490px) {
	.foot-left {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.footerDown {
		font-size: 0.7em;
	}
}
/*-------------------------------footer部分*/


/*保修,维修,大数据,产业资源第二部分-------------------------------*/
.notice{
	width: 100%;
	height: 100%;
}
.notice_main{
	height: 100%;
	float: left;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF
}
.notice_main a{
	text-decoration : none;
	color: #FFFFFF;
}
.noticeTitle{
	width: 30%;
}
.noticeContent{
	width: 40%;
}
.noticeDate{
	width: 30%;
}
@media (max-width: 415px) {
	.noticeTitle{
		width: 25%;
	}
	.noticeContent{
		width: 55%;
	}
	.noticeDate{
		width: 20%;
	}
}
@media (max-width: 360px) {
	.noticeTitle {
		display: none;
	}
	.noticeContent {
	    width: 75%;
	}
	.noticeDate{
		width: 25%;
	}
}
/*-------------------------------保修,维修,大数据,产业资源第二部分*/
/*保修,维修,大数据,产业资源第四部分-------------------------------*/
#advantage{
	width: 100%;
	height: 300px;
	float: left;
	padding-left: 5px;
	position: relative;
	top: 15px;
	/*border: 1px solid black;*/
}	
.advantage_div{
	width: 16.6%;
	height: 100%;
	float: left;
	top: 0;
	transition: all 0.6s;
	border: 1px solid #FFFFFF;
}
.advantage_div:hover{
	height: 55%;
	top: -15px;
	position: relative;
}	
.advantage_pic{
	height: 60%;
	width: 100%;
}	
.picture{
	height: 70%;
	width: 50%;
	margin: 0 auto;
	position: relative;
	transition: all 0.6s;
	top: 15%;
	/*border: 1px solid blue;*/
}	
.advantage_hover{
	height: 100%;
	width: 100%;
	display: none;
	background-color: #FFFFFF;
	/*阴影效果*/
	/*ie*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#b7b8b8,direction=120,strength=4);
	/*firefox*/
	-moz-box-shadow: 0px 2px 5px #b7b8b8;
	/*safari或chrome*/
	-webkit-box-shadow: 0px 2px 5px #b7b8b8;
	/*opera或ie9*/
	box-shadow:0px 2px 5px #b7b8b8;
	/*border: 1px solid red;*/
}	
.advantageHovered .picture{
	width: 25%;
}
.advantageHovered .advantage_hover{
	display: block;
}
.advantage_hoverWord{
	width: 80%;
	margin: 0 auto;
	color: #000000;
	position: relative;
	top: 10%;
}
.picture img{
	width: 100%;
	/*height: 100%;*/
}
.advantage_word{
	height: 40%;
	width: 100%;
	font-size: 1.25em;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	/*border: 1px solid black;*/
}
.advantage_word2{
	height: 40%;
	width: 100%;
	font-size: 0.875em;
	color: #FFFFFF;
	text-align: center;	
	display: none;
}
.advantageHovered .advantage_word{
	color: #000000;
}	
@media (max-width: 1153px) {
	#advantage {
	    height: 240px;
	}
	.advantage_word {
  	  font-size: 1em;
	}
	.advantage_hover{
		height: 110%;
		font-size: 0.813em;
	}
}
@media (max-width: 801px) {
	#advantage {
	    height: 190px;
	}
	.advantage_word {
  	  font-size: 0.813em;
	}
	.advantage_hover{
		font-size: 0.75em;
	}	
}
@media (max-width: 750px) {
	.advantage_word{
		display: none;
	}
	.advantage_pic {
	    height: 40%;
	}	
	.advantage_div {
	    height: 100%;
    }	
	.advantage_word2{
		display: block;
		height: 60%;
	}
	.advantageHovered .advantage_hover{
		display: none;
	}
    .advantageHovered .advantage_word{
		color: #FFFFFF;
	}
    .advantage_div:hover {
	    height: 100%;
	    top: 0px;
    }		
}
@media (max-width: 550px) {
    #advantage {
	    height: 380px;
	}
    .advantage_div {
	    width: 33%;
	    height: 50%;
    }
    .advantageHovered .picture{
		width: 50%;
	}
	.advantage_div:hover {
	    height: 50%;
    }	
	.advantage_pic {
	    height: 45%;
	}
	.advantage_word2 {
	    height: 55%;
	}
	.picture {
	    width: 35%;
	}
}
/*英语界面样式-------------------------------*/	
@media (max-width: 1650px) {
	.en_us .advantage_hoverWord {
	    font-size: 0.875em;
	}	
}
@media (max-width: 1380px) {
	.en_us .advantage_hoverWord {
	    font-size: 0.813em;
	}	
}
@media (max-width: 1220px) {
	.en_us .advantage_hoverWord {
	    font-size: 0.75em;
	}	
	.en_us .advantage_word {
	    font-size: 1.125em;
	}
}
@media (max-width: 1050px) {
	.en_us .advantage_hoverWord {
	    font-size: 0.688em;
	}	
	.en_us .advantage_word {
	    font-size: 1em;
	}
}
@media (max-width: 800px) {
	.en_us .advantage_pic {
	    height: 50%;
	}
	.en_us .advantage_word {
	    height: 50%;
	    font-size: 0.75em;
	}
	.en_us .advantage_hoverWord {
	    font-size: 0.625em;
	    width: 90%;
	    top: 5%;
	}	
	.en_us .advantageHovered .advantage_pic {
	    height: 40%;
	}
	.en_us .advantage_hover {
	    height: 120%;
	}
}
@media (max-width: 750px) {
	.en_us .advantage_pic {
	    height: 35%;
	}	
	.en_us .advantage_word2{
		font-size: 0.75em;
		height: 65%;
	}
}
@media (max-width: 550px) {
	.en_us .advantage_word2{
		height: 55%;
	}
}
/*-------------------------------英语界面样式*/	
/*-------------------------------保修,维修,大数据,产业资源第四部分*/	
/*保修,维修,大数据第六部分,产业资源第五部分-------------------------------*/		
.factor_div{
	width: 33%;
	min-height: 250px;
	float: left;
	padding: 20px 0;
}
.factorContent{
	height: 80%;
	width: 85%;
	margin: 0 auto;
	position: relative;
	top: 10%;
}
.factorTop{
	height: 50%;
	width: 35%;
	margin: 0 auto;
}
.factorTop img{
	width: 60%;
	margin: 0 auto;
	display: block;
}
.factorMiddle{
	height: 25%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.625em;
	font-weight: 500;
}
.factorBottom{
	height: 25%;
	width: 70%;	
	margin: 0 auto;
	text-align: center;
}	
@media (max-width: 1681px) {
	.factorTop {
	    width: 40%;
	}
}	
@media (max-width: 1441px) {
	.factorTop {
	    width: 45%;
	}
}	
@media (max-width: 1401px) {
	.factorTop {
	    width: 50%;
	}
}	
@media (max-width:1367 ) {
	.factorTop {
	    width: 55%;
	}
}	
@media (max-width: 1314px) {
	.factorBottom{
		width: 80%;	
	}
}	
@media (max-width: 1281px) {
	.factorContent {
	    width: 80%;
	}
	.factorTop {
	    width: 50%;
	}
}	
@media (max-width: 1153px) {
	.factorTop {
	    width: 55%;
	}
}	
@media (max-width: 1025px) {
	.factorContent {
   		width: 100%;
	}
	.factorTop {
	    width: 45%;
	}
}
@media (max-width: 801px) {
	.factor_div{
		width: 50%;
		min-height: 190px;
	}
	.factorContent {
	    height: 70%;
	    width: 100%;
	}
	.factorTop {
	    height: 55%;
	    width: 40%;
	}
	.factorBottom{
		width: 70%;		
	}
}
@media (max-width: 530px) {
	.factorBottom{
		width: 90%;		
	}
}
@media (max-width: 500px) {
	.factor_div {
    	width: 100% !important;
    }
	.factorTop {
	    width: 40%;
	}    
}
@media (max-width: 415px) {
    .factor_div {
    	width: 50%;
    }
    .factorTop {
	    width: 55%;
	}
    .factorMiddle {
    	font-size: 1.375em;
    }
    .factorBottom {
    	width: 95%;
    	font-size: 0.875emn;
    }	
}
@media (max-width: 360px) {
	.factorTop {
	    width: 60%;
	}	
}

/*英语界面样式-------------------------------*/	
@media (max-width: 1650px) {
	/*.en_us .factor_div {
	    width: 50%;
	}
	.en_us .factorTop {
	    width: 31%;
	}*/
}
@media (max-width: 1380px) {
	.en_us .factorBottom{
		font-size: 0.938em;
	}
}
@media (max-width: 1220px) {
	.en_us .factorContent {
	    width: 90%;
	}
}
@media (max-width: 1000px) {
	.en_us .factorTop {
	    width: 55%;
	}
}
@media (max-width: 800px) {
	.en_us .factorBottom {
	    width: 100%;
	}
	.en_us .factor_div {
	    min-height: 190px;
	}
	.en_us .factorTop {
	    width: 46%;
	}
}
@media (max-width: 700px) {
	.en_us .factorTop {
	    width: 54%;
	}
	.en_us .factor_div {
	    min-height: 210px;
	}	
}
@media (max-width: 600px) {
	.en_us .factorTop {
	    width: 62%;
	}
	.en_us .factor_div {
	    min-height: 250px;
	}		
}
@media (max-width: 500px) {
	.en_us .factor_div {
	    min-height: 150px;
	}		
	.en_us .factorContent {
	    width: 70%;
	}
	.en_us .factorTop {
	    width: 52%;
	}	
	.en_us .factorMiddle {
	    font-size: 1.375em
	}
	.en_us .factorBottom{
		font-size: 0.875em;
	}
}
@media (max-width: 400px) {
	.en_us .factorTop {
	    width: 62%;
	}	
}
@media (max-width: 320px) {
	.en_us .factorTop {
	    width: 70%;
	}	
}
/*-------------------------------英语界面样式*/	
/*-------------------------------保修,维修,大数据第六部分,产业资源第五部分*/		
	

/*登录部分-------------------------------*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.loginUse {
	background: url("../assets/src/core/img/backend/loginUseBg1.jpg") no-repeat;
}

.loginSev {
	background: url("../img/loginSevBg.png") no-repeat;
}

.loginBox strong {
	background-color: #5fc7c8;
	font-size: 1.5em;
	color: white;
	padding: 15px 10px;
	border-radius: 10px;
}

.loginBoxSev strong {
	background-color: #fbb273;
}

#login {
	border: none;
	box-shadow: #ccc 10px 10px 20px;
	margin-top: 30px;
	margin-left: 20%;
}

#login .loginTitle {
	margin-bottom: 0px;
	border: none;
	background: none;
	box-shadow: none;
}

#login .loginBox {
	border-bottom: 3px solid #fff;
}

#login .loginForm {
	padding-top: 6%;
}

#login .loginBtn {
	color: #5fc7c8;
	font-weight: bolder;
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid #5fc7c8;
}

#login .loginBtn:hover {
	color: white;
	background: #5fc7c8;
}

#login .loginBtnSev {
	color: #fbb273;
	border-color: #fbb273;
}

#login .loginBtnSev:hover {
	color: white;
	background-color: #fbb273;
}

#login p {
	padding-top: 20px;
	padding-bottom: 20px;
}

#login p a {
	text-decoration: underline;
}

@media only screen and (max-width: 992px) {
	#login {
		margin-left: 8%;
	}
}

#login {
	border-radius: 18px;
	color: #323232;
}

#login .Btnlogin {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #64aefa;
}

.mYfont p {
	height: 20px;
	line-height: 20px;
}

.register .mataincecenter {
	border: 3px solid #cb83f2;
	border-radius: 10px;
	box-shadow: 8px 8px 50px rgba(166, 90, 208, 0.5);
}

.register .mataincecenter strong {
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 10px 20px;
	background: #a65ad0;
	border-radius: 10px;
}

.register .mataincecenter hr {
	margin-top: 10%;
	border-bottom: solid 3px #a65ad0;
}

.register .mataincecenter button {
	color: #a65ad0;
	font-size: 1em;
	padding: 10px 25px;
	margin-top: 10%;
	border: 3px solid #a65ad0;
	border-radius: 10px;
	background: none;
}

.mYlogin strong {
	background-color: #ffd863;
	font-size: 1.5em;
	color: white;
	padding: 15px 10px;
	border-radius: 10px;
}

.register .loginTitle .selectRole {
	background-color: #ffd863;
	font-size: 1.5em;
	color: black;
	padding: 15px 10px;
	border-radius: 10px;
}

.mypanelInfo {
	border: none;
}

.loginBox .loginTitle .mYlogin {
	background-color: #8FC6FF;
	color: #fff !important;
}

label {
	font-weight: 100;
}

.loginUse {
	margin-top: 105px !important;
}
/*-------------------------------登录部分*/
/*注册部分-------------------------------*/
.register-top {
	margin-top: 180px;
}
.register-step-top {
	margin-top: 50px;
}

h5 {
	font-weight: bolder;
}

label {
	font-weight: 100;
	cursor: pointer;
}

.register {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url("../img/register_bg.png") no-repeat;
	background-size: cover;
}

.registerSeverBg {
	overflow: hidden;
	background-color: rgba(250, 221, 203, 0.33);
}

.registerUserBg {
	overflow: hidden;
	padding: 15px 5px;
	border: 3px solid #5fc7c8;
}

.registerTitle {
	color: #5fc7c8;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 0px;
	/*margin-top: 10%;*/
	font-size: 1.5em;
}

.registerTitleSev {
	color: #fbb273;
	/*margin-top: 10%;*/
	font-size: 1.5em;
	border-bottom: 2px solid #eee;;
}

.registerLine {
	margin-top: 0;
}

.registerStyle {
	display: block;
	padding-top: 9%;
	padding-bottom: 14%;
	color: #46444;
}

.registerUse {
	border: 3px solid #5fc7c8;
	border-radius: 4px;
	box-shadow: 8px 8px 50px rgba(95, 199, 200, 0.5);
}

.registerSev {
	border: 3px solid #fbb273;
	border-radius: 4px;
	box-shadow: 8px 8px 50px rgba(250, 178, 115, 0.5);
}

.registerRep {
	border: 3px solid #A65AD0;
	border-radius: 4px;
	box-shadow: 8px 8px 50px rgba(91, 70, 176, 0.5);
}

.H4title {
	font-size: 1.125em;
	color: #464444;
	font-weight: bold;
}

.registerStyle strong {
	font-size: 1.25em;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 10px 20px;
	background: #5fc7c8;
	border-radius: 10px;
	width: 100px;
}

.registerSev strong {
	background: #fbb273;
}

.registerStyle hr {
	margin-top: 10%;
	border-bottom: solid 3px #5fc7c8;
}

.registerSev hr {
	border-bottom: solid 3px #fbb273;
}

.registerStyle h4 {
	font-size: 1em;
	line-height: 3;
	color: #000000;
}

.registerStyle p {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000000;
}

.registerStyle button {
	color: #5fc7c8;
	font-size: 1em;
	padding: 10px 25px;
	margin-top: 15%;
	border: 3px solid #5fc7c8;
	border-radius: 10px;
	background: none;
}

.registerStyle button:hover {
	color: white;
	background: #5fc7c8;
}

.registerSev button {
	color: #fbb273;
	border: 3px solid #fbb273;
}

.registerSev button:hover {
	color: white;
	background: #fbb273;
}

.registerBtn {
	color: #4194EB;
	font-weight: bold;
	border: 2px solid #4194EB;
	background-color: white;
	border-radius: 0;
	margin-right: 10px;
}

.registerBtn:hover {
	color: white;
	background-color: #4194EB;
}

.registerSevBtn {
	color: white;
	background-color: #fbb273;
	border-color: #fbb273;
}

.registerSevBtn:hover {
	background-color: #fbb273;
	box-shadow: 0 0 0 2px white, 0 0 0 3px #fbb273;
	border-radius: 2px;
}

.registerUseBtn {
	color: white;
	background-color: #5fc7c8;
	border-color: #5fc7c8;
}

.registerUseBtn:hover {
	background-color: #5fc7c8;
	box-shadow: 0 0 0 2px white, 0 0 0 3px #5fc7c8;
	border-radius: 2px;
}

.registerRep strong {
	background: #A65AD0;
}

.registerRep button:hover {
	background-color: #A65AD0;
}

.registerRep button {
	border: 3px solid #A65AD0;
	color: #A65AD0;
}

.registerRep hr {
	border-bottom: solid 3px #A65AD0;
}

.important {
	color: red;
	padding: 0 5px;
}

.calendar {
	width: 230px;
	height: 20px;
}

.time_box {
	float: left;
	margin-left: 10px;
}

.time_long {
	float: left;
}

.companyType {
	margin-bottom: 5px;
}

.companyType label {
	width: 130px;
}

.defourtCss {
	box-shadow: 8px 8px 50px rgba(125, 125, 125, 0.5);
	border: 3px solid #bcbbbb;
	border-radius: 4px;
}

.defourtCss strong {
	font-size: 1.25em;
	background: #a9a7a7 none repeat scroll 0% 0%;
	color: #FFF;
	font-weight: bolder;
	padding: 10px 20px;
	border-radius: 10px;
	width: 100px;
}

.defourtCss hr {
	margin-top: 10%;
	border-bottom: 3px solid #7d7d7d;
}

.defourtCss button {
	color: #7d7d7d;
	font-size: 1em;
	padding: 10px 25px;
	margin-top: 15%;
	border: 3px solid #7d7d7d;
	border-radius: 10px;
	background: transparent none repeat scroll 0% 0%;
}

.defourtCss button:hover {
	color: #FFF;
	background: #7d7d7d none repeat scroll 0% 0%;
}

.repaairTittle {
	color: #A65AD0;
}

.registerRepBtn {
	background-color: #A65AD0;
	border: 2px solid #A65AD0;
}

.registerRepBtn:hover {
	background-color: #A65AD0;
	border: 2px solid #A65AD0;
}

.registerBtnRep:hover {
	background-color: #A65AD0;
	border: 2px solid #A65AD0;
}

.repairRep .registerTitle {
	color: #A65AD0;
}

.repairRep .myregisters {
	border: 2px solid #A65AD0;
	box-shadow: 0 0 15px 1px rgba(91, 70, 176, 0.5);
}

.repairRep .progressbar li.active::before,
.progressbar li.active::after {
	background: #A65AD0;
	color: white;
}

.repairRep .progressbar li.active::after {
	background: #A65AD0;
	color: white;
}

.defout {
	background-color: #f0f;
}

.paddActive {
	background-color: #64AEFA !important;
	color: #fff;
}



.standard a.defout {
	background-color: #C0C0C0 !important;
	border: 1px solid #C0C0C0;
}

a.paddActive {
	background-color: #64AEFA !important;
}

.datepicker-input .table-condensed .dow,
.days {
	width: 30px;
}

.loginBox .strdefault {
	background: #A9A7A7 none repeat scroll 0% 0%;
}
.charge .item-left h3{
	background-color:#f6a165;
}
.charge .item h3{margin: 0;padding: 25px 15px;color: #fff;font-weight: 600;}
.m-b-md{margin-bottom:20px;}
.cords-sum{margin:20px auto !important;text-align:center;width:940px;}
.charge .item-left{border: 2px solid #f6a165;background-color: #fff;}
.charge .item strong{color: #cc6563;}
.charge .item small{color: #8a939d;margin-top: 2px;display: inline-block;}
.charge .item strong span{font-size: 22px;margin-right: 15px;}
.charge .item-middle h3{background-color:#63dfa9; }
.charge .item-middle{border: 2px solid #63dfa9;background-color: #fff;}
.charge .item-right{border: 2px solid #b475ee;background-color: #fff;}
.charge .item-right h3{background-color:#b475ee; }

@media only screen and (min-width: 767px)and (max-width:950px) {
	.registerImg {height: 200px;}
	.cords-sum{width: auto;}
	.customerInfo .registerImg {height: auto !important;}
}
@media only screen and (min-width: 450px)and (max-width:767px) {
	.registerImg {height: auto;}
	.cords-sum{width: 480px;}
	.customerInfo .registerImg {height: auto !important;}
	.item{margin-bottom: 20px;}
}
@media only screen and (min-width: 200px)and (max-width:450px) {
	.registerImg {height: auto;}
	.cords-sum{width: 320px;}
	.customerInfo .registerImg {height: auto !important;}
	.item{margin-bottom: 20px;}
}
/*customerInfo------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------customerInfo*/
.cords-img img{width:100%;}
/*provider_account----------------------------------------------------------------------------------------*/

.myhr {
	border: none;
	border-bottom: dashed 1px #bab9b9;
	margin-top: 20px;
	margin-bottom: 20px;
}
.myregister {
	border: 2px solid rgba(251, 178, 115, 1);
	box-shadow: 0 0 15px 1px rgba(251, 178, 115, 0.5);
}
.faxnber{margin-left:17%}
#mForm ul {
	margin-top: 50px;
}

#mForm ul li span {
	margin-left: 44%;
}

.progressbar {
	position: relative;
	overflow: hidden;
	counter-reset: step;
}

.progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 14px;
	width: 33.33%;
	float: left;
	position: relative;
}

.progressbarUser li {
	width: 33.33%;
}

.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #CCCCCC;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

.progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #CCCCCC;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active:before,
.progressbar li.active:after {
	background: #5fc7c8;
	color: white;
}

.progressbarSev li.active:before,
.progressbarSev li.active:after {
	background: #fbb273;
	color: white;
}

.myLabels label {
	width: 150px;
	height: 20px;
}

#msform input,
select,
textarea {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 5px;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}

#msform .system label,
.col-sm-9,
.myLabels {
	padding: 0;
}

#msform strong {
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: #C6C1C1;
}

::-moz-placeholder {
	color: #C6C1C1;
}

:-ms-input-placeholder {
	color: #C6C1C1;
}

input:-moz-placeholder {
	color: #C6C1C1;
}

.myregisters {
	border: 2px solid rgba(95, 199, 200, 1);
	box-shadow: 0 0 15px 1px rgba(95, 199, 200, 0.5);

}
.listA .input-group {
	display: inline-flex;
}

.system {
	width: 1400px;
	margin: auto;
}
.thirdCenterSystem{
	width: 1000px;
	margin: auto;
}
.m-t-md {
	margin-top: 20px;
}
#msform input, select, textarea{padding: 5px;border: 1px solid #ccc;border-radius: 3px;margin-bottom: 5px;box-sizing: border-box;font-family: montserrat;color: #2C3E50;font-size: 13px;}
@media only screen and (min-width: 767px)and (max-width:1400px) {
	.system {
		width: auto;
		margin: 0px 20px 0px 20px
	}
	.thirdCenterSystem{
		width: auto;
		margin: 0px 20px 0px 20px
	}
}
.import_prompt {pcolor: rgb(20, 20, 1);margin-left:183px;}
.ok_prompt {color: #65BD77;margin-left:183px;}
.error_prompt {color: red;margin-left:183px;}
.myRegisterFrom{width: 890px;margin: auto;}
.textbox{width: 220px !important;}
.disBlock{width:183px;float: left;}
.register-3{width: 174px;margin-left: 183px;}
.register-2{width: 174px;}
.register-1{width: 174px;}
.register-num{width: 329px;}
.noPadding{padding: 0px! important; }
@media only screen and (min-width: 666px)and (max-width:1014px) {
	.system{width: auto;margin:0px 20px 0px 20px }
	.thirdCenterSystem{width: auto;margin:0px 20px 0px 20px }
	.disBlock{width:183px;float: left;}
	.myRegisterFrom{width: 665px;}
	.register-1{width: 174px;margin-left: 183px;}
	.register-2{width: 174px;}
	.register-3{margin-left: 0;}
	.import_prompt {margin-left:183px;pcolor: rgb(20, 20, 1);}
	.ok_prompt {margin-left:183px; color: #65BD77;}
	.error_prompt {margin-left:183px; color: red;}
}
@media only screen and (min-width: 450px)and (max-width:666px) {
	.system{width: auto;margin:0px 20px 0px 20px }
	.disBlock{width:183px;float: left;}
	.textbox{width: 200px !important;}
	.myRegisterFrom{width: 400px;}
	.register-num{width: 210px;}
	.register-1{width: 174px;margin-left: 183px;}
	.register-2{width: 174px;margin-left: 183px;margin-top: 10px;}
	.system{width: auto;margin:0px 20px 0px 20px }
	.thirdCenterSystem{width: auto;margin:0px 20px 0px 20px }
	.import_prompt {margin-left:183px;pcolor: rgb(20, 20, 1);display: inline-block;}
	.ok_prompt {margin-left:183px; color: #65BD77;display: inline-block;}
	.error_prompt {margin-left:183px; color: red;display: inline-block;}
	#captcha{margin-left: 183px;}
}
@media (max-width:470px) {
	.system{width: auto;margin:0px; }
	.thirdCenterSystem{width: auto;margin:0px; }
	.disBlock{width:183px;float: left;text-align:left !important;}
	.textbox{width: 200px !important;}
	.myRegisterFrom{width: 250px;margin: auto}
	.register-num{width: 210px;}
	.register-1{width: 174px;margin-left: 0px;}
	.register-2{width: 174px;margin-left: 0px;margin-top: 10px;}
	.import_prompt {margin-left:0px;pcolor: rgb(20, 20, 1);display: inline-block;}
	.ok_prompt {margin-left:0px; color: #65BD77;display: inline-block;}
	.error_prompt {margin-left:0px; color: red;display: inline-block;}
	#captcha{margin-left: 0px;clear: both;}
	.confirmpassword{clear: both;}
}
/*@media only screen and (min-width: 429px)and (max-width:587px) {*/
	/*.system{width: auto;margin:0px 20px 0px 20px }*/
	/*.disBlock{width:135px;float: left;}*/
	/*.myRegisterFrom{width: 400px;}*/
	/*.register-num{width: 220px;}*/
	/*.register-1{width: 174px;margin-left: 135px;}*/
	/*.register-2{width: 174px;margin-left: 135px;margin-top:10px;}*/
	/*.system{width: auto;margin:0px 20px 0px 20px }*/
	/*.import_prompt {margin-left:135px;pcolor: rgb(20, 20, 1);}*/
	/*.ok_prompt {margin-left:135px; color: #65BD77;}*/
	/*.error_prompt {margin-left:135px; color: red;}*/
	/*#captcha{margin-left:135px;}*/
/*}*/
/*@media only screen and (min-width: 300px)and (max-width:429px) {*/
	/*.system{width: auto;margin:0px 20px 0px 20px }*/
	/*.import_prompt {margin-left:110px;pcolor: rgb(20, 20, 1);display: inline-block}*/
	/*.ok_prompt {margin-left:110px; color: #65BD77;}*/
	/*.myRegisterFrom{width: 267px;}*/
	/*.error_prompt {margin-left:110px; color: red;display: inline-block}*/
	/*.disBlock{width:112px;}*/
	/*.register-num{width: 150px;}*/
	/*.register-1{width: 150px;margin-left: 110px;}*/
	/*.register-2{width: 150px;margin-left: 110px;margin-top:10px;}*/
	/*#msform strong{font-size:13px }*/
	/*.textbox{width: 135px !important;}*/
	/*.verification{margin:0px; padding:0px;width: 146px}*/
	/*#captcha{margin-left:110px;}*/
/*}*/

/*----------------------------------------------------------------------------------------provider_account*/

/*-------------------------------注册部分*/
/*注册二阶页面公共样式------------------------------------------------------------------*/
.responPadNo{width: 890px; margin: auto;}
.leftTitle{width:185px;float:left;}
.chAdress{width: 500px;display: inline-block;}
.myLabels{ width: 700px;display: inline-block;}
.myLabels label {width: 150px;height: 20px;}
.inputbox{width: 444px;}
.briefIntroduction{width: 600px;height: 200px;display: inline-block}
.register-sum{width: 600px;display: inline-block;}
.leftProTitle{width: 255px;}
.pMyLables{width: 630px;display: inline-block;}

@media (max-width: 956px){
	.pMyLables{width: 440px}
}
@media (max-width: 770px){
	.pMyLables{width: 278px;}
}
@media (max-width: 874px) {
	.responPadNo{width: auto;margin: auto;}
	.myLabels{width: 350px;}

	.chAdress{width: 475px;}
	.briefIntroduction{width: 400px;height: 200px;display: inline-block}
}
@media (max-width: 733px){
	.pMyLables{width: 204px;}
	.responPadNo{width: 480px;margin: auto;}
	.myLabels{width: 310px;}
	.chAdress{width: 250px;}
	.inputbox{width: 220px;}
	.leftTitle{text-align: right !important;width: 170px;}
	.briefIntroduction{width: 250px;height: 200px;display: inline-block}
}
@media (max-width: 685px){
	.responPadNo{width: auto;margin: auto;}
	.myLabels{width: 310px;}
	.chAdress{width: 250px;}
	.inputbox{width: 220px;}
	.leftTitle{text-align: right !important;width: 170px;}
	.briefIntroduction{width: 250px;height: 200px;display: inline-block}
}
@media (max-width: 554px){
	.myLabels {width: 220px;}
	.chAdress{width: 220px;}
}
@media (max-width: 494px){
	.briefIntroduction{width: auto;height: 200px;display: inline-block}
}
@media (max-width: 470px){
	.responPadNo{width: 183px;margin: auto;}
	.myLabels{width: auto;}
	.chAdress{width: 250px;}
	.leftTitle{text-align: left !important;}
	#nextStep{margin-right:0px !important;}
}
.centerSystem{
	margin-left: 12.5%;
}
@media (max-width: 767px){
	.centerSystem{
		margin-left: 0;
	}
}











/*@media only screen and (min-width: 525px)and (max-width:675px) {*/
	/*.responPadNo{width: 450px;margin: auto;}*/
	/*.myLabels{width: 460px;}*/
	/*.inputbox{width: 220px;}*/
	/*.chAdress{width: 300px;}*/
	/*.myLabels{ width: 310px;display: inline-block;}*/
	/*.briefIntroduction{width: 300px;height: 200px;}*/
/*}*/
/*@media only screen and (min-width: 429px)and (max-width:525px) {*/
	/*.leftTitle{font-size: 13px !important;}*/
	/*.responPadNo{width: 410px;margin: auto;}*/
	/*.myLabels{width: 460px;}*/
	/*.inputbox{width: 220px;}*/
	/*.chAdress{width: 163px;}*/
	/*.myLabels{ width: 270px;display: inline-block;}*/
	/*.briefIntroduction{width: 270px;height: 200px;}*/
	/*.myLabels label {width: 130px;height: 20px;}*/
	/*.system{margin: 0px;}*/
	/*.leftTitle{width: 115px}*/
/*}*/
/*@media only screen and (min-width: 300px)and (max-width:429px) {*/
	/*.leftTitle{font-size: 13px;}*/
	/*.responPadNo{width: 280px;margin: auto;}*/
	/*.myLabels{width: 460px;}*/
	/*.inputbox{width: 165px;}*/
	/*.chAdress{width: 163px;}*/
	/*.myLabels{ width: 162px;display: inline-block;}*/
	/*.briefIntroduction{width: 164px;height: 200px;}*/
	/*.myLabels label {width: 130px;height: 20px;}*/
	/*.system{margin: 0px;}*/
	/*.leftTitle{width: 115px}*/
/*}*/
/*----------------------------------------------------------------注册二阶页面公共样式*/

/*新闻部分-------------------------------*/
.headContent{position: relative;}
/*.headTitle{position: absolute;top: 0;left: 0;display: block;height: 100%;width: 100%;}*/ 
.News .pic .pic-section{margin: 0 8.3px 30px 8.3px;overflow: hidden;}
.News{margin-top: 70px;}
.News h3{font-size: 25px;color: #000;font-weight: 600;}
.searchN{width:210px;float: right;}
.News select { height: 32px; width: 100px; padding-left: 5px;float: right;margin-left: 10px;}
.announce-pic{box-shadow: 0px 1px 10px #ddd;}
#article{background:url("../img/banner_announce.jpg") no-repeat;background-position: center center;background-size: cover;}
.joursmwidth{width: 66%;margin: auto;}
.newsContent img{max-width: 100%;height: auto;}
.joursimgwidth{max-width: 100%;height: auto; padding-bottom: 10px;}
.News .pic-img img{width: 295px;height: 196px;}
.News .pic-img img{width: 310px;height: 206.667px;}
.pic-img img{width: 361px;height: 240.667px;}
.News  .pic .pic-section {margin: 0 6.5px 30px 6.5px; }
.news {margin: 40px auto 0;}
.pic .pic-section{display: inline;width: 310px;position: relative;float: left;}
.pic .pic-content{padding: 20px 0;}
.pic .pic-content p{font-size: 14px;height: 3.2em;overflow: hidden;}
.pic .pic-content i{color: #000;font-size: 15px;display: inline-block;font-style: normal;padding: 0 15px;}
.pic .pic-content .secTitle{margin-bottom: 0;margin-top: -8px;}
.pic-bottom p span{font-size: 12px;}
@media only screen and (min-width:1400px){
 /*homes---------------------------------------------------*/
	 .SystermImg,.warrantyManagement,.repairservicemanagement,.bigdatamanagement,.resourcedescription{height: 400px;}
	 .SystermDescription > .content > .introductionContent{width: 1240px;margin-left: 18%;}
	 .functionInstruction > .functionContent{top: 5%;width: 100%;height: 100%;}
	 .functionInstruction > .functionContent > .functionDiv > .mg{width: 24%;height: 50%;}
	 .functionInstruction > .functionContent > .functionDiv > .mg{margin: 20px 2px 20px 5px;}
	 /*.headContent{min-height: 500px;}*/
	 .block-xs{display: none;}
	 .block-sm{display: none;}
	 .block-md{display: none;}
	 .block-lg{display: block;}
	 .wrapper{width: 1240px;}
	 .foot-left{display: inline-block;width: 60%;float: left;}
	 .foot-right{display: inline-block;width: 40%;}
	 /*.Content{margin-top: 10%;}*/
	 .pic .pic-section {width: 293px;}
	 .pic div[class*="one"],.pic div[class*="two"]{margin-right: 26px;}
	 .articleContent {margin-top: 12%;}

}
@media screen and (max-width: 479px) {
	.searchN{width: auto;}
	.News{margin-top: 40px;}
	.joursmwidth{width:80%;}
	.News select{margin-right:10px;margin-top: 7px; }
	
}
/*-------------------------------新闻部分*/
/*平台公告-------------------------------*/
.announceS{background-color: #fff;padding-top: 10px !important;border-top: none;}
.announceSur{font-size: 20px !important;}
.announce-pic{border: 1px solid #ddd;}
#news{background:url("../img/platform_bulletin.jpg") no-repeat;background-position: center center;background-size: cover;}
.articleContent{color: #fff;}
/*-------------------------------平台公告*/
/*服务需求-------------------------------*/
.ProviderSe {border: 2px solid #fbb273;}
.demand{position: relative;}
.demindCon{position:relative;top:0px;width:100%;margin-bottom:30px;}
.Mor{font-size: 16px}
.Sd p{font-size: 16px}
.Sd p b{font-size: 14px;color: #5f5c5c;font-weight: 100}
.ProviderSw{border: 2px solid #a65ad0;}
.Sd span{font-weight: 100;color:#000;}
.applied span{color: blue;}
.mPor a{font-size: 16px;color:blue;}
.proLogo label {font-size: 16px;}
.proLogo label img{height: 30px;}
.demandTable tbody{background-color:#fff;}
.demandTable tbody tr td{border: 1px solid #67adf6}
.demandTable tbody tr th{border: 1px solid #67adf6}
.demandTd{padding: 20px 15px !important;}
.demands {margin: 70px auto 20px;}
.selectRegion label{font-weight: 600;cursor: pointer;}
.selectRegion label select{width: 130px;height: 26px;font-size: 12px;margin-right: 10px;border: solid 1px #707070;border-radius: none;}
.selectRegion label input{height: 24px;}
#topBorder > .secTitle > p > span{}
#servicerequest{background:url("../img/servicedemand.jpg") no-repeat;background-position: center center;background-size: cover;}
#servicerequestlist{background:url("../img/banner_announce.jpg") no-repeat;background-position: center center;background-size: cover;}
#servicerequestSurvey{background:url("../img/banner_announce.jpg") no-repeat;background-position: center center;background-size: cover;}
.Dot{display: inline-block;width:6px;height:6px;border-radius:50%;background:black;}
.Topline{color: #67aef6;font-weight: bolder;font-size: 16px}
/*-------------------------------服务需求*/
/*收费标准------------------------------------------------------------------------------------------------*/
#tabs4{color:#000;}
ul.title{margin:20px 0 40px 0;}
#tabs4 .tabHead{background-color:#fff !important;}
.tabHead h3{font-weight:600;}
.title li a, #tabs5 li a{display:inline-block;    text-align:center;    width:160px;    border:1px solid #64AEFA;    border-radius:5px;}
@media (max-width:600px ) {
	.title li a, #tabs5 li a{min-width:110px;}
	.dropdown-menu {
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
	}
}
.title li a, #tabs5 li a{padding:5px 5px;    background:#fff;    text-decoration:none;    color:#000;}
.title li a:hover, #tabs5 li a:hover{background:#64AEFA;    color:#150101;}
#tabs_container{padding:20px 0;    position:relative;}
.standard a{padding:3px 20px;border:1px solid #64AEFA;background:#fff;}
.account ul{display:inline;}
.account ul li a{float:left;    border-top:1px solid #ddd;    border-left:1px solid #ddd;    border-bottom:1px solid #ddd;    padding:3px 15px;}
.account ul .first a{border-radius:3px 0 0 3px;}
.account ul .last a{border-radius:0 3px 3px 0;    border-right:1px solid #ddd;}
.words{width:120px;margin-right:20px;display:inline-block;text-align:right;}
.costCalculation{border:1px solid #64AEFA;margin-top:40px;padding:20px;}
.costCalculation p{margin-bottom:0;}
.costCalculation .title{font-size:18px}
.cords-num{margin:0 auto;background-color:#ffede7;}
.customerplantform,.serviceCenter,.plantForm{background-color:#ffede7;}
.cords{padding:40px 0;}
.tab .padd{padding:0 40px;}
.cords h3{font-weight:bolder;color:#3B3B3B;font-size:20px;}
.cords .small{color:#969595;font-size:16px;}
.cords-sum{margin:20px auto !important;text-align:center;/*width:940px !important;*/}
.cords-img div{float:left;width:300px;margin-right:20px;}
.cords-img img{width:100%;}
.cords-img div.last{margin-right:0;}
.cords-service img{width:100%;}
.cords-service img{margin-bottom: 20px;}
.cords-sum .table-responsive{border:2px solid #ef9a5e;margin-top:20px;padding:15px;padding-bottom:0;background-color:#fff;}
.control{}
.cords-sum .table-bordered{border:1px solid #fff;}
.cords-sum table thead tr th{border:none;font-size:16px;color:#5F5F5F;}
.cords-sum table thead tr th i[class*="glyphicon-play"]{color:#5ACEE1;font-size:12px;margin-left:5px;}
.cords-sum table thead tr th span{font-size:12px;color:#5ACEE1;}
.cords-sum table tbody tr{background:#E9F7FC;}
.cords-sum table tr td{border-bottom:5px solid #fff !important;}
.p-l-md{padding-left:20px !important;}
.cords-sum table tr td i[class*="glyphicon-play"]{color:#99EEFC;margin-right:5px;}
.cords-sum table tr td i[class*="glyphicon-ok"]{color:#07C610;font-size:16px;}
.cords-sum table tr td i[class*="glyphicon-remove"]{color:#D22222;font-size:16px}
.cords-sum .table-bordered > tbody > tr > td{border:1px solid #FFF;}
.top{margin-top:-20px;}
.top a{padding:2px 10px;border-radius:0;}
.top a i{font-size:12px;margin-right:5px;}
.footerCaidan .cost{border:none;}
#tabs-2 .cords-num{background-color:#e7ffe9;}
#tabs-2 .cords{padding:20px 0 0 0;}
#tabs-2 .cords-sum{}
#tabs-2 .cords-sum .table-responsive{border:2px solid #7fc685;}
#tabs-3 .cords-num{background-color:#f4e8f9;}
#tabs-3 .service{background-color:#f1f1d5;}
#tabs-3 .cords{padding:20px 0 0 0;}
#tabs-3 .cords-sum{}
#tabs-3 .cords-sum .table-responsive{border:2px solid #8e8597;}
#addAccount .cords-num{background-color:#e1f5ff; }
#addAccount .cords{padding:20px 0 0 0;margin-left: 20%;}
#addAccount .cords-sum{}
#addAccount .cords-sum .table-responsive{border:15px solid #fff;background-color:#fee9e9;padding:20px;}
#addAccount .table-responsive label{width:140px;text-align:left;}
#addAccount .table-responsive span{padding:3px 8px;background-color:#ed7777;color:#fff;display:inline-block;}
.cords h3 img{width:5%;}
.cords-sum .table-bordered > tbody > tr > td{font-size:15px;}
.table tr.collapse td{background-color:#fff;text-align:left;padding:20px 40px;}
.cords-sum-header{height:30px;}
.cords-sum-num{border:2px solid #F8A165;margin-top:20px;padding:15px;background-color:#fff;}
#tabs-2 .cords-sum-num{border:2px solid #BFE9C3;}
#tabs-3 .cords-sum-num{border:2px solid #c38ef9;}
.body-ag{background:#F6A1654D none repeat scroll 0% 0% !important;}
.body-dg{background:#63dfa94d none repeat scroll 0% 0% !important;}
.body-cg{background:#b475ee33 none repeat scroll 0% 0% !important;}
.body-bg{background:#E9F7FC none repeat scroll 0% 0%;height:40px;line-height:40px;}
.cords-sum-header .header-left{font-size:16px;color:#5F5F5F;}
.cords-sum-header i[class*="glyphicon-play"]{color:#5ACEE1;    font-size:12px;    margin-left:5px;}
/*.cords-sum-header span{font-size:12px;    color:#5ACEE1;}*/
.cords-sum-header b{font-size:16px;    color:#5F5F5F;}
.sum-body i[class*="glyphicon-ok"]{color:#07C610;    font-size:16px;}
.sum-body i[class*="glyphicon-remove"]{color:#D22222;    font-size:16px;}
.sum-body i[class*="glyphicon-play"]{color:#99EEFC;    margin-right:5px;}
.body{font-size:15px; border-bottom:5px solid #FFF;}
.body-hidden{display:none;text-align:left;padding:15px 40px;color:#666;}
.sum-body .body-left{cursor:pointer;}
.body-bg .body-right{padding-left:0;padding-right:0;}
.body-bg .body-right div{border-left:1px solid #fff;}
#addAccount .cords-num{height:300px;}
.costStart{background: url(/assets/src/core/img/costStart.png);width: 15px;height: 15px;display: inline-block;margin-left: 2px;margin-right: 2px;vertical-align: middle;}
.costStorp{background: url(/assets/src/core/img/costStorp.png);width: 15px;height: 15px;display: inline-block;margin-left: 2px;margin-right: 2px;vertical-align: middle;}
.charge-list-menu {position: absolute;bottom: 0px;left: 0;background: #e4e4e4;padding: 20px 20px;padding-bottom: 20px;width: 100%;border-bottom: 2px solid #ddd;text-align: center;  padding-bottom: 0px;}
/*.notice-menu li {display: inline-block;  margin: 0 20px;  }
.notice-menu li {color: #000000;display: inline-block;padding-bottom: 10px; }
.notice-menu li[class*="active"] {color: #1f7bda; border-bottom:2px solid #1f7bda;}
.notice-menu li[class*="underline"] {padding-bottom: 10px;color: #1f7bda; }
.notice-menu li a[class*="active"] {color: #1f7bda; border-bottom:2px solid #1f7bda;}
.notice-menu li a[class*="underline"] {padding-bottom: 10px;color: #1f7bda; }*/
.charge h4{font-weight: 600;color: #000;font-size: 22px;}
.charge .account{border: 2px solid #b475ee;text-align: center;padding: 0 15px 20px 15px;color: #cc6663;font-size: 18px;}
.charge .account h4{margin-top: 0;font-size: 16px;margin-bottom: 30px;}
.charge .account h4 span{display: inline-block;background-color: #b475ee;padding: 8px 10px;color: #fff;margin-left: 0;}
.charge .account span{margin-left: 10px;}
.charge .account small{color: #8a939d; margin-top: 2px; display: inline-block;}
.charge .account a{background: #65a2f6;color: #fff;margin-top: 15px;}
.charge .account img{margin-bottom:20px; }
.charge p .submit{background: #65a2f6;color: #fff; font-size: 16px;}
.charge p .submit img{width:28px; }
.charge h4 .submit{color: #65a2f6; font-size: 16px;position: relative;}
.charge h4 .submit span{position: absolute;font-size: 12px;display: inline-block;background-color: #fff;border-radius: 50% 50%;color: #cc6579;border: 2px solid #cc6579;width: 22px;height: 22px;line-height: 18px;text-align: center;right: -12px;top:-5px;}
.charge .item{position: relative;text-align: center;}
.charge .item .add{margin-bottom: 20px;margin-top: 20px;}
.charge .item .add a{background: #65a2f6;color: #fff;}
.charge .item .noSale{margin-bottom: 20px;margin-top: 20px;}
.charge .item .noSale a{color: #fff;background-color: #999;}
.charge .item-left{border: 2px solid #f6a165;background-color: #fff;}
.charge .item h3{margin: 0;padding: 25px 15px;color: #fff;font-weight: 600;}
.charge .item-left h3{background-color:#f6a165; }
.charge .item img{margin: 15px 0;}
.charge .item strong{color: #cc6563;}
.charge .item small{color: #8a939d;margin-top: 2px;display: inline-block;}
.charge .item strong span{font-size: 22px;margin-right: 15px;}
.charge .item-middle{border: 2px solid #63dfa9;background-color: #fff;}
.charge .item-middle h3{background-color:#63dfa9; }
.charge .item-right{border: 2px solid #b475ee;background-color: #fff;}
.charge .item-right h3{background-color:#b475ee; }
/*------------------------------------------------------------------------------------------------收费标准*/



