* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

ul, li {
    list-style-type: none;
}

body {
    background: #f9f9faff;
    font-family: "PingFang SC";
}

input, select, textarea {
    outline: none;
}

select {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
}

.font-shsc {
    font-family: "Source Han Sans CN" !important;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    width: 6px;
    background: #101f1c1a;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .5);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .3s;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}

/*滚动条*/

/*通用盒子*/
.website-content-box {
    width: 100%;
}

.website-content {
    max-width: 1200px;
    margin: 0 auto;
}

.website-title {
    padding-left: 8px;
    border-left: 4px solid #063c92ff;
    color: #000000db;
    font-size: 20px;
    font-weight: 700;
    font-family: "Source Han Sans CN";
}

/*通用盒子*/

/*查看更多*/
.more-box {
    display: flex;
    align-items: center;
    color: #00000099;
    font-size: 14px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
}

.more-box img {
    width: 16px;
    height: 16px;
}

/*查看更多*/

/*标题*/
.module-title {
    color: #000000ff;
    font-size: 28px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
}

.module-line-title {
    color: #000000db;
    font-size: 20px;
    font-weight: 700;
    font-family: "Source Han Sans CN";
    display: flex;
    align-items: center;
}

.module-line {
    width: 4px;
    height: 16px;
    opacity: 1;
    background: #063c92ff;
    margin-right: 8px;
}

/*标题*/

.header-box {
    height: 64px;
    background: #053B91;
}

.header {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left a.header-left-item {
    opacity: 0.8;
    color: #ffffffff;
    font-size: 18px;
    font-weight: 400;
}

.header-left a.header-left-item:nth-child(2) {
    margin-left: 32px;
}

.header-left-pe {
    display: none;
}

.header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-middle a {
    color: #ffffffdb;
    font-size: 18px;
    font-weight: 400;
    margin: 0 16px;
}

.header-right a {
    color: #ffffffdb;
    font-size: 18px;
    font-weight: 400;
    margin-left: 32px;
}

.header-right a.h-register {
    border-radius: 42px;
    background: #ffffffff;
    color: #063C92;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 16px;
}

.header-active {
    opacity: 1;
    color: #ffffffff;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid;
}

.top-nav-box {
    background: #ffffffff;
    min-height: 164px;
}

.top-nav {
    height: 100%;
    margin: 0 auto;
}

.top-nav-up, .top-nav-up-left {
    display: flex;
    align-items: center;
}

.top-nav-up {
    justify-content: space-between;
}

.top-nav-up-jcs {
    justify-content: start;
}

.top-nav-up-left img {
    margin: 16px;
    max-height: 80px;
}

.app-name a {
    color: #000000db;
    font-size: 24px;
    font-weight: 600;
}

.top-nav-up-middle {
    margin-left: 100px;
}

.mobile-top-nav-up-middle {
    display: none;
}

.lawyer-title {
    color: #000000ff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.lawyer-nav-box {
    display: flex;
    margin-top: 13px;
    align-items: center;
}

.lawyer-nav-item {
    margin: 0 16px;
}

.lawyer-nav-item:first-child {
    margin-left: 0;
}

.lawyer-nav-item:last-child {
    margin-right: 0;
}

.lawyer-nav-item-line {
    width: 1px;
    height: 16px;
    background: #0000004d;
    margin: 0;
}

.top-nav-up-right {
    display: flex;
}

.top-nav-up-right div {
    padding: 0 16px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
}

.top-nav-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.top-nav-up-right a {
    color: #063c92ff;
}

.top-nav-up-right div:last-child {
    padding-right: 0;
}

.top-nav-line {
    width: 30px;
    height: 4px;
}

.top-nav-line-active {
    background: #063c92ff;
}

.top-nav-down {
    padding: 24px 0;
    word-wrap: break-word;
    word-break: normal;
}

.mobile-top-nav {
    display: none;
    padding: 16px;
    background: #f9f9faff;
}

.top-nav-down a, .mobile-top-nav a {
    display: inline-block;
    color: #000000db;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    padding-right: 10px;
    border-right: 1.5px solid #000000db;
    margin-bottom: 10px;
}

.top-nav-down a:last-child, .mobile-top-nav a:last-child {
    border: none;
}

.statement {
    color: #00000099;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-align: center;
    margin-bottom: 40px;
}

.footer {
    min-height: 200px;
    background: #393e45ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    text-align: center;
    color: #ffffffff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
}

.footer-content a {
    color: #ffffffff;
    font-size: 12px;
    font-weight: 400;
}

.footer-content div {
    margin-top: 16px;
}

.links-box {
    min-height: 56px;
    display: flex;
    background: #2b2c2dff;
    justify-content: center;
    align-items: center;
    color: #ffffffff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
}

.links-label {
    flex: none;
}

.links {
    word-wrap: break-word;
    word-break: normal;
}

.links-box a {
    color: #ffffffff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    margin-right: 10px;
}

/*提问*/
.consult-box {
    width: 432px;
    height: 423px;
    padding: 20px;
}

.consult-item {
    margin-top: 16px;
    width: 100%;
}

.consult-item label {
    display: block;
    color: #00000099;
    font-size: 14px;
    font-weight: 400;
}

.consult-item input, .consult-item select, .consult-item textarea {
    width: calc(100% - 24px);
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #d9d9d9ff;
    background: #ffffffff;
    padding: 7px 12px;
}

.consult-item select {
    width: 100%;
    padding: 6px 12px;
}

.consult-item textarea {
    height: 106px;
}

.consult-item input::placeholder, .consult-item select::placeholder, .consult-item textarea::placeholder {
    margin-top: 8px;
    color: #d7d7d7ff;
    font-size: 14px;
    font-weight: 400;
}

.consult-item-multi {
    display: flex;
}

.consult-item-multi .consult-item:first-child {
    margin-right: 32px;
    width: calc(100% - 32px);
}

.consult-button {
    width: 100%;
    margin-top: 24px;
    border-radius: 4px;
    opacity: 1;
    background: #dbdee2ff;
    color: #ffffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 9px 0;
    cursor: not-allowed;
    border: none;
}

.consult-button-active {
    background: #063c92ff;
    cursor: pointer;
}

/*提问*/

/*历史提问*/
.quiz-item {
    border-bottom: 1px solid #e5e5e5ff;
    margin-top: 20px;
    padding-bottom: 19px;
}

.quiz-bottom-box, .quiz-bottom-box div {
    display: flex;
    align-items: center;
}

.quiz-item-user img, .quiz-item-reply img.avatar {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.social-share .icon-wechat .wechat-qrcode .qrcode img {
    width: 100px;
    height: 100px;
}

.quiz-item-title {
    display: flex;
    align-items: flex-start;
}

.quiz-item-title img {
    width: 24px;
    height: 24px;
}

.quiz-item-reply {
    margin-top: 17px;
}

.quiz-item-reply img, .quiz-item-reply video, .reply-content img, .reply-content video {
    max-width: 100% !important;
    max-height: 100% !important;
}

.quiz-item-user img {
    width: 24px;
    height: 24px;
    border-radius: 45px;
}

.quiz-item span {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

/*历史提问*/

/*分页*/
.pagination {
    display: flex;
}

.pagination-item {
    border-radius: 2px;
    opacity: 1;
    border: 1px solid #d9d9d9ff;
    background: #ffffffff;
    color: #595959ff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.pagination-item-none {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #595959ff;
}

.pagination-item-none:hover {
    border: 1px solid #d9d9d9ff !important;
}

.pagination-item-active {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffffff;
    width: 30px;
    height: 30px;
    background: #063c92ff;
    border: 1px solid #063c92ff;
}

.pagination-item-active:hover {
    color: #ffffffff !important;
}

.pagination-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #595959ff;
}

.pagination-item:hover {
    color: #063c92;
    border: 1px solid #063c92ff;
}

.pagination-item:hover a {
    color: #063c92;
}

.pagination-omit {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 8px;
    color: #ccccccff;;
}

.pagination-omit:hover {
    border: none;
    color: #ccccccff;
}

.pagination-page-sizes {
    width: 98px;
    height: 32px;
    border: 1px solid #063c92ff;
    border-radius: 2px;
    color: #595959ff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
}

.pagination-page-go {
    display: flex;
    align-items: center;
    color: #595959ff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 12px;
}

.pagination-page-go input {
    width: 48px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #063c92ff;
    background: #ffffffff;
    margin: 0 12px;
    text-align: center;
}

/*分页*/
.breadcrumb-box {
    margin: 40px 0 21px;
}

.breadcrumb {
    color: #0000004d;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb span:last-child {
    color: #000000db;
}

.was-validated .form-control:invalid {
    border-color: #dc3545;;
}

.was-validated .form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545;;
}

.toast-top-full-width {
    top: 100px !important;
    width: fit-content !important;
    margin: auto;
    left: 0;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 100% !important;
}

.button-active {
    background: #063c92ff !important;
    cursor: pointer !important;
}

.none-data {
    width: 100%;
    height: 300px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-box {
    display: inline-block;
    position: relative;
}

.menu-box span {
    opacity: 0.8;
    color: #ffffffff;
    font-size: 18px;
    font-weight: 400;
    margin-left: 24px;
    padding: 0 10px;
}

.menus {
    width: 100%;
    display: none;
    position: absolute;
    color: #000;
    top: 30px;
    left: 24px;
    border-radius: 2px;
    border: 0 solid #979797ff;
    background: #ffffffff;
    box-shadow: 0 1px 3px 0 #0000000f, 0 4px 8px 0 #0000000f, 0 6px 14px 0 #0000000a;
    z-index: 1;
}

.menus li {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    text-align: center;
}

.menus li a {
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
}

.menus li:hover {
    background: #063c921a;
    color: #063c92ff;
    cursor: pointer;
}

.select2-container {
    display: none;
}

.data-none {
    width: calc(100% - 200px);
    padding: 100px;
    text-align: center;
}

.upload-box {
    width: 130px;
    height: 130px;
    margin-top: 8px;
    border-radius: 2px;
    opacity: 1;
    border: 1px dashed #d9d9d9ff;
    background: #ffffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.upload-box .upload-but {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.upload-box .upload-but img {
    width: 24px;
    height: 24px;
}

.upload-box .upload-but div {
    color: #063c92ff;
    font-size: 10px;
    font-weight: 400;
    margin-top: 4px;
}

.upload-avatar {
    display: none;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upload-avatar img {
    max-width: 100%;
    max-height: 100%;
}

fieldset {
    border: none;
}

.menu-button {
    display: none;
}

.menu-button img {
    width: 20px;
    height: 20px;
}

.menus-box {
    display: flex;
    justify-content: end;
    background: #00000080;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 999;
    font-size: 15px;
    font-weight: 500;
}

.menus-mask {
    width: 30%;
    height: 100%;
}

.menus-box ul {
    background: #fff;
    width: 70%;
    padding-top: 10px;
}

.menus-box a {
    width: calc(100% - 32px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    color: #000000db;
}

.menus-box a div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menus-box img {
    width: 16px;
    height: 16px;
}

.bottom-nav {
    display: none;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between;
    align-items: center;
    color: #999999ff;
    font-size: 11px;
    font-weight: 400;
}

.bottom-nav img {
    width: 28px;
    height: 28px;
}

.bottom-nav a {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.bottom-nav-active {
    color: #063c92ff;
}

@media (max-width: 1300px) {
    .website-content {
        margin: 0 25px;
    }

    .complex-box {
        flex-flow: row wrap;
        padding-top: 30px !important;
    }

    .intro-box {
        flex: 100%;
        margin-bottom: 15px;
    }

    .consult-box, .quiz-box {
        flex: calc(50% - 50px) 0;
    }

    .business-item {
        width: calc(50% - 46px) !important;
        margin: 6px 12px 6px 0 !important;
    }

    .business-item:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 1100px) {
    .header-middle {
        display: none;
    }
}

@media (max-width: 868px) {
    .bottom-nav {
        display: flex;
    }

    .header-left-pc {
        display: none;
    }

    .header-left-pe {
        display: inline;
    }

    .header-right a:last-child {
        display: none;
    }

    .top-nav-box {
        min-height: auto !important;
        margin-bottom: 10px;
    }

    .top-nav, .mobile-top-nav-up-middle .lawyer-title {
        display: none;
    }

    .lawyer-nav-box {
        justify-content: space-between;
        margin: 0;
    }

    .top-nav-up {
        justify-content: space-between;
    }

    .top-nav-up-middle {
        display: none;
    }

    .mobile-top-nav-up-middle {
        display: block !important;
        background: #f9f9faff;
        padding: 0 16px 10px;
        margin: 0 !important;
    }

    .lawyer-content {
        flex-direction: column-reverse;
    }

    .solicitor-box {
        margin-top: 25px;
    }

    .top-nav-down {
        display: none;
    }

    .top-nav-up-right .top-nav-item {
        display: none;
    }

    .menu-button {
        display: block;
        cursor: pointer;
    }

    .complex-item {
        flex: 100% !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .quiz-item-box .pe {
        display: none;
    }
}

@media (max-width: 580px) {
    .business-item {
        width: calc(100% - 40px) !important;
        margin: 6px 0 !important;
    }

    .consult-box {
        width: auto;
    }

    .quiz-item-box {
        display: flex !important;
    }

    .quiz-item-box div div:nth-last-of-type(-n+2), .quiz-item-box div span:nth-last-of-type(-n+1) {
        display: none;
    }
}

@media (max-width: 480px) {
    .header-left-item, .menu-box span {
        font-size: 14px !important;
        margin-left: 10px !important;
    }

    .menus {
        width: 100px;
    }

    .header-right a {
        font-size: 14px !important;
        padding-left: 10px !important;
        margin: 0;
    }
}

@media (max-width: 800px) {
    .pagination-box {
        margin: 0 auto;
    }

    .pagination-page-go {
        display: none;
    }
}

@media (max-width: 650px) {
    .pagination-page-sizes {
        display: none;
    }

    .pagination-item:nth-child(1), .pagination-item:nth-child(11) {
        display: none;
    }

    .pagination-omit {
        padding: 0;
    }
}
