/* Unessential CSS - Just here to make this sample page prettier */



ul,li{list-style:none;}



.wrapper {

    margin: 0 auto;

    max-width: 1200px;

    padding: 1px 3em;

    height: 100%;

}

header {

    background-color: #fff;

}

header:after {

    content: " ";

    display: table;

    clear: both;

}

.brand, h1, h2, h3 {

     font-family: 'Roboto Condensed', sans-serif;

     font-weight: 400;

     letter-spacing: 1px;

 }

h4, h5, h6 {

    letter-spacing: 1px;

}

h1 {

    font-size: 28px;

}



.main .dev-output pre {

    overflow: auto;

    max-height: 500px;

    background-color: #EBF4FD;

    padding: 0 1em 1em;

}

.brand {

    float: left;

    height: 80px;

	margin-top:16px;

}

.brand p {

    margin: 0;

}

.rm-nav {

    letter-spacing: 1px;

}

.logo {

}



.rm-toggle.rm-button {

    margin-top: 25px;

}



.rm-css-animate.rm-menu-expanded {

    max-height: none;

    display: block;

}

.rm-container.rm-layout-expanded {

    float: right;

}

.rm-nav li a,

.rm-top-menu a {

    padding: .75rem 1rem;

    font-size:16px;

    line-height: 1.5rem;

    text-transform: uppercase;

}

.rm-layout-expanded .rm-nav > ul > li > a,

.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {

    height: 100px;

    line-height: 100px;

}



.main {

    background-image: url("../images/cloud.jpg");

    background-position: center top;

    background-repeat: repeat-x;

    min-height: 100%;

    padding-top: 1px;

}

.tagline {

    width: 360px;

    font-size: 1.75em;

    font-weight: bold;

    letter-spacing: 2px;

    line-height: 1.2;

    text-align: center;

    margin: 275px auto;

    color: #1A88D3;

}

.tagline strong {

    font-size: 1.3em;

}

.dev-output {

    background-color: #e1eaf3; /* fall-back */

    background-color: rgba(255,255,255,.85);

    color: #000;

    padding: 2em;

    margin-bottom: 2em;

}

.clear{ clear:both;}

.enn{ width:122px; float:right; /*margin-top:37px;*/ margin-left:30px;margin-top: 2px;}

.enn a{display:block; width:auto; width:60px; text-align:center; line-height:23px; font-size:12px; text-decoration:none;}

.enn a li{ font-family:微软雅黑, 'microsoft yahei'; font-size:13px; color:#919191;}

.rm-nav ul  li ul li a{ color:#fff; font-size:14px;}

.header{

    width: 100%;

    position: fixed;

    top: 15px;

    left: 0;

    z-index: 99;

    background: #fff;

}

.left p{

    margin-top: 3px;

    font-size: 13px;

    color: #676a6c;

}

.wrapper .right span{

    font-size: 20px;

    font-weight: bold;

    color: #5691ce;

    margin-left: 3px;

    left: 32px;

    top: 7px;

    position: absolute;

}

.wrapper .right img{

    margin-right: 160px;

    margin-top: 3px;

}