﻿html,body {
  font:14px/1.6 -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: #004a5a;
  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 .crm-logo-content {
  margin-top: -90px;
  margin-right: -45px;
}
#functions {
  background-color: #f0f0f0;
  width: 100%;
  padding: 50px 0px 100px 0px;
}
#functions .functions-wrapper {
  width: 1000px;
  margin: 0 auto;
}
#functions .functions-wrapper .function-item:nth-child(1) {
  margin-left: 0px;
}
#functions .functions-wrapper .function-item {
  width: 320px;
  background-color: #fff;
  border-radius: 5px;
  float: left;
  margin-left: 20px;
  text-align: center;
  height: 560px;
  position: relative;
}
#functions .function-item-hd h2 {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: 300;
  margin-top: 40px;
}
#functions .function-item-hd .des {
  color: #666;
  font-size: 14px;
  font-weight: 200;
}
#functions .function-item-bd {
  margin-top: 25px;
  padding: 0px 40px;
}
#functions .function-item .link-btn {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 5px;
  color: #d2d2d2;
  border-top: 1px solid #f8f8f8;
  font-weight: 200;
}
#functions .function-item .link-btn:hover {
  text-decoration: none;
  background-color: #f8f8f8;
}
#functions .function-item-bd li {
  float: left;
  width: 50%;
  height: 120px;
  box-sizing: border-box;
  border-bottom: 1px solid #f8f8f8;
}
#functions .function-item-bd li .icon-content {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 3px;
  font-size: 25px;
  color: #fff;
}
#functions .function-item-bd li:nth-child(2n+1) {
  border-right: 1px solid #f8f8f8;
}
#functions .function-item-bd li:nth-last-child(1),
#functions .function-item-bd li:nth-last-child(2):nth-child(2n+1) {
  border-bottom-width: 0px;
}
#functions .function-item-bd li p {
  color: #666;
  font-size: 12px;
  margin-top: 10px;
}
#functions .function-item-bd li .coupon-gift-content,
#functions .function-item-bd li .sign-in-content {
  background-color: #feb822;
}
#functions .function-item-bd li .score-store-content,
#functions .function-item-bd li .score-luck-content {
  background-color: #ff6600;
  font-size: 30px;
}
#functions .function-item-bd li .score-store-content i {
  font-size: 35px;
}
#functions .function-item-bd li .define-score-content {
  background-color: #5ecc5e;
  font-size: 30px;
}
#functions .function-item-bd li .define-score-content i {
  display: inline-block;
  margin-top: 2px;
}
#functions .function-item-bd li .vip-card-content {
  background-color: #ff5d5d;
  font-size: 32px;
}
#functions .function-item-bd li .integral-content,
#functions .function-item-bd li .store-value-content {
  background-color: #fec100;
  font-size: 30px;
}
#functions .function-item-bd li .pay-content {
  background-color: #009afe;
  font-size: 40px;
}
#functions .function-item-bd li .online-contact-content,
#functions .function-item-bd li .sync-content {
  background-color: #33e190;
  font-size: 30px;
}
#functions .function-item-bd li .online-contact-content i {
  font-size: 35px;
}
#functions .function-item-bd li .transmit-content,
#functions .function-item-bd li .tag-content {
  background-color: #7899e5;
  font-size: 35px;
}
#functions .function-item-bd li .transmit-content i {
  margin-top: 6px;
  display: inline-block;
}
#functions .function-item-bd li .track-content,
#functions .function-item-bd li .api-content {
  background-color: #d084c5;
  font-size: 32px;
}
#functions .function-item-bd li .track-content {
  font-size: 40px;
}
#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;
}
