* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica,
    Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
b {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus,
input,
select,
textarea {
  outline: 0;
}
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.rb_to_top {
  display: none;
  z-index: 3;
  opacity: 0.5;
  background-image: url(/image/back-to-top1.png);
  cursor: pointer;
}
.rb_to_top:focus,
.rb_to_top:hover {
  opacity: 1;
  background-image: url(/image/back-to-top.png);
}
@media (min-width: 768px) {
  .rb_to_top {
    position: fixed;
    right: 45px;
    bottom: 40px;
    width: 50px;
    height: 50px;
  }
  .prism-player {
    background-color: #fff !important;
  }
  #fadebg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999;
    display: none;
    overflow: hidden;
    min-width: 768px;
  }
  #videoContent {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    background-color: #000 !important;
  }
  #fadebgclose {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .prism-player .prism-big-play-btn {
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
}
.icon {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(/image/icon.png) left top no-repeat;
}
.icon-mic {
  background-position: -56px 0;
}
.icon-mic,
.icon-phone {
  width: 32px;
  height: 32px;
  background-position: -145px -113px;
}
.icon-address {
  width: 30px;
  height: 35px;
  background-position: -113px -113px;
}
.icon-email {
  width: 45px;
  height: 30px;
  background-position: -211px -113px;
}
.icon-weichat {
  width: 32px;
  height: 32px;
  background-position: -269px -116px;
}
.icon-microblog {
  width: 32px;
  height: 32px;
  background-position: -307px -116px;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.video-js .vjs-time-control {
  display: block;
}
.video-js .vjs-remaining-time {
  display: block;
}
.video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button {
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-width: 0.15em;
  margin-top: -1.25em;
  margin-left: -1.75em;
}
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}
#body-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (min-width: 768px) {
  .w_hide {
    display: none;
  }
  header {
    width: 100%;
    font-size: 16px;
    background-color: #fff;
  }
  .header_position {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
    height: 80px;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  #header_container {
    margin: 0 auto;
    max-width: 1200px;
    height: 45px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    background-color: #fff;
  }
  #rb_logo {
    padding: 0;
    height: 80px;
    margin-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #rb_logo img {
    height: 68px;
  }
  #nav_container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    z-index: 2;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nav_container .nav {
    
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #0d0d0d;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    font-family: 'Microsoft YaHei';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nav_container .nav .nav_title {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 45px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  #nav_container .nav .nav_title:hover {
    color: #e60012;
  }
  .nav_title_color {
    color: #0d0d0d !important;
  }
  #header_container .info {
    height: 100%;
    margin-left: 18px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
  }
  #header_container .info img {
    margin-top: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
  }
  #header_container .info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: 24px;
    line-height: 45px;
    font-size: 20px;
    cursor: pointer;
  }
  #header_container .info a:first-child {
    font-size: 22px;
  }
  #header_container .language {
    margin-left: 48px;
  }
  #header_container .language a:hover {
    color: #e60012;
  }
  #nav_down_container {
    position: absolute;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    top: 45px;
    width: 100%;
    left: 0;
    z-index: 1;
    height: auto;
  }
  .nav-slide-down {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    padding-top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    z-index: 9998;
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
  }
  .nav-slide-down .nav-slide-list {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    width: 1172px;
    margin: 0 auto;
    font-size: 0;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
  }
  .nav-slide-down-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-box !important;
  }
  #nav-slide-list-product {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 1172px;
    width: auto !important;
    font-family: 'Microsoft YaHei';
  }
  .nav-slide-down .nav-slide-list .nav-slide-product {
    
    width: 220px;
    height: 230px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product:not(:first-child) {
    margin-left: 15px;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product img {
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    width: 71.429%;
    height: auto;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .nav-slide-down .nav-slide-list .nav-slide-product .nav-slide-name {
    margin-top: 13px;
    text-align: center;
    color: #0d0d0d;
    font-size: 16px;
    line-height: 16px;
  }
  #nav-slide-list-shop {
    height: 68px;
    position: relative;
    left: 79px;
  }
  #nav-slide-list-shop .nav-slide-shop {
    display: inline-block;
  }
  #nav-slide-list-shop .nav-slide-shop a {
    display: inline-block;
    padding: 0 20px;
    line-height: 1em;
    font-size: 14px;
  }
  #nav-slide-list-shop .nav-slide-shop a:hover {
    color: #e60012;
  }
  #nav-slide-list-join {
    height: 68px;
    position: relative;
    
    left: 225px;
  }
  #nav-slide-list-join .nav-slide-join {
    display: inline-block;
  }
  #nav-slide-list-join .nav-slide-join a {
    display: inline-block;
    padding: 0 20px;
    line-height: 54px;
    font-size: 14px;
  }
  #nav-slide-list-join .nav-slide-join a:hover {
    color: #e60012;
  }
  #nav-slide-list-language {
    height: 68px;
    position: relative;
    left: 360px;
  }
  #nav-slide-list-language .nav-slide-language {
    display: inline-block;
  }
  #nav-slide-list-language .nav-slide-language a {
    display: inline-block;
    padding: 0 20px;
    line-height: 54px;
    font-size: 14px;
  }
  #nav-slide-list-language .nav-slide-language a:hover {
    color: #e60012;
  }
  #nav-slide-down-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.15);
    display: none;
  }
  #nav-slide-list-search {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(242, 242, 242, 0.97);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10000;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
  }
  #nav-slide-list-search .nav-slide-list-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav-slide-list-search .nav-slide-list-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 89px;
    flex: 0 0 89px;
    display: inline-block;
    margin-top: 12px;
    width: 89px;
    height: 21.3px;
    margin-left: 15px;
  }
  #nav-slide-list-search .nav-slide-list-logo img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #nav-slide-list-search .nav-slide-list-position {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    padding-left: 38px;
    margin-right: 22%;
    overflow: hidden;
  }
  #nav-slide-list-search .search-btn-list {
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding: 8px 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #nav-slide-list-search .search-btn-list input {
    width: 100%;
    padding: 8px 90px 8px 20px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }
  #nav-slide-list-search .search-btn-list .search-btns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
  }
  #nav-slide-list-search .search-btn-list .search-btns a {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 14px;
    text-align: center;
    cursor: pointer;
  }
  .search-btns-search {
    right: 56px;
    font-size: 20px;
  }
  .search-btns-close {
    right: 0;
    font-size: 20px;
    transition: all 0.22s ease-out;
    -webkit-transition: all 0.22s ease-out;
  }
  #nav-slide-list-search ul {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    margin-bottom: 30px;
    font-size: 0;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
  }
  #nav-slide-list-search ul p {
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    padding-top: 24px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
  }
  #nav-slide-list-search ul li {
    display: block;
    padding: 10px 44px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
  }
  #nav-slide-list-search ul li:hover {
    color: #e60012;
  }
  .w_hide_f {
    display: none;
  }
  footer {
    background: #ededed;
  }
  .footer_block {
    max-width: 1060px;
    margin: 0 auto;
    padding: 50px 20px 40px 0;
    overflow: hidden;
  }
  .link_list_container {
    width: 64.68%;
    float: left;
    font-size: 0;
  }
  .link_list_container > li {
    float: left;
    text-align: center;
    width: 25%;
  }
  .link_list_container .link_list_title {
    margin-bottom: 9px;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    color: #363636;
  }
  .link_list_container .link_list {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 28px;
    color: #797979;
  }
  .link_list_container .link_list li {
    cursor: pointer;
  }
  .link_list_container .link_list li:hover {
    color: red;
  }
  .customer_service {
    width: 141px;
    float: right;
  }
  .customer_service_tel {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
    color: #e60012;
  }
  .customer_service_btn {
    position: relative;
    display: block;
    margin-bottom: 16px;
    width: 140px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    color: #e60012;
    border: 1px solid #e60012;
    font-size: 18px;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    z-index: 1;
  }
  .customer_service_btn div {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #e60012;
    z-index: -1;
    transition: width 0.25s ease-out;
    -webkit-transition: width 0.25s ease-out;
  }
  .customer_service_btn:hover {
    color: #fff;
  }
  .customer_service_btn:hover div {
    width: 100%;
  }
  .customer_service_btn span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(/image/earphone_red.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-image 0.25s ease-out;
    -webkit-transition: background-image 0.25s ease-out;
  }
  .customer_service_btn:hover span {
    background-image: url(/image/earphone_white.png);
  }
  .customer_service_time {
    line-height: 14px;
    font-size: 14px;
    color: #797979;
  }
  .declaration {
    display: block;
    font-size: 12px;
    padding-top: 35px;
    padding-bottom: 10px;
    background: #fff;
  }
  .declaration p,
  .declaration p a {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
  }
  .declaration p a:hover {
    color: red;
  }
  .wexin_code_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .wexin_code_modal .wexin_code_container {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    height: 388px;
    background: #fff;
    padding: 30px;
  }
  .wexin_code_modal .wexin_code_container .weixin_code_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .wexin_code_modal .wexin_code_container .close_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    cursor: pointer;
  }
  .wexin_code_modal .wexin_code_container img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .model-open {
    width: 100%;
    position: fixed;
  }
  html {
    overflow-x: hidden;
  }
  .m_hide {
    display: none;
  }
  header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.18rem;
    z-index: 9999;
  }
  #header-container-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.18rem;
    background-color: #fff;
  }
  #header-container-m .rb_logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 4;
    flex: 4;
    -webkit-box-flex: 4;
    height: 1.18rem;
    overflow: hidden;
  }
  #header-container-m #rb_logo {
    display: block;
    width: 1.78rem;
    height: 0.44rem;
  }
  #header-container-m #rb_logo_m {
    display: block;
    width: 1.78rem;
    height: 0.44rem;
  }
  #header-container-m #rb_logo_desk_m {
    display: block;
    width: 1.78rem;
    height: 0.44rem;
  }
  #header-container-m #rb_logo img {
    height: 0.9rem;
    margin-left: 0.365rem;
    margin-top: 0.14rem;
  }
  #header-container-m #rb_logo_m img {
    height: 0.9rem;
    margin-left: 0.365rem;
    margin-top: 0.14rem;
  }
  #header-container-m #rb_logo_desk_m img {
    height: 0.9rem;
    margin-left: 0.365rem;
    margin-top: 0.14rem;
  }
  #header-container-m .rb_logo .rb_search {
    display: none;
    width: 100%;
    height: 1.18rem;
  }
  #header-container-m .rb_logo span {
    position: relative;
    left: 0.1rem;
    top: -0.5rem;
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.4rem;
    color: #858585;
  }
  #header-container-m .rb_logo input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.3rem;
    padding-left: 0.56rem;
    padding-right: 0.2rem;
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    border-radius: 0.28rem;
    border: 1px solid #858585;
    color: #858585;
    font-size: 0.32rem;
  }
  #header-container-m #user_btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    height: 1.18rem;
  }
  #header-container-m #user_btn img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
  }
  #header-container-m #user_btn a {
    float: right;
    margin-top: 0.38rem;
    margin-right: 0.42rem;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.4rem;
    color: #141414;
    cursor: pointer;
  }
  .menu_btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    height: 1.18rem;
    cursor: pointer;
    overflow: hidden;
  }
  #header-container-m #menu_btn {
    position: relative;
    margin-top: 0.44rem;
    margin-left: 0.42rem;
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
  }
  #header-container-m #menu_btn span {
    width: 0.36rem;
    height: 2px;
    background-color: #141414;
    position: absolute;
    top: calc(50% - 0.06rem);
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
  }
  #header-container-m #menu_btn span:before {
    content: '';
    display: block;
    height: 2px;
    width: 0.36rem;
    background-color: #141414;
    position: absolute;
    top: -0.12rem;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
  }
  #header-container-m #menu_btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 0.36rem;
    background-color: #141414;
    position: absolute;
    top: 0.13rem;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
  }
  .nav_title_color {
    color: #141414 !important;
  }
  #m_menu {
    position: fixed;
    background: #fff;
    width: 100%;
    height: calc(100% - 45px);
    top: 1.18rem;
    bottom: 0;
    overflow-y: scroll;
    border-top: 1px solid #ddd;
    font-size: 0.28rem;
    padding: 0 0.82rem;
    padding-bottom: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(20, 20, 20);
    display: none;
  }
  #m_menu .m_menu_nav {
    padding: 0.4rem 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  #m_menu .m_menu_nav a {
    display: block;
  }
  #m_menu .m_menu_nav .m_menu_nav_list {
    display: none;
  }
  #m_menu .m_menu_nav .m_menu_nav_list li {
    color: rgba(120, 120, 120);
    padding: 0.25rem;
  }
  #m_menu .m_menu_nav .m_menu_nav_list li:first-child {
    padding-top: 0.6rem;
  }
  #m_menu .m_menu_nav .m_menu_nav_list li:last-child {
    padding-bottom: 0.35rem;
  }
  #m_menu .m_menu_nav .m_menu_nav_list li .m-menu-nav-item {
    padding: 0.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    border-bottom: 1px solid #eee;
    font-size: 0;
  }
  #m_menu .m_menu_nav .m_menu_nav_list li .m-menu-nav-item img {
    display: inline-block;
    width: 33.75%;
    height: auto;
    vertical-align: middle;
  }
  #m_menu .m_menu_nav .m_menu_nav_list li .m-menu-nav-item span {
    font-size: 0.28rem;
    display: inline-block;
    text-align: right;
    width: 66%;
  }
  #m_menu .language {
    margin: 32px 0 64px;
    text-align: center;
    font-size: 14px;
  }
  .menu_move {
    background-color: transparent !important;
  }
  .menu_move:before {
    top: 0 !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
  }
  .menu_move:after {
    top: 0 !important;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
  }
  #header-container-m #menu_btn span.menu_color_w,
  #header-container-m #menu_btn span.menu_color_w:after,
  #header-container-m #menu_btn span.menu_color_w:before {
    background-color: #fff;
  }
  #header-container-m #menu_btn span.menu_color_b:after,
  #header-container-m #menu_btn span.menu_color_b:before {
    background-color: #141414 !important;
  }
  .m_hide_f {
    display: none;
  }
  footer {
    width: 6.7rem;
    margin: 0.6rem auto 0;
  }
  .link_list_container {
    padding: 0.3rem 0;
  }
  .link_list_container .link_type {
    padding: 0.5rem 0;
    font-size: 0.28rem;
    color: #141414;
  }
  .link_list_container .link_type {
    border-bottom: 1px solid #f2f2f2;
  }
  .link_list_container .link_type .link_list_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .link_list_container .link_type b:after {
    content: '';
    position: absolute;
    top: 0.1rem;
    right: 0;
    width: 0.18rem;
    height: 0.18rem;
    background-image: url(/image/close_all.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
  }
  .link_list_container .link_type .link_list_title .open:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  .link_list_container .link_type .link_list {
    display: none;
    padding-left: 0.29rem;
    opacity: 0.7;
  }
  .link_list_container .link_type .link_list li {
    padding-top: 0.5rem;
  }
  .service_container {
    padding: 0.6rem 0;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
  }
  .service_container .service_left {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    font-size: 0.26rem;
  }
  .service_container .service_left div:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .service_container .service_left .attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
  }
  .service_container .service_left .attention .wei {
    display: inline-block;
    width: 0.39rem;
    height: 0.39rem;
    margin-left: 0.2rem;
    cursor: pointer;
  }
  .service_container .service_left .attention img {
    width: 0.39rem;
    height: 0.39rem;
  }
  .service_container .service_right {
    height: 1.65rem;
    border-left: 1px solid #ddd;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service_container .service_right .img_container {
    width: 2.5rem;
    text-align: center;
    height: 0.77rem;
    line-height: 0.79rem;
    background-color: #e60012;
    border-radius: 1.25rem;
    color: #fff;
    font-size: 0.26rem;
  }
  .service_container .service_right .img_container span {
    position: relative;
    top: 0.066rem;
    margin-right: 0.05rem;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url(/image/earphone_white.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .declaration {
    font-size: 0.24rem;
    height: 1.64rem;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .declaration p {
    text-align: center;
  }
  .declaration p a:hover {
    color: red;
  }
  .wexin_code_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .wexin_code_modal .wexin_code_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6rem;
    height: 6.6rem;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .wexin_code_modal .wexin_code_container .weixin_code_title {
    margin-top: 5%;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
  }
  .wexin_code_modal .wexin_code_container .close_btn {
    position: absolute;
    right: 0.15rem;
    top: 0.15rem;
    width: 0.44rem;
    text-align: center;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.44rem;
    cursor: pointer;
  }
  .wexin_code_modal .wexin_code_container img {
    width: 90%;
    margin: 2% 5% 5% 5%;
  }
  #fadebg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999;
    display: none;
    overflow: hidden;
  }
  #videoContent {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .prism-player .prism-ErrorMessage .prism-error-content {
    margin-top: 60% !important;
  }
  #fadebgclose {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .prism-player .prism-big-play-btn {
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  .prism-player video {
    height: auto !important;
  }
  #chatBtn img {
    position: absolute !important;
    left: 7px !important;
    top: 7px !important;
    width: 16px !important;
    height: 16px !important;
  }
}
@media (max-width: 1200px) and (min-width: 1120px) {
  #nav_container .nav .nav_title {
    padding: 0 35px;
  }
  #nav-slide-list-join {
    left: 0;
    
    margin-left: 195px;
  }
  #nav-slide-list-language {
    left: 0;
    margin-left: 390px;
  }
  #nav-slide-list-shop {
    left: 0;
    margin-left: 66px;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product {
    
    width: 200px;
    height: 210px;
  }
}
@media (max-width: 1119px) and (min-width: 1008px) {
  #nav_container .nav .nav_title {
    padding: 0 27px;
  }
  #nav-slide-list-join {
    left: 0;
    
    margin-left: 100px;
  }
  #nav-slide-list-language {
    left: 0;
    margin-left: 270px;
  }
  #nav-slide-list-shop {
    left: 0;
    margin-left: -7px;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product {
    
    width: 180px;
    height: 190px;
  }
}
@media (max-width: 1007px) and (min-width: 909px) {
  #nav_container .nav .nav_title {
    padding: 0 20px;
  }
  #nav-slide-list-join {
    left: 0;
    
    margin-left: 15px;
  }
  #nav-slide-list-language {
    left: 0;
    margin-left: 180px;
  }
  #nav-slide-list-shop {
    left: 0;
    margin-left: -70px;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product {
    
    width: 160px;
    height: 170px;
  }
}
@media (max-width: 908px) and (min-width: 830px) {
  #nav_container .nav .nav_title {
    padding: 0 14px;
  }
  #nav-slide-list-join {
    left: 0;
    
    margin-left: -50px;
  }
  #nav-slide-list-language {
    left: 0;
    margin-left: 90px;
  }
  #nav-slide-list-shop {
    left: 0;
    margin-left: -124px;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product {
    
    width: 150px;
    height: 160px;
  }
}
@media (max-width: 829px) and (min-width: 768px) {
  #nav_container .nav .nav_title {
    padding: 0 9px;
  }
  #nav-slide-list-join {
    left: 0;
    
    margin-left: -105px;
  }
  #nav-slide-list-shop {
    left: 0;
    margin-left: -167px;
  }
  .nav-slide-down .nav-slide-list .nav-slide-product {
    
    width: 130px;
    height: 140px;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/css/fonts/glyphicons-halflings-regular.eot);
  src: url(/css/fonts/glyphicons-halflings-regular.eot?)
      format('embedded-opentype'),
    url(/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
    url(/css/fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    url(/css/fonts/glyphicons-halflings-regular.svg)
      format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: '\002a';
}
.glyphicon-plus:before {
  content: '\002b';
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: '\20ac';
}
.glyphicon-minus:before {
  content: '\2212';
}
.glyphicon-cloud:before {
  content: '\2601';
}
.glyphicon-envelope:before {
  content: '\2709';
}
.glyphicon-pencil:before {
  content: '\270f';
}
.glyphicon-glass:before {
  content: '\e001';
}
.glyphicon-music:before {
  content: '\e002';
}
.glyphicon-search:before {
  content: '\e003';
}
.glyphicon-heart:before {
  content: '\e005';
}
.glyphicon-star:before {
  content: '\e006';
}
.glyphicon-star-empty:before {
  content: '\e007';
}
.glyphicon-user:before {
  content: '\e008';
}
.glyphicon-film:before {
  content: '\e009';
}
.glyphicon-th-large:before {
  content: '\e010';
}
.glyphicon-th:before {
  content: '\e011';
}
.glyphicon-th-list:before {
  content: '\e012';
}
.glyphicon-ok:before {
  content: '\e013';
}
.glyphicon-remove:before {
  content: '\e014';
}
.glyphicon-zoom-in:before {
  content: '\e015';
}
.glyphicon-zoom-out:before {
  content: '\e016';
}
.glyphicon-off:before {
  content: '\e017';
}
.glyphicon-signal:before {
  content: '\e018';
}
.glyphicon-cog:before {
  content: '\e019';
}
.glyphicon-trash:before {
  content: '\e020';
}
.glyphicon-home:before {
  content: '\e021';
}
.glyphicon-file:before {
  content: '\e022';
}
.glyphicon-time:before {
  content: '\e023';
}
.glyphicon-road:before {
  content: '\e024';
}
.glyphicon-download-alt:before {
  content: '\e025';
}
.glyphicon-download:before {
  content: '\e026';
}
.glyphicon-upload:before {
  content: '\e027';
}
.glyphicon-inbox:before {
  content: '\e028';
}
.glyphicon-play-circle:before {
  content: '\e029';
}
.glyphicon-repeat:before {
  content: '\e030';
}
.glyphicon-refresh:before {
  content: '\e031';
}
.glyphicon-list-alt:before {
  content: '\e032';
}
.glyphicon-lock:before {
  content: '\e033';
}
.glyphicon-flag:before {
  content: '\e034';
}
.glyphicon-headphones:before {
  content: '\e035';
}
.glyphicon-volume-off:before {
  content: '\e036';
}
.glyphicon-volume-down:before {
  content: '\e037';
}
.glyphicon-volume-up:before {
  content: '\e038';
}
.glyphicon-qrcode:before {
  content: '\e039';
}
.glyphicon-barcode:before {
  content: '\e040';
}
.glyphicon-tag:before {
  content: '\e041';
}
.glyphicon-tags:before {
  content: '\e042';
}
.glyphicon-book:before {
  content: '\e043';
}
.glyphicon-bookmark:before {
  content: '\e044';
}
.glyphicon-print:before {
  content: '\e045';
}
.glyphicon-camera:before {
  content: '\e046';
}
.glyphicon-font:before {
  content: '\e047';
}
.glyphicon-bold:before {
  content: '\e048';
}
.glyphicon-italic:before {
  content: '\e049';
}
.glyphicon-text-height:before {
  content: '\e050';
}
.glyphicon-text-width:before {
  content: '\e051';
}
.glyphicon-align-left:before {
  content: '\e052';
}
.glyphicon-align-center:before {
  content: '\e053';
}
.glyphicon-align-right:before {
  content: '\e054';
}
.glyphicon-align-justify:before {
  content: '\e055';
}
.glyphicon-list:before {
  content: '\e056';
}
.glyphicon-indent-left:before {
  content: '\e057';
}
.glyphicon-indent-right:before {
  content: '\e058';
}
.glyphicon-facetime-video:before {
  content: '\e059';
}
.glyphicon-picture:before {
  content: '\e060';
}
.glyphicon-map-marker:before {
  content: '\e062';
}
.glyphicon-adjust:before {
  content: '\e063';
}
.glyphicon-tint:before {
  content: '\e064';
}
.glyphicon-edit:before {
  content: '\e065';
}
.glyphicon-share:before {
  content: '\e066';
}
.glyphicon-check:before {
  content: '\e067';
}
.glyphicon-move:before {
  content: '\e068';
}
.glyphicon-step-backward:before {
  content: '\e069';
}
.glyphicon-fast-backward:before {
  content: '\e070';
}
.glyphicon-backward:before {
  content: '\e071';
}
.glyphicon-play:before {
  content: '\e072';
}
.glyphicon-pause:before {
  content: '\e073';
}
.glyphicon-stop:before {
  content: '\e074';
}
.glyphicon-forward:before {
  content: '\e075';
}
.glyphicon-fast-forward:before {
  content: '\e076';
}
.glyphicon-step-forward:before {
  content: '\e077';
}
.glyphicon-eject:before {
  content: '\e078';
}
.glyphicon-chevron-left:before {
  content: '\e079';
}
.glyphicon-chevron-right:before {
  content: '\e080';
}
.glyphicon-plus-sign:before {
  content: '\e081';
}
.glyphicon-minus-sign:before {
  content: '\e082';
}
.glyphicon-remove-sign:before {
  content: '\e083';
}
.glyphicon-ok-sign:before {
  content: '\e084';
}
.glyphicon-question-sign:before {
  content: '\e085';
}
.glyphicon-info-sign:before {
  content: '\e086';
}
.glyphicon-screenshot:before {
  content: '\e087';
}
.glyphicon-remove-circle:before {
  content: '\e088';
}
.glyphicon-ok-circle:before {
  content: '\e089';
}
.glyphicon-ban-circle:before {
  content: '\e090';
}
.glyphicon-arrow-left:before {
  content: '\e091';
}
.glyphicon-arrow-right:before {
  content: '\e092';
}
.glyphicon-arrow-up:before {
  content: '\e093';
}
.glyphicon-arrow-down:before {
  content: '\e094';
}
.glyphicon-share-alt:before {
  content: '\e095';
}
.glyphicon-resize-full:before {
  content: '\e096';
}
.glyphicon-resize-small:before {
  content: '\e097';
}
.glyphicon-exclamation-sign:before {
  content: '\e101';
}
.glyphicon-gift:before {
  content: '\e102';
}
.glyphicon-leaf:before {
  content: '\e103';
}
.glyphicon-fire:before {
  content: '\e104';
}
.glyphicon-eye-open:before {
  content: '\e105';
}
.glyphicon-eye-close:before {
  content: '\e106';
}
.glyphicon-warning-sign:before {
  content: '\e107';
}
.glyphicon-plane:before {
  content: '\e108';
}
.glyphicon-calendar:before {
  content: '\e109';
}
.glyphicon-random:before {
  content: '\e110';
}
.glyphicon-comment:before {
  content: '\e111';
}
.glyphicon-magnet:before {
  content: '\e112';
}
.glyphicon-chevron-up:before {
  content: '\e113';
}
.glyphicon-chevron-down:before {
  content: '\e114';
}
.glyphicon-retweet:before {
  content: '\e115';
}
.glyphicon-shopping-cart:before {
  content: '\e116';
}
.glyphicon-folder-close:before {
  content: '\e117';
}
.glyphicon-folder-open:before {
  content: '\e118';
}
.glyphicon-resize-vertical:before {
  content: '\e119';
}
.glyphicon-resize-horizontal:before {
  content: '\e120';
}
.glyphicon-hdd:before {
  content: '\e121';
}
.glyphicon-bullhorn:before {
  content: '\e122';
}
.glyphicon-bell:before {
  content: '\e123';
}
.glyphicon-certificate:before {
  content: '\e124';
}
.glyphicon-thumbs-up:before {
  content: '\e125';
}
.glyphicon-thumbs-down:before {
  content: '\e126';
}
.glyphicon-hand-right:before {
  content: '\e127';
}
.glyphicon-hand-left:before {
  content: '\e128';
}
.glyphicon-hand-up:before {
  content: '\e129';
}
.glyphicon-hand-down:before {
  content: '\e130';
}
.glyphicon-circle-arrow-right:before {
  content: '\e131';
}
.glyphicon-circle-arrow-left:before {
  content: '\e132';
}
.glyphicon-circle-arrow-up:before {
  content: '\e133';
}
.glyphicon-circle-arrow-down:before {
  content: '\e134';
}
.glyphicon-globe:before {
  content: '\e135';
}
.glyphicon-wrench:before {
  content: '\e136';
}
.glyphicon-tasks:before {
  content: '\e137';
}
.glyphicon-filter:before {
  content: '\e138';
}
.glyphicon-briefcase:before {
  content: '\e139';
}
.glyphicon-fullscreen:before {
  content: '\e140';
}
.glyphicon-dashboard:before {
  content: '\e141';
}
.glyphicon-paperclip:before {
  content: '\e142';
}
.glyphicon-heart-empty:before {
  content: '\e143';
}
.glyphicon-link:before {
  content: '\e144';
}
.glyphicon-phone:before {
  content: '\e145';
}
.glyphicon-pushpin:before {
  content: '\e146';
}
.glyphicon-usd:before {
  content: '\e148';
}
.glyphicon-gbp:before {
  content: '\e149';
}
.glyphicon-sort:before {
  content: '\e150';
}
.glyphicon-sort-by-alphabet:before {
  content: '\e151';
}
.glyphicon-sort-by-alphabet-alt:before {
  content: '\e152';
}
.glyphicon-sort-by-order:before {
  content: '\e153';
}
.glyphicon-sort-by-order-alt:before {
  content: '\e154';
}
.glyphicon-sort-by-attributes:before {
  content: '\e155';
}
.glyphicon-sort-by-attributes-alt:before {
  content: '\e156';
}
.glyphicon-unchecked:before {
  content: '\e157';
}
.glyphicon-expand:before {
  content: '\e158';
}
.glyphicon-collapse-down:before {
  content: '\e159';
}
.glyphicon-collapse-up:before {
  content: '\e160';
}
.glyphicon-log-in:before {
  content: '\e161';
}
.glyphicon-flash:before {
  content: '\e162';
}
.glyphicon-log-out:before {
  content: '\e163';
}
.glyphicon-new-window:before {
  content: '\e164';
}
.glyphicon-record:before {
  content: '\e165';
}
.glyphicon-save:before {
  content: '\e166';
}
.glyphicon-open:before {
  content: '\e167';
}
.glyphicon-saved:before {
  content: '\e168';
}
.glyphicon-import:before {
  content: '\e169';
}
.glyphicon-export:before {
  content: '\e170';
}
.glyphicon-send:before {
  content: '\e171';
}
.glyphicon-floppy-disk:before {
  content: '\e172';
}
.glyphicon-floppy-saved:before {
  content: '\e173';
}
.glyphicon-floppy-remove:before {
  content: '\e174';
}
.glyphicon-floppy-save:before {
  content: '\e175';
}
.glyphicon-floppy-open:before {
  content: '\e176';
}
.glyphicon-credit-card:before {
  content: '\e177';
}
.glyphicon-transfer:before {
  content: '\e178';
}
.glyphicon-cutlery:before {
  content: '\e179';
}
.glyphicon-header:before {
  content: '\e180';
}
.glyphicon-compressed:before {
  content: '\e181';
}
.glyphicon-earphone:before {
  content: '\e182';
}
.glyphicon-phone-alt:before {
  content: '\e183';
}
.glyphicon-tower:before {
  content: '\e184';
}
.glyphicon-stats:before {
  content: '\e185';
}
.glyphicon-sd-video:before {
  content: '\e186';
}
.glyphicon-hd-video:before {
  content: '\e187';
}
.glyphicon-subtitles:before {
  content: '\e188';
}
.glyphicon-sound-stereo:before {
  content: '\e189';
}
.glyphicon-sound-dolby:before {
  content: '\e190';
}
.glyphicon-sound-5-1:before {
  content: '\e191';
}
.glyphicon-sound-6-1:before {
  content: '\e192';
}
.glyphicon-sound-7-1:before {
  content: '\e193';
}
.glyphicon-copyright-mark:before {
  content: '\e194';
}
.glyphicon-registration-mark:before {
  content: '\e195';
}
.glyphicon-cloud-download:before {
  content: '\e197';
}
.glyphicon-cloud-upload:before {
  content: '\e198';
}
.glyphicon-tree-conifer:before {
  content: '\e199';
}
.glyphicon-tree-deciduous:before {
  content: '\e200';
}
.glyphicon-cd:before {
  content: '\e201';
}
.glyphicon-save-file:before {
  content: '\e202';
}
.glyphicon-open-file:before {
  content: '\e203';
}
.glyphicon-level-up:before {
  content: '\e204';
}
.glyphicon-copy:before {
  content: '\e205';
}
.glyphicon-paste:before {
  content: '\e206';
}
.glyphicon-alert:before {
  content: '\e209';
}
.glyphicon-equalizer:before {
  content: '\e210';
}
.glyphicon-king:before {
  content: '\e211';
}
.glyphicon-queen:before {
  content: '\e212';
}
.glyphicon-pawn:before {
  content: '\e213';
}
.glyphicon-bishop:before {
  content: '\e214';
}
.glyphicon-knight:before {
  content: '\e215';
}
.glyphicon-baby-formula:before {
  content: '\e216';
}
.glyphicon-tent:before {
  content: '\26fa';
}
.glyphicon-blackboard:before {
  content: '\e218';
}
.glyphicon-bed:before {
  content: '\e219';
}
.glyphicon-apple:before {
  content: '\f8ff';
}
.glyphicon-erase:before {
  content: '\e221';
}
.glyphicon-hourglass:before {
  content: '\231b';
}
.glyphicon-lamp:before {
  content: '\e223';
}
.glyphicon-duplicate:before {
  content: '\e224';
}
.glyphicon-piggy-bank:before {
  content: '\e225';
}
.glyphicon-scissors:before {
  content: '\e226';
}
.glyphicon-bitcoin:before {
  content: '\e227';
}
.glyphicon-btc:before {
  content: '\e227';
}
.glyphicon-xbt:before {
  content: '\e227';
}
.glyphicon-yen:before {
  content: '\00a5';
}
.glyphicon-jpy:before {
  content: '\00a5';
}
.glyphicon-ruble:before {
  content: '\20bd';
}
.glyphicon-rub:before {
  content: '\20bd';
}
.glyphicon-scale:before {
  content: '\e230';
}
.glyphicon-ice-lolly:before {
  content: '\e231';
}
.glyphicon-ice-lolly-tasted:before {
  content: '\e232';
}
.glyphicon-education:before {
  content: '\e233';
}
.glyphicon-option-horizontal:before {
  content: '\e234';
}
.glyphicon-option-vertical:before {
  content: '\e235';
}
.glyphicon-menu-hamburger:before {
  content: '\e236';
}
.glyphicon-modal-window:before {
  content: '\e237';
}
.glyphicon-oil:before {
  content: '\e238';
}
.glyphicon-grain:before {
  content: '\e239';
}
.glyphicon-sunglasses:before {
  content: '\e240';
}
.glyphicon-text-size:before {
  content: '\e241';
}
.glyphicon-text-color:before {
  content: '\e242';
}
.glyphicon-text-background:before {
  content: '\e243';
}
.glyphicon-object-align-top:before {
  content: '\e244';
}
.glyphicon-object-align-bottom:before {
  content: '\e245';
}
.glyphicon-object-align-horizontal:before {
  content: '\e246';
}
.glyphicon-object-align-left:before {
  content: '\e247';
}
.glyphicon-object-align-vertical:before {
  content: '\e248';
}
.glyphicon-object-align-right:before {
  content: '\e249';
}
.glyphicon-triangle-right:before {
  content: '\e250';
}
.glyphicon-triangle-left:before {
  content: '\e251';
}
.glyphicon-triangle-bottom:before {
  content: '\e252';
}
.glyphicon-triangle-top:before {
  content: '\e253';
}
.glyphicon-console:before {
  content: '\e254';
}
.glyphicon-superscript:before {
  content: '\e255';
}
.glyphicon-subscript:before {
  content: '\e256';
}
.glyphicon-menu-left:before {
  content: '\e257';
}
.glyphicon-menu-right:before {
  content: '\e258';
}
.glyphicon-menu-down:before {
  content: '\e259';
}
.glyphicon-menu-up:before {
  content: '\e260';
}
@font-face {
  font-family: iconfont;
  src: url(/css/fonts/iconfont.eot?t=1553153018820);
  src: url(/css/fonts/iconfont.eot?t=1553153018820)
      format('embedded-opentype'),
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAO0AAsAAAAAB9AAAANoAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqDFIMCATYCJAMQCwoABCAFhG0HPxvrBsiemjwJiBAhEGbGNAKcDfHw31i/+2Zm9883TZhbIpFELEEleeJ0azTx04kakmeoO+9cfpoOCOLGh24A2OsAC+lx0pemww9oGdy9qQ+WJZICdl8YHrpZHXBjCoWRrY2l0d7A9QPsQV8b6fzHf3Gomik+/y4epzkWh3IBDI6lARp7lKwFKWCFvMvhzKvw6NpNoMMY9YRNvcMSSFKQQYE4HfQrICklV2pSQxWaJTOLuKuhptvpMe74Px9/LYhK0sjIyH1He3TQ/gP+cUPc07rlgIvAGE8LcR4ZswCFOF6qP0gM/bOIOvT2cZYAqioxVsPaH8H//5i5F36l//IISSaaSHIXWIQDmR9h8/iCtSCVQHADkmR4IcIKCVcA7xDxqHHWTvLY7ujuTuO6Lj17hLdf5den9OYacTNS332bropNTk1JfallXNmm5qgctXyUsHWiwVZPxd8WtU9GCpMgPPN3PzG+drp1BSzf5d7F8o17x9tGun+6Pke+69f2N+30Td53sv3GxiivPjXqbabd0Dyx+ZDC4w8BAV0rTY/tPPQpDuyA+5/8wux704uyM/fKC7B/F7S887/kOD04JVAiSFRLyZRnIQRKMJsQSQDmPz+yzW4n+Gh0N0iSZ9jWcwk+S9Nxa/A/fO/eRPCVdhxl5FcN9df60qNFfh1Ur+ZGfvX2pxWRXXRqz04Yewx2UknscCQ7oECPb9uh8wBaxEvZDZCnpMe0zjfFt/9bwf+P32aXM5v/1c4Cvr9a+OXbW+JAv0CVaM34ZYyWOcVgEUUpGtumm8Zizo17Ezqoih8VZsCHMYTDrZMJ1XAMSZvRkFWTkAU7Cxo6LYKmai10mKlvfqdBjChKO2Y4iCD0uQpJjw+Q9XmCLNj30DDiJzT1RYYO+yN3xU5T4kRKF8MKxzpSN1BQo8RgKp4SpE5ivx1RWJLl42TMrKALuR2ubKgPE8zGGGOt+j2cG8hgNIp60X44EqHIZDSENe4IcG42Op1G2Rc5NBoFKTZiMAWH6RDVBiRIQxGGW5hLyX3/JMzPFqFgNVl1ShnGWILNI24OrhbIPj5plXUt91hW+XlwnAExMFQU0ou0WIT6KcQs7xaCaTiHQA+vqZET5zPa8h3zC6NPuAw6kBNKpMhRoqF5PahsKkFRs2mCRW3LkwEA')
      format('woff2'),
    url(/css/fonts/iconfont.woff?t=1553153018820) format('woff'),
    url(/css/fonts/iconfont.ttf?t=1553153018820) format('truetype'),
    url(/css/fonts/iconfont.svg?t=1553153018820) format('svg');
}
.iconfont {
  font-family: iconfont !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xiazai:before {
  content: '\e601';
}
.icon-cuo:before {
  content: '\e63f';
}
.icon-sousuo:before {
  content: '\e679';
}