daybox-hd .header {
    height: 80px;
    border-bottom: 1px solid #dadada;
}


/* 新版
----------------------------------*/

body.bg-gray {
    font-family: Microsoft Yahei;
    background: #f8f8f8;
}

.cover {
    background: url(../img/cover.jpg);
    background-position: center;
    background-size: cover;
    font-family: Microsoft Yahei;
}

    .cover .logo {
        padding-left: 10px;
    }

        .cover .logo a {
            color: #fff;
            margin-top: 30px;
            margin-right: 20px;
        }

            .cover .logo a img {
                height: 35px;
                margin-left: 10px;
            }

.first-page {
    height: 780px;
}

    .first-page .content {
        color: #fff;
        text-align: center;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 150px;
        font-size: 18px;
        line-height: 2em;
    }

        .first-page .content .shadow {
            background: url(../img/35shadow.png);
            padding: 10px 10px;
            border-radius: 5px;
            width: 640px;
            margin: 0 auto;
            margin-top: 40px;
        }

        .first-page .content h1 {
            font-weight: 100;
            font-size: 24px;
            padding-bottom: 0px;
            margin: 5px 0;
            color: #fff;
            line-height: 1.5em;
        }

        .first-page .content p {
            color: #444;
            margin-top: 10px;
        }

        .first-page .content .btn {
            margin-top: 20px;
            padding: 10px 45px;
        }

    .first-page .arrow {
        margin-top: 50px;
    }

        .first-page .arrow a {
            background: url(../img/arrow0.png);
            display: block;
            width: 32px;
            height: 44px;
            margin: 0 auto;
        }

            .first-page .arrow a:hover {
                background: url(../img/arrow.png);
            }
/* navi */
.navibar {
    background: #fff;
    border-bottom: 1px solid #dadada;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0px 2px #aaa;
    z-index: 1000;
    width: 100%;
}

    .navibar .logo {
        font-size: 18px;
        color: #666;
    }

        .navibar .logo img {
            height: 35px;
            margin-top: -5px;
        }

    .navibar li {
        list-style: none;
        display: inline-block;
        margin-left: 20px;
    }

        .navibar li a {
            color: #aaa;
            text-decoration: none;
        }

            .navibar li.active a, .navibar li a:hover {
                color: #08c;
            }

.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .content h1 {
        text-align: center;
        font-size: 28px;
        font-weight: 100;
        margin-top: 50px;
    }

    .content .deco {
        width: 100px;
        height: 2px;
        background: #08c;
        margin: 0 auto;
        margin-bottom: 50px;
    }

/* app */
.app .content h1 {
    text-align: left;
    margin-top: -50px;
}

.app .content .deco {
    margin-left: 0;
    margin-bottom: 10px;
    background: #ff9000;
}

.app {
    padding: 40px 0;
    background: #f4f4f4;
    border-bottom: 1px solid #eee;
}

.app_content {
    background: url(../img/appbg.png) no-repeat right;
    height: 380px;
}

.phone {
    background: url(../img/phone.png) no-repeat;
    width: 214px;
    height: 487px;
}

.screenshot {
    width: 185px;
    height: 330px;
    margin-top: 56px;
    margin-left: 15px;
}

.app_content {
    margin-left: 40px;
    padding-top: 50px;
}

.iosandroid {
    padding-bottom:10px;
}
    .iosandroid i {
        margin-right:5px;
    }
.iosandroid span {
    font-size:18px;
    margin-right:20px;
    font-weight:100;
    color:#aaa;
}

.uptext {
    height: 120px;
    position: relative;
}
.uptext h2,.uptext h4 { display: inline-block; margin-right:10px;}
    .uptext .mask {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 100%;
    }

    .uptext h2 {
        font-size: 26px;
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .uptext h4 {
        font-weight: 100;
        color: #ddd;
        padding-bottom: 5px;
        color: #aaa;
    }

    .uptext p {
        font-size: 15px;
        line-height: 160%;
        color: #333;
    }


/* hiddenbg */
.hiddenbg img {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

/* sp */

.special {
    text-align: center;
    line-height: 1.8em;
    border-bottom: 1px solid #eee;
    padding-bottom: 120px;
    padding-top: 60px;
    color: #fff;
}

    .special .deco {
        background: #71be3c;
    }

    .special i {
        font-size: 56px;
        margin-bottom: 20px;
        color: #eee;
    }

    .special .span4:hover i {
        transition: ease-in .3s;
        color: #71be3c;
        transform: rotate(7deg);
    }

    .special h3 {
        font-weight: 100;
    }

    .special p {
    }


/* function */

.function {
    line-height: 1.8em;
    background: #fafafa;
    padding-bottom: 120px;
    border-bottom: 1px solid #eee;
}

    .function img {
        margin-bottom: 10px;
    }

    .function h4 {
        font-weight: 100;
    }

    .function p {
        color: #333;
    }

/* footer */

.footer {
    background: #fff;
    color: #666;
    padding: 40px 0 30px 0;
}

    .footer p {
        line-height: 1.8em;
        margin-bottom: 20px;
    }

    .footer h4 {
        font-weight: 100;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer a {
        color: #333;
    }


/* header */
.header .logo img {
    height: 40px;
}

/* 注册登录 */


h1.title {
    font-size: 18px;
    font-weight: 100;
    color: #000;
    border-bottom: 2px #42b3e5 solid;
    width: 50px;
    overflow: visible;
    white-space: nowrap;
    font-family: Microsoft Yahei;
    margin-bottom: 20px;
    margin-top: 0px;
}

.logo-center {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

    .logo-center img {
        height: 60px;
    }

    .logo-center h2 {
        font-weight: 100;
        color: #aaa;
    }

.navi {
    border-bottom: 0px solid #dadada;
    height: 50px;
    line-height: 50px;
    z-index: 1000;
    width: 100%;
}

    .navi .logo {
        font-size: 18px;
        color: #666;
    }

        .navi .logo img {
            height: 35px;
            margin-top: -5px;
            margin-left: 10px;
        }

    .navi li {
        list-style: none;
        display: inline-block;
        margin-left: 20px;
    }

        .navi li a {
            color: #aaa;
            text-decoration: none;
            margin-right: 20px;
        }

            .navi li.active a, .navi li a:hover {
                color: #08c;
            }

.form-small {
    width: 400px;
}

.form-medium {
    width: 425px;
}

.regform {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 20px 30px 40px 30px;
    border: 1px solid #dadada;
    box-shadow: 0 2px 2px #ddd;
    margin-top: 30px;
}


    .regform p a {
        margin-right: 10px;
    }

    .regform h1.title {
        color: #aaa;
    }

.form-default {
    margin: 0;
}

    .form-default input.input-block-level {
        height: 30px;
    }

.ipt-mid {
    width: 200px;
}

.form-default label.radio input {
    height: 13px;
}

.form-default p {
    height: 60px;
}


.redstar {
    color: #ff0000;
    padding-right:3px;
    font-family:Verdana;

}

ul.user-type {
    margin: 20px 0 0 0;
}

    ul.user-type li {
        display: inline-block;
        margin-right: 30px;
        text-align: center;
    }

        ul.user-type li:last-child {
            margin-right: 0;
        }

        ul.user-type li a {
            padding: 20px 0;
            width: 80px;
            border-radius: 10px;
            display: block;
            margin-bottom: 5px;
        }

        ul.user-type li i {
            display: block;
            font-size: 36px;
        }

        ul.user-type li.disabled {
            color: #aaa;
        }

            ul.user-type li.disabled a {
                background: #eee;
                color: #aaa;
            }

.form-medium .form-inline {
    line-height: 2.5em;
}

    .form-medium .form-inline label {
        width: 90px;
        text-align: left;
    }

    .form-medium .form-inline input.long {
        width: 310px;
    }


.form-medium input[type="checkbox"] {
    margin-top: 0;
}

.regform p.muted {
    margin-bottom: 20px;
    color: #333;
}

/* 旧版

----------------------------------*/
.copyright {
    color: #666;
    background: #fff;
    padding: 10px 0;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
}

    .copyright .muted {
        color: #333;
        margin-right: 10px;
    }

    .copyright a {
        color: #333;
        text-decoration: none;
    }

        .copyright a:hover {
            color: #000;
        }

.index-topbar {
    border-bottom: 1px solid #dadada;
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    color: #333;
}

    .index-topbar a {
        margin-left: 20px;
    }

.header img {
    height: 60px;
    margin: 10px 0;
}

.header .nav {
    font-family: Microsoft Yahei;
    margin: 20px 0 0 0;
    padding: 0;
}

    .header .nav a {
        color: #999;
        font-size: 16px;
        padding: 0 20px;
        margin: 0 10px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }

    .header .nav .active a, .header .nav .active a:hover, .header .nav .active a:focus {
        border-radius: 0;
        background: #08c;
        color: #fff;
    }

    .header .nav a:hover {
        border-radius: 0;
        color: #000;
        background: #eaeaea;
        transition: ease-in .3s;
    }

.textslider {
    color: #fff;
    width: 500px;
    margin-top: 80px;
    text-shadow: 0px 1px 4px #000;
    font-family: Microsoft Yahei;
}

    .textslider h1 {
        line-height: 120%;
    }

    .textslider p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 150%;
        margin-top: 20px;
    }

.signin {
    background: url(../img/sliderbg.png) no-repeat top;
    height: 350px;
    width: 100%;
}

.signbox {
    border-radius: 0px;
    background: url(../img/35shadow.png);
    width: 240px;
    height: 260px;
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

    .signbox form {
        margin-top: 35px;
    }

        .signbox form input {
            height: 36px;
            line-height: 36px;
            border-radius: 0;
            border: none;
            box-shadow: none;
            background: #f5f5f5;
            margin-bottom: 15px;
        }

    .signbox p, .signbox a.fontwhite {
        color: #fff;
    }

        .signbox a.fontwhite:hover {
            color: #fff;
        }

        .signbox p span {
            margin: 0 5px;
        }

    .signbox .btn {
        font-size: 15px;
        padding: 8px;
        background: none;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 0;
        text-shadow: none;
        margin-top: 20px;
    }

        .signbox .btn:hover {
            background: #42b3e5;
            border: 1px solid #42b3e5;
            color: #fff;
            box-shadow: none;
            transition: ease-in .2s;
        }

.sp {
    margin-top: 60px;
    margin-bottom: 10px;
}

    .sp h1 {
        font-size: 18px;
        line-height: 18px;
        margin: 10px 0;
        font-weight: 900;
    }

.spicon {
    background: url(../img/box6.png) no-repeat;
    width: 56px;
    height: 65px;
    line-height: 70px;
    color: #fff;
    text-align: center;
}

.spcont {
    width: 205px;
    padding-left: 10px;
    line-height: 150%;
}

    .spcont p {
        color: #888;
        font-family: 宋体;
        font-size: 14px;
    }

.gongneng h1 {
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0 10px 0;
    font-weight: 900;
}

.gongneng p {
    color: #888;
    font-size: 14px;
    line-height: 150%;
    font-family: 宋体;
    margin-bottom: 40px;
}

.contactus ul {
    list-style: none;
    margin: 0 0 30px 0;
}

    .contactus ul li {
        border-top: 1px solid #dadada;
        padding: 10px 0 10px 0;
        line-height: 30px;
    }

        .contactus ul li:last-child {
            border-bottom: 1px solid #dadada;
        }

.contactus span.icon {
    width: 30px;
    height: 30px;
    background: #ccc;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}

.maincont {
    background: #f8f8f8;
    padding-bottom: 30px;
}

.pannelcont {
    background: #eaeaea;
    padding-bottom: 30px;
}

.maincont .headershadow {
    background: #eee;
    height: 10px;
}

.pannelcont .headershadow {
    background: #dadada;
    height: 0px;
}

.rightcont p {
    color: #888;
    font-family: 宋体;
    font-size: 14px;
    line-height: 150%;
}

.btngrp {
    margin-top: 0px;
    padding-bottom: 50px;
}

.downapp img {
    border: 0px solid #dadada;
    margin-bottom: 30px;
}
/*//个人中心*/

.topbar {
    line-height: 60px;
    height: 60px;
}

    .topbar a.pull-left {
        color: #333;
    }

        .topbar a.pull-left:hover {
            color: #ff9000;
        }

        .topbar a.pull-left i {
            font-size: 18px;
            margin-right: 5px;
        }

    .topbar span {
        color: #333;
        margin-left: 10px;
    }

    .topbar a {
        text-decoration: none;
        color: #eee;
    }

        .topbar a.pull-left img {
            height: 46px;
        }

.pannel-header {
    height: 45px;
    background: #08c;
}

    .pannel-header h1 {
        margin: 8px 10px 0 0;
        padding: 0 20px 0 0;
        font-size: 18px;
        color: #fff;
        font-weight: 900;
        height: 24px;
        line-height: 24px;
    }

        .pannel-header h1 a.btn {
            font-size: 24px;
            color: #6ec0ff;
        }

            .pannel-header h1 a.btn:hover {
                font-size: 24px;
                color: #fff;
            }

    .pannel-header .nav {
        margin: 0px 0 0 0;
    }

        .pannel-header .nav a {
            color: #6ec0ff;
            border-radius: 0px;
            font-size: 14px;
            padding: 0px 10px 0 10px;
            margin: 0px 10px 0 0;
            height: 45px;
            line-height: 45px;
        }

        .pannel-header .nav .active a, .pannel-header .nav .active a:hover, .pannel-header .nav .active a:focus {
            color: #fff;
            background: none;
        }

        .pannel-header .nav > li > a:hover, .pannel-header .nav > li > a:focus {
            background: none;
        }

        .pannel-header .nav a:hover {
            color: #fff;
            transition: ease-in .3s;
        }

        .pannel-header .nav a i {
            margin-left: 5px;
            color: #6ec0ff;
        }

        .pannel-header .nav-tabs .open .dropdown-toggle, .pannel-header .nav-pills .open .dropdown-toggle, .pannel-header .nav > li.dropdown.open.active > a:hover, .pannel-header .nav > li.dropdown.open.active > a:focus {
            background-color: none;
            color: #fff;
        }

        .pannel-header .nav .dropdown-menu {
            padding: 0px;
            min-width: 100px;
            border-radius: 0;
        }

            .pannel-header .nav .dropdown-menu a {
                border: none;
                border-radius: 0;
                color: #333;
                font-size: 14px;
                padding: 5px 20px;
                margin: 0;
                height: 30px;
                line-height: 30px;
                background: #fff;
            }

                .pannel-header .nav .dropdown-menu a:hover, .pannel-header .nav .dropdown-menu a:focus {
                    background: #08c;
                    color: #fff;
                }

.pannelhdbg {
    height: 150px;
    background: url(../img/pannelhdbg.jpg) no-repeat;
}

.pannel {
    background: #fff;
    border: 1px solid #dadada;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 0px;
}

.logo img {
    height: 50px;
    margin: 15px 20px 0 0;
}

.searchbox {
    margin: 8px 0 0 0;
}

    .searchbox select {
        width: 80px;
        border: #ccc 1px solid;
        border-radius: 200px 0 0 200px;
        background: #fff;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        padding: 0 0 0 10px;
        margin: 0;
        position: relative;
        left: 5px;
        color: #999;
    }

    .searchbox label {
        color: #6298cd;
        font-size: 12px;
    }

    .searchbox .ipt-rounded {
        border-radius: 0 200px 200px 0;
        width: 130px;
        margin: 0 5px 0 0px;
        padding: 0 5px 0 5px;
        height: 22px;
        line-height: 22px;
        border: #ccc 1px solid;
        box-shadow: none;
    }

        .searchbox .ipt-rounded:focus {
            box-shadow: none;
            border: #ccc 1px solid;
        }

    .searchbox .btn-rounded {
        height: 24px;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 200px;
    }

    .searchbox .radio.inline {
        padding-top: 0;
    }

.ava {
    margin-top: 8px;
    color: #fff;
    white-space: nowrap;
}

    .ava img {
        width: 30px;
        height: 30px;
        border-radius: 200px;
        display: inline-block;
        margin-right: 10px;
    }

    .ava .btn-link {
        text-decoration: none;
        color: #6ec0ff;
        font-size: 20px;
    }

    .ava .btn-group.open .btn.dropdown-toggle {
        background: #369;
    }

    .ava .btn-link:hover i {
        color: #fff;
    }

    .ava .btn-link:hover, .ava .btn-link:focus {
        color: #fff;
    }

.pancont.usercard {
    margin-top: 20px;
    background: #fff;
    padding: 10 10px;
    border-radius: 5px;
}

    .pancont.usercard.usercard-large img {
        width: 120px;
        height: 120px;
    }

.usercard img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
    border-radius: 5px;
    margin-top: 0px;
    display: block;
}

.usercard h1 {
    padding-top: 0px;
    font-weight: 900;
    font-size: 18px;
}

.usercard h4 {
    padding-top: 10px;
}

.usercard a {
    margin-right: 10px;
}

.usercard span {
    color: #aaa;
}

.usercard b {
    margin: 0 10px 0 0;
    font-weight: 600;
}

.usercard .status {
    margin-top: 40px;
}

.status li {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-right: 30px;
}

    .status li b {
        display: block;
        font-size: 54px;
        color: #333;
        margin: 0 0 15px 0;
        text-align: center;
    }

.subheader {
    background: #eaeaea;
    padding: 0;
    color: #333;
    border-bottom: 0px solid #ccc;
}

    .subheader h1 {
        margin: 10px 0 0 0;
        font-size: 14px;
        font-weight: 100;
    }

    .subheader ul {
        margin: 20px 0 0px 0;
        padding: 0;
    }

    .subheader li {
        display: inline-block;
        margin-right: 12px;
        text-align: center;
        font-size: 12px;
    }

        .subheader li .btn {
            display: block;
            border-radius: 6px;
            height: 50px;
            width: 50px;
            padding: 0;
            line-height: 50px;
            font-size: 18px;
            margin: 0 auto 5px auto;
        }

    .subheader.collapse {
        transition: height 0.35s ease 0s;
    }

.float-menu {
    color: #333;
    margin-top: 20px;
}

.quicklink ul {
    margin: 0;
    padding: 0;
}

.quicklink li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

    .quicklink li .btn {
        display: block;
        border-radius: 8px;
        height: 50px;
        width: 50px;
        padding: 0;
        line-height: 50px;
        font-size: 20px;
        margin: 0 auto 5px auto;
    }

.quicklink span.num {
    color: #888 !important;
    margin-left: 2px;
}

.float-menu h1 {
    font-size: 16px;
    font-weight: 100;
    color: #000;
}

.user {
    text-align: center;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 3px 0px #ddd;
    overflow: hidden;
}

    .user p {
        margin-top: 10px;
    }

    .user a {
        text-decoration: none;
        margin-left: 10px;
    }

    .user img {
        height: 90px;
        border-radius: 200px;
        border: 0px solid #dadada;
        display: block;
        margin: 0 auto;
    }

    .user h1 {
        font-size: 15px;
        font-weight: 900;
        line-height: 15px;
        margin: 0;
        padding: 10px 0 0 0;
        white-space: nowrap;
    }

    .user span {
        color: #aaa;
        margin-left: 5px;
    }

.daybox {
    background: linear-gradient(to bottom, #50beec, #1c9fd6);
    text-align: right;
    color: #fff;
    padding: 0 15px;
    height: 80px;
    border-radius: 0;
}

    .daybox.past {
        background: #fcb749;
    }

    .daybox p {
        padding-top: 10px;
    }

    .daybox b {
        font-size: 24px;
    }

    .daybox i {
        padding-top: 20px;
        opacity: .3;
    }

    .daybox a.pull-left {
        border: none;
        margin: 36px 0 0 -5px;
        background: #db9e43;
        color: #ffcd77;
        box-shadow: inset 0 1px 1px #ae7a2e;
    }

.daybox-hd {
    background: linear-gradient(to bottom, #33a9ed, #249add);
    padding: 0 8px;
    border-top: none;
    height: 45px;
    line-height: 45px;
    border-radius: 5px 5px 0 0;
}

    .daybox-hd.past {
        background: #ffa000;
    }

    .daybox-hd .btn {
        padding: 2px 10px;
        border: none;
        font-size: 12px;
    }

        .daybox-hd .btn i {
            font-size: 14px;
        }

.daybox-ft {
}

    .daybox-ft .nav-tabs.nav-stacked li a {
        color: #333;
        border-radius: 0;
        background: #fafafa;
        padding: 14px 10px;
    }

        .daybox-ft .nav-tabs.nav-stacked li a:hover {
            background: #eee;
        }

    .daybox-ft .nav-tabs.nav-stacked li:first-child a {
        border-top: none;
    }

    .daybox-ft .nav-tabs.nav-stacked li:last-child a {
        border-radius: 0 0 5px 5px;
        box-shadow: 0px 3px 0px #ddd;
    }



    .daybox-ft b {
        color: #fff;
        font-weight: 100;
        background: #ff9000;
        border-radius: 5px;
        font-size: 12px;
        display: inline-block;
        padding: 0px 4px;
        text-align: center;
    }

b.blue {
    background: #4bc0ca !important;
}

b.green {
    background: #81ba26 !important;
}

.daybox-ft.roundbox-top .nav-tabs.nav-stacked li:first-child a {
    border-radius: 5px 5px 0 0;
}

.calendar {
}

    .calendar table {
        border-radius: 0;
        border-top: none;
    }

    .calendar tr {
        border: none;
    }

    .calendar thead {
    }

    .calendar th {
        font-size: 11px;
        font-family: Verdana;
        text-align: center;
        padding: 0;
        font-weight: 100;
        color: #888;
        padding: 3px 0;
    }

    .calendar td {
        font-size: 12px;
        text-align: center;
        border: none;
        padding: 5px;
    }

        .calendar td:hover {
            background: #08c;
            color: #fff;
        }

.calendar-title {
    background: #08c;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 0px;
}

    .calendar-title .cal-title {
        color: #fff;
        text-decoration: none;
    }

        .calendar-title .cal-title i {
            color: #ccc;
        }

    .calendar-title i {
        line-height: 32px;
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
    }

.pancont.firstcont {
    margin-top: 20px;
}

.lastcont {
    margin-bottom: 30px;
}

.appcard {
    margin-top: 20px;
    background: #fff;
    padding: 0px;
    border-radius: 5px;
}

    .appcard .appname {
        background: #08c;
        color: #fff;
        width: 140px;
        margin: 0;
        padding: 0;
    }

.pan-menu {
    font-family: 宋体;
}

    .pan-menu ul {
        list-style: none;
        margin: 5px 0 0 0;
    }

        .pan-menu ul li a {
            color: #000;
            padding-left: 10px;
            font-size: 14px;
            font-weight: 900;
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
            text-decoration: none;
        }

            .pan-menu ul li a:hover, .pan-menu ul li a:focus {
                background: #08c;
                color: #fff;
            }

ul.subtree {
    margin-top: 0px;
}

    ul.subtree li a i {
        width: 20px;
        display: inline-block;
    }

    ul.subtree li a {
        font-weight: 100;
        color: #666;
        padding-left: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
        display: block;
    }

        ul.subtree li a:hover, ul.subtree li a:focus {
            background: #08c;
            color: #fff;
        }

.pancont {
    background: #fff;
    margin-top: 0px;
    padding: 12px 15px;
    box-shadow: 0 3px 0 #ddd;
}

.pancont-r {
    border-radius: 0 0 5px 5px;
    background: #fff;
    margin-top: 0px;
    padding: 12px 15px;
    box-shadow: 0 3px 0 #ddd;
}

.panicon {
    background: #fff;
    padding: 20px;
    color: #333;
}

    .panicon ul {
        margin: 0;
        padding: 0;
    }

    .panicon li {
        display: inline-block;
        margin-right: 12px;
        text-align: center;
        font-size: 12px;
    }

        .panicon li .btn {
            display: block;
            border-radius: 8px;
            height: 50px;
            width: 50px;
            padding: 0;
            line-height: 50px;
            font-size: 20px;
            margin: 0 auto 5px auto;
        }

.panalert {
    margin-top: 20px;
    color: #bf9b5c;
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fffce6;
}

    .panalert .arr {
        text-align: right;
    }

        .panalert .arr a {
            color: #aaa;
            margin-left: 10px;
            text-decoration: none;
        }

            .panalert .arr a:hover {
                color: #ff9000;
            }

        .panalert .arr i {
            margin: 0 3px;
        }

.pansearch {
    margin-top: 20px;
    padding: 15px 20px;
    box-shadow: 0 3px 0 #ddd;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 3px;
}

    .pansearch form {
        margin: 0;
    }

        .pansearch form span {
            margin: 0 5px;
        }

        .pansearch form .row-fluid {
            margin-bottom: 15px;
        }

            .pansearch form .row-fluid a.btn {
                margin-right: 10px;
            }

    .pansearch label {
        margin-right: 10px;
        margin-bottom: 0;
    }

.txtlist li {
    margin-bottom: 10px;
}

.daygrp {
    margin-top: 5px;
}

    .daygrp .btn-group .btn {
        background: #bbb;
    }

        .daygrp .btn-group .btn:focus, .daygrp .btn-group .btn:active, .daygrp .btn-group .btn.active {
            box-shadow: none;
            background: #fff;
            color: #000;
        }

.pantitle {
    padding: 0px 10px;
    margin-top: 20px;
    background: #f6fbfd;
    border-bottom: 1px solid #dadada;
    height: 46px;
    line-height: 46px;
    border-radius: 5px 5px 0 0;
}

    .pantitle h1 {
        font-size: 15px;
        color: #333;
        font-weight: 100;
        padding: 0;
        margin: 0;
        line-height: 46px;
        margin-left: 10px;
    }

    .pantitle b {
        color: #fff;
        font-weight: 100;
        background: #ff9000;
        border-radius: 5px;
        font-size: 12px;
        display: inline-block;
        padding: 0px 5px;
        text-align: center;
        height: 20px;
        line-height: 20px;
        margin-left: 10px;
    }

    .pantitle.white {
        background: #fff;
        border-bottom: none;
    }

        .pantitle.white h1 {
            border-bottom: none;
        }

    .pantitle .btn {
        margin-right: 5px;
    }

    .pantitle span {
        color: #aaa;
        font-weight: 100;
        margin-left: 5px;
    }

    .pantitle .my-tabs {
        margin-bottom: 0;
        list-style: none;
        font-size: 15px;
        margin-left: 0px;
    }

        .pantitle .my-tabs li {
            float: left;
            line-height: 40px;
            height: 40px;
            padding: 0 20px;
            margin-top: 5px;
            margin-right: 5px;
            border-radius: 5px 5px 0 0;
        }

            .pantitle .my-tabs li.active {
                border-top: 1px solid #dadada;
                background: #fff;
                border-left: 1px solid #dadada;
                border-right: 1px solid #dadada;
                border-bottom: 1px solid #fff;
            }

            .pantitle .my-tabs li a {
                text-decoration: none;
                color: #666;
            }

                .pantitle .my-tabs li a:hover, .pantitle .my-tabs li a:focus {
                    color: #08c;
                }

            .pantitle .my-tabs li.active a {
                color: #333;
            }

.pancont form {
    padding: 5px 25px;
}

.panfooter {
    border-radius: 0 0 5px 5px;
    height: 50px;
    line-height: 46px;
    background: #f8f8f8;
    border-top: 1px solid #dadada;
    text-align: right;
    padding-right: 15px;
    box-shadow: 0 3px 0 #ddd;
    margin-top: -1px;
}

    .panfooter .btn {
        padding: 5px 20px;
        margin-left: 5px;
    }

.table thead tr {
    border-bottom: 1px solid #dadada;
    color: #888;
}

.table td {
    vertical-align: middle;
}

.table span {
    color: #aaa;
}

.table b {
    font-weight: 100;
    margin-right: 4px;
    color: #fff;
    background: #81ba26;
    font-size: 12px;
    font-family: 宋体;
    border-radius: 3px;
    padding: 2px 3px;
}

    .table b.info {
        background: #4dbccc;
    }
/*.table .btn {
	padding: 3px 0px;
	width: 68px;
}*/

.table .btn-3z {
    width: 78px;
    padding-left: 0;
    padding-right: 0;
}

.table .btn-4z {
    width: 91px;
    padding-left: 0;
    padding-right: 0;
}

.table .btn-5z {
    width: 104px;
    padding-left: 0;
    padding-right: 0;
}


.contactcont {
    line-height: 200%;
    color: #444;
}

    .contactcont h4 {
        font-family: Microsoft Yahei;
        margin-top: 20px;
        color: #000;
    }

.regfinish b {
    color: #08c;
    margin-left: 4px;
    font-weight: 100;
}

.txtcont {
    color: #444;
    line-height: 180%;
}

.heading h1 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.heading {
    margin-top: 0px;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
    background: #fff;
}

    .heading .breadcrumb {
        background: none;
        border-radius: 0;
        padding: 0;
        margin: 12px 0 0 10px;
    }

        .heading .breadcrumb li a {
            color: #666;
        }

.orglist ul {
    list-style: none;
    margin: 10px 0;
}

.orglist li {
    display: inline-block;
    background: #41a3e0;
    border-radius: 5px;
    padding: 10px 10px;
    margin-right: 20px;
}

    .orglist li:hover {
        background: #4bbaff;
    }

.orglist a {
    text-decoration: none;
}

.orglist li h1 {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 32px;
}

.orglist li span {
    color: #b7eaff;
}

.today {
    background: #ff9a00;
    color: #fff;
    margin-top: 20px;
    text-align: right;
    padding: 10px 20px;
    height: 110px;
}

    .today b {
        font-size: 28px;
    }

    .today i.pull-left {
        margin-top: 10px;
        color: #ffd595;
    }

    .today .arr {
        margin-bottom: 10px;
        text-align: right;
    }

        .today .arr i {
            margin: 0 5px;
        }

        .today .arr a {
            margin-left: 10px;
            color: #fff;
        }

.sflist {
    margin-top: 20px;
    height: 110px;
    background: #fff;
    border: 1px solid #dadada;
    padding: 10px 20px;
}

    .sflist ul {
        margin: 10px 0 0 0;
        padding: 0;
    }

    .sflist li {
        list-style: none;
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        border-right: 1px solid #dadada;
    }

        .sflist li:last-child {
            border-right: none;
        }

        .sflist li p {
            color: #666;
            margin-bottom: 12px;
        }

            .sflist li p span {
                color: #aaa;
            }

        .sflist li b {
            font-size: 24px;
        }


.monthsum {
    margin-top: 20px;
    padding: 15px 15px;
    border-radius: 5px 5px 0 0;
}

    .monthsum span {
        color: #999;
        margin-right: 20px;
    }

    .monthsum ul {
        margin: 0;
    }


ul.dotlist li {
    padding-right: 20px;
    border-right: 1px solid #dadada;
    margin-right: 20px;
}

    ul.dotlist li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

ul.dotlist b {
    border-radius: 5px;
    padding: 0px 6px;
    background: #fa9000;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.monthsum .progressbar {
    margin-top: 15px;
}

.progressbar {
    height: 3px;
    line-height: 4px;
    background: #eee;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

    .progressbar .active {
        background: #a7cd22;
        height: 100%;
        text-align: right;
        color: #5c730e;
        font-size: 12px;
    }

        .progressbar .active b {
            margin: 0 15px 0 5px;
            font-weight: 100;
            color: #fff;
        }


  