html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select{
    margin:0;
    padding:0
}
.box{
    height:100%;
    width:100%;
    min-width:1200px
}
.box1{
    height:100%;
    width:100%;
    min-width:900px
}
.box .pointer{
    cursor:pointer
}
.box ul{
    list-style-type:none
}
.box .top1{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1000;
    background-color:white;
    box-shadow:0 2px 5px rgba(0,0,0,0.1)
}
.box .top1 .content{
    width:1200px;
    margin:0 auto
}
.box .top1 .content .navigationBar{
    width:100%;
    height:70px;
    font-size:18px;
    font-weight:400;
    background-color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.box .top1 .content .navigationBar .navigationBar_left{
    display:flex;
    align-items:center
}
.box .top1 .content .navigationBar .navigationBar_left img{
    width:170px;
    height:52px;
    margin-right:50px
}
.box .top1 .content .navigationBar .navigationBar_left span{
    cursor:pointer;
    margin-right:40px;
    color:#333333
}
.box .top1 .content .navigationBar .navigationBar_left .selected{
    color:#2A75FF
}
.box .top1 .content .navigationBar .navigationBar_left a{
    text-decoration:none;
    color:inherit
}
.box .top1 .content .navigationBar .navigationBar_left a:hover,.box .top1 .content .navigationBar .navigationBar_left a:active{
    color:inherit;
    text-decoration:none
}
.box .top1 .content .navigationBar .navigationBar_right{
    width:112px;
    height:40px;
    line-height:40px;
    text-align:center;
    align-items:center;
    background:#2A75FF;
    color:#fff;
    border-radius:8px
}
.box .top2{
    margin-top:70px;
    width:100%;
    background-color:#f4f7fc;
    position:relative
}
.box .top2 .banner-container{
    width:100vw;
    height:514px;
    overflow:hidden;
    position:relative;
    min-width:1200px
}
.box .top2 .banner-container img{
    width:1920px;
    height:538px;
    position:absolute;
    left:50%;
    transform:translateX(-50%)
}
.box .top2 .top2_image{
    width:100vw;
    height:568px;
    position:absolute;
    left:50%;
    transform:translateX(-50%)
}
.box .top2 .top_txt{
    width:1200px;
    position:absolute;
    top:75px;
    left:50%;
    transform:translateX(-50%)
}
.box .top2 .top_txt .txt{
    margin-bottom:20px;
    font-weight:bold;
    font-size:56px;
    color:#2046ED;
    line-height:70px;
    background:linear-gradient(0deg, #3A62FF 24.65820313%, #4A98FF 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
.box .top2 .top_txt h3{
    font-weight:400;
    font-size:26px;
    color:#333333;
    margin-bottom:33px
}
.box .top2 .top_txt .block{
    display:flex;
    margin-bottom:14px
}
.box .top2 .top_txt .block div{
    margin-right:7px;
    width:122px;
    height:48px;
    line-height:42px;
    text-align:center;
    background:url(../img/home/logoBackground.png);
    font-weight:400;
    font-size:20px;
    color:#333333
}
.box .top2 .banner_content{
    width:1200px;
    height:209px;
    margin:0 auto;
    position:relative
}
.box .top2 .banner_content .search{
    position:absolute;
    width:1040px;
    height:90px;
    top:-26%;
    margin-left:23px;
    display:flex;
    align-items:center;
    justify-content:center
}
.box .top2 .banner_content .search input{
    width:974px;
    height:70px;
    outline:none;
    border:1px solid #fff;
    padding:10px 10px 10px 50px;
    font-size:32px
}
.box .top2 .banner_content .search input::placeholder{
    padding-left:40px;
    font-weight:400;
    font-size:28px;
    color:#777777
}
.box .top2 .banner_content .search .mark{
    width:226px;
    height:91px;
    color:#FFFFFF;
    background-color:#3c6aff;
    font-weight:400;
    font-size:28px;
    line-height:87px;
    text-align:center
}
.box .top2 .banner_content .search .mark img{
    width:26px;
    height:26px;
    margin-right:10px;
    vertical-align:middle
}
.box .top2 .banner_content .search input:focus{
    outline:none
}
.box .top2 .banner_content ul{
    display:flex;
    position:absolute;
    top:97px;
    margin-bottom:50px;
    height:46px;
    width:100%
}
.box .top2 .banner_content ul li{
    display:flex;
    flex:1
}
.box .top2 .banner_content ul li .left{
    margin-right:20px
}
.box .top2 .banner_content ul li .left img{
    width:46px;
    height:46px
}
.box .top2 .banner_content ul li .right{
    color:#333333
}
.box .top2 .banner_content ul li .right .top{
    font-weight:400;
    font-size:22px;
    margin-bottom:5px
}
.box .top2 .banner_content ul li .right .buttom{
    font-weight:400;
    font-size:14px
}
.box .top2 .banner_content ul li .right .phone{
    font-weight:400;
    font-size:18px;
    color:#3C69FF
}
.box .top2 .banner_content ul li .border{
    margin-left:70px;
    width:1px;
    height:46px;
    border-right:1px solid #000
}
.box .top2 .banner_content ul .border_none{
    border:none
}
.box .top3{
    width:1200px;
    margin:0 auto;
    text-align:center
}
.box .top3 h3{
    margin-top:60px;
    font-weight:400;
    font-size:32px;
    color:#000000
}
.box .top3 h4{
    margin-top:20px;
    font-weight:400;
    font-size:18px;
    color:#777777
}

.box .top3 ul{
    display:flex;
    margin-top:78px;
    height:230px
}
.box .top3 ul li{
    position:relative;
    padding:0 16px;
    background-color:#f3f9ff;
    flex:1;
    height:230px;
    margin-right:20px
}
.box .top3 ul li .text{
    margin-top:20px;
    text-align:left;
    font-weight:400;
    font-size:16px;
    color:#777777
}
.box .top3 ul li img{
    position:absolute;
    top:-30px;
    left:50%;
    transform:translateX(-50%);
    width:67px;
    height:78px
}
.box .top3 ul li h3{
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top3 ul li:last-child{
    background-color:#458aff;
    margin-right:0;
    font-weight:400;
    font-size:16px
}
.box .top3 ul li:last-child img{
    position:absolute;
    top:-40px;
    left:50%;
    transform:translateX(-50%);
    width:104px;
    height:129px
}
.box .top3 ul li:last-child h3{
    margin-top:107px;
    font-weight:400;
    font-size:24px;
    color:#FFFFFF
}
.box .top3 ul li:last-child .text{
    color:#FFFFFF
}
.box .top4{
    margin-top:60px;
    width:100%;
    height:760px;
    background:url("../img/home/banner1.png")
}
.box .top4 .content{
    width:1200px;
    margin:0 auto;
    text-align:center
}
.box .top4 .content .test{
    padding:60px 0 20px 0;
    font-weight:400;
    font-size:32px;
    color:#000000
}
.box .top4 .content .txt{
    padding-bottom:60px;
    font-weight:400;
    font-size:18px;
    color:#777777
}
.box .top4 .content .tst{
    width:498px;
    height:78px;
    margin-bottom:30px;
    border-radius:39px;
    background-color:#ffffff
}
.box .top4 .content .tst .top{
    padding-top:10px;
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top4 .content .tst .buttom{
    margin-top:10px;
    font-weight:400;
    font-size:16px;
    color:#777777
}
.box .top4 .content .contents{
    display:flex;
    justify-content:space-between
}
.box .top4 .content .auto{
    margin:0 auto 30px
}
.box .top4 .content .margin_left202{
    margin-left:202px
}
.box .top4 .content .content_txt{
    display:flex;
    padding:0 50px;
    text-align:left;
    margin-bottom:30px;
    width:867px;
    height:78px;
    line-height:38px;
    background-color:#fff;
    border-radius:39px;
    font-weight:400;
    font-size:18px;
    color:#2B67FE
}
.box .top4 .content .content_txt img{
    margin-right:24px;
    margin-top:7px;
    width:66px;
    height:66px
}
.box .top5{
    width:100%;
    background-color:#f4f7fc;
    padding-bottom:90px
}
.box .top5 .content{
    width:1200px;
    margin:0 auto;
    text-align:center
}
.box .top5 .content .title{
    padding:70px 0 60px;
    font-weight:400;
    font-size:32px;
    color:#000000
}
.box .top5 .content .process{
    display:flex
}
.box .top5 .content .process .process_txt img{
    margin-bottom:40px;
    width:140px;
    height:140px
}
.box .top5 .content .process .process_txt div{
    font-weight:400;
    font-size:15px;
    font-weight:bold;
    color:#000000
}
.box .top5 .content .process .process_icom{
    margin:65px 38px 0
}
.box .top5 .content .process .process_icom img{
    width:41px;
    height:16px
}
.box .top5 .content .buttom{
    margin:60px auto 70px;
    width:300px;
    height:60px;
    line-height:60px;
    border-radius:30px;
    cursor:pointer;
    background:linear-gradient(135deg, #4893FF, #3A62FF);
    color:#FFFFFF
}
.box .top5 .content .titles{
    padding:0;
    font-weight:400;
    font-size:32px;
    color:#000000
}
.box .top5 .content .explanatory{
    margin:18px 0 70px;
    font-weight:400;
    font-size:18px;
    color:#777777
}
.box .top5 .content .reveal{
    width:1200px;
    height:540px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.box .top5 .content .reveal .reveal_content{
    display:flex;
    width:590px;
    background-color:#fff;
    margin-bottom:20px
}
.box .top5 .content .reveal .reveal_content img{
    width:284px;
    height:265px
}
.box .top5 .content .reveal .reveal_content .right{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    flex-direction:column;
    padding:38px 33px
}
.box .top5 .content .reveal .reveal_content .right .title{
    padding:0;
    font-weight:400;
    font-size:24px;
    color:#000000;
    margin-bottom:20px
}
.box .top5 .content .reveal .reveal_content .right .explanatorys{
    text-align:left;
    font-weight:400;
    font-size:16px;
    line-height:25px;
    color:#777777
}
.box .top5 .content .reveal .reveal_content .right .buttom{
    cursor:pointer;
    margin:0 auto;
    width:240px;
    height:40px;
    line-height:40px;
    background:linear-gradient(90deg, #4893FF, #3A62FF);
    color:#fff;
    border-radius:20px
}
.box .top5 .content .reveal .reveal_content .right .buttom a{
    text-decoration:none;
    color:inherit
}
.box .top5 .content .reveal .reveal_content .right .buttom a:hover,.box .top5 .content .reveal .reveal_content .right .buttom a:active{
    color:inherit;
    text-decoration:none
}
.box .top6{
    width:100%;
    height:494px
}
.box .top6 .content{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between
}
.box .top6 .content .left{
    padding:110px 0 46px
}
.box .top6 .content .left .tltle{
    font-weight:400;
    font-size:28px;
    color:#000000
}
.box .top6 .content .left .txt{
    margin:46px 0 50px;
    font-weight:400;
    font-size:16px;
    color:#333333
}
.box .top6 .content .left .buttom{
    text-align:center;
    width:300px;
    height:60px;
    line-height:60px;
    border-radius:30px;
    cursor:pointer;
    background:linear-gradient(135deg, #4893FF, #3A62FF);
    color:#FFFFFF
}
.box .top6 .content .right{
    display:flex;
    padding-top:62px
}
.box .top6 .content .right .imges{
    margin-left:66px;
    text-align:center
}
.box .top6 .content .right .imges .text{
    margin-bottom:10px;
    font-weight:400;
    font-size:18px;
    color:#000000
}
.box .top6 .content .right .imges img{
    width:181px;
    height:336px
}
.box .top7{
    width:100%;
    height:494px;
    background-color:#f4f7fd
}
.box .top7 .content{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between
}
.box .top7 .content .left{
    padding:126px 0 46px
}
.box .top7 .content .left .tltle{
    font-weight:400;
    font-size:28px;
    color:#000000
}
.box .top7 .content .left .txt{
    margin:46px 0 50px;
    font-weight:400;
    font-size:16px;
    color:#333333
}
.box .top7 .content .left .buttom{
    text-align:center;
    width:300px;
    height:60px;
    line-height:60px;
    border-radius:30px;
    cursor:pointer;
    background:linear-gradient(135deg, #4893FF, #3A62FF);
    color:#FFFFFF
}
.box .top7 .content .right{
    display:flex;
    padding-top:62px
}
.box .top7 .content .right .imges{
    margin-right:66px;
    text-align:center
}
.box .top7 .content .right .imges .text{
    margin-bottom:10px;
    font-weight:400;
    font-size:18px;
    color:#000000
}
.box .top7 .content .right .imges img{
    width:181px;
    height:336px
}
.box .top7 .content .right .imges:nth-child(2){
    margin-right:282px
}
.box .top8{
    width:100%;
    height:1760px;
    background:url(../img/home/banner2.png)
}
.box .top8 .content{
    width:1200px;
    margin:0 auto;
    text-align:center
}
.box .top8 .content h4{
    padding:90px 0 50px;
    font-weight:400;
    font-size:32px;
    color:#000000
}
.box .top8 .content .banner{
    position:relative
}
.box .top8 .content .banner .left_top{
    position:absolute;
    text-align:right;
    top:20px;
    left:-25px
}
.box .top8 .content .banner .left_top h3{
    margin-bottom:5px;
    margin-right:80px;
    font-weight:400;
    font-size:21px;
    color:#9AC1F9;
    line-height:22px
}
.box .top8 .content .banner .left_top p{
    margin-bottom:5px;
    margin-right:80px;
    font-weight:400;
    font-size:16px;
    color:#9AC1F9;
    text-decoration:line-through;
    text-decoration-color:#9AC1F9
}
.box .top8 .content .banner .left_top .module{
    display:flex;
    align-items:center;
    margin-top:15px;
    padding-right:27px;
    background-color:#fff;
    width:410px;
    height:120px
}
.box .top8 .content .banner .left_top .module .left{
    margin-left:auto;
    padding-right:13px;
    font-weight:500;
    font-size:16px;
    color:#777777
}
.box .top8 .content .banner .left_top .module .left .txt{
    margin-bottom:12px;
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top8 .content .banner .left_top .module .right img{
    width:55px;
    height:55px
}
.box .top8 .content .banner .right_top{
    position:absolute;
    text-align:left;
    top:20px;
    right:-45px
}
.box .top8 .content .banner .right_top h3{
    margin-bottom:5px;
    margin-left:13px;
    font-weight:400;
    font-size:21px;
    color:#9AC1F9;
    line-height:22px
}
.box .top8 .content .banner .right_top p{
    margin-bottom:5px;
    margin-left:13px;
    font-weight:400;
    font-size:16px;
    color:#9AC1F9;
    text-decoration:line-through;
    text-decoration-color:#9AC1F9
}
.box .top8 .content .banner .right_top .module{
    display:flex;
    align-items:center;
    margin-top:15px;
    background-color:#fff;
    width:410px;
    height:120px
}
.box .top8 .content .banner .right_top .module .left{
    margin-right:auto;
    padding-right:13px;
    font-weight:500;
    font-size:16px;
    color:#777777
}
.box .top8 .content .banner .right_top .module .left .txt{
    margin-bottom:12px;
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top8 .content .banner .right_top .module .right{
    margin:0 20px 0 16px
}
.box .top8 .content .banner .right_top .module .right img{
    width:49px;
    height:49px
}
.box .top8 .content .banner .left_buttom{
    position:absolute;
    text-align:right;
    bottom:20px;
    left:-25px
}
.box .top8 .content .banner .left_buttom h3{
    margin-top:16px;
    margin-bottom:5px;
    margin-right:80px;
    font-weight:400;
    font-size:21px;
    color:#9AC1F9;
    line-height:22px
}
.box .top8 .content .banner .left_buttom p{
    margin-bottom:5px;
    margin-right:80px;
    font-weight:400;
    font-size:16px;
    color:#9AC1F9;
    text-decoration:line-through;
    text-decoration-color:#9AC1F9
}
.box .top8 .content .banner .left_buttom .module{
    display:flex;
    align-items:center;
    margin-top:15px;
    padding-right:27px;
    background-color:#fff;
    width:410px;
    height:120px
}
.box .top8 .content .banner .left_buttom .module .left{
    margin-left:auto;
    padding-left:30px;
    padding-right:16px;
    font-weight:500;
    font-size:16px;
    color:#777777
}
.box .top8 .content .banner .left_buttom .module .left .txt{
    margin-bottom:12px;
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top8 .content .banner .left_buttom .module .right img{
    width:51px;
    height:57px
}
.box .top8 .content .banner .right_buttom{
    position:absolute;
    text-align:left;
    bottom:20px;
    right:-35px
}
.box .top8 .content .banner .right_buttom h3{
    margin-top:15px;
    margin-bottom:5px;
    margin-left:80px;
    font-weight:400;
    font-size:21px;
    color:#9AC1F9;
    line-height:22px
}
.box .top8 .content .banner .right_buttom p{
    margin-bottom:5px;
    margin-left:80px;
    font-weight:400;
    font-size:16px;
    color:#9AC1F9;
    text-decoration:line-through;
    text-decoration-color:#9AC1F9
}
.box .top8 .content .banner .right_buttom .module{
    display:flex;
    align-items:center;
    margin-top:15px;
    background-color:#fff;
    width:410px;
    height:120px
}
.box .top8 .content .banner .right_buttom .module .left{
    margin-right:auto;
    padding-right:13px;
    font-weight:500;
    font-size:16px;
    color:#777777
}
.box .top8 .content .banner .right_buttom .module .left .txt{
    margin-bottom:12px;
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top8 .content .banner .right_buttom .module .right{
    margin:0 20px 0 16px
}
.box .top8 .content .banner .right_buttom .module .right img{
    width:43px;
    height:51px
}
.box .top8 .content .buttom{
    width:300px;
    height:60px;
    line-height:60px;
    margin:53px auto 70px;
    text-align:center;
    font-weight:400;
    font-size:22px;
    border-radius:30px;
    cursor:pointer;
    background:linear-gradient(135deg, #4893FF, #3A62FF);
    color:#FFFFFF
}
.box .top8 .content h5{
    margin-bottom:70px;
    font-weight:400;
    font-size:32px;
    color:#000000
}
.box .top8 .content .comment{
    display:flex;
    flex-wrap:wrap;
    text-align:left;
    justify-content:space-between
}
.box .top8 .content .comment .comment_details{
    width:42%;
    height:260px;
    background-color:#fff;
    margin-bottom:20px;
    padding:20px 39px
}
.box .top8 .content .comment .comment_details:nth-child(1),.box .top8 .content .comment .comment_details:nth-child(3){
    margin-right:20px
}
.box .top8 .content .comment .comment_details .comment_details_top{
    display:flex;
    justify-content:space-between;
    margin-bottom:36px
}
.box .top8 .content .comment .comment_details .comment_details_top img{
    width:30px;
    height:30px
}
.box .top8 .content .comment .comment_details .comment_details_top .portrait{
    display:flex
}
.box .top8 .content .comment .comment_details .comment_details_top .portrait img{
    margin-right:25px;
    width:64px;
    height:64px;
    border-radius:50%
}
.box .top8 .content .comment .comment_details .comment_details_top .portrait h3{
    padding:0;
    margin:0;
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top8 .content .comment .comment_details .comment_details_top .portrait h4{
    padding:0;
    margin:0;
    margin-top:12px;
    font-weight:400;
    font-size:16px;
    color:#BBBBBB
}
.box .top8 .content .comment .comment_details .comment_details_buttom{
    text-align:left;
    font-weight:400;
    font-size:17px;
    color:#333333;
    line-height:28px
}
.box .top8 .content .page{
    display:flex;
    justify-content:center;
    font-size:16px;
    margin:20px 0 25px
}
.box .top8 .content .page .buttoms{
    margin-right:35px;
    color:#ccc
}
.box .top8 .content .page .buttoms1{
    color:#5a7dff
}
.box .top8 .content .mark{
    width:300px;
    height:60px;
    line-height:60px;
    margin:0 auto 130px;
    text-align:center;
    font-weight:400;
    font-size:22px;
    border-radius:30px;
    cursor:pointer;
    background:linear-gradient(135deg, #4893FF, #3A62FF);
    color:#FFFFFF
}
.box .top8 .content .mark a{
    text-decoration:none;
    color:inherit
}
.box .top8 .content .mark a:hover,.box .top8 .content .mark a:active{
    color:inherit;
    text-decoration:none
}
.box .top9{
    width:100%;
    height:630px;
    background:url(../img/home/banner4.png)
}
.box .top9 .comment{
    width:1200px;
    margin:0 auto
}
.box .top9 .comment h3{
    text-align:center;
    padding:60px 0 50px;
    font-weight:400;
    font-size:32px;
    color:#000000
}
.box .top9 .comment ul{
    display:flex
}
.box .top9 .comment ul li{
    flex:1;
    background-color:#2A75FF;
    width:280px;
    height:370px;
    text-align:center;
    background:#FFFFFF;
    border-radius:10px;
    margin-right:27px;
    padding:18px 34px 0 39px
}
.box .top9 .comment ul li:nth-child(4){
    margin-right:0
}
.box .top9 .comment ul li img{
    width:170px;
    height:170px
}
.box .top9 .comment ul li .text{
    margin:30px 0;
    font-weight:400;
    font-size:24px;
    color:#000000
}
.box .top9 .comment ul li .txt{
    text-align:left;
    font-weight:400;
    font-size:18px;
    color:#000000
}
.box .top10{
    width:100%;
    background-color:#3a63ff
}
.box .top10 .comment{
    width:1200px;
    margin:0 auto;
    padding:50px 0 40px;
    display:flex;
    justify-content:space-between;
    color:#fff
}
.box .top10 .comment .left{
    display:flex
}
.box .top10 .comment .left .details{
    margin-right:160px
}
.box .top10 .comment .left .details .tes{
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px
}
.box .top10 .comment .left .details .txt{
    font-size:18px;
    font-weight:bold
}
.box .top10 .comment .left .details .phone{
    font-size:18px;
    font-weight:bold
}
.box .top10 .comment .left .details .separate{
    margin-top:40px
}
.box .top10 .comment .left .details span{
    padding-left:8px;
    font-size:15px;
    font-weight:bold
}
.box .top10 .comment .left .details .margin_top40{
    margin-top:40px
}
.box .top10 .comment .right{
    text-align:center;
    font-size:16px
}
.box .top10 .comment .right .text{
    margin-bottom:15px
}
.box .top10 .comment .right .wx{
    background-color:#fff;
    width:105px;
    height:105px
}
.box .top10 .comment .right .wx .ewm{
    display:block;
    margin-top:16px;
    width:105px;
    height:105px
}
.box .top10 .footer{
    border-top:1px solid #fff;
    text-align:center;
    font-size:16px;
    color:#fff;
    padding:15px 0
}
.box .top11{
    width:100%;
    background-color:#242528
}
.box .top11 .comment{
    width:1200px;
    margin:0 auto;
    padding:30px 150px 20px;
    display:flex;
    justify-content:space-between;
    color:#fff
}
.box .top11 .comment .left{
    display:flex
}
.box .top11 .comment .left .details{
    margin-right:160px
}
.box .top11 .comment .left .details .tes{
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px
}
.box .top11 .comment .left .details .txt{
    font-size:18px;
    font-weight:bold
}
.box .top11 .comment .left .details .phone{
    font-size:18px;
    font-weight:bold
}
.box .top11 .comment .left .details .separate{
    margin-top:40px
}
.box .top11 .comment .left .details span{
    padding-left:8px;
    font-size:15px;
    font-weight:bold
}
.box .top11 .comment .left .details .margin_top40{
    margin-top:40px
}
.box .top11 .comment .right{
    text-align:center;
    font-size:16px
}
.box .top11 .comment .right .text{
    margin-bottom:15px
}
.box .top11 .comment .right .wx{
    background-color:#fff;
    width:105px;
    height:105px
}
.box .top11 .comment .right .wx .ewm{
    display:block;
    margin-top:16px;
    width:105px;
    height:105px
}
.box .top11 .footer{
    border-top:1px solid #fff;
    text-align:center;
    font-size:16px;
    color:#fff;
    padding:15px 0
}

/* Loading效果样式 */
.loading-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.loading-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #409eff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-spinner .loading-text {
  margin-top: 15px;
  font-size: 14px;
  color: #606266;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 小型loading效果 */
.loading-small {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #409eff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}
.tag-yinchang {
  display: none;
  /* 隐藏  */
}