.main{
    width: 1200px;
    margin: 0px auto 0;
    position: relative;
}

.item_img img{
    width: 1200px;
    height: 400px;
}

.item_wp{
    width: 1200px;
    height: 400px;
    margin-top: 160px;
    position: absolute;
    top: 0px;
}

.order_wp{
    width: 1200px;
    height: 400px;
    margin-top:50px;
    background: url(../imgs/5.png) no-repeat;
    background-size: cover;
    position: relative;
}

.order_text{
    position: absolute;
    font-size: 45px;
    top: 140px;
    left: 160px;
}

.order_wp a{
    text-decoration: none;
    color: black;
}

.order_button{
	position: absolute;
    padding: 5px 10px;
    font-size: 30px;
    /* border-style: solid; */
    top: 219px;
    left: 655px;
    border-radius: 10px;
    background: #4acedb;
}
}
