﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block
}

.orange {
	color: #f60
}

.dark-gray {
	color: #666
}

.gray {
	color: #999
}

.green {
	color: #4b0
}

.red {
	color: #f30
}

.center,
.text-center {
	text-align: center
}

body {
	min-width: 1000px;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Helvetica, STHeiti, "Microsoft YaHei", Verdana, Arial, Tahoma, sans-serif;
	background-color: #fff
}

input,
textarea {
	font-size: 12px;
	font-family: Helvetica, STHeiti, "Microsoft YaHei", Verdana, Arial, Tahoma, sans-serif
}

a {
	color: #38f;
	text-decoration: none
}

a:hover,
a:focus {
	color: #07d;
	text-decoration: none
}

a.new-window {
	color: blue
}

a.new-window:hover,
a.new-window:focus {
	color: blue
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	position: relative
}

img::before {
	position: absolute;
	display: block;
	content: "";
	top: -7px;
	left: -7px;
	height: -webkit-calc(100% + 10px);
	height: -moz-calc(100% + 10px);
	height: calc(100% + 10px);
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	background-color: #e6e6e6;
	border: 2px dotted #c8c8c8;
	border-radius: 5px
}

img::after {
	position: absolute;
	display: block;
	content: "(>_<)";
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -1.5em;
	height: 1em;
	line-height: 1em;
	width: 3em;
	color: #646464;
	text-align: center
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

.notifications {
	position: fixed;
	z-index: 10000;
	top: 35px;
	left: 50%;
	margin-left: -225px
}

.notifications>div {
	width: 400px;
	position: relative;
	text-align: center;
	z-index: 10001;
	margin: 5px 0px;
	-webkit-animation: fadeInDown 0.3s linear;
	-moz-animation: fadeInDown 0.3s linear;
	animation: fadeInDown 0.3s linear
}

.notify-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #FFF
}

.notify-backdrop.fade {
	opacity: 0
}

.notify-backdrop,
.notify-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80)
}

#header,
.header {
	margin: 50px 0 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	height: 24px
}

#header .header-logo,.header .header-logo {
	float: left;
	width: 128px;
	height: 40px;
	background: url("../images/logo_new.png");
	position: relative
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
	#header .header-logo,
	.header .header-logo {
		background: url("../images/logo_new.png");
		background-size: cover;
	}
}

#header .header-title,.header .header-title {
	position: relative;
	top: 12px;
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	margin: 0 100px 0 130px;
	border-left: 1px solid #e8e8e8
}

#header .header-side,
.header .header-side {
	float: right;
	margin-top: 9px
}

#header .js-route-transfer,
.header .js-route-transfer {
	font-size: 12px;
	color: #38f
}

#footer {
	margin-top: 20px;
	text-align: center;
	color: #999
}

#footer .copyright a {
	color: #999
}

#footer .footer-connect {
	margin-right: 10px
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important
}

.form-horizontal {
	width: 350px;
	margin: auto
}

.form-horizontal ::-webkit-input-placeholder {
	color: #CACACA;
	font-size: 14px
}

.form-horizontal .controls {
	margin-left: 100px;
	width: 250px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.form-horizontal .control-label {
	width: 100px;
	text-align: left;
	color: #333;
	font-size: 14px;
	font-weight: bold
}

.form-horizontal .js-password-focus {
	width: 219px
}

.form-horizontal .control-group-container input,
.form-horizontal .control-group-container input:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px 0;
	color: #38f;
	text-shadow: 0 0 0 #333;
	-webkit-text-fill-color: transparent
}

.form-horizontal .control-group-container input::-webkit-input-placeholder,
.form-horizontal .control-group-container input:focus::-webkit-input-placeholder {
	color: #CACACA;
	font-size: 14px;
	text-shadow: none;
	-webkit-text-fill-color: initial
}

.form-horizontal .control-group-container .input-append {
	width: 100%
}

.form-horizontal .control-group-container .input-half {
	width: 150px
}

.form-horizontal .control-group-container .control-group {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 1px;
	padding-top: 20px;
	height: 35px
}

.form-horizontal .control-group-container .btn-operation {
	border: none;
	background: none;
	font-size: 14px;
	color: #3388FF;
	float: right;
	padding-right: 0
}

.form-horizontal .control-group-container .btn-operation.disabled,
.form-horizontal .control-group-container .btn-operation[disabled] {
	color: #CACACA
}

.form-horizontal .control-group-container .btn-operation:focus {
	outline: none
}

.form-horizontal .control-group-container .icon-switch-password {
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 14px;
	background: url("../images/icon-password-hide.png") no-repeat center
}

.form-horizontal .control-group-container .icon-password-show {
	background-image: url("../images/icon-password-show.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
	.form-horizontal .control-group-container .icon-switch-password {
		background: url("../images/icon-password-hide@2x.png") no-repeat center;
		background-size: 24px 9px
	}
	.form-horizontal .control-group-container .icon-password-show {
		background-image: url("../images/icon-password-show@2x.png");
		background-size: 24px 14px
	}
}

.form-horizontal .control-group-container .hide {
	display: none
}

.form-horizontal .err-msg {
	font-size: 12px;
	color: #FF4444;
	margin-left: 100px;
	padding-top: 5px;
	height: 20px
}

.form-horizontal .active .control-group {
	margin-bottom: 0;
	border-bottom: 2px solid #3388FF;
	-webkit-transition: border-color ease-in-out .3s;
	-moz-transition: border-color ease-in-out .3s;
	transition: border-color ease-in-out .3s
}

.form-horizontal .valid-failed .control-group {
	margin-bottom: 0;
	border-bottom: 2px solid #FF4444;
	-webkit-transition: border-color ease-in-out .3s;
	-moz-transition: border-color ease-in-out .3s;
	transition: border-color ease-in-out .3s
}

.form-horizontal .extra-group {
	margin-top: 15px;
	margin-bottom: 0
}

.form-horizontal .btn-primary {
	height: 45px;
	background-color: #3388FF;
	border-color: #2277FF;
	border-radius: 2px;
	font-size: 16px;
	margin-top: 30px
}

.form-horizontal .btn-primary.disabled,
.form-horizontal .btn-primary[disabled] {
	background-color: #8db0ce;
	border-color: #82a2bd
}

.form-left-side {
	float: left
}

.container {
	width: 800px
}

#main {
	background-color: #fff;
	margin: 40px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5
}

.main-header {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px
}

.main-header-title {
	font-size: 20px;
	color: #333333;
	font-weight: 500
}

.logout-wrap {
	position: absolute;
	top: 10px;
	right: 0
}

.notifications {
	position: absolute
}

.notify-backdrop {
	position: absolute
}

.widget-image-captcha {
	top: 30%;
	width: 320px;
	min-height: 180px;
	margin-left: -160px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none
}

.widget-image-captcha h4 {
	font-size: 14px;
	margin-bottom: 20px
}

.widget-image-captcha input {
	display: inline-block;
	border-radius: 2px 0 0 2px;
	width: 177px;
	height: 40px;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom
}

.widget-image-captcha img {
	display: inline-block;
	vertical-align: bottom;
	border-radius: 0 2px 2px 0
}

.widget-image-captcha button {
	height: 40px;
	font-size: 14px;
	float: right
}

.widget-image-captcha .widget-image-captcha-error {
	display: none
}

.widget-image-captcha .widget-image-captcha-action {
	margin-top: 20px
}

.widget-image-captcha.error input {
	border-color: #b94a48
}

.widget-image-captcha.error .widget-image-captcha-error {
	margin-top: 6px;
	display: block;
	color: #b94a48;
	font-size: 14px
}

.widget-image-captcha .btn-primary {
	background: #3388FF
}

.ui-chosen {
	position: relative;
	vertical-align: middle
}

.ui-chosen .chosen-container-single {
	width: 85px !important;
	border: 1px solid #ccc;
	border-radius: 2px
}

.ui-chosen .chosen-search {
	display: none
}

.ui-chosen .chosen-search input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.ui-chosen .chosen-single {
	position: relative;
	display: inline-block;
	color: #333;
	height: 20px;
	text-align: center;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	margin-top: 1px
}

.ui-chosen .chosen-single span {
	height: 20px
}

.chosen-single span {
	display: inline-block;
	width: 66px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left
}

.chosen-single div {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
	top: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.chosen-dropdown-opened .chosen-single div {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 5px
}

.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 241px;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: -1px
}

.chosen-container a {
	cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
	color: #333;
	display: none;
	margin: 0;
	padding: 8px 8px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container .chosen-results li.highlighted {
	background: #3388FF;
	color: #fff
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}

.ui-chosen .chosen-container-single {
	height: 20px;
	border: none;
	border-right: 1px solid #CACACA
}

.controls .css-mobile {
	width: 150px;
	margin-left: -3px !important;
	border-radius: 0 2px 2px 0;
	-webkit-transition: width .3s ease-in;
	-moz-transition: width .3s ease-in;
	transition: width .3s ease-in;
	background: white
}

.controls .css-country {
	width: 93px;
	display: inline-block;
	-webkit-transition: width .3s ease-in;
	-moz-transition: width .3s ease-in;
	transition: width .3s ease-in
}

.single .css-country {
	width: 0;
	overflow: hidden
}

.animating .css-country {
	overflow: hidden
}

.single .css-mobile {
	width: 218px
}

.switch-login-mode {
	float: right;
	font-size: 14px;
	color: #3388FF
}