﻿@charset "utf-8";

.col1 {
    background: #093
}

.col2 {
    background: #F30
}

.col3 {
    background: #F90
}

.plq-sear {
    padding: 0 10px
}

    .plq-sear ul {
        position: relative;
        padding: 20px 0;
        background: #f7f7f7;
        border: 2px solid #ddd;
        font-size: 14px;
        -webkit-border-radius: 10px
    }

        .plq-sear ul li {
            padding: 10px 0 10px 146px;
            line-height: 37px;
            text-align: left;
            text-indent: -106px
        }

            .plq-sear ul li.last {
                position: absolute;
                top: 40px;
                right: 40px;
                width: 90px
            }

                .plq-sear ul li.last input {
                    width: 84px;
                    height: 84px;
                    background: #498FB8;
                    border: 3px solid #C6E3F1;
                    color: #fff;
                    font-size: 14px;
                    cursor: pointer;
                    -webkit-border-radius: 5px
                }

        .plq-sear ul .int {
            width: 80px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background: #fff;
            border: 1px solid #ccc;
            -webkit-border-radius: 5px
        }

        .plq-sear ul .int01 {
            width: 40px
        }

.plq-con {
    padding: 0 20px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 24px
}

    .plq-con p {
        padding-top: 10px
    }

    .plq-con h3, .plq-con h4 {
        padding-top: 10px;
        font-weight: 700
    }

.plq-detail {
    display: none;
    padding: 20px 0 10px;
    margin: 20px 10px 0;
    font-size: 14px;
    color: #498FB8;
    background: #EDF9FF;
    border: 2px solid #C6E3F1;
    -webkit-border-radius: 10px
}

    .plq-detail .hd h3 {
        text-align: center;
        font-size: 14px;
        font-weight: 800
    }

    .plq-detail .bd {
        margin: 0 auto;
        width: 640px;
        height: 260px;
    }

        .plq-detail .bd table {
            width: 80%;
            margin: 12px auto 0;
            background: #EDF9FF;
            border-collapse: collapse
        }

        .plq-detail .bd td {
            border: 1px #C6E3F1 solid;
            vertical-align: middle;
            text-align: center;
            height: 28px
        }

        .plq-detail .bd .top {
            float: left;
            width: 50%
        }

        .plq-detail .bd .bot {
            float: left;
            padding: 10px 0;
            width: 100%;
            text-align: center
        }

        .plq-detail .bd .dtitle1 td, .plq-detail .bd .dtitle2 td {
            color: #EDF9FF;
            background: #71abcd
        }

@media screen and (max-width:719px) {
    .plq-sear ul {
        padding: 0;
        background: 0 0;
        border: 0;
        -webkit-border-radius: 0
    }

        .plq-sear ul li {
            padding: 5px 0 5px 106px;
            line-height: 26px
        }

            .plq-sear ul li.last {
                position: static;
                padding: 10px 0;
                margin: auto;
                text-indent: 0
            }

                .plq-sear ul li.last input {
                    height: 40px
                }

        .plq-sear ul .int {
            width: 40px;
            height: 20px;
            line-height: 20px;
            -webkit-border-radius: 0
        }

        .plq-sear ul .int01 {
            width: 28px
        }

    .plq-detail {
        padding: 0;
        background: 0 0;
        border: 0
    }

        .plq-detail .bd {
            width: auto;
            height: auto
        }

            .plq-detail .bd table {
                width: 100%
            }

            .plq-detail .bd .top {
                width: 100%
            }

    .plq-con {
        padding: 0 10px 10px 10px;
    }
}
