body{
	background: #f1f2f3;
	min-width : 1200px;
}
.emptydata{
	color:#666;
	text-align:center;
	padding:10px 0 10px 0;
	font-size: 13px;
}
.c-orange{
	color: #ff5f11;
}
.c-gray{
	color: #999;
}
.ml20{
	margin-left: 20px;
}
.ml40{
	margin-left: 40px;
}
.mt15{
	margin-top: 15px;
}
.w-50{
 	width: 50px!important;
}
.w-70{
	width: 70px;
}
.w-80{
	width: 80px!important;
}
.w-100{
	color:#666;
	width: 100px;
}
.w-120{
	width: 120px;
}
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header{
	background: #fff;
}
.header .logo{
	display: block;
	width: 410px;
	height: 115px;
}
.header .logo_set{
	display: block;
	width: 410px;
	padding: 27px 0;
}
.header .logo_dash{
	border-left: 1px solid #d8d8d8;
}
.header .head-search-box{
	height: 40px;
	line-height: 40px;
	right: 0;
	top: 39px;
	position: absolute;
	vertical-align: center;
}

.header .search-box{
	width: 390px;
	border: 2px solid #ff6f29;
	height: 35px;
	float: right;
	position: relative;
	overflow: hidden;
}
.header .search-inp{
	position: absolute;
	left: 5px;
	top: 0;
	width: 350px;
	border: none;
	background: none;
	line-height: 35px;
	height: 35px;
	outline: none;
}
.header .search-box .com-search-btn{
	background: url(https://www.ename.com.cn/images/lovedomain/search_bg.jpg) no-repeat right center;
	height: 35px;
	width: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.header .high-search{
	color: #f65c10;
	float: right;
	margin-left: 10px;
}

.menu{
	width: 100%;
	height: 40px;
	background: #ff6f29;
}
.menu .menu-list li{
	display: inline;
	float: left;
	height: 40px;
	line-height: 40px;
}
.menu .menu-list li:hover{
	background: #ff8c37;
}
.menu-list a{
	color: #fff;
	padding: 0 30px;
	font-size: 16px;
}
.menu-list a:hover,.footer{
	text-decoration: none;
}
.menu-list .active{
	background: #ff8c37;
}


/* footer */
.footer{
	width: 100%;
	border-top: 5px solid #717171;
	background: #444;
	text-align: center;
	color: #999;	
	margin-top: 30px;
}
.footer .ft-about{
	margin: 20px 0 15px;
}
.footer .ft-about a{
	color: #fff;
}
.footer .copybar{
	font-size: 12px;
	padding-bottom: 25px;
}


/* 分页page */

.page-box{
	padding: 35px 0;
	background: #fff;
}
.page-box .page{
	padding: 0 20px;
	line-height: 25px;
	font-size: 12px;
	color: #898989;
}
.page .page-btn{
	color: #555;
	height: 25px;
	line-height: 25px;
	border:1px solid #d7d7d7;
	display: inline-block;
	margin-left: -1px;
	float: left;
	padding: 0 10px;
}
.page .page-btn:hover,.page .active{
	background: #ff7019;
	color: #fff;
	text-decoration: none;
}
.page .page-pre{
	margin-right: 10px;
}
.page .page-next{
	margin-left: 10px;
	margin-right: 10px;
}
.page .page-input{
	width: 30px;
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	float: left;
	border: 1px solid #eaeaea;
}
.page .page-jump-btn{
	background: none;
	color: #111111;
	text-align: center;
	width: 55px;
	height: 27px;
	border: 1px solid #eaeaea;
	outline: none;
	cursor: pointer;
}
.page .page-stat{
	display: inline-block;
	float: left;
	height: 27px;
	margin: 0 5px;
}


/* index */

.ename-box{
	margin-top: 25px;
	background: #fff;
	border-bottom: 2px solid #ffb08a;
}
.ename-box .tab-ul{
	width: 120px;
	height: 405px;
	float: left;
	background: #fff4ee;
}
.ename-box .tab-ul li{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.tab-ul .item1,.tab-ul .item2,.tab-ul .item3{
	background-repeat: no-repeat;
	display: inline-block;
	width: 80px;
	padding-left: 42px;
	background-position: 12px 0;
	color: #f65c10;
}
.tab-ul .item1{
	background-image: url(https://www.ename.com.cn/images/lovedomain/items-1.png);
}
.tab-ul .item2{
	background-image: url(https://www.ename.com.cn/images/lovedomain/items-2.png);
}
.tab-ul .item3{
	background-image: url(https://www.ename.com.cn/images/lovedomain/items-3.png);
}
.tab-ul .item1:hover,.tab-ul .item2:hover,.tab-ul .item3:hover{
	text-decoration: none;
}
.tab-ul li.active{
	background: #fff;
}
.tab-ul .ename-item1{
	background-position: 12px 0;
}
.tab-ul .ename-item2{
	background-position: 12px -40px;
}
.tab-ul .ename-item3{
	background-position: 12px -80px;
}
.tab-ul .ename-item4{
	background-position: 12px -120px;
}
.tab-ul .ename-item5{
	background-position: 12px -160px;
}
.tab-ul .ename-item6{
	background-position: 12px -200px;
}
.tab-ul .ename-item7{
	background-position: 12px -240px;
}
.tab-ul .ename-item8{
	background-position: 12px -280px;
}
.tab-ul .ename-item9{
	background-position: 12px -320px;
}

.tab-main{
	width: 1050px;
	height: 375px;
	margin: 15px;
	float: right;
	overflow: hidden;
}
.tab-main .main{
	display: none;
}
.tab-main .main-selected{
	display: block;
}

.iename-ul li{
	float: left;
	width: 238px;
	height: 100px;
	border-top: 1px solid #ffe7db;
	border-left: 1px solid #ffe7db;
	margin-left: -1px;
	margin-top: -1px;
	padding: 10px 12px 14px;
}
.iename-ul li:hover{
	background: #fff7f3;
}
.iename-ul .domian-box{
	cursor: pointer;
}
.iename-ul .domian-box:hover{
	text-decoration: none;
}
.iename-ul .domian-box .domain-name{
	font-size: 18px;
	color: #ff5f11;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.iename-ul .domian-box .domain-info{
	font-size: 12px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.iename-ul .domain-info span{
	font-size: 14px;
}
/* 首页店铺 */
.shop-box{
	margin-top: 25px;
    background: #fff;

}
.shop-head{
	font-size: 16px;
	color: #d98c00;
	background: #fff5e7 url(https://www.ename.com.cn/images/lovedomain/shop-item.png) no-repeat 20px 3px;
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
	font-weight: 400;
}
.shop-more{
	float: right;
	color: #df9000;
	font-size: 14px;
	margin-right: 15px;
}
.shop-list{
	padding: 7px 0;
	overflow: hidden;
}
.gold-shop-ul>li{
	margin-left: -1px;
	border-left: 1px solid #ffe7db;
	padding: 8px 10px; 
	float: left;
	width: 180px;
	overflow: hidden;
}
.gold-shop-ul .shop-title{
	color: #ff5f11;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
	background: url(https://www.ename.com.cn/images/lovedomain/shop-item.png) no-repeat 10px -50px;
	padding-left: 40px;
	border-bottom: 1px solid #ffe7db;
}
.gold-shop-ul .shop-title a{
	color: #f65c10;
}
.gold-shop-ul .recom-domain{
	color: #666;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-left: 10px;
}
.domain-ol{
	list-style-type: square; 
	margin-left: 25px;
	color: #ffb18b;
}
.domain-ol li{
	line-height: 30px;
	font-size: 10px;
}
.domain-ol li span,.domain-ol li a{
	color: #f65c10;
	font-size: 14px;
}

/* 当前位置 */
.crumb{
	height: 40px; 
	line-height: 40px;
	font-size: 12px;
	color: #666;
	background: url(https://www.ename.com.cn/images/lovedomain/home-item.png) no-repeat 10px 0;
	padding-left: 35px;
}
.crumb a{
	color: #f65c11;
}
.rank-box{
	background: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #666;
	padding:0 35px;
}
.rank-box .rank-rule{
	float: left;
}
.rank-box .rank-rule a{
	color: #f65c10;
	padding: 0 10px;
}
.rank-box .rank-rule .sort{margin-left:70px;}
.rank-box .rank-rule .cur{
	color: #f65c10;
	font-weight:700;
}
.shop-search-box{
	padding-right: 10px;
}
.shop-search-box .shop-search-inp{
	padding: 0 3px;
	height: 23px;
}
.shop-search-box .shop-search-btn{
	background: #ff6f29;
	color: #fff;
	border: none;
	border-radius: 4px;
	height: 30px;
	width: 70px;
	text-align: center;
	margin: 0 10px;
	outline: none;
	cursor: pointer;
}

/* 店铺列表 */

.shop-list-box{
	margin-top: 15px;
	background: #fff;
	border-bottom: 1px solid #ffe7db;
}
.shop-list-box .shop-title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #fff6f1 url(https://www.ename.com.cn/images/lovedomain/shop-item.png) no-repeat 10px -50px;
	padding-left: 40px;
	border-top: 2px solid #ffc3a6;
}
.shop-list-box .shop-title a{
	color: #f65c10;
}
.shop-list-box .shop-title img{
	vertical-align: middle;
	margin-top: -3px;
}
.shop-domain-ul{
	padding: 5px 0;
}
.shop-domain-ul li{
	float: left;
	border-left: 1px solid #ffe7db;
	margin-left: -1px;
	width: 223px;
	height: 110px;
	padding: 8px;
}
.shop-domain-ul .shop-domain:hover{
	text-decoration: none;
}
.shop-domain-ul .domain-name{
	font-size: 18px;
	color: #ff5f11;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shop-domain-ul .domain-info{
	overflow: hidden;
	color: #2b66c8;
	font-size: 12px;
	line-height: 20px;
	max-height: 40px;
}
.shop-domain-ul .domain-price, .shop-domain-ul .domain-time{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shop-domain-ul .domain-price span{
	font-size: 15px;
}
.shop-domain-ul .domain-time span{
	font-size: 14px;
}
/* 米站列表 */
.domain-sort-box{
	background: #fff;
	border-top: 2px solid #ffb08a;
	padding: 10px 15px;
	overflow: hidden;
}
.j-height{
 	overflow:hidden;
}
.domain-sort-box .sort-box{
	margin-top: -1px;
	padding: 10px 20px;
	line-height: 35px;
	border-top: 1px dashed #ffe4d6;
	color: #666;
}
.sort, .sort2{
	margin-left: 80px;
	overflow: hidden;
	zoom:100%;
}
.domain-sort-box .sort .sort-detail{
	position: relative;
	float: left;
	min-width: 75px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin: 5px 0;
	margin-right: 5px;
	color: #f65c11;
}
.domain-sort-box .sort .sort-detail.sort-detail-unlimited{
	min-width: auto;
}
.domain-sort-box .sort .sort-detail.sort-detail-unlimited em{
	padding:0 10px;
}
.domain-sort-box .sort2 .sort-detail{
	position: relative;
	float: left;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin: 5px 0;
	padding-right: 20px;
	margin-right: 5px;
	color: #f65c11;
}
.domain-sort-box .sort .sort-choose,.domain-sort-box .sort2 .sort-choose, .domain-sort-box .sort .sort-detail:hover, .domain-sort-box .sort2 .sort-detail:hover{
	background: #ff6f29;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
.domain-sort-box .sort .sort-detail em{
	/*display: inline-block;*/
 	/*width: 55px;*/
 	/*text-align: center;*/
 	display:inline-block;padding:0 22px 0 10px;
}
.domain-sort-box .sort2 .sort-detail em{
	display: inline-block;
	padding: 0 5px;
}
.domain-sort-box .sort-detail i{
	font-style:normal;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 20px;
	background: #ff5c0d;
	border-radius: 3px;
}
.domain-sort-box .sort-choose i,.domain-sort-box .sort-detail:hover i{
	display: inline-block;
}
.domain-sort-box .btn{display:block;width:100%;line-height:35px;height:35px;background:#fff6f3;text-decoration:none;color:#f65c10;}
.domain-sort-box .btn .icon{width:14px;height:8px;background-position:-18px 0;margin:-2px 0 0 2px;}
.domain-sort-box .btn.cur .icon{background-position: 0 0}
.domain-sort-box .btn:hover{background:#f7d4c9;}
.sort-left{width:370px;padding-right:70px;}
.domain-sort-box .ui-input{margin-top:5px;}
.col-gray{color:#cdcdcd;}
.trans_3{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
i{font-style:normal;}
.ui-label{display:inline-block;width:70px;float:left;}
.ui-input{height:14px;line-height:14px;padding:4px 10px;float:left;box-shadow:none;border:1px solid #cdcdcd;}
.ui-input:hover,.ui-input:focus{border-color:#0e77cc;box-shadow:0 0 3px #0e77cc;}
.ui-labelBlock{display:inline-block;}
.ui-labelBlock input{margin:0 4px 0;vertical-align:middle;position:absolute;left:0;top:11px;}
.ui-labelBlock label{position:relative;display:inline-block;margin:0 5px;}
.ui-labelBlock label i{display:inline-block;padding:0 0 0 20px;}
/* 玉米小店 */
.mi-shop-box{
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
}
.mi-shop-list li{
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 216px;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 12px;
	height: 160px;
	float: left;
	overflow: hidden;
}
.mi-shop-list .domain-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ff5f11;
}
.mi-shop-list .domain-name a{
	font-size: 18px;
	color: #ff5f11;
	height: 30px;
	line-height: 30px;
}
.mi-shop-list .domain-info{
	overflow: hidden;
	color: #2b66c8;
	font-size: 12px;
	line-height: 20px;
	height: 38px;
	padding-bottom: 5px;
}
.mi-shop-list .domain-price,.mi-shop-list .domain-time{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mi-shop-list .domain-price span{
	font-size: 15px;
}
.mi-shop-list .domain-time span{
	font-size: 14px;
}
.mi-shop-list .mi-shop-name{
	color: #ff5f11;
	font-size: 12px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	background: #fff2ec url(https://www.ename.com.cn/images/lovedomain/home-item.png) no-repeat 0px -46px;
	padding-left: 25px;
	padding-right: 10px;
	border: 1px solid #ffb693;
	margin-top: 10px;
	overflow: hidden;
}
/* 详情页 */
.detail-main{
	padding: 10px 22px 22px;
	background: #fff;
}
.detail-main .domain-box{
	padding-bottom: 20px;
}
.detail-main .domain-name{
	font-size: 46px;
	font-weight: 400;
	color: #f65c11;
	padding: 0 10px;
}
.detail-main .domain-info{
	color: #666;
	font-size: 14px;
	padding: 0 10px;
}
.now-buy-box{
	border-top: 1px solid #ffe7db;
	padding: 5px 10px;
	background: #fff;
}
.dotail-list{
	padding: 10px 0;
}
.dotail-list .title{
	font-size: 16px;
	font-weight: 700;
	color: #f65c11;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffe7db;
}
.ftu-box ,.mood-box{
	width: 49%;
}
.ftu-box .a_button{
color: #f65c11;
background: none;
border: none;
margin-top:5px;
margin-right:10px;
}
.ftu-box .a_button:hover{
 cursor:pointer; text-decoration: underline;
}
.ftu-mood-ul{
	list-style-type: square; 
	margin-left: 25px;
	*margin-left: 0;
	color: #ffb18b;
	margin-top: 5px;
}
.ftu-mood-ul li{
	width: 230px;
	float: left;
	font-size: 10px;
	padding-left: 25px;
	line-height: 30px;
	background:url(https://www.ename.com.cn/images/lovedomain/det-item.png) no-repeat -5px -163px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	
}
.ftu-mood-ul li span{
	color: #666;
	font-size: 14px;
}
.ftu-mood-ul li a{
	color: #f65c11;
	font-size: 14px;
}
.dotail-list .message{
	padding-left: 15px;
	margin-top: 10px;
	color: #666;
}
.dotail-list .more{
	color: #f65c11;
}
.detail-btn-box{
	padding: 20px 0;
}
.now-price, .end-time{
	font-size: 16px;
	color: #666;
	float: left;
	margin-right: 50px;
	padding-left: 30px;
	background-image: url(https://www.ename.com.cn/images/lovedomain/det-item.png);
	background-repeat: no-repeat;
	background-position: -8px -12px;
	height: 30px;
	line-height: 30px;
}
.end-time{
	background-position: -8px -47px;
}
.ask-price-btn, .now-buy-btn{
	background: #ff6f29;
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer;
	text-align: center;
}
.ask-price-btn:hover, .now-buy-btn:hover{
	text-decoration: none;
}
.ask-price-btn span, .now-buy-btn span{
	background-image: url(https://www.ename.com.cn/images/lovedomain/det-item.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 10px;
}
.ask-price-btn span{
	background-position: 0 -130px;
}
.now-buy-btn span{
	background-position: 0 -94px;
}

/* 成功失败页面 */

.suc_fail_box{
	width: 680px;
	margin: 130px auto 400px;
	height: 160px;
	padding-left: 110px;
}
.suc_fail_box h3{
	font-size: 20px;
	font-weight: 700;
	padding-top: 43px;
	padding-bottom: 30px;
}
.suc_fail_box a{
	color: #0c73b7;
}
.suc_fail_box a:hover{
	text-decoration: underline;
}
.suc_fail_box p{
	color: #d0d0d0;
}
.suc_box{
	background:#def4bb url(https://www.ename.com.cn/images/lovedomain/suc_fail.png) no-repeat 0 0;
}
.suc_box h3{
	color: #0db200;
}
.fail_box{
	background:#feddd8 url(https://www.ename.com.cn/images/lovedomain/suc_fail.png) no-repeat 0 -160px;
}
.fail_box h3{
	color: #fe4646;
}
.footer .copyright .gongwanghao:hover{color:#ff6a00;}
/*foot*/
.footer .copyright{font-size: 12px;padding-bottom:20px;}
.footer .copyright a{color: #999999;}
/*域名列表打包*/

.detail-main .domian-list .title{
	font-size: 16px;
    font-weight: 700;
    color: #f65c11;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffe7db;
}
.detail-main .domian-list .domain-ul{
	list-style: square;
	padding: 10px 0;
	padding-left: 25px;

}
.detail-main .domian-list .domain-ul li{
	color: #ffb18b;
	width: 280px;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.detail-main .domian-list .domain-ul li span{
	color: #666;
}
.pack{
	margin-left: 10px;
	background-image: url(httsp://www.ename.com.cn/images/lovedomain/pack.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 2px;
	padding-top: 7px;
	width: 20px;
	height: 13px;
	line-height: 13px;
	font-size: 12px;
	color: #f65c11;
	overflow: hidden;
	text-align: center;
}
/*域名列表打包*/