/*首页头部样式修改*/
.language{
	color: #fff!important;
}
.header-nav-list > li > a{
	color: #fff!important;
}
.header-nav-list > li em{
	border-top: 6px solid #fff!important;
}
.logo-outer img{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header-wrapper{
	background-color: transparent!important;
}
.titlebox{
	width: 1200px;margin:auto;height: 0;
}

.swiper-pagination-bullet{
    opacity: .6!important;
    background-color: #fff!important;
}
.swiper-pagination-bullet{
	margin-top: 10px !important;
}
.my-bullet-active{
    /* background: #FF6600!important; */
    opacity: 1 !important;
	height: 30px !important;
	border-radius: 10px !important;
}
.titlebox>div{
	/* font-size: 48px; */
	color: #fff;
	position: absolute;
	top: 28%;
	width: 1000px;
}


*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banner-container{
	height: 445px;
	/* background: url("../../images/index/banner-bg_new.png") no-repeat; */
	background-size: cover;
      background-position: center;
}
.banner-wrapper{
	width: 1200px;
	margin: 0 auto;
	height: 0;
	position: relative;
	/* padding-top: 30px; */
}
.banner-content h1{
	font-size: 48px;
	color: #fff;
}
.banner-content{
	display: inline-block; 
    position: absolute;
    z-index: 20;
    /* bottom: -121px; */
    top:-100px;
    width: 100%;
}
.banner-content .search-extro *{
	color: #fff;
	text-decoration: none;
}
.search-wrapper form{
	display: flex;
}
.select-dropdown{
	display: none;
	position: absolute;
	background-color: #fff;
	margin: 0;
	width: 132px;
	right: 0;
	top: 60px;
	box-shadow: 0px 10px 36px 0px rgb(5 17 71 / 7%);
	line-height: 30px;
	border-radius: 4px;
	height: 220px;
	padding: 10px 0;
	overflow-y: auto;
	z-index: 2;
}
.select-dropdown ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.select-dropdown li{
	padding: 0 15px 0 18px;
	text-align: left;
}
.select-dropdown::-webkit-scrollbar{
	width: 5px!important;
}
.select-dropdown::-webkit-scrollbar-thumb {
	border-style: dashed;
	background-color: #f60;
	border-color: #e2242400;
	border-width: 0;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.select-dropdown-selected{
	background-color: #fff1e7;
	color: #f60;
}
.search-wrapper{
	background-color: #fff;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}
.search-wrapper input[name="query"]{
	line-height: 50px;
	border: none;
}
.search-wrapper input[name="domain[]"]{
	outline: none;
	border: none;
	width: 105px;
	font-size: inherit;
	cursor: pointer;
	text-align: right;
}
.select-dropdown li img{
	margin: 0 0 5px 5px;
}
input{
	outline: none;
}
.dropdown-search{
	width: 95px;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	padding: 3px 0;
	margin: 0 15px 10px;
}
.search-wrapper input[name="query"]{
	-webkit-border-radius: 28px 0 0 28px;
	-moz-border-radius: 28px 0 0 28px;
	border-radius: 28px 0 0 28px;
	padding-left: 55px;
	background: #fff url("../../images/index/search.png") no-repeat 20px center / auto;
	flex: 1;
	font-size: inherit;
}
.search-wrapper input[type="submit"]{
	border: none;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	width: 150px;
	font-size: 20px;
	color: white;
	background: linear-gradient(0deg, #F7A30B 0%, #FF6600 100%);
	cursor: pointer;
}
.select-ele{
	line-height: 52px;
	font-size: 16px;
	padding: 0 40px 0 15px;
	position: relative;
	cursor: pointer;
}
.select-ele > div:nth-child(1) em{
	border-width: 6px 5px 0;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 24px;
	right: 16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.search-extro{
	margin: 20px 0 0 55px;
}
.search-extro span{
	margin: 0 10px;
}
.common-title{
	font-size: 32px;
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}
.domain-setion .common-title{
	color: #333;
}
.common-section{
	padding: 10px 0 50px;
}
.domain-section{
	background: #F7F9FF;
	height: 497px;
	/*height: 437px;*/
}
.main-content{
	width: 1200px;
	margin: 0 auto;
}
.domain-subtitle{
	font-size: 24px;
	text-align: center;
}
.domain-subtitle span {
	margin: 0 15px;
	padding: 0 0 5px;
	cursor: pointer;
	/*border-bottom: 2px solid #fff;*/
}
/*.domain-subtitle span:hover{*/
/*	border-bottom: 2px solid #f60;*/
/*	position: relative;*/
/*	color: #f60;*/
/*	-webkit-transition: all .1s;*/
/*	-moz-transition: all .1s;*/
/*	-ms-transition: all .1s;*/
/*	-o-transition: all .1s;*/
/*	transition: all .1s;*/
/*}*/
.domain-subtitle-active{
	border-bottom: 2px solid #f60;
	/*border-color: #f60!important;*/
	position: relative;
	color: #f60;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.domain-left-setion {
	position: relative;
	margin-right: 30px;
}
.domain-left-setion > div{
	position: absolute;
	left: 12px;
	color: #fff;
}
.domain-left-setion > div > p{
	font-weight: bold;
	font-size: 16px;
}
.domain-left-setion img{
	display: block;
}
.domain-left-setion > div > span{
	font-weight: lighter;
}
.domain-content{
	margin-top: 50px;
	/*margin-top: 20px;*/
}
.hidden-pc{
	display: none;
}
.domain-content > div{
	display: none;
	opacity: 0;
}
.domain-right-section{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.domain-right-section > div{
	background: url("../../images/index/suffix-bg.png") no-repeat center / contain ;
	padding: 10px;
	border: 1px solid #E1E6F0;
	position: relative;
	flex: 1;
	min-width: 30%;
	min-height: 125px;
	
}
.domain-right-section > div > a{
	text-decoration: none;
	color: #333;
	/* display: block; */
	
}
.domain-right-section > div:nth-child(-n+3){
	margin-bottom: 30px;
}
.domain-right-section > div:nth-child(2),.domain-right-section > div:nth-child(5){
	margin-left: 10px;
	margin-right: 10px;
}
.domain-suffix{
	font-size: 20px;
	font-weight: bold;
}
#backorders .domain-suffix{
	font-size: 24px;
	line-height: 60px;

}
.domain-des{
	color: #666;
	font-size: 14px;
	margin-top: 5px;
}
.domain-price{
	color: #f60;
	font-weight: bold;
	font-size: 16px;
	
}

#btn{
	display: none;
}

 .domain-btn{
	width: 100px;
	height: 32px;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
    left: 10px;
	top: 50px;
	
}
 .domain-btn p{
	width: max-content;
	padding: 0 3px;
	min-width: 100px;
	height: 32px;
	background: #5998FF;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	margin-top: 29px;
}
.domain-right-section  div:hover .domain-wenben{
	display: none;
}
.domain-right-section  div:hover .domain-suffix{
	color:  #5998FF;
}
.domain-right-section  div:hover {
	background: rgb(225, 225, 225);
}
.domain-right-section  div:hover #btn{
	display: inline;
}

.service-section .common-title{
	color: #fff;
}
.common-title .title-extro{
	font-size: 18px;
	font-weight: lighter;
	margin: 10px 0 0 0;
}
.service-wrapper{
	display: flex;
	justify-content: space-between;
}
.service-wrapper > div:nth-child(2){
	margin: 0 50px;
}
.service-section{
	background: linear-gradient(-90deg, #1397E3 0%, #1F7ADD 42%, #3359D3 100%);
}
.service-list-title{
	text-align: center;
}
.service-list .service-list-title h4{
	color: #f60;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.service-list .service-list-title span{
	color: #666;
	font-size: 16px;
	display: block;
}
.service-list{
	padding: 25px 40px;
	flex: 1;
	background-color: #fff;

	border-radius: 8px;
}
.service-list .service-list-price{
	color: #f60;
	font-size: 36px;
	font-weight: bold;
}
.service-list .service-list-price span{
	font-size: 16px;
}
.service-list .service-list-buy{
	line-height: 48px;
	display: block;
	border-radius: 4px;
	text-align: center;
	background: linear-gradient(0deg, #FF6600 0%, #F9A066 100%);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 30px 0 15px 0;
	text-decoration: none;
}
.service-list .service-list-more{
	color: #00A8FF;
	font-size: 18px;
	text-decoration: underline;
	display: block;
	text-align: center;
}
.service-list ul{
	line-height: 30px;
	margin: 20px 0;
	color: #f60;
	padding-left: 25px;
}
.service-list ul span{
	color: #666;
}
.advantage-section{
	background: #F7F9FF;
}
.advantage-wrapper {
	/*display: grid;*/
	/*grid-template-rows: repeat(2,1fr);*/
	/*grid-template-columns: repeat(3,1fr);*/
	/*grid-row-gap: 20px;*/
	/*grid-column-gap: 20px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.advantage-wrapper > div{
	background-color: #fff;
	padding: 20px;
	min-width: 30%;
	flex: 1;
}
.advantage-wrapper > div:nth-child(2),.advantage-wrapper > div:nth-child(5){
	margin: 0 20px;
}
.advantage-wrapper > div:nth-child(-n+3){
	margin-bottom: 20px;
}
.advantage-wrapper .ad-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.advantage-wrapper .ad-title img{
	vertical-align: middle;
}
.advantage-wrapper > div >span{
	color: #333;
}
.last-wrapper{
	/*display: grid;*/
	/*grid-template-columns: repeat(2, 1fr);*/
	/*grid-column-gap: 20px;*/
	display: flex;
}
.last-wrapper > div{
	flex: 1;
	max-width: 50%;
}
.last-wrapper > div:first-child{
	margin-right: 20px;
}
.last-list{
	padding: 20px 20px 0;
	box-shadow: 0px 2px 18px 0px rgba(10, 1, 3, 0.08);
}
.last-list .last-subtitle{
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;

	border-bottom: 1px solid #e6e6e6;
}
.last-subtitle span{
	border-left: 3px solid #f60;
	padding-left: 15px;
	font-size: 18px;
}
.last-subtitle a{
	text-decoration: none;
	color: #333;
}
.last-content *{
	color: #333;
	text-decoration: none;
}
.last-content ul{
	list-style: none;
	padding: 0;
	line-height: 30px;
}
.last-wrapper{
	margin-top: 40px;
}
.last-content ul li{
	display: flex;
	justify-content: space-between;
}
.last-content a{
	display: inline-block;
	flex: 1;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
}
.last-section a:hover{
	color: #f60;
}
.select-dropdown li:hover{
	background-color: #fff1e7;
	color: #f60;
}
.domain-right-section > div:nth-child(1):before{
	content: 'TOP 1';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	display: block;
	background: linear-gradient(0deg, #FF112E 0%, #FF8292 100%);
	border-radius: 0px 0px 0px 13px;
	font-weight: bold;
	color: white;
	padding: 2px 6px;
	font-family: cursive;
}
.domain-right-section > div:nth-child(2):before{
	content: 'TOP 2';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	display: block;
	background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 0%, #FF112E 0%, #E79D01 0%, #FDDA5A 100%);
	border-radius: 0px 0px 0px 13px;
	font-weight: bold;
	color: white;
	padding: 2px 6px;
	font-family: cursive;
}
.domain-right-section > div:nth-child(3):before{
	content: 'TOP 3';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	display: block;
	background: linear-gradient(0deg, #FFFFFF 0%, #386BFF 0%, #7EA9FE 100%);
	border-radius: 0px 0px 0px 13px;
	font-weight: bold;
	color: white;
	padding: 2px 6px;
	font-family: cursive;
}
.consult-channel{
	position: fixed;
	right: 0;
	bottom: 20%;
	cursor: pointer;
}
.consult-channel img{
	width: 90%;
	transition: all 1s;
}
.consult-channel img:hover{
	transform: scale(1.1);
}

@media(max-width: 1200px){
	.main-content{
		width: 95%;
	}
	.domain-right-section > div{
		-webkit-background-size: cover;
		background-size: cover;
	}
	.domain-right-section > div:nth-child(-n+3){
		margin-bottom: 0;
	}
	.domain-right-section > div:nth-child(2),.domain-right-section > div:nth-child(5){
		margin-left: 0;
		margin-right: 0;
	}
	.service-list .service-list-title h4{
		font-size: 22px;
	}
	.service-wrapper > div:nth-child(2){
		margin: 0 15px;
	}
	.service-list{
		padding: 20px;
	}
	.service-list .service-list-price{
		font-size: 24px;
	}
	.service-list .service-list-buy{
		line-height: 40px;
		font-size: 18px;
	}
	.last-wrapper > div{
		width: 49%;
	}
	.search-extro{
		margin: 20px 0 0 0;
	}
}

@media (max-width: 992px) {
	.titlebox>div{
		width: auto;
		top: 10%;
	}
	.titlebox.hidden-pc > div {
        padding: 0 10px 0 30px;
    }
    .titlebox.hidden-pc .title {
        font-size: 20px;
    }
    .titlebox.hidden-pc .feature-list {
        display: flex;
        flex-wrap: wrap;
		flex-direction: column;
    }
    .titlebox.hidden-pc .feature-list span {
        font-size: 12px;
        width: 170px;
        margin-top: 3px;
    }
    .titlebox.hidden-pc .feature-list img {
        margin-right: 5px;
    }
	.banner-content{
		position: static;
	}
	.domain-left-setion{
		display: none;
	}
	.last-wrapper{
		display: block;
	}
	.last-wrapper > div{
		width: 100%;
		max-width: initial;
	}
	.last-list{
		padding: 20px 20px 1px 20px;
	}
	.last-wrapper > div:first-child{
		margin-bottom: 20px;
		margin-right: 0;
	}
	.advantage-wrapper > div{
		min-width: 35%;
	}
	.advantage-wrapper > div:nth-child(-n+4){
		margin-bottom: 20px;
	}
	.advantage-wrapper > div:nth-child(2), .advantage-wrapper > div:nth-child(5){
		margin-right: 0;
		margin-left: 0;
	}
	.advantage-wrapper > div:nth-child(2n-1){
		margin-right: 20px;
	}
	.common-title{
		font-size: 28px;
		padding: 20px 0;
	}
	.domain-section{
		height: 397px;
	}
	.common-section{
		padding: 0 0 20px;
	}
	.last-wrapper{
		margin-top: 20px;
	}
	.service-wrapper{
		display: block;
	}
	.service-list-title{
		text-align: left;
	}
	.service-wrapper > div:nth-child(2){
		margin: 15px 0;
	}
	.service-list ul{
		display: inline-block;
	}
	.service-list .service-list-more{
		display: none;
	}

	#backorders > div{
		 min-height: 113px;
	}
}
@media (min-width: 577px) and (max-width: 992px) {

	.domain-right-section > div:nth-child(1){
		margin-bottom: 15px;
	}
	.domain-right-section > div:nth-child(2){
		margin: 0 15px;
	}
	.domain-right-section > div:nth-child(-n+3){
		margin-bottom: 15px;
	}
	.domain-right-section > div:nth-child(2),.domain-right-section > div:nth-child(5){
		margin-left: 15px;
		margin-right: 15px;
	}
	.service-list ul{
		margin: 20px 0 0;
	}

}
@media (min-width: 530px) and (max-width: 992px){
	.m-right-block{
		width: 180px;
	}
	.m-right-block{
		float: right;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.domain-right-section > div {
		min-height: 135px;
	}
	.hidden-pc > img{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#backorders .domain-suffix{
		font-size: 20px;
		line-height: 60px;
	
	}
	.domain-section{
		height: auto;
	}
	.domain-content{
		margin-top: 20px;
	}
	.banner-container{
		background: #fff;
		/* height: 380px !important; */
	}
	.banner-swiper {
		height: 160px !important;
	}
	.hidden-md{
		display: none;
	}
	.hidden-pc{
		display: block;
	}
	.banner-wrapper{
		padding: 0;
		height: auto;
	}
	.domain-subtitle{
		font-size: 18px;
	}
	.domain-right-section{
		margin-top: 20px;
	}
	.search-box{
		border-radius: 6px;
		border: 1px solid #E6E6E6;
		box-shadow: 0px 4px 18px 0px rgb(0 0 0 / 8%);
		margin: 15px 0;
	}
	.search-container{
		width: 98%;
		margin: 0 auto;
		font-size: 16px;
	}
	.search-wrapper input[type="submit"]{
		-webkit-border-radius:  0 6px 6px 0;
		-moz-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
	}
	.common-title{
		text-align: left;
	}
	.service-list ul{
		max-width: 260px;
	}
	.domain-des{
		height: 38px;
	}
}
@media (max-width: 576px) {
	.advantage-wrapper > div{
		width: 100%;
	}
	.advantage-wrapper{
		display: block;
	}
	.advantage-wrapper > div:nth-child(-n+5){
		margin-bottom: 15px;
	}
	.domain-right-section > div{
		min-width: 45%;
	}
	.domain-section{
		height: auto;
	}
	.m-right-block{
		padding-right: 0;
	}
	.search-wrapper input[type="submit"]{
		width: 110px;
	}
	.select-ele{
		padding: 0 25px 0 0;
	}
	.select-ele > div:nth-child(1) em{
		right: 10px;
	}
	.search-container{
		font-size: 14px;
	}
	.common-title{
		font-size: 20px;
		position: relative;
		padding-left: 10px;
	}
	.common-title:before{
		content: '';
		display: block;
		width: 3px;
		height: 20px;
		background: #FE6E02;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.domain-content{
		margin-top: 0;
	}
	.hidden-xs{
		display: none;
	}
	.advantage-wrapper .ad-title{
		font-size: 16px;
	}
	.advantage-wrapper{
		margin-top: 0;
	}
	.service-list .service-list-title h4{
		font-size: 18px;
	}
	.service-list .service-list-title span{
		font-size: 14px;
	}
	.service-list .service-list-buy{
		font-size: 16px;
	}
	.service-list .service-list-price span{
		font-size: 14px;
	}
	.service-list .service-list-price{
		font-size: 20px;
	}
	.service-section{
		background: #fff;
	}
	.service-section .common-title{
		color: #333;
	}
	.service-list{
		border: 1px solid #E1E6F0;
	}
	.consult-channel img{
		width: 65%;
	}
}
@media (min-width: 441px) and (max-width: 576px) {
	.domain-right-section > div:nth-child(2n-1){
		margin-right: 15px;
	}
	.domain-right-section > div:nth-child(-n+4){
		margin-bottom: 15px;
	}
}
@media (max-width: 440px) {
	.search-wrapper input[name="query"]{
		background-size: 15px;
		padding-left: 35px;
		background-position-x: 12px;
	}
	.search-wrapper input[type="submit"]{
		font-size: 16px;
		font-weight: bold;
		width: 75px;
	}
	.select-dropdown{
		font-size: 14px;
	}
	.domain-right-section{
		display: block;
	}
	.domain-right-section > div:nth-child(-n+5){
		margin-bottom: 15px;
	}
	.search-wrapper input[name="domain[]"]{
		font-size: 14px;
		width: 60px;
	}
	#backorders > div{
		min-height: 135px;
	}
	#backorders > div .domain-suffix{
		font-size: 24px;
	}
	.domain-subtitle {
		/* font-size: 16px; */
		width: 98%;
		padding: 0;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		overflow-x: auto;
		scrollbar-width: 0;
	}
	/* WebKit browsers (Chrome, Safari) */
	.domain-subtitle::-webkit-scrollbar {
		display: none;
	}

	.domain-subtitle  span{
		margin: 0;
		padding: 6px;
		white-space: nowrap;
	}
}