body {
    background-color: #cccccc !important;
    overflow: auto;
}

.top-bar {
    background-color: #f8f8f8;
    border-bottom: 1px #e8e8e8 solid;
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-size: 14px;
}

.top-bar-left {
    float: left;
    margin-left: 20px;
}

.content-navi .logo {
    height: 100%;
}

.top-bar-right {
    float: right;
    margin-right: 60px;
}

.top-bar li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
}

.top-bar a {
    color: #585858;
}

.top-bar span {
    padding: 0 10 0 10;
}

.content-navi,
.content-view {
    padding-top: 0;
    padding-right: 15%;
    padding-bottom: 0;
    padding-left: 15%;
    background-color: transparent;
}

.content-navi {
    background-color: white;
    height: 60px;
}

.content-navi-inner {
    background-color: white;
    height: 60px;
}

.content-navi .logo {
    float: left;
}

.content-navi .tab {
    float: right;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.tab-item {
    list-style-type: none;
    display: inline-block;
    width: 100px;
    height: 60px;
    text-align: center;
    border-top: 4px solid;
    border-top-color: white;
    border-bottom: 4px solid;
    border-bottom-color: white;

}

.content-navi .tab .tab-item a {
    color: #585858;
    text-decoration: none;
}


.tab-active {
    font-weight: 600;
    border-bottom-color: #2286D2 !important;
}

.content {
    width: 100%;
    overflow: auto;
}

.carousel-inner img {
    width: 100%;
    height: 20vw;
}

.content-section {
    background-color: white;
}

.tab-content {
    padding: 10px;
}

.news {
    padding: 5px;
}

.news-item {
    width: 25%;
    float: left;
    padding: 5px;
}

.news-content {
    padding: 10px 10px;
    border: 1px solid #ccc;
    height: 320px;
}

.news-item .news-item-img {
    width: 100%;
    height: 10vw;
}

.news-item .news-item-img>img {
    width: 100%;
    height: 100%;
}

.news-item-title {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: normal;
    margin-bottom: 5px;
}

.news-item-content {
    width: 100%;
    font-size: 14px;
    height: calc(100% - 60px - 10vw);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    word-break: normal;
}

.ellipsis {
    position: relative;
}

.ellipsis::before {
    content: '...';
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 1.5em;
    padding-left: 3px;
    box-sizing: border-box;
    background-color: white;
}

.ellipsis::after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: white;
}

.footer {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 50px;
}

.footer a {
    color: #585858;
}

.footer a:hover {
    color: #585858;
}

.footer a:active {
    color: #585858;
}

.modal-dialog-c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.reg-items {
    font-size: 14px;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

.reg-items-right-border {
    border-right: 1px dashed #cccccc;

}

.vip-intro {
    width: 150px;
    float: left;
}

.reg-items div {
    padding: 5px 20px;
}

.reg-items input {
    border: 1px #aaa solid;
    height: 30px;
    padding: 5px;
    outline: none;
    border-radius: 4px;
}

.reg-items .item-label {
    width: 80px;
    height: 30px;
    text-align: right;
    margin-right: 10px;
}

.modal-title {
    font-size: 16px;
    font-weight: bold;
}

.btn {
    height: 30px !important;
    padding: 0px 10px !important;
    font-size: 14px !important;
}

.agree-protocol {
    font-size: 12px;
    text-align: center;
    height: 20px;
    padding: 10px 0;
    line-height: 20px;
    margin-top: 20px;
}

.user-type {
    font-size: 12px;
    text-align: center;
    height: 20px;
    padding: 10px 0;
    line-height: 20px;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

.vip-intro {
    font-size: 12px;
    padding: 5px;
    line-height: 22px;
    margin-right: 20px;
}

.modal-dialog {
    max-width: none !important;
}

.for-label {
    vertical-align: middle;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.vip-news {
    padding: 0 5px;
}

.vip-news-item {
    width: 100%;
    height: auto;
    padding: 5px;
}

.vip-news-content {
    padding: 10px;
    border: 1px solid #ccc;
}

.vip-news-item-img {
    width: 20%;
    float: left;
    margin-right: 10px;
}

.vip-news-item-right {
    float: right;
    width: calc(80% - 20px);
}

.vip-news-item .vip-news-item-img>img {
    width: 100%;
    height: 100%;
}

.vip-news-item-title {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    text-overflow: ellipsis;
}

.vip-news-item-content {
    width: 100%;
    font-size: 14px;
    height: calc(100% - 160px - 10vw);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.welcome-vip {
    font-size: 12px;
    padding: 10px;
}

.vip-guide
{
    font-size: 13px;
    color: coral;
    margin-bottom: 10px;
    text-align: center;
}

.dialog-protocol {
    width: 100%;
    height: 50px;
    overflow: auto;
}

.fee-detail-buttons
{
    float: right;
}

.fee-detail-buttons .a-scan-item
{
    float: none;
    margin-right: 10px;
}

.fee-detail-buttons .a-fee-item
{
    float: none;
}

.fee-qrcode
{
    margin-top: 20px;
    width: 300px;
    height: 300px;
}

.fee-qrcode-div
{
    text-align: center;
}

.fee-qrcode-intro
{
    width: 400px;
}