.main {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    bottom: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    display: block;
    justify-content: top;
    flex-direction: column;
}

.title {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 112px;
    text-align: center;
}

.pic {
    margin-top: 40px;
    flex-direction: column;
}

.pic_img {
    width: 400px;
    height: 200px;
}

.pic_text {
    margin-top: 20px;
}

.btn {
    margin-top: 40px;
    /*margin-left: -80px;*/
    text-align: center;
    width: 800px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #00B1FA;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    display: inline-block;
    line-height: 80px;
}
.upload_reveal {
    background-color: #00B1FA;
    float: right;
    display: inline-block;
    width: 200px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: whitesmoke;
    font-size: 30px;

}

.upload_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*透明度为0*/
    opacity: 0;
    cursor: pointer;
}

.result_success {
    display: none;
    width: 900px;
    color: #00FF00;
    background-image: url("/images/img/border_kk.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.icon {
    width: 79px;
    height: 74px;
    position: relative;
    left: 364px;
    top: -75px;
}

.success_title {
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    margin-left: 8px;
    margin-top: -23px;

}

.success_pic {
    position: absolute;
    top: 147px;
    left: 340px;
    z-index: -10;
}

.green {
    position: relative;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1FAC78;
    line-height: 112px;
}

.green img {
    margin-right: 10px;
    vertical-align: middle;
}

.contain {
    width: 800px;
    border: solid 50px transparent;
    border-image:url("/images/img/border_kk.png");
    border-image-slice: 51 50 50 50;
    border-image-repeat: round;
    background-size: 100% 100%;
    margin-left: 20px;
    margin-top: 35px;
    margin-bottom: 30px;
    background-position: center;

}

.ul_list {
    width: 630px;
    margin-left: 30px;
    margin-bottom: 70px;
}
.ul_list li{
    color: #2E2E2E;
    width: 100%;
    padding-left: 65px;
    padding-right: 65px;
    margin-bottom: 18px;
    position: relative;
}
.list {
    border-top: 1px solid #EDEDED;
    padding-top: 18px;
}

.result_err {
    display: none;
    width: 900px;
    height: 500px;
    color: #00FF00;
    background-image: url("/images/img/border_kk.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
.red {
    position: relative;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: bold;
    color: #F85951;
    line-height: 112px;
    margin-top: 88px;
}

.err_contain {
    height: 550px;
}
