.contact {
    margin: 1rem auto;
}

.contact .left .title_p, .contact .right strong{
    font-size: .28rem;
    color: #CFB9A3;
    margin-bottom: .3rem;
}

.contact .left .p_1 {
	font-size: .16rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: .26rem;
}

.contact .left .input {
    margin-bottom: .3rem;
}

.contact .left input, .contact .left select {
    border: none;
    width: 100%;
    background-color: #F0F0F0;
    height: .45rem;
    padding-left: .05rem;
	display:block;
}

.contact .left textarea {
    height: .9rem;
    border: none;
    width: 100%;
    background-color: #F0F0F0;
    resize: none;
    padding-left: .05rem;
    line-height: .45rem;
}

.contact .left .input .p {
    font-size: .18rem;
    color: #333;
    margin-bottom: .1rem;
}

.contact .left .input .p span {
    color: red;
}

.contact .left .send {
	width: 1.1rem;
    height: .4rem;
    line-height: .4rem;
	background-color: #CFB9A3;
	color: #fff;
    font-size: .16rem;
	text-align: center;
	background-image: url(../images/send.png);
}

.contact .left .send:hover {
    background-color: #CFB9A3;
}

.contact .left .send img {
    width: .14rem;
    height: .14rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .08rem;
}

.contact .right img {
    margin-bottom: .38rem;
}

.contact .right p {
	font-size: .16rem;
    line-height: 1.8;
    color: #333;
}


@media (min-width: 800px) {
    .contact .left {
        width: 46.666%;
        float: left;
    }

    .contact .right {
        float: right;
        width: 33.333%;
    }
}

@media (max-width: 799px) {
    .contact .right {
        margin-top: .4rem;
    }

    .contact .right .img {
        width: 60%;
        margin: auto;
        margin-bottom: .4rem;
    }
}