@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;	
}
html {
	color: black;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "宋体";
	line-height: 1.5;
	background: #feb13b repeat;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size:0.5rem;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p,label {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
img {border: 0px;display: block;}
ul li{ list-style:none;}
.clear{ clear:both;}
.btn1{ position:relative;}
.btn1 a{ display:block; position:absolute;}
.btn1 .link1{ width: 34%;left: 33%;top: 15%;height: 4%; z-index:50}
.btn1 .link5{width: 34%;left: 33%;top:18%;height: 4%; z-index:50}
.btn1 .link2{width: 100%;right: 0;top: 26%;height: 18%; z-index:50}
.btn1 .link3{width: 100%;right: 0;top: 45%;height: 19%; z-index:50}
.btn1 .link4{width: 60%;left: 20%;bottom: 3%;height: 7%;z-index: 50;}
.btn1 .link6{width: 100%;left: 0;top: 67%;height: 20%;z-index: 50;}


.box {width: 100%;height: auto;position: relative;margin: 0px;padding: 0px;overflow: hidden;}
.innbox {width: 100%;height: auto;position: relative;margin: 0px;padding: 0px;overflow: hidden;}

.bg{ width:100%; height:3.5rem; background:url(../images/bg.jpg) no-repeat; background-size:100%;}
.bg .part{ width:78%; margin:auto; font-size:0.6rem; color:#7a7a7a}.xz-ceng{height:20.5rem; position: fixed; top: 10%; background:#fff;}
 
.pop {margin: 0 auto; font-size:0.5rem;left: 2%;width: 96%; color:#08b4b6;z-index: 40;display: none;background:url(../images/tc.png) no-repeat; background-size:100%}
.xz-ceng .closebtn {z-index: 20; position: absolute;right: -2%;top: -1.5%;width: 1.2rem;height: 1.2rem;float: right;}
.pop div{ background:#47cfec; color:#fff; border-radius:25px; line-height:1.9;padding-left: 2%; margin-top:0.3rem}
.xz-ceng p{ margin-top:0.25rem;font-size:0.5rem; line-height:1.4}

.pop ul{overflow-y: scroll;position: absolute;z-index: 11;height: 78%;padding-right: 0.2rem;top: 8%;width: 90%;left: 5%;}

.wt{ width:70%}
.wt1{ width:49%}

.xz-ceng {
    height: 20.5rem;
    position: fixed;
    top: 10%;
    padding-top: 1.8rem;
    padding: 10% 4.5%;
}

.link{
    width: 12%;
    display: block;
    position: fixed;
    top: 20%;
    right: 0;
}
.pop ul::-webkit-scrollbar {
width:0.2rem;
height:0.2rem;
margin-right:0.1rem;
}
 .pop ul::-webkit-scrollbar-track-piece {
background-color:#efe3d6;
}
 .pop ul::-webkit-scrollbar-thumb {
background:#15bbdf;
width:0.2rem;
border-radius:5px;
}
.pop ul::-webkit-scrollbar-thumb:hover {

}
.pop ul::-webkit-scrollbar-corner {
display:none;
}
.mask {
    position:fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
}