﻿/*20秒弹框样式结束*/
.subscribe .el-input__inner {
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.subscribe .el-select-more {
    position: relative;
}

    .subscribe .el-select-more .el-input__inner {
        color: #4c4c68;
    }

    .subscribe .el-select-more ul {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 99;
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
        padding: 24px 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        max-height: 200px;
        overflow-y: auto;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1.05);
    }

        .subscribe .el-select-more ul li {
            display: flex;
            padding: 4px 19px;
            align-items: center;
            border-radius: 30px;
            border: 1px solid #CCD4DC;
            color: #666;
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            cursor: pointer;
            transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1.05);
        }

            .subscribe .el-select-more ul li.active {
                color: #00A686;
                border: 1px solid #00A686;
            }

.subscribe .btn {
    margin: 0 auto;
    display: flex;
    width: 140px;
    height: 44px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    color: #000028;
    font-size: 18px;
    font-weight: 700;
}

.subscribe .select-company {
    position: relative;
}

    .subscribe .select-company .el-select .el-input__inner {
        padding-right: 90px;
    }

    .subscribe .select-company .btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 80px;
        border-radius: 0px 4px 4px 0px;
        padding: 0;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

   /*个人信息页面样式*/
#contact-us-dialog .highlight-dialog {
    background-color: #fff;
    min-height: 70px;
    width: 536px;
    box-shadow: 0px 2.66666667px 12px 0px rgba(0, 0, 0, 0.1);
    display: block;
    font-family: "SiemensSans_Global_Roman";
    position: relative;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1009;
}

    #contact-us-dialog .highlight-dialog .tit {
        height: 46.66666667px;
        line-height: 46.66666667px;
        border-bottom: 0.66666667px solid #ecf0f2;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
    }

    #contact-us-dialog .highlight-dialog .cont {
        padding: 24px 26.66666667px 6.66666667px;
    }

#contact-us-dialog .subscribe .el-input__inner {
    height: 33.33333333px;
    line-height: 33.33333333px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0 15px 0 0 !important;
}
#contact-us-dialog .subscribe .select-company {
    position: relative;
}

    #contact-us-dialog .subscribe .select-company .el-select .el-input__inner {
        padding-right: 60px;
    }

    #contact-us-dialog .subscribe .select-company .btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 33.33333333px;
        width: 53.33333333px;
        border-radius: 0px 2.66666667px 2.66666667px 0px;
        padding: 0;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18.66666667px;
    }
#contact-us-dialog .subscribe .btn {
    margin: 0 auto;
    display: flex;
    width: 93.33333333px;
    height: 29.33333333px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    color: #000028;
    font-size: 12px;
    font-weight: 700;
    padding: 0px;
}
#contact-us-dialog .pop-company a {
    color: #606266;
}