@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body, html {
  font: 14px "微软雅黑", '\5fae\8f6f\96c5\9ed1';
  background: #f1f1f1;
  color: #333;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: 0
}
ol, ul {
  list-style: none
}
a {
  color: #333;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
header {
  position: relative;
  height: 42px;
  padding: 2px 15px 0 120px;
  z-index: 109;
  background: #2095f4;
}
header > a {
  position: absolute;
  top: 5px;
  left: 0;
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
}
header .logo {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  box-sizing: border-box;
  padding-right: 88px;
}
header .logo a {
  display: block;
  background: url("../images/doo_icon.png") no-repeat center;
  background-position: 0 0px;
  width: 40px;
  height: 34px;
  float: left;
}
.SearchBox {
	border-radius: 6px;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-align: center;
  position: relative;
  top: 4px;
  display: flex;
  background: #ccc;
}
.searchDiv {
  width: 100%;
  height: 50px;
  background: #f6f6f6;
  border-bottom: 1px dashed #ccc;
  padding: 9px 10px 0 10px;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.searchDiv > div {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #2095f4;
  height: 30px;
  padding: 0 36px 0 5px;
}
.SBInp {
  position: relative;
  border: none;
  border-radius: 2px 0 0 2px;
  background: #fff;
  -webkit-box-flex: 1;
  width: 100%;
  height: 32px;
}
.SBInp:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 17px;
  border-right: 1px solid #d9d9d9;
}
.SBBtn {
  -webkit-box-sizing: border-box;
  position: relative;
  float: left;
}
.SBInp input {
  width: 100%;
  height: 32px;
  text-indent: 10px;
  font-size: 12px;
  border: none;
  border-radius: 7px 0 0 7px;
  color: #666;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  outline: none;
}
.SBBtn button {
  position: relative;
  border: none;
  border-radius: 0 3px 3px 0;
  width: 32px;
  height: 32px;
  padding: 1px 0;
  background: #fff url("../images/doo_icon.png") -50px -3px no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  outline: none;
  cursor: pointer
}
/*搜索下拉*/
.srch_resTips {
  width: 100%;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 6px;
  box-shadow: 0 5px 0px #fff, 0 5px 10px #666;
  z-index: 9999;
}
ul.resTips_List {
  width: 100%;
  margin: 0 auto;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  padding-bottom: 0;
}
ul.resTips_List li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
ul.resTips_List li a {
  display: block;
}
#mclassify {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  z-index: 1;
  background: url(../images/doo_icon.png) -128px -0px no-repeat;
  cursor: pointer
}
#mclassifyCont {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 10000;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
#mclassifyCont p {
  margin: 10px 15px 5px;
  border: 1px solid #2095f4;
  border-radius: 3px;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  height: 36px;
}
#mclassifyCont p span {
  position: relative;
  float: left;
  -webkit-box-flex: 1;
  text-align: center;
  width: 50%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #2095f4;
  display: block;
}
#mclassifyCont p .cur {
  background: #2095f4;
  color: #fff;
}
#mclassifyCont p span:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 36px;
  background: #2095f4;
}
#mclassifyCont ul {
  margin: 0 10px 15px 10px;
  display: none;
  overflow: auto;
}
#mclassifyCont ul.on {
  display: block;
}
#mclassifyCont li {
  float: left;
  width: 33.33%;
}
#mclassifyCont li a {
  display: block;
  text-align: center;
  margin: 5px;
  border: 1px solid #d6d6d6;
  padding: 12px 7px;
  color: #999;
}
#mclassifyCont li a span {
  display: block;
  color: #333;
  padding: 0 0 4px 0;
}
#xmCont {
  display: block;
  clear: both;
  width: 33.33%;
  height: 36px;
  line-height: 36px;
  margin: 0 auto 20px auto;
  border: 1px solid #ffae00;
  border-radius: 3px;
  background: #ffefcc;
  color: #f60;
  text-align: center;
}
/* 导航 */
nav {
  height: 42px;
  line-height: 42px;
	position: relative;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgb(215 215 215 / 40%);
	z-index: 100
}
nav .hide {
  display: none;
}
nav span {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(../images/all_ico.png) 0 -115px no-repeat;
  background-size: 20px auto;
  vertical-align: middle;
  cursor: pointer
}
nav li.sq span {
  background-position: 0 -125px;
}
nav ul li.cur a {
  color: #2095f4;
  font-weight: 600;
}
nav ul {
  zoom: 1;
  z-index: 6;
  clear: both;
  overflow: hidden;
   justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    display: flex;
}
nav ul li {
  width: 16.67%;
  padding: 0;
  float: left;
  color: #333;
  text-align: center;
}
nav ul li a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #333;
}
nav ul li.liW {
  width: 40%;
}
/*顶部浮动导航*/
.fixNav {
  position: absolute;
  z-index: -1;
}
.NavFloat {
  line-height: 40px;
  background: #2095f4;
	color: #fff;
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
    box-shadow: 0px 4px 4px 0px rgb(215 215 215 / 40%);
}
.fixNav ul {
	zoom: 1;
	z-index: 6;
	clear: both;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	display: flex;
}
.fixNav ul li {
  width: 16.67%;
  padding: 0;
  float: left;
  color: #333;
  text-align: center;
}
.fixNav ul li a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.fixNav ul li.cur a {
  color: #2095f4;
  font-weight: 600;
}
/* 标题 */
.mCTitle {
  width: 100%;
  height: 44px;
  line-height: 32px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 6px 12px 0 12px;
  margin: 10px 0 0 0;
}
.mCTitle p {
  width: 100%;
  height: 36px;
  border-bottom: 2px solid #ccc;
}
.mCTitle span {
  display: block;
  height: 36px;
  border-bottom: 2px solid #09f;
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.mCTitle i {
  width: 6px;
  height: 38px;
  background: #fff;
  float: left;
}
.mCTitle a {
  float: right;
  font-size: 14px;
  color: #666;
}
/* footer */
footer {
  width: 100%;
  margin-top: 10px;
  background: #fff;
  text-align: center;
  position: relative;
  height: 50px;
}
footer p {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #ccc;
}
footer p a {
  padding: 0 10px;
}
#Cbacktop {
  width: 40px;
  height: 40px;
  background: url(../images/index-icon.png) no-repeat 0 -143px;
  background-size: 600px;
  display: none;
  /*overflow: hidden;*/
  position: fixed;
  right: 10px;
  bottom: 100px;
  /*z-index: 500*/
}
/*必备内页*/
em, i, u, s, b {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.navbar {
    position: relative;
    z-index: 0;
    padding: 5px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.navbar a {
    position: relative;
    color: #999;
    font-weight: 400;
}
.navbar a::after {
    content: '>';
    position: relative;
    top: 0;
    margin:5px;
    display: inline-block;
    width: 5px;
}

.iceGameApp {
    margin: 0 0.2rem 0.2rem;
    background: #ffffff;
    padding-bottom: 0.1rem;
}

.iceTit {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: auto;
}
.iceTit h2 {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 18px;
    font-weight: bold;
}
.iceGameApp ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.iceGameApp ul li {
    position: relative;
    display: block;
    text-align: center;
    width: 25%;
    padding: 5px 0;
}
.iceGameApp ul li a {
    position: relative;
    display: block;
    z-index: 1;
}
.iceGameApp ul li a img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin: 0 auto 10px;
}
.iceGameApp ul li a p {
    display: block;
    width: 96%;
    font-size: 16px;
    color: #1f2121;
    height: 25px;
    line-height: 20px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iceGameApp ul li a p:nth-of-type(2) {
    font-size: 14px;
    color: #999;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}
.iceGameApp ul li a span {
    display: block;
    margin: auto;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #51ebff;
    border-radius: 3px;
    border: 0.02rem solid rgba(79, 219, 223, 0.5);
}
.pageCode {
    padding: 24px 0;
    text-align: center;
    font-size: 18px;
    color: #949799;
}
.pageCode > a {
    padding: 5px 12px;
}
.pageCode a {
    display: inline-block;
    position: relative;
    padding: 5px 12px;
    margin: 3px 1px;
    color: #999;
    text-decoration: none;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
}
.pageCode a.disabled, .pageCode a.disabled:hover {
    color: #999;
    background-color: #efefef !important;
    cursor: default;
}
.pageCode > span {
    display: inline-block;
    line-height: 38px;
    height: 38px;
    border-radius: 4px;
}

.map-list {
    margin: 0 10px;;
    background: #ffffff;
    padding: 5px;;
}
.map-list .iceTit {
    padding: 5px 10px;
}
.iceTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.map-list .iceTit strong {
    z-index: 1;
    padding: 5px 0;
    font-size: 18px;
    color: #333;
}
.iceTit strong {
    z-index: 1;
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 18px;
    font-weight: bold;
}

.iceTit a {
    display: flex;
    font-size: 14px;
    width: 15px;
    height: 15px;
    background: #2095f4;
    border-radius: 3px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.map-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.08rem;
    padding-top: 0.15rem;
}
.map-list li a {
    display: block;
    margin: 4px;
    text-align: center;
    background-color: #f2f3f5;
    color: #666;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}