/*组合购*/
.sd-topimg-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    padding-left: 10px;
}


.sd-topimg-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 154px;
    color: #141414;
}

.sd-topimg-desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #565656;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sd-topimg-btn {
    background: #FF5500;
    border-radius: 4px 4px 4px 4px;
    margin-top: 32px;
    cursor: pointer;
    padding: 10px 39px;
    display: inline-block;
}

.sd-topimg-btn-rool {
    font-weight: 400;
    font-size: 14px;
    color: white;
    line-height: 14px;
    text-align: center;
}

.sd-topimg-btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .sd-topimg-content {
        padding-left: 0px;
    }

    .image-text {
        padding-left: 0px;
    }

    .sd-topimg-title {
        font-size: 8.53vw;
        margin-top: 10.93vw;
        line-height: 1;
        font-weight: 600;
    }

    .sd-topimg-desc {
        font-size: 3.73vw;
        margin-top: 2.67vw;
        line-height: 1;
    }

    .sd-topimg-btn {
        padding: 3.2vw 7.73vw;
        width: fit-content;
        height: fit-content;
        background: #FF5500;
        border-radius: 4px 4px 4px 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5.4vw;
    }

    .sd-topimg-btn-rool {
        font-weight: 400;
        font-size: 4vw;
        color: white;
        line-height: 1;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .nav-content {
        padding: 0 10px;
    }
}


.sd-content-title {
    text-align: center;
    margin-bottom: 35px;
}

.sd-content-title-title {
    margin-bottom: 20px;
    font-size: 26px;
    color: #141414;
    line-height: 26px;
}

.sd-content-title-desc {
    font-weight: 400;
    font-size: 16px;
    color: #6A6A6A;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
    margin-bottom: 40px;
}

.sd-share-rule {
    display: inline-block;
    white-space: nowrap;
}

.sd-share-rule :hover {
    opacity: 0.8;
    cursor: pointer;
}

.sd-share-desc-rule {
    font-weight: 400;
    font-size: 16px;
    color: #FF5500;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.sd-share-desc-icon {
    width: 5px !important;
    height: 10px !important;
    display: inline-block;
}

@media (max-width: 900px) {
    .sd-content-title-title {
        font-size: 6.4vw;
        margin-bottom: 4.27vw;
    }

    .sd-content-title-desc {
        font-size: 3.2vw;
        margin-bottom: 0;
        margin-right: 0;
    }

    .sd-share-rule {
        display: block;
        margin-top: 4.27vw;
    }

    .sd-share-desc-rule {
        font-size: 3.2vw;
    }

    .sd-share-desc-icon {
        width: 1.1vw !important;
        height: 2.2vw !important;
        margin-left: 0.74vw;
        display: inline-block;
    }
}

/**域名卡片*/
.sd-card-grid {
    max-width: 1160px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: left;
    gap: 24px;
    /*margin-left: auto;*/
    margin-right: auto;
}

.sd-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sd-card-icon-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 14px;
    right: -4px;
    position: absolute;
}

.sd-card-icon-container span {
    background: linear-gradient(-90deg, #FF8000 0%, #FF5500 100%);
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.sd-card-line {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 0 24px;
}

.sd-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.sd-card:hover {
    transform: translateY(-5px);
}

.sd-card-content {
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
}

.sd-card h2 {
    font-size: 24px;
}

.sd-card p {
    font-size: 12px;
    color: #747474;
    margin-top: 12px;
}

.sd-card-coin {
    font-size: 18px !important;
    color: #F12900 !important;
}

.sd-card-time {
    font-size: 12px;
    color: #747474;
    display: inline-block;
    margin-right: 12px;
}

.sd-card-discount {
    font-weight: 400;
    font-size: 14px;
    color: #FF5500;
    line-height: 14px;
    padding: 2px 6px 3px;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    box-sizing: border-box;
}

.sd-card-price {
    font-size: 14px !important;
    color: #747474 !important;
    line-height: 14px;
}

.sd-card .price {
    color: #F12900;
    font-weight: bold;
    font-size: 24px;
}

.sd-card button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(270deg, #FF5500 0%, #FF8000 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

.sd-card button:hover {
    opacity: 0.8;
}

@media (max-width: 900px) {
    .sd-card-grid {
        /*grid-template-columns: repeat(2, 1fr);*/
        grid-template-columns: repeat(auto-fit, 272px);
        justify-content: center;
    }

    .sd-card-line {
        margin: 0 4.27vw;
    }

    .sd-card-content {
        padding: 16px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .sd-card h2 {
        font-size: 4.27vw;
    }

    .sd-card p {
        color: #747474;
        margin-top: 2vw;
    }

    .sd-card-time {
        font-size: 12px;
        color: #747474;
        display: inline-block;
        margin-right: 12px;
    }

    .sd-card-coin {
        font-size: 3.2vw !important;
        color: #F12900 !important;
    }

    .sd-card .price {
        color: #F12900;
        font-weight: bold;
        /*font-size: 4.27vw;*/
    }

    .sd-card button {
        width: 100%;
        /*padding: 3.47vw;*/
        background: linear-gradient(270deg, #FF5500 0%, #FF8000 100%);
        border: none;
        color: #fff;
        /*font-size: 3.73vw;*/
        cursor: pointer;
        border-radius: 0 0 4px 4px;
        box-sizing: border-box;
    }
}


/*特惠域名
*/
.sd-setupPackage {
    /*max-width: 1160px;*/
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    margin: 34px auto;
}

.sd-setup-child {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 8px);
    background: #F7FAFF;
    border-radius: 4px 0px 0px 4px;
    padding: 17px 24px;
    box-sizing: border-box;
    min-width: 0;
}

.sd-setup-child .setTop {
    margin-top: 23px;
}

.sd-setup-child .childTitle {
    font-weight: 500;
    font-size: 16px;
    color: #232323;
    line-height: 16px;
    display: inline-block;
}

.sd-setup-child .childIcon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.sd-setup-child .childTitleContainer {
    display: flex;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.sd-setupPackage .left {
    display: flex;
    flex: 1;
    min-width: 0;
    margin: 32px 0 32px 24px;
    border-right-color: rgba(0, 0, 0, 0.08);
    border-right-width: 1px;
    border-right-style: solid;
    flex-direction: column;
}

.sd-setup-child .childContentContainer .set h5 {
    font-weight: 400;
    font-size: 12px;
    color: #747474;
    line-height: 12px;
    margin: 20px 0 0 0;
}

.sd-setup-child .childContentContainer .set p {
    font-weight: 600;
    font-size: 14px;
    color: #232323;
    line-height: 14px;
    margin-top: 13px;
}

.childContentContainer .set {
    flex: 1;
    text-align: left;
}

.sd-setupPackage .left .sd-setupPackag-title {
    font-weight: 600;
    font-size: 20px;
    color: #141414;
    line-height: 20px;
    text-align: left;
}

.sd-setupPackage .left .sd-setupPackag-desc {
    margin: 16px 0;
}

.sd-setupPackage .left .desc {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    line-height: 14px;
    margin-right: 20px;
    display: inline-block;
}

.sd-setupPackage .left .sd-setupPackag-desc p img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    display: inline-block;
}

.sd-setupPackage .sd-setupPackage-center {
    flex: 1;
    margin-right: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
}

.sd-setupPackage .right {
    width: 240px;
    padding: 32px 24px 32px;
    position: relative;
    box-sizing: border-box;
    background: url('../../images/set-bg.png') no-repeat center;
    background-size: cover;
    background-position: center;
}

.sd-price-detail {
    font-size: 14px;
    color: #6A6A6A;
    line-height: 14px;
    margin-top: 27px;
    display: flex;
    align-items: center;
}

.sd-price-detail-tip {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.sd-price-detail-tip:hover {
    opacity: 0.6;
    cursor: pointer;
    margin-left: 7px;
}

.sd-price-detail-button {
    padding: 12px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: linear-gradient(270deg, #FF5500 0%, #FF8000 100%);
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    bottom: 35px;
    left: 24px;
    right: 24px;
    z-index: 2;
}

.sd-price-detail-button:hover {
    opacity: 0.8;
}

.sd-domain-selector {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    margin-top: 20px;
}

.sd-input-box {
    display: flex;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    flex: 1;
    align-items: center;
    height: 40px;
}

.sd-input-box input {
    border: none;
    padding: 8px;
    flex: 1;
    box-sizing: border-box;
    outline: none;
    min-width: 0;
}

.sd-input-box .line {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 0px 0px;
    width: 1px;
    height: 18px;
}

.sd-suffix-select {
    background: #fff;
    padding: 0 12px;
    height: 100%;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.sd-query-button {
    background-color: #ff6a00;
    color: white;
    border: none;
    height: 40px;
    width: 72px;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    box-sizing: border-box;
}

.sd-dropdown {
    position: absolute;
    top: 42px;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    height: 400px;
    overflow-y: scroll;
    scrollbar-width: thin; /* Firefox中设置细滚动条 */
    scrollbar-color: #ececec #fff; /* 依次为滑块颜色、轨道颜色 */
}

.sd-dropdown span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
}

.sd-dropdown span:hover {
    background-color: #f0f0f0;
}

.sd-hidden {
    display: none;
}

.sd-tip {
    width: 14px;
    height: 14px;
    margin-left: 7px;
    cursor: pointer;
}

.sd-tip:hover {
    opacity: 0.8;
}

.sd-search-result {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-left: 6px;
}

.sd-select-active {
    color: #FF5500;
}

@media (max-width: 900px) {
    .sd-setupPackage {
        flex-direction: column;
        height: auto;
    }

    .sd-setup-child-right {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .sd-setupPackage .left {
        margin: 24px;
        border-right: 0px;
    }

    .sd-setup-child .setTop {
        margin-top: 5.33vw;
    }

    .sd-setupPackage .left .sd-setupPackag-desc {
        margin-bottom: 16px;
    }

    .sd-setupPackage .left .desc {
        margin-bottom: 16px;
        display: block;
    }

    .sd-setupPackage .sd-setupPackage-center {
        flex: 1;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .sd-setupPackage .right-line {
        background-color: rgba(0, 0, 0, 0.08);
        margin: 0 4.27vw;
        height: 1px;
    }

    .sd-setupPackage .right {
        width: 100%;
    }

    .sd-price-detail-tip {
        width: 14px;
        height: 14px;
        display: inline-block;
    }

    .sd-price-detail-tip:hover {
        opacity: 0.6;
        cursor: pointer;
        margin-left: 7px;
    }

    .sd-price-detail-button {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 24px;
    }

    .sd-price-detail-button:hover {
        opacity: 0.8;
    }

    .sd-domain-selector {
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: row;
        margin-top: 20px;
    }

    .sd-input-box {
        display: flex;
        border-radius: 4px 0px 0px 4px;
        overflow: hidden;
        flex: 1;
        align-items: center;
        height: 40px;
    }

    .sd-input-box input {
        border: none;
        padding: 8px;
        flex: 1;
        box-sizing: border-box;
        outline: none;
    }

    .sd-input-box .line {
        background: rgba(0, 0, 0, 0.08);
        border-radius: 0px 0px 0px 0px;
        width: 1px;
        height: 18px;
    }


    .sd-suffix-select {
        background: #fff;
        padding: 0 12px;
        height: 100%;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
    }


    .sd-dropdown {
        position: absolute;
        top: 42px;
        left: 0;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    .sd-dropdown span {
        cursor: pointer;
        padding: 4px 6px;
        border-radius: 4px;
    }


    .sd-hidden {
        display: none;
    }

    .sd-search-result {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin-left: 6px;
    }

}

/**
toast
 */

.sd-toast {
    background: #000;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    z-index: 999;
    position: absolute;
    left: 24px;
    right: 24px;
    border-radius: 6px;
    transition: opacity 0.3s ease;
    display: none;
    white-space: nowrap;
    min-width: max-content;
}

.sd-triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000; /* 三角形颜色 */
    position: absolute;
    top: -6px;
    left: 32%;
}

.sd-toast.show {
    opacity: 1;
    display: block;
}

.sd-toast-price-now {
    color: #F12900;
}

.sd-toast-price-old {
    margin-left: 4px;
    color: #828282;
    text-decoration: line-through;
    font-size: 12px;
}

.sd-toast-line {
    height: 1px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.2;
    margin: 0 16px;
}

.sd-toast-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
}

.sd-head-image {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 900px) {
    .sd-toast {
        display: none;
        background: #000;
        box-shadow: 0 0.5vw 1.6vw 0 rgba(0, 0, 0, 0.1);
        margin-top: 1.6vw;
        font-weight: 400;
        /*font-size: 1.87vw;*/
        color: #FFFFFF;
        line-height: 1;
        z-index: 999;
        position: absolute;
        left: 6.4vw;
        right: 6.4vw;
        border-radius: 6px;
        transition: opacity 0.3s ease;
    }

    .sd-triangle-up{
        left: 21%;
    }

    .sd-toast.show {
        opacity: 1;
    }

    .sd-toast-price-now {
        color: #F12900;
    }

    .sd-toast-price-old {
        margin-left: 0.53vw;
    }

    .sd-toast-line {
        height: 1px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        opacity: 0.2;
        margin: 0 2.13vw;
    }

    .sd-toast-content {
        display: flex;
        justify-content: space-between;
        /*padding: 1.73vw 2.13vw;*/
    }
}
