/* start */

.title {
  font-size: 24px;
  color: #ff6d00;
  margin-left: -10px;
}

#bodyer {
  background: #fafafa;
}

  #bodyer .tipbar {
    background: #567890;
    width: 300px;
    margin-top: 6px;
    border-radius: 0 0 6px 6px;
    float: right;
  }

    #bodyer .tipbar .title {
      font-size: 18px;
      color: #fafafa;
      margin: 10px 20px;
    }

    #bodyer .tipbar .text {
      min-height: 200px;
      background: #eee9e6;
      padding: 10px 25px;
      line-height: 25px;
      border-radius: 0 0 5px 5px;
    }

  #bodyer .downloadbar {
    min-height: 500px;
    width: 800px;
    font-size: 16px;
    line-height: 25px;
    float: left;
  }

  #bodyer #title {
    height: 50px;
  }

  #bodyer .image {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    float: left;
  }

    #bodyer .image img {
      overflow: hidden;
      width: 400px;
      height: 560px;
    }

  #bodyer #guide {
    float: left;
    width: 340px;
    height: 308px;
    font-size: 16px;
    margin-left: 50px;
  }

    #bodyer #guide .filename {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 0;
    }

    #bodyer #guide span {
      display: block;
      padding: 5px 0px;
    }

  #bodyer #download {
    min-height: 400px;
    padding-top: 10px;
    clear: both;
  }

.incmd {
  width: 150px;
  height: 50px;
  font-size: 24px;
  border-radius: 3px;
  border: none;
  padding: 4px 10px;
  font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  background-color: #eee;
  box-shadow: 5px 3px 5px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.2s ease;
}

  .incmd:hover {
    border-radius: 3px;
    border: none;
    padding: 4px 10px;
    font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #2c3e50;
  }

.Tip {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
  min-height: 100px;
  padding: 10px;
  clear: both;
  float: left;
  margin-top: 40px;
  width: 635px;
}

.Tiptxt {
  padding: 0;
}

.Btn {
  padding: 25px 0;
  margin: 25px 0;
}

.filecontent {
  padding: 20px 0;
  clear: both;
}
