html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
/* header */
.header {
  width: 100vw;
  height: 11.5vw;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 0.2667vw #ebebeb;
}
.header .headerlogo {
  width: 29.3333vw;
}
.header .iuser {
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.header .igengduo {
  margin: 0 2rem;
}
.seekBox {
  border-top: 0.2667vw solid #dedede;
  width: 100vw;
  position: absolute !important;
  top: 11vw;
  left: 0;
  z-index: 999;
  display: none;
  padding-bottom: 18.6667vw;
  background: #ffffff;
}

.search {
  width: 83vw;
  min-height: 6.1333vw;
  font-size: 4.2667vw;
  margin: 0 auto;
  margin-top: 6.4vw;
}
.search-input {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.2667vw solid #cccccc;
}

.search-input input {
  border: none;
  outline: none;
  width: 100%;
  margin-top: 0.5333vw;
  font-size: 12px;
}

.search-input .submit {
  width: 25.5333vw;
  height: 100%;
  box-shadow: 0 0.5333vw 1.0667vw rgba(0, 0, 0, 0.12), 0 0 1.6vw rgba(0, 0, 0, 0.04);
  background: #5f1d66;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5vw;
  font-size: 10px;
}

.search-list-item {
  padding: 1.3667vw 0;
  cursor: pointer;
  animation: left 1s;
  font-size: 4.2667vw;
  font-size: 12px;
}
.search-list-item:hover {
  background: #eee;
}
.search-end {
  display: flex;
  flex-wrap: wrap;
}
.search-end .search-end-item {
  width: 34.6667vw;
  height: 34.6667vw;
  transition: all 1s;
  margin: 1.3333vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-end .search-end-item:hover {
  box-shadow: 0 0.5333vw 1.0667vw rgba(0, 0, 0, 0.12), 0 0 1.6vw rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
}
.search-list {
  padding-bottom: 4.2667vw;
  max-height: 71.4667vw;
  overflow: auto;
}
.search-host {
  display: flex;
  flex-wrap: wrap;
}
.search-host-item {
  padding: 0 5.3333vw;
  background: rgba(239, 239, 239, 1);
  border-radius: 10.6667vw;
  margin: 2.6667vw 2.6667vw;
  cursor: pointer;
  height: 30px;
  line-height: 29px;
  font-size: 12px;
  max-width: 80vw;
}
.search-host-item p {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}
.search-host-hot div p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.search-view {
  box-shadow: 0 0.5333vw 1.0667vw rgba(0, 0, 0, 0.12), 0 0 1.6vw rgba(0, 0, 0, 0.04);

  overflow: hidden;
  border-radius: 5vw;
  position: relative;
}
.search-icon {
  display: flex;
  align-items: center;
  height: 35px;
}
.search-icon-host {
  color: #5f1d66;
  display: flex;
  align-items: center;
}
.search-icon-host::before {
  background: url(/static/template/202004/img/m/biao.png) no-repeat center;
  content: "";
  width: 5.8667vw;
  height: 5.8667vw;
  display: inline-block;
  padding-right: 5.3333vw;
  font-size: 5.3333vw;
}
.search-icon::before {
  content: "";

  width: 6.1333vw;
  height: 6.1333vw;
  display: inline-block;
  background: url(/static/template/202004/img/m/sou.png) no-repeat center;
  padding-right: 5.3333vw;
  background-size: 4.5vw;
  font-size: 12px;
}
.search-host-hot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-host-hot div {
  width: 26.6667vw;
  height: 7.2vw;
  background: rgba(187, 122, 97, 1);
  border-radius: 1.6vw;
  margin-top: 2.6667vw;
  box-sizing: border-box;
  padding: 4vw 1.2667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6667vw;
  color: #fff;
}
.outclear {
  position: absolute;
  top: 6.4vw;
  right: 37.3333vw;
  cursor: pointer;
  display: none;
}
.search-host-view {
  display: flex;
  margin: 5.3333vw 0 1.6vw 0;
  flex-wrap: wrap;
}
.freeTrial,
.secondLevel {
  position: absolute;
  top: 12.8vw;
  right: 0vw;
  display: none;
}
@media screen and(-ms-high-contrast:active), (-ms-high-contrast: none) {
  /*兼容IE11*/
  .freeTrial,
  .secondLevel {
    top: 25.3333vw;
    right: -87.4667vw;
  }
}

.secondLevel li {
  clear: both;
}
.freeTrial,
.secondLevel {
  background: #fff;
  width: 32vw;

  color: #000;
}
.clear {
  clear: both;
}
.freeTrial {
  box-shadow: 1.0667vw 0 4vw #d0cdd0;
}
.secondLevel {
  top: 5.3333vw;
  right: 32.2667vw;
  box-shadow: -0.8vw 0 4vw #d0cdd0;
}

.freeTrial li {
  cursor: pointer;
}

.freeTrial > ul > li > p:nth-child(2),
.freeTrial > ul > li > ul li p:nth-child(2) {
  width: 8vw;
  height: 8vw;
  float: left;
  margin-top: 0.5333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.freeTrial > ul > li > p img {
  width: 4.5333vw;
}
.secondLevel li p img {
  width: 4.5333vw;
}

.weixin {
  /*    width: 25.6vw;
    height: 25.6vw;*/
  bottom: 16.8vw;
  right: 16.2667vw;
  position: fixed;
}

/*箭头*/
.user-arrow {
  width: 1.9333vw;
  margin: 3.6vw 2.6667vw 0 0;
  float: right;
}

.line {
  width: 1.0667vw;
  height: 13.6vw;
  float: left;
}
.freeTrial li.liBackGround {
  background: #f5f5f5 !important;
}
.line.lineBackGround {
  background: #67276c;
}

.freeTrial ul li {
  line-height: 8.2667vw;
}

.freeTrial ul li a {
  font-size: 2.6667vw;
  color: #191919;
}
.Language {
  display: flex;
  flex-wrap: wrap;
  margin-top: 11.6667vw;
  box-sizing: border-box;
  font-size: 10px;
  /* padding: 4vw 0 1.3333vw 4vw; */
}
.help {
  top: 21.3333vw;
}

.Language li.active .a {
  position: relative;
  color: #67276c;
}
.Language li.active .a {
  position: relative;
  color: #67276c;
}
.Language li.active .a::before {
  content: "✔";
}
.Language .active {
  color: #65266a;
}
.Language li {
  width: 30vw;
  height: 8vw;
  line-height: 8vw !important;
}
.Language .line {
  height: 8vw;
}
.Language li p:nth-child(2) {
  width: 2.6667vw !important;
}
.line {
  width: 1.0667vw;
  height: 8.2667vw;
  float: left;
}
.smallimg1 {
  width: 4.7vw;
  margin-right: 6vw;
}
.alltool {
  position: fixed;
  top: 11.6vw;
  width: 68.5333vw;
  background: #fff;
  box-shadow: 0vw 0 1.6vw #d0cdd0;
  font-size: 2.6667vw;
  box-sizing: border-box;
  padding: 6.4vw 0 6.4vw 8.2667vw;
  display: none;
  height: 85vh;
  overflow-x: auto;
}
.alltool p {
  font-size: 3.2vw;
  color: rgba(150, 150, 150, 1);
  margin-bottom: 4vw;
}
.alltool ul li {
  font-size: 2.6667vw;
  margin-bottom: 4vw;
  display: flex;
  align-items: center;
}
.alltool ul li img {
  width: 18px;
  margin-right: 7px;
}
.lefthead {
  display: flex;
  align-items: center;
}
#tools {
  margin: 0 4.6667vw 0 4vw;
  width: 4.5vw;
}
#free {
  margin: 0 4vw 0 0;
  width: 5.1333vw;
}
.user.dialog {
  display: none;
  position: absolute;
  left: -74.1333vw;
  top: 0;
}
.outBM {
  transform: translateX(74.1333vw);
  position: fixed;
  bottom: 0;
}
.user.dialog .nologin {
  width: 74.1333vw;
  background: rgba(56, 62, 69, 1);
  height: 100vh;
  font-size: 4.2667vw;
  overflow: hidden;
}
.user.dialog .nologin .headP {
  width: 19.2vw;
  height: 19.2vw;
  border-radius: 50%;
  margin: 8vw auto;
  margin-top: 12vw;
  display: block;
}
.user.dialog .nologin .login {
  display: block;
  width: 52.8vw;
  height: 8.5333vw;
  border-radius: 1.0667vw;
  border: 0.2667vw solid rgba(151, 151, 151, 1);
  color: #fff;
  margin: 0 auto;
  margin-top: 6.1333vw;
  margin-bottom: 3.4667vw;
}
.user.dialog .nologin .free {
  display: block;
  width: 52.8vw;
  height: 8.5333vw;
  background: rgba(38, 101, 251, 1);
  border-radius: 1.0667vw;
  color: #fff;
  margin: 0 auto;
}
.user.dialog .pricing {
  margin-top: 7.7333vw;
  text-align: center;
  height: 16vw;
  line-height: 16vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 0.2667vw #535456;
  border-bottom: solid 0.2667vw #535456;
}
.user.dialog .pricing img {
  margin-right: 1.3333vw;
}
body {
  transition: all 300ms;
}
.dialog {
  z-index: 999;
}
/* footer */

.footer {
  background: rgba(245, 245, 245, 1);
}
.footTop {
  margin: 0 4.8vw;
  padding-top: 10.6667vw;
  position: relative;
}
.footBottom {
  margin: 0 4.8vw;
  padding-bottom: 9.3333vw;
  position: relative;
}
.footer .footTop h2 {
  font-size: 3.7333vw;
  font-weight: 600;
}
.footer .footTop p {
  font-size: 3.2vw;
  margin: 5.3333vw 0;
}
.footTop {
  border-bottom: solid 1px #d1d1d1;
}
.foot_zc {
  display: flex;
  align-items: center;
  margin-top: 4vw;
}
.foot_zc span {
  font-size: 3.2vw;
}
.foot_zc img {
  width: 5.3333vw;
}
.foot_lange {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  margin-top: 5.3333vw;
}
.foot_lange span {
  margin: 0 0.8vw;
}
.triangle {
  width: 0;
  height: 0;
  border-right: 1.0667vw solid transparent;
  border-left: 1.0667vw solid transparent;
  cursor: pointer;
}
.angle {
  width: 0;
  height: 0;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-top: 0.25rem solid #515151;
}
.language {
  font-size: 3.4667vw;
  box-sizing: border-box;
  border-radius: 1.3333vw;
  box-shadow: 0 0 10px #bebdc0;
  background: #fff;
  position: absolute;
  left: -18px;
  bottom: 125px;
  display: none;
}
.language ul:nth-child(1) {
  margin-left: 8vw;
}
.language ul:nth-child(1),
.language ul:nth-child(2) {
  float: left;
  margin-right: 13.3333vw;
}
.language li {
  line-height: 8.5333vw;
  font-size: 10px;
}
.outgg,
.outgggg {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 10px;
}
.langtab {
  width: 230px;
  height: 100px;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 0px;
  position: fixed;
  left: 5px;
  bottom: 35px;
  z-index: 9999;
  background-color: white;
  box-sizing: border-box;
  padding: 15px;
  font-size: 12px;
}
.langtab .btn {
  width: 54px;
  height: 25px;
  background: rgba(216, 216, 216, 1);
  border-radius: 2px;
  float: right;
  margin-left: 10px;
  margin-top: 25px;
  font-size: 12px;
}
.im {
  position: fixed;
  right: 5px;
  bottom: 26.6667vw;
}
.main {
  width: 100vw;
  height: 100vh;
  position: relative;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.logPop {
  position: fixed;
  width: 90vw;
  height: 80vh;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  left: 50%;
  border-radius: 20px;
  display: none;
  background: #ffffff;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 106%;
  overflow: hidden;
}
.userselect {
  width: 9.67rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.17rem 0.58rem 0rem rgba(0, 0, 0, 0.36);
  position: absolute;
  right: 0;
  top: 2.7rem;
  display: none;
}
.userselect div {
  width: 9.67rem;
  padding: 0.6rem;
  border-bottom: solid 1px #f5f5f5;
  font-size: 0.75rem;
  font-family: ArialMT;
  color: rgba(25, 25, 25, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_1914292_ma3ftecqqn.eot?t=1593518219240"); /* IE9 */
  src: url("//at.alicdn.com/t/font_1914292_ma3ftecqqn.eot?t=1593518219240#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
      url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAWQAAsAAAAACjgAAAVBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDRAqHDIVzATYCJAMgCxIABCAFhG0HbRvCCCMR5oOTIPvLA24OXAdNAFEVX0srOOFhrx2IMjdEKzwY2K21+ztQ/TrGFNSB8OZu/MkUMcH7OR98r3pJBnKn67PbE4j8Lb/OtWhts3r35gm8iXctgRAiJfLT/Xy2qAIbWFRZBVXzTe/+p2UQDXiin/iv2767P6fNhBAlGAThRZpYZpE1NacFBMXnq1BYQN2rZPivBByoZRYIXOcS3pxa14AFRKgwC5ZOPnmGbCtLqSz/YvjvAeAPuTgQWWU6nmHk3Xv/c8x0mWD5bWuXyKIuHg5wPKABRcTdWdHZ9fM7ELxh7CbiMC4DARjMZSF7zfrNESkwiwDI7NOrC2LMRUuYRLR6zsbKIWuoxTaH3gdgkfv35Ic9OoCyDrCwcU+5O57czr1ssgLQnnowpb8AAGkbwABZABWQMzfUFuJnszCpEVLH8tGKgE+KAryhqtlKApRQhgr/PDIATCYW2z2nBd5gPlDgLR8Y8I4PKuA9H9TABz5ogI+qPswTqzkpk46abRyRLO4JQCnpQIIRIhyvcr+d2SUWF9Kb2Mf3GgO7IH/9zRCMrzD/UBjl7TyLhxL601wwHrxIcUxGyeZkx+nu1nf/UjJ8BYSa4aTp9AvhPH4aqNcpeDHT1wjQVfH0HBpZ3/MKouP0tCFezS5GTRXaciUZJEF9UQwTYWB/090BGfBn9iMIcvnan1EsBbefO4kmd7+XzZ/CSFPo8fQSXJ29SWcfFzdsSOfg9fm7RLLz1fQFeXF7Ac8lsrmnR2fSPIcDaMmAMj8WinDXeQT4YUZ6hb728lbxM7sHpkfUNqHIn+vAKIeLTC/krRtiLXnbbsqreueMH8YLe2bMGAsfQcLP5y16zXgiwU2NeSUvdV5gh422C5T/Wf+v/gx/D+bzPwdPQ9wRG+ct17FVja71R50J8a6UvWK0BUn3rqResq8wu58tSepFDqpLLp8zmc5dBlkfNt1Prk3+L11yDA+IXVzLHoZ5hW9/KsyA6cPogvL1ISPLDBnV03Ps5quIUciRrZEZJcuiVLfhQ5SW2qf0go6oJ2cXlewgxoTxoRplyshl1pRJO+81Z5TWA/WGjajTum79TbHp/tlRY6zXqhHGA9Vizeqc/eTZpJiTtJwpXs2Wjz5f8apV5m7xqnMXe+nOm7y8WMYUVfsawi5f0zeazPL21vlyQi3fUF/rhPCu1zjuwsXBNL8JygHHf70CMlOX4j/uHWJ8akFL7LEkPX70INNjXnaut3SzzBVsmis3jphsjaLzMBdk2quVRUo4IRK3cq3bNcvEKACAMs0msfEue6scZZPZy4SyAaFJyuIlG60NG6GA/DK9zzpf5CTMkvSzO1krMlH6kybererMcxX1gpPCwHZx6PD1N+P7c2gHlCD+6UwtmKQrAOoXUMFu7e0S1U/oU5TaXJ0vPE0BBpgAFICYw8c+be7HaSCyZQiBCmbARFukCrsHtcwdNKIHGOzU2m7UGQpBpQeQYQYDpHYIWOkPovYAqdgPYEbZ4OowSN33yu7ArX1ocxTMFSsovoFK7g3y6sZrvKENbS5Rrct6oXhKQBolycIVe5Q+lvgPm6kaMMIdXJjrsG0ZBuEaS42c6nCIY5P3QlHJ3WjjSKCcQhVQ+AZIifUM7a42qd+/QVbQyklJW0P2BQmP+gepSFIDeTX1tdrOZbj3wcooZfhphmAdcGEDqIVZBob8cTVUUhHXIj04iLlOpq4pGt/SXekegBS4dwyTkJKRU6BICRZXIJfz6h3y/otw+VrIOq19wzKqdA9aeA4+8PLH5b11YaGBSsE5GgEAAAA=")
      format("woff2"),
    url("//at.alicdn.com/t/font_1914292_ma3ftecqqn.woff?t=1593518219240") format("woff"), url("//at.alicdn.com/t/font_1914292_ma3ftecqqn.ttf?t=1593518219240") format("truetype"),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url("//at.alicdn.com/t/font_1914292_ma3ftecqqn.svg?t=1593518219240#iconfont") format("svg"); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-duihao:before {
  content: "\e617";
  font-size: 12px;
  display: block;
  box-sizing: border-box;
  padding-bottom: 1px;
  margin-right: 5px;
}

.icon-quanxian:before {
  content: "\e611";
  font-size: 16px;
}

.icon-rightjian:before {
  content: "\e612";
  font-size: 8px;
}

.icon-xiajian:before {
  content: "\e613";
}

.icon-sousuo:before {
  content: "\e614";
}

.icon-zhanghu:before {
  content: "\e615";
  font-size: 12px;
}

.icon-tuichu:before {
  content: "\e616";
  font-size: 13px;
}
.userselect .selectcenter {
  width: 60%;
}
.login {
  display: block;
}
.showuserselect {
  display: none;
  position: relative;
}
.triangle {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border-radius: 50px;
  right: 1.1rem;
  top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle p {
  width: 0;
  height: 0;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-top: 0.25rem solid #515151;
  margin-top: 0.08rem;
}
.uploadPop {
  width: 100vw;
  height: 100vh;
}
.uploadPop h1 {
  font-size: 1.17rem;
  margin: 1rem 0 0 0;
}
.uploadPop h2 {
  font-size: 15px;
  font-family: ArialMT;
  color: rgba(0, 0, 0, 1);
  margin: 0.6rem 0 0.4rem 0;
  font-weight: 500;
}
.uploadPop h2 span {
  color: red;
  margin-right: 0.2rem;
}
.uploadPop .conver img {
  width: 10rem;
  height: 7rem;
}
.placetitle,
.uploadPop .tag {
  display: flex;

  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px rgba(239, 239, 239, 1);
  height: 3.5rem;
  clear: both;
}
.select {
  border-bottom: solid 1px rgba(239, 239, 239, 1);
  height: 3.5rem;
  line-height: 2.3rem;
}
.select h2 {
  float: left;
}
.placetitle h2,
.select h2,
.tag h2 {
  margin-right: 0.5rem;
}
.select p {
  float: left;
  color: #999999;
  margin-top: 0.6rem;
}
.select img {
  margin-top: 1.5rem;
  width: 0.5rem;
  float: right;
}
.pdftitle,
#tagadd {
  border: none;
  outline: none;
  margin-top: 0.2rem;
  font-size: 14px;
}
.uploadPop h3 {
  font-size: 0.83rem;
  font-family: ArialMT;
  margin: 0.5rem 0;
}
.beforeupload {
  height: 2.4rem;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  background: #065ed4;
  cursor: pointer;
}
.uploadPop .Related button {
  height: 1.6rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 13px;
  border: 1px solid rgba(137, 137, 137, 1);
  box-sizing: border-box;
  padding: 0 0.5rem;
  color: rgba(137, 137, 137, 1);
  font-size: 12px;
  margin: 0.2rem;
}
.needupload {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  height: 3rem;
  border-bottom: 1px solid #eee;
}
.needupload p {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.pricingshow {
  display: flex;
  align-items: center;
  height: 4rem;
  border-bottom: solid 1px #ebebeb;
}
.pricingshow .Remaining {
  font-size: 0.79rem;
  color: rgba(0, 0, 0, 1);
}
.uploadPop .pricing {
  width: 7rem;
  height: 2rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: 1px solid rgba(137, 137, 137, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  margin: 0 1rem;
}
.uploadPop .pricing i {
  font-style: normal;
  display: block;
  width: 1.92rem;
  height: 1.92rem;
  line-height: 1.92rem;
  text-align: center;
  cursor: pointer;
}
.text-right {
  position: absolute;
  right: 0rem;
  top: 4.8rem;
  font-size: 12px;
  font-family: ArialMT;
  color: #cccccc;
}
.Contribute {
  height: 5.83rem;
  background: rgba(216, 216, 216, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.Contribute .sharepdfbtn-end {
  width: 89vw;
  height: 3rem;
  color: #fff;
  font-size: 1.33rem;
  background: rgba(6, 94, 212, 0.2);
  border-radius: 0.3rem;
}
.sharepdfbtn-end {
  background: rgba(6, 94, 212, 0.2);
}
.Contribute .sharepdfbtn {
  width: 89vw;
  height: 3rem;
  color: #fff;
  font-size: 1.33rem;
  background: #015bd4;
  border-radius: 0.3rem;
}
.beforeupload img {
  width: 0.8rem;
  margin-right: 0.58rem;
  margin-bottom: 0.1rem;
}
.uploadPop .pricing i:last-child {
  border-left: 1px solid rgba(137, 137, 137, 1);
}
.uploadPop .pricing i:first-child {
  border-right: 1px solid rgba(137, 137, 137, 1);
}
.afterupload {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.afterupload .pdflogo {
  width: 2.5rem;
}
.afterupload .rightTop {
  height: 0.8rem;
}
.afterupload .rightTop p {
  float: left;
  font-size: 0.83rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
  margin-bottom: 0.1rem;
  width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.afterupload .rightTop img {
  width: 0.85rem;
  float: right;
}
.afterupload .rightTop span {
  float: right;
  font-size: 0.67rem;
  color: #777777;
  margin-right: 7px;
}
.afterupload .rightBottom {
  font-size: 0.67rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 162, 170, 1);
  clear: both;
}
.cd {
  width: 76vw;
  float: left;
  border-radius: 15px;
  background: #f2f2f2;
  height: 2px;
  overflow: hidden;
  margin-top: 0.3rem;
  position: relative;
}
.cd .xz {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0px;
  height: 1px;
  float: left;
  top: 0;
  background: #439bf2;
}
.hr {
  margin-top: 1.6rem;
  height: 1px;
  border-bottom: solid 1px #e7e7e7;
}
.SharePop {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 17rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem 1rem 0rem 0rem;
  display: none;
}
.SharePop .othershare {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.SharePop .othershare dt {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.SharePop .copylink {
  margin: 0 auto;
  width: 90%;
  height: 2.8rem;
  background: #f9f9f9;
  border: solid 1px #f5f5f5;
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.7rem;
}
.SharePop .copylink p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SharePop .copylink .copy {
  color: #2765fb;
  font-weight: 600;
  cursor: pointer;
}
.SharePop .copylink p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SharePop .SharePoptitle {
  text-align: center;
  margin: 1.5rem 0;
}
.convertmask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}
.DcurrencyPop,
.downloadpdfPOP,
.savepdfsomePop,
.FavoritedelectPop,
.wxsharePop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
}
.DcurrencyPop {
  display: none;
}
.downloadpdfPOP {
  display: none;
  box-sizing: border-box;
  padding: 3.5rem 0 2.8rem 0;
}
.FavoritedelectPop {
  display: none;
  box-sizing: border-box;
  padding: 3.5rem 0 2.8rem 0;
}
.DcurrencyPop,
.downloadpdfPOP,
.FavoritedelectPop {
  width: 90vw;
  height: 15.5rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem;
  text-align: center;
}
.DcurrencyPop .DcurrencyPoptitle,
.Questioncoin h1 {
  font-size: 20px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: rgba(53, 53, 53, 1);
  margin: 2rem 0 0.5rem 0;
}
.DcurrencyPop .DcurrencyPop2,
.FavoritedelectPop p {
  font-size: 18px;
  font-family: ArialMT;
  color: rgba(103, 103, 103, 1);
  font-weight: 300;
}
.DcurrencyPop button,
.Questioncoin button {
  display: block;
  background: #f3bd50;
  color: #fff;
  font-size: 0.86rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  width: 17.33rem;
  height: 2.37rem;
  border-radius: 0.5rem;
}
.FavoritedelectPop button {
  display: block;
  background: #065ed4;
  color: #fff;
  font-size: 0.86rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  width: 17.33rem;
  height: 2.37rem;
  border-radius: 0.5rem;
}
.DcurrencyPop span,
.Questioncoin span {
  color: rgba(186, 186, 186, 1);
  font-size: 16px;
}
.downloadpdfPOP p {
  text-align: center;
  text-align: center;
  font-size: 0.96rem;
  font-weight: 600;
}
.downloadpdfPOP .downloadpdfPOPbtn {
  display: block;
  width: 17.33rem;
  height: 2.37rem;
  line-height: 2.37rem;
  background: #015bd4;
  color: #fff;
  font-size: 0.77rem;
  margin: 0 auto;
  margin-top: 2.6rem;
  border-radius: 0.3rem;
}
.savepdfsomePop {
  width: 90vw;
  height: 12.5rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem;
  text-align: center;
  font-size: 1.17rem;
  display: none;
}
.savepdfsomePop p {
  height: 4.2rem;

  display: flex;
  align-items: center;
  justify-content: center;
}
.savepdfsomePop .Moveto {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.FavoritesomePop {
  width: 100vw;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem 1rem 0rem 0rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}
.FavoritesomePop .edit,
.FavoritesomePop .delect {
  height: 4.7rem;
  display: flex;
  align-items: center;
}
.FavoritesomePop .edit {
  border-bottom: solid 1px #ebebeb;
}
.FavoritesomePop .cancel {
  height: 4.5rem;
  border-top: solid 0.67rem rgba(239, 239, 239, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.FavoritesomePop i {
  margin: 0 1.4rem 0 1.7rem;
}

.MovetoPop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 24.92rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem 1rem 0rem 0rem;
  display: none;
  box-sizing: border-box;
  padding: 1.5rem;
}

.MovetoPop .collectionlistover {
  height: 8rem;
  overflow-y: scroll;
}

.MovetoPop .collectionlist p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MovetoPop .creatlist {
  font-size: 18px;
  font-family: ArialMT;
  color: rgba(35, 35, 35, 1);
  margin: 1.5rem 0 3.5rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.MovetoPop .creatlist img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1.1rem;
}
.MovetoPop button,
.FavoriteEditPop button {
  display: block;
  width: 88vw;
  height: 3rem;
  background: rgba(6, 94, 212, 1);
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1.17rem;
  margin: 0 auto;
}
.MovetoPop .name_Privacy {
  display: none;
}
.editPop .name_Privacy {
  display: block;
}
.name_Privacy .name,
.MovetoPop .collectionlist {
  position: relative;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ebebeb;
  font-size: 18px;
  font-family: ArialMT;
  color: rgba(35, 35, 35, 1);
  box-sizing: border-box;
  justify-content: space-between;
}
.name_Privacy .name span,
.name_Privacy .Privacy span {
  font-size: 13px;
  font-family: ArialMT;
  color: rgba(151, 151, 151, 1);
}
.name_Privacy .name input {
  font-size: 1rem;
  font-family: ArialMT;
  width: 14rem;
  border: none;
  outline: none;
}
.name_Privacy .name .text-right {
  font-size: 13px;
}
.name_Privacy .Privacy {
  position: relative;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-family: ArialMT;
  color: rgba(35, 35, 35, 1);
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 5.5rem;
}
.name_Privacy .Privacy > p {
  width: 15.5rem;
  font-size: 1rem;
}
.name_Privacy .Privacy ul {
  display: none;
  position: absolute;
  top: 2.5rem;
  right: 0.1rem;
  width: 16rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.name_Privacy .Privacy ul li {
  height: 3rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.name_Privacy .Privacy ul li img {
  width: 1.2rem;
  margin: 0 0.5rem 0 1rem;
}
.FavoriteEditPop {
  width: 100vw;
  height: 24rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem 1rem 0rem 0rem;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 2rem 1rem;
  display: none;
}
.FavoriteEditPop .FavoriteEditPoptitle,
.MovetoPop .MovetoPoptitle {
  font-size: 18px;
  font-family: Arial-BoldMT, Arial;
  text-align: center;
  height: 2.5rem;
  border-bottom: solid 1px #ebebeb;
}
.uploadPopheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
  border-bottom: solid 1px #ededed;
  box-sizing: border-box;
  padding: 0 1rem 0 0.8rem;
  background: #fff;
}
.uploadPopheader h1 {
  font-size: 1.17rem;
  font-family: Arial-BoldMT, Arial;
}
.choosewarp {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.choosewarp .chooseheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
  border-bottom: solid 1px #ededed;
  box-sizing: border-box;
  padding: 0 1rem 0 0.8rem;
  background: #fff;
}
.choosewarp .chooseheader h1 {
  font-size: 1.17rem;
  font-family: Arial-BoldMT, Arial;
}
.choosewarp .content p {
  background: #fff;
  display: flex;
  align-items: center;
  height: 4rem;
  border-bottom: 1px solid #ebebeb;
  padding-left: 1.6rem;
}
.tag-item {
  height: 27px;
  background: rgba(6, 94, 212, 1);
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 5px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  margin: 3px 4px 3px 0;
}
.otherconvert-value {
  margin-right: 5vw;
}
.wxsharePop {
  width: 90vw;
  height: 15rem;
  background: #fff;
  border-radius: 1rem;
  display: none;
  box-sizing: border-box;
  padding: 2rem;
}
.wxsharePop .wxcode {
  margin: 0 auto;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(210, 210, 210, 1);
  box-sizing: border-box;
  padding: 0.4rem;
}
.wxsharePop p {
  text-align: center;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  margin: 1rem 0 1rem 0;
  font-weight: bold;
}
.addto {
  position: absolute;
  right: 5vw;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  border: 1px solid rgba(194, 194, 194, 1);
  color: rgba(177, 177, 177, 1);
}
.addto .active {
  color: #fff;
  background: rgba(6, 94, 212, 1);
  border-color: transparent;
}
.headerdownload {
  display: none;
  color: #000;
}


.jisufoot{
  float: left;
  font-size: 3.2vw;
  color: #333333;
  line-height: 22px;
}
.jisufoot img{
  vertical-align: middle;
}
.jisufoot span{
  padding-left: 5px;
}
.jisufoot .jisufootlogo{
  float: left;
}
.jisufoot .jisufootlogo img{
  height: 22px;
  vertical-align: middle;
  float: left;
}
.jisupdffootcontact{
  overflow: hidden;
  margin: 5.3333vw 0;
}
.jisupdffootcontact img{
  float: left;
  width: 26px;
  height: 26px;
  margin: 5px 5px 0 0;

}
.jisupdffootcontact>div{
  float: left;
}
.footTop .jisupdffootcontact>div p{
  margin: 0;
}