@charset "UTF-8";

















footer{
    padding: 52px 0 68px;
    background-color: #333;
}
footer > div{
    overflow: hidden;
    width: 90%;
    margin: auto;
}
footer > div .left{
    float: left;
    width: 38%;
}
footer > div .left h2{
    margin-bottom: 10px;
    color: white;
    font-size: 24px;
}
footer > div .left i{
    display: block;
    width: 246px;
    height: 2px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,.12);
}
footer > div .left p{
    color:rgba(255,255,255,.5) ;
    font-size: 13px;
    line-height: 30px;
}
footer > div .left ul{
    margin-top: 50px;
}
footer > div .left ul li{
     display: inline-block;
}
footer > div .left ul li + li{
    margin-left: 20px;
}
footer > div .right{
    float: right;
    width: 60%;
    padding-top: 10px;
}
footer > div .right input{
    width: 30%;
    height: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #4c4c4c;
    background-color: #333;
    color: rgba(255,255,255,.5);
    font-size: 14px;
}
footer > div .right input + input{
    margin-left: 4%;
}
footer > div .right textarea{
    width: 100%;
    height: 73px;
    margin-top: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #4c4c4c;
    background-color: #333;
    color: rgba(255,255,255,.5);
    resize:none;
    outline:none;
}
footer > div .right #button{
    width: 90px;
    height: 30px;
    margin-top: 30px;
    border: 1px solid #4c4c4c ;
    background-color: #333;
    color: rgba(255,255,255,.5);
    cursor: pointer;
}
@media screen and (max-width: 768px){
    footer > div .right{
        width: 100%;float: none;
    }
    footer > div .left{
        width: 100%;float: none;
    }
    footer > div .right input{
        width: 29%;
    }
}




