html,
body {
  font-size: 14px;
}

.header {
  background-color: #3365d8;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

.formbox .contentbox {
  padding: 20px;
}

.cjalert {
  position: fixed;
  top: 20%;
  left: 20%;
  width: 60%;
  text-align: center;
  padding: 0.75rem;
}
.indexPage {
  padding: 10vh 0 0 0;
  text-align: center;
}

.indexPage .indexfoot {
  position: fixed;
  width: 100%;
  height: 35px;
  bottom: 0;
  text-align: center;
  color: #666;
}
.circlebtnbox {
  width: 100%;
  height: 62vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circlebtn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.circlebtn.bluegreen {
  background-color: #00b7ff;
}

.circlebtn:hover {
  background-color: #1f8bff;
}

.formbox {
  /* display: none; */
}

/* tools页面样式 */
.rectangle {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.rectangle .rectanglebox {
  width: 100%;
  padding: 20px;
}
.rectangle .rectanglebox .rectanglebtn {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: #007bff;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

/* testtool页面样式 */
.testtoolbox {
  padding: 20px;
}
.testtoolbox .inputbox {
  display: flex;
  justify-content: space-between;
}

.testtoolbox .contentbox {
  background-color: rgb(67, 75, 85);
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  height: calc(100vh - 85px);
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.testtoolbox .contentbox .green {
  color: rgb(65, 255, 65);
}

.testtoolbox .contentbox .red {
  color: #ff3a3a;
}

/* 常用工具页面样式 */
.common {
  padding: 0 20px;
}
.common .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: #eee solid 1px;
  padding: 10px 0;
}
.common .commonbox {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.common .commonbox .col-4,
.common .commonbox .col-3 {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 10px;
}
.common .commonbox .commonimg {
  grid-row: 20px;
  width: 100%;
  height: 80px;
  border-radius: 6px;
  /* background-color: #c4c4c4; */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.common .commonbox .commonimg img {
  border: #eee solid 1px;
  border-radius: 8px;
}

.common .commonbox .commontitle {
  word-break: break-all;
  word-wrap: break-word;
}

.ellip1 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}

.ellip2 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  vertical-align: middle;
}

.ellip3 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  vertical-align: middle;
}
