﻿body {
    padding-top: 0;
    background-color: #F1F2F7;
}

.user-info {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3291F8;
    color: #fff;
}

.user-info p {
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    font-size: 18px;
}

.qrCode {
    color: #fff;
    margin-right: 10px;
    line-height: 50px;
}

.qrCode img {
    width: 22px;
}

#imgHead {
    display: block;
    float: right;
    width: 85px;
}

#userInfo {
    line-height: 28px;
}

#divCreateReport:hover {
    cursor: pointer;
}

#divSearchReport:hover {
    cursor: pointer;
}

#divSearch {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -18px;
}

#divSearch input {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: none;
    height: 40px;
}

#divSearch input:focus {
    border-color: #ccc;
    box-shadow: none;
}

#divSearch span {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    border-left: none;
}

#divSearch span i {
    font-size: 16px;
    color: #3291F8;
}

#divPingGu {
    margin-top: 10px;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 5px;
}

#divPingGu div.vLine {
    border-left: 1px solid #ECECEC;
    padding-left: 25px;
}

#divPingGu div.vLine img {
    width: 45px;
}

#divPingGu div.vLine div.row {
    cursor: pointer;
}

#divPingGu p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#divPingGu span {
    font-size: 12px;
    color: #977E7A;
}

.shangjianEvent {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.shangjianEvent img {
    width: 100%;
    border-radius: 5px;
}

#bannerContainer {
    margin-top: 15px;
}

.banner {
    border-radius: 5px;
}

@media (max-width: 440px) {
    .logo img {
        width: 100%;
    }
}

.button-table {
    margin: 0 auto;
    margin-top: 30px;
}

.button-table button {
    margin-left: 5px;
    margin-right: 5px;
}

.block {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: nowrap;
    padding: 15px;
}

.block div {
    text-align: center;
    width: 20%;
    font-size: 12px;
}

.block a {
    text-decoration: none;
    color: #000;
}

#blockContainer {
    margin-top: 20px;
}

.newsBox {
    padding: 0 15px;
    color: rgb(122, 122, 122);
    font-family: PingFangSC;
}

.newsBoxLeft {
    padding-right: 4px;
    margin-top: 10px;
}

.newsBoxRight {
    padding-left: 4px;
    margin-top: 10px;
}

.newsItem {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
}

.newsItem img {
    width: 100%;
    border-radius: 5px;
}

.newsTitle {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

.newsInfo {
    font-size: 10px;
    padding-top: 0px;
    padding-left: 10px;
}

.newsHot {
    padding-top: 10px;
    font-size: 10px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

.newsMoney {
    padding-top: 10px;
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
}

.line-price {
    color: #b2b2b2;
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 10px;
}

.modal {
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #3291F8;
}

.modal-header {
    border-bottom: none;
}

.modal-header button {
    color: #fff;
}

.modal-footer {
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-body {
    text-align: center;
}

.modal-body .row div {
    line-height: 40px;
    font-size: 20px;
}

.modal-dialog {
    margin-top: -260px;
}

.btn-default:focus {
    background-color: #3291F8;
}

.signIn {
    color: #3291F8;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #3291F8;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    line-height: 20px;
}

#btnJoinGroup .row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

#btnJoinGroup span {
    width: 100%;
}

#btnOpenVIP {
    background-color: #3291F8;
    border: 1px solid white;
    border-radius: 14px;
    color: white;
    line-height: 24px;
    /*width: 75px;*/
    font-size: 12px;
}

.userInfoBlock {
    display: flex;
    padding: 15px 15px 15px 15px;
}

.blockItem {
    flex: 1;
    text-align: center;
}

.blockItem p {
    font-size: 24px;
    margin-bottom: 0;
}

#userAuth {
    margin-bottom: 0;
}

#divContract p {
    margin: 5px 0;
    line-height: 20px;
}

h2 {
    font-size: 24px;
    text-align: center;
}

#spanRegisterCount {
    font-size: 36px;
}

#divRegisterCount {
    position: fixed;
    font-size: 30px;
    font-weight: 700;
    color: #D02F23;
    left: 142px;
    top: 214px;
}