@charset "utf-8";
body {
  background-color: #F2F2F2;
}
.line {
  border-bottom: 1px solid #c7c7c72f;
}
.header {
  border-bottom: 1px solid #c7c7c72f;
  position: absolute;
  width: 100%;
  height: 55px;
  z-index: 999;
}
.header .icon {
  height: 20px;
  width: auto;
}
.header .logo {
  height: 35px;
  width: auto;
}
.footer {
  padding: 20px;
}
.swipe {
  width: 100%;
}

.block {
  background-color: #fff;
  padding: 20px;
}
.block > p {
  line-height: 1.5;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.more {
  border-top: 1px solid #c7c7c72f;
}

.lawer {
  width: 48%;
}

.side {
  height: 100%;
  width: 50%;
}
.side .bar {
  padding: 55px 0;
}
.side .bar .item {
  width: 100%;
  height: 55px;
  color: rgb(128, 128, 128);
  font-size: 16px;
  line-height: 55px;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #c7c7c72f;
}
.side .bar .item::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ABABAB;
  border-right: 1px solid #ABABAB;
  transform: rotate(45deg);
}
.side .bar .item:hover {
  border-left: 2px solid #009FDA;
  background-color: #F9F9F9;
}

.form {
  width: 100%;
}
.form .item {
  border: 1px solid #f0f0f0;
  background-color: #F8F8F8;
  border-radius: 5px;
  height: 50px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}
.item > input {
  background-color: transparent;
}
.choose {
  color: #757575;
}
.item .arrow {
  position: relative;
}
.item .arrow::after {
  border: 5px solid transparent;
  border-top: 5px solid #999;
  position: absolute;
  content: "";
}
.item .arrowtop {
  position: relative;
}
.item .arrowtop::after {
  border: 5px solid transparent;
  border-bottom: 5px solid #999;
  position: absolute;
  content: "";
  top: -5px;
}



.cblue {
  color: #009FDA;
}
.cblack{
  color: black;
}
.c999 {
  color: #999;
}
.c717071 {
  color: #717071;
}

.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.fontbold {
  font-weight: bold;
}