.content{
    /*padding: 0 120px;*/
    width: 100%;
    overflow: hidden;
}

.bannerBox{
    /*background: #D7F0FF;
     */
    width: 100%;
    background: #FFFFFF;
}
.banner {
    display: flex;
    height: 55.2rem;
    justify-content: space-between;
    /*padding: 0 2rem;*/
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.banner .messages {
    flex: 1;
    padding-top: 15.3rem;
    position: relative;
    margin-left: 24.5rem;
    z-index: 9;
}
.banner .messages h2 {
    width: 45.1rem;
    height: 6.3rem;
    font-size: 4.5rem;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #000000;
    line-height: 6.3rem;
    margin-bottom: 1rem;
}
.banner .messages .short_message {
    height: 10rem;
    font-size: 1.6rem;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #000000;
    line-height: 3.1rem;
}
.banner .messages .watch {
    width: 15.3rem;
    height: 3.8rem;
    line-height: 3.8rem;
    background: #005EEA;
    border-radius: 1.9rem;
    text-align: center;
    margin-top: 2.5rem;
    cursor: pointer;
}
.banner .messages .watch .watch_text {
    font-size: 1.8rem;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #FFFFFF;
}
.banner .banner_pic {
    width: 69.7rem;
    height: 25.2rem;
    background-color: #005eea;
    border-radius: 12.6rem;
    margin-top: 16.2rem;
    margin-left: 20rem;
    position: relative;
}
.banner .banner_pic .pic {
    padding-left: 23.7rem;
}
.banner .banner_pic .pic img {
    width: 13.7rem;
    height: 28.6rem;
}
.banner .banner_pic .pic .pic_one {
    position: absolute;
    left: 23.7rem;
    top: -2.2rem;
}
.banner .banner_pic .pic .pic_tow {
    position: absolute;
    left: 39.2rem;
    top: -13rem;
}
.banner .banner_pic .pic .pic_three {
    position: absolute;
    left: 54.1rem;
    top: -5.8rem;
}
.banner .banner_right,.banner .banner_right>img{
    width: 101.3rem;
    height: 55.2rem;
}
.banner .banner_left{
    position: absolute;
    width: 96.2rem;
    height: 45.4rem;
    top: 5rem;
    right: 101.1rem;
}
.bbanner{
    width: 204.8rem;
    height: 55.2rem;
}
/*轮播*/
.swiperBox{
    /*box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    /*-webkit-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    /*-moz-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    /*-o-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    position: relative;
    z-index: 9;
}
.swiper_container,.swiper_container .swiper_wrapper,.swiper_container .swiper_wrapper .swiper_slide{
    width: 100%;
    height: 55.2rem;
    overflow: hidden;
}
.swiper_container .swiper_wrapper .swiper_slide,.swiper_slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55.2rem;
    overflow: hidden;
}

.liveBanner{
    height: 55.2rem;
    cursor: pointer;
}

.notice {
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -webkit-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -moz-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -o-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    position: relative;
    z-index: 11;
}
.notice .notice_message {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice .notice_message .notice_text {
    height: 64px;
    line-height: 64px;
    /*padding-right: 104px;*/
    padding-right: 34px;
    font-size: 15px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #2F2F2F;
}
.notice .notice_message .notice_nav {
    height: 44px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.notice .notice_message .notice_nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 37px;
    color: #979797;
    border-left: 1px solid #979797;
}
.notice .notice_message .notice_nav .nav_content {
    display: flex;
    align-items: center;
    height: 22px;
}
.notice .notice_message .notice_nav .nav_content .new {
    width: 30px;
    height: 14px;
    line-height: 14px;
    background: #005EEA;
    font-size: 10px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
}
.notice .notice_message .notice_nav .nav_content .new_content {
    /*width: 322px;*/
    width: 412px;
    padding-left: 15px;
    height: 16px;
    font-size: 16px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .notice_message .notice_nav .time {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    padding-top: 4px;
}
.notice .notice_message .see_more {
    text-align: center;
    position: relative;
    padding: 15px;
}
.notice .notice_message .see_more::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8.5px;
    width: 1px;
    height: 37px;
    color: #979797;
    border-left: 1px solid #979797;
}
.notice .notice_message .see_more a {
    height: 22px;
    font-size: 15px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    line-height: 22px;
}
.notice .notice_message .see_more a span {
    font-size: 20px;
    color: #0071E4;
}
.tradition {
    display: flex;
    justify-content: center;
    margin-top: 78px;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
}
.tradition_text {
    width: 580px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
}
.pic_share {
    display: flex;
    /*justify-content: center;*/
    margin: 92px auto 0;
    width: 1110px;
    justify-content: space-between;
}
.pic_share .share_lbs {
    /*padding-left: 71px;*/
    text-align: center;
    width: 250px;
}
.pic_share .share_lbs .share_img{
    margin-bottom: 50px;
    position: relative;
}
.pic_share .share_lbs .share_img img {
    /*width: 212px;*/
    /*height: 339px;*/
    height: 302px;
}
.pic_share .share_lbs .share_bg{
    position: absolute;
    z-index: -1;
    top: 49px;
    left: -1px;
}
.pic_share .share_lbs .share_img .share_bg{
    width: 252px;
    height: 217px;
}
.pic_share .share_lbs .share_img .share_bg2{
    width: 242px;
    height: 174px;
    top: 162px;
    left: -13px;
}
.pic_share .share_lbs .share_img .share_bg3{
    width: 212px;
    height: 339px;
    top: -14px;
    left: 5px;
}
.pic_share .share_lbs .share_img .share_bg4{
    width: 227px;
    height: 186px;
    top: 116px;
    left: 27px;
}
/*.pic_share .share_lbs .share_img2{*/
/*    margin-top: -15px;*/
/*    margin-bottom: 15px;*/
/*}*/
.pic_share .share_lbs .share_text {
    margin: 0 auto;
    width: 177px;
    height: 42px;
    line-height: 42px;
    background: #005DFD;
    border-radius: 21px;
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #FFFFFF;
}
.big_wisdom {
    display: flex;
    justify-content: center;
    margin-top: 192px;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
}
.application_text {
    width: 582px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
}
.bg_circlechart {
    position: relative;
    z-index: -1;
}
.bg_circlechart img {
    width: 278px;
    height: 683px;
    position: absolute;
    left: 0;
    top: 310px;
}
.application_bg {
    position: relative;
    background: url(../image/home/Bubble.png) no-repeat;
    width: 1143px;
    height: 436px;
    margin: 0 auto;
    margin-top: 176px;
}
.application_bg .application_img img {
    position: absolute;
    left: 276px;
    top: -146px;
    width: 653px;
    height: 581px;
}
.app_pic {
    display: flex;
    justify-content: center;
    margin-top: 94px;
}
.app_pic .pic_content {
    width: 365px;
    height: 597px;
    background: #F9F9F9;
    border-radius: 30px;
    margin-right: 28px;
}
.app_pic .pic_content .pic_img {
    /*padding-left: 106px;*/
    /*margin: 0 auto;*/
    text-align: center;
    padding-top: 50px;
}
.app_pic .pic_content .pic_img img {
    width: 172px;
    height: 355px;
}
.app_pic .pic_content .pic_text {
    padding-top: 40px;
    padding-left: 60px;
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #0071E4;
}
.app_pic .pic_content .app_text {
    width: 266px;
    padding-top: 12px;
    margin: 0 auto;
    font-size: 14px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
}

.btnlist{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.btnlist .linkBtn{
    width: 190px;
    margin: 0 104px;
}
.btnlist .linkBtn .name{
    line-height: 40px;
    text-align: center;
    width: 190px;
    height: 40px;
    background: #005DFD;
    border-radius: 6px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.btnlist .linkBtn .name span{
    position: relative;
}
.btnlist .linkBtn .name span::after{
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -6px;
    background: url(../image/home/right.png) no-repeat;
    background-size: cover;
}
.btnlist .linkBtn .tips{
    text-align: center;
    font-size: 12px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #BCBCBC;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 12px;
}

.bg_ring {
    position: relative;
    z-index: -1;
}
.bg_ring img {
    width: 487px;
    height: 556px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

/*视频*/
.introduce{
    background: #fafafa;
    overflow: hidden;
}
.introduce .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /*font-family: Helvetica;*/
    color: #000000;
    line-height: 40px;
    margin: 50px 0;
}
.introduce .video_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.introduce .video_list .item{
    width: 400px;
    margin: 0 12px;
}
.introduce .video_list .item .video,.introduce .video_list .item .video>img,.introduce .video_list .item .video2{
    width: 400px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    outline:none;
}
.introduce .video_list .item .video2{
    display: none;
    background: #000000;
}
.introduce .video_list .item .name{
    color: #000000;
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

/*优点*/
.advantage{
    overflow: hidden;
}
.advantage .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    color: #000000;
    line-height: 40px;
    margin: 50px 0;
}
.advantage .advantage_list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 1024px;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}
.advantage .advantage_list .item{
    width: 240px;
    margin-right: 150px;
    margin-bottom: 66px;
    text-align: left;
    color: #000000;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
}
.advantage .advantage_list .item:nth-child(3n){
    margin-right: 0;
}
.advantage .advantage_list .item .icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}
.advantage .advantage_list .item .text1{
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #292929;
    line-height: 22px;
}
.advantage .advantage_list .item .text2{
    width: 240px;
    height: 44px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
    line-height: 22px;
    text-align: left;
}
.advantage .advantage_list .item .text3{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

/*设置*/
.setting{
    background: #fafafa;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 120px;
}
.setting .title{
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 40px;
}
.setting .title2{
    text-align: center;
    font-size: 16px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 40px;
}
.setting .list{
    width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
    /* display: grid;
    grid-auto-flow: column; */
    /* grid-gap: 100px; */
    /* grid-template-rows: 100px 100px; */
}
.setting .list .item{
    width: 240px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    /* margin-right: 50px; */
}
.setting .list .item:nth-child(3n){
    margin-right: 0;
}
.setting .list .item .icon{
    height: 63px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.setting .list .item .icon>img{
    width: 63px;
    height: 63px;
}
.setting .list .item .icon2>img{
    width: 105px;
    height: 25px;
}
.setting .list .item .icon3>img{
    width: 95px;
    height: 25px;
}
.setting .list .item .icon4>img{
    width: 112px;
    height: 37px;
}
.setting .list .item .icon5>img{
    width: 134px;
    height: 46.12px;
}
.setting .list .item .info{
    width: 240px;
    /*height: 88px;*/
    /*padding: 15px;*/
    border-radius: 8px;
    /*background: #ffffff;*/
}
.setting .list .item .info .setting_title{
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #2F2F2F;
    line-height: 22px;

}
.setting .list .item .info .setting_text{
    width: 240px;
    height: 66px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
    line-height: 22px;

}

/*传统短信*/
.tradition {
    display: flex;
    justify-content: center;
    padding-top: 78px;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
}
.traditionBox{
    position: relative;
}
.traditionBox .ring{
    position: absolute;
    width: 451px;
    height: 493px;
    right: 0;
    top: 0;
    z-index: -1;
}
.tradition_text {
    width: 580px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
}
.public_css {
    width: 122px;
    height: 29px;
    line-height: 29px;
    background: linear-gradient(270deg, #00C6FB 0%, #005BEA 100%);
    border-radius: 20px;
    font-size: 14px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.dottedLine1 img{
    width: 126px;
    height: 53px;
}
.dottedLine2 img{
    width: 148px;
    height: 24px;
}
.dottedLine3 img{
    width: 149px;
    height: 65px;
}
.dottedLine4 img{
    width: 111px;
    height: 24px;
}
.dottedLine5 img{
    width: 127px;
    height: 54px;
}
.dottedLine6 img{
    width: 129px;
    height: 43px;
}
/*5G实用功能*/
.function {
    width: 900px;
    height: 529px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    text-align: center;
}
.function .function_pic img {
    /*width: 281px;
     */
    /*height: 529px;
     */
    width: 230px;
    height: 478px;
}
.function .real_name {
    position: absolute;
    left: 146px;
    top: 46px;
    z-index: 9;
}
.function .rich_media {
    position: absolute;
    left: 146px;
    top: 215px;
    z-index: 9;
}
.function .card {
    position: absolute;
    left: 146px;
    top: 349px;
    z-index: 9;
}
.function .ai {
    position: absolute;
    left: 640px;
    top: 79px;
    z-index: 9;
}
.function .float {
    position: absolute;
    left: 640px;
    top: 288px;
    z-index: 9;
}
.function .menu {
    position: absolute;
    left: 640px;
    top: 410px;
    z-index: 9;
}
.function .dottedLine1 {
    position: absolute;
    left: 239px;
    top: 17px;
}
.function .dottedLine2 {
    position: absolute;
    left: 251px;
    top: 217px;
}
.function .dottedLine3 {
    position: absolute;
    left: 250px;
    top: 307px;
}
.function .dottedLine4 {
    position: absolute;
    left: 539px;
    top: 82px;
}
.function .dottedLine5 {
    position: absolute;
    left: 525px;
    top: 292px;
}
.function .dottedLine6 {
    position: absolute;
    left: 536px;
    top: 410px;
}
