/* 内容 */

.container {
    background: #f5f5f5;
}

.content1 {
    padding: 0 0.2rem;
    padding-bottom: 0.6rem;
}

.contact {
    margin-top: 0.6rem;
    padding: 0.2rem;
    padding-top: 0.4rem;
    background: white;
    border-radius: 0.05rem;
}

.contact>div:first-child {
    margin-bottom: 0.38rem;
}

.contact>div:first-child>img {
    height: 0.55rem;
    width: 2.48rem;
}

.contact>div:nth-child(2) {
    font-size: 0.28rem;
    color: #301315;
    line-height: 0.28rem;
}

.contact>div:nth-child(3) {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
    color: rgba(48, 19, 21, .5);
}

.contact>div:nth-child(4) {
    padding-top: 0.3rem;
    border-top: 1px solid #e3e3e3;
}

.item {
    color: #301315;
    margin-bottom: 0.3rem;
}

.item>p {
    width: 1.6rem;
    font-size: 0.25rem;
    margin-right: 0.18rem;
    white-space: nowrap;
}

.item>p>img {
    vertical-align: sub;
}

.item>div {
    font-size: 0.28rem;
}

.contact>div:last-child {
    height: 2.16rem;
    width: 2.16rem;
}

.contactForm {
    background: white;
    margin-top: 0.24rem;
    border-radius: 0.05rem;
    padding: 0.4rem 0.2rem;
}

.contactForm>div:nth-child(1) {
    font-size: 0.28rem;
    color: #301315;
    line-height: 0.28rem;
}

.contactForm>div:nth-child(2) {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
    color: rgba(48, 19, 21, .5);
}

form {
    padding-top: 0.3rem;
    border-top: 1px solid #e3e3e3;
}

form input {
    width: 6.7rem;
    height: 0.7rem;
    border-radius: 5px;
    border: solid 1px;
    border-color: #d3d0d0;
    padding-left: 0.23rem;
    margin-bottom: 0.24rem;
    transition: all 0.2s linear;
    outline: none;
}

textarea {
    height: 2.2rem;
    width: 6.7rem;
    border-radius: 5px;
    border: solid 1px;
    margin-bottom: 0.3rem;
    border-color: #d3d0d0;
    padding: 0.2rem;
    transition: all 0.2s linear;
    outline: none;
}

button {
    width: 6.7rem;
    height: 0.7rem;
    border: none;
    background: #301315;
    border-radius: 5px;
    color: #e1bf93;
    font-size: 0.25rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}