/* #nav-user {
  float: right;
} */
* {
  box-sizing: border-box;
  line-height: 1;
}

a {
  text-decoration: none;
  display: block;
}

img {
  display: block;
}

body {
  width: 8.28rem;
  margin: 0 auto;
}

.login {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 2.69rem;
  /* height: 100vh; */
  min-height: 100vh;
}

.gs18-Footer__Links {
  margin-top: 0 !important;
}

.gs18-Footer__Copyright {
  margin-top: 5px;
  display: block;
}

.gs18-Footer small {
  line-height: 25px !important;
}

.gs18-Footer__Title {
  font-size: 24px !important;
}

.login .login_logo {
  width: 3.03rem;
  margin: 0 auto;
}

.login .login_logo img {
  width: 100%;
  height: auto;
}

.login .login_form {
  width: 6rem;
  margin: 0 auto;
  margin-top: 4.6rem;
  margin-bottom: 3rem;
}

.login .login_form .login_input {
  display: flex;
  padding: 0.2rem 0;
  height: 1rem;
  background-color: #fff;
}

.login .login_form .login_input label {
  width: 0.96rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .login_form .login_input input {
  display: block;
  width: 5.04rem;
  font-size: 0.28rem;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border-left: 1px solid #bfc0c2;
  padding-left: 0.3rem;
}

.login .login_form .login_input.login_pass {
  margin-top: 0.2rem;
}

.login .login_form .login_input.login_captcha {
  margin-top: 0.2rem;
}

.login .login_form .login_input.login_captcha input {
  border-left: 0;
}

.login .login_form .login_input.login_name label img {
  width: 0.44rem;
}

.login .login_form .login_input.login_pass label img {
  width: 0.39rem;
}

.login .login_form .el-checkbox__inner {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: none;
}

.login .login_form .el-checkbox__label {
  line-height: 1;
}

.login .login_form .el-checkbox__inner::after {
  width: 60%;
  height: 60%;
  background-color: #ee4c5b;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  display: none;
}

.login .login_form .el-checkbox__input.is-checked .el-checkbox__inner,
.login .login_form .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #fff;
  border-color: #ee4c5b;
}

.login .login_form .el-checkbox__input.is-checked .el-checkbox__inner::after,
.login .login_form .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: block;
}

.login .login_form .read {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .login_form .read label {
  display: flex;
  align-items: center;
}

.login .login_form .read label span {
  font-size: 0.22rem;
  color: #fff;
  display: flex;
}

.login .login_form .read label span a {
  color: #fff;
  font-size: 0.22rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.login .login_form .read label span a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}

.login .login_form .btn_sub {
  width: 4.12rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #ee4c5b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 0.7rem;
}

.login .login_form .btn_sub p {
  font-size: 0.36rem;
  color: #fff;
  margin-right: 0.2rem;
}

.login .login_form .btn_sub img {
  width: 0.17rem;
  transform: translateY(10%);
}

.header_logo {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 0.99rem;
  /* padding-bottom: 0.31rem; */
}

.header_logo .logo {
  width: 1.93rem;
  height: auto;
  margin: 0 auto;
}

.header_logo .logo img {
  width: 100%;
  height: auto;
}

.user {
  width: 100%;
  height: 1rem;
  padding: 0.2rem 0.4rem;
}

.user .user-name {
  float: left;
  font-size: .3rem;
  color: #333;
  line-height: .6rem;
}

.user .exit {
  float: right;
  width: 1.2rem;
  height: .6rem;
  font-size: .3rem;
  line-height: .6rem;
  border-radius: .1rem;
  background-color: #58718c;
  text-align: center;
  color: #fff;
}

.footer_nav {
  width: 100%;
  height: 1.73rem;
  background-color: #fff;
  display: flex;
  /* padding-top: 0.18rem;
  padding-bottom: 0.85rem; */
}

.footer_nav .nav_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_nav .nav_item p {
  font-size: 0.22rem;
  color: #787878;
  margin-top: 0.12rem;
}

.footer_nav .nav_item p.active {
  color: #e4101d;
}

.footer_nav .nav_item.lists img {
  width: 0.45rem;
  height: auto;
}

.footer_nav .nav_item.complete img {
  width: 0.39rem;
  height: auto;
}

.footer_nav .nav_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  width: 100%;
  height: calc(100vh - 1.79rem - 1.73rem - 1rem);
  overflow-y: auto;
  background-image: linear-gradient(#58718c, #c4cdd7, #eef1f4);
  padding: 0 0.2rem;
}

.column .content .tabs {
  display: flex;
  width: 100%;
  height: 1.26rem;
}

.column .content .tabs .tab {
  width: calc(100% / 3);
  height: 100%;
  border-bottom: 0.06rem solid #a5b2c1;
}

.column .content .tabs .tab.active {
  border-color: #fff;
}

.column .content .tabs .tab a {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  height: 100%;
  line-height: 1.26rem;
}

.column .content .tabs .tab.active a {
  font-weight: bold;
}

.column .content .table {
  width: 100%;
}

.column .content .table .td {
  width: calc(100% / 5);
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}

.column .content .table .th {
  display: flex;
  padding-top: 0.34rem;
  padding-bottom: 0.4rem;
}

.column .content .table .tr {
  display: flex;
  height: 1.2rem;
  background-color: #fff;
  margin-bottom: 0.1rem;
}

/* .column .content .table .tr:last-child{
  margin-bottom: 0;
} */

.column .content .table .tr .td {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #333333;
}

.column .content .table .tr .td.bold {
  font-weight: bold;
}

.column .content .table .tr .td a {
  width: 1.08rem;
  height: 0.46rem;
  background-color: #ee4c5b;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 0.23rem;
  line-height: 0.46rem;
}

.column .content .table .tr .td.end a {
  background-color: #b5b5b5;
  pointer-events: none;
}

.exhibitionHall_header {
  height: 2.5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  /* padding-top: 1.24rem; */
  padding-top: .24rem;
}

.exhibitionHall_header .line {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.06rem;
  display: flex;
}

.exhibitionHall_header .line .left {
  width: 100%;
  height: 100%;
  width: 1.2rem;
  background-color: #e4101d;
}

.exhibitionHall_header .line .right {
  width: 100%;
  height: 100%;
  width: calc(100% - 1.2rem);
  background-image: linear-gradient(to right, #c2cbd5, #7c90a5, #425f7d);
}

.exhibitionHall_header .text {
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.29rem;
}

.exhibitionHall_header .text .text_item {
  font-size: 0.36rem;
  color: #333333;
}

.exhibitionHall_header .text .text_item.red {
  color: #e4101d;
  font-weight: bold;
}

.exhibitionHall_header .text .text_item.pavilion {
  text-align: center;
}

.exhibitionHall_header .text .text_item.pavilion span {
  display: block;
  font-size: 0.24rem;
  color: #878787;
}

.exhibitionHall_header .text .text_item.pavilion p {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.08rem;
}

.exhibitionHall .exhibitionHall_content {
  --h: calc(100vh - 2.5rem - 1.73rem);
  width: 100%;
  height: var(--h);
  /* height: calc(100vh - 2.5rem - 1.73rem); */
  overflow-y: auto;
  /* background-image: linear-gradient(#58718c, #c4cdd7, #eef1f4); */
  /* padding: 0 0.2rem; */
  position: relative;
  /* margin-bottom: 1rem; */
  display: flex;
  flex-direction: column;
}

.exhibitionHall .exhibitionHall_content .exhibitionHall_table {
  padding: 0 0.2rem;
  flex: 1 0 0;
  background-image: linear-gradient(#58718c, #c4cdd7, #eef1f4);
  overflow: auto;
}

.exhibitionHall.toReview .exhibitionHall_content {
  --h: calc(100vh - 2.5rem - 1.73rem - .8rem);
  /* height: calc(100vh - 2.5rem - 1.73rem - 1rem - .8rem); */
}

.exhibitionHall .exhibitionHall_content .th {
  padding: 0.37rem 0;
  font-size: 0.28rem;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.exhibitionHall .exhibitionHall_content .th .td {
  width: calc(100% / 3);
  text-align: center;
}

/* .exhibitionHall .exhibitionHall_content .th .td.enterprise {
  width: calc(100% / 5 * 2.5);
} */

.exhibitionHall .exhibitionHall_content .tr {
  background-color: #fff;
  margin-bottom: 0.1rem;
}

.exhibitionHall .exhibitionHall_content .tr .td_top {
  height: 1.2rem;
  font-size: 0.3rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exhibitionHall .exhibitionHall_content .tr .td_top .td {
  width: calc(100% / 5);
  text-align: center;
}

.exhibitionHall .exhibitionHall_content .tr .td_top .td.tdBooth {
  font-weight: bold;
}

/* .exhibitionHall .exhibitionHall_content .tr .td_top .td.enterprise {
  width: calc(100% / 5 * 2.5);
} */

.exhibitionHall .exhibitionHall_content .tr .td_top input {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0.3rem;
  text-align: center;
  color: #333;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot {
  height: 0.8rem;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0.24rem;
  margin: 0 0.2rem;
  border-top: 1px solid #dfdfdf;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot span {
  color: #acabab;
  margin-right: 0.2rem;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot .btn {
  width: 1.08rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.23rem;
  color: #fff;
  margin-right: 0.2rem;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot .btn a {
  line-height: 0.46rem;
  color: #fff;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot .btn:last-child {
  margin-right: 0;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot .btn.getInto {
  background-color: #ee4c5b;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot .btn.edit {
  background-color: #425f7d;
}

.exhibitionHall .exhibitionHall_content .tr .td_bot .btn.delete {
  background-color: #72879e;
}

.exhibitionHall .exhibitionHall_content .buttons {
  flex: 0 0 auto;
  width: 100%;
  margin-top: .2rem;
  /* position: fixed;
  bottom: 1.7rem;
  left: 0; */
  display: flex;
  justify-content: space-evenly;
}

.exhibitionHall .exhibitionHall_content .buttons .button {
  width: 1.8rem;
  height: 0.8rem;
}

.exhibitionHall .exhibitionHall_content .buttons .button a {
  font-size: 0.28rem;
  border-radius: 0.4rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.exhibitionHall .exhibitionHall_content .buttons .button.add a {
  background-color: #ee4c5b;
  color: #fff;
}

.exhibitionHall .exhibitionHall_content .buttons .button.add img {
  width: 0.3rem;
  height: auto;
  margin-right: 0.19rem;
}

/* .exhibitionHall .exhibitionHall_content .buttons .button.sub a {
  background-color: #ee4c5b;
  color: #fff;
}

.exhibitionHall .exhibitionHall_content .buttons .button.sub img {
  width: 0.12rem;
  height: auto;
  margin-left: 0.2rem;
} */

/* 新增 */
.exhibitionHall .button {
  /* width: 1.8rem; */
  width: 50%;
  height: 0.8rem;
  margin: 0 auto .2rem;
}

.exhibitionHall .button a {
  font-size: 0.28rem;
  border-radius: 0.4rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.exhibitionHall .button.sub a {
  background-color: #ee4c5b;
  color: #fff;
}

.exhibitionHall .button.sub img {
  width: 0.12rem;
  height: auto;
  margin-left: 0.2rem;
}

/* 新增结束 */

.exhibitionHall .exhibitionHall_content .buttons .button.back a {
  background-color: #d9dfe5;
  color: #425f7d;
}

.exhibitionHall .exhibitionHall_content .buttons .button.back img {
  width: 0.26rem;
  height: auto;
  margin-right: 0.19rem;
}

.addColumn .addColumn_header {
  height: 1.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 1.24rem;
  background-color: #eef1f4;
}

.addColumn .addColumn_header .line {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.06rem;
  display: flex;
}

.addColumn .addColumn_header .line .left {
  width: 100%;
  height: 100%;
  width: 1.2rem;
  background-color: #e4101d;
}

.addColumn .addColumn_header .line .right {
  width: 100%;
  height: 100%;
  width: calc(100% - 1.2rem);
  background-image: linear-gradient(to right, #c2cbd5, #7c90a5, #425f7d);
}

.addColumn .addColumn_content {
  height: calc(100vh - 1.3rem - 1.73rem);
  overflow-y: auto;
  padding: 0 0.2rem;
  background-color: #eef1f4;
  position: relative;
}

.addColumn .addColumn_content .each {
  display: flex;
  align-items: center;
  height: 1rem;
  margin-top: 0.3rem;
}

.addColumn .addColumn_content .each .lab {
  display: block;
  font-size: 0.28rem;
  color: #616161;
  width: calc(100% - 5.68rem);
}

.addColumn .addColumn_content .each .inp {
  width: 5.68rem;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0.28rem;
  /* padding-left: 0.3rem; */
  box-shadow: -4px 4px 10px #dee2e6;
}

.addColumn .addColumn_content .each .inp_ {
  padding: 0 15px;
}

.addColumn .addColumn_content .each .el-radio__inner {
  width: 0.44rem;
  height: 0.44rem;
}

.addColumn .addColumn_content .each .el-radio__label {
  font-size: 0.28rem;
  color: #333333;
}

.addColumn .addColumn_content .each .el-radio__input.is-checked+.el-radio__label {
  color: #333333;
}

.addColumn .addColumn_content .each .el-radio__inner::after {
  width: 0.18rem;
  height: 0.18rem;
}

.addColumn .addColumn_content .each .el-radio__input.is-checked .el-radio__inner {
  border-color: #425f7d;
  background-color: #425f7d;
}

.addColumn .addColumn_content .buttons {
  width: 100%;
  position: fixed;
  bottom: 2.53rem;
  left: 0;
  display: flex;
  justify-content: space-evenly;
}

.addColumn .addColumn_content .buttons .button {
  width: 2.6rem;
  height: 0.8rem;
}

.addColumn .addColumn_content .buttons .button a {
  font-size: 0.28rem;
  border-radius: 0.4rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.addColumn .addColumn_content .buttons .button.preser a {
  background-color: #ee4c5b;
  color: #fff;
}

.addColumn .addColumn_content .buttons .button.preser img {
  width: 0.29rem;
  height: auto;
  margin-right: 0.19rem;
}

.addColumn .addColumn_content .buttons .button.back a {
  background-color: #d9dfe5;
  color: #425f7d;
}

.addColumn .addColumn_content .buttons .button.back img {
  width: 0.26rem;
  height: auto;
  margin-right: 0.19rem;
}

.booth_header {
  height: 2.4rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 1.24rem;
  background-color: #eef1f4;
}

.booth_header .line {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.06rem;
  display: flex;
}

.booth_header .line .left {
  width: 100%;
  height: 100%;
  width: 1.2rem;
  background-color: #e4101d;
}

.booth_header .line .right {
  width: 100%;
  height: 100%;
  width: calc(100% - 1.2rem);
  background-image: linear-gradient(to right, #c2cbd5, #7c90a5, #425f7d);
}

.booth_header .text {
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.29rem;
}

.booth_header .text .text_item {
  font-size: 0.36rem;
  color: #333333;
}

.booth_header .text .text_item.red {
  color: #e4101d;
  font-weight: bold;
}

.booth_header .text .text_item.pavilion {
  text-align: center;
}

.booth_header .text .text_item.pavilion span {
  display: block;
  font-size: 0.24rem;
  color: #878787;
}

.booth_header .text .text_item.pavilion p {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.08rem;
}

.booth .booth_content {
  height: calc(100vh - 2.4rem - 1.73rem - 1rem);
  overflow-y: auto;
  padding: 0 0.2rem;
  background-color: #eef1f4;
  position: relative;
  padding-top: 0.1rem;
  margin-bottom: 1rem;
}

.booth .booth_content .booth_lable {
  box-shadow: 0px 0px 7px #dee2e6;
}

.booth .booth_content .booth_lable .th {
  display: flex;
  justify-content: space-between;
  background-color: #e2e5e7;
  font-size: 0.28rem;
  color: #5f5f5f;
  height: 0.8rem;
}

.booth .booth_content .booth_lable .th .td {
  text-align: center;
  line-height: 0.8rem;
}

.booth .booth_content .booth_lable .td.tool {
  width: 1.18rem;
}

.booth .booth_content .booth_lable .td.model {
  width: 3.74rem;
}

.booth .booth_content .booth_lable .td.operation {
  width: 2.96rem;
}

.booth .booth_content .booth_lable .tr {
  display: flex;
  justify-content: space-between;
  font-size: 0.3rem;
  color: #333;
  background-color: #fff;
  height: 0.91rem;
  font-weight: bold;
  border-bottom: 1px solid #d9dfe5;
}

.booth .booth_content .booth_lable .tr:last-child {
  border-bottom: none;
}

.booth .booth_content .booth_lable .tr .td {
  line-height: 0.91rem;
  text-align: center;
}

.booth .booth_content .booth_lable .tr .td.operation .btns {
  height: 0.91rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.booth .booth_content .booth_lable .tr .td.operation .btns .btn {
  width: 1.08rem;
  height: 0.46rem;
  border-radius: 0.23rem;
  line-height: 0.46rem;
  font-size: 0.24rem;
  color: #fff;
}

.booth .booth_content .booth_lable .tr .td.operation .btns .btn.getInto {
  background-color: #ee4c5b;
  margin-right: 0.2rem;
}

.booth .booth_content .booth_lable .tr .td.operation .btns .btn.delete {
  background-color: #72879e;
  margin-right: 0.2rem;
}

.booth .booth_content .booth_lable .tr .td.operation .btns .btn.copy {
  background-color: #67C23A;
}

.booth .booth_content .booth_lable .tr .td.operation .btns .btn a {
  display: block;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.24rem;
  color: #fff;
}

.toReviewBooth .toReviewBooth_content .td.operation .btns .btn a {
  display: block;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.24rem;
  color: #fff;
}

.booth .booth_content .buttons {
  width: 100%;
  position: fixed;
  bottom: 1.7rem;
  left: 0;
  display: flex;
  justify-content: space-evenly;
}

.booth .booth_content .buttons .button {
  width: 2.6rem;
  height: 0.8rem;
}

.booth .booth_content .buttons .button a {
  font-size: 0.28rem;
  border-radius: 0.4rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.booth .booth_content .buttons .button.preser a {
  background-color: #ee4c5b;
  color: #fff;
}

.booth .booth_content .buttons .button.preser img {
  width: 0.29rem;
  height: auto;
  margin-right: 0.19rem;
}

.booth .booth_content .buttons .button.back a {
  background-color: #d9dfe5;
  color: #425f7d;
}

.booth .booth_content .buttons .button.back img {
  width: 0.26rem;
  height: auto;
  margin-right: 0.19rem;
}

.el-form-item {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.el-form-item .el-form-item__content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.addTool .addTool_header {
  height: 1.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 1.24rem;
  background-color: #eef1f4;
}

.addTool .addTool_header .line {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.06rem;
  display: flex;
}

.addTool .addTool_header .line .left {
  width: 100%;
  height: 100%;
  width: 1.2rem;
  background-color: #e4101d;
}

.addTool .addTool_header .line .right {
  width: 100%;
  height: 100%;
  width: calc(100% - 1.2rem);
  background-image: linear-gradient(to right, #c2cbd5, #7c90a5, #425f7d);
}

.addTool .addTool_content {
  height: calc(100vh - 1.3rem);
  overflow-y: auto;
  padding: 0 0.2rem;
  background-color: #eef1f4;
  position: relative;
  /* padding-bottom: 2.5rem; */
  padding-bottom: 1rem;
}

.addTool .addTool_content .each {
  display: flex;
  align-items: center;
  height: 1rem;
  margin-top: 0.3rem;
}

.addTool .addTool_content .each .lab {
  display: block;
  font-size: 0.28rem;
  color: #616161;
  width: calc(100% - 5.68rem);
  flex: 0 0 auto;
}

.addTool .addTool_content .each .lab.req::after {
  content: "*";
  color: #e4101d;
}

.addTool .addTool_content .each .inp {
  width: 5.68rem;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0.28rem;
  padding-left: 0.3rem;
  box-shadow: -4px 4px 10px #dee2e6;
}

.addTool .addTool_content .each .upload-item {
  overflow: hidden;
}

.addTool .addTool_content .each .upload-item .upload-tip {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

.addTool .addTool_content .each .set-inp {
  padding-left: 0;
}

.addTool .addTool_content .each .inp.read {
  background-color: #d9dfe5;
}

.addTool .addTool_content .each .el-radio__inner {
  width: 0.44rem;
  height: 0.44rem;
}

.addTool .addTool_content .each .el-radio__label {
  font-size: 0.28rem;
  color: #333333;
}

.addTool .addTool_content .each .el-radio__input.is-checked+.el-radio__label {
  color: #333333;
}

.addTool .addTool_content .each .el-radio__inner::after {
  width: 0.18rem;
  height: 0.18rem;
}

.addTool .addTool_content .each .el-radio__input.is-checked .el-radio__inner {
  border-color: #425f7d;
  background-color: #425f7d;
}

.addTool .addTool_content .each .sele {
  width: 5.68rem;
  height: 100%;
}

.addTool .addTool_content .each .sele>.el-input {
  width: 100%;
  height: 100%;
}

.addTool .addTool_content .each .sele>.el-input .el-input__inner {
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: -4px 4px 10px #dee2e6;
}

.addTool .addTool_content .each .sele .el-input.is-focus .el-input__inner {
  border: none;
}

.addTool .addTool_content .each.upload {
  height: 1.6rem;
}

.addTool .addTool_content .each.upload .butt {
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: -4px 4px 10px #dee2e6;
  background-color: #d9dfe5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addTool .addTool_content .each.upload .butt img {
  width: 0.63rem;
}

.addTool .addTool_content .each.upload .el-form-item .el-form-item__content {
  align-items: flex-start;
}

.addTool .addTool_content .each.upload .lab {
  padding-top: 0.37rem;
}

.addTool .addTool_content .buttons {
  width: 100%;
  /* position: absolute; */
  /* bottom: 1.12rem; */
  margin-top: 1rem;
  left: 0;
  display: flex;
  justify-content: space-evenly;
}

.addTool .addTool_content .buttons .button {
  width: 2.6rem;
  height: 0.8rem;
}

.addTool .addTool_content .buttons .button a {
  font-size: 0.28rem;
  border-radius: 0.4rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.addTool .addTool_content .buttons .button.preser a {
  background-color: #ee4c5b;
  color: #fff;
}

.addTool .addTool_content .buttons .button.preser img {
  width: 0.29rem;
  height: auto;
  margin-right: 0.19rem;
}

.addTool .addTool_content .buttons .button.back a {
  background-color: #d9dfe5;
  color: #425f7d;
}

.addTool .addTool_content .buttons .button.back img {
  width: 0.26rem;
  height: auto;
  margin-right: 0.19rem;
}

.toReviewBooth_header {
  height: 2.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 1.24rem;
  background-color: #eef1f4;
}

.toReviewBooth_header .line {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.06rem;
  display: flex;
}

.toReviewBooth_header .line .left {
  width: 100%;
  height: 100%;
  width: 1.2rem;
  background-color: #e4101d;
}

.toReviewBooth_header .line .right {
  width: 100%;
  height: 100%;
  width: calc(100% - 1.2rem);
  background-image: linear-gradient(to right, #c2cbd5, #7c90a5, #425f7d);
}

.toReviewBooth_header .text {
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.29rem;
}

.toReviewBooth_header .text .text_item {
  font-size: 0.36rem;
  color: #333333;
}

.toReviewBooth_header .text .text_item.red {
  color: #e4101d;
  font-weight: bold;
}

.toReviewBooth_header .text .text_item.pavilion {
  text-align: center;
}

.toReviewBooth_header .text .text_item.pavilion span {
  display: block;
  font-size: 0.24rem;
  color: #878787;
}

.toReviewBooth_header .text .text_item.pavilion p {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.08rem;
}

.toReviewBooth .toReviewBooth_content {
  height: calc(100vh - 2.3rem - 1.73rem);
  overflow-y: auto;
  padding: 0 0.2rem;
  background-color: #eef1f4;
  position: relative;
  padding-bottom: 2.5rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list {
  padding-top: 0.2rem;
  box-shadow: 0px 0px 7px #dee2e6;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th {
  height: 1.7rem;
  background-color: #e2e5e7;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .th_top {
  height: 0.81rem;
  text-align: center;
  font-size: 0.28rem;
  color: #5f5f5f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c3c6c9;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .td.equipment {
  width: 1.7rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .td.agent {
  width: 3.41rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .td.operation {
  width: 2.77rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .th_btm {
  height: 0.89rem;
  text-align: center;
  font-size: 0.3rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .th_btm .td.operation .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .th_btm .td.operation .btns .btn {
  width: 1.08rem;
  height: 0.46rem;
  border-radius: 0.23rem;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.24rem;
  color: #ffffff;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .th_btm .td.operation .btns .btn.modify {
  background-color: #ee4c5b;
  margin-right: 0.2rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .th .th_btm .td.operation .btns .btn.delete {
  background-color: #72879e;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .cont {
  background-color: #fff;
  display: flex;
  padding-top: 0.3rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .cont .item {
  width: 3.85rem;
  padding-left: 0.2rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .cont .item .each {
  display: flex;
  align-items: center;
  height: 0.8rem;
  margin-bottom: 0.2rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .cont .item .each .label {
  display: block;
  width: 1.47rem;
  font-size: 0.24rem;
  color: #616161;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .cont .item .each input {
  display: block;
  width: 2.18rem;
  height: 100%;
  padding: 0;
  border: 1px solid #d9dfe5;
  border-radius: 0;
  font-size: 0.24rem;
  color: #333333;
  padding-left: 0.19rem;
  outline: none;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .upload {
  display: flex;
  background-color: #fff;
  padding-left: 0.2rem;
  align-items: center;
  padding-bottom: 0.3rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .upload .label {
  display: block;
  width: 1.47rem;
  font-size: 0.24rem;
  color: #616161;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .upload .butt {
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: -4px 4px 10px #dee2e6;
  background-color: #d9dfe5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .upload .butt img {
  width: 0.63rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .upload .butt.isImg {
  width: 1.6rem;
  height: 1.6rem;
}

.toReviewBooth .toReviewBooth_content .toReviewBooth_list .upload .butt.isImg img {
  width: 100%;
}

.completed .content .tabs .tab {
  width: calc(100% / 2);
}

.completed .content .table .td {
  width: calc(100% / 2);
}

.toReviewBooth .toReviewBooth_content .buttons {
  width: 100%;
  position: fixed;
  bottom: 2.53rem;
  left: 0;
  display: flex;
  justify-content: space-evenly;
}

.toReviewBooth .toReviewBooth_content .buttons .button {
  width: 2.6rem;
  height: 0.8rem;
}

.toReviewBooth .toReviewBooth_content .buttons .button a {
  font-size: 0.28rem;
  border-radius: 0.4rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.toReviewBooth .toReviewBooth_content .buttons .button.preser a {
  background-color: #ee4c5b;
  color: #fff;
}

.toReviewBooth .toReviewBooth_content .buttons .button.preser img {
  width: 0.29rem;
  height: auto;
  margin-right: 0.19rem;
}

.toReviewBooth .toReviewBooth_content .buttons .button.back a {
  background-color: #d9dfe5;
  color: #425f7d;
}

.toReviewBooth .toReviewBooth_content .buttons .button.back img {
  width: 0.26rem;
  height: auto;
  margin-right: 0.19rem;
}

.noneEvents {
  pointer-events: none;
  position: relative;
}

.noneEvents::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: .4rem;
}