﻿.clear{ margin:0; padding:0; font-size:0; clear:both; }
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
	
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img:not([src*="/"]){display:none;}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
	
}

/**************************common class********************************/

/************************************************************/


/*************************************************************/
.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 span{ float:left; margin-top:8px; margin-left:5px;} 
.link_tel:before{
    font-size:20px;
    margin-left:0;
    position:absolute;
    left:10px;
    top:2px;
    font-size:25px;
}

.list_font{
	padding:5px;
	margin-top:-1px;
}
.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{
	display:inline-block;
	width:35px;
	height:30px;
	/*background:#fff;*/
	font-size:30px;
	
}
.list_font div{
	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;
}

/*********************************************/


/*plugmenu*/
/****************************************************************************/

.plug-phone>div a{
	color:#fff;
	font-size:20px;
    display: block;
    height: 100%;
    line-height: 33px;
    text-align: center;
}

/*********************************************/
.weimob-page{
    min-height: 100%;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all;
}

.weimob-content{
	margin: 3px;
	position: relative;
}

.weimob-list-item{
	position: relative;
	display: block;
	height:100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff ), to( #f1f1f1 ));
	background-image: -webkit-linear-gradient( #fff , #f1f1f1 );
	background-image:    -moz-linear-gradient( #fff , #f1f1f1 );
	background-image:     -ms-linear-gradient( #fff , #f1f1f1 );
	background-image:      -o-linear-gradient( #fff , #f1f1f1 );
	background-image:         linear-gradient( #fff , #f1f1f1 );
	overflow: hidden;
	border-bottom:1px solid #ccc;
	
}

.weimob-list-item-line{
	display: table-cell;
	height: inherit;
	background-position: center;
    background-repeat: no-repeat;
	padding-left: 60px;
	vertical-align: middle;
	padding-right: 32px;

}

.weimob-list-item-image{
	position:absolute; 
	display: block;
	left: 6px;
	width: 100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/weimob-icons.png);
	top:50%;margin-top: -24px;
}
.weimob-list-item-title{
	color: #000000;
	font-size: 10px;
	white-space: nowrap;
	zoom: 1;

}


.weimob-quickpanel .weimob-list .weimob-list-item{
    height: 42px;
    background: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #444 ), to( #2d2d2d )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #444 , #2d2d2d ); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient( #444 , #2d2d2d ); /* FF3.6 */
    background-image:     -ms-linear-gradient( #444 , #2d2d2d ); /* IE10 */
    background-image:      -o-linear-gradient( #444 , #2d2d2d ); /* Opera 11.10+ */
    background-image:         linear-gradient( #444 , #2d2d2d );
    border-bottom:none;
}

.weimob-quickpanel .weimob-list .weimob-list-item .weimob-list-item-title{
    color: #fff;
}

.weimob-quickpanel .weimob-list .weimob-list-item .weimob-list-item-line{
    padding-left: 10px;
}
.banner{ height:100%;}
.body{
	max-width:640px;
	margin:auto;
	min-height:100%;
	background-color:#f4f4f4;
	position:relative;
}
