/* CSS Document*/
*{margin:0;padding:0;}
html{font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/ }
body{font-size: 1.4rem;/*1.4 × 10px = 14px*/}
h1{font-size: 2.4rem;/*2.4 × 10px = 24px*/}
p{}
i,em,b{font-style:normal;}
li,ul{list-style:none;font-size:1.4rem;}
input,button{border: 0;font-family: "Microsoft YaHei" ;}
a{color:#fff}
.clearfix{zoom: 1;}
article{}

.zhezhao {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.7);
  overflow: hidden;
  top: 0;
}
.peplo_content{ width:100%; height:36px; line-height:36px; color:#fff; font-size:1.4rem; background:#ffbf0f; position:fixed; left:0; top:0; z-index:999}
.peplo_content .peplo_content_left{ float:left;}
.peplo_content .peplo_content_left img{ width:25px;  margin: 5px;}
.peplo_content .peplo_content_content{ float:left}
.peplo_content .peplo_content_right{width: 15px;  height: 15px;  float: right;  margin-top: 9px;  margin-right: 10px;}
