body{
    font-family: 'Alibaba PuHuiTi 2.0';
    color: #222;
}
.page-head{
    background-color: #f5f8fb;
    background-image: url('../../images/domain/20260413-160806.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-head .common-layout{
    padding: 80px 0 130px 0;
    position: relative;
}
.page-head-img1{
    position: absolute;
    width: 17%;
    top: 20px;
    left: 10%;
}
.page-head-img2{
    position: absolute;
    width: 17%;
    bottom: 20px;
    right: 10%;
}
.page-head-title{
    color: #0a5cff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
    letter-spacing: 2px;
}
.page-head-msg{
    color: #333;
    font-size: 14px;
    margin: 26px 0 36px 0;
    text-align: center;
}
.domain-search-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    margin: auto;
    border-radius: 6px;
    position: relative;
    /* border: 1px solid #0a5cff; */
    background: white;
    /* box-shadow: 0px 6px 20px 0px rba(255, 3, 45, 0.15); */
    margin-bottom: 16px;
}
.domain-link{
    width: fit-content;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
}
.domain-link a{
    color: #333;
    display: flex;
    align-items: center;
    width: fit-content;
    background: white;
    border-radius: 18px;
    padding: 6px 16px;
    margin: 0 12px;
    box-shadow: 0px 4px 4px 0px #eceef1;
    font-size: 14px;
}
.domain-link a i{
    font-size: 18px;
    color: #0a5cff;
    margin-right: 6px;
    font-weight: bold;
}
.domain-link a:hover{
    color: #0a5cff;
    box-shadow: 0px 4px 4px 0px #dfebfe;
}
.domain-search-input{
    width: 85%;
    border: 1px solid #e3e9f0!important;
    border-radius: 14px;
    background: #f8fafc;
    height: 100%;
}
.domain-search-input input{
    border: none!important;
    background: unset;
    height: 100%;
}
.domain-search-input input::placeholder{
    color: #999;
}
.domain-search-line{
    height: 72%;
    width: 1px;
    background: #9093992b;
}
.domain-search-suffix{
    width: 10%;
    font-size: 16px;
    color: #333;
}
.domain-search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14%;
    height: 100%;
    background: #0a5cff;
    font-size: 14px;
    color: white;
    cursor: pointer;
    border-radius: 14px;
}
.domain-search-btn:hover{
    opacity: .8;
}
.domain-search-btn i{
    font-size: 18px;
    margin-right: 8px;
}
.suffix-background{
    background-color: #f5f8fb;
    padding-bottom: 60px;
}
.suffix-box{
    padding: 30px 26px;
    height: fit-content;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #f1f4f9;
    overflow: hidden;
    overflow-y: scroll;
    box-shadow: 0px 12px 32px 0px #e8eaed;
    margin: 0 0 30px 0;
    border-radius: 24px;
}
.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-box-title{
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.suffix-box-title i{
    color: #0a5cff;
    font-size: 22px;
    margin-right: 8px;
}
.suffix-box-msg{
    font-size: 13px;
    margin-bottom: 24px;
}
.suffix-item{
    width: 96px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    margin: 0 12px 12px 0;
    cursor: pointer;
    font-size: 13px;
    transition: all .3s;
}
.suffix-item-active{
    background: #0a5cff;
    color: #fff;
}
.suffix-item:hover{
    border: 1px solid #0a5cff;
    background: #e6edfc;
}
.suffix-box-container{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 210px;
}
.suffix-box-container::-webkit-scrollbar{
    display: block;
    width: 6px;
    height: 6px;
}
.suffix-box-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 10px;
}
.console-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.console-item{
    width: 24%;
    background: white;
    border-radius: 24px;
    box-shadow: 0px 12px 32px 0px #f4f8fb;
    padding: 20px;
}
.console-item-title{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
}
.console-item-title-i{
    background: #ecf2ff;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a5cff;
    margin-right: 10px;
}
.console-item-title-i i{
    font-size: 18px;
}
.console-item-msg{
    color: #525f92;
    font-size: 12px;
    height: 50px;
    line-height: 20px;
}
.console-item-btn{
    display: flex;
    align-items: center;
}
.console-item-btn a{
    border: 1px solid #e2e8f0;
    font-size: 12px;
    padding: 5px 12px;
    margin-right: 6px;
    border-radius: 30px;
}
.console-item-btn a:last-child{
    margin-right: 0;
}
.console-item-btn a:hover{
    border: 1px solid #0a5cff;
    box-shadow: 0px 4px 4px 0px #c8dcfa;
}
.result-background{
    background: white;
    padding: 60px 0;
}
.result-container{
    overflow: hidden;
    overflow-x: scroll;
}
.result-container::-webkit-scrollbar{
	width: 6px;
    height: 6px;
}
.result-container::-webkit-scrollbar-thumb{
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
}
.result-box{
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e6ed;
    min-width: 1100px;
}
.result-title{
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result-title>div:nth-child(1) {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.result-title>div:nth-child(1) i{
    font-size: 20px;
    color: #0a5cff;
    margin-right: 10px;
}
.result-item{
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid #e2e6ed;
}
.result-item:last-child{
    border: unset;
}
.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 i{
    font-size: 20px;
    margin-right: 12px;
    cursor: pointer;
}
.result-item .el-icon-success{
    color: #0a5cff;
}
.result-item .el-icon-circle-check{
    color: #666;
}
.result-item-colum1{
    width: 6%;
    min-height: 1px;
}
.result-item-colum2{
    width: 19%;
    min-height: 1px;
    font-size: 15px;
}
.result-item-colum3{
    width: 20%;
    min-height: 1px;
}
.result-item-colum4{
    width: 17%;
    min-height: 1px;
}
.result-item-colum5{
    width: 15%;
    min-height: 1px;
    font-size: 20px;
}
.result-item-colum5 span{
    font-size: 14px;
}
.result-item-colum6{
    width: 15%;
    min-height: 1px;
}
.result-item-top
{
    background: #f8fafc;
}
.result-item-top div{
    font-size: 14px;
}
.other-backgroud{
    background: #f5f8fb;
    padding: 60px 0 0px 0;
}
.advantage-box{
    background: #0b1424;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 100px;
    box-shadow: 0px 12px 32px 0px #6c7077;
}
.advantage-left{
    width: 44%;
    border-right: 2px solid #0a5cff;
    padding: 40px;
}
.advantage-right{
    width: 56%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.advantage-left-title{
    display: flex;
    margin-bottom: 24px;
}
.advantage-left-title div:nth-child(1){
    font-size: 24px;
    font-weight: bold;
    background-image: linear-gradient(90deg, #fcfdff 0%, #b0d2ff 100%);
    -webkit-background-clip: text;
    color: transparent; 
}
.advantage-left-title div:nth-child(1) div{
    margin: 8px auto 0 auto;
    width: 68%;
    border-radius: 50%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #b0d2ff 35.3%, #b0d2ff 59.7%, rgba(255, 255, 255, 0) 100%);
}
.advantage-left-title div:nth-child(2){
    display: flex;
    align-items: center;
    color: #0a5cff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 120px;
    background: #e6edfc;
    height: fit-content;
    padding: 3px 8px;
    margin: 4px 0 0 14px;
}
.advantage-left-title div:nth-child(2) i{
    margin-right: 4px;
    font-size: 12px;
}
.advantage-left-msg{
    color: #849dbb;
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 30px;
}
.advantage-left-img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.advantage-left-img img{
    width: 18%;
}
.advantage-right-item{
    width: 50%;
    padding: 30px 22px;
}
.advantage-right-item:hover{
    background: #0d1a30;
}
.advantage-right-item>div:nth-child(1){
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: white;
}
.advantage-right-item-i{
    background: #0a2148;
    border-radius: 8px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a5cff;
    margin-right: 10px;
}
.advantage-right-item i{
    font-size: 16px;
}
.advantage-right-item>div:nth-child(2){
    font-size: 13px;
    color: #8d919b;
    line-height: 22px;
}
.question-title{
    font-size: 24px;
    font-weight: bold;
    width: fit-content;
    background-image: linear-gradient(90deg, #000000 0%, #0a387d 19.57%, #0a5cff 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin: 0 auto 8px auto;
}
.question-title div{
    margin: 8px auto 0 auto;
    width: 48%;
    border-radius: 50%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0a5cff 35.3%, #0a5cff 59.7%, rgba(255, 255, 255, 0) 100%);
}
.question-msg{
    font-size: 13px;
    margin-bottom: 16px;
    text-align: center;
}
.question-tag{
    display: flex;
    align-items: center;
    color: #0a5cff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 120px;
    background: #e6edfc;
    height: fit-content;
    padding: 3px 8px;
    margin: auto;
    margin-bottom: 30px;
    width: fit-content;
}
.question-tag i{
    margin-right: 4px;
    font-size: 12px;
}
.ques-box{
    border: 1px solid #e4e7ed;
    border-radius: 14px;
    background: white;
    padding: 20px 26px;
    margin-bottom: 12px;
    cursor: pointer;
}
.ques-title{
    font-size: 16px; 
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ques-box:hover .ques-title{
    color: #0a5cfe;
}
.ques-content{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    display: none;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #c6dcff;
}
.ques-content-active{
    display: block;
}
.icon-jiantou-shang{
    display: none;
}
.ques-title-active{
    border-color: #c6dcff;
}
.ques-title-active .icon-jiantou-youxia-1{
    display: none;
}
.ques-title-active .icon-jiantou-shang{
    display: inline-block;
}
.ques-more{
    display: block;
    margin: 34px auto 0 auto;
    width: fit-content;
    font-size: 12px;
    color: #0a5cff;
    border: 1px solid #c6d9ff;
    padding: 7px 12px;
    border-radius: 60px;
    cursor: pointer;
    font-weight: bold;
}
.ques-more:hover{
    opacity: .8;
}
.ques-more i{
    margin-left: 10px;
    font-size: 12px;
}

/* element */
.el-tabs__item:hover{
    color: #0a5cff;
}
.el-tabs__item.is-active{
    color: #0a5cff;
}
.el-tabs__active-bar{
    background-color: #0a5cff;
}
.el-tabs__header{
    margin-bottom: 0;
}
.el-tabs__nav-wrap::after{
    display: none;
}
.el-table th.el-table__cell.is-leaf{
    background: rgb(255, 249, 249)!important;
}
/* .el-table th.el-table__cell>.cell{
    color: white!important;
} */
.suffix-box .el-tabs__header{
    margin-bottom: 20px;
}
.suffix-box .el-tabs__nav-wrap::after{
    display: block;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
    color: #0a5cff;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #0a5cff;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{
    color: #0a5cff;
}
.page-tips{
    color: #0a5cff!important;
    background-color: rgb(255, 231, 231)!important;
    border-color: rgb(255, 214, 214)!important;
}
.el-tag{
    border-radius: 100px;
    border: unset;
    padding: 0 16px;
    height: 27px!important;
    line-height: 27px!important;
}
.el-button--mini{
    height: fit-content!important;
}
.el-input--small .el-input__inner{
    background: white!important;
}
.el-button--text{
    color: #0a5cff;
}
.map-tips1-text{
        background: #f5f8fb;
}

/* 手机样式 */
@media (max-width: 1200px) {
    .page-head .common-layout{
        padding: 30px 0 50px 0;
    }
    .page-head-title{
        font-size: 18px;
    }
    .domain-link a{
        font-size: 12px;
        padding: 8px 12px;
        width: 42%;
        margin-bottom: 8px;
    }
    .suffix-box-title{
        font-size: 16px;
    }
    .domain-search-input{
        width: 64%;
    }
    .domain-search-btn{
        width: 34%;
        font-size: 13px;
    }
    .console-item{
        width: 100%;
        margin-bottom: 16px;
    }
    .suffix-background{
        padding-bottom: 20px;
    }
    .other-backgroud{
        padding: 20px 0;
    }
    .advantage-box{
        flex-wrap: wrap;
    }
    .advantage-left{
        width: 100%;
        border: none;
        border-bottom: 2px solid #0a5cff;
        padding: 20px;
    }
    .advantage-right{
        width: 100%;
    }
    .console-item-title{
        font-size: 16px;
    }
    .advantage-left-title div:nth-child(1){
        font-size: 16px;
    }
    .advantage-right-item{
        padding: 20px;
    }
    .advantage-right-item>div:nth-child(1){
        font-size: 14px;
    }
    .advantage-right-item>div:nth-child(2){
        font-size: 12px;
    }
    .domain-search-btn i{
        display: none;
    }
    .question-title{
        font-size: 16px;
    }
    .ques-title{
        font-size: 14px;
    }
    .advantage-box{
        margin-bottom: 60px;
    }
    .result-title{
        flex-wrap: wrap;
    }
}