* {
    font-size: 12px;
}

header {
    height: 36px;
    background: #fff;
}

    header a {
        margin-left: 5%;
    }

        header a img {
            width: 180px;
            height: 36px;
        }

#background_pic {
    width: 90%;
    height: 360px;
    background: url(../../images/pte_women.jpg) no-repeat center center;
    margin: 0 auto;
}

.background_p1 {
    position: absolute;
    color: #fff;
    height: 48px;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    top: 140px;
}

.background_p2 {
    position: absolute;
    color: #fff;
    height: 32px;
    font-size: 22px;
    font-family: inherit;
    width: 100%;
    text-align: center;
    top: 200px;
}

.background_p3 {
    position: absolute;
    color: #fff;
    height: 32px;
    font-size: 22px;
    font-family: inherit;
    width: 100%;
    text-align: center;
    top: 240px;
}

main {
    width: 80%;
    margin: 40px auto;
    padding: 0 1%;
}

    main .cont {
        display: flex;
        justify-content: space-around;
        padding: 12px 0;
    }

        main .cont .type1 {
            width: 16%;
            padding: 12px 12px;
            height: 80px;
            border: solid 2px #191970;
            background: #483D8B;
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
        }



    main #survey {
        margin-top: 20px;
    }

        main #survey .survey_content {
            background: #fff;
            padding: 0 2%;
        }

            main #survey .survey_content ul li {
                height: auto;
                margin: 12px 0;
            }

                main #survey .survey_content ul li .question {
                    height: 32px;
                    line-height: 32px;
                    font-size: 12px;
                    padding: 2px 0;
                }

.survey_content label {
    display: inline-block;
    width: 30%;
    height: 32px;
}

    .survey_content label span, input {
        vertical-align: middle;
    }

.survey_content .answer_country label:last-child {
    width: 50%;
}

#country_others {
    display: none;
    border: none;
    width: 50%;
    height: 28px;
    border-bottom: solid 1px #ccc;
    outline: none;
}

.survey_content .answer_channel label {
    width: 40%;
}

    .survey_content .answer_channel label:last-child {
        width: 40%;
    }

        .survey_content .answer_channel label:last-child #channel_others {
            display: none;
            border: none;
            width: 50%;
            height: 28px;
            border-bottom: solid 1px #ccc;
            outline: none;
            margin-left: 12px;
        }

.survey_content .answer_reason label {
    width: 45%;
}

    .survey_content .answer_reason label:last-child {
        width: 35%;
    }

        .survey_content .answer_reason label:last-child #reason_others {
            display: none;
            border: none;
            width: 50%;
            height: 28px;
            border-bottom: solid 1px #ccc;
            outline: none;
            margin-left: 12px;
        }

.survey_content label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    border: solid 1px #ccc;
    border-radius: 50%;
}

.survey_content label span {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    font-size: 12px;
}

.survey_contact {
    margin: 20px auto;
}

.type_tit {
    height: 48px;
    margin: 12px 0;
    background: #fff;
}

    .type_tit span {
        display: inline-block;
        width: 20%;
        background: #37a7ec;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 48px;
    }

.survey_contact ul li {
    height: 64px;
}

.survey_contact ul {
    min-height: 180px;
}

    .survey_contact ul li span {
        display: inline-block;
        width: 18%;
        height: 48px;
        line-height: 48px;
        text-align: right;
        margin: 12px 0;
    }

    .survey_contact ul li i {
        font-style: normal;
        color: red;
    }

    .survey_contact ul li input {
        width: 50%;
        height: 32px;
        border: none;
        border-bottom: solid 1px #ccc;
    }

    .survey_contact ul li p {
        width: 100%;
        height: 64px;
    }

        .survey_contact ul li p button {
            display: inline-block;
            width: 80px;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            background: #37a7ec;
            color: #fff;
            border: solid 1px #37a7ec;
            border-radius: 3px;
            text-align: center;
            margin: 20px 0 0 40%;
        }

.ewmFixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    width: 160px;
    text-align: center;
    background: #eee;
    padding: 10px 0;
}

    .ewmFixed p {
        font-size: 10px;
    }
