.header {
	margin-top: -40px;
}
.header .container {
	height: 100px;
}
.header .row li {
	width: 20%;
    height: 2px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    float: left;
}
.header .row .w-c1 {
	background-color: #ef5a9e;
}
.header .row .w-c2 {
	background-color: #85b93a;
}
.header .row .w-c3 {
	background-color: #03b6f0;
}
.header .row .w-c4 {
	background-color: #f8b328;
}
.header .row .w-c5 {
	background-color: #f35f21;
}
.footer {
	margin-top: 0;
}
.box {
	background-color: #494949;
	padding: 40px 80px 80px;
}
.box .wrap {
	width: 620px;
	margin: 0 auto;
}
.box .wrap .tab {
	height: 74px;
	line-height: 74px;
	font-size: 28px;
	color: #fff;
}
.box .wrap .tab li {
	float: left;
	text-align: center;
	width: 310px;
	height: 74px;
}
.box .wrap .tab li:first-child {
	border-bottom: 2px solid #f7a934;
}
.box .wrap .tab li:last-child {
	border-bottom: 2px solid #505050;
}
.box .wrap form {
	padding: 50px 0 50px 58px;
}
.box .wrap form p {
	padding: 10px 0;
	position: relative;
}
.box .wrap form .text {
	height: 42px;
	width: 350px;
	border: none;
	padding-left: 40px;
}
.box .wrap form .verify {
	width: 190px;
	height: 42px;
	margin-right: 20px;
	vertical-align: middle;
	border: none;
	padding-left: 40px;
}
.box .wrap form button {
	height: 42px;
    line-height: 42px;
    overflow: hidden;
    width: 350px;
    border: none;
    background-color: #f7a934;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: "Microsoft Yahei";
    outline: none;
    margin: 10px 0;
}
.box .wrap form i {
	margin-left: 8px;
}
.box .wrap form .ico {
	position: absolute;
	background-image: url(../img/base/ico-gt.png);
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    left: 10px;
}
.box .wrap form .ico-x1 {
	width: 22px;
    height: 19px;
    background-position: 0 -288px;
    margin-top: 10px;
}
.box .wrap form .ico-x2 {
	width: 18px;
    height: 20px;
    background-position: 0 -238px;
    margin-top: 11px;
    left: 12px;
}
.box .wrap form .ico-x3 {
	width: 18px;
    height: 22px;
    background-position: 0 -212px;
    margin-top: 11px;
    left: 12px;
}