.common_width {
    width: 1200px;
    margin: 0 auto;
}

.common_width a {
    color: initial;
}

/*复用类*/

.activity .swiper-slide {
    width: auto;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    background: #FAFAFA;
}

.swiper-button-prev {
    left: -50px;
}

.swiper-button-next {
    right: -50px;
}

.activity .swiper-slide img {
    width: 100%;
}

.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;
}

.buynow {
    color: #fc8310 !important;
    border: 1px solid #fc8310 !important;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
}

#searcheddomain ::-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_more {
    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 {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.more_box span {
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px;
}

.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_list ul li img {
    cursor: pointer;
}

.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;
}

.combination_boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.combination_boxs .box {
    width: 43%;
    border: 1px solid #EDEDED;
    margin-top: 18px;
    padding: 20px;
    position: relative;
    display: none;
}

.combination_boxs .box::after {
    content: '组合优惠';
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(to right, #FF6D3D, #FF974B);
    font-size: 14px;
    padding: 2px 16px;
    border-radius: 0 0 0 15px;
}

.combination_boxs .box .domebtn {
    padding: 5px 12px;
    background: #FC8301;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.combination_boxs .box .domebox {
    color: #FC8301;
    padding: 2px 5px;
    border: 1px solid #FC8301;
    margin: 0 5px;
}

.combination_boxs .box .btnbox {
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.combination_boxs .box .yichu {
    max-width: 184px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right: 4px;
}

.combination_boxs .box .textebox {
    background-color: #FFF7F2;
    padding: 5px 8px;
}


.domain_loading {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.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: 300px;
    align-self: center;
    max-width: 300px;
    word-break: break-all;
    padding-right: 10px;
}

.dq_dname input {
    vertical-align: -2px;
    margin-right: 5px;
}

.addtocart {
    cursor: pointer;
    width: 100%;
    border: 1px solid #2EAC01;
    border-radius: 4px;
    color: #2EAC01 !important;
    display: inline-block;
}

.brokerage {
    border: 1px solid #009fe9;
    border-radius: 4px;
    color: #009fe9;
}

.brokerage a {
    color: #009fe9;
}

.true {
    background: url(../../images/search/status1.png) no-repeat center;
}

.register {
    background: url(../../images/search/status2.png) no-repeat center;
}

.timeout {
    background: url(../../images/search/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;
}

.icon .ico_reg {
    opacity: 0;
}

.dq_state * {
    vertical-align: middle;
    line-height: normal;
}

.dq_view {
    display: flex;
    align-items: center;
}

.discountAmountSpan {
    padding: 3px 5px;
    background-color: #ff9900;
    border-radius: 12px;
    color: white;
    line-height: 18px;
    margin: 0 0 0 10px;
    min-width: 100px;
}

.bacth_settlement {
    width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
}

.do_price {
    flex: auto;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 0;
}

.do_price s {
    margin-right: 5px;
    color: #929497;
    font-size: 12px;
    flex: 1;
    text-align: left;
}

.prime_price {
    display: inline-block;
    text-align: right;
    word-break: break-word;
    position: relative;
    cursor: pointer;
    /*min-width: 120px;*/
}

.dq_view .prime_price {
    padding-right: 10px;
}

.prime_price span {
    color: #fc8310;
    font-weight: bold;
    font-size: 15px;
}

.other_title {
    margin-top: 20px;
}

.especial {
    background-color: #FBB521;
    color: white;
    padding: 2px 4px;
    position: relative;
    margin-right: 10px;
    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;
}

.not-allowed {
    cursor: not-allowed;
    color: #999999;
}

.not-allowed * {
    cursor: unset;
    pointer-events: none;
}

.dq_state {
    min-width: 95px;
    line-height: 29px;
}

.do_icon {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    line-height: 16px;
    font-size: 12px;
    font-style: normal;
    text-align: center;
}

.promote {
    background-color: #FBB726;
    color: white;
}

.hot_do {
    background-color: red;
    color: white;
}

.block_tit {
    text-align: center;
    padding: 50px 0;
}

.block_tit>div {
    font-size: 25px;
    margin-bottom: 5px;
    color: #333;
}

.block_tit>span {
    font-size: 14px;
    color: #666;
}

.activity {
    width: 1200px;
    margin: 0 auto 40px;
}

.activity a {
    display: block;
    color: initial;
}

.activity a>span {
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.outer_container {
    position: relative;
}

.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: sub;
}

.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) {
    .input_box {
        position: relative;
        padding: 0;
    }

    .common_width {
        width: 95%;
        position: relative;
    }

    .activity {
        width: 70%;
    }

    .domain_box {
        top: 94px;
        background-color: #fff;
        box-shadow: 0px 4px 5px 0px rgb(6 0 1 / 16%);
        border-radius: 3px;
    }
}

.btn_domain {
    display: none;
}

@media (max-width:900px) {
    .combination_boxs {
        flex-direction: column;
    }
    .more_box img{
        display: none;
    }

    .combination_boxs .box {
        width: auto;
    }

    .input_box input[type="text"] {
        padding-left: 10px;
        font-size: 14px;
        height: 40px !important;
        line-height: 50px;
        border-radius: 3px;
    }

    .input_box input[type="button"] {
        line-height: 36px;
        height: 40px;
        font-size: 18px;
        width: 100px;
        border-radius: 3px;
        position: absolute;
        right: 0px;

    }

    .domain_type {
        flex-wrap: nowrap;
        overflow-x: auto;
        border-bottom: 1px solid #e0e0e0;
    }

    .domain_type::-webkit-scrollbar {
        display: none;
    }

    .domain_type li {
        padding: 0 10px;
        background: #fff;
        min-width: 80px;
        line-height: 42px;
        text-align: center;
        border: none;
    }

    .btn_domain {
        display: block;
        width: 300px;
        height: 39px;
        color: #fff;
        font-size: 18px;
        background: #FE6801;
        border-radius: 10px;
        margin: 9px auto 15px;
    }

    .suffix_box {
        padding-left: 0;
        box-shadow: none;
    }

    .right_box {
        width: 100%;
    }

    #first_domain {
        margin-right: 0;
    }

    .domain_type_list,
    .select_box {
        padding-left: 15px;
    }

    .active_type {
        color: #f60;
        border-bottom: 1px solid #f60 !important;
    }
}

@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 {
        top: 94px;
        background-color: #fff;
        box-shadow: 0px 4px 5px 0px rgb(6 0 1 / 16%);
        border-radius: 3px;
    }

    #first_domain {
        margin-right: unset;
    }

    .domainbox {
        left: -204px;
    }

    .domainbox::after {
        left: 60%;
    }

    .bacth_settlement {
        width: 90px;
        margin-left: auto;
    }

    .search_content {
        font-size: 14px;
    }

    .input_box {
        position: relative;
        padding: 0;
    }

    .input_box input[type="text"] {
        padding-left: 10px;
        font-size: 14px;
        height: 40px !important;
        line-height: 50px;
        border-radius: 3px;
    }

    .input_box input[type="button"] {
        line-height: 36px;
        height: 40px;
        font-size: 18px;
        width: 83px;
        border-radius: 0px 3px 3px 0px;
        position: absolute;
        right: 0px;
        top: 0px;
    }



    .domain_type_list .domain_list_box li {
        padding: 5px 0;
        min-width: 110px;
    }

    .first_domain_children,
    .other_title {
        flex-wrap: wrap;
    }

    .more_box .ico_reg {
        width: 5px;
    }

    .activity {
        width: 82%;
    }

    .especial {
        display: none;
    }

    .block_tit {
        padding: 20px 0;
    }

    .activity .swiper-slide {
        width: 200px;
    }
}

@media (max-width:400px) {
    .activity {
        width: 82%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}