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;
}

/* 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;
}

.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%;
   padding-top:74px;
}

.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: 1040;
    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: 1040;
    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: 90px;
}

/*  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;
}

.hf-switch {
    display: inline-block;
    height: 22px;
    position: relative;
    overflow: hidden;
    width: 40px;
}

.hf-switch-toggle {
    position: absolute;
    margin-left: -9999px !important;
    visibility: hidden;
}

.hf-switch-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.hf-switch-toggle+label {
    padding: 2px;
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    border-radius: 20px;
}

.hf-switch-toggle+label:before, .hf-switch-toggle+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.hf-switch-toggle+label:before {
    right: 2px;
    background-color: #f2f2f2;
    border-radius: 20px;
    transition: background 0.4s;
}

.hf-switch-toggle+label:after {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
    top: 2px;
    bottom: 2px;
    left: 2px;
    width: 18px;
}

.hf-switch-toggle.checked+label:before {
    background-color: #5eba5e;
}

.hf-switch-toggle.checked+label:after {
    margin-left: 18px;
}

/*  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; */
    max-width: 460px;
    background: #fff;
    /* padding: 15px 10px; */
}

.login-main {
    background: #f8f8f8;
    min-height: 520px;
    /* padding-top: 80px; */
    padding-top: 50px;
    padding-bottom: 60px;
}

/* active-news start */

.active-news-panel {
    position: relative;
    height: 116px;
    overflow: hidden;
    width: 100%;
}

.active-news-item {
    /* position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    height: 100%;
    display: block; */
    display: none;
}

.active-news-item.active {
    display: block;
}

.active-news-img {
    height: 116px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.active-news-item img {
    /* display:block;
    margin:0 auto;
    max-width:100%; */
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.active-news-control {
    position: absolute;
    width: 100px;
    margin-left: -50px;
    height: 28px;
    z-index: 3;
    bottom: 0px;
    left: 50%;
    text-align: center;
    padding-top: 6px;
}

.active-news-tabs {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.active-news-tabs>li {
    position: relative;
    width: 14px;
    height: 14px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
    margin: 0px 5px;
}

.active-news-tabs>li.active {
    background-color: #fff;
}
.active-news-animation {
    -webkit-animation: waveRaidus 1s ease-out 0s infinite;
    animation: waveRaidus 1s ease-out 0s infinite;
}

@-webkit-keyframes waveRaidus {
    /* 0% {
        width: 100%;height: 100%;
        opacity: 0;
    }
    65% {
        width: 100%;height: 100%;
        opacity: 0;
    } */
    0% {
        width: 100%;height: 100%;
        opacity: 1;
    }
    100% {
        width: 130%;height: 130%;
        opacity: 0;
    }
}

/* active-news end */

.browser-panel {
    position: relative;
    text-align: left;
    padding: 10px 15px;
}

.browser-header {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 13px;
}

.browser-box {
    font-weight: bold;
    color: #555;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 11px;
}

.browser-box a:hover {
    text-decoration: underline;
}

.browser-footer {
    text-align: right;
    padding-bottom: 0px;
}

.browser-close {
    width: 26px;
    height: 26px;
    background-image: url(/images/icon.png);
    background-position: -377px -301px;
    position: absolute;
    top: 4px;
    cursor: pointer;
    right: 4px;
}

.sensorsWeb-remove{
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-radius: 2px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 20px;
}
