.gray-bg {
    background: #f8f8f8;
}

.banner-container {
    background-image: url(/images/banner_smart_taxation.jpg?v=20250429165117);
}

.title {
    color: #060879;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2em;
}

.title-tip {
    color: #737373;
    line-height: 20px;
    font-size: 14px;
}

/*.banner-main {*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.banner-container .banner-main .banner-title {*/
/*    width: 20vw;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: left;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*}*/

/*.banner-container .banner-pic {*/
/*    flex: 1;*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    background-image: linear-gradient(rgba(243, 191, 74, 0.3), rgba(6, 8, 121, 0.3)), url(/images/wisdom-tax-banner.png?v=20250429165117);*/
/*    background-size: cover;*/
/*    margin-left: 80px;*/
/*    border-bottom-left-radius: 50px;*/
/*}*/

.message-wrap {
    width: 100%;
    height: 80px;
    line-height: 78px;
    background: #FFF9F1;
    border-radius: 5px;
    border: 1px solid #FFC700;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #1B1D1F;
}

.message-wrap .message-label {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #FFC700;
    border-radius: 5px;
    font-weight: 500;
    color: #1B1D1F;
    font-size: 14px;
    margin-right: 10px;
}

.title-wrap {
    font-size: 24px;
    font-weight: 500;
    color: #060879;
    position: relative;

}

.title-wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #F4BF49;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.title-wrap .title {
    display: inline-block;
    padding-right: 30px;
    font-size: 24px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.title-wrap .title-en {
    font-size: 14px;
    color: #F3BF4A;
}

.main {
    padding: 50px 70px;
    width: 100%;
    box-sizing: border-box;
}

.step-flex-wrap {
    /*border-radius: 20px;*/
    overflow: hidden;
}

.step-left {
    width: 370px;
}

.step-left-wrap {
    background: linear-gradient(180deg, #E7E7EA 0%, #FEF9EE 100%);
    border-radius: 25px 0 0 25px;
}

.step-flex-country-wrap {
    margin-top: 100px;
    padding-bottom: 120px;
}

.step-flex {
    display: flex;
}

.step-flex-title {
    padding: 40px;
    box-sizing: border-box;
}

.step-flex-title .title-wrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.step-flex-title .title-wrap::after {
    display: none;
}

.step-flex-title .title-wrap .title {
    padding: 0;
    background: none;
}

.step-flex-main {
    flex: 1;
    /*background: #fff;*/
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.border-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 80px);
    height: 1px;
    background: #F3C048;
    margin: auto;
}

/*.step-wrap {}*/

/*.step-item {*/
/*    margin-top: 30px;*/
/*    background: #fff;*/
/*}*/

.country-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1B1D1F;
    position: relative;
    padding-left: 24px;
    line-height: 30px;
}

.country-title:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #060879;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.step-content {
    border-radius: 0 25px 25px 25px;
    background: #fff;
    flex: 1;
    min-height: 500px;
}

.step-content .step-flex-title {
    min-width: 180px;
}

/*step 1*/
.list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.list li {
    width: 23.5%;
    background: #F8F8F8;
    border-radius: 25px;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;
}

.list li:nth-child(4n) {
    margin-right: 0;
}

.list li .desc {
    padding: 10px 0;
    text-align: center;
    line-height: 1.2em;
}

.list li .desc .p1 {
    font-size: 18px;
    font-weight: bold;
    color: #060879;
    line-height: 1.2em;
}

.list li .desc .p2 {
    font-size: 14px;
    font-weight: 400;
    color: #9E9DA2;
}

.list li.on {
    border: 2px solid #060879;
}

.list li .img-wrap {
    height: 13vw;
}

.list li .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btns-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns-wrap .iconfont {
    color: #F3C048;
}

.step2-wrap .btns-wrap,
.step3-wrap .btns-wrap,
.step4-wrap .btns-wrap {
    margin-top: 40px;
    padding-left: 400px;
    justify-content: left;
}

.btn-next,
.btn-prev {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #060879;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #F3C048;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-prev {
    background: #fff;
    color: #060879;
}

.btn-next:hover {
    background: #F3BF4A;
    color: #060879;
}

.btn-next:hover .iconfont {
    color: #060879;
}

.btn-prev:hover {
    background: #060879;
    color: #F3BF4A;
}

.btn-prev:hover .iconfont {
    color: #F3BF4A;
}

/*step 1 end*/

/*step 2*/

.form-item {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.form-item>label {
    display: block;
    line-height: 1.2em;
    color: #060879;
    font-weight: 600;
    font-size: 16px;
}

.form-item .label {
    line-height: 1.2em;
    color: #060879;
    font-weight: 600;
    font-size: 16px;
}

.form-item .label .label-bottom {
    color: #D4D4D4;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.form-item .label .label-bottom .iconfont {
    font-size: 12px;
    margin-left: 5px;
}

.form-item .label .label-tip {
    color: #737373;
}

.upload-drag-wrap {
    width: 100%;
    height: 240px;
    max-width: 520px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 20px;
    font-size: 12px;
    color: #1B1D1F;
    background: #F3F6FA;
    border: 1px dashed #ABC3DD;
    border-radius: 5px;
}

.upload-drag-wrap input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.upload-drag-wrap .iconfont {
    font-size: 46px;
    color: #C2D0DF;
    display: block;
    margin: 30px 0 10px;
}

.upload-drag-wrap .upload-msg2 {
    color: #9E9DA2;
    margin-top: 5px;
    font-size: 12px;
}

.input-wrap {
    width: 100%;
    position: relative;
    line-height: 32px;
    margin-top: 15px;
}

.input-wrap select,
.input-wrap input[type="text"] {
    border: 1px solid #F3C048;
    height: 50px;
    width: 100%;
    line-height: inherit;
    border-radius: 25px;
    display: block;
    background: none;
    padding: 0 25px;
    box-sizing: border-box;
}

/*.input-wrap label {*/
/*    margin-right: 15px;*/
/*    border: 1px solid #CED4DB;*/
/*    border-radius: 2px;*/
/*    display: inline-block;*/
/*    padding: 0 25px;*/
/*}*/
.check-label-wrap {
    display: flex;
    flex-wrap: wrap;
}

.check-label-wrap .check-label {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #F3BF4A;
    color: #060879;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.check-label-wrap .check-label.checked {
    background: #050979;
    color: #fff;
}

.input-wrap input[type='radio'],
.input-wrap input[type='checkbox'] {
    margin-right: 5px;
    vertical-align: 0;
}

.input-subfix input[type="text"] {
    padding-right: 80px;
}

.input-subfix .subfix {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 68px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #F3C048;
    border-radius: 20px;
    font-size: 14px;
}

.upload-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-upload {
    width: 280px;
    height: 50px;
    background: #060879;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    border: 1px solid #F4C149;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-upload .iconfont {
    color: #F3C048;
}

.btn-upload:hover {
    background: #F4C149;
    color: #060879;
}

.btn-upload:hover .iconfont {
    color: #060879;
}

/*step 2 end*/

/*step 3*/
.step3-li {
    margin-bottom: 20px;
}

.step3-li .plat-logo {
    width: 120px;
    height: 70px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.step3-li .plat-logo.Ebay {
    background-image: url(/images/ebay.png?v=20250429165117);
}

.step3-li .plat-logo.Shopify {
    background-image: url(/images/shopify.png?v=20250429165117);
}

.step3-li .plat-logo.Etsy {
    background-image: url(/images/etsy.png?v=20250429165117);
}

.step3-wrap .form-item {
    width: auto;
}

.step3-li .show-upload-file {
    width: 520px;
    margin: 0 auto;
    text-align: left;
}

.form-item>label.step3-label,
.step3-li .step3-label {
    display: block;
    float: none;
    position: relative;
    text-align: left;
    padding-left: 30px;
    line-height: 30px;
    width: 100%;
    color: #000;
    font-size: 16px;
}

.form-item>label.step3-label:before,
.step3-li .step3-label:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #060879;
    border-radius: 2px;
    position: absolute;
    left: 4px;
    top: 9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.form-item>label.step3-label:after,
.step3-li .step3-label:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    border-bottom: 1px dashed #CED4DB;
    top: 16px;
}

.form-item .pl0 {
    padding-left: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.form-item .pl0 .refer-style,
.form-item .pl0 .upload-drag-wrap {
    margin: 0 auto;
}

.step3-li .form-item {
    width: 880px;
}

/*step 3 end*/
.result-list {
    text-align: center;
    min-height: 150px;
}

.desc-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #737373;
    line-height: 1.2em;
    padding: 15px 0;
    border-bottom: 1px solid #F3BF4A;
    font-size: 14px;
    text-align: left;
}

.desc-list li .text-value {
    color: #060879;
    font-weight: 600;
    margin-left: 30px;
}

.desc-table th,
.desc-table td {
    border-bottom: 1px solid #F3BF4A;
    width: 50%;
    text-align: center;
    padding: 12px 5px;
}

.desc-table th {
    color: #1B1D1F;
}

.desc-table td {
    color: #055CBE;
}

.desc-table .td-unit {
    margin-left: 5px;
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {
    .banner-left {
        padding: 15px 10px;
        bottom: -70px;
    }

    .bannner-step2.banner-left,
    .bannner-step3.banner-left,
    .bannner-step4.banner-left {
        width: 90%;
        margin-left: -45%;
        bottom: -30px;
        background: #f8f8f8;
    }

    .bannner-step2.banner-left .title-big,
    .bannner-step3.banner-left .title-big,
    .bannner-step4.banner-left .title-big {
        font-size: 18px;
    }

    .title {
        font-size: 6vw;
    }

    .title-tip {
        font-size: 3.2vw;
    }

    #bannerSwiper {
        overflow: initial;
        padding: 0;
    }

    .mobile-banner-title {
        position: relative;
        width: 84vw;
        border-radius: 20px;
        background: #fff;
        top: -14vw;
        margin: 0 auto -10vw;
        padding: 6vw 4vw;
        box-sizing: border-box;
        z-index: 9;
        text-align: center;
        line-height: 1.2em;
    }

    .mobile-banner-title.banner-bg-gray {
        background: #F8F8F8;
    }

    .banner-container .banner-pic {
        margin-left: 0;
        border-radius: 0;
    }

    .step-left {
        display: none;
    }

    .main {
        padding: 80px 4vw 10vw;
    }
    
    .step-main2,.step-main3,.step-main4 {
        padding-top: 30px;
    }

    .country-wrap {
        margin-top: 0;
    }

    .message-wrap {
        height: 12vw;
        line-height: 12vw;
        font-size: 3.2vw;
        text-align: left;
        padding: 0 2vw;
    }

    .message-wrap .message-label {
        height: 8vw;
        line-height: 8vw;
        padding: 0 3vw;
        font-size: 3.2vw;
        margin-right: 2vw;
    }

    .title-wrap {
        text-align: center;
    }

    .title-wrap:after {
        display: none;
    }

    .title-wrap .title {
        font-size: 4.2vw;
        padding: 0;
        display: block;
        background: none;
    }

    .title-wrap .title-en {
        font-size: 3.2vw;
        line-height: 1.2em;
    }

    .step-content {
        background: #fff;
        box-shadow: 0 0 3vw #f0f0f0;
        border-radius: 25px;
        min-height: 200px;
    }

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

    .step-flex-title {
        width: 100%;
        background: none;
        padding: 6vw 6vw 2vw 6vw;
        position: relative;
    }

    .mobile-border-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 84vw;
        height: 1px;
        background: #F3C048;
        margin: auto;
    }

    .step-flex-title .title-wrap {
        border: none;
        padding: 0;
    }

    .step-flex-main {
        width: 100%;
        background: none;
        padding: 4vw;
    }

    .step-flex-main.border-top::before {
        display: none;
    }

    .list {
        margin-top: 6vw;
    }

    .list li {
        width: 44vw;
        margin: 0 4vw 4vw 0;
        border-radius: 5vw;
    }

    .list li:nth-child(2n) {
        margin-right: 0;
    }

    .list li .img-wrap {
        height: 23vw;
    }

    .list li .desc {
        padding: 2vw 0;
    }

    .list li .desc .p1 {
        font-size: 3vw;

    }

    .list li .desc .p2 {
        font-size: 2.4vw;
        line-height: 1.6em;
    }

    .btns-wrap {
        margin-top: 6vw;
    }

    .step2-wrap .btns-wrap,
    .step3-wrap .btns-wrap,
    .step4-wrap .btns-wrap {
        padding: 0;
        justify-content: center;
    }

    .btn-next,
    .btn-prev {
        min-width: 30vw;
        height: 10vw;
        line-height: 1.2em;
        font-size: 3vw;
        border-radius: 5vw;
        padding: 0 4vw;
    }

    .btns-wrap .iconfont {
        font-size: 3.2vw;
    }

    .step-wrap,
    .step-item {
        margin-top: 0;
    }

    .form-item {
        width: 100%;
        margin-bottom: 4vw;
    }

    .form-item>label,
    .form-item .label {
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: left;
        font-size: 3.6vw;
        line-height: 2em;
    }

    .form-item .upload-wrap .refer-style {
        display: none;
    }

    .upload-drag-wrap {
        padding: 3vw;
        font-size: 3vw;
        height: 36vw;
    }

    .upload-drag-wrap .iconfont {
        font-size: 10vw;
        margin: 3vw 0 1vw;
    }

    .upload-drag-wrap .upload-msg2 {
        margin-top: 1vw;
        font-size: 2.8vw;
    }

    .country-title {
        font-size: 4.2vw;
        margin-bottom: 3vw;
        padding-left: 6vw;
        line-height: 1.4em;
    }

    .country-title::before {
        width: 3vw;
        height: 3vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .btn-upload {
        width: 35vw;
        height: 10vw;
        font-size: 3.2vw;
        padding: 0 2vw;
        border-radius: 5vw;
        margin-left: 2vw;
    }

    .input-wrap {
        padding: 0;
        margin-top: 2vw;
        max-width: 100%;
    }

    .input-wrap select,
    .input-wrap input[type="text"] {
        height: 10vw;
        padding: 0 4vw;
        border-radius: 5vw;
    }

    .input-subfix .subfix {
        top: 1vw;
        right: 1vw;
        width: 14vw;
        height: 8vw;
        line-height: 8vw;
        border-radius: 4vw;
        font-size: 3.2vw;
    }

    .input-subfix input[type="text"] {
        padding-right: 16vw;
    }

    .check-label-wrap .check-label {
        width: auto;
        min-width: 18vw;
        height: 8vw;
        border-radius: 4vw;
        line-height: 8vw;
        margin-right: 2vw;
        margin-bottom: 1vw;
        font-size: 3.2vw;
        padding: 0 2vw;
    }

    .desc-list li .text-value {
        margin-left: 3vw;
    }
}