.contact-box .box {
    display: flex;
    align-items: center;
}
.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
    .el-col-sm-12 {
        width: 50%;
    }
}

.el-col-24 {
    width: 100%;
}
.contact-box .box-content {
    padding-left: 30px;
}
.contact-box .box-title {
    font-size: 40px;
    color: #222;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: left;
    position: relative;
}
.contact-box .box-title img {
    position: absolute;
    width: 22px;
    height: auto;
    left: 0;
    top: 0;
    transform: translate(-70%, -50%);
}

.contact-box .box-description {
    line-height: 2;
    margin-bottom: 40px;
    color: #222;
    font-size: 18px;
}

.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-box .warp {
    display: flex;
    align-items: center;
}
 
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-box .warp .icon {
    margin-right: 15px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 15px 0px rgba(18, 34, 114, 0.5);
    background: #025ee8;
    height: 38px;
    width: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}
.contact-box .warp .title {
    font-size: 20px;
    font-weight: 600;
}
.contact-box .warp .value a {
    font-size: 20px;
    color: var(--color1);
}
.contact-box .el-col:last-child {
    margin-top: 20px;
}

.contact-box .warp {
    display: flex;
    align-items: center;
}
.contact-box .sploosh1 {
    margin-top: 75px;
    animation: sploosh1 3s cubic-bezier(0,0,1,1) infinite;
    display: inline-block;
    border-radius: 20px;
}
.contact-box .sploosh2 {
    animation: sploosh2 3s cubic-bezier(0,0,1,1) infinite;
    display: inline-block;
    border-radius: 20px;
}

.contact-box .button {
    background: linear-gradient(to right, #025EE8, #2598F5);
    transition: 0.25s;
    cursor: pointer;
    align-items: center;
    color: #fff;
    display: inline-block;
    padding: 8px 38px;
    font-size: 16px;
    border-radius: 20px;
}

.contact-box .el-col:last-child {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
    .el-col-sm-12 {
        width: 50%;
    }
}
.contact-box .form {
    border-radius: 30px;
    position: relative;
    z-index: 2;
    padding: 40px;
    border: 1px solid #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
    background: #fff;
    color: #606266;
} 
.contact-box .form .title {
    margin-bottom: 40px;
    font-size: 20px;
    color: #025ee8;
    font-weight: 600;
}
.contact-box .form .title i {
    margin-left: 10px;
}

.contact-box .text{
    font-size: 18px;
    padding-top: 20px;
}

.el-icon-arrow-down:before {
    content: "\e6df";
}

.el-form-item {
    margin-bottom: 34px;
}


.contact-box .form-button { 
    text-align: center;
    background: linear-gradient(-90deg, #FE6A09, #F5A930);
    transition: 0.25s;
    cursor: pointer;
    align-items: center;
    color: #fff;
    display: inline-block;
    padding: 8px 38px;
    font-size: 16px;
    border-radius: 20px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}
.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.form-sub {
    display: flex;
    flex-direction: column;   /* 垂直排列 */
    align-items: center;      /* 水平居中 */
    justify-content: center;  /* 垂直居中（如果有固定高度的话） */
    text-align: center;       /* 文字居中 */
    margin: 50px 0px 150px 0px;
    gap: 20px;                /* 两个 div 之间的间距 */
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 4em;
}
.account_type{padding-left:30px}
.hidden-submit{display:none}
