@charset "UTF-8";
*,
html,
body,
div,
label,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
a,
input {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

fieldset,
img {
  border: none;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select,
input {
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}

img {
  width: auto;
}

span {
  display: inline-block;
}

table {
  border: 1px gray solid;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #212529;
  margin: 12px auto;
}

table td,
table th {
  padding: 12px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

ul,
ol {
  list-style: none;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #f9f9f9;
  position: relative;
}

a {
  color: #333;
  text-decoration: none;
  webkit-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header {
  height: 88px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .logo img {
  width: 200px;
  margin: 0 20px;
}

header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .menu ul li {
  margin: 0 20px;
}

header .menu ul li a {
  display: block;
  font-size: 22px;
  height: 86px;
  line-height: 86px;
  padding: 0 10px;
}

header .menu ul li a.active, header .menu ul li a:hover {
  color: #2AB851;
  border-bottom: 2px solid #2AB851;
}

.pageIndex {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pageIndex .header {
  height: 358px;
}

.pageIndex .bg {
  background-image: linear-gradient(103.07deg, #0bd400 0.29%, #1bd91b 21.48%, #3fa334 89.84%);
  border-radius: 0 0 50% 50%;
  bottom: 0;
  height: 100%;
  left: 50%;
  min-width: 1440px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160%;
  z-index: -1;
}

.pageIndex .bg1 {
  background-color: #3fa334;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  right: -38px;
  top: -180px;
}

.pageIndex .bg2,
.pageIndex .bg3 {
  background-color: #378a2c;
  border-radius: 50%;
  display: block;
  opacity: .5;
  position: absolute;
}

.pageIndex .bg2 {
  bottom: 50px;
  height: 150px;
  left: -60px;
  width: 150px;
}

.pageIndex .bg3 {
  height: 40px;
  left: 118px;
  top: 50%;
  width: 40px;
}

.pageIndex .bg3 {
  height: 40px;
  left: 118px;
  top: 50%;
  width: 40px;
}

.pageIndex .bg4 {
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-bottom-color: #3fa334;
  position: absolute;
  left: 136px;
  top: 200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pageIndex .pageinfo {
  width: 600px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
}

.pageIndex .pageinfo h1 {
  display: block;
  padding-top: 118px;
  font-size: 48px;
  font-weight: 400;
}

.pageIndex .pageinfo h2 {
  display: block;
  font-size: 24px;
  font-weight: 300;
}

.pageIndex .logs {
  width: 600px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 40px auto;
  padding: 20px 0;
}

.pageIndex .logs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  margin: 10px 0;
}

.pageIndex .logs a span:last-child {
  color: rgba(255, 255, 255, 0.5);
}

.pageIndex .logs a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.recommend {
  width: 1440px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recommend a {
  display: block;
  width: calc(50% - 100px);
  margin: 0 20px 20px 20px;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

.recommend a .info,
.recommend a .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recommend a .info img,
.recommend a .btn img {
  width: 60px;
  height: 60px;
}

.recommend a .info h5,
.recommend a .btn h5 {
  font-weight: 300;
  font-size: 25px;
  margin-left: 20px;
}

.recommend a .introduce {
  text-align: left;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.3);
}

.recommend a .btn {
  margin: 30px auto 10px auto;
}

.recommend a .btn .btn-use {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 6px;
}

.recommend a .btn p {
  margin-top: auto;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  margin-left: 20px;
}

.recommend a .btn p span {
  color: rgba(0, 0, 0, 0.6);
}

.recommend a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  webkit-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.classBox {
  width: 1440px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.classBox a {
  display: block;
  width: calc(20% - 100px);
  background-color: #fff;
  margin: 0 20px 40px 20px;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

.classBox a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  webkit-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lists {
  width: 1440px;
  margin: 0 auto 50px auto;
}

.lists .lists-title {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.lists .lists-title span {
  display: inline-block;
}

.lists .lists-title .t0 {
  font-size: 28px;
  font-weight: 500;
  color: #222222;
  margin: 0 20px;
}

.lists .lists-title .t1 {
  width: 12px;
  height: 12px;
  background: rgba(53, 201, 63, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 4px;
  margin-top: 6px;
}

.lists .lists-title .t2 {
  width: 18px;
  height: 18px;
  background: rgba(53, 201, 63, 0.6);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 4px;
}

.lists .lists-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lists .lists-items a {
  display: block;
  width: calc(20% - 100px);
  height: 200px;
  background-color: #fff;
  margin: 0 20px 40px 20px;
  border-radius: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lists .lists-items a img {
  width: 60px;
  height: 60px;
}

.lists .lists-items a h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}

.lists .lists-items a p {
  color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
}

.lists .lists-items a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  webkit-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

.container h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  margin: 40px auto 10px auto;
}

.container .use_num {
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 50px;
}

.container .use_num span {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin: 0 5px;
}

.container .form {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
}

.container .form input,
.container .form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 15px;
  width: calc(100% - 30px);
  margin: 0px auto 20px auto;
}

.container .form input:focus,
.container .form textarea:focus {
  border: 1px solid #2AB851;
  /* 当输入框获得焦点时的边框样式 */
  outline: none;
  /* 移除默认的轮廓样式 */
}

.container .form button {
  width: 118px;
  height: 40px;
  line-height: 40px;
  background-color: #2AB851;
  color: #000;
  border-radius: 4px;
  border: none;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .form button:hover {
  background-color: #49bf68;
  cursor: pointer;
}

.container .form button i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-right: 10px;
}

.container .form button.copy {
  width: 200px;
}

.container .form button.copy i {
  background-image: url("/static/img/icon_copy.png");
}

.container .form button.clear {
  background-color: #c9302c;
}

.container .form button.clear i {
  background-image: url("/static/img/icon_clear.png");
}

.container .form .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container .form .btn_box button {
  margin-right: 20px;
}

.container .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
}

.container .main .tools_remark {
  width: 1000px;
}

.container .main .tools_remark h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
}

.container .main .tools_remark h3 strong {
  font-weight: 300;
  margin-right: 10px;
}

.container .main .tools_remark .content {
  background-color: #FFF;
  padding: 30px;
  border-radius: 8px;
  line-height: 30px;
  color: #666;
}

.container .main .tools_remark .content p {
  margin-bottom: 20px;
}

.container .main .sidebar {
  width: 380px;
}

.container .main .sidebar .box {
  margin-bottom: 30px;
}

.container .main .sidebar .box h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
}

.container .main .sidebar .box .content {
  background-color: #FFF;
  padding: 30px;
  border-radius: 8px;
  line-height: 30px;
}

.container .main .sidebar .tools_record ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.container .main .sidebar .tools_recommend a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.container .main .sidebar .tools_recommend a .img {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.container .main .sidebar .tools_recommend a .img img {
  width: 40px;
  height: 40px;
}

.container .main .sidebar .tools_recommend a .info {
  width: calc(100% - 100px);
  padding: 0 10px;
  height: 60px;
}

.container .main .sidebar .tools_recommend a .info h6 {
  font-size: 16px;
  font-weight: 300;
}

.container .main .sidebar .tools_recommend a .info p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
}

.container .main .sidebar .tools_recommend a .info p span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 5px;
}

.container .main .sidebar .tools_recommend a:hover {
  background-color: #f9f9f9;
}

.container .main .sidebar .tools_recommend a:hover h6 {
  color: #1bd91b;
}

.container .main .sidebar .tools_recommend a:last-child {
  margin: 0;
}

.copySuccess, .inputError {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  border-radius: 5px;
  opacity: 0;
}

.copySuccess {
  background-color: #f0f9eb;
  border: 1px solid #e1f3d8;
  color: #67c23a;
}

.inputError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f56c6c;
}

.isShow {
  opacity: 1;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

footer {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

footer a {
  display: inline-block;
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.5);
}

footer a:hover {
  color: #000;
}
.baidu{
    display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .pageIndex .pageinfo {
    width: 100%;
  }
  .recommend {
    width: 100%;
  }
  .recommend a {
    width: calc(50% - 100px);
  }
  .container {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .container .main .tools_remark {
    width: 60%;
  }
  .container .main .sidebar {
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .pageIndex .pageinfo {
    width: 100%;
  }
  .recommend {
    width: 100%;
  }
  .recommend a {
    width: calc(100% - 100px);
  }
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu {
    display: none;
  }
  .container {
    width: 100%;
  }
  .container .use_num {
    line-height: 30px;
  }
  .container .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container .main .tools_remark {
    width: 100%;
  }
  .container .main .tools_remark h3 {
    text-align: center;
  }
  .container .main .sidebar {
    width: 100%;
  }
  .container .main .sidebar h5 {
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */