html {
	overflow-x: hidden
}

.common-close {
	position: absolute;
	top: .29rem;
	right: .35rem;
	width: .03rem;
	height: .3rem;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	cursor: pointer
}

.common-close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: .03rem;
	height: .3rem;
	background: #fff;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

body {
	background-color: #fafdff;
	padding: 0;
	margin: 0;
	min-width: 10.24rem;
	font-family: PingFangSC-Regular, PingFangSC-Light, "Microsoft YaHei", Arial, Helvetica, "Hiragino Sans GB", STXiHei, sans-serif
}

body img {
	font-size: .12rem
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

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:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.row>.title {
	font-family: PingFangSC-Medium, PingFang SC
}

@font-face {
	font-family: "DIN Alternate Bold";
	src: url(https://www.baoshizu.com/online-public/res/font/DIN.ttf)
}

.din {
	font-family: DINAlternate-Bold, DINAlternate, "Microsoft YaHei"
}

.header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	z-index: 11;
	transition: background .3s cubic-bezier(.51, .01, 0, 1), -webkit-transform .6s cubic-bezier(.51, .01, 0, 1);
	transition: transform .6s cubic-bezier(.51, .01, 0, 1), background .3s cubic-bezier(.51, .01, 0, 1);
	transition: transform .6s cubic-bezier(.51, .01, 0, 1), background .3s cubic-bezier(.51, .01, 0, 1), -webkit-transform .6s cubic-bezier(.51, .01, 0, 1);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.header.shadow.float-up {
	box-shadow: 0rem .04rem .07rem 0rem rgba(0, 0, 0, .07)
}

.header .header__container {
	width: 12rem;
	position: relative
}

.header.float-down {
	background: #fff;
	-webkit-transform: translate(-50%, -150%);
	-ms-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%)
}

.header.float-up {
	background: #fff;
	border: .01rem solid #f5f5f5
}

.header.float-up .move {
	background: #0096ff;
	position: relative
}

.header.float-up .header__menu-item a {
	color: #999
}

.header.float-up .header__menu-item a.active {
	color: #666
}

.header.float-up .header__menu-item a::after {
	background: #0096ff
}

.header-logo-container {
	display: inline-block
}

.header__logo {
	height: 40px;
	width: 175px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%
}

.header__menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

.header__menu .move {
	border-radius: 4px;
	height: 2px;
	width: 50px;
	background-color: #fff;
	position: absolute;
	left: 25px;
	top: 60px;
	transition: left .2s ease-in-out 0s;
	pointer-events: none;
	z-index: -1
}

.header__menu .header__menu-item:nth-child(1):hover~.move {
	left: 25px !important
}

.header__menu .header__menu-item:nth-child(2):hover~.move {
	left: 125px !important
}

.header__menu .header__menu-item:nth-child(3):hover~.move {
	left: 225px !important
}

.header__menu .header__menu-item:nth-child(4):hover~.move {
	left: 325px !important
}

.header__menu .header__menu-item:nth-child(5):hover~.move {
	left: 425px !important
}

.header__menu .header__menu-item:nth-child(6):hover~.move {
	left: 525px !important
}

.header__menu .header__menu-item:nth-child(7):hover~.move {
	left: 625px !important
}

.header__menu .left-25 {
	left: 25px
}

.header__menu .left-125 {
	left: 125px
}

.header__menu .left-225 {
	left: 225px
}

.header__menu .left-325 {
	left: 325px
}

.header__menu .left-425 {
	left: 425px
}

.header__menu .left-525 {
	left: 525px
}

.header__menu .left-625 {
	left: 625px
}

.header__menu-item {
	float: left;
	line-height: 80px;
	width: 100px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	z-index: 15
}

.header__menu-item:hover~.header__menu-item .list {
	pointer-events: none
}

.header__menu-item .hover-target {
	display: block;
	width: 100%;
	height: 100%;
	z-index: inherit
}

.header__menu-item.with-child {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.header__menu-item.with-child:hover .list {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	top: 60px
}

.header__menu-item.with-child.to-left .list {
	right: .24rem !important;
	left: unset
}

.header__menu-item.with-child .list {
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 24px;
	opacity: 0;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	list-style: none;
	background: #fff;
	color: #666;
	border-radius: 2px;
	white-space: nowrap;
	transition: all .4s ease;
	text-align: left;
	padding: 0;
	box-shadow: 0rem 0rem 6px 0rem rgba(0, 0, 0, .1);
	font-size: 14px;
	font-weight: 400;
	z-index: 14
}

.header__menu-item.with-child .list img {
	width: 22px;
	height: 22px
}

.header__menu-item.with-child .list>li {
	padding-left: 20px;
	padding-right: 36px;
	line-height: 42px;
	height: 42px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.header__menu-item.with-child .list>li img {
	margin-right: 10px
}

.header__menu-item.with-child .list>li:hover {
	background: #f5f8fb
}

.header__menu-item.with-child .list>li .integrity-qr-box {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -19px;
	top: 126px;
	transition: all .2s ease-in-out;
	padding: 20px 0
}

.header__menu-item.with-child .list>li .integrity-qr-box .integrity-qr {
	display: block;
	height: 180px;
	width: 180px
}

.header__menu-item.with-child .list .li_integrity:hover .integrity-qr-box {
	visibility: visible;
	opacity: 1
}

.header__menu-item.active,
.header__menu-item:hover {
	font-weight: 600
}

.header__menu-item a {
	text-decoration: none;
	color: #fff;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: inherit
}

.header__menu-item a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -.15rem;
	border-radius: .04rem;
	height: .04rem;
	width: .5rem;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	transition: .3s all ease-in-out;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	background-color: #fff
}

.header__menu-item a.download {
	box-sizing: border-box;
	padding: .03rem .12rem;
	border-radius: .14rem;
	border: .01rem solid #fff
}

.header__menu-item a.download::after {
	content: none
}

.page__title {
	position: relative;
	min-width: 12rem;
	height: 7.2rem;
	background-color: #bbb;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center
}

.page__title.business-hitch-index {
	display: none
}

.page__title.business-hitch-index .content {
	display: none
}

.page__title.business-service {
	height: auto;
	background: #fff
}

.page__title.business-service-vvsmart {
	height: auto;
	background: #fff
}

.page__title .business-service-banner {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.page__title .business-service-vvsmart-banner {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.page__title .banner-swiper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5
}

.page__title .banner-swiper .swiper-pagination {
	bottom: .3rem
}

.page__title .banner-swiper .swiper-pagination-bullet {
	width: .5rem;
	height: .04rem;
	background: #fff;
	border-radius: .04rem;
	opacity: .69
}

.page__title .banner-swiper .swiper-pagination-bullet-active {
	background: #0b82f1
}

.page__title .banner-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center
}

.page__title .banner-swiper.business-bike .slide-1 {
	background-image: url(https://www.baoshizu.com/online-public/bike/bike__banner_v3.png)
}

.page__title .banner-swiper.business-bike .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/bike/bike__banner--2_v3.png)
}

.page__title .banner-swiper.business-bike .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/bike/bike__banner--3_v3.png)
}

.page__title .banner-swiper.business-ebike .slide-1 {
	background-image: url(https://www.baoshizu.com/online-public/zhuliche/zhuliche__banner_v3.png)
}

.page__title .banner-swiper.business-ebike .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/zhuliche/zhuliche__banner--2_v3.png)
}

.page__title .banner-swiper.business-ebike .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/zhuliche/zhuliche__banner--3_v3.png)
}

.page__title .banner-swiper.business-service .slide-1 {
	background-image: url(https://www.baoshizu.com/online-public/chefu/chefu__banner_v3.png)
}

.page__title .banner-swiper.business-service .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/chefu/chefu__banner--2_v3.png)
}

.page__title .banner-swiper.business-service .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/chefu/chefu__banner--3_v3.png)
}

.page__title .banner-swiper.business-battery .slide-1 {
	background-image: url(https://www.baoshizu.com/online-public/huandian/huandian_banner--1_v3.png)
}

.page__title .banner-swiper.business-battery .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/huandian/huandian_banner--2_v3.png)
}

.page__title .banner-swiper.business-battery .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/huandian/huandian_banner--3_v3.png)
}

.page__title .banner-swiper.business-play .slide-1 {
	background-image: url(https://www.baoshizu.com/online-public/play/play__banner_v3.png)
}

.page__title .banner-swiper.business-play .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/play/play__banner--2_v3.png)
}

.page__title .banner-swiper.business-play .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/play/play__banner--3_v3.png)
}

.page__title .banner-swiper.business-hitch .slide-1 {
	background-image: url(https://www.baoshizu.com/online-public/hitch/hitch__banner.png)
}

.page__title .banner-swiper.business-hitch .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/hitch/hitch__banner--2.png)
}

.page__title .banner-swiper.business-hitch .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/hitch/hitch__banner--3.png)
}

.page__title .banner-swiper.business-taxi .slide-1 {
	background-image: url(https://www.baoshizu.com/online-public/taxi/taxi__banner.png)
}

.page__title .banner-swiper.business-taxi .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/taxi/taxi__banner--2.png)
}

.page__title .banner-swiper.business-taxi .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/taxi/taxi__banner--3.png)
}

.page__title .banner-swiper.about-brief .slide-1 {
	background-image: url(https://www.baoshizu.com/static/JED8S_about__brief--banner_v3.jpg)
}

.page__title .banner-swiper.about-brief .slide-2 {
	background-image: url(https://www.baoshizu.com/online-public/about/about__brief--banner-2_v3.png)
}

.page__title .banner-swiper.about-brief .slide-3 {
	background-image: url(https://www.baoshizu.com/online-public/about/about__brief--banner-3_v3.png)
}

.page__title.news {
	background-image: url(https://www.baoshizu.com/static/vcbZm_pc1920-720.png)
}

.page__title.about-brief {
	background-image: url(https://www.baoshizu.com/online-public/about/about__brief--banner_v3.png)
}

.page__title.about-founder {
	background-image: url(https://www.baoshizu.com/online-public/about/about__founder--banner_v4.png)
}

.page__title.about-history {
	background-image: url(https://www.baoshizu.com/online-public/about/about__history--banner.png)
}

.page__title.about-prize {
	background-image: url(https://www.baoshizu.com/online-public/about/about__prize--banner.png)
}

.page__title.about-social {
	background-image: url(https://www.baoshizu.com/online-public/about/about__social--banner_v3.png)
}

.page__title.about-gov {
	background-image: url(https://www.baoshizu.com/online-public/about/about__gov--banner_v3.png)
}

.page__title.contact-index {
	background-image: url(https://www.baoshizu.com/static/KqqiD_contact__index--banner_v3.jpg)
}

.page__title.contact-brand {
	background-image: url(https://www.baoshizu.com/online-public/contact/contact__brand--banner_v3.png)
}

.page__title.business-hitch .content .slogan span:nth-of-type(2) {
	font-size: .4rem !important
}

.page__title.business-hitch .hitch-extra {
	position: absolute;
	left: 0;
	bottom: .8rem;
	height: .8rem;
	font-size: .4rem;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #fff;
	line-height: .8rem
}

.page__title.technology {
	background-image: url(https://www.baoshizu.com/static/GvSwo_science__banner_v4.jpg)
}

.page__title.business {
	display: none
}

.page__title .content {
	position: relative;
	width: 12rem;
	height: 100%;
	margin: 0 auto;
	z-index: 5;
	pointer-events: none
}

.page__title .content .slogan {
	position: absolute;
	right: 0;
	bottom: .8rem;
	font-family: PingFangSC-Regular, PingFang SC;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right
}

.page__title .content .slogan>span {
	font-size: .44rem;
	color: #fff;
	height: .8rem;
	line-height: .8rem;
	letter-spacing: .06rem
}

.page__title .content .slogan>span:nth-of-type(1) {
	font-size: .64rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff
}

.page__title .content .slogan-rent {
	position: absolute;
	bottom: 1.44rem;
	right: 0;
	width: 5rem;
	text-align: right;
	z-index: 10
}

.page__title .content .slogan-rent.business-service {
	width: 8rem
}

.page__title .content .slogan-rent-logo {
	font-size: .64rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	height: .8rem;
	line-height: .8rem;
	letter-spacing: .06rem
}

.page__title .content .slogan-rent-title {
	height: .8rem;
	line-height: .8rem;
	letter-spacing: .06rem;
	font-size: .44rem;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #fff
}

.page__title .content .slogan-rent-des {
	display: block;
	height: .33rem;
	font-size: .24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #fff;
	line-height: .33rem;
	margin-top: .24rem
}

.page__title .content .slogan-vvsmart {
	position: absolute;
	bottom: 1.44rem;
	right: 0;
	width: 5rem;
	text-align: right;
	z-index: 10
}

.page__title .content .slogan-vvsmart.business-service-vvsmart {
	width: 7rem
}

.page__title .content .slogan-vvsmart-title {
	height: .8rem;
	font-size: .68rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: .8rem
}

.page__title .content .slogan-vvsmart-des {
	display: block;
	height: .33rem;
	font-size: .24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #fff;
	line-height: .19rem;
	margin-top: .33rem
}

.footer {
	min-width: 12rem;
	height: 5.8rem
}

.footer a {
	display: block !important
}

.footer>.content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 12rem;
	height: 1.8rem;
	margin: 0 auto;
	padding-top: .56rem
}

.footer>.content .logo__wrapper {
	float: left;
	color: #666;
	font-weight: 700;
	font-size: .14rem;
	line-height: 1
}

.footer>.content .logo__wrapper p {
	margin: 0;
	font-weight: 400
}

.footer>.content .logo__wrapper .logo {
	width: 1.78rem;
	height: .4rem;
	margin-bottom: .19rem
}

.footer>.content .logo__wrapper .tel {
	margin-bottom: .1rem;
	font-size: .14rem;
	font-weight: 300;
	color: #666;
	line-height: .2rem
}

.footer>.content .footer-columns {
	margin-left: 1.2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer>.content .about,
.footer>.content .join,
.footer>.content .know {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.footer>.content .about p,
.footer>.content .join p,
.footer>.content .know p,
.footer>.content .social p {
	margin: 0;
	margin-bottom: .2rem
}

.footer>.content .about h3,
.footer>.content .join h3,
.footer>.content .know h3,
.footer>.content .social h3 {
	height: .2rem;
	font-size: .14rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333;
	line-height: .2rem;
	margin-bottom: .2rem
}

.footer>.content .about a,
.footer>.content .join a,
.footer>.content .know a,
.footer>.content .social a {
	text-decoration: none;
	font-size: .14rem;
	line-height: .2rem;
	color: #999
}

.footer>.content .social>div>div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.footer>.content .social>div>div:nth-of-type(1) {
	margin-bottom: .1rem
}

.footer>.content .social>div>div:nth-of-type(1)>a:nth-of-type(1) {
	background-image: url(https://www.baoshizu.com/online-public/layout/layout__footer--sina.png)
}

.footer>.content .social>div>div:nth-of-type(1)>a:nth-of-type(2) {
	background-image: url(https://www.baoshizu.com/online-public/layout/layout__footer--wechat.png)
}

.footer>.content .social>div>div:nth-of-type(1)>a:nth-of-type(3) {
	background-image: url(https://www.baoshizu.com/online-public/layout/layout__footer--twitter.png);
	margin-right: 0rem
}

.footer>.content .social>div>div:nth-of-type(2)>a:nth-of-type(1) {
	background-image: url(https://www.baoshizu.com/online-public/layout/layout__footer--facebook.png)
}

.footer>.content .social>div>div:nth-of-type(2)>a:nth-of-type(2) {
	background-image: url(https://www.baoshizu.com/online-public/layout/layout__footer--ins.png);
	margin-right: 0rem
}

.footer>.content .social a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: .32rem;
	height: .32rem;
	margin-right: .1rem
}

.footer>.content .social a.wechat {
	position: relative
}

.footer>.content .social a.wechat .QR__code {
	display: none;
	background: url(https://www.baoshizu.com/online-public/wechat__QR.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: -.65rem;
	top: -1.7rem;
	width: 1.5rem;
	height: 1.5rem;
	border: .01rem solid #97979766;
	border-radius: .06rem;
	box-sizing: border-box;
	color: #97979766
}

.footer>.content .social a.wechat .QR__code::after,
.footer>.content .social a.wechat .QR__code::before {
	content: "";
	display: block;
	border-width: .1rem;
	position: absolute;
	bottom: -.2rem;
	left: .67rem;
	border-style: solid dashed dashed;
	border-color: #97979766 transparent transparent;
	font-size: 0;
	line-height: 0
}

.footer>.content .social a.wechat .QR__code::after {
	bottom: -.19rem;
	border-color: #fff transparent transparent
}

.footer .record {
	font-size: .12rem;
	color: #999;
	line-height: 1.5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: .22rem;
	font-weight: 400
}

.footer .record img {
	width: .2rem;
	margin-right: .03rem
}

.footer .record a {
	text-decoration: none;
	color: inherit
}

.footer .record>div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@-webkit-keyframes toggleMove {
	0% {
		bottom: 5.5%;
		opacity: .3
	}

	50% {
		bottom: 4.5%;
		opacity: 1
	}

	to {
		bottom: 5.5%;
		opacity: .3
	}
}

@keyframes toggleMove {
	0% {
		bottom: 5.5%;
		opacity: .3
	}

	50% {
		bottom: 4.5%;
		opacity: 1
	}

	to {
		bottom: 5.5%;
		opacity: .3
	}
}

ul li {
	list-style: none
}

.section-title {
	margin-bottom: .4rem
}

.section-title .title {
	height: .56rem;
	font-size: .4rem;
	font-weight: 500;
	color: #333;
	line-height: .56rem;
	margin-bottom: .05rem;
	text-align: left;
	font-family: PingFangSC-Medium, PingFangSC, "Microsoft YaHei"
}

.section-title .subtitle {
	height: .33rem;
	font-size: .24rem;
	font-weight: 400;
	color: #333;
	line-height: .33rem;
	font-family: PingFangSC-Regular, PingFangSC, "Microsoft YaHei"
}

.calc-left {
	left: 3.6rem
}

.pointer {
	cursor: pointer
}

.index__body video {
	object-fit: fill;
	width: 100%;
	height: 100%;
	position: relative
}

.index__body .index__down {
	position: absolute;
	bottom: .81rem;
	width: .24rem;
	height: .11rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation: toggleMove .8s infinite;
	animation: toggleMove .8s infinite;
	z-index: 5;
	cursor: pointer
}

.index__body .one-screen {
	min-height: 100vh
}

.top__banner {
	width: 100%;
	min-width: 12rem;
	height: 100vh;
	position: relative;
	background: url(https://www.baoshizu.com/videos/home_bg_video_v3.mp4?x-oss-process=video/snapshot,t_0,f_jpg,m_fast);
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.top__banner::after {
	content: " ";
	position: absolute;
	background: #000;
	left: 0;
	top: 0;
	opacity: .5;
	width: 100%;
	height: 100vh
}

.top__banner .banner__body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12rem;
	min-width: 12rem;
	z-index: 3
}

.top__banner .banner__body .slogan {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-size: .68rem;
	font-weight: 500;
	line-height: .9rem
}

.top__banner .banner__body .subtitle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: .4rem;
	margin-bottom: .8rem;
	color: #fff;
	font-size: .24rem;
	font-weight: 500;
	color: rgba(255, 255, 255, .8);
	line-height: .33rem;
	letter-spacing: .04rem;
	font-weight: 700
}

.top__banner .banner__body .operation {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 1rem
}

.top__banner .banner__body .operation .operation--button {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1.46rem;
	height: .38rem;
	background: rgba(0, 0, 0, .2);
	border-radius: .02rem;
	opacity: .8;
	border: .01rem solid #fff;
	color: #fff;
	text-align: center;
	line-height: .22rem;
	font-size: .16rem;
	cursor: pointer;
	opacity: .7;
	transition: all .3s ease
}

.top__banner .banner__body .operation .operation--button:hover {
	background: #0096ff;
	border-color: #0096ff;
	opacity: 1
}

.top__banner .banner__body .operation .operation--button.download:hover .operation__qr {
	visibility: visible;
	opacity: 1;
	top: .58rem
}

.top__banner .banner__body .operation .operation--button img {
	width: .16rem;
	height: .16rem;
	margin-right: .1rem
}

.top__banner .banner__body .operation .operation__qr {
	position: absolute;
	transition: all .3s ease;
	-webkit-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	width: 1.32rem;
	height: 1.32rem;
	box-sizing: border-box;
	background: #fff;
	top: .38rem;
	padding: .08rem;
	opacity: 0;
	cursor: initial;
	border-radius: .02rem;
	pointer-events: none
}

.top__banner .banner__body .operation .operation__qr--body {
	height: 100%;
	width: 100%;
	background: #d8d8d8
}

.top__banner .banner__body .operation .operation__qr--body img {
	display: inline-block;
	width: 100%;
	height: 100%
}

.top__banner .banner__body .operation .operation__qr::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -.09rem;
	width: 0;
	height: 0;
	border-left: .1rem solid transparent;
	border-right: .1rem solid transparent;
	border-bottom: .1rem solid #fff;
	margin-left: -.1rem
}

.index__business {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 8.9rem;
	padding-top: 1rem;
	box-sizing: border-box
}

.index__business .index__business--title {
	margin-bottom: .74rem
}

.index__business-body {
	position: relative;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 1.2rem
}

.index__business .slide-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.index__business .slide-item-img {
	width: 1.7rem;
	height: 1.7rem
}

.index__business .slide-item-title {
	font-size: .24rem;
	font-weight: 500;
	color: #333;
	margin-top: .2rem;
	margin-bottom: .1rem
}

.index__business .slide-item-desc {
	width: 2rem;
	font-size: .14rem;
	color: #333;
	line-height: .24rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.index__business .slide-item-desc span {
	text-align: center;
	width: 100%
}

.index__business .swiper-slide {
	text-align: center;
	font-size: .18rem;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.index__business .swiper-slide-type-1 .slide-item:not(:last-of-type) {
	margin-right: 1.92rem
}

.index__business .swiper-slide-type-2 {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index__business--main {
	height: 100%;
	width: 12rem;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.index__business--main .pagi-business {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: .01rem solid #e5e5e5;
	margin: 0;
	margin-top: .64rem
}

.index__business--main .pagi-business li {
	padding-bottom: .17rem;
	height: .2rem;
	font-size: .14rem;
	font-weight: 400;
	color: #999;
	line-height: .2rem;
	width: 1.46rem;
	cursor: pointer;
	position: relative;
	text-align: center;
	transition: all .3s ease;
	white-space: nowrap
}

.index__business--main .pagi-business li:first-of-type {
	margin-left: 0
}

.index__business--main .pagi-business li.active {
	font-size: .2rem;
	font-weight: 500;
	color: #0096ff
}

.index__business--main .pagi-business li.active::after {
	content: "";
	position: absolute;
	bottom: -.024rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: .96rem;
	height: .04rem;
	background: #0096ff;
	border-radius: .02rem;
	transition: all .3s ease
}

.index__business--main .pagi-slogan {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.index__business--main .pagi-slogan-title {
	font-size: .28rem;
	color: #0096ff;
	line-height: .4rem;
	letter-spacing: .04rem
}

.index__business--main .pagi-slogan-btn {
	width: 1.11rem;
	height: .42rem;
	border-radius: .02rem;
	border: .01rem solid #e5e5e5;
	font-size: .16rem;
	font-weight: 400;
	color: #999;
	line-height: .42rem;
	text-align: center;
	cursor: pointer;
	margin-top: .2rem;
	transition: all .3s ease
}

.index__business--main .pagi-slogan-btn:hover {
	background: #0096ff;
	border-color: #0096ff;
	opacity: 1;
	color: #fff
}

.index__business--main .swiper-container {
	width: 90%;
	overflow: hidden
}

.index__business--main .swiper-wrapper {
	background: 0 0
}

.index__business--main .swiper-slide {
	background: 0 0
}

.index__business .slides-arrow {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	position: absolute;
	border: .01rem solid #e5e5e5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 3
}

.index__business .slides-arrow.slides-left {
	left: 0;
	top: .62rem
}

.index__business .slides-arrow.slides-right {
	right: 0;
	top: .62rem
}

.index__business .slides-arrow:hover .slides-arrow-inner {
	border-color: #0096ff
}

.index__business .slides-right-inner {
	width: .07rem;
	height: .07rem;
	border-top: .02rem solid #666;
	border-right: .02rem solid #666;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	left: -.02rem
}

.index__business .slides-left-inner {
	width: .07rem;
	height: .07rem;
	border-top: .02rem solid #666;
	border-right: .02rem solid #666;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.index__intro {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 5.8rem;
	background: #f5f8fb
}

.index__intro--main {
	width: 12rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1.12rem
}

.index__intro--main .video-preview {
	position: relative;
	width: 6.34rem;
	height: 3.56rem
}

.index__intro--main .video-preview .preview-image {
	width: 100%;
	height: 100%
}

.index__intro--main .video-preview .play-icon {
	cursor: pointer;
	width: 1.35rem;
	height: 1.35rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.index__intro--main .intro-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 4.8rem;
	margin-left: .9rem
}

.index__intro--main .intro-text .intro-title {
	font-size: .36rem;
	font-weight: 500;
	color: #333;
	margin-bottom: .16rem
}

.index__intro--main .intro-text .intro-body {
	width: 100%;
	font-size: .18rem;
	color: #333;
	line-height: .4rem;
	text-align: justify
}

.index__tech {
	position: relative;
	width: 100%;
	color: #fff
}

.index__tech--title {
	margin-top: 1rem;
	width: 12rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3
}

.index__tech--title.section-title .title {
	color: #fff
}

.index__tech--title.section-title .subtitle {
	color: #fff
}

.index__tech .swiper-container {
	width: 100%;
	height: 100%
}

.index__tech .swiper-slide {
	height: 100vh;
	width: 82%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	cursor: pointer;
	transition: background-size .4s ease
}

.index__tech .swiper-slide:hover {
	background-size: 110% 110%
}

.index__tech .swiper-slide.hardware {
	background-image: url(https://www.baoshizu.com/online-public/index/index-tech-slide-2.png)
}

.index__tech .swiper-slide.hitch {
	background-image: url(https://www.baoshizu.com/online-public/index/index-tech-slide-0.png)
}

.index__tech .swiper-slide.brain {
	background-image: url(https://www.baoshizu.com/online-public/index/index-tech-slide-1.png)
}

.index__tech .swiper-next {
	position: absolute;
	z-index: 3;
	border-radius: 50%;
	height: .52rem;
	width: .52rem;
	border: .01rem solid #e5e5e5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 20%;
	bottom: .8rem;
	cursor: pointer
}

.index__tech .swiper-next:hover .swiper-next-inner {
	border-color: #0096ff
}

.index__tech .swiper-next-inner {
	width: .07rem;
	height: .07rem;
	border-top: .02rem solid #fff;
	border-right: .02rem solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	right: .02rem;
	transition: all .3s ease
}

.index__tech .tech-body {
	position: absolute;
	left: 3.6rem;
	top: 1rem
}

.index__tech .tech-body-title {
	font-size: .55rem;
	font-weight: 500;
	color: #fff;
	line-height: .77rem;
	margin-bottom: .25rem
}

.index__tech .tech-body-desc {
	font-size: .32rem;
	color: #fff;
	line-height: .45rem
}

.index__duty {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.index__duty--main {
	width: 12rem;
	height: 100%;
	position: relative;
	text-align: center
}

.index__duty--main .duty-top {
	margin-top: 1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.index__duty--main .duty-more-btn {
	display: inline-block;
	text-align: center;
	width: 1.11rem;
	height: .42rem;
	border-radius: .02rem;
	border: .01rem solid #e5e5e5;
	font-size: .16rem;
	font-weight: 400;
	color: #999;
	line-height: .42rem;
	transition: all .3s ease;
	cursor: pointer
}

.index__duty--main .duty-more-btn:hover {
	background: #0096ff;
	border-color: #0096ff;
	opacity: 1;
	color: #fff
}

.index__duty--main .duty-earth {
	height: 6.13rem
}

.index__duty--main .duty-statistics {
	margin-top: .72rem;
	margin-bottom: 1.6rem
}

.index__duty--main .duty-statistics-right-title {
	text-align: center;
	font-weight: 400;
	color: #0096ff;
	font-size: .2rem;
	line-height: .28rem;
	letter-spacing: .05rem;
	margin-bottom: .4rem;
	letter-spacing: .03rem
}

.index__duty--main .duty-statistics {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index__duty--main .duty-statistics-left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.index__duty--main .duty-statistics-left .duty-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.index__duty--main .duty-statistics-left .duty-item-top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.index__duty--main .duty-statistics-left .duty-item-number {
	font-size: .9rem;
	line-height: 1.04rem;
	font-weight: 700;
	color: #0096ff;
	margin-right: .1rem;
	font-family: DINAlternate-Bold, DINAlternate, "Microsoft YaHei"
}

.index__duty--main .duty-statistics-left .duty-item-sub {
	height: .33rem;
	font-size: .24rem;
	font-family: PingFangSC-Medium, PingFangSC, "Microsoft YaHei";
	font-weight: 500;
	color: #333;
	line-height: .03rem;
	white-space: nowrap
}

.index__duty--main .duty-statistics-left .duty-item-desc {
	margin-top: .14rem;
	font-size: .2rem;
	font-weight: 300;
	color: #999;
	line-height: .28rem
}

.index__duty--main .duty-statistics-left-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.2rem
}

.index__duty--main .duty-gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.index__duty--main .duty-gallery-item {
	margin-left: .22rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.index__duty--main .duty-gallery-item:first-of-type {
	margin-left: 0
}

.index__duty--main .duty-gallery-item img {
	width: 3.86rem;
	height: 2.9rem
}

.index__duty--main .duty-gallery-item-title {
	margin-top: .2rem;
	margin-bottom: .1rem;
	height: .28rem;
	font-size: .2rem;
	color: #333;
	line-height: .28rem
}

.index__duty--main .duty-gallery-item-subtitle {
	height: .2rem;
	font-size: .14rem;
	color: #999;
	line-height: .2rem
}

.page__title {
	display: none
}

.video-container {
	position: fixed;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s
}

.video-container .video-p {
	z-index: 4;
	box-sizing: border-box;
	width: 70%;
	overflow-y: hidden;
	transition: opacity .3s linear, -webkit-transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
	position: relative;
	background-color: transparent;
	margin: 0 auto
}

.video-container .video-close {
	cursor: pointer;
	z-index: 4;
	position: absolute;
	top: .4rem;
	right: .6rem
}

.video-container .video-vnp {
	width: 100%;
	outline: 0
}