html{
  font-size: 16px;
}
*{
  padding: 0;
  margin: 0;
}

img{
  max-width: 100%;
}
.head_box{
  
    background: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.head_box .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.head_box .wrap .left_content{
  display: flex;
  align-items: center;
}

.head_box .logo{
  margin: 0px 7px 0 0;
    display: block;
    height: 28px;
    width: 130px;
    text-indent: -9999em;
    overflow: hidden;
    background: transparent url(vplay_logo_6a248c0fc8.png) no-repeat left top;
}
.head_box .menu_box{
  display: flex;
  margin-left: 30px;
}

.head_box .menu_box .item{
  margin-right: 20px;
}

.head_box .menu_box .cate_icon{
  background: transparent url(vplay_v12_z_3374f8b17c.png) no-repeat left top;
  background-position: -52px -76px;
}
.head_box .menu_box a {
  color: #fff;
  text-decoration: none;
}
.wrap{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.head_box .right_content{
  display: flex;
  align-items: center;
}
.head_box .right_content .vip{
  display: block;
    width: 106px;
    height: 30px;
    background: url(home-nav-vip_499fa72119.png) no-repeat;
    background-size: contain;
    
}

.head_box .right_content .item{
  color: #ccc;
  margin: 0 15px;
  text-decoration: none;
}

.head_box .right_content .history_icon{
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url(home-nav-history_a35aa9254c.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.head_box .right_content .notice_icon{
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url(home-nav-message_3cb702f357.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.head_box .right_content .download_icon{
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url(home-nav-download_d488b3e060.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.body_box{
background: #313131;

}
.body_box .box{
  margin: 0 auto;
  text-align: center;
  max-width: 1400px;
}
.body_box .title{
  font-size: 26px;
  padding: 20px 0;
  background: #323232;
  width: 100%;
  text-align: left;
  color: #ccc;
}

.body_box .box_mobile{
  max-width: 100%;
}

.body_box .box_mobile .title{
  font-size: 1.2rem;
  padding:  15px;
  box-sizing: border-box;
}
.menu_icon{
  width: 20px;
  height:20px;
}

.user_icon{
  width: 20px;
  height: 20px;
}
.right_content_mobile .item{
  margin: 0 5px!important;
}

@media screen and (max-width: 1799px) {
  .wrap{
    max-width: 1180px;
  }
  .body_box .box{
    max-width: 1180px;
  }
}