@charset "UTF-8";
.example-showcase .el-dropdown + .el-dropdown {
  margin-left: 15px; }

.example-showcase .el-dropdown-link {
  cursor: pointer;
  color: var(--el-color-primary);
  display: flex;
  align-items: center; }

.demo-collapse {
  width: 1239px;
  /* height: 60px; */
  background: #f5f6fa;
  margin-bottom: 400px;
  margin-left: 210px;
  /* border: #111111 1px solid; */ }

.el-button--default {
  font-size: 16px;
  border-radius: 4px;
  width: 148px;
  height: 45px; }

.jy-box100 > div {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  font-weight: normal;
  color: #111111;
  text-align: center;
  line-height: 45px; }

.jy-box100:hover {
  border: #0070ff 1px solid;
  color: #0070ff;
  cursor: pointer; }

.jy-box115 > span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  font-weight: normal;
  color: #111111;
  line-height: 24px; }

.jy-box116 > span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  font-weight: normal;
  color: #111111;
  line-height: 24px; }

.jy-box120 > li {
  margin-top: 33px; }

.ele-box {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  box-sizing: border-box; }

.jy-box117:hover {
  background-color: #0045ff;
  cursor: pointer; }

.jy-box117:active {
  background-color: #0099ff; }

.down-btn div {
  margin-right: 20px; }

.down-btn div:last-child {
  margin: 0; }

.jy-box119 li:first-child::before {
  content: "急";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  padding: 5px 10px;
  color: #fff;
  background: #0070ff; }

.jy-box119 li {
  position: relative;
  display: flex;
  padding: 30px 0;
  justify-content: space-between; }
  .jy-box119 li .left {
    flex: 1;
    padding-left: 100px; }
  .jy-box119 li .right {
    flex: 1;
    display: flex;
    justify-content: space-around; }
