* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'HONOR Sans CN', 'Microsoft YaHei', 'Arial', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
ul,
ol,
dl,
dt,
dd,
input,
textarea,
select,
option,
button,
table,
tr,
td,
th,
tbody,
thead,
tfoot {
    font-family: 'HONOR Sans CN', 'Microsoft YaHei', 'Arial', sans-serif;
}

/* 登录弹窗 */
#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-left {
    background-color: #f60 !important;
}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider {
    background-color: #F6F7F9 !important;
    color: #737383 !important
}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-text-box .verified {
    color: #fff !important
}

section a {
    text-decoration: none;
    color: inherit;
    outline: none;
    display: block;
}

.ptr {
    position: relative;
}

.pta {
    position: absolute;
}

.tanchang {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
}


.tanchang>div {
    max-width: 520px;
    border-radius: 8px;
    background: #fff;
    margin: 120px auto;
}

.login>div {
    width: 410px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.listinput {
    margin: 20px 0;
}

.loginbtns>input {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    background: #f60;
    border: none;
}


.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner img.pc {
    display: block;
    width: 100%;
}

.banner img.mo {
    display: none;
}


.banner_text {
    background: linear-gradient(90deg, rgba(199, 237, 74, 0.00) 3.32%, rgba(222, 255, 113, 0.90) 20.83%, rgba(89, 234, 120, 0.90) 81.8%, rgba(78, 235, 144, 0.00) 96.6%);
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1066px;
    padding: 13px 0;
    width: 70%;
}

.banner_text p {
    color: #0D78F6;
    text-align: center;
    font-family: "HONOR Sans CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
}

.container {}

.content {
    width: 96%;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

/* 模块1 */
.sec1 {
    background: #107AF6;

}

.sec1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -110px;
}

.sec1 .item {
    width: 423px;
    height: 138px;
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(13, 9, 64, 0.12);
}

.sec1 .item .text {
    width: 100%;
    max-width: 200px;
    left: 28px;
    top: 10px;
}

.sec1 .item h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(179deg, rgba(87, 213, 112, 0.60) 0.8%, rgba(199, 237, 73, 0.00) 80.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec1 .item p {
    color: #333;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-top: -8px;
    margin-bottom: 5px;
}

.sec1 .item span {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 8px 0;
}

.sec1 .item a {
    color: #136DFB;
    text-align: left;
    font-family: "HONOR Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.sec1 .item a::after {
    content: ">";
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.sec1 .item:hover a::after {
    transform: translateX(5px);
}

/* 模块2 */
.sec2 {
    background: #107AF6;
    padding: 40px 0 76px;
}

body .sec2 h2 {
    margin-bottom: 40px;
}



.sec2 .content {
    flex-shrink: 0;
    border-radius: 20px;
    border: solid 2px rgba(255, 255, 255, 0.50);
    background: #2377E5;
    display: flex;
    justify-content: center;
    padding: 17px;

}

.sec2 .domain_content {
    width: 100%;
    background: #FFF;
    border-radius: 12px;
    padding: 28px 0;
    padding-bottom: 0px;
    overflow: hidden;
}

.sec2 .domain_query {
    width: 100%;
    display: flex;
    padding-bottom: 28px;
    border-bottom: solid 1px #E2E7EE
}

.sec2 .domain_query .item {
    flex: 1;
    padding: 5px 28px;
    text-align: left;
}

.sec2 .domain_query .item:first-child {
    border-right: solid 1px #E2E7EE;
}

.sec2 .domain_query .item h3 {
    color: #333840;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec2 .domain_query .item p {
    color: #6D7177;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 7px;
    margin-bottom: 18px;
}

.sec2 .domain_query .search-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.sec2 .domain_query .search-container .domain-count {
    display: none;
}

.sec2 .domain_query .search-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #D9D9D9;
    width: calc(100% - 80px);
    flex: 1;
}

.sec2 .domain_query .result-message {
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
    z-index: 10;
}

.sec2 .domain_query .result-message.success {
    color: #00aa00;
}

.sec2 .domain_query .result-message.error {
    color: #ff4444;
}

.sec2 .domain_query .domain-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
    padding: 0 17px;
}

.sec2 .domain_query .domain-input::placeholder {
    color: #D9D9D9;
    font-size: 12px;

}

.sec2 .domain_query .domain-suffix {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.sec2 .domain_query .search-btn {
    background: linear-gradient(0deg, #3C8FFF 0%, #3C8FFF 100%), linear-gradient(90deg, #FF3C45 0%, #FF5D36 97.85%), linear-gradient(94deg, #FFA012 -18.34%, #FF6A00 87.54%), #D9D9D9;
    color: #FFF;
    border: none;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* 域名查询加载框样式 */
.domain-loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10001;
    display: none;
    justify-content: center;
    align-items: center;
}

.domain-loading-content {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    min-width: 300px;
}

.domain-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1C86FF;
    border-radius: 50%;
    animation: domainSpin 1s linear infinite;
    margin: 0 auto 20px;
}

.domain-loading-text {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

@keyframes domainSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.domain-loading-mask.show {
    display: flex;
}

/* 自定义弹窗样式 */
.custom-alert-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-alert-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    min-width: 400px;
    max-width: 500px;
    animation: alertFadeIn 0.3s ease-out;
}

@keyframes alertFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.custom-alert-header {
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.custom-alert-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.custom-alert-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-alert-close:hover {
    background: #f5f5f5;
    color: #666;
}

.custom-alert-body {
    padding: 20px;
}

.custom-alert-message {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.custom-alert-footer {
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.custom-alert-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.custom-alert-btn:not(.custom-alert-cancel) {
    background: #1C86FF;
    color: white;
}

.custom-alert-btn:not(.custom-alert-cancel):hover {
    background: #0d7dff;
}

.custom-alert-cancel {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

.custom-alert-cancel:hover {
    background: #e8e8e8;
    color: #333;
}

.sec2 .domain_query .search-btn:hover {
    background: #357ABD;
}

.sec2 .domain_query .add-btn {
    background: #FFF;
    color: #4A90E2;
    border: 1px solid #4A90E2;
    padding: 7px 0;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}

.sec2 .domain_query .add-btn::before {
    content: '';
    background-image: url('../images/hqyq.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}



.sec2 .domain_query .domain-count {
    text-align: left;
    color: #333;
    font-size: 12px;
    margin-bottom: 16px;
}

.sec2 .domain_query .domain-list {
    display: flex;
    gap: 16px;
}

.sec2 .domain_query .domain-item {
    flex: 0.5;
    background: #F8F9FC;
    padding: 12px 22px;
    border-radius: 2px;
}

.sec2 .domain_query .domain-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sec2 .domain_query .domain-name {
    color: #4A90E2;
    font-size: 14px;
    font-weight: 500;
}

.sec2 .domain_query .remove-btn {
    background: none;
    border: none;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .domain_query .remove-btn:hover {
    color: #666;
}

.sec2 .domain_query .domain-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec2 .domain_query .option-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec2 .domain_query .select-wrapper {
    position: relative;
}

.sec2 .domain_query .select-wrapper::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(https://www.now.cn/special/images/618jiantou.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.sec2 .domain_query .year-select {
    background: #FFF;
    border: 1px solid #D9D9D9;
    padding: 2px 25px 2px 10px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    appearance: none;
    width: 100%;
    outline: none;
}

.sec2 .domain_query .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.sec2 .domain_query .privacy-checkbox {
    margin-right: 8px;
    width: 14px;
    height: 14px;
}

.sec2 .domain_query .price {
    color: #F60;
    font-size: 12px;
    font-weight: 500;
}

/* 模板管理样式 */
.sec2 .domain_template {
    flex: 1;
    padding: 0 23px 20px;
}

.sec2 .template-header {
    color: #333840;
    padding: 16px 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #E2E7EE;
}

.sec2 .template-header h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.sec2 .template-header h3::before {
    content: "";
    width: 4px;
    height: 20px;
    background: #3C8FFF;
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
}

.sec2 .template-search {
    margin-bottom: 20px;
}

.sec2 .search-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
}

.sec2 .search-field {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sec2 .search-field label {
    color: #666;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.sec2 .search-input {
    border: 1px solid #D9D9D9;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 2px;
    width: 230px;
    outline: none;
}

.sec2 .search-input::placeholder {
    color: #D9D9D9;
}

.sec2 .search-button {
    background: #1890FF;
    color: #FFF;
    border: none;
    padding: 7px 30px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
}

.sec2 .reset-button {
    background: #FFF;
    color: #666;
    border: 1px solid #D9D9D9;
    padding: 7px 30px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
}

.sec2 .create-button {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #1890FF;

}

.sec2 .create-button::before {
    content: "";
    background: url(../images/hqyq_icon.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    vertical-align: middle;
    margin-right: 5px;
}

.sec2 .template-table {
    background: #FFF;
    border: solid 1px#E2E7EE;
}

.sec2 .template-table table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 2px;
}

.sec2 .template-table th {
    background: #F4F8FD;
    padding: 16px 24px;
    font-size: 14px;
    color: #333840;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}

.sec2 .template-table td {
    padding: 20px 8px;
    font-size: 14px;
    text-align: center;
    color: #888;
}

/* 表格行斑马纹效果 */
.sec2 .template-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.sec2 .template-table tbody tr:nth-child(even) {
    background-color: #fff;
}

/* 模板选择单选按钮样式 */
.sec2 .template-table .template-radio {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* 选中的行高亮显示 */
.sec2 .template-table tbody tr:has(.template-radio:checked) {
    background-color: #e6f3ff !important;
    border: 2px solid #1890FF;
}

/* 表格行悬停效果 */
.sec2 .template-table tbody tr:hover {
    background-color: #f0f8ff;
    cursor: pointer;
}

/* 禁用模板样式 */
.sec2 .template-table tbody tr.disabled {
    background-color: #f5f5f5 !important;
    color: #999 !important;
    cursor: not-allowed !important;
}

.sec2 .template-table tbody tr.disabled:hover {
    background-color: #f5f5f5 !important;
    cursor: not-allowed !important;
}

.sec2 .template-table tbody tr.disabled .template-radio {
    cursor: not-allowed !important;
}

.sec2 .template-table tbody tr.disabled td {
    color: #999 !important;
}

.sec2 .no-data {
    color: #888;
    font-size: 14px;
}

.sec2 .login-link {
    color: #4A90E2;
    text-decoration: none;
    display: inline-block;
}

.sec2 .template-footer {
    background: #F4F8FD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px;
}

.sec2 .price-info {
    font-size: 14px;
    color: #333;
}

.sec2 .price-info .price {
    color: #F60;
    font-weight: 500;
    font-size: 28px;
}

.sec2 .submit-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sec2 .agreement-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}

.sec2 .agreement-checkbox input {
    margin-right: 8px;
}

.sec2 .agreement-link {
    color: #4A90E2;
    text-decoration: none;
}

.sec2 .submit-button {
    background: linear-gradient(271deg, #3B89FF 1.17%, #45C1FF 148.98%);
    color: #FFF;
    border: none;
    padding: 12px 78px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.sec2 .activity_rules {
    max-width: 1310px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
}

.sec2 .activity_rules h3 {
    color: #FFF;
    font-size: 20px;
    background: linear-gradient(90deg, #57D56F 0%, rgba(182, 232, 80, 0.80) 64.42%, rgba(182, 232, 80, 0.00) 100%);
    max-width: 181px;
    padding: 5px 0 5px 17px;
    margin-bottom: 17px;
}

.sec2 .activity_rules p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
}

/* 模块3 */
.sec3 {
    padding: 75px 0;
    background-color: #1C86FF;
}

.sec2 h2,
.sec3 h2 {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
}

.sec2 h2::after,
.sec2 h2::before,
.sec3 h2::after,
.sec3 h2::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url('../images/hqyq_title.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.sec2>p,
.sec3>p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 40px;
}

.sec2>p {
    margin-bottom: 28px;
}

.sec3>p>span {
    color: #FFEC18;
    cursor: pointer;
}

.sec3 .content {
    flex-shrink: 0;
    border-radius: 20px;
    border: solid 2px rgba(255, 255, 255, 0.50);
    background: #2377E5;
    padding: 31px 28px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sec3 .item {
    background: #FFF;
    border-radius: 12px;
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    overflow: hidden;
}

.sec3 .item h3,
.sec3 .promotion-tag,
.sec3 .item .config-grid,
.sec3 .item .price-section {
    padding-left: 30px;
    padding-right: 30px;
}

.sec3 .item h3 {
    color: #333840;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 113px;
    padding: 23px 30px;
    display: block;
    overflow: hidden;
    background: #F5F8FD;
    ;
}

.sec3 .item p {
    color: #6D7177;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 13px;
}

.sec3 .item h3 img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec3 .item .subtitle {
    color: #999;
    font-size: 14px;
    margin-bottom: 16px;
}

.sec3 .item .promotion-tag {
    color: #F60;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.14px;
    width: 100%;
    box-shadow: 0px 2px 8px 0px rgba(12, 18, 72, 0.12);
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec3 .item .promotion-tag span {
    display: inline-block;
    text-align: center;
    line-height: 23.581px;
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    width: 23.581px;
    height: 23.581px;
    background: #F60;
    margin-right: 12px;
}

.sec3 .item .config-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
    margin: 20px 0
}

.sec3 .item .config-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: solid 1px #EEE;
}

.sec3 .item .label {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}

.sec3 .item .value {
    color: #333;
    font-size: 14px;
    padding: 6px 25px 6px 0px;
}

.sec3 .item .select-wrapper {
    position: relative;
}

.sec3 .item select {
    background: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 6px 25px 6px 0px;
    font-size: 14px;
    font-family: "HONOR Sans CN";
    color: #3F3937;
    min-width: 120px;
    width: 100%;
    appearance: none;
    cursor: pointer;
    position: relative;
}

.sec3 .item select:focus {
    outline: none;
    border-color: #1C86FF;
}

.sec3 .item .select-wrapper::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(https://www.now.cn/special/images/618jiantou.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.sec3 .item .price-section {
    margin: 24px 0;
}

.sec3 .item .current-price {
    color: #FF1A1A;
    font-size: 24px;
    font-weight: 700;
    margin-right: 8px;
}

.sec3 .item .unit {
    color: #666;
    font-size: 14px;
    margin-right: 16px;
}

.sec3 .item .original-price {
    color: #888;
    font-size: 12px;
    text-decoration: line-through;
}

.sec3 .item .register-btn {
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-bottom: -1px;
    background: linear-gradient(271deg, #3B89FF 1.17%, #45C1FF 148.98%);
    color: #FFF;
    border: none;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* 自定义确认弹窗样式 */
.custom-confirm-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10002;
    display: none;
    justify-content: center;
    align-items: center;
}

.custom-confirm-modal.show {
    display: flex;
}

.custom-confirm-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    min-width: 400px;
    max-width: 500px;
    animation: customConfirmFadeIn 0.3s ease-out;
}

@keyframes customConfirmFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.custom-confirm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #E5E7EB;
}

.custom-confirm-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333840;
}

.custom-confirm-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-confirm-close:hover {
    background: #f5f5f5;
    color: #666;
}

.custom-confirm-body {
    padding: 24px;
}

.custom-confirm-body p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.custom-confirm-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px 24px;
    border-top: 1px solid #E5E7EB;
}

.custom-confirm-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.custom-confirm-cancel {
    background: #FFF;
    color: #6B7280;
    border: 1px solid #D1D5DB;
}

.custom-confirm-cancel:hover {
    background: #F3F4F6;
    color: #374151;
}

.custom-confirm-ok {
    background: #1C86FF;
    color: white;
}

.custom-confirm-ok:hover {
    background: #0d7dff;
}

/* 订单确认弹窗样式 */
.order-confirm-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}

.order-confirm-modal.show {
    display: flex;
}

.order-confirm-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow: hidden;
    animation: orderModalFadeIn 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

@keyframes orderModalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.order-confirm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 34px;
    border-bottom: 1px solid #E5E7EB;
}

.order-confirm-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333840;
    position: relative;
}

.order-confirm-header h3::before {
    content: "";
    height: 16px;
    width: 2px;
    position: absolute;
    background: #3C8FFF;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.order-confirm-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.order-confirm-close:hover {
    background: #f5f5f5;
    color: #666;
}

.order-confirm-body {
    padding: 0;
    flex: 1;
    overflow-y: auto;
    max-height: calc(80vh - 120px);
}

/* 自定义滚动条样式 */
.order-confirm-body::-webkit-scrollbar {
    width: 6px;
}

.order-confirm-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.order-confirm-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.order-confirm-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.order-confirm-body::-webkit-scrollbar-thumb:active {
    background: #909090;
}

.order-section {
    padding: 20px 24px;
    border-bottom: 1px solid #F3F4F6;
}

.order-section:last-child {
    border-bottom: none;
}


.order-section h4 {
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background: #F6F7F9;
    padding: 10px 18px;
}

.order-item {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #F3F4F6;
}

.order-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.order-item-header {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.order-item-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 13px;
    color: #6B7280;
}

.order-item-detail:last-child {
    margin-bottom: 0;
}

.order-item-label {
    flex: 1;
    color: #888;
    font-size: 12px;
}

.order-item-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.order-item-period {
    color: #666;
    font-size: 13px;
    width: 30px;
    text-align: right;
    flex-shrink: 0;
}

.order-item-value {
    font-weight: 500;
    color: #F60;
    min-width: 60px;
    text-align: left;
    font-size: 12px;
}

.template-info .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
}

.template-info .info-row:last-child {
    margin-bottom: 0;
}

.info-label {
    color: #6B7280;
    font-weight: 400;
    font-size: 12px;
}

.info-value {
    color: #374151;
    font-weight: 500;
    font-size: 12px;
}

.total-info {
    padding: 10px 20px;
    border-radius: 6px;
}

.total-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

.total-label {
    color: #374151;
    font-weight: 500;
    font-size: 14px;
}

.total-amount {
    color: #F60;
    font-weight: 700;
    font-size: 20px;
}

.order-confirm-footer {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    padding: 16px 20px;
    border-top: 1px solid #E5E7EB;
}

.order-btn {
    padding: 8px 41px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.order-cancel {
    background: #FFF;
    color: #6B7280;
    border: 1px solid #D1D5DB;
}

.order-cancel:hover {
    background: #F3F4F6;
    color: #374151;
}

.order-confirm {
    background: #1C86FF;
    color: white;
}

.order-confirm:hover {
    background: #0d7dff;
}

/* 模板状态样式 */
.status-success {
    color: #52c41a;
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.status-pending {
    color: #faad14;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.status-failed {
    color: #ff4d4f;
    background: #fff2f0;
    border: 1px solid #ffccc7;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.status-unknown {
    color: #8c8c8c;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

/* 分页组件样式 */
.template-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 0px;
}

.pagination-info {
    color: #666;
    font-size: 14px;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-btn {
    background: #FFF;
    border: 1px solid #D9D9D9;
    color: #666;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 60px;
}

.pagination-btn:hover:not(:disabled) {
    background: #F0F8FF;
    border-color: #1890FF;
    color: #1890FF;
}

.pagination-btn:disabled {
    background: #F5F5F5;
    border-color: #E0E0E0;
    color: #CCCCCC;
    cursor: not-allowed;
}

.pagination-pages {
    display: flex;
    gap: 4px;
}

.pagination-page {
    background: #FFF;
    border: 1px solid #D9D9D9;
    color: #666;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 36px;
    text-align: center;
}

.pagination-page:hover {
    background: #F0F8FF;
    border-color: #1890FF;
    color: #1890FF;
}

.pagination-page.active {
    background: #1890FF;
    border-color: #1890FF;
    color: #FFF;
}

.pagination-page.active:hover {
    background: #0d7dff;
    border-color: #0d7dff;
}

.pagination-ellipsis {
    padding: 6px 4px;
    color: #999;
    font-size: 14px;
    cursor: default;
}

/* 响应式设计 - 1400px及以下 */
@media (max-width: 1400px) {
    .sec1 .item {
        max-width: 32%;
        height: auto;
    }

    .sec1 .item img {
        width: 100%;
        display: block;
    }
}

/* 响应式设计 - 1200px及以下 */
@media (max-width: 1200px) {
    .sec2 .domain_query .search-btn {
        padding: 7px 0;
        width: 50px;
    }

    .sec2 .domain_query .add-btn {
        width: 70px;
    }

    .sec2 .domain_query .add-btn::before {
        left: 10px;
    }

    .sec2 .search-button,
    .sec2 .reset-button {
        padding: 4px 15px;
    }

    .sec2 .search-input {
        width: 180px;
    }

    .sec2 .domain_query .result-message {
        right: 130px;
    }

    .sec2 .domain_query .domain-item {
        padding: 12px 9px;
    }
}

/* 响应式设计 - 1100px及以下 */
@media (max-width: 1100px) {
    .sec1 .item .text {
        top: 5px;
    }

    .sec2 .search-row {
        gap: 9px;
    }
}

/* 响应式设计 - 1050px及以下*/
@media (max-width: 1050px) {
    .sec1 .item span {
        display: none;
    }

    .sec1 .item .text {
        top: 50%;
        transform: translateY(-50%);
    }

    .sec2 .domain_query {
        flex-direction: column;
        gap: 5px;

    }

    .sec2 .domain_query .item:first-child {
        border-bottom: 1px solid #E2E7EE;
        border-right: none;
    }

    .sec2 .domain_query .item {
        padding-bottom: 20px;
    }

    .sec2 .domain_query {
        padding-bottom: 0px;
    }

    .sec2 .search-field {
        width: 100%;
        justify-content: space-between;
    }

    .sec2 .search-input {
        width: 90%;
    }

    .sec2 .search-field label {
        min-width: 70px;
        text-align: right;
    }


    .btn_box {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: flex-end;
        gap: 10px;
    }

    .sec2 .create-button {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* 响应式设计 - 900px及以下*/
@media (max-width: 900px) {
    .banner img.pc {
        display: none;
    }

    .banner img.mo {
        display: block;
        width: 100%;
    }

    .banner {
        height: auto;
    }

    .sec1 {
        display: none;
    }

    body button {
        margin-right: 0px;
    }

    body .sec2 h2 {
        margin-bottom: 20px;
    }

    .sec2 .template-table th {
        padding: 10px 15px;
    }

    .sec2 .template-table table {
        width: 950px;
    }

    .sec2 .template-table {
        overflow-x: scroll;
    }

    .sec2 .template-footer,
    .sec2 .submit-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sec2 .agreement-checkbox {
        font-size: 12px;
    }

    .template-pagination {
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
    }

    .sec2 .submit-section,
    .sec2 .submit-button {
        width: 100%;
    }

    .sec3 .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 响应式设计 - 750px及以下*/
@media (max-width: 750px) {

    .sec2 h2,
    .sec3 h2 {
        font-size: 20px;
        gap: 10px;
    }

    .sec2 {
        padding: 16px 0 20px;
    }

    .sec2 .domain_query .search-container {
        flex-wrap: wrap;
    }

    .sec2 .domain_content {
        padding: 10px 0 0;
    }

    .sec2 .domain_query .search-box {
        width: 100%;
    }

    .sec2 .domain_query .search-box {
        gap: 5px;
    }

    .sec2 .domain_query .item {
        padding: 10px 15px;
        position: relative;
    }

    .sec2 .domain_template {
        padding: 0 15px 10px;
    }

    .sec2 .domain_query .domain-input {
        padding: 0 5px;
    }

    .sec2 .template-table th {
        padding: 10px 5px;
    }

    .sec2 .template-footer {
        padding: 15px 10px;
    }

    .sec2 .domain_query .item h3 {
        font-size: 18px;
    }

    .sec2 .template-table td {
        padding: 10px 0px;
    }

    .sec2 .template-table table {
        width: 816px;
    }

    .sec2 .activity_rules {
        margin-top: 20px;
    }

    .sec2 .domain_query .search-box .sec3 .item h3,
    .sec3 .promotion-tag,
    .sec3 .item .config-grid,
    .sec3 .item .price-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sec3 {
        padding: 20px 0 40px;
    }

    .sec3 .item h3 {
        height: 100px;
    }

    .sec2 .content,
    .sec3 .content {
        padding: 10px;
    }

    .sec2>p,
    .sec3>p {
        font-size: 13px;
    }

}

@media screen and (max-width: 450px) {
    .sec2 .domain_query .search-container .domain-count {
        display: block;
        margin: 0;
    }

    .domain-count.pc {
        display: none;
    }
}

/* 企业邮箱域名输入弹窗样式 */
.email-domain-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10003;
    display: none;
    justify-content: center;
    align-items: center;
}

.email-domain-modal.show {
    display: flex;
}

.email-domain-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 500px;
    animation: emailDomainFadeIn 0.3s ease-out;
}

@keyframes emailDomainFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.email-domain-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #E5E7EB;
}

.email-domain-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333840;
}

.email-domain-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.email-domain-close:hover {
    background: #f5f5f5;
    color: #666;
}

.email-domain-body {
    padding: 24px;
}

.domain-input-section {
    margin-bottom: 24px;
}

.domain-input-section label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.email-domain-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    font-size: 14px;
    color: #374151;
    outline: none;
    transition: border-color 0.3s ease;
}

.email-domain-input:focus {
    border-color: #1C86FF;
    box-shadow: 0 0 0 3px rgba(28, 134, 255, 0.1);
}

.email-domain-input::placeholder {
    color: #9CA3AF;
}

.domain-error-message {
    margin-top: 8px;
    font-size: 12px;
    color: #EF4444;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 4px;
    padding: 8px 12px;
}

.email-info-section {
    background: #F9FAFB;
    border-radius: 6px;
    padding: 16px;
    border: 1px solid #E5E7EB;
}

.email-info-section p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #6B7280;
}

.email-info-section p:last-child {
    margin-bottom: 0;
}

.email-info-section span {
    font-weight: 600;
    color: #374151;
}

.email-domain-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px 24px;
    border-top: 1px solid #E5E7EB;
}

.email-domain-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.email-domain-cancel {
    background: #FFF;
    color: #6B7280;
    border: 1px solid #D1D5DB;
}

.email-domain-cancel:hover {
    background: #F3F4F6;
    color: #374151;
}

.email-domain-confirm {
    background: #1C86FF;
    color: white;
}

.email-domain-confirm:hover {
    background: #0d7dff;
}

/* 响应式设计 - 750px及以下 */
@media (max-width: 750px) {
    .email-domain-content {
        width: 95%;
        margin: 20px;
    }

    .email-domain-header,
    .email-domain-body,
    .email-domain-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .email-domain-footer {
        flex-direction: column;
    }

    .email-domain-btn {
        width: 100%;
    }

    .sec2 .domain_query .domain-item {
        flex: 1;
    }
}