.e-download-panel {
  text-align: center;
}
.download-top {
	padding: 35px 0 20px 0;
	border-bottom: 1px solid #ddd;
}

.download-top h1 {
  font-size: 31px;
  font-weight: 300;
  color: #333;
}

.download-top h2 {
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

.download-hints-title {
    margin: 3px 0 7px 0;
}
.download-disc-ul {
    margin-left: 20px;
}
.download-disc-ul > li {
    list-style: disc;
}

.download-main {
	padding-bottom: 100px;
}

.download-border-left  {
	border-left: 1px solid #ddd;
	position: absolute;
	left: 0px;
	top: 24px;
    bottom: 0px;
}

.download-line {
	border-bottom: 1px solid #ddd;
	margin: 0 15px;
}

.download-form {
	display: inline-block;
	padding-bottom: 30px;
}
.download-form > li {
  position: relative;
  float: none;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
}

.download-form > li.tip {
    overflow: visible;
}

.download-form-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #323232;
    padding-top: 30px;
}

.download-input-help {
	margin-top: 10px;
    position: absolute;
}

/*Search*/
.download-search-section {
	padding-top: 20px;
}

.download-search-section > p {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.download-search-container {
	position: relative;
  color: #515151;
  text-align: center;
  display: inline-block;
}

.download-search-container > span {
    font-size: 17px;
  line-height: 30px;
  font-weight: bold;
    display: block;
  margin-bottom: 12px;
}

.download-search-group {
    height: 42px;
    position: relative;
    margin-bottom: 60px;
}

.download-search-group input {
      border: 1px solid #ddd;
  padding: 13px;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  border-right: none;
  border-radius: 0px;
  padding-right: 117px;
}

.download-search-group .button-pure {
    color: #fff;
    height: 100%;
    width: 100px;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 32px;
}

.download-search-group .button-pure i {
    margin-top: 7px;
}

.download-or {
	position: relative;
  top: -16px;
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
}

.download-upload-btn {
	  padding: 10px;
}

.download-search-container, .download-upload-btn {
	width: 68%;
}



.e-download-group {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
.e-download-label {
    float: left;
    width: 52px;
    color: white;
    background: #428bca;
    padding: 15px 0px;
    border: 1px solid #357ebd;
    position: relative;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    height: 46px;
    line-height: 14px;
    margin-bottom: 0px;
}
.e-download-label > .fa-caret-right {
    position: absolute;
    left: 100%;
    margin-left: -1px;
    color: #428bca;
    text-shadow: 1px 0 0 #357ebd;
    font-size: 16px;
    z-index: 1;
}
.e-download-input {
    float: left;
    width: 250px;
    height: 46px;
    padding: 7px 0px 7px 15px;
    font-size: 15px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-left: none;
    border-color: #c7c7c7;
}
.e-download-input.code {
    width: 140px;
}
.e-download-code-img {
    float: left;
    margin-top: 1px;
    height: 44px;
    cursor: pointer;
    width: 95px;
    margin-left: 8px;
}
.e-download-forget-pass,
.e-download-service {
    font-size: 12px;
    line-height: 18px;
    float: right;
    margin: 0 0 8px 0;
}
.e-download-forget-pass,
.e-download-service > a {
    color: #428bca;
}
.e-download-forget-pass:hover,
.e-download-service > a:hover {
    text-decoration: underline;
}
.e-download-wrapper {
    position: relative;
    display: inline-block;
}
.e-download-log-btn {
    width: 295px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    height: 44px;
    line-height: 34px;
    border-radius: 2px;
}
.e-download-progress {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -10px 0 0 0;
    padding: 0;
}
.e-download-bar {
    width: 100% !important;
}
.download-info-icon {
    color: #666;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -7px 0 0 5px;
}
.e-download-icon-left {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -9px;
    margin-right: 14px;
    font-size: 18px;
}