/*底部悬浮栏*/
body section{
	width:100%;
}
body section article.fix {
  width: 100%;
  z-index: 10;
  position: fixed;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  height:70px;
}
body section article.fix > a {
   display: block;
   width: 14px;
   cursor: pointer;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 10;
}
body section article.fix > a > img {
  width: 100%;
}
body section article.fix section.gamekit {
  background: none;
  padding: 6px 0 ;
}
body section article.fix section.gamekit > a:first-of-type {
  zoom: 1;
  display: block;
  padding: 5px 20px 5px 20px;
}
body section article.fix section.gamekit > a:first-of-type:after {
  content: '';
  display: table;
  clear: both;
}
body section article.fix section.gamekit > a:first-of-type div:first-of-type {
  float: left;
  margin-top: 5px;
  margin-right: 14px;
}
body section article.fix section.gamekit > a:first-of-type div:first-of-type img {
  height: 40px;
}
body section article.fix section.gamekit > a:first-of-type div:last-of-type h2 {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  width:80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body section article.fix section.gamekit > a:first-of-type div:last-of-type span {
  display: block;
  font-size: 12px;
  color: #bbb;
  margin-top: 5px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body section article.fix section.gamekit > a:nth-of-type(2) > span {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  background: #ff7800; 
  height: 22px;
  line-height: 22px;
  width: 60px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.hide{
	display:none !important;
}
body section > div.dcnBanner {
  height: 70px;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
}
body section > div.dcnBanner > div.box1 {
  height: 70px;
  position: relative;
}

body section > div.dcnBanner > div > div.dcnBox {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  position: relative;
}
body section > div.dcnBanner > div > div.dcnBox > img.dcnIcon {
  height: 40px;
  margin-left: 20px;
}
body section > div.dcnBanner > div > div.dcnBox p {
  margin: 0 0 0 10px;
  width: 60%;
}
body section > div.dcnBanner > div > div.dcnBox p span.dcnTit {
  color: #fff;
  font-size: 14px;
  width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body section > div.dcnBanner > div > div.dcnBox p span.dcnFont {
  color: #bbb;
  font-size: 12px;
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
}
body section > div.dcnBanner > a.dcnDown {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 60px;
  line-height: 22px;
  background-color: #ff7800;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}
body section > div.dcnBanner > img.dcnClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  z-index: 10;
  cursor: pointer;
}