body {
  background: #f5f5f5;
  padding: 15px 15px 50px;
  margin: 0;
}

.operateContent {
  border: 1px solid #ddd;
  background: #fff;
}

.ContentTop {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px 15px 130px;
  position: relative;
}

.ContentTop img {
  width: 100px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.appMessage {
  min-height: 100px;
  box-sizing: border-box;
  -webkit-box-sizinig: border-box;
}

.appMessage h1 {
  font: 20px/36px '黑体';
  color: #000;
  margin: 3px 0;
}

.appMessage p {
  margin: 0;
  font: 12px/14px '黑体';
  color: #666;
}

.appMessage p.safe {
  margin-top: 10px;
}

.appMessage p.safe span {
  background: url(img/secured.png) left center no-repeat;
  background-size: 12px auto;
  padding-left: 15px;
  margin-right: 30px;
}

.ContentBottom {
  padding: 15px;
}

#download {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 48px;
  background: #1171dc;
  text-align: center;
  font: 20px/48px '黑体';
  -webkit-tap-highlight-color: rgba(0, 0, 0 , 0);
}

#download:active {
  background: #035abc;
}
#download32, #downloadweb {
  display: block;
  text-decoration: none;
  color: #035abc;
  margin-top: 10px;
  text-align: center;
  font: 15px '黑体';
  height: 35px;
  line-height: 35px;
  -webkit-tap-highlight-color: rgba(0, 0, 0 , 0);
}

.updateContent {
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 15px;
  padding: 10px 15px;
}

.imglist {
  position: relative;
  height: 196px;
  overflow: hidden;
}

.scroll {
  overflow-y: hidden;
  height: 226px;
}

.imglist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 226px;
}

.imglist ul:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  zoom: 1;
}

.imglist ul li {
  float: left;
  margin-right: 10px;
}

.imglist ul li:last-child {
  margin-right: 0;
}

.imglist ul li img {
  width: 110px;
  vertical-align: bottom;
}

.aplicationProfile {
  margin-top: 30px;
  padding-bottom: 20px;
}

.aplicationProfile h2 {
  color: #666;
  font: 20px/30px '黑体';
  margin: 0 0 5px;
}

.aplicationProfile p {
  font: 16px/20px '黑体';
  color: #666;
  margin: 0;
}

.masker {
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.masker:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(img/live_weixin.png) top right no-repeat;
  background-size: 95% auto;
  display: block;
}