.header_wrap_new {
  width: 100%;
  float: left;
  height: 94px;
  border-bottom: 4px solid #b45c18
}

.sticky-header {
  position: fixed;
  z-index: 999999;
  background: #760000;
}

.sticky-header .text {
  color: #fff;
  font-size: 12px;
  padding: 0 0 7px 20px
}

.header {
  clear: both;
  width: 960px;
  margin: 0 auto
}

#nav-icon {
  display: none;
  float: left;
  margin-top: 20px;
  width: 25px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}

#nav-icon span {
  margin-top: 0;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fbfbfb;
  cursor: pointer;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

#nav-icon span:nth-child(1) {
  top: 0
}

#nav-icon span:nth-child(2) {
  top: 8px
}

#nav-icon span:nth-child(3) {
  top: 16px
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -20px
}

#nav-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.logo {
  float: left;
  padding-top: 17px;
  font-size: 10px;
}

.desktopHeaderLogo {
  padding-top: 26px
}

.desktopHeaderLogo img {
  width: 203px;
  height: auto
}

.fusion_header_players_box {
  color: #fff;
  text-align: center;
  background: 0 -400px no-repeat;
  padding-top: 46px;
  font-size: 12px;
  font-weight: 700;
  padding: 44px 45px 5px;
  display: inline-block;
  float: left
}

.fusion_header_players_heading {
  font-size: 1.8em;
  line-height: 1.2em;
  color: #dc9804
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.comminityTxt {
  float: left;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  padding-left: 60px;
  margin-top: 46px
}

.m-download,
.download-visible {
  display: none;
}

.header-down-btn {
  float: left;
  background: linear-gradient(225deg, #F28E26 0%, #FD644F 100%);
  border-radius: 12px;
  width: 174px;
  height: 62px;
  line-height: 62px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-left: 60px;
  margin-top: 14px;
}

.header-down-btn>span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.header-down-btn:hover,
.header-down-btn:active,
.header-down-btn:focus {
  color: #fff;
  text-decoration: none;
}

.side_bar {
  z-index: 999999;
  width: 198px;
  float: left;
  padding: 20px 0;
  padding-top: 0;
  padding-right: 1px;
  background: url(/assets/images/leftnav-line.png) repeat-y
}
.lp_side_bar{
  display: none;
}
#left_nav {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#left_nav,
#left_nav li {
  border-bottom: 1px solid #dcdada
}

#left_nav li a {
  display: block;
  font-size: 12px;
  color: #343434;
  text-decoration: none;
  position: relative
}

#left_nav li a:hover {
  background: #f5e1d3;
  color: #343434;
  text-decoration: none
}

#left_nav li a span:before {
  content: "\00BB \0020";
  font-size: 20px
}

#left_nav li a span {
  padding: 10px 25px 10px 19px;
  display: block
}

#left_nav li ul {
  padding: 7px
}

#left_nav li li {
  border-bottom: 0;
  padding: 0 0 1px
}

#left_nav li li a {
  padding: 6px 20px 4px 30px;
  display: block;
  color: #343434
}

#left_nav li li a:hover {
  background: #f2f2f2;
  color: #b54315
}

#left_nav li a.active,
#left_nav li a.active:hover {
  background: -moz-linear-gradient(top, #dd7028 0, #ca651f 20%, rgba(182, 89, 22, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd7028), color-stop(20%, #ca651f), color-stop(100%, rgba(182, 89, 22, 0)));
  background: -webkit-linear-gradient(top, #dd7028 0, #dd7028 100%, #b65916 100%);
  background: -o-linear-gradient(top, #dd7028 0, #b65916 100%, #b65916 100%);
  background: -ms-linear-gradient(top, #dd7028 0, #b65916 100%, #b65916 100%);
  background: linear-gradient(to bottom, #dd7028 0, #b65916 100%, #b65916 100%);
  color: #fff
}

#left_nav li li a.active:before {
  content: "\0021B3";
  padding-right: 4px;
  font-size: 16px
}

#left_nav li li a.active,
#left_nav li li a.active:hover {
  background: 0 0;
  padding-left: 16px;
  color: #b54315
}

@media screen and (max-width:1100px) {
  .sticky-header {
    z-index: 3;
  }
}

@media screen and (max-width:1100px) and (orientation:landscape) {
  .sticky-header {
    z-index: 3;
  }
}

@media only screen and (max-width:990px) {
  .header_wrap_new {
    height: 80px
  }

  .sticky-header .text {
    width: 95px;
    float: left;
    font-size: 11px;
    padding: 0 0 5px 11px;
  }

  .header {
    width: 800px
  }

  .logo img {
    width: 184px;
    height: auto
  }

  .logo {
    padding-top: 15px
  }

  .comminityTxt {
    font-size: 15px;
    padding-left: 39px;
    margin-top: 40px
  }

  .header-down-btn {
    margin-left: 39px;
    font-size: 15px;
    width: 128px;
    height: 42px;
    line-height: 42px;
    margin-top: 17px;
  }

  .fusion_header_players_box {
    padding-top: 41px;
    padding-right: 74px;
    font-size: 9px;
    background-position: 0 -400px
  }

  .pt-110 {
    padding-top: 95px !important
  }

  .pt-94 {
    padding-top: 79px !important;
  }
}

@media screen and (max-width:990px) and (orientation:landscape) {
  .logo {
    padding-top: 21px
  }
}

@media screen and (max-width:825px) and (orientation:landscape) {
  .logo {
    padding-top: 11px
  }
}

@media only screen and (max-width:825px) {
  .header_wrap_new {
    height: 60px
  }

  .sticky-header .text {
    font-size: 12px;
    margin: 0
  }

  .header {
    width: 95%;
    margin: 0 2.5%
  }

  #nav-icon {
    display: block
  }

  .logo {
    /* width: 39px; */
    overflow: hidden;
    padding-top: 11px
  }

  .logo img {
    width: 184px
  }

  .comminityTxt,
  .header-down-btn,
  .fusion_header_players_box {
    display: none !important
  }

  .m-download {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F0F0F0;
    padding: 20px 15px 25px;
    z-index: 9999;
    display: block;
  }

  .download-visible {
    padding: 20px 15px 25px;
    visibility: hidden;
  }

  .m-download img,
  .download-visible img {
    width: 100%;
  }

  .pt-110 {
    padding-top: 63px !important
  }

  .pt-94 {
    padding-top: 47px !important;
  }
  
  .side_bar {
    position: fixed;
    top: 60px;
    left: -210px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100vh;
    display: block;
  }
  
  #left_nav {
    overflow: scroll;
    height: 80vh;
    overflow-x: hidden
  }
  
  .side_bar.active {
    left: 0
  }
}

@media only screen and (max-width:580px) {
  .sticky-header .text {
    font-size: 11px;
    width: 75px;
    padding: 0;
  }
}

@media only screen and (max-width:400px) {
  #nav-icon {
    width: 20px
  }
}