@charset "utf-8";
/* CSS Document */
html {
	font-family: PingFang-SC-Regular,'Helvetica Neue',Helvetica,'microsoft yahei';
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	tap-highlight-color: rgba(0,0,0,.05);
	-webkit-tap-highlight-color: rgba(0,0,0,.05);
	-ms-tap-highlight-color: rgba(0,0,0,.05)
}

:root {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}

body {
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5;
	font-size: 0.52rem;
	max-width: 750px;
	margin: 0 auto;
	min-height: 100%;
	background: #f7f7f7;
	font-family: PingFang-SC-Regular, 'Helvetica Neue', Helvetica, 'microsoft yahei';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: middle;
}

:focus {
	outline: 0;
}

address, caption, cite, code, dfn, em, b, i, th, var, optgroup {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

textarea {
	overflow: auto;
}

code, kbd, samp, tt {
	font-size: 100%;
}

input, button, textarea, select {
	*font-size: 100%;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a:hover{text-decoration:none}

caption, th {
	text-align: left;
}

sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}

:link, :visited, ins {
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input, textarea {
	-webkit-appearance: none;
	border:none;
}

button {
	background: none;
}

em,i {
	font-style:normal;
	text-transform:uppercase;
}

a,a:focus {
	outline:none;
}

.noBg {
	background:none!important;
}

.noBd {
	border:0!important;
}

.noMg { 
    margin: 0!important;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.noPd { 
    padding: 0!important;
}

body {
	max-width: 640px; 
	margin: 0 auto; 
	color: #333333; 
}


.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix {
	display: block
}


@media (min-width: 319px) {
	html {
		font-size: 21px;
	}
}

@media (min-width: 359px) {
	html {
		font-size: 24px;
	}
}

@media (min-width: 374px) {
	html {
		font-size: 25px;
	}
}

@media (min-width: 413px) {
	html {
		font-size: 27px;
	}
}

@media (min-width: 479px) {
	html {
		font-size: 32px;
	}
}

@media (min-width: 639px) {
	html {
		font-size: 36px;
	}
}

@media (min-width: 749px) {
	html {
		font-size: 38px;
	}
}

.mg_b4 {
	margin-bottom:0.4rem;
}


/*header*/
.head_bg { 
	box-sizing:border-box;
	background: linear-gradient(to right, #e3fefe, #e9dffb);
}

.head_top {
	padding:0.8rem 0 0.2rem 0;
	margin:0 0.5rem;
}

.logo { 
    height: 1.3rem;
	float: left;
	display:block; 
}

.logo img {
	height:100%;
}

.head_top .serch {
	width:-webkit-calc(100% - 6.0rem);
	width:-moz-calc(100% - 6.0rem);
	width:calc(100% - 6.0rem);
	float:right;
	height:1.2rem;
	line-height:1.2rem;
	border-radius:0.7rem;
	background:#fff;
	border:1px solid #84CEEC;
	position:relative;
	z-index:1;
}
.head_top .serch .i {
	position:absolute;
	z-index:9;
	left:0.5rem;
	width:-webkit-calc(100% - 2.5rem);
	width:-moz-calc(100% - 2.5rem);
	width:calc(100% - 2.5rem);
	height:1.2rem;
	line-height:1.2rem;
	background:#fff;
	border-radius:0.7rem;
	color:#999;
	font-size:0.6rem;
}
.head_top .serch .btn {
	display:block;
	position:absolute;
	z-index:9;
	right:0;
	top:0;
	width:1.5rem;
	height:1.2rem;
	background:url(../images/top_serch2.png) no-repeat center;
	background-size:auto 56%;
}

/*顶部导航*/
.tbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none; 
	z-index:99;
    background: #fff;
}


.tbox .closebtn {
	position: absolute;
	right: 0.5rem;
	top: 18px;
	width: 22px;
	height: 22px;
}

.closebtn:before, .closebtn:after {
	position: absolute;
	left: 10px;
	content: ' ';
	height: 22px;
	width: 2px;
	background-color: #333;
}
.closebtn:before {
	transform: rotate(45deg);
}
.closebtn:after {
	transform: rotate(-45deg);
}

.dh_box {
    
}

.dh_box .dhtitle {
	border-bottom:1px solid #eee;
	text-align:center;
	font-size:0.7rem;
	color:#222;
	line-height:1.2rem;
	padding:0.5rem 0;
}

.dh_box .dhlist {
    margin: 0 0.5rem;
    padding-top: 0.8rem;
    overflow: hidden;
}

.dh_box .dhlist li {
    display: block;
    width:-webkit-calc(25% - 0.3rem); 
    width:-moz-calc(25% - 0.3rem); 
    width:calc(25% - 0.3rem);
    height: 1.6rem;
    line-height: 1.6rem;
    float: left;
    overflow: hidden;
	margin-right:0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
	background:#f2f2f2;
	margin-bottom:0.35rem;
	font-size:0.6rem;
	border-radius:0.2rem;
}

.dh_box .dhlist li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.dh_box .dhlist li.backi {
	background:#d8e2fc;
	color:#FFF;
}

.menu {
	float:left;
	width:1.2rem;
	height:1.0rem;
	margin:0.55rem 0 0 0;
}

.menu_icon{
	display:block;
    width: 1.0rem;
    height: 2px;
    margin: 0.4rem auto;
    position: relative;
	background:#666666;
	border-radius:5px;
}

.menu_icon::before{
    position: absolute;
    top: -8px;
    content: '';
    width: 1.2rem;
    height: 2px;
    background: #666666;
	border-radius:5px;
}

.menu_icon::after{
    position: absolute;
    bottom: -8px;
    content: '';
    width: 0.8rem;
    height: 2px;
    background: #666666;
	border-radius:5px;
}

.index_menu {
	width:100%;
    box-sizing: border-box;
	height:2.0rem;
	overflow:hidden;
	padding:0 0.5rem;
}

.index_menu .navbar {
	width:100%;
}

.index_menu .navbar li {
	width:16.6%;
	float:left;
	text-align:center;
	font-size:0.65rem;
	line-height:1.3rem;
	overflow:hidden;
}
.indextopmenu {
	width:-webkit-calc(100% - 2.0rem);
	width:-moz-calc(100% - 2.0rem);
	width:calc(100% - 2.0rem);
	height:2.0rem;
	overflow:hidden;
	float:right;
}

.indextopmenu div {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    vertical-align: top;
	height: 2.5rem;
    line-height: 1.8rem;
}

.indextopmenu a {
    display: inline-block;
	padding:0 0.3rem;
    white-space: nowrap;
    font-size: 0.7rem;
    color: #666;
}

.indextopmenu a.on {
    position: relative;
    color: #08D0E9;
    font-weight: bold;
}

.indextopmenu a.on:before {
    position: absolute;
    left: 20%;
	width:60%;
	height:3px;
	border-radius:5px;
    bottom: 0.2rem;
    content: "";
	background:#08D0E9;
}

/*index star*/
.tech_banner { width:100%; height:8.5rem; overflow:hidden;}
.tech_banner .swiper-container{ width:100%; height:8.5rem; overflow:hidden;}
.tech_banner .swiper-slide { position:relative;  }
.tech_banner .swiper-slide img{width:100%; height:100%;}
.tech_banner .swiper-pagination {/* bottom:0px!important; text-align:center !important;*/}
.tech_banner .swiper-pagination-bullet { width:10px; height:10px; margin:0 15px; background:#fff; margin:0 6px 0 0!important; opacity:1;}
.tech_banner .swiper-pagination-bullet-active { width:25px; border-radius:5px; background:#08D0E9;}

.index_slider {
	width:100%;
}
.index_hot_title {
	height:0.9rem;
	padding:0.7rem 0 0.3rem 0;
}
.index_hot_title b {
	display:block;
	float:left;
	height:0.9rem;
}
.index_hot_title b img {
	height:100%;
}
.index_hot_title .more {
	display:block;
	float:right;
	font-size:0.56rem;
	color:#999;
	background:url(../images/more.png) no-repeat right center;
	background-size:auto 0.8rem;
	padding:0 0.5rem 0 0;
	margin-top:0.1rem;
}


.index_title_a {
	height:1.3rem;
	padding:0.3rem 0 0.3rem 0;
}
.index_title_a b {
	display:block;
	float:left;
	height:1.3rem;
}
.index_title_a b img {
	height:100%;
}
.index_title_a .more {
	display:block;
	float:right;
	font-size:0.56rem;
	color:#999;
	height:0.9rem;
	margin-top:0.35rem;
	background:url(../images/more.png) no-repeat right center;
	background-size:auto 0.8rem;
	padding:0 0.5rem 0 0;
}

.index_box {
	padding:0 0.5rem;
	margin-bottom:0.6rem;
	background:#fff;
}
.box1_new { padding:0.3rem 0 0.5rem 0;}
.box1_new li {
	width:-webkit-calc(50% - 0.2rem);
	width:-moz-calc(50% - 0.2rem);
	width:calc(50% - 0.2rem);
	height:1.2rem; 
	line-height: 1.2rem; 
	font-size:0.6rem; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	float:left;
}

.box1_new li:nth-child(2n) {
	float:right;
}

.box1_new li i {
	display: block;
    float: left;
    width: 0.8rem;
	height:1.2rem;
}

.box1_new li b {
    display: block;
    float: right;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:-webkit-calc(100% - 1.0rem); 
	width:-moz-calc(100% - 1.0rem); 
	width:calc(100% - 1.0rem); 
    overflow: hidden;
}
.box1_new li:nth-child(1) i { color:#F81010; font-weight:bold;}
.box1_new li:nth-child(2) i { color:#FD5B0B; font-weight:bold;}
.box1_new li:nth-child(3) i { color:#F0A900; font-weight:bold;}

.index_pd {
	padding:0.3rem 0.5rem;
}

.index_item {
	margin:0.5rem 0;
}
.index_item li {
	width:-webkit-calc(50% - 0.2rem); 
	width:-moz-calc(50% - 0.2rem); 
	width:calc(50% - 0.2rem);
	float:left;
	background:#F5F5F5;
	border-radius:0.3rem;
	margin-bottom:0.5rem;
	padding-bottom:0.2rem;
	overflow:hidden;
}
.index_item li:nth-child(2n) {
	float:right;
}
.index_item li span {
	display:block;
	height:11.0rem;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-bottom:0.5rem;
}
.index_item li span img{
    min-width:100%;
	height:100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.index_item li .txt {
	margin:0 0.5rem;
}
.index_item li .txt b {
	display:block;
	font-size:0.6rem;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:0.9rem;
	height:1.8rem;
	font-weight:normal;
	margin-bottom:0.1rem;
}

.index_item li .txt i {
	display:inline-block;
	float:right;
	background:url(../images/like02.png) no-repeat left 0.2rem;
	background-size:auto 0.7rem;
	line-height:1.2rem;
	padding:0 0 0 0.8rem;
	color:#A7A7A7;
}
.recommon_box {
    padding: 0.3rem 0;
    margin-bottom: 0.6rem;
    background: #fff;
}
.recommon_box .index_title_a { margin:0 0.5rem;}
.travel_guide .swiper-container {
        width: 100%;
		box-sizing:border-box;
		height:10.0rem;
		margin:0.5rem 0;
		padding-right:0.5rem;
}

.travel_guide .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.travel_guide .swiper-pagination {
	display:none;
}

.guideli {
	width:6rem!important;
	height:10.0rem!important;
	overflow:hidden;
    margin-left: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    float: left;
    border-radius: 0.3rem;
    overflow: hidden;
	position:relative;
	z-index:1;
}

.guideli img {
	height:100%;
	position: absolute;
	z-index:5;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.guideli p {
	position:absolute;
	z-index:11;
	background-color:rgba(0,0,0,.5);
	width:100%;
	left:0;
	bottom:0;
	color:#fff;
	font-size:0.56rem;
	box-sizing:border-box;
	padding:0.4rem 0.4rem 0.2rem 0.5rem;
	
}

.guideli p b {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:0.9rem;
	height:1.8rem;
	font-weight:normal;
	font-size:0.6rem;
}
.guideli p i {
	display:block;
    background: url(../images/like01.png) no-repeat left 0.2rem;
    background-size: auto 0.7rem;
    line-height: 1.2rem;
    padding: 0 0 0 0.8rem;
    color: #fff;
}

/*搜索*/
.serch_top {
    padding: 0.7rem 0 0.2rem 0;
    margin: 0 0.5rem;
	position:relative;
	z-index:9;
}
.serch_top .arrow {
	display:block;
	position: absolute;
    top: 50%;
	margin-top:0.2rem; 
    left: 0;  
    width: 0.6rem;  
    height: 0.6rem;  
    border-style: solid;  
    border-width: 0.1rem 0.1rem 0 0;  
    border-color: #8A8A8A;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(225deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}
.serch_top .serch {
    width: -webkit-calc(100% - 4.0rem);
    width: -moz-calc(100% - 4.0rem);
    width: calc(100% - 4.0rem);
	margin:0 auto;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
    position: relative;
    z-index: 1;
}
.serch_top .serch .i {
    position: absolute;
    z-index: 9;
    left: 0.5rem;
    width: -webkit-calc(100% - 2.5rem);
    width: -moz-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    height: 1.6rem;
    line-height: 1.6rem;
    background: #fff;
    border-radius: 0.8rem;
    color: #999;
    font-size: 0.6rem;
}
.serch_top .serch .btn {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/top_serch2.png) no-repeat center;
    background-size: auto 50%;
}
.serch_top .menu {
	position:absolute;
	z-index:9;
	right:0;
	top:0.6rem;
}
.serch_list {
	margin:0 0.5rem;
}
.serch_list_title {
	height: 0.86rem;
    padding: 0.7rem 0 0.3rem 0;
}
.serch_list_title b {
    display: block;
    float: left;
	height:100%;
}
.serch_list_title b img {
    height: 100%;
}
.serch_list_con { padding:0.3rem 0 0.5rem 0;}
.serch_list_con li {
	width:-webkit-calc(50% - 0.2rem);
	width:-moz-calc(50% - 0.2rem);
	width:calc(50% - 0.2rem);
	height:1.2rem; 
	line-height: 1.2rem; 
	font-size:0.6rem; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	float:left;
}
.serch_list_con li:nth-child(2n) {
	float:right;
}
.serch_list_con li a {
	display:inline-block;
	max-width:-webkit-calc(100% - 1.0rem);
	max-width:-moz-calc(100% - 1.0rem);
	max-width:calc(100% - 1.0rem);
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	height:1.2rem; 
	line-height: 1.2rem; 
	vertical-align:middle;
}
.serch_list_con li i {
	display:inline-block;
	width:0.8rem;
	height:0.8rem;
	background:#FE5555;
	color:#fff;
	border-radius:0.2rem;
	text-align:center;
	line-height:0.8rem;
	vertical-align:middle;
	font-size:0.5rem;
	margin-left:0.2rem;
}
.serch_hot {
	margin-top:0.6rem;
}
.serch_hot_list { padding:0.3rem 0 0.5rem 0;}
.serch_hot_list li {
	height:1.2rem; 
	line-height: 1.2rem; 
	font-size:0.62rem; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	margin-bottom:0.3rem;
}
.serch_hot_list li i {
	display: block;
    float: left;
    width: 1.0rem;
	height:1.0rem;
	background:url(../images/num04.png) no-repeat center;
	background-size:100% auto;
	color:#fff;
	text-align:center;
	margin-top:0.1rem;
	line-height:1.0rem;
}

.serch_hot_list li b {
    display: block;
    float: right;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:-webkit-calc(100% - 1.4rem); 
	width:-moz-calc(100% - 1.4rem); 
	width:calc(100% - 1.4rem); 
    overflow: hidden;
}
.serch_hot_list li:nth-child(1) i {
	background:url(../images/num01.png) no-repeat center;
	background-size:100% auto;
}
.serch_hot_list li:nth-child(2) i {
	background:url(../images/num02.png) no-repeat center;
	background-size:100% auto;
}
.serch_hot_list li:nth-child(3) i {
	background:url(../images/num03.png) no-repeat center;
	background-size:100% auto;
}
.serch_menu {
	width:100%;
	margin-bottom:0.3rem;
}

/*详情*/
.video-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden;
			background:#000;
        }
        
        #fullscreen-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: 100%;
            height: 100%;
            transform: translateX(-50%) translateY(-50%);
            object-fit:contain;
        }
        
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }
        
        .overlay.active {
            opacity: 1;
        }
        
        .play-pause-icon {
            font-size: 70px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 20px;
            text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        }
        .progress-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: rgba(255, 255, 255, 0.2);
            z-index: 19;
        }
        
        .progress {
            height: 100%;
            width: 0%;
            background: #ff3366;
            transition: width 0.2s linear;
        }
		
		.fa-play {
			display:block;
			background:url(../images/playCircle.png) no-repeat center;
			background-size:98% auto;
			opacity:0.4;
			width:4.0rem;
			height:4.0rem;
		}
		.fa-pause {
			background:url(../images/pauseCircle.png) no-repeat center;
			background-size:98% auto;
			opacity:0.4;
		}
        
        .header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding:0.5rem 0.5rem 1.0rem 0.5rem;
            z-index: 99;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
			box-sizing:border-box;
        }
		
		.header .menu_icon { background:#fff; margin-top:0.2rem; margin-right:1.2rem;}
		.header .menu_icon::before, .header .menu_icon::after { background:#fff;}
        .sound-control {
            width: 1.6rem;
            height: 1.6rem;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);            
            color: white;
            backdrop-filter: blur(5px);
			position:absolute;
			z-index:11;
			right:0.4rem;
			top:2.2rem;
        }
		.fa-volume-up {
			display:block;
			width: 1.6rem;
            height: 1.6rem;
			background:url(../images/play_stop.png) no-repeat center;
			background-size:70% auto;
		}
		.fa-volume-mute {
			display:block;
			width: 1.6rem;
            height: 1.6rem;
			background:url(../images/play_on.png) no-repeat center;
			background-size:70% auto;
		}

        /* 防止长按出现默认菜单 */
        .video-container {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

.detail_bottom {
	position:absolute;
	z-index:11;
	width:100%;
	left:0;
	bottom:0;
	background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	padding:1.2rem 0.5rem 1.0rem 0.5rem;
	box-sizing:border-box;
}
.detail_bottom .detail_title {
	font-size:0.68rem;
	line-height:1.2rem;
	color:#fff;
}
.detail_bottom .detail_anthor {
	margin-top:0.5rem;
}
.detail_bottom .detail_anthor .l {
	width:-webkit-calc(100% - 3.2rem);
	width:-moz-calc(100% - 3.2rem);
	width:calc(100% - 3.2rem);
	float:left;
	height:1.5rem;
	line-height:1.5rem;
	background:rgba(30,30,30,.6);
	border-radius:0.2rem;
}
.detail_bottom .detail_anthor .l i {
	display:block;
	float:left;
	height:0.7rem;
	margin:0.4rem 0.3rem;
}
.detail_bottom .detail_anthor .l img {
	height:0.7rem;
	vertical-align:top;
} 
.detail_bottom .detail_anthor .l b {
	display:block;
	float:left;
	vertical-align:middle;
	font-size:0.6rem;
	width:-webkit-calc(100% - 3.0rem);
	width:-moz-calc(100% - 3.0rem);
	width:calc(100% - 3.0rem);
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:normal;
}
.detail_bottom .detail_anthor .l b a { color:#777;}
.detail_bottom .detail_anthor .r {
	float:right;
	width:3.0rem;
	height:1.5rem;
	line-height:1.5rem;
	background:rgba(30,30,30,.6);
	text-align:center;
	font-size:0.6rem;
	border-radius:0.2rem;
	color:#E52F06;
}
.detail_bottom .detail_anthor .r1 {
	float:left;
	width:3.0rem;
	height:1.5rem;
	line-height:1.5rem;
	background:rgba(30,30,30,.6);
	text-align:center;
	font-size:0.6rem;
	border-radius:0.2rem;
	color:#E52F06;
}
.detail_bottom .detail_anthor .r a {
	display:block;
	color:#E52F06;
}
.detail_bottom .detail_anthor .r1 a {
	display:block;
	color:#E52F06;
}
.detail_share {
	position:absolute;
	z-index:19;
	right:0.5rem;
	bottom:50%;
	margin-bottom:-9rem;
}
.detail_share .btn {
	display:block;
	width:1.4rem;
	margin-bottom:0.8rem;	
}
.detail_share .btn img {
	width:100%;
}
.detail_share .icon_a,.detail_share .icon_b,.detail_share .icon_c,.detail_share .icon_d {
	display:block;
	width:1.4rem;
	height:1.4rem;
	overflow:hidden;
}
.detail_share .btn p {
	font-size:0.56rem;
	color:#fff;
	text-align:center;
}
.detail_share .icon_a {
	background:url(../images/btn_collect.png) no-repeat center;
	background-size:100% auto;
}
.detail_share .icon_b {
	background:url(../images/btn_like.png) no-repeat center;
	background-size:100% auto;
}
.detail_share .icon_c {
	background:url(../images/btn_good.png) no-repeat center;
	background-size:100% auto;
}
.detail_share .icon_d {
	background:url(../images/btn_share.png) no-repeat center;
	background-size:100% auto;
}
.detail_share .on .icon_a {
	background:url(../images/btn_collect_on.png) no-repeat center;
	background-size:100% auto;
}
.detail_share .on .icon_b {
	background:url(../images/btn_like_on.png) no-repeat center;
	background-size:100% auto;
}

.links {
	padding:0.2rem 0.5rem;
	background:#FFF;
	margin-bottom:0.5rem;
}

.links h4 {
    position: relative;
    font-weight: 700;
    font-size: 0.7rem;
	line-height:1.6rem;
}

.links_c {
    font-size: 0.56rem;
	padding-bottom:0.2rem;
}

.links_c a {
    color: #888;
    margin-right: 0.5rem;
	line-height:1.0rem;
    display: block;
    float: left;
}

.copyright {
    font-size: 0.56rem;
    padding: 0.5rem 0;
    line-height: 0.8rem;
    color: #B7BBC2;
    text-align: center;
}



/*foot*/
.map-footer {
	text-align: center;
}

.map-footer .mind_e {
	font-size: 0.4rem;
	color: #B7BBC2;
	border-bottom: 1px solid #DDDDDD;
	line-height: 0.8rem;
	padding-bottom: 0.3rem;
}

.map-footer .mind_e img { height:1.2rem;}

.map-footer .mind_it {
	font-size: 0.4rem;
	color: #B7BBC2;
	border-bottom: 1px solid #DDDDDD;
	line-height: 0.8rem;
	padding-bottom: 0.3rem;
}

.map-footer .mind_it img { height:1.0rem;}

.map-footer .foot_nav ul li {
	display: inline-block;
	vertical-align: middle;
}

.map-footer .foot_nav ul li:last-child:after {
	display: none;
}

.map-footer .foot_nav ul li:after {
	content: ' ';
	display: inline-block;
	height: 0.4rem;
	width: 1px;
	background: #DCDEE2;
}

.map-footer .links {
	font-size: 0.48rem;
	line-height: 0.52rem;
}

.map-footer .links a {
	display: inline-block;
	color: #B7BBC2;
	vertical-align: middle;
	font-size: 0.48rem;
	padding: 0 0.6rem;
}

.map-footer .links .current {
	color: #2E333F;
	font-size: 0.52rem;
	padding-right: 0.52rem;
}

.map-footer .links span {
	display: inline-block;
	margin: 0 0.4rem;
	background: #DCDEE2;
	width: 1px;
	height: 0.4rem;
	vertical-align: middle;
}

.map-footer .copyright {
	font-size: 0.45rem;
	padding-top: 0.3rem;
	line-height: 0.8rem;
	border-top: 1px solid #FFF;
	color: #B7BBC2;
}

.map-footer .copyright a {
	color: #B7BBC2;
}

.map-footer .code {
	margin-top: 0.36rem;
}

/*分页*/
.pages {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin: 30px 0px;
}

.pages ul {
	list-style-type: none;
	display: inline-block;
	text-align: center;
}

.pages ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.pages li a,
.pages li input {
	height: 18px;
	line-height: 18px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	float: left;
	margin-left: 8px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	color: #666;
	background-color: #fff;
}

.pages .current a {
	font-weight: 700;
	background: #E50A80;
	color: #fff;
	border-color: #E50A80;
	border-radius: 4px;
}

.pages a:hover {
	background: #efefef;
	color: #333;
}

.pages span {
	background: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	float: left;
	margin-left: 8px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	border-radius: 4px;
}

.pages li.active span {
	background: #59E7FC;
	border: 1px solid #59E7FC;
	border-radius: 4px;
	color: #FFF;
}




