﻿body {
    font-family: "siyuanheiti-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
}

.xtool-navbar {
    background-color: rgba(0, 0, 0, 0.8);
}

.page_header {
    box-sizing: border-box;
    padding: 110px 0 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #409eff;
    font-family: Helvetica,HelveticaBold;
    border-bottom: 1px solid rgb(45, 84, 160);
}
.partner-desc-wrap {
    margin: 0 auto 20px;
    font-family: Helvetica,HelveticaBold;
}
.partner-desc-wrap p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Helvetica,Inconsolata;
}

.submit-success-tip.hidden {
    display: none;
}

.partner-desc-wrap h4 {
    font-size: 22px;
}
    .dealer-apply-wrap {
        margin: 0 auto;
        display: none;
    }

.dealer-apply-wrap.shown {
    display: block;
}

.dealer-apply-form {
    width: 100%;
    margin-bottom: 80px;
}

.dealer-apply-info {
    display: flex;
    flex-direction: column;
}

    .dealer-apply-info ul {
        width: 100%;
    }
        
        .dealer-apply-info ul li {
            width: 100%;
            list-style-type: none;
        }

            .dealer-apply-info ul li:first-child {
                font-size: 14px;
                font-weight: 600;
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .dealer-apply-info ul li input {
                width: 100%;
                padding: 10px;
                margin-bottom: 10px;
                border: 1px solid #ccc;
                border-radius: 5px;
                box-sizing: border-box;
            }

.apply-form-p {
    margin: 0;
    padding: 0;
}

.apply-btn-wrap {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.dealer-apply-btn {
    margin-top: 30px;
    padding: 10px 85px;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    cursor: pointer;
}

    .dealer-apply-btn:hover {
        background-color: #0069d9;
    }

.red-text {
    color: red;
}

@media(min-width:768px){
    .page_header {
        padding: 150px 0 40px;
    }
    .partner-desc-wrap {
        margin: 0 auto 35px;
    }
    .partner-desc-wrap p {
        font-size: 16px;
    }

    .dealer-apply-info ul li:first-child {
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dealer-apply-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }

        .dealer-apply-info ul {
            width: 48%;
        }
}
@media(max-width:767px) {
    .dealer-apply-btn {
        width: 100%;
    }
}