﻿.das_body {
    padding: 20px;
}

.page_body {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    height: calc(100vh - 130px);
}

.tip_box.success {
    border-left-color: #00B88D;
}

.guidance_module {
    padding: 8px 16px 8px 12px;
    height: 48px;
}

.guidance_module {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tip_box {
    display: flex;
    justify-content: space-between;
    border-left: 4px solid #FFB116;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 12px 16px 12px;
    width: 100%;
    min-height: 40px px;
    line-height: 16px;
    background: #f0f9fd;
}

.tip_right {
    display: flex;
    align-items: center;
}


.ant-btn-success {
    border-color: #00b88d !important;
    color: #fff !important;
    background: #00b88d !important;
}

.ant-btn {
    min-width: 80px;
    line-height: 30px;
}

    .ant-btn, .ant-btn:active, .ant-btn:focus {
        outline: 0;
    }

.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    /*color: #595959;*/
    /*    background-color: #fff;
    border-color: #d9d9d9;*/
    background-color: #fc7303;
    border-color: #fc7303;
    color: #fff;
}

    .ant-btn > i, .ant-btn > span {
        display: inline-block;
        transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        pointer-events: none;
    }

.tip_right .tip_close {
    margin: 0 3px 0 16px;
    width: 20px;
    font-size: 28px;
    color: #bcbcbc;
    text-align: center;
    cursor: pointer;
}

.das_body > .page_cont {
    display: flex;
    align-items: flex-start;
}

    .das_body > .page_cont > .rt {
        width: 280px;
        margin-right: 20px;
    }

    .das_body > .page_cont .map, .das_body > .page_cont section {
        padding: 16px;
    }

    .das_body > .page_cont .col, .das_body > .page_cont .map, .das_body > .page_cont section {
        background: #fff;
    }

    .das_body > .page_cont section, .das_body > .page_cont .row {
        width: 100%;
    }

.das_body dl {
    margin: 0;
}

    .das_body dl > dt {
        margin-bottom: 20px;
        color: #919099;
        font-size: 16px;
        font-weight: 400;
    }

    .das_body dl > dd {
        padding-left: 20px;
    }

.pl_0 {
    padding-left: 0px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.das_body > .page_cont section.customer_service {
    height: 150px;
}

.das_body > .page_cont .to_do_list + section, .das_body > .page_cont section + .map, .das_body > .page_cont section ~ section {
    margin-top: 20px;
}

.das_body > .page_cont section.customer_service dt {
    margin-bottom: 15px;
}

.das_body > .page_cont section.customer_service dd {
    padding: 0;
}

.das_body section.customer_service dd > .rows {
    display: flex;
    align-items: center;
}

.mr_5 {
    margin-right: 5px !important;
}

.das_body section.customer_service dd > .rows + .rows {
    margin-top: 10px;
}

.layer_modal {
    position: relative;
}

.d_ib {
    display: inline-block !important;
}

.w_100 {
    width: 100px !important;
}

.ant-btn > i, .ant-btn > span {
    display: inline-block;
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
}


.das_body > .page_cont .to_do_list + section, .das_body > .page_cont section + .map, .das_body > .page_cont section ~ section {
    margin-top: 20px;
}

section.guide_box[data-lang="zh"] {
    background-image: url(https://cdn.bigseller.pro/bs-web/2022-07/726cc8a….png);
}

.das_body > .page_cont .map, .das_body > .page_cont section {
    padding: 16px;
}

section.guide_box {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.das_body > .page_cont .col, .das_body > .page_cont .map, .das_body > .page_cont section {
    background: #fff;
}

section.guide_box .guide_video {
    height: 86px;
}

.das_body dl > dd {
    padding-left: 20px;
}

.das_body dl > dt.more {
    display: flex;
    justify-content: space-between;
}

.das_body dl > dt {
    margin-bottom: 20px;
    color: #919099;
    font-size: 16px;
    font-weight: 400;
}

.more a {
    color: #919099;
}

.das_body dl > dd.how, .das_body dl > dd.faq, .das_body dl > dd.vedio_links {
    padding-left: 0;
}

.how a, .faq a, .vedio_links a {
    border-bottom: 1px dashed #eee;
}

.how a, .faq a, .vedio_links a {
    display: flex;
    align-items: center;
    line-height: 18px;
    color: #313033;
    padding: 8px 10px 8px 15px;
}

.vedio_links span {
    margin-right: 10px;
    font-size: 20px;
    color: #919099;
}

.das_body > .page_cont > .lt {
    width: calc(100% - 300px);
}

.das_body .to_do_list {
    padding: 16px;
    background: #fff;
}

.to_do_list {
    margin-bottom: 10px;
}

.das_body .to_do_list .row {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.das_body .to_do_list .item_head {
    width: 100px;
}

.item_head {
    margin-right: 4px;
    padding-left: 20px;
    min-width: 132px !important;
    height: 64px;
    line-height: 64px;
    font-weight: 500;
    background: #fff;
}

.das_body .to_do_list .item_head .head_cont {
    flex: 1;
}

.item_head .head_cont {
    display: inherit !important;
    flex-direction: inherit !important;
    align-items: inherit !important;
    color: #666;
    font-weight: 500;
}

.item_cont {
    display: flex;
    flex: 1;
    min-height: 64px;
}

.das_body .to_do_list .column {
    padding-left: 24px !important;
}

.item_cont > a {
    margin-left: 12px;
    width: 200px;
    background: #fff;
}

.das_body .to_do_list .column > b {
    margin-top: 5px;
    padding-left: 13px;
    font-size: 22px;
    color: #313033;
}

.f_black {
    color: #313033;
}

.das_body .to_do_list .column .icon.red {
    background: #FF4E47;
}

.das_body .to_do_list .column .icon {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 7px 5px 0 0;
}

.das_body .to_do_list .row:last-child {
    margin-bottom: 0;
}

.item_head.link_head {
    margin-right: 0;
    height: 32px;
    line-height: 32px;
}

.link_list {
    flex: 1;
    margin-left: 15px;
}

    .link_list > a {
        background: url(images/toolbg.gif) repeat-x;
        line-height: 33px;
        height: 33px;
        border: solid 1px #d3dbde;
        float: left;
        padding-right: 10px;
        margin-right: 5px;
        border-radius: 3px;
        behavior: url(js/pie.htc);
        cursor: pointer;
    }

    .link_list a span {
        float: left;
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 0;
    }

    .link_list img {
        width: 22px;
    }

.f_gray {
    color: #919099;
}

.f_20 {
    font-size: 20px;
}

.tip_box.message {
    border-left-color: #0C6DFF;
    background: #E5F0FF;
}

.notify_tip {
    display: flex;
    position: relative;
    padding: 0 !important;
    line-height: 40px;
    overflow: hidden;
}

    .notify_tip ul {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 16px 0 12px;
        width: calc(100% - 30px);
        transition: all 1s ease 0s;
    }

    .notify_tip li {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
    }

        .notify_tip li > .tit {
            overflow: hidden;
            max-width: calc(100% - 100px);
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.tip_right {
    display: flex;
    align-items: center;
}

.section_item {
    background: #fff;
}

.section_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0 16px;
    height: 40px;
}

.ant-tabs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #595959;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.ant-tabs-bar {
    border-bottom: none;
    margin-bottom: 0;
}

.ant-tabs-bar {
    margin: 0 0 16px 0;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
    transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs-nav-container {
    position: relative;
    box-sizing: border-box;
    margin-bottom: -1px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    zoom: 1;
}

    .ant-tabs-nav-container::before, .ant-tabs-nav-container::after {
        display: table;
        content: '';
    }

:root .ant-tabs-tab-prev {
    filter: none;
}

.ant-tabs-tab-prev {
    left: 0;
}

.ant-tabs-tab-btn-disabled, .ant-tabs-tab-btn-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
}

.ant-tabs-tab-prev, .ant-tabs-tab-next {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 100%;
    color: #8c8c8c;
    text-align: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    opacity: 0;
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    pointer-events: none;
}

.ant-tabs-tab-prev-icon, .ant-tabs-tab-next-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    transform: translate(-50%, -50%);
}

:root .ant-tabs-tab-prev-icon-target, :root .ant-tabs-tab-next-icon-target {
    font-size: 12px;
}

.ant-tabs-tab-prev-icon-target, .ant-tabs-tab-next-icon-target {
    display: block;
    display: inline-block;
    font-size: 12px;
    font-size: 10px \9;
    transform: scale(0.83333333) rotate(0deg);
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .anticon svg {
        display: inline-block;
    }

svg:not(:root) {
    overflow: hidden;
}

.anticon > * {
    line-height: 1;
}

.notify .section_cont {
    height: 207px;
}

.section_cont {
    padding: 16px;
}

.how a {
    justify-content: space-between;
}

.how a, .faq a, .vedio_links a {
    border-bottom: 1px dashed #eee;
}

.how a, .faq a, .vedio_links a {
    display: flex;
    align-items: center;
    line-height: 18px;
    color: #313033;
    padding: 8px 10px 8px 15px;
}

.how .lt {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 60px;
    overflow: hidden;
}

    .how .lt span:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.layui-btn, .layui-btn:active, .layui-btn:focus {
    outline: 0;
}

.lefttop {
    background: url(images/lefttop.gif) repeat-x;
    height: 40px;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 40px;
}

    .lefttop span {
        margin-left: 8px;
        margin-top: 10px;
        margin-right: 8px;
        background: url(images/leftico.png) no-repeat;
        width: 20px;
        height: 21px;
        float: left;
    }

.more1 {
    float: right;
    font-weight: normal;
    color: #fff;
    padding-right: 17px;
}

.column .lright {
    float: left;
    display: flex;
    flex-direction: column;
}

.column span {
    float: left;
    border: 3px solid #fff;
}

.column img {
    width: 48px;
}

.lright b {
    text-align: center;
    font-size: 25px;
}