/*====================申请免费试用样式 start======================*/
.applyTrial_dialog {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.applyTrial_full_container {
    width: calc((1300 / 19.2) * 1vw);
    height: calc((638 / 19.2) * 1vw);
    background: #FFFFFF;
    border-radius: calc((12 / 19.2) * 1vw);
    display: flex;
    position: relative;
}
.applyTrial_left {
    width: calc((762 / 19.2) * 1vw);
    height: 100%;
}
.applyTrial_left img {
    width: 100%;
    height: 100%;
}

.applyTrial_left .applyTrial_left_en {
    display: none;
}

.lang-en-US .applyTrial_left .applyTrial_left_en {
    display: initial;
}

.lang-en-US .applyTrial_left .applyTrial_left_cn {
    display: none;
}

.applyTrial_dialog .applyTrial_con {
    /* position: absolute; */
    /* left: calc(50% - 225px);
    top: calc(50% - 292px);
    width: 450px; */
    /* height: 575px;
    background: #FFFFFF;
    border-radius: 8px; */
    flex: 1;
    min-width: 0;
    height: 100%;
}

.applyTrial_dialog .applyTrial_con .close_btn {
    width: calc((16 / 19.2) * 1vw);
    height: calc((16 / 19.2) * 1vw);
    position: absolute;
    top: calc((16 / 19.2) * 1vw);
    right: calc((26 / 19.2) * 1vw);
    cursor: pointer;
}

.applyTrial_dialog .applyTrial_content {
    padding: calc((85 / 19.2) * 1vw) calc((70 / 19.2) * 1vw);
}

.applyTrial_dialog .applyTrial_content .at_content_title {
    font-size: calc((30 / 19.2) * 1vw);
    font-weight: 600;
    font-family: MyAlibabaPuHuiTiExtraBold !important;
    color: #000;
    text-align: left;
    margin-bottom: calc((30 / 19.2) * 1vw);
    white-space: nowrap;      /* 确保文本不会换行 */
    overflow: hidden;         /* 隐藏溢出的内容 */
    text-overflow: ellipsis;  /* 显示省略号来表示文本被截断 */
    box-sizing: border-box;
}

.lang-en-US .applyTrial_dialog .applyTrial_content .at_content_title {
    font-size: calc((24 / 19.2) * 1vw);
}

.applyTrial_dialog .applyTrial_content .at_content_input {
    margin-top: calc((15 / 19.2) * 1vw);
}

.applyTrial_dialog .at_content_input .at_input_title {
    line-height: calc((30 / 19.2) * 1vw);
    font-size: calc((18 / 19.2) * 1vw);
    font-weight: 400;
    color: #333333;
}

.applyTrial_dialog .at_content_input .at_input_ipt {
    width: 100%;
    display: inline-block;
    height: calc((45 / 19.2) * 1vw);
    line-height: calc((40 / 19.2) * 1vw);
    background: #ffffff;
    border: 1px solid #DCDCDC;
    border-radius: calc((4 / 19.2) * 1vw);
    text-indent: calc((10 / 19.2) * 1vw);
}

.applyTrial_dialog .applyTrial_content .at_content_submit {
    margin-top: calc((40 / 19.2) * 1vw);
    height: calc((48 / 19.2) * 1vw);
    line-height: calc((48 / 19.2) * 1vw);
    background: #0053C9;
    color: #ffffff;
    border-radius: calc((4 / 19.2) * 1vw);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.at_content_submit .button-text {
    font-size: calc((18 / 19.2) * 1vw);
    color: #FFFFFF;
    margin-right: calc((20 / 19.2) * 1vw);
}
.at_content_submit .button-img {
    width: calc((12 / 19.2) * 1vw);
    height: calc((12 / 19.2) * 1vw);
    transition: all .2s ease;
}
.at_content_submit:hover .button-img {
    display: inline-block;
    transform: translateX(calc((6 / 19.2) * 1vw));
}
.applyTrial_dialog input {
    font-size: calc((16 / 19.2) * 1vw); /* 设置为所需的字体大小 */
}
/*====================申请免费试用样式 end======================*/