@charset "utf-8";
.login-tab-title {
	font-size: 0;
	text-align: center;
}
.login-tab-title span {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	font-size: 16px;
	color: #0097fe;
	background: #fcfcfc
}
.login-tab-title span.active {
	background: #0097fe;
	color: #fff;
	font-size: 16px;
}
.login-tab-title span.active:before {
	position: absolute;
	width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 7px solid #0097fe;
    content: "";
    left: 50%;
    margin-left: -3px;
    bottom: -7px;
}
.login-left {
	display: none;
}
.login-left.active {
	display: block;
}
.login-left {
	padding-top: 20px;
	padding-bottom: 11px;
	min-height:auto;
}
.registered-box-select {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 622px;
    margin-left: -311px;
    background: #fff;
    z-index: 10001;
    border: 1px solid #dedede;
    border-top:4px solid #0097fe;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 58px 0;
}
.registered-select {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.registered-select span,
.registered-select a {
	display: inline-block;
	width: 201px;
	height: 77px;
	background: #0097fe;
	text-align: center;
	line-height: 77px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	margin:  0 29px;
}
.registered-select span img,
.registered-select a img {
	display: inline-block;
	vertical-align: -5px;
	margin: 0 6px;
}
.registered-box-select .close {
	position: absolute;
	width: 38px;
	height: 38px;
	right: 0;
	top: 0;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}
.registered-box-select .close i {
	color: #ddd;
}
.login-box {
	border: 1px solid #e9e9e9;
}
.login-box .close {
	right: -21px;
	top: -1px;
}

.travel-header {
	height: 85px;
	background: #fff;
}

.travel-header-container {
	height: 85px;
}
.travel-header-logo {
	line-height: 85px;
	height:85px;
}
.travel-header-logo img {
	display: inline-block;
	vertical-align: middle;
	height:80%;
}
.travel-header-title {
	line-height: 85px;
	font-size: 30px;
	color:#666;
	padding-left: 62px;
	position: relative;
}
.travel-header-title:before {
	position: absolute;
	width: 1px;
	height: 50px;
	background: #bfbfbf;
	left: 30px;
	top: 50%;
	margin-top: -25px;
	content: ""
}
.travel-header-tel {
	padding: 18px 0 18px 0;
	overflow: hidden;
}
.travel-header-tel img {
	float: left;
	display: block;
	width: 49px;
	height: 49px;
}
.travel-header-right {
	float: left;
	padding-left: 8px;
}
.travel-header-right h1,
.travel-header-right p {
	display: block;
	height: 24.5px;
	line-height: 24.5px;
}
.travel-header-right h1 {
	font-size: 16px;
	color: #2498ff;
}
.travel-header-right p {
	font-size: 23px;
	color: #2498ff;
	font-weight: bold;
}
.travel-main {
	width: 100%;
	background: url(../images/travel-bg.jpg) bottom center no-repeat;
	padding: 50px 0 80px 0;
}
.travel-main-container {
	height: 100%;
}
.travel-login p {
	padding: 25px 0;
	font-size: 20px;
	color:#0097fe;
	line-height: 35px;
}
.travel-login p a {
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #0097fe;
	color: #0097fe;
	margin-left: 19px;
}
.travel-form {
	position: relative;
	width: 100%;

	overflow:hidden;
	background: #fff;
	padding-bottom: 50px;
}
.travel-form-title {
	position: relative;
	line-height: 65px;
	height: 65px;
	background: #0097fe;
	text-align: center;
	font-size: 30px;
	color: #fff
}
.travel-form-title a {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 65px;
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	padding-right: 20px;
}
.travel-form-box {
	position: relative;
	overflow:hidden;
}
.travel-form-padding {
	position: relative;
	padding-top: 50px;
	/* height: 60%; */
	height: -webkit-calc(100% - 232px);
	height: -moz-calc(100% - 232px);
	height: -ms-calc(100% - 232px);
	height: -o-calc(100% - 232px);
	height: calc(100% - 232px);
	overflow-x: hidden;
	overflow-y:auto; 
}
.erron-message {
	position: absolute;
	top: 65px;
	left: 0;
	height: 50px;
	text-align: center;
	color: red;
	line-height: 50px;
	width: 100%;
	background: #fff
}
.user-erron-message {
	top: 125px;
}
.user-form-padding {
	height: -webkit-calc(100% - 292px);
	height: -moz-calc(100% - 292px);
	height: -ms-calc(100% - 292px);
	height: -o-calc(100% - 292px);
	height: calc(100% - 292px);
}
.travel-form-box:before {
	position: absolute;
	content: "";
	left: 50%;
	width: 1px;
	background: #dedede;
	height: 100%;
	top: 0px;
}
.travel-form-box li {
	float: left;
	width: 50%;
	height: 34px;
	padding-right: 98px;
	margin-bottom: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}

.travel-form-li label {
	float: left;
	width: 152px;
	padding-right: 18px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	text-align: right;
}
.travel-form-li label em {
	display: inline-block;
	vertical-align: -2px;
	color: red;
	font-size: 18px;
}
.travel-form-input {
	overflow:hidden;
	height: 34px;
}
.travel-form-input>input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 12px;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	background: none;
	font-size: 14px;
	color: #666
}
.travel-form-input>select {
	float: left;
	height: 100%;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	background: none;
	font-size: 14px;
	color: #666
}
.travel-form-input>select {
    width: 32%;
    margin-right: 2%
}
.travel-form-input>select:last-child {
    margin-right: 0
}
.travel-form-checkbox {
	text-align: center;
}
.travel-form-checkbox input {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #dedede;
	vertical-align: middle;
}
.travel-form-checkbox label {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.travel-form-checkbox label a {
	color: #2498ff;
	text-decoration: underline;
}
.travel-form-btn {
	text-align: center;
	margin-top: 17px;
}
.travel-form-btn a {
	display: inline-block;
	width: 300px;
	line-height: 49px;
	height: 49px;
	background: #0097fe;
	color: #fff;
	font-size: 16px;
}	
.travel-form-footer {
	padding-top: 10px
}
.travel-footer p {
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.user-form-box:before {
	display: none;
}
.user-form-box li {
	width: 50%;
	margin: 0 auto 26px;
	float: none;
}
.user-form-box li .travel-form-input {
	padding-right: 0
}
.user-form-box .travel-form-div {
	position:absolute;
	right:-92px;
	top:0;
}
.travel-form-div {
	float:right;
	height: 34px;
	width: 180px;
	padding-left: 10px;
}
.travel-code {
	display: inline-block;
	height: 32px;
	border: 1px solid #2498ff;
	line-height: 32px;
	color: #2498ff;
	font-size: 16px;
	cursor: pointer;
	padding:0 6px;
	text-align: center;
}
.travel-passsword-strength {
	overflow: hidden;
	height: 34px;
}
.travel-passsword-strength span {
	float: left;
	width: 44px;
	text-align: center;
	line-height: 27px;
	background: #c4c4c4;
	font-size: 12px;
	color: #fff;
	height: 27px;
	margin-top: 7px;
	margin-right: 3px
}
.travel-passsword-strength span.active {
	background: #f79100;
	color: #fff;
}
.travel-state {
	height: 58px;
	border-bottom: 2px solid #e6e6e6
}
.travel-state span {
	position: relative;
	float: left;
	padding-top: 10px;
	height: 48px;
	line-height: 48px;
	text-align:center;
	font-size: 18px;
	color: #666;
}
.travel-state span.active:before {
	position: absolute;
	bottom: -2px;
	height: 3px;
	background: #2498ff;
	left: 0;
	content: "";
	z-index: 2;
	width: 100%
}
.travel-state span em {
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	background: #dedede;
	color: #666;
	vertical-align: -5px;
	margin-right: 6px;
}
.travel-state span.active {
	color: #2498ff;
	font-weight: bold;
}

.travel-state span.active em {
	background: #fa8821;
	color: #fff
}
.audit-box {
	text-align: center;
}
.audit-message {
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 60px;
}
.audit-message dt {
	float: left;
	width: 62px;
	height: 62px;
	overflow: hidden;
}
.audit-message dt img {
	display: block;
	width: 100%;
	height: 100%
}
.audit-message dd {
	overflow: hidden;
	text-align: left;
	max-width: 400px;
	padding-left: 14px;
}
.audit-message dd h1 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 24px;
	color: #666
}
.audit-message dd h2 {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	font-size: 18px;
	color: #666
}
.audit-message dd p {
	line-height: 26px;
	font-size: 14px;
	color: #0097fe
}
.audit-message dd a {
	display: inline-block;
	margin-top: 10px;
	height: 47px;
	width: 120px;
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 20px;
	background: #0097fe
}
.dealer .travel-code {
	width: 100%
}
.search-travel-btn {
	background: #fff;
	line-height: 60px;
	height: 60px;
	margin-top: 20px;
}
.search-travel-btn p {
	float: left;
	padding-left: 30px;
	font-size: 16px;
    color: #666;
}
.search-travel-btn p input {
	line-height: 30px;
	height: 30px;
	border: 1px solid #dedede;
	outline: none;
	background: none;
	margin: 0 12px;
	padding: 0 10px;
	font-size: 14px;
}
.search-travel-btn p a {
	display: inline-block;
	padding: 0 10px;
	background: #0097fe;
	color: #fff;
	line-height: 32px;
	height: 32px;
}