@charset "UTF-8";
/* ================================ */
/* ========>>> 文件信息 <<<======== */
/* ======>>> 创建者：恒毅 <<<====== */
/* ================================ */

/* ========>>> 下载文件 <<<======== */
.download-file-win .win-panel{
  width: 600px;
  height: auto;
  margin: 0;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.download-file-win .win-panel .win-cont{
  padding-bottom: 32px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.download-file-win .win-panel .win-title .win-title-name{
  font-size: 0;
  text-align: left;
}

.download-file-win .win-panel .win-title .win-title-name span{
  display: inline-block;
  width: 50%;
  width: calc(100% - 80px);
  width: -wekit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  font-size: 18px;
  line-height: 1.2em;
  padding: 0 10px;
  vertical-align: middle;
}

.download-file-win .win-panel .win-cont .path{
  width: 560px;
  padding-left: 60px;
  margin: 12px auto;
  min-height: 36px;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%,#e4e4e4 100%);
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.download-file-win .win-panel .win-cont .path .path-title{
  display: block;
  width: 50px;
  position: absolute;
  top: 0;
  left: 10px;
}

.download-file-win .win-panel .win-cont .path .path-text{
  font-size: 0;
}

.download-file-win .win-panel .win-cont .path .path-text span{
  display: inline-block;
  font-size: 15px;
  line-height: 1.2em;
  vertical-align: middle
}

.download-file-win .win-panel .win-cont .file-info{
  width: 560px;
  margin: 0 auto;
  display: table;
  -webkit-display: table;
  -moz-display: table;
  -ms-display: table;
  -o-display: table;
  table-layout: fixed;
}

.download-file-win .win-panel .win-cont .file-info li{
  display: table-cell;
  -webkit-display: table-cell;
  -moz-display: table-cell;
  -ms-display: table-cell;
  -o-display: table-cell;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #009688;
  padding: 16px 0 4px;
}

.download-file-win .win-panel .win-cont .download-box{
  width: 480px;
  margin: 24px auto;
  display: table;
  -webkit-display: table;
  -moz-display: table;
  -ms-display: table;
  -o-display: table;
  table-layout: fixed;
  border: 1px solid #188eee;
}

.download-file-win .win-panel .win-cont .download-box li{
  display: table-cell;
  -webkit-display: table-cell;
  -moz-display: table-cell;
  -ms-display: table-cell;
  -o-display: table-cell;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #282828;
  padding: 0;
  height: 56px;
  line-height: 56px;
  position: relative;
}

.download-file-win .win-panel .win-cont .download-box li .download-file-btn{
  display: block;
  width: 100%;
  height: 100%;
  background: #188eee;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.download-file-win .win-panel .win-cont .download-box li .get-integral{
  display: block;
  width: 100%;
  height: 100%;
  background: #188eee;
  font-size: 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.download-file-win .win-panel .win-cont .download-box li .get-integral span{
  display: inline-block;
  font-size: 18px;
  line-height: 1.3em;
  vertical-align: middle;
  padding: 0 10px;
}

.download-file-win .win-panel .win-cont .download-file-progress-bar-box{
  width: 480px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #188eee;
  margin: 0 auto 30px;
  position: relative;
}

.download-file-win .win-panel .win-cont .download-file-progress-bar-box .download-file-progress-bar{
  width: 0%;
  height: 100%;
  background: #188eee;
  position: absolute;
  top: 0;
  left: 0;
}

.download-file-win .win-panel .win-cont .download-file-progress-bar-box .download-file-progress-bar .show-progress{
  display: inline-block;
  width: 56px;
  height: 32px;
  border-radius: 4px;
  background: #188eee;
  border: 1px solid #188eee;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  position: absolute;
  top: 100%;
  top: calc(100% + 18px);
  top: -webkit-calc(100% + 18px);
  top: -moz-calc(100% + 18px);
  right: 0;
}

.download-file-win .win-panel .win-cont .download-file-progress-bar-box .download-file-progress-bar .show-progress::after{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #188eee transparent;
  margin: auto;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
}

.download-file-win .win-panel .win-cont .file-tag-box{
  width: 100%;
  text-align: center;
}

.download-file-win .win-panel .win-cont .file-tag-box .file-tag{
  display: inline-block;
}

.download-file-win .earn-points-box{
  width: 560px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.download-file-win .earn-points-box .title{
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.download-file-win .earn-points-box .cont{
  padding: 10px 0 10px 16px;
}

.download-file-win .earn-points-box .cont .earn-points{
  font-size: 15px;
  color: #000000;
}

.download-file-win .earn-points-box .cont .earn-points li{
  padding: 0 3px 0 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.download-file-win .earn-points-box .cont .earn-points li span,
.download-file-win .earn-points-box .cont .earn-points li b{
  line-height: 32px;
  float: left;
}

.download-file-win .earn-points-box .cont .earn-points li:hover{
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%,#e4e4e4 100%);
}

.download-file-win .earn-points-box .cont .earn-points li b{
  color: rgb(216, 0, 0);
  font-size: 22px;
  margin: 0 12px;
}

.download-file-win .earn-points-box .cont .earn-points li a{
  display: block;
  width: 76px;
  text-align: center;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%,#e4e4e4 100%);
  color: #282828;
  margin: 3px 0 0 16px;
  font-size: 12px;
  float: right;
}

.download-file-win .earn-points-box .cont .earn-points li .color1{
  display: block;
  width: 76px;
  text-align: center;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%,#e4e4e4 100%);
  color: #282828;
  font-size: 12px;
  margin: 3px 0 0 16px;
  float: right;
}

.download-file-win .earn-points-box .cont .earn-points li .color2{
  border: 1px solid rgb(187, 122, 0);
  background: -moz-linear-gradient(top, rgb(228, 148, 0) 0%, rgb(206, 134, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(228, 148, 0)), color-stop(100%,rgb(206, 134, 0)));
  background: -webkit-linear-gradient(top, rgb(228, 148, 0) 0%,rgb(206, 134, 0) 100%);
  background: -o-linear-gradient(top, rgb(228, 148, 0) 0%,rgb(206, 134, 0) 100%);
  background: -ms-linear-gradient(top, rgb(228, 148, 0) 0%,rgb(206, 134, 0) 100%);
  background: linear-gradient(to bottom, rgb(228, 148, 0) 0%,rgb(206, 134, 0) 100%);
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.download-file-win .earn-points-box .cont .earn-points li .color3{
  border: 1px solid #188eee;
  background: -moz-linear-gradient(top, #37a5ff 0%, #188eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37a5ff), color-stop(100%,#188eee));
  background: -webkit-linear-gradient(top, #37a5ff 0%,#188eee 100%);
  background: -o-linear-gradient(top, #37a5ff 0%,#188eee 100%);
  background: -ms-linear-gradient(top, #37a5ff 0%,#188eee 100%);
  background: linear-gradient(to bottom, #37a5ff 0%,#188eee 100%);
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

