@charset "utf-8";
/*视频直播定价页面-zhangcheng-2020-11-19*/
.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 {
    position: relative;
    width: 100%;
    height: 320px;
}
.live_slogan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100px;
}
.live_slogan_words {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
    color: #333333;
    margin: 0;
}
.live_type {
    width: 100%;
    margin-bottom: 100px;
}
.live_type ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.live_type ul li {
    width: 344px;
    height: 410px;
    margin: 0 12px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    box-shadow: 0px 2px 20px rgba(102, 102, 102, 0.1);
}
.live_type_title {
    width: 100%;
    height: 110px;
    position: relative;
}
.live_type_title p {
    position: absolute;
    top: 50%;
    left: 37px;
    margin-top: -18px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}
.live_type_title img {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 0;
    right: 0;
}
.live_type_words {
    height: 160px;
    padding-top: 30px;
    padding-left: 37px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    margin: 0;
}
.live_type_price_s {
    font-style: inherit;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
.live_type_price_l {
    font-style: inherit;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}
.live_type_btn {
    width: 150px;
    height: 46px;  
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    border-radius: 2px;
    border: none;
    margin: 0 50px;
    outline: none;
}
.live_type_per .live_type_title {
    background-color: #2DC790;
}
.live_type_per i {
    color: #2DC790;
}
.live_type_per .live_type_btn {
    background-color: #2DC790;
    margin-left: 33px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.live_type_per .live_type_btn:hover {
    background-color: rgba(45,199,144, 0.8)
}
.live_type_ent .live_type_title {
    background-color: #0099E9;
}
.live_type_ent i {
    color: #0099E9;
}
.live_type_ent .live_type_btn {
    background-color: #0099E9;
    margin-left: 33px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.live_type_ent .live_type_btn:hover {
    background-color: rgba(0,153,233, 0.8)
}
.live_type_cus .live_type_title {
    background-color: #F35353;
}
.live_type_cus i {
    color: #F35353;
}
.live_type_cus .live_type_btn {
    background-color: #F35353;
    margin-left: 33px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.live_type_cus .live_type_btn:hover {
    background-color: rgba(243,83,83, 0.8)
}
.live_difference_list {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
.live_difference_list table {
    width: 1080px;
}
.live_difference_list tr {
    background-color: #FFFFFF;
    height: 60px;
}
.live_difference_list tr:first-child {
    height: 110px;
}
.live_difference_list td {
    text-align: center;
    height: 60px;
    color: #333;
    font-size: 18px;
    position: relative;
    border: 1px solid #E8E8E8;
    border-top: none;
}
.live_difference_list th {
    text-align: center;
    font-size: 24px;
    color: #333333;
    width: 217px;
    background-color: #FBFBFB;
    border: 1px solid #E8E8E8;
    border-bottom: none;
}

.live_difference_Y {
    left: 50%;
    position: absolute;
    margin-left: -12px;
    width: 24px;
    top: 50%;
    height: 24px;
    margin-top: -12px;
    background: url("../../image/home/live_price_Y.png");
}
.live_difference_N {
    left: 50%;
    position: absolute;
    margin-left: -12px;
    width: 24px;
    top: 50%;
    height: 24px;
    margin-top: -12px;
    background: url("../../image/home/live_price_N.png");
}
.live_foot_ber .live_type_btn:hover{
    background-color: rgb(0,170,233);
}

.live_foot_ber {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 80px;
}
.live_foot_ber p {
    position: absolute;
    top: 50%;
    left: 90px;
    margin-top: -34px;
    font-size: 34px;
    font-weight: bold;
    line-height: 68px;
    color: #FFFFFF;
}
.live_foot_ber .live_type_btn {
    position: absolute;
    top: 50%;
    right: 90px;
    margin-top: -24px;
    width: 180px;
    height: 48px;
    background-color: #0099E9;
}