.header,body {
    position: relative
}

.drop-menu,.drop-menu .nav {
    top: 0;
    bottom: 0;
    transition: all ease 350ms
}

.drop-menu,.drop-menu .nav,.header .toolbar span {
    transition: all ease 350ms
}

body,html {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

body {
    background: #fff;
    margin: 0
}

.clearfix {
    /*display: table*/
}

.clearfix:after {
    clear: both
}

.img-response {
    display: block!important;
    width: 100%!important;
    height: auto
}

.container {
    padding: 0 25px
}

.header {
    height: 44px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #4068d4;
    display: -ms-flexbox;
    display: flex
}

.header .logo,.header .toolbar {
    position: relative;
    -moz-box-sizing: border-box
}

.header .logo {
    z-index: 1200;
    display: block;
    box-sizing: border-box;
    padding: 2px 10px;
    height: 44px;
}

.header .logo img {
    /*width: 77px;*/
    /*height: 24px*/
}

.header .back {
    width: 44px;
    height: 44px;
    background: url(../images/back.png) center center/11px 19px no-repeat
}

.header .back+.title {
    -ms-flex-pack: center;
    justify-content: center
}

.header .title {
    height: 44px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .title strong {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 8px
}

.header .toolbar {
    z-index: 1100;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    padding: 8px
}

.header .toolbar span {
    margin: 6px 0;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff
}

.header .toolbar.active span:first-child {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(45deg) translate(5px,6px);
    transform: rotate(45deg) translate(5px,6px)
}

.header .toolbar.active span:nth-child(2) {
    opacity: 0
}

.header .toolbar.active span:last-child {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(-45deg) translate(5px,-6px);
    transform: rotate(-45deg) translate(5px,-6px)
}

.drop-menu {
    position: fixed;
    z-index: 1000;
    /*left: 0;*/
    background: rgba(0,0,0,.35);
    opacity: 0;
    max-width: 750px;
    width: 100%;
}

.drop-menu.active {
    opacity: 1
}

.drop-menu.active .nav {
    /*left: 0*/
}

.drop-menu .nav {
    width: 100%;
    position: absolute;
    /*left: 100%;*/
    padding-top: 44px;
    background: #366092
}

.drop-menu .nav .tab {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: stretch;
    align-items: stretch
}

.drop-menu .nav .tab .tab-head {
    width: 40%
}

.drop-menu .nav .tab .tab-head .tab-head-item {
    height: 36px;
    line-height: 36px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.drop-menu .nav .tab .tab-head .tab-head-item.cur {
    background: #4a4a53
}

.drop-menu .nav .tab .tab-body {
    -ms-flex: 1;
    flex: 1;
    background: #4a4a53
}

.drop-menu .nav .tab .tab-body .tab-body-item {
    display: none;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.drop-menu .nav .tab .tab-body .tab-body-item.cur {
    display: block
}

.drop-menu .nav .tab .tab-body .tab-body-item a {
    display: block;
    text-decoration: none;
    line-height: 36px;
    color: rgba(255,255,255,.8);
    font-size: 15px;
    text-align: center;
    font-weight: 200
}

a {
    color: #172c45;
    text-decoration: none
}

a:hover {
    color: #cd0200;
    text-decoration: underline
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.navsy {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}

.navsy ul {
    overflow: hidden;
    margin: 16px 0;
    padding-left: 0;
}

.navsy ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.navsy ul li span {
    width: 1px;
    height: 60%;
    display: inline-block;
    background: #333333;
    position: absolute;
    right: 0;
    top: 20%;
}

.navsy ul li a {
    color: #333333;
    font-size: 16px;
}

.footp {
    text-align: center;
    padding: 20px 0;
    color: #999; font-size: 12px;
    background: #f3f4fa;
}
.footp p{
    margin: 0;
}
.footp a{
    color: #999;
}
