/**  初始化代码  ***/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

a{
    text-decoration: none;
    color: #000;
}

.w1400{
    width: 1400px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}


/********************************头部***********************************/
.head-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 999;
}
.head-box.scrolled {
    height: 72px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.head {
    width: 1400px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease;
}

.head-left {
    display: flex;
    align-items: center;
}
.head-left .logo {
    width: 56px;
    height: 50px;
}
.head-left .title {
    font-size: 25px;
    font-weight: 400;
    font-family: DingTalk JinBuTi, DingTalk JinBuTi;
    margin-left: 10px;
    color: #fff;
    transition: color 0.3s ease;
}

.head-box.scrolled .head-left .title {
    color: #333;
}

.head-right {
    display: flex;
    align-items: center;
}
.head-right ul {
    display: flex;
    align-items: center;
    list-style: none;
}
.head-right ul li {
    margin:0 24px;
    font-size: 17px;
    color: #fff;
    transition: color 0.3s ease;
}

.head-box.scrolled .head-right ul li {
    color: #333;
}

.head-right ul li:first-child {
    font-weight: bold;
}

.head-right ul li:hover {
    font-weight: bold;
}

.head-right ul li a {
    color: #fff;
    transition: color 0.3s ease;
}

.head-box.scrolled .head-right ul li a {
    color: #333;
}

.head-right ul li.download {
    color: #009F42;
    padding: 6px 26px;
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
}
.head-right ul li.download a {
    color: #009F42;
}

.head-box.scrolled .head-right ul li.download {
    padding: 6px 26px;
    border-radius: 4px;
    background-color: #10B45E;
    font-weight: bold;
}

.head-box.scrolled .head-right ul li.download a {
    color: #fff;
}

/***************************************banner*****************************************/

.banner-box {
    background: url('../img/banner.png') no-repeat center center;
    background-size: cover;
    color: white;
    height: 700px;
}
.banner-box .banner {
    margin: 0 auto;
    padding-top: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 43%;
}
.banner-left h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 14px;
}
.banner-left p {
    font-size: 20px;
    /* line-height: 40px; */
    margin-bottom: 40px;
}
.banner-left .download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 268px;
    height: 64px;
    background: linear-gradient( 46deg, #FFEA00 0%, #FF9500 100%);
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.15);
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 64px;
}
.banner-left .download-btn i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../img/win.png') no-repeat center center;
    margin-right: 10px;
}
/***************************************应用商店下载************************************************/
.shop-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
}
.shop-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 316px;
    height: 116px;
    background: url('../img/shop-bg.png') no-repeat center center;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
    border-image: linear-gradient(360deg, rgba(255, 255, 255, 1), rgba(169, 229, 198, 1)) 2 2;
}
.shop-item img {
    width: 72px;
    height: 72px;
}
.shop-item-info {
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.shop-item-info div:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 13px;
}
.shop-item-info div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 48px; */
}
.shop-item-info div:last-child i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/arrow.png') no-repeat center center;
    margin-right: 10px;
}

/***************************************适用场景与问题解决*****************************************/

.scene-box {
    width: 100%;
    text-align: center;
    background: url('../img/scene-bg.png') no-repeat center center;
    background-size: cover;
    margin-top: -75px;
    padding-top: 120px;
    padding-bottom: 100px;
}

.scene-box h1{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 54px;
    margin-bottom: 16px;
    text-align: center;
}

.scene-box h3{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.scene{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

.scene-item{
    position: relative;
}

.scene-item1{
    position: relative;
    width: 280px;
    height: 400px;
    background: url('../img/scene1-1.png') no-repeat center center;
}
.scene-item1.active{
    width: 560px;
    height: 400px;
    background: url('../img/scene1.png') no-repeat center center;
    background-size: cover;
}

.scene-item1.active a.scene-download-btn1{
    display: block;
}

.scene-item2{
    position: relative;
    width: 280px;
    height: 400px;
    background: url('../img/scene2-1.png') no-repeat center center;
}
.scene-item2.active{
    width: 560px;
    height: 400px;
    background: url('../img/scene2.png') no-repeat center center;
    background-size: cover;
}

.scene-item2.active a.scene-download-btn1{
    display: block;
}

.scene-item3{
    position: relative;
    width: 280px;
    height: 400px;
    background: url('../img/scene3-1.png') no-repeat center center;
}
.scene-item3.active{
    width: 560px;
    height: 400px;
    background: url('../img/scene3.png') no-repeat center center;
    background-size: cover;
}

.scene-item3.active a.scene-download-btn1{
    display: block;
}

.scene-item4{
    position: relative;
    width: 280px;
    height: 400px;
    background: url('../img/scene4-1.png') no-repeat center center;
}
.scene-item4.active{
    width: 560px;
    height: 400px;
    background: url('../img/scene1.png') no-repeat center center;
    background-size: cover;
}

.scene-item4.active a.scene-download-btn1{
    display: block;
}

.scene-download-btn1{
    display: none;
    color: #fff;
    width: 126px;
    height: 40px;
    background: linear-gradient( 76deg, #1BC78D 0%, #16CA71 100%);
    box-shadow: 0px 2px 8px 0px rgba(0,96,45,0.3);
    border-radius: 4px;
    position: absolute;
    line-height: 40px;
    text-align: center;
    bottom: 54px;
    left: 40px;
}

.scene-p-btn{
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    background: linear-gradient( 76deg, #1BC78D 0%, #16CA71 100%);
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
    border-radius: 8px 8px 8px 8px;
    padding: 14px 50px;
    margin: 0 auto;
    margin-top: 80px;
}


/***************************************五大核心功能*****************************************/
.core-box{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.core-box h1{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 54px;
    margin-bottom: 16px;
    text-align: center;
}

.core-box h3{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.core-list{
    margin-top: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.core-list ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}


.core-li{
    height: 66px;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #666666;
}
.core-li.active{
    color: #009F42;
    border-bottom: 2px solid #009F42;
    border-radius: 2px;
}

.core-li:hover{
    color: #009F42;
    border-bottom: 2px solid #009F42;
    border-radius: 2px;
}

.core-icon1{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../img/core-icon-1-1.png') no-repeat center center;
    margin-right: 3px;
}
.core-li.active .core-icon1{
    background: url('../img/core-icon-1-2.png') no-repeat center center;
}
.core-li.act .core-icon1{
    background: url('../img/core-icon-1-2.png') no-repeat center center;
}

.core-icon2{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../img/core-icon-2-1.png') no-repeat center center;
    margin-right: 3px;
}

.core-li.active .core-icon2{
    background: url('../img/core-icon-2-2.png') no-repeat center center;
}
.core-li.act .core-icon2{
    background: url('../img/core-icon-2-2.png') no-repeat center center;
}


.core-icon3{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../img/core-icon-3-1.png') no-repeat center center;
    margin-right: 3px;
}
.core-li.active .core-icon3{
    background: url('../img/core-icon-3-2.png') no-repeat center center;
}
.core-li.act .core-icon3{
    background: url('../img/core-icon-3-2.png') no-repeat center center;
}
.core-icon4{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../img/core-icon-4-1.png') no-repeat center center;
    margin-right: 3px;
}
.core-li.active .core-icon4{
    background: url('../img/core-icon-4-2.png') no-repeat center center;
}   
.core-li.act .core-icon4{
    background: url('../img/core-icon-4-2.png') no-repeat center center;
}
.core-icon5{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../img/core-icon-5-1.png') no-repeat center center;
    margin-right: 3px;
}
.core-li.active .core-icon5{
    background: url('../img/core-icon-5-2.png') no-repeat center center;
}
.core-li.act .core-icon5{
    background: url('../img/core-icon-5-2.png') no-repeat center center;
}

.core-item{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.core-item-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex: 1;
    
}
.core-item-left h2{
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    margin-bottom: 16px;
}
.core-item-left p{
    width: 433px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}
.core-download-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 56px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    background: linear-gradient( 76deg, #1BC78D 0%, #16CA71 100%);
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
    border-radius: 8px 8px 8px 8px;
    margin-top: 68px;
}

.core-download-btn i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../img/win.png') no-repeat center center;
    margin-right: 10px;
}

/************************** 为什么选择我们 ******************************/
.why-box{
    margin: 0 auto;
    text-align: center;
    background: url('../img/why-bg.png') no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-box h1{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 54px;
}
.why-box h3{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 16px;
}
.why{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
    flex-wrap: nowrap;
}

.why-item{
    width: 400px;
    height: 460px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
    position: relative;
}
.why-icon1{
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url('../img/why1.png') no-repeat center center;
    margin-top: 36px;
}
.why-icon2{
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url('../img/why2.png') no-repeat center center;
    margin-top: 36px;
}
.why-icon3{
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url('../img/why3.png') no-repeat center center;
    margin-top: 36px;
}

.why-item h2{
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-top: 25px;
}

.why-item p{
    margin: 0 auto;
    width: 304px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.why-item-bottom1{
    width: 100%;
    height: 54px;
    background: url('../img/why-bg1.png') no-repeat center center;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0;
}
.why-item-bottom2{
    width: 100%;
    height: 54px;
    background: url('../img/why-bg2.png') no-repeat center center;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0;
}
.why-item-bottom3{
    width: 100%;
    height: 54px;
    background: url('../img/why-bg3.png') no-repeat center center;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0;
}

/***** 用户使用反馈 *****/
.feedback-box{
    background-color: #fff;
    text-align: center;
    height: 1277px;
    padding-top: 100px;
}
.feedback-box h1{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 57px;
}
.feedback-box h3{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 16px;
}

.feedback{
    margin: 0 auto;
    margin-top: 64px;
}

.feedback-item1{
    width: 364px;
    height: 266px;
    background: #F2FFF4;
    box-shadow: 0px 0px 30px 0px rgba(0,125,63,0.1);
    border-radius: 34px 34px 34px 34px;
    border: 2px solid #FFFFFF;
    position: absolute;
}

.total-icon{
    display: inline-block;
    width: 46px;
    height: 38px;
    background: url('../img/total-icon.png') no-repeat center center;
    margin-top: 30px;
    margin-left: -250px;
}
.total-tit{
    font-size: 36px;
    font-weight: bold;
    color: #777777;
    line-height: 54px;
    margin-top: 15px;
}

.total-score{
    display: inline-block;
    width: 140px;
    height: 20px;
    background: url('../img/score.png') no-repeat center center;
    margin-top: 16px;
}
.total-score-text{
    display: inline-block;
    margin-top: 10px;
}
.total-score-text span:first-child{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
}
.total-score-text span:last-child{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.feedback-item{
    width: 408px;
    height: 180px;
    padding: 36px;
    border-radius: 34px 34px 34px 34px;
    text-align: left;
}
.feedback-user{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.feedback-userinfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 18px;
}
.feedback-name{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}
.feedback-score{
    display: inline-block;
    width: 116px;
    height: 20px;
    background: url('../img/score.png') no-repeat center center;
}
.feedback-item p{
    width: 400px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    margin-top: 32px;
}

.feedback-item2{
    position: absolute;
    background: #F2FCFE;
    left: 660px;
}

.feedback-item3{
    position: absolute;
    background: #F8FFF9;
    left: 1180px;
}

.feedback-item4{
    position: relative;
    background: #F8FFF9;
    top: 305px;
    left: 161px;
}
.feedback-item5{
    height: 264px;
    position: relative;
    background: linear-gradient( 65deg, #F8FFF9 0%, #F2FCFE 100%);
    box-shadow: 0px 10px 30px 0px rgba(0,125,63,0.15);
    border: 2px solid rgba(0, 159, 80, 1);
    /* border-image: linear-gradient(245deg, rgba(0, 159, 80, 1), rgba(20, 224, 123, 1)) 2 2; */
    border-radius: 36px 36px 36px 36px;
    top: 55px;
    left: 675px;
    z-index: 10;
}
.feedback-item6{
    position: relative;
    background: #F2FCFE;
    top: 0px;
    left: 350px;
}
.feedback-item7{
    position: relative;
    background: #F8FFF9;
    top: -245px;
    left: 890px;
}

.feedback-download-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 268px;
    height: 64px;
    background: linear-gradient( 76deg, #1BC78D 0%, #16CA71 100%);
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
    border-radius: 8px 8px 8px 8px;
    margin-top: 36px;
    position: relative;
    top: -165px;
    margin: 0 auto;
}
.feedback-download-btn i{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../img/win.png') no-repeat center center;
    margin-right: 16px;
}
.feedback-download-btn span{
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 64px;
}

.footer{
    width: 100%;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background: #333333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}






