.content {
    padding-top: 92px;
    padding-bottom: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.about_right {
    width: 948px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 550px;
    margin-top: 12px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about_right > ._h2 {
    line-height: 36px;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: inherit;
}

.about_right p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.about_right > ul {
    width: auto;
    height: auto;
    margin-top: 24px;
}

.about_right ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
}

.about_right ul li span {
    color: var(--theme-color);
}

.about_right > h3 {
    margin-top: 36px;
    line-height: 36px;
    color: var(--theme-color);
    font-size: 18px;
    margin-bottom: 6px;
}

.about_right > h4 {
    line-height: 24px;
    color: #273a5b;
    font-size: 16px;
    margin-bottom: 8px;
}


.about_right .privacy {
    margin-top: 0;
}


.myForm {
    margin-top: 12px;
}

.myForm h3 {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 12px;
    /*font-weight: bold;*/
}

.myForm textarea {
    height: 200px;
    margin-bottom: 24px;
}

.myForm label {
    width: 100px;
    text-align: right;
    margin-right: 12px;
    font-weight: normal;
}

.myForm input {
    width: 300px;
    display: inline-block;
}

._btn {
    margin-top: 24px;
    margin-left: 112px;
}

._btn a {
    display: inline-block;
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 14px;
    margin-right: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.myAddress {
    width: 100%;
    height: 400px;
}
