@charset "utf-8";
body {
    background-color: #f5f5f5;
}

.wtlb {
    margin-top: -70px;
}

.wtlb_ct {
    padding: 90px 60px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.wtlb_ctbox {
    border-top: 1px dashed #e1e1e1;
}

.wtlb_ctitem {
    border-bottom: 1px dashed #e1e1e1;
}

.wtlb_ctitemt {
    height: 80px;
    display: flex;
    cursor: pointer;
}

.wtlb_ctitemt.on {
    background-color: #f5f5f5;
}

.wtlb_ctitemtl {
    flex: 1;
    padding: 0 30px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #555555;
}

.wtlb_ctitemtr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
}

.wtlb_ctitemtr i {
    font-size: 26px;
}

.wtlb_ctitemb {
    padding: 30px;
    display: none;
}

.wtlb_ctitemb p {
    font-size: 20px;
    line-height: 30px;
    color: #555;
}

@media screen and (max-width:1600px) {
    .wtlb {
        margin-top: -60px;
    }
    .wtlb_ct {
        padding: 75px 40px;
    }
    .wtlb_ctitemtl {
        font-size: 20px;
    }
    .wtlb_ctitemb p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width:1400px) {
    .wtlb {
        margin-top: -50px;
    }
    .wtlb_ct {
        padding: 65px 30px;
    }
    .wtlb_ctitemt {
        height: 60px;
    }
    .wtlb_ctitemtl {
        font-size: 18px;
    }
    .wtlb_ctitemb p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width:1200px) {
    .wtlb_ct {
        padding: 60px 25px;
    }
    .wtlb {
        margin-top: -45px;
    }
    .wtlb_ctitemt {
        height: 55px;
    }
    .wtlb_ctitemtl {
        font-size: 16px;
    }
    .wtlb_ctitemb p {
        font-size: 13px;
        line-height: 23px;
    }
    .wtlb_ctitemtl {
        padding: 0 20px;
    }
    .wtlb_ctitemtr {
        width: 80px;
    }
}

@media screen and (max-width:992px) {
    .wtlb {
        margin-top: -45.5px;
    }
    .wtlb_ct {
        padding: 55px 20px;
    }
    .wtlb_ctitemtl {
        padding: 0 15px;
        font-size: 16px;
    }
    .wtlb_ctitemb p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width:768px) {
    .wtlb_ct {
        padding: 35px 10px;
    }
    .wtlb_ctitemtr {
        width: 50px;
    }
    .wtlb {
        margin-top: 35px;
    }
    .wtlb_ctitemtl {
        font-size: 14px;
    }
    .wtlb_ctitemb {
        padding: 25px 15px;
    }
}