/* 内容部分开始 */
.border-radius1 {
    border-radius: 0 50px 0 50px !important;
}

.border-radius2 {
    border-radius: 0 0 0 50px !important;
}

.index-section-nav-bg {
    background: url('../../images/nav-bg.png') no-repeat;
    background-size: 100% 100%;
}

.index-section-nav {
    margin-bottom: 22px;
}

.index-section-nav-content {
    background: #FFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    transform-origin: center center;
    flex-shrink: 0;
    height: 0px;
    width: 0px;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 5%);
    position: relative;
}

.index-section-nav-bg-left {
    width: 50%;
    background-color: #2e2a48;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.index-section-nav-content.show {
    transition: opacity 0.5s ease 0s;
    transform-origin: center center;
    opacity: 1;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.index-section-wrap {
    display: flex;
}

.index-section-wrap-item {
    width: 240px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.index-section-wrap {
    display: flex;
}

.index-section-wrap-item.active::after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #E92D0E;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.section-wrap-item-name {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #181818;
    line-height: 16px;
    margin-bottom: 20px;
}

.section-wrap-item-icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 15px auto 0 auto;
}

.section-nav-content-wrap {
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #FFF;
}

.nav-content-wrap-left {
    display: flex;
    flex-direction: column;
    width: 274px;
    background-color: #2e2a48;
    padding-left: 20px;
    border-radius: 0 50px 0 0;
}

.nav-content-wrap-left-item {
    margin: 40px 0;
    padding-right: 5px;
}

.wrap-left-item-name {
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #181818;
    line-height: 23px;
    display: flex;
    align-items: center;
}

.wrap-left-item-name a {
    display: inline-block;
    color: #FFF;
}

.wrap-left-item-name span {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    border-radius: 25px;
    opacity: 1;
    border: 1px solid;
    color: #FFF;
    padding: 2px 15px;
    box-sizing: border-box;
    margin-left: 10px;
    background-image: linear-gradient(to right, #E63641, #E84E2E, #E9651B);
    display: inline-block;
}

.wrap-left-item-tip {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFF;
    line-height: 16px;
    margin-top: 12px;
}

.wrap-left-item-btn {
    display: flex;
}

.left-item-btn-links {
    width: 120px;
    background-image: linear-gradient(to right, #E63641, #E84E2E, #E9651B);
    border-radius: 0px 0px 0px 0px;
    display: block;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-top: 16px;
    margin-right: 16px;
}

.left-item-btn-links.active {
    background-image: linear-gradient(to right, #FFF, #FFF);
    color: #181818;
    border: 1px solid #181818;
}

.left-item-btn-links.active:hover {
    color: #E92D0E;
    border: 1px solid #E92D0E;
}

.nav-content-wrap-right {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #f4f5f7;
    position: relative;
}

.nav-content-wrap-h {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 302px;
    height: 50%;
    background-color: #2e2a48;
}

.nav-content-wrap-f {
    position: absolute;
    top: 0;
    right: 0;
    width: 604px;
    height: 100%;
    background-color: #FFF;
}

.nav-content-wrap-c {
    position: absolute;
    top: 0;
    right: 0;
    width: 302px;
    height: 100%;
    background-color: #F4F5F7;
}

.nav-content-wrap-bg {
    padding-top: 32px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.nav-content-wrap-right .bg_fff {
    background-color: #FFF;
    border-radius: 0 50px 0 0;
}

.nav-content-wrap-right .bg_ccc {
    background-color: #F4F5F7;
    border-radius: 0 50px 0 0;
}

.content-wrap-right-item {
    width: 248px;
    height: 80px;
    margin-bottom: 32px;
    margin-right: 34px;
}

.wrap-right-item-name {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #181818;
    line-height: 23px;
}

.wrap-right-item-nav-content a {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #154AD2;
    line-height: 16px;
}

.wrap-right-item-tip {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-top: 11px;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrap-right-item-nav-content {
    display: flex;
    flex-wrap: wrap;
}

.wrap-right-item-nav {
    border-radius: 25px;
    opacity: 1;
    padding: 2px 8px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #E92D0E;
    line-height: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #FFE5E1;
}

.wrap-right-item-name span {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 14px;
    border-radius: 25px;
    opacity: 1;
    color: #FFF;
    padding: 2px 8px;
    box-sizing: border-box;
    margin-left: 10px;
    background-image: linear-gradient(to right, #E63641, #E84E2E, #E9651B);
}

.index-section-cloud {
    margin-top: 40px;
    padding-bottom: 40px;
}

.index-section-cloud-wrap {
    display: flex;
    margin-bottom: 50px;
}

.index-notice {
    width: 100%;
    background: #f7f7f7;
    line-height: 60px;
}

.index-notice dl {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.index-notice img {
    display: inline-block;
    vertical-align: middle;
}

.index-notice dd {
    margin-right: 50px;
}

.index-notice dd a {
    color: #999;
}

.index-notice dd a:hover {
    color: #e9651b;
}

.index-notice dt {
    margin-right: 40px;
    color: #E9651B;
}

.domain-search-container .suffix-box {
    height: 120px;
    padding-top: 30px;
}

.domain-search-container .suffix-box li {
    width: 100px;
    margin-bottom: 30px;
}

.domain-search-container .suffix-box > div {
    display: none;
}

.domain-search-container .suffix-box ul {
    display: flex;
    flex-wrap: wrap;
}


.domain-search-container {
    width: 1200px;
    margin: 40px auto;
}

.domain-search-container .domain-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.domain-search-container .domain-type a {
    color: #E9651B;
}

.domain-search-container .domain-type dl {
    display: flex;
    gap: 4px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.domain-search-container .domain-type dd.active {
    background: #E9651B;
    color: #fff;
}

.domain-search-container .domain-type dd {
    background: #f7f7f7;
    padding: 20px 30px;
    cursor: pointer;
}

.domain-search-container .input-box {
    display: flex;
}

.domain-search-container .input-box [type="submit"]{
    width: 100px;
    height: 50px;
    background-color: #E9651B;
    color: #fff;
    font-size: 16px;
}

.domain-search-container .input-box a {
    display: block;
    line-height: 46px;
    border: 2px solid #e8e8e8;
    width: 150px;
    margin-left: 10px;
    text-align: center;
}

.domain-search-container .input-box [type="text"] {
    flex: 1;
    border: 2px solid #E9651B;
    border-right: none;
    padding-left: 10px;
    font-size: 16px;
}

.domain-check-result {
    width: 1200px;
    margin: 0 auto;
}

.domain-check-result h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.domain-check-result table {
    width: 100%;
    border: 1px solid #e8e8e8;
}

.domain-check-result table tr {
    border-bottom: 1px solid #e8e8e8;
}

.domain-check-result table td {
    padding: 20px;
}

.domain-check-result a {
    color: #154AD2;
}

.domain-check-result .a-btn {
    color: #666;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid transparent;
}

.domain-check-result tr td:nth-child(2) {
    text-align: right;
    color: #999;
}

.domain-check-result .price-detail {
    display: inline-block;
    position: relative;
    color: #E9651B;
}

.domain-check-result .price-detail span {
    font-size: 16px;
}

.domain-check-result .price-detail table {
    width: 300px;
    color: #333;
}

.domain-check-result .price-detail table th {
    background: #fafafa;
    padding: 10px 0;
    width: 100px;
    text-align: center;
}

.domain-check-result .price-detail table td {
    padding: 10px 0;
    width: 100px !important;
    text-align: center !important;
    color: #333;
}

.domain-check-result .price-detail:hover div {
    display: block;
}

.domain-check-result .price-detail div {
    display: none;
    position: absolute;
    left: -128px;
    top: 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px;
    z-index: 10;
}

.domain-check-result .price-detail div::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: -6px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.domain-check-result tr td:last-child {
    text-align: right;
    width: 260px;
}

.domain-check-result tr td:last-child .a-btn {
    border-color: #e8e8e8;
    padding: 10px 14px;
    margin-left: 20px;
}

.domain-check-result tr td:first-child .a-btn {
    margin-left: 20px;
}

.domain-check-result .a-btn.gray {
    border-color: #e8e8e8;
}

.domain-check-result .a-btn.green {
    border-color: #099802;
    color: #099802;
}

.domain-check-result .a-btn.orange {
    border-color: #E9651B;
    background: #E9651B;
    color: #fff;
}

.section-cloud-wrap-left,
.section-cloud-wrap-right {
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.cloud-wrap-left-item.top {
    border-top: 1px solid #E5E5E5;
}

.cloud-wrap-left-item {
    width: calc(580/ 1920 * 100vw);
    height: 121px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    flex-direction: row-reverse;
    transition: height 0.5s ease 0s;
    background-image: linear-gradient(to right, #F1F6F7, #F1F6F7, #F5F4F9);
    cursor: pointer;
}

.wrap-left-item-cloud-name {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #181818;
    line-height: 21px;
    margin-top: 30px;
}

.wrap-left-item-cloud-tip {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 24px;
    height: 16px;
    margin-top: 8px;
}

.wrap-left-item-cloud-links {
    margin-top: 10px;
}

.wrap-left-item-cloud-links a {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #E92D0E;
    line-height: 16px;
}

.cloud-wrap-left-item.active {
    height: 256px;
    transition: height 0.5s ease 0s;
    background-image: linear-gradient(#FFFFFF, #f9f9f9, #fbe4e1);
}

.cloud-wrap-left-item.active .wrap-left-item-cloud-tip {
    white-space: normal;
    height: auto;
    margin-top: 18px;
}

.index-ryzz {
    width: 1200px;
    margin: 60px auto 0;
}

.index-ryzz ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 240px;
}

.index-ryzz ul li {
    width: 25%;
    text-align: center;
}

.header-nav-a {
    position: relative;
}

.header-nav-a .pls-nav-tag {
    position: absolute;
    top: 0;
    right: 0;
}

.section-cloud-wrap-right {
    flex: 1;
    border-top: 1px solid #E5E5E5;
    display: none;
}

.section-cloud-wrap-right.show {
    display: block;
}

.section-cloud-wrap-right-title {
    height: 57px;
    line-height: 57px;
}

.section-cloud-wrap-right-title span {
    margin-left: 28px;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #181818;
    display: block;
    width: 72px;
    height: 54px;
}

.section-cloud-wrap-right-content {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.cloud-wrap-right-content-item {
    flex: 1;
    height: 257px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    position: relative;
}

.cloud-wrap-right-content-item-name {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #181818;
    line-height: 24px;
    margin-left: 24px;
    margin-top: 24px;
}

.cloud-wrap-right-content-item-tip {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 24px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cloud-wrap-right-content-item-box {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    margin-left: 24px;
    margin-top: 16px;
    color: #797979;
}

.cloud-wrap-right-content-item-box .item-p {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
}

.cloud-wrap-right-content-item-box .item-p.one {
    margin-top: 7px;
    margin-bottom: 9px;
}

.cloud-wrap-right-content-item-text {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #797979;
    line-height: 16px;
    margin-left: 24px;
    margin-top: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cloud-wrap-right-content-item-text .item-tick,
.cloud-wrap-right-content-item-box .item-p .item-tick {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
}

.cloud-wrap-right-content-item-text.one {
    margin-top: 7px;
    margin-bottom: 7px;
}

.mb-28 {
    margin-bottom: 34px !important;
}

.cloud-wrap-right-content-item-list {
    padding: 4px 8px;
    box-sizing: border-box;
    background: #FF4A14;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-left: 24px;
    border-radius: 20px;
}

.cloud-wrap-right-content-item-price {
    margin-top: 8px;
    margin-left: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cloud-wrap-right-content-item-pay span {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF4A14;
    line-height: 16px;
}

.cloud-wrap-right-content-item-pay span.num {
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FF4A14;
    line-height: 24px;
}

.cloud-wrap-right-content-item-links {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #FFE5E1;
}

.cloud-wrap-right-content-item-links a {
    width: 50%;
    opacity: 1;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    background-image: linear-gradient(to right, #E63641, #E84E2E, #E9651B);
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 0 20px 0 0;
}

.cloud-wrap-right-content-item-links a.ones {
    border: none;
    color: #E92D0E;
    background-image: none;
    border-radius: 0;
}

.cloud-wrapleft-item-content {
    width: 324px;
    height: 100%;
    overflow: hidden;
}

.index-section-shopping {
    width: 100%;
    height: 300px;
    background: url('/assets/img/shopping-bg.png') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index-section-shopping-wrap a {
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #E92D0E;
    line-height: 16px;
}

.section-shopping-wrap-name {
    height: 42px;
    font-size: 30px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFF;
    line-height: 35px;
    margin-top: 90px;
    margin-bottom: 16px;
}

/* 解决方案开始 */
.trade-content {
    padding: 30px 0;
}

.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
    font-family: PingFang SC-Regular, PingFang SC;
}

.trade-box-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.trade-box-item {
    flex: 0 0 150px;
    text-align: center;
    position: relative;
    height: 250px;
    background: no-repeat center;
    background-size: 100% auto;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.item-logo {
    margin: 0 auto;
    display: block;
}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 40px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 18px;
    color: #fff;
    padding: 5px 0 20px;
    position: relative;
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;
}

.item-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.trade-content .trade-box-item:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0;
}

/* .trade-content .trade-box-item:hover:before {
  background-color: rgba(32, 176, 159, .9);
} */
.trade-content .trade-box-item:hover .item-logo {
    margin-top: 10px;
}

.trade-content .trade-box-item:hover .item-title:before {
    opacity: 0;
    margin-bottom: 0;
}

/* 解决方案结束 */
/* 全球数据开始 */
.index-section-global-bg {
    background-color: #FFF;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding-bottom: 30px;
}

.section-global-wrap-img {
    width: 1200px;
    height: 447px;
    display: block;
    margin-top: 50px;
}

.section-global-wrap-content {
    display: flex;
    padding-top: 20px;
}

.global-wrap-content-item {
    flex: 0 0 300px;
    padding: 40px 0;
    background-image: linear-gradient(to right, #1B1A22, #39335F);
    text-align: center;
    font-family: PingFang SC-Regular, PingFang SC;
    position: relative;
}

.global-wrap-content-item::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #E74435;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border-radius: 50px;
}

.global-wrap-radius-left {
    border-radius: 20px 0 0 20px;
}

.global-wrap-radius-right {
    border-radius: 0 20px 20px 0;
}

.section-global-wrap-content-tip {
    font-size: 40px;
    font-weight: bold;
}

.section-global-wrap-content-tip span {
    font-size: 20px;
}

.global-wrap-content-item .tip-red {
    color: #FE4800;
}

.global-wrap-content-item .tip-yellow {
    color: #FFB30F;
}

.section-global-wrap-content-name {
    font-size: 16px;
    color: #FFF;
    margin-top: 20px;
}

/* 全球数据结束 */
/* 内容部分结束 */
