* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    color: #333;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 1.5;
}
p {
    margin: 0;
    padding: 0;
}
body {
    background: #f2f2f2;
}
.app {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 750px;
    overflow: hidden;
    background: #fff;
}
button {
    border: none;
}
img {
    display: block;
}
button:focus,
input:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
a {
    color: #333;
    text-decoration: none;
}
[ng-scope] {
    display: none;
}
.controller {
    padding: 0.8rem 0.266667rem;
}
.banner img {
    width: 100%;
}
/* main start */
.main {
    margin: 1.306667rem 0;
    background: #fff
}
/* main end */
/* header start */
.header .header-more a.button {
    position: absolute;
    padding: 0 .2rem;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 1.5rem;
    height: .6rem;
    color: #c00;
    font-size: .35rem;
    border-radius: 4px;
    line-height: .6rem;
    border: solid 1px #c00;
}
.header {
    position: fixed;
    z-index: 99;
    margin: auto;
    padding: 0 0.533333rem;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 750px;
    height: 1.306667rem;
    -webkit-box-shadow: 0px 0px 2px 0px  rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 2px 0px  rgba(0,0,0,.1);
    box-sizing: border-box;
    background: #fff;
}
.header .haeder-logo {
    float: left;
    margin-top: 0.346667rem;
    /* width: 2.933333rem */
    width: 1.8rem;
}
.header .header-more {
    float: right;
    margin-top: 0.413333rem;
}
.header .header-more .more-icon {
    width: 0.64rem;
}

/* header end */

/* sidebar start */
.sidebar-background {
    position: fixed;
    z-index: 1000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 750px;
    width: 0;
    height: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0,.2);
}
.active .sidebar-background {
    width: 100%;
    height: 100%;
}
.active .sidebar-content {
    margin-right: 0;
}
.sidebar-content {
    margin-right: -7.2rem;
}

.sidebar-content {
    position: fixed;
    z-index: 1002;
    right: 0;
    display: block;
    overflow: scroll;
    width: 7.2rem;
    height: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #262626;
}
.sidebar-logo {
    position: relative;
    height: 3.2rem;
    background: #323232;
}

.sidebar-logo img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4.053333rem;
    height: 1.346667rem;
}

.sidebar-menu-one .back,
.sidebar-menu-two .back {
    float: right;
    margin-top: 0.453333rem;
    width: 0.16rem;
}

.sidebar-menu-one p {
    color: #fff;
}
.sidebar-menu-two p {
    color: rgb(179,179,179);
}
.sidebar-menu-one {
    margin-top: 0.266667rem
}
.sidebar-menu-one li {
    overflow: hidden;
    border-top: solid 1px #262626;
    background: #323232;
}
.sidebar-menu-one li .sidebar-menu-one-nav {
    /*padding: 0 0.4rem;*/
    display: block;
    overflow: hidden;
}
.nav-left {
    padding-left: .4rem;
}
.back {
    padding-right: .4rem;
}

.sidebar-menu-one li img {
    margin-top: 0.333333rem;
    width: 0.4rem;
    float: left;
}

.sidebar-menu-one li p {
    float: left;
    padding-left: 0.266667rem;
    font-size: 0.426667rem;
    line-height: 1.066667rem;
}
.sidebar-menu-two {
    margin-top: 1.066667rem;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sidebar-menu-two li {
    margin: 0;
    height: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: none;
    background: #262626;
}
.sidebar-nav-fadeIn li{
    height: 1.066667rem;
    border-bottom: solid 0.013333rem #323232;
}
.sidebar-menu-two li a {
    padding: 0 0 0 0.8rem;
    display: block;
    overflow: hidden;
}
/* sidebar end */


/* footer start */
.footer {
    position: fixed;
    z-index: 50;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    height: 1.306667rem;
    border-top: solid 1px #e8e8e8;
    background: #fff;
}
.footer ul {
    overflow: hidden;
}
.footer ul li {
    float: left;
    position: relative;
    width: calc(100% );
    height: 1.306667rem;
}
.footer ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.293333rem;
    line-height: 2.0rem;
    text-align: center;
}

.footer ul li img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0.133333rem;
    width: 0.533333rem
}
.footer .nav-click-true {
    display: none;
}
.footer .footer-nav-click {
    color: rgb(199,0,11);
}
.footer .footer-nav-click .nav-click-true {
    display: inherit;
}
.footer .footer-nav-click .nav-click-false {
    display: none;
}
/* footer end */


/* submit start */

.submit {
    padding: 30px 20px;
    background: #f2f2f2;
}
.submit h2 {
    color: #333;
    font-size: 26px;
    text-align: center;
}
.submit p {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #e31b1b;
    /*font-size: 16px;*/
    text-align: center;
    font-size: .35rem;
    font-weight: bold;
}
.submit input {
    margin-top: 15px;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    border: solid 1px #999;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submit button {
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 4px;
    background: #e31b1b;
}

/* submit end */