
.md-download-1.md20665 {
  padding-top: 0.78rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-download-1.md20665 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-download-1.md20665 .list {
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.md-download-1.md20665 .li {
  width: calc(370 / 1600 * 100%);
  margin-right: calc(40 / 1600 * 100%);
  margin-bottom: 0.4rem;
}
.md-download-1.md20665 .li:nth-child(4n) {
  margin-right: 0;
}
.md-download-1.md20665 .dd {
  display: block;
  padding: 0.4rem;
  background-color: #fff;
}
.md-download-1.md20665 .dd:hover .img {
  transform: scale(1.05);
}
.md-download-1.md20665 .dd:hover .title {
  color: var(--active);
}
.md-download-1.md20665 .dd:hover .btn {
  background-color: var(--active);
  color: #fff;
}
.md-download-1.md20665 .img {
  padding-top: calc( 200 / 290 * 100%);
}
.md-download-1.md20665 .text {
  margin-top: 0.29rem;
}
.md-download-1.md20665 .title {
  line-height: 1.2;
  height: 2.4em;
  transition: 0.5s;
}
.md-download-1.md20665 .btns {
  margin-top: 0.36rem;
}
.md-download-1.md20665 .btn {
  color: var(--active);
  box-shadow: 0 0 0 1px inset var(--active);
  border-radius: 1rem;
  padding: 0.13rem 0.48rem;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-download-1.md20665 .list {
    justify-content: space-between;
  }
  .md-download-1.md20665 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-download-1.md20665 .dd {
    padding: 0.2rem;
  }
}

.md20665.my-dialog {
  display: none;
}
.md20665.my-dialog.show {
  display: block;
}
.md20665.my-dialog .dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.md20665.my-dialog .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  width: 5.6rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.5rem 0.5rem 0.6rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 0.2rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.16rem;
}
.md20665.my-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.md20665.my-dialog .off:hover {
  color: var(--active);
}
.md20665.my-dialog .line {
  width: 1em;
  height: 3px;
  background-color: var(--active);
  margin-top: 0.16rem;
}
.md20665.my-dialog .form {
  max-height: 80vh;
  overflow-y: auto;
}
.md20665.my-dialog .form::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  height: 1px;
}
.md20665.my-dialog .form::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}
.md20665.my-dialog .form::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md20665.my-dialog .fbox {
  margin-top: 0.3rem;
}
.md20665.my-dialog .fitem {
  margin-bottom: 0.1rem;
  position: relative;
}
.md20665.my-dialog .ip {
  display: block;
  width: 100%;
  height: calc( 56em / 16);
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: none;
  padding: 0 0.2rem;
}
.md20665.my-dialog .ip::-moz-placeholder {
  color: #999;
}
.md20665.my-dialog .ip::placeholder {
  color: #999;
}
.md20665.my-dialog .ip2 {
  display: block;
  width: 100%;
  height: calc( 56em / 16);
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: none;
  padding: 0 0.2rem;
}
.md20665.my-dialog .ip2::-moz-placeholder {
  color: #999;
}
.md20665.my-dialog .ip2::placeholder {
  color: #999;
}
.md20665.my-dialog .ta {
  display: block;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0.16rem 0.2rem;
}
.md20665.my-dialog .code {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 50%;
}
.md20665.my-dialog .fi-active .placehold {
  display: none;
}
.md20665.my-dialog .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.2rem;
  pointer-events: none;
  color: #999;
}
.md20665.my-dialog .placehold span {
  color: #e60013;
}
.md20665.my-dialog .btns {
  margin-top: 0.4rem;
}
.md20665.my-dialog .submit {
  width: 100%;
  height: calc( 56em / 18);
  background-color: var(--active);
  border: none;
  border-radius: 1rem;
  cursor: pointer;
}

.md20665.my-dialog .inp {
  position: relative;
  width: calc(100% - 6em);
}
.md20665.my-dialog .country-select {
  position: relative;
  width: 6em;
  border-right: 2px solid #fff;
}
.md20665.my-dialog .country-select.s-show .bd {
  opacity: 1;
  pointer-events: auto;
}
.md20665.my-dialog .country-select .hd {
  display: flex;
  align-items: center;
  height: calc( 56em / 16);
  cursor: pointer;
  color: #808695;
  background-color: #f8f8f8;
  position: relative;
  padding-left: 0.2rem;
  border-radius: 0.5em;
}
.md20665.my-dialog .country-select .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.md20665.my-dialog .country-select .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.md20665.my-dialog .country-select .bitem {
  background-color: #fff;
  color: #808695;
  padding: 0.25em 0.2rem;
  padding-right: 0.1rem;
  cursor: pointer;
}
.md20665.my-dialog .country-select .bitem:hover {
  background-color: #f8f8f8;
}

@media (max-width: 900px) {
  .md20665.my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
}

.md20666.my-dialog {
  display: none;
}
.md20666.my-dialog.show {
  display: block;
}
.md20666.my-dialog .dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.md20666.my-dialog .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  width: 5.6rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.5rem 0.5rem 0.6rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 0.2rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.16rem;
}
.md20666.my-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.md20666.my-dialog .off:hover {
  color: var(--active);
}
.md20666.my-dialog .line {
  width: 1em;
  height: 3px;
  background-color: var(--active);
  margin-top: 0.16rem;
}
.md20666.my-dialog .form {
  max-height: 80vh;
  overflow-y: auto;
}
.md20666.my-dialog .form::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  height: 1px;
}
.md20666.my-dialog .form::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}
.md20666.my-dialog .form::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md20666.my-dialog .fbox {
  margin-top: 0.3rem;
}
.md20666.my-dialog .fitem {
  margin-bottom: 0.1rem;
  position: relative;
}
.md20666.my-dialog .ip {
  display: block;
  width: 100%;
  height: calc( 56em / 16);
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: none;
  padding: 0 0.2rem;
}
.md20666.my-dialog .ip::-moz-placeholder {
  color: #999;
}
.md20666.my-dialog .ip::placeholder {
  color: #999;
}
.md20666.my-dialog .ta {
  display: block;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0.16rem 0.2rem;
}
.md20666.my-dialog .code {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 50%;
}
.md20666.my-dialog .fi-active .placehold {
  display: none;
}
.md20666.my-dialog .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.2rem;
  pointer-events: none;
  color: #999;
}
.md20666.my-dialog .placehold span {
  color: #e60013;
}
.md20666.my-dialog .btns {
  margin-top: 0.4rem;
}
.md20666.my-dialog .submit {
  width: 100%;
  height: calc( 56em / 18);
  background-color: var(--active);
  border: none;
  border-radius: 1rem;
  cursor: pointer;
}

.md20666.my-dialog .inp {
  position: relative;
  width: calc(100% - 6em);
}
.md20666.my-dialog .country-select {
  position: relative;
  width: 6em;
  border-right: 2px solid #fff;
}
.md20666.my-dialog .country-select.s-show .bd {
  opacity: 1;
  pointer-events: auto;
}
.md20666.my-dialog .country-select .hd {
  display: flex;
  align-items: center;
  height: calc( 56em / 16);
  cursor: pointer;
  color: #808695;
  background-color: #f8f8f8;
  position: relative;
  padding-left: 0.2rem;
  border-radius: 0.5em;
}
.md20666.my-dialog .country-select .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.md20666.my-dialog .country-select .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.md20666.my-dialog .country-select .bitem {
  background-color: #fff;
  color: #808695;
  padding: 0.25em 0.2rem;
  padding-right: 0.1rem;
  cursor: pointer;
}
.md20666.my-dialog .country-select .bitem:hover {
  background-color: #f8f8f8;
}
@media (max-width: 900px) {
  .md20666.my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
}
