.table2 td {
  padding: 5px 8px;
  line-height: 20px;
}

.table2 th {
  line-height: 20px;
  padding: 2px 7px;
}

.content1 {
  text-indent: 2em !important;
}

.steps {
  position: relative;
  /* width: 843px; */
  width: 100%;
  height: 0;
  /* padding-top: 480px; */
  padding-top: 57%;
  margin-top: 20px;
}

.steps::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/steps.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.viewimg,
.viewimg2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}

.viewimg.hide,
.viewimg2.hide {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.SignUp th {
  font-weight: normal;
}

.zhedang {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3333;
  display: none;
}

.giao {
  width: 4rem;
  height: 2rem;
  color: #646464;
  font-size: .8rem;
}

#lineTd {
  position: relative;
  background: #a4bce2 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9IiNkMWQ3ZDciIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2E0YmNlMiIvPjwvc3ZnPg==) no-repeat 100% center;
}

#lineTd span {
  position: absolute;
}

.entry, .entry1,.entry2 {
  color: #164381;
  text-decoration: underline;
  cursor: pointer;
}
.item {
  background: url(../images/tiao-1-1.png) no-repeat;
}
.table_pop {
  width: 427px;
  text-align: left !important;
  padding: 15px 17px 15px 20px;
  border: 1px dashed #aba1ce;
background: #fffdec;
position: fixed;
z-index: 50;
color: #525252;
font-size: 12px;
word-break: break-all;
}
.table_pop.up_arrow::before {
content: '';
position: absolute;
right: 6px;
top: -8px;
border-bottom: 8px solid rgb(171, 161, 206);
border-left: 8px solid transparent;
border-right: 8px solid transparent;
}
.table_pop.down_arrow::before {
content: '';
position: absolute;
right: 6px;
bottom: -8px;
border-top: 8px solid rgb(171, 161, 206);
border-left: 8px solid transparent;
border-right: 8px solid transparent;
}
.zhuanjia {
text-decoration: underline;
cursor: pointer;
}
.phonetable .zhuanjia{
  word-break: keep-all;
}
.table_pop.phone {
width: 60% !important;
}
.grey td:nth-last-child(-n+3) {
  color: #aaa;
}
.grey td:nth-last-child(-n+2) .entry{
  color: #aaa;
  cursor: default;
  pointer-events: none;
}
td.jiangshi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
td.jiangshi .company {
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
span.names {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
span.names span {
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}