body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  word-wrap: break-word;
  font-size: 12px;
  min-height: 100%;
  _height: 100%;
}
#float {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  min-width: 1200px;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
#float .floatBg {
  margin: 0 auto;
  width: 1200px;
  height: 60px;
}
#float .floatBg .goplaylogo {
  margin-top: 13px;
  float: left;
  width: 134px;
  height: 34px;
  margin-right: 85px;
  background: url(img/goplay_logo.jpg) no-repeat center;
}
#float .floatBg ul {
  float: right;
  padding-top: 17px;
}
#float .floatBg ul:after {
  display: block;
  content: '';
  clear: both;
}
#float .floatBg ul li {
  float: left;
  margin-right: 6px;
}
#float .floatBg ul li a {
  text-decoration: none;
}
#float .floatBg ul li a .btn {
  cursor: pointer;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  border-radius: 30px;
}
#float .floatBg ul li a .btn:hover {
  color: #FFF;
  background: #FFA210;
}
#float .floatBg ul li a .hoverBtn {
  color: #FFF;
  background: #FFA210;
}
#float .floatBg ul li a .sign-or-log .line {
  width: 1px;
  height: 14px;
  display: inline-block;
  margin: 0 14px;
  background: #333;
}
#float .floatBg ul li a .sign-or-log:hover .line {
  background: #fff;
}
#float .floatBg ul .nav-user-center {
  float: right;
}
#float .floatBg ul .nav-user-center .btn {
  display: inline-block;
}
.activity-wrap {
  position: fixed;
  bottom: 160px;
  right: 55px;
}
.activity-wrap .activity-bg {
  width: 269px;
  height: 161px;
  cursor: pointer;
  background: url(img/activity-btn.png) no-repeat center;
}
.activity-wrap .activity-bg:hover {
  background: url(img/activity-btn-hover.png) no-repeat center;
}
/**/
.gp_float_side_nav ul {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  z-index: 9;
}
.gp_float_side_nav li {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.gp_float_side_nav .gp_float_side_icon {
  width: 70px;
  height: 70px;
}
.gp_float_side_nav li:nth-child(1) .gp_float_side_icon {
  background: url(img/float-top-icon.png) no-repeat center;
}
.gp_float_side_nav li:nth-child(2) .gp_float_side_icon {
  background: url(img/float-download-icon.png) no-repeat center;
}
.gp_float_side_nav li:nth-child(3) .gp_float_side_icon {
  background: url(img/float-begoplayer-icon.png) no-repeat center;
}
.gp_float_side_nav li:nth-child(1):hover .gp_float_side_icon {
  background: url(img/float-top-icon-hover.png) no-repeat center;
}
.gp_float_side_nav li:nth-child(2):hover .gp_float_side_icon {
  background: url(img/float-download-icon-hover.png) no-repeat center;
}
.gp_float_side_nav li:nth-child(3):hover .gp_float_side_icon {
  background: url(img/float-begoplayer-icon-hover.png) no-repeat center;
}
/**/
.download-mgs-wrap .mask {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.download-mgs-wrap .download-mgs-content {
  width: 450px;
  height: 316px;
  position: fixed;
  background: url(img/download-msg-bg.png) no-repeat center;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -128px;
}
.download-mgs-wrap .download-mgs-content .download-mgs-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.dialog_giveaway .dialog_giveaway_container {
  width: 560px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialog_giveaway .mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, .3);
}
