@font-face {
  font-family: "li";
  src: url("../font/李国夫手写体.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "xu";
  src: url("../font/叶根友钢笔行书.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "jb";
  src: url("../font/迷你简硬笔楷书体.TTF");
}

@font-face {
  font-family: "md";
  src: url("../font/郭小语钢笔楷体.ttf");
}

@font-face {
  font-family: "sd";
  src: url("../font/b.ttf");
}

@font-face {
  font-family: "xjl";
  src: url("../font/徐静蕾钢笔字体.fon");
}

@font-face {
  font-family: "hyc";
  src: url("../font/HYChenMeiZiW.ttf");
}

@font-face {
  font-family: "fzmw";
  src: url("../font/FZMWFont.ttf");
}

@font-face {
  font-family: "hs";
  src: url("../font/行书.ttf");
}

@font-face {
  font-family: "hy";
  src: url("../font/华阳手写体.ttf");
}

@font-face {
  font-family: "qy";
  src: url("../font/青叶手写体.ttf");
}

@font-face {
  font-family: "yy";
  src: url("../font/云烟体.ttf");
}


@font-face {
  font-family: "sxt1";
  src: url("../font/sxt1.ttf");
}

@font-face {
  font-family: "sxt2";
  src: url("../font/sxt2.ttf");
}

@font-face {
  font-family: "sxt3";
  src: url("../font/sxt3.ttf");
}

@font-face {
  font-family: "sxt4";
  src: url("../font/sxt4.ttf");
}

@font-face {
  font-family: "sxt5";
  src: url("../font/sxt5.ttf");
}

@font-face {
  font-family: "sxt6";
  src: url("../font/sxt6.ttf");
}

@font-face {
  font-family: "sxt7";
  src: url("../font/sxt7.ttf");
}

@font-face {
  font-family: "sxt8";
  src: url("../font/sxt8.ttf");
}


@font-face {
  font-family: "sxt9";
  src: url("../font/sxt9.ttf");
}

@font-face {
  font-family: "sxt10";
  src: url("../font/sxt10.ttf");
}

@font-face {
  font-family: "sxt11";
  src: url("../font/sxt11.ttf");
}

@font-face {
  font-family: "sxt12";
  src: url("../font/sxt12.ttf");
}

@font-face {
  font-family: "sxt13";
  src: url("../font/sxt13.ttf");
}

@font-face {
  font-family: "sxt14";
  src: url("../font/sxt14.ttf");
}

@font-face {
  font-family: "sxt15";
  src: url("../font/sxt15.ttf");
}

@font-face {
  font-family: "sxt16";
  src: url("../font/sxt16.ttf");
}

@font-face {
  font-family: "sxt17";
  src: url("../font/sxt17.ttf");
}

@font-face {
  font-family: "sxt18";
  src: url("../font/sxt18.ttf");
}


@font-face {
  font-family: "sxt20";
  src: url("../font/sxt20.ttf");
}

@font-face {
  font-family: "sxt21";
  src: url("../font/sxt21.ttf");
}

@font-face {
  font-family: "sxt22";
  src: url("../font/sxt22.ttf");
}

@font-face {
  font-family: "lgy";
  src: url("../font/lgy.ttf");
}

@font-face {
  font-family: "yangbaobao";
  src: url("../font/yangbaobao.ttf");
}

/* 更新 */
@font-face {
  font-family: "sxt23";
  src: url("../font/sxt23.ttf");
}

@font-face {
  font-family: "sxt24";
  src: url("../font/sxt24.ttf");
}

@font-face {
  font-family: "sxt25";
  src: url("../font/sxt25.ttf");
}

@font-face {
  font-family: "sxt26";
  src: url("../font/sxt26.ttf");
}

@font-face {
  font-family: "sxt27";
  src: url("../font/sxt27.ttf");
}

@font-face {
  font-family: "sxt28";
  src: url("../font/sxt28.ttf");
}

@font-face {
  font-family: "sxt29";
  src: url("../font/sxt29.ttf");
}

@font-face {
  font-family: "sxt30";
  src: url("../font/sxt30.ttf");
}

@font-face {
  font-family: "sxt31";
  src: url("../font/sxt31.ttf");
}

@font-face {
  font-family: "sxt32";
  src: url("../font/sxt32.ttf");
}

@font-face {
  font-family: "sxt33";
  src: url("../font/sxt33.ttf");
}

@font-face {
  font-family: "sxt34";
  src: url("../font/sxt34.ttf");
}

/* body {

  background-color: #ffffff;
} */

* {
  padding: 0;
  margin: 0;
}

.top {
  width: 100%;
  height: 50px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px rgb(235, 235, 235) solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 999;
  position: fixed;
}

.box {
  border-top: 12px double rgb(182, 182, 182);
  width: 26px;
  padding-top: 4px;
  cursor: pointer;
  border-bottom: 4px solid rgb(182, 182, 182);
}

.mb {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  transition: all 1s;
}

.mb2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  /* background-color: #fff; */
  position: relative;
  transition: all 1s;
}

.mb::before {
  content: "点击上传纸张背景";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #b1b1b1;
}

#mycanvas {
  margin-top: 25px;
  border: 1px rgb(235, 235, 235) solid;
  /* margin-bottom: 25px; */
  background-color: rgb(248, 248, 248);
  box-shadow: rgb(209, 209, 209) 5px 3px 10px;
}


#inp {
  width: 90%;
  margin-left: 5%;
  height: 180px;
  resize: vertical;
  font-size: 20px;
  margin-top: 5px;
  border: 1px rgb(235, 235, 235) solid;
  margin-bottom: 5px;
  background-color: rgb(248, 248, 248);
  outline: none;
}

.czmb {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: #fff;


  box-shadow: #ddeeff 0px -10px 10px;
  border-radius: 10px 10px 0 0; */
  padding: 20px;
  padding-top: 20px;
  box-sizing: border-box;
  height: 60vh;
  overflow-y: scroll;
  background-color: #fff;

  box-shadow: #ddeeff 0px -10px 10px;
  border-radius: 10px 10px 0 0;
}

.czmb div {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.czmb div span {
  width: 200px;
  color: #6b6b6b;
  font-size: 15px;
}

.czmb div input {
  border: 1px rgb(235, 235, 235) solid;
  margin-bottom: 5px;
  background-color: rgb(248, 248, 248);
  outline: none;
  height: 30px;
  /* border-radius: 5px; */
  box-sizing: border-box;
  padding-left: 10px;
  width: 60px;
}

.czmb select {
  border: 1px rgb(235, 235, 235) solid;
  margin-bottom: 5px;
  background-color: rgb(248, 248, 248);
  outline: none;
  height: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
}

.jz {
  width: 100vw;
  height: 100vh;
  background-color: rgba(245, 245, 245, 0.568);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  color: rgb(2, 82, 255);

  overflow-y: scroll;
  z-index: 99;
}

/* .jz div {

  font-size: 25px;
  margin-top: 20%;
} */

.gd {
  width: 100%;
  height: 50vh;
  overflow-y: scroll;

}

.ann {
  /* background-color: #fff; */
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60px;


}

.ann div {
  width: 130px;
  height: 40px;
  line-height: 40px;
}

.zz {
  width: 120px;
  height: 30px;
  background-color: #468afe;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
}

.zz2 {
  width: 120px;
  height: 30px;
  background-color: rgb(46, 196, 96);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
}

.wt {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: rgb(157, 196, 255);
  display: inline-block;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}

/* 导航栏 */
.dhl {
  width: 100%;
  /* height: 300px; */
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  position: absolute;
  top: 50px;
  left: 0;
  display: flex;
  flex-direction: column;

}

.dhl div {
  /* height: 30px; */
  padding: 10px;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  line-height: 30px;
}

.dhl div:hover {
  background-color: rgb(247, 247, 247);
}

.hei {
  width: 100%;
  height: 100%;
  background-color: rgba(78, 78, 78, 0.562);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: black;
}

h2 {
  font-weight: 500;
  font-size: 20px;
}

.d {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #6b6b6b;
  height: 0;
  font-size: 0;
  /* border-top: solid 1px rgb(235, 235, 235); */
  transition: all 0.5s;
}

.d2 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #6b6b6b;
  border-top: solid 1px rgb(235, 235, 235);
  position: relative;
}

.dzk {
  position: absolute;
  top: -15px;
  background-color: rgb(233, 233, 233);
  width: 40%;
  text-align: center;
  font-size: 13px;
  height: 15px;
  border-radius: 10px 10px 0 0;
  color: rgba(82, 82, 82, 0.794);
}

.d span {
  margin-top: 5px;
}

.d_a {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  background-color: #fff;
  font-size: 13px;
}

.d_a a {
  /* padding: 5px; */
  margin-right: 10px;
}

h1 {
  font-size: 0;
}




/* but.css  */
* {

  -webkit-tap-highlight-color: transparent;
}

.bubbly-button {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1em;

  width: 280px;
  height: 60px;

  position: relative;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  background-color: #008cff;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgba(96, 179, 248, 0.733);
}

.bubbly-button2 {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1em;
  position: relative;
  width: 280px;
  height: 60px;
  margin-top: 50px;

  -webkit-appearance: none;
  appearance: none;
  background-color: #fa565a;
  color: #fff;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgba(96, 179, 248, 0.733);
}






.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 300px;
  height: 60px;
  top: 0;
  left: calc(50% - 150px);
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}







.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, transparent 20%, #008cff 20%, transparent 30%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #008cff 15%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #008cff 15%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%), radial-gradient(circle, #008cff 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  transform: scale(0.9);
  background-color: #80acff;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}










.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.log {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.log img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.czmb .chosetpbj {
  width: 100%;
  height: auto;
  background-color: rgb(242, 242, 242);
  border-radius: 5px;
  /* margin-left: 5%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.czmb .ddtb {
  width: 120px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.czmb .ddtb img {
  width: 100%;
  height: 150px;
  vertical-align: middle
}

.czmb .qdbj {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #008cff;
  color: white;
  font-weight: 700;
  font-size: 17px;
  margin-top: 0;
}

/* 专业版 */
.zyshow {
  width: 80%;
  margin: 20px;
  margin-bottom: 0;
  box-shadow: rgb(209 209 209) 5px 3px 10px;
}

#file {
  display: none;
}

.zybxx {
  width: 100%;
  color: #6b6b6b;
  font-size: 14px;

}

/* 登录样式 */
.loginbut {

  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #7f7d7d;
  border: #7f7d7d solid 1px;
}

.loginbut:hover {
  color: #ffa91f;
  border: #ffa91f solid 1px;
}

.yhbut {

  /* background-color: rgb(75, 177, 255); */
  height: 30px;
  line-height: 30px;

  color: #0082ec;
  border-radius: 5px;
  border: #0082ec solid 1px;
  cursor: pointer;
  width: 90px;
  overflow: hidden;
  white-space: nowrap;

  text-overflow: ellipsis;

  -o-text-overflow: ellipsis;
}

.yhbut:hover {
  background-color: #0082ec;
  color: white;
}

.endtime {
  /* width: 100%; */
  /* height: 10px; */
  color: #bebebe;
  /* background: rgb(255, 255, 255); */
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

/* 开关样式 */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
  /* margin-left: calc(50% - 40px); */
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 24px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  /* bottom: 4px; */
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* 结束 */

.zfsjys {
  background-color: rgb(243, 243, 243);
  border-radius: 5px;
  border: rgb(207, 207, 207) solid 1px;
}

.wt2 {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background-color: rgb(157, 196, 255);
  display: inline-block;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  margin-right: -10px;
  background-color: rgb(255, 80, 80);
  width: auto;
  padding-left: 2px;
  padding-right: 2px;
}

.bydz {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;

}

.bya {
  color: rgb(91, 121, 255);
  font-weight: 700;
  margin-top: 5px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

/* 颜色面板 */
*,
*:before,
*:after {
  box-sizing: inherit;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *:before,
  *:after {
    -webkit-animation-duration: 0ms !important;
    animation-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
}

body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  /* background-color: #b0bec5; */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  height: 100%;
  /* overflow: hidden; */
  /* 防止下沉滚动 */

}

.zhe2 {
  background-color: rgba(129, 129, 129, 0.589);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  z-index: 1050;

}

.container {
  margin-top: 50px;

  /* padding: 1em; */
  /* position: fixed; */
  width: 90%;
  max-width: 500px;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.material-color-picker {
  display: flex;
  /* width: 32em; */
  margin: 0 auto;
  background-color: white;
  border: 1px solid #78909c;
  border-radius: 0.5em 0.5em 0 0;
  box-shadow: 0 1em 8em rgba(0, 0, 0, 0.35);
  border-bottom: none;

}

.material-color-picker__left-panel {
  z-index: 1;
}

.material-color-picker__right-panel {
  position: relative;
  flex-grow: 1;
  overflow: hidden;

}

.color-selector {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
  border-right: 0.25em solid #E0E0E0;
}

.color-selector input[type='radio'] {
  display: none;
}

.color-selector label {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em;
  cursor: pointer;
}

.color-selector label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  background-color: currentColor;
  border-radius: 50%;
}

.color-selector label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.5em;
  border: 0.25em solid;
  border-radius: 50%;
  transition: padding 250ms;
}

.color-selector input[type='radio']:checked+label:after {
  padding: 1em;
}

.color-palette-wrapper {

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  padding: 1.5em;
}

.color-palette-wrapper.js-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);

}

.color-palette-header {
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 1em;
  font-weight: 400;
  color: #757575;
}

.color-palette {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.color-palette__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0.25em 0;
  padding: 0 1em;
  border-radius: 0.25em;
  font-family: "Roboto Mono", monospace;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  cursor: pointer;
}

.color-palette__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.copied-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 250ms;
}

.copied-indicator.js-copied {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.75;
}

.dibu {


  /* padding: 1em; */
  /* position: fixed; */
  width: 90%;
  margin-bottom: 50px;
  max-width: 500px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-sizing: border-box; */
  font-size: 18px;
  border-radius: 0 0 0.5em 0.5em;
}

.ysdm {
  margin-top: 20px;
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ann2 {
  margin-top: 20px;
  width: 300px;
  height: 50px;
  background-color: rgb(57, 133, 255);
  text-align: center;
  line-height: 50px;
  align-items: center;
  border-radius: 5px;
  color: white;
}

.ysmbip {
  height: 30px;
  background-color: rgb(245, 245, 245);
  border: 1px rgb(235, 235, 235) solid;
  margin-bottom: 5px;
  outline: none;
}

/* 下载选项 */
.ptbxz {
  width: 300px;
  height: 530px;
  margin-top: 20%;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  border: #0082ec solid 2px;
  position: relative;
}

.xzxx {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 23px;
  font-weight: 700;
  color: #0082ec;
}

.xzmbxx {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 90%;
  margin-left: 5%;
}

.xzmbxx2 {

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;

}

.xzti {
  width: 200px;
  color: #6b6b6b;
  font-size: 15px;

}

.butxz {
  width: 35%;
  left: 10%;
  height: 35px;
  background-color: #e8e8e8;
  color: rgb(108, 108, 108);
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  bottom: 20px;
}

.butxz2 {
  width: 35%;
  right: 10%;
  height: 35px;

  background-color: #258bff;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  bottom: 20px;
}

.xzmbinp {
  border: 1px rgb(235, 235, 235) solid;
  margin-bottom: 5px;
  background-color: rgb(248, 248, 248);
  outline: none;
  height: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
  width: 130px;
}

.downmb {
  width: 90%;
  margin-left: 5%;
  background-color: #4980ff;

  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mbbb {
  margin-top: 10px;
  width: 90%;
  height: 230px;
  background-color: rgb(247, 247, 247);
  margin-left: 5%;
  overflow-y: scroll;
}

.zscun {
  width: 100%;
  height: 35px;
  background-color: rgb(97, 155, 255);
  color: white;
  border-radius: 5px;
  font-weight: 700;
}

.jzner {
  height: 100vh;
  line-height: 100vh;
  font-weight: 700;
  font-size: 20px;
}



.bccs {
  width: 100%;
  height: 35px;
  border: solid 1px rgb(165, 165, 165);
  color: rgb(39, 39, 39);
  border-radius: 5px;
  /* font-weight: 700; */

}

.czmb .cslist {
  width: 100%;
  background-color: rgb(242, 242, 242);
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;

}

.czmb .csitem {
  width: 90%;
  height: 25px;
  background-color: rgb(255, 255, 255);
  line-height: 25px;
  flex-direction: row;
  justify-content: space-between;
  border: solid 1px rgb(36, 36, 36);

}

.czmb .csson {
  margin-top: 0;
  font-weight: 700;
  padding-left: 10px;
}

.czmb .csxy,
.czmb .csdel {
  margin-top: 0;
  width: 60px;
  background-color: rgb(46, 196, 96);
  color: white;
  cursor: pointer;
}

.czmb .csqxxz {
  background-color: rgb(217, 217, 217);
  width: 50%;
  height: 30px;
  margin-bottom: -10px;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.czmb .wordsnum {
  color: #6b6b6b;
  font-size: 14px;
  /* text-align: right; */
  /* justify-content: right; */
}

.tuozhuai {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.tuoann {
  background-color: rgba(163, 226, 255, 0.515);
  border: solid 1px rgb(125, 170, 255);
  height: 100%;
  box-shadow: #ddeeff 0px -10px 10px;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  width: 50%;
  margin-left: 25%;
  color: rgb(94, 94, 94);
}

.czmb .tiaoleft {
  margin-top: 0;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  background-color: rgb(248, 248, 248);
  border: 1px rgb(235, 235, 235) solid;
  border-radius: 4px 0 0 4px;
  line-height: 30px;
  margin-right: 2px;
}

.czmb .tiaoright {
  margin-top: 0;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  background-color: rgb(248, 248, 248);
  border: 1px rgb(235, 235, 235) solid;
  border-radius: 0 4px 4px 0;
  line-height: 30px;
  margin-left: 2px;
}

/* app长按图片 */
.appimg {
  width: 80%;
  margin-left: 10%;
}

.appdownmb {
  width: 90%;
  margin-left: 5%;
  /* background-color: #4980ff; */
  border: solid 1px rgb(125, 170, 255);
  background-color: rgba(163, 226, 255, 0.515);
  color: rgb(42, 42, 42);
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

select {
  border: 1px rgb(235, 235, 235) solid;
  margin-bottom: 5px;
  background-color: rgb(248, 248, 248);
  outline: none;
  height: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
}

.appcz {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* 识别文字 */
.wzsbjz {
  width: 100vw;
  height: 100vh;
  background-color: rgba(100, 100, 100, 0.568);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: rgb(2, 82, 255);
  overflow-y: scroll;
  z-index: 99;

}

.imgwznr {

  width: 90%;
  margin-left: 5%;
  height: 380px;
  resize: vertical;
  font-size: 20px;
  margin-top: 5px;
  border: 1px rgb(235, 235, 235) solid;
  margin-bottom: 5px;
  background-color: rgb(248, 248, 248);
  outline: none;

}

.wzsbjz .imgkj {
  width: 90%;
  margin-top: 70px;
  background-color: #fff;
  border-radius: 5px;
  overflow-y: scroll;
  height: 520px;
  margin-bottom: 70px;
  position: relative;
}

.nrann {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.xinnr {
  width: 40%;
  height: 40px;
  background-color: rgb(236, 244, 255);
  border-radius: 5px;
  color: rgb(54, 94, 255);
  text-align: center;
  line-height: 40px;
  border: solid 1px rgb(161, 192, 255);
}

.jiunr {
  width: 40%;
  height: 40px;
  background-color: rgb(244, 244, 244);
  border-radius: 5px;
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 40px;
  border: solid 1px rgb(212, 212, 212);
}

.wzsbbt {
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 5px;
}

.wzsbqx {
  width: 70px;
  height: 30px;
  background-color: rgb(239, 239, 239);
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;

}