@charset "utf-8";
/* CSS Document */

/*初始化样式*/
*{
	margin: 0px;
	padding: 0px;
	outline: none;
	list-style: none;
	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
      		box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
      	-ms-text-size-adjust: 100%;
}
body{
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
}
a{
	color: #000;	
	background-color: transparent;
	text-decoration: none;
}
img{
	border: none;
	vertical-align: middle;
}
button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 500;
  	line-height: 1.2;
  	margin-bottom: 5px;
  	color: #000;
}
h1{
  	font-size: 36px;
}
h2{
  	font-size: 30px;
}
h3{
 	font-size: 24px;
}
h4{
  	font-size: 18px;
}
h5{
  	font-size: 14px;
}
h6{
  	font-size: 12px;
}
small{
	font-size: 85%;
}
.lead{
	font-size: 16px;
	line-height: 1.5;
  font-weight: bold;
}
.ls{
	letter-spacing: 5px;
}
.main-color{
	color: #e84884;
}
.main-bg{
	background-color: #fff;
}
.tint{
	opacity: 0.5;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.container{
	padding-left: 15px;
	padding-right: 15px;
}
.container:before,
.container:after,
.row:before,
.row:after,
.media:before,
.media:after,
.btn-group:before,
.btn-group:after,
.product:before,
.product:after,
.footer-link:before,
.footer-link:after {
  display: table;
  content: " ";
}
.container:after,
.row:after,
.media:after,
.btn-group:after,
.product:after,
.footer-link:after {
  clear: both; 
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	position: relative;
  	min-height: 1px;
  	float: left;
  	padding-left: 15px;
  	padding-right: 15px;
}
.col-xs-12 {
  	width: 100%;
}
.col-xs-11 {
 	 width: 91.66666667%;
}
.col-xs-10 {
  	width: 83.33333333%;
}
.col-xs-9 {
  	width: 75%;
}
.col-xs-8 {
  	width: 66.66666667%;
}
.col-xs-7 {
 	width: 58.33333333%;
}
.col-xs-6 {
  	width: 50%;
}
.col-xs-5 {
  	width: 41.66666667%;
}
.col-xs-4 {
  	width: 33.33333333%;
}
.col-xs-3 {
  	width: 25%;
}
.col-xs-2 {
  	width: 16.66666667%;
}
.col-xs-1 {
  	width: 8.33333333%;
}
.main-bg{
  width: 100%;
  background-image: url(../images/main-bg.png);
  background-size: cover;
}
.container{
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}
.logo{
  margin-top: 15px;
}
.logo img{
  width: 136px;
}
.main{
  background-color: #fff;
  box-shadow: 0px 0px 8px #c4d7e3;
  margin-top: 6px;
  float: left;
  width: 100%;
}
.main-info{
  padding: 0px 15px;
}
.process{
  max-width: 180px;
  display: block;
  margin: 40px auto;
}
.btn-link{
  display: block;
  background-color: #7dcef4;
  color: #fff;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
}
.icon-link{
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 6px;
  width: 22px;
  height: 28px;
  background-image: url(../images/icon-link.png);
  background-size: 22px auto;
}
.footer{
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.code{
  width: 100%;
  max-width: 100px;
  margin: 30px 0px;
}
.footer-body p{
  line-height: 1.6;
  font-size: 12px;
}
.footer-body p:first-child{
  font-size: 16px;
  margin-bottom: 5px;
}
.main-title{
  padding-top: 40px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dcdddd;
}
.main-title p{
  height: 30px;
  line-height: 30px;
  color: #898989;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-title .active{
  background-color: #ee9b25;
  color: #fff;
  border-radius: 20px;
}
.main em{
  font-style: normal;
  color: #ff0044;
}
.main p.hint{
  color: #221815;
  padding: 15px 0px;
  float: left;
  width: 100%;
}
.table-responsive{
   overflow-x: auto;
   width: 100%;
}
.reg{
  padding-bottom: 50px;
  width: 100%;
}
.reg td{
  padding: 6px 0px;
  color: #4b4b4b;
}
.reg td:first-child{
  width: 90px;
  text-align: right;
  color: #27458e;
}
.reg td input[type="text"],
.reg td input[type="email"],
.reg td input[type="number"],
.reg td select{
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #979797;
  padding: 0px 10px;
}
.reg .radio input[type="radio"]{
  float: left;
  margin-top: 5px;
}
.reg .radio{
  padding-left: 5px;
}
.reg .radio label{
  padding-left: 10px;
  float: left;
}
.reg .radio .mar-right{
  margin-right: 25px;
}
.reg .hint{
  color: #898989;
}
.reg td input[type="submit"]{
  width: 220px;
  height: 45px;
  background-color: #ee9b25;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  margin-top: 20px;
}
footer{
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer p{
  line-height: 1.8;
  color: #464646;
  font-size: 12px;
}
footer p:last-child{
  margin-top: 25px;
}
.main-success{
  float: left;
  width: 100%;
  padding: 50px 0px 70px;
}
.main-success p{
  font-size: 21px;
}
.main-success p img{
  margin-right: 15px;
}
.btn-back{
  width: 220px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  background-color: #ee9b25;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  margin-top: 40px;
}
.img-full{
  width: 100%;
}
.main-mar{
  margin-bottom: 35px;
}
.icon-success{
  width: 100%;
  max-width: 80px;
  margin-bottom: 30px;
}

