.banner-swiper img{
    width: 100%;
}
.activity .swiper-button-prev,.activity .swiper-button-next{
    --swiper-theme-color: #E6E6E6;
    outline:none;
}
.swiper-pagination-bullet{
    opacity: 1!important;
    background-color: #fff!important;
}
.my-bullet-active{
    background: #FF6600!important;
    opacity: 1;
}
.swiper-button-prev{
    left: -50px;
}
.swiper-button-next{
    right: -50px;
}
.banner-swiper .swiper-pagination-bullet{
    width: 8px!important;
    height: 8px!important;
}
.activity .swiper-slide{
    width:auto;
    text-align: center;
}
/*轮播样式*/

.prime_color{
    color: #ff6600;
}
.common_width{
    width: 1200px;
    margin: 0 auto;
}
.half{
    background: url("../../images/360959315846323362.jpg") red;
}
.do_icon{
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 5px;
}
/*復用類*/

.domain_search_bg{
    background: #FAFAFA;
    padding-bottom: 25px;
    margin-top: -3px;
}
.domain_search_bg .domain_search_box{
    background-color: #fff;
    margin: 0 auto;
}
.domain_search_box ul.domain_type{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
ul.domain_type li{
    flex: 1;
    padding: 20px 0;
    font-size: 18px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-right: -1px;
    position: relative;
    cursor: pointer;
}
ul.domain_type .active_type{
    border-color: transparent;
}
.active_type:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #ff6600;
}
.domain_search_main_box{
    padding: 20px 82px;
    font-size: 16px;
}
.domain_search_main_box .index_title{
    font-size: 18px;
    margin-bottom: 20px;
}
.domain_search_main_box .form_box{
    padding: 15px;
    background: #F0F0F0;
}
.domain_search_main_box input{
    outline: none;
    border: none;
}
.domain_search_main_box .form_box .input_box{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.domain_search_main_box .form_box input[type="text"]{
    flex: 1;
    padding-left: 15px;
    font-size: 20px;
    font-family: "Arial" !important;
    letter-spacing: 1px;
    border-radius: 4px 0 0 4px;
}
.domain_search_main_box .form_box input[type="submit"]{
    background-color: #ff6600;
    color: white;
    line-height: 60px;
    font-size: 22px;
    width: 150px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 60px;
}
::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.form_box .promote_info{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    flex-wrap: wrap;
}
.promote_info .rela_links span{
    margin: 0 10px;
}
.domain_search_main_box .select_box{
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.select_box span{
    margin-left: 5px;
}
.select_box *{
    vertical-align: middle;
}
.domain_search_main_box .select_box input:nth-child(3){
    margin-left: 30px;
}
.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: 115px;
    padding: 8px 0;
}
.domain_list_box li span{
    display: flex;
    align-items: center;
}
.domain_type_list .hide{
    display: none;
}
.domain_type_list .domain_list_box li input{
    width: 20px;
    height: 20px;
}
.domain_type_list .domain_list_box label{
    float: left;
    width: 18px;
    height: 19px;
}
.domain_type_list .checked{
    background: url("../images/index/checked.png") no-repeat center/contain;
    margin-right: 5px;
}
.domain_type_list .unchecked{
    background: url("../images/index/unchecked.png") no-repeat center/contain;
    margin-right: 5px;
}

.hexagon ,.hexagon div{
    height: 45px;
    width: 36px;
    overflow: hidden;
}
.hexagon{
    transform: rotate(120deg);
    margin: 0 auto;
}
.hexagon>div,.hexagon>div>div{
    transform: rotate(-60deg);
}
.hexagon>div>div{
    background-color: #ff6600;
    text-align: center;
    line-height: 45px;
    color: white;
}
.step_box{
    font-size: 18px;
}
.step_bg{
    background: url("../images/index/step_bg.png")no-repeat center/contain;
}
.step_box>div{
    display: flex;
    justify-content: space-between;
}
.step_box>div:before,.step_box>div:after{
    content: '';
    display: inline-block;
}
.step_box>div>span{
    margin-top: 30px;
    display: block;
    flex: 1;
    text-align: center;
}
.block_tit{
    font-size: 25px;
    text-align: center;
    padding: 35px 0 0;
}
.activity{
    width: 1200px;
    margin: 0 auto;
}
.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;
}

.compare_type{
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin-bottom: 15px;
}
.compare_type li{
    margin-right: 15px;
}
.compare_type li *{
    vertical-align: middle;
}
.compare_type input[type='radio']{
    width: 16px;
    height: 16px;
}
#domain_price_comparison{
    font-size: 14px;
}
#domain_price_comparison table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: -1px!important;
}
.th_table td{
    text-align: center;
    font-size: 14px;
    background-color: #FAFAFA;
}
#domainDisTable td,.th_table td{
    border: 1px solid #e0e0e0;
    padding: 10px 0;
    text-align: center;
}
.clearn_all{
    cursor: pointer;
}
.whyus>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.whyus .change_box{
    height: 102px;
    overflow: hidden;
}
.whyus>div>div {
    width: 25%;
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
}
.whyus{
    background: url("../images/index/whyus_bg.png") no-repeat center/cover;
    padding: 25px 0 55px;
    color: white;
    margin-top: 50px;
}
.whyus>div>div>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}
.whyus>div>div>div>span {
    font-size: 14px;
}
.whyus .change_box img {
    margin: 0 auto 20px;
    display: block;
    position: relative;
 }
.whois_color{
    color: red;
}
.domain_dis_con td span{
    word-break: break-all;
}
.domain_dis_con::-webkit-scrollbar {
    width: 0 !important;
    display: none;
    height: 0 !important;
}
.domain_dis_con{
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    max-height: 400px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.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;
}
@media (max-width: 1200px) {
    .common_width{
        width: 100%;
    }
    .activity{
        width: 85%;
    }
}
@media (max-width: 768px) {
    ul.domain_type li{
        font-size: 16px;
        width: 33%;
        padding: 10px 0;
        flex: none;
        border: 1px solid #E6E6E6;
        margin-top: -1px;
    }
    .domain_type_list .domain_list_box li{
        padding: 3px 0;
        min-width: 110px;
    }
    .domain_search_main_box .index_title{
        font-size: 20px;
    }
    .domain_search_main_box{
        padding: 20px;
    }
    .form_box .promote_info{
        line-height: 24px;
    }
    .step_box{
        font-size: 14px;
    }
    .hexagon, .hexagon div{
        height: 36px;
        width: 27px;
    }
    .hexagon>div>div{
        line-height: 36px;
    }
    .whyus>div>div {
        width: 49%;
    }
    .block_tit{
        font-size: 23px;
        padding: 20px 0;
    }
    .compare_type li{
        margin-right: 10px;
    }
    .compare_type{
        font-size: 14px;
    }
    .domain_search_main_box .form_box input[type="submit"]{
        line-height: 45px;
        font-size: 16px;
    }
    ::-webkit-input-placeholder {
        color: #999999;
        font-size: 14px;
    }
    .activity{
        width: 70%;
    }
    .whyus .change_box>img{
        width: 60px;
    }
    .whyus .change_box{
        height: 80px;
    }
    .whyus>div>div{
        margin-top: 30px;
    }
}



.diagram{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}
.subheading{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 10px 0 30px;
}
.diagram>img{
    height: 19px;
    margin-top: 80px;
}
.diagram>div>div{
   width: 148px;
   height: 172px;
   text-align: center;
    background: url(../images/index/beijng.png) no-repeat ;
    background-size: 100% 100%;
}
.diagram>div>div>img{
    margin-top: 48px;
}
.diagram>div>div>p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.diagram>div>div>p>a{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.diagram>div>p{
    font-size: 16px;
    color: #333;
    margin-top:32px;
  text-align: center;
}

.domain_products{ 
 background: #FAFAFA;
 padding: 25px 10px;
 margin-top: 35px;
}
.domain_products>p{
    text-align: center;
}
.domain_products>p:first-child{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.domain_products>p:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 10px 10px 45px;
}
.domain_products>ul{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.domain_products>ul>li{
    width: 388px;
    height: 297px;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.04);
    border-radius: 4px;
    margin: 0 auto 15px;
}
.domain_products>ul>li>p{
    height: 54px;
    background: linear-gradient(0deg,#00C0FA  0%,  #015EEA 100%);
    border-radius: 6px 6px 2px 2px;
    font-size: 18px;
    font-family: jiangxizhuokai;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
}
.domain_products>ul>li:nth-child(2)>p{
    background: linear-gradient(0deg, #FFA970 0%,  #FE6600 100%);
}
.domain_products>ul>li>div:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin: 26px 0 0 14px;
}
.domain_products>ul>li>div:nth-child(2)>img{
     margin-right: 10px;
}
.domain_products>ul>li>div:nth-child(3){
    position: relative;
    margin: 35px 0 0 14px;
}
.domain_products>ul>li>div:nth-child(3)>span:first-child{
    font-size: 24px;
    color: #FF0000;
}
.domain_products>ul>li>div:nth-child(3)>span:nth-child(2){
    font-size: 14px;
    color: #666;
}

.domain_products>ul>li>div:nth-child(3)>a{
    color: #fff;
    position: absolute;
    right: 31px;
    bottom: 3px;
    background: #f60;
    padding: 6px;
    border-radius: 3px;
}
.base_title{
    text-align: center;
    font-size: 25px;
   margin: 40px auto 30px;
    color: #333;
}
.base{
    max-width: 1200px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin: 10px auto 30px;
    flex-wrap: wrap;
}
.base>li{
    margin-bottom: 20px;
}
.base>li>img{
    height: 75px;
    margin-bottom: 20px;
}
.base>li>p{
   color: #333;
   font-size: 16px;
   max-width: 250px;
}

@media (max-width:900px) {
    .diagram{
        padding: 0 10px;
    }

    .diagram>div>div {
        width: 131px;
        height: 155px;
    }
    .diagram>img{
        margin-top: 70px;
    }
    .base{
    padding:0 10px;
    }
    .base>li>p{
        max-width: 170px;
     }
}
@media (max-width:750px) {
    .diagram>img{
        height: 17px;
      content: url(../images/index/right2.png);
    }
}
@media (max-width:600px) {
    .diagram>div>div {
        width: 100px;
        height: 116px;
    }
    .diagram>img {
        margin-top: 50px;
    }
    .diagram>div>p {
        margin-top: 12px;;
    }
    .diagram>div>div>img {
        margin-top: 24px;
    }
    .diagram>div>div>p>a,.diagram>div>div>p {
        font-size: 17px;
    }
}
@media (max-width:500px) {
    .diagram>div>div {
        width: 89px;
        height: 104px;
    }
    .diagram>img {
        width: 14px;
        margin-top: 44px;
    }
    .diagram>div>p {
        margin-top: 12px;;
    }
    .diagram>div>div>img {
        width: 24px;
    }
    .diagram>div>div>p>a,.diagram>div>div>p {
        font-size: 17px;
    }
}

@media (max-width:400px) {
    .diagram{
        padding: 0 5px;
    }
    .diagram>div>div {
        width: 80px;
        height: 98px;
    }
    .diagram>img {
        width: 11px;
        height: 10px;
    }
    .diagram>div>p {
        margin-top: 12px;;
    }
    .diagram>div>div>img {
        width: 24px;
    }
    .diagram>div>div>p>a,.diagram>div>div>p {
        font-size: 15px;
    }
}
