h4 {
    font-size: 1em!important;
}

h5 {
    font-size: 0.83em!important;
}

h6 {
    font-size: 0.67em!important;
}

.layui-layout-frontend .main {
    padding: 0 8px;
}

.layui-layout-frontend #lunbo {
    height: 150px;
}

.layui-layout-frontend .layui-header {
    background-color: #23262E
}

.layui-layout-frontend .layui-body {
    position: fixed;
    bottom: 44px;
    background-color: #f2f2f2;
}

.layui-layout-frontend .ad_tf img {
    width: 100%;
}

.layui-layout-frontend .layui-main {
    width: auto;
    margin: 0 15px
}

.layui-layout-frontend .layui-nav * {
    font-size: 0.83rem;
}

.layui-layout-frontend .layui-nav .layui-nav-item a {
    padding: 0 8px;
}

.layui-layout-frontend .layui-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 0;
}

.layui-layout-frontend .layui-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    color: #009688;
    font-size: 16px
}

.main>div {
    margin-bottom: 10px;
}

.layui-layout-frontend .layui-header .layui-nav {
    background: 0 0
}

.layui-layout-frontend .layui-body {
    left: 0;
}

.layui-layout-frontend .layui-header {
    height: 44px;
}

.layui-layout-frontend .layui-nav .layui-nav-item {
    line-height: 44px;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

.layui-layout-frontend .layui-col-xs12, .layui-layout-frontend .layui-col-sm8, .layui-layout-frontend .layui-col-md4, .layui-layout-frontend .layui-col-lg3 {
    float: revert;
    margin: 0 auto;
}

.layui-layout-frontend .layui-nav {
    background-color: #fff;
    color: #ccc;
}

.layui-layout-frontend #lunbo img {
    width: 100%;
    height: auto;
}

.layui-layout-frontend .layui-nav-item .layui-icon, .layui-layout-frontend .layui-nav-item span {
    display: block;
    height: 22px;
    line-height: 22px;
}

.layui-layout-frontend .layui-nav-item a {
    color: #333;
}

.layui-layout-frontend .layui-nav .layui-nav-item a:hover, .layui-layout-frontend .layui-nav .layui-nav-item a.active {
    color: #5FB878;
}

.layui-layout-frontend .layui-elem-field legend {
    font-size: 0.68em;
}

.layui-layout-frontend .layui-elem-field .hz-state .layui-input {
        border: none;
        height: 28px;
        line-height: 28px;
        background-color: #f2f2f2;
}
.layui-layout-frontend .layui-elem-field .hz-state .layui-btn {
    height: 24px;
    line-height: 24px;
}
.layui-layout-frontend .layui-elem-field .hz-state li {
    display: inline-block;
    border-bottom: #c7c7c7 1px solid;
    line-height: 200%;
    position: relative;
}

.layui-layout-frontend .layui-elem-field .hz-state li:nth-child(odd) {
    width: 20%;
    text-align: right;
}

.layui-layout-frontend .layui-elem-field .hz-state li:nth-child(even) {
    width: 80%;
    text-indent: 1em;
}

.nowrap {
    white-space: nowrap !important;
}

.portal-block-item {
    padding: 10px 15px;
    border-radius: 5px;
}

.portal-block-icon {
    top: 20%;
    right: 8%;
    font-size: 40px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
}

.new-user>div {
    height: 42px;
    background-color: #f7f7f7;
    position: relative;
}

.new-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-user a.tj-more {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 12px;
    color: red;
}

.icon-stat {
    background: url(../img/tz.png) no-repeat;
    background-size: 100% auto;
    height: 60px;
    width: 60px;
}

.icon-new-user {
    background: url(../img/icon-new_user.png) no-repeat;
    background-size: 100% auto;
}

.tj-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 9px #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tj-color {
    color: red;
}

.tj-block-icon {
    padding: 10px 15px;
    font-size: 25px;
    display: block;
}

.tj-box .button {
    padding: 14px 0;
}

.tj-box .button>a {
    border: 1px solid red;
    padding: 3px 8px;
    border-radius: 10px;
}

.jifen-nav-box .tool-nav-box {
    background-color: #fff;
    padding: 14px;
    text-align: left;
}

.tool-nav-box a, .tool-nav-box span {
    padding: 6px;
    color: #fff;
    border-radius: 10px;
    background-color: #c7c7c7;
}

.tool-nav-box .button {
    text-align: right;
}

.tool-nav-box .button a {
    background-color: #ffb710;
}

.tool-nav-box .text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.tool-box {
    border-bottom: 1px #ccc solid;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tool-box .text {
    line-height: 150%;
    padding-left: 5px;
}

.tool-box .button a {
    border-radius: 12px;
    background-color: #d7e521;
    padding: 6px 15px;
    color: #fff;
    font-size: 12px;
}

.tool-box .text .price {
    color: #fc8d68;
}

.tool-box img {
    width: 60px;
    height: 60px;
}

.tool-nav-box {
    padding-top: 12px;
}

.jifen-nav-box, .jifen-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 14px;
    text-align: left;
}

.jifen-nav-box {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.icon-jifen-nav-box {
    height: 25px;
}

.icon-jifen-nav-box img {
    height: 100%;
}

.jifen-nav-box .text {
    text-align: center;
    font-size: 1em;
}

.jifen-nav-box .button {
    text-align: right;
}

.jifen-link .text, .jifen-nav-box .button {
    font-size: 0.83em;
}

.jifen-link .link {
    text-align: right;
    font-size: 0.83em;
    color: #333;
}

.tg-img img {
    width: 100%;
}

.jifen-store>ul>li {
    display: inline-block;
    font-size: 14px;
    width: 50%;
    line-height: 150%;
    text-align: center;
}

.jifen-store>ul>li hr {
    width: 75%;
    border-top: 1px dashed #fc8d68;
    margin: 8px auto;
    height: 0;
}

.jifen-store>ul>li>div {
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: #fff;
    padding: 8px;
}

.jifen-store>ul>li:nth-child(odd)>div {
    margin-right: 4px;
}

.jifen-store>ul>li:nth-child(even)>div {
    margin-left: 4px;
}

.jifen-store .show {
    background: linear-gradient(-125deg, #f8b390, #fb8b78);
    border-radius: 5px;
    padding: 20px;
    color: #fff;
}

.jifen-store .show b {
    font-size: 22px;
}

.jifen-store .button span {
    color: #ff9180;
}

.jifen-store .button button {
    border-radius: 8px;
    margin-top: 4px;
    padding: 4px 10px;
    border: 1px solid #ccc;
}

.button-active {
    background-color: #ff9180;
    cursor: pointer;
    color: #fff;
}

.user-header-box {
    height: 160px;
    background: linear-gradient(-125deg, #97fac4, #92eeb2);
}

.user-header-box>div {
    padding: 8px;
}

.user-header-box .layui-icon {
    color: #333;
    margin: 4px;
    cursor: pointer;
}

.user-header-box .close {
    text-align: right;
}

.user-info {
    position: relative;
}

.user-info>div {
    height: 190px;
    position: absolute;
    top: -100px;
    border-radius: 5px;
    background-color: #fff;
    background-image: url(../img/head.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 340px;
    left: 50%;
    margin-left: -170px;
    text-align: center;
    box-shadow: 2px 2px 10px #ccc;
}

.user-info .head {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    background-size: 60px;
    position: absolute;
    left: 140px;
    top: -30px;
}

.user-info>div>h3 {
    padding-top: 10px;
}

.user-info .show-jifen {
    text-align: right;
    margin: 32px 32px 8px 0;
}

.user-info .show-jifen>span {
    border-radius: 12px;
    padding: 4px 12px;
    background-color: #ffb710;
    color: #fff;
}

.user-info .user-type {
    color: #ccc;
    padding-bottom: 16px;
    font-size: 1.33em;
}

.user-info .nologin {
    height: 120px;
    line-height: 120px;
}

.user-info a {
    border: 1px solid #92eeb2;
    border-radius: 10px;
    padding: 4px 12px;
    color: #92eeb2;
}

.user-link {
    margin-top: 120px;
}

.user-link .link>li {
    line-height: 40px;
    width: 20%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.user-link .link>li img {
    width: 50%;
    display: block;
    margin-left: 25%;
}

.win_login {
    display:none;
    text-align: center;
    margin-bottom: 20px;
}
#hzlogin.win_login{
    display:block;
} 
.win_login h4 {
    padding: 8px;
}

.win_login>div {
    width: 80%;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 8px 0;
}

.win_login .login-tips {
    border-bottom: none;
}

#hzpay .login-tips {
    text-align: left;
    text-indent: 10px;
}

#hzpay ul {
    margin: 0 10px;
    text-align: left;
}

#hzpay li {
    display: inline-block;
    margin: 0 10px 0 0;
    border: 1px solid #92eeb2;
    padding: 6px 6px 6px 20px;
    position: relative;
    cursor: pointer;
}

#hzpay li i {
    position: absolute;
    left: 4px;
}

#hzpay li img {
    width: 16px;
    height: 16px;
}

.win_login img {
    width: 148px;
    height: 148px;
}

#hzlogin .layui-input {
    width: 56%;
    display: inline-block;
}

#hzlogin .login-button {
    position: relative;
}

#hzlogin .login-button .fa-copy {
    position: absolute;
    top:22px;
    right: 18px;
    cursor: pointer;
}

#hzlogin .login-button .layui-input {
    width: 92%;
    display: inline-block;
    margin: 10px;
    padding-right: 25px;
}

#hzlogin .sms-input {
    width: 100%!important;
    display: inline-block;
}

#hzlgsms .layui-row {
    margin: 10px;
}
#btn_bzqqnum{
    top: 7px;
    left: 210px;
    color:#ffcc00;
    padding:5px;
    cursor: pointer;
}
.bzqqtips{
    text-shadow: none;
    font-size: 12px;
    padding: 5px 0px;
    color: #ffcc00;
}
.qrbzqqnum{
    position: relative;
}
.qrbzqqnum input {
    color: #fff;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1em;
    text-indent: 35px;
    border-radius: 6px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.12);
    text-shadow: #000 0.1em 0.1em 0.1em;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%) inset !important;

}
.qrbzqqnum i{
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 14px 15px 13px 20px;
    left: 0;
}

.extend-link {
    min-width: 280px;
    position: relative;
    margin: 10px auto;
}

.extend-link a {
    top: 0;
    right: 0;
    background: none!important;
    position: absolute;
}

.huzan-login {
    margin: 20px 10px;
    background-image: url(../img/head.png);
    background-color: #fff;
    text-align: center;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 5px;
}

.hzqrcode .huzan-login img {
    margin: 16px auto;
    width: 170px;
    height: 170px;
    cursor: pointer;
}

.hzqrcode .huzan-login .login-tips {
    padding-top: 16px;
}

.hzqrcode .huzan-login .login-container {
    position: relative;
}

.hzqrcode .huzan-login .login-container .mask {
    position: absolute;
    width: 170px;
    height: 170px;
    background-color: rgba(255, 255, 255, 1);
    top: 50px;
    left: calc(50% - 85px);
    line-height: 170px;
}

.hzqrcode .huzan-login .login-container .mask i {
    font-size: 3em;
}

.huzan-login .login-container {
    width: 80%;
    margin: 10px auto;
}

.huzan-login .login-container form ul li {
    position: relative;
    margin-top: 20px;
    text-shadow: #000 0.1em 0.1em 0.1em;
}

.huzan-login .login-container form ul li i.layui-icon {
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 14px 15px 13px 20px;
    left: 0;
}

.huzan-login .login-container form h2 {
    color: #fff;
    padding: 20px 0 0;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 3px;
    text-shadow: #000 0.05em 0.05em 0.05em;
}

blockquote.huzan-tips {
    margin: 20px 10px;
}

.huzan-login .login-container form ul li button {
    color: #333 !important;
    height: 45px !important;
    background: #fff !important;
    border-radius: 4px !important;
    letter-spacing: 1px !important;
    box-shadow: 0 15px 30px 0 hsla(0, 0%, 100%, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.huzan-login .full-width {
    width: 100% !important;
}

.login-container form ul li input:hover, .login-container form ul li input:focus, .login-container form ul li input:active, .login-container form ul li input:-webkit-autofill, .login-container form ul li input:-webkit-autofill:hover, .login-container form ul li input:-webkit-autofill:focus, .login-container form ul li input:-webkit-autofill:active {
    text-shadow: #000 0.1em 0.1em 0.1em;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition-delay: 9999s !important;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
}

.login-container form ul li input {
    color: #fff;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1em;
    text-indent: 35px;
    border-radius: 6px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.12);
    text-shadow: #000 0.1em 0.1em 0.1em;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
}

.hzb-nologin {
    height: calc(100vh - 44px);
    margin: 0!important;
    font-size: 3em;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

#onekey_sign ul {
    margin: 0 10px 5px;
}

#onekey_sign li {
    font-size: 1em;
    line-height: 2;
    border-bottom: 1px solid #eee;
}

.ani_dot {
    font-family: simsun;
}

:root .ani_dot {
    display: inline-block;
    width: 1.5em;
    vertical-align: bottom;
    overflow: hidden;
}

@-webkit-keyframes dot {
    0% {
        width: 0;
        margin-right: 1.5em;
    }
    33% {
        width: .5em;
        margin-right: 1em;
    }
    66% {
        width: 1em;
        margin-right: .5em;
    }
    100% {
        width: 1.5em;
        margin-right: 0;
    }
}

.ani_dot {
    -webkit-animation: dot 3s infinite step-start;
}

@keyframes dot {
    0% {
        width: 0;
        margin-right: 1.5em;
    }
    33% {
        width: .5em;
        margin-right: 1em;
    }
    66% {
        width: 1em;
        margin-right: .5em;
    }
    100% {
        width: 1.5em;
        margin-right: 0;
    }
}

.ani_dot {
    animation: dot 3s infinite step-start;
}

.flow-default {
    border-bottom: 1px solid #ccc;
}

.flow-default li {
    display: inline-grid;
    margin: 0 1px;
    font-size: 12px;
    margin-bottom: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 6px 0;
}

.flow-default li:nth-child(1) {
    width: 25%;
}

.flow-default li:nth-child(2) {
    width: 52%;
}

.flow-default li:nth-child(3) {
    width: 20%;
}
.querystate_list .flow-default li:nth-child(1) {
    width: 25%;
}

.querystate_list .flow-default li:nth-child(2) {
    width: 32%;
}

.querystate_list .flow-default li:nth-child(3) {
    width: 20%;
}
.querystate_list .flow-default li:nth-child(4) {
    width: 20%;
}
.flaw-ranking{
    font-size: 12px;
}
.ss-slider{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.ss-slider>div .layui-slider-wrap{
   display: none;
}
#slidedSs .layui-slider-input{
   width:100px;
}
.hz-state{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
.hz-state .account{
    width:26%;
}
.hz-state .selecttype{
    width:36%;
    margin-right:10px;
}
.sample-body{
    max-width: 360px;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto!important;
}
.layui-layer-content .extend-link a{
    background: #eee!important;
}
@media screen and (min-width: 768px) {
    .tool-box .layui-col-sm2 {
        width: 20% !important;
    }
}