.index-welcome * {
    color: white;
}


@media all and (max-width: 700px) {
    .d-img {
        height: 200px;
    }
}
.welcome {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.welcome-title {
    font-size: 60px;
    color: white;
    font-weight: 400;
}

.welcome-des {
    font-size: 20px;
    color: #f9dfdf;
    font-weight: 400;
    max-width: 700px;
    text-align: center;
}

.account {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}


.account button {
    padding: 15px 24px;
    margin: 5px 0;
    outline: none;
    border: 1px solid var(--text-color-disabled);
    border-radius: 10px;
    background-color: white;
    color: black;
    font-size: 17px;
}

.account button:hover {
    color: var(--text-color3);
    border: 1px solid var(--text-color3);
}

.account button:active {
    border: 1px solid var(--text-color2);
}

.tools {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}

.tool {
    display: flex;
    flex-direction: column;
    min-width: 280px;
    gap: 20px;
    border: 4px solid white;
    border-radius: 15px;
    padding: 20px;
    background-color: white;
}

.tool * {
    color: black;
}

.tool-title {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    font-size: 20px;
}

.tool-title img {
    width: 55px;
    height: 55px;
}

.tool-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.tool-des div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tool-des img {
    width: 25px;
    height: 25px;
}

.tool-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tool-btn button, .ctools button {
    padding: 10px 15px;
    margin: 5px 0;
    outline: none;
    border: 1px solid var(--text-color-disabled);
    border-radius: 10px;
    background-color: white;
    color: black;
    font-size: 17px;
}

.tool-btn button:hover, .ctools button:hover {
    color: var(--text-color3);
    border: 1px solid var(--text-color3);
}

.tool-btn button:active, .ctools button:active {
    border: 1px solid var(--text-color2);
}

.com {
    display: flex;
    justify-content: center;
    align-items: center;
}

.com a {
    color: var(--back-color1);
}

.com a:hover {
    color: var(--back-color2);
}

.com>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 16px 30px;
    border-radius: 25px;
    margin-top: 50px;
    background-color: white;
}

.com span {
    color: black;
}

.com-title {
    font-size: 30px;
    color: black;
}

.com-des {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.com-des>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.com-des img {
    width: 30px;
}

.com-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media all and (max-width: 700px) {
    .tool {
        padding: 2px;
        gap: 8px;
    }

    .tool-title img {
        width: 30px;
        height: 30px;
    }

    .tool-title span {
        font-size: 15px;
    }

    .tool-des img {
        width: 20px;
        height: 20px;
    }

    .tool-des span {
        font-size: 12px;
    }

    .tool-btn button {
        font-size: 12px;
    }

    .com-title {
        font-size: 18px;
    }

    .com-des {
        font-size: 12px;
    }

    .com>div {
        padding: 3px;
        border-radius: 4px;
    }

    .com-name span {
        font-size: 0;
    }
}

.ctools {
    margin-top: 40px;
    width: 100%;
    background-color: black;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ctool {
    padding-top: 40px;
    /* background-image: url(../../res/img/tool-bg.jpg); */
}

.ctools * {
    color: white;
}

.ctool-title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.ctool-des {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    color: #eee;
}

.cboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.cbox {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    /* background-color: rgba(230, 230, 230, 0.7) */
}

.cbox * {
    color: white;
}

.cbox>div {
    display: flex;
    align-items: center;
    gap: 3px;
}

.cbox img {
    width: 40px;
}

.ctool-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.cslides {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.boc98.ctools {
    background-color: rgba(0, 0, 0, 0.2)
}

.boc98.ctools .cbox img {
    width: 30px;
}

.boc98.ctools .cbox {
    gap: 3px;
}

.wbtn1 {
    background-image: linear-gradient(90deg, #5fc53f, #218738);
    border-color: transparent !important;
    color: white !important;
    font-weight: bold;
}

.wbtn1:hover {
    background-image: linear-gradient(90deg, #218738, #5fc53f);
}

.wbtn1:active {
    background-image: linear-gradient(90deg, #5fc53f, #218738);
}

.wbtn2 {
    background-color: white !important;
    border: 2px solid #61C63F !important;
    color: #7DD061 !important;
    font-weight: bold;
}

.wbtn2:hover {
    background-color: #61C63F !important;
    border-color: #61C63F !important;
    color: white !important;
}

.wbtn2:active {
    background-color: #61E65F !important;
}