html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img{ margin:0; padding:0; }
m{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding:0;
	margin:0;
	overflow: visible;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
fieldset, img { border:none; padding:0; margin:0;}
legend{ line-height:12px; height:12px; padding:0; margin:0;}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ul, ol { list-style:none; }
fieldset{ padding:0px; margin:0px;}
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
input::-moz-focus-inner { border:none; padding:0; }
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
textarea { resize:none; }
table { border-collapse:collapse; table-layout:fixed;}
body { color:#333; padding:0; font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff; margin:0;}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#333; text-decoration:none; }
a:visited { color:#333; }
a:hover, a:active, a:focus { color:#cc0000; text-decoration:none; }

.hidden{visibility:hidden;}
/**** 链接颜色 link,visited,hover*/
/*#333 #8D0000 #333*/
.fe661{color: #e66100 !important;}
.fe661:visited{color: #e66100 !important;}
.fe661:hover, .fe661:visited, .fe661:focus{color: #ff8400 !important;}
span.fe661 a:link, span.fe661 a:visited{color: #e66100 !important;}
span.fe661 a:hover, span.fe661 a:focus, span.fe661 a:active{color: #ff8400 !important;}

.f9157{color: #e66100 !important;}
span.f9157 a:link, span.f9157 a:visited{color: #915724 !important;}
span.f9157 a:hover, span.f9157 a:focus, span.f9157 a:active{color: #ff8400 !important;}

/*main*/
.main{width: 1000px;margin: 0 auto;clear: both;background-color: #fff;overflow: hidden; }
.nopowerWarp{ width:700px; margin:150px auto; background:#ffe1a3; border-radius:5px; box-shadow:1px 2px 2px #444; padding-bottom:50px; border:#F60 solid 1px;}
.nopowerWarp .logo{ width:160px; margin:0px auto; padding-top:30px;}
.nopower{ background:url(../images/bg/nopower.png) no-repeat; padding-left:60px; width:560px; margin:50px auto; line-height:48px; font-size:24px; font-weight:bold; color:#fff;}
.nopowerWarp p{ text-align:center; font-size:16px;}
.nopowerWarp p a{ color:#FFF;}

.mL{ margin-left:0px;}
/*form*/
.formTable th, .formTable td{ height:34px; border-bottom:#f5f5f5 solid 1px; line-height:34px;}
.formTable th{ width:148px; text-align:right;}
.formTable th b{ color:#F00; margin-right:5px;}
.formTable td{ padding-left:7px;}
.formTable .tdInput{ width:400px;}
.formInput {
	font: "Microsoft YaHei","微软雅黑","宋体",helvetica,"Hiragino Sans GB";
	font-size:14px;
	border: 1px solid #dcdee2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 2px #F1F1F1 inset;
    color: #515a6e;
	//color:#333;
    height: 28px;
    line-height: 1.5;
    padding: 5px 7px; 
	display:inline-block;
	vertical-align:middle;
	background-color:#fff;
	background-image: none;
	cursor: text;
	-webkit-transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
	transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
	transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
	transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
}
.formInput::-moz-placeholder{color:#c5c8ce;opacity:1}
.formInput:-ms-input-placeholder{color:#c5c8ce}
.formInput::-webkit-input-placeholder{color:#c5c8ce}i
.formInput:focus,.formInput:hover{border-color:#57a3f3}
.formInput:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(45,140,240,.2);box-shadow:0 0 0 2px rgba(45,140,240,.2)}
.formInput[disabled],fieldset[disabled] .formInput{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}
.formInput[disabled]:hover,fieldset[disabled] .formInput:hover{border-color:#e3e5e8}
textarea.formInput{max-width:100%;height:auto;min-height:32px;vertical-align:bottom;font-size:14px}
.formSelect{
	border: 1px solid #dcdee2;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px #F2F2F2 inset;
    font-family: "Arial";
    padding: 4px 2px;
	height:28px;
}
.formTextarea{
	padding:5px 7px;
	line-height:21px;
	-moz-box-shadow:5px 5px 5px #F2F2F2 inset; 
	-webkit-box-shadow:5px 5px 5px #F2F2F2 inset;  
	border: 1px solid #dcdee2;
	box-shadow: 2px 2px 2px #F2F2F2 inset; 
	border-radius:4px;
	margin-top:7px;
}
.btn1{background:url(../images/bg/i360_email.png) no-repeat -1px -311px;margin:10px 0}
.btn1,.btn1:hover{display:inline-block;height:51px;outline:medium none;width:169px}
.btn1:hover{background:url(../images/bg/i360_email.png) no-repeat -1px -379px}
.btn2{background:url(../images/bg/i360_email.png) no-repeat -1px -165px;_background:url(../images/bg/i360_email.png) no-repeat 1px -165px}
.btn2,.btn2-loading{border:0;cursor:pointer;height:48px;margin-left:69px;outline:medium none;width:245px}.btn2-loading{background:url(../images/bg/i360_email.png) no-repeat -3px -108px;_background:url(../images/bg/i360_email.png) no-repeat -1px -108px}
.btn2:hover{background:url(../images/bg/i360_email.png) no-repeat -2px -227px;_background:url(../images/bg/i360_email.png) no-repeat 0 -227px;border:0;cursor:pointer;height:48px;margin-left:70px;outline:medium none;width:244px}
/*width*/
.w30{ width:30px;}
.w40{ width:40px;}
.w50{ width:50px;}
.w60{ width:60px;}
.w64{ width:64px;}
.w65{ width:65px;}
.w70{ width:70px;}
.w80{ width:80px;}
.w100{ width:100px;}
.w120{ width:120px;}
.w140{ width:140px;}
.w160{ width:160px;}
.w167{ width:160px;}
.w169{ width:169px;}
.w170{ width:170px;}
.w180{ width:180px;}
.w200{ width:160px;}
.w220{ width:220px;}
.w240{ width:240px;}
.w260{ width:260px;}
.w280{ width:280px;}
.w300{ width:300px;}
.w320{ width:320px;}
.w340{ width:340px;}
.w360{ width:360px;}
.w380{ width:380px;}
.w400{ width:400px;}
.w420{ width:420px;}
.w440{ width:440px;}
.w460{ width:460px;}
.w480{ width:480px;}
.w500{ width:500px;}
.w520{ width:520px;}
.w540{ width:540px;}
/*color*/
.red{ color:#F00;}
.green{ color:#0C0;}
.yellow{ color:#FC0;}
.blue{ color:#03F;}
.gray{ color:#CCC;}
.black{ color:#000;}
.purple{color:#F0F;}
.cyan{ color:#00FFFF}
.teal{ color:#008080;}
.seagreen{ color:#2E8B57;}
.yellowgreen{ color:#9ACD32;}
.tomato{ color:#FF6347;}
.orange{ color:#FFA500;}
.fwb{font-weight:bold;}
.fs18{font-size:14px;}
.fs16{font-size:16px;}
.fs14{font-size:14px;}
#listTbody td.stock{ color:#ff4400; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
/*border line*/
.bbLine{ border-bottom:#f5f5f5 solid 1px; color:#000;}
.bbLine label{ cursor:pointer;}

/*page*/
.pagination {
	font: "Microsoft YaHei","微软雅黑","宋体",helvetica,"Hiragino Sans GB";
    height: 28px;
    margin: 0px auto; text-align:center; min-width:680px;
}
.pagination ul {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination li {
	display: inline-block;
	 vertical-align: middle;
		 min-width: 32px;
height: 32px;
		line-height: 30px;
		margin-right: 4px;
		text-align: center;
		list-style: none;
		background-color: #fff;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
cursor: pointer;
		font-family: Arial;
		font-weight: 500;
border: 1px solid #dcdee2;
		border-radius: 4px;
		-webkit-transition: border .2s ease-in-out,color .2s ease-in-out;
transition: border .2s ease-in-out,color .2s ease-in-out;
}
.pagination{
	font-size:14px;
}
.pagination li.on,.pagination li:hover{border-color: #2d8cf0;color:#2d8cf0;}
.pagination li.on a{color:#2d8cf0;}
.pagination input{ border-radius:0 3px 3px 0; margin-left:-1px; border:#ddd solid 1px; height:28px;}
.page-total {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
}
.pagination a {
	margin: 0 6px;
    text-decoration: none;
	color: #515a6e;
}
.pagination a:hover, .pagination .active a {
	color:#2d8cf0;
}
.pagination .active a {
    color: #B4B4B4;
    cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #B4B4B4;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.ivu-page-options {
    display: inline-block;
	    vertical-align: middle;
		    margin-left: 15px;
			}
.ivu-page-options-sizer {
    display: inline-block;
	    margin-right: 10px;
		}
.ivu-select, .ivu-select-selection {
    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
		}
.ivu-select {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	color: #515a6e;
	font-size: 14px;
	line-height: normal;
}
.ivu-select-single .ivu-select-selection {
    height: 32px;
	position: relative;
}
.ivu-select-selection {
	display: block;
	outline: none;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	cursor: pointer;
	position: relative;
	  background-color: #fff;
	  border-radius: 4px;
border: 1px solid #dcdee2;
		-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
    display: block;
	    height: 30px;
		    line-height: 30px;
			    font-size: 14px;
				    overflow: hidden;
					    text-overflow: ellipsis;
						    white-space: nowrap;
							    padding-left: 8px;
								    padding-right: 24px;
									}
.ivu-select-arrow {
    position: absolute;
	    top: 50%;
		    right: 8px;
			    line-height: 1;
				    -webkit-transform: translateY(-50%);
					    transform: translateY(-50%);
						    font-size: 14px;
							    color: #808695;
								    -webkit-transition: all .2s ease-in-out;
									    transition: all .2s ease-in-out;
										}
.ivu-icon {
    display: inline-block;
	    font-family: Ionicons;
		    speak: none;
			    font-style: normal;
				    font-weight: 400;
					    font-variant: normal;
						    text-transform: none;
							    text-rendering: optimizeLegibility;
								    line-height: 1;
									    -webkit-font-smoothing: antialiased;
										    -moz-osx-font-smoothing: grayscale;
											    vertical-align: -0.125em;
												    text-align: center;
													}
.ivu-select-dropdown {
	width: inherit;
	max-height: 320px;
	overflow: auto;
	margin: 5px 0;
	padding: 5px 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
	box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
	position: absolute;
	z-index: 900;
}
.ivu-select-not-found {
    text-align: center;
	color: #c5c8ce;
}
.ivu-select-dropdown-list {
    min-width: 100%;
	list-style: none;
}
.ivu-select-item-selected, .ivu-select-item-selected:hover {
    color: #2d8cf0;
}
.ivu-select-item {
	margin: 0;
	line-height: normal;
	padding: 7px 16px;
	clear: both;
	color: #515a6e;
    font-size: 14px!important;
    white-space: nowrap;
    list-style: none;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
fieldset{ border:#ccc solid 1px; border-radius:5px; padding:10px; width:98%; margin:5px auto;}
/*选择仓库*/
#side-search-options {
    min-width: 160px; border-radius:5px; position:absolute; padding:0px; margin:0px; left:20px; top:90px;
}
#side-search-options .pop-menu-list-triangle {
    left: 65px;
}
.pop-menu-list-holder {
    left: 0;
    top: 45px;
    z-index: 1000;
	padding:0px; margin:0px;
}
.pop-menu-list-inner {
    position: relative;
}
.pop-menu-list-triangle {
    background: url("../images/bg/header.png") no-repeat scroll 0 -320px transparent;
    height: 7px;
    left: 20px;
    position: absolute;
    top: -7px;
    width: 13px;
    z-index: 100;
}
.pop-menu-list {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px rgba(64, 64, 64, 0.5);
    padding: 0; margin:0px;
    width: 160px;
	overflow:hidden;
}
.pop-menu-list li {
    border-bottom: 1px solid #f5f5f5;
    display: inline-block;
    margin: 0;
    width: 160px;
	padding:0;
	padding-left:-10px; font-size:16px;
}
.pop-menu-list li:last-child{ border-bottom:none;}
.pop-menu-list li.first {
    border-top: 0 none;
}
.pop-menu-list li.first a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pop-menu-list li a {
    color:#00F; font-size:16px; width:100px;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0px 8px; float:left;
}
.pop-menu-list li img {
    border-radius: 3px 3px 3px 3px; width:48px; height:48px;
}
.pop-menu-list li a:link, .pop-menu-list li a:visited, .pop-menu-list li a:active {
    color: #8F8F8F;
}
.pop-menu-list li .pop-menu-extra,.pop-menu-list li .pop-menu-del{
    float: right;
    height: 34px;
    width: 34px;
	display:block;
}
.pop-menu-list li:hover {
    background-color: #F5F5F5;
    color: #444444;
}
.pop-menu-list li.sub {
    background: none repeat scroll 0 0 #E9E9E9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    padding-top: 1px;
}
.pop-menu-list li.sub a {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #F1F1F1;
}
.pop-menu-list.mini a {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}
#pop-blog-list-holder {
    width: 250px;
}
#pop-blog-list-holder .blog-move-icon {
    background: url("../images/bg/header.png") no-repeat scroll 8px -148px transparent;
    cursor: move;
}
#pop-blog-list-holder .blog-move-icon:hover {
    background-position: -32px -148px;
}
#pop-blog-list-holder .pop-menu-list-triangle {
    left: 166px;
}
#pop-blog-list-holder .new-blog-notice {
    color: #FF0000;
    float: right;
    font-size: 12px;
}
#side-search-options li .pop-menu-extra {
    background: url("../images/bg/sidemenu.png") no-repeat scroll -1170px -95px transparent; float:right; width:20px; margin-right:10px;
}
#side-search-options .pop-menu-del{
    background: url("../images/bg/sidemenu.png") no-repeat scroll -595px -41px transparent;
    margin-top: 10px;
	cursor:pointer;
}
.infoTable{ margin:10px auto; overflow:hidden;}
.infoTable td{ border-bottom:#f1f1f1 solid 1px; line-height:24px;}
.bqc_bg{height:29px;overflow:hidden;font-size:14px; padding-left:12px; margin:10px auto 0;}
.bqc_on,.bqc_of,.bqc_of_mo,.bqc_of1,.bqc_of1_mo{float:left;width:115px;height:29px; line-height:29px; overflow:hidden;text-align:center;background:url(../images/tabs/bqc_on.gif) no-repeat}
.bqc_on a{ text-decoration:none; color:#444; font-weight:800;}
.bqc_of a{ text-decoration:none;}
.bqc_of,.bqc_of_mo{background:url(../images/tabs/bqc_of.gif) no-repeat;cursor:pointer}
.bqc_of_mo,.bqc_of1_mo{color:#36c;text-decoration:underline}
.l{float:left}
input.various{ background:url(../images/bg/down.jpg) no-repeat right; cursor:pointer;}

#toTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    background-image: url('/static/js/scrollToTop/back2top.png');
    background-repeat: no-repeat;
    /*opacity: 1;
    filter: alpha(opacity=40);  For IE8 and earlier */
}
#toTop:hover { background:url(/static/js/scrollToTop/back2top.png) no-repeat -70px;}
.progress {
height: 20px;
background: #ebebeb;
			border-left: 1px solid transparent;
			border-right: 1px solid transparent;
			border-radius: 10px;
}
.progress > span {
position: relative;
float: left;
margin: 0 -1px;
		min-width: 30px;
height: 18px;
		line-height: 16px;
		text-align: right;
background: #cccccc;
border: 1px solid;
		border-color: #bfbfbf #b3b3b3 #9e9e9e;
		border-radius: 10px;
		background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
		background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
		background-image: -o-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
		background-image: linear-gradient(to bottom, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
		-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress > span > span {
padding: 0 8px;
		 font-size: 11px;
		 font-weight: bold;
color: #404040;
color: rgba(0, 0, 0, 0.7);
	   text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.progress > span:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
height: 18px;
background: url("/static/images/progress.png") 0 0 repeat-x;
			border-radius: 10px;
}
.progress .green {
background: #85c440;
			border-color: #78b337 #6ba031 #568128;
			background-image: -webkit-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
			background-image: -moz-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
			background-image: -o-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
			background-image: linear-gradient(to bottom, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
}
.progress .red {
background: #db3a27;
			border-color: #c73321 #b12d1e #8e2418;
			background-image: -webkit-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
			background-image: -moz-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
			background-image: -o-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
			background-image: linear-gradient(to bottom, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
}
.progress .orange {
background: #f2b63c;
			border-color: #f0ad24 #eba310 #c5880d;
			background-image: -webkit-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
			background-image: -moz-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
			background-image: -o-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
			background-image: linear-gradient(to bottom, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
}
.progress .blue {
background: #5aaadb;
			border-color: #459fd6 #3094d2 #277db2;
			background-image: -webkit-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
			background-image: -moz-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
			background-image: -o-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
			background-image: linear-gradient(to bottom, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
}
.itemlist2 {margin-bottom:5px;}
.itemlist2 a.item{ padding:6px 12px; font-size:14px; margin-right:5px; line-height:18px;}
.itemlist2 a:hover{ padding:6px 12px;color:#fff;background-color:#3296fa;border-color:#3296fa; border-radius:4px 4px 4px 4px; line-height:18px;}
.itemlist2 a.selected{font-weight:bold; background:#3296fa;border-color:#3296fa;color:#fff; border-radius:4px 4px 4px 4px;}

.itemlist { margin-bottom:5px; height:30px;}
.itemlist a.item{ padding:6px 12px; font-size:14px; margin-right:5px;}
.itemlist a:hover{ padding:6px 12px;color:#fff;background-color:#3296fa;border-color:#3296fa; border-radius:4px 4px 4px 4px; line-height:18px;}
.itemlist a.selected{font-weight:bold; background:#3296fa;border-color:#3296fa; color:#fff; border-radius:4px 4px 4px 4px;}
.btn-info {color: #fff;background-color: #5bc0de;border-color: #46b8da;}
.btn-default {color: #333;background-color: #fff;border-color: #ccc;}
.btn-primary {color: #fff;background-color: #337ab7;border-color: #2e6da4;}
.btn-success {color: #fff;background-color: #5cb85c;border-color: #4cae4c;}
.btn-warning {color: #fff;background-color: #f0ad4e;border-color: #eea236;}
.btn-danger {color: #fff;background-color: #d9534f;border-color: #d43f3a;}
.btn-link {font-weight: 400;color: #337ab7;border-radius: 0; box-shadow:none;background-color: transparent;border-color: transparent;}
.btn {
display: inline-block;
padding: 6px 12px;
		 margin-bottom: 0;
		 font-size: 14px;
		 font-weight: 400;
		 line-height: 1.42857143;
		 text-align: center;
		 white-space: nowrap;
		 vertical-align: middle;
		 -ms-touch-action: manipulation;
		 touch-action: manipulation;
cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
border: 1px solid transparent;
		border-radius: 4px;
}
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {/* width: 1200px; */}

/* 蹇呰甯冨眬鏍峰紡css */
.change-content {
padding: 10px 0;
}
.change-box {
	padding-bottom: 10px;
}
.change-main {
width: 360px !important;
margin: 0 10px; 
position: relative;
transition: all .3s ease;
}
.change-box .change-cut {
margin: 0px;
		/* width: 1551px; */
}
.transition {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.change-box .change-cut .tab {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 14px;
background-color: #F5F5F5;
box-sizing: border-box;
border-right: 1px solid #e5e5e5;
position: relative;
cursor: default;
width: 119px;
float:left;
}

.flex-rows{
display: flex;
		 flex-direction: row;
		 justify-content: center;
		 align-items: center;
}

.change-box .change-cut ul{
border: 1px solid #e5e5e5;
		margin-left: 0px;
		/* width: 1200px; */
}
.change-box .change-cut .tab.on {
	background-color: #4380eb;
color: #fff;
}

.change-box .change-cut .tab.on:after {
content: "";
position: absolute;
width: 0;
height: 0;
border: 11px solid;
border-color: #4380eb transparent transparent transparent;
bottom: -22px;
left: 50%;
transform: translateX(-50%);
transition: all .3s ease;
}

.ivu-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 32px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;
	color: #515a6e;
	background-color: #fff;
	border-color: #dcdee2;
}
.ivu-btn, .ivu-btn:active, .ivu-btn:focus {
    outline: 0;
}
.ivu-btn-primary {
    color: #fff;
	background-color: #2d8cf0;
	border-color: #2d8cf0;
}
.ivu-btn-info {
    color: #fff;
	background-color: #2db7f5;
	border-color: #2db7f5;
}
.ivu-btn-success {
   color: #fff;
   background-color: #19be6b;
   border-color: #19be6b;
}
.ivu-btn-warning {
    color: #fff;
	background-color: #f90;
	border-color: #f90;
}
.ivu-btn-error {
    color: #fff;
	background-color: #ed4014;
	border-color: #ed4014;
}
.ivu-btn, .ivu-btn>.ivu-icon {
	line-height: 1.5;
}
.ivu-btn-large {
    height: 40px;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 4px;
}
.w-button{display:block;width:340px;height:48px;line-height:48px;border:none;font-size:20px;text-align:center;cursor:pointer}
.w-button,.w-button:hover{color:#fff}
.w-button-account,.w-button-admin{background:#026fcf;border-radius:4px}
.w-button-account:hover,.w-button-admin:hover{background:#348be3;}
.w-button-account:active,.w-button-admin:active{background:#348be3;}

.ivu-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.ivu-col {
	position: relative;
	max-width: 100%;
	min-height: 1px;
}
.ivu-col-span-6 {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.ivu-card {
	display: block;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
    -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.ivu-card-body {
    padding: 16px;
}
.ivu-card-title {
    color: #fff;
	font-size: 22px;
	font-weight:400;
}
.ivu-card-desc {
    color: #fff;
	font-size:32px;
	font-weight:600;
}
/*steps*/
.el-steps {
    display: flex;
}
.el-steps--horizontal {
    white-space: nowrap;
}
.el-step {
    position: relative;
	flex-shrink: 1;
}
.el-step.is-horizontal {
    display: inline-block;
}
.el-step__head {
    position: relative;
	width: 100%;
}
.el-step__head.is-finish {
    color:#409eff;
	border-color:#409eff;
}
.el-step.is-center .el-step__head, .el-step.is-center .el-step__main {
    text-align: center;
}
.el-step__line {
    position: absolute;
	border-color: inherit;
	background-color: #a8abb2;
}
.el-step.is-horizontal .el-step__line {
	height: 2px;
	top: 11px;
	left: 0;
	right: 0;
}
.el-step.is-center .el-step__line {
    left: 50%;
	right: -50%;
}
.el-step__line-inner {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	transition: .15s ease-out;
    box-sizing: border-box;
	width: 0;
	height: 0;
}
.el-step__icon {
	position: relative;
    z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	font-size: 14px;
	box-sizing: border-box;
	background: #ffffff;
	transition: .15s ease-out;
}
.el-step__icon.is-text {
    border-radius: 50%;
	border: 2px solid;
	border-color: inherit;
}
.el-step__icon-inner {
	display: inline-block;
	user-select: none;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	color: inherit;
}
.el-step.is-center .el-step__head, .el-step.is-center .el-step__main {
    text-align: center;
}
.el-step__main {
	white-space: normal;
	text-align: left;
}
.el-step__title {
    font-size: 16px;
	line-height: 38px;
}
.el-step__title.is-finish {
    color: #409eff;
}
.el-step__description {
	padding-right: 10%;
	margin-top: -5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
}
.el-step__description.is-finish {
    color: #409eff;
}
.el-step.is-center .el-step__description {
    padding-left: 20%;
	padding-right: 20%;
}
.el-step:last-of-type .el-step__line {
    display: none;
}
.el-step__head.is-success {
   color: #67c23a;
   border-color: #67c23a;
}
.el-step__title.is-success {
   color: #67c23a;
}
.el-step__description.is-success {
   color: #67c23a;
}
.el-step__description.is-wait {
    color: #a8abb2;
}
.el-step__description.is-process {
    color: #303133;
}
