/* line 33, ../sass/base/base.scss */
.download-way-wrapper .download-way-opt .input-wrapper .rs-content, .download-way-wrapper .download-way-opt .input-wrapper .email-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* line 41, ../sass/base/base.scss */
.res-infos .res-detail .res-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* line 3, ../sass/zip.scss */
html {
  background: #f2f5f7;
}

/* line 6, ../sass/zip.scss */
.ios-download-tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}
/* line 14, ../sass/zip.scss */
.ios-download-tips img {
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 6.98667rem;
  height: 7.62667rem;
}

/* line 22, ../sass/zip.scss */
.hidden {
  display: none;
}

/* line 25, ../sass/zip.scss */
.res-infos {
  padding: 0.53333rem;
  display: flex;
  display: -webkit-flex;
}
/* line 29, ../sass/zip.scss */
.res-infos img {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 1.06667rem;
  height: 1.33333rem;
}
/* line 35, ../sass/zip.scss */
.res-infos .res-detail {
  margin-left: 0.4rem;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
}
/* line 43, ../sass/zip.scss */
.res-infos .res-detail .res-name {
  font-size: 0.42667rem;
  line-height: 0.58667rem;
  color: #333;
}
/* line 49, ../sass/zip.scss */
.res-infos .res-detail .res-size {
  color: #999;
  font-size: 0.32rem;
  line-height: 0.45333rem;
}

/* line 57, ../sass/zip.scss */
.download-way-wrapper {
  margin: 0 0.4rem 0.4rem;
  background: #ffffff;
  border-radius: 0.21333rem;
  position: relative;
  padding: 0.53333rem 0.4rem;
}
/* line 63, ../sass/zip.scss */
.download-way-wrapper .download-way-title {
  font-size: 0.42667rem;
  line-height: 0.58667rem;
  font-weight: bold;
  color: #333;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 72, ../sass/zip.scss */
.download-way-wrapper .download-way-title .download-help {
  position: relative;
  z-index: 1;
  font-size: 0.37333rem;
  color: #3ca6fe;
  font-weight: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
/* line 82, ../sass/zip.scss */
.download-way-wrapper .download-way-title .download-help img {
  margin-left: 0.24rem;
  width: 0.21333rem;
}
/* line 86, ../sass/zip.scss */
.download-way-wrapper .download-way-title .download-help .rotated {
  transform: rotate(180deg);
}
/* line 91, ../sass/zip.scss */
.download-way-wrapper .download-way-desc {
  margin-top: 0.21333rem;
  line-height: 0.45333rem;
  font-size: 0.32rem;
  color: #999;
}
/* line 97, ../sass/zip.scss */
.download-way-wrapper .download-help-detail {
  max-width: 100%;
  margin-top: 0.53333rem;
}
/* line 101, ../sass/zip.scss */
.download-way-wrapper .download-way-btn {
  margin: 0.53333rem auto 0;
  width: 2.58667rem;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  background: #3ca6fe;
  border-radius: 0.10667rem;
  font-size: 0.37333rem;
  color: #fff;
}
/* line 112, ../sass/zip.scss */
.download-way-wrapper .download-way-opt {
  margin-top: 0.53333rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 118, ../sass/zip.scss */
.download-way-wrapper .download-way-opt .input-wrapper {
  flex: 1;
  -webkit-flex: 1;
  border-bottom: 0.02667rem solid #ccc;
  border-left: 0.02667rem solid #ccc;
  border-top: 0.02667rem solid #ccc;
  border-radius: 0.10667rem 0px 0px 0.10667rem;
  padding: 0 0.26667rem;
  font-size: 0.37333rem;
}
/* line 128, ../sass/zip.scss */
.download-way-wrapper .download-way-opt .input-wrapper .rs-content, .download-way-wrapper .download-way-opt .input-wrapper .email-text {
  height: 0.90667rem;
  border: none;
  text-align: left;
  color: #333;
  z-index: 1;
}
/* line 136, ../sass/zip.scss */
.download-way-wrapper .download-way-opt .input-wrapper .rs-content {
  color: #999;
  height: 0.85333rem;
  line-height: 0.85333rem;
}
/* line 142, ../sass/zip.scss */
.download-way-wrapper .download-way-opt .input-wrapper-active {
  border-bottom: 0.02667rem solid #3ca6fe;
  border-left: 0.02667rem solid #3ca6fe;
  border-top: 0.02667rem solid #3ca6fe;
}
/* line 147, ../sass/zip.scss */
.download-way-wrapper .download-way-opt .copy, .download-way-wrapper .download-way-opt .send-email {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 1.84rem;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  background-color: #3ca6fe;
  color: #fff;
  font-size: 0.37333rem;
  cursor: pointer;
  border-radius: 0 0.10667rem 0.10667rem 0;
}
/* line 160, ../sass/zip.scss */
.download-way-wrapper .download-way-opt .send-email-blur {
  background: rgba(61, 166, 254, 0.4);
}
/* line 165, ../sass/zip.scss */
.download-way-wrapper .download-way-logo {
  position: absolute;
}
/* line 168, ../sass/zip.scss */
.download-way-wrapper .logo-download {
  top: 0.53333rem;
  right: 0.61333rem;
  width: 1.68rem;
}
/* line 173, ../sass/zip.scss */
.download-way-wrapper .logo-mail {
  top: 0.24rem;
  right: 0.4rem;
  width: 2rem;
}
/* line 178, ../sass/zip.scss */
.download-way-wrapper .logo-pc {
  top: 0.16rem;
  right: 0.4rem;
  width: 2.02667rem;
}

/* line 187, ../sass/zip.scss */
.ui-dialog-wrap .ui-dialog-inner .ui-dialog-img .send-suc {
  width: 2.34667rem;
}
/* line 190, ../sass/zip.scss */
.ui-dialog-wrap .ui-dialog-inner .ui-dialog-img .copy-suc {
  width: 2.34667rem;
}
