#system[data-v-5db6169d] {
  min-width: 1440px;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}
#system .system[data-v-5db6169d] {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}
#system .mask[data-v-5db6169d] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 99;
}
#system .sysUpdate[data-v-5db6169d] {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 500px;
  background: url(../../static/img/bg_mask.1fe74d45.png) no-repeat;
  background-size: 100% 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  padding: 80px 80px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
#system .sysUpdate .icon_tip[data-v-5db6169d] {
  width: 60px;
  height: 60px;
}
#system .sysUpdate .title[data-v-5db6169d] {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 10px 0;
}
#system .sysUpdate .title b[data-v-5db6169d] {
  font-weight: bold;
  font-size: 24px;
  color: #3C464F;
}
#system .sysUpdate .title .icon_tit[data-v-5db6169d] {
  width: 100px;
  height: 5px;
  margin: 0 10px;
}
#system .sysUpdate .sys_content[data-v-5db6169d] {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}
#system .sysUpdate .sys_content p[data-v-5db6169d] {
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #3C464F;
}
#system .sysUpdate .sys_bot[data-v-5db6169d] {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#system .sysUpdate .sys_bot .sys_btn[data-v-5db6169d] {
  width: 160px;
  height: 40px;
  background: #E7EDF7;
  border-radius: 5px;
  color: #3C464F;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
#system .sysUpdate .sys_bot .sys_btn_active[data-v-5db6169d] {
  background: #4692FB;
  color: white;
  margin-right: 35px;
}
.loginTitle[data-v-5db6169d] {
  padding-top: 36px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.loginTitle .imgTit[data-v-5db6169d] {
  -ms-flex: 1;
      flex: 1;
  height: 66px;
}
.loginTitle .imgTit img[data-v-5db6169d] {
  width: 100%;
  height: 100%;
}
.loginTitle .titleContent[data-v-5db6169d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.loginTitle .titleContent .titleLogo[data-v-5db6169d] {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
}
.loginTitle .titleContent .titleLogo img[data-v-5db6169d] {
  width: 48px;
  height: 48px;
}
.loginTitle .titleContent .titleLogo h2[data-v-5db6169d] {
  margin-left: 16px;
  font-size: 34px;
  font-size: 30px;
  background: linear-gradient(to bottom, #FFFFFF, #00feff);
  -webkit-background-clip: text;
  color: transparent;
}
.loginTitle .titleContent .imgTitle[data-v-5db6169d] {
  height: 17px;
  margin-top: 16px;
}
.system_container[data-v-5db6169d] {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3%;
}
.system_box[data-v-5db6169d] {
  width: 1440px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.system_box .item[data-v-5db6169d] {
  position: relative;
  margin: 20px;
  width: 400px;
  height: 240px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  font-size: 26px;
  cursor: pointer;
}
.system_box .item h5[data-v-5db6169d] {
  margin-top: 14px;
  text-align: center;
}
.system_box .item .lock[data-v-5db6169d] {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.system_box .item .lock img[data-v-5db6169d] {
  width: 20px;
  height: 25px;
}
.system_box .item[data-v-5db6169d]:nth-of-type(1) {
  background: url(../../static/img/item_bg1.889249e8.png) no-repeat;
  background-size: 100% 100%;
}
.system_box .item[data-v-5db6169d]:nth-of-type(2) {
  background: url(../../static/img/item_bg2.cb700166.png) no-repeat;
  background-size: 100% 100%;
}
.system_box .item[data-v-5db6169d]:nth-of-type(3) {
  background: url(../../static/img/item_bg6.1b1ef369.png) no-repeat;
  background-size: 100% 100%;
}
.system_box .item[data-v-5db6169d]:nth-of-type(4) {
  background: url(../../static/img/item_bg7.2b7cb367.png) no-repeat;
  background-size: 100% 100%;
}
.system_box .item[data-v-5db6169d]:nth-of-type(5) {
  background: url(../../static/img/item_bg3.44a32545.png) no-repeat;
  background-size: 100% 100%;
}
.system_box .item[data-v-5db6169d]:nth-of-type(6) {
  background: url(../../static/img/item_bg4.f728a0e5.png) no-repeat;
  background-size: 100% 100%;
}
.system_box .item[data-v-5db6169d]:nth-of-type(7) {
  background: url(../../static/img/item_bg5.2adf571d.png) no-repeat;
  background-size: 100% 100%;
}
.system_box .item .labelImg[data-v-5db6169d] {
  position: absolute;
  top: 0;
  right: 0;
  width: 164px;
}
.system_box .item_large[data-v-5db6169d] {
  width: 290px;
  height: 340px;
}
.serve[data-v-5db6169d] {
  position: relative;
}
.serve:hover .serve_content[data-v-5db6169d] {
  opacity: 1;
}
.serve_content[data-v-5db6169d] {
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(137, 102, 15, 0.54);
  border-radius: 15px;
}
.serve_content .serve_wrap[data-v-5db6169d] {
  padding: 15px 15px;
  height: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.serve_content .serve_wrap .serve_title[data-v-5db6169d] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8px;
}
.serve_content .serve_wrap .serve_title img[data-v-5db6169d] {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-right: 10px;
}
.serve_content .serve_wrap .serve_items[data-v-5db6169d] {
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
}
.serve_content .serve_wrap .serve_item[data-v-5db6169d] {
  padding: 7px 10px;
  margin-top: 5px;
  color: #554211;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}
.serve_content .serve_wrap .serve_item .serve_item_left[data-v-5db6169d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.serve_content .serve_wrap .serve_item .serve_item_left .circle[data-v-5db6169d] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 4px solid #FF6E04;
  margin-right: 14px;
}
.serve_content .serve_wrap .serve_item .serve_item_lock[data-v-5db6169d] {
  width: 20px;
  height: 25px;
}
.serve_content .serve_wrap .serve_item[data-v-5db6169d]:hover {
  background: rgba(104, 73, 18, 0.6);
  color: #FFFFFF;
}
.serve_content .serve_wrap .serve_item:hover .serve_item_left .circle[data-v-5db6169d] {
  border: 4px solid #FFFFFF;
}
.bounce-enter-active[data-v-5db6169d] {
  -webkit-animation: bounce-in-data-v-5db6169d 0.75s;
          animation: bounce-in-data-v-5db6169d 0.75s;
}
@-webkit-keyframes bounce-in-data-v-5db6169d {
0% {
    transform: scale(0);
}
50% {
    transform: scale(1.5);
}
100% {
    transform: scale(1);
}
}
@keyframes bounce-in-data-v-5db6169d {
0% {
    transform: scale(0);
}
50% {
    transform: scale(1.5);
}
100% {
    transform: scale(1);
}
}
@media screen and (max-width: 1280px) {
.system_box[data-v-5db6169d] {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
}
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
.system_box[data-v-5db6169d] {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
}
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
.system_box[data-v-5db6169d] {
    -ms-transform: scale(0.9);
        transform: scale(0.9);
}
}
@media screen and (min-width: 1920px) {
.system_box[data-v-5db6169d] {
    -ms-transform: scale(1);
        transform: scale(1);
}
}

