@import "../public/font/icon/iconfont.css";

/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 400;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Regular.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 500;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Medium.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 700;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Bold.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 900;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Black.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 100;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Thin.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 300;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Light.ttf");*/
/*}*/
body{
    margin:0;
}
.domainBannerTitle{
    padding-top:122px;
    font-size: 36px;
    font-weight: 900;
    color: #333333;
}
.domainBannerDesc{
    margin-top:14px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.domainBannerSearch{
    position: relative;
    display: flex;
    align-items: center;
    margin-top:58px;
}
.bannerSearchLeft{
    position: absolute;
    left:20px;
    font-size: 18px;
    font-weight: 900;
    color: #C7000B;
}
#domainExt{
    position: absolute;
    min-width: 90px;
    box-sizing: border-box;
    right: 0;
    height: 18px;
    border-left: 1px solid #CBCBCB;
    padding-left: 22px;
    background-image: url("img/xl.png");
    background-repeat: no-repeat;
    background-size: 8px 5px;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
    padding-right: 25px;
    cursor: pointer;
}
#domainExt.on{
    background-image: url("img/xl_up.png");
}
.hotDomainList{
    width: 770px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:12px;
}
.hotDomainList2 a{
    font-size: 12px;
    font-weight: 500;
    color: #555555;
}
.hotDomainList2 a:after{
    content:'|';
    color: rgba(153, 153, 153, 0.5);
    margin:0 10px;
}
.hotDomainList2 a:last-child:after{
    display: none;
}
.ymNav{
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.ymNav a{
    font-size: 12px;
    font-weight: 500;
    color: #555555;
}
.ymNav a:hover{
    color:#c7000b;
}
a{
    text-decoration: none;
}
.ymNav a:after{
    content:'|';
    color: rgba(153, 153, 153, 0.5);
    margin:0 10px;
}
.ymNav a:last-child:after{
    display: none;
}
#domainBannerInput{
    width: 650px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    border:none;
    padding-left: 95px;
    box-shadow: 0px 2px 6px 0px rgba(198,198,198,0.3);
}
#domainExtBox{
    top:60px;
    display: none;
    position: absolute;
    z-index: 22;
    width: 777px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(189,192,198,0.12);
    border-radius: 5px;
}
.domainExtTitle{
    height: 57px;
    display: flex;
    align-items: center;
    border-bottom:1px solid #E9EDF0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
.domainExtTitle>span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding:0 3px;
    margin-right: 46px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    transition: 0.2s;
    position: relative;
}
.domainExtTitle>span:after{
    content:'';
    left:50%;
    position: absolute;
    width: 0;
    height: 2px;
    background: #C7000B;
    border-radius: 2px;
    bottom:-1px;
    z-index: 2;
    transition: 0.2s;
}
.domainExtTitle>span.on,.domainExtTitle>span:hover{
    color:#c7000b;
}
.domainExtTitle>span.on:after,.domainExtTitle>span:hover:after{
    content:'';
    left:0;
    width: 100%;
}
.domainExtList{
    max-height: 212px;
    overflow: auto;
    box-sizing: border-box;
    padding-left: 22px;
}
.domainCheckRow{
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.domainCheckRow>span{
    display: flex;
    align-items: center;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.domainCheckRow>span:before{
    content:'';
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #E5EAF1;
    border-radius: 8px;
    margin-right: 10px;
    box-sizing: border-box;
}
.domainCheckRow>span.on:before{
    border-color: #c7000b;
}
.domainListBox{
    padding-top:20px;
    display: flex;
    flex-wrap: wrap;
}
.domainListBox>div{
    display: flex;
    align-items: center;
    margin-bottom:20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    width: 147px;
    min-width: 147px;
}
.domainListBox>div:hover{
    color:#c7000b;
}
.domainListBox>div>span{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #E5EAF1;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.domainListBox>div>span>i{
    font-size: 12px;
    visibility:hidden;
    color:#46CBAA;
    transform: scale(0.88);
    font-weight: bold;
}
.domainListBox>div.on>span{
    border-color:#46CBAA;
}
.domainListBox>div.on>span>i{
    visibility: visible;
}


.domainCheckRow>span.on:after{
    content:'';
    position: absolute;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #C7000B;
    border-radius: 50%;
}
.domainExtTitle>span:last-child{
    margin-right: 0;
}
#domainBannerBtn{
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    justify-content: center;
    width: 118px;
    height: 52px;
    background: #C7000B;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
#domainBannerBtn:hover{
    opacity: 0.8;
    transition: 0.2s;
}


.otherProduct{
    display: flex;
    flex-wrap: wrap;
    /*box-shadow: 0 0 10px black;*/
    border-radius: 5px;
    /*box-shadow: 0px 6px 28px 0 rgb(117 117 117 / 6%);*/
    filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.09));
    overflow: hidden;
}
.otherProduct>div,.otherProduct>a{
    width: 299px;
    height: 108px;
    background-color: #FFFFFF;
    display: flex;
    box-sizing: border-box;
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}
.otherProduct>div:nth-child(1){
    border-radius: 5px 0 0 0;
}
.otherProduct>div:nth-child(4){
    border-radius:0 5px  0 0;
}
.otherProduct>div:nth-child(5){
    border-radius:0 0 5px 0;
}
.otherProduct>div:nth-child(8){
    border-radius:0 0 0 5px;
}
.otherProduct>a:nth-child(2){
    background-image: url("img/bg-1.png");
    background-size: cover;
}
.otherProduct>a:nth-child(3){
    background-image: url("img/bg-2.png");
    background-size: cover;
}
.otherProduct>a:nth-child(4){
    background-image: url("img/bg-3.png");
    background-size: cover;
}
.otherProduct>a:nth-child(6){
    background-image: url("img/bg-4.png");
    background-size: cover;
}
.otherProduct>a:nth-child(7){
    background-image: url("img/bg-5.png");
    background-size: cover;
}
.otherProduct>a:nth-child(8){
    background-image: url("img/bg-6.png");
    background-size: cover;
}
.otherProduct>a:hover .otherTitle{
    color:#c7000b;
}
.otherImgBox{
    width: 66px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top:22px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(50% - 18px);
}
.icon-1{
    background-image: url("img/icon-1.png");
}
.icon-3{
    background-image: url("img/icon-3.png");
}
.icon-4{
    background-image: url("img/icon-4.png");
}
.icon-5{
    background-image: url("img/icon-5.png");
}
.icon-6{
    background-image: url("img/icon-6.png");
}
.icon-7{
    background-image: url("img/icon-7.png");
}
.icon-8{
    background-image: url("img/icon-8.png");
}


.otherTitle{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding-top:28px;
}
.otherDesc{
    margin-top:8px;
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    line-height: 22px;
    padding-right: 20px;
}
.otherDesc a,.otherDesc span{
    color: #C7000B;
}
.hotDomain{
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.09));
}
.hotDomain>div{
    width: 292px;
    height: 240px;
    background: #FFFFFF;
    border: 1px solid #E9EDF0;
    border-radius: 5px;
    box-sizing: border-box;
    padding:0 22px 20px 22px;
    margin-right: 10px;
    margin-bottom:20px;
    transition: 0.2s;
}
.hotDomain>div:hover{
    transform: translateY(-12px);
}
.hotDomain>div:nth-child(4n){
    margin-right: 0;
}
.domainImg{
    height: 54px;
    display: flex;
    align-items: flex-end;
}
.domainImg img{
    height:60%;
}
.tableScrollBox .priceTableHead{
    display: none;
}
.domainTitle{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.domainZk{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    background: #FF7200;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding:0 10px;
}
.domainPrice{
    font-size: 14px;
    color:#555555;
}
.domainPrice span{
    font-size: 24px;
    font-weight: 500;
    color: #C7000B;
}
.domainDescBox{
    height: 80px;
}
.domainPrice span.line{
    color:#B8BDC5;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
}
.domainSingleSearch{
    position: relative;
    margin-top:10px;
    display: flex;
    align-items: center;
}
.domainSingleSearch input{
    outline: none;
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #E9EDF0;
    border-radius: 5px;
    padding-left:16px;
    font-size: 12px;
    padding-right: 40px;
}
.domainSingleSearch input::placeholder{
    color: #999999;
}
.domainSingleSearchBtn{
    position: absolute;
    color:#C7000B;
    right: 16px;
    cursor: pointer;
}
.buyProcess{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buyProcess>a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.buyProcess>a>span:nth-child(1){
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    color: #666666;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding-right: 4px;
    background: #FFFFFF;
    border: 1px solid #C7CFD6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.buyProcess>a>span:nth-child(2){
    color:#F55F36;
    font-size: 12px;
    margin-left: 5px;
}
.buyProcess .line{
    border-bottom:1px dashed #C7CFD6;
    width: 100px;
}
.domainNav{
    display: flex;
    align-items: center;
}
.domainNav>span{
    cursor: pointer;
    width: 140px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
    font-size: 14px;
}
.domainNav>span.on{
    color:white;
    background: #C7000B;
}
.domainNavBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:15px;
}
.priceDesc{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin-top:12px;
}
.priceSearchInput{
    width: 480px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.priceSearchInput input{
    outline: none;
    border:none;
    width: 100%;
}
.priceSearchBtn{
    color:#C7CFD6;
    margin-left:15px;
    margin-right: 15px;
    cursor: pointer;
    background: url('img/search.png') no-repeat center;
    background-size: 18px 18px;
    width: 30px;
    height:18px
}
.priceSearchBtn i{
    display: none;
}
.selectGroupCss{
    position: relative;
}
.selectGroupCss dt{
    background-image: url("img/xl.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    width: 132px;
    background-color: rgba(255, 255, 255, 0);
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #333333;
    background-size: 8px 5px;
    /*border: 1px solid #059fff;*/

    /*padding-left: 20px;*/
}
dt.selectShow{
    background-image: url("img/xl_up.png");
}
.selectGroupCss div.selectDivBox{
    display: none;
    position: absolute;
    left: 0;
    /*border: 1px solid #999999;*/
    z-index: 9999;
    background:white;
    border-top:none;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 0px rgba(189,192,198,0.12);
}
.selectGroupCss dl{
    margin:0;
}
.select-title{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    text-overflow: ellipsis;
    font-size: 12px;
    transition: all 0.3s;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    color: #333333;
}
.selectShow .select-title{
    padding-left:20px;
}
.selectGroupCss div.selectDivBox ul{
    padding-left:0;
    margin:0;
}
.selectGroupCss div.selectDivBox ul li{
    list-style:none;
    /*border-bottom: 1px solid #999999;*/
    min-height: 30px;
    width: 131px;
    padding-left:20px;
    line-height: 30px;
    font-size: 12px;
    color:black;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.jgBody-0,.jgBody{
    overflow: hidden;
    border-radius: 5px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.09));
    border:1px solid #dee0e3;
}
.selectGroupCss div.selectDivBox ul li:hover{
    background-color:rgb(235, 238, 243);
    color:#C7000B;
}
.selectShow{
    background-image: url("img/select_arrow_up.png");
}
.selectDivBoxShow{
    display: block!important;
}
.selectGroupCss div.selectDivBox ul li.on{
    background:#C7000B;
    color:white;
}
.selectGroupCss div.selectDivBox ul li.on:hover{
    background:#C7000B;
    color:white;
}
.select-title:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #D8D8D8;
    display: block;
    left: 0;
    top: 4px;
}
.priceTableTh{
    width: 100%;
}
.priceTableHead td{
    text-align: center;
    vertical-align: middle;
    background: rgb(238 239 241) ;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border-right: 1px solid #dee0e3;
    border-bottom:1px solid #dee0e3;
}

.domainTdName{
    padding-left: 55px;
    text-align: left!important;
}
.domainRow td{
    height:50px;
    vertical-align: middle;
    text-align: center;
    background: white;
    font-size: 12px;
    border-bottom:1px solid #E9EDF0;
}
.priceTableBody .domainRow:last-child td{
    border-bottom:none;
}
.widthTd1{
    width: 200px;
    box-sizing: border-box;
}
.widthTd2{
    width: 100px;
}
.tableScrollBox{
    max-height: 500px;
    overflow: auto;
}
.fixedThead{
    /*position: absolute;*/
}
.domainRow a,.domainRow a:visited{
    color:#4F70DC;
    text-decoration: none;
}
.domainRow:hover td{
    background-color: #E9EDF0;
    transition: 0.2s;
}
.domainRow a:hover{
    opacity: 0.9;
}
.jqBodyDesc{
    background: white;
}
.nHot{
    background: url("img/hot.png") no-repeat;
    background-size: contain;
    width: 25px;
    height: 16px;
    margin-left: 8px;
}
.nOnSale{
    background: url("img/onsale.png") no-repeat;
    background-size: contain;
    width: 25px;
    height: 16px;
    margin-left: 8px;
}


/*查询结果CSS start*/
.cxDomainList{
    margin:0;
    list-style: none;
    padding:0;
}
.cxDomainList li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px dashed #E5EAF1;
    padding-left: 15px;
    padding-right: 20px;
}
.cxDomainList li:hover{
    transition: 0.2s;
    background: #F5F7FA;
}
.notRegister .icon{
    display: block;
    width: 18px;
    height: 18px;
    background: url("img/success.png");
    background-size: cover;
    margin-right: 12px;
}
.hasRegister .icon{
    display: block;
    width: 18px;
    height: 18px;
    background: url("img/fail.png");
    background-size: cover;
    margin-right: 12px;
}
.hasRegister>div:first-child{
    color: #999999;
}
.cxDomainList li>div:first-child{
    display: flex;
    align-items: center;
}
.hasRegisterText{
    display: none;
    font-size: 14px;
    font-weight: 500;
    color: #BDC3C7;
}
.hasRegister .hasRegisterText{
    display: block;
}
.hasRegister .domainRegisterBox{
    display: none;
}
.domainRegisterBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.registerBtn,.registerBtn:visited{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #C7000B;
    /*width: 110px;*/
    height: 36px;
    border: 1px solid #C7000B;
    border-radius: 5px;
    /*margin-left: 25px;*/
    transition: 0.2s;
    background: white;
}
/*.registerBtn:hover{*/
/*    background: #f3f3f3;*/
/*    border-color: #d8d8d8;*/
/*}*/

.priceBox{
    position: relative;
}
.priceBox>div:first-child{
    font-size: 12px;
    font-weight: 500;
    color: #FF7200;
    padding-right: 18px;
    position: relative;
}
.priceBox>div:first-child:after{
    content:'';
    position: absolute;
    right: 0;
    width: 8px;
    height: 5px;
    background-image: url("img/priceArrow.png");
    background-repeat: no-repeat;
    background-size: 8px 5px;
    transition: 0.2s;
    top:10px;
}
.priceBox:hover>div:first-child:after{
    transform: rotate(180deg);
}
.priceBox>div:first-child>span{
    font-size: 20px;
}
.priceHover{
    position: absolute;
    right: 0;
    width: 440px;
    z-index: 22;
    margin-top:13px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
.priceBox:hover .priceHover{
    opacity: 1;
    visibility: visible;
}
.priceHover:after{
    content:'';
    position: absolute;
    top: -4px;
    right: 28px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #E5EAF1;
}
.priceHover>div{
    background: white;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E9EDF0;
    box-shadow: 0px 0px 18px 0px rgba(189,192,198,0.12);
}
.priceHover table{
    width: 100%;
}
.priceHover table td{
    text-align: center;
    height: 43px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    border-bottom:1px solid #E9EDF0;
}
.priceHover table tr:first-child>td{
    height: 48px;
    background: #E5EAF1;
    color: #555555;
    border-right: 1px solid white;
}
.priceHover table tr:first-child>td:last-child{
    border-right: none;
}
.priceHover table tr:last-child>td{
    border-bottom:none;
}
.fgx{
    overflow: hidden;
    position: relative;
}
.fgx:after{
    position: absolute;
    content:'';
    height:1px;
    background: white;
    width: 200%;
    left: -32px;
    transform: rotate(32deg);
    top: 30px;
}
.notRegister.perfect>div:nth-child(1){
    color:#46CBAA;
    position: relative;
}
.notRegister.perfect>div:nth-child(1):after{
    content:'完美匹配';
    font-size: 12px;
    font-weight: 400;
    color: #FF7200;
    width: 67px;
    height: 20px;
    background: #FFF1E5;
    border: 1px solid #FF7200;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

.note{
    display: none;
}

.domain_search_result_bg .domain_search_result .list .doli .domain_name .wz .name{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: "HarmonyOS Sans SC","Microsoft YaHei"!important;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.domain_search_result_bg .domain_search_result .list .doli .domain_name .wz .end{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: "HarmonyOS Sans SC","Microsoft YaHei"!important;
    display: flex;
    align-items: center;
}
.domain_search_result_bg .domain_search_result #xhcclno.list_done .dli .domain_name .name{
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    font-family: "HarmonyOS Sans SC","Microsoft YaHei"!important;
    display: inline-flex;
    align-items: center;
}
.domain_search_result_bg .domain_search_result #xhcclno.list_done .dli .domain_name .name:before{
    content:'';
    width: 18px;
    height: 18px;
    background: url("img/fail.png");
    background-size: contain;
    margin-right: 12px;
    display: block;
}
.domain_search_result_bg .domain_search_result #xhcclno.list_done .dli .domain_name .end{
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    font-family: "HarmonyOS Sans SC","Microsoft YaHei"!important;
}

.domain_search_result_bg .domain_search_result #xhccl.list .doli .domain_name .wz .name:before{
    content:'';
    width: 18px;
    height: 18px;
    background: url("img/success.png");
    background-size: contain;
    margin-right: 12px;
    display: block;
}
.domain_search_result_bg .domain_search_result .list .doli .domain_name .wz{
    display: flex;
    align-items: center;
}

.domain_search_result_bg .domain_search_result .list_done .dli .domain_name{
    display: flex;
    align-items: center;
}
.domain_search_result_bg .domain_search_result .list_done .dli:hover{
    transition: 0.2s;
    background: #F5F7FA;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .rbtn{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #C7000B!important;
    width: 110px!important;
    height: 36px!important;
    border: 1px solid #C7000B;
    border-radius: 5px;
    transition: 0.2s;
    background: white;
    box-sizing: border-box;
    margin:0;
    margin-left: 12px;
}
.domain_search_result_bg .domain_search_result .list .doli:hover .regist .rbtn{
    background: #c7000b!important;
    color:white!important;
}
.domain_search_result_bg .domain_search_result .list .doli{
    display: flex;
    align-items: center;
    line-height: initial;
    box-sizing: border-box;
    height: 68px;
    padding:0 15px;
    justify-content: space-between;
}
.cls, .clear, .clearfix{
    display: none;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx{
    width: auto;
    display: inline-flex;
    justify-content: flex-end;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .name .unit{
    font-size: 12px;
    font-weight: 500;
    color: #FF7200;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .name .pp{
    font-weight: 500;
    font-size: 14px;
    color: #FF7200;
}
.domain_search_result_bg .domain_search_result .list_done .dli .links a{
    display: none;
}
.domain_search_result_bg .domain_search_result .list_done .dli .links:after{
    content:'已被注册！';
    font-size: 14px;
    font-weight: 500;
    color: #BDC3C7;
    margin-right: -10px;
}
.domain_search_result_bg .domain_search_result .list_done .dli{
    padding:0 15px;
    line-height: initial;
    box-sizing: border-box;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .clickShow .bx{
    padding:0;
    box-shadow: 0px 0px 18px 0px rgba(189,192,198,0.12);
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .bx td{
    height: 46px;
    border: 1px #FFFFFF solid;
    width: 89px;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .bx .tr1 td{
    background: #E5EAF1;
    color: #555555;
    border-top:none;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .bx{
    left: -330px;
    border-radius: 5px;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .bx:before{
    content:'';
    position: absolute;
    top: -4px;
    right: 28px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #E5EAF1;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .bx .tr1 td:first-child{
    border-left: none;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .bx .tr1 td:last-child{
    border-right: none;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .bx table{
    border:1px solid #E5EAF1;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .rbtn:hover{
    border-radius: 5px;
    width: 110px!important;
    background: #c7000b!important;
}
.domain_search_result_bg .domain_search_result .list .doli .regist .priceBx .name:hover i{

}
/*查询结果CSS end*/

.zhaiyaoCss,.zhaiyaoCss p,.zhaiyaoCss span,.zhaiyaoCss div{
    font-family: "HarmonyOS Sans SC";
    font-size: 12px;
    color:#666666;
}
.arrowI{
    background: url("img/select_arrow_down.png");
    background-size: cover;
    width: 12px;
    height: 6px;
}
.widthTd4{
    border-right: none!important;
}