@charset "utf-8";.form_item {
    background: #ecf0f7;
    border-radius: 8px;
    padding: 15px
}

.form_container {
    background: #fff;
    border-radius: 8px;
    padding: 20px
}

.contact_p {
    font-family: 'Inter Medium'
}

.contact_p2 {
    margin-bottom: 15px
}

.email a {
    color: #0156ce;
    font-family: 'Inter Bold'
}

.email_p {
    margin-bottom: 12px
}

.contact_col2 {
    width: 440px;
    margin-right: 25px
}

.form_title {
    margin-bottom: 10px
}

.fm_text {
    font-size: 12px;
    color: #333;
    border: 1px solid #595959;
    outline: 0;
    width: 100%;
    height: 40px;
    text-indent: 10px
}

.error {
    color: red;
    font-size: 15px;
    margin-top: 15px;
    display: none
}

.error i {
    margin-right: 10px
}

.fm-select {
    padding: 0 9px;
    border: 1px solid #595959;
    outline: 0;
    color: #333;
    font-size: 14px;
    height: 40px;
    width: 100%
}

.row_form {
    margin-bottom: 30px
}

.row_form2 {
    margin-bottom: 10px
}

.contact_col1 {
    width: 905px
}

.fm-textarea {
    font-size: 12px;
    color: #333;
    border: 1px solid #595959;
    outline: 0;
    padding-top: 6px;
    width: 100%;
    text-indent: 10px
}

.code {
    width: 210px;
    vertical-align: middle
}

.renew {
    color: #006db4;
    font-family: 'Inter Medium';
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px
}

.vercode {
    height: 42px;
    width: 140px;
    vertical-align: middle;
    margin-left: 6px
}

.fm_button {
    background-color: #10858d;
    border-radius: 4px;
    font-size: 20px;
    -webkit-box-shadow: 0 1px 1px #ebe7e6;
    zoom:100%;height: 46px;
    line-height: 46px;
    outline: 0;
    color: #fff;
    width: 120px;
    cursor: pointer;
    border: 0;
    transition: all .3s linear
}

.contact_info ul li {
    float: left;
    padding: 12px 20px;
    background: #f9fafc;
    border: 1px solid #d9e2ff;
    box-sizing: border-box;
    border-bottom: 3px solid #80d4c8;
    border-radius: 6px
}

.type {
    padding-bottom: 4px;
    font-family: 'Inter SemiBold'
}

.normal_table tr td:first-child {
    padding-right: 10px
}

.dot {
    background: #111b51;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 10px;
    position: relative
}

.normal_table tr td {
    padding-bottom: 10px;
    vertical-align: top
}

.wechat_info {
    margin-left: 24px;
    margin-top: 16px
}

.wechat_p {
    line-height: 36px
}

.cn_wechat {
    font-weight: bold;
    font-family: "Microsoft YaHei"
}

.contact_info ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.contact_info ul li {
    display: grid;
    grid-template-columns: 20px auto;
    grid-gap: 12px
}

.contact_info ul:nth-of-type(2) li {
    border-bottom: 3px solid #9ea0c6
}
