﻿html, body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, div, span, em, strong, table, thead, tbody, th, td, th, a, form, input, select, textarea {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal;
}
@font-face {
    font-family: "KaushanScript";
    src: url(/assets/fonts/KaushanScript-Regular.ttf);
}
@font-face {
    font-family: "Roboto Mono";
    src: url(/assets/fonts/RobotoMono-Bold.ttf);
    font-weight: bold;
}
body {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    /* font-family: "微软雅黑", "宋体"; */
    background: #f5f5f5;
}
.pc-style{
    font-family: "微软雅黑", Tahoma, Geneva, sans-serif, "宋体";
}
.mobile-style{
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", Tahoma, Geneva, sans-serif, "宋体";
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input {
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    outline: none;
}

textarea {
    color: #333333;
    font-size: 14px;
}

select {
    border: 1px solid #999999;
    color: #333333;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    vertical-align: top;
}


.page {
    text-align: center;
    padding: 20px 0px;
}

.page .page-total {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

.page .page-item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    margin: 2px;
    line-height: 30px;
    padding: 0px 10px;
    text-align: center;
}

.page .page-item:hover {
    border: 1px solid #0066cc;
    color: #0066cc;
}

.page .page-item.disabled,
.page .page-item.disabled:hover {
    opacity: 0.5;
    border: 1px solid #e5e5e5;
    color: #333333;
}

.page .page-item.selected, .page .page-item.selected:hover {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    /* border: 1px solid #2942fe;
    background: #0066cc;
    background: -webkit-linear-gradient(to right, #0066cc, #2942fe);
    background: linear-gradient(to right, #0066cc, #2942fe); */

    border: 1px solid #cc0000;
    background: #e53737;
    background: -webkit-linear-gradient(to right, #0066cc, #2942fe);
    background: linear-gradient(to right, #0066cc, #2942fe);
    color: #ffffff;
    margin: 2px;
    line-height: 30px;
    padding: 0px 10px;
}

.mask-loading {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

.mask-loading .mask-loading-tips {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.mask-loading .mask-loading-tips::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px auto 10px auto;
    background: url(/assets/static_new/img/courseMaker2-0.gif) center center no-repeat;
    background-size: 100% 100%;
}


.toast-mask {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.75);
}

.toast-box {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 12px;
    position: fixed;
    padding: 20px 10px;
    color: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5005;
    width: 120px;
    box-sizing: border-box;
}

.toast-box .toast-icon {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background: center center no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    overflow: hidden;
}

.toast-box .toast-text {
    display: block;
    text-align: center;
    padding-top: 5px;
}

.pc-style .user-base-info {
    background: #ffffff;
    margin-bottom: 15px;
}

.pc-style .user-base-info .user-base-info-inner {
    padding: 15px 0px;
    width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
}

.pc-style .user-base-info .user-head {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    float: left;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

.pc-style .user-base-info .user-head .user-head-img {
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}

.pc-style .user-base-info .user-head .user-head-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
}

.pc-style .user-base-info .user-head .user-head-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.pc-style .user-base-info .user-des {
    margin-left: 70px;
}

.pc-style .user-base-info .user-des .user-name {
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}

.pc-style .user-base-info .user-des .user-title {
    margin-bottom: 5px;
}

.pc-style .user-base-info .user-des .user-mobile {
    background: url(/assets/static_new/img/phone-icon-dark.png) left center no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
}

.pc-style .user-base-info .user-des .user-school {
    display: inline-block;
    background: url(/assets/static_new/img/school-icon-dark.png) left center no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
    margin-right: 2em;
}

.pc-style .user-base-info .user-des .user-major {
    display: inline-block;
    background: url(/assets/static_new/img/major-icon-dark.png) left center no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
    margin-right: 2em;
}
.pc-style .user-base-info .user-des .user-vip:empty{
    display: none;
}
.pc-style .user-base-info .user-des .user-vip {
    display: inline-block;
    background: url(/assets/static_new/img/vip-icon-dark.png) left center no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
    margin-right: 2em;
}
.pc-style .user-base-info .user-des .user-btns {
    /* padding-top: 10px; */
    display: inline-block;
}
.pc-style .user-base-info .user-des .user-btns .btn-refresh {
    background: url(/assets/static_new/img/vip-refresh-dark.png) left center no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
    margin-right: 2em;
}
.pc-style .user-base-info .user-des .user-btns .btn-edit {
    background: url(/assets/static_new/img/edit-icon.png) left center no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
}

.pc-style .main-nav {
    width: 200px;
    float: left;
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.pc-style .main-nav .nav-group {
    margin-bottom: 20px;
}

.pc-style .main-nav .group-title {
    font-size: 15px;
    font-weight: bold;
}

.pc-style .main-nav .group-content {
    overflow: hidden;
}

.pc-style .main-nav .group-content .nav-item {
    box-sizing: border-box;
    position: relative;
}

.pc-style .main-nav .group-content .nav-item .item-inner {
    display: block;
    position: relative;
    padding: 10px;
    line-height: 24px;
    font-size: 15px;
}

.pc-style .main-nav .group-content .nav-item .item-inner.selected {
    background: #01305f;
    color: #ffffff;
    border-radius: 8px;
    margin: 5px 0px;
    padding: 5px 10px;
}

.pc-style .main-nav .group-content .nav-item .item-inner.selected .item-icon img {
    filter: grayscale(100%) brightness(500%);
}

.pc-style .main-nav .group-content .nav-item .item-inner.selected::after {
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
}


/* .pc-style .main-nav .group-content .nav-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 1px;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    background: rgba(0, 0, 0, 0.1);
} */

.pc-style .main-nav .group-content .nav-item:last-child:before {
    display: none;
}



.pc-style .main-nav .group-content .nav-item .item-inner::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.pc-style .main-nav .group-content .item-icon {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0px 10px 0px 0px;
}

.pc-style .main-nav .group-content .item-icon img {
    width: 100%;
    height: 100%;
}







.pc-style .main-btn-container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-style .main-btn-container .btn-logout {
    /* border: 1px solid #01305f; */
    /* background: #f5f5f5; */
    color: #cc0000;
    font-size: 15px;
    display: block;
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
}

.pc-style .top-bar {
    background: #01305f center center repeat-x;
    background-size: auto 100%;
    color: #ffffff;
    height: 80px;
    position: relative;
}

.pc-style .top-bar .top-bar-logo {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 0px;
    width: 1200px;
    margin: 0px auto;

}

.pc-style .top-bar .top-bar-logo img {
    max-height: 100%;
}

.pc-style .top-bar .link-home {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    display: none;
}

.pc-style .top-bar .link-home::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #ffffff url(/assets/static_new/img/home-icon.png) center center no-repeat;
    background-size: 62% auto;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 10px;
}

.pc-style .tab-bar {
    /* display: flex; */
    background: #f5f5f5;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    font-size: 15px;
    border-radius: 8px;
}

/* .pc-style .tab-bar::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
} */

.pc-style .tab-bar .tab-item {
    /* flex: 1; */
    display: inline-block;
    vertical-align: bottom;
    padding: 0px 10px;
}

.pc-style .tab-bar .tab-item a {
    display: inline-block;
    position: relative;
}

.pc-style .tab-bar .tab-item .selected {
    color: #01305f;
    position: relative;
    font-weight: bold;
}

.pc-style .tab-bar .tab-item .selected::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 3px;
    background: #01305f;
}

.pc-style .sub-tab-bar {
    display: flex;
    /* background: #ffffff; */
    line-height: 26px;
    text-align: center;
    position: relative;
    /* padding: 8px 0px; */
    padding: 15px;
}

.pc-style .sub-tab-bar .tab-item {
    float: left;
    margin-right: 10px;
}

.pc-style .sub-tab-bar .tab-item a {
    display: inline-block;
    position: relative;
    padding: 0px 12px;
    border-radius: 100px;
    background: #f5f5f5;
}

.pc-style .sub-tab-bar .tab-item .selected {
    color: #ffffff;
    background: #01305f;

}

.pc-style .empty {
    text-align: center;
    padding: 20px;
    color: #888888;
}

.pc-style .empty::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 10px auto;
    background: url(/assets/static_new/img/empty.png) center center no-repeat;
    background-size: cover;
}

.pc-style .page-body {
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 80px;
}

.pc-style .page-body-main {
    margin-left: 215px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px 20px;
}

.pc-style .page-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


.pc-style .iframe-upload-pic {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.pc-style .dialog-box {
    padding: 20px;
    position: relative;
    display: none;
}

.pc-style .dialog-box .operation-tips {
    color: #e53737;
    border-radius: 5px;
    background: #ffffcc;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px 0px;
}

.pc-style .dialog-box .dialog-mask-loading {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75) url(/assets/static_new/img/loading_white.gif) center center no-repeat;
    display: none;
}

.pc-style .dialog-box .dialog-mask-loading .text {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    padding-top: 40px;
}

.pc-style .dialog-iframe-box {
    padding: 0px;
}


.pc-style .pagination-box {
    text-align: center;
    padding: 20px 0px;
}

.pc-style .pagination-box .pagination .Page a {
    display: inline-block;
    border-radius: 4px;
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 4px;
    margin: 0px 5px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-style .pagination-box .pagination .Page a:hover {
    border: 1px solid #0066cc;
    color: #0066cc;
}

.pc-style .pagination-box .pagination .Page .Selected,
.pc-style .pagination-box .pagination .Page .Selected:hover {
    color: #ffffff;
    background: #e53737;
    border: 1px solid #e53737;
}
.pc-style .copy-right{
    text-align: center;
}
.pc-style .copy-right .copy-right-inner{
    width: 1120px;
    margin: 0px auto;
    padding: 50px 0px;
}
.mobile-style {
    padding-top: 50px;
}

.mobile-style .page-body {
    padding-bottom: 80px;
}
.mobile-style .user-base-info {
    background: #01305f;
    color: #ffffff;
    display: none;
}

.mobile-style .user-base-info .user-base-info-inner {
    padding: 16px 16px 48px 16px;
}

.mobile-style .user-base-info .user-head {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    float: left;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

.mobile-style .user-base-info .user-head .user-head-img {
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

.mobile-style .user-base-info .user-head .user-head-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
}

.mobile-style .user-base-info .user-des {
    margin-left: 70px;
}

.mobile-style .user-base-info .user-des .user-name {
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}

.mobile-style .user-base-info .user-des .user-mobile {
    background: url(/assets/static_new/img/phone-icon.png) left center no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
}

.mobile-style .user-base-info .user-des .user-title {
    margin-bottom: 5px;
}

.mobile-style .user-base-info .user-des .user-school {
    background: url(/assets/static_new/img/school-icon.png) left 4px no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
    margin-bottom: 5px;
}

.mobile-style .user-base-info .user-des .user-major {
    background: url(/assets/static_new/img/major-icon.png) left 4px no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
    margin-bottom: 5px;
}
.mobile-style .user-base-info .user-des .user-vip:empty{
    display: none;
}
.mobile-style .user-base-info .user-des .user-vip {
    background: url(/assets/static_new/img/vip-icon.png) left 4px no-repeat;
    background-size: 1em auto;
    padding-left: 1.5em;
    margin-bottom: 5px;
}
.mobile-style .user-base-info .user-des .user-btns {
    display: none;
}

.mobile-style .main-nav {
    display: none;
}

.mobile-style .main-nav .nav-group {
    margin: 0px 16px 16px 16px;
}

.mobile-style .main-nav .user-home-nav {
    display: none;
}

.mobile-style .main-nav .group-title {
    font-size: 15px;
    padding: 0px 5px 5px 5px;
    font-weight: bold;
}

.mobile-style .main-nav .group-content {
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}

.mobile-style .main-nav .group-content .nav-item {
    flex: 1;
    min-width: 25%;
    max-width: 25%;
    text-align: center;
    box-sizing: border-box;
}

.mobile-style .main-nav .group-content .nav-item .item-inner {
    display: block;
    font-size: 13px;
    padding: 5px 0px;
}

.mobile-style .main-nav .group-content .item-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0px auto 5px auto;
    box-sizing: border-box;
    padding: 2px;
}

.mobile-style .main-nav .group-content .item-icon img {
    width: 100%;
    height: 100%;
}

.mobile-style .main-nav .row-list {
    padding: 0px;
}

.mobile-style .main-nav .row-list .nav-item {
    flex: none;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
    overflow: hidden;
    zoom: 1;
    position: relative;
    padding: 0px;

}

.mobile-style .main-nav .row-list .nav-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 1px;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    background: rgba(0, 0, 0, 0.1);
}

.mobile-style .main-nav .row-list .nav-item:last-child:before {
    display: none;
}

.mobile-style .main-nav .row-list .nav-item .item-inner {
    display: block;
    position: relative;
    padding: 10px;
    line-height: 24px;
    font-size: 15px;
}

.mobile-style .main-nav .row-list .nav-item .item-inner::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mobile-style .main-nav .row-list .nav-item .item-icon {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0px 10px 0px 0px;
}

.mobile-style .main-btn-container {
    padding: 16px 16px 32px 16px;
    display: none;
}

.mobile-style .main-btn-container .btn-logout {
    border: 1px solid #01305f;
    background: #01305f;
    color: #ffffff;
    font-size: 15px;
    display: block;
    border-radius: 8px;
    line-height: 44px;
    text-align: center;
}

.mobile-style .top-bar {
    background: #01305f;
    color: #ffffff;
    height: 50px;
    position: relative;
    padding-right: 60px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
}

.mobile-style .top-bar .top-bar-logo {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
}

.mobile-style .top-bar .top-bar-logo img {
    max-height: 100%;
}

.mobile-style .top-bar .link-home {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
}

.mobile-style .top-bar .link-home::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #ffffff url(/assets/static_new/img/home-icon.png) center center no-repeat;
    background-size: 62% auto;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 10px;
}

.mobile-style .tab-bar {
    display: flex;
    background: #ffffff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    font-size: 15px;
}

.mobile-style .tab-bar::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .tab-bar .tab-item {
    flex: 1;
}

.mobile-style .tab-bar .tab-item a {
    display: inline-block;
    position: relative;
}

.mobile-style .tab-bar .tab-item .selected {
    color: #01305f;
    position: relative;
    font-weight: bold;
}

.mobile-style .tab-bar .tab-item .selected::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 3px;
    background: #01305f;
}




.mobile-style .sub-tab-bar {
    display: flex;
    /* background: #ffffff; */
    line-height: 26px;
    text-align: center;
    position: relative;
    /* padding: 8px 0px; */
    padding: 10px 16px;
}

.mobile-style .sub-tab-bar .tab-item {
    float: left;
    margin-right: 10px;
}

.mobile-style .sub-tab-bar .tab-item a {
    display: inline-block;
    position: relative;
    padding: 0px 12px;
    border-radius: 100px;
    background: #ffffff;
}

.mobile-style .sub-tab-bar .tab-item .selected {
    color: #ffffff;
    background: #01305f;

}

.mobile-style .empty {
    text-align: center;
    padding: 20px;
    color: #888888;
}

.mobile-style .empty::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 10px auto;
    background: url(/assets/static_new/img/empty.png) center center no-repeat;
    background-size: cover;
}

.mobile-style .page-title {
    display: none;
}


.mobile-style .pagination-box {
    text-align: center;
    padding: 20px 0px;
}

.mobile-style .pagination-box .pagination .Page a {
    display: inline-block;
    border-radius: 4px;
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 4px;
    margin: 0px 5px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style .pagination-box .pagination .Page a:hover {
    border: 1px solid #0066cc;
    color: #0066cc;
}

.mobile-style .pagination-box .pagination .Page .Selected,
.mobile-style .pagination-box .pagination .Page .Selected:hover {
    color: #ffffff;
    background: #e53737;
    border: 1px solid #e53737;
}

.mobile-style .copy-right{
    text-align: center;
}
.mobile-style .copy-right .copy-right-inner{
    margin: 0px auto;
    padding: 50px 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.page-data-loading {
    text-align: center;
    padding: 50px 0px;
}

.page-data-loading::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px auto 10px auto;
    background: url(/assets/static_new/img/loading_dark.gif) center center no-repeat;
    background-size: 100% 100%;
}

