body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 arial, \5b8b\4f53;
  color: #666;
  outline: 0;
  box-shadow: none;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
#newBridge,
#KFLOGO,
#icon_module {
  display: none !important;
}
#div_company_mini .mini-btn {
  height: 0 !important;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.btn_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_primary_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost:hover {
  color: #fff;
  background: #2e6dff;
}
.btn_ghost_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  border: 1px solid #004fff;
}
.btn_ghost_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_primary:hover {
  background-color: #e2ecff;
  border: 1px solid #004fff;
}
.btn_ghost_lightred {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  border: 1px solid transparent;
}
.btn_ghost_lightred:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_lightred:hover {
  background: #fff;
  color: #f3340b;
  border: 1px solid #f3340b;
}
.btn_orange {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #f3340b;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn_orange:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_orange:hover {
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  color: #fff;
  border: 1px solid #fff;
}
.btn_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background-color: #004fff;
}
.btn_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary:hover {
  background-color: #3e79ff;
  color: #fff;
}
.btn_default {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  background-color: #fff;
}
.btn_default:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_default:hover {
  background-color: #e0eafd;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease-in;
  z-index: 2;
}
.header .d {
  display: none;
}
.header .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header .nav {
  flex: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.header .logo {
  display: block;
  margin-right: 78px;
}
.header .logo img {
  width: 120px;
}
.header .menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .menu > li {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.header .menu > li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in;
}
.header .menu > li a:hover {
  opacity: 0.7;
}
.header .menu > li:hover .sub_menu {
  display: flex;
}
.header .menu > li:hover > a {
  opacity: 0.7;
}
.header .menu .sub_menu {
  display: none;
  position: absolute;
  top: 70px;
  left: -30px;
  padding-top: 29px;
  padding-bottom: 9px;
  flex-wrap: wrap;
  width: 326px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
}
.header .menu .sub_menu > li {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-bottom: 20px;
  width: 132px;
  height: 38px;
  border-radius: 4px;
}
.header .menu .sub_menu > li .icon {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.header .menu .sub_menu > li a {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-left: 12px;
}
.header .menu .sub_menu > li:hover {
  background: #EDF3FF;
  cursor: pointer;
}
.header .menu .sub_menu > li:hover a {
  color: #004FFF;
  font-weight: 500;
}
.header .menu .large {
  width: 164px;
  height: 135px;
  padding-top: 24px;
}
.header .menu .large > li {
  margin-bottom: 13px;
}
.header .menu .large > li .icon {
  margin-left: 16px;
}
.header .tel {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header .tel img {
  margin-right: 10px;
  width: 22px;
}
.header .tel span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.header .btns a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}
.header .btns .login {
  color: #fff;
  font-size: 16px;
}
.header .btns .login:hover {
  opacity: 0.7;
}
.default {
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(82, 99, 117, 0.13);
}
.default .d {
  display: block;
}
.default .t {
  display: none;
}
.default .menu li a {
  color: #333;
}
.default .menu li a:hover {
  color: #004fff;
}
.default .menu li:hover > a {
  opacity: 1;
  color: #004fff;
}
.default .tel span {
  color: #333;
}
.default .btns .login {
  color: #333;
  font-size: 16px;
}
.default .btns .login:hover {
  opacity: 1;
  color: #004fff;
}
.discount_entry {
  width: 136px;
  height: 45px;
  margin-left: 18px;
}
.discount_entry:hover {
  opacity: 1;
}
.discount_entry a {
  display: inline-block;
  width: 100%;
  height: 44px;
  margin-top: -5px;
  background: url(//assets.shangzhibo.tv/assets/discount_entry2dc79.png) no-repeat;
  background-size: 100% 100%;
}
.aside {
  position: fixed;
  bottom: 0;
  right: 30px;
  transform: translateY(-30%);
  z-index: 1;
}
.aside ul li {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  padding: 10px 0;
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
  background-color: #004fff;
  font-size: 12px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.aside ul li a {
  display: block;
  color: #fff;
}
.aside ul li img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.aside ul li:hover .qrcode,
.aside ul li:hover .tel {
  display: block;
}
.aside ul .qrcode {
  display: block;
  position: absolute;
  top: -20px;
  left: -202px;
  width: 184px;
  height: 240px;
  padding: 0 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(189, 193, 200, 0.5);
  border-radius: 6px;
}
.aside ul .qrcode .besom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
}
.aside ul .qrcode .besom p {
  color: #333;
}
.aside ul .qrcode .besom span {
  color: #004fff;
}
.aside ul .qrcode img {
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  margin-top: 8px;
}
.aside ul .qrcode .geilive {
  display: flex;
  justify-content: center;
}
.aside ul .qrcode .geilive p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 2px;
  padding-top: 13px;
}
.aside ul .qrcode .mascot {
  position: absolute;
  bottom: -3px;
  left: -93px;
}
.aside ul .qrcode .mascot img {
  width: 104px;
  height: 204px;
}
.aside ul .qrcode::after {
  position: absolute;
  content: "";
  top: 62px;
  right: -15px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}
.aside ul .tel {
  display: none;
  position: absolute;
  top: 4px;
  left: -237px;
  width: 222px;
  height: 75px;
  padding: 11px 26px;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(189, 193, 200, 0.5);
  border-radius: 6px;
  text-align: left;
}
.aside ul .tel a {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.aside ul .tel span {
  color: #333;
  font-size: 14px;
}
.aside ul .tel::after {
  position: absolute;
  content: "";
  top: 29px;
  right: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}
.footer {
  padding: 80px 0 24px;
  background-color: #11193a;
}
.footer .content {
  display: flex;
  width: 1200px;
  margin: 0 auto 24px;
}
.footer .info {
  margin-right: 80px;
  color: #fff;
}
.footer .info .logo {
  display: block;
  margin-bottom: 16px;
  width: 120px;
}
.footer .info .slogan {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.footer .info .msg {
  line-height: 25px;
  opacity: 0.8;
}
.footer .links {
  margin-right: 58px;
  width: 90px;
}
.footer .links.large {
  width: 144px;
}
.footer .links .title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.footer .links .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer .links .list li {
  margin-bottom: 16px;
}
.footer .links .list li a {
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.footer .links .list li a:hover {
  opacity: 1;
}
.footer .qrcodes {
  display: flex;
}
.footer .qrcodes .qrcode_footer {
  width: 126px;
  margin-right: 32px;
  text-align: center;
}
.footer .qrcodes .qrcode_footer:last-child {
  margin-right: 0;
}
.footer .qrcodes .qrcode_footer img {
  width: 116px;
}
.footer .qrcodes .qrcode_footer p {
  margin-top: 8px;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}
.footer .kxy {
  width: 1200px;
  margin: 0 auto 35px;
  text-align: center;
}
.footer .kxy img {
  width: 60px;
}
.footer .kxy p {
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
}
.footer .corporation {
  display: flex;
  justify-content: center;
}
.footer .corporation li {
  padding: 3px 24px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  opacity: 0.8;
  border-right: 1px solid #fff;
}
.footer .corporation li a {
  color: #fff;
}
.footer .corporation li:last-child {
  border-right: none;
}
.discount_modal {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in;
  z-index: 2;
}
.discount_modal__box {
  position: relative;
  user-select: none;
}
.discount_modal__box .discount_modal__img {
  width: 480px;
  height: 474px;
  cursor: pointer;
}
.discount_modal__box .discount_modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.main {
  min-width: 1200px;
}
.banners {
  position: relative;
  overflow: hidden;
  background: url(//assets.shangzhibo.tv/assets/home_banner_bg@2xe66a.png) no-repeat;
  background-size: 100% 100%;
}
.banners .sliders {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}
.banners .sliders .slider {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d0cfd0;
  margin-right: 10px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}
.banners .sliders .slider:last-child {
  margin-right: 0;
}
.banners .sliders .slider.active {
  width: 20px;
  background-color: #fff;
}
.banners .banner {
  width: 100%;
  flex-shrink: 0;
  background: url(//assets.shangzhibo.tv/assets/home_banner_bg@2xe66a.png);
  background-size: 100% 100%;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  user-select: none;
  top: 0;
}
.banners .banner.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.banners .banner .banner_box {
  width: 1200px;
  height: 580px;
  z-index: 1;
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.banners .banner .banner_box .content h2 {
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 550;
  color: #fff;
  line-height: 84px;
}
.banners .banner .banner_box .content p {
  margin-bottom: 35px;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
.banners .banner .banner_box .content .btn_default {
  padding: 16px 54px;
  font-size: 18px;
  border-radius: 28px;
}
.banners .banner .banner_box img {
  width: 560px;
  height: 440px;
}
.banners .medical {
  width: 100%;
  background: url(//assets.shangzhibo.tv/assets/banner_medic_bg0683.png) no-repeat;
  background-size: 100% 100%;
}
.banners .medical .banner_box img:first-of-type {
  width: 558px;
}
.banners .medical .banner_box img:last-of-type {
  width: 500px;
}
.banners .medical .banner_box a {
  display: inline-block;
  width: 161px;
  height: 50px;
  background: url(//assets.shangzhibo.tv/assets/banner_medic_btn5b17.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 80px);
}
.banners .discount {
  width: 100%;
  background: url("//assets.shangzhibo.tv/assets/banner_ mascot bg@2x1e13.png") no-repeat;
  background-size: 100% 100%;
}
.banners .discount .banner_left {
  height: 100%;
  width: 671px;
  background: url(//assets.shangzhibo.tv/assets/banner_bg_left@2xd847.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banners .discount .banner_right {
  height: 100%;
  width: 671px;
  background: url(//assets.shangzhibo.tv/assets/banner_bg_right@2xe67a.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.banners .discount .banner_box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 68px;
}
.banners .discount .banner_box .content img {
  width: 533px;
  height: 311px;
}
.banners .discount .banner_box .content a {
  display: inline-block;
  width: 204px;
  height: 60px;
  margin-top: 24px;
  background: url(//assets.shangzhibo.tv/assets/banner_mascot_btn@2x2f52.png) no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
  border: none;
}
.banners .discount .banner_box > img {
  width: 552px;
  height: 488px;
  margin-top: 28px;
  margin-left: 30px;
}
.nav_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #151591;
}
.nav_list li {
  display: flex;
  align-items: center;
  padding-left: 24px;
  width: 240px;
  height: 130px;
  border-left: 1px solid #fff;
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.nav_list li:last-child {
  border-right: 1px solid #fff;
}
.nav_list li:hover {
  background-color: #004fff;
}
.nav_list li .icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.nav_list li .content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.nav_list li .content span {
  line-height: 20px;
}
.section {
  padding: 100px 0;
  margin: 0 auto;
  background-color: #fff;
}
.section.large {
  padding: 88px 0 120px;
  background: url(//assets.shangzhibo.tv/assets/bg_01@2x6fbc.png) center center;
  background-size: 100% 100%;
}
.section.blue {
  background-color: #FCFFFB;
}
.section.papayaWhip {
  background-color: #FFFDF9;
}
.section.gray {
  background-color: #fcfcfc;
}
.section.lightred {
  background-color: #fff8f8;
}
.section.firm {
  background: url("//assets.shangzhibo.tv/assets/bg_logo @2xf2b1.png") center center no-repeat;
  background-size: 100% 100%;
}
.section.whiteSmoke {
  background-color: #FCFCFC;
}
.section .sub_title {
  margin-bottom: 55px;
  font-size: 36px;
  font-weight: 550;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.section #number {
  display: inline-block;
  width: 150px;
  text-align: right;
}
.section .functions {
  padding-top: 45px;
}
.section .functions .list {
  position: relative;
  height: 399px;
  background: url("//assets.shangzhibo.tv/assets/closed loop_img@2x2a83.png") center center no-repeat;
  background-size: 100% 100%;
}
.section .functions .list li {
  position: absolute;
  display: flex;
  align-items: center;
}
.section .functions .list li .icon {
  width: 88px;
  margin-right: 8px;
}
.section .functions .list li .content p {
  font-size: 20px;
  font-weight: 550;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.section .functions .list li .content span {
  color: #666666;
  line-height: 20px;
}
.section .functions .list li:nth-child(1) {
  top: -45px;
  left: 464px;
}
.section .functions .list li:nth-child(2) {
  top: 182px;
  left: 125px;
}
.section .functions .list li:nth-child(3) {
  top: 429px;
  left: 125px;
}
.section .functions .list li:nth-child(4) {
  top: 182px;
  left: 750px;
}
.section .functions .list li:nth-child(5) {
  top: 429px;
  left: 750px;
}
.section .functions .btn_primary {
  display: block;
  width: 182px;
  padding: 13px 57px;
  margin: 45px auto 0;
  font-size: 16px;
  border-radius: 22px;
}
.section .content_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .content_box .img {
  width: 630px;
}
.section .content_box .list {
  margin-bottom: 50px;
}
.section .content_box .list li {
  margin-bottom: 32px;
}
.section .content_box .list li p {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 550;
  color: #333333;
  line-height: 25px;
}
.section .content_box .list li span {
  font-size: 16px;
  line-height: 22px;
}
.section .content_box .list li:last-child {
  margin-bottom: 0;
}
.section .content_box .btns a {
  padding: 12px 52px;
  border-radius: 20px;
  margin-right: 32px;
}
.section .merit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 48px;
  width: 1200px;
  height: 424px;
}
.section .merit_list > li {
  display: flex;
  align-items: center;
  width: 384px;
  height: 200px;
  padding: 0 20px;
  background: url(//assets.shangzhibo.tv/assets/card_bg285b3.png) 100% 100%;
  box-shadow: 0px 2px 29px 0px #eef0f3;
  border-radius: 8px;
}
.section .merit_list > li .icon {
  width: 58px;
  height: 58px;
}
.section .merit_list > li .content {
  margin-left: 24px;
}
.section .merit_list > li .content p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 550;
  color: #333;
  line-height: 25px;
}
.section .merit_list > li .content li {
  display: block;
  line-height: 24px;
  list-style: disc;
}
.section .companys {
  position: relative;
  padding-top: 56px;
}
.section .companys .data {
  position: absolute;
  text-align: center;
}
.section .companys .data p {
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 550;
  color: #175fff;
  line-height: 56px;
}
.section .companys .data span {
  font-size: 16px;
  line-height: 22px;
}
.section .companys .data.nums {
  top: 0;
  left: 80px;
}
.section .companys .data.area {
  top: 0;
  left: 557px;
}
.section .companys .data.lives {
  top: 0;
  right: 82px;
}
.section .companys .logos {
  position: relative;
  height: 574px;
  padding: 90px 46px 0;
}
.section .companys .logos .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .companys .list {
  margin-bottom: 30px;
}
.section .companys .list li {
  display: inline-block;
  vertical-align: middle;
  width: 184px;
  height: 69px;
  margin-right: 22px;
}
.section .companys .list li img {
  width: 100%;
  box-shadow: 0px 5px 17px -2px #ebeff5;
  border-radius: 4px;
}
.section .companys .list li:first-child {
  width: 80px;
  font-size: 20px;
  color: #62616d;
  line-height: 69px;
  margin-right: 20px;
}
.section .companys .list li:last-child {
  margin-right: 0;
}
.section .case {
  display: flex;
  justify-content: space-between;
}
.section .case li {
  position: relative;
  width: 384px;
  border-radius: 6px;
}
.section .case li .bg {
  display: block;
  width: 100%;
  height: 232px;
}
.section .case li .logo {
  position: absolute;
  top: 171px;
  left: 132px;
  width: 120px;
}
.section .case li .content {
  height: 232px;
  padding: 53px 32px;
  background-color: #fff;
}
.section .case li .content p {
  height: 90px;
  margin-bottom: 15px;
  color: #333333;
  line-height: 21px;
}
.section .case li .content span {
  line-height: 24px;
}
.btn_link {
  display: block;
  margin: 0 auto;
  width: 176px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  border-radius: 24px;
  font-size: 16px;
}
.section_slogan {
  padding: 25px 0;
  background: url(//assets.shangzhibo.tv/assets/middle_img_v2_b3b9e1ad-7c76-481b-8ff0-f370600ae2dgb8f7.png) center center;
  background-size: 100% 100%;
  position: relative;
}
.section_slogan .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_slogan .box .bottom_pic {
  background: url(//assets.shangzhibo.tv/assets/banner_img02@2xbcd0.png) center center;
  background-size: 100% 100%;
  width: 531px;
  height: 201px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_slogan .box .bottom_pic .sub_title {
  margin-bottom: 15px;
  padding-right: 18px;
  font-size: 32px;
  font-weight: 550;
  color: #fff;
  text-align: center;
}
.section_slogan .box .bottom_pic .tips {
  margin-bottom: 20px;
  padding-right: 18px;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.section_slogan .box img {
  width: 180px;
  height: 224px;
}
.section_slogan .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 273px;
}
.section_slogan .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 452px;
  height: 273px;
}
.section_yearslogan {
  padding: 49px 0;
  background: url("//assets.shangzhibo.tv/assets/bg @2x7fd5.png") center center;
}
.section_yearslogan .sub_title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 550;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.section_yearslogan .tips {
  margin-bottom: 34px;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

