html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * <@ COPYRIGHT @>
 * <@ BUILD_TIME @>
 * @file common.less
 * @author dunan.cwm@alibaba-inc.com
 * @package <@ VERSION @>
 */
@font-face {
  font-family: "FZLanTingHeiS-UL-GB";
  src: url("//m.alicdn.com/home-node/4.0.0/font/FZLanTingHeiS-UL-GB.eot");
  /* IE9 */
  src: url("//m.alicdn.com/home-node/4.0.0/font/FZLanTingHeiS-UL-GB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("//m.alicdn.com/home-node/4.0.0/font/FZLanTingHeiS-UL-GB.woff") format("woff"), /* chrome、firefox */ url("//m.alicdn.com/home-node/4.0.0/font/FZLanTingHeiS-UL-GB.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("//m.alicdn.com/home-node/4.0.0/font/FZLanTingHeiS-UL-GB.svg#uxfonteditor") format("svg");
  /* iOS 4.1- */
}
body {
  font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', 'FZLanTingHeiS-UL-GB', Helvetica, Arial, Verdana;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fix-float {
  *zoom: 1;
}
.fix-float:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}
.section {
  min-width: 1000px;
}
@media (max-width: 1000px) {
  .section {
    width: 100%;
    min-width: 0;
  }
}
.section-main {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .section-main {
    width: 100%;
    min-width: 0;
  }
}
.landscape .section-main {
  width: 100%;
  overflow: hidden;
}
.browser-notify {
  padding: 5px 0 8px;
  text-align: center;
  color: #999;
  background: #f3f3f3;
}
.browser-notify a {
  color: #f60;
}
/*!
 * <@ COPYRIGHT @>
 * <@ BUILD_TIME @>
 * @file header.less
 * @author dunan.cwm@alibaba-inc.com
 * @package <@ VERSION @>
 */
.g-header {
  width: 100%;
  position: fixed;
  z-index: 3;
  _position: relative;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .g-header {
    position: relative;
    height: 50px;
    background: #000;
    border-bottom: none;
  }
  .g-header:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: #000;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-header {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.g-header-main {
  height: 83px;
  position: relative;
}
@media (max-width: 480px) {
  .g-header-main {
    height: 50px;
  }
}
.g-logo {
  position: absolute;
  text-indent: -718px;
  overflow: hidden;
  display: block;
  width: 325px;
  height: 83px;
  z-index: 3;
  top: 0;
  left: 20px;
  background: url(/png/logo.png) 0 50% no-repeat;
  _background: none;
}
.g-logo h1 {
  height: 100%;
  width: 100%;
  background: url(/png/logo-active.png) 0 50% no-repeat;
  opacity: 0;
  display: none;
  _background-image: url(/png/logo-active-ie6.png);
  _display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g-logo:hover {
  text-decoration: none;
}
@media (max-width: 1000px) {
  .g-logo {
    width: 135px;
    background-image: url(/png/logo-2x.png);
    background-size: 273px;
  }
  .g-logo h1 {
    background-image: url(/png/logo-active-2x.png);
    background-size: 273px;
  }
}
@media (max-width: 480px) {
  .g-logo {
    background-size: 215px;
    height: 50px;
    left: 20px;
    overflow: visible;
  }
  .g-logo h1 {
    display: none!important;
  }
}
:root .g-logo h1 {
  display: block;
}
.g-nav {
  position: absolute;
  top: 24px;
  right: 5px;
}
.g-nav .header-en a {
  display: inline;
}
.g-nav li {
  float: left;
  padding: 0 19px;
}
@media (max-width: 1000px) {
  .g-nav li {
    padding: 0 15px;
  }
}
.g-nav a {
  display: block;
  height: 20px;
  padding: 5px 3px;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  _color: #666;
  _float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g-nav a:hover {
  text-decoration: none;
  color: #e70012;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-nav a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
@media (max-width: 480px) {
  .g-nav {
    -webkit-transform: translate3d(0, -420px, 0);
    -moz-transform: translate3d(0, -420px, 0);
    -ms-transform: translate3d(0, -420px, 0);
    transform: translate3d(0, -420px, 0);
    width: 100%;
    overflow: hidden;
    top: 20px;
    right: 0;
    z-index: 1;
    background-color:#000 ;
    text-indent: 38px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .g-nav li {
    float: none;
    padding: 0;
    height: 100px;
  }
  .g-nav a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    color: #fff!important;
    border-bottom: none!important;
    font-size: 18px;
  }
  .g-nav .hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .g-nav.expand {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 600px) {
  .g-nav li {
    padding: 0 35%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-nav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.g-nav-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .g-nav-entry {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 10px;
    background: url(/png/i-options.png) 0 0 no-repeat;
    background-size: 50px;
    z-index: 3;
  }
  .show-mask .g-nav-mask {
    display: block;
  }
}
.product-list-light {
  display: none;
}
@media (max-width: 480px) {
  .product-list-light {
    display: block;
    height: 10px;
    padding: 0!important;
  }
  .product-list-light li {
    padding: 0!important;
  }
}
.product-entry {
  background: url(/png/arrow-down.png) 90% 55% no-repeat;
}
@media (max-width: 480px) {
  .product-entry {
    height: 10px!important;
    background: none!important;
  }
  .product-entry > a {
    display: none;
  }
}
.product-list {
  position: absolute;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 28px 0 30px;
  opacity: 0;
  display: none;
  z-index: 0;
  -webkit-transform: translate3d(0, -255px, 0);
  -moz-transform: translate3d(0, -255px, 0);
  -ms-transform: translate3d(0, -255px, 0);
  transform: translate3d(0, -255px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-list img {
  display: block;
  margin-bottom: 10px;
}
.product-list a {
  color: #666;
  font-size: 12px;
}
.product-list a:hover {
  color: #f60;
}
.product-list li {
  display: inline-block;
  margin: 0 38px;
  *display: inline;
  *zoom: 1;
}
@media (max-width: 1280px) {
  .product-list li {
    margin: 0 25px;
  }
}
@media (max-width: 1100px) {
  .product-list li {
    margin: 0 20px;
  }
}
.product-list li > a > .product-1 {
  width: 142px;
}
@media (max-width: 1024px) {
  .product-list li > a > .product-1 {
    width: 100px;
  }
}
@media (max-width: 855px) {
  .product-list li > a > .product-1 {
    width: 71px;
  }
}
.product-list li > a > .product-2 {
  width: 46px;
}
@media (max-width: 1024px) {
  .product-list li > a > .product-2 {
    width: 32px;
  }
}
@media (max-width: 855px) {
  .product-list li > a > .product-2 {
    width: 23px;
  }
}
.product-list li > a > .product-3 {
  width: 43px;
}
@media (max-width: 1024px) {
  .product-list li > a > .product-3 {
    width: 30px;
  }
}
@media (max-width: 855px) {
  .product-list li > a > .product-3 {
    width: 22px;
  }
}
.product-list li > a > .product-4 {
  width: 142px;
}
@media (max-width: 1024px) {
  .product-list li > a > .product-4 {
    width: 100px;
  }
}
@media (max-width: 855px) {
  .product-list li > a > .product-4 {
    width: 71px;
  }
}
.product-list li > a > .product-5 {
  width: 129px;
}
@media (max-width: 1024px) {
  .product-list li > a > .product-5 {
    width: 90px;
  }
}
@media (max-width: 855px) {
  .product-list li > a > .product-5 {
    width: 65px;
  }
}
.product-list li > a > .product-6 {
  width: 90px;
}
@media (max-width: 1024px) {
  .product-list li > a > .product-6 {
    width: 63px;
  }
}
@media (max-width: 855px) {
  .product-list li > a > .product-6 {
    width: 45px;
  }
}
.product-list li > a > .product-7 {
  width: 112px;
}
@media (max-width: 1024px) {
  .product-list li > a > .product-7 {
    width: 78px;
  }
}
@media (max-width: 855px) {
  .product-list li > a > .product-7 {
    width: 56px;
  }
}
@media (max-width: 480px) {
  .product-list {
    display: none;
  }
}
@media (max-width: 800px) {
  .product-list {
    padding: 15px 0 20px;
  }
  .product-list img {
    width: auto;
    height: 60px;
  }
  .product-list li {
    margin: 0 20px;
  }
}
@media (max-width: 600px) {
  .product-list li {
    margin: 0 10px;
  }
}
:root .product-list {
  display: block;
}
.sticky {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sticky .product-entry {
  background-image: url(/png/arrow-down-g.png);
}
.sticky a {
  color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sticky a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.sticky h1 {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sticky-edge {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.show-product-nav .product-entry {
  background-image: url(/png/arrow-up-g.png);
}
.show-product-nav .product-list {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#phone .phone-entry a {
  border-bottom: 3px solid #666;
}
#wear .wear-entry a {
  border-bottom: 3px solid #666;
}
#pad .pad-entry a {
  border-bottom: 3px solid #666;
}
#tv .tv-entry a {
  border-bottom: 3px solid #666;
}
#system-30 .system-entry a {
  border-bottom: 3px solid #666;
}
/*!
 * <@ COPYRIGHT @>
 * <@ BUILD_TIME @>
 * @file footer.less
 * @author dunan.cwm@alibaba-inc.com
 * @package <@ VERSION @>
 */
.g-site-list {
  position: relative;
  background: #f7f7f7;
}
.g-site-list .section-main {
  padding: 45px 0 0;
  _padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .g-site-list .section-main {
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .g-site-list .section-main {
    position: relative;
    padding: 0;
  }
  .g-site-list .section-main:before {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
    content: '';
    display: block;
    width: 200%;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
  }
}
.g-site-list dl {
  width: 244px;
  float: left;
  color: #666;
  position: relative;
  min-height: 175px;
}
@media (max-width: 1000px) {
  .g-site-list dl {
    min-height: 0;
    width: 16.9%;
    padding: 0 4%!important;
    background-image: none;
  }
}
@media (max-width: 480px) {
  .g-site-list dl {
    position: relative;
    width: 100%!important;
    height: 50px;
    float: none;
    text-indent: 25px;
    overflow: hidden;
    padding: 0!important;
    background: url(/png/site-list-dropdown.png) 95% 10px no-repeat;
    background-size: 30px;
  }
  .g-site-list dl:before {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ddd;
    content: '';
    display: block;
    width: 200%;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
  }
}
.g-site-list dt {
  font-size: 16px;
  color: #666;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .g-site-list dt {
    padding-left: 0;
    text-indent: 25px;
    font-size: 12px;
    margin: 0;
    line-height: 50px;
    border-left: none;
  }
  .g-site-list dt.hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.g-site-list dd {
  margin: 12px 0;
  text-indent: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-site-list dd a {
  font-size: 14px;
  color: #999;
}
.g-site-list dd a:hover {
  text-decoration: none;
  color: ;
}
@media (max-width: 480px) {
  .g-site-list dd {
    margin: 0;
    height: 50px;
    line-height: 50px;
    text-indent: 25px;
  }
  .g-site-list dd a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 12px;
  }
}
.g-site-list .g-service {
  padding-left: 55px;
  padding-right: 40px;
}
.g-site-list .g-dev {
  padding-left: 10px;
  padding-right: 85px;
}
.g-site-list .g-language {
  width: 75px;
}
@media (max-width: 480px) {
  .g-site-list .expand {
    height: auto;
    padding-bottom: 10px;
    background-image: url(/png/site-list-dropdown-up.png);
  }
}
.social-list {
  padding-left: 10px;
  clear: both;
}
@media (max-width: 1000px) {
  .social-list {
    text-align: center;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .social-list {
    display: none;
  }
}
.social-list .s-entry {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #333;
  margin-right: 13px;
  margin-bottom: 15px;
}
.social-list i {
  display: block;
  overflow: hidden;
  text-indent: -100px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}
.social-list .show-detail {
  z-index: 1;
}
.social-list .show-detail .social-desc {
  display: block;
}
.social-list .social-desc {
  width: 134px;
  height: 180px;
  padding: 32px 32px 20px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  margin-left: -99px;
  background: #fff;
  text-align: left;
  display: none;
}
.social-list .social-desc:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
  width: 16px;
  height: 14px;
  background: url(/png/popup-arrow.png) 50% no-repeat;
}
.social-list .social-desc h4 {
  font-size: 18px;
}
.social-list .social-desc p {
  font-size: 12px;
}
.social-list .weibo i {
  background-image: url(/png/i-weibo.png);
}
.social-list .weixin i {
  background-image: url(/png/i-weixin.png);
}
.social-list .email .social-desc {
  width: 240px;
  height: 250px;
  margin-left: -152px;
}
.social-list .email a {
  display: block;
  color: #999;
}
.social-list .email a:hover {
  color: #f60;
}
.social-list .email i {
  background-image: url(/png/i-email.png);
}
.social-list .email p {
  margin-bottom: 5px;
}
.g-footer {
  background: #f7f7f7;
  padding-bottom: 20px;
  color: #999;
  overflow: hidden;
  border-top: 1px solid #eaeaea;
}
.g-footer span {
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .g-footer {
    padding-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .g-footer {
    border-top: none;
  }
  .g-footer span {
    margin: 0;
  }
}
.g-footer .section-main {
  position: relative;
}
@media (max-width: 1000px) {
  .g-footer .section-main {
    position: relative;
    padding-bottom: 10px;
    border-top: none;
  }
  .g-footer .section-main:before {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #eaeaea;
    content: '';
    display: block;
    width: 200%;
    z-index: 1;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
  }
}
@media (max-width: 480px) {
  .g-footer .section-main {
    border-top: none;
  }
  .g-footer .section-main span {
    display: block;
  }
  .g-footer .section-main:before {
    display: none;
  }
}
.g-footer p {
  padding: 20px 10px 0;
}
@media (max-width: 1000px) {
  .g-footer p:first-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .g-footer p {
    padding-top: 20px;
  }
}
.g-footer a {
  color: #999;
}
.g-footer a:hover {
  color: ;
}
.g-footer s {
  text-decoration: none;
  margin: 0 6px;
  color: #ddd;
}
/*!
 * <@ COPYRIGHT @>
 * <@ BUILD_TIME @>
 * @file index.less
 * @author dunan.cwm@alibaba-inc.com
 * @package <@ VERSION @>
 */
.hd,
.desc {
  text-align: center;
  color: #333;
}
.section .section-main .hd {
  font-size: 48px;
  padding-top: 130px;
}
@media (max-width: 1240px) {
  .section .section-main .hd {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .section .section-main .hd {
    position: static;
    text-align: center;
    font-size: 36px;
    padding-top: 50px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .section .section-main .hd {
    font-size: 20px;
    text-align: left;
    padding: 30px 20px 5px;
  }
}
.section .section-main .desc {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 24px;
}
@media (max-width: 1000px) {
  .section .section-main .desc {
    position: static;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .section .section-main .desc {
    font-size: 12px;
    text-align: left;
  }
}
@media (max-width: 1000px) {
  .section {
    background-size: cover!important;
  }
}
@media (max-width: 1000px) {
  .section img {
    width: 100%;
    height: auto;
  }
}
.bg-adaptive img {
  visibility: hidden;
}
@media (max-width: 1000px) {
  .bg-adaptive {
    background-size: 160%;
  }
}
.pm {
  padding-bottom: 60px;
}
@media (max-width: 1000px) {
  .pm {
    padding-bottom: 30px;
  }
}
.pm ul {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 1000px) {
  .pm ul {
    margin-top: 40px;
  }
}
.pm li {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.pm li p {
  text-align: left;
  padding-left: 48px;
}
@media (max-width: 1000px) {
  .pm li {
    width: 24.9%;
  }
  .pm li p {
    text-align: center;
    padding-left: 0!important;
  }
}
@media (max-width: 480px) {
  .pm li {
    width: 49.9%;
    margin-bottom: 15px;
  }
  .pm li p {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .pm img {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .pm img {
    width: 50%;
  }
}
.pm .pm-hd {
  margin-top: 30px;
  font-size: 24px;
  color: #333;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  .pm .pm-hd {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .pm .pm-hd {
    font-size: 14px;
    margin-top: 5px;
  }
}
.pm .pm-price {
  font-size: 18px;
  color: #999;
}
@media (max-width: 1000px) {
  .pm .pm-price {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .pm .pm-price {
    font-size: 12px;
  }
}
.pm .pm-more {
  color: #333;
  font-size: 16px;
  display: block;
  margin: 60px auto 0;
  width: 120px;
  text-align: center;
}
@media (max-width: 480px) {
  .pm .pm-more {
    font-size: 14px;
    margin-top: 40px;
    padding: 10px 0;
    width: 100%;
  }
}
.pm .pm-item-more {
  color: #333;
  font-size: 16px;
  display: block;
  padding: 5px 0;
}
@media (max-width: 480px) {
  .pm .pm-item-more {
    font-size: 14px;
    padding: 3px 0;
  }
}
.partner {
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
#slide {
  position: relative;
}
.slide-main {
  width: 100%;
  height: 638px;
}
@media (max-width: 1000px) {
  .slide-main {
    height: 465px;
  }
}
@media (max-width: 480px) {
  .slide-main {
    height: 300px;
  }
}
.slide-main ul {
  height: 100%;
}
.slide-main li {
  height: 638px;
  width: 100%;
}
@media (max-width: 1000px) {
  .slide-main li {
    height: 465px;
    background-size: cover!important;
  }
}
@media (max-width: 480px) {
  .slide-main li {
    height: 300px;
  }
}
.slide-main a {
  display: block;
  width: 100%;
  height: 100%;
}
.section .hd {
  text-align: center;
  font-size: 60px;
  color: #666;
  padding-top: 60px;
  line-height: 1.2;
}
.section .desc {
  text-align: center;
  font-size: 18px;
  color: #666;
}
.channel ul {
  vertical-align: bottom;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 30px 0 60px;
  margin: 0 auto;
}
.channel li {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 25px;
  padding: 0;
}
.channel a {
  color: #666;
  display: block;
}
.channel a:hover {
  color: #f60;
}
.channel p {
  margin-top: 20px;
}
.channel .c-phone > a > img {
  width: 55%;
}
@media (max-width: 1000px) {
  .channel ul {
    display: block;
    padding: 30px 0 60px;
  }
  .channel li {
    display: inline-block;
    max-width: 24.5%;
    margin: 0 20px;
    padding: 0;
  }
  .channel img {
    max-width: 100%;
    height: auto;
  }
  .channel .c-watch img,
  .channel .c-phone img {
    max-width: 50px;
    height: auto;
  }
  .channel .c-home {
    max-width: 80px;
  }
  .channel .c-tv {
    max-width: 100px;
  }
  .channel .c-work {
    max-width: 100px;
  }
}
@media (max-width: 700px) {
  .channel li {
    max-width: 20%;
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .channel li {
    width: 40%;
    margin: 2%;
    max-width: 100%;
  }
  .channel img {
    width: auto;
  }
  .channel p {
    margin-top: 5px;
  }
}
.keyword .section-main {
  position: relative;
  text-align: center;
}
.keyword .slide-content {
  height: 751px;
}
@media (max-width: 1000px) {
  .keyword .slide-content {
    height: 465px;
  }
}
@media (max-width: 480px) {
  .keyword .slide-content {
    height: 300px;
  }
}
.keyword .slide-item {
  height: 100%;
  width: 100%;
  _height: 751px;
  background-position: 50%;
  background-repeat: no-repeat;
  *left: 0;
}
.keyword .hd,
.keyword .desc {
  color: #fff;
}
.keyword .hd {
  padding-top: 70px;
}
.keyword .view {
  background-image: url(/png/slide-view-a.jpg);
}
.keyword .phone {
  background-image: url(/png/slide-view-b.jpg);
}
.keyword .car {
  background-image: url(/png/slide-view-c.jpg);
}
.keyword .tv {
  background-image: url(/png/slide-tv.jpg);
}
.slide-nav {
  width: 100%;
  position: absolute;
  *left: 0;
  bottom: 65px;
  _bottom: 0;
  _top: 550px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 480px) {
  .slide-nav {
    bottom: 20px;
  }
}
.slide-nav li {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 17px;
  font-size: 18px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.slide-nav li:after {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #00cc99;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 480px) {
  .slide-nav li:after {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .slide-nav li {
    width: 50px;
    height: 50px;
    margin: 5px;
    font-size: 12px;
    line-height: 50px;
  }
}
.slide-nav em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-style: normal;
  background: url(/png/slide-normal.png) 50% no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: cover;
}
.slide-nav .selected {
  cursor: default;
}
.slide-nav .selected em {
  color: #fff;
  background-image: url(/png/slide-active.png);
}
.slide-nav .selected:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
@media (max-width: 1000px) {
  .points {
    -webkit-transform: translate(0, -100px) scale(0.7);
    -moz-transform: translate(0, -100px) scale(0.7);
    -ms-transform: translate(0, -100px) scale(0.7);
    transform: translate(0, -100px) scale(0.7);
  }
}
@media (max-width: 480px) {
  .points {
    -webkit-transform: translate(0, -100px) scale(0.4);
    -moz-transform: translate(0, -100px) scale(0.4);
    -ms-transform: translate(0, -100px) scale(0.4);
    transform: translate(0, -100px) scale(0.4);
  }
}
.fallback {
  background: url(http://baijiu.haixuanhui.com/png/points-fallback.png) 50% 100% no-repeat;
}
.fallback .point {
  display: none;
}
.main-point {
  position: relative;
  overflow: hidden;
  height: 900px;
}
@media (max-width: 1000px) {
  .main-point {
    height: 465px;
  }
}
@media (max-width: 480px) {
  .main-point {
    height: 300px;
  }
}
.main-point .section-main {
  height: 100%;
}
.point {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.point i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-indent: -400px;
  overflow: hidden;
  z-index: 1;
}
.point s {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 1;
  z-index: 0;
}
.twinkle s {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -moz-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.pin {
  opacity: 1;
}
/* todo */
.p-books,
.p-theme {
  width: 145px;
  height: 145px;
  margin-left: -72.5px;
  margin-top: -72.5px;
}
.p-books s,
.p-theme s {
  background-color: #00b3b1;
}
.p-books {
  background-color: #00b3b1;
  -webkit-transform: translate(-30px, 0) scale(0.7);
  -moz-transform: translate(-30px, 0) scale(0.7);
  -ms-transform: translate(-30px, 0) scale(0.7);
  transform: translate(-30px, 0) scale(0.7);
}
.p-books i {
  background-image: url(/png/i-books.png);
}
.p-books.pin {
  -webkit-transform: translate(-30px, 0) scale(1);
  -moz-transform: translate(-30px, 0) scale(1);
  -ms-transform: translate(-30px, 0) scale(1);
  transform: translate(-30px, 0) scale(1);
}
.p-theme {
  background-color: #00b3b1;
  -webkit-transform: translate(400px, 45px);
  -moz-transform: translate(400px, 45px);
  -ms-transform: translate(400px, 45px);
  transform: translate(400px, 45px);
}
.p-theme i {
  background-image: url(/png/i-theme.png);
}
.p-theme.pin {
  -webkit-transform: translate(425px, 50px);
  -moz-transform: translate(425px, 50px);
  -ms-transform: translate(425px, 50px);
  transform: translate(425px, 50px);
}
.p-media {
  width: 234px;
  height: 234px;
  margin-left: -117px;
  margin-top: -117px;
  background-color: #2ee4a7;
  -webkit-transform: translate(200px, -45px);
  -moz-transform: translate(200px, -45px);
  -ms-transform: translate(200px, -45px);
  transform: translate(200px, -45px);
}
.p-media i {
  background-image: url(/png/i-media.png);
}
.p-media s {
  background-color: #2ee4a7;
}
.p-media.pin {
  -webkit-transform: translate(225px, -70px);
  -moz-transform: translate(225px, -70px);
  -ms-transform: translate(225px, -70px);
  transform: translate(225px, -70px);
}
.p-view {
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-color: #ffcc00;
  -webkit-transform: translate(75px, 160px);
  -moz-transform: translate(75px, 160px);
  -ms-transform: translate(75px, 160px);
  transform: translate(75px, 160px);
}
.p-view i {
  background-image: url(/png/i-view.png);
}
.p-view s {
  background-color: #ffcc00;
}
.p-view.pin {
  -webkit-transform: translate(100px, 185px);
  -moz-transform: translate(100px, 185px);
  -ms-transform: translate(100px, 185px);
  transform: translate(100px, 185px);
}
.p-music {
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  background-color: #ffcc00;
  -webkit-transform: translate(635px, 40px);
  -moz-transform: translate(635px, 40px);
  -ms-transform: translate(635px, 40px);
  transform: translate(635px, 40px);
}
.p-music i {
  background-image: url(/png/i-music.png);
}
.p-music s {
  background-color: #ffcc00;
}
.p-music.pin {
  -webkit-transform: translate(660px, 40px);
  -moz-transform: translate(660px, 40px);
  -ms-transform: translate(660px, 40px);
  transform: translate(660px, 40px);
}
.p-guard {
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background-color: #ffcc00;
  -webkit-transform: translate(-170px, -70px);
  -moz-transform: translate(-170px, -70px);
  -ms-transform: translate(-170px, -70px);
  transform: translate(-170px, -70px);
}
.p-guard i {
  background-image: url(/png/i-guard.png);
}
.p-guard s {
  background-color: #ffcc00;
}
.p-guard.pin {
  -webkit-transform: translate(-190px, -90px);
  -moz-transform: translate(-190px, -90px);
  -ms-transform: translate(-190px, -90px);
  transform: translate(-190px, -90px);
}
.p-appstore {
  width: 154px;
  height: 154px;
  margin-left: -77px;
  margin-top: -77px;
  background-color: #2ee4a7;
  -webkit-transform: translate(-225px, 125px);
  -moz-transform: translate(-225px, 125px);
  -ms-transform: translate(-225px, 125px);
  transform: translate(-225px, 125px);
}
.p-appstore i {
  background-image: url(/png/i-appstore.png);
}
.p-appstore s {
  background-color: #2ee4a7;
}
.p-appstore.pin {
  -webkit-transform: translate(-250px, 150px);
  -moz-transform: translate(-250px, 150px);
  -ms-transform: translate(-250px, 150px);
  transform: translate(-250px, 150px);
}
.p-setting {
  width: 134px;
  height: 134px;
  margin-left: -67px;
  margin-top: -67px;
  background-color: #2ee4a7;
  -webkit-transform: translate(-395px, -30px);
  -moz-transform: translate(-395px, -30px);
  -ms-transform: translate(-395px, -30px);
  transform: translate(-395px, -30px);
}
.p-setting i {
  background-image: url(/png/i-setting.png);
}
.p-setting s {
  background-color: #2ee4a7;
}
.p-setting.pin {
  -webkit-transform: translate(-410px, -40px);
  -moz-transform: translate(-410px, -40px);
  -ms-transform: translate(-410px, -40px);
  transform: translate(-410px, -40px);
}
.p-privacy {
  width: 194px;
  height: 194px;
  margin-left: -97px;
  margin-top: -97px;
  background-color: #ffcc00;
  -webkit-transform: translate(-620px, 20px);
  -moz-transform: translate(-620px, 20px);
  -ms-transform: translate(-620px, 20px);
  transform: translate(-620px, 20px);
}
.p-privacy i {
  background-image: url(/png/i-privacy.png);
}
.p-privacy s {
  background-color: #ffcc00;
}
.p-privacy.pin {
  -webkit-transform: translate(-645px, 20px);
  -moz-transform: translate(-645px, 20px);
  -ms-transform: translate(-645px, 20px);
  transform: translate(-645px, 20px);
}
.service {
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
@media (max-width: 1000px) {
  .service {
    padding-bottom: 30px;
  }
}
.service ul {
  margin-top: 10px;
  text-align: center;
}
.service li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 263px;
  text-align: left;
  margin-left: 1px;
  color: #666;
  height: 450px;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .service li {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .service li {
    padding: 0 20px;
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    background: transparent;
    margin: 20px 0;
  }
}
.service img {
  display: block;
}
@media (max-width: 1000px) {
  .service img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .service img {
    width: 20px;
    height: auto;
    float: left;
    padding: 0 10px 10px 0;
  }
}
.service a {
  text-decoration: none;
  color: #666;
}
.service h5 {
  font-size: 24px;
  padding: 20px 23px 0;
}
@media (max-width: 1000px) {
  .service h5 {
    font-size: 16px;
    padding: 10px 10px 0;
  }
}
@media (max-width: 480px) {
  .service h5 {
    font-size: 16px;
    padding: 0;
    line-height: 20px;
  }
}
.service p {
  font-size: 14px;
  padding: 15px 23px 23px;
}
@media (max-width: 1000px) {
  .service p {
    font-size: 12px;
    padding: 5px 10px 10px;
  }
}
@media (max-width: 480px) {
  .service p {
    clear: both;
    padding: 0;
  }
}
.tab-nav {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}
.tab-nav li {
  margin: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  background: #dddddd;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.tab-nav .selected {
  opacity: 1;
  cursor: default;
  background: #fff;
}
.tab-nav a {
  display: none;
}
@media (max-width: 1000px) {
  .tab-nav {
    bottom: 10px;
  }
  .tab-nav li {
    width: 8px;
    height: 8px;
    border-width: 1px;
    margin: 0 5px;
  }
}
.slide-adaptive {
  visibility: hidden;
}
.player-container {
  cursor: pointer;
}
.quit-player {
  position: absolute;
  opacity: .7;
  width: 64px;
  height: 64px;
  top: 20px;
  right: 20px;
  display: none;
  background: url(/png/quit-player.png) 50% 50% no-repeat;
}
@media (max-width: 1000px) {
  .quit-player {
    background-size: 32px;
    right: 10px;
  }
}
#player {
  display: none;
}
.show-player #player {
  display: block;
}
.show-player .quit-player {
  display: block;
}
.show-player .g-header {
  opacity: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .show-player .g-header {
    opacity: 1;
    z-index: 10;
  }
}
.show-player .slide,
.show-player .slide-main {
  position: relative;
  z-index: 3;
}

body{background:#fff;font-family: Microsoft Yahei,Arial;color:#4e4e4e;line-height:22px}
h1,h2,h3,h4,h5,h6{font-weight:600;font-family: Microsoft Yahei,Arial;color:#575757}
h1{font-size:46px;font-weight:600;color:#EEE}
h2{font-size:18px}
h3{font-size:14px;color:#fff;font-weight:400;line-height:26px}
h4{font-size:16px}
a{color:#f39c12;-webkit-transition:color .3s,background-color .3s;-moz-transition:color .3s,background-color .3s;-o-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s}
a:focus,a:hover{color:#d9890b}
ol,ul{list-style:none}
ul{padding:0;margin:0}
hr{width:70px;border-top:4px solid #f39c12}
.btn-primary{padding:8px 20px;background:#f39c12;color:#fff;border-radius:4px;border:none;margin-top:10px}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.btn-primary:focus,.btn-primary:hover{background:#db8c0f;outline:0;box-shadow:none}
a:focus,a:hover{color:#111;text-decoration:none;outline:0}

.accordion h2{margin-bottom:25px}
.panel-default{border-color:transparent}
.panel,.panel-default>.panel-heading{background-color:#ebebeb;border:0 none;box-shadow:none}
.panel-default>.panel-heading+.panel-collapse .panel-body{background:#f1f1f1;color:#4e4e4e}
.panel-body{padding:20px}
.panel-body a{color: #4e4e4e;}
.panel-body a:hover{color: #d9890b;}
.panel-group .panel+.panel{margin-top:0;border-top:1px solid #d9d9d9}
.panel-group .panel{border-radius:8px}
.panel-heading{border-radius:0}
.panel-title>a{color:#4e4e4e;font-size:14px}
.accordion-inner img{border-radius:4px}
.accordion-inner h4{margin-top:0}
.panel-heading.active{background:#ebebeb;border-radius:8px}
.panel-heading.active .panel-title>a{color:#4e4e4e}
a.accordion-toggle i.fa{width:45px;line-height:44px;font-size:20px;margin-top:-10px;text-align:center;margin-right:-15px;background:#ebebeb;border-radius:8px}
.panel-heading.active a.accordion-toggle i.fa{color:#4e4e4e;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.panel-heading.active a.accordion-toggle.collapsed i.fa{color:#fff}
#get-started{padding:50px 0 60px 0;text-align:center;background:#eee;border-top:0px solid #eee}

.prism-player {
	background-color: #000;
	position: relative
}

.prism-player .prism-cover {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.prism-player .prism-controlbar {
	width: 100%;
	height: 61px;
	position: relative;
	z-index: 1
}

.prism-player .prism-controlbar .prism-controlbar-bg {
	background-color: #262626;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.prism-player .prism-time-display {
	height: 33px;
	line-height: 33px;
	color: #666
}

.prism-player .prism-time-display .current-time {
	color: #fff
}

.prism-player .prism-progress {
	width: 100%;
	height: 6px;
	margin-top: 5px;
	background-color: #363636;
	position: relative
}

.prism-player .prism-progress .prism-progress-loaded {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #7e2c1f
}

.prism-player .prism-progress .prism-progress-played {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #ee2a10
}

.prism-player .prism-progress .prism-progress-cursor {
	position: absolute;
	width: 8px;
	height: 8px;
	top: -5px;
	left: 0;
	margin-left: -8px;
	background-color: #5b5b5b;
	border: 4px solid #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

:-webkit-full-screen {
	width: 100%!important;
	height: 100%!important
}

:-moz-full-screen {
	width: 100%!important;
	height: 100%!important
}

:-ms-full-screen {
	width: 100%!important;
	height: 100%!important
}

body.prism-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}

.prism-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 99999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important
}
