/* CSS Document */

body { margin: 0 auto; font-family: Arial, Helvetica, sans-serif, "Microsoft YaHei", "寰蒋闆呴粦", "瀹嬩綋"; font-size: 12px; color: #666666; line-height: 1.5em; background: #f9f9f9; }
ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p { padding: 0; margin: 0; }
ul, li { list-style: none; }
img { border: 0; }
a { color: #333; text-decoration: none; }
select {height:30px;}
input{height: 20px;}
td{
    padding: 0;
}
table{
    border-spacing: 0;
    padding: 0;
    border:none;
}
span{
    display: inline-block;
    line-height: 14px;
}
.editer_content_float_com { position: relative; }
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }
.error { color: #f00;}
/*search*/
.editer_search { background: url(../images/editer_search.png) no-repeat; width: 184px; height: 28px; margin: 1px 0px 0px 0px; float: left; }
.Itype { width: 136px; height: 17px; line-height: 20px; border: none; background: none; padding: 5px; float: left; }
.Stype { width: 38px; height: 28px; background: none; border: none; cursor: pointer; float: left; }
.search_result { float: left; line-height: 28px; padding: 0px 10px;}
/* 璁剧疆婊氬姩鏉＄殑鏍峰紡 */
::-webkit-scrollbar {
    width: 12px; height:12px;
}
/* 婊氬姩妲�*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
    border-radius: 0px;
}
/* 婊氬姩鏉℃粦鍧�*/
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(209,209,209,0.61);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(209,209,209,0.61); 
}
/*dialog*/
.dialog_confirm_ok {background: url(../images/dialog_ok.png) no-repeat; width: 62px; height: 60px;float: left;margin: 20px;}
.dialog_confirm_no {background: url(../images/dialog_no.png) no-repeat; width: 62px; height: 60px;float: left;margin: 20px;}
.dialog_confirm_warn {background: url(../images/dialog_warn.png) no-repeat; width: 62px; height: 60px;float: left;margin: 20px;}

/*index*/
.index_page { width: 100%; }
.index_div1 { position:absolute; bottom:20px; left:20px; }
.index_div2 { position:absolute; bottom:20px; left:220px; }

@media screen and (max-height: 540px){
.index_page { width: 100%; min-height:540px; overflow:hidden; }
.index_div1 { position:relative !important; float: left; }
.index_div2 { position:relative !important; float: left; margin-left:-180px; }
}
@media \0screen\,screen\9 {
.index_page { width: 100%; min-height:540px; overflow:hidden; }
.index_div1 { position:relative !important; float: left; }
.index_div2 { position:relative !important; float: left; margin-left:-180px; }


}

/*tag_select*/
/*for IE10*/
select::-ms-expand {display:none; }
select{
    background: url(../images/select_page.png) no-repeat right;
    padding-left: 5px;
    font-size: 12px;
    border-radius: 3px;
    height: 28px;
    /*float: left;*/
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
}

.page_select{
    width: 82px;
}
.search_select{
    width:102px;
}

.search_sub{
    float:left;
    margin-left: 40px;
}
.search_pagination{
    float:left;
}
.search_right{
    float:right;
}

.search_key_sub{
    border: #b1b1b1 1px solid;
    width: 210px;
    height: 26px;
}
.key_input {
    width: 174px;
    height:26px;
    border:none;
    line-height: 28px;
    padding: 0 5px;
    float: left;

}
.search_link{
    display: block;
    width: 25px;
    height:26px;
    border-left: #b1b1b1 1px solid;
    background: url(../images/editer_search.png) no-repeat;
    float:right;
}
.search_link:hover{
    background: url(../images/editer_search_on.png) no-repeat;
}

.link_btn{
    background: #52afef;
    display: inline-block;
    border-radius: 3px;
    line-height: 14px;
    text-align: center;
    padding:7px 7px;
    text-decoration:none;
    border: 1px solid #52afef;
    color: #FFFFFF;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.link_btn:hover{
    background: #499dd7;
    border: 1px solid #499dd7;
}

.zz{
    background:#ff6c60;
    display: inline-block;
    border-radius: 3px;
    line-height: 14px;
    text-align: center;
    padding:7px 0;
    text-decoration:none;
    border: 1px solid #ddd;
    color: #FFFFFF;
    cursor: pointer;
}
.zz:hover{
    background:red;
}

.link_org{
    display: inline-block;
    line-height: 14px;
    color: #06C;
    cursor: pointer;
}

.link_org:hover{
    color: #039;
    text-decoration: underline;
}

.link_btn_l{
    min-width:76px;
    font-size:14px;
    cursor: pointer;
}

.link_btn_ll{
    min-width: 46px;
    font-size:14px;
    cursor: pointer;
}

.link_btn_s{
    min-width: 46px;
    font-size: 12px;
}

.btn_save{
    background: #78cd5e;
    border: 1px solid #78cd5e;
}
.btn_save:hover{
    background: #409142;
    border: 1px solid #409142;
}
.btn_back{
    background: #f7f7f7;
    color: #2A2C2E;
    border: #dddddd 1px solid;
}
.btn_back:hover{
    background: #ddd;
    color: #2A2C2E;
    border: #dddddd 1px solid;
}
.btn_clear{
    background: #ff6c60;
    border: 1px solid #ff6c60;
}
.btn_clear:hover{
    background: #fc5d50;
    border: 1px solid #fc5d50;
}


.front_tb {
    width:100%;
    height: 100%;
    padding: 20px;
    border-spacing: 0;
}
.title_tr{
    height:88px;
}
.empty_tr{
    height: 20px;
}
.img_td{
    min-height: 610px;
    vertical-align: middle;
    text-align: center;
    background:  #52afef;
}

.sum_num{
    color: #686868;
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    font-family: "Microsoft YaHei", sans-serif;
}
.sum_text{
    color: #686868;
    display: block;
    width: 120px;
    text-align: center;
    padding-top: 2px;
    margin: 0 auto;
}

.top_div{width: 100%; padding: 20px 10px; }
.top_table{width: 100%;border-spacing: 0;}
.top_td{}
.top_image_div{ float: left;height: 88px;border-radius: 5px 0px 0px 5px;width: 35%; text-align: center;}
.top_image{ width: 58px;height: 58px; margin-top: 15px;}
.top_count_div{float: right;height: 88px;width: 65%;background: #ffffff;}
.empty_ver_td{
    width: 20px;
}

.editer_content_main_left_sub table{
    width: 100%;
}

.editer_content_main_left_sub,.editer_content_main_left_sub td{
    vertical-align: top;
}

.tb_chck{
    margin-left: 5px;
}

.config_sub{
    min-width: 758px;
    border: #dddddd 1px solid;
}
.goods_item_no_found{
    width:100%; text-align: center; line-height: 234px; font-size: 20px;
}

.goods_item{
    /*min-width: 220px;*/
    width:25%;
    float:left;
}

.goods_item > div{
    border: #dddddd 1px solid;
    border-radius: 3px;
    /*min-width: 215px;*/
    margin: 0 4px 7px 4px;
    height:128px;
}

.goods_item_upper{
    height: 106px;
}

.goods_item_upper_img_sub{
    height: 100%;
    width: 58px;
    float: left;
}
.goods_item_upper_img_sub > img{
    height: 72px;
    width: 48px;
    margin: 7px 5px;
}
.goods_item_upper_info{
    height: 32px;
    float: left;
}
.goods_item_upper_info > span{
    line-height: 32px;
}

.goods_item_foot{
    height: 22px;
    background: #EEEEEE;
    text-align: center;
}
.goods_item_foot > span{
    line-height: 22px;
}

.game_panel{
    height: 190px;
}
.game_card_img{
    display: block;
    margin: 0 auto;
}
.game_no_config{
    width:100%; text-align: center; line-height: 190px; font-size: 20px;
}
.game_item{
    border: #dddddd 1px solid;
    float: left;
    margin: 0 4px 7px 4px;
    height:86px;
    min-width: 95%;
    border-radius: 3px;
}

.game_del_link{
    float:right;
    width:20px;
    height:20px;
    background: url(../images/game_del_off.png);
}
.game_del_link:hover{
    background: url(../images/game_del_on.png);
}

.game_item_add{
    background: url(../images/game_add_off.png) no-repeat center;
    height: 86px;
    width: 100%;
    cursor: pointer;
}
.game_item_add:hover{
    background: url(../images/game_add_on.png) no-repeat center;
}
.rate_input{
    border-width: 1px;
    width:100px;
    border-radius: 3px;
}
.table_border_div{
}
.first_td{
    padding-left: 20px;
}

li.tree_branch > ul{
    padding-left:20px;
}
input[type="checkbox"].cbx{
    display: none;
}
li.tree_branch i{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
}
.icon_cbx{
    background: url(../images/checkbox_default.png) no-repeat;
}
.selected .icon_cbx{
    background: url(../images/checkbox_checked.png) no-repeat;
}
.arr_collapsed{
    background: url(../images/collapse_icon.png) no-repeat;
}
.arr_expanded{
    background: url(../images/expand_icon.png) no-repeat;
}
li.tree_branch span{
    display: inline;
    font-size: 12px;
    line-height: 26px;
}
.icon_tiny{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}
.user_female{
    background: url(../images/female.png) no-repeat;
}
.user_male{
    background: url(../images/male.png) no-repeat;
}

.options {
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: #DDDDDD 1px solid;
}

.options li {
    float: left;
    line-height: 37px;
    margin: 0 5px;
}

.options li:hover{
    border-bottom: 3px solid #818181;
}

.options li.selected {
    border-bottom: 3px solid #499dd7;
}
.options li.selected a{
    cursor:text;
}


.options li a {
    padding: 0 30px;
    display: inline-block;
    height: 100%;
}



.select_page_div{padding: 10px;width: 100px;height: 28px;overflow: hidden;background: url(../images/select_page.png) no-repeat right ;}
.select_page_div select{background: transparent;
   width: 110px;
   padding: 0px;
   font-size: 12px;
   border-radius: 3px;
   height: 28px;
   -webkit-appearance: none; /*for chrome*/}
.editer_content_float_content { background: #f9f9f9; height: 454px; border: #ddd 1px solid; padding: 10px 20px; position: relative; margin: 10px 0 0 0;}
 .editer_content_float_content_left { width: 800px; float: left; margin-right: 18px; font-size: 14px; position:relative; height:465px;}
 .editer_content_float_content_right { width: 260px; float: left; font-size: 14px; }
.editer_content_float_content_right_right { background: #efefef; height: 15px; border: #ececec 1px solid; padding: 10px; }
.editer_content_float_content_right_right_01 { background: #efefef; height: 32px; border: #e3e3e3 1px solid; float: left; width: 30px; line-height: 32px; text-align: center; }
.editer_content_float_content_right_right_02 { background: #efefef; height: 32px; border-top: #e3e3e3 1px solid; border-right: #e3e3e3 1px solid; border-bottom: #e3e3e3 1px solid; float: left; width: 240px; text-align: center; vertical-align: middle; line-height: 32px; }
.editer_content_float_content_right_main { background: #ffffff; height: 185px; border-left: #ececec 1px solid; border-right: #ececec 1px solid; border-bottom: #ececec 1px solid; }
.editer_content_float_content_left_main ul li a { background: url(../images/editer_list_img_bg_off.png) no-repeat; width: 150px; height: 140px; padding: 5px; margin: 17px 8px 0px 8px; float: left; }
.editer_content_float_content_left_main ul li a:hover { background: url(../images/editer_list_img_bg_on.png) no-repeat; }
.editer_content_float_content_left_main ul li a:active { background: url(../images/editer_list_img_bg_onn.png) no-repeat; }
.editer_content_float_content_left_main_li_on { background: url(../images/editer_list_img_bg_onn.png) no-repeat; }  

.editer_content_float_content_picture img { float: left; margin: 16px; }
.editer_content_float_content_picture p { margin: 16px 0 0 0; line-height: 20px; }
.editer_content_float_content_picture span { overflow: hidden;text-overflow: ellipsis;display: block;width: 115px; }
.editer_content_float_content_picture ul li a { background: url(../jsp/advertisement/queue/img/picture_bg.png); width: 250px; height: 121px; display: block; float: left; margin: 0px 7px 15px; font-size: 12px; }
/*.editer_content_float_content_picture ul li a:hover { background: url(../images/picture_bg2.gif); }*/
.editer_content_float_content_picture ul li a.img_picked{background: url(../jsp/advertisement/queue/img/picture_bg_picked.png);}
.editer_content_float_content_clock { background: url(../jsp/advertisement/queue/img/editer_content_float_content_clock.png) no-repeat; width: 9px; height: 9px; float: left; vertical-align: middle; line-height: 9px; margin-top: 15px; }
.editer_content_float_content_clock span { margin: 0 0 0 12px; }
.list_close a { float: right; width: 20px; height: 20px; margin: 20px 5px 8px 0; background: url(../jsp/advertisement/queue/img/video_delete.png); }
.list_icon_item { color: #888; line-height: 50px; background: url(../jsp/advertisement/queue/img/video_icon_off_01.png) no-repeat; width: 180px; height: 36px; margin: 12px 6px 0; float: left; }
.list_icon_item:hover { color: #1f8ed3; background: url(../jsp/advertisement/queue/img/video_icon_on_01.png) no-repeat; }
.list_icon_item_active { color: #1f8ed3; background: url(../jsp/advertisement/queue/img/video_icon_on_01.png) no-repeat;}
.list_icon_item_for_img{background:none !important;}
.list_icon_item_for_img:hover {background:none !important;}
.list_icon_item_active_for_img {background:none !important;}

.editer_content_float_content_left_nav { text-align: center; position:relative;}
.editer_content_float_content_left_nav ul li { position:relative;  float:left; vertical-align: middle; height: 26px;line-height: 26px;display: inline-block; }
.editer_content_float_content_left_nav ul li a { float:left;}
.editer_content_float_content_left_nav_pre a { background: url(../images/editer_content_float_content_left_nav_pre.gif); width: 48px; height: 26px; margin: 0 -1px; }
.editer_content_float_content_left_nav_next a { background: url(../images/editer_content_float_content_left_nav_next.gif); width: 48px; height: 26px; margin: 0 -1px; }
.editer_content_float_content_left_nav_on a { background: #41bede; border: #39abc6 1px solid; height: 24px; width: 27px; color: #fff; margin: 0 -1px; }
.editer_content_float_content_left_nav_off a { background: #f5f5f5; border: #b7b7b7 1px solid; height: 24px; width: 27px; margin: 0 -1px; }


/*btn_select*/
.btn_select { position: relative; display: inline-block; margin-top: 3px; height: 28px; }
.btn_select span { position: absolute; display: block; height: 28px; line-height: 30px; text-indent: 10px; }
.btn_select select { top: 0px; left: 0px; position: absolute; height: 30px; opacity: 0; }
.btn_select_01 { width: 65px; background: url(../images/select_01.png); }
.btn_select_01 span { width: 33px; }
.btn_select_01 select { width: 65px; }
.btn_select_02 { width: 98px; background: url(../images/select_02.png); }
.btn_select_02 span { width: 66px; }
.btn_select_02 select { width: 98px; }
.btn_select_03 { width: 120px; background: url(../images/select_03.png); }
.btn_select_03 span { width: 88px; }
.btn_select_03 select { width: 120px; }
.btn_select_04 { width: 135px; background: url(../images/select_04.png); }
.btn_select_04 span { width: 103px; }
.btn_select_04 select { width: 135px; }
.btn_select_menu_add { float: left; margin: 1px 5px 0 0; }

.editer_float_left a { float: left; }
.editer_float_right a { float: right; }
.editer_btn_edit a {font-size:12px;color: #fff; border-radius: 3px; background: #78cd5e; float: left;width: 44px;height: 22px;text-align: center;padding-top: 2px; }
.editer_btn_edit a:hover {background: #12c712;}
.editer_btn_delete a {color: #fff; border-radius: 3px; background: #ff6c60; float: right;width: 44px;height: 22px;text-align: center;padding-top: 2px; }
.editer_btn_delete a:hover { background: #EE0000;}
.editer_btn_sh a {font-size:12px;color: #fff; border-radius: 3px; background: #fcb322; float: right;width: 44px;height: 22px;text-align: center;padding-top: 2px; }
.editer_btn_sh a:hover { background: #e2a01d;}
.editer_btn_info a {color: #fff; border-radius: 3px; background: #fcb322; float: left;width: 44px;height: 22px;text-align: center;padding-top: 2px; }
.editer_btn_info a:hover { background: #e2a01d;}
.editer_btn_restart a { font-size:14px;color: #fff; border-radius: 3px; background: #FF7256; float: left;width: 74px;height: 26px;text-align: center;padding-top: 6px; }
.editer_btn_restart a:hover {  background: #FF6347;}
.editer_btn_bigxc a {font-size: 14px;color: #fff; border-radius: 3px; background: #78cd5e; float: left;width: 74px;height: 26px;text-align: center;padding-top: 6px; }
.editer_btn_bigxc a:hover {  background: #12c712;}
.editer_btn_add a {font-size:14px;color: #fff; border-radius: 3px; background: #fcb322; float: left;width: 74px;height: 26px;text-align: center;padding-top: 6px; }
.editer_btn_add a:hover {  background: #e2a01d;}
.editer_mater_add a { color: #fff; border-radius: 3px; background: #fcb322; float: left;width: 74px;height: 24px;text-align: center; }
.editer_mater_add a:hover {  background: #e2a01d;}
.editer_btn_save a {  background: #5ab75c; padding: 6px 8px; color: #fff; }
.editer_btn_save a:hover {  background: #409142; cursor: pointer;}
.editer_btn_action a {  background: #52afef; padding: 6px 8px; color: #fff; }
.editer_btn_action a:hover{ background: #499dd7; }
.editer_btn_1 a {  border-bottom:#b3b3b3 1px solid; background: #f5f5f5; padding: 6px 8px; }
.editer_btn_1 a:hover {  background: #ddd; }
.editer_btn_7 a { color: #fff; border-radius: 3px; background: #006dcc; float: right;width: 44px;height: 22px;text-align: center;padding-top: 2px; }
.editer_btn_7 a:hover { background: #0259a4; }
.editer_btn_2 a {  background: #006dcc; padding: 6px 8px; color: #fff; margin-right: 10px; }
.editer_btn_2 a:hover { background: #0259a4; }
.editer_btn_3 a {  background: #5ab75c; padding: 6px 8px; color: #fff; }
.editer_btn_3 a:hover {  background: #409142; }
.editer_btn_sj a {  color: #fff; border-radius: 3px; background: #FF7256;float:right; width: 44px;height: 22px;text-align: center;padding-top: 2px;}
.editer_btn_sj a:hover {  background: #FF6347;}
.editer_btn_xj a {  color: #fff; border-radius: 3px; background: #78cd5e; float: right;width: 44px;height: 22px;text-align: center;padding-top: 2px; }
.editer_btn_xj a:hover {  background: #12c712;}
.editer_btn_savebig a {  color: #fff; border-radius: 3px; background: #5ab75c; float: left;width: 74px;height: 26px;text-align: center;padding-top: 6px; }
.editer_btn_savebig a:hover {  background: #409142;}
.editer_content_float_content_right_btn_qiut { position: absolute; bottom: 20px; right: 80px; }
.editer_content_float_content_right_btn_ok { position: absolute; bottom: -30px; right: 20px; }
.editer_tr_edit td {  color: #fff; border-radius: 3px; background: #ADADAD; float: left;width: 100px;height: 30px;text-align: center;padding-top: 1px; cursor: pointer;font-size: 14px;text-align: center;}
.editer_tr_edit td:hover {  background: #6C6C6C;}


/*pagination*/
#navi{display:block;}
#navi ul{display:inline;list-style-type:none}
#navi ul li{vertical-align:middle;height:26px;line-height:26px;display:inline}
#navi ul li a{background:#f5f5f5;border:#b7b7b7 1px solid;height:24px;float:left;margin:0;padding:0 10px}
#navi ul li.page_nav_on a{background:#41bede;border:#39abc6 1px solid;color:#fff}

/*table*/
.list_table{
    border:#ddd 1px solid;
    font-size: 12px;
}
.list_table tr{
    height: 30px;
}
.table_row_title{background: #d9d9d9; height: 30px; font-size: 12px; font-weight: bold;}
.table_row_odd{background: #f0f0f0; height: 30px;}
.table_row_even{background: #ffffff;height: 30px;}

.select_page_td{padding: 10px;width: 100px;height: 28px;overflow: hidden;background: url(../images/select_page.png) no-repeat right ;}
.select_page_td select{background: transparent;
   width: 110px;
   padding: 5px;
   margin: 0px -5px 0px 0px;
   font-size: 12px;
   border-radius: 3px;
   height: 28px;
   -webkit-appearance: none; /*for chrome*/}
   