* {
    padding: 0;
    margin: 0;
}
.flex_row{
    display: flex;
    flex-direction: row;
}
.flex_column{
    display: flex;
    flex-direction: column;
}
.user-select-none{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.cursor_pointer{
    cursor: pointer;
}

.index-tickets-banner-wrap{
    width: 100%;
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/emergency_broadcast/bg.jpg');
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-tickets-banner-con{
    width: 1200px;
    margin: 0 auto;
}
.index-tickets-banner-con-text1{
    font-weight: 700;
    font-size: 62px;
    line-height: 150%;
    color: #FFFFFF;font-family:'ast'
}

.index-tickets-banner-con-text2{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.connect_btns{
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
}
.connect_btn_2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 8px 16px; */
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
}

.connect_btn_1 {
    align-items: center;
    justify-content: center;
    /* padding: 0 16px; */
    width: 118px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    margin-left: 12px;
}
.connect_btn_2_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left: 5.5px;
}

.connect_btn_1_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 5.5px;
}

.policy_support{
    width:1200px;
    margin: 0 auto;
    /* background-color: #0B51B2; */
    min-height: 10px;
    margin-top: 120px;
}
.policy_support .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
  
    margin-bottom: 40px;
}
.policy_support .content{
    justify-content: space-between;
}

.policy_support .left_content{
    width: 307px;
    align-items: center;
    padding: 24px;
    width: 307px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.policy_support .right_content{
    align-items: center;
    width: 835px;
    border-left: 1px solid #EDEEF0;
}
.policy_support .left_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323C49;
    margin-top: 24px;
}
.policy_support .left_text{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}

.policy_support .right_content_circle{
    width: 9px;
    height: 9px;
    background: #0B51B2;
    border-radius: 50%;
}
.policy_support .right_content_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-left: 12px;
}
.policy_support .item_one{
    align-items: center;
}
.policy_support .item_two{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848C99;
    margin-left: 21px;
    margin-top:4px;
    margin-bottom: 20px;
}
.policy_support .like_ui{
    margin-left: -5px;
}

.effects{
    width:1200px;
    margin: 0 auto;
    min-height: 10px;
    margin-top: 120px;
    margin-bottom: 120px;
}
.effects .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
}
.effects .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848C99;
}
.effects .like_ui_li{
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 24px;
}
.effects .imgs{
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-between;
    /* margin-top: 80px; */
    margin-bottom: 32px;
}
.effects .like_ui_li_text{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    margin-left: 12px;
  
}
.effects .like_card{
    padding-bottom: 16px;
    padding-top: 40px;
    margin-top: 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.architecture{
    padding: 120px 0px;
    width: 100%;
    background: #FAFAFA;
    align-items: center;
}
.architecture .big_title{
    width: 1200px;
    height: 140px;
    background: #0B51B2;
    border-radius: 8px;
    text-align: center;
    line-height: 140px;

    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.architecture .module_one_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
    margin-top: 120px;
    margin-bottom: 40px;
}
.architecture .module_one_content{
    flex-wrap: wrap;
    justify-content: space-between;
    width:1200px;
}
.architecture .module_one_item{
    align-items: center;
    width: 392px;
    background: #a123a1;
    margin-bottom: 12px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.architecture .module_one_item_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323C49;
    margin-top: 24px;
    margin-bottom: 4px;
}
.architecture .module_one_item_info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}

.architecture .module_two_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
    margin-top: 120px;
    margin-bottom: 40px;
}
.architecture .module_one_content{
    flex-wrap: wrap;
    justify-content: space-between;
    width:1200px;
}
.architecture .module_two_item{
    width: 291px;
    /* height: 242px; */
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 24px;
    align-items: center;
}
.architecture .module_two_item_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323C49;
    margin-top: 24px;
}
.architecture .module_two_item_info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}
.scenario{
    padding: 120px 0px;
    width: 100%;
    align-items: center; 
}
.scenario .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #323C49;
    margin-bottom: 40px;
}
.scenario .module_one_title{
    width: 1200px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #323C49;
    margin-bottom: 12px;
}
.scenario .imgs{
    width: 1200px;
    /*justify-content: space-between;*/
}
.scenario .module_one_item{
    width: 291px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
}

.scenario .module_one_item:nth-child(4n){
    margin-right: 0;
}

.scenario .module_one_item_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    text-align: center;
    margin: 20px auto;
}
.scenario .module_two_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #323C49;
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 12px;
}
.scenario .integration_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #323C49;
    margin-top: 120px;
    margin-bottom: 40px;
}
.about_product{
    padding: 120px 0px;
    width: 100%;
    align-items: center; 
    background: #FAFAFA;
}
.about_product .big_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #323C49;
}
/* .about_product .product_swiper_one{
    width:1200px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.about_product .swiper-wrapper-one{
    width: 1116px;
    
    
}
.about_product .swiper-slide-item{
    align-items: center;
    padding: 0px;
    width: 270px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
    width: 270px !important;
}
.about_product .swiper-slide-item-title{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #323C49;
} */
.about_product .product_swiper_1{
    position: relative;
    width: 1116px;
}
.about_product .product_swiper_obj{
    overflow: hidden;
}
.about_product .product_swiper_obj_two{
    overflow: hidden;
}
.about_product .swiper_right_icon{
    position: absolute;
    right: -42px;
    top: calc(50% - 29px);
}
.about_product .swiper_left_icon{
    position: absolute;
    left: -42px;
    top: calc(50% - 29px);
}
.about_product .swiper-slide-item-title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #323C49;
}
.about_product .swiper-slide-item{
    align-items: center;
    padding: 0px;
    width: 270px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
    width: 270px !important;
}
.about_product .integration_title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* text-align: center; */
    color: #323C49;
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 12px;
}

.shakeImg:hover{
    animation-delay: 0s;
   animation-name: shock;
   animation-duration: 0.8s;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-timing-function: linear;
}

@keyframes shock {
   0% {
    transform:scale(0.9);
       margin-left: 0px;
       /* margin-right: 5px; */
       margin-top: 0px;
   }
   20% {
    transform:rotate(-10deg) scale(1.05);
       /* margin-left: 5px; */
       margin-right: 0px;
   }
   35% {
    transform:rotate(10deg) scale(1.05);
       /* margin-left: 5px; */
       margin-right: 0px;
   }
   50% {
    transform:rotate(-10deg) scale(1.05);
       /* margin-left: 5px; */
       margin-right: 0px;
   }
   65% {
    transform:rotate(10deg) scale(1.05);
       /* margin-left: 5px; */
       margin-right: 0px;
   }
   80% {
    transform:rotate(-10deg) scale(1.05);
       /* margin-left: 5px; */
       margin-right: 0px;
   }
   95% {
    transform:rotate(10deg) scale(1.05);
       /* margin-left: 5px; */
       margin-right: 0px;
   }
  
   100% {
    transform:rotate(0deg) scale(1);
       /* margin-left: 5px; */
       margin-right: 0px;
   }
}
.scale_img{
    transition: all 0.5s; /*transition:过度属性*/
}
.scale_img:hover{
    transform: scale(1.2); /*transform:变形属性，scale：缩放1.1倍 */
}
.scale_img_div{
    width: 291px;
    height: 200px;
    overflow: hidden;
}
.qylyly-title {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 60px;
}
/* 
@keyframes roundRule{

    0%, 100%{
    
    -webkit-transform: rotate(-15deg);
    
    }
    
    50%{
    
    -webkit-transform: rotate(15deg);
    
    }
    
    }
    
    animation: roundRule 2.5s ease-in-out infinite;
    
    transform-origin:  top center;
    
    @-webkit-keyframes scale{
    
    %, %{
    
    -webkit-transform: scale();
    
    }
    
    %{
    
    -webkit-transform: scale(1.5);
    
    }
    
    }
    
    -webkit-animation: scale 2.5s ease-in-out infinite; */
