* {
    padding: 0;
    margin: 0;
}
html{
    font-family:"PingFangSC-Regular"
}
body{
    background:url('../img-xiaochengxu/banner.jpg') no-repeat;
    background-size:cover;
    background-attachment: fixed;
}
.andriod {
    display:inline-block;
    width:158px;
    height: 52px;
    margin-top: 0.4rem; 
    background:url('../img-xiaochengxu/andriod_down.png') no-repeat;
    background-size:cover;
    line-height:0.65rem;
    font-size:0.187rem;
    text-decoration: none;
    color:#8977d0;
}
.android_down_false{
    color:#fff;
    font-size:12px;
}
.ios {
    display:inline-block;
    width:158px;
    height: 52px;
    background:url('../img-xiaochengxu/ios_down.png') no-repeat;
    background-size:cover;
    line-height:0.65rem;
    font-size:0.187rem;
    text-decoration: none;
    color:#8977d0;
    margin-top: 0.6rem;

}
.content{
    position: relative;
    z-index: 20;
}
.item-left {
    width: 100%;
    height:600px;
    background: #fff;
    overflow: hidden;
}

.item-left dt {
    float: left;
    width: 50%;
    height: 600px;
}

.item-left dd {
    float: right;
    width: 50%;
    height: 600px;

}

.item-left dt i {
    font-size:0.574rem;
    margin-left: 33%;
    margin-top: 150px;
    display: block;
    color: #585858;
    font-weight: bold;
}

.item-left dt h1 {
    margin-left: 30%;
    margin-top: 30px;
    font-size: 0.656rem;
    font-weight: normal;
    color: #585858;
    white-space: nowrap;
}

.item-left dt .line {
    width: 0.9rem;
    height: 5px;
    background: #488df2;
    border-radius: 10px;
    margin-left: 33%;
    margin-top: 20px;
}

.item-left dt .p-box {
    margin-left: 33%;
    margin-top: 50px;
}

.item-left dt .p-box p {
    width:6.8rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #585858;
    /* white-space: nowrap; */
}

.item-left img {
    width: 7.03rem;
    height: 7.03rem;;
}

/********************************************************/

.item-right {
    width: 100%;
    height: 600px;
    background: #fbfbfb;
    overflow: hidden;
}

.item-right dt {
    float: right;
    width: 50%;
    height: 600px;

}

.item-right dd {
    float: right;
    width: 50%;
    height: 600px;

}

.item-right dt i {
    font-size:0.574rem;
    margin-left: 3%;
    margin-top: 150px;
    display: block;
    color: #585858;
    font-weight: bold;
}

.item-right dt h1 {
    margin-top: 30px;
    font-size: 0.656rem;
    font-weight: normal;
    color: #585858;

}

.item-right dt .line {
    width: 50px;
    height: 6px;
    background: #488df2;
    border-radius: 10px;
    margin-left: 4%;
    margin-top: 20px;
}

.item-right img {
    width: 7.03rem;
    height: 7.03rem;
    margin-right: 6%
}

.item-right dt .p-box {
    margin-left: 4%;
    margin-top: 50px;
}

.item-right dt .p-box p {
    width:6.8rem;
    font-size: 0.25rem;
    line-height: 0.4rem;
    color: #585858;
    /* white-space: nowrap; */
}

.foot {
    padding-top: 50px;
    clear: both;
    background: #fff;
}

.foot p {
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #585858;
}

.foot div {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.foot div a {
    text-decoration: none;
    color: #999;
}

.banner {
    width: 100%;
    height:12rem;
    /* background:url('../img-xiaochengxu/banner.jpg') no-repeat;
    background-size:contain; */
    overflow: hidden;
    position: relative;
}

.nav{
    width:100%;
    height:2rem;
    background:none;
    margin-top:-2rem;
    position: relative;
    z-index: 20;
}

.logo {
    width: 2.5rem;
    height: 1rem;
    background: url('../img-xiaochengxu/logo1.png') no-repeat;
    background-size: contain;
    color: #fff;
    position: fixed;
    left: 3.5rem;
    top: 24px;
}

.banner-text {
    position: fixed;
    top: 18%;
    left: 4.5rem;
    opacity: 1;
}

.banner-text h1 {
    color: #fff;
    font-size: 0.65rem;
    font-weight: lighter;
}

.fu-text {
    width: 90%;
    margin-top: 33px;
    line-height: 50px;
}

.fu-text i {
    font-size: 20rem;
    color: #fff;
    margin-left: 1.6rem;
}

.ecode {
    width: 1.882rem;
    float: left;
    margin-top: 0.4rem;
}
.ecode img{
    width: 1.882rem;
}

@media screen and (max-width: 1440px) {
    .item-right img {
        width: 400px;
        height: 400px;
        margin-top: 10%;
    }

    .item-left img {
        width: 400px;
        height: 400px;
        margin-top: 9%;
    }

}