@charset "utf-8";
* {
  font-family: "Microsoft YaHei";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dotted-underline {
        text-decoration: underline;
        border-bottom: 1px dotted black;
    }
.topBox {
  height: 150px;
  width: 650px;

  background-image: linear-gradient(5deg, #f6c2eb 0%, #aec1ee 80%);
  /*background: -webkit-linear-gradient(5deg, #f6c2eb 0%, #aec1ee 80%);*/
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px; /*设置圆角*/
  box-shadow: 8px 10px 15px 2px rgba(100, 100, 100, 0.65);
  -webkit-box-shadow: 8px 10px 15px 2px rgba(100, 100, 100, 0.65);
  -moz-box-shadow: 8px 10px 15px 2px rgba(100, 100, 100, 0.65);
}
a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: none;
  /*鼠标经过变色*/
}
.topBox a {
  color: white;
  display: inline-block;
  padding: 15px;
}
.topBox img {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.3s ease-out;
  height: 110px;
  width: 110px;
  vertical-align: middle;
  padding: 20px;
}
.topBox a:hover {
  color: black;
  padding: 18px;
  font-size: 18px;
  text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.75);
  -webkit-text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.75);
  -moz-text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.75);
}
.topBox img:hover {
  height: 120px;
  width: 120px;
  padding: 18px;
}
.topBox nm {
  color: whitesmoke;
  text-shadow: 4px 6px 10px rgba(124, 124, 124, 0.7);
  -webkit-text-shadow: 4px 6px 10px rgba(124, 124, 124, 0.7);
  -moz-text-shadow: 4px 6px 10px rgba(124, 124, 124, 0.7);
  letter-spacing:20px;
  font-size: 52px;
  padding: 1px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.leftBox {
  width: 200px;
  height: auto;
  margin-top: 30px;
  margin-left: 2%;
  display: inline-block;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgb(174,193,238); /*设置边框线*/
  position: fixed;
  /*设置阴影*/
  box-shadow: 4px 5px 8px 2px rgba(100, 100, 100, 0.65);
  -webkit-box-shadow: 4px 5px 8px 2px rgba(100, 100, 100, 0.65);
  -moz-box-shadow: 4px 5px 8px 2px rgba(100, 100, 100, 0.65);
}
.leftBox-title {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center; /*文字水平居中*/
  line-height: 40px;
  border-radius: 9px 9px 0px 0px; /*圆角*/
  background-image: linear-gradient(5deg, #f6c2eb 0%, #aec1ee 80%);
}
.leftBox-title img {
  vertical-align: middle;
  width: 36px;
  height: 36px;
}
.leftBox-text {
  padding-left: 10px;
  line-height:18px;
  font-size:15px;
  padding-right: 10px;
}
.leftbox-text p {
  font-size: 13px;
  text-indent: 2em;
}
.leftbox-text a {
  transition: none;
  -webkit-transition: none;
  padding-left: 1px;
  padding-right: 1px;
  color: red;
}
.gameBox {
  width: calc(100vw - 260px);
  margin-top: 20px;
  margin-left: 250px;
  display: inline-block;
  height: calc(100vh - 210px);
  overflow-y: scroll;
}
.gameCard {
  width: 130px;
  height: 130px;
  display: inline-block;
  text-align: center;
}
.gameCard img {
  width: 70px;
  height: 70px;
  border-radius: 20%;
  margin-top: 15px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  box-shadow: 2px 2px 3px 2px rgba(100, 100, 100, 0.65);
  -webkit-box-shadow: 2px 2px 3px 2px rgba(100, 100, 100, 0.65);
  -moz-box-shadow: 2px 2px 3px 2px rgba(100, 100, 100, 0.65);
}
.gameCard img:hover {
  width: 80px;
  height: 80px;
  border-radius: 15%;
  margin-top: 10px;
  box-shadow: 5px 6px 12px 4px rgba(100, 100, 100, 0.6);
  -webkit-box-shadow: 5px 6px 12px 4px rgba(100, 100, 100, 0.6);
  -moz-box-shadow: 5px 6px 12px 4px rgba(100, 100, 100, 0.6);
}

.gameCard a {
  color: #1a1b1b;
  display: inline-block;
}

.gameCard a:hover {
  color: orange;
  font-size: 18px;
  text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.75);
  -webkit-text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.75);
  -moz-text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.75);
}
.popWindow {
    position: fixed;
    width: 300px;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
.update-container-title {
    position: relative;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: /*#fff*/#F5F5F5;
    font-size: 16px;
    background-color: #d6c2ec;
}

.update-container-title img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20%;
    right: 10px;
}
.update-container-content {
    border: 1px solid #d6c2ec;
    /*border-top: 0;*/
    width: 300px;
    box-sizing: border-box;
    padding: 20px 35px;
    background: #fff;
}

/*网页灯笼特效*/

.deng-box {
	position: fixed;
	top: -40px;
	right: -20px;
	z-index: 999;
}
 
.deng-box1 {
	position: fixed;
	top: -30px;
	right: 10px;
	z-index: 999;
}
 
.deng-box1 .deng {
	position: relative;
	width: 120px;
	height: 90px;
	margin: 50px;
	background: #d8000f;
	background: rgba(216, 0, 15, 0.8);
	border-radius: 50% 50%;
	-webkit-transform-origin: 50% -100px;
	-webkit-animation: swing 5s infinite ease-in-out;
	box-shadow: -5px 5px 30px 4px rgba(252, 144, 61, 1);
}
 
.deng {
	position: relative;
	width: 120px;
	height: 90px;
	margin: 50px;
	background: #d8000f;
	background: rgba(216, 0, 15, 0.8);
	border-radius: 50% 50%;
	-webkit-transform-origin: 50% -100px;
	-webkit-animation: swing 3s infinite ease-in-out;
	box-shadow: -5px 5px 50px 4px rgba(250, 108, 0, 1);
}
 
.deng-a {
	width: 100px;
	height: 90px;
	background: #d8000f;
	background: rgba(216, 0, 15, 0.1);
	margin: 12px 8px 8px 8px;
	border-radius: 50% 50%;
	border: 2px solid #dc8f03;
}
 
.deng-b {
	width: 45px;
	height: 90px;
	background: #d8000f;
	background: rgba(216, 0, 15, 0.1);
	margin: -4px 8px 8px 26px;
	border-radius: 50% 50%;
	border: 2px solid #dc8f03;
}
 
.xian {
	position: absolute;
	top: -20px;
	left: 60px;
	width: 2px;
	height: 20px;
	background: #dc8f03;
}
 
.shui-a {
	position: relative;
	width: 5px;
	height: 20px;
	margin: -5px 0 0 59px;
	-webkit-animation: swing 4s infinite ease-in-out;
	-webkit-transform-origin: 50% -45px;
	background: #ffa500;
	border-radius: 0 0 5px 5px;
}
 
.shui-b {
	position: absolute;
	top: 14px;
	left: -2px;
	width: 10px;
	height: 10px;
	background: #dc8f03;
	border-radius: 50%;
}
 
.shui-c {
	position: absolute;
	top: 18px;
	left: -2px;
	width: 10px;
	height: 35px;
	background: #ffa500;
	border-radius: 0 0 0 5px;
}
 
.deng:before {
	position: absolute;
	top: -7px;
	left: 29px;
	height: 12px;
	width: 60px;
	content: " ";
	display: block;
	z-index: 999;
	border-radius: 5px 5px 0 0;
	border: solid 1px #dc8f03;
	background: #ffa500;
	background: linear-gradient(to right, #dc8f03, #ffa500, #dc8f03, #ffa500, #dc8f03);
}
 
.deng:after {
	position: absolute;
	bottom: -7px;
	left: 10px;
	height: 12px;
	width: 60px;
	content: " ";
	display: block;
	margin-left: 20px;
	border-radius: 0 0 5px 5px;
	border: solid 1px #dc8f03;
	background: #ffa500;
	background: linear-gradient(to right, #dc8f03, #ffa500, #dc8f03, #ffa500, #dc8f03);
}
 
.deng-t {
	font-family: 华文行楷,Arial,Lucida Grande,Tahoma,sans-serif;
	font-size: 3.2rem;
	color: #dc8f03;
	font-weight: bold;
	line-height: 85px;
	text-align: center;
}
 
.night .deng-t, 
.night .deng-box, 
.night .deng-box1 {
	background: transparent !important;
}
 
@-moz-keyframes swing {
	0% {
		-moz-transform: rotate(-10deg)
	}
 
	50% {
		-moz-transform: rotate(10deg)
	}
 
	100% {
		-moz-transform: rotate(-10deg)
	}
}
 
@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate(-10deg)
	}
 
	50% {
		-webkit-transform: rotate(10deg)
	}
 
	100% {
		-webkit-transform: rotate(-10deg)
	}
}