html,
body {
  color: #666;
  line-height: 1.5;
  font-size: 14px;
  font-family: microsoft yahei;
  height: 100%;
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
.wrap {
  margin: 0 auto;
  width: 82%;
}
.header,
.footer {
  background-color: #fff;
  font-size: 14px;
  position: absolute;
  width: 100%;
  left: 0;
}
.main {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
  position: absolute;
  top: 90px;
  bottom: 80px;
  overflow: auto;
  width: 100%;
}
.header {
  top: 0;
}
.footer {
  bottom: 0;
}
.header .wrap {
  height: 90px;
  position: relative;
}
.footer .wrap {
  height: 80px;
  padding-top: 15px;
  position: relative;
}
.title {
  font-weight: normal;
  font-size: 24px;
  float: left;
  color: #00a1ef;
  line-height: 90px;
}
.HrightLink {
  margin-bottom: 18px;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.HrightLink a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  margin: 0 5px;
}
.HrightLink a:not(:last-child):after {
  content: "|";
  margin-left: 10px;
  color: #999;
  font-size: 14px;
}
.footer .HrightLink {
  top: 10px;
}
.checkOutBox {
  overflow: hidden;
}
.checkOutBox .item {
  position: relative;
  width: 430px;
  height: 430px;
  margin: 10px;
  float: left;
  overflow: hidden;
}
.checkOutBox .item .imgWrap img {
  background-color: #fcfcfc;
  display: block;
  -webkit-transition: all .3s ease;
  -webkit-transform: scale(1);
}
.checkOutBox .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.checkOutBox .item .text h3,
.checkOutBox .item .text p {
  text-align: left;
  padding: 20px;
  margin: 0;
}
.checkOutBox .item .text h3 {
  font-size: 20px;
  line-height: 2;
}
.checkOutBox .item .text p {
  font-size: 18px;
  padding-top: 0;
}
.checkOutBox .item .text .downBtn {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.checkOutBox .item .text .downBtn a {
  display: inline-block;
  border-radius: 18px;
  text-decoration: none;
  background-color: #00a1ef;
  color: #fff;
  padding: 0 30px;
  line-height: 35px;
  transition: all 1s;
  overflow: hidden;
  position: relative;
}
.checkOutBox .item .text .downBtn a > span {
  transition: all 0.5s;
}
.checkOutBox .item .text .downBtn a:hover,
.checkOutBox .item .text .downBtn a:active {
  background: #0075ae;
  transition: all 1s;
}
.checkOutBox .item:hover .imgWrap img {
  -webkit-transform: scale(1.1);
}
.qrcodeLayer {
  display: none;
  width: 736px;
  height: 417px;
  padding: 50px 0 0;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -209px 0 0 -368px;
  z-index: 99;
  background: url("../../images/downLayerBg.jpg");
  background-size: 100% auto;
  text-align: center;
  color: #fff;
}
.qrcodeLayer .closeLayer {
  width: 41px;
  height: 41px;
  position: absolute;
  right: -41px;
  top: 0px;
  background: url("../../images/close.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.qrcodeLayer h3 {
  font-size: 18px;
  font-weight: normal;
  height: 50px;
}
.qrcodeLayer .qrCodeCon .imgWrap {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin: 2% 0 0;
}
.qrcodeLayer .qrCodeCon .imgWrap img {
  display: block;
}
.blkbg {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
}
.help {
  background-color: #fff;
  text-align: left;
  display: table;
}
.aside {
  width: 218px;
  text-align: center;
  display: table-cell;
}
.aside h3 {
  height: 66px;
  line-height: 66px;
  font-weight: normal;
  background-color: #34495e;
  color: #fff;
  font-size: 18px;
}
.aside ul {
  list-style: none;
  margin: 0;
}
.aside ul li > span.cur {
  background-color: #eee;
  color: #00a1ef;
}
.aside ul li > span.cur:after {
  border-color: transparent transparent #999 transparent;
}
.aside ul li > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  border: 6px solid #333;
  border-color: #999 transparent transparent transparent;
}
.aside ul li a,
.aside ul li > span {
  position: relative;
  color: #666;
  text-decoration: none;
  height: 66px;
  line-height: 66px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.aside ul li a:hover,
.aside ul li > span:hover,
.aside ul li a:active,
.aside ul li > span:active,
.aside ul li a.cur,
.aside ul li > span.cur {
  color: #00a1ef;
  background-color: #eeeeee;
}
.aside ul li ul {
  display: none;
  font-size: 14px;
}
.aside ul li ul a {
  height: 40px;
  line-height: 40px;
  border-color: #eee;
}
@media (max-width: 600px) {
  .aside {
    width: 100%;
  }
}
.content {
  border-left: 1px solid #eee;
  display: table-cell;
}
.boxTit {
  height: 66px;
  line-height: 66px;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 16px;
}
.details {
  padding: 18px 30px;
  color: #333;
  line-height: 1.6;
  word-break:break-all;
}
.details p {
  margin-bottom: 18px;
}
.details p a {
  color: #ff6600;
  text-decoration: none;
  margin-right: 18px;
}
