@charset "UTF-8";
#aui-header {width:100%; overflow:hidden; position:fixed;z-index:999;left:0;top:0;}
#aui-header a:hover { color:#FFF; text-decoration:none; background-color: none;}
.aui-dialog { z-index:999999999 }
.aui-mask { z-index:991;}
.dt-displaynone { display:none;}
.displaynone { display:none;}
.dt-fz10 {
	font-size: 0.5rem; !important;
}
.dt-fz11 {
	font-size: 0.55rem; !important;
}
.dt-fz20 {
	font-size: 1rem; !important;
}
.dt-fz22 {
	font-size: 1.1rem; !important;
}
.dt-fz24 {
	font-size: 1.2rem; !important;
}
.dt-fz26 {
	font-size: 1.3rem; !important;
}
.dt-fz28 {
	font-size: 1.4rem; !important;
}
.dt-fz30 {
	font-size: 1.5rem; !important;
}
.dt-fz34 {
	font-size: 1.7rem; !important;
}

.dt-text-color1 { color: #52ace5 !important; }
.dt-text-color2 { color: #ff7f8a !important; }
.dt-text-color3 { color: #3c4146 !important; }
.dt-text-color4 { color: #ffa977 !important; }
.dt-text-color5 { color: #39A2FF !important; }
.dt-text-color6 { color: #E70008 !important; }
.dt-text-color7 { color: #FFB208 !important; }
.dt-text-color8 { color: #FF615E !important; }
.dt-text-color9 { color: #F74E4A !important; }

.dt-background-color1 { background-color: #52ace5 !important; }
.dt-background-color2 { background-color: #ff7f8a !important; }
.dt-background-color3 { background-color: #3c4146 !important; }
.dt-background-color4 { background-color: #ffa977 !important; }
.dt-background-color5 { background-color: #39A2FF !important; }
.dt-background-color6 { background-color: #E70008 !important; }
.dt-background-color7 { background-color: #FFB208 !important; }
.dt-background-color8 { background-color: #FF615E !important; }
.dt-background-color9 { background-color: #F74E4A !important; }
.dt-bg-orange { background-color: #FF5D18!important; }
.dt-bg-white { background-color:#FFF!important;}
.dt-bg-gray { background-color: #F6F6F6 !important;}
.dt-bgcolor-none { background: none !important;}
.dt-pos-rel { position:relative}

/*宽高度100%*/
.dt-width-100-percent { width: 100%; }
.dt-height-100-percent { height: 100%; }
.dt-img-60 { width:3rem; height:3rem;}
.dt-img-80 { width:4rem !important; height:4rem !important; overflow: hidden; resize: both;}
.dt-img-100 { width:5rem; height:5rem;}
.dt-img-60,.dt-img-80,.dt-img-100 > img {
    width: 100%; height: 100%; background-color: #cd0000;
}
/*图片填充方式*/
.dt-img-fill { object-fit:fill;}
.dt-img-contain { object-fit: contain; }
.dt-img-cover { object-fit: cover; }
.dt-img-none { object-fit: none; }
.dt-img-down { object-fit: scale-down; }
.dt-img-position { object-position: -50% -50%; }
.dt-ver-align { vertical-align: middle;}
.dt-per-30 { width:30%;}
.dt-hor-center { position:absolute; bottom:0; left:50%;-webkit-transform: translateX(-50%); transform: translateX(-50%);}

.dt-flex-item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.aui-bar-fix { height:45px;clear:both; }

.dt-text-red {
	color: #F00 !important;
}
.dt-text-orange { 
    color:#FF5D18 !important;
}
.dt-text-white {
	color: #fff !important;
}
.aui-text-gray {
	color: #ccc !important;
}
.dt-text-black {
	color: #000 !important;
}
.dt-text-gray {
	color: #757575 !important;
}
.dt-text-gray a{
	color: #757575;
}

.dt-atext-white a{
	color: #fff;
}
.dt-atext-black a{
	color: #000;
}
/*边距补充*/
.dt-margin-t-5 {
	margin-top: 0.25rem;
}
.dt-margin-b-20 {
	margin-bottom: 1rem;
}
.dt-padded-t-20 {
	padding-top: 1rem !important;
}

.aui-foot-fix {height:48px;clear:both;}
.aui-footer-fix {height:48px;clear:both;}
.dt-text-ellipsis { display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.dt-label {
	display: inline-block;
	padding: 0.25em 0.25em;
	font-size: 0.55rem;
	line-height: 1;
	color: #616161;
    background-color: #e0e0e0;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.15rem;
}

.dt-label-vip {
	display: inline-block;
	padding: 0.1em 0.15em;
	font-size: 0.55rem;
	line-height: 1;
	color: #FF5D18;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border:1px solid #FF5D18;
    border-radius: 0.1rem;
    position: absolute;
    top: 0.25rem;
}

.dt-label-small {
	display: inline-block;
	padding: 0.05em 0.15em;
	font-size: 0.55rem;
	line-height: 1;
	color: #616161;
    background-color: #e0e0e0;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.1rem;
}
.dt-border-none { border:0 !important;}
.dt-border-none:before { height:0 !important;}
.dt-border-none:after { height:0 !important;}

.dt-border-t-none:before { height:0 !important;}
.dt-border-b-none:after { height:0 !important;}

.border-radius50 { border-radius: 50% !important;-webkit-border-radius: 50% !important;}
.border-radius50 { border-radius: 50% !important;-webkit-border-radius: 50% !important;}
.dt-no-active {
background: none !important;
	}
.dt-contact-list {}
.dt-chip-content { color:#7b7b7b; line-height:230%; word-wrap:break-word; overflow:hidden; }
.dt-article-content p { font-size:0.8rem !important}
.share_icon {display:none;}

.dt-btn {
	position: relative;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 400;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	margin: 0;
	background: #e0e0e0;
	padding: 0.25rem 0.6rem;
	border-radius: 0.2rem;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-user-select: none;
	      	user-select: none;
			color:#FFF;
}
.aui-list .dt-list-item-text {
    font-size: 0.7rem;
    color: #757575;
    position: relative;
    display: inherit;
    -webkit-flex-shrink: 0;
    		flex-shrink: 0;
    -webkit-flex-wrap: nowrap;
    		flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

/*图文列表类*/
.dt-list-view .aui-img,
.dt-list-view .aui-img-body {
	overflow: hidden;
}
.dt-list-view .aui-img-object {
	max-width: 60px;
	height: 60px;
	line-height: 60px;
}
.dt-list-view .aui-img-object.aui-pull-left {
	margin-right: 15px;
}
.dt-list-view .aui-img-object.aui-pull-right {
	margin-left: 0px;
}
.dt-list-view.aui-grid-view {
	display: table;
	width: 100%;
	padding: 0 5px 10px 0;
	font-size: 0;
	white-space: normal;
}
.dt-list-view.aui-grid-view:after {
	border-top:0;
}
.dt-list-view.aui-grid-view .dt-list-view-cell {
	display: table-cell;
	padding: 10px 0 0 5px;
	text-align: center;
	vertical-align: middle;
	background: none;
}
.dt-list-view.aui-grid-view .dt-list-view-cell:after {
	border-bottom: 0;
}
.dt-list-view.aui-grid-view .dt-list-view-cell .aui-img-object {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.dt-list-view.aui-grid-view .dt-list-view-cell .aui-img-body {
	font-size: 14px;
	padding: 5px 0;
}
.dt-list-view.aui-grid-view .dt-list-view-cell > a:active,
.dt-list-view.aui-grid-view .dt-list-view-cell:active {
	background: none;
}
.dt-list-view.aui-grid-view .dt-list-view-cell .aui-media-body {
	display: table-cell;
	width: 100%;
	height: 15px;
	margin-top: 8px;
	font-size: 15px;
	line-height: 15px;
	color: #333;
	text-overflow: ellipsis;
}
.dt-list-view.aui-grid-view .dt-list-view-cell:before,
.dt-list-view.aui-grid-view .dt-list-view-cell:after {
	border-top: 0;
}


/*16宫格*/
.aui-grid-sixteen {
	overflow: auto;
	background: #ffffff;
	position: relative;
}
.aui-grid-sixteen:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}
.aui-grid-sixteen li {
	float: left;
	position: relative;
	padding: 15px 10px;
}
.aui-grid-sixteen li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
}

.aui-grid-sixteen li .aui-iconfont {
	    color: #ffffff;
	    font-size: 1.25rem !important;
}
.aui-grid-sixteen li p {
	margin-bottom: 0;
	margin-top:0.25rem;
}

.dtsell-container .swiper-container {
        width: 100%;
        margin: 0px auto 0px auto;
		padding:0 ;
		overflow:hidden;
    }
.dtsell-container .swiper-slide {
        text-align: center;
        background: #fff;
		margin:0;
		padding:0;
    }
.dtsell-container .swiper-slide img { margin:0; padding:0; border:0; height:100%;}
.dtsell-container .swiper-slide a { display:inline; text-decoration:none; margin:0; padding:0;}
.dtsell-container .swiper-pagination { height:1.7rem; line-height:1.6rem; bottom: 0px !important; text-align:right !important;}	
.dtsell-container .swiper-slide span {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 1.7rem;
  background: rgba(0,0,0,0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
  display: block;
  line-height: 1.7rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  text-indent:10px;
  padding:0; margin:0;
}

#citylist { padding-top:0.45rem; padding-bottom:0.45rem;}
#citylist .aui-col-xs-3 { padding-top:0.45rem; padding-bottom:0.45rem;}

#slistdiv .aui-list-item-title a { color:#000;}
#slistdiv .aui-info-item a { color:#000;}
.pageslist a { margin-right:0.25rem;}

.aui-list-item-title a {}
.aui-list .aui-list-nitem {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0.75rem;
    color: #212121;
    background-color: #ffffff;
    position: relative;
    min-height: 1.4rem;
    -webkit-box-sizing: border-box;
    		box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    		justify-content: space-between;
}

.aui-list .aui-list-nitem:after {
    height: 0px;
}
.aui-list .aui-list-nitem .aui-list-item-inner { min-height: 1.2rem;}

.aui-card-list-timer {
	position: relative;
	min-height: 0.5rem;
    padding: 0.3rem 0.75rem 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-card-list-timer {
	font-size: 0.7rem;
	color: #757575;
}
.aui-card-list-timer > * {
	position: relative;
}
.aui-card-list-timer.aui-text-center {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.aui-card-list-timer .aui-iconfont {
	font-size: 0.9rem;
}

.aui-no-pinglun { padding: 30px 0px !important;}
.aui-no-datas { padding: 30px 10px !important;}
.aui-upprogress { position: relative; top:-10px;}
.dt-aui-vip .aui-iconfont {
	padding: 0px;
    border-radius: 0px !important;
    margin-right: 0px !important;
	margin-left: 0px !important;

}
.level {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #fff;
	background:#FF6500 ;
	height: 18px;
	line-height: 13px;
	padding: 3px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right: 2px;
			}
.dt-vip-label {
	display: inline-block;
	font-size: 0.6rem;
	color: #fff;
	background:#FF6500 ;
	line-height: 0.6rem;
	padding: 2px 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 2px;
			}
.aui-dots-loading {
	width: 48px;
	height: 48px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -48px;
	z-index: 9999;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
}

.ui-sheet {opacity:0.9;position:fixed;z-index:999;left:8px;right:8px;bottom:100px;display:none;}
.ui-sheet div {background:#FFFFFF;border-radius:4px;}
.ui-sheet li {height:44px;line-height:44px;overflow:hidden;text-align:center;font-size:20px;color:#007AFF;border-top:#D9D9D9 1px solid;}
.ui-sheet p {height:44px;line-height:44px;text-align:center;font-size:20px;color:#007AFF; margin:8px 0;background:#FFFFFF;border-radius:4px;}
.ui-sheet em {padding:10px;line-height:24px;font-size:14px;color:#999999;font-style:normal;text-align:center;display:block;}
.ui-sheet span {color:#007AFF;display:block;width:100%;}
.ui-mask {position:fixed;z-index:9999;left:0;top:0;right:0;width:100%;height:100%;overflow:hidden;background:#000000;opacity:0.6;display:none;}

.am-window { font-size: 14px; border-radius: 0; bottom: 0; left: 0; position: fixed; text-align: center; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 300ms; transition: transform 300ms ; width: 100%; z-index: 99999; opacity:0.95; }
.am-window div { background:#FFFFFF; border-radius:4px; margin:0 8px 10px 8px;}
.am-modal-active { transform: translateY(0px);  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) ;}
.am-modal-out { z-index: 1109; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%) }

.am-window-sns { background-color:none; }
.am-window em { padding:10px;line-height:24px;font-size:14px;color:#999999;font-style:normal;text-align:center;display:block; }

.am-window-sns li { list-style: none;
    margin: 0;
    padding: 0;
	text-align:center;
    color: #212121;
	font-size:18px;
	border-radius: 4px;
    background-color: #ffffff !important;
    position: relative;
	height:42px;
    line-height:42px;
	opacity: 1;
    -webkit-box-align: center;

}
.am-window-sns li:before { height:0;}
.am-window-sns li:after {
	width: 100%;
    height: 1px;
    background-color: #dddddd;
    display: block;
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    pointer-events: none;
}
.am-window-sns li:last-child:after {
    height: 0;
}
.am-window-sns span { display: block; color:#F00; }
.am-window p {height:44px;line-height:44px; margin:0 8px 10px 8px; text-align:center;font-size:18px;color:#007AFF; background:#FFFFFF; border-radius:4px; font-weight:bold;}
.windowbg { background-color: rgba(0, 0, 0, 0.5); bottom: 0; height: 100%; left: 0; opacity: 1; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999; display:none; }
.windowbg-active { opacity: 1; display:block; }


/*搜索条*/
.dt-popup-searchbar {
    top: 2.25rem;
	width:100%;left:0
}
.dt-searchbar {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    overflow: hidden;
    position: relative;
    height:3rem;
    width: 100%;
    background-color: #ebeced;
    color: #9e9e9e;
    -webkit-backface-visibility: hidden;
  			backface-visibility: hidden;
}
.dt-searchbar.focus {
    -webkit-box-pack: start;
}
.dt-searchbar-input {
    margin: 0 0.5rem;
	background-color: #ffffff;
    height:1.75rem;
	border-radius:0.5rem; 
	padding-top:0.2rem;    
	font-size: 0.7rem;
	width: 100%;
    position: relative;
    padding-left: 0.5rem;
    display: -webkit-box;
    -webkit-box-flex: 1;
}
.dt-searchbar form {
	width: 90%;
}
.dt-searchbar-input input {
    color: #666666;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 1.4rem;
    min-height: 1.4rem;
    line-height: 1.4rem;
    border: 0;
    -webkit-appearance: none;
    font-size: 0.7rem;
}
.dt-searchbar input::-webkit-input-placeholder {
	color: #ccc;
}
.dt-searchbar .aui-iconfont {
    line-height: 1.4rem;
    margin-right: 0.25rem;
}
.dt-searchbar .dt-searchbar-cancel {
	font-size: 0.7rem;
	color: #666666;
	margin-right: -2.2rem;
	width: 2.2rem;
	height: 1.4rem;
	line-height: 1.4rem;
	text-align: center;
	-webkit-transition: all .3s;
	      	transition: all .3s;
}
.dt-searchbar .dt-searchbar-cancel .aui-iconfont {
	color: #666666;
}

/* 流式布局 开始 */
.de_wraper .webkit-box {
	display: -webkit-box;
}
.de_wraper .webkit-box-flex {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.de_wraper .half {
	width: 50%;
	overflow: hidden;
}
.de_wraper .thirds {
	width: 33.333%;
	overflow: hidden;
}


.de_wraper {
	position:fixed;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	z-index:900;
}
.de_wraper .mod_main {
	width: 100%;
	padding: 25px 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.de_wraper .hide {
	display: none;
}
hr {
	border: none;
	border-top: 1px solid #eaeaea;
}

.de_wraper .navbar {
	height: 45px;
	color: #fff;
	position: relative;
}

.de_wraper .screen {
	line-height: 1;
	text-align: center;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #afd1eb;
	font-size: 22px;
	border-radius: 2px;
}

.de_mainlist {
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	background: #ffffff;
	border-bottom: 1px solid #dfdfdf;
	font-size: 1em;
}
.de_mainlist.return_cont {
	height: auto;
}
.de_mainlist.return_cont textarea {
	padding: 10px 0;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.de_mainlist span {
	color: #444;
}
.de_mainlist .l_list {
	height: 40px;
	line-height: 40px;
	color: #b7b7b7;
	display: block;
	margin-right: 10px;
	text-align: right;
}
.de_mainlist .r_list {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	overflow: hidden;
}
.de_mainlist .r_list input, .mainlist .r_list textarea {
	width: 100%;
}
.de_mainlist input {
	color: #b7b7b7;
	border: none;
	vertical-align: top;
}


/* deals_index 开始 */
.deals_index .de_main_list .de_mall-cate {
	border-bottom: 1px solid #e6e6e6;
}
.deals_index .de_main_list .de_mall-cate li {
	max-width:33.33333%;
	height: 2.25rem;
	line-height: 2.25rem;
	border-right: 1px solid #e6e6e6;
	background: #fff;
	font-size:0.75rem;
	padding-left:0.25rem; padding-right:0.25rem;
	color: #8f8f8f;
	text-align: center;
}
.deals_index .de_main_list .de_mall-cate li.curr {
	color: #fc8600;
}
.deals_index .de_main_list .de_mall-cate li.cur {
	color: #fc8600;
}
.deals_index .de_main_list .de_mall-cate li.cur .fa-sort-desc {
	top: 1px;
	-webkit-transform: rotate(0deg) scale(0.5);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.deals_index .de_main_list .de_mall-cate i.fa {
	position: relative;
	top: -3px;
	line-height: inherit;
}
.deals_index .de_hide_list {
	position: fixed;
	top: 4.55rem;
	left: 0px;
	z-index: 99902;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: none;
}
.deals_index .de_abbr {
	width: 100%;
	display: none;
	background: #fff;
}
.deals_index .de_abbr .first_list {
	width: 45%;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}
.deals_index .de_abbr .second_list {
	width: 45%;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.deals_index .de_abbr a {
	width: 100%;
	display: block;
}
.deals_index .webkit-box {
	display: -webkit-box;
}
.deals_index .all_list {
	width: 100%;
}
.deals_index .directory {
	line-height: 43px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	color: #4a4a4a;
	font-size: 13px;
	background: #fff;
}
.deals_index .select.directory {
	border-right: 1px solid #f2f2f2;
	background: #f2f2f2;
}
.deals_index .two_directory {
	border-bottom: 1px solid #e6e6e6;
	line-height: 43px;
	padding-left: 20px;
	font-size: 13px;
	color: #4a4a4a;
	background: #f2f2f2;
}
.second_list .two_directory:active { background:#CCC;}
.second_list {
	overflow: hidden;
	background: #f2f2f2;
}
.second_list ul {
	display: none;
}
/* deals_index 结束 */






/* 全部分类 开始 */
.category-con h2 {
	font-size: 14px;
	border-left-width: 3px;
	border-left-style: solid;
	padding-left: 4px;
}
.category-table {
	box-sizing: border-box;
	width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
	font-size: 12px;
	margin: 10px 0 20px 0;
	overflow: hidden;
}
.category-table li {
	box-sizing: border-box;
	width: 25%;
	float: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.category-table li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}
.category_bg1 {
	color: #ffbe32;
}
.category_bg2 {
	color: #7995c9;
}
.category_bg3 {
	color: #55caba;
}
.category_bg4 {
	color: #fea295;
}
/* 全部分类 结束 */

#captcha-bar input[type="text"] {position: relative; width:50%;}
#captcha-bar img { position: relative; margin-right:0.15rem}
#captcha-bar span { width: 35%; position: relative; margin-left: 0.15rem;}

/*加载更多*/
.load-more-news { margin: 10px 0; padding: 10px 0; text-align: center; display:none; }
.load-more-news a { display: inline-block; padding: 2px 15px; color: #666; background: #c5c5c5; border-radius: 5px; }

/*回到顶部 收藏按钮*/

.returnTop{
	position: fixed;
	right: 0.55rem;
	bottom: 4rem;
	z-index:9999;
	}

.returnTop .topIcon{
	display: none;	
	}
	
.returnTop .sideList{
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	background: #fff;
	opacity: 0.8;
	border-radius: 50%;
	border: #D2D2D2 1px solid;
	}
.returnTop .sideList .aui-iconfont{
	color: #333;
	font-size: 1.15rem;
	}	
.returnTop .topIcon{
	}
.dt-share-box { width:4.5rem; height:1.5rem; line-height:1.5rem; padding:0.3rem 0.5rem; border:#CCC 1px solid; background:#FFF; border-radius:0.25rem;}
.dt-share .dt-share-to { max-width:3.5rem; height:1.75rem; line-height:1.75rem;}
.dt-share .dt-share-to-qq {
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    color: #ababab;
    text-align: center;
}
.dt-share .dt-share-to-qq span {
}

.dt-share .aui-col-xs-2 { padding-bottom:0;}
.dt-share .aui-col-xs-2:hover { background:none;}
.dt-share .dt-iconfont { color:#FFF; text-align:center; font-size:1.4rem;}
.dt-share .dt-share-div { position: relative; display: inline-block; width:2rem; height:2rem; line-height:2rem; border-radius: 50%; padding:0 0.3em; }
.dt-share .bg-share-qq { background:#e6507b}
.dt-share .bg-share-wechat { background:#68ace5}
.dt-share .bg-share-weibo { background:#ff9f38}
.other-list li a { color:#333}

.aui-popup { z-index:99991;}
.aui-popup a { margin:0; padding:0; color:#333; width:100%;}
.aui-popup .dt-iconfont { font-size:1rem;}
.dt-popup-arrow {
    content: '';
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #ffffff, #ffffff 50%, transparent 50%);
    background-image: linear-gradient(45deg, #ffffff, #ffffff 50%, transparent 50%);
}
.aui-popup-menu-right { top:2.75rem; right:0.5rem; width:8.5rem; border-radius: 0.2rem;}
.aui-popup-menu-left { top:2.25rem; left:0; width:100%;}
.aui-popup-menu-right .dt-popup-arrow {
    top: 0.1rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.aui-popup-menu-right .dt-popup-arrow {
    right: 0.35rem;
    margin-top: -0.4rem;
}
.aui-popup-footer {
    bottom: 0.45rem;
}
.aui-popup-footer {
    left: 0%;
    margin-left: 0rem;
}

/* moduleid分类样式 */
.sort-wrapper {
				position: relative;
				z-index: 1;
				height: 55px;
				line-height:55px;
				width: 100%;
				background: #fff;
				overflow: hidden;
				-ms-touch-action: none;
			}
.sort-wrapper:after {
				content: "";
				position: absolute;
				bottom: 0px;
				left: 0px;
				right: 0px;
				-webkit-transform: scaleY(.5);
				-webkit-transform-origin: 0 0;
}
.scroller-bar {margin-bottom:0.25rem;
				position: absolute;
				z-index: 1;
			}
.scroller-bar ul {
				width: 100%;
				padding:0.5rem;
				display: -webkit-box;
				-webkit-box-orient: horizontal;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				position: relative;
			}
.scroller-bar li a{
				padding-left:0.25rem; padding-right:0.25rem;
				height: 35px; line-height: 35px; border-radius:3px;
				margin:0px 0.25rem;
				line-height:normal;
				font-size: 16px;
				overflow: hidden;
				color:#333;
				text-align: center;
				border: 1px solid #ddd;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				display: -webkit-box;
				-webkit-box-orient: horizontal;
				-webkit-box-pack: center;
				-webkit-box-align: center;
				display: box;
				box-orient: horizontal;
				box-pack: center;
				box-align: center;
			}
.scroller-bar li a.Themebg {color: #FFF; border-color: #3089e7; background:#3089e7; }

.dt-more-grid { position:fixed; bottom:0; z-index:99999; opacity: 0.95; padding:0.75rem 0 2.5rem 0;}
.dt-more-grid .moregrid-div {
	
            width: 2.25rem;
            height: 2.25rem;
            border-radius: 50%;
            line-height: 2.25rem;
			position: relative;
            left: 50%;
            top: 50%;
            margin-left: -1.125rem;
            text-align: center;
			color: #666;
        }
.dt-more-grid .dt-more-useravatar {}		
.dt-more-grid .dt-more-truename { position:absolute; top:0.45rem; left:2.7rem; color:#FFF; font-size:0.6rem;}	
.dt-more-grid .aui-iconfont {
	font-size:1.45rem;
}
.dt-more-grid [class*=aui-col-xs-] {
	padding: 0.125rem 0.25rem;
}
.dt-more-grid .aui-grid-label { margin:0; color:#666; font-size:0.6rem; margin-top:-0.25rem; }
.dt-more-grid .aui-col-xs-3 { width:21.5%;}
#itemfoot { border-top:#e7e7e7 1px solid; height:2.5rem}
#itemfoot:after { border:0;}
#itemfoot a{ color:#000;}
#itemfoot .aui-bar-tab-item { width:22%; border-right:#e7e7e7 1px solid;}
#itemfoot i { font-size: 1.05rem; !important;}
#itemfoot .aui-bar-tab-label { color:#000; font-size:0.65rem;}
#itemfoot .dt-bar-item-contact { height:100%;}
#itemfoot .dt-bar-tab-contact { color:#FFF; line-height:2.5rem;}

#footer { border-top:#edecec 1px solid; padding-top:0.15rem;}
#footer:after { border:0;}
#footer i { font-size: 1.1rem; !important;}
#footer .aui-bar-tab-label {}
.footgrid li:active {
background: none !important;
	}
.footgrid p {
 font-size: 13px; color:#FFF;
}
.footgrid-div {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            line-height: 2.5rem;
			position: relative;
            left: 50%;
            top: 50%;
            margin-left: -1.25rem;
            text-align: center;
			color:#FFF;
        }

.cd-close li:active {
	background: none !important;
}
.dt-chat { background: #52ace5;
				width: 2.25rem;
				height: 2.25rem;
				border-radius: 50%;
				-webkit-border-radius: 50%;
				line-height: 2.5rem;
				margin: 0 auto 0 auto;
				text-align: center;
			}
/*摇摆*/
.msg-layer {
-webkit-animation:shake 1s .2s ease both;
-moz-animation:shake 1s .2s ease both;}
@-webkit-keyframes shake{
0%,100%{-webkit-transform:translateX(0);}
10%,30%,50%,70%, 90%{-webkit-transform:translateX(-10px);}
20%,40%,60%,80%{-webkit-transform:translateX(10px);}
}
@-moz-keyframes shake{
0%,100%{-moz-transform:translateX(0);}
10%,30%,50%,70%, 90%{-moz-transform:translateX(-10px);}
20%,40%,60%,80%{-moz-transform:translateX(10px);}
}

@-webkit-keyframes headShake {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }

    6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); }

    18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); }

    31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); }

    43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); }

    50% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes headShake {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }

    6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); }

    18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); }

    31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); }

    43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); }

    50% { -webkit-transform: translateX(0); transform: translateX(0); }
}

.dt-headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }
.dt-bounceInDown {
-webkit-animation:bounceInDown 1s .2s ease both;
-moz-animation:bounceInDown 1s .2s ease both;}
@-webkit-keyframes bounceInDown{
0%{opacity:0;
-webkit-transform:translateY(-2000px)}
60%{opacity:1;
-webkit-transform:translateY(30px)}
80%{-webkit-transform:translateY(-10px)}
100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes bounceInDown{
0%{opacity:0;
-moz-transform:translateY(-2000px)}
60%{opacity:1;
-moz-transform:translateY(30px)}
80%{-moz-transform:translateY(-10px)}
100%{-moz-transform:translateY(0)}
}

@-webkit-keyframes rubberBand {
    from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

    30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }

    40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }

    50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }

    65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); }

    75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); }

    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes rubberBand {
    from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

    30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }

    40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }

    50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }

    65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); }

    75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); }

    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

.dt-toast-loading {
   margin: 1rem 0 0.65rem 0;
   width:1.85rem;
   height:1.85rem;
   display:inline-block;
   padding:0px;
   border-radius:100%;
   border:3px solid;
   border-top-color:rgba(255, 255, 255, 1);
   border-bottom-color:rgba(0,0,0, 0.1);
   border-left-color:rgba(255, 255, 255, 1);
   border-right-color:rgba(0,0,0, 0.1);
   -webkit-animation: dttoast 1s ease-in-out infinite;
   animation: dttoast 1s ease-in-out infinite;
}
@keyframes dttoast {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes dttoast {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}

#box-captcha input[type="text"] { position:absolute; min-height:1.75rem; width:25%;}
#box-captcha img { position:absolute; left:30%; margin:10px 0 10px 0; width:30%; }
#box-captcha span { position:absolute; left:60%; margin:10px 0 10px 0; width:10%; }

.dt-article-list span { font-size:0.55rem !important;}
.dt-article-list .aui-list-item-title { font-size:0.8rem !important;}
.dt-article-times span,.dt-article-times i { font-size:0.6rem !important;}