/**
 * 首页
 * @route / start
 */

html, body {
    height: 100%;
}

.wechat-icon {
    position: fixed;
    top: 0;
    left: -300px;
}

a:active,a:hover,a:focus,a:visited {
    text-decoration: none;
    outline: none;
}

@font-face {
    font-family: 'iconfont';  /* project id 470143 */
    src: url('//at.alicdn.com/t/font_470143_s7kfspjqytn2vs4i.eot');
    src: url('//at.alicdn.com/t/font_470143_s7kfspjqytn2vs4i.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_470143_s7kfspjqytn2vs4i.woff') format('woff'),
    url('//at.alicdn.com/t/font_470143_s7kfspjqytn2vs4i.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_470143_s7kfspjqytn2vs4i.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont:before {
    vertical-align: middle;
}

.frontPage-container .logo {
    margin: 15% 0 2%;
}

.brand {
    color: #007ed6;
    margin-bottom: 20%;
}

.brand h1 {
    margin-bottom: 5pt;
}

.brand span {
    font-size: 12pt;
}

.tips {
    color: #ffffff;
    line-height: 20pt;
    margin-top: 5%;
}

.frontPage-container img {
    max-width: 100px;
}

.frontPage-container .btn {
    -moz-box-shadow: 3px 5px 2px #508DD0; /* 老的 Firefox */
    box-shadow: 3px 5px 2px #508DD0;
    margin-top: 18pt;
    background: #ffffff;
    color: #0065c8;
    font-size: 13pt;
}

.frontPage-container .btn .iconfont {
    font-size: 20pt;
}

/**
 * 登录
 * @route / login
 */
.loginForm .btn-area {
    margin-top: 25%;
    padding-left: 0;
    padding-right: 0;
}

.loginForm button {
    border-radius: 20px;
    background: #0d88d4;
    color: #b1e2fe;
}

.loginForm p.help-block {
    margin-top: 10pt;
    color: #019ee3;
    font-size: 10pt;
}

.loginForm {
    margin-top: 10%;
}

.slice-border {
    text-align: center;
}

.slice-border b {
    display: inline-block;
    width: 40%;
    background: #ddd;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 1px;
}

.slice-border span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #a1a2a3;
}

/**
 * 登录
 * @route / qrCodeLogin
 */

.wechat-login-tips {
    margin-top: 25px;
}

.wechat-login-tips .btn {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #cecfcf;
    color: #6a6b6c;
    padding: 5px;
    /*line-height: 22pt;*/
    margin-top: 20px;
}

.wechat-login-tips .btn .iconfont {
    font-size: 20pt;
    color: #2ca43a;
    vertical-align: -3px;
}

#wechatLoginCode img {
    margin-top: 15pt;
    display: inline-block !important;
}

/**
 * 排行榜
 * @route / circleMember
 */
.rank-container #searchForm {
    padding-top: 2%;
    margin-bottom: 15pt;
}

.rank-container .modal-dialog {
    top: 35%;
}

.rank-container .logout {
    position: absolute;
    top: 2pt;
    right: 20pt;
}

.logout .caret {
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.rank-container ul#tabs,
.detail-container ul#tabs {

    border: 0;
}

.rank-container .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #0d87d3;
    color: white;
}

.rank-container .nav-center ul.nav {
    display: inline-block;
}

.rank-container .nav-center ul.nav li {
    display: inline;
}

.rank-container .nav-center ul.nav li a {
    float: left;
}

.rank-container .nav-tabs > li > a {
    color: #929394;
    padding: 6px 18px;
    margin: 0 5pt;
    border-radius: 25px;
    border: 1px solid #929394;
}

.rank_type_tabs .btn-primary {
    background: none !important;
    border: 0;
    border-radius: 0;
}

.rank_type_tabs .btn-primary.active.focus,
.rank_type_tabs .btn-primary.active:focus {
    color: #717272 !important;;
    background-color: white;
    border: 0;
}

.rank_type_tabs label.active {
    border-bottom: 2px solid #0391c9 !important;
    background: none;
    color: #717272 !important;
    box-shadow: none;
}

.rank_type_tabs {
    border-bottom: 2px solid #d6d7d8;
}

.rank_type_tabs .btn-group {
    bottom: -2px;
    position: relative;
}

.rank_type_tabs label {
    color: #a8a9aa !important;;
}

#searchForm a#drop4 {
    color: #929394;
}

#searchForm #menu1 li {
    padding: 3pt 10pt;
    border-bottom: 1px solid #ccc;
}

#searchForm #menu1 {
    padding: 0;
}

#currentCircleId {
    padding: 8pt 0 0 0;
}

ul.timing {
    border-top: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    padding: 10pt;
    position: relative;
}

ul.timing:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 1px;
    width: 80%; /* or 100px */
    border-bottom: 1px solid #ccc;
}

ul.timing li {
    display: inline-table;
}

ul.timing li input {
    width: 85pt;
}

.input-group-addon {
    padding: 0;
    background: none;
    border: 0;
}

.select-date {
    border: none;
    /*border-bottom: 2px solid #eee;*/
    outline: none;
    box-shadow: none;
}

/**
 * 详情
 * @route / inviteDetail
 */
.detail-container a {
    display: inline-block;
    margin-bottom: 15pt;
}

.login-icon .iconfont {
    font-size: 60pt;
    color: #0d88d4;
}

.loginForm input {
    border: none;
    border-bottom: 2px solid #eee;
    outline: none;
    box-shadow: none;
}

/*去掉chrome填充色*/
input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 0 0 1000px white !important;
}

#backLink {
    color: #666666;
    display: block;
    position: absolute;
    top: 3.5%;
    left: 5%;
}

#backLink .iconfont {
    font-size: 18pt;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}
.org-text{
    color: orange;
}
