@charset "utf-8";

/* 初始化开始 */
body,
html,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td,
a,
img,
span {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333333;
	_height: 100%;
	/*background-color: #FFFFFF!important;*/
}

html {
	_overflow: hidden;
}


ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #898B8E;
}

a,
a:hover {
	text-decoration: none;
}

input,
select,
button {
	outline: none;
}

input:focus {
	color: #207cd7;
}
::-webkit-input-placeholder,
select{
	color: #ccc;
}

.blue{
	color: #207cd7;
}
.modal-header {
	border-bottom: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.padding {
	padding-left: 0;
	padding-right: 0;
}

.marginbottom15 {
	margin-bottom: 15px;
}

.margintop15 {
	margin-top: 15px;
}

.block{
	display: block;
}
/* 初始化结束 */
.right {
	width: calc(100% - 340px);
	float: left;
}

.left {
	float: left;
}

.left img {
	position: relative;
}

.pic {
	position: absolute;
	top: 104px;
	left: 128px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.pic2{
	margin-top: 70px;
}
.pic p {
	margin-top: 15px;
}

#defaultForm {
	overflow: hidden;
}

.modal-body {
	padding: 0;
}

.modal-content {
	border-radius: 18px;
}

button.close {
	padding: 8px 15px !important;
}
.tablea .none,
.tablea2 .none,
.tablea3 .none{
	display: none;
}
.hover,
.hover2,
.hover3{
	color: #258bf0 !important;
	font-size: 16px !important;
	background: url(../img/linge.png) no-repeat center bottom;
}
.oranger,
.oranger2,
.oranger3{
	height: 56px;
	padding-left: 30px;
}
.oranger a,
.oranger2 a,
.oranger3 a{
	color: #959595;
	font-size: 14px;
	margin-right: 15px;
	padding-bottom: 15px;
	text-decoration: none;
}

.centera {
	margin: 15px;
}

.modal-dialog {
	width: 680px;
	margin-top: 100px;
}

.phone select,
.phone input {
	border: 1px solid #ececec;
	height: 40px;
	float: left;
}

.phone select {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 96px;
}

.phone .myinput {
	width: calc(100% - 96px);
	padding: 0 15px;
	border-left: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.phone .email {
	width: 100%;
	border-radius: 6px;
	padding: 0 15px;
}

.form-horizontal .form-group {
	margin: 0;
}

.box1 {
	overflow: hidden;
	padding: 0 15px;
}

.number1 input {
	padding: 0 15px;
	border: 1px solid #ececec;
	height: 40px;
	border-radius: 6px;
	margin-top: 15px;
	position: relative;
	background: none;
}

.number1 input:first-child {
	width: 100%;
	position: relative;
}

.number1 input:last-child {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	color: #207cd7;
}

.number1 a {
	float: right;
	margin-top: -30px;
	color: #258bf0;
	padding-right: 15px;
}

.login1 {
	background-color: #258bf0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
}

.login1:hover {
	color: #fff;
	background-color: #207cd7;
}

.register {
	color: #258bf0;
}

.register:hover {
	color: #91969b;
}

.span {
	color: red;
}

.null {
	padding: 8px 15px;
	border-radius: 6px;
	margin-top: -150px;
	border: 1px solid #ececec;
}

.btn {
	padding-right: 0;
}

.forget {
	color: #258bf0;
}

.forget:hover {
	color: #91969b;
}
.user{
	border-top: 1px solid #ececec;
	padding:  8px;
	text-align: center;
}