﻿body {
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*图像半透明文字带css*/
/*图像半透明文字带css*/
/*图片轮播*/
.banner
{
    position:relative;
    }
.banner ul
{
    list-style:none;
    }
.banner .bd img
{
    display:block;
    width:100%
    }
.banner .hd
{
    text-align:center;
    position:absolute;
    z-index:8;
    left:0;
    right:0;
    bottom:0;
    }
.banner .hd li
{
    display:inline-block;
    vertical-align:middle;
    width:10px;
    height:10px;
    border-radius:5px;
    margin:10px 5px;
    background:#fff
    }
.banner .hd li.on
{
    background:#0191d7
    }
/*图片轮播*/

.page__hd
{
    padding:25px;
    background-color: #fff;
    }
.page__title
{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    }
.page__desc {
    margin-top: 5px;
    color: #888;
    text-align: left;
    font-size: 14px;
}
.page__hd img
{
    width:100%;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`~~~~*/
/*星级css*/
.star
{
    position: relative;
    margin-left: 5px;
    margin-top: -15px;
    width:80px;
    height: 12px;
    background: url(/00style/images/x.png) no-repeat left center;
    background-size: 80px;
    }
.star i
{
    display: block;
    height: 12px;
    background: url(/00style/images/xon.png) no-repeat left center;
    background-size: 80px;
    }
/*星级css*/
/*星级css2*/
#star
{
    width:120px;
    height: 20px;
    background-size: 120px;
    margin-top:0px;
    }
#star #ispan7
{
    height: 20px;
    background-size: 120px;
    }
/*星级css2*/
/*微信头像加昵称竖排显示css*/
.joinP
{
    padding-left: 10px;
    list-style: none;
    }
.joinP li
{
    width: 13%;
    padding: 5px;
    display: inline-block;
    text-align: center;
    }
.joinP li a img
{
    display:block;
    width:100%;
    border-radius: 50%;
    }
.joinP li a p
{
    font-size:0.8em;
    overflow: hidden;
    height:1.5em;
    color:#999;
    }
/*微信头像加昵称竖排显示css*/
/*评价显示css*/
.pingjia
{
    padding-left:10px;
    padding-right:10px;
    list-style: none;
    }
.pingjia li
{
    padding:5px;
    }
.pingjia li .l1
{
    border-bottom:1px solid #ddd;
    }
.pingjia li .l1 .inle
{
    display:inline-block;
    font-size:0.9em;
    }
.pingjia li .l1 .star
{
    display: inline-block;
    float: right;
    margin-top: 4px;
    }
.pingjia li .l2
{
    clear:both;
    font-size:0.9em;
    color: dimgrey;
    }
/*评价显示css*/
/*wechatUI底部菜单点击-补充*/
.weui-navbar__item.sub:before {
    content: "›";
    position: absolute;
    right: 5px;
}
/*底部菜单点击-仿公众号底部单元css*/
.weui-navbar
{
    top:auto;
    bottom:0;
    position:fixed;
    border-top: 1px solid #dedede;

    }
.weui-navbar .xsub
{
    display:none;
    }
.weui-navbar .block .xsub
{
    display:block;
    width: 33.3333%;
    top: auto;
    bottom: 50px;
    position: fixed;
    z-index: 99;
    background-color: #fafafa;
    }
.weui-navbar .xsub a
{
    line-height: 50px;
    display:block;
    height:50px;
    border: 1px solid #eee;
    color: #333;
    }
.weui-navbar input
{
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 15px;
    background-color: transparent;
    width:100%;
    border: none;
    }
.weui-navbar .xsub input
{
    height: 50px;
    line-height: 50px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #eee;
    background-color: #fafafa;
    width:100%;
    }
/*底部菜单点击-仿公众号底部单元css*/
/*pre编辑按钮样式*/
.preeditK
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color:#555;
    border:1px solid #666;
    margin: 10px 10px;
    }
/*pre编辑按钮样式*/
/*活动详细页面的活动信息标题重构*/
#menuindex
{
    font-size: 15px;
    padding-top  :0px;
    width:100%;
    top:0;
    z-index: 1;
    background-color: #ffffff;
    }
#menuindex .spanS
{
    padding: 0px 10px;
    display: -webkit-inline-box;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #777;
    margin-bottom: 5px;
    }
#menuindex .selc
{
    background-color: #5891d8;
    border-bottom: 1px solid #909090;
    border-top: 1px solid #f7f7f7;
    }
#menuindex .spanS a
 {
    color:#666;
     }
#menuindex .selc a
{
    color:White;
    }
.Gdetail
{
    font-size: 15px;
    background-color: white;
    border-bottom: 1px solid #eee;
    margin-left: 5px;
    margin-right: 5px;
    }
.Gdetail .spanX
 {
    color: #3daafc;
    font-weight: 600;
     }
/*活动详细页面的活动信息标题重构*/
/*信息单元-仿公众号信息格式css*/
.pagecell
{
    background-color:White;
    padding-bottom:30px;
    }
/*信息单元-仿公众号信息格式css*/
/*信息单元-内的input输入格式css*/
.weui-form-preview__input
{
    text-align:left;
    height: 3em;
    line-height:3em;
    }
.weui-form-preview__input .weui-form-preview__label
{
    }
.weui-form-preview__input .weui-form-preview__value input
{
    width:50%;
    height: 2.5em;
    margin-top: 0.1em;
    border: 1px dashed #ddd;
    border-radius: 2px;
    font-size: 1em;
    }
/*信息单元-内的input输入格式css*/
/*标签统一格式css*/
.in-link
{
    padding:10px 15px;
    }
.in-link span
{
    display:inline-block;
    font-size: 14px;
    padding:3px 4px 3px 4px;
    border-style:groove;
    border-width:2px;
    margin: 3px;
    }
.in-link span.select {
    background: #0089f2;
    color: #fff;
}
/*标签统一格式css*/
/*页面其他统一格式css*/
.page__bd
{
    }
.mycell__text
{
    padding:5px 15px 5px 15px;
    font-size:15px;
    }
.mycell__text h1
{
    text-align: left;
    font-size:20px;
    font-weight:bolder;
    }

.page__bd_spacing
{
    padding:15px;
    padding-bottom:65px;
    }
/*页面其他统一格式css*/
.black
{
    color:#333;
    }
.buttomT
{
    position: fixed;
    right: 2em;
    bottom: 5em;
    z-index: 90;
    padding: 0.3em 1em;
    background: #e643402e;
    border: 2px solid #E64340;
    border-radius: 10px;
    color: #E64340;
    }
.statusIM
{
    border-radius: 20%;
    padding: 0.3em 0.5em;
    background-color: #1aad19;
    color: white;
    }
.hide
{
    display:none;
    }