body {
  background: url("../images/bg-server.jpg");
  font-family: tahoma; }
  body .main {
    width: 1024px;
    margin: auto; }
    body .main .content {
      float: left;
      width: 1004px;
      padding: 10px;
      margin-top: 200px; }
      body .main .content .sibar {
        width: 300px;
        float: left;
        background: #193134; }
        body .main .content .sibar .name {
          padding: 10px;
          width: 280px;
          float: left;
          background: #1e3f43;
          border-bottom: 1px solid #3B575B; }
          body .main .content .sibar .name p {
            margin: 0px;
            padding-left: 20px;
            line-height: 30px;
            font-size: 16px;
            font-weight: bold;
            color: #cc9900; }
            body .main .content .sibar .name p img {
              margin-top: 5px;
              margin-right: 5px;
              float: left; }
        body .main .content .sibar .form {
          padding: 10px;
          width: 280px;
          float: left; }
          body .main .content .sibar .form p {
            color: #3c9693;
            font-size: 15px;
            height: 20px;
            line-height: 20px;
            margin: 0px;
            padding: 5px; }
            body .main .content .sibar .form p img {
              float: left;
              margin-top: 0px;
              margin-right: 3px; }
            body .main .content .sibar .form p span {
              color: #cc9900;
              font-weight: bold; }
          body .main .content .sibar .form a {
            background-image: url("../../images/btn-sv.png");
            float: left;
            background-position: 0px -91px;
            text-decoration: none;
            color: white;
            width: 127px;
            height: 39px;
            text-align: center;
            line-height: 39px;
            margin-top: 10px;
            margin-right: 7px;
            margin-left: 5px; }
          body .main .content .sibar .form a:hover {
            background-image: url("../../images/btn-sv.png");
            background-position: -140px -91px;
            transition: 0.3s; }
      body .main .content section {
        float: left;
        width: 700px;
        background: #193134;
        margin-left: 4px; }
        body .main .content section .name {
          padding: 10px;
          width: 680px;
          float: left;
          background: #1e3f43;
          border-bottom: 1px solid #3B575B; }
          body .main .content section .name p {
            margin: 0px;
            padding-left: 20px;
            line-height: 30px;
            font-size: 16px;
            font-weight: bold;
            color: #cc9900; }
            body .main .content section .name p img {
              margin-top: 5px;
              margin-right: 5px;
              float: left; }
        body .main .content section .form {
          padding: 10px;
          width: 680px;
          float: left;
          height: 242px; }
          body .main .content section .form a {
            background-image: url("../../images/btn-sv.png");
            float: left;
            background-position: 0px -91px;
            text-decoration: none;
            color: white;
            width: 127px;
            height: 39px;
            text-align: center;
            line-height: 39px;
            margin-top: 10px;
            margin-right: 3px;
            margin-left: 5px; }
          body .main .content section .form a:hover {
            background-image: url("../../images/btn-sv.png");
            background-position: -140px -91px;
            transition: 0.3s; }
          body .main .content section .form p {
            font-size: 13px;
            color: #2c5b61;
            margin: 0px;
            padding: 0px; }
            body .main .content section .form p span {
              color: #cc9900; }
              body .main .content section .form p span i {
                color: #66ccff; }
        body .main .content section .form-shop {
          width: 680px;
          padding: 10px;
          float: left; }
          body .main .content section .form-shop .item {
            float: left;
            padding: 5px;
            width: 100px;
            background: #193134;
            text-align: center;
            text-decoration: none;
            margin-top: 10px;
            margin-left: 20px; }
            body .main .content section .form-shop .item img {
              width: 70px;
              height: 70px;
              margin: auto; }
            body .main .content section .form-shop .item h3 {
              color: #cc9900;
              font-size: 14px;
              float: left;
              margin: 0px;
              padding: 0px; }
            body .main .content section .form-shop .item p {
              font-size: 13px;
              color: #2c5b61;
              float: left;
              margin: 0px;
              padding: 0px; }
              body .main .content section .form-shop .item p span {
                color: #993300; }
        body .main .content section .form-2 {
          padding: 10px;
          width: 680px;
          float: left; }
          body .main .content section .form-2 p {
            margin: 0px;
            color: #3c9693;
            font-size: 13px; }
        body .main .content section .form-pass {
          float: left;
          width: 680px;
          height: 317px; }
          body .main .content section .form-pass .left {
            float: left;
            width: 50%; }
            body .main .content section .form-pass .left select {
              float: left;
              margin: 20px 5px 5px 40px;
              padding: 10px 15px;
              outline: none;
              border-radius: 3px;
              width: 200px; }
            body .main .content section .form-pass .left input {
              margin: 5px 5px 5px 40px;
              float: left;
              padding: 10px 15px;
              width: 220px;
              outline: none;
              border: none;
              background: white;
              border-radius: 3px; }
            body .main .content section .form-pass .left input:focus {
              font-weight: bold; }
            body .main .content section .form-pass .left button {
              clear: both;
              float: left;
              margin: 5px;
              margin-left: 40px;
              width: 127px;
              height: 39px;
              background-image: url("../../images/btn-sv.png");
              background-position: 0px -91px;
              border: none;
              color: white; }
            body .main .content section .form-pass .left button:hover {
              background-image: url("../../images/btn-sv.png");
              transition: 0.3s;
              background-position: -140px -91px; }
          body .main .content section .form-pass .right {
            float: right;
            width: 50%; }
            body .main .content section .form-pass .right h3 {
              color: #cc9900; }
            body .main .content section .form-pass .right p {
              color: #3c9693; }
        body .main .content section .page {
          width: 700px;
          float: left;
          margin-top: 5px;
          margin-bottom: 10px; }
          body .main .content section .page ul {
            padding: 0px;
            margin: 0px;
            float: left; }
            body .main .content section .page ul li {
              display: inline;
              list-style-type: none; }
              body .main .content section .page ul li a {
                background-image: url("../../images/btn-sv.png");
                float: left;
                background-position: 0px -91px;
                text-decoration: none;
                color: white;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                margin-top: 10px;
                margin-right: 3px;
                margin-left: 5px; }
              body .main .content section .page ul li a:hover {
                background-image: url("../../images/btn-sv.png");
                background-position: -140px -91px;
                transition: 0.3s; }
    body .main footer {
      float: left;
      margin-top: 30px;
      width: 100%; }
      body .main footer .links {
        float: left;
        width: 100%; }
        body .main footer .links a {
          text-decoration: none;
          color: #d9d9d9;
          padding: 10px;
          padding-top: 0px;
          font-size: 14px; }
        body .main footer .links a:hover {
          color: #cc6600;
          transition: 0.3s; }

/*# sourceMappingURL=style.css.map */
