
body {
    background-image: url('http://www.luohewmw.gov.cn/image/Lark20210207-110959.jpeg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5000px;
}


.warp {
    max-width: 1200px;
    margin: 0 auto;
}

.item-common {
    width: 1200px;
    height: 1520px;
   
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.item-one {
    background-image: url('http://www.luohewmw.gov.cn/image/Lark20210207-111019.png');
    margin-top: 900px;
}

.item-two {
    background-image: url('http://www.luohewmw.gov.cn/image/Lark20210207-111046.png');
}

.item-three {
    background-image: url('http://www.luohewmw.gov.cn/image/Lark20210207-111034.png');
}

.item-common .content {
    position:absolute;
    top: 400px;
    left: 80px;

    width: 1000px;
    color: #ffffff;
    line-height: 60px;
    font-size: 25px;

}

.item-common .content  button {
    width: 200px;
    height: 45px;
    border: 0;
    border-radius: 10px;
    outline: none;
   
}

.henan-back-warp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.6);
}

.henan-back-warp-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 7px;
    width: 1200px;
    height: 600px;
    overflow-y: scroll;
    line-height: 40px;
    font-size: 20px;

    padding-left: 20px;
    padding-right: 20px;

    text-indent: 10px;

    padding-top: 20px;
}

.henan-back-warp-content button {
    float: right;
    width: 100px;
    height: 40px ;

    color: #ffffff;
    border: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    outline: none;
    background-color: #D9534F;
}

.henan-back-warp-content-button {
    outline: none;
}



