a {
  color: #165dff;
}
a:hover {
  color: #165dff;
  text-decoration: underline;
}
.box {
  width: 1920px;
  height: 100%;
  background-image: url(../img/detail-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
}
.content .state {
  width: 68px;
  height: 28px;
  background: #08d787;
  border-radius: 8px;
  color: #fff;
  margin: 40px 0 16px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
.content .title {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.content .time {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  align-items: center;
  margin-top: 16px;
}
.content .time .time-img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.row-1 {
  width: 1200px;
  height: 646px;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.row-1 .r1-tabbar {
  display: flex;
  height: 67px;
}
.row-1 .r1-tabbar .r1-tabbar-item {
  flex: 1;
  text-align: center;
  line-height: 67px;
  font-weight: 600;
  font-size: 20px;
  color: #1a1a1a;
  cursor: pointer;
}
.row-1 .r1-tabbar-active {
  height: 6px;
  display: flex;
}
.row-1 .r1-tabbar-active .r1-tabbar-active-item {
  width: 50%;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  transform: translateX(0%);
}
.row-1 .r1-tabbar-active .r1-tabbar-active-item .r1-tabbar-active-item-icon {
  width: 36px;
  height: 6px;
  background: #165dff;
  border-radius: 5px;
}
.row-1 .r1-content {
  flex: 1;
  overflow: auto;
  margin: 20px 40px 0;
}
.row-1 .r1-content span {
  white-space: pre-wrap;
}
.row-1 .but-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.row-1 .r1-bottun {
  width: 120px;
  height: 40px;
  background: #165dff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.row-1 .blcak-bg {
  background: #cccccc;
  color: #101010;
}
.row-1 .home-img {
  width: 102px;
  height: 102px;
  position: absolute;
  right: 30px;
  bottom: 110px;
  cursor: pointer;
}
:root {
  --el-color-primary: #1a60ff;
}
.phone-dialog .el-dialog__title {
  font-weight: bold;
}
.phone-dialog .dialog-footer .login-btn {
  height: 40px;
  width: 340px;
  margin-bottom: 20px;
}
.phone-dialog .input-box {
  width: 340px;
  margin: 20px auto;
}
.phone-dialog .input-box .input-item {
  height: 40px;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #bbbbbb9a;
  border-radius: 4px;
}
.phone-dialog .input-box .input-item .input-item-icon {
  width: 40px;
  height: 40px;
  border-right: 1px solid #bbbbbb9a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-dialog .input-box .input-item .input-item-icon img {
  width: 25px;
}
.phone-dialog .input-box .input-item input {
  height: 100%;
  font-size: 16px;
  padding-left: 10px;
}
