html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html {
	font-family: Helvetica, "Hiragino Sans GB", "Microsoft YaHei",
		"WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	color: #3f3f3f;
	background-color: #f3f4f6;
}

html, body, h1, h2, h3, p, ol, ul, dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul, ol {
    list-style: none;
}

html, body, h1, h2, h3, p, ol, ul, dl, dt, dd {
    margin: 0; 
    padding: 0;
}

* {
	box-sizing: border-box;
}

body, button, input, select, textarea {
}

a {
	background-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
	line-height: normal;
}

img {
	border: 0;
}

ul, ol {
	list-style: none;
}

.button {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    min-width: 74px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.baie-login-form {
	padding-left: 4%;
	padding-right: 4%;
	list-style-type: none;
	overflow: hidden;
}

.baie-login-form label {
	display: block;
	width: 46px;
	line-height: 49px;
}

.baie-login-form .baie-login-input {
	position: absolute;
	display: block;
	padding: 14px 12px 14px 15px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	border: none;
	outline: none;
	width: 100%;
	border-radius: 0;
	left: 45px;
	top: 0;
}

.baie-login-form .baie-login-li {
    position: relative;
    overflow: hidden;
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
}

.baie-footer {
    width: 92%;
    margin: 25px auto;
}

.baie-button {
    border: none;
    width: 100%;
    height: 45px;
    background: #ea5404;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
}

.clear_input_div>input {
	padding-right: 35px;
}
.pos {
    position: relative;
}

.baie-register {
    position: absolute;
    left: 4%;
    margin-top: -20px;
    color: #838383;
}

.baie-forget {
    position: absolute;
    right: 4%;
    margin-top: -20px;
    color: #838383;
}

.font14 {
    font-size: 14px!important;
}

.font15 {
	font-size: 15px !important;
}

.clear_input {
	position: absolute;
	cursor: pointer;
	display: none;
	width: 42px;
	height: 48px;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 16px;
	background: url(/assets/images/icon_clear.png) no-repeat center;
	background-size: 16px;
}

/*captcha-code*/
.captcha-code{position:relative;margin-top: 15px;margin-left: 12px;margin-right: 12px;width: 300px;}
.captcha-code .code-input{padding-right:156px;padding: 5px 8px;width: 282px;border: 1px solid #e4e4e4;font-size: 14px;height: 42px;line-height: 32px;}
.captcha-code .code-input:focus{outline:none}
.captcha-code .valid-pic,.captcha-code .refresh-pic{position: absolute;top: 0;cursor: pointer}
.captcha-code .valid-pic{
    right: 9px;
    height: 42px;
    overflow: hidden;
    top: 3px;
}
.captcha-code .valid-pic img{height: 36px;/* display: block; */}
.captcha-code .refresh-pic{
	top: 4px;
    right: -18px;
    width: 46px;
    height: 42px;
    background: url(../images/icon_refresh.png) no-repeat center;
    background-size: 25px;
}
.dialog-loading{
    display:block;
    margin-top: 15px;
    text-align: center;
}

/*dialog-alert*/
.dialog-alert{
    padding: 10px 24px;
}