/* Parallax Global Styling */
.list-grid{
    width: 1000px;
    margin: 0 auto;
}

.list-grid ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.list-grid ul li{
    list-style-type: none;
    width: 25%;
    margin: 6rem 0;
}

.list-grid ul li a{
    font-size: 18px;
    padding: 0.3rem 0;
    text-decoration: none;
    color: #000;
}

.replace-text8{
    border-bottom: 3px solid #3cd7ed;
}

.list-grid ul li a:hover{
    cursor: pointer;
    border-bottom: 3px solid #3cd7ed;
}

.list-grid ul li h3,.list-grid ul li p{
    margin: 0.5rem 0;
}

.list-grid ul li p{
    color: #999999;
    padding: 0 4.5rem;
}

.list-grid ul li img{
    width: 4.5rem;
    height: 4.5rem;
}

#parallax {
    overflow: hidden;
}
#parallax .divider,
#parallax .divider-white {
    width: 120px;
    height: 2px;
    background-color: #0B80B7;
    margin: 1rem auto;
}
#parallax .divider-white {
    background-color: #fff;
}

/* Section 1 */
#section1 {
    position: relative;
    padding: 5rem 0 0;
    text-align: center;
}

#section1 h2,#section1 h4{
    text-align: center;
    margin: 1rem 0;
}

#section1 h2{
    color: #000;
    font-weight: 600;
}
#section5 h2{
    color: #000;
    font-weight: 600;
}
#section3 h2{
    font-size:34px;
}
#section1 h4{
    color: #666;
}

#section1 .content {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    right: 0;
}
#section1 .logo {
    display: block;
    height: 88px;
    margin: 8rem auto 3rem;
}
#section1 .btn-scroll-down {
    width: 136px;
    height: 428px;
    background: transparent url(../img/section-1-scroll-down-clean.png) top center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    margin: auto;
	padding-top: 10px;
	padding-left: 28px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
	color: #FFFFFF;
}

#hand1, #hand2, #hand3, #hand4 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;
}
#hand1 {
    background: url(../img/section-1-hand-1.png) 0% 35% no-repeat;
    background-size: 1061px;
    left: -400px;
}
#hand2 {
    z-index: 2;
    background: url(../img/section-1-hand-2.png) 100% 80% no-repeat;
    background-size: 1010px;
    left: 400px;
}

#section2 {
    position: relative;
    padding: 3rem 0;
    background: white;
    display: flex;
    align-items: center;
}

.product-video{
    width: 60%;
    padding: 6rem 22rem;
    background: #f5f5f5;
    font-size: 17px;
    color: #666666;
}

.video-wrap{
    width: 40%;
}

.video-wrap video{
    margin-left: -20%;
    width: 90%;
    box-shadow: 0 17px 22px 0 rgba(0,24,75,0.20);
}

.product-video .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.product-video .title span{
    width: 8rem;
    height: 2px;
    background: #cfcfcf;
    margin-right: 0.4rem;
}

.product-video .title h2{
    flex: 1;
}

.product-video ul{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-video ul li{
    width: 33.333333%;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.product-video ul li img{
    width: 2.5rem;
    margin-right: 0.5rem;
}

.product-video ul li span{
    font-size: 14px;
}

#section2 .logo {
    display: block;
    height: 131px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

#section3 {
    position: relative;
    padding: 0;
    /*background: url("../img/bg2.png") no-repeat center 0;*/
    background-size: 100% 100%;
    margin: 2rem 0;
}

#section3 .title{
    display: none;
}

#section3 .top{
    display: flex;
    width: 1200px;
    margin:0 auto 8rem;
    background: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(163,192,238,0.30);
    border-radius: 8px;
}

.right-text{
    text-align: right;
    font-size: 18px;
    padding: 1rem 2rem;
}

.right-text:first-child{
    margin-top: 1rem;
}

.right-text span{
    color: #03e3ff;
    font-weight: bold;
}

#section3 .top .left{
    width: 45%;
}

#section3 .top .left img{
    width: 100%;
    margin-top: 0 !important;
}

#section3 .top .right{
    flex: 1;
    padding: 0 0.5rem 0;
}

#section3 .top .right h1{
    font-size: 12rem;
    font-weight: 1000;
    margin-top: -4rem;
    color: #d6ddff;
    opacity: 1;
}

#section3 .top .right h3{
    font-family: SourceHanSansSC-Bold;
    font-size: 40px;
    color: #3E82FE ;
    letter-spacing: 0;
    text-align: justify;
    margin-top: -5rem;
    margin-bottom: 6rem;
}

#section3 .top .right p{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #535B7F;
    letter-spacing: 0;
    text-align: justify;
    padding: 0 5rem;
    line-height: 2rem;
}

.yinhao{
    padding: 0 3rem;
    margin-top: 1rem;
}

.title-l{
    color: #3cd7ed;
    padding: 0 5rem;
}

.title-l span{
    width: 3rem;
    height: 3px;
    background: #3cd7ed;
    display: block;
    margin-bottom: 1rem;
}

.middle-nav{
    display: flex;
    width: 1200px;
    margin: 3rem auto 1.5rem;
    padding: 1rem 0;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(163,192,238,0.30);
    border-radius: 8px;
}

.middle-nav li{
    width: 25%;
    text-align: center;
    list-style-type: none;
}

.middle-nav li p{
    margin: 0;
    color: #97969b;
}

.middle-nav li h3{
    color: #015ff2;
    margin: 0;
}

.action-wrap{
    background: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(163,192,238,0.30);
    border-radius: 12px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.action-wrap .left{
    width: 65%;
    text-align: left;
    padding: 3rem 10rem;
}

.action-wrap .left h3{
    color: #015FF2;
    padding: 1rem 0;
}

.action-wrap .left ul{
    margin: 2rem 0;
    padding: 0;
}

.action-wrap .left ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
}

.action-wrap .left ul li span{
    width: 10px;
    height: 10px;
    display: block;
    background: #005FF2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 0.5rem;
}

.action-wrap .left ul li p{
    margin: 0.5rem 0;
    flex: 1;
}

.action-wrap .right{
    flex: 1;
    background: url("../img/pos-bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 4rem 3rem;
    color: white;
    border-radius: 0 10px 10px 0;
}

.action-wrap .right h3{
    margin-bottom: 3rem;
}

.action-wrap .right p{

}

.bottom-wrap{
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 10rem auto 0;
}

.bottom-wrap .left{
    width: 50%;
    display: block;
}

.bottom-wrap .left h3{
    ont-family: PingFangSC-Medium;
    font-size: 26px;
    color: #7CA5FF;
    letter-spacing: 0;
    margin-bottom: 4rem;
}

.bottom-wrap .left ul{
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    width: 100%;
}

.bottom-wrap .left ul li{
    list-style-type: none;
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(79,90,161,0.10);
    border-radius: 10px;
    margin: 0 1rem 1rem 0;
    padding: 1rem;
}

.bottom-wrap .left ul li h3{
    font-size: 26px;
    color: #7CA5FF;
    height: 5rem;
    margin-bottom: 0;
}

.bottom-wrap .left ul li h3 span{
    font-size: 16px;
    display: block;
    padding-top: 0.5rem;
}

.bottom-wrap .left ul li p{
    font-size: 16px;
    color: #4F5265;
    margin: 0;
}

.bottom-wrap .right{
    flex: 1;
}

.bottom-wrap .right img{
    width: 100%;
}

#section3 .bg {
    position: relative;
    height: 999px;

}
#section3 .watermark {
    width: 1209px;
    height: 1012px;
    position: absolute;
    z-index: 1;
    top: 210px;
    right: 300px;
    background: transparent url(../img/section-3-watermark.png) center no-repeat;
}
#section3 .lady {
    width: 1149px;
    height: 1105px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: -300px;
}
#section3 .phone {
    width: 483px;
    height: 683px;
	background-image: url('../img/section-3-phone-clean.png');
	background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    right: 150px;
	padding-top: 25px;
	padding-left: 135px;
}
#section3 .phone .twoeightpx {
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
}
#section3 .phone .threesixpx {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}
#section3 .phone .sixtypx {
	font-weight: bold;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
#section3 .content {
    width: 600px;
    padding: 100px 0;
    position: absolute;
    z-index: 3;
    left: 250px;
}
#section3 .description {
    margin-top: 3rem;
}

#section4 {
    position: relative;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

#section4 .left{
    width: 50%;
    display: block;
}

#section4 .right{
    flex: 1;
}

#section4 .right h2{
    font-size: 30px;
    color: #7CA5FF;
    margin-bottom: 1.5rem;
    text-align: left;
    display: flex;
}

#section4 .right h2 p{
    color: #7CA5FF;
    font-size: 30px;
    padding-right: 2rem;
}

#section4 .right p{
    font-size: 16px;
    color: #535B7F;
    letter-spacing: 0;
}

#section4 .watermark {
    width: 1388px;
    height: 1075px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -300px;
    background: transparent url(../img/section-4-watermark.png) center no-repeat;
}
#section4 .scanner {
    width: 876px;
    height: 804px;
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 100px;
}
#section4 .features-title {
    width: 357px;
    height: 188px;
	background-image: url('../img/section-4-features-title-clean.png');
	background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 400px;
    left: 880px;
	padding-top: 140px;
	padding-left: 145px;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
}
#section4 .features {
    width: 973px;
    height: 274px;
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 670px;
}
#section4 .features .featuresdots {
	width: 75px;
	height: auto;
	position: absolute;
	left: 390px;
}
#section4 .features .feature1 {
	width: 341px;
	position: absolute;
	top: 28px;
	left: 20px;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	color: #58595B;
}
#section4 .features .feature2 {
	width: 489px;
	position: absolute;
	top: 57px;
	left: 490px;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	color: #58595B;
}
#section4 .features .feature3 {
	width: 226px;
	position: absolute;
	top: 88px;
	left: 135px;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	color: #58595B;
}
#section4 .features .feature4 {
	width: 336px;
	position: absolute;
	top: 119px;
	left: 490px;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	color: #58595B;
}
#section4 .features .feature5 {
	width: 362px;
	position: absolute;
	top: 149px;
	left: -2px;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	color: #58595B;
}
#section4 .features .feature6 {
	width: 337px;
	position: absolute;
	top: 179px;
	left: 490px;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	color: #58595B;
}
#section4 .features .feature7 {
	width: 245px;
	position: absolute;
	top: 209px;
	left: 116px;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	color: #58595B;
}
#section4 .features .feature8 {
	width: 280px;
	position: absolute;
	top: 240px;
	left: 490px;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	color: #58595B;
}
#section4 .content {
    width: 500px;
    padding: 100px 0;
    position: absolute;
    z-index: 3;
    right: 200px;
}
#section4 .content .description {
    margin-top: 3rem;
}
.currency-img{
    display: none;
}

#section5 {
    position: relative;
    max-width: 100%;
    margin: 3rem auto 0;
    background: #f6f6ff;
    text-align: center;
    padding: 6rem 0;
}

.hezuo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

#section5 ul{
    margin: 0 0 5rem;
    padding: 3rem 1rem;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    width: 1260px;
}

#section5 ul li{
    list-style-type: none;
    width: 30%;
    padding: 2rem;
    box-shadow: 0 20px 40px 0 rgba(163,192,238,0.30);
    border-radius: 1rem;
    height: 15rem;
    margin: 1rem;
}

.li-color{
    background: linear-gradient(to right,#05dfff 0%, #15bfff 51%, #2b92ff 99%, #3480ff 100%);
}

.li-color .top,.li-color .bottom{
    color: white;
}

#section5 ul li .top{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#section5 ul li .top h4{
    font-size: 18px !important;
}

#section5 ul li .bottom{
    text-align: left;
    padding-top: 1rem;
}

#section5 ul li .bottom p{
    margin-bottom: 0;
    font-size: 15px;

}

#section5 .logo {
    width: 347px;
    height: 399px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 600px;
}
#section5 .watermark {
    width: 1618px;
    height: 818px;
    position: absolute;
    z-index: 1;
    top: 600px;
    right: -550px;
    background: transparent url(../img/section-5-watermark.png) center no-repeat;
}
#section5 .arm {
    width: 1220px;
    height: 663px;
    position: absolute;
    z-index: 1;
    top: 600px;
    right: -200px;
}
#section5 .content {
    width: 460px;
    padding: 100px 0;
    position: absolute;
    z-index: 3;
    top: 400px;
    left: 250px;
}
#section5 .content h2 {
    color: #fff;
}
#section5 .content .description {
    margin-top: 3rem;
}
#section5 .content p {
    color: #fff;
}
#section5 .features {
    width: 1462px;
    height: 308px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 200px;
}
#section5 .features .feature {
	width: 208px;
	margin-left: 40px;
}
#section5 .features .f1img {
	width: 131px;
	height: 128px;
	vertical-align: top;
}
#section5 .features .ftitle {
	margin-bottom: 5px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
}
#section5 .features .fcontent {
	font-size: 19px;
	color: #FFFFFF;
	text-align: center;
}
#section5 .features .feadiv {
	width: 1px;
	height: 183px;
	background-color: #FFFFFF;
	margin-left: 40px;
	margin-bottom: -51px;
}

#section6 {
    position: relative;
    margin:9rem auto 5rem;
    padding-top: 5rem;
    width: 100%;
    text-align: center;
}

#section6 img{
    width: 65rem;
}

#section6 .watermark {
    width: 1048px;
    height: 529px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background: transparent url(../img/section-6-watermark.png) center no-repeat;
}
#section6 .phone {
    width: 635px;
    height: 573px;
    position: absolute;
    z-index: 1;
    top: 300px;
    right: 50px;
}
#section6 .people {
    width: 1290px;
    height: 727px;
    position: absolute;
    z-index: 2;
    bottom: 65px;
    left: 0px;
}
#section6 .content {
    width: 600px;
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#section6 .content h2 {
    color: #fff;
}
#section6 .logo {
    display: block;
    width: 198px;
    height: 198px;
    margin: 2rem auto 0;
}
#section6 .app-store {
    display: inline-block;
    width: 172px;
    height: 85px;
    margin: 2rem 0.5rem 0;
}
#section6 .google-play {
    display: inline-block;
    width: 172px;
    height: 85px;
    margin: 2rem 0.5rem 0;
}
#section6 .android {
    display: inline-block;
    width: 172px;
    height: 85px;
    margin: 2rem 0.5rem 0;
}

#contact-us {
    position: relative;
}
#contact-us .title {
    width: 262px;
    height: 170px;
	background-image: url('../img/section-7-title-clean.png');
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
	padding-top: 115px;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
#contact-us .content {
    width: 500px;
    position: absolute;
    z-index: 2;
    top: 220px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}
#contact-us .content h2 {
    color: #fff;
}
#contact-us .content hr {
    background-color: #fff;
}
#contact-us .content .office.first {
    margin-top: 2rem;
}
#contact-us .mail {
    vertical-align: middle;
}
#contact-us .footer {
    padding: 2rem 0;
    color: #fff;
    text-align: center;
}
@media (max-width: 1700px) {
    .product-video {
        padding: 6rem 14rem;
    }
}
@media (max-width: 1500px) {
    #hand1 {
        background: url(../img/section-1-hand-1.png) 0% 35% no-repeat;
        background-size: 795px;
        left: -300px;
    }
    #hand2 {
        background: url(../img/section-1-hand-2.png) 100% 80% no-repeat;
        background-size: 757px;
        left: 300px;
    }
    .product-video {
        padding: 5rem 9rem;
    }
    .video-wrap video {
        margin-left: -15%;
        width: 100%;
    }
}
@media (max-width: 1300px) {
    .product-video {
        padding: 3rem 7rem;
    }
    .product-video p{
        font-size: 0.95rem;
    }
}
@media (max-width: 999px) {
    .product-video {
        padding: 2rem 4rem;
    }
    .product-video p {
        font-size: 0.75rem;
    }
    .product-video ul li span {
        font-size: 11px;
    }
    #section3 .top .right h1 {
        font-size: 8rem;
    }
    #section3 .top .right h3 {
        font-size: 30px;
        margin-bottom: 3rem;
    }
    #section3 .top .right p {
        font-family: PingFangSC-Regular;
        font-size: 15px;
        padding: 1rem 2rem;
    }
    .action-wrap .left {
        width: 55%;
        padding: 2rem 4rem;
    }
    .action-wrap .right h3 {
        font-size: 24px;
        line-height: 2rem;
    }
    .action-wrap .right {
        padding: 3rem 3rem;
    }
    .bottom-wrap .left h3 {
        font-size: 23px;
        margin-bottom: 2rem;
        width: 60%;
    }
    .bottom-wrap .left ul li h3 {
        font-size: 18px;
        height: 3rem;
        width: 100%;
    }
    .bottom-wrap .left ul li {
        width: 40%;
        margin: 0 2rem 2rem 0;
    }
    .bottom-wrap {
        margin: 5rem auto 0;
    }
    #section4 .left img{
        width: 100%;
    }
    #section4 .right h2 {
        font-size: 24px;
        margin-bottom: 1rem;
        display: block;
        margin-top: -2rem;
    }
    #section4 .right p {
        font-size: 13px;
    }
    #section4 .right h2 p{
        font-size: 24px;
        padding-right: 1rem;
        line-height: 1rem;
    }
    #section5 ul{
        margin: 0;
        padding: 0 1rem;
    }
    #section6 {
        margin: 0 auto 5rem;
        padding-top: 1rem;
    }
    #section6 img {
        width: 100% !important;
    }
    #section3 {
        padding: 3rem 0;
        margin: 3rem 0;
    }
    .list-grid {
        margin: 3rem auto 0;
    }
    .list-grid ul li {
        margin: 2rem 0;
    }
}
@media (max-width: 768px) {
    .product-video .title h3{
        font-size: 1.3rem;
    }
    .c-banner .nexImg, .c-banner .preImg{
        opacity: 0 !important;
    }
    #section1 {
        padding: 2rem 1rem 0;
    }
    #section1 .logo {
        height: 40px;
        margin: 2rem auto 1rem;
    }
    #section1 .btn-scroll-down {
        height: 250px;
        bottom: 0px;
        background-size: 70%;
        font-size: 6px;
        padding-top: 9px;
        padding-left: 43px;
    }
    .list-grid {
        width: 100%;
        margin: 3rem auto 0;
    }
    #section1 h4 {
        font-size: 16px;
        color: #666666;
    }
    .list-grid ul li {
        width: 50%;
        margin: 1rem 0;
        padding: 0 0.8rem;
    }
    .list-grid ul li img {
        width: 4rem;
        height: 4rem;
    }
    .list-grid ul li h3{
        font-size: 0.9rem;
    }
    .list-grid ul li p {
        margin: 0.5rem 0;
        padding: 0 1rem;
        font-size: 10px;
    }
    .action-wrap .right p {
        font-size: 0.75rem;
    }
    .product-video p{
        font-size: 0.8rem;
    }
    #section4 .right p{
        font-size: 0.8rem;
    }
    #section4 .right h2 p{
        font-size: 1.1rem;
        color: #7CA5FF;
        margin: 0.5rem 0;
    }
    #hand1, #hand2 {
        display: none;
        background-size: 60% !important;
    }
    #hand1 {
        background: url(../img/section-1-hand-1.png) 0% 30% no-repeat;
        left: -80px;
    }
    #hand2 {
        background: url(../img/section-1-hand-2.png) 10% 30% no-repeat;
        left: 220px;
    }
    #hand3 {
        background: url(../img/section-1-hand-1.png) 0% 85% no-repeat;
        background-size: contain;
        left: -160px;
        position: absolute;
    }
    #hand4 {
        background: url(../img/section-1-hand-2.png) 100% 95% no-repeat;
        background-size: contain;
        left: 160px;
        position: absolute;
    }
    #section2 {
        padding: 1rem 0;
        background: #f5f5f5;
        display: block;
    }
    #section3 {
        padding: 0;
        margin: 0;
    }
    #section4 {
        height: auto;
        display: block;
        width: 100%;
        padding: 1rem 3rem;
    }
    .action-wrap .right h3{
        font-size: 1.1rem;
        margin: 1rem 2rem 2rem 0;
        line-height: 1.8rem;
    }
    .currency-img{
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    #section4 .left {
        width: 100%;
        display: none;
    }
    #section4 .right h2 {
        font-size: 17px;
        margin-bottom: 1rem;
        display: block;
    }
    #section4 .left img{
        width: 100%;
    }
    #section5 {
        height: auto;
        background-size: initial;
        width: 100%;
        margin: 1rem auto 0;
        padding: 2rem 0 0;
    }
    #section5 ul {
        padding: 1rem 0.8rem 3rem;
        align-items: flex-start;
        justify-content: space-around;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    #section5 ul li {
        width: 46%;
        padding: 1rem;
        float: left;
        margin: 0.2rem 2%;
        height: 14rem;
    }
    #section5 ul li .top img{
        width: 2rem;
    }
    .li-color .bottom p{
        color: white;
        font-size: 12px !important;
        text-align: left;
    }
	
    #section5 ul li .bottom p {
        margin-bottom: 0;
        font-size: 12px !important;
        text-align: left;
    }
    #section5 ul li .bottom {
        text-align: center;
        padding-left: 0;
        font-size: 0.75rem;
        color: #AAA8B5;
    }
	
    #section5 ul li .top {
        text-align: center;
    }
    .img-wrap{
        padding: 1rem 1rem 2rem;
    }
    .footer .top .left p{
        font-size: 0.7rem;
        margin-bottom: 0;
    }
    .img-wrap img{
        width: 100%;
    }
    #section5 ul li .top h4{
        font-size: 1rem;
    }
    #section5 .logo {
        width: auto;
        height: 160px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #section5 .watermark {
        width: 521px;
        height: 263px;
        top: 200px;
        right: -200px;
        background-size: cover;
    }
    #section5 .arm {
        width: 400px;
        height: 217px;
        top: 200px;
        right: -110px;
    }
    #section5 .content {
        width: 100%;
        padding: 50px 15px;
        top: 270px;
        left: 0;
    }
    #section5 .content h2 {
        color: #fff !important;
    }
    #section5 .content .description {
        margin-top: 1rem;
        font-size: 0.8rem;
        text-align: center;
    }
    #section5 .features {
        width: 265px;
        height: 600px;
        bottom: 15px;
        left: 10%;
    }
    #section5 .features .feature {
        width: 265px;
        margin-left: 0;
    }
    #section5 .features .f1img {
        width: 130px;
        height: 120px;
    }
    #section5 .features .ftitle {
        font-size: 22px;
        text-align: left;
    }
    #section5 .features .fcontent {
        width: 131px;
        font-size: 11px;
        text-align: left;
        line-height: 12px
    }
    #section6 {
        margin: 1rem auto;
        width: 100%;
        padding: 0;
    }
    #section6 img{
        width: 100%;
    }
    #section6 .watermark {
        width: 297px;
        height: 150px;
        top: 150px;
        left: 0px;
        background-size: cover;
    }
    #section6 .phone {
        width: auto;
        height: 200px;
        top: 350px;
        left: 0;
        right: 0px;
        margin: auto;
    }
    #section6 .people {
        width: auto;
        max-width: 100%;
        height: 200px;
        bottom: -25px;
        left: 0px;
        right: 0;
        margin: auto;
    }
    #section6 .content {
        width: 100%;
        padding: 0 15px;
        top: 50px;
        left: 0;
        right: 0;
    }
    #section6 .content h2 {
        color: #fff;
    }
    #section6 .logo {
        width: 100px;
        height: 100px;
        margin: 1.5rem auto 0;
    }
    #section6 .app-store {
        width: auto;
        height: 60px;
        margin: 1.5rem 0.3rem 0;
    }
    #section6 .google-play {
        width: auto;
        height: 60px;
        margin: 1.5rem 0.3rem 0;
    }
    #section6 .android {
        width: auto;
        height: 60px;
        margin: 0 0.3rem 0;
    }
    #contact-us {
        height: 550px;
        background: #fff url(../img/section-7-bg-xs1.png) bottom center no-repeat;
    }
    #contact-us .title {
        width: 60px;
        height: 61px;
        background-image: url('../img/section-7-title-xs-clean.png');
        background-size: 60px 61px;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 49px;
        font-size: 6px;
    }
    #contact-us .content {
        width: 100%;
        padding: 0 50px;
        top: 140px;
        left: 0;
        right: 0;
    }
    #contact-us .content .office {
        font-size: 0.7rem;
    }
    #contact-us .content .office.first {
        margin-top: 1.5rem;
    }
    #contact-us .content .office .right {
        padding-left: 0;
    }
    #contact-us .content hr {
        margin: 0.5rem 0;
    }
    #contact-us .footer {
        padding: 1rem 0;
        font-size: 0.7rem;
    }
    .navbar-nav{
        padding-right: 0;
    }
    .product-video {
        width: 100%;
        padding: 1rem 3rem !important;
        background: #f5f5f5;
        font-size: 14px;
        color: #666666;
    }
    .product-video ul li span {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    .product-video ul li img {
        width: 1.5rem;
        margin-right: 0.3rem;
    }
    .video-wrap {
        width: 100% !important;
        background: #f5f5f5;
    }
    .video-wrap video {
        margin: 1rem 12.5% !important;
        width: 75% !important;
        box-shadow: 0 17px 22px 0 rgba(0,24,75,0.20);
    }
    #section3 .top{
        display: block;
        width: 100% !important;
        padding: 0 2rem;
        border-radius: 0;
        margin: 1rem auto;
    }
    .yinhao {
        padding: 0;
        margin-top: 1rem;
    }
    .title-l {
        color: #3cd7ed;
        padding: 2rem 0 0;
    }
    .title-l h2{
        font-size: 1.4rem;
    }
    #section3 .top .right{
        padding: 0;
    }
    #section3 .top .left {
        width: 100%;
        text-align: center;
    }
    #section3 .top .left img {
        width: 100%;
        margin-top: 2rem !important;
    }
    #section3 .title{
        display: block;
        font-size: 30px;
        color: #7CA5FF;
        padding-bottom: 2rem;
        font-weight: 1000;
    }
    #section3 .top .right h1{
        font-size: 5.5rem;
        padding-left: 3rem;
    }
    #section3 .top .right h3 {
        font-size: 17px;
        color: #7CA5FF;
        letter-spacing: 0;
        text-align: justify;
        margin-top: -2rem;
        font-weight: 600;
        margin-bottom: 2rem;
    }
    #section3 .top .right p{
        padding: 0 0 1rem;
        font-size: 0.75rem;
        margin:1rem 0;
    }
    .middle-nav{
        display: none;
    }
    .action-wrap{
        width: 110% !important;
        display: block;
        margin: 0 -5%;
    }
    .action-wrap .left {
        width: 100%;
        text-align: left;
        padding: 1rem 2rem;
    }
    .action-wrap .left h3 {
        color: #015FF2;
        padding: 0.5rem 0 0;
        font-size: 1.1rem;
    }
    .action-wrap .left ul {
        margin: 1rem 0 0;
        padding: 0;
    }
    .action-wrap .left ul li p {
        padding: 0;
        font-size: 0.75rem;
        font-weight: bold;
        margin: 0;
    }
    .action-wrap .left ul li {
        padding: 0.3rem 0;
    }
    .action-wrap .left ul li span {
        height: 5px;
        width: 5px;
    }
    .action-wrap .right {
        padding: 1rem 2rem;
        border-radius: 0 0 10px 10px;
    }
    .bottom-wrap {
        display: block;
        width: 100%;
        margin: 1rem auto;
    }
    .bottom-wrap .left{
        display: none;
    }
    #section1 h2{
        font-size: 1.4rem;
    }
}