/*
所有前台全部加载的全局样式,修改添加请慎重
建议加入如下样式:
1.全局通用样式:整体布局宽度,标题行高,列表行高,字体,字号,分页,a标签和相关伪类定义等.
2.全局模块样式:如顶部欢迎信息条,搜索栏,导航栏,底部相关站点,友情链接,版权声明等
3.列表和详情页的框架结构:考虑到列表和详情页通用性很高,重复样式暂时也在这里定义
*/

#main #left {
    width: 220px;
    float: left;
}

#main #right {
    width: 850px;
    float: right;
}

/**************homepage mod style*****************/
#main .home_box {
    width: 218px;
    height: 198px;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 0 10px 0;
}

#main .home_box_style_two {
    width: 870px;
    height: 198px;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 10px 10px -230px;
}

#main .home_box_style_three {
    width: 218px;
    height: 242px;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 0 10px 0;
}

#main .home_box_style_four {
    width: 198px;
    height: 198px;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 0 10px 0;
}

#main .home_box_head {
    width: 100%;
    height: 15%;
    border-bottom: 1px solid #d2d2d2;
    background: url('../images/bestv/home/home_box_head.png');
}

#main .home_box_head_style_three {
    width: 100%;
    height: 12.5%;
    border-bottom: 1px solid #d2d2d2;
    background: url('../images/bestv/home/home_box_head.png');
}

#main .home_box_body {
    width: 100%;
    height: 85%;
}

#main .home_box_h2 {
    font-size: 14px;
    height: 100%;
    line-height: 29px;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
}

#main .home_box_h3 {
    height: 100%;
    line-height: 29px;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    float: right;
}

#main .home_list_group {
    margin-left: 5px;
    width: 98%;
    height: 100%;
    float: left;
}

#main .home_list_group .home_list_group_item {
    width: 98%;
    height: 20%;
    float: left;
    display: inline-block;
    position: relative;
}

#main .home_list_group .home_list_group_item a{
    line-height: 30px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.list_style {
    position: absolute;
    top: 16px;
    left: 5px;
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #bfbfbf;
}

.list_style_decimal {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 3px;
    height: 3px;
    display: inline-block;
    font-weight: bold;
}

#main .red {
    color: #e90d0d;
}

#main .list_group_item_dashed {
    border-bottom: 1px dashed #c7c7c7;
}

#main .list_group_item_solid {
    border-bottom: 1px solid #c7c7c7;
}

#main .solid_red {
    border-left: 6px solid #e90d0d;
}

#main .solid_blue {
    border-left: 6px solid #3a5183;
}



#main .case {
    display: block;
    width: 362px;
    height: 128px;
    margin: 17px 40px 17px 10px;
    float: left;
}

#main .case .case_img {
    width: 138px;
    height: 128px;
    float: left;
    margin-right: 18px;
    border: 1px solid #d2d2d2;
    display: block;
}

#main .case .case_img .zoom {
    width: 136px;
    height: 126px;
}

#main .case .case_img .zoom p {
    max-width: 136px;
    max-height: 126px;
}

#main .case .case_img .zoom p img {
    max-width: 136px;
    max-height: 126px;
}

#main .case .case_desc {
    width: 203px;
    height: 128px;
    float: left;
    display: block;

}

#main .case .case_desc p {
    width: 203px;
    height: 128px;
    line-height: 20px;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}

#main .case .case_desc .case_more {
    position: relative;
    bottom: 38px;
    left: 160px;
}

#main .cinema {
    display: block;
    width: 180px;
    height: 125px;
    margin: 20px 10px;
    float: left;
}

#main .cinema img {
    width: 90px;
    height: 70px;
    float: left;
    margin-right: 5px;
}

.home_list_group_item_left {
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 11;
}

.home_list_group_item_center {
    position: relative;
    bottom: 40px;
    z-index: 10;
}
.home_list_group_item_right {
    position: relative;
    bottom: 80px;
    z-index: 11;
}

#main .home_qr_code {
    width: 100%;
    height: 50%;
    float: left;
}

#main .home_qr_code .moduletableqr1 {
    width: 50%;
    margin-top: 10%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
#main .home_qr_code .moduletableqr2 {
    width: 50%;
    margin-top: 10%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

#main .home_progress {
    width: 100%;
    height: 50%;
    float: left;
}


#home_qr_code_big {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 100;
}
/**************homepage mod style end*****************/


#main .home_login {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    float: left;

}

#main .home_login input {
    height: 33px;
     margin-left: 10px;
    line-height: 33px\0;
    margin-bottom: 13px;
    width: 193px;
    font-size: 100%;
    color: #555;
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#main .home_login_sub {
    width: 187px;
    margin-left: 14px;
    margin-bottom: 30px;
    float: left;
}

#main .home_login_sub   a {
    float: right;
}

#main .home_login_but {
    width: 187px;
    margin-left: 14px;
    float: left;
}

#main .home_use_but {
    width: 187px;
    float: left;
}

#main .home_login_but input {
    width: 187px;
    height: 27px;
    line-height: 27px;
    display: block;
    color: #ffffff;
    background-color: #1a429a;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#main .home_login_but input:hover {
    color: #ffffff;
    background-color: #d4121b;
}

#main .home_use_but input {
    width: 187px;
    height: 27px;
    line-height: 27px;
    display: block;
    color: #ffffff;
    background-color: #1a429a;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#main .home_use_but input:hover {
    color: #ffffff;
    background-color: #d4121b;
}

#main #right .bannergroup_featuredmovie,#main #right .bannergroup_home {
    width: 640px;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

#main #right .bannergroup_featuredmovie .banneritem {
    float: left;
    width: 640px;
    height: 200px;
}
#main #right .bannergroup_featuredmovie .banneritem img {
    width: 640px;
    height: 200px;
}

#main #right .bannergroup_home .banneritem {
    float: left;
    width: 315px;
    height: 200px;
}
#main #right .bannergroup_home .banneritem:first-child {
    margin-right: 10px;
}

#main #right .bannergroup_home .banneritem img {
    width: 315px;
    height: 200px;
}

#main #right .slider_home {
    margin-bottom: 10px;
}

#main .userid {
    background: url("../images/bestv/user.png") no-repeat;
    text-indent: 3em;
    padding-left: 10px;
    border: 0px;
}

#main .password {
    background: url("../images/bestv/pwd.png") no-repeat;
    text-indent: 3em;
    padding-left: 10px;
    border: 0px;
}
#main .ckbox{margin-top: 2px}

.home_login ul{ width: 90%;height:150px;margin: 0 auto}
.fleft{ float: left;}
.f_left {

    font-size: 12px;
    height: 30px;
    list-style: none;
}
.f_left2 {
    margin-top: 30px;
    height:62px;
    list-style: none;

}
.f_left3 {
    font-size: 12px;
    height: 30px;
    list-style: none;
    text-align: right;
}
.f_right {
    float: right;
    font-size: 10px;
}
.w10{ width: 10px;text-align: center}



