html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

p {
    padding: 0;
    margin: 0;
}

.hlsjy-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hlsjy-tab-view {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hlsjy-tab-view-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    position: relative;
}

.hlsjy-copyright {
    position: fixed;
    top: 8px;
    right: 8px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 6px 10px;
    font-size: 11px;
    color: #646566;
    line-height: 1.5;
}

.hlsjy-copyright p:first-child {
    font-size: 12px;
    font-weight: bold;
}

.hlsjy-tab-view-item img {
    height: 100%;
}

.hlsjy-tab-view-item::-webkit-scrollbar {
    display: none;
}

.hlsjy-tab-view-item-active {
    display: block;
    overflow: auto;
}

.hlsjy-tab-bar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}


.hlsjy-tab-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}

.hlsjy-tab-item-active {
    color: #00a8ff;
    position: relative;
}

.hlsjy-tab-item-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #00a8ff;
}

.hlsjy-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.hlsjy-actionsheet {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 45%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hlsjy-actionsheet-title {
    padding: 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #323333;
}

.hlsjy-actionsheet-title p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0;
}

.hlsjy-actionsheet-title span {
    color: #d7dadb;
    font-size: 20px;
    font-weight: normal;
}

.hlsjy-actionsheet-content {
    padding: 0 12px 20px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    font-size: 16px;
    color: #646566;
    text-align: justify;
}

.hlsjy-actionsheet-menu {
    background-color: #00a8ff;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.hlsjy-badge {
    position: absolute;
    top: 50px;
    left: 500px;
    z-index: 9;
}

.hlsjy-badge-content {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ff4e00;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #fff;
}

.hlsjy-badge-arrow {
    position: absolute;
    left: 10px;
    bottom: -7px;
    z-index: 2;
    border-width: 10px 5px 0 5px;
    border-color: #ff4e00 transparent transparent transparent;
    border-style: solid;
}

.hlsjy-badge-arrow-border {
    position: absolute;
    left: 7px;
    bottom: -10px;
    z-index: 1;
    border-width: 10px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
}


.hlsjy-content {
    padding: 20px 12px;
    font-size: 16px;
    color: #646566;
    text-align: justify;
}

.hlsjy-content-header {
    color: #323332;
}

.hlsjy-content-title {
    margin: 10px 0;
    font-size: 16px;
    color: #323333;
    font-weight: bold;
}

.hlsjy-content-footer {
    padding-top: 20px;
    text-align: center;
    color: #ff4e00;
    line-height: 1.5;
}

.hlsjy-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hlsjy-loading-title {
    font-size: 18px;
    color: #323333;
    font-weight: bold;
    margin-top: 15px;
}

.hlsjy-loader:before,
.hlsjy-loader:after,
.hlsjy-loader {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: hlsjy-loader 1.8s infinite ease-in-out;
    animation: hlsjy-loader 1.8s infinite ease-in-out;
}

.hlsjy-loader {
    color: currentcolor;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -1em;
}

.hlsjy-loader:before {
    right: 100%;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.hlsjy-loader:after {
    left: 100%;
}

.hlsjy-loader:before,
.hlsjy-loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
}

@-webkit-keyframes hlsjy-loader {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 1em 0 -1em;
        box-shadow: 0 1em 0 -1em;
    }

    40% {
        -webkit-box-shadow: 0 1em 0 -.2em;
        box-shadow: 0 1em 0 -.2em;
    }
}

@keyframes hlsjy-loader {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 1em 0 -1em;
        box-shadow: 0 1em 0 -1em;
    }

    40% {
        -webkit-box-shadow: 0 1em 0 -.2em;
        box-shadow: 0 1em 0 -.2em;
    }
}