body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0; 
}
.content-wrap *{
    box-sizing: border-box;
}
.content-wrap .wrap-title{
    font-size: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}
.wrap-domainsearch{
    background-color: #f5f6f7;
}
.wrap-domainsearch .domian-search{
    padding: 0 8px;
}
.wrap-domainsearch .domian-search .domain-slogan{
    width: 180px;
}
.wrap-domainsearch .domian-search .domain-slogan h2{
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.wrap-domainsearch .domian-search .domain-slogan h2 em{
    color: #fa2a3b;
    font-size: 22px;
    font-style: italic;
    line-height: 49px;
}

.wrap-domainsearch .domian-search .domain-search-box{
    width: 981px;
}

.wrap-domainsearch .domian-search .domain-search-box form{
    width: 100%;
    font-size: 0px;
}
.wrap-domainsearch .domian-search .domain-search-box .search-domian-input{
    width: 740px;
    font-size: 16px;
    color: #666;
    height: 50px;
    padding: 0 30px;
    vertical-align: middle;
    border: none;
    background: #fff;
}
.wrap-domainsearch .domian-search .domain-search-box .suffix-area{
    width: 130px;
    height: 50px;
    border-left: 1px solid #f5f6f7;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.wrap-domainsearch .domian-search .domain-search-box .suffix-area .transform180{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.wrap-domainsearch .domian-search .domain-search-box .suffix-area .selected-suffix{
    display: inline-block;
    width: 96px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 50px;
    vertical-align: top;
}
.wrap-domainsearch .domian-search .domain-search-box .suffix-area .suf-arr{
    background: url(../images/suf-arr.png) center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 50px;
    vertical-align: top;
}
.wrap-domainsearch .domian-search .domain-search-box .search-domian-submit{
    width: 110px;
    height: 50px;
    text-align: center;
    color: #fff;
    border: 0px;
    background: url(../images/search-icon.png) center center no-repeat;
    background-color: #fa2a3b;
    cursor: pointer;
}
.wrap-domainsearch .domian-search .domain-search-box .domains-select{
    position: absolute;
    width: 870px;
    height: 240px;
    background-color: #fff;
    z-index: 55;
    right: 0px;
    padding: 10px 10px 10px 26px;
    -webkit-box-shadow: 0px 4px 10px rgba(96,96,96,0.1);
    -moz-box-shadow: 0px 4px 10px rgba(96,96,96,0.1);
    box-shadow: 0px 4px 10px rgba(96,96,96,0.1);
    overflow-y:auto
}

.wrap-domainsearch .domian-search .domain-search-box .domains-select ul li{
    font-size: 14px;
    display: inline-block;
    line-height: 23px;
    padding: 6px 8px;
    color: #666;
    white-space: nowrap;
    word-break: normal;
    word-wrap: normal;
    width: 95px;
    margin: 2px;
    margin-bottom: 3px;
    margin-right: 20px;
    height: 35px;
}
.wrap-domainsearch .domian-search .domain-search-box .domains-select ul li em{
    margin-left: 10px;
    color: #fa2a3b;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    transform: scale(0.8)
}
.wrap-domainsearch .domian-search .domain-search-box .domains-select ul li:hover{
    cursor: pointer;
    background-color: #f5f6f7;
}
.wrap-domainsearch .domian-search .domain-search-box .domains-select ul li.redBg-item{
    background-color: #f5f6f7;
}
.wrap-domainsearch .domian-search .domain-search-box .recommend-domain{
    margin-top: 14px;
}
.wrap-domainsearch .domian-search .domain-search-box .recommend-domain ul li{
    display: inline-block;
    margin-right: 30px;
}
.wrap-domainsearch .domian-search .domain-search-box .recommend-domain ul li span{
    font-size: 14px;
    color: #666666;
    margin-right: 5px;
}
.wrap-domainsearch .domian-search .domain-search-box .recommend-domain ul li em{
    font-size: 14px;
    color: #fa2a3b;
}
.domain-all{
    margin-bottom: 25px;
}
.domain-all .domain-register{
    width: 204px;
    border-right: 1px solid #f4f4f4;
    padding: 14px 0 21px 5px;
}

.domain-all .domain-register h3{
    color: #666666;
    font-size: 14px;
    margin: 8px 0 6px 0;
}
.domain-all .domain-register p{
    font-size: 12px;
    color: #999999;
}
.domain-all .domain-register p em{
    color: #fa2a3b;
    font-weight: bold;
}
.domain-all .domain-register .go-register{
    width: 98px;
    height: 30px;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fa2a3b;
    background-color: #fa2a3b;
    margin-top: 4px;
    display: block;
}
.domain-all .domain-register .go-register:hover{
    color: #fa2a3b;
    background-color: #ffffff;
}
.domain-all .content-wrap{
    padding: 0px;
}
.domain-all .domain-menu{
    width: 990px;
    padding: 14px 0 0 20px;
}
.domain-all .domain-menu ul li{
    float: left;
    display: block;
    width: 230px;
    height: 60px;
    position: relative;
    padding: 10px 0 0 15px;
    margin-bottom: 13px;
}
.domain-all .domain-menu ul li a .item-title{
    font-size: 14px;
    color: #666666;
    margin-bottom: 3px;
}
.domain-all .domain-menu ul li a .item-title em{
    color: #fa2a3b;
    margin-left: 11px;
    font-weight: bold;
}
.domain-all .domain-menu ul li a .item-info{
    font-size: 12px;
    color: #999999;
}
.domain-all .domain-menu ul li a i{
    position: absolute;
    right: 11px;
    top: 24px;
    display: none;
}
.domain-all .domain-menu ul li:hover{
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    transition: all .3s;
}
.domain-all .domain-menu ul li:hover i{
    display: block;
}

.domain-all .domain-recommend ul li{
    display: block;
    float: left;
    width: 204px;
    border-right: 1px solid #f4f4f4;
    height: 83px;
    position: relative;
    padding: 17px 19px 0 14px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.domain-all .domain-recommend ul li:last-of-type{
    border-right: 0
}
.domain-all .domain-recommend ul li::before{
    content: "";
    font-size: 12px;
    color: #fff;
    display: block;
    width: 63px;
    height: 66px;
    background: url(../images/domain-icon3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
}
.domain-all .domain-recommend ul li .domain-name{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.domain-all .domain-recommend ul li .item-info{
    position: absolute;
    bottom: 6px;
    width: 175px;
}
.domain-all .domain-recommend ul li .item-info .item-price{
    position: absolute;
    top: -2px;
    right: -4px;
}
.domain-all .domain-recommend ul li p{
    font-size: 13px;
    color: #000000;
}
.domain-all .domain-recommend ul li p span em{
    color: #fa2a3b;
    font-size: 18px;
    margin-right: 6px;
    font-weight: 550;
}
.domain-all .domain-recommend ul li.domainImg{
    width: 180px;
    padding: 0;
}
.domain-all .domain-recommend ul li.domainImg i img{
    width: 100%;
}

.product-wrap ul.product-all li.product-item{
    float: left;
    width: 560px;
    height: 268px;
    border: 1px solid #eaeaea;
    position: relative;
    padding-top: 30px;
    margin: 0 20px 28px;
}
.product-wrap ul.product-all li.product-item:hover{
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
.product-wrap ul.product-all li.product-item .product-name{
    text-align: center;
}
.product-wrap ul.product-all li.product-item .product-name a{
    color: #000000;
    font-size: 16px;
}
.product-wrap ul.product-all li.product-item p.product-info{
    font-size: 13px;
    color: #666666;
    margin-top: 16px;
    text-align: center;
}
.product-wrap ul.product-content{
    margin: 0 auto;
    position: absolute;
    left: 68px;
    bottom: 48px;
}
.product-wrap ul.product-content li.item a{
    display: block;
}
.product-wrap ul.product-content li.item.sale-item::before{
    content: "超低价";
    width: 50px;
    height: 30px;
    display: block;
    position: absolute;
    right: 4px;
    top: -17px;
    color: #ffffff;
    line-height: 27px;
    text-align: center;
    background: url(../images/tips-icon.png) center center no-repeat;
    background-size: 100%;
    transform: scale(0.8);
}
.product-wrap ul.product-content li.item{
    width: 110px;
    float: left;
    position: relative;
}
.product-wrap ul.product-content li.item i{
    width: 110px;
    display: table-cell;
    height: 62px;
    vertical-align: middle;
    text-align: center;
}
.product-wrap ul.product-content li.item .item-name{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
}
.hotproduct-wrap .content-wrap{
    padding-top: 0px;
}
.hotproduct-wrap .ad-show{
    width: 278px;
    height: 603px;
}
.hotproduct-wrap .hotproduct-all{
    width: 900px
}
.hotproduct-wrap .hotproduct-all ul li.item{
    float: left;
    width: 290px;
    display: block;
    border: 1px solid #eaeaea;
    height: 297px;
    position: relative;
    margin-bottom: 15px;
    margin-right: 14px;
    transition: all .3s;
}
.hotproduct-wrap .hotproduct-all ul li.item:nth-of-type(3n){
    margin-right: 0px;
}
.hotproduct-wrap .hotproduct-all ul li.new-product::before{
    background: url(../images/new-label.png) no-repeat;
}
.hotproduct-wrap .hotproduct-all ul li.hot-product::before{
    background: url(../images/hot-label.png) no-repeat;
}
.hotproduct-wrap .hotproduct-all ul li.item::before{
    content: "";
    display: block;
    background-size: 100%;
    position: absolute;
    right: 0px;
    width: 63px;
    height: 66px;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-title{
    width: 100%;
    height: 90px;
    background-color: #f6f7f9;
    padding: 27px 0 0;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-title h2{
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 2px;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-title p{
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.hotproduct-wrap .hotproduct-all ul li.item:hover{
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    cursor: pointer;
    transform: translateY(-5px);
}
.hotproduct-wrap .hotproduct-all ul li.item:hover .item-title{
    background: url(../images/title_hover3.png) no-repeat;
}
.hotproduct-wrap .hotproduct-all ul li.item:hover .item-title h2{
    color: #fff;
}
.hotproduct-wrap .hotproduct-all ul li.item:hover .item-title p{
    color: #fff;
}
.hotproduct-wrap .hotproduct-all ul li.item:hover::before{
    display: none;
}
.hotproduct-wrap .hotproduct-all ul li.item:hover .go-detail{
    background-color: #fa2a3b;
    color: #fff;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-info{
    padding: 22px 0 0 17px;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-info .p{
    font-size: 12px;
    color: #666666;
    line-height: 36px;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-info span.darkColor{
    color: #000000;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-info span em{
    font-size: 18px;
    color: #ff3436;
    font-weight: 500;
}

.hotproduct-wrap .hotproduct-all ul li.item .item-info .item-introduce{
    margin-bottom: 20px;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-tips{
    display: block;
    font-size: 13px;
    text-align: center;
    color: #999999;
    position: absolute;
    bottom: 66px;
    width: 100%;
}
.hotproduct-wrap .hotproduct-all ul li.item .go-detail{
    display: block;
    margin: 0 auto;
    width: 98px;
    height: 30px;
    border: 1px solid #eaeaea;
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 28px;
    position: absolute;
    bottom: 17px;
    right: 0;
    left: 0;
}
.hotproduct-wrap .hotproduct-all ul li.item .text-right{
    text-align: right;
    padding-right: 20px;
    margin-bottom: 15px;
}
.hotproduct-wrap .hotproduct-all ul li.item p.domain-price{
    font-size: 12px;
    color: #000000;
}
.hotproduct-wrap .hotproduct-all ul li.item p .labelLow{
    display: inline-block;
    width: 35px;
    height: 18px;
    background-color: #ff3336;
    color: #ffffff;
    text-align: center;
    margin-right: 9px;
    line-height: 18px;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-info .item-domains li{
    display: inline-block;
    vertical-align: middle;
    width: 116px;
    margin: 0 17px 13px 0;
    border:0px;
    height: 17px;
}
.hotproduct-wrap .hotproduct-all ul li.item .item-info .item-domains li span{
    color: #000000;
}
.service-wrap .service-advantage{
    padding: 0 19px;
}
.service-wrap .service-advantage ul li{
    display: block;
    float: left;
    margin-right: 67px;
    width: 240px;
    height: 215px;
    border: 1px solid #eaeaea;
    padding-top: 27px;
    position: relative;
}
.service-wrap .service-advantage ul li:last-of-type{
    margin-right: 0px;
}

.service-wrap .service-advantage ul li i{
    display: table-cell;
    height: 94px;
    vertical-align: middle;
    text-align: center;
    width: 240px;
}
.service-wrap .service-advantage ul li p{
    font-size: 16px;
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 38px;
}
.brand-wrap .brand-all{
    text-align: center;
}
.brand-wrap .brand-all img{
    width: 960px;
}

.guide-wrap{
    width: 100%;
    height: 138px;
    background: url(../images/guide-bg.png) center center no-repeat;
    margin-top: 54px;
}
.guide-wrap .content-wrap{
    padding: 0px;
}
.guide-wrap .guide-info{
    width: 697px;
    padding-top: 45px;
    position: relative;
}
.guide-wrap .guide-info p{
    text-align: right;
    font-size: 20px;
    color: #ffffff;
}
.guide-wrap .guide-info a{
    display: block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #ec7913;
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    margin-top: 13px;
}
.guide-wrap .guide-icon{
    margin-right: 128px;
}
.guide-wrap .guide-icon img{
    height: 138px;
}
.bannerDialog .dialogImg{
    text-align: center;
}

.bannerDialog .el-dialog__headerbtn .el-dialog__close{
    color: #e02534;
    font-weight: 600;
    font-size: 28px;
}
.bannerDialog .el-dialog__headerbtn:hover .el-dialog__close{
    color: #e23140;
}

#indexBanner .bannerImg{
    cursor: pointer;
}

#homewrap .el-dialog__wrapper{text-align: center;}
#homewrap .el-dialog{
    display: inline-block;
    width: auto;
    max-width: 80%;
}
#homewrap .el-dialog img{
    width: 100%;
}