.tpm-prod-hero__header  {
    margin-bottom: 30px;
 }

.domainBanner-wrapper {
    background: none;
    padding-top: 92px;
    height: 100%;
}

.domainBanner-wrapper .domainBanner-input-wrapper {
    flex-direction: column;
    padding: 0px;
    box-shadow: none;
    background: initial;
    height: auto;
    margin: 0;
    align-items: flex-start;
}

.domainBanner-wrapper .domainBanner-input-wrapper .tpm-btn {
    height: 100%;
    line-height: 60px;
    width: 184px;
} 


.domainBanner-wrapper .domainBanner-input-wrapper .el-input__inner {
    border: none;
    height: 60px;
    line-height: 60px;
    width: 490px;
}

.queryDomainNameInput.el-input-group {
    width: 610px;
}

.domainBanner-wrapper .domainBanner-input-wrapper .domainBanner-input-content {
    flex: initial;
    height: 60px;
}

.domainBanner-wrapper .el-input-group__append, .domainBanner-wrapper .el-input-group__prepend {
    border: none;
    z-index: 10;
}

.domainBanner-wrapper .domainBanner-input-wrapper .queryDomainNameInput>.el-input__inner:focus {
        border-right: none;
    }
.domainBanner-wrapper .el-input-group__append::after {
    border: none;
}

.domainBanner-input-content .domainSelect-wrapper {
    width: calc(100% - 184px);
    height: 0px;
    transition-property: padding , height;
    opacity: 0;
}

.domainBanner-input-content .domainSelect-wrapper.active {
    z-index: 11;
    height: auto;
}

.queryDomainNameInput.el-input-group .el-input-group__append .suffixNameSelect:not(.icon) {
    padding-left: 12px;
    color: #293957;
    font-size: 16px;
}

.domainBanner-input-flag-wrapper {
        width: 794px;
        justify-content: space-between;
        align-items: center;
        color: #293957;
    }

.domainBanner-input-flag-wrapper .flag-wrapper .flag-item {
        height: auto;
        background: none;
        border: none;
        padding: 0px 8px;
        text-align: center;
        color: inherit;
        position: relative;
    }

    .domainBanner-input-flag-wrapper .flag-wrapper .flag-item:not(:last-child):after {
        content: '';
        height: 12px;
        border-right: 1px solid #c0c0c0;
        transform: translateY(-50%);
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .flag-wrapper .flag-item .flag-item-price {
        margin-left: 1.5px;
        color: #FF3B20;
    }

    .tpm-section_hot .tp-grid__row.tp-grid--gutter-8 .tp-grid__col:nth-child(n+5) {
        margin-top: 16px;
    }

    .tpm-section_hot .tl-tabs__panel__other .tp-grid__row.tp-grid--gutter-8 .tp-grid__col:nth-child(n+4) {
        margin-top: 16px;
    }
    
    .product-item-wrapper.normal .product-item-wrapper-inner{
        padding: 24px 16px 16px 16px;
    }

    .product-item-wrapper.normal {
        position: relative;
    }

    .product-item-wrapper.normal::after {
        content: '';
        position: absolute;
        width: 126px;
        height: 144px;
        bottom: 0px;
        right: 0px;
        display: block;
        background: url(../../images/domain/ym_img01.png) no-repeat center;
        background-size: cover;
        z-index: 0;
    }

    .product-item-wrapper.normal .tpm-servicescheme-item-title {
        font-size: 20px;
        font-weight: 500;
        color: #191919;
        line-height: 28px;
    }

    .tp-grid__col .product-item-wrapper.normal:hover .tpm-servicescheme-item-title {
        color: #006eff;
        color: var(--mainColor);
    }

    .product-item-wrapper.normal .servicescheme-item-desc {
        font-size: 14px;
        font-weight: 500;
        color: #3D485D;
        line-height: 20px;
        margin-top: 10px;
    }

    .tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .oldPrice {
        text-decoration: none;
        margin-top: 10px;
    }

    .tp-grid__col .product-item-wrapper .tpm-prod-hero__btn {
        z-index: 1;
    }


    .index-module__arrowBox--TxXia .index-module__arrow1 {
        -webkit-animation: index-module__arrow-movement 2s ease-in-out infinite;
        -moz-animation: index-module__arrow-movement 2s ease-in-out infinite;
        animation: index-module__arrow-movement 2s ease-in-out infinite;
    }


    .index-module__arrowBox--TxXia .index-module__arrow2 {
        -webkit-animation: index-module__arrow-movement 2s ease-in-out 1s infinite;
        -moz-animation: index-module__arrow-movement 2s ease-in-out 1s infinite;
        animation: index-module__arrow-movement 2s ease-in-out 1s infinite;
    }

    .index-module__arrowBox--TxXia .index-module__arrow {
        left: 25%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        stroke: currentColor;
        fill: none;
        height: 16px;
        width: 16px;
    }

    .arco-icon {
        stroke: currentColor;
        color: inherit;
        display: inline-block;
        font-style: normal;
        height: 1em;
        vertical-align: -2px;
        width: 1em;
    }

    @keyframes index-module__arrow-movement  {
        0% {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            opacity: 0.3;
        }

        50% {
            opacity: 1;
        }
    
        100% {
            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px);
            opacity: 0;
        }
    }


    .tpm-feature__item.tpm-feature__item-writeBg {
        width: 351px;
    }

    .index-module__arrowBox--TxXia {
        width: 40px;
        height: 40px;
        position: relative;
        width: 100%;
    }

    .index-module__arrowWrap--osUqR {
        width: 40px;
        height: 40px;
    }

    .tpm-buyFlow__wrapper {
        justify-content: space-between;
    }

    .tpm-domainStation__wrapper  {
        display: flex;
        justify-content: space-between;
    }
    .tpm-domainStation__wrapper .tpm-domainStation-item {
        width: 156px;
    }


    .tpm-domainStation__wrapper .tpm-domainStation-item .item-content{
        width: 100%;
        height: 68px;
        background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
        box-shadow: 0px 2px 6px 0px rgba(41,57,87,0.08);
        border-radius: 40px;
        border: 2px solid #FFFFFF;
    }

    .tpm-domainStation__wrapper .tpm-domainStation-item .item-content span {
        font-size: 16px;
        font-weight: 400;
        color: #191919;
        margin-left: 12px;
        line-height: 1;
    }

    .tpm-domainStation__wrapper .tpm-domainStation-item .item-content img {
        width: 48px;
    }

    .tpm-domainStation-line {
        width: 134px;
        height: 0px;
        opacity: 0.5;
        border-bottom: 1px dashed #006eff;
        position: relative;
        top: 33px;
    }

    .tpm-domainStation-line::after {
        content: '';
        display: block;
        position: absolute;
        right: -6px;
        top: -4px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 6px solid #006eff;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
    }

    .tpm-section.tpm-section_hot::after {
        content: '';
        z-index: 0;
        background: linear-gradient(0deg, #FFFFFF 0%, #DCE7F3 100%);
        box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        height: 183px;
        z-index: -1;
    }

    .tpm-doc__item .tpm-doc__item__content__commonIssue .is-active .content-item-response {
        padding-right: 30px;
    }

    @media screen and (max-width: 768px) {  
        .tpm-prod-hero__content {
            padding-top: 100px;
        }

        .tpm-prod-hero__bg-inner  {
            background-image: url(/images/dedicated/mbanner067@2x.png) !important;
            background-size: cover;
        }

        .domainBanner-input-content.queryDomainNameInput {
            height: auto;
            width: 100%;
        }

        .queryDomainNameInput.el-input-group   {
            width: calc(100% - 136px);
        }
        .domainBanner-wrapper .domainBanner-input-wrapper .el-input__inner  {
            width: 100%;
        }

        .domainBanner-input-wrapper ,.domainBanner-input-content-wrapper{
            width: 100%;
        }

        .domainBanner-wrapper .domainBanner-input-wrapper .domainBanner-input-content  {
            width: 100%;
        }

        .domainBanner-wrapper .domainBanner-input-wrapper .tpm-btn  {
            width: 110px;
            font-size: 14px;
        }

        .tpm-feature__item.tpm-feature__item-writeBg   {
            width: 100%;
        }

        .tpm-buyFlow__wrapper  {
            flex-direction: column;
        }

        .index-module__arrowWrap--osUqR  {
            margin: auto;
            transform: rotate(90deg);
        }

        .tpm-domainStation__wrapper  {
            margin-bottom: -16px;
            flex-wrap: wrap;
        }

        .tpm-domainStation__wrapper .tpm-domainStation-item  {
           width: 50% !important;
           padding: 0 8px;
           margin-bottom: 16px;
        }

        .tpm-domainStation-line  {
            display: none;
        }
    }
    
