@charset "UTF-8";
/* 
 *  @Description: common css
 *  @author: haibao
 *  @Update: 2014-6-6
 */
body {
  font: 12px/140% "Microsoft Yahei", "微软雅黑", "Arial", "san-serif";
  background-color: #666666;
  color: #666;
  margin: 0;
  padding: 0;
  height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  width: auto9;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  -moz-animation: fadein 350ms ease-out;
  -webkit-animation: fadein 350ms ease-out;
  -o-animation: fadein 350ms ease-out;
  animation: fadein 350ms ease-out;
}
a,
span,
footer {
  color: #fff;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a:focus {
  outline: none;
}

/* animation */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ----------------------------------------------- */

/* 自定义样式 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.cp {
  cursor: pointer;
}
.f14 {
  font-size: 14px;
}
.pt15 {
  padding-top: 15px;
}
/* ----------------------------------------------- */
#wrapper {
  height: 100vh;
}
.skinBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#header {
  padding: 14px 14px 0;
  overflow: hidden;
}
#header span {
  color: #fff;
  text-shadow: 0 0 3px #333;
  float: left;
  line-height: 20px;
}
.weatherIcon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.wI1 {
  background: url("../images/a1.png");
}
#header span.polutionLevel {
  color: #4cc74c;
  font-weight: 700;
  margin-left: 2px;
}
.sp {
  padding: 0 5px;
}
.headNavs {
  width: 800px;
}
.headNavs a {
  padding-right: 5px;
  text-decoration: none;
  display: inline-block;
}
.headNavs a:hover span {
  text-decoration: underline;
}
.topMenus {
  padding-top: 6px;
  position: absolute;
  right: 20px;
  top: 33px;
  width: 90px;
  z-index: 999;
}
.topMenus a {
  background-color: #ffffff;
  color: #0079f5;
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 6px;
  text-align: center;
  text-decoration: none;
}
.topMenus a:hover {
  background-color: #f1f8ff;
}
.arrowTop {
  position: absolute;
  top: -5px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #ffffff transparent;
}
.s-icon {
  background: url("../images/spis4.png") no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}
.s-icon-treasure {
  background-position: -12px -577px;
}
.s-icon-skin {
  background-position: -42px -577px;
}
.s-icon-msg {
  background-position: -228px -574px;
}
.s-icon-line {
  background-position: -104px -577px;
  width: 4px;
}
.user-arrow {
  background: url("../images/spis4.png") no-repeat -707px -588px;
  width: 10px;
  height: 10px;
  margin: 7px 0 0 4px;
  display: inline-block;
}
.content {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -340px;
}
.mainNavs {
  margin: 5px auto;
  width: 620px;
  text-align: left;
}
.mainNavs a {
  font-size: 14px;
  margin-left: 12px;
}
.logo img {
  margin: 0 0 -15px;
}
.searchIpt {
  width: 515px;
  font-family: "微软雅黑";
  outline: none;
  border: 2px solid #4e6ef2;
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  padding: 10px 9px 10px 7px;
  margin-right: 3px;
  background: content-box;
}
.btn {
  background: #4e6ef2;
  border: 2px solid #4e6ef2;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: "微软雅黑";
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 105px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.mainContents {
  width: 740px;
  border-radius: 10px;
  margin: 80px auto auto;
}
.menusWrapper {
  width: 80px;
  height: 318px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}
.menusWrapper a {
  width: 80px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-shadow: 0 0 5px #000000;
  text-decoration: none;
  font-size: 14px;
}
.menusWrapper a.active {
  background: url(../images/menuBg.png) no-repeat;
}
.menusWrapper a:hover {
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ctnerWrapper {
  min-height: 250px;
  height: auto !important;
  height: 250px;
}
.ctnerTab {
  height: 44px;
  line-height: 44px;
}
.ctnerTab a {
  text-decoration: none;
  font-size: 14px;
  color: #222;
  width: 86px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
}
.ctnerTab a.on {
  border-bottom: 2px solid #42a0fe;
  font-weight: 700;
}
.ctnerBox {
  height: 100%;
}
.cbox {
  position: relative;
  top: 0;
  width: 740px;
}
#cbox-1 {
  display: block;
}
.hotNavs {
  width: 100%;
  display: block;
}
.navTitle {
  color: #999999;
  height: 81px;
  line-height: 16px;
  padding: 4px 7px 0 20px;
  text-align: left;
  width: 75px;
}
.navArea {
  margin-left: 62px;
}
.navArea a {
  width: 114px;
  height: 69px;
  float: left;
  display: inline-block;
  border: 1px solid #b2cde4;
  border-radius: 5px;
  margin: 0 8px 12px 0;
}
.navArea a img {
  border-radius: 5px;
}
.navArea a:hover {
  border: 1px solid #42a0fe;
}
.sliderBox {
  width: 425px;
}
.picLink {
  display: none;
  width: 425px;
  height: 260px;
  position: relative;
}
.picLink.active {
  display: block;
}
.picTitle {
  width: 100%;
  padding: 4px 0;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  text-indent: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.smallPics {
  background-color: #191919;
  padding: 8px 0 0 15px;
  height: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.smallPics a {
  width: 78px;
  cursor: pointer;
  transition: opacity 500ms ease 0s;
  -webkit-transition: opacity 500ms ease 0s;
  -moz-transition: opacity 500ms ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: left;
  position: relative;
  display: inline-block;
}
.smallPics a:hover,
.smallPics a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.smallPics a.active img {
  border: 1px solid #389cff;
}
.topic {
  margin-left: 445px;
  padding-top: 20px;
}
.topicTop {
  border-bottom: 1px solid #389cff;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.titleT {
  background-color: rgba(0, 0, 0, 0);
  color: #222;
  width: 100px;
  text-align: center;
  height: 28px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}
.titleT a {
  color: #222;
}
.titleT.on {
  background-color: #389cff;
}
.titleT.on a {
  color: #fff;
}
.titleWords a,
.titleTopic a {
  text-decoration: none;
}
.changeWords {
  color: #222;
  position: absolute;
  right: 22px;
  text-decoration: none;
}
.topicList {
  height: 240px;
  padding-top: 10px;
  width: 349px;
}
.topicList li {
  list-style: square inside;
  font-size: 6px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
}
.topicList li a {
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
.topicList li a:hover {
  color: #389cff;
  text-decoration: underline;
}
.wBox {
  display: block;
}

/* autocomplete */
div.ac {
  border: 1px solid #ccc;
  position: absolute;
  display: none;
  overflow: auto;
  background-color: #ffffff;
}
div.ac > ul > li {
  word-break: break-all;
}
div.ac > ul > li > div {
  display: table-row;
  width: 100%;
}
div.ac > ul > li > div em {
  color: #333;
  font-style: normal;
}
div.ac > ul > li.normal {
  padding: 2px 0px 2px 5px;
}
div.ac > ul > li.normal > div > span,
div.ac > ul > li.iconList > div > span {
  display: table-cell;
  vertical-align: middle;
  color: #333;
}
div.ac > ul > li.iconList {
  padding: 0px 0px 0px 2px;
}
div.ac > ul > li.iconList > div > div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
div.ac > ul > li.iconList > div > div > img {
  display: table;
  display: table-cell\9;
}
div.ac > ul > li.selected {
  background-color: #eeeeee;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert {
  display: none;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  min-width: 240px;
  min-height: 20px;
  margin-left: -141px;
  z-index: 99999;
  padding: 10px 20px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #f56c6c;
}
