.read-item {
    margin-top: .3rem !important;
}

.container-before {
    width: 6rem;
}

.login-form {
    width: 100%;
}

.shiwai-title h1 i {
    color: #2190F9FF;
}

.shiwai-title p:nth-child(2) {
    margin-top: 40px;
}

.shiwai-title a {
    margin-top: 40px;
}

.read-item .check-div {
    display: inline-block;
}

.shiwais3-logo {
    display: flex;
    position: absolute;
    width: 196px;
}

.shiwais3-logo img {
    width: 90%;
    height: 60px;
    margin: 0;
}

.menu-top:nth-of-type(1){
    margin-top: 100px !important;
}

.el-aside {
    z-index: 1111;
    overflow: unset !important;
}

@media (max-width: 768px) {
    .container-before {
        width: 100%;
    }
    .menu-top:nth-of-type(1) {
        margin-top: 5vw !important;
    }
    /*子页面bug修复 star*/
    .product-tab-list .pro-tab-item {
        height: 40px !important;
        padding: 0 24px !important;
        font-size: 15px !important;
    }

    .main-card-table {
        width: 643px !important;
    }

    .attestation-text {
        margin-left: 10px !important;
        font-size: 14px !important;
    }

    .money .tx-list {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 500;
        margin-left: 0.06rem;
        color: #0058ff;
        cursor: pointer;
    }

    .money .tx-list {
        font-size: 12px !important;
    }

    .btn-tx,
    .btn-cz {
        height: 30px !important;
        width: 60px !important;
        font-size: 14px !important;
    }

    .el-tabs__item {
        font-size: 18px !important;
        margin-bottom: 3px !important;
        margin-top: 1px !important;
    }

    .main-card .content-table .content_searchbar .left-btn {
        width: 81px !important;
        height: 35px !important;
    }

    .main-card .content-table .content_searchbar {
        justify-content: flex-start !important;
    }

    .main-card .main-card-content .content-item {
        width: 90% !important;
        border-radius: 4px !important;
        margin-bottom: 20px !important;
        padding-bottom: 50px !important;
    }

    .main-card .main-card-content {
        justify-content: center !important;
    }

    .main-card .main-card-top ul li {
        font-size: 15px !important;
    }

    .main-card .main-card-content .content-item .content-item-title {
        font-size: 20px !important;
    }

    .main-card .main-card-content .content-item .content-item-link .link-item {
        font-size: 14px !important;
        margin-top: 20px !important;
        padding-left: 18px !important;
    }

    .main-card .content_searchbar .new-ticket-btn {
        width: 88px !important;
    }

    .main-card .content_searchbar .new-ticket-btn {
        height: 40px !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        line-height: 40px !important;
    }

    .main-card .content_searchbar .searchbar .el-button {
        height: 40px !important;
    }

    .search-btn {
        height: 40px !important;
        border-radius: 4px !important;
        font-size: 14px !important;
    }

    /*子页面bug修复 end*/
    .header-left img {
        /* width: 15vw; */
    }

}