@charset "UTF-8";
/*! 
请勿直接在此文件上做修改，找到同文件夹下的同名.scss文件，
在scss文件中修改完毕后编译生成此文件 by wax
*/
#logo {
  cursor: pointer; }

input::-webkit-input-placeholder {
  color: #CCC; }

input:-moz-placeholder {
  color: #CCC; }

input::-moz-placeholder {
  color: #CCC; }

input:-ms-input-placeholder {
  color: #CCC; }

textarea::-webkit-input-placeholder {
  color: #CCC; }

textarea:-moz-placeholder {
  color: #CCC; }

textarea::-moz-placeholder {
  color: #CCC; }

textarea:-ms-input-placeholder {
  color: #CCC; }

/*! 
请勿直接在此文件上做修改，找到同文件夹下的同名.scss文件，
在scss文件中修改完毕后编译生成此文件 by wax
*/
#logo {
  cursor: pointer; }

input::-webkit-input-placeholder {
  color: #CCC; }

input:-moz-placeholder {
  color: #CCC; }

input::-moz-placeholder {
  color: #CCC; }

input:-ms-input-placeholder {
  color: #CCC; }

textarea::-webkit-input-placeholder {
  color: #CCC; }

textarea:-moz-placeholder {
  color: #CCC; }

textarea::-moz-placeholder {
  color: #CCC; }

textarea:-ms-input-placeholder {
  color: #CCC; }

body {
  overflow: auto; }

.headBlock {
  width: 100%;
  background-color: #FFF;
  z-index: 1000;
  top: 0;
  left: 0;
  min-width: 320px; }
  .headBlock div.nav {
    width: 100%;
    height: 4.5em;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #DEDEDE;
    padding: .5em; }
    .headBlock div.nav div.navBranch {
      float: left; }
    .headBlock div.nav div.logo {
      width: 9em;
      height: 3.5em;
      background: url("../images/newXuanchuan/nav/logo.png") center no-repeat;
      background-size: contain; }
    .headBlock div.nav div.slogan {
      width: 9em;
      height: 3.5em;
      background: url("../images/newXuanchuan/nav/slogan.png") center no-repeat;
      background-size: contain;
      margin-left: .5em; }
    .headBlock div.nav div.login {
      height: 2em;
      float: right;
      position: relative;
      line-height: 2em;
      margin: .75em 0; }
      .headBlock div.nav div.login div a {
        width: 4.5em;
        text-align: center;
        background-color: #E53937;
        display: inline-block;
        float: left;
        border-radius: 5px; }
        .headBlock div.nav div.login div a span {
          color: #FFF;
          font-size: .9em;
          font-family: "黑体";
          opacity: .9;
          /* &:hover{
            color:$fontColor-red1;
          } */ }
        .headBlock div.nav div.login div a:hover {
          background-color: #CC302B; }
      .headBlock div.nav div.login div a:nth-child(3) {
        margin-left: .5em; }
      .headBlock div.nav div.login div span {
        color: #333;
        font-size: 14px;
        font-family: "黑体";
        opacity: .9; }

div.container ul.title {
  text-align: center;
  padding: 1.5em 2em 0 2em; }
  div.container ul.title li h2 {
    color: #333;
    font-size: 1.1em;
    font-weight: 500; }
  div.container ul.title li p {
    color: #E53937;
    font-size: .9em;
    margin-top: .3em;
    font-weight: 500; }
    div.container ul.title li p span {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #E53937;
      border-radius: 50%;
      vertical-align: baseline;
      margin: 0 5px; }
div.container ul.content li {
  padding: 1.5em 1em 0 1em; }
  div.container ul.content li dl dt {
    margin: 1em 0 0 0; }
    div.container ul.content li dl dt h2 {
      font-size: .9em;
      color: #E53937;
      font-weight: 500; }
  div.container ul.content li dl dd {
    margin: 1em auto 2em; }
    div.container ul.content li dl dd p {
      font-size: .9em;
      color: #666; }
div.container ul.content hr {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #DEDEDE; }
div.container ul.learn li dl {
  width: 19em;
  margin: 0 auto;
  overflow: hidden; }
  div.container ul.learn li dl div {
    float: left; }
  div.container ul.learn li dl div:first-child {
    font-size: .9em;
    width: 12em;
    height: 3em;
    line-height: 3em;
    margin: 2em auto;
    text-align: center;
    background-color: #E53937;
    color: #FFF;
    cursor: pointer; }
  div.container ul.learn li dl div:nth-child(2) {
    font-size: .9em;
    width: 8em;
    height: 3em;
    line-height: 3em;
    margin: 2em auto;
    text-align: center;
    background-color: #FFF;
    color: #E53937;
    cursor: pointer;
    border: 1px solid #E53937;
    margin-left: 1em; }

/*# sourceMappingURL=ManagerMobile.css.map */
