﻿body {
    background-color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wd_position {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

    .wd_position a {
        display: inline-block;
        font-size: 12px;
        color: #999;
        padding: 0 5px;
    }

.wd_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto;
}

    .wd_top .top_left {
        width: 250px;
        text-align: center;
        color: #0aa360;
        font-size: 30px;
    }

    .wd_top .top_center {
        width: 580px;
    }

        .wd_top .top_center .tips {
            font-size: 24px;
            text-align: center;
            margin-bottom: 15px;
        }

            .wd_top .top_center .tips span {
                color: #0aa360;
            }

        .wd_top .top_center .search_bar {
            display: flex;
        }

            .wd_top .top_center .search_bar input {
                width: 460px;
                height: 46px;
                border: 1px solid #eaeaea;
                border-right: 0;
                padding-left: 30px;
                background: url('images/icon1.png') no-repeat 10px center;
            }

            .wd_top .top_center .search_bar button {
                width: 115px;
                height: 46px;
                text-align: center;
                line-height: 46px;
                background-color: #0aa360;
                color: #fff;
                cursor: pointer;
                font-size: 16px;
            }

    .wd_top .top_right {
        display: flex;
        flex-direction: column;
        width: 270px;
        height: 80px;
        justify-content: center;
        background: url('images/icon2.png') no-repeat 30px center;
        padding-left: 90px;
    }

        .wd_top .top_right .title1 {
            font-size: 16px;
        }

        .wd_top .top_right .title2 {
            font-size: 12px;
            color: #888;
        }

.wd_content {
    margin-bottom: 100px;
}

.content_r {
    width: 270px;
    float: right;
}

.form_container {
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    box-shadow: 0px 0px 10px rgba(238,238,238,.8);
}

    .form_container .title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .form_container .number {
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 28px;
        margin-bottom: 10px;
    }

        .form_container .number span {
            display: inline-block;
            width: 24px;
            height: 28px;
            text-align: center;
            line-height: 28px;
            color: #fff;
            font-size: 22px;
            background-color: #ff5723;
            border-radius: 3px;
            margin: 0 3px;
        }

.form_list li {
    margin-bottom: 20px;
}

    .form_list li input[type='text'] {
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

    .form_list li:nth-child(3) {
        display: flex;
    }

    .form_list li select {
        width: 140px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ddd;
        padding: 0 10px;
        background-color: transparent;
    }

        .form_list li select:nth-child(1) {
            margin-right: 14px;
        }

    .form_list li input[type='button'] {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        background-color: #ff6c14;
        cursor: pointer;
        outline: 0;
        border: 0;
    }

.safty_service {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 5px;
}

    .safty_service a:hover {
        color: #333;
    }

    .safty_service input {
        margin-right: 5px;
    }

.form_tips {
    font-size: 12px;
    color: #999;
}

.case_continer {
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    box-shadow: 0px 0px 10px rgba(238,238,238,.8);
}

    .case_continer .title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .case_continer .case_list li {
        width: 114px;
        float: left;
    }

        .case_continer .case_list li .case_cover {
            width: 100%;
            height: 80px;
            overflow: hidden;
        }

        .case_continer .case_list li:nth-child(1) {
            width: 100%;
        }

            .case_continer .case_list li:nth-child(1) .case_cover {
                width: 100%;
                height: 180px;
                overflow: hidden;
            }

                .case_continer .case_list li:nth-child(1) .case_cover img {
                    width: 100%;
                    height: 180px;
                }

        .case_continer .case_list li:nth-child(2) {
            margin-right: 12px;
        }

.case_list li .case_cover img {
    display: block;
    width: 100%;
    height: auto;
}

.case_continer .case_list li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_continer .case_list li:hover p {
    color: #0aa360;
}

.tag_container {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    box-shadow: 0px 0px 10px rgba(238,238,238,.8);
}

    .tag_container .title {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 15px;
    }

        .tag_container .title a {
            float: right;
            font-size: 12px;
        }

.tag_content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .tag_content a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        background-color: #f5f5f5;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

#newBridge {
    display: none !important;
}

.qa-container {
    padding: 34px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(238,238,238,.8);
    box-shadow: 0px 0px 10px rgba(238,238,238,.8);
}

    .qa-container .count-numer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }

        .qa-container .count-numer span {
            display: block;
            border-radius: 5px;
            background-color: rgb(255, 108, 20);
            width: 30px;
            text-align: center;
            height: 36px;
            line-height: 36px;
            font-size: 30px;
            color: #fff;
            margin-right: 4px;
        }

            .qa-container .count-numer span:last-child {
                margin-right: 0;
            }

    .qa-container .qa-text {
        text-align: center;
        color: #555;
        margin-bottom: 30px;
    }

    .qa-container .qa-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .qa-container .qa-btns p {
            width: 90px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            cursor: pointer;
        }

        .qa-container .qa-btns .ask {
            background-color: rgb(255, 108, 20);
            color: #fff;
        }

        .qa-container .qa-btns .answer {
            background-color: #fff;
            color: rgb(255, 108, 20);
            border: 1px solid rgb(255, 108, 20);
        }
