/**
* webthemez
* custom styles
**/

html,
body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #777;
	background: #fff;
	overflow-x: hidden;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Alegreya Sans", sans-serif;
}
h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin: 0 0 0.8em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0 0 0.8em;
}
h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}
h4 {
	font-size: 1.25em;
	line-height: 1.4em;
}
h5 {
	font-size: 1.1em;
	line-height: 1.4em;
}
h6 {
	font-size: 1em;
	line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
p {
	padding: 0 0 1em;
	margin: 0;
}
a {
	color: #d92634;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
a:hover {
	text-decoration: none;
	color: #d92634;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.highlight {
	color: #f33030;
}
.mobile-show {
	display: none !important;
}
.mobile-hide {
	display: block !important;
}
.total-text{
	position: absolute;
    right: 5%;
    bottom: -22px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.err-text{
	font-size: 12px;
	text-align: left !important;
	padding: 0;
}
.banner {
	position: relative;
	/* top: -80px; */
	/* padding-top: 20px; */
	/* background: #7b4397; */
	background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
	/* background: linear-gradient(to left,#7b4397,#dc2430); */
	color: #fff;
	background: #fff;
}
.is-sticky .navbar-default {
	background: rgba(252, 251, 251, 1);
	padding: 2px 0;
	border-top: 1px solid #3daff6;
	width: 100%;
}
#menu-sticky-wrapper {
	z-index: 2;
	position: relative;
}
.overlay {
	/* background: #fef6d5; */
	position: relative;
	width: 100%;
	height: 100%;
	/* display: block; */
	/* background: #7b4397; */
	background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
	/* background: linear-gradient(to left,#7b4397,#dc2430); */
	color: #fff;
	margin-top: -1px;
	border-top: 1px solid #fcfbfb;
}
#menu {
	z-index: 999;
	width: 100% !important;
	right: 0;
	left: 0;
}
#alertSuccess{
	width: 400px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
	z-index: 10;
}
.navbar-default {
	background: transparent;
	padding: 2px 0;
	background: #ffffff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	opacity: 0.85;
}
.navbar-default .phone {
	float: left;
	padding-top: 12px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 800;
	font-size: 14px;
	color: #101010;
	margin: 0 50px 0 0;
}
.navbar-default .btn {
	float: left;
	padding: 0 20px;
	height: 32px;
	line-height: 30px;
	background: #f35326;
	border-radius: 16px;
	color: #fff;
	margin-top: 10px;
}
.navbar-right .navbar-brand {
	padding: 7px;
}
.navbar-default .navbar-nav > li{
	display: inline-block;
	float: none;
}
.navbar-default .navbar-nav > li > a {
	color: #101010;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a > span {
	display: none;
	width: 32px;
	height: 3px;
	background: #f35326;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 8px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #101010;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #101010;
}
.navbar-default .navbar-nav > .active > a span {
	display: block;
}
/* .navbar-default .navbar-nav > li > a:focus span{
    display: block;
} */
/* .navbar-default .navbar-nav > .active > a span, 
.navbar-default .navbar-nav > .active > a:hover span, 
.navbar-default .navbar-nav > .active > a:focus span{
	display: block;
} */
.btn-default {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #d92634;
	background: transparent;
	transition: all 0.4s;
	color: #d92634;
	border-radius: 100px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	border: 2px solid #ee2d2d;
	background: #ee2d2d;
	color: white;
}
.btn-primary {
	font-size: 18px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 26px;
	height: 50px;
	border: 2px solid #fff;
	background: transparent;
	/* transition: all 0.4s; */
	color: #fff;
	border-radius: 100px;
	background: #f35326 !important ;
	border-radius: 31px;
	border: none !important;
}
/* .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	border: 2px solid #fff;
	background: #fff;
	color: #ffffff;
} */
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #f33030;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
	background: #f35326;
	color: white;
}
.site-name img {
	width: 134px;
	height: 40px;
	margin-left: 100px;
}
.navbar-wrapper {
	overflow: hidden;
}
.navbar-list {
	float: right;
}
.header-right {
	float: right;
	/* margin-right: 100px; */
}
.logo {
	margin: 80px 0 100px 0;
}
.logo img {
	width: 150px;
	height: 37px;
}
.landing h1 {
	font-size: 56px;
	font-weight: 300;
	color: #252525;
	/* margin: 130px 0 20px 0; */
}
.landing .banner-text {
	width: 701px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 800;
	font-size: 88px;
	color: #101010;
	line-height: 80px;
	text-align: left;
	font-style: normal;
}
.landing .banner-text1 {
	margin-top: 150px;
}
.landing .banner-text2 .red-text {
	color: #f35326;
}
.landing p {
	color: #333;
}
.landing-text {
	margin-bottom: 20px;
}
.landing-text p {
	padding-bottom: 20px;
	/* height: 45px; */
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 28px;
	color: #666666;
	line-height: 45px;
	text-align: left;
	font-style: normal;
	margin-bottom: 20px;
}
.landing .banner-bg {
	height: 800px;
	background-image: url("../images/a-banner-bg.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.landing-bottom-list {
	width: 1200px;
	height: 214px;
	background: #ffffff;
	box-shadow: 0px 2px 72px 0px rgba(0, 0, 0, 0.09);
	border-radius: 16px;
	position: absolute;
	bottom: -80px;
}
.landing-bottom-list .item {
	display: inline-block;
	width: 33%;
	padding-left: 80px;
}
.landing-bottom-list .item h1 {
	font-family: DINAlternate, DINAlternate;
	font-weight: bold;
	font-size: 52px;
	color: #101010;
	line-height: 61px;
	text-align: left;
	font-style: normal;
	margin: 56px 0 16px;
}
.landing-bottom-list .item p {
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 18px;
	color: #101010;
	line-height: 25px;
	text-align: left;
	font-style: normal;
}
.more {
	margin-bottom: 100px;
}
.more p {
	font-size: 17px;
}
.head-btn {
	margin-bottom: 40px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.option .fa {
	font-size: 16px;
	margin-right: 10px;
}
.option:hover {
	color: #f33030;
}
.header-phone {
	margin: 50px 0 100px;
}
.feature-title h4,
.feature-title h2 {
	height: 45px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 32px;
	color: #101010 !important;
	line-height: 45px;
	font-style: normal;
	margin-bottom: 16px;
	margin-top: 64px;
}
.feature-title p {
	height: 25px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 18px;
	color: #999999 !important;
	line-height: 25px;
	font-style: normal;
	margin-bottom: 40px;
}

#intro {
	padding: 150px 0 0;
	color: #fff;
}
#intro .form-item {
	width: 50%;
	float: left;
	margin-bottom: 16px;
}
#intro .form-item label {
	height: 20px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 14px;
	color: #101010;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-bottom: 8px;
}
#intro .form-item input,
#intro .form-item select {
	width: 95%;
	height: 40px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #979797;
}
#intro .subscribe-btn {
	width: 143px;
	height: 40px;
	background: #f35326;
	box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
	border-radius: 20px;
	color: #fff;
	margin-top: 20px;
}
#intro .intro-tit {
	height: 45px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 32px;
	color: #101010;
	line-height: 45px;
	text-align: left;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 40px;
}
#intro .img-responsive {
	height: 474px;
}
#intro h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
	color: #fff;
}
.intro-pic {
	margin-top: 20px;
}
.btn-section {
	padding-top: 20px;
}
#feature {
	/* padding: 60px 0; */
	background: #fff;
	color: #202020;
}
#feature h2 {
	/* margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300; */
}
#feature .feature-title p {
	font-size: 18px;
}
#features {
	padding: 80px 0;
	color: #fff;
}
#features .fa {
	border: 1px solid #ffffff;

	width: 64px;

	height: 64px;

	color: #fff;

	text-align: center;

	padding: 21px;

	font-size: 22px;

	border-radius: 50%;

	background: #ffffff;
}

.row-feat {
	/* padding-top: 50px; */
}
.feat-list {
	margin-top: 40px;
}
.feat-list i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #d92534;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	top: 10px;
}
.feat-list:hover i {
	color: #7c4396;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#feature .inner:hover .hover-img {
	display: block !important;
}
#feature .inner .hover-img {
	display: none !important;
}
#feature .inner .hover-img1 {
	width: 122px;
	height: 122px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 75px;
	opacity: 0.5;
}
#feature .inner .hover-img2 {
	width: 122px;
	height: 122px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 75px;
	opacity: 0.5;
}
#feature .inner .hover-img3 {
	width: 122px;
	height: 68px;
	position: absolute;
	z-index: 0;
	bottom: 27px;
	right: 75px;
	opacity: 0.5;
}
#feature .inner .hover-img5 {
	width: 58px;
	height: 111px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 75px;
	opacity: 0.5;
}
#feature .inner {
	float: left;
	display: inline-block;
	width: 99%;
	height: 297px;
	background: #f8f9fb;
	border-radius: 8px;
	padding: 50px 24px;
	text-align: center;
	position: relative;
}
#feature .inner img {
	width: 51px;
	height: 51px;
}
#feature .inner h1 {
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 800;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	text-align: left;
	font-style: normal;
}
#feature .inner p {
	text-align: left;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	font-style: normal;
}
#feature-2 {
	padding: 100px 0 100px;
}
#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.feature-2-pic {
	margin-top: 20px;
}
.feature-2-pic-left{
	position: relative;
	z-index: 1;
}
.feature-2-pic-right{
	position: relative;
	z-index: 0;
}
.subscribe {
	color: #fff;
}
.ys-box {
	padding: 0;
}
#advantage .ys-list {
	list-style-type: none;
}
#advantage .ys-list .item {
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	padding: 0 24px;
}
#advantage .ys-list .active {
	padding: 27px 24px;
	height: 160px;
	background: #f35326;
}
#advantage .ys-list .item h4 {
	height: 25px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 18px;
	color: #3c3c3c;
	line-height: 25px;
	text-align: left;
	font-style: normal;
}
#advantage .ys-list .active h4 {
	height: 26px;
	line-height: 26px;
	color: #ffffff;
}
#advantage .ys-list .item p {
	display: none;
}
#advantage .ys-list .active p {
	display: block;
	height: 66px;
	font-family:
		PingFangSC,
		PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 21px;
	text-align: left;
	font-style: normal;
}
#advantage .item-img {
	height: 510px;
	width: 100%;
}
#shipping .hwzy-box {
	padding: 0;
}
#shipping .hwzy-list {
	list-style-type: none;
	padding: 0;
}
#shipping .hwzy-list .item {
	height: 135px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	cursor: pointer;
}
#shipping .left-list .box {
	padding: 0;
}
#shipping .hwzy-list .item h4 {
	text-align: left;
	display: block;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 24px;
	color: #3c3c3c;
	line-height: 33px;
	text-align: left;
	font-style: normal;
}
#shipping .hwzy-list .active {
	background: #f35326;
}
#shipping .hwzy-list .active h4 {
	color: #fff;
}
#shipping .left-list {
}
#shipping .left-list .item {
	display: flex;
	align-items: center;
}
#shipping .left-list .one {
}
#shipping .left-list .two {
}
#shipping .left-list .three {
}
#shipping .left-list .one .item-img {
	width: 100%;
	height: 270px;
}
#shipping .left-list .one .item-img-icon {
	width: 51px;
	height: 45px;
	margin-left: 32px;
	margin-bottom: 24px;
}
#shipping .left-list .two .item-img {
	width: 100%;
	height: 270px;
}
#shipping .left-list .three .item-img {
	width: 100%;
	height: 270px;
}
#shipping .left-list .item p {
	/* width: 746px; */
	height: 75px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 18px;
	color: #101010;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	padding-left: 32px;
}
#shipping .left-list .item h5 {
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 24px;
	color: #101010;
	line-height: 33px;
	text-align: left;
	font-style: normal;
	padding-left: 32px;
}
#jhType .type-list {
}
#jhType .type-list .inner {
	position: relative;
	width: 99%;
	height: 404px;
	background: #f6f6f6;
	border-radius: 8px;
	text-align: center;
	padding: 24px;
}
#jhType .type-list .inner img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#jhType .type-list .one img {
	width: 382px;
	height: 139px;
}
#jhType .type-list .two img {
	width: 315px;
	height: 169px;
}
#jhType .type-list .three img {
	width: 338px;
	height: 139px;
}
#jhType .type-list .inner h3 {
	height: 33px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 24px;
	color: #101010;
	line-height: 33px;
	text-align: center;
	font-style: normal;
	margin: 40px 0;
}

#jhType .type-list .inner h4 {
	height: 22px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 16px;
	color: #101010;
	line-height: 33px;
	text-align: center;
	font-style: normal;
}
#jhType .type-list .inner p {
	height: 47px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 14px;
	color: #101010;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-top: 40px;
}
#jhType .active .inner {
	background: #f35326;
	border-radius: 8px;
}
#jhType .active .inner h3 {
	color: #fff;
}
#jhType .active .inner h4 {
	color: #fff;
}
#jhType .active .inner p {
	color: #fff;
}
#jhType .type-list .inner .btn-type {
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f35326;
	box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
	border-radius: 28px;
	margin: 30px auto 0;
	color: #fff;
	z-index: 1;
	position: relative;
}
#jhType .active .inner .btn-type {
	background: #fff;
	color: #f35326;
}
#flow {
}
#flow .banner-img {
	width: 100%;
}
#flow .flow-list-top {
}
#flow .flow-list-bottom .flow-list {
	padding-left: 250px;
}
#flow .flow-list {
}
#flow .flow-list .inner {
}
#flow .flow-list .inner h4 {
	width: 240px;
	height: 24px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 16px;
	color: #f35326;
	line-height: 22px;
	text-align: left;
	font-style: normal;
}
#flow .flow-list .inner p {
	width: 200px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 16px;
	color: #101010;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	margin-bottom: 5px;
}
#flow .flow-list-top .one img {
	width: 120px;
	height: 114px;
}
#flow .flow-list-top .two img {
	width: 120px;
	height: 115px;
}
#flow .flow-list-top .three img {
	width: 120px;
	height: 92px;
}
#flow .flow-list-bottom .one img {
	width: 120px;
	height: 104px;
}
#flow .flow-list-bottom .two img {
	width: 120px;
	height: 120px;
}
#flow .flow-list-bottom .three img {
	width: 67px;
	height: 123px;
}
#flow .flow-dl {
	width: 100%;
	height: 76px;
}
#advertising {
	width: 100%;
	height: 360px;
	background: #f35326;
	margin-top: 65px;
}
#advertising .one {
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 48px;
	color: #ffffff;
	line-height: 67px;
	text-align: left;
	font-style: normal;
	margin-top: 39px;
}
#advertising .two {
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 48px;
	color: #ffffff;
	line-height: 67px;
	text-align: left;
	font-style: normal;
}
#chargeCarriage .banner-img {
	width: 100%;
	/* height: 377px; */
}
#chargeCarriage .one {
	height: 25px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 18px;
	color: #999999;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	margin-top: 53px;
	margin-bottom: 25px;
}
#chargeCarriage .tit {
	height: 45px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 32px;
	color: #101010;
	line-height: 45px;
	text-align: left;
	font-style: normal;
	margin-bottom: 40px;
}
.form-two .ite {
	margin-bottom: 20px;
}
.form-two .ite label {
	height: 20px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 14px;
	color: #101010;
	line-height: 20px;
	text-align: left;
	font-style: normal;
}
.form-two .ite input {
	width: 98%;
	height: 40px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #979797;
}
.form-two .subscribe-btn {
	width: 98%;
	height: 40px;
	background: #f35326;
	box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
	border-radius: 20px;
	color: #fff;
	margin-top: 20px;
}
.form-two .sub-btn {
	width: 143px;
	height: 40px;
	background: #f35326;
	box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
	border-radius: 20px;
	color: #fff;
	margin-top: 25px;
}
#problem {
	position: relative;
}
#problem .banner-img {
	width: 100%;
	/* width: 802px;
	height: 462px; */
	/* margin-top: 41px; */
}
#problem .line {
	width: 100%;
	height: 125px;
	background: #f6f6f6;
	position: absolute;
	bottom: 40px;
	z-index: -1;
}
#about {
	position: relative;
}
#about .about-air {
	width: 508px;
	height: 190px;
	position: absolute;
	right: 0;
	top: 40px;
}
#about .box h4 {
	font-size: 22px;
	color: #666666;
	width: 800px;
	line-height: 30px;
}
#about .box p {
	/* width: 1440px; */
	font-size: 18px;
	line-height: 22px;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	word-wrap: break-word; /* 允许在长单词内换行 */
	word-break: break-all; /* 允许在任意字符间断行 */
}

.footer-box {
	width: 100%;
	height: 475px;
	background: #141c1e !important;
	margin-top: 130px;
}
.footer-box .footer-nav-list {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.footer-box .footer-nav-list .item {
}
.footer-box .footer-nav-list .item .tit {
	height: 22px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff !important;
	line-height: 22px;
	text-align: left;
	font-style: normal;
}
.footer-box .footer-nav-list .item .tit a,
.footer-box .footer-nav-list .item .desc a {
	color: #ffffff !important;
}
.footer-box .footer-nav-list .item .desc {
	height: 20px;
	font-family:
		PingFangSC,
		PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #999999 !important;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-bottom: 16px;
}
.footer-box .rig-box {
	padding-left: 80px;
}
.footer-box .top {
	overflow: hidden;
}
.footer-box .top .left {
	width: 145px;
	height: 44px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}
.footer-box .top .right {
	float: left;
}
.footer-box .top .right p {
	width: 300px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	padding-bottom: 0;
}
.footer-box .center {
}
.footer-box .center .text {
	height: 20px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 14px;
	color: #f35326;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin: 26px 0;
	cursor: pointer;
}
.footer-box .center .icon {
	width: 14px;
	height: 14px;
	margin-left: 10px;
}
.footer-box .bottom {
	overflow: hidden;
}
.footer-box .bottom .line {
	width: 50%;
	float: left;
	height: 20px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-bottom: 20px;
	cursor: pointer;
}
.footer-box .icon-list {
	margin-top: 40px;
}
.footer-box .icon-list .icon {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	cursor: pointer;
}
.footer-bot {
	border-top: 1px solid #3d3d3d;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.silde-nav {
	width: 124px;
	height: 304px;
	background: #ffffff;
	box-shadow: 0px 2px 20px 0px rgba(198, 198, 198, 0.5);
	border-radius: 8px;
	opacity: 0.8;
	padding-top: 30px;
	position: fixed;
	right: 30px;
	bottom: 200px;
}
.silde-nav .item {
	margin-bottom: 19px;
	text-align: center;
}
.silde-nav .item .img {
	width: 24px;
	height: 24px;
	margin-bottom: 8px;
	cursor: pointer;
}
.silde-nav .item .text {
	height: 17px;
	font-family:
		PingFangSC,
		PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #101010;
	line-height: 17px;
	text-align: left;
	font-style: normal;
	text-align: center;
}
.letter {
	margin-top: 100px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 50px;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #fff;
	border-radius: 50%;
	font-size: 34px !important;
	padding-top: 30px;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #f33030;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder {
	color: #333;
}
.subscribe-form .form-control::-moz-placeholder {
	color: #333;
}
.subscribe-form .form-control:-ms-input-placeholder {
	color: #333;
}
#screenshot {
	padding-top: 100px;
	color: #fff;
}
.title-line {
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #f33030;
}
.screenshots {
	padding-top: 50px;
	padding-bottom: 100px;
}
.screenshots .screen {
	background: #ffffff;
	padding: 10px;
	margin: 13px;
	display: block;
}
.screenshots .screen img {
	width: 100%;
	border-radius: 4px;
	border: solid 3px #dadada;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.screenshots .screen img:hover {
	border: solid 3px #f33030;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.modal-backdrop.in {
	background-color: #000;
}
.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.ekko-lightbox .modal-header .close {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	text-shadow: 0;
	font-weight: 100;
	margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
	font-weight: 100;
	color: #fff;
	padding: 0;
}
.ekko-lightbox .modal-body {
	padding: 0;
}
.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	color: #fff;
	font-weight: 100;
	padding: 0;
}
.ekko-lightbox-nav-overlay a {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-shadow: none;
}
#client {
	background: #f6f6f6;
	padding: 70px 0 70px;
}
#client img {
	max-height: 50px;
	margin: 0 20px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#clients {
	padding: 100px 0 100px;
	background-color: #fad12b;
	color: #201b06;
}
.clients-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}
.clients-item .box {
	margin-right: 15px;
	margin-left: 15px;
}
.clients-item .box .message {
	padding: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: 300;
	font-size: 18px;
	color: #201b06;
}
.clients-item .client-pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	max-width: 100%;
	border: 1px solid #e9e9e9;
}
.clients-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}
.clients-item .client-info .company {
	font-style: italic;
	color: #f33030;
}
.owl-theme .owl-controls .owl-page span {
	background: #f33030;
}
.action {
	color: #fff;
}
.action h2 {
	font-size: 40px;
	font-weight: 300;
}
.download-store {
	padding: 50px 0 130px;
}
.download-store li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}
.appstorebutton {
	height: 65px;
	width: 195px;
	position: relative;
	border-radius: 4px;
}
.iphone {
	background: #f33030;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.iphone:hover {
	background-color: #1f96e0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.android {
	background: #555;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.android:hover {
	background-color: #444;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.appstorebutton a {
	color: white;
	text-decoration: none;
}
.appstorebutton p {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	color: white;
	padding: 10px 0 0 65px;
	line-height: 1;
}
.appstorebutton p small {
	font-size: 16px;
}
.appstorebutton i {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 17px;
	font-size: 40px;
}
#footer {
	background: #fff;
	padding: 50px 0 50px;
}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: 0.3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #d92634;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #d92634;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	border-radius: 50%;
}
.social li a:hover {
	color: #fff;
	background: #d92634;
}
.scrollToTop {
	width: 40px;
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	color: rgb(242, 47, 47);
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.scrollToTop:hover {
	color: #fbd22c;
}
.control-group .controls {
	overflow-x: hidden;
}
.downloadSection {
	padding: 100px 0;
	background: #fff;
}
.subscribe {
	color: #fff;
	background: #fff !important;
}
.subscribe p {
	margin: 30px auto 30px;
	color: #000;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(218, 218, 218, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #fbd22c;
	color: #040f13;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder {
	color: #333;
}
.subscribe-form .form-control::-moz-placeholder {
	color: #333;
}
.subscribe-form .form-control:-ms-input-placeholder {
	color: #333;
}
#package {
	padding-top: 100px;
	color: #fff;
}
.title-line {
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #101010;
}
.price-box {
	background-color: #ffffff;
	border-radius: 15px;
}
.package-option {
	padding: 50px 0 100px;
}
.package-option ul {
	padding: 0;
	color: #101010;
}
.price-heading h3 {
	margin-top: 0;
	background-color: #d92634;
	color: #fff;
	padding: 15px;
	border-radius: 30px;
	margin: 25px;
	font-size: 18px;
	position: relative;
	top: -27px;
	border: #fff 5px solid;
}
.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
	color: #000 !important;
}
.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
	/* color: #fff; */
}
.price-group .price {
	/* color: #ffffff; */
	font-size: 60px;
	font-weight: 500;
}
.price-group .time {
	font-size: 18px;
	/* color: #fff; */
}
.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.44);
	line-height: 40px;
	padding: 10px 0;
}
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #fcd72c;
	transition: all 0.4s;
	color: rgb(32, 32, 32);
	border-radius: 4px;
}
.btn-price:hover {
	background: #d92634;
	color: white;
}
.navbar-default .navbar-toggle {
	border-color: #fff !important;
	background: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: none !important;
}
.navbar-collapse {
	/* background: #d92634 !important; */
}
.modal-header{
	border-bottom: none;
}
.modal-footer{
	border-top: none;
}
.modal-body{
	text-align: center;
}
.modal-body-header{
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 40px;
	color: #101010;
	line-height: 56px;
	text-align: left;
	font-style: normal;
	text-align: center;
	margin-bottom: 56px;
}
.modal-body .form-item{

}
.modal-body .form-item input{
	width: 100%;
	height: 45px;
	background: #F3F5F9;
	border-radius: 9px;
	margin-bottom: 16px;
	border: none;
}
.modal-body .form-item textarea{
	width: 100%;
	height: 70px;
	background: #F3F5F9;
	border-radius: 9px;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
	background: #F3F5F9;
    border: none;
    border-radius: 4px;
	
}
.modal-body .subscribe-btn{
	width: 368px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #F35326;
	border-radius: 35px;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 24px 0 24px;
}
.modal-body .check-input{
	width: 20px !important;
	height: 20px !important;
	border-radius: 3px !important;
	border: 2px solid #CED4DA !important;
	margin-right: 5px;
}
.modal-body .item-check{
	display: flex;
	justify-content: center;
}
.modal-body .text{
	font-size: 14px;
	color: #000000;
}
.modal-body .red-text{
	color: #F35326;
}
.step{
	
}
.step .step-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 50px;
	max-height: 500px;
    overflow-y: scroll;
}


.step .step-box .step-item {
	/* display: flex;
	align-items: center; */
	margin: 10px 0;
	width: 90%;
	max-width: 600px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
}


.step .step-box .tips {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #97cbff;
	color: white;
	border-radius: 50%;
	margin-right: 15px;
	font-weight: bold;
	position: absolute;
	top: 12px;
	left: 10px;
}
.step .step-box .box{
	padding-left: 50px;
}
.step .step-box .num{
	width: 30px;
	height: 30px;
	background-color: #97cbff;
	display: block;
}


.step .step-box .desc {
	flex: 1;
	font-size: 14px;
	color: #333;
	word-wrap: break-word; /* 使文本在单词边界或必要的情况下换行 */
	white-space: normal;   /* 允许文本换行 */
	padding: 0;
	word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
	overflow-wrap: break-word !important;
	text-align: left;
	
}


.step .step-box .time {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 0;
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.more {
		margin-bottom: 50px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#intro h2,
	#feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p,
	#feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.row-feat {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 100px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1 {
		margin: 60px 0 60px 0;
	}
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.more {
		margin-bottom: 180px;
	}
	.header-phone {
		margin-top: 125px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	.mobile-hide {
		display: none !important;
	}
	.mobile-show {
		display: block !important;
	}
	.navbar-collapse {
		background: #fff !important;
	}
	.logo {
		margin: 40px 0 30px 0;
	}
	.more {
		margin-bottom: 40px;
	}
	#intro {
		padding: 70px 0 0px;
	}
	#intro h2,
	#feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p,
	#feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	.feat-list i {
		padding-left: 40px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		margin: 10px 0 10px;
	}
	.collapse {
		display: block;
	}
	.navbar-default {
		opacity: 1;
	}
	.container {
		width: 100%;
	}

	#menu .navbar-header {
		display: none;
	}
	#menu .header-right {
		display: none;
	}
	#menu .mobile-header {
		position: fixed !important;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-align: center;
		position: relative;
	}
	#menu .mobile-header span {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 500;
		font-size: 16px;
		color: #101010;
		line-height: 45px;
		text-align: left;
		font-style: normal;
	}
	#menu .mobile-header img {
		position: absolute;
		top: 14px;
		left: 15px;
		width: 16px;
		height: 16px;
	}
	#menu .mobile-header .m-header-btn-open {
		display: block;
	}
	#menu .mobile-header .m-header-btn-close {
		display: none;
	}
	#menu .navbar-list {
		width: 80%;
		height: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		top: 44px;
		opacity: 1;
		border: none;
		display: none;
	}
	#menu .navbar-list .navbar-nav {
		display: block;
	}
	#menu .navbar-list .navbar-nav li {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	#menu .navbar-list .navbar-nav li a {
		height: 42px;
		font-family:
			PingFangSC,
			PingFang SC;
		font-weight: 400;
		font-size: 15px;
		color: #101010;
		line-height: 42px;
		text-align: left;
		font-style: normal;
	}
	#menu .navbar-list .navbar-nav li .line {
		display: none;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
	}
	#menu .navbar-list .header-m-tit {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 500;
		font-size: 15px;
		color: #101010;
		text-align: left;
		font-style: normal;
		padding-left: 20px;
	}
	#menu .navbar-list .header-m-tit1 {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 800;
		font-size: 15px;
		color: #f35326;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		padding-left: 20px;
	}
	.silde-nav {
		display: none !important;
	}
	.landing .banner-bg {
		background-image: url("../images/m-banner-bg.png");
		background-position: top center;
		height: 550px;
	}
	.landing .banner-text {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 400;
		font-size: 26px;
		color: #101010;
		line-height: 28px;
		text-align: left;
		font-style: normal;
		margin-top: 0px;
	}
	.landing .banner-text:nth-child(1) {
		margin-top: 80px;
	}
	.landing .banner-text:nth-child(2) {
		margin-top: 20px;
	}
	.landing-text {
		font-family: PingFang-SC, PingFang-SC;
		font-size: 12px;
		line-height: 12px;
		color: #1b1b1b;
		text-align: left;
		font-style: normal;
	}
	.landing-text p {
		font-size: 12px !important;
	}
	.landing-bottom-list {
		background: transparent;
		box-shadow: none;
		width: 100%;
		height: 500px;
		position: relative;
		bottom: 20px;
	}
	.landing-bottom-list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 14px;
	}
	.landing-bottom-list .item h1 {
		font-family: DINAlternate, DINAlternate;
		font-weight: bold;
		font-size: 30px;
		color: #101010;
		line-height: 35px;
		font-style: normal;
		text-align: center;
		margin: 0;
		margin-bottom: 8px;
	}
	.landing-bottom-list .item p {
		text-align: center;
		font-family: PingFang-SC, PingFang-SC;
		font-size: 14px;
		color: #101010;
		line-height: 20px;
		font-style: normal;
	}
	.landing-bottom-list .mobile-btn {
		width: 184px;
		height: 30px;
		line-height: 30px;
		background: #f35326;
		border-radius: 15px;
		font-size: 12px;
		text-align: center;
		color: #fff;
		margin: 0 auto;
	}

	.feature-title h4,
	.feature-title h2 {
		font-size: 16px;
		margin-bottom: 16px;
		margin-top: 34px;
		line-height: 24px;
		height: 24px;
	}
	.feature-title p {
		font-size: 12px !important;
		line-height: 16px;
	}
	#intro .intro-tit {
		height: 24px;
		font-family: PingFang-SC, PingFang-SC;
		font-weight: bold;
		font-size: 16px;
		color: #101010;
		line-height: 24px;
		text-align: center;
		font-style: normal;
		margin-bottom: 30px;
	}
	#intro .form-item {
		width: 100%;
		text-align: left;
	}
	#intro .form-item input,
	#intro .form-item select {
		width: 100%;
	}
	.news-letter {
		text-align: center;
	}
	#intro {
		background-image: url(../images/m-form-bg.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.banner {
		background: transparent;
	}
	.landing {
		padding-top: 44px;
	}
	#intro .subscribe-btn {
	}
	.feat-list {
		overflow: hidden;
		margin-top: 0;
		padding: 0;
	}
	#feature .inner img {
		width: 25px;
		height: 25px;
	}
	#feature .inner {
		width: 98%;
		height: 170px;
		margin-bottom: 16px;
		padding: 12px 15px;
	}
	#feature .inner h4 {
		font-size: 12px;
	}
	#feature .inner p {
		font-size: 12px;
		color: #999;
	}

	#advantage .ys-list {
		padding: 0;
		padding: 15px;
	}
	.ys-box {
		width: 100%;
		background-image: url("../images/m-db-banner1.png");
		background-size: cover;
		background-repeat: no-repeat;
		padding: 80px 15px 16px;
	}
	#advantage .ys-list {
		width: 100%;
		overflow-x: auto; /* 允许容器内容横向滚动 */
		white-space: nowrap; /* 禁止内容自动换行 */
		padding: 0;
	}
	#advantage .ys-list .item {
		display: inline-block;
		width: 270px;
		height: 180px;
		padding: 6px 12px;
		margin-right: 8px;
		line-height: 0;
		background: linear-gradient(270deg, #f35326 0%, #ff714a 50%, #f35326 100%);
	}
	#advantage .ys-list .item h4 {
		height: auto;
		display: block;
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		color: #fff;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		margin-bottom: 5px;
	}
	#advantage .ys-list .item p {
		display: block;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		height: auto;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		padding: 0;
		margin-top: 10px;
	}
	#advantage .ys-list .active h4 {
		height: auto;
		display: block;
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		color: #fff;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
	}
	#advantage .ys-list .active p {
		display: block;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		height: auto;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		padding: 0;
		font-weight: 100;
	}
	.row-feat {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 20px;
	}
	#shipping .hwzy-list {
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#shipping .hwzy-list .item {
		float: left;
		width: 49%;
		height: 70px;
		background: #f8f9fb;
		margin-bottom: 10px;
	}
	#shipping .hwzy-list .item h4 {
		font-size: 13px;
		color: #3c3c3c;
		line-height: 15px;
	}
	#shipping .hwzy-list .active {
		background: #f35326;
	}
	#shipping .hwzy-list .active h4 {
		color: #fff;
	}
	#shipping .left-list .item {
		display: block;
	}
	#shipping .left-list .item .box {
		width: 100%;
	}
	#jhType .type-list {
		padding: 0;
	}
	#jhType .active .inner {
		width: 100%;
		height: 210px;
	}
	#jhType .type-list .one img {
		width: 280px;
		height: 90px;
	}
	#jhType .type-list .inner h3 {
		margin: 0;
		font-size: 15px;
	}
	#jhType .type-list .inner h4 {
		font-size: 13px;
	}
	#jhType .type-list .inner p {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	#jhType .type-list .inner {
		width: 98%;
		height: 210px;
		margin-bottom: 15px;
	}
	#jhType .type-list .two img {
		width: 260px;
		height: 110px;
	}
	#jhType .type-list .three img {
		width: 210px;
		height: 70px;
	}
	#jhType .type-list .inner .btn-type {
		width: 170px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #f35326;
		box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
		border-radius: 28px;
		margin: 0 auto;
		color: #fff;
		z-index: 1;
        position: relative;
	}
	#jhType .active .inner {
		background: #f6f6f6;
	}
	#jhType .active .inner h3,
	#jhType .active .inner h4,
	#jhType .active .inner p {
		color: #101010;
	}
	#flow .banner-img {
		width: 100%;
	}
	#advertising {
		height: 180px;
	}
	#advertising .one {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		font-weight: 100;
	}
	#advertising .two {
		font-size: 16px;
		line-height: 20px;
	}
	#chargeCarriage .one {
		font-family: PingFang-SC, PingFang-SC;
		font-size: 10px;
		color: #999999;
		line-height: 14px;
		text-align: left;
		font-style: normal;
		margin: 20px 0 10px;
	}
	#chargeCarriage .tit {
		height: 16px;
		font-family: PingFang-SC, PingFang-SC;
		font-weight: bold;
		font-size: 16px;
		color: #101010;
		line-height: 22px;
		text-align: left;
		font-style: normal;
		margin-bottom: 10px;
	}
	.form-two .ite {
		text-align: left;
		margin-bottom: 5px;
	}
	.form-two .ite label {
		font-size: 12px;
	}
	.form-two .ite input {
		width: 100%;
		height: 36px;
	}
	.form-two .subscribe-btn {
		font-size: 12px;
		width: 120px;
		height: 28px;
		background: #f35326;
		box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
		border-radius: 28px;
	}
	.news-letter {
		text-align: left;
	}
	#chargeCarriage .banner-img {
		height: 150px;
		width: 290px;
		display: block;
		margin: 0 auto;
		margin-top: 11px;
	}
	#problem {
		width: 100%;
		background-image: url("../images/a-problem-banner.png");
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	#problem .feature-title h2 {
		color: #fff !important;
	}
	#problem .feature-title p {
		color: #fff !important;
	}
	.form-two .ite label {
		color: #101010;
	}
	.form-two .ite input {
		opacity: 0.5;
		border: 1px solid #979797;
	}
	#about .about-air {
		width: 260px;
		height: 95px;
		top: 200px;
	}
	#about .box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#about .box h4 {
		width: 100%;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		font-size: 14px;
		line-height: 22px;
	}
	#about .box p {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.feature-title p {
		margin-bottom: 0px;
	}
	#footer {
		margin-top: 20px;
		padding: 15px 0  20px!important;
	}
	.footer-box{
		height: auto;
	}
	.footer-box .center .text {
		font-size: 12px;
		margin: 13px 0;
	}
	.footer-box .center .icon {
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}
	.footer-box .bottom .line {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.footer-box .icon-list .icon {
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}
	.footer-box .icon-list .left {
		width: 65px;
		height: 20px;
		float: right;
		margin-top: 5px;
	}
	.footer-box .top .right p:nth-child(1) {
		padding-top: 12px;
		font-size: 18px;
		color: #8d8d8d;
	}
	.footer-box .top .right p {
		margin-top: 5px;
		font-size: 12px;
		color: #8d8d8d;
		line-height: 16px;
		padding: 0;
	}
	.footer-box .icon-list{
		margin-top: 10px;
	}
	.footer-box .footer-nav-list{
		display: block;
		padding: 10px 0;
		border-bottom:1px solid #616161;
	}
	.footer-box .footer-nav-list .item .tit{
		font-size: 14px;
		margin-bottom: 5px;
		color: #C6C6C6 !important;
	}
	.footer-box .footer-nav-list .item .desc{
		font-size: 10px;
		margin-bottom: 4px;
		color: #999999;
	}
	.footer-box .desc-box{
		display: none;
	}
	.jt-btn{
		width: 12px;
		height: 6px;
		float: right;
		margin-top: 5px;

	}
	.rotate-180 {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}
	.eva-img{
		width: 100%;
		margin-top: 10px;
	}
	.ship-box {}
	.ship-box .ship-list{}
	.ship-box .ship-list .ship-item{}
	.ship-box .ship-list .ship-item .ship-tit{
		font-size: 14px;
		color: #101010;
		margin: 10px 0 10px;
	}
	.ship-box .ship-list .ship-item .ship-desc{
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 500;
		font-size: 10px;
		color: #101010;
		line-height: 15px;
		text-align: left;
		font-style: normal;
	}
	.ship-box .ship-list .ship-item .img-lists{
		width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0;
		margin-top: 5px;
	}
	.ship-box .ship-list .ship-item .img-lists .item-img-icon{
		width: 140px;
		height: 140px;
		margin-right: 8px;
	}
	.ship-box .ship-list .ship-item .img-lists .item-img-icon:nth-child(3){
		width: 560px;
	}
	.ship-box .ship-item-img-icon{
		width: 26px;
		height: 22px;
	}
	.modal-body-header{
		font-size: 20px;
		color: #101010;
	}
	.modal-body .subscribe-btn{
		width: 90%;
		height: 35px;
		line-height: 35px;
		background: #F35326;
		border-radius: 18px;
	}
	.modal-body .form-item input{

	}
	.modal-body .text{
		font-size: 12px;
	}
	.modal-body .form-item .check-input{
		/* width: 10px !important;
		height: 10px !important; */
	}
}
/* smart-phone ----------- */
@media (max-width: 768px) {

	.mobile-hide {
		display: none !important;
	}
	.mobile-show {
		display: block !important;
	}
	.navbar-collapse {
		background: #fff !important;
	}
	.logo {
		margin: 40px 0 30px 0;
	}
	.more {
		margin-bottom: 40px;
	}
	#intro {
		padding: 70px 0 0px;
	}
	#intro h2,
	#feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p,
	#feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	.feat-list i {
		padding-left: 40px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		margin: 10px 0 10px;
	}
	.collapse {
		display: block;
	}
	.navbar-default {
		opacity: 1;
	}
	.container {
		width: 100%;
	}

	#menu .navbar-header {
		display: none;
	}
	#menu .header-right {
		display: none;
	}
	#menu .mobile-header {
		position: fixed !important;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-align: center;
		position: relative;
	}
	#menu .mobile-header span {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 500;
		font-size: 16px;
		color: #101010;
		line-height: 45px;
		text-align: left;
		font-style: normal;
	}
	#menu .mobile-header img {
		position: absolute;
		top: 14px;
		left: 15px;
		width: 16px;
		height: 16px;
	}
	#menu .mobile-header .m-header-btn-open {
		display: block;
	}
	#menu .mobile-header .m-header-btn-close {
		display: none;
	}
	#menu .navbar-list {
		width: 80%;
		height: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		top: 44px;
		opacity: 1;
		border: none;
		display: none;
	}
	#menu .navbar-list .navbar-nav {
		display: block;
	}
	#menu .navbar-list .navbar-nav li {
		display: block;
		margin-bottom: 20px;
	}
	#menu .navbar-list .navbar-nav li a {
		height: 42px;
		font-family:
			PingFangSC,
			PingFang SC;
		font-weight: 400;
		font-size: 15px;
		color: #101010;
		line-height: 42px;
		text-align: left;
		font-style: normal;
	}
	#menu .navbar-list .navbar-nav li .line {
		display: none;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
	}
	#menu .navbar-list .header-m-tit {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 500;
		font-size: 15px;
		color: #101010;
		text-align: left;
		font-style: normal;
		padding-left: 20px;
	}
	#menu .navbar-list .header-m-tit1 {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 800;
		font-size: 15px;
		color: #f35326;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		padding-left: 20px;
	}
	.silde-nav {
		/* display: none !important; */
		width: 60px;
		height: 240px;
		background: #ffffff;
		box-shadow: 0px 2px 20px 0px rgba(198, 198, 198, 0.5);
		border-radius: 8px;
		opacity: 0.8;
		padding-top: 10px;
		padding-bottom: 10px;
		position: fixed;
		right: 0;
		top: 35%;
		z-index: 9;
	}
	.silde-nav .item{
		margin-bottom: 10px;
		text-align: center;
	}
	.silde-nav .item .img{
			width: 12px;
			height: 12px;
			margin-bottom: 4px;
			cursor: pointer;
	}
	.silde-nav .item .text{
		height: 14px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 10px;
		color: #101010;
		line-height: 14px;
		text-align: left;
		font-style: normal;
		text-align: center;
	}
	.landing .banner-bg {
		background-image: url("../images/m-banner-bg.png");
		background-position: top center;
		height: 550px;
	}
	.landing .banner-text {
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 400;
		font-size: 28px;
		color: #101010;
		line-height: 28px;
		text-align: left;
		font-style: normal;
		margin-top: 0px;
	}
	.landing .banner-text:nth-child(1) {
		margin-top: 80px;
	}
	.landing .banner-text:nth-child(2) {
		margin-top: 20px;
	}
	.landing-text {
		font-family: PingFang-SC, PingFang-SC;
		font-size: 12px;
		line-height: 12px;
		color: #1b1b1b;
		text-align: left;
		font-style: normal;
	}
	.landing-text p {
		font-size: 12px !important;
	}
	.landing-bottom-list {
		background: transparent;
		box-shadow: none;
		width: 100%;
		height: 500px;
		position: relative;
		bottom: 20px;
	}
	.landing-bottom-list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 14px;
	}
	.landing-bottom-list .item h1 {
		font-family: DINAlternate, DINAlternate;
		font-weight: bold;
		font-size: 30px;
		color: #101010;
		line-height: 35px;
		font-style: normal;
		text-align: center;
		margin: 0;
		margin-bottom: 8px;
	}
	.landing-bottom-list .item p {
		text-align: center;
		font-family: PingFang-SC, PingFang-SC;
		font-size: 14px;
		color: #101010;
		line-height: 20px;
		font-style: normal;
	}
	.landing-bottom-list .mobile-btn {
		width: 200px;
		height: 40px;
		line-height: 40px;
		background: #f35326;
		border-radius: 20px;
		font-size: 14px;
		text-align: center;
		color: #fff;
		margin: 0 auto;
		font-weight: bold;
	}

	.feature-title h4,
	.feature-title h2 {
		font-size: 16px;
		margin-bottom: 16px;
		margin-top: 34px;
		line-height: 24px;
		height: 24px;
	}
	.feature-title p {
		font-size: 12px !important;
		line-height: 16px;
	}
	#intro .intro-tit {
		height: 24px;
		font-family: PingFang-SC, PingFang-SC;
		font-weight: bold;
		font-size: 16px;
		color: #101010;
		line-height: 24px;
		text-align: center;
		font-style: normal;
		margin-bottom: 30px;
	}
	#intro .form-item {
		width: 100%;
		text-align: left;
	}
	#intro .form-item input,
	#intro .form-item select {
		width: 100%;
	}
	.news-letter {
		text-align: center;
	}
	#intro {
		background-image: url(../images/m-form-bg.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.banner {
		background: transparent;
	}
	.landing {
		padding-top: 44px;
	}
	#intro .subscribe-btn {
	}
	.feat-list {
		overflow: hidden;
		margin-top: 0;
		padding: 0;
	}
	#feature .inner img {
		width: 25px;
		height: 25px;
	}
	#feature .inner {
		width: 100%;
		height: 170px;
		margin-bottom: 16px;
		padding: 12px 15px;
	}
	#feature .inner h4 {
		font-size: 12px;
	}
	#feature .inner p {
		font-size: 12px;
		color: #999;
	}

	#advantage .ys-list {
		padding: 0;
		padding: 15px;
	}
	.ys-box {
		width: 100%;
		background-image: url("../images/m-db-banner1.png");
		background-size: cover;
		background-repeat: no-repeat;
		padding: 80px 15px 16px;
	}
	#advantage .ys-list {
		width: 100%;
		overflow-x: auto; /* 允许容器内容横向滚动 */
		white-space: nowrap; /* 禁止内容自动换行 */
		padding: 0;
		display: flex;
        justify-content: space-between;
        align-items: stretch;
	}
	#advantage .ys-list .item {
		display: inline-block;
		flex: 0 0 270px;
		height: 180px;
		padding: 6px 12px;
		margin-right: 8px;
		line-height: 0;
		background: linear-gradient(270deg, #f35326 0%, #ff714a 50%, #f35326 100%);
	}
	#advantage .ys-list .item h4 {
		height: auto;
		display: block;
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		color: #fff;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		margin-bottom: 5px;
	}
	#advantage .ys-list .item p {
		display: block;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		height: auto;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		padding: 0;
		margin-top: 10px;
	}
	#advantage .ys-list .active h4 {
		height: auto;
		display: block;
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		color: #fff;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
	}
	#advantage .ys-list .active p {
		display: block;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		height: auto;
		white-space: normal;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		padding: 0;
		font-weight: 100;
	}
	.row-feat {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 20px;
	}
	#shipping .hwzy-list {
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#shipping .hwzy-list .item {
		float: left;
		width: 175px;
		height: 70px;
		background: #f8f9fb;
		margin-bottom: 10px;
	}
	#shipping .hwzy-list .item h4 {
		font-size: 13px;
		color: #3c3c3c;
		line-height: 15px;
	}
	#shipping .hwzy-list .active {
		background: #f35326;
	}
	#shipping .hwzy-list .active h4 {
		color: #fff;
	}
	#shipping .left-list .item {
		display: block;
	}
	#shipping .left-list .item .box {
		width: 100%;
	}
	#jhType .type-list {
		padding: 0;
	}
	#jhType .active .inner {
		width: 100%;
		height: 210px;
	}
	#jhType .type-list .one img {
		width: 280px;
		height: 90px;
	}
	#jhType .type-list .inner h3 {
		margin: 0;
		font-size: 15px;
	}
	#jhType .type-list .inner h4 {
		font-size: 13px;
	}
	#jhType .type-list .inner p {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	#jhType .type-list .inner {
		width: 100%;
		height: 210px;
		margin-bottom: 15px;
	}
	#jhType .type-list .two img {
		width: 260px;
		height: 110px;
	}
	#jhType .type-list .three img {
		width: 210px;
		height: 70px;
	}
	#jhType .type-list .inner .btn-type {
		width: 170px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #f35326;
		box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
		border-radius: 28px;
		margin: 0 auto;
		color: #fff;
		z-index: 1;
        position: relative;
	}
	#jhType .active .inner {
		background: #f6f6f6;
	}
	#jhType .active .inner h3,
	#jhType .active .inner h4,
	#jhType .active .inner p {
		color: #101010;
	}
	#flow .banner-img {
		width: 100%;
	}
	#advertising {
		height: 180px;
	}
	#advertising .one {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		font-weight: 100;
	}
	#advertising .two {
		font-size: 16px;
		line-height: 20px;
	}
	#chargeCarriage .one {
		font-family: PingFang-SC, PingFang-SC;
		font-size: 10px;
		color: #999999;
		line-height: 14px;
		text-align: left;
		font-style: normal;
		margin: 20px 0 10px;
	}
	#chargeCarriage .tit {
		height: 16px;
		font-family: PingFang-SC, PingFang-SC;
		font-weight: bold;
		font-size: 16px;
		color: #101010;
		line-height: 22px;
		text-align: left;
		font-style: normal;
		margin-bottom: 10px;
	}
	.form-two .ite {
		text-align: left;
		margin-bottom: 5px;
	}
	.form-two .ite label {
		font-size: 12px;
	}
	.form-two .ite input {
		width: 100%;
		height: 36px;
	}
	.form-two .subscribe-btn {
		font-size: 12px;
		width: 120px;
		height: 28px;
		background: #f35326;
		box-shadow: 0px 7px 7px 0px rgba(243, 83, 38, 0.24);
		border-radius: 28px;
	}
	.news-letter {
		text-align: left;
	}
	#chargeCarriage .banner-img {
		height: 150px;
		width: 290px;
		display: block;
		margin: 0 auto;
		margin-top: 11px;
	}
	#problem {
		width: 100%;
		/* background-image: url("../images/a-problem-banner.png"); */
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 20px;
		margin-top: 20px;
		background-image: linear-gradient(rgba(34, 34, 34, 0.6), rgba(34, 34, 34, 0.6)), url("../images/a-problem-banner.png");
	}
	#problem .feature-title h2 {
		color: #fff !important;
	}
	#problem .feature-title p {
		color: #fff !important;
	}
	.form-two .ite label {
		color: #fff;
	}
	.form-two .ite input {
		opacity: 0.5;
		border: 1px solid #979797;
	}
	#about .about-air {
		width: 260px;
		height: 95px;
		top: 200px;
	}
	#about .box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#about .box h4 {
		width: 100%;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important; /* 避免长单词导致布局破坏 */
		font-size: 14px;
		line-height: 22px;
	}
	#about .box p {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.feature-title p {
		margin-bottom: 0px;
	}
	#footer {
		margin-top: 20px;
		padding: 15px 0  20px!important;
	}
	.footer-box{
		height: auto;
	}
	.footer-box .center .text {
		font-size: 12px;
		margin: 13px 0;
	}
	.footer-box .center .icon {
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}
	.footer-box .bottom .line {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.footer-box .icon-list .icon {
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}
	.footer-box .icon-list .left {
		width: 65px;
		height: 20px;
		float: right;
		margin-top: 5px;
	}
	.footer-box .top .right p:nth-child(1) {
		padding-top: 12px;
		font-size: 18px;
		color: #8d8d8d;
	}
	.footer-box .top .right p {
		margin-top: 5px;
		font-size: 12px;
		color: #8d8d8d;
		line-height: 16px;
		padding: 0;
	}
	.footer-box .icon-list{
		margin-top: 10px;
	}
	.footer-box .footer-nav-list{
		display: block;
		padding: 10px 0;
		border-bottom:1px solid #616161;
	}
	.footer-box .footer-nav-list .item .tit{
		font-size: 14px;
		margin-bottom: 5px;
		color: #C6C6C6 !important;
	}
	.footer-box .footer-nav-list .item .desc{
		font-size: 10px;
		margin-bottom: 4px;
		color: #999999;
	}
	.footer-box .desc-box{
		display: none;
	}
	.jt-btn{
		width: 12px;
		height: 6px;
		float: right;
		margin-top: 5px;

	}
	.rotate-180 {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}
	.eva-img{
		width: 100%;
		margin-top: 10px;
	}
	.ship-box {}
	.ship-box .ship-list{}
	.ship-box .ship-list .ship-item{}
	.ship-box .ship-list .ship-item .ship-tit{
		font-size: 14px;
		color: #101010;
		margin: 10px 0 10px;
	}
	.ship-box .ship-list .ship-item .ship-desc{
		font-family: PingFang-SC, PingFang-SC;
		font-weight: 500;
		font-size: 10px;
		color: #101010;
		line-height: 15px;
		text-align: left;
		font-style: normal;
	}
	.ship-box .ship-list .ship-item .img-lists{
		width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0;
		margin-top: 5px;
	}
	.ship-box .ship-list .ship-item .img-lists .item-img-icon{
		width: 140px;
		height: 140px;
		margin-right: 8px;
	}
	.ship-box .ship-list .ship-item .img-lists .item-img-icon:nth-child(3){
		width: 560px;
	}
	.ship-box .ship-item-img-icon{
		width: 26px;
		height: 22px;
	}
	.modal-body-header{
		font-size: 20px;
		color: #101010;
	}
	.modal-body .subscribe-btn{
		width: 90%;
		height: 35px;
		line-height: 35px;
		background: #F35326;
		border-radius: 18px;
	}
	.modal-body .form-item input{

	}
	.modal-body .text{
		font-size: 12px;
	}
	.modal-body .form-item .check-input{
		/* width: 10px !important;
		height: 10px !important; */
	}
	.step .step-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 50px;
		max-height: 300px;
		overflow-y: scroll;
	}
	
	
	.step .step-box .step-item {
		/* display: flex;
		align-items: center; */
		margin: 10px 0;
		width: 90%;
		max-width: 600px;
		background-color: #f9f9f9;
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		position: relative;
	}
	
	
	.step .step-box .tips {
		display: block;
		width: 20px;
		height: 20px;
		background-color: #97cbff;
		color: white;
		border-radius: 50%;
		margin-right: 15px;
		font-weight: bold;
		position: absolute;
		top: 12px;
		left: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.step .step-box .box{
		padding-left: 30px;
	}
	.step .step-box .num{
		width: 15px;
		height: 15px;
		background-color: #97cbff;
		display: block;
	}
	
	
	.step .step-box .desc {
		flex: 1;
		font-size: 12px;
		color: #333;
		word-wrap: break-word; /* 使文本在单词边界或必要的情况下换行 */
		white-space: normal;   /* 允许文本换行 */
		padding: 0;
		word-wrap: break-word !important; /* 在长单词或URL中进行折行 */
		overflow-wrap: break-word !important;
		text-align: left;
		
	}
	.modal-body-header{
		margin-bottom: 26px;
	}
	.total-text{
		bottom: -28px;
	}
	#alertSuccess{
		width: 100%;
		padding: 15px;
		margin-bottom: 20px;
		border: 1px solid transparent;
		border-radius: 4px;
		position: fixed;
		top: 44px;
		left: 0;
		z-index: 10;
		margin-left: 0;
	}
	.silde-nav-mobile{
		position: fixed;
		bottom: 10%;
		right: 5px;
		z-index: 9;
	}
	.silde-nav-mobile .list{
		display: none;
	}
	.silde-nav-mobile .item{
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
		text-align: center;
		line-height: 37px;
		background: #fff;
		padding: 0;
		margin-bottom: 10px;
	}
	.silde-nav-mobile .btn{
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
		text-align: center;
		line-height: 40px;
		background: #fff;
		padding: 0;
	}
	.silde-nav-mobile .item .img{
		width: 20px;
		height: 20px;
	}
	.silde-nav-mobile .btn .img{
		width: 20px;
		height: 20px;
	}
}
