﻿.topNavSeachBox {
    display: block;
}

.topNavSeachBoxColor {
    display: none;
}

.topNavSeachInput {
    border-left: 2px solid #dddddd;
    font-size: 35px;
    font-weight: 600;
    height: 50px;
    vertical-align: central;
    margin-left: 50px;
    color: #686868;
    margin-right: 70px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.proxy {
    margin-top: 40px;
}

.dltitle {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.line {
    width: 600px;
    border: 1px solid #dddddd;
    height: 1px;
    margin: 0 auto;
    margin-top: -7px;
    margin-bottom: 40px;
}

.dlInfo {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

    .dlInfo > img {
        margin-right: 60px;
        margin-left: 180px;
    }

.Join {
    background: #edecec;
    margin-bottom: 50px;
    padding-top: 50px;
}

.category {
    margin-left: 150px;
}

    .category > ul > li {
        display: inline-block;
        margin-right: 150px;
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: 700;
    }

.woshou {
    display: flex;
    align-items: center;
    margin-left: 150px;
    margin-bottom: 50px;
}

    .woshou > ul {
        margin-left: 150px;
    }

        .woshou > ul > li {
            margin-top: 10px;
            margin-bottom: 40px;
            display: flex;
            align-items: center;
            font-size: 23px;
            font-weight: 400;
        }

.AgencyChannel {
    background: #edecec;
    margin-bottom: 50px;
    padding-top: 50px;
}

.contactInfo {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    padding-left: 300px;
}

    .contactInfo > p {
        margin-left: 50px;
    }

.jionbtn {
    color: white;
    background-color: orangered;
    font-size: 25px;
    font-weight: 400;
    border: 0px;
    width: 250px;
    height: 40px;
    border-radius: 25px;
}