@charset "utf-8";
/* CSS Document */
/* CSS Document */
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #f6f9fd;
  margin: 0 auto;
}
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  display: block;
  color: #333;
}
div,
span,
a,
canvas,
div,
h1,
h2,
html,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
img {
  display: block;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
  outline: none;
  border: 0;
  -webkit-appearance: none;
  background-color: transparent;
}
button {
  border: none;
  outline: none;
}
.M-Box {
  display: none;
}
#headerPC {
  position: sticky;
  z-index: 1;
  top: 0;
}
#bottomPC {
  position: sticky;
  bottom: 0;
}
.Share-popup {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.copy-popup {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.notcopy-popup {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.disable {
  pointer-events: none;
}
.PC-Box {
  width: 100%;
  margin: 0 auto;
}
.PC-Box .crumbs-Box {
  width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.PC-Box .crumbs-Box a {
  font-size: 12px;
  color: #AAAEB3;
  transition: all 0.3s;
}
.PC-Box .crumbs-Box a:hover {
  color: #50A1FF;
}
.PC-Box .crumbs-Box .crumbsArrow {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.PC-Box .main-Box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.PC-Box .main-Box .left-Box {
  width: 100%;
}
.PC-Box .main-Box .left-Box .search-Box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.05);
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
.PC-Box .main-Box .left-Box .search-Box .tag {
  width: auto;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  position: absolute;
  right: 30px;
  top: 43px;
  padding: 0 15px;
}
.PC-Box .main-Box .left-Box .search-Box .red {
  background-color: rgba(255, 110, 106, 0.15);
  color: #ff6a65;
}
.PC-Box .main-Box .left-Box .search-Box .yellow {
  background-color: rgba(240, 173, 78, 0.15);
  color: #f39f27;
}
.PC-Box .main-Box .left-Box .search-Box .blue {
  background-color: rgba(91, 192, 222, 0.15);
  color: #5bc0de;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup {
  display: flex;
  align-items: center;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .toolIcon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 15px;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt {
  display: flex;
  flex-direction: column;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt h1 {
  font-size: 18px;
  color: #3c3c3c;
  margin-bottom: 4px;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt span {
  font-size: 12px;
  color: #9B9EAC;
}
.PC-Box .main-Box .left-Box .search-Box .line {
  width: 100%;
  height: 1px;
  background-color: #F5F6F7;
  margin: 30px 0;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box {
  display: flex;
  flex-direction: column;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textTitle {
  font-size: 18px;
  line-height: 18px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 12px;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box textarea {
  resize: none;
  outline: none;
  width: 805px;
  height: 160px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #3c3c3c;
  border-radius: 10px;
  font-size: 14px;
  color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box {
  display: flex;
  margin-top: 10px;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .cleanCnt {
  width: 75px;
  height: 34px;
  border-radius: 4px;
  background-color: #F5F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  cursor: pointer;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .cleanCnt .cleanIcon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .cleanCnt span {
  font-size: 14px;
  color: #9B9EAC;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .copyCnt {
  width: 100px;
  height: 34px;
  border-radius: 4px;
  background-color: #539EFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  cursor: pointer;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .copyCnt .copyIcon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .copyCnt span {
  font-size: 14px;
  color: #fff;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .submitCnt {
  width: 100px;
  height: 34px;
  border-radius: 4px;
  background-color: #539EFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .submitCnt .submitIcon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.PC-Box .main-Box .left-Box .search-Box .Text-Box .textarea-Box .op-Box .submitCnt span {
  font-size: 14px;
  color: #fff;
}
