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-70{
	width: 70px;
}
.w-80{
	width: 80px;
}
.w-100{
	color:#666;
	width: 100px;
}
.w-120{
	width: 120px;
}
.container{
	width: 1200px;   /*原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: 10px 0;
	float:left;
}
.logo_set img{ width:160px;}
.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(/static/images/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;
	width: 115px;
}
.menu .menu-list li:hover{
	background: #ff8c37;
}
.menu-list a{
	color: #fff;
	padding: 0 20px;
	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;
    font-size: 13px;
}
.footer .ft-about a{
	color: #999999;
    font-size: 13px;
}
.footer .ft-about a:hover{
	color: #fff;
}
.footer .copybar{
	font-size: 18px;
	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 .item-new{
	background-repeat: no-repeat;
	display: inline-block;
	width: 120px;
	padding-left: 10px;
	background-position: 12px 0;
	color: #f65c10;
}
.tab-ul img{
	width: 22px;
	height: 20px;
	margin-right: 10px;
}


.tab-ul .item1{
	background-image: url(/static/images/items-1.png);
}
.tab-ul .item2{
	background-image: url(/static/images/items-2.png);
}
.tab-ul .item3{
	background-image: url(/static/images/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(/static/images/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(/static/images/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: 14px;
	color: #666;
	background: url(/static/images/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;
}
.rank-box .rank-rule{
	float: left;
	padding-left: 35px;
}
.rank-box .rank-rule a{
	color: #f65c10;
	padding: 0 10px;
}
.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(/static/images/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: 0 15px;
	overflow: hidden;
}

.domain-sort-box .sort-box{
	margin-top: -1px;   /*原-1px*/
	padding-left: 20px;
	line-height: 45px;  /*原45px*/
	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;
	width: 75px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin: 5px 0;
	margin-right: 5px;
	color: #f65c11;
}

.sort-box b{
float:left;
}

.sort-box span{
	position: relative;
	float: left;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-top:13px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	color: #fff;
	background:#ff6f29;
}

.sort-box a{
	position: relative;
	float: left;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-top:13px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	color: #f65c11;
}

.sort-box a.on{
	background: #ff6f29;
	    color: #fff;
}

.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;
}
.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;
}

/* 玉米小店 */
.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(/static/images/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(/static/images/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(/static/images/price.png);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	height: 30px;
	line-height: 30px;
}
.sale_notice {float: right;font-size: 18px; color: #f65c11}
.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-repeat: no-repeat;
	
}
.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(/static/images/suc_fail.png) no-repeat 0 0;
}
.suc_box h3{
	color: #0db200;
}
.fail_box{
	background:#feddd8 url(/static/images/suc_fail.png) no-repeat 0 -160px;
}
.fail_box h3{
	color: #fe4646;
}

.footer .copyright .gongwanghao:hover{color:#ff6a00;}
/*foot*/
.footer .copyright{
   font-size: 15px;
   padding-bottom:20px;
 }
.footer .copyright a{
    color: #999999;
}
.footer .copyright a:hover{
    color: #fff;
}


/*域名列表打包*/

.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(/static/images/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;
}

.input_txt {
	display: block;
    width: 200px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    line-height: 36px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
}

.textarea_txt{
    height: 50px;
    width: 320px;
    padding: 10px;
	border: 1px solid #e6e6e6;
}

.table td {
	padding:5px;
}

.form_submit
{
	background: #ff6f29;
    display: inline-block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
}
/*域名列表打包*/
.taoym{ margin-top:3px;}
.taoym [type="radio"] {padding:0;}
.taoym .ename_container {width:1200px;margin:auto;}   /*原1200px*/
.taoym h3,.taoym td {font-size:15px;color:#696464;}   /*原font-size:14px*/
.taoym a,.taoym a:hover {text-decoration:none;}
.taoym .com_table,.taoym table {border-collapse:collapse;}
.taoym table tbody tr:nth-child(2n) {background:#FAFAFA;}
.taoym table tbody tr:hover {background:#f5faff;}
.taoym table tbody tr.tab_btnbox{background: #fff;}
.taoym table tbody tr.tab_btnbox:hover{background: #fff;}
.taoym table tbody tr.error {background:#fff4f5 !important;}
.taoym table {font:14px/1.6;color:#333;border-spacing:0;}
.taoym img {border:0;}
.taoym input {font:12px/1.6;color:#333;outline:0;}
.taoym img,.taoym input {vertical-align:middle;}
.taoym h3 {font-weight:400;}
.taoym .page_hd,.taoym .page_hd h3 {font-weight:700;font-size:18px;}
.taoym td {line-height:140%;}
.taoym input::-moz-focus-inner {border:0;padding:0;}
.taoym input::-webkit-input-placeholder {color:#999;}
.taoym a {color:#1377dc;}
.taoym a:hover {color:#ff6a00;}
.taoym .type_icon {color:#fff;}
.taoym .type_icon:hover {color:#fff;}
.taoym .clearfix:after {content:"";height:0;visibility:hidden;display:block;clear:both;}
.taoym .page a,.taoym .page strong {padding:2px 9px;border:1px solid #E0E0E0;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}
.taoym .page a:hover,.taoym .page strong {border:1px solid #2789EC;}
.taoym .clearfix {zoom:1;}
.taoym .c_red {color:#ff3535;}
.taoym .c_orange {color:#ff6a00;}
.taoym .c_green{color:#0bb523;}
.taoym .page_box {padding:20px 0;font-size:14px;font-weight:400;color:#666;}
.taoym .page a {margin:0 3px;color:#666;}
.taoym .page strong {margin:0 3px;}
.taoym .page a:hover,.taoym .page strong {background:#2789EC;color:#fff;}
.taoym .page_box .com_btn {margin-left:5px;}
.taoym .page_hd {height:30px;line-height:30px;color:#666;font-weight:400;font-size:22px;padding-bottom: 15px;}
.taoym .page_hd span span {color:#ff4800;font-family:Arial;font-size:18px;}
.taoym .page_box .dropdown{height: 28px;}
.taoym .page_box .operbtn{height: 30px;font-size: 14px;padding: 0 8px;margin-left: 2px;margin-right: 0; display: inline-block;outline: none;border: none;border: 0;line-height: 30px;color: #fff;background-color: #2789ed;cursor: pointer;}
.taoym .page_box .operbtn:hover{background-color:#157de7;}
.taoym .page_box .operbtn.btn_orange{background-color: #ff6700;}
.taoym .page_box .operbtn.btn_orange:hover{background-color:#f25807;}
.taoym .page_box .operbtn.btn_gray{background-color: #fbfbfb;border: 1px solid #dcdcdc;color: #444;}
.taoym .page_box .operbtn.btn_gray:hover{background-color: #f4f4f4;}
.taoym .com_table {table-layout:fixed;border:1px solid #f1f1f1;text-align:left;}
.taoym .com_table.noouline{border: none;border: 0;}
.taoym .com_table td,.taoym .com_table th {padding:8px 10px;line-height:33px;border-bottom:1px solid #f1f1f1;text-align:left;}
.taoym .com_table td * {vertical-align:middle;}
.taoym .com_table td span {vertical-align:baseline;}
.taoym .com_table td em {display:block; height:16px; line-height:16px; font-size:12px;}
.taoym .com_table th.domain_th ,.taoym .com_table td.domain_td{text-indent:10px;}
.taoym .com_table th.more_th {text-indent:3px;}
.taoym .com_table td {border-bottom:none;}
.taoym .com_table td .com_domain_a {display:inline-block;*display:inline;*zoom:1;color:#1377dc;font-size:15px;font-weight:400;max-width:100%;overflow:hidden;padding:0 5px 0 8px;white-space:nowrap;text-overflow:ellipsis;}
.taoym .com_table td .com_domain_a:hover {color:#fa3b00;}
.taoym .com_table td.bg_pink{background:#fffbfa;border-bottom:1px solid #faf3f1;padding-bottom:0;}
.taoym .com_table td.bg_pink .c_red{color:#ff6700;}
.taoym .com_table td .com_domain_a.max75p{max-width:75%;}
.taoym .com_table th.center,.taoym .com_table td.center {text-align:center;}
.taoym .com_table th {padding:0 10px;background:#FAFAFA;color:#696464;font-size:16px;font-weight:700;line-height:52px;}
.taoym .com_table .bg_pink td{background:#fff5f6;}
.taoym .com_table td.lock{background-color: #fffbfa !important;border: 1px solid #fbd4c0;font-size: 16px;}
.com_table.com_px{border: none;}
.com_table.com_px thead{border: 1px solid #e9e9e9;}
.com_table.com_px tbody tr{background: none !important;}
.com_table.com_px tbody tr td{padding: 0;}
.com_table.com_px tbody .list_px{margin-top: 10px;border-top: 1px dashed #bababa;border-bottom: 1px dashed #bababa;height: 48px;line-height: 48px;background-color: #fcfcfc;padding-left: 10px;}
.com_table.com_px tbody .first_bor{border-left: 1px dashed #bababa;}
.com_table.com_px tbody .last_bor{border-right: 1px dashed #bababa;}
.taoym .credit_tab{border:none;}
.taoym .com_btn,.taoym .tao_add {text-align:center;}
.taoym .com_btn {border:none;border:0;background-image:url(/static/images/com_btn_bg.jpg);background-repeat:no-repeat;cursor:pointer;font-size:12px;}
.taoym .min_gray_s {height:28px;line-height:28px;color:#333;width:58px;background-position:0 0;}
.taoym .min_gray_s:hover {background-position:0 -28px;}
.taoym .tao_box {overflow:hidden;}
.taoym .tao_add {background:none;padding:5px 0;display:block;color:#1377dc;font-size:16px;font-weight:400;}
.taoym .tao_add:hover {color:#1377dc;text-decoration:underline;}
.taoym .tao_left {width:730px;}
.taoym .tao_right {width:440px;}
.taoym .more_result {border-top:1px solid #F1F1F1;background:none !important;}
.taoym .arrow {display:inline-block;*display:inline;*zoom:1;}
.taoym .arrow_left {margin-right:5px;width:0; height:0; border-top:5px solid transparent;border-bottom:5px solid transparent; border-right:5px solid #666; }
.taoym .arrow_right {margin-left:5px;width:0; height:0; border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #666;}
.taoym .page a:hover .arrow_left {border-right:5px solid #fff; }
.taoym .page a:hover .arrow_right {border-left:5px solid #fff; }
.taoym .bidding-tab td .focus {color:#ff4f3f;font-size:16px;font-weight:400;line-height:34px;background-color:white;border:1px solid #ff4f3f;border-radius:3px;padding:3px 9px;cursor:pointer;vertical-align:bottom;}
.taoym .bidding-tab td .focus:hover {color:#fff;background:#ff6700;}
.taoym .bidding-tab td .focus.focused {background:#ff6700;color:#fff;}
.taoym .bidding-tab td .focus.focused:hover {background:#f25807;color:#fff;}
.taoym .total_count {margin-right:10px;}
.taoym .short_intro {height:35px;overflow:hidden;}
.taoym .info_long{line-height:35px;position:relative;}
.taoym .info_long span{line-height:20px;}
.taoym .info_long .info_morebtn{display:block;text-align:center;color:#1377dc;}
.taoym .info_long .info_morebtn:hover{color:#ff4800;cursor:pointer;}
.taoym .info_less{line-height:35px;height:35px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;}
.taoym .info_less:hover{color:#ff4800;cursor:pointer;}
.taoym .info_less .info_morebtn{display:none;}
.taoym .short_intro .readmore{display:none;vertical-align:top;}
.taoym input#tao-buynow-bulk-purchase {background:#2789ed;color:#fff;padding:5.5px 20px;line-height:20px;font-size:14px;width:auto;height:auto;}
.taoym .btn{display:inline-block;*display:inline;*zoom:1;margin-top:13px;padding:8px 20px;background:#ff6700;font-size:14px;color:#fff;}
.taoym .btn:hover{background:#f25807;color:#fff;}
.checkbox_but{display:inline-block;*display:inline;*zoom:1;margin-bottom:-3px;width:16px;height:16px;background:url(/static/images/icon.png) no-repeat -115px -107px;}
.checkbox_but.checked{background-position:-144px -107px;}
.checkbox_but.disabled{background-position:-115px -262px;}
.checkbox_but.checked.disabled{background-position:-144px -262px;}

.ask_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
    background: url(/static/images/icon.png) no-repeat -114px 0;
}	
.tips {
    padding: 5px;
    margin-bottom: 1px;
    border: 1px solid #FACE9C;
    background: #FFF9F3;
}

.topTsRight {
    height: 58px;
    border: 1px solid #e8e8e8;
    background: url(/static/images/agg.gif) right bottom no-repeat;
    width: 425px;
	float: right !important;
	display: inline-block;
	font-size: 13px;
	margin-top:10px;
}
.topTsRight ul {
    width: 200px;
    float: left;
    padding-left: 5px;
    padding-top: 3px;
}
.topTsRight ul li {
    display: block;
    height: 17px;
    line-height: 17px;
    width: 200px;
    float: left;
    overflow: hidden;
    text-align: center;
    font-family: 'Tahoma','simsun';
}
.col-blue {
    color: #0000ff;
}
.col-red {
    color: #ff0000 !important;
}

.classify_nav{border:1px solid #e9e9e9; }
.classify_nav .left li{float:left;margin:11px 0;padding:0 26px 0 20px;border-left:1px solid #e1e1e1;font-size:16px;}
.classify_nav .left li a{color:#666;}
.classify_nav .left li:hover a{color:#ff4800;}
.classify_nav .left li.action a{color:#fff;}
.classify_nav .left li.action:hover a{color:#fff;}
.classify_nav .left li.action{background:#2789ed;margin:-1px 0 -2px -1px;padding:11px 28px;border:0;font-size:18px;}
.classify_nav .left li.hot,.new_containers .classify_nav .left li.new{position:relative;}
.classify_nav .left li.hot .icon,.new_containers .classify_nav .left li.new .icon{width:25px;height:12px;background:url(/static/images/icon.png) no-repeat 1px -111px;position:absolute;right:3px;top:-2px;}
.classify_nav .left li.new .icon{background-position:-77px -111px;}
.classify_nav .custom{height:25px;padding:11px 26px 11px 16px;border-left:1px solid #eaeaea;background:#f8f8f8;font-size:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.classify_nav .custom .num{color:#ff4800;}
.classify_nav .custom_select{display:none;width:200px;background:#fff;border:1px solid #ededed;position:absolute;right:-1px;top:46px;z-index:10;}
.classify_nav .custom_select li{padding:10px 30px 10px 11px;border-top:1px solid #ededed;color:#1377dc;position:relative;cursor:pointer;}
.classify_nav .custom_select li:hover{color:#ff4800;}
.classify_nav .custom_select .icon{width:20px;height:20px;background:url(/static/images/icon.png) no-repeat -76px 4px;position:absolute;right:10px;top:12px;}



/*轮播图*/
.ibanr {
	height: 120px;
	position: relative;
}
.ibanr .img {
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.ibanr .img li {
	width: 100%;
	height: 120px;
	float: left;
	background: no-repeat top center;
	background-size: cover;
}
.ibanr .img li a {
	display: block;
	width: 100%;
	height: 120px;
}

.ibanr .page {
	position: absolute;
	bottom: 7%;
	z-index: 20;
	text-align: center;
	left: 45%;
}
.ibanr .page span {
	background: #ffffff;
	float: left;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 25px;
	display: block;
	margin: 0 5px;
 *zoom: 1;
	text-indent: 0;
	cursor: pointer;
}
.ibanr .page span.current {
	background: #2e7a32;
}


