﻿@charset "utf-8";
/* CSS Document */

body{color:#333;}
a{ color:#333;}
a:hover,a:active,a:focus{ color:#333;}


.body_bj{ background-color:#f4f4f4; background-image:url(bj.png); background-repeat:no-repeat; background-size:cover}
/*顶部栏*/
.top_bar_title{ height:38px; overflow:hidden; line-height:100%; position:relative; background:#51c4d4;  box-shadow:#ccc 0 1px 3px; }
.top_bar_title .h3_title{ overflow:hidden; text-align:center; line-height:38px; color:#fff; text-shadow:0 1px 0 #3ba3b2;}
.top_bar_title .h3_title .i_icon{ padding-right:5px; font-size:22px; }
.top_bar_title .h3_title em{ font-size:18px; font-weight:bold;}

.app_det_box{ overflow:hidden; padding:10px;}
.app_det_box .app_icon_box{ width:84px; height:84px; overflow:hidden;  box-shadow:0 1px 3px #ccc;margin-right:10px;}
.app_det_box .app_icon_box .p_img{ width:80px; height:80px; margin:0 auto; margin-top:2px;}
.app_det_box .app_icon_box img{width:80px;}

.app_ewm_box{ width:150px; height:150px; background:#fff; margin:0 auto; margin-top:10px; box-shadow:0 1px 3px #ccc; overflow:hidden;}
.app_ewm_box .p_img{ width:140px; height:140px; margin:5px auto;}
.app_ewm_box img{max-width:100%;}
.app_ewm_info{ text-align:center; font-size:12px; color:#999;  text-shadow:0 1px 0 #fff;}

.app_det_box .app_text_box{ padding:0 5px; overflow:hidden;}
.app_det_box .app_text_box .h4_tit{ font-size:16px; text-shadow:0 1px 0 #fff; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.app_det_box .app_text_box .p_info{ color:#666; font-size:12px; line-height:18px; word-wrap:break-word ; word-break:break-all;}

.p_line{ height:0px; overflow:hidden; border-bottom:1px solid #51c4d4;}

.border-botton-1-lv{ border-bottom:1px solid #96c120; color:#96c120}
.border-botton-1-lan{ border-bottom:1px solid #09f; color:#09f}
.border-botton-1-cheng{ border-bottom:1px solid #f90; color:#f90}

.app_titbar_box{ overflow:hidden;}
.app_titbar_box .h4_tit{ height:29px; line-height:29px; font-size:15px; padding:0 10px 0 0; text-shadow:0 1px 0 #fff;}

.app_text_body{ font-size:12px; color:#999; padding:5px 0; line-height:18px; word-wrap:break-word ; word-break:break-all;}
.app_text_body .p_icon{ height:20px; line-height:20px; text-align:right; font-size:16px; color:#666;}

.app_btn_group{ overflow:hidden; margin-top:10px;}
.app_btn_group li{  line-height:100%; font-size:16px; margin-bottom:10px; background:#fefefe; padding:10px; position:relative;}
.app_btn_group li .icon-i{ width:20px; text-align:center; font-size:18px; display:inline-block;}
.app_btn_group li .em_name{ padding-left:10px;}
.app_btn_group li .p_icon{ position:absolute; right:0; top:50%; margin-top:-15px; width:30px; height:30px; line-height:30px; font-size:12px; text-align:center; color:#ccc;}



.text_color_red{ color:#f74eaa}
.text_color_lv{ color:#96c120}     
.text_color_cheng{ color:#eba215}
.text_color_lan{ color:#51c4d4}

