/* header */
.main_header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}

.header_item {
    width: 70%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 80px;
}

.yq-btn {
    width: 97px;
    height: 40px;
}

.header_item .el-menu {
    overflow-y: hidden;
    height: 35px;
}

.header_item .el-menu--horizontal.el-menu {
    border-bottom: 0;
}

.header_item .el-menu-item {
    /* padding: 0 30px; */
    padding: 0 1px;
    margin: 0 20px;
}

.header_item .el-sub-menu__title {
    padding: 0 1px;
    margin: 0 20px;
}

.header_item .el-menu:not(.el-menu--collapse) .el-sub-menu__title {
    padding-right: 0;
}

.header_item .el-sub-menu .el-sub-menu__icon-arrow {
    right: -14px;
}

.header_item .el-menu--horizontal>.el-menu-item.is-active {
    font-weight: 700;
    color: #2B2E37 !important;
    border-bottom: 2px solid #0D57D6;
}

.el-menu--horizontal>.el-sub-menu-header.is-active .el-sub-menu__title {
    border-bottom: 2px solid #0D57D6;
    font-weight: 700;
    color: #2B2E37 !important;
}

.header_item .el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.header_item .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    background-color: #fff;
    color: #0D57D6;
    /* outline: none; */
}

.header_item .el-menu--horizontal>.el-sub-menu:hover .el-sub-menu__title {
    color: #0D57D6;
}

.el-menu--horizontal .el-menu-item-header:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item-header:not(.is-disabled):hover {
    background-color: #fff;
    color: #0D57D6;
    outline: none;
}

.el-menu--horizontal .el-menu .el-menu-item-header.is-active,
.el-menu--horizontal .el-menu .el-sub-menu-header.is-active>.el-sub-menu__title {
    color: #0D57D6;
}

.logo {
    width: 300px;
}

.header_nav {
    width: calc(100% - 480px);
}

.login_btn_item {
    width: 240px;
    text-align: right;
}

.btn-bg {
    background: linear-gradient(270deg, #0D57D6 0%, #297AE7 56%, #51AEFF 100%), linear-gradient(270deg, #0D57D6 0%, #319FFF 100%);
}

.free-trial-btn {
    width: 100px;
    height: 40px;
}

/* 网站底部 */
.main-footer {
    background-color: rgba(11, 29, 47, 1);
    color: #C0C4CC;
    font-size: 14px;
}

.footer-content {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.footer-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content-top-left-text {
    margin: 20px 0;
}

.footer-content-top-left-text-item {}

.footer-content-top-left-text-item-title {
    color: #909399;
    margin-right: 20px;
}

.footer-content-top-right {
    text-align: center;
}

.footer-content-top-right-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content-top-right-top img {
    width: 20px;
}

.footer-content-top-right-bottom {
    margin-top: 10px;
    font-size: 16px;
}

.footer-content-middle {
    margin: 20px 0;
}

.footer-content-middle a,
.footer-content-bottom a {
    color: #C0C4CC;
    margin: 0 10px;
}

.footer-content-middle a:first-child {
    margin-left: 0;
}

.footer-content-top-left-text-item-detail {
    line-height: 38px;
}

.footer-content-top-left-text-item-detail a:hover {
    color: #0D57D6;
    border-bottom: 1px solid #0D57D6;
}

.footer-content-bottom {
    text-align: center;
    padding: 30px;
    border-top: 1px solid #ebeef5;
    margin-top: 50px;
}

.footer-content-bottom-top {
    margin-bottom: 30px;
}

.footer-content-bottom-bottom span {
    margin-right: 20px;
    font-size: 14px;
    color: #909399;
}




.free-trial-dialog {
    background: linear-gradient(180deg, #BFD5F8 0%, #FFFFFF 39%, #FFFFFF 100%);
    padding: 0 0 40px 0;
}

.free-trial-dialog .el-dialog__body {
    /* padding: 16px; */
}

.free-trial-dialog .el-dialog__header {
    display: none;
}

.free-trial-dialog-header {
    padding: 40px 0 40px 0;
    background: url("/assets/home/images/cpark/bg-1.png") no-repeat;
    background-size: cover;
}

.free-trial-dialog-form {
    padding: 0px 54px;
}

.free-trial-dialog-form .el-form-item {}

.free-trial-dialog-form .el-form-item .el-form-item__label {
    background: rgba(175, 180, 197, 0.2);
    border-radius: 6px 0 0 6px;
}

.free-trial-dialog-form .el-form-item .el-input__wrapper,
.free-trial-dialog-form .el-form-item .el-textarea__inner {
    background: rgba(175, 180, 197, 0.2);
    border: none;
    border-radius: 0px 6px 6px 0;
    box-shadow: none;
}

.free-trial-dialog-form .el-form-item .el-textarea__inner {
    border-radius: 6px;
}


.free-trial-dialog-form .el-select--large .el-select__wrapper{
    background: rgba(175, 180, 197, 0.2);
    border: none;
    border-radius: 0px 6px 6px 0;
    box-shadow: none;
}

.free-trial-dialog-header-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.9);
}

.free-trial-dialog-header-info {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    font-variation-settings: "opsz" auto;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 10px;
}

.free-trial-btn-submit {
    width: 348px;
    height: 50px;
    background: linear-gradient(99deg, #3A83FF 1%, #309CFE 97%);
}

.free-trial-btn-close {
    width: 147px;
    height: 50px;
}

.free-trial-btn-result {
    width: 100%;
    height: 50px;
    background: linear-gradient(99deg, #3A83FF 1%, #309CFE 97%);
}
.result-content{
    text-align: center;
}