body,
html {
  height: 100%;
  background: url("/res/img/tools/deploy_bg.jpg?v=6.3.0.6400_1729") #fff no-repeat center 72px;
}

.overflow {
  position: relative;
  margin: 30px auto 0 auto;
  overflow: hidden;
  min-width: 1024px;
  text-align: center;
}

.overflow > h2 {
  color: #609e18;
  font-size: 34px;
  font-weight: normal;
  margin: 10px;
}

.overflow > p {
  font-size: 12px;
  color: #666;
  margin: 10px 0;
}

.overflow #os_tips {
  color: #777;
}

.overflow #mutil_platform {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  color: #5691d3;
  cursor: pointer;
  font-weight: bold;
}

.overflow #mutil_platform:hover {
  color: #39F;
}

.overflow .mutil_pf {
  position: relative;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 32px;
  vertical-align: top;
  width: 100%;
}

.overflow .mutil_pf:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  top: -13px;
  margin-left: -5px;
  border: 8px solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.overflow .mutil_pf > div {
  text-align: left;
}

.overflow .mutil_pf > div > h4 {
  width: 1024px;
  margin: 0 auto;
  border-bottom: 1px solid #e7e9ea;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  height: 36px;
}

.overflow .mutil_pf > div > p {
  margin: 0 auto;
  line-height: 58px;
  width: 1024px;
}

.overflow .mutil_pf > div > p > span {
  display: inline-block;
  margin-right: 32px;
}

.overflow .mutil_pf > div > p > span.none {
  display: none;
}

.overflow .mutil_pf > div > p > span > label {
  color: #666;
  font-size: 12px;
  padding-right: 14px;
}

.overflow .mutil_pf > div > p > span > a {
  vertical-align: middle;
}

.divider {
  position: relative;
  max-width: 1024px;
  margin: 78px auto 0 auto;
  text-align: center;
}

.divider > span {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background: url("/res/img/tools/speaker.png?v=6.3.0.6400_1729") no-repeat;
}

.divider > h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #669900;
  background: transparent;
  z-index: 2;
  padding: 0 12px;
  z-index: 100;
  margin: .5em 0;
}

.divider:before,
.divider:after {
  content: '';
  position: absolute;
  border-top: 1px solid #c4d3de;
  width: 33%;
  left: 0;
  top: 33px;
}

.divider:after {
  left: 67%;
}

.divider .content {
  width: 100%;
  height: auto;
  color: #666;
  font-size: 14px;
  background: transparent;
  border: none;
  resize: none;
  outline: none;
  overflow-x: hidden;
  line-height: 24px;
  white-space: pre-wrap;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #c8d6df;
}

#os_ver {
  padding: 0 0 0 6px;
}

footer {
  position: fixed;
  bottom: 30px;
  width: 100%;
}

#os_vers span {
  vertical-align: middle;
}

#os_vers .division {
  margin: 0 0.5em;
}

.greenlink {
  display: inline-block;
  padding: 4px 15px;
  vertical-align: top;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  background: #82bd3e;
  height: 30px;
}

.greenlink[disabled] {
  cursor: default;
  background: #B8B3B3;
}

.greenlink[disabled] #os_ver {
  cursor: default;
}

.bulelink {
  display: inline-block;
  padding: 4px 15px;
  vertical-align: top;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 2px;
  background: #5691d3;
  outline: none;
  cursor: pointer;
}

.bulelink.default {
  padding: 0 26px;
}

.downloadlink {
  padding: 40px 60px;
}

.common-footer {
  display: none;
}

#new-footer {
  margin-top: 25px;
  display: block;
  background: none;
}

.download_btn {
  background: #82bd3e;
}