@charset "UTF-8";
/* 基本樣式設定 */
body{
  font-family: Arial, Helvetica,"Hiragino Sans GB","Microsoft yahei","黑體","微軟正黑體",sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;  
  color: #999999;
  background: url(../images/bg.png) repeat-x;
  background-color: #000000;
}

*, 
*:before, 
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span {
  display: inline-block;
  *display: inline;
}
a {
  color: #ff9900;
  text-decoration: none;      
}
a.blue{color: #33a0ff;}
a:hover,
a:focus {
  cursor:pointer;
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
  font-family: inherit;
  line-height: 1em;
  color: inherit;
  font-weight: inherit;
}


h1,.h1 {font-size: 36px;}
h2,.h2 {font-size: 20px;}
h3,.h3 {font-size: 20px;}
h4,.h4 {font-size: 16px;}
h5,.h5 {font-size: 13px;}
h6,.h6 {font-size: 11px;}
.p14{font-size: 14px;}

.gray{color: #999999;}
.dark_pink{color:#c2185b;}
.pink{color: #ff4d00;}
.pink_b{color: #ff4d00; font-weight: bold;}
.warning{}

img{ border: 0;vertical-align: middle;}
.img-circle {
  border-radius: 500px;
  border: 1px solid #e5e5e5;
}


textarea,
.input,
.input_comment {
  margin:0px 5px 0px 0px;
  border: 1px solid #808080;
  background: #ffffff;
  border-radius: 2px; 
}

.btn {
  background-color: #ff9100;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  line-height: 20px;
  font-size: 14px;
  text-decoration:none;
  vertical-align: middle;
  border: 0;
}
.btn:hover{  background-color:#ff6600;}
.btn:active{
  position:relative;
  top:1px;
}

.btn_b{
  /*box-shadow: 0px 2px 0px 0px #00404d;*/
  font-size:16px;
  line-height: 25px;
}

.btn_gray{
  background-color: #4d4d4d;
  box-shadow: 0px 1px 0px 0px #4d4d4d;
  border-radius:2px;
  color:#ffffff;
  box-shadow: none;
}
.btn_gray:hover{background-color: #333333;}


/* 版面樣式設定 */
#wrapper{  
  width: 940px;
  margin: 0 auto;
}

.TOP_BG{width: 100%;background-color: #000000;}
.TOP:after,
.TOP_MENU:after,
.TOP_MENU_MAIN:after,
.SEARCH:after{
  content:"";
  display: block;
  clear: both;
}
.TOP{width: 940px;margin:0 auto;height: 60px; margin: 0 auto;}
.TOP_MENU_SUB{text-align: right;vertical-align: top;}
.TOP_LOGO{;margin: 0 auto; height: 60px;text-align: left;}
.TOP_MENU{width: 100%;background-color:#111111; }

.TOP_MENU_SUB .LOGON,.TOP_MENU_MAIN_LIST{margin: 0;padding: 0;}
.TOP_MENU_SUB .LOGON li,.TOP_MENU_MAIN_LIST li{list-style: none;float: left;}

.TOP_MENU_SUB .ADDWEB{padding-top: 5px;}
.TOP_MENU_SUB .ADDWEB a{color: #e6e6e6;}
.TOP_MENU_SUB .ADDWEB a:hover{color: #f2ff80;text-decoration: none;}
.TOP_MENU_MAIN{ 
  width: 100%; 
  margin: auto; 
  height: 40px;
  background-color: #ff8800;
}
.TOP_MENU_MAIN_LIST{ width: 940px;margin: auto; background-color: #ffaa00;}
.TOP_MENU_MAIN_LIST img{vertical-align:text-top;*vertical-align:text-bottom;margin-right: 5px;}
.TOP_MENU_MAIN_LIST td{border-left: 1px solid #ff8800}
.TOP_MENU_MAIN_LIST td:first-child{border-left: 0px}
.TOP_MENU_MAIN_LIST a{ display: block; padding: 0 6px; color: #111; font-size:18px; line-height: 40px;font-weight: bold;}
.TOP_MENU_MAIN_LIST a.on{}
.TOP_MENU_MAIN_LIST a:hover{ background-color: #ff8800;text-decoration: none}

.left{background-color: #111111; border-left: 1px solid #222222;}
.title{
  color: #ff4d00;
  font-weight: bold;
  letter-spacing:0.15em;
  white-space: nowrap;
}
.left .title{ font-size: 16px;color: #ffffff; line-height: 1.5;border-bottom: 3px solid #ff9100;text-align: left;padding-top: 15px;}
.left .title img{margin-right: 5px;}

.main_title:after{content:""; display: block; clear: both;}
.main_title{ padding: 10px;text-align: left;border-bottom: 1px solid #ff9100;vertical-align: bottom;}
.main_title img{vertical-align:}
.main_title .title{font-size: 20px;line-height: 30px;color: #ff9100;}

.logon{width: 180px; margin: 10px auto 5px;padding: 0; color:#ffffff;}
.logon li:after{content:""; display: block; clear: both;}
.logon li{ list-style: none; padding: 4px 0px;text-align: left;line-height:1.6;}
.logon a{ color: #ffffff;}
.logon a.blue{ color: #33bbff;}
.logon a:hover{ color: #ff9900;}
.logon img{ vertical-align: text-top; margin-right: 5px;}
.logon .title{ color: #ffffff;text-align: left;padding: 5px 0px 0;margin: 0;font-weight: normal;border-bottom: 3px solid #ff9100;}
.logon input{margin: 0;width: 180px;*width:174px;padding: 2px;background-color: #000000;color: #ffffff;border: 1px solid #808080;}
.logon input.a_left{width: 115px;}
.logon .btn{width: 100%;font-size: 14px;padding: 5px;margin: 4px 0;}
.logon hr{border: 0px;border-bottom:1px dotted #444444;margin: 0}
.a_right{float: right;}
.a_left{float: left}


.app_btn{
  background: url(../images/appbtn_bg.png) top repeat-x;
  background-color: #000000;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  border: 2px solid #1a1a1a;
}

/*主持排行*/
.right_list{ margin: 10px auto;}
.right_list tr td{padding: 2px 0;}
.right_list tr td.text{padding: 0 8px;color: #ffffff;}
.right_list tr td.text a{color: #ffffff;}
.right_list tr td.text a:hover{color: #ff9100;}
.right_list tr td:first-child{ width: 30px;color: #ff9100;font-weight: bold;font-size: 18px;font-style: italic;}
.right_list tr td img{border-radius: 50px;}

.connent_btn{
  display:inline-block;
  background-image: url(../images/connent_btn_bg.gif);
  background-repeat: repeat-x;
}
.connent_btn td{vertical-align: middle;}
.connent_btn a{color: #4c4c4c;}
.connent_btn a:hover,
.connent_btn a:focus{color: #1a1a1a;}
.connent_btn td.none{background-color: #ffffff;}
.connent_btn td.connent_btn_e:hover, 
.connent_btn .on{
  background-image: url(../images/connent_btn_onbg.gif);
  background-repeat: repeat-x;
}


.bpinkline{
  background-image: url(../images/bottom_deco.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
/*主持篩選*/
.main_left_menu:after,
.main_left_menu_btn:after,.main_left_menu_btn li:arter{
  content:"";
  display: block;
  clear: both;
}
.main_left_menu{font-size: 14px; padding: 0;color: #ffffff;border-bottom: 3px solid #ff9100;}
.main_left_menu .title{margin: 0; color: #ffffff;text-align: left;padding: 10px 0;font-size: 20px;font-weight: normal;}
.main_left_menu_btn{margin: 0;padding: 0; list-style: none;}
.main_left_menu_btn li{float: left;margin: 0 4px 0px 0;height: }
.main_left_menu a{display: block; padding: 4px 4px; *padding: 3px;border-radius: 0px;color: #666666;background-color: #dddddd;line-height: 18px}
.main_left_menu a:hover{background-color: #b3b3b3;color: #333333;text-decoration: none;}
.main_left_menu a.on{ 
  background-color: #ff9100;
  color: #111111;
  text-decoration: none;
}
.main_left_menu .level{}
.main_left_menu .level a{padding-left:25px;background-position:5px center;background-repeat: no-repeat;}
.main_left_menu .level a.ordinary{background-image:url(../images/ordinary.gif);}
.main_left_menu .level a.caution{background-image:url(../images/caution.gif);}
.main_left_menu .level a.rated{background-image:url(../images/rated.gif);}

.search{
  float: right;
  margin-top: 0px;
  padding: 0;
  border: 1px solid #82878c;
  height: 24px;
  overflow: hidden;
}
.search input{
  float: left;
  padding: 4px;
  border: 0;
  outline: none;
  vertical-align: top;
  color: #ffffff;
}
.search .host_text{
  width: 150px;
  background: url('../images/search.png') no-repeat 4px 4px;
  padding-left: 22px;
  outline: none;
  -webkit-appearance: textfield;
}
.search .btn{
  height: 24px;
  padding: 4px 8px 5px!important;
  margin: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #82878c;
  border: 0;
}
.search .btn:hover{background-color: #706d73}



/*FAQ*/
.top_list:after,{content:""; display: block; clear: both;}
.top_list{display: inline-block;  zoom: 1;  *display: inline; margin: 0;padding: 0px ; border-bottom: 1px solid #cccccc; }
.top_list a{display: block; font-size: 14px; padding: 2px; line-height: 50px;  color: #ff409e; color: #888888;}
.top_list a:hover,.top_list a.on{ color: #111111;}
.top_list a.on{
  background-image: url(../images/bottom_deco.gif);
  background-position: bottom;
  background-repeat: repeat-x;}
.top_list li{ float: left; margin-right:10px; list-style: none;}
.faq_list{line-height: 1.6;padding: 10px;}
.faq_list a{color: #ff4d00;}

.content_wbg{background-color: ;}

/*主播列表樣式*/
.host_row{width: 100%; margin: 5px 0;}
.host_e{
  width: 170px;
  margin: 8px 0;
  padding: 0px;
  background-color: #ffffff;
  list-style: none;
}
.host_e li{margin: 0;}
.host_e .host_photo{position: relative;border:2px solid #ffffff; }
.host_e .host_photo img{width: 166px;height: 166px; }

.mode{
  float:right;
  top: 0;
  z-index: 2;
  margin: 0; 
}
.host_name{
  text-align: left; 
  font-size: 14px;
  line-height: 20px;
  padding-left: 5px;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
}
.host_name a{display: inline-block; color: #000000;font-weight: normal;}
.host_name a:hover{color: #ff4d00;}
.host_e .host_name .text{margin-top: 2px;}
.host_pay{font-size: 12px;*font-size: 11.5px;color: #666666;padding: 2px 5px;letter-spacing: -0.0em;text-align: right;}
.host_pay .level{vertical-align: top;float: left;}
.host_pay .pay1{color:#0088cc;font-weight: ;}
.host_pay .pay2{color:#b35e4d;font-weight: ;}
.host_mode{ }
/*在線狀態*/
.host_e .online,.host_e .act,.host_e .busy,.host_e .rest{
  padding:0px 3px;
  width: 60px;
  text-align: center
}

.online{background-color: #ffbf00;color: #222222;border: 2px solid #ffbf00;}
.act{background-color: #ff9100;color: #222222;border: 2px solid #ff9100;}
.busy{background-color: #ff1a1a;color: #ffffff;border: 2px solid #ff1a1a;}
.rest{background-color: #cccccc;color: #555555;border: 2px solid #cccccc;}

.host_e .b_online,.host_e .b_act,.host_e .b_busy,.host_e .b_rest{
  width: 125px;
  margin: 5px;
}
.b_online,.b_act,.b_busy,.b_rest{
  margin: 5px 0px;
  padding: 3px;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff
}

.b_online{border: 1px solid #ffbf00;background-color: #ffbf00;color: #222222;}
.b_online:hover{border: 1px solid #e6ac00;background-color: #e6ac00;color: #222222}
.b_act{border: 1px solid #ff7f00;background-color: #ff7f00;color: #222222;}
.b_act:hover{border: 1px solid #e66322;background-color: #e66322;color: #222222}

.b_busy{border: 1px solid #ff1a1a;background-color: #ff1a1a;color: #ffffff;}
.b_busy:hover{border: 1px solid #e61717;background-color: #e61717;color: #ffffff}
.b_rest{border: 1px solid #cccccc;background-color: #cccccc;color: #555555;}
.b_rest:hover{border: 1px solid #b3b3b3;background-color: #b3b3b3;}

/*新進主播*/
.new_host:after,{content:""; display: block; clear: both;}
.new_host{margin: 10px auto 30px;width: 725px;}
.new_host .title{ width: 725px;margin: 0; color: #ffffff;text-align: left;padding: 5px 0px;font-size: 20px;font-weight: normal;border-bottom: 3px solid #ff9100;}
.new_host_e{float: left;width: 145px; padding: 0px;margin:0px 0px 0 0;}
.new_host_e .b_online,.new_host_e .b_act,.new_host_e .b_busy,.new_host_e .b_rest{margin: 0px;padding: 2px;}
.new_host_e li{list-style: none;margin: 0;padding: 0;}
.new_host_e .mode{ padding: 0px;margin: 0;position: absolute;top: 0;right: 0;}
.new_host_e .host_photo{text-align:left;position: relative;}
.new_host_e .host_photo img{width: 145px;height: 145px;}
.new_host_e .host_photo p{margin: 0;}
.new_host_e .host_name{display: none;}
.new_host_e .host_photo:hover .host_name{ width: 145px; display: inline; position: absolute;bottom:0;text-align: center;line-height: 1.8;color: #ffffff;background-color: rgba(0, 0, 0, 0.4);background-color: #999 \9;padding: 0}
.new_host_e .host_name a{color: #ffffff;}
.new_host_e .host_name a:hover{color: #ffffffff;text-decoration: none;}

.new_host .bigger{width:290px;}
.new_host .bigger:hover .host_name{width:290px;}
.new_host .bigger img{width: 290px;height: 290px;}





/*主播頁*/
.host_top{margin: 10px auto;}
.host_top td{text-align: left;*line-height: 2.5;height: 40px}
.host_top a{padding: 5px 10px;*padding: 4px 10px;margin-right: 5px;border-radius: 5px; border: 1px solid #cccccc;color: #333333;font-size: 14px;}
.host_top a.pink{border: 1px solid #ff4d00;color: #ffffff;background-color: #ff4d00;}
.host_top a:hover{background-color: #f2f2f2;color: #000000;}
.host_top a.pink:hover{background-color: #ff9100;border: 1px solid #ff9100;color: #ffffff;text-decoration: none;}
.host_info{width: 500px;color: #666666}
.host_info td{
  line-height: 2;
  text-align: left;
}
.pic_b img{
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pic_s img{
  width: 104px;
  height: 104px;
  padding: 2px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.dotted{  border-bottom: 1px dotted #b2b2b2;}
.part{border-right: 1px solid #d9d9d9}
.host_grade{
  color: #e91e63;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.75em;
}
.host_grade:first-letter{font-size: 100px;}

.faq_comment,
.host_comment{ text-align: left;}
.faq_comment{line-height: 22px;}
.faq_comment .message,
.host_comment .message{border-top: 1px dotted #ff4d00;}
.faq_comment .BG_pink,
.host_comment .BG_pink{background-color: ;}
.faq_comment .message table{width: 100%;}

.vedio,.record,.host_record{margin: 15px 0;border: 1px solid #e0e0e0;}
.vedio > thead>tr>td,
.record > thead>tr>td,
.host_record > thead>tr>td{border-bottom: 2px solid #ff9100;color:#ff4d00;font-size: 14px;line-height: 2;padding: 2px;}
.record tbody tr td,
.host_record tbody tr td{border-bottom: 1px solid #cccccc;color:#555555;line-height: 2;padding: 2px;}
.vedio tbody tr td{border-bottom: 1px solid #e6e6e6;color:#4c4c4c;line-height: 16px;padding: 2px}
.record > tbody >tr:hover,
.vedio > tbody >tr:hover,
.host_record > tbody >tr:hover{background-color: #f5f5f5;}

.member_table{margin: 10px auto;color: #444444;}
/*.member_table >thead>tr > td{background-color: #088199;color:#ffffff;font-size: 14px;}*/
.member_table >tbody>tr > td{/*border-top: 1px dotted #b2b2b2;*/ line-height: 1.6;}
.member_table input{padding: 4px}
.member_table .btn{padding: 8px 25px;}

.pay_table{font-size: 12px; color: #222222;padding: 25px 0;}


.FOOTER{margin-top: 0px;border-top: 1px solid #222222;}
.LAST{
  padding:10px 10px 15px 10px;
  margin: 0 auto;
  line-height: 1.5rem; 
  color: #999999;
  text-align: center;
}


