@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-Regular.ttf");
}
@font-face {
    src: url("/css/fonts/OpenSans-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-Semibold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-SemiboldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

body, html, span, ul, li, img, p {
  padding: 0;
  margin: 0;
  list-style: none;
  /* font-family: 'Open Sans', Arial, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif; */
  font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}
/* IE7 8   */
.ie6 body,
.ie7 body,
.ie8 body {
	min-width: 960px;
}
.cc-float-fix {
    *zoom: 1;
}
.cc-float-fix:before, .cc-float-fix:after {
    content: "";
    line-height: 0;
    height: 0;
    width: 0;
    display: block;
    visibility: hidden;
}
.cc-float-fix:after {
    clear: both;
}
/* middle center */
body.body-hidden {
    overflow: hidden;
}
.af-center {
    text-align: center;
}
.af-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.af-center-content {
    display: inline-block;
    vertical-align: middle;
}
.af-highlight-color {
    background-color: yellow;
}
.b-color {
	/* background-color: #f1f1f1; */
    background-color: #fff;
}
.b-color.f1 {
    background-color: #f1f1f1;
}
.scroll-y {
	overflow-y: scroll;
}
.af-bold {
    font-weight: bold;
}
.af-left {
	float: left;
}
.af-right {
	float: right;
}
.af-hide {
	display: none;
}
.af-hidden {
    visibility: hidden;
}
.af-overflow {
    overflow: hidden;
}
.af-inline-block {
	display: inline-block; 
}
.af-table {
    display: table;
    width: 100%;
    height: 100%;
}
.af-table-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.af-loading-gif {
	position: relative;
	display: inline-block;
	margin-top: 50px;
}
.af-loading-gif.center {
    display: block;
    text-align: center;
}
.af-main {
	position: relative;
	width: 100%;
    top: 64px;
}
.af-icon-bg {
	background-image: url("/images/icon.png");
}
.af-spin-loading {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	text-align: center;
	color: #666;
	font-size: 25px;
	z-index: 4444;
	background-image: url("/images/loading.gif");
    background-repeat: no-repeat;
	background-position: center center;
}
.af-spin-loading2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #666;
    font-size: 25px;
    z-index: 4444;
    background-image: url("/images/common/progress.gif");
    background-repeat: no-repeat;
    background-position: center center;
}
.af-img-loading {
    background: url("/images/loading.gif") no-repeat 50% 50%;
}
.af-img-loading2 {
    background: url("/images/common/progress.gif") no-repeat 50% 50%;
}
/* add mask */
.af-mask-content {
    position: relative;
    text-align: center;
}
.af-mask-text {
    font-size: 30px;
    font-weight: normal;
    color: inherit;
    font-family: helvetica, arial, sans-serif;
    display: inline-block;
}
.af-save-loading {
    background: url('/images/common/saving.gif');
    width: 16px;
    height: 16px;
    margin: 0 2px;
    margin-top: 3px;
    display: inline-block;
    position: relative;
    top: 1px;
}
/* error Mask */
.af-server-error {
    font-size: 18px;
    position: absolute;
    padding: 20px 90px !important;
    box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.5), 0px 1px 1px rgba(128, 128, 128, 0.5);
    color: #CF2222;
}
.af-remove-mask-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    cursor: pointer;
    color: #c02121;
}
.af-spin-loading.top-30 {
    background-position: 50% 30%;
}
.af-validate-fail {
	border-color: #E67070 !important;
	background: #fdd !important;
}
.af-main-color {
    color: #4997ee;
}
.af-error,
.af-error-color {
	color: #b94a48;
}
.af-error,
.af-success {
	font-size: 12px !important;
}
.af-success,
.af-success-color {
	color: #468847;
}
.af-free-color {
    color: #BBBBBB;
}
.af-pro-color {
    color: #D1B681;
}
.af-gold-color {
    color: #C39E57;
}
.af-platinum-color {
    color: #B3852D;
}
.af-height-100 {
    position: relative;
	height: 100%;
	min-height: 100%;
}
.af-user-select-none {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.af-remove-btn {
	width: 24px;
	height: 24px;
	background-image: url("/images/icon.png");
	background-position: -379px -303px;
	display: block;
}
.padding-left-0 {
	padding-left: 0px !important;
}
.af-align-r {
    text-align: right;
}
.af-align-l {
    text-align: left;
}
.af-align-c {
    text-align: center;
}
/* mask */
.af-mask-apnel,
.af-mask-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(255, 255, 255, 0.36);
}
/* group */
.af-form-group {
    position: relative;
    overflow: hidden;
    padding: 6px 0;
}
.af-label {
    width: 98px;
}

/*  check-box */ 
.hf-checkbox {
    cursor: pointer;
}
.hf-checkbox > .check-icon {
    width: 20px;
    height: 20px;
    background: url("/images/common/blue2.png") no-repeat;
    background-position: -1px -2px;
    cursor: pointer;
}
.hf-checkbox.checked > .check-icon {
    background-position: -41px -2px;
}
.hf-checkbox:not(.checked):hover .check-icon {
    background-position: -21px -2px;
}
.hf-checkbox > .check-text {
    cursor: pointer;
}
.hf-checkbox.disabled,
.hf-checkbox.disabled > .check-icon,
.hf-checkbox.disabled > .check-text {
    cursor: no-drop;
}
.hf-checkbox.checked.disabled > .check-icon {
    background-position: -80px -2px;
}
.hf-checkbox.disabled:not(.checked):hover .check-icon,
.hf-checkbox.disabled > .check-icon {
    background-position: -60px -2px;
    background-color: rgb(235, 235, 228);
}
/*  radio  */
.hf-radio {
    cursor: pointer;
}
.hf-radio > .check-icon {
    width: 20px;
    height: 20px;
    background: url("/images/common/blue2.png") no-repeat;
    background-position: -99px -2px;
    cursor: pointer;
}
.hf-radio.checked > .check-icon {
    background-position: -139px -2px;
}
.hf-radio:not(.checked):hover .check-icon {
    background-position: -119px -2px;
}
.hf-radio > .check-text {
    cursor: pointer;
}
.hf-radio.disabled:not(.checked):hover .check-icon, .hf-radio.disabled > .check-icon {
    background-position: -159px -2px;
    cursor: no-drop;
}
.hf-radio.checked.disabled > .check-icon {
    background-position: -179px -2px;
}
.hf-radio.disabled > .check-text {
    color: #ddd;
    cursor: no-drop;
}
/*  hover effect  */
.ss-hover-effect-third {
    position: relative;
}
.ss-hover-effect-third .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #000; */
    
    background-color: rgba(0, 0, 0, 0.2);
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ss-hover-effect-third .inner-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}
.ss-hover-effect-third .mask .mask-quarter-top-left {
    left: 0px;
    top: 0px;
    border-radius: 90px 0 0 0;
    -moz-border-radius: 90px 0 0 0;
    -webkit-border-radius: 90px 0 0 0;

    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}
.ss-hover-effect-third .mask .mask-quarter-top-right {
    left: 80px;
    top: 0px;
    border-radius: 0 90px 0 0;
    -moz-border-radius: 0 90px 0 0;
    -webkit-border-radius: 0 90px 0 0;

    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}
.ss-hover-effect-third .mask .mask-quarter-bottom-left {
    left: 0px;
    top: 80px;
    border-radius: 0 0 0 90px;
    -moz-border-radius: 0 0 0 90px;
    -webkit-border-radius: 0 0 0 90px;

    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}
.ss-hover-effect-third .mask .mask-quarter-bottom-right {
    left: 80px;
    top: 80px;
    border-radius: 0 0 90px 0;
    -moz-border-radius: 0 0 90px 0;
    -webkit-border-radius: 0 0 90px 0;

    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}
.ss-hover-effect-third .mask .mask-quarter {
    background-color: #d78e0d;
    position: absolute;
    width: 20px;
    height: 20px;
    /*-moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: alpha(opacity=70);*/
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.ss-hover-effect-third .mask .icon {
    background: url("/images/hoverico.png") center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -10px;
    left: -10px;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.ss-hover-effect-third .mask .view-icon {
    background-position: 0px 0px;
    position: absolute;
    /*top: 35px;
    left: 35px;*/
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
}
.ss-hover-effect-third:hover .mask {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
    border: 4px solid #d78e0d;
}
.ss-hover-effect-third:hover .mask-quarter-top-left {
    /*left: 30px;*/
    top: 30px;
    left: 50%;
  	margin-left: -20px;

    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}
.ss-hover-effect-third:hover .mask-quarter-top-right {
    /*left: 50px;*/
    left: 50%;
    top: 30px;

    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}
.ss-hover-effect-third:hover .mask-quarter-bottom-left {
    /*left: 30px;*/
    left: 50%;
  	margin-left: -20px;
    top: 50px;

    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}
.ss-hover-effect-third:hover .mask-quarter-bottom-right {
    /*left: 50px;*/
    left: 50%;
    top: 50px;

    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}
.ss-hover-effect-third:hover .icon {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.af-bookinfo-help-text {
    margin-left: 4px;
    padding: 1px 8px;
    background-position: -403px -687px;
}
.af-bookinfo-help-text:hover {
    background-position: -424px -687px;
}


.af-top-breadcrumb {
    height: 50px;
    line-height: 50px;
    color: #42566e;
    padding-left: 4px;
    overflow: hidden;
	font-size: 13px;
}
.af-top-breadcrumb > a {
    color: #42566e;
    float: left;
}
.af-top-breadcrumb > a:hover {
    text-decoration: underline;
}
.af-top-breadcrumb > span {
    background-image: url("/images/common/help_icon.png");
    width: 20px;
    height: 24px;
    line-height: 0;
    float: left;
    background-position: -76px -6px;
    margin-top: 13px;
}


.af-alter-tip {
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    -webkit-transform: translate(0px,-100%);
    -moz-transform: translate(0px,-100%);
    -ms-transform: translate(0px,-100%);
    transform: translate(0px,-100%);
    -webkit-transition: -webkit-transform .25s ease-out;
    -moz-transition: -moz-transform .25s ease-out;
    -ms-transition: -ms-transform .25s ease-out;
    transition: transform .25s ease-out;
    z-index: 9999;
    text-align: center;
}
.af-alter-tip.show {
    -webkit-transform: translate(0px,50px);
    -moz-transform: translate(0px,50px);
    -ms-transform: translate(0px,50px);
    transform: translate(0px,50px);
}
.af-alter-tip > span {
    background-color: #5cb85c;
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.af-alter-tip.success > span {
    background-color: #5cb85c;
}
.af-alter-tip.error > span {
    background-color: #d9534f;
}


input.af-input-check[type=radio],
input.af-input-check[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}
input.af-input-check[type=radio]:checked:before,
input.af-input-check[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font: 700 15px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input.af-input-check[type=checkbox]:checked:before {
    content: "\2713"; /* "\f147" */
    margin: 0px 0 0 0px;
    color: #1e8cbe;
}
input.af-input-check[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    width: 8px;
    height: 8px;
    margin: 3px;
    line-height: 16px;
    background-color: #1e8cbe
}

input.af-input-check[type=radio] {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px
}



.login-panel {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    background: #fff;
    padding: 15px 10px;
}
.login-main {
    background: #f8f8f8;
    min-height: 520px;
    padding-top: 80px;
    padding-bottom: 60px;
}