body {
  padding: 0;
  border: 0;
  margin: 0;
}

.egret-player {
  width: 100%;
  height: 100%;
  color: #888;
  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

.loading-overlay {
	font-family: Helvetica, Verdana, Arial, sans-serif;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.loading-overlay.loadsucc {
	display: none;
}

.loading-overlay .innerImg{
    width: 100%;
    margin: 0 auto;
    padding-top: 22%;
    text-align: center;
}
.loading-overlay .innerImg img{
    width: 25%;
}

.loading-overlay .innerImg .sponsor-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
}

.loading-overlay .innerImg .sponsor-wrapper.loadsucc {
  visibility: visible;
}

.loading-overlay .innerImg .sponsor-wrapper .sponsor-text{
  font-size: 14px;
}

.loading-overlay .innerImg .sponsor-wrapper .sponsor-image{
  margin-top: 10px;
  width: 30%;
}

.loading-overlay .close{
  position: absolute;
  left: 4vw;
  top: 10vw;
  background:url("//laz-img-cdn.alicdn.com/tfs/TB1s7S1XYus3KVjSZKbXXXqkFXa-46-48.png") rgba(43,43,43,0.3) no-repeat 50% 50%;
  width:8vw;
  height: 8vw;
  border-radius: 100%;
  background-size: 45%;
}

.loading-overlay .loading-wrapper {
  width: 100%;
  position: absolute;
  top: 75%;
  left: 0;
  text-align: center;
}

.loading-overlay .loading-bar{
  width: 70vw;
  margin: 0 auto;
  background: #D8D8D8;
  border-radius: 2vw;
}

.loading-overlay .loading-bar .loading-process {
  display: block;
  background: #FF6D2B;
  border-radius: 2vw;
  height:2vw;
  position: relative;
  width: 0%;
}

.loading-overlay .loading-bar .loading-icon{
    display: block;
    background: url(//laz-img-cdn.alicdn.com/tfs/TB1m3owV4YaK1RjSZFnXXa80pXa-96-96.png) no-repeat;
    height: 6vw;
    width: 6vw;
    height: 6vw;
    position: absolute;
    right: -3vw;
    top: -2vw;
    background-size: cover;
  }


.loading-overlay .state{
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}

.loading-overlay .again{
  width: 60vw;
  margin: 0 auto;
  height: 11.2vw;
  background: #FF330C;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
  margin-top: 15px;
  visibility: hidden;
}

.loading-overlay .again.visible{
  visibility: visible;
}

.toolbox-overlay {
  width: 100%;
  z-index: 2147483646;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
}

.toolbox-overlay.loadsucc {
  display: block;
}

.toolbox-overlay .icon-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.toolbox-horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.93vw;
  padding: 0 4vw;
}

.toolbox-vertical {
  display: flex;
  flex-direction: column;
  margin-top: 2.93vw;
  padding: 0 2vw;
}

.game-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 5px;
  width: 23.2vw;
  height: 6.13vw;
  background: rgba(43, 43, 43, 0.3);
  border-radius: 6.13vw;
  color: #fff;
  font-size: 12px;
}

.game-status .left-lives {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 6.67vw;
  height: 5.33vw;
  background-image: url('https://laz-img-cdn.alicdn.com/tfs/TB1GABERhnaK1RjSZFBXXcW7VXa-474-384.png');
}

.game-status .remaining-time {
  white-space: nowrap;
  flex: 1;
  text-align: center;
  padding-left: 3px;
}

.action-box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  width: 17.07vw;
  height: 6.13vw;
  background: rgba(43, 43, 43, 0.3);
  border-radius: 6.13vw;
  color: #fff;
  position: relative;
}

.action-box:after {
  content: '';
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 20%;
  left: 50%;
  width: 1px;
  height: 60%;
}

.action-box .action-item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-box .action-item .icon-item {
  width: 50%;
  height: 50%;
}

.action-box .action-item:first-child .icon-item {
  background-image: url('https://img.alicdn.com/tfs/TB1l7zuahD1gK0jSZFKXXcJrVXa-36-12.png')
}

.action-box .action-item:last-child .icon-item {
  background-image: url('//laz-img-cdn.alicdn.com/tfs/TB1s7S1XYus3KVjSZKbXXXqkFXa-46-48.png');
}

.vertical-item {
  display: inline-block;
  padding: 2vw;
  width: 7.89vw;
  height: 7.89vw;
}

.vertical-item .icon-item {
  width: 100%;
  height: 100%;
}

.icon-item.leaderboard {
  background-image: url('https://laz-img-cdn.alicdn.com/tfs/TB1FdvMaBaE3KVjSZLeXXXsSFXa-120-120.png');
}

.icon-item.share {
  background-image: url('https://laz-img-cdn.alicdn.com/tfs/TB1.48.RxTpK1RjSZFMXXbG_VXa-60-60.png');
}

#__vconsole {
  z-index: 2147483647;
}