@charset "utf-8";
/*视频客服宣传页面-zhangcheng-2020-11-17*/
.live_introduce_body {
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 82px;
}
.live_introduce_box {
    width: 1260px;
    background-color: #FFFFFF;
}
.live_banner_box {
    width: 100%;
    height: 400px;
    position: relative;
}
.live_banner_bg {
    width: 100%;
    height: 400px;
}
.live_banner_slogan {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.live_banner_title {
    width: 100%;
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 100px;
    margin-bottom: 0;
    text-align: center;
}
.live_banner_words {
    width: 612px;
    height: 80px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.live_banner_btn {
    width: 100%;
    height: 48px;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.live_banner_btn button {
    width: 180px;
    height: 48px;  
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    border-radius: 2px;
    border: none;
    margin: 0 50px;
    outline: none;
}
.live_banner_buttonbule {
    background-color: #0099E9;
}
.live_banner_buttonbule:hover {
    background-color: rgb(0,170,233);
}
.live_banner_buttonGreen {
    background-color: #2DC790;
}
.live_banner_buttonGreen:hover {
    background-color: rgb(45,210,144);
}
.live_function {
    width: 100%;
    margin-top: 50px;
    padding-top: 40px;
}
.live_function_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    text-align: center;
}
.live_function_ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.live_function_item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 540px;
    height: 160px;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.live_function_item:nth-child(2n) {
    border-right: none;
}
.live_function_item:nth-child(5) {
    border-bottom: none;
}
.live_function_item:last-child {
    border-bottom: none;
}
.live_function_img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.live_function_itme_box {
    width: 426px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
.live_function_itme_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}
.live_function_itme_words {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}
.live_scene {
    width: 100%;
    padding-top: 50px;
}
.live_scene_title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    text-align: center;
}
.live_scene_ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.live_scene_item {
    width: 260px;
    height: 320px;
    margin: 0 7px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 2px 20px rgba(102, 102, 102, 0.1);
}
.live_scene_img {
    width: 100%;
    height: 170px;
    position: relative;
}
.live_scene_img img {
    width: 100%;
    height: 100%;
}
.live_scene_img p {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}
.live_scene_words {
    width: 235px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
}