@charset "gb2312";
/* CSS Document */
body {
	background: #f4f4f4;
	font-size: 16px;
	line-height: 28px;
	-webkit-text-size-adjust: 100%;
}
body, input, textarea, select {
	 border:0px;	padding: 0;margin: 0; 
	color: #474342;
	font-family: Helvetica_0, 'PingFangSC-Regular', 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', sans-serif;
}
body, p, ul, dl, dd, form, textarea, input, ol {
	margin: 0;
}
ul, ol, td, th {
	padding: 0;
	list-style: none outside;
}
a {
	color: #292929;
	text-decoration: none;
	transition: color 0.2s;
}
a:hover {
	color: #ef0100;
}
a, button, li {
	-webkit-tap-highlight-color: transparent;
}
a:focus, input, textarea, select, button {
	outline: none;
}
a.current {
	color: #e80405;
}
textarea {
	overflow: auto;
	resize: none;
}
input, textarea, select {
	font-size: 100%;
}
textarea::-webkit-input-placeholder {    color: #CCC;}
input::-webkit-input-placeholder {    color: #CCC;}
input::-ms-input-placeholder {    color: #CCC;}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}
table {
	border-collapse: collapse;
}

.fontsize12{ font-size:12px}
.fontsize14{ font-size:14px}
.clear:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
}
.clear {
	zoom: 1;
}
.float-left {
	float: left;
	display: inline;
}
.float-right {
	float: right;
	display: inline;
}
.text-left {
	text-align: left;
}
.content-center {
	display: flex; justify-content: center;  align-items: center;
}
.text-right {
	text-align: right;
}
.cont {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.space1 {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0
}
.space8 {
	clear: both;
	height: 8px;
	line-height: 0;
	font-size: 0
}
.space10 {
	clear: both;
	height: 10px;
	line-height: 0;
	font-size: 0
}
.space15 {
	clear: both;
	height: 15px;
	line-height: 0;
	font-size: 0
}
.space20 {
	clear: both;
	height: 20px;
	line-height: 0;
	font-size: 0
}
.space25 {
	clear: both;
	height: 25px;
	line-height: 0;
	font-size: 0
}
.space30 {
	clear: both;
	height: 30px;
	line-height: 0;
	font-size: 0
}
.space40 {
	clear: both;
	height: 40px;
	line-height: 0;
	font-size: 0
}
.space50 {
	clear: both;
	height: 50px;
	line-height: 0;
	font-size: 0
}
.space60 {
	clear: both;
	height: 60px;
	line-height: 0;
	font-size: 0
}
.space80 {
	clear: both;
	height: 80px;
	line-height: 0;
	font-size: 0
}
.space150 {
	clear: both;
	height: 150px;
	line-height: 0;
	font-size: 0
}
.white {
	background-color: #FFF;
}
.padding-l-0{ padding-left:0px}
.padding-r-10{ padding-right:10px}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.padding_lr20 {
	padding-left: 20px;
	padding-right: 20px
}

.hide {
	display: none;
}

.content {
	padding: 30px;
	line-height: 30px;
	min-height: 500px;
	height: auto !important;
	overflow: hidden
}
.fa-red {
	color:#C00
}
.m-l-5 {
    margin-left: 5px!important;
}

/* CSS Document */
.contaout{	margin: 0 auto;	clear: both;}
.btn-light{color: rgb(255, 255, 255); background-color: rgb(33, 143, 211);}
.btn-small {
  font-size:14px; padding:5px 10px
}
 
/* card */
.card {
	margin-bottom: 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.035);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.035);
}
.card-header {
	display: table;
	width: 100%;
	margin: 0;
	padding: 15px 24px;
	border-bottom: 1px solid rgba(77,82,89,0.05);
}
.card-header > * {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.card-body {
    padding: 22px 25px;
}
.card-header .h4,
.card-header h4 {
    font-size: 16px;
}
.card-header + .card-body {
	padding-top: 15px;
}
.card-header[class*='bg'] .card-actions > li > a:not(.label),
.card-header[class*='bg'] .card-actions > li > button,
.card-header[class*='bg'] h1,
.card-header[class*='bg'] h2,
.card-header[class*='bg'] h3,
.card-header[class*='bg'] h4,
.card-header[class*='bg'] h5,
.card-header[class*='bg'] h6,
.card-header[class*='bg'] .h1,
.card-header[class*='bg'] .h2,
.card-header[class*='bg'] .h3,
.card-header[class*='bg'] .h4,
.card-header[class*='bg'] .h5,
.card-header[class*='bg'] .h6 {
    color: #ffffff;
}
.card-toolbar {
    padding: 24px 24px 0px 24px;
    position: relative;
}
.card-toolbar .search-bar {
    max-width: 280px;
}
.card-toolbar .dropdown-menu {
    min-width: 100%;
}
/* card-actions */
.card-actions {
	float: right;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
.card-actions > li {
	display: inline-block;
	padding: 0;
}
.card-actions > li > a:not(.label),
.card-actions > li > button {
	color: #86939e;
	display: inline-block;
	padding: 0;
	line-height: 1;
	opacity: .7;
	vertical-align: middle;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}
.card-actions > li > a:not(.label):hover,
.card-actions > li > button:hover {
	text-decoration: none;
	opacity: 1;
}
.card-actions > li > a:not(.label):active,
.card-actions > li > button:active {
	opacity: .6;
}
.card-actions > li > span {
	display: block;
}
.card-actions > li > .label {
	line-height: 1.25;
}
.card-actions > li > a:focus {
	text-decoration: none;
	opacity: 1;
}
.card-actions > li > button {
	background: none;
	border: none;
}
.card-actions > li.active > a,
.card-actions > li.open > button {
	text-decoration: none;
	opacity: 1;
}
.card-actions > li + li {
	margin-left: 10px;
}
.card .tab-content {
    padding: 10px 24px;
}
/* ²½ÖèÌõ */
.nav-step {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	align-items: baseline;
    padding: 0px;
}
.step-dots .nav-step-item {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-box-align: center;
	align-items: center;
	flex: 1 1;
	padding: 0 12px
}
.step-dots .nav-step-item:first-child a::before {
	display: none
}
.step-dots .nav-step-item.complete a,
.step-dots .nav-step-item.complete a::before,
.step-dots .nav-step-item.active a,
.step-dots .nav-step-item.active a::before {
	background-color: #dcfcfa
}
.step-dots .nav-step-item.complete a::after,
.step-dots .nav-step-item.active a::after {
	background-color: #33cabb;
	width: 29px;
	height: 29px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	color: #fff
}
.step-dots .nav-step-item.complete a::after {
	width: 29px;
	height: 29px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	color: #fff
}
.step-dots .nav-step-item.active a::after {
	width: 13px;
	height: 13px;
	margin-top: 8px;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	color: transparent
}
.step-dots a {
	display: -webkit-inline-box;
	display: inline-flex;
    padding: 0;
	margin: 10px 0;
	width: 29px;
	height: 29px;
	max-height: 29px;
	border-radius: 50%;
	background-color: #f7fafc;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1
}
.step-dots a::before {
	content: '';
	position: absolute;
	left: calc(-50% + 14.5px);
	right: calc(50% + 14.5px);
	height: 10px;
	margin-top: 9.5px;
	background-color: #f7fafc;
	cursor: default;
	-webkit-transition: .5s;
	transition: .5s;
}
.step-dots a::after {
	content: "\f00c";
	font-family: "FontAwesome";
	width: 0;
	height: 0;
	text-align: center;
	font-size: 15px;
	position: absolute;
	border-radius: 50%;
	background-color: transparent;
	color: transparent;
	-webkit-transform: translate(14.5px, 14.5px);
	transform: translate(14.5px, 14.5px);
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.nav-step-pane.active {
    display: block!important;
}
.nav-step-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.nav-step-button button.disabled {
    opacity: 0;
}

.nav-step.step-anchor {
    justify-content: flex-start;
    border: 0;
    background: #fcfdfe;
    border-radius: 0;
    list-style: none;
    overflow: hidden;
}
.step-anchor > li > a,
.step-anchor > li > a:hover {
    color: #bbb;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    border: 0!important;
    border-radius: 0;
    outline-style: none;
    background: #f7fafc;
}
.step-anchor > li > a:before,
.step-anchor > li > a:after {
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.step-anchor > li > a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #f7fafc;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2
}
.step-anchor > li > a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid rgba(77,82,89,0.075);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1
}
.step-anchor > li:first-child > a {
    padding-left: 15px;
}
.step-anchor > li.active h6,
.step-anchor > li.complete h6 {
    color: #fff!important;
}
.step-anchor > li.active > a,
.step-anchor > li.complete > a {
    border-color: #33cabb!important;
    color: rgba(255, 255, 255, .8)!important;
    background: #33cabb!important;
}
.step-anchor > li.active > a:after,
.step-anchor > li.complete > a:after {
    border-left: 30px solid #33cabb!important;
}
@media screen and (min-width: 1501px) {
  .cont {    width: 1200px;  }
}