.box1_1{
    width: 100%;
    margin-top: 80px;
    background-image: url(./../img/tax&duty-calculator-banner-bg-blue-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.box1_2{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50fr 50fr;
    gap: 20px;
}

.box1_2_1{
    padding: 40px 20px;
}

.text1_1{
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
    font-style: normal;
}

.text1_2{
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.box1_2_2 img{
    width: 90%;
}

.box2_1{
    width: 100%;
    height: 500px;
    background-color: #fff;
}

.box2_2{
    width: 100%;
    max-width: 1160px;
    margin: 40px auto;
    position: relative;
}

.box2_20{
    width: 80%;
    background-color: rgba(249, 250, 251, 1);
    margin: -160px auto 0 auto;
    padding: 40px;
    border-radius: 16px;
}

.box2_11{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 0;
}

.box2_3{
    width: 100%;
}

.box2_5{
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
}

.text2_2{
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000D1C;
    line-height: 17px;
    text-shadow: 2px 6px 8px rgba(0,0,0,0.1);
    text-align: left;
    font-style: normal;
}

.input2_6{
    width: 50%;
    height: 42px !important;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    border-radius: 8px 0 0 8px;
    border-width: 1px 0 1px 1px;  /* 上 右 下 左（右为0） */
    border-style: solid;
    border-color: rgba(223, 227, 231, 1) rgba(223, 227, 231, 1) rgba(223, 227, 231, 1);
    float: left;
}

.select2_7{
    width: 50%;
    height: 42px;
    border-radius: 0 8px 8px 0;
    border: 1px solid rgba(223, 227, 231, 1);
}

.select2_6{
    width: 100%;
    height: 42px;
    border-radius: 8px;
    border: 1px solid rgba(223, 227, 231, 1);
}

.button2_1{
    width: 100%;
    height: 42px;
    margin-top: 14px;
    border-radius: 12px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-shadow: 2px 6px 8px rgba(0,0,0,0.1);
    text-align: center;
    font-style: normal;
    background-color: rgba(36, 99, 235, 1);
}

.button2_1:hover{
    background-color: #4D8AFF;
}

.box2_7{
    width: 100%;
    margin-top: 20px;
}

.text2_7{
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #454f5b;
    line-height: 19px;
    text-shadow: 2px 6px 8px rgba(0,0,0,0.1);
    text-align: left;
    font-style: normal;
}

.box2_8{
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4%;
}

.box2_9{
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.box2_10{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.text2_9{
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #637381;
    line-height: 14px;
    text-shadow: 2px 6px 8px rgba(0,0,0,0.1);
    text-align: center;
    font-style: normal;
}

.text2_11{
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #1851E0;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    float: left;
}

.text2_13{
    display: inline-block;
    margin: 2px 0 0 10px;
}

.box7_0{
    width: 100%;
    margin-top: 20px;
    padding-top: 40px;
    background-color: rgba(249, 250, 251, 1);
}

.box_13 {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.text_377 {
    width: 80%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 28px;
    font-family:  'Karla', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
    margin: 0 auto 20px auto;
}

.faq {
    max-width: 92%;
    margin: 10px auto;
    font-family: Arial, sans-serif;
}

.faq-item {
    cursor: pointer;
}

.faq-question {
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    color: #454f5b;
    background-color: #fff;
    padding-left: 40px;
    line-height: 68px;
    font-weight: normal;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
    position: relative;
    margin-top: 10px;
    border-radius: 12px;
}

.faq-answer {
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    color: #454F5B;
    padding: 12px 10px 12px 40px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
}

.thumbnail1_15 {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 30px;
    right: 40px;
}

/* 展开状态 */
.faq-item.active .faq-answer {
    max-height: 500px; /* 设一个足够容纳内容的最大高度 */
    opacity: 1;
}

.faq-item.active .thumbnail1_15 {
    transform: rotate(180deg);
}

@media (max-width: 768px){
    .box1_2{
        grid-template-columns: 1fr;
    }
}