@charset "UTF-8"; .bg-white {
    background: #fff;
}

.bg-gray {
    background: #f5f5f5;
}

.column-banner {
    position: relative;
}

.column-banner .image {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.column-banner .box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

.column-banner .title {
    font-size: 1.5rem;
}

.column-banner .intro {
    padding: 1rem 0;
}

.column-title-box {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    padding: 4rem 0;
}

.column-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 4rem;
    margin-top: -2rem;
}

.column-left {
    width: 260px;
}

.column-left .list-box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.column-left .list-box .title {
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 2rem 2rem 2.8rem;
    background: url("/template/1/default/_files/images/column-title-background.png")
}

.column-left .list-box .list {
    font-size: 1.125rem;
    border: 1px solid #eee;
}

.column-left .list-box .item .item-group>div {
    display: flex;
    align-items: center;
}

.column-left .list-box .item .item-group .icon {
    margin-right: 2rem;
    width: 100%;
    height: 100%;
    transition: 300ms;
    flex: .1;
}

.column-left .list-box .item .item-group .icon > svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #cccccc;
    cursor: pointer;
}

.column-left .list-box .item .item-group {
    padding: .5rem 0;
    margin: 0 1.5rem;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.column-left .list-box .link {
    display: block;
    color: #333;
    flex: 1;
}

.column-left .list-box .item:last-child .item-list {
    margin-bottom: .5rem;
}

.column-left .list-box .item .item-group>div> .link {
    padding: 0.5rem 0 0.5rem 1.3rem;
    flex: 1;
}

.column-left .list-box .item-list .link {
    margin-right: 1.5rem;
    padding: 0.5rem 0 0.5rem 2rem;
    font-size: .92rem;
    margin-bottom: .3rem;
}

.column-left .list-box .item.active .item-group>div,.column-left .list-box .item .item-group>div:hover,.column-left .list-box .item-list .item > .link:hover, .column-left .list-box .item-list .item.active > .link {
    font-weight: bold;
    background: rgb(0 153 255 / 10%);
    color: #0099ff;
}

.column-left .list-box .item.active .item-group>div>.link, .column-left .list-box .item .item-group>div:hover>.link {
    color: #0099ff;
}

.column-left .list-box .item-list {
    font-size: 1rem;
    padding-left: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.column-left .title-box {
    display: block;
    text-align: left;
    padding: 1.5rem 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 1.5rem 0;
    cursor: pointer;
}

.column-left .title-box .alias {
    font-weight: normal;
    font-size: 1.5rem;
}

.column-left .title-box .title {
    color: #333;
    font-size: 1.25rem;
    margin-top: 0;
}

.column-left .title-box .icon {
    margin-left: 1rem;
}

.column-right {
    flex: 1;
    width: 0;
    background: #fff;
    padding: 0 3rem;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-left: 2rem;
}

.column-right .column-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem;
    padding-top: 2.5rem;
    border-bottom: 1px solid #eee;
}

.column-right .column-title .title-box {
    display: flex;
    align-items: center;
    padding: 0;
}

.column-right .column-title .title-box .dot {
    width: 0.69rem;
    height: 0.19rem;
    background-image: linear-gradient(#0099ff, #0099ff), linear-gradient(#0068b7, #0068b7);
    background-blend-mode: normal, normal;
    border-radius: 0.09rem;
}

.column-right .column-title .title-box .title {
    font-size: 1.5rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0 .6rem;
}

.column-right .column-title .title-box .alias {
    font-size: 0.88rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    padding-top: .5rem;
}

.column-right .title-box {
    text-align: left;
    padding: 2rem 0 1rem;
}

.column-right .breadcrumb-box {
    padding: 0;
}

.column-right .list {
    padding: 1rem 0;
}

.column-right .list .item {
    display: flex;
    padding: 1.2rem 0;
}

.column-right .list .text-box {
    flex: 1;
    overflow: hidden;
width: 55%;}

.column-right .list .title {
    display: block;
    font-weight: bold;
    font-size: 1.125rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.column-right .list .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5rem;
    font-size: .875rem;
    color: #666;
    padding-top: .3rem;
    overflow: hidden;
}

.column-right .list .info {
    font-size: .875rem;
    color: #999;
    padding-top: 1rem;
}

.column-right .list .image-box {
    max-width: 14rem;
    margin-left: 2.5rem;
}

.column-right .list .image {
    max-width: 100%;
}

.order-form {
    width: 100%;
    max-width: 576px;
    margin: 0 auto;
}

.order-form .form-item {
    display: flex;
    padding-bottom: 1.5rem;
}

.order-form .name {
    width: 6em;
    line-height: 2.75rem;
    text-align: right;
    margin-right: 1rem;
}

.order-form .textarea, .order-form .input {
    flex: 1;
    border: 1px solid #d9d9d9;
}

.order-form .textarea {
    height: 6.25rem;
    padding: .5rem 1rem;
}

.order-form .input {
    height: 2.75rem;
    padding: 0 1rem;
}

.order-form .radio-box {
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
    cursor: pointer;
}

.order-form .radio-box .box {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.order-form .radio-box .radio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.order-form .radio-box .radio + i {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
}

.order-form .radio-box .radio:checked + i {
    background: #f00;
    background-clip: content-box;
    padding: 2px;
    border-color: #f00;
}

.order-form .radio-box .text {
    margin-left: .5rem;
}

.order-form .button-box {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0 6rem;
}

.order-form .button {
    color: #fff;
    border: 1px solid #f2f2f2;
    padding: .5rem 2rem;
    margin: 0 .5rem;
}

.order-form .submit {
    background: #0099ff;
}

.order-form .reset {
    background: #b4b4b4;
}

.pagination {
    font-size: .875rem;
    padding: 1rem 0 2rem;
}

.pagination .page-a, .pagination .page-curr {
    color: #333;
    padding: .4rem .8rem;
    border: 1px solid #eee;
    margin: 0 .5rem;
    cursor: pointer;
}

.pagination .page-a:hover {
    background: rgb(0 153 255 / 10%);
}

.pagination .page-curr {
    font-weight: bold;
    color: #fff;
    background: #0099ff;
    border-color: #0099ff;
}

.content-title {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    padding: 2rem 0 0;
}

.content-text {
    padding: 2rem 0 3rem;
    overflow: hidden;
}

.content-text p {
    margin-bottom: 1em;
}

.content-pagination {
    border-top: 1px solid #eee;
    padding: 1rem 0;
    font-size: 15px;
    color: #333;
}

.content-pagination p {
    margin-bottom: .5rem;
}

.content-pagination a {
    color: #333;
}

.content-pagination a:hover {
    color: #0099ff;
    text-decoration: underline;
}

.order-result {
    display: none;
    margin: 0 auto 100px;
    max-width: 660px;
    text-align: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.order-result .icon > svg {
    width: 98px;
    height: 98px;
    fill: #33cc66;
}

.order-result .title {
    margin-top: 30px;
}

.order-result .title > .text {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}

.order-result .tips {
    margin-top: 35px;
}

.order-result .tips > .text {
    font-size: 14px;
    color: #222222;
}

.order-result .tips .text.phone {
    font-size: 16px;
    margin-top: 20px;
}

.order-result .tips .text.number {
    font-size: 24px;
    color: #0099ff;
}

.order-result .item {
    display: flex;
}

.order-result .item > span {
    font-size: 16px;
    line-height: 45px;
    color: #222222;
    flex: 1;
}

.order-result .item > span:first-child {
    flex: .75;
}

.order-result .item > span:first-child {
    text-align: right;
}

.order-result .item > span:last-child {
    text-align: left;
}

.order-result .container > .row > .col:first-child {
    position: relative;
    padding-right: 50px;
}

.order-result .container > .row > .col:last-child {
    padding-left: 20px;
}

.order-result .container > .row > .col:first-child:after {
    content: ' ';
    position: absolute;
    width: 1px;
    background-color: #e8e8e8;
    height: 90%;
    right: 0;
    top: 5%;
}

.area-query-form .item, .area-query-result .item {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #222222;
}

.area-query-form .item, .area-query-result .item {
    display: flex;
    flex-direction: row;
}

.area-query-form .item .item-content input[disabled] {
    outline: none;
    background: transparent;
    border: none;
    color: unset;
}

.area-query-form .item > .item-label, .area-query-result .item > .item-label {
    flex: 1.1;
    text-align: right;
    line-height: 2.3rem;
}

.area-query-form .item > .item-content, .area-query-result .item > .item-content {
    flex: 2;
    margin-left: 1rem;
}

.area-query-form .item > .item-content {
    line-height: 2.3rem;
}

.area-query-result .item > .item-label, .area-query-result .item {
    line-height: 1.3rem;
}

.area-query-result .red {
    color: #e83536;
}

.area-query-result > .title {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.area-query-result > .title > span {
    display: inline-block;
    padding: 0 13px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #333333;
}

.area-query-result > .title:before, .area-query-result > .title:after {
    content: "";
    border-bottom: 1px solid #e8e8e8;
    margin: auto;
}

.area-query-result > .title:before {
    flex: .1
}

.area-query-result > .title:after {
    flex: 2
}

.area-query-form .item .item-content > input, .area-query-form .item .item-content > select {
    border: 1px solid #d9d9d9;
    padding: 0 .5rem;
    width: 8rem;
    max-width: 8rem;
    height: 2.3rem;
}

.area-query-form .item .item-content > select {
    outline: none;
}

.area-query-result {
    display: none;
    margin-top: 2rem;
}

.area-query-form .item:last-child .item-content {
    line-height: unset;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.area-query-form .item .item-content button {
    color: #fff;
    border: 1px solid #f2f2f2;
    padding: .5rem 2rem;
}

.area-query-form .item .item-content > .tips {
    margin-left: .35rem;
}

.area-query-form .submit {
    background: #0099ff;
}

.area-query-form .submit:hover {
    opacity: .8;
}

.area-query-form .reset {
    background: #b4b4b4;
    margin-left: .5rem;
}

.content-title-mobile {
    display: none;
}

@media (max-width: 992px) {
    .column-right .list {
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        border: 1px solid #eee;
        padding: 0 1rem 1.5rem;
    }

    .column-right .list .item {
        padding: 1rem 0;
    }

    .column-left .list-box .item .item-group {
        margin: 0;
        padding: 0;
        border: unset;
    }

    .column-left .list-box .item .item-group .icon {
        margin-right: 0;
    }

    .column-left .list-box .item .item-group~.item-list {
        visibility: hidden;
        position: absolute;
        background: #fff;
        border-radius: .2rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        z-index: 99;
        padding-left: 0;
        top: 4.1rem;
    }

    .column-left .list-box .item:not(:first-child,:nth-child(2)) .item-group~.item-list {
        right: .5rem;
    }

    .column-left .list-box .item .item-group~.item-list .link {
        padding: .5rem 2rem;
        margin-right: 0;
    }

    .column-left .list-box .item .item-group>div> .link {
        padding: .7rem .5rem;
        font-size: 1.2rem;
    }

    .column-left .list-box {
        display: none;
        border-top: .35rem solid rgb(0 153 255 / 50%);
    }

    .column-left > .list-box > .list > .item + .item > .link {
        border: unset;
    }

    .column-box {
        display: block;
    }

    .column-left {
        width: 100%;
    }

    .column-left .list-box .title {
        display: none;
    }

    .column-left .list-box .list {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    .column-left .list-box .item {
        /* float: left; */
    }

    .column-left .list-box .link {
        white-space: nowrap;
    }

    .column-right {
        width: 100%;
        margin-left: 0;
        box-shadow: unset;
        border: unset;
        background: transparent;
        padding: 0;
    }

    .column-right .column-title {
        border: unset;
        padding-top: 2rem;
    }

    .column-right .content-title {
        display: none;
    }

    .column-right .content-title-mobile {
        display: block;
        font-weight: bold;
        font-size: 1.3rem;
        text-align: center;
        padding: 0 0 1rem;
    }

    .column-right .column-title .title-box .title {
        font-size: 1.35rem;
    }

    .column-right .column-title .title-box .alias {
        font-size: 0.66rem;
    }

    .column-right .column-title .breadcrumb-box {
        display: none;
    }

    .column-right .content-text {
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        border: 1px solid #eee;
        padding: 1.5rem 1.3rem;
    }
}

@media (max-width: 768px) {
    .column-banner .intro {
        display: none;
    }

    .column-left .list::-webkit-scrollbar {
        display: none;
    }

    .login-box .container {
        justify-content: center;
    }

    .login-box .form-box {
        margin-right: 0;
    }

    .order-result .container > .row > .col:first-child:after {
        display: none;
    }

    .order-result .container > .row > .col:first-child {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .order-result .container > .row > .col:last-child {
        padding-left: 0;
    }

    .order-result .item > span:first-child {
        flex: 1;
    }
}

@media (max-width: 576px) {
    .column-right .list .image-box {
        /* margin:0; */
        width: 45%;
        /* max-width: unset; */
    margin-left: .5rem;}

    .column-right .list .image-box .link {
        display: inline-block;
        width: 100%;
    height: 100%;}

    .column-right .list .image-box .image {
        width: 100%;
    height: 100%;max-height: 100px;}

    .column-right .list .item {
        /* flex-direction: row; */
    position: relative;}

    .column-right .list .title {
        /* padding-top: 1rem; */
    }

    .column-right .list .image-box {
        /* order: -1; */
    aspect-ratio: 16/9;}

    .column-right .list .info {
        position: absolute;
    bottom: -0.6rem;}

    .column-right .list .item:not(:first-child) {
        padding-top: 2rem;
    }

    .pagination .page-a, .pagination .page-curr.pagination .page-a, .pagination .page-curr {
        margin: 0 .05rem;
    }
}


video {
    max-width: 100%;
}