﻿html,body {
  font-size: 14px;
  line-height: 1.6;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
  background: #fff;
}
#header {
  margin: 0 auto;
  position: relative;
}
#header .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#header #logo a {
  background: url(../images/logo2@1x.png) no-repeat;
  display: block;
  width: 285px;
  height: 53px;
  text-indent: -10000em;
  overflow: hidden;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2) {
  #header #logo a {
    background: url(../images/logo2@2x.png) no-repeat;
    background-size: 100%;
  }
}
#hang {
  width: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 1000;
  position: fixed;
  height: 70px;
  color: #666;
}
#hang .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}
#hang .logo a {
  background: url(../images/logo-v3.png) no-repeat;
  display: block;
  width: 285px;
  height: 53px;
  text-indent: -10000em;
  overflow: hidden;
}
#hang .page-nav {
  float: right;
}
#hang .page-nav,
#header .page-nav {
  float:right;
}
#hang .page-nav > ul,
#header .page-nav > ul {
  margin-bottom:20px;
}
#hang .page-nav > ul > li,
#header .page-nav > ul > li {
  float:left;
  margin-left:35px;
  height:50px;
  line-height:45px;
}
#hang .page-nav > ul > li.product,
#header .page-nav > ul > li.product {
  position: relative;
}
#hang .page-nav > ul > li.product em,
#header .page-nav > ul > li.product em {
  display: inline-block;
  width: 15px;
  height: 7px;
  background: url("../images/down-more-icon.png") no-repeat;
  margin-left: 5px;
}
#hang .page-nav > ul > li.product.show .product-item-list,
#header .page-nav > ul > li.product.show .product-item-list {
  display: block;
}
#hang .page-nav > ul > li.product .product-item-list,
#header .page-nav > ul > li.product .product-item-list {
  position: absolute;
  display: none;
  width: 115px;
  height: 115px;
  padding-top: 10px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 0px;
  top: 40px;
  z-index: 20;
}
#hang .page-nav > ul > li.product .product-item-list {
  background-color: #fff;
  -moz-box-shadow:  0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
}
#hang .page-nav > ul > li.product .product-item-list li:nth-child(1),
#header .page-nav > ul > li.product .product-item-list li:nth-child(1) {
  margin-top: 6px;
  /* padding-left: 3px; */
}
#hang .page-nav > ul > li.product .product-item-list li,
#header .page-nav > ul > li.product .product-item-list li {
  line-height: normal;
  margin-top: 9px;
}
#hang .page-nav > ul > li.product .product-item-list li a,
#header .page-nav > ul > li.product .product-item-list li a {
  color: #666;
  font-size: 12px;
  font-weight: 200;
}
#hang .page-nav > ul > li.product .product-item-list li a:hover,
#header .page-nav > ul > li.product .product-item-list li a:hover {
  color: #e38032;
}
#hang .page-nav > ul > li a {
  color: #666;
  display: inline-block;
  font-weight: 200;
}
#header .page-nav > ul > li a {
  display:inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size:14px;
  font-weight: 200;
}
#hang .page-nav > ul > li a:hover,
#header .page-nav > ul > li a:hover {
  text-decoration: none;
  color: #e38032;
}
#hang .page-nav > ul > li.login a,
#header .page-nav > ul > li.login a {
  color: #e38032;
  border: 1px solid #e38032;
  border-radius: 3px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#hang .page-nav > ul > li.login a:hover,
#header .page-nav > ul > li.login a:hover {
  color: #fff;
  background-color: #e38032;
  text-decoration: none;
}
#view {
  height: 500px;
  background-color: #065d5e;
  overflow: hidden;
}
#view #intro {
  max-width: 1000px;
  margin: 0 auto;
}
#view #intro .title-content {
  margin-top: 100px;
  margin-left: 40px;
}
#view #intro .title-content h2 {
  font-size: 46px;
  font-weight: 100;
  color: #fff;
}
#view #intro .title-content p {
  font-size: 22px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
}
#view #intro .marketing-logo-content {
  width: 526px;
  height: 526px;
  border: 2px solid rgba(165, 241, 251, 0.16);
  border-radius: 50%;
  background-color: rgba(5, 33, 37, 0.4);
  position: relative;
}
#view #intro .marketing-logo-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffa906;
  border-radius: 50%;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  animation: action1 25s linear infinite;
  -webkit-animation: action1 25s linear infinite;
}
#view #intro .marketing-logo {
  width: 310px;
  height: 310px;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 108px;
  background-color: rgba(5, 33, 37, 0.4);
  position: relative;
  background: url(../images/marketing-bg.png) no-repeat;
  background-size: 100%;
}
#view #intro .marketing-logo:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background-color: #ffa906;
  width: 34px;
  height: 34px;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -17px;
  animation: action2 10s linear infinite;
  -webkit-animation: action2 10s linear infinite;
}
#view #intro .marketing-logo:before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background-color: #ffa906;
  width: 94px;
  height: 94px;
  left: 50%;
  margin-left: -47px;
  top: 50%;
  margin-top: -47px;
}
@keyframes action1 {
  from {
    transform: rotate(0deg)  translate(263px) rotate(0deg);
    -ms-transform: rotate(0deg)  translate(263px) rotate(0deg);
    -moz-transform: rotate(0deg)  translate(263px) rotate(0deg);
    -webkit-transform: rotate(0deg)  translate(263px) rotate(0deg);
    -o-transform: rotate(0deg)  translate(263px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(263px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(263px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(263px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(263px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(263px) rotate(-360deg);
  }
}
@keyframes action2 {
  from {
    transform: rotate(0deg)  translate(155px) rotate(0deg);
    -ms-transform: rotate(0deg)  translate(155px) rotate(0deg);
    -moz-transform: rotate(0deg)  translate(155px) rotate(0deg);
    -webkit-transform: rotate(0deg)  translate(155px) rotate(0deg);
    -o-transform: rotate(0deg)  translate(155px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(155px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(155px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(155px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(155px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(155px) rotate(-360deg);
  }
}
#footer {
  margin: 0px;
  width: 100%;
  background-color: #f8f8f8;
  text-align: left;
  padding-bottom: 20px;
}
#footer .footer-wrap {
  width:1000px;
  margin: 0 auto;
}
#footer .footer-wrap .copyright {
  float:left;
  overflow:hidden;
  margin-top:40px;
  font-size:12px;
  color:#c3c3c3;
}
#footer .footer-wrap .copyright em {
  display:inline-block;
  width:35px;
  height:35px;
  background:url("../images/dipower-icon.png") no-repeat center center;
  margin-right:5px;
  vertical-align: top;
}
#footer .copyright-info {
  text-align:left;
  display:inline-block;
  color: #bababa;
}
#footer .rest {
  float:right;
  overflow:hidden;
  margin-left:250px;
  margin-top:40px;
}
#footer .rest > div {
  float:left;
}
#footer .rest > div ul li {
  font-size:10px;
  margin-bottom:2px;
}
#footer .rest > div ul li a {
  color:#cacaca;
  margin:0px;
  font-weight: 200;
}
#footer .rest > div h3 {
  color:#1d1d1d;
  margin-bottom:10px;
  font-size:12px;
  font-weight: 200;
}
#footer .rest > div:nth-child(2) {
  margin-left:160px;
  margin-right:160px;
}
#functions {
  width: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
  padding-bottom: 100px;
}
#functions .functions-nav,
#functions .function-item {
  width: 985px;
  margin: 0 auto;
}
#functions .functions-nav .nav-list {
  padding-top: 30px;
}
#functions .functions-nav .nav-list li {
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 200;
}
#functions .functions-nav .nav-list li:hover {
  background-color: #fba819;
  color: #fff;
  border-radius: 15px;
}
#functions .functions-nav .nav-list li.selected {
  background-color: #fba819;
  color: #fff;
  border-radius: 15px;
}
#functions .functions-nav .nav-list li:not(:nth-child(1)) {
  margin-left: 15px;
}
#functions .function-item {
  margin-top: 60px;
}
#functions .function-item .function-title {
  font-size: 26px;
  font-weight: 200;
  color: #000;
  margin-left: 10px;
}
#functions .function-item .function-des {
  color: #a7a7a7;
  margin-top: 5px;
  margin-left: 10px;
}
#functions .function-item .function-item-content {
  margin-top: 30px;
}
#functions .detail-item {
  width: 480px;
  border-radius: 15px;
  float: left;
}
#functions .detail-item:nth-child(2n) {
  margin-left: 18px;
}
#functions .detail-item .detail-item-hd {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 160px;
}
#functions .function-logo-content .function-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
}
#functions .function-logo-content {
  margin-top: 25px;
  margin-left: 20px;
}
#functions .function-logo-content .title {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 200;
  vertical-align: middle;
  margin-left: 7px;
}
#functions .function-action {
  margin-top: 30px;
  margin-right: 20px;
}
#functions .function-action li {
  float: left;
}
#functions .function-action li:nth-child(2) {
  margin-left: 10px;
}
#functions .function-action li a {
  display: block;
  padding: 5px 15px;
  color: #666;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 15px;
}
#functions .function-action li a:hover {
  text-decoration: none;
  background-color: #fafafa;
}
#functions .function-item-content .item-content-hd .des,
#functions .detail-item-hd .des {
  margin: 25px 0px 0px 20px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 200;
}
#functions .detail-item .detail-item-bd {
  height: 260px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
#functions .detail-item .detail-item-bd .qrcode-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 3;
  top: 0px;
  left: 0px;
}
#functions .detail-item .detail-item-bd .qrcode-content img {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  top: 50%;
  margin-top: -80px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
#functions .detail-item.minipage .function-icon {
  background: url(../images/logo1.png) no-repeat;
  background-color: #00debe;
}
#functions .detail-item.minipage .detail-item-bd {
  height: 260px;
  background: -ms-linear-gradient(top, #d5d6db,  #b0afb4);
  background: -moz-linear-gradient(top,#d5d6db,#b0afb4);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#d5d6db), to(#b0afb4));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5d6db), to(#b0afb4));
  background: -webkit-linear-gradient(top, #d5d6db, #b0afb4);
  background: -o-linear-gradient(top, #d5d6db, #b0afb4);
}
#functions .detail-item.minipage .detail-item-bd>img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}
#functions .detail-item.minipage .detail-item-bd .bg-shadow {
  width: 445px;
  height: 215px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  background: -ms-linear-gradient(top, rgba(175,174,179, 1),  rgba(175,174,179, 0.3));
  background: -moz-linear-gradient(top,rgba(175,174,179, 1), rgba(175,174,179, 0.3));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(175,174,179, 1)), to(rgba(175,174,179, 0.3)));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(175,174,179, 1)), to(rgba(175,174,179, 0.3)));
  background: -webkit-linear-gradient(top, rgba(175,174,179, 1), rgba(175,174,179, 0.3));
  background: -o-linear-gradient(top, rgba(175,174,179, 1), rgba(175,174,179, 0.3));
  z-index: 1;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
#functions .detail-item.site .function-icon {
  background: url(../images/site-index-decription-icon.png) no-repeat;
  background-color: #3770b1;
}
#functions .detail-item.site .detail-item-bd {
  height: 260px;
  text-align: center;
  background: -ms-linear-gradient(top, #ffefc5,  #ffbfa9);
  background: -moz-linear-gradient(top,#ffefc5,#ffbfa9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffefc5), to(#ffbfa9));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffefc5), to(#ffbfa9));
  background: -webkit-linear-gradient(top, #ffefc5, #ffbfa9);
  background: -o-linear-gradient(top, #ffefc5, #ffbfa9);
}
#functions .detail-item.site .detail-item-bd>img {
  margin-top: 19px;
}
#functions .function-item-content .item-content-hd {
  height: 165px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#functions .function-item-content .item-content-bd {
  position: relative;
  height: 355px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#functions .function-item-content .item-content-bd .qrcode-content {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#functions .function-item-content .item-content-bd .qrcode-content img {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  top: 50%;
  margin-top: -80px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
#functions .function-item.fan-interaction .function-icon {
  background: url(../images/exam-icon.png) no-repeat;
  background-color: #369df7;
}
#functions .function-item.fan-interaction .item-content-bd {
  background: url(../images/exam-display.png) no-repeat;
  background-size: 100%;
}
#functions .detail-item.ticket .function-icon {
  background: url(../images/ticket-icon.png) no-repeat;
  background-color: #fec800;
}
#functions .detail-item.wheel .detail-item-bd,
#functions .detail-item.ticket .detail-item-bd {
  background-color: #d6d5d5;
}
.activities-marketing .detail-item:nth-child(1),
.activities-marketing .detail-item:nth-child(2) {
  margin-top: 0px;
}
.activities-marketing .detail-item {
  margin-top: 35px;
}
#functions .detail-item.wheel .function-icon {
  background: url(../images/wheel-icon.png) no-repeat;
  background-color: #ff3e00;
}
#functions .detail-item.secret .function-icon {
  background: url(../images/secret-icon.png) no-repeat;
  background-color: #ff8300;
}
#functions .detail-item.coupon .function-icon {
  background: url(../images/coupon-icon.png) no-repeat;
  background-color: #a195db;
}
#functions .detail-item.luck-money .function-icon {
  background: url(../images/redpack.png) no-repeat;
  background-color: #de0000;
}
#functions .detail-item.code-lib .function-icon {
  background: url(../images/codelib-icon.png) no-repeat;
  background-color: #519bd6;
}
#functions .detail-item.codebox .function-icon {
  background: url(../images/codebox-icon.png) no-repeat;
}
#functions .detail-item.secret .detail-item-bd {
  height: 355px;
  background: -ms-linear-gradient(top, #ebecee,  #d6d4d5);
  background: -moz-linear-gradient(top,#ebecee,#d6d4d5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#ebecee), to(#d6d4d5));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebecee), to(#d6d4d5));
  background: -webkit-linear-gradient(top, #ebecee, #d6d4d5);
  background: -o-linear-gradient(top, #ebecee, #d6d4d5);
}
#functions .detail-item.secret .detail-item-bd>img {
  display: block;
  margin: 0 auto;
  padding-top: 35px;
}
#functions .detail-item.coupon .detail-item-bd {
  height: 355px;
  background-color: #e7e8ea;
}
#functions .detail-item.luck-money .detail-item-bd {
  height: 355px;
  background: url(../images/luck-money.png) no-repeat;
}
#functions .detail-item.codebox .detail-item-bd {
  height: 355px;
  background: url(../images/codebox-info.png) no-repeat;
}
#functions .detail-item.code-lib .detail-item-bd {
  height: 355px;
  background: url(../images/code-lib.png) no-repeat;
}
#functions .marketing-help .function-icon {
  background: url(../images/form-icon.png) no-repeat;
}
#functions .marketing-help .item-content-bd {
  background: url(../images/form-display.png) no-repeat;
}
#functions .channel-statistics .function-icon {
  background: url(../images/qr-icon.png) no-repeat;
}
#functions .channel-statistics .item-content-bd {
  background: url(../images/qr-code-display.png) no-repeat;
  background-size: 100%;
}
