﻿/************************************************************/
*{padding:0; margin:0;}
html, body{ height:100%; min-height:100%;}
body{max-width:640px; margin:0 auto;background:#efefef;}
li{ list-style:none;}
footer{
    height:35px;
    overflow:hidden;
    position:relative;
    z-index:999;
	text-align:center;
	margin-top:-35px;
}

footer .weizg-icopyright{
    color:#fff; 
	padding-top:10px;
	text-align:center;
	font-size:12px;
	}
	
footer a{color:#fff!important; font-size:12px;}


.weizg-page{
    min-height: 100%;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all;
	background:#fff;
	padding:15px 15px 35px 15px;
	border-radius:10px;
	margin-bottom: 20px;
}



.weizg-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("../../img/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("../../img/arr.png") no-repeat right center;
    margin-right:10px;
}

.head_logo{
    color:#000;
    padding:5px 0;
    position:relative;
    background:url("../../img/5.png") no-repeat center 0, url("../../img/5.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;
}

/*********************************************/
.plug-div.model1 .plug-phone .menu_font{
    top:inherit!important;
    bottom:52px;
}

.plug-div.model1 .plug-phone .menu_font:after{
    top:inherit!important;
    bottom:-6px;
    border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width:6px 6px 0;
}

/*
.menu_font{
	background:rgba(0,0,0,0.8);
	border-radius:5px;
	width:120px;
	position:relative;
	margin-top:10px;
	z-index:900;*/
}
.menu_font:after{
	position: absolute;
	content:"";
	display: inline-block;
	width:0;
	height:0;
	border-width:0px 6px 6px 6px;
	border-style:solid;
	border-color:transparent transparent rgba(0,0,0,0.8) transparent;
	top:-6px;
	left:70%;
}

.menu_font li{
	border-top:1px solid rgb(64, 72, 75);
	border-bottom:1px solid rgb(0, 6, 9);
}
.menu_font li:first-of-type{
	border-top:0;
}
.menu_font li:last-of-type{
	border-bottom:0;
}

.menu_font a:before{
	margin-right:5px;
}



.body{
    padding-bottom:40px;
    -webkit-box-sizing:border-box;
}
.body ~ footer{
    text-align:center;
    position:relative;
}

.top_bar{
    position:fixed;
    width:100%;
    left:0;
    top:0;
    z-index:100;
	height:35px;
	line-height:35px;
}
.top_bar+*{
    padding-top:35px;
}
.top_menu{
    display:-webkit-box;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#333c45), to(#313540), color-stop(50%, #373a43));
}

.top_bar .top_menu>li{
    -webkit-box-flex:1;
    height:35px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.1)),color-stop(50%,rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    -webkit-background-size:1px 80%;
    background-size:1px 80%;
    background-position: right center;
    background-repeat: no-repeat;
    position:relative;
    text-align:center;
}

.top_bar .top_menu li.icompany{
	color:#fff;
	text-align:left; 
	padding-left:10px;
}
.top_bar .top_menu li.ishare{
	text-align:right; 
	padding-right:10px;
}

.top_bar .top_menu>li a{
	color:#fff;
}
.top_menu>li:last-of-type{background:none;}
.top_menu>li span{
    display:inline-block;
    height:100%;
    width:25px;
    margin:auto;
    font-size:22px;
    color:#fff;
    line-height:35px;
    /*background: url(../../img/weizg-icons.png) no-repeat 0 5px;*/
}
.top_menu>li span.i_back{
    background-position:0 5px;
}
.top_menu>li span.i_home{
    background-position:-33px 5px;
}
.top_menu>li span.i_tel{
    background-position:-65px 5px;
}
.top_menu>li span.i_menu{
    background-position:-95px 5px;
}


.menu_font{
    text-align:left;
    position:absolute;
    top:35px;
    right:10px;
    z-index:900;
}
.menu_font.hidden{
    display:none;
}

.menu_font{
	background:rgba(0,0,0,0.8);
	border-radius:5px;
	width:120px;
	margin-top:10px;
}
.menu_font:after{
	position: absolute;
	content:"";
	display: inline-block;
	width:0;
	height:0;
	border-width:0px 6px 6px 6px;
	border-style:solid;
	border-color:transparent transparent rgba(0,0,0,0.8) transparent;
	top:-6px;
	left:70%;
}

.menu_font li{
	border-top:1px solid rgb(64, 72, 75);
	border-bottom:1px solid rgb(0, 6, 9);
}
.menu_font li:first-of-type{
	border-top:0;
}
.menu_font li:last-of-type{
	border-bottom:0;
}
.menu_font a{
	height:35px;
	line-height:35px;
	/*background:#fff;*/
	position:relative;
	color:#fff;	
	display:block;
	width:100%;
	text-indent:5px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.menu_font a:before{
	margin-right:5px;
}


/*******************************************/
#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;
}
.text2 {
    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('../../img/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('../../img/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("../../img/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;
}
/*****************************/
.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;
	text-shadow:0 1px rgba(0, 0, 0, 0.2);
	-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;}

.tip{padding-bottom:10px;}

.pages { clear:both; color:#444;  margin:0 auto; text-align:center; margin-bottom:20px; padding-top:20px;}
    .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;}
	
	.pro_ar th{ text-align:left;}