/* ========================================
   产品页面移动端/平板自适应样式
   覆盖 product.css + common.css 中的固定宽度/高度
   同时修复 .fboxRow 无 flex-wrap 导致的溢出
   ======================================== */

/* ======================================== 平板 (≤991px) ======================================== */
@media (max-width: 991px) {

  /* ========== 全局修复：fboxRow 在移动端必须换行或纵向排列 ========== */
  .product-banner .fboxRow,
  .product-price .price.fboxRow,
  .product-help .help.fboxRow,
  .product-cloud .cloud,
  .product-hot .hot-item,
  .product-performance .performance,
  .product-event {
    flex-wrap: wrap;
  }

  /* 价格行和帮助行强制纵向排列 */
  .product-price .price.fboxRow,
  .product-help .help.fboxRow {
    flex-direction: column;
  }

  /* ========== 产品Banner ========== */
  .product-banner {
    height: auto !important;
    min-height: 260px;
    padding: 0;
  }

  .server-banner.banner-cloud,
  .server-banner.banner-domain {
    background: transparent !important;
  }

  /* 移动端 banner 背景图 */
  .server-banner.banner-cloud {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../assets/img/announce/banner.png') no-repeat center center !important;
    background-size: cover !important;
    color: #fff;
  }

  .server-banner.banner-domain {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../assets/img/domain/banner.png') no-repeat center center !important;
    background-size: cover !important;
    color: #fff;
  }

  .banner-cloud h1,
  .banner-cloud .server-banner-desc,
  .banner-domain h1 {
    color: #fff;
  }

  .banner-domain .link-search-group .link-search-to {
    color: rgba(255, 255, 255, 0.85);
  }

  .banner-domain .link-search-group .link-search-to:hover {
    color: #fff;
  }

  /* Banner 内部减小 section-content 的上下空白，让文字居中 */
  .product-banner .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-banner h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .product-banner .server-banner-desc {
    font-size: 14px;
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .product-banner .buy-cloud {
    width: auto;
    min-width: 120px;
    padding: 10px 24px;
    font-size: 14px;
  }

  .banner-domain h1 {
    font-size: 26px;
  }

  /* ========== 热门组合 ========== */
  .product-hot .hot-cont {
    margin: -5px;
    margin-top: 20px;
  }

  .product-hot .hot-item {
    width: 100% !important;
    padding: 20px;
    margin: 5px;
  }

  .product-hot .hot-item h4 {
    font-size: 18px;
  }

  .product-hot .standard p {
    height: auto;
    flex-wrap: wrap;
  }

  .product-hot .standard .attr {
    width: 100px;
    font-size: 13px;
  }

  .product-hot .hot-price {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 15px;
  }

  .product-hot .hot-price .btn {
    width: 100%;
  }

  /* ========== 无忧上云 / 服务优势 ========== */
  .product-cloud .cloud {
    flex-direction: column;
    margin: -5px;
    margin-top: 30px;
  }

  .product-cloud .cloud-box {
    min-width: 100%;
    padding: 20px;
    margin: 5px;
  }

  .product-cloud .cloud-box img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }

  .product-cloud .cloud-box .cloud-box-content h4 {
    font-size: 16px;
  }

  .product-cloud .cloud-box .cloud-box-content .title-desc {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  /* ========== 高效能 / 产品特性 ========== */
  .product-performance {
    background-size: cover;
    background-position: center;
  }

  .product-performance .performance {
    flex-direction: column;
    margin-top: 30px;
  }

  .product-performance .performance .performance-left img {
    min-width: auto;
    width: 100%;
    max-height: 300px;
    margin-right: 0;
    display: block;
  }

  .product-performance .performance .performance-left2 img {
    max-height: 200px;
  }

  .product-performance .performance .performance-left3 img {
    width: 100%;
    height: auto;
    margin: 0;
    min-width: auto;
  }

  .product-performance .performance-item {
    min-width: auto;
    padding: 12px 15px;
    height: auto;
    min-height: 65px;
    margin-bottom: 8px;
  }

  .product-performance .performance-item img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  .product-performance .performance-item h5 {
    font-size: 14px;
    line-height: 1.3;
  }

  .product-performance .performance-item .desc {
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* ========== 高效上云 / 应用场景 ========== */
  .product-efficient .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-efficient .efficient {
    padding-top: 20px;
  }

  .efficient .nav-tabs {
    flex-direction: row !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .efficient .nav-tabs li {
    min-width: 80px;
    font-size: 14px;
    flex: none;
  }

  .efficient .nav-tabs a {
    width: auto;
    min-width: 80px;
    height: 70px;
  }

  .efficient .nav-tabs img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .tabs-efficient {
    padding: 20px;
  }

  .tab-box {
    flex-direction: column;
  }

  .tab-box .tabs-content {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .tabs-efficient .tabs-img {
    width: 100%;
    height: 200px;
  }

  .layout-paragraph {
    margin-bottom: 20px;
  }

  .layout-paragraph .layout-title {
    font-size: 14px;
  }

  .layout-paragraph .layout-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  .layout-paragraph p,
  .layout-paragraph-s p {
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    overflow-wrap: break-word;
  }

  /* ========== 使用帮助 ========== */
  .product-help .help-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .help {
    margin: -5px;
    margin-top: 20px;
  }

  .help-box {
    width: 100%;
    padding: 25px 20px;
    margin: 5px;
  }

  .help-box .help-head h4 {
    font-size: 17px;
  }

  .help-box .help-head a {
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 10px;
  }

  .help-box .font-el1 a {
    font-size: 13px;
    display: block;
    word-break: break-all;
    overflow-wrap: break-word;
    line-height: 1.5;
    padding: 4px 0;
  }

  .help-box .mt-30 {
    margin-top: 20px;
  }

  .help-box .mt-16 {
    margin-top: 10px;
  }

  /* ========== 产品价格 (domain) ========== */
  .product-price .price {
    margin: -5px;
    margin-top: 30px;
  }

  .price .price-item {
    width: 100% !important;
    height: auto !important;
    padding: 15px 20px;
    margin: 5px;
  }

  .price .price-item .title-desc {
    margin: 10px 0 20px;
  }

  .price .price-item .btn {
    width: 100%;
  }

  .product-price .price .more {
    display: none;
  }

  /* ========== 产品规格 ========== */
  .standards {
    margin: -5px;
    margin-top: 30px;
  }

  .standards-box {
    width: calc(50% - 10px);
    padding: 20px;
    margin: 5px;
  }

  .standards-box .standards-box-s {
    font-size: 13px;
  }

  .standards-box .money-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
  }

  .standards-box .btn {
    width: 100%;
  }

  .product-sms .standards-box .stand-cont {
    width: 100%;
  }

  /* ========== 申请流程 ========== */
  .product-flow .flow {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
  }

  .product-flow .flow .flow-box {
    width: 45%;
    height: auto;
    flex-direction: column;
    text-align: center;
  }

  .product-flow .flow .flow-box::before {
    display: none;
  }

  .product-flow .flow .flow-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .trademark-flow {
    height: 200px;
    background-size: contain;
    background-position: center;
  }

  /* ========== ICP申请 ========== */
  .apply {
    margin-top: 30px;
    padding: 20px;
  }

  .apply .apply-left {
    flex: none;
    width: 100%;
  }

  .apply .apply-right {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .apply .apply-right .money {
    margin-right: 20px;
    display: block;
    margin-bottom: 10px;
  }

  /* ========== 域名注册 ========== */
  .domain-register {
    padding: 20px;
  }

  .domain-register .domain-register-box {
    margin-bottom: 30px;
  }

  .domain-register .domain-register-box .register-box-item {
    flex-direction: column;
    margin: 20px 0;
  }

  .domain-register .register-box-item .register-box-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .domain-info .domain-desc-box {
    min-width: auto;
    padding: 20px 15px 30px;
  }

  .domain-info .domain-desc-box input {
    font-size: 14px;
  }

  .domain-info .domain-desc-box .search-btn {
    width: 80px;
    padding: 10px 15px;
    min-width: auto;
  }

  /* ========== 活动列表 ========== */
  .activities .activities-list {
    grid-template-columns: 1fr;
  }

  .activities .activities-item:first-child {
    height: auto;
    grid-row: auto;
  }

  .activities .activities-item {
    padding: 20px;
    height: auto;
  }

  /* ========== 域名购买 ========== */
  .domain-shop .shop-head {
    padding: 20px 15px;
  }

  .domain-shop .shop-head select {
    width: 100%;
    margin: 10px 0;
  }

  .shop-left .shop-item-right .item-right {
    width: 80px;
    margin-left: 15px;
  }

  .shop-content .shop-left .shop-list .shop-item {
    padding: 0 15px;
    height: auto;
    flex-wrap: wrap;
    padding: 15px;
  }

  .shop-content .shop-right {
    width: 100%;
    margin-top: 20px;
  }

  .shop-left .table-price {
    position: relative;
    margin-left: 0;
    width: 100%;
  }

  /* ========== 产品国家 ========== */
  .product-country {
    height: auto;
    flex-wrap: wrap;
  }

  .product-country .country-item {
    padding: 10px 15px;
    font-size: 14px;
  }

  /* ========== 产品项 ========== */
  .product-item {
    width: 100% !important;
    margin: 10px 0;
  }

  .product-item .product-item-top h4 {
    font-size: 18px;
  }

  .product-item .product-item-bottom {
    padding: 15px;
  }

  .product-item .product-item-bottom .product-config {
    min-height: auto;
  }

  .product-item .product-item-bottom .product-config > p {
    flex-wrap: wrap;
  }

  .product-item .product-item-bottom .product-config > p .config-lable {
    width: 100px;
    font-size: 13px;
  }

  .product-item .product-item-bottom .product-text {
    flex-wrap: wrap;
  }

  .product-item .product-item-bottom .product-price-box .price-right {
    flex-direction: column;
    gap: 10px;
  }

  .product-item .product-item-bottom .product-price-box .price-right .product-btn {
    width: 100%;
  }

  .product-item .product-item-bottom .product-price-box .price-right .shop-car-btn {
    width: 100%;
  }

  /* ========== 产品活动 ========== */
  .product-event {
    margin-top: 30px;
    flex-direction: column;
  }

  .product-event .event-item {
    width: 100%;
    margin: 5px 0;
    padding: 20px;
  }

  .product-event .event-item .event-name {
    font-size: 18px;
  }

  .product-event .event-item .event-buy {
    margin-top: 20px;
  }

  .product-event .event-item .event-btn {
    width: 100%;
  }

  /* ========== 域名购买详情 ========== */
  .domain-buy .select-tem .select-content {
    padding: 15px;
  }

  .domain-buy .select-tem .select-content .select-type {
    flex-wrap: wrap;
  }

  .domain-buy .select-tem .select-content .select-type .net-type {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .domain-buy .select-tem .select-content .tem-box {
    margin-top: 20px;
  }

  .domain-buy .select-tem .select-content .tem-box .tem-list {
    height: auto;
    min-height: 100px;
    padding: 20px;
  }

  .domain-buy .select-tem .select-content .btn-box {
    flex-direction: column;
    margin-top: 30px;
  }

  .domain-buy .select-tem .select-content .btn-box .ok-btn,
  .domain-buy .select-tem .select-content .btn-box .back-btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .domain-buy .creat-template-box .creat-form {
    width: 100%;
  }

  .domain-buy .creat-template-box .form-info {
    width: 100%;
  }

  .domain-buy .creat-template-box .form-info .form-item {
    flex-direction: column;
  }

  .domain-buy .creat-template-box .form-info .form-item .form-label {
    width: 100%;
    margin-bottom: 8px;
  }

  .domain-buy .creat-template-box .form-info .form-item .form-value input,
  .domain-buy .creat-template-box .form-info .form-item .form-value select {
    width: 100%;
  }

  .domain-buy .user-type {
    width: 100%;
  }

  .domain-buy .upload-box .upload-content {
    width: 100%;
    height: 120px;
  }

  /* ========== 域名Banner搜索栏 ========== */
  .domain-search .input-search {
    flex-wrap: nowrap;
  }

  .domain-search .input-search input {
    flex: 1;
    width: auto;
    height: 42px;
    font-size: 13px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .domain-search .input-search .input-search-select {
    width: 90px;
    flex: none;
    margin-top: 0;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }

  .domain-search .input-search .search-btn {
    width: auto;
    flex: none;
    min-width: auto;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px;
  }

  /* ========== 域名搜索下拉框定位修复 ========== */
  .input-search .input-search-select .select-box {
    top: 42px;
    width: 100%;
    padding: 8px;
    background: #fff;
    z-index: 10;
  }

  .input-search .input-search-select .select-box-item {
    margin: 4px;
    width: calc(33.33% - 8px);
    height: 34px;
    font-size: 12px;
    color: #333;
  }

  /* ========== 域名搜索快捷链接 ========== */
  .link-search-group {
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
  }

  .link-search-group .link-search-to {
    padding: 0 8px;
    font-size: 13px;
    border-right: none;
  }

  .link-search-group .price {
    margin-left: 3px;
    font-size: 12px;
  }

  /* ========== 通用大间距缩减 ========== */
  .mt-50, .mt-60 {
    margin-top: 25px;
  }

  /* ========== 文字防溢出 ========== */
  .section-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* ======================================== 手机 (≤576px) ======================================== */
@media (max-width: 576px) {

  /* ========== 产品Banner ========== */
  .product-banner {
    min-height: 220px;
    padding: 0;
  }

  .product-banner .section-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .product-banner h1 {
    font-size: 24px;
  }

  .product-banner .server-banner-desc {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .product-banner .buy-cloud {
    min-width: 100px;
    padding: 8px 20px;
    font-size: 13px;
  }

  .banner-domain h1 {
    font-size: 22px;
  }

  /* ========== 热门组合 ========== */
  .product-hot .hot-item {
    padding: 15px;
  }

  .product-hot .hot-item h4 {
    font-size: 16px;
  }

  .product-hot .standard .attr {
    width: 80px;
    font-size: 12px;
  }

  /* ========== 无忧上云 ========== */
  .product-cloud .cloud-box {
    padding: 15px;
  }

  .product-cloud .cloud-box img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  /* ========== 高效能 ========== */
  .product-performance .performance-item {
    min-height: 55px;
    padding: 10px 12px;
  }

  .product-performance .performance-item img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .product-performance .performance-item h5 {
    font-size: 13px;
  }

  .product-performance .performance-item .desc {
    font-size: 11px;
    -webkit-line-clamp: 1;
  }

  /* ========== 使用帮助 ========== */
  .help-box {
    padding: 20px 15px;
  }

  .help-box .help-head h4 {
    font-size: 15px;
  }

  .help-box .help-head a {
    font-size: 12px;
  }

  .help-box .font-el1 a {
    font-size: 12px;
  }

  .help-box .mt-30 {
    margin-top: 15px;
  }

  .help-box .mt-16 {
    margin-top: 8px;
  }

  /* ========== 域名Banner搜索栏 ========== */
  .domain-search .input-search input {
    height: 38px;
    font-size: 12px;
    padding: 0 8px;
  }

  .domain-search .input-search .input-search-select {
    width: 80px;
    height: 38px;
    line-height: 38px;
    font-size: 11px;
  }

  .domain-search .input-search .search-btn {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    padding: 0 12px;
  }

  .link-search-group .link-search-to {
    font-size: 12px;
    padding: 0 6px;
  }

  .link-search-group .price {
    font-size: 11px;
  }

  /* 域名搜索下拉框 */
  .input-search .input-search-select .select-box {
    top: 18px;
  }

  .input-search .input-search-select .select-box-item {
    margin: 3px;
    width: calc(33.33% - 6px);
    height: 30px;
    font-size: 11px;
  }

  /* ========== 产品规格 ========== */
  .standards-box {
    width: calc(50% - 10px);
    padding: 15px;
  }

  .standards-box h5 {
    font-size: 14px;
  }

  .standards-box .stand-s {
    font-size: 12px;
  }

  /* ========== 申请流程 ========== */
  .product-flow .flow .flow-box {
    width: 100%;
  }

  /* ========== ICP申请 ========== */
  .apply {
    padding: 15px;
  }

  /* ========== 域名注册 ========== */
  .domain-register {
    padding: 15px;
  }

  .domain-register .register-box-head {
    font-size: 16px;
  }

  /* ========== 产品项 ========== */
  .product-item .product-item-top {
    padding: 15px;
  }

  .product-item .product-item-top h4 {
    font-size: 16px;
  }

  .product-item .product-item-top .title-desc {
    font-size: 12px;
  }

  .product-item .product-item-bottom {
    padding: 12px;
  }

  .product-item .product-item-bottom .product-config > p .config-lable {
    font-size: 12px;
  }

  .product-item .product-item-bottom .product-price-box .price-left .price {
    font-size: 14px;
  }

  /* ========== 域名购买 ========== */
  .shop-left .shop-item-right .item-right {
    width: 60px;
    font-size: 12px;
  }

  .shop-left .shop-item-right .add-car {
    padding: 4px 10px;
    font-size: 12px;
  }

  /* ========== 产品事件 ========== */
  .product-event .event-item {
    padding: 15px;
  }

  .product-event .event-item .event-name {
    font-size: 16px;
  }

  .product-event .event-item .event-des {
    font-size: 13px;
  }

  /* ========== 域名购买详情 ========== */
  .domain-buy .select-tem .select-content {
    padding: 10px;
  }

  .domain-buy .select-tem .select-content .select-type .net-type {
    font-size: 13px;
  }

  .domain-buy .creat-template-box .form-content {
    padding-left: 15px;
  }

  .domain-buy .creat-template-box .form-top {
    padding: 0 15px;
  }

  .domain-buy .form-bottom {
    padding: 0 15px;
  }

  .domain-buy .form-bottom .creat-ok,
  .domain-buy .form-bottom .creat-cancel {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  /* ========== 通用大间距缩减 ========== */
  .mt-50, .mt-60 {
    margin-top: 20px;
  }
}

/* ======================================== 超小屏幕 (≤480px) ======================================== */
@media (max-width: 480px) {

  /* ========== 产品Banner ========== */
  .product-banner {
    min-height: 200px;
    padding: 0;
  }

  .product-banner .section-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-banner h1 {
    font-size: 22px;
  }

  .product-banner .server-banner-desc {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .product-banner .buy-cloud {
    min-width: 90px;
    padding: 8px 18px;
    font-size: 12px;
  }

  .banner-domain h1 {
    font-size: 20px;
  }

  /* ========== 热门组合 ========== */
  .product-hot .hot-item {
    padding: 12px;
    margin: 3px;
  }

  .product-hot .hot-item h4 {
    font-size: 15px;
  }

  .product-hot .hot-price {
    flex-direction: column;
    gap: 10px;
  }

  .product-hot .hot-price .price {
    font-size: 16px;
  }

  /* ========== 无忧上云 ========== */
  .product-cloud .cloud-box img {
    width: 50px;
    height: 50px;
  }

  .product-cloud .cloud-box .cloud-box-content h4 {
    font-size: 14px;
  }

  .product-cloud .cloud-box .cloud-box-content .title-desc {
    font-size: 12px;
  }

  /* ========== 高效能 ========== */
  .product-performance .performance-item {
    min-height: 48px;
    padding: 8px 10px;
  }

  .product-performance .performance-item img {
    width: 26px;
    height: 26px;
  }

  .product-performance .performance-item h5 {
    font-size: 12px;
  }

  .product-performance .performance-item .desc {
    display: none;
  }

  /* ========== 高效上云 ========== */
  .efficient .nav-tabs li {
    min-width: 70px;
    font-size: 13px;
  }

  .tabs-efficient {
    padding: 15px 10px;
  }

  .tabs-efficient .tabs-img {
    height: 150px;
  }

  .layout-paragraph .layout-title {
    font-size: 13px;
  }

  .layout-paragraph .layout-desc {
    font-size: 12px;
  }

  /* ========== 使用帮助 ========== */
  .help-box {
    padding: 15px 12px;
  }

  .help-box .help-head h4 {
    font-size: 14px;
  }

  .help-box .help-head a {
    font-size: 11px;
  }

  .help-box .font-el1 a {
    font-size: 12px;
    line-height: 1.5;
  }

  .help-box .mt-30 {
    margin-top: 12px;
  }

  .help-box .mt-16 {
    margin-top: 6px;
  }

  /* ========== 域名Banner搜索栏 ========== */
  .domain-search .input-search input {
    height: 36px;
    font-size: 12px;
    padding: 0 6px;
  }

  .domain-search .input-search .input-search-select {
    width: 75px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
  }

  .domain-search .input-search .search-btn {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0 10px;
  }

  .link-search-group .link-search-to {
    font-size: 11px;
    padding: 0 5px;
  }

  .link-search-group .price {
    font-size: 10px;
  }

  /* 域名搜索下拉框 */
  .input-search .input-search-select .select-box {
    top: 36px;
  }

  .input-search .input-search-select .select-box-item {
    margin: 2px;
    width: calc(33.33% - 4px);
    height: 28px;
    font-size: 10px;
  }

  /* ========== 产品价格 ========== */
  .price .price-item {
    padding: 12px 15px;
  }

  .price .price-item h5 {
    font-size: 14px;
  }

  /* ========== 产品规格 ========== */
  .standards-box {
    width: 100%;
    padding: 12px;
  }

  /* ========== ICP申请 ========== */
  .apply {
    padding: 12px;
  }

  .layout-paragraph-tag {
    padding: 6px 12px;
    font-size: 12px;
  }

  /* ========== 域名注册 ========== */
  .domain-register {
    padding: 12px;
  }

  .domain-register .register-box-head {
    font-size: 14px;
  }

  /* ========== 产品项 ========== */
  .product-item {
    margin: 5px 0;
  }

  .product-item .product-item-top {
    padding: 12px;
  }

  .product-item .product-item-top h4 {
    font-size: 15px;
  }

  .product-item .product-item-bottom {
    padding: 10px;
  }

  .product-item .product-item-bottom .product-config > p {
    margin-bottom: 10px;
  }

  .product-item .product-item-bottom .product-config > p .config-lable {
    width: 80px;
    font-size: 12px;
  }

  .product-item .product-item-bottom .product-config > p .config-value {
    font-size: 12px;
  }

  .product-item .product-item-bottom .product-text .product-text-item {
    font-size: 11px;
    padding: 2px 6px;
  }

  .product-item .product-item-bottom .product-price-box .price-left .price {
    font-size: 13px;
  }

  /* ========== 域名购买 ========== */
  .domain-shop .shop-head input {
    font-size: 13px;
  }

  .shop-left .shop-item-right .item-right {
    display: none;
  }

  .shop-left .shop-item-right .add-car {
    padding: 4px 8px;
    font-size: 11px;
  }

  /* ========== 产品事件 ========== */
  .product-event .event-item {
    padding: 12px;
  }

  .product-event .event-item .event-name {
    font-size: 14px;
  }

  .product-event .event-item .event-des {
    font-size: 12px;
  }

  .product-event .event-item .event-btn {
    height: 35px;
    font-size: 14px;
  }

  /* ========== 域名购买表单 ========== */
  .domain-buy .select-tem .select-content {
    padding: 8px;
  }

  .domain-buy .select-tem .select-title {
    font-size: 14px;
    padding-left: 20px;
  }

  .domain-buy .select-tem .select-title::before {
    left: 10px;
  }

  .domain-buy .creat-template-box .form-content {
    padding-left: 10px;
  }

  .domain-buy .creat-template-box .form-info .form-item {
    margin-bottom: 15px;
  }

  .domain-buy .creat-template-box .form-info .form-item .form-value input,
  .domain-buy .creat-template-box .form-info .form-item .form-value select {
    height: 30px;
    font-size: 13px;
  }

  /* ========== 通用大间距缩减 ========== */
  .mt-50, .mt-60 {
    margin-top: 15px;
  }
}
