/************************************************************/
*{padding:0; margin:0;}
html, body{ height:100%;}
body{

	max-width:640px;
	margin:0 auto;
	
	}
li{ list-style:none;}
footer{
    height:35px;
    overflow:hidden;
    margin-top:-35px;
    position:relative;
    z-index:10;
}
footer .weimob-copyright{
    color:#000;}
footer a{color:#000!important; font-size:12px;}
.weimob-page{
    min-height: 100%;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all;
}


.weimob-list-item{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}
/*************************************************************/
.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}

.recommend>label{
    font-size:15px;
    line-height:30px;
    background:url("../images/msg.png") no-repeat left center;
    -webkit-background-size:25px auto;
    background-size:25px auto;
    padding-left:30px;
}
.recommend>ul{
    -webkit-padding-start: 0px;
}
.recommend>label>img{
    vertical-align: middle;
    margin-right:10px;
}
.recommend li{
    border-top:1px solid #aaa;
    list-style:none;
}
.recommend li>a{
    text-decoration: none;
    color:#000;
    display:block;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: normal;
    line-height:30px;
    background:url("../images/arr.png") no-repeat right center;
    margin-right:10px;
}

.head_logo{
    color:#000;
    padding:5px 0;
    position:relative;
    background:url("../images/divider.png") no-repeat center 0, url("../images/divider.png") no-repeat center 66px;
    -webkit-background-size:85% 3px;
    background-size:85% 3px;
    margin:5px 0;
}
.head_logo:after{
    font-size:20px;
    content:">";
    display:inline-block;
    width:20px;
    height:20px;
    position:absolute;
    right:10px;
    z-index:10;
    top:25px;
    color:#aaa;
}
.head_logo>div{
    vertical-align: middle;
    display: table-cell;
}
.head_logo>div:nth-of-type(2){

}
.head_logo span{
    display:inline-block;
    width:60px;
    height:60px;
    margin-right:10px;
    border-radius:60px;
    border:1px solid #fff;
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    -webkit-box-shadow:1px 1px 1px #ccc;
}
.head_logo label{
    font-size:16px;
}

.link_tel{
    display:block!important;
    line-height:40px!important;
    margin:10px 10px 0 10px;
    margin-top:10px!important;
    background:#ea5946;
    color:#fff!important;
    text-align:center;
    border-radius:5px;
    word-spacing:nowrap;
    overflow:hidden;
    font-size:18px;
    position:relative;
}
.link_tel:before{
    font-size:20px;
    margin-left:0;
    position:absolute;
    left:10px;
    top:2px;
    font-size:25px;
}

.list_font{
	padding:5px;
}
.list_font li{
	overflow:hidden;
	color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:100px;
	width:50%!important;
	display:inline-block;
	float:left;
	padding:2px;
	background:#d87570;
	-webkit-background-clip:content;
	-moz-background-clip:content;
	background-clip:content;
	text-align:center;
}
.list_font li a{
    color:#fff;
    display:inline-block;
    width:100%;
    height:100%;
    /*border:1px solid transparent;*/
}
.list_font span[class^="icon"]{
	display:inline-block;
	width:30px;
	height:30px;
	/*background:#fff;*/
	font-size:30px;
	
}
.list_font div:first-child{
	margin-top:20px;
	margin-bottom:5px;
}

.list_font li a p{
	font-size:16px;
}
.list_font li a p>small{
	font-size:12px;
	display:block;
}

/****************************************for font template****************************************************/
.body{

    -webkit-box-sizing:border-box;
}
.body ~ footer{
    text-align:center;
    position:relative;
}

/*******************************************/
#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}
#mcover img {
    position: fixed;
    right: 18px;
    top: 5px;
    width: 260px!important;
    height: 180px!important;
    z-index: 20001;
}
.text {
    margin: 15px 0;
    font-size: 14px;
    word-wrap: break-word;
    color: #727272;
}
#mess_share {
    margin: 15px 0;
    display: block;
}
#share_1 {
    float: left;
    width: 49%;
    display: block;
}
#share_2 {
    float: right;
    width: 49%;
    display: block;
}
.clr {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.button2 {
    font-size: 16px;
    padding: 8px 0;
    border: 1px solid #adadab;
    color: #000000;
    background-color: #e8e8e8;
    background-image: linear-gradient(to top, #dbdbdb, #f4f4f4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45), inset 0 1px 1px #efefef;
    text-shadow: 0.5px 0.5px 1px #fff;
    text-align: center;
    border-radius: 3px;
    width: 100%;
}
#mess_share img {
    width: 22px!important;
    height: 22px!important;
    vertical-align: top;
    border: 0;
}


/**********************audio***********************/
.btn_music{
    display:inline-block;
    width:35px;
    height:35px;
    background:url('../images/play.png') no-repeat center center;
    background-size:100% auto;
    position:absolute;
    z-index:100;
    left:15px;
    top:20px;
}
.btn_music.on{
    background-image:url('../images/stop.png');
}

/******************************动画*************************/
#iframe_screen{
    background:#fff;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:300000;
    overflow:hidden;
}
/******************************/
a.btn_music[data-type="2"]{
	display:inline-block;
	width:25px;
	height:25px;
	margin:5px 10px;
	min-width:25px;
	background:url("../images/template/lib/v72_2.png") no-repeat right center;
	background-size:auto 100%;
}
a.btn_music[data-type="2"].on{
	background-position:0 center!important;
}
/*****************************/
	.pages { clear:both; color:#444;  margin:0 auto; margin-top:15px; text-align:center;}
    .pages a{ color:#444;}
	.pages a:visited { color:#444;}
    .pages ul { list-style:none;}
    .pages li  , .pages li :visited{margin-left:0px; display:inline-block; border:1px solid #CCC; padding:3px 5px;}
	.pages li:hover{ border:1px solid #000; background:#000; color:#fff;}
	.pages li:active{ color:##444;}
	.pages a:hover { color:#fff;}
	.pages_solid{border:1px solid #000; background:#000; color:#fff;}
	
	
	.dingou{display:block;position:relative; margin:8px auto; }
.submit {
	background-color:#ff6600;
	padding:8px 20px;
	font-size:16px;
	text-decoration:none;
	border:1px solid #ff6600;
	background-image: linear-gradient(bottom,  #ff6600 0%, #fa924d 100%);
	background-image: -o-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -moz-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -webkit-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -ms-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ff6600),color-stop(1, #fa924d));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
	display:block;
	text-align:center;
	-webkit-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.4);
	max-width:180px;
	margin:0 auto;
}
.submit:active {
	padding-bottom:9px;
	padding-left:20px;
	padding-right:20px;
	padding-top:11px;
	top:0px;
	background:#fa924d;
	-webkit-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}
.submit img{ width:15px; margin:-4px 10px 0 0;}