* {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
}

body {
    background: #EBF4FF;
    min-width: 1280px;
    position: relative;
}

img {
    vertical-align: middle;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;

}

.bg1 {
    background: url(https://data.chizhouyuanzhou.cn/dll/newPic/bg1.png) no-repeat;
    background-position: top center;
    height: 1977px;
}

.bg2 {
    background: url(https://data.chizhouyuanzhou.cn/dll/newPic/bg2.png) no-repeat;
    background-position: top center;
    height: 2487px;
}

.bg3 {
    background: url(https://data.chizhouyuanzhou.cn/dll/newPic/di2.png) no-repeat;
    background-position: top center;
    height: 603px;
}

.bg4 {
    background: url(https://data.chizhouyuanzhou.cn/dll/newPic/di.png) no-repeat;
    background-position: top center;
    height: 369px;
}

.container {
    position: relative;
}

header {
    height: 64px;
    line-height: 64px;
    color: #191B24;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
}

.content {
    max-width: 1320px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.content .icon {
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
    background-image: linear-gradient(90deg, #2469F2 0%, #5FCFFD 100%);
    border-radius: 6px 10px 10px 0px;
    padding: 2px 10px 2px 6px;
    line-height: normal;
    position: absolute;
    top: auto;
    height: 20px;
    line-height: 20px;
    margin-left: 0.5px;
}

nav {
    flex: auto;
    text-align: right;
}

nav span {
    cursor: pointer;
    font-size: 14px;
    margin-left: 58px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
}

.tip {
    font-family: PingFangSC-Semibold;
    font-size: 42px;
    font-weight: 600;
    background: linear-gradient(to right, #2469F2 50%, #5FCFFD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 59px;
    display: inline-block;
}

.btn {
    background: #2469F1;
    border-radius: 6px;
    width: 250px;
    height: 70px;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
	transition: transform 0.5s ease;
}


 

.btn:hover{
    transform: scale(1.08); 
}




.scene-list img {
    width: 88px;
}

.scene-list .box-outer {
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #AEC9FF 100%, #A0E2FF 100%);
}

.scene-list .box-inner {
    padding: 19px 37px 23px;
    background: #EBF4FF;
    border-radius: 29px;
    box-shadow: inset 0px 0px 40px 6px rgba(255, 255, 255, 1);
}

.scene-list p {
    height: 22px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.65);
}

.title {
    text-align: center;
    margin-top: 100px;
}

.app-detail {
    box-shadow: 0px 10px 30px 0px rgba(43, 141, 235, 0.06);
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 50%;
}

.app-detail-l {
    border-radius: 30px 0 0 30px;
}

.app-detail-r {
    border-radius: 0 30px 30px 0;
}

.app-detail>div {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.detail-info {
    background: #fff;
}

.detail-info>div {
    position: relative;
    padding: 0 9%;
    word-break: break-all;
}


.detail-info p,
.detail-info span {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
}

.detail-pic {
    background: #F4FAFF;
    text-align: center;
}

.detail-pic img {
    max-width: 538px;
    height: 377px;
    width: 100%;
    position: relative;
}

.detail-info .icon {
    bottom: 0;
    position: absolute;
    width: 418px;
    height: 351px;
}

.detail-info.app-detail-l .icon {
    background: url('https://data.chizhouyuanzhou.cn/dll/newPic/zhuangs1.png') no-repeat;
    background-position: left bottom;
    left: 0;
}

.detail-info.app-detail-r .icon {
    background: url('https://data.chizhouyuanzhou.cn/dll/newPic/zhuangshi2.png') no-repeat;
    background-position: right bottom;
    right: 0;
}

.detail-pic .icon {
    top: 0;
    position: absolute;
    width: 575px;
    height: 156.63px;
}

.detail-pic.app-detail-r .icon {
    background: url('https://data.chizhouyuanzhou.cn/dll/newPic/lujing6.png') no-repeat 100%;
    right: 0;
}

.detail-pic.app-detail-l .icon {
    background: url('https://data.chizhouyuanzhou.cn/dll/newPic/lujing7.png') no-repeat 100%;
    left: 0;
}

.user-info {
    background: #F5FCFF;
    box-shadow: inset 0px 10px 10px 0px rgba(255, 255, 255, 0.29);
    border-radius: 20px;
    padding: 40px 33px 0;
    width: 234px;
    height: 330px;
    text-align: center;
}

.user-name {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    margin-top: 20px;
}

.user-detail {
    font-size: 18px;
    color: rgba(34, 34, 34, 0.65);
    text-align: justify;
    font-weight: 400;
    margin-top: 20px;
}

footer {
    background: url(https://data.chizhouyuanzhou.cn/dll/newPic/di.png) no-repeat;
    background-position: top center;
    background-size: 1920px;
    text-align: center;
    height: 600px;
}

.fixed-info {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 200px;
    flex-direction: column;
    width: max-content;
}

.connect {
    display: inline-block;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(219, 223, 232, 0.5);
    border-radius: 24px;
}

.connect img {
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.online {
    cursor: pointer;
    margin-top: 18px;
    position: relative;
    height: 116px;
    display: inline-block;
    padding: 0 13px;
    background-image: linear-gradient(180deg, #DBEDFF 6%, #FFFFFF 100%);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.07);
    border-radius: 24px;
}

.online span {
    margin-top: 32px;
    display: inline-block;
    width: 14px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #5582F3;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
}

.go-top {
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(219, 223, 232, 0.5);
    border-radius: 24px;
}

.huiyuan {
    cursor: pointer;
    animation-name: huiyuan;
    animation-duration: alternate;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

@keyframes huiyuan {
    0% {
        transform: translateY(-5px);
    }
	
	33% {
        transform: translateY(10px);
    }
 
    66% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-5px);
    }
}



 

.box-outer{
    cursor: pointer;
}







blockquote,body,button,code,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.5 Tahoma,Arial,SimSun;font-family:"Microsoft YaHei"}
button,input,select,textarea{font-size:100%}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
ol,ul{list-style:none}
em,i,strong{font-weight:400;font-style:normal}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
body,html{width:100%;height:100%;font-family:"Microsoft YaHei",
   "Microsoft YaHei UI";}
a{text-decoration:none}
a:hover{text-decoration:none}
.clear{clear:both}
.clearfix:after{clear:both;display:block;height:0;content:"\200B"}
.left{float:left}
.right{float:right}

.btn1 {
   display: block;
   width: 328px;
   height: 94px;
   line-height: 94px;
   border-radius: 8px;
   background-color: #fff;
   color: #049ee5;
   font-size: 30px;
   font-weight: 600;
}
.btn1_icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 25px 10px 0 75px;
}
.btn1_icon::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: inherit;
    transform: scale3d(0.9, 0.9, 1);
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: inset 0 0 0 3px #049ee5;
}
.btn1_icon .arrow-down {
    position: relative;
    width: 20px;
    height: 18px;
    z-index: 1;
    margin: 13px 0 0 12px;
}
.btn1_icon .arrow-down::before,
.btn1_icon .arrow-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.btn1_icon .arrow-down::before {
    width: 3px;
    height: 20px;
    background-color: #049ee5;
}
.btn1_icon .arrow-down::after {
    width: 11px;
    height: 11px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #049ee5;
    transform: translateX(-50%) rotate(45deg);
}
.btn1:hover {
    background-color: #eff5ff;
}
.btn1:hover .btn1_icon::before {
    box-shadow: inset 0 0 0 35px #fff;
    transform: scale3d(1, 1, 1);
}
.btn1:active {
    background-color: #ebf2fc;
}


.top {
   width: 100%;
   height: 80px; 
}
.top-wrapper {
    width: 1170px;
    height: 80px;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.top-wrapper .logo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.top-list li {
    float: left;
    margin: 0 20px;
}
.top-list-item {
    float: left;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.top-list-item:hover {
    color: #cadbff;
}
.banner-wrapper {
    width: 1184px;
    height: 468px;
    margin: 70px auto 0;
    text-align: left;
}
.banner-wrapper-text {
    width: 440px;
}
.banner-wrapper-text .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    margin: 36px 0 45px 0;
}
.banner-wrapper-text .text-list li {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
.banner-wrapper-text .text-list li img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.banner-wrapper-text .btn1 {
    margin: 32px 0 20px 0
}
.banner-wrapper-text .tip {
    font-size: 14px;
    color: #d9e6fc;
    padding-left: 43px;
}
.banner-wrapper-img {
    width: 744px;
}

.key-list-ul {
    width: 1090px;
    height: 260px;
    margin: 0 auto;
    padding-top: 60px;
}
.key-list-ul .keyword-item {
    float: left;
    width: 128px;
    height: 200px;
    margin: 0 45px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.key-list-ul .keyword-item .key {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}
.key-list-ul .keyword-item:hover {
    position: relative;
    top: -10px;
}

.soft-feature {
    width: 100%;
    height: 1040px;
}
.soft-feature h3 {
    height: 48px;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #000000;
    padding: 60px 0 0 0;
}
.soft-feature-list {
    width: 1184px;
    height: 480px;
    margin: 0 auto;
}
.soft-feature-list li {
    width: 100%;
    height: 480px;
    margin-top: 30px;
}
.soft-feature-list .feature-text {
    width: 500px;
    height: 480px;
}
.soft-feature-list .feature-text .text {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000000;
    margin-top: 100px;
}
.soft-feature-list .feature-img {
    width: 635px;
    height: 480px;
}
.soft-feature-list .feature-text .btn1 {
    background-color: #049ee5;
    color: #fff;
    margin-top: 50px;
}
.soft-feature-list .feature-text .img {
    margin: 27px 10px 0 75px;
}
.user-review {
    width: 100%;
    height: 630px;
    background-color: #f9ead3;
    text-align: center;
}

.user-review-list  {
    width: 1216px; 
    height: 410px;
    margin: 0 auto;
}
.user-review-item {
    float: left;
    width: 228px;
    height: 350px;
    margin: 0 12px;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 26px;
}
.user-review h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    padding: 60px 0 45px 0
}
.user-review-item .user {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.user-review-item .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
.user-review-item .star {
    width: 140px;
    height: 22px;
    margin-bottom: 20px;
}
.user-review-item .review-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000000;
}

.bottom {
    width: 100%;
    height: 440px;
    background: #f9ead3;
    background-size: cover;
    text-align: center;
    padding-bottom: 90px;
}
.bottom h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    padding: 113px 0 45px 0;
}
.bottom .btn1 {
    margin: 0 auto;
    background-color: #049ee5;
    color: #fff;
}
.bottom .btn1_icon::before, .bottom-fixed .btn1_icon::before {
    background-color: #049ee5;
    box-shadow: inset 0 0 0 3px #fff;
}
.bottom .arrow-down::before, .bottom-fixed .arrow-down::before{ 
    background-color: #fff;
}
.bottom .arrow-down::after, .bottom-fixed .arrow-down::after {
    border-color: #fff;
}
.bottom .btn1:hover .arrow-down::before, .bottom-fixed .btn1:hover .arrow-down::before {
    background-color: #049ee5;
}
.bottom .btn1:hover .arrow-down::after, .bottom-fixed .btn1:hover .arrow-down::after {
    border-color: #049ee5;
}
.bottom .btn1:hover, .bottom-fixed .btn1:hover,.soft-feature-list .feature-text .btn1:hover {
    background-color: #23b9ff;
}
.bottom .btn1:active, .bottom-fixed .btn1:active,.soft-feature-list .feature-text .btn1:active{
    background-color: #3779e6;
}

.bottom-fixed {
    width: 100%;
    /*height: 70px;*/
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #f7f7f7;
    /*padding-top: 20px;*/
}
.bottom-fixed .fixed-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.bottom-fixed .bottom-logo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.bottom-fixed h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: #000000;
}

.bottom-fixed .btn1 {
    width: 140px;
    height: 44px;
    background-color: #049ee5;
    color: #fff;
    margin-top: 3px;
}
.bottom-fixed .btn1_icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 10px 8px 0 20px;
}
.bottom-fixed .btn1_icon::before {
    box-shadow: inset 0 0 0 1px #fff;
}
.bottom-fixed .btn1_icon .arrow-down {
    width: 0px;
    height: 4px;
}
.bottom-fixed .btn1_icon .arrow-down::before {
    width: 2px;
    height: 10px;
}
.bottom-fixed .btn1_icon .arrow-down::after {
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
}
.bottom-fixed  .btn1_text {
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
    color: #fff;
}