@charset "utf-8";
/* CSS Document */
html{margin: 0;padding: 0;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-overflow-scrolling:touch;overflow-scrolling:touch;font-family: 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;background: #fafafa;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
body{-webkit-overflow-scrolling: touch;}
em{font-style: normal;}
a,div{background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent;}
img{border: 0;max-width: 100%;vertical-align: middle;vertical-align: top;}
body,button,input,select,textarea,h1,h2,h3,h4,h5,div,p,form,blockquote,ul,ol,li,dl,dd{margin: 0;padding: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
input[type="search"] {-webkit-appearance: textfield;-webkit-box-sizing: border-box; box-sizing: border-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type=text] {-webkit-appearance: none;}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #8a8a8a;}
input,select,textarea{background:none;outline:none;border:0;}
textarea {overflow: auto; resize: none;}
table {border-collapse: collapse; border-spacing: 0;}
ul, ol, li, dl, dd,td, th{padding: 0;}
ul, ol {list-style: none;}
h1, h2, h3{font-weight: normal;}
i{font-style: inherit;}
input,button,input[type=button]{
	appearance: none;
	-webkit-appearance:none;
	-moz-appearance: none;
    -ms-appearance: none;
	outline:none;
	border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    outline: none;
}
.cfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.fl{float: left;}
.fr{float: right;}
.clx{clear: both;}
body{max-width:750px;margin:0 auto;background: #FFF;-webkit-text-size-adjust: none;overflow: hidden;overflow-y: auto;}

.menu{
	height: .7rem;
	position: relative;
	background: #4e3d2e;
	line-height: .7rem;
}
.menu a{
	display: inline-block;
	float: left;
	width: 1.1rem;

	font-size: .3rem;
	color: #FFF;
	text-align: center;
	background: url(../img/line.jpg) right bottom no-repeat;
	overflow: hidden;
}
.menu span{
	display: block;
	width: .8rem;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.menu span img{
	width: .27rem;
	margin-top: .22rem;
}


/***********top weixin***********/
.wxpopOpen{
	position: fixed;
	height: 50px;
	top: -100%;
	background: #f3f2f2 none repeat scroll 0 0;
	z-index: 9999;
	border-bottom: 1px solid#ccc;
	left: 0px;
	margin: 0 auto;
	width: 100%;
	font-size: 13px;
	width: 7.3rem;
	left: 50%;
	transform: translateX( -50% ); -webkit-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -moz-transform: translateX( -50% );
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	background: #fff;
	box-shadow: 0 0 8px #333;
}
.to_pc {
    float: left;
}
.wxpopOpen p{
	padding-top: .13rem;
}
.wxpopOpen p span{
	color: rgb(230, 0, 19);
    font-size: 13px;
    background-color: rgb(255, 244, 92);
    font-weight: bold;
}
.protocol_pop_box{
	display: none;
}
.protocol_pop_box {
	background:rgba(0,0,0,.7);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	display:none
}
.ppb_content {
	width:80%;
	height:80%;
	padding:40px 0;
	border:1px solid #ccc;
	position:relative;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	top:10%;
	left:10%
}
.ppb_text {
	height:100%;
	overflow-y:scroll;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	margin:0 10px;
	border:1px solid #ccc
}
.ppb_text p {
	margin-top:8px
}
.ppb_close,.ppb_title {
	position:absolute;
	width:100%;
	height:40px;
	left:0;
	line-height:40px;
	text-align:center
}
.ppb_title {
	top:0;
	font-size:16px
}
.pop_close {
	bottom:0
}
.pop_close b {
	display:block;
	width:50px;
	height:24px;
	margin:8px auto 0;
	border:1px solid #ccc;
	line-height:24px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align: center;
}

.popwxin{
    position: fixed;
    left: 50%;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    width: 7.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
	z-index: 9999;
}
.popwxin .areapart {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	
    /* opacity: 0; */
    /* transition: all 0.3s; */
}
.master-pop-con {
    width: 88%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 0 24px;
    -moz-transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.copypop{
	position: fixed;
    top: 36%;
    left: 50%;
    width: 120px;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: .28rem;
    border-radius: 8px;
    margin-left: -60px;
    margin-top: -0.4rem;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    opacity:0;
	z-index:99999;
}
.copypop.active{
	opacity:1;
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

/*微信弹出层*/
.wxPopup{
    width: 6.6rem;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: .2rem;
    -moz-transform: translate(-50%,-50%);
    box-sizing: border-box;
    border-radius: 6px;
}
.wxclose{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    font-size: 0px;
    background: url(../img/close.png) no-repeat;
    background-size: contain;
}
.yidyi{
    font-size:.3rem;
    color:#000;
    text-align:left;
    margin-bottom: .2rem;
}
.yidyi img{
    width: 1.32rem;
    float: left;
    margin-right:.2rem;
    border-radius:1rem;
}
.yidyi p{
    padding-top:.2rem;
    line-height:.45rem;
}
.weixi{
    display: flex;
    text-align:center;
}
.weixi p{
    flex: 1;
    border: 1px solid #bb1b21;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: #bb1b21;
    text-align: center;
    font-size: 0.32rem;
    line-height: .8rem;
}
.weixi span{
    display: block;
    width: 1rem;
    background-color: #bb1b21;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    color: white;
    font-size: 0.32rem;
    line-height: .8rem;
}
.zhous{
    font-size: 0.35rem;
    color: red;
    text-align: center;
    margin: .2rem 0;
    line-height: .5rem;
}
.anwei{
    width: 100%;
    height: 45px;
    background-color: #3a9e13;
    color: white !important;
    font-size: 0.3rem;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    display: flex;
}
.dakai{
    padding:.0 0 .1rem 0;
    font-size:14px;
    text-align: center;
}
/******************/
footer{
	background: url(../img/x-xa.jpg) #FFF top repeat-x;
}
footer p{
	padding: .2rem 0;
	text-align: center;
	font-size: 16px;
	color: #333;
}
footer div{
	background: #4e3d2e;
	padding: .2rem 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
@media screen and (max-width:432px){
	.menu span img{
		width: .34rem;
		margin-top: .18rem;
	}
}
@media screen and (max-width:375px){
 
}