﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-10-27 14:10:46
 * @version $Id$
 */
/*app头部*/
 .gropu_top {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #55a7f7;
    font-size: 0;
    height: 40px;
}
.gropu_top a {
    position: relative;
    display: inline-block;
    height: 40px;
    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;
}
 .gropu_top a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gropu_top a.group_title i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gropu_top a.group_circle i {
    right: 0px;
} 
.gropu_top .group_title {
    width: 60%;
}
.gropu_top .group_no{
    display: inline-block;
    width: 20%;
}
.gropu_top .group_back {
    display: inline-block;
    width: 20%;
    background:url(../img/images/top_left.png) no-repeat 20% center;
    background-size:10px auto;
}
.gropu_top .group_title {
    text-align: center;
}
.gropu_top .group_title i {
    color: #fff;
    font-size: 16px;
} 
.gropu_top .group_circle {
    display: inline-block;
    width: 20%;
    background: url(../img/images/top_right.png) no-repeat 80% center;
    background-size: 4px auto;
}
/*app底部*/
.group_footer {
    background-color: #f2f2f2;
    position: absolute;
    z-index: 30;
    bottom: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.group_footer ul {
    display: box;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}
.group_footer ul li {
    box-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    padding-top:5px;
}
.group_footer li a {
    display: block;
    color: #999;
    font-size: 12.4px;
    height: 43px;
    position: relative;
    text-align: center;
}
.group_footer ul li span {
    display:block;
    width: 24.4px;
    height: 24.4px;
    margin:0 auto; 
    background: url(../img/images/chat_group.png) no-repeat;
    background-size: 195.2px 24.4px;
}
.group_footer ul li.current a {
    color: #54a8fe;
}
.group_footer ul li.group_msg span {
    background-position: -97.6px 0;
}
.group_footer ul li.group_vip span {
    background-position: -73.2px 0;
}
.group_footer ul li.group_photo span {
    background-position: -122px 0;
}
.group_footer ul li.group_ours span {
    background-position: -170.8px 0;
}
.group_footer ul li.group_msg.current span {
    background-position: -146.4px 0;
}
.group_footer ul li.group_vip.current span {
    background-position: 0 0;
}
.group_footer ul li.group_photo.current span {
    background-position: -48.8px 0;
}
.group_footer ul li.group_ours.current span {
    background-position: -24.4px 0;
}
.group_footer ul li.group_msg i.sma{
    position: absolute;
    top: 0.1rem;
    right: 0.9rem;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #E10000;
    color: #fff;
    font-size: 0.6rem;
}
.group_footer ul li.group_msg i.mid {
    position: absolute;
    top: 0.1rem;
    right: 0.9rem;
    display: inline-block;
    width: 1.05rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #E10000;
    color: #fff;
    font-size: 0.6rem;
}
.group_footer ul li.group_msg i.ell {
    position: absolute;
    top: 0.1rem;
    right: 0.9rem;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #E10000;
    color: #fff;
    font-size: 0.6rem;
} 
/*右上角部分*/
.right_corner{
    width:105px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #54a8fe;
    position: absolute;
    top:50px;
    right:10px;
    z-index:60;
}
.right_corner>p{
    width:0;
    height: 0;
    border-width:8px;
    border-style:dotted dotted solid; 
    border-color:transparent transparent #54a8fe;
    margin-top:-15.2px;
    float:right;
    margin-right:0.28rem;
}
.right_corner ul li{
    height: 36px;
    line-height: 36px;
    width:90%;
    margin:0 auto;
    text-align: center;
    border:1px solid transparent;
    border-bottom:1px solid #c5e2ff;
}
.right_corner ul li:last-child{
    border-bottom:0;
}
.right_corner ul li i{
    display: inline-block;
    width:15px;
    height: 15px;
    background:url(../img/images/right_corner.png) no-repeat;
    background-size:45px 15px;
}
.right_corner ul li.right_cindex i{
    background-position: -30px 0;
}
.right_corner ul li.right_cset i{
    background-position: 0 0;
}
.right_corner ul li.right_cexplain i{
    background-position: -15px 0;
}
.right_corner ul li span{
    font-size: 14px;
    color:#fff;
    margin-left:25px;
}
/*遮罩层*/
.masker{
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    z-index:30;
    background-color:#000;
    opacity: 0;
    filter:alpha(opacity=0); 
}


.w_container{
    width:100%;
    position: absolute;
    bottom:48px;
    overflow: auto;
}
 .w_container::-webkit-scrollbar {
    display:none;
}
 
.w_container.w_inner{
    top:40px;
}
.w_container.w_inall{
    top:0;
}