@media screen and (max-width: 1200px) {
    .warp {
        width: 100% !important;
    }
    .warp .left {
        width: 100% !important;
        /* height: auto !important; */
        min-height: auto !important;
        box-shadow: 2px 3px 3px rgb(0 0 0 / 20%);
    }
    .left-dv3 {
        width: 100% !important;
    }
    .left-dv3 p {
        width: 100% !important;
    }
    .le-li-a {
        width: 60% !important;
    }
    .bottom .bottom-box {
        margin-top: 15px;
        display: block;
        text-align: center;
    }
    .bottom-box .bot-sp2 {
        margin-left: 20px;
    }
    .warp .sp {
        width: 110px;
        display: inline-block;
        margin-top: 21px;
    }
    .warp .disply {
        width: 90% !important;
    }
    .le-li-warp-sp2 {
        margin-right: 0px !important;
    }
    .warp .bottom {
        display: none;
    }
    .warp .bottom_v2 {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 610px) {
    .warp .bot-btn1 {
        width: 18%;
        font-size: 12px;
        margin-left: 5px;
        height: 30px;
        line-height: 26px;
    }
    .warp .bot-btn2 {
        width: 18%;
        font-size: 12px;
        margin-left: 0px;
        height: 30px;
        line-height: 26px;
    }
    .warp .bot-sp1 {
        font-size: 12px;
        margin-left: 2px;
    }
    .warp .bot-sp2 {
        font-size: 12px;
        margin-left: 2px;
    }
    .warp #bot-inp {
        width: 13%;
        height: 30px !important;
        font-size: 14px;
        line-height: 30px;
    }
    .warp #bot-inp_v2 {
        width: 13%;
        height: 30px !important;
        font-size: 14px;
        line-height: 30px;
    }
    .warp .bot-sp3 {
        font-size: 12px;
    }
    .warp .bot-btn3 {
        width: 12%;
        font-size: 12px;
        height: 30px;
        line-height: 26px;
    }
    .warp .bot-sp4 {
        width: 12%;
        font-size: 12px;
        margin-left: 0px;
    }
    .warp .le-li .disply {
        width: 86% !important;
    }
    .warp .bot-sp5 {
        font-size: 12px;
        margin-left: 2px;
    }
    .warp .bot-btn4 {
        width: 14%;
        font-size: 12px;
        margin-left: 0px;
        height: 30px;
        line-height: 26px;
    }
    .warp .bot-btn5 {
        width: 14%;
        font-size: 12px;
        margin-left: 0px;
        height: 30px;
        line-height: 26px;
    }
}

.warp {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

body {
    background-color: #ffffff !important;
}
.headLeft{
    width: 185px;
}
.headRight{
    width: 630px;
    float: right;
}
.cBack{
    width: 100%;
}
.content{
    width: 100%;
    height: 820px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}
.title{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #EFF8FF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
    color: #005796;
    text-align: center;
}
.text{
    padding: 30px 60px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-indent: 2em;
}
.text p{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}
.qrCode{
    width: 275px;
    height: 275px;
    border: 3px solid #7DCAFA;
    margin: 20px auto;
    background-image: url('../../../image/forRecordCollectionQrcode.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.qrCodeName{
    width: 400px;
    margin: 0 auto;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.but{
    width: 774px;
    height: 85px;
    line-height: 85px;
    background: #2964E6;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin: 22px auto;
    cursor: pointer;
}
.content2{
    display: none;
    border: 1px solid #E0E0E0;
}
.returnBtn{
    font-size: 31px;
    font-weight: 500;
    color: #005796;
    line-height: 59px;
    text-align: right;
    cursor: pointer;
    margin-right: 50px;
}
.form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.form_left,.form_right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 100px;
    box-sizing: border-box;
}
.form .item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}
.form .item:nth-child(2n){
    margin-left: 80px;
}
.form .item .lable{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
    position: relative;
} 
.form .item .input{
    width: 318px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D2D2D2;
    padding: 0 5px;
}
.form .item .input2{
    width: 911px;
    height: 182px;
    background: #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    border: 1px solid #D2D2D2;
    margin-right: 100px;
}
.form .item .addFile{
    width: 107px;
    height: 107px;
    cursor: pointer;
}
.form .item img{
    width: 100%;
    height: 100%;
}
.form .item .tip{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    position: absolute;
    bottom: -30px;
    left: 60px;
}
#fileList{
    width: 100%;
    margin-top: 40px;
    padding-left: 185px;
    font-size: 14px;
    color: #4377bf;
}
.fileName{
    cursor: pointer;
    text-decoration: underline;
}
.deleteFiles{
    display: none;
    margin-left: 50px;
}
#fileList div:hover .deleteFiles{
    display: inline-block;
    cursor: pointer;
}
.willChoose{
    color: red;
    position: absolute;
    top: -3px;
    left: -10px;
}
.submitBtn{
    width: 106px;
    height: 30px;
    background: #2A65B5;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-top: 100px;
    cursor: pointer;
}
.message{
    width: 400px;
    position: fixed;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    padding: 10px 20px;
    opacity: 0;
    transition: 0.8s;
    z-index: 6;
    border-radius: 4px;
    border: 1px solid;
}
.messageERR{
    top: 2% !important;
    opacity: 1 !important;
    color: #f56c6c;
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.messageSuccess{
    top: 2% !important;
    opacity: 1 !important;
    color: #67c23a;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.row {
    margin-top: 15px;
}
.fr{
    margin-left: 500px;
}
.left {
    width: 891px;
    min-height: 912px;
    display: inline-block;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.r1 {
    width: 296px;
    /* height: 456px; */
    float: right;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.r2 {
    width: 296px;
    /* height: 214px; */
    float: right;
    margin-top: 20px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.r3 {
    width: 296px;
    /* height: 253px; */
    float: right;
    margin-top: 20px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.right {
    width: 296px;
    float: right;
}

.rd-sp {
    margin-top: 15px;
    font-size: 20px;
    vertical-align: bottom;
    color: #292828;
    font-weight: 700;
    font-stretch: normal;
}

.rd-img {
    margin: 10px 5px 0px 15px;
    text-align: bottom;
}

.r1-top {
    margin-bottom: 26px;
}

.ri-li {
    margin-left: 15px;
    margin-top: 21px;
    width: 259px;
    /* height: 43px; */
    display: flex;
}

.ri-li-sp {
    width: 240px;
    /* height: 43px; */
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 24px; */
    letter-spacing: 0px;
    color: #585858;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 16px;
    float: left;
    height: 20px;
    white-space: nowrap;
}

.ri-li-dv {
    width: 3px;
    height: 3px;
    background-color: #b5b4b4;
    margin-top: 12px;
}

.r2-dv {
    margin: 18px 17px 0px 13px;
    display: inline-block;
}

.r2-dv span {
    width: 48px;
    height: 30px;
    font-family: Source Han Sans CN;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #585858;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}

.r2-dv-dv {
    width: 50px;
    height: 51px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    border-radius: 50%;
    position: relative;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.r2-dv-dv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rs-img {
    margin: 0 auto;
    display: block;
}

.left-dv {
    margin: 14px 0px 0px 25px;
}

.left-dv img {
    width: 20px;
    height: 16px;
}

.left-dv-sp {
    height: 24px;
    font-family: Source Han Sans CN;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #0A6ABC;
    margin-left: 8px;
}

.le-li {
    /* padding: 10px; */
}

.le-li-dv {
    width: 3px;
    height: 3px;
    background-color: #b5b4b4;
    display: inline-block;
    /* vertical-align: ; */
    vertical-align: super;
    margin-left: 25px;
    margin-right: 10px;
}

.le-li-a {
    /* width: 841px; */
    display: inline-block;
    /* margin: 0px -7px 0px 16px; */
    vertical-align: middle;
    width: 600px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 43px;
    line-height: 43px;
}

.le-li-warp {
    display: flex;
    justify-content: space-between;
}

.le-li-warp-sp1 {
    height: 43px;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 0px;
    width: 600px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.le-li-warp-sp2 {
    height: 43px;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 0px;
    color: #c5bfc5;
    margin-right: 20px;
}

.bottom {
    /* width: 891px; */
    margin: 0px 8px;
    margin-top: 20px;
    /* text-align: center; */
}

.bottom_v2 {
    /* width: 891px; */
    margin: 0px 8px;
    margin-top: 20px;
    /* text-align: center; */
    display: none;
}

.bot-btn1 {
    width: 80px;
    height: 39px;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    cursor: pointer;
}

.bot-btn2 {
    width: 80px;
    height: 39px;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-left: 10px;
    cursor: pointer;
}

.bot-btn4 {
    width: 80px;
    height: 39px;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-left: 10px;
    cursor: pointer;
}

.bot-btn5 {
    width: 80px;
    height: 39px;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-left: 10px;
    cursor: pointer;
}

.bot-sp1 {
    width: 62px;
    height: 20px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-left: 10px;
}

.bot-sp5 {
    width: 62px;
    height: 20px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-left: 8px;
}

.bot-sp5 span {
    font-weight: 700;
    color: #000000;
}

.bot-sp4 span {
    font-weight: 700;
    color: #000000;
}

.bot-sp2 {
    width: 60px;
    height: 20px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-left: 24px;
}

#bot-inp {
    width: 56px;
    height: 39px;
    background-color: #ffffff;
    border: solid 1px #bebebe;
    outline: none;
    padding: 0px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #3A3A3A;
    line-height: 39px;
}

#bot-inp_v2 {
    width: 56px;
    height: 39px;
    background-color: #ffffff;
    border: solid 1px #bebebe;
    outline: none;
    padding: 0px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #3A3A3A;
}

.bot-sp3 {
    width: 20px;
    height: 18px;
    font-family: Source Han Sans CN;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
}

.bot-btn3 {
    width: 60px;
    height: 39px;
    background-color: #d50000;
    border: none;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    vertical-align: bottom;
    border-radius: 5px;
    cursor: pointer;
}

.disply {
    display: inline-block;
    width: 95%;
}

.bottom-box {
    display: inline;
}

.bot-sp4 {
    width: 62px;
    height: 20px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #3a3a3a;
    margin-left: 10px;
}

.le-li-warp-sp1:hover {
    color: #0062d5;
}