body {
    background: #fffefe;
    overflow-x: hidden;
}

label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgb(68, 68, 68);
    position: relative;
    margin-right: 42px;
}

label::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: text-bottom;
    background-color: #DBDBDB;
    margin-bottom: 3px;
}

label::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 4px;
    background-color: white;
    margin-bottom: 3px;
}

input:checked+label::before {
    background-color: #FF6874;
}

input:checked+label::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 4px;
    background-color: white;
}

input::-webkit-input-placeholder {
    color: #bbbbbb;
}

input::-moz-placeholder {
    color: #bbbbbb;
}

input:-moz-placeholder {
    color: #bbbbbb;
}

input:-ms-input-placeholder {
    color: #bbbbbb;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

textarea::-webkit-input-placeholder {
    color: #bbbbbb;
}

textarea:-moz-placeholder {
    color: #bbbbbb;
}

textarea::-moz-placeholder {
    color: #bbbbbb;
}

textarea::-ms-input-placeholder {
    color: #bbbbbb;
}

.content {
    padding: 0 21px;
}

.problemType {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.problemType label,
.productType label {
    cursor: pointer;
    position: relative;
}

.problemType input,
.productType input {
    display: none;
}

.Complaint {
    padding-right: 21px;
    border-bottom: 1px solid #e8e8e8;
}

.ComplaintContent {
    border: none;
    background: #F2F2F2;
    border-radius: 5px;
    resize: none;
    margin-top: 13px;
    margin-bottom: 10px;
    outline: medium;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding: 12px;
    height: 109px;
    width: 100%;
}

.photoUpload {
    border-bottom: 1px solid #e8e8e8;
    display: flow-root;
}

.z_photo {
    width: 100%;
    height: 98px;
    margin: 10px 0;
}

.z_photo img {
    width: 97px;
    height: 100px;
}

.z_addImg {
    float: left;
    margin-right: 20px;
}

.z_file {
    width: 98px;
    height: 98px;
    background: url(../images/upload.png) no-repeat;
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.z_file input::-webkit-file-upload-button {
    width: 100px;
    height: 100px;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file {
    display: block;
    width: auto;
    border: 0;
    vertical-align: middle;
}

.photoUpload input {
    display: none;
}

.productType {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.productType div,
.problemType div {
    display: inline-block;
}

.productType div:nth-child(4) label {
    margin-right: 82px;
}

@media (min-width: 679px) {
    .productType div:nth-child(4) label {
        margin-right: 42px;
    }
}

.productType div:nth-child(4),
.productType div:nth-child(5) {
    margin-bottom: 0;
}

.phoneInput {
    border-bottom: 1px solid #e8e8e8;
}

.phoneInput input,
.codeInput input {
    margin: 26px 0 26px 12px;
    border: none;
    outline: medium;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    min-width: 92%;
}

.phoneInput div {
    display: inline-block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgb(255, 1, 1);
    float: right;
    line-height: 78px;
    margin-right: 10px;
}

.codeInput {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.codeInput input {
    display: inline-block;
    min-width: 65%;
}

.codeInput button {
    display: inline-block;
    width: 113px;
    height: 49px;
    background: rgb(255, 104, 116);
    behavior: url(js/PIE.htc);
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgb(255, 255, 255);
    border: none;
    outline: medium;
    position: absolute;
    top: 15%;
    right: 1%;
}

.footer {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.red-btn {
    background: rgb(255, 104, 116);
    behavior: url(js/PIE.htc);
    border-radius: 5px;
    width: 184px;
    height: 49px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgb(255, 255, 255);
    border: none;
    outline: medium;
    display: inline-block;
}

.footer button:nth-child(2) {
    background: #E1E1E1;
    color: black;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.blackoveride {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    background: black;
    z-index: 1001;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.wihte_con {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    z-index: 1002;
    overflow: hidden;
}

.productType div:nth-child(5) {
    margin-right: 38px;
}

#must{
    display: none;
}