/*
* @Author: jsb
* @Date:   2019-12-20 16:08:25
* @Last Modified by:   lovenLiu
* @Last Modified time: 2023-12-15 22:26:20
*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
}

body {
    min-height: 100%;
    background-size: cover;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-image: url("../images/bg/bg1.jpg");
}

p {
    margin: 0;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-small {
    font-size: small !important;
}

.font-smaller {
    font-size: smaller !important;
}

.font-gray {
    color: grey;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.container {
    padding-bottom: 15px;
}

.container .container-left {
    width: 240px;
    float: left;
}

.container .container-right {
    width: calc(100% - 255px);
    float: right;
}

.container .top_title {
    font-size: 16px;
    overflow: hidden;
    line-height: 44px;
    padding: 8px 15px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
}

.container .top_title small {
    color: #666;
}

.pagination-box {
    width: 100%;
    margin: 0;
    padding: 5px 0 20px;
    background-color: #FFFFFF;
    /*border-top: 1px solid #DEDEDE;*/
}

.pagination-box.no-border {
    border: none;
    padding: 10px 0;
}

.pagination-box .pagination {
    display: table;
    margin: 0 auto;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 18px;
}

.pagination-box .pagination > .active > span {
    background-color: #009999;
    border-color: #009999;
    color: #FFFFFF;
}

.pagination-box .pagination > li > a, .pagination-box .pagination > li > span {
    color: #009999;
}

.pagination-box .empty_tip {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #C3BFBF;
    width: 100%;
}

.pagination-box .pagination_mobile {
    text-align: center;
    font-size: 14px;
    margin: 8px 0;
}

.pagination-box .pagination_mobile a {
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 10px 24px;
    margin: 0 6px;
}

.error_box {
    background-color: #FFFFFF;
}

.error_box .img-box {
    padding: 20px 0;
    text-align: center;
}

.error_box .img-box img {
    width: 380px;
}

.error_box .msg-box {
    font-family: 'Raleway', sans-serif;
    padding: 0 0 60px;
    text-align: center;
    font-size: 24px;
}

.container.mobile {
    padding: 0;
}

.container .main-box {
    margin-bottom: 15px;
    background-color: #FFFFFF;
}

.container .main-box .app-name {
    padding: 20px 0 10px;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    font-weight: 400;
    color: #3cc51f;
}

.container .main-box .app-desc {
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
}

.container .main-box .nav-list {
    margin: 0 15px;
    text-align: center;
    line-height: 38px;
}

.container .main-box .nav-list .nav-item {
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.container .main-box .nav-list .nav-item:last-child {
    border-right: 0;
}

.container .main-box .nav-list .nav-item .link-name {
    /*display: none;*/
}

.container .main-box .nav-list .nav-item.active {
    /*display: inherit;*/
    color: #009999;
}

.go-home, .go-search {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: #009999;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    opacity: 0.8;
}

.go-msg-board {
    position: fixed;
    bottom: 110px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: #009999;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    opacity: 0.8;
}

.go-back-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: calc(50% - 640px);
    width: 42px;
    height: 42px;
    background: #009999;
    border-radius: 6px;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    display: none;
}

.go-back-top i {
    position: relative;
    left: 1px;
}

.watermark {
    /*background-image: url(../images/watermark.png);*/
}

.empty-box {
    text-align: center;
    padding: 50px 0 10px;
}

.empty-box img {
    width: 120px;
}

.empty-box p {
    margin-top: 5px;
    line-height: 44px;
    color: #C3BFBF;
    font-size: 15px;
}

.primary {
    color: #009999;
}

/*镜像水平翻转*/
.mirror-horizontal {
    transform: scaleX(-1);
}

/*镜像垂直翻转*/
.mirror-vertical {
    transform: scaleY(-1);
}

/*镜像水平+垂直翻转*/
.mirror-both {
    transform: scaleX(-1) scaleY(-1);
}
