﻿/*
*
{
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
*/
*{-webkit-text-size-adjust: 100%!important;}
html, input, select
{
    font-family: Arial, '宋体' , 'Microsoft Yahei' , '微软雅黑' , MSYahei, Verdana, Helvetica, sans-serif;
}
body
{
    background: #D8D8E5;
    font-family: Arial, '宋体' , 'Microsoft Yahei' , '微软雅黑' , MSYahei, Verdana, Helvetica, sans-serif;
}
.wrap
{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: #efeff4;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
a, a:link
{
    color: #333;
}
a:hover
{
    text-decoration: none;
}
/*——*/
.head
{
    height: 44px;
}
.head .con1
{
    position: fixed;
    top: 0;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    background: #313F46;
    color: #fff;
    width: 100%;
    max-width: 800px;
    z-index: 9;
}
.head .con1 a
{
    color: #fff;
}
.head .con1 .son1
{
    text-align: center;
    font-size: 12px;
}
.head .con1 .return
{
    position: absolute;
    height: 44px;
    width: 36px;
    background: url(/s/html/c/Life/img/ArrowReturn.png) no-repeat center center;
    background-size: auto 40%;
}
/*——*/
.search
{
    padding: 10px 10px 0;
}
.search .con1
{
    border: solid 1px #ddd;
    height: 44px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}
.search .con1 td
{
    vertical-align: top;
}
.search .con1 .td1 div
{
    padding-left: 10px;
}
.search .con1 .td1 div input
{
    height: 42px;
    line-height: 42px;
    border: 0;
    background: #fff;
    width: 100%;
    padding: 0;
    color: #ccc;
    text-align: center;
    font-size: 14px;
}
.search .con1 .td1 div input.on
{
    color: #666;
    text-align: left;
}
.search .con1 .td2
{
    width: 42px;
}
.search .con1 .td2 div
{
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: url(/s/html/c/Life/img/magnifier.png) no-repeat center center;
    background-size: 60%;
}
/*——*/
.foot
{
    height: 51px;
    max-width: 800px;
}
.foot .con1
{
    position: fixed;
    bottom: 0;
    height: 51px;
    background: #fff;
    width: 100%;
    max-width: 800px;
    border-top: solid 1px #ddd;
    background: #fcfcfc;
    z-index: 9;
}
.foot .con1 td
{
    width: 20%;
}
.foot .con1 td div
{
    padding-top: 3px;
}
.foot .con1 td div i
{
    display: block;
    height: 26px;
    background: url(/s/html/c/Life/img/home.png) no-repeat center center;
    background-size: auto 80%;
}
.foot .con1 td.td2 div i
{
    background-image: url(/s/html/c/Life/img/trophy.png);
}
.foot .con1 td.td3 div i
{
    background-image: url(/s/html/c/Life/img/join.png);
}
.foot .con1 td.td4 div i
{
    background-image: url(/s/html/c/Life/img/user.png);
}
.foot .con1 td.td5 div i
{
    background-image: url(/s/html/c/Life/img/more.png);
}
.foot .con1 td div b
{
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #888;
    padding: 0 2px;
    word-wrap: break-word;
    word-break: break-all;
}
.foot .con1 td.td1 div.on i
{
    background-image: url(/s/html/c/Life/img/home_on.png);
}
.foot .con1 td.td2 div.on i
{
    background-image: url(/s/html/c/Life/img/trophy_on.png);
}
.foot .con1 td.td3 div.on i
{
    background-image: url(/s/html/c/Life/img/join_on.png);
}
.foot .con1 td.td4 div.on i
{
    background-image: url(/s/html/c/Life/img/user_on.png);
}
.foot .con1 td.td5 div.on i
{
    background-image: url(/s/html/c/Life/img/more_on.png);
}
.foot .con1 td div.on b
{
    color: #679d12;
}
.foot .con1 td.td3 div.BigBtn
{
    background: #76AF1A url(/s/html/c/Life/img/plus.png) no-repeat center center;
    background-size: 50%;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border-radius: 40px;
    margin-top: -15px;
    box-shadow: 0 0 2px rgba(255,255,255,1);
}
.foot .con1 td.td3 div.BigBtn i, .foot .con1 td.td3 div.BigBtn b
{
    display: none;
}
/*——*/
.foot_more
{
    max-width: 800px;
    position: fixed;
    width: 100%;
    max-width: 800px;
    bottom: 51px;
    z-index: 9;
    display: none;
}
.foot_more .con1
{
    width: 30%;
    margin-left: 70%;
}
.foot_more .con1 ul
{
    margin: 10px;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 4px;
    position: relative;
}
.foot_more .con1 ul li
{
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}
.foot_more .con1 ul li:last-child
{
    border-bottom: 0;
}
.foot_more .con1 ul li a
{
    color: #666;
    display: block;
}
.foot_more .con1 ul:after, .foot_more .con1 ul:before
{
    border: solid transparent;
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
}
.foot_more .con1 ul:after
{
    border-width: 8px;
    border-top-color: #fff;
    bottom: -16px;
    margin-left: -8px;
    left: 50%;
    left: 70%;
}
.foot_more .con1 ul:before
{
    border-width: 9px;
    border-top-color: #ddd;
    bottom: -18px;
    margin-left: -9px;
    left: 50%;
    left: 70%;
}
/*——*/
.SwitchTab
{
}
.SwitchTab td
{
    width: 20%;
}
.SwitchTab.SwitchTab_Four td
{
    width: 25%;
}
.SwitchTab td div
{
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    text-align: center;
    color: #888;
    cursor: pointer;
    overflow: hidden;
    height: 50px; /*line-height: 50px;*/
    line-height: 52px;
}
.SwitchTab td.on div
{
    color: #088BF5;
    border-bottom: solid 2px #088BF5;
}
/*——*/
.MainList
{
}
.MainList .item
{
    border-bottom: solid 1px #ddd;
    padding: 8px 0;
    margin: 0 10px;
}
.MainList .item .td1
{
    width: 48px;
}
.MainList .item .td1 div
{
    width: 48px;
}
.MainList .item .td1 div i
{
    background: #888;
    position: absolute;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 0 6px;
    border-radius: 20px;
    line-height: 18px;
    margin: -5px 0 0 -5px;
    opacity: 0.5;
}
.MainList .item .td1 div i.col1
{
    background: #f00;
    opacity: 0.8;
}
.MainList .item .td1 div i.col2
{
    background: #f80;
    opacity: 0.8;
}
.MainList .item .td1 div img
{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 2px #fff;
    display: block;
}
.MainList .item .td2
{
}
.MainList .item .td2 div
{
}
.MainList .item .td2 div b
{
    font-weight: normal;
    font-size: 14px;
    color: #444;
    display: block;
    height: 20px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    padding-right: 8px;
}
.MainList .item .td2 div i
{
    font-style: normal;
    font-size: 12px;
    color: #999;
    display: block;
    height: 20px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    padding-right: 8px;
}
.MainList .item .td3
{
    width: 60px;
}
.MainList .item .td3 div
{
    width: 60px;
}
.MainList .item .td3 div img
{
    display: block;
    width: 60px;
    height: 50px;
}
/*——*/
.PoweredBy
{
    color: #888;
    text-align: center;
    padding-bottom: 10px;
    font-size: 12px;
}
.PoweredBy a
{
    margin: 0 4px;
    color: #088BF5;
}
/*——*/
.UserTitle1
{
    padding: 0 0 8px 30px;
    font-size: 18px;
    color: #999;
}
.UserTitle2
{
    padding: 16px 0 10px 15px;
    font-size: 16px;
    color: #999;
}
/*——*/
.AdminSetting
{
    background: rgba(0,0,0,.5);
    padding: 50px 45px;
    border-radius: 4px;
}
.AdminSetting a
{
    font-size: 12px;
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #76AF1A;
    border-radius: 4px;
    color: #fff;
    margin: 0 10px;
}
/*——*/
.StaticPages
{
    padding: 0 10px;
    display: none;
}
.StaticPages .p_prevhref, .StaticPages .p_nexthref
{
    display: block;
    font-size: 12px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    color: #999;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}
/*——*/
.JoinNotice
{
    margin-top: 5px;
}
.JoinNotice div
{
    padding: 0 10px 0 12px;
    height: 50px;
    overflow: hidden;
    background: #fff;
    border-bottom: solid 2px #ddd;
}
.JoinNotice div b
{
    display: block;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding-right: 24px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    color: #555;
    background: #fff url(/s/html/c/Life/img/ArrowRight.png) no-repeat right center;
    background-size: auto 30%;
}
.JoinNotice div b a
{
    color: #555;
}
/*——*/