.license1121 .el-dialog__body {
    padding: 0px;
}

.license1121 .closebtn {

    position: absolute;
    right: -40px;
    top: -15px;
    float: right;
    font-size: 30px;
    color: rgba(255, 246, 221, 0.25);
    cursor: pointer;

}

.license1121 .closebtn:hover {
    color: #fff;
}

.license1121 .el-dialog__header {
    /* display: none; */
}

.license1121 .bg {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 246, 221, 0.25) 100%);

}

.license1121 .s1 {
    display: flex;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
}

.license1121 .s1 .left {
    padding-left: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.license1121 .s1 .right {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    flex: 2;
    display: flex;
    flex-direction: column;
}

.license1121 .license_type {
    margin: 18px 0 16px 0px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    line-height: 17px;
    color: rgba(76, 75, 89, 1);
}

.license1121 .dot_unselect::before {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid rgba(151, 151, 151, 1);
    border-radius: 50%;
    content: "";
    vertical-align: middle;
}

.license1121 .dot_select::before {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #f19733;
    background-color: #f19733;
    border-radius: 50%;
    content: "";
    vertical-align: middle;
}

.license1121 .normal_license,
.license1121 .high_license,
.license1121 .top_license,
.license1121 .total_license,
.license1121 .few_license {
    font-size: 15px;
    line-height: 15px;
    color: rgba(76, 75, 89, 1);
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
}

.license1121 .normal_license span,
.license1121 .high_license span,
.license1121 .top_license span,
.license1121 .total_license span,
.license1121 .few_license span {
    vertical-align: middle;
    margin-left: 5px;
}

.license1121 .price {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #f19733;
    letter-spacing: 0;
}

.license1121 .primarybtn {
    padding: 15px 35px;
    background: #f19733;
    box-shadow: 2px 7px 14px -2px #f19733;
    border-radius: 8px;
    border: none;
}

.license1121 .primarybtn:hover {
    background: #ec6933;
    box-shadow: 2px 7px 14px -2px #ec6933;
}

.license1121 .s1_btn {
    display: block;
    margin-top: 20px;

}


.license1121 p {
    margin: 0;
    padding: 0;
}

.license1121 .license_content {
    margin-bottom: 10px;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 13px 10px;
    border-radius: 16px;
    box-shadow: 1px 2px 8px -3px #eee;
}

.license_content.check {
    font-weight: 300;
    color: #000000 !important;
}

.license_content.uncheck {
    color: #b8b8b8;
}

/* word preview*/
.license1121 .s2 {
    text-align: center;
    padding-bottom: 20px;
}

.license1121 .s2 .wp_title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}

.license1121 .wp_prom {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #6D7278;
    letter-spacing: 0;
    text-align: center;
}

.license1121 .s2 .wp_textarea {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.license1121 .wp_hight_prom {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: center;
}

.license1121 .prom_license {
    padding: 6px 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #6D7278;
    letter-spacing: 0;
    text-align: center;
}

.license1121 .s3 {
    text-align: center;
}


.license1121 .s3 .el-form-item {
    margin-bottom: 10px;
}



.license1121 .s3 .license_ipt {
    width: 80%;
}

.disablePrice{
    user-select: none;
    pointer-events: none;
    filter: grayscale(100%);
}