.page-head{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.page-head-title{
    color: rgb(26, 26, 26);
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.page-head-msg{
    color: #41464F;
    font-size: 16px;
    margin: 26px 0 36px 0;
    text-align: center;
}
.domain-search-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    width: 800px;
    margin: auto;
    border-radius: 6px;
    position: relative;
    border: 1px solid rgb(198, 25, 25);
}
.domain-link{
    text-align: center;
    margin-top: 30px;
}
.domain-link a{
    color: #333;
    display: inline-block;
    padding: 0 34px;
}
.domain-link a:hover{
    color: rgb(198, 25, 25);
    text-decoration: underline!important;
}
.domain-search-input{
    width: 66%;
}
.domain-search-input input{
    border: none!important;
    background: unset;
}
.domain-search-input input::placeholder{
    color: #999;
}
.domain-search-line{
    height: 72%;
    width: 1px;
    background: #999;
}
.domain-search-suffix{
    width: 10%;
    font-size: 16px;
    color: #333;
}
.domain-search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18%;
    height: 100%;
    background: rgb(198, 25, 25);
    font-size: 16px;
    color: white;
    cursor: pointer;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.domain-search-btn:hover{
    opacity: .8;
}
.suffix-box{
    padding: 4px 12px;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: fit-content;
    max-height: 300px;
    background: white;
    /* box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff, inset 0 4px 20px hsla(0,0%,100%,.5); */
    border-radius: 6px;
    border: 1px solid #f1f4f9;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 2100;
    display: none;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
.suffix-box::-webkit-scrollbar{
	width: 6px;
    height: 6px;
}
.suffix-box::-webkit-scrollbar-thumb{
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
}
.suffix-item{
    width: 96px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: white;
    color: #333;
    border: 1px solid #f5f7fa;
    border-radius: 2px;
    margin: 0 12px 12px 0;
    cursor: pointer;
}
.suffix-item-active{
    background: #f3f3f3;
    color: rgb(198, 25, 25);
}
.suffix-box-container{
    display: flex;
    flex-wrap: wrap;
}
.result-background{
    background: white;
    padding: 60px 0;
}
.result-title{
    font-size: 30px;
    color: #333;
    margin: 0 auto 30px auto;
}
.result-item{
    height: 63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    border: 1px solid #e2e6ed;
}
.result-item-success{
    background: linear-gradient(90.3deg,rgba(10,191,91,.1) .24%,rgba(10,191,91,0) 99.74%);
    background-size: 120px 100%;
    background-repeat: no-repeat;
    border-left-color: #0abf5b;
    border-left-width: 3px;
}
.result-item>div{
    display: flex;
    align-items: center;
}
.result-item>div:nth-child(1){
    font-size: 16px;
    color: #333;
}
.result-item-price{
    margin-right: 24px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.result-item-price span{
    font-size: 16px;
    font-weight: normal;
}
.result-item-partner{
    color: #333;
    margin-right: 20px;
    font-size: 16px;
}
.result-item i{
    font-size: 20px;
    margin-right: 12px;
    cursor: pointer;
}
.result-item .el-icon-success{
    color: #0abf5b;
}
.result-item .el-icon-circle-check{
    color: #666;
}
.advantage-background{
    background: url('../../images/domain/ssss.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.advantage-title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0 auto 50px auto;
    text-align: center;
}
.advantage-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
.advantage-item{
    position: relative;
    padding: 22px 26px 0;
    background-color: rgba(255, 255, 255, 0.363);
    width: 46%;
    height: 130px;
    transition: all .3s;
    margin-bottom: 30px;
}
.advantage-item::after{
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 55px;
    background: white;
    left: -3px;
    top: 36px;
}
.advantage-item>div:nth-child(1){
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}
.advantage-item>div:nth-child(1) img{
    margin-right: 12px;
}
.advantage-item>div:nth-child(2){
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.advantage-item:hover{
    background: rgb(39, 33, 33);
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.3);
}
.advantage-item:hover>div:nth-child(1){
    color: rgb(242, 177, 56);
}
.advantage-item:hover::after{
    background: rgb(242, 177, 56);
}
.result-item-tag{
    margin-right: 10px;
}
.price-background{
    background: #fff;
    padding: 0 0 60px 0;
}
.price-title-background{
    padding-top: 30px;
    background: linear-gradient(173.588deg, rgba(238, 240, 244, 0.507) 20.1842%, rgba(214, 218, 235, 0.507) 80.2012%)
}
.price-title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0 auto 30px auto;
    text-align: center;
}
.price-table{
    margin: 30px auto 0 auto;
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 1px;
}
.price-table thead th{
    background: #F6F6FB;
}
.price-tab .el-tabs__nav-scroll{
    display: flex;
    justify-content: center;
}
.register-background{
    padding: 60px 0;
}
.register-title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0 auto 50px auto;
    text-align: center;
}
.register-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.register-item{
    position: relative;
    width: 24%;
    height: 102px;
    border: 1px solid rgb(212, 214, 218);
    background: linear-gradient(222.825deg, rgb(245, 245, 249) 34.381%, rgb(170, 170, 172) 93.9048%);
    padding: 12px;
    display: flex;
}
.register-item::after{
    display: block;
    content: '';
    width: 130px;
    height: 100px;
    position: absolute;
    background: url('../../images/domain/5f4bb870-9522-11f0-b516-01273b10e6d1.png') no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0;
}
.register-item-number{
    padding: 5px;
    background: white;
    border-radius: 50%;
    font-size: 16px;
    color: rgb(198, 25, 25);
    font-weight: bold;
    margin-right: 12px;
    height: fit-content;
}
.register-item-text div:nth-child(1){
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.register-item-text div:nth-child(2){
    font-size: 13px;
    line-height: 20px;
    color: #777;
}

/* element */
.el-tabs__item:hover{
    color: rgb(198, 25, 25);
}
.el-tabs__item.is-active{
    color: rgb(198, 25, 25);
}
.el-tabs__active-bar{
    background-color: rgb(198, 25, 25);
}
.el-tabs__header{
    margin-bottom: 0;
}
.el-tabs__nav-wrap::after{
    display: none;
}
.el-table th.el-table__cell.is-leaf{
    background: rgb(198, 25, 25)!important;
}
.el-table th.el-table__cell>.cell{
    color: white!important;
}
.suffix-box .el-tabs__header{
    margin-bottom: 12px;
}
.suffix-box .el-tabs__nav-wrap::after{
    display: block;
}

/* 手机样式 */
@media (max-width: 1024px) {
    .page-head-title{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .domain-search-box{
        width: 92%;
    }
    .domain-search-input{
        width: 52%;
    }
    .domain-search-suffix{
        width: 18%;
    }
    .domain-search-btn{
        width: 20%;
    }
    .domain-search-suffix{
        font-size: 13px;
    }
    .domain-search-btn{
        font-size: 13px;
    }
    .domain-link a{
        font-size: 12px;
        padding: 0 16px;
    }
    .price-title{
        font-size: 16px;
    }
    .advantage-title{
        font-size: 16px;
    }
    .advantage-item{
        width: 100%;
    }
    .advantage-item:last-child{
        margin-bottom: 0;
    }
    .advantage-item>div:nth-child(1){
        font-size: 14px;
    }
    .advantage-item>div:nth-child(2){
        font-size: 12px;
    }
    .register-title{
        font-size: 16px;
    }
    .register-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .register-item:last-child{
        margin-bottom: 0;
    }
    .register-item-text div:nth-child(1){
        font-size: 14px;
    }
}