@charset "utf-8";
@font-face {
    font-family: 'sans_100';
    src:url('museosans-100.woff2') format('woff2'),
         url('museosans-100.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sans_300';
    src:url('museosans-300.woff2') format('woff2'),
         url('museosans-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sans_500';
    src:url('museosans-500.woff2') format('woff2'),
         url('museosans-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{margin: 0;}
p{margin: 0;}
form{margin: 0;}
input,select{color: #333;margin: 0;padding: 0;border: none;outline: none;-webkit-appearance: none;}
textarea{color: #333;padding: 0;border: none;outline: none;-webkit-appearance: none;resize: none;text-align: justify;}
a{color: #333;text-decoration: none;-webkit-tap-highlight-color: rgba(255,255,255,0);}
b{font-weight: normal;}
i{font-style: normal;}
ul,ol{margin: 0;padding: 0;}
li{list-style: none;}
img{border: 0;}
table{border-collapse: collapse;text-align: center;}
td,th{padding: 0;}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
}
.clearfix{zoom: 1;}
.f_left{float: left;}
.f_right{float: right;}
html{
    width: 100%;
    height: 100%;
}
html,body{padding:0;margin:0;font-family: 'sans_300','sans_100','sans_500','Microsoft YaHei';}
body{
    padding-top: 80px;
    background: #f2f2f2;
}
.bigo_page_head{
    width: 100%;
    height: 79px;
    min-width: 1080px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px #e2e2e2 solid;
}
.head_left{
    margin-left: 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.bigo_logo{
    position: relative;
    top: 12px;
    float: left;
    display: inline-block;
}
.bigo_logo a{
    display: inline-block;
}
.bigo_logo img{
    height: 55px;
}
.bigo_nav{
    overflow: hidden;
    display: inline-block;
    margin-left: 55px;
    position: relative;
    top: 22px;
}
.bigo_nav li{
    margin-right: 10px;
    display: inline-block;
}
.bigo_nav a{
    display: inline-block;
    line-height: 35px;
    padding:0 25px;
    overflow: hidden;
    border-radius: 35px;
    color: #2e2e2e;
    font-size: 18px;
    font-family: 'sans_500';
}
.bigo_nav a:hover{
    color: #00ddcc;
    font-family: 'sans_500';
}
.bigo_nav .current a{
    color: #fff;
    background: #00ddcc;
    font-family: 'sans_500';
}
.head_right{
    margin-right: 30px;
    position: relative;
    top: 29px;
}
.head_right_tools{
    display: inline-block;
    float: left;
}
.head_right_tools li{
    display: inline-block;
    position: relative;
    margin-left: 15px;
    float: left;
}
.head_right_tools .tools{
    color: #999;
    line-height: 20px;
    font-size: 16px;
}
.head_right_tools a.tools:hover{
    color:#00ddcc;
}
.head_right_tools .tools:before{
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 3px;
}
.head_right_tools .tools_1:before{
    background: url('../images/icon.png') -74px -697px no-repeat ;
}
.head_right_tools .tools_2:before{
    background: url('../images/icon.png') -71px -724px no-repeat ;
}
.head_right_tools .tools_3:before{
    background: url('../images/icon.png') -74px -750px no-repeat ;
}
.head_right_tools .tools_4:before{
    background: url('../images/icon2.png') -6px -152px no-repeat ;
}
.head_right_tools .tools_1:hover:before{
    background: url('../images/icon.png') -94px -697px no-repeat ;
}
.head_right_tools .tools_2:hover:before{
    background: url('../images/icon.png') -91px -724px no-repeat ;
}
.head_right_tools .tools_3:hover:before{
    background: url('../images/icon.png') -94px -750px no-repeat ;
}
.head_right_tools .tools_4:hover:before{
    background: url('../images/icon2.png') -6px -190px no-repeat ;
}
.head_right_tools .load_box{
    position: absolute;
    left: -20px;
    /* top: 45px; */
    top: 20px;
    width: 159px;
    padding-top: 30px;
    display: none;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin: 100% 0;
}
.head_load_box{
    background: #fff ;
    border-radius: 3px;
    padding-top: 20px;
    position: relative;
    border:1px #e2e2e2 solid;
}
.head_load_box .arrow{
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 75px;
    top: -4px;
    border-top:1px #e2e2e2 solid;
    border-left:1px #e2e2e2 solid;
    -webkit-transform :rotate(45deg);
    -moz-transform :rotate(45deg);
    -o-transform  :rotate(45deg);
    transform   :rotate(45deg);
}
.head_right_tools li:hover .load_box{
    display: block;
    animation: scale 0.5s;
    -moz-animation: scale 0.5s;
    -webkit-animation: scale 0.5s;
    -o-animation: scale 0.5s;
}
.load_btn_box .down_list{
    overflow: hidden;
    margin-bottom: 15px;
}
.head_right_tools .download_code{
    margin-bottom: 5px;
    top: -5px;
}
.head_right_tools .follow_box{
    position: absolute;
    right: -15px;
    top: 20px;
    width: 180px;
    height: 98px;
    padding-top: 31px;
    display: none;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin: 100% 0;
    background: url('../images/follow_bg1.png') center bottom no-repeat ;
}
.head_right_tools li:hover .follow_box{
    display: block;
    animation: scale 0.5s;
    -moz-animation: scale 0.5s;
    -webkit-animation: scale 0.5s;
    -o-animation: scale 0.5s;
}
.bigo_left_fix_nav{
    width: 90px;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 80px;
    bottom: 0;
    background: #373737;
}
.left_nav{
    width: 100%;
}
.left_nav li{
    height: 100px;
    border-bottom: 1px #292929 solid;
}
.left_nav a{
    display: block;
    width: 100%;
    height: 99px;
    text-align: center;
    color: #9b9b9b;
    font-size: 14px;
    border-bottom: 1px #414141 solid;
}
.left_nav a:hover{
    background: #303030;
}
.left_nav span{
    position: relative;
    top: 25px;
    display: block;
    width: 100%;
}
.left_nav span:before{
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    margin:auto;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
}
.left_nav .nav_1 span:before{
    background-position: 2px -6px;
}
.left_nav .nav_2 span:before{
    background-position: 2px -108px;
}
.left_nav .nav_3 span:before{
    background-position: 2px -208px;
}
.left_nav .nav_1:hover span:before,.left_nav .nav_1.current span:before{
    background-position: -74px -6px;
}
.left_nav .nav_2:hover span:before,.left_nav .nav_2.current span:before{
    background-position: -74px -108px;
}
.left_nav .nav_3:hover span:before, .left_nav .nav_3.current span:before{
    background-position: -74px -208px;
}
.left_nav a:hover, .left_nav .current a{
    color: #00ddcc;
}
.b_app_download{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    text-align: center;
    background: #2c2c2c;
    border-top: 1px #414141 solid;
}
.b_app_download a{
    display: block;
    width: 100%;
    height: 109px;
    color: #9b9b9b;
    font-size: 14px;
    border-top: 1px #292929 solid;
}
.b_app_download a:hover{
    color: #00ddcc;
}
.b_app_download span{
    position: relative;
    top: 25px;
    display: block;
    width: 100%;
}
.b_app_download span:before{
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin:auto;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-position: 2px -302px ;
}
.b_app_download a:hover span:before{
    background-position: -74px -302px;
}

/*SS登陆样式*/
.login_wrap{
    display: inline-block;
    margin-left: 20px;
}
.login_guide{
    position: absolute;
    width: 583px;
    height: 351px;
    top: 30px;
    right: 0;
    background: url('/assets/officialWeb/images/tips_login.png') center no-repeat ;
}
.login_guide .login_guide_btn{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 17px;
    top: 40px;
    cursor: pointer;
}
.login_tap_box{
    display: none;
    position: relative;
    top: -5px;
}
.login_tap_box.current{
	display: inline-block;
}
.login_tap_box .login_btn{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding:0px 12px;
    border-radius: 3px;
    border:1px #cccccc solid;
}
.login_tap_box .login_btn:hover{
    color: #00ddcc;
    border-color: #00ddcc;
}
.logined_box{
    height: 45px;
    position: relative;
    top: -12px;
    display: none;
}
.logined_box.current{
	display: block;
}
.logined_box .thumb{
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 45px;
    float: left;
    margin-right: 10px;
    box-shadow: 0px 0px 1px #000;
}
.logined_box .thumb img{
    width: 100%;
    height: 100%;
}
.logined_more_box{
    float: right;
    margin-top: 12px;
}
.logined_more_box .name{
    display: block;
    position: relative;
    max-width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
    padding-right: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.logined_more_box .name:after{
    content: '';
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/assets/officialWeb/images/icon.png') -13px -416px no-repeat ;
}
.logined_user_more{
    position: absolute;
    left: 0;
    top: 45px;
    width: 145px;
    padding-top: 17px;
    display: none;
}
.logined_box:hover .logined_user_more{
    display: block;
}
.logined_user_more .log_inner_box{
    border-radius: 2px;
    background: #fff;
    position: relative;
    padding:15px 0;
    border:1px #e2e2e2  solid;
}
.logined_user_more .arrow_dot{
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    border-left: 1px #e2e2e2 solid;
    border-top: 1px #e2e2e2 solid;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.logined_user_more .logout{
    display: block;
    width: 100%;
    line-height: 35px;
    color: #999;
}
.logined_user_more .logout:before{
    display: block;
    content: '';
    float: left;
    width: 25px;
    height: 25px;
    margin:5px 12px 0px 22px;
    background: url('/assets/officialWeb/images/icon.png') -10px -1111px no-repeat ;
}
.logined_user_more a:hover{
    color: #00DDCC;
}
.login_scan_wrap{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.login_scan_wrap.loginStatu{
    display: block;
}
@keyframes loginSample
{
0%   {transform: scale(0.8);}
25%  {transform: scale(1.1);}
50%  {transform: scale(0.95);}
100% {transform: scale(1);}
}

@-moz-keyframes loginSample /* Firefox */
{
0%   {-moz-transform: scale(0.8);}
25%  {-moz-transform: scale(1.1);}
50%  {-moz-transform: scale(0.95);}
100% {-moz-transform: scale(1);}
}

@-webkit-keyframes loginSample /* Safari 和 Chrome */
{
0%   {-webkit-transform: scale(0.8);}
25%  {-webkit-transform: scale(1.1);}
50%  {-webkit-transform: scale(0.95);}
100% {-webkit-transform: scale(1);}
}

@-o-keyframes loginSample /* Opera */
{
0%   {-o-transform: scale(0.8);}
25%  {-o-transform: scale(1.1);}
50%  {-o-transform: scale(0.95);}
100% {-o-transform: scale(1);}
}
.scan_sample{
    position: absolute;
    width: 273px;
    height: 489px;
    left: 100%;
    top: -130px;
    background: url('../images/login_sample1.png') center no-repeat ;
    filter:alpha(opacity=0);
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.login_before{
    width: 182px;
    margin:auto;
    position: relative;
    z-index: 2;
    display: none;
}
.login_before.current{
	display: block;
}
.login_scan_wrap:hover .scan_sample{
    left: 400px;
    filter:alpha(opacity=100);
    opacity: 1;
}
.login_scan_box{
    position: absolute;
    width: 400px;
    height: 420px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -210px;
    background: #fff;
    border-radius: 3px;
}
.version_tips{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    background: #f2f2f2;
}
.login_scan_box .title{
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
    font-family: 'sans_500';
    line-height: 90px;
}
.login_scan_box .close_btn{
    position: absolute;
    z-index: 9;
    cursor: pointer;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url('../images/icon.png') -47px -1085px no-repeat ;
}
.login_code_box{
    display: table;
    width: 180px;
    height: 180px;
    border:1px #e8e8e8 solid;
}
.login_code_box .code_box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.login_code_box img{
    width: 166px !important;
    margin:auto;
}
.login_before .scan_tips:before{
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 18px;
    background: url('../images/icon.png') -82px -1080px no-repeat ;
}
.login_before .scan_tips{
    font-size: 12px;
    color: #999999;
    margin-top: 22px;
}
.login_after{
    text-align: center;
    display: none;
}
.login_after.current{
    display: block;
}
.login_after .thumb{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    margin:0 auto 40px;
}
.login_after .thumb img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.login_after .success_tips{
    font-size: 16px;
    color: #2e2e2e;
    font-family: 'sans_500';
}
.login_after .check_phone_tips{
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}
.qr_overdue_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 9;
    display: none;
}
.qr_overdue_box.current{
    display: block;
}
.qr_overdue_box .tips{
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 50px;
    margin-top: 35px;
}
.qr_overdue_box .refresh_btn{
    display: block;
    width: 150px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    margin:auto;
    border-radius: 36px;
    background: #00ddcc;
}
/*EE登陆样式*/
/*SS返回顶部等固定工具条*/
.fix_tools{
    position: fixed;
    z-index: 9999;
    width: 58px;
    right: 6px;
    top: 80%;
    margin-top: -120px;
    display: none;
}
.fix_tools.current{
	display: block;
}
.fix_tools li{
    width: 100%;
    height: 58px;
    margin-bottom: 7px;
    position: relative;
}
.fix_tools .load_box{
    position: absolute;
    right: 58px;
    top: -88px;
    padding-right: 17px;
    width: 159px;
    height: 300px;
    display: none;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin: 100% 0;
    background: url('../images/bigo_head.png') left top no-repeat ;
}
.fix_tools li:hover .load_box{
    display: block;
    animation: scale 0.5s;
    -moz-animation: scale 0.5s;
    -webkit-animation: scale 0.5s;
    -o-animation: scale 0.5s;
}
.download_code{
    width: 124px;
    margin:auto;
    position: relative;
    display: block;
}
.fix_tools .download_code{
    margin-bottom: 112px;
    top: 105px;
}
.load_box .tips{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.load_btn_box{
    overflow: hidden;
    margin:auto;
    width: 140px;
}
.load_btn_box a{
    float: left;
    margin-left: 12px;
    color: #e2e2e2;
    font-size: 16px;
}
.load_btn_box .item {
    margin-right: -10px;
    color: #999;
    line-height: 22px;
}
.load_btn_box .item:hover{
    color: #00ddcc;
}
.load_btn_box a.item:before{
    display: block;
    content: "";
    width: 20px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
.load_btn_box a.item1:before{
    background: url('../images/icon.png') -11px -991px no-repeat ;
}
.load_btn_box a.item2:before{
    background: url('../images/icon.png') -11px -1021px no-repeat ;
}
.load_btn_box a.item3:before{
    background: url('../images/icon.png') -84px -991px no-repeat ;
}
.load_btn_box a.item1:hover:before{
    background: url('../images/icon.png') -47px -991px no-repeat ;
}
.load_btn_box a.item2:hover:before{
    background: url('../images/icon.png') -47px -1021px no-repeat ;
}
.load_btn_box a.item3:hover:before{
    background: url('../images/icon.png') -84px -1021px no-repeat ;
}
.fix_tools a.tools{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 399px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
}
.fix_tools a.tools:hover{
    background: #00ddcc;
}
.fix_tools a.tools:before{
    display: block;
    content: "";
    width: 28px;
    margin:auto;
    position: relative;
    top: 14px;
    height: 31px;
}
.fix_tools a.tools_1:before{
    background: url('../images/icon.png') 1px -866px no-repeat;
}
.fix_tools a.tools_2:before{
    background: url('../images/icon.png') -0px -906px no-repeat;
}
.fix_tools a.tools_3:before{
    background: url('../images/icon.png') -0px -947px no-repeat;
}
.fix_tools a.tools_1:hover:before{
    background: url('../images/icon.png') -81px -866px no-repeat;
}
.fix_tools a.tools_2:hover:before{
    background: url('../images/icon.png') -82px -906px no-repeat;
}
.fix_tools a.tools_3:hover:before{
    background: url('../images/icon.png') -82px -947px no-repeat;
}
.fix_tools .follow_box{
    width: 175px;
    padding-right: 13px;
    height: 99px;
    position: absolute;
    top: 0;
    right: 58px;
    display: none;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin: 100% 0;
    background: url('../images/follow_bg2.png') center no-repeat ;
}
.fix_tools li:hover .follow_box{
    display: block;
    animation: scale 0.5s;
    -moz-animation: scale 0.5s;
    -webkit-animation: scale 0.5s;
    -o-animation: scale 0.5s;
}
.follow_box .tips{
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding:12px 0px;
}
.follow_btn_box a{
    float: left;
    margin-left: 15px;
    color: #999;
}
.follow_btn_box a.item:before{
    display: block;
    content: "";
    width: 26px;
    height: 24px;
}
.follow_btn_box a.item1:before{
    background: url('../images/icon.png') -0px -696px no-repeat ;
}
.follow_btn_box a.item2:before{
    background: url('../images/icon.png') -0px -731px no-repeat ;
}
.follow_btn_box a.item3:before{
    background: url('../images/icon.png') -0px -762px no-repeat ;
}
.follow_btn_box a.item4:before{
    background: url('../images/icon.png') -2px -794px no-repeat ;
}
/*EE返回顶部等固定工具条*/
/*SS下拉的二级内容弹性动画*/
@keyframes scale
{
0%   {transform: scale(0.8);}
25%  {transform: scale(1.1);}
50%  {transform: scale(0.95);}
100% {transform: scale(1);}
}

@-moz-keyframes scale /* Firefox */
{
0%   {-moz-transform: scale(0.8);}
25%  {-moz-transform: scale(1.1);}
50%  {-moz-transform: scale(0.95);}
100% {-moz-transform: scale(1);}
}

@-webkit-keyframes scale /* Safari 和 Chrome */
{
0%   {-webkit-transform: scale(0.8);}
25%  {-webkit-transform: scale(1.1);}
50%  {-webkit-transform: scale(0.95);}
100% {-webkit-transform: scale(1);}
}

@-o-keyframes scale /* Opera */
{
0%   {-o-transform: scale(0.8);}
25%  {-o-transform: scale(1.1);}
50%  {-o-transform: scale(0.95);}
100% {-o-transform: scale(1);}
}
/*EE下拉的二级内容弹性动画*/
/*SS页脚底部*/
.page_bottom_wrap{
    width: 100%;
    height: 175px;
    min-width: 1200px;
    background: #373737;
}
.page_bottom_cont{
    width: 1000px;
    margin:auto;
    text-align: center;
}
.bott_follow_box{
    display: inline-block;
    overflow: hidden;
}
.bott_follow_box a{
    display: block;
    float: left;
    margin-left: 15px;
    width: 26px;
    height: 22px;
    overflow: hidden;
    text-indent: -99px;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
}
.bott_follow_box a.follow1{
    width: 24px;
    background-position: -25px -744px;
}
.bott_follow_box a.follow2{
    background-position: -30px -778px;
}
.bott_follow_box a.follow3{
    background-position: -30px -809px;
}
.bott_follow_box a.follow4{
    background-position: -29px -841px;
}
.bott_follow_box a.follow1:hover{
    background-position: -52px -744px;
}
.bott_follow_box a.follow2:hover{
    background-position: -57px -778px;
}
.bott_follow_box a.follow3:hover{
    background-position: -57px -809px;
}
.bott_follow_box a.follow4:hover{
    background-position: -56px -841px;
}
.page_bottom_cont .bott_1{
    position: relative;
    top: 25px;
    margin-bottom: 50px;
}
.page_bottom_cont .bott_2{
    margin-bottom: 15px;
}
.page_bottom_cont .bott_2 span{
    margin:0px 20px;
}
.page_bottom_cont, .page_bottom_cont a{
    font-size: 14px;
    color: #999;
}
.page_bottom_cont a:hover{
    color: #00ddcc;
}
.index_cont_box{
    width: 1200px;
    margin:auto;
    margin-bottom: 40px;
}
.index_page_list .room_item{
    width: 20%;
}
.index_page_list .hosts_photo{
    height: 232px;
}
.index_page_list .bigo_game_list .hosts_photo{
    height: 130px;
}
.bigo_act_wrap{
    width: 100%;
    height: 300px;
    min-width: 1200px;
    background: #e3e3e3;
}
.bigo_act_box{
    width: 1200px;
    margin:auto;
    position: relative;
    top: 25px;
    overflow: hidden;
}
.bigo_act_ul{
    overflow: hidden;
}
.bigo_act_ul li{
    float: left;
    width: 289px;
    height: 119px;
    margin:0px 5px;
}
.bigo_act_ul a, .bigo_act_ul img{
    display: block;
    width: 100%;
    height: 100%;
}
/*EE页脚底部*/
