@charset "utf-8";
/*视频直播定制页面-zhangcheng-2020-11-20*/
.live_page_body {
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 82px;
}
.live_page_box {
    width: 1260px;
    background-color: #FFFFFF;
}
.live_banner_box {
    width: 100%;
    position: relative;
    height: 400px;
}
.live_banner_bg {
    width: 100%;
    height: 100%;
}
.live_banner_slogan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.live_banner_title {    
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 0 0 18px 0;
    color: #FFFFFF;
}
.live_banner_words {   
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0 0 80px 0;
    color: #FFFFFF;
}
.live_banner_btn {
    width: 100%;
    height: 48px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: 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_introduce {
    width: 100%;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.live_introduce_img {
    width: 460px;
    height: 280px;
    margin: 0 80px 0 0;
}
.live_introduce_words {
    width: 545px;
    height: 268px;
    border-left: 1px solid #333333;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding-top: 13px;
}
.live_introduce_words li {
    margin-bottom: 30px;
    margin-left: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    position: relative;
}
.live_introduce_words li:last-child {
    margin: 0 0 0 45px;
}
.live_introduce_words li::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #333333;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0%;
    margin-top: 5px;
    left: -55px;
}
.live_introduce_words li::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #666666;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: -50px;
    margin-top: 10px;
}
.live_function {
    width: 100%;
    height: 450px;
    background-color: #FBFBFB;
    padding-top: 40px;
}
.live_function_title {
    text-align: center;
    margin: 0px 0 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}
.live_function_box {
    width: 100%;
    padding: 0 90px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.live_function_item {
    width: 540px;
    height: 150px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.live_function_item:nth-child(2n) {
    border-right: none;
}
.live_function_item:nth-child(3) {
    border-bottom: none;
}
.live_function_item:last-child {
    border-bottom: none;
}
.live_function_item img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.live_function_words {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 420px;
}
.live_function_words p {  
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    margin: 0;
}
.live_function_words .live_function_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}
.live_advantage {
    width: 100%;
    height: 670px;
    padding-top: 50px;
}
.live_advantage_title {
    text-align: center;
    margin: 0px 0 16px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}
.live_advantage_list {
    width: 100%;
    margin-bottom: 36px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.live_advantage_item {
    widows: 526px;
    height: 240px;
    margin: 14px;
    position: relative;
}
.live_advantage_item img {
    width: 100%;
    height: 100%;
}
.live_advantage_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.live_advantage_name {
    margin-top: 20px;
    width: 100%;
    height: 68px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 15px;
}
.live_advantage_name_icon {
    margin-left: 50px;
    margin-right: 5px;
    width: 33px;
    height: 100%;
    border-bottom: 3px solid #FFFFFF;
    position: relative;
}
.live_advantage_name .live_advantage_name_icon img {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
}
.live_advantage_name i {
    font-style: inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}
.live_advantage_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin: 5px 0 5px 50px;
}
.live_step {
    width: 100%;
    background-color: #FBFBFB;
    height: 394px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.live_step_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    margin: 40px 0 0 0;
}
.live_step_list {
    width: 100%;
    margin: 40px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 110px;
}
.live_step_item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.live_step_item img {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
}
.live_step_item p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin: 0;
}
.live_type_btn {
    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;
    background-color: #0099E9;
}
.live_type_btn:hover {
    background-color: rgb(0,170,233);
}