﻿* {
    margin: 0;
    padding: 0;
}

body {
    max-width: 640px;
    : "Microsoft YaHei";
    font-size: .16rem;
}

/* 内容部分 */
.cq_container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.cq_container form {
    width: 90%;
    background-color: #ffffff;
    margin: auto;
    margin-top: 2rem;
    position: relative;
}

.cq_container .form_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: auto;
}

.cq_container .form_title span {
    display: inline-block;
    font-size: .4rem;
    color: rgb(51, 51, 51);
    margin-top: .38rem;
    margin-bottom: .12rem;

}

.cq_container .form_title p {
    font-size: .22rem;
    color: rgb(102, 102, 102);
    margin-bottom: .26rem;
}

.cq_container .form_content {
    width: 90%;
    margin: auto;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.identity input {
    width: 4.74rem;
    border: none;
    outline: none;
    margin-top: .1rem;
}

.cq_container .form_title p {
    font-size: .22rem;
    color: rgb(102, 102, 102);
    margin-bottom: .26rem;
    white-space: nowrap;
}

.cq_container .form_content {
    width: 100%;
    margin: auto;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.form-group2 p {
    display: block;
    width: 30%;
    text-align: left;
    height: .64rem;
    line-height: .64rem;
    float: left;
    font-size: .24rem;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    margin-left: 3%;
}

.diffeStyleBottom input {
    margin-top: .2rem;
    border: none;
    width: 3.2rem;
    outline: none;
}

.diffeStyleBottom {
    margin-top: .1rem;
}

.cq_container form button {
    width: 90%;
    height: .8rem;
    background-color: #0099e5;
    border: none;
    border-radius: 2px;
    outline: none;
    font-size: .3rem;
    color: rgb(249, 247, 248);
    margin-top: .35rem;
    margin-bottom: .25rem;
}

.form_content > p {
    font-size: .2rem;
    color: rgb(136, 136, 136);
    text-align: center;
}

.diffeStyle {
    display: none;
}

.form-group2 {
    display: flex;
    flex-wrap: nowrap;
    width: 90%;

    padding-bottom: 2%;
}

.form-group2 label {
    border: 1px solid #0099e5;
}

.form-group2 label {
    width: 30%;
    line-height: 40px;
    font-size: 14px;

    text-align: center;
    border-radius: 5px;
    border: 1px solid #0099e5;
    margin-left: 8px;
}

select, input, img, select {
    vertical-align: middle;
}

.form-group2 label {
    width: 25%;
    line-height: .66rem;
    font-size: .2rem;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0099e5;
    margin-left: 6%;
}

input[type="radio"] {
    display: none;
}

label {
    cursor: default;
}

.form-group2 .active {
    background: #0099e5;
    color: #fff;
    border: 1px solid transparent;
}

.label_box {
    width: 4.8rem;
    height: 1.46rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.label3 {
    background-color: #0099e5;
    color: #fff;
}

.close-btn {
    font-size: 24px;
    color: #333333;
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    text-decoration: none
}

.close-btn a {
    font-size: 24px;
    color: #333333;
    position: absolute;
    top: -86px;
    right: -5px;
    cursor: pointer;
    text-decoration: none;
}