.zhuheBox {
    height: 800px;
    width: 100%;
    box-sizing: content-box;
    text-align: center;
    background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/shuziren/shuziren-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background: linear-gradient(180deg, #5869FF 0%, #8894FA 100%);*/
}

.x_shop_banner_content{
    width: 1400px;
    margin: 0 auto;
    clear: both;
    position: relative;
    top: 120px;
    display: flex;
    align-items: center;
}

.banner-btn-box {
    display: flex;
    justify-content: space-around;
    width: 300px;
    margin: 0 auto;
}

.x_shop_banner_content_left{
    width: 1100px;
    position: relative;
    right: 900px;
    top: 60px;
}

.x_shop_banner_content_right{
    position: relative;
    left: 1075px;
    width: 1000px;
    top: 70px;
}

.banner-title-sub {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.title-shadow span:first-child {
    color: #FFF;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-shadow: 0 6px 2px rgba(255, 255, 255, .6);
}

.title-shadow span:last-child {
    color: #FFF;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.title-detail {
    text-align: left;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}

.title-detail p {
    margin-bottom: 20px;
}
.title-detail p:last-child {
    margin-bottom: 0;
}


.list-box {
    background-color: #f7f9fd;
}

.banner_bottom_btn {
    margin-top: 60px;
    background-color: #fff;
    color: #818DFA;
    border-radius: 8px;
    width: 130px;
    padding: 4px 10px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.list{
    width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-item {
    display: flex;
    align-items: center;
}

.list-item-title {
    font-size: 24px;
    color: rgba(0,0,0,.5);
    margin-left: 20px;
}

.msgTan{
    cursor:pointer;
}

.list-item:hover svg{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}

.realPerson {
    background-color: #FFFFFF;
}

.realPerson-title {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 50px 0;
}

.realPerson-content {
    height: 620px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 50px 0;
    align-items: center;
}

.content-left {
    margin-right: 100px ;
}

.content-right {
    width: 623px;
    height: 474px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first-font {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.second-font {
    color: #014AE0;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.third-font {
    color: #08C4EA;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.forth-btn {
    width: 90px;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    background: #278DFF;
    padding: 9px 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.fictitiousPersion {
    background-color: #FAFAFA;
    text-align: center;
}
.fictitiousPersion-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 50px 0;
}

.fictitiousPersion-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.fictitiousPersion-left {
    width: 720px;
    margin-right: 100px;
}

.fictitiousPersion-left > div {
    margin-bottom: 30px;
}

.fictitiousPersion-left > div:last-child {
    margin-bottom: 0px;
}

.fictitiousPersion-left > div div:first-child {
    color: #014AE0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    text-align: left;
}

.fictitiousPersion-left > div div:last-child {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.fictitiousPersion .fictitiousPersion-btn {
    width: 90px;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    background: #278DFF;
    padding: 9px 30px;
    margin: 50px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.sceneBox {
    background-color: #FFFFFF;
}

.sceneTitleBox {
    padding: 50px 0;
}

.sceneBox .sceneTitleBox div:first-child {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.sceneBox .sceneTitleBox div:last-child {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.scene-content {
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
}

.scene-content .scene-item-top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.scene-content .scene-item-top > div {
    width: 345px;
    margin-right: 50px;
    text-align: center;
}

.scene-content .scene-item-top > div img {
    width: 250px;
}

.scene-content .scene-item-bottom > div img {
    width: 350px;
}

.scene-content .scene-item-top > div:hover img {
    animation: imgAmimate 2s forwards;
}
.scene-content .scene-item-bottom > div:hover img {
    animation: imgAmimate 2s forwards;
}


@keyframes imgAmimate {
    0% {}
    100% {
        transform: scale(1.1);
        position: relative;
    }
}

.scene-content .scene-item-top > div:last-child {
    margin-right: 0;
}

.scene-content .scene-item-top > div div:nth-child(2) {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0;
}
.scene-content .scene-item-top > div div:nth-child(3) {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.scene-content .scene-item-bottom {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 100px auto auto auto;
}

.scene-content .scene-item-bottom > div {
    width: 475px;
    text-align: center;
    margin-right: 50px;
}

.scene-content .scene-item-bottom > div:last-child {
    margin-right: 0;
}

.scene-content .scene-item-bottom > div div:nth-child(2) {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0;
}
.scene-content .scene-item-bottom > div div:nth-child(3) {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantage {

}

.advantage .advantageTitleBox {
    padding: 50px 0;
}

.advantage .advantageTitleBox div:first-child {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.advantage .advantageTitleBox div:last-child {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantage-content {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: auto auto 50px auto;
}

.advantage-bg1 {
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/shuziren/advantage1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.advantage-bg2 {
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/shuziren/advantage2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.advantage-bg3 {
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/shuziren/advantage3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}.advantage-bg4 {
     background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/shuziren/advantage4.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;
 }


.advantage-content .advantage-item {
    width: 277px;
    height: 380px;
    border-radius: 20px;
    margin-right: 52px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(204,204,204,.5);
}

.advantage-content .advantage-item:last-child {
    margin-right: 0;
}

.advantage-content .advantage-item .animation-box {
    width: 100%;
    height: 190px;
    position: absolute;
    border-radius: 20px;
    bottom: -120px;
    background: rgba(0, 0, 0, 0.50);
    padding: 20px;
    box-sizing: border-box;
    transition: all 3s;
}

.advantage-content .advantage-item:hover .animation-box {
    animation: bounceUpBox 1s forwards;
}

@keyframes bounceUpBox {
    0% {}
    100% {
        bottom: 0;
    }
}

.advantage-content .advantage-item .animation-box .animation-box-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.advantage-content .advantage-item .animation-box .animation-box-content {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 215px;
}

.advantage-content .advantage-item .animation-box .animation-box-content div {
    margin-bottom: 3px;
}