.contact_us {
    padding: 20px 0;
    box-sizing: border-box;
}

.contact_us p:first-child {
    font-size: 18px;
    font-weight: bold;
}

.contact_us .manner_way {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.contact_us .manner_way li {
    width: 24% !important;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}

.contact_us .manner_way li p {
    margin-top: 25px;
}
.contact_us .manner_way li p a {
    color: #666666;
    font-size: 16px;
    width: auto;
    text-decoration: none;
    background-color: transparent !important;
}
.report_new {
    margin-top: 30px;
}

.report_new div{
    padding: 10px;
}


.report_new span,.report_new .info .upload_text {
    display: block;
    width: 80px;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}

.report_new p:first-child {
    font-size: 18px;
    font-weight: bold;
}
.report_new .info{
    overflow: hidden;
    position: relative;
}
.report_new .info input,.report_new .info textarea{
    font-size: 14px;
}
.report_new .info input::-webkit-input-placeholder {
    font-size: 14px
}
.report_new .info textarea::-webkit-input-placeholder {
    font-size: 14px
}

.report_new .info input:-moz-placeholder {
    font-size: 14px
}
.report_new .info textarea:-moz-placeholder {
    font-size: 14px
}

.report_new .info textarea::-moz-placeholder {
    font-size: 14px
}
.report_new .info input::-moz-placeholder {
    font-size: 14px
}

.report_new .info textarea::-ms-input-placeholder {
    font-size: 14px
}
.report_new .info input::-ms-input-placeholder {
    font-size: 14px
}

.report_new .info textarea {
    border: 1px solid #c0c4cc !important;
    outline: none;
    /*边线不显示*/
    resize: none;
    /*禁止拉伸*/
    background: #fff;
    appearance: none;
    border-radius: 5px;
    width: 50%;
    height: 100px;
    padding: 10px;
    resize: none;
}


.report_new .info button {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border-radius: 4px;
    font-size: 14px;
    width: 150px;
    height: 32px;
}
.report_new .info input {
    outline-style: none;
    border: 1px solid #c0c4cc;
    border-radius: 5px;
    width: 50%;
    padding: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: "Microsoft soft";

}

.report_new .info input:focus {
    /* border-color: #f07b00; */
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        #f07b00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        #f07b00; */
}

.el-upload {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    width: 122px;
    height: 122px;
    cursor: pointer;
    line-height: 98px;
    vertical-align: top;
    position: relative;
    display: inline-block;
}
.el-icon-plus{
    background: transparent !important;
}
.el-icon-plus:before {
    content: "+";
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #c0ccda;
    transform: translate(-50%, -60%);
}

.el-upload input {
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}
.img_prompt{
   position: absolute;
   bottom: 50px;
   font-size: 12px;
   height: 20px;
   left: 0px;
   z-index: 2;
   width: 100%;
   text-align: center;
}

/* 显示照片 */
.upload-display{
    display: inline-block;
    height: 122px;
    padding: 0 !important;
    box-sizing: border-box;
}
.upload-display div{
    width: 122px;
    height: 122px;
    position: relative;
    border: 1px dashed #c0c4cc;
    display: inline-block;
    margin-right: 15px;
    padding: 5px;
    box-sizing: border-box;
}
.upload-display div img{
    margin: 0 !important;
    width: 100%;
    height: 100%;
}
.upload-display div span{
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 16px;
    font-weight: normal;
    color: #c0c4cc;
    font-weight: bold;
    cursor: pointer;
    z-index: 4;
}
.upload-display :after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.upload-display{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.upload-display div{
    padding: 0 !important;
}
.upload-display div span{
    display: inline !important;
    width: auto;
    margin: 0;
    font-size: 12px;
}
@media (max-width:800px) {
    .contact_us .manner_way {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .contact_us .manner_way li {
        width: 48% !important;
        height: 180px;
        margin-top: 10px;
        padding: 30px 0;
    }
    .contact_us .manner_way li p a{
        font-size: 14px;
    }
    .contact_us .manner_way li p a span{
        display: block;
    }
    .contact_us .manner_way li:nth-child(3) p{
        margin-top: 10px;
    }
    .contact_us .manner_way li:last-child span{
        /* margin-top: 10px; */
    }
    .idVerifyPage .content{
        padding: 0 10px 20px;
    }
    .report_new div{
        padding: 10px 0;
    }
    .report_new span, .report_new .info .upload_text {
        font-size: 14px;
        width: 60px;
    }
    .report_new .info input,.report_new .info textarea {
        width: calc(100% - 80px);
    }
    .report_new .info button {
        width: 100%;
    }
    .show_upload_img{
        display: block;
        margin-top: 20px;
    }
    .report_new span,.report_new .info .upload_text {
        display: inline-block;
        float: none;
    }
    .report_new .info .upload_text{
        display: inline-block block;
        margin-bottom: 10px;
    }

    .upload-display{
        /* width: 100% !important; */
        height: auto;
        display: inline-block;
        margin-top: 10px;
    }
    .upload-display div{
        min-width: 122px;
        min-height: 122px;
        width: 47%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .upload-display div:nth-child(2n-1){ 
        margin-right: 4% !important;
    }
    .el-upload{
        width: 47% !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
    @media (max-width:320px) {
        .el-upload{
            width: 46% !important;
        }
    }
}