
.release_bg{
    position: relative;
    width: 100vw;
    height: 100vh;
    min-width: 1200px;
    min-height: 800px;
    background: url(../images/release_bg.jpg) no-repeat 50%;
    background-size: cover;
}
.release_content{
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -600px;
    width: 1200px;
    text-align: center;
    color: #FFF;
    letter-spacing: 3px;
}
.release_title1{
    font-size: 42px;
    margin-bottom: 15px;
}
.release_title2{
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 100;
}
.release_btn{
    width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    background: #D69222;
    cursor: pointer;
    font-size: 22px;
    border-radius: 10px;
}


#head{
    width: 362px;
    padding: 40px 15px;
    margin: 0 auto;
    font-size: 14px;
}
input{
    display: block;
    width: 332px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #EBEBEB;
    margin-bottom: 20px;
    font-size: 14px;
}
textarea{
    display: block;
    width: 332px;
    height: 130px;
    padding: 10px 14px;
    resize: none;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    margin-bottom: 20px;
}
.msg{
    text-align: center;
    margin-bottom: 30px;
}
.btn{
    width: 362px;
    height: 60px;
    color: #98989C;
    background: #EFEFEF;
    cursor: pointer;
}