.common_width{
    width: 1200px;
    margin: 0 auto;
}
/*复用类*/

.activity .swiper-slide{
    width:auto;
    text-align: center;
}
.swiper-button-prev{
    left: -50px;
}
.swiper-button-next{
    right: -50px;
}
/*轮播样式*/

.transparent{
    opacity: 0;
}
.search_content{
    background: url("../images/search/search_bg.png") no-repeat center/cover;
    font-size: 16px;
    color: white;
    padding: 28px 0 10px;
}
.search_content input{
    outline: none;
    border: none;
}
.input_box input[type="button"]{
    line-height: 60px;
    color: white;
    font-size: 22px;
    background-color: #ff6600;
    height: 60px;
    width: 150px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.input_box>div{
    flex: 1;
    height: 60px;
    position: relative;
}
.input_box input[type="text"]{
    width: 100%;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "Arial" !important;
    letter-spacing: 1px;
    border-radius: 4px 0 0 4px;
    line-height: 60px;
}
::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.input_box{
    display: flex;
    padding: 20px 0 10px;
    flex-wrap: wrap;
}
.triangle{
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    margin-left: 5px;
}
.more_box{
    text-align: right;
}
.more_box span{
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px;
}
.buynow {
    color: #fc8310!important;
    border: 1px solid #fc8310!important;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
}
.domain_box{
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    background-color: transparent;
    color: #000;
    display: none;
    z-index:2;
}
.domain_type{
    color: #000;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.domain_type li{
    padding: 0 30px;
    cursor: pointer;
    line-height: 42px;
    font-size: 14px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.active_type{
    background-color: #fff!important;
    color: #fc8301;
    border-bottom: transparent!important;
}
.suffix_box{
    padding-left: 20px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 1px;
}
.select_box {
    padding: 15px 0 0;
}
.domain_type_list .domain_list_box {
    /* display: grid; */
    /* grid: auto /1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    /* grid-gap: 10px; */
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.domain_type_list .domain_list_box li {
    min-width: 114px;
    padding: 8px 0;
}
.domain_type_list .domain_list_box li input{
    width: 20px;
    height: 20px;
}
.domain_type_list .checked ,.more_box .checked{
    background: url(../images/index/checked.png) no-repeat center/contain;
    margin-right: 5px;
}
.domain_type_list .unchecked ,.more_box .unchecked{
    background: url(../images/index/unchecked.png) no-repeat center/contain;
    margin-right: 5px;
}
.domain_type_list .hide {
    display: none;
}
.domain_type_list .domain_list_box label {
    float: left;
    width: 18px;
    height: 19px;
}
.select_box input[type="radio"] {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.select_box span {
    margin-left: 5px;
    vertical-align: middle;
}
.select_box input:nth-child(3) {
    margin-left: 30px;
}
.triangle_rotate{
    transform: rotate(180deg);
}

.do_search_box {
    display: flex;
    margin: 20px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right_box{
    width: 360px;
    display: none;
}
.domain_cart, .domain_info {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart_tit {
    border-bottom: 1px solid #e6e6e6;
}
.cart_tit>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    line-height: 40px;
}
.cart_tit>div>span *{
    vertical-align: middle;
}
.cart_list {
    flex: 1;
    padding: 5px 0;
    box-sizing: border-box;
    min-height: 214px;
    max-height: 450px;
    overflow-y: auto;
}
.cart_empty {
    text-align: center;
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cart_btn {
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
.cart_btn input {
    margin: 15px auto;
    width: 179px;
    height: 38px;
    background: #FC8301;
    border-radius: 4px;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    letter-spacing: 1px;
}
.domain_info {
    margin-top: 15px;
}
.info_tit {
    line-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #e6e6e6;
}
.info_tit img, .cart_tit img {
    margin-right: 5px;
    width: 24px;
}
.info_list {
    flex: 1;
    padding: 5px 0;
    box-sizing: border-box;
    overflow-y: auto;
}
.cart_list ul li, .info_list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}
.cart_empty p {
    margin-bottom: 15px;
}
#first_domain {
    flex: 1;
    margin-right: 15px;
    font-size: 14px;
}
.first_domain_children,.other_title{
    padding: 8px 10px;
    display: flex;
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
    flex-wrap: wrap;
}

.domain_loading{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 27px;
    line-height: 27px;
}
.ico_reg{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.dq_state .ico_reg{
    margin-right: 10px;
}
.bacth_settlement .ico_reg{
    margin-right: 5px;
}
.bacth_settlement *{
    vertical-align: middle;
}
.dq_dname{
    min-width: 280px;
    align-self: center;
    max-width: 280px;
    word-break: break-all;
    /* padding-right: 10px; */
}
.dq_dname input{
    vertical-align: -2px;
    margin-right: 5px;
}
.addtocart {
    width: 100%;
    border: 1px solid #2EAC01;
    border-radius: 4px;
    color: #2EAC01;
    display: inline-block;
}
.brokerage {
    width: 100%;
    border: 1px solid #009fe9 ;
    border-radius: 4px;
    color: #009fe9 ;
    display: inline-block;
}
 .true {
    background: url(../images/status1.png) no-repeat center;
}
 .register {
    background: url(../images/status2.png) no-repeat center;
}
.timeout {
    background: url(../images/status3.png) no-repeat center;
    cursor: pointer;
}
.timeout-refresh{
    cursor: pointer;
}
.false {
    background: url(../images/status4.png) no-repeat center;
}
 .search_icon {
    background: url(../images/search/icon_search.png) no-repeat center;
}
 .try_icon {
    background: url(../images/search/icon_reg.png) no-repeat center;
}
 .added {
    background: url(../images/search/added.png) no-repeat center;
}
  .waiting {
    background: url(../images/loading16.gif) no-repeat 2px 3px;
}
.more_box .ico_reg{
      opacity: 0;
}
.dq_state *{
    vertical-align: middle;
}
.bacth_settlement{
    width: 100px;
    display: inline-block;
    text-align: center;
}
.do_price{
    flex: auto;
    text-align: center;
    padding: 0 10px 0 ;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}
.do_price s{
    margin-right: 5px;
    color: #929497;
    font-size: 12px;
    flex: 1;
    text-align: left;
}
.prime_price{
    color: #fc8310;
    display: inline-block;
    text-align: right;
    word-break: break-word;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.other_title{
    margin-top: 20px;
}
.especial{
    background-color: #FBB521;
    color: white;
    padding: 2px 4px;
    position: relative;
    margin-right: 15px;
    line-height: initial;
    align-self: center;
}
.especial:after{
    content: "";
    display: block;
    border-width: 6px 6px 6px 10px;
    border-color: transparent transparent transparent #FBB521;
    border-style: solid;
    right: -13px;
    position: absolute;
    top: 4.5px;
}
.Jatit1{
    color: #fc8310;
    font-size: 16px;
    font-weight: bold;
}
.not-allowed{
    cursor: not-allowed;
    color: #999999;
}
.not-allowed *{
    cursor: unset;
    pointer-events: none;
}
.dq_state{
    min-width: 95px;
}
.do_icon{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
}
.promote{
    background-color: #FBB726;
    color: white;
}
.hot_do{
    background-color: red;
    color: white;
}
.block_tit{
    font-size: 25px;
    text-align: center;
    padding: 35px 0;
}
.activity{
    width: 1200px;
    margin: 0 auto 40px;
}
.activity a{
    display: block;
    background-color: #fff;

}
.activity a>span{
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.outer_container{
    background: #F5F5F5;
    position: relative;
    padding-bottom: 15px;
}
.activity .swiper-button-prev,.activity .swiper-button-next{
    --swiper-theme-color: #E6E6E6;
    outline:none;
}
.batch_register{
    background-color: #fc8301;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    color: white;
    outline: none;
    line-height: 28px;
    border-radius: 4px;
    margin-left: 10px;
    border: none;
}
.valign-mid{
    vertical-align: middle;
}
.stylr_ico{
    top: 6px;
    position: relative;
}
.prime_price:hover .domainbox {
    display: block;
    opacity: 1;
}

.prime_price img{
    transition: .5s;
    margin-left: 4px;
}

.prime_price:hover img {
    transform: rotate(180deg);

}

.domainbox {
    background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 30px;
    left: -102px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;
    opacity: 0;
    transition: .5s;
    text-align: center;
}

.domainbox::after {
    content: '';
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    top: -20px;
    border-bottom-color: #fff;
    position: absolute;
    left: 36%;

}
@media (max-width: 1320px) {
    .common_width{
        width: 95%;
        position: relative;
    }
    .activity{
        width: 70%;
    }
}
@media (max-width: 900px) {

    .domainbox {
        left: -110%;
    }

    /* .domainbox::after {
        left: 60%;
    } */

    .input_box {padding: 0;position: relative;}
    .input_box>div {position: static;}
    .input_box input[type="button"]{
        line-height: 40px;
        height: 40px;
       text-align: center;
        font-size: 18px;
        width: 100px;
    }
    .input_box input[type="text"]::-webkit-input-placeholder{ 
        font-size: 14px;
     }
    .input_box input[type="text"]{    
    height: 40px !important;
    font-size: 14px;
    } 
    .domain_box{    top: 94px;
        background-color: #fff;
        box-shadow: 0px 4px 5px 0px rgb(6 0 1 / 16%);
        border-radius: 3px;
    }
    .domain_type {
        flex-wrap: nowrap;
        border-bottom: 1px solid #e0e0e0;
        overflow-x: auto;
    }
    .domain_type li{
        background-color: #fff;
        border-bottom: none;
        border-right:none;
        padding: 0 10px;
        min-width: 80px;
    }
    .suffix_box {
        box-shadow: none;
    }
    .domain_type::-webkit-scrollbar {
        display: none;
    }
    .especial {display: none;}
    .bacth_settlement {margin-left: auto;}
    .common_width {flex-direction: column;}
    .right_box {width: auto;}
    #first_domain {margin-right: 0;}
    .active_type {
        border-bottom:1px solid #fc8301 !important;
    }
    .do_price s {display: none;}
}
@media (max-width: 768px) {
    .right_box{
        width: 100%;
        margin-top: 20px;
    }
    .domain_cart, .domain_info{
        width: 100%;
    }
    /*.dq_dname{*/
    /*    min-width: 200px;*/
    /*}*/
    .domain_loading{
        height: auto;
        flex-wrap: wrap;
    }
    .dq_dname{
        min-width: 100%;
    }
    .do_price{
        text-align: left;
    }
    .domain_box{
 
        background-color: #fff;
    }
    #first_domain{
        margin-right: unset;
    }
    .bacth_settlement{
        width: 90px;
    }
    .search_content{
        font-size: 14px;
    }
   
    .domain_type li{

        width: 33%;
        text-align: center;
    }
    .domain_type{
    }
    .domain_type_list .domain_list_box li{
        padding: 3px 0;
        min-width: 113px;
    }
    .suffix_box{
        padding-left: 15px;
    }
    .first_domain_children, .other_title{
        flex-wrap: wrap;
    }
    .more_box .ico_reg{
        width: 5px;
    }
}