.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-search {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vava-search input {
  width: 100%;
  height: 100%;
  border-radius: 3vw;
  background-color: #FFF;
  border: 0.052vw solid #A7A4A4;
  padding: 0 4vw 0 2vw;
  font-size: 1.25vw;
  color: #474747;
}
.vava-search span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5vw;
  cursor: pointer;
}
.vava-search span i {
  font-size: 1vw;
  color: #A7A4A4;
  -webkit-transition: margin 0.25s;
  -o-transition: margin 0.25s;
  transition: margin 0.25s;
}
.vava-search span:hover i {
  margin-left: 0.5vw;
}
.search-fade-enter-active,
.search-fade-leave-active {
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  -o-transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}
.search-fade-enter,
.search-fade-leave-to {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 1680px) {
  .vava-search input {
    font-size: 20px;
  }
  .vava-search span i {
    font-size: 18px;
  }
}
@media (max-width: 1450px) {
  .vava-search input {
    padding-right: 4.5vw;
    font-size: 20px;
  }
  .vava-search span {
    width: 4vw;
  }
  .vava-search span i {
    font-size: 18px;
  }
}
@media (max-width: 920px) {
  .vava-search {
    width: 0!important;
    height: 0!important;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-country-img {
  width: 1.5vw;
  height: 1.5vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 0.88vw;
  cursor: pointer;
}
.vava-country-japan {
  background-image: url(/src/assets/images/country-icon/JPY-font.png);
  border: 1px solid #a7a4a4;
}
.vava-country-germany {
  background-image: url(/src/assets/images/country-icon/germany-font.png);
}
.vava-country-us {
  background-image: url(/src/assets/images/country-icon/USD-font.png);
}
.vava-country-china {
  background-image: url(/src/assets/images/country-icon/CNY-font.png);
}
@media (max-width: 1400px) {
  .vava-country-img {
    width: 22px;
    height: 22px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.menu-fade-enter-active,
.menu-fade-leave-active {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menu-fade-enter,
.menu-fade-leave-to {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.page-header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1000;
}
.page-header .page-header-option {
  width: 100%;
  height: 3.658vw;
  min-height: 120px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  min-width: 280px;
  position: relative;
  z-index: 1001;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px;
          box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px;
}
.page-header .page-header-option .header_left_logo {
  height: 1.56vw;
  min-height: 25px;
  margin-left: 5.83vw;
  margin-right: 4.58vw;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.page-header .page-header-option .phone-header-icon {
  margin-left: 4vw;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.page-header .page-header-option .phone-header-icon:hover {
  color: #21329C;
}
.page-header .page-header-option .header_logo {
  padding-top: 0.6vw;
  height: 2.5vw;
  min-height: 45px;
}
.page-header .page-header-option .header-content {
  position: relative;
  height: 2.8vw;
  min-height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .page-header-option .header-content .header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-family: MarkPro-Medium;
  font-size: 0.95vw;
  padding-top: 0.8vw;
}
.page-header .page-header-option .header-content .header-menu .header_menu_li {
  color: #474747;
  cursor: pointer;
  padding: 0 1.77vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 1.3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .page-header-option .header-content .header-menu .header_menu_li span {
  white-space: nowrap;
}
.page-header .page-header-option .header-content .header-menu .header_menu_li i {
  display: inline-block;
  height: 0.11vw;
  width: 0;
  background-color: #21329C;
  border-radius: 50px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.page-header .page-header-option .header-content .header-menu .header_menu_li:hover {
  color: #21329C;
}
.page-header .page-header-option .header-content .header-menu .header_menu_li:hover i {
  width: 80%;
}
.page-header .page-header-option .header-content .header-menu.active {
  color: #21329C;
}
.page-header .page-header-option .header-content .header-search {
  position: absolute;
  top: 0;
  left: 2vw;
  width: 60vw;
  height: 100%;
}
.page-header .page-header-option .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: absolute;
  right: 5.4%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.page-header .page-header-option .header-right span {
  font-size: 1.45vw;
  color: #717474;
  margin: 0 0.88vw;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-header .page-header-option .header-right span:hover {
  color: #21329C;
}
.page-header .page-header-option .header-right span:hover i {
  color: #21329C;
}
.page-header .page-header-option .header-right span.active {
  color: #21329C;
}
.page-header .page-header-option .header-right .phone-header-icon {
  display: none;
}
.page-header .page-header-country {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: 0.35s height ease-out;
  -o-transition: 0.35s height ease-out;
  transition: 0.35s height ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.page-header .page-header-country img {
  width: 4.427vw;
  height: 3.125vw;
  margin: 0 2.6vw;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0.2vw 0.2vw 0.8vw;
          box-shadow: rgba(0, 0, 0, 0.2) 0.2vw 0.2vw 0.8vw;
  cursor: pointer;
}
.page-header .page-header-country img:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1vw;
          box-shadow: rgba(0, 0, 0, 0.4) 0 0 1vw;
}
.page-header .page-header-country-show {
  height: 5.2vw;
}
.page-header .page-content-mask {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: #000;
  -webkit-transition: 0.35s opacity ease-out;
  -o-transition: 0.35s opacity ease-out;
  transition: 0.35s opacity ease-out;
  -ms-touch-action: none;
      touch-action: none;
}
.page-header .content-mask-show {
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  overflow: hidden;
}
.page-header .header-collapse {
  position: relative;
  width: 100%;
  background-color: #2e2e2e;
  padding: 20px 20px 0 20px;
  z-index: 1000;
  max-height: 70vh;
  overflow: auto;
}
.page-header .header-collapse .collapse-title-left {
  margin: 0 20px;
  font-size: 21px;
  color: #FFF;
  width: 21px;
  height: 21px;
}
.page-header .header-collapse .header-collapse-title {
  width: 100%;
  text-align: center;
  color: #FFF;
}
.page-header .header-collapse .phone-option-search {
  width: 100%;
  height: 45px;
  color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.page-header .header-collapse .phone-option-search .option-search-input {
  width: 100%;
}
.page-header .header-collapse .phone-option-search input {
  font-size: 20px;
  height: 45px;
  border-radius: 30px;
  width: 100%;
  padding: 0 20px 0 40px;
  background-color: #2e2e2e;
  border: 1px solid #FFF;
  color: #FFF;
}
.page-header .header-collapse .phone-option-search span {
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #FFF;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.page-header .header-collapse .phone-option-search .search-button {
  height: 40px;
  width: 25%;
  border: 1px solid #FFF;
  margin-left: 5%;
  background-color: #2e2e2e;
}
.page-header .header-collapse .phone-account-name {
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.page-header span.header-shopping-cart {
  position: relative;
}
.page-header span.header-shopping-cart em {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #21329C;
  color: white;
  font-style: normal;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
}
@media (max-width: 1680px) {
  .page-header .page-header-option .header-content .header-menu .header_menu_li {
    height: 21px;
  }
  .page-header .page-header-option .header-content .header-menu .header_menu_li i {
    height: 2px;
  }
  .page-header .page-header-country img {
    width: 74px;
    height: 52.5px;
    margin: 0 35px;
  }
  .page-header .page-header-country-show {
    height: 87.5px;
  }
}
@media (max-width: 1450px) {
  .page-header .page-header-option .header-content .header-menu {
    font-size: 14px;
  }
  .page-header .page-header-option .header-content .header-menu .header_menu_li {
    padding: 0 0.8vw;
  }
  .page-header .page-header-option .header-right {
    right: 3.8%;
  }
  .page-header .page-header-option .header-right span {
    font-size: 21px;
  }
  .page-header .page-header-country img {
    width: 60px;
    height: 42px;
    margin: 0 25px;
  }
  .page-header .page-header-country-show {
    height: 73px;
  }
}
@media (max-width: 1150px) {
  .page-header .page-header-option .header-content .header-menu {
    font-size: 13px;
  }
  .page-header .page-header-option .header_left_logo {
    margin-left: 3vw;
  }
  .page-header .page-header-option .header-right span {
    margin: 0 10px;
  }
}
@media (max-width: 1000px) {
  .page-header .page-header-option .header-content .header-menu {
    font-size: 12px;
  }
}
@media (max-width: 920px) {
  .page-header .page-header-option {
    height: 60px;
    min-height: 60px;
  }
  .page-header .page-header-option .header_left_logo {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .page-header .page-header-option .header-content .header-menu {
    display: none;
  }
  .page-header .page-header-option .header-right {
    right: 4%;
  }
  .page-header .page-header-option .header-right .phone-header-icon {
    font-size: 21px!important;
  }
  .page-header .page-header-option .header-right .header-icon-pc {
    display: none;
  }
  .page-header .phone-header-icon {
    display: block!important;
    font-size: 18px!important;
  }
  .page-header .page-header-country img {
    width: 50px;
    height: 35px;
    margin: 0 10px;
  }
  .page-header .page-header-country-show {
    height: 50px;
  }
  .page-header .header-phone-menu .icon-shopping-cart {
    color: #FFF;
  }
}
@media (max-width: 500px) {
  .page-header .page-header-option .header-right span {
    margin: 0 5px;
  }
  .page-header .page-header-country img {
    width: 42px;
    height: 30px;
    margin: 0 5px;
  }
  .page-header .header-collapse .phone-option-search {
    height: 40px;
  }
  .page-header .header-collapse .phone-option-search .search-button {
    height: 35px;
    width: 20%;
    font-size: 14px;
    padding: 0;
  }
  .page-header .header-collapse .phone-option-search input {
    height: 40px;
  }
}
@media (max-width: 375px) {
  .page-header .page-header-option .header-right span {
    margin: 0 3px;
  }
}
@media (max-width: 359px) {
  .page-header .header-collapse .phone-option-search .search-button {
    display: none;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.page-footer .footer-phone {
  display: none;
}
.page-footer .footer-pc {
  position: relative;
  width: 100vw;
  background-color: #2e2e2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.5%;
}
.page-footer .footer-pc .page-footer-left {
  height: 100%;
  width: 61.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 6%;
}
.page-footer .footer-pc .page-footer-left .left-footer-column h5 {
  font-family: MarkPro-Bold;
  font-size: 1.25vw;
  color: #fff;
  margin-bottom: 0.5vw;
}
.page-footer .footer-pc .page-footer-left .left-footer-column a {
  display: block;
  font-family: MarkPro-Book;
  font-size: 0.9375vw;
  color: #aaa;
  line-height: 2.187vw;
  cursor: pointer;
}
.page-footer .footer-pc .page-footer-left .left-footer-column a:hover {
  text-decoration: underline;
}
.page-footer .footer-pc .footer-conter-line {
  height: 12.6vw;
  width: 0.1vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: -o-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
}
.page-footer .footer-pc .page-footer-right {
  width: 38.4%;
  padding-left: 7.2%;
}
.page-footer .footer-pc .page-footer-right h5 {
  font-family: MarkPro-Bold;
  font-size: 1.25vw;
  color: #fff;
  margin-bottom: 1.56vw;
}
.page-footer .footer-pc .page-footer-right .footer-right-media-h5 {
  margin: 2.34vw 0 1.25vw 0;
}
.page-footer .footer-pc .page-footer-right .subscribe-input {
  width: 20.31vw;
  height: 2.91vw;
  font-size: 1.04vw;
}
.page-footer .footer-pc .page-footer-right .footer-right-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.page-footer .footer-pc .page-footer-right .footer-right-media i {
  font-size: 1.5vw;
  margin: 0 1vw;
  cursor: pointer;
  color: #fff;
}
.page-footer .footer-pc .page-footer-right .footer-right-media i.icon-facebook {
  margin-left: -0.1vw;
}
.page-footer .footer-pc .page-footer-right .footer-right-media i:hover {
  color: #21329C;
}
.page-footer .company-info {
  background-color: #2e2e2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625vw 9% 2.5vw;
  font-family: MarkPro-Book;
  font-size: 0.9375vw;
  color: #ffffff;
  line-height: 1.4;
}
.page-footer .company-info a {
  color: #fff;
}
.page-footer .company-info .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5.20833333vw;
}
.page-footer .company-info .item p.icon {
  margin-right: 20px;
  font-size: 22px;
  color: #fff;
}
.page-footer .company-info .item.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-footer .company-info .item.flex-box div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.page-footer .desc-card-img {
  padding: 0.52vw 9%;
  background-color: #2e2e2e;
  height: 30px;
}
.page-footer .desc-card-img img {
  height: 30px;
}
@media (max-width: 1660px) {
  .page-footer .desc-card-img {
    padding: 10px 8%;
  }
  .page-footer .company-info {
    padding: 30px 8%;
  }
}
@media (max-width: 800px) {
  .page-footer .desc-card-img {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1617px) {
  .page-footer .footer-pc .footer-conter-line {
    width: 1px;
  }
  .page-footer .footer-pc .page-footer-right h5 {
    margin-bottom: 25px;
  }
  .page-footer .footer-pc .page-footer-right .footer-right-media-h5 {
    margin: 35px 0 20px 0;
  }
  .page-footer .footer-pc .page-footer-right .subscribe-input {
    width: 325px;
    height: 45px;
    font-size: 17px;
  }
  .page-footer .footer-pc .page-footer-right .footer-right-media i {
    font-size: 25px;
  }
}
@media (max-width: 1450px) {
  .page-footer .footer-pc .page-footer-left .left-footer-column h5 {
    font-size: 14.3px;
    margin-bottom: 12px;
  }
  .page-footer .footer-pc .page-footer-left .left-footer-column a {
    font-size: 13px;
    line-height: 31px;
  }
  .page-footer .footer-pc .page-footer-right h5 {
    font-size: 14.3px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .page-footer .footer-pc {
    height: 265px;
  }
  .page-footer .footer-pc .footer-conter-line {
    height: 180px;
  }
  .page-footer .footer-pc .page-footer-right {
    padding-left: 4.5%;
  }
  .page-footer .footer-pc .page-footer-right .subscribe-input {
    width: 280px;
    height: 18%;
    font-size: 16px;
  }
  .page-footer .footer-pc .page-footer-right h5 {
    margin-bottom: 20px;
  }
  .page-footer .footer-pc .page-footer-right .footer-right-media-h5 {
    margin: 35px 0 24px 0;
  }
  .page-footer .footer-pc .page-footer-right .footer-right-media i {
    font-size: 23px;
  }
}
@media (max-width: 920px) {
  .page-footer .footer-pc {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-footer .footer-pc .page-footer-left {
    width: 100%;
    padding: 8% 3% 5% 3%;
  }
  .page-footer .footer-pc .footer-conter-line {
    display: none;
  }
  .page-footer .footer-pc .page-footer-right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-footer .footer-pc .page-footer-right .subscribe-input {
    width: 300px;
    height: 45px;
    font-size: 16px;
  }
  .page-footer .footer-pc .page-footer-right .footer-right-media i {
    font-size: 26px;
    margin: 0 1.5vw;
  }
}
@media (max-width: 800px) {
  .page-footer .footer-pc {
    display: none;
  }
  .page-footer .footer-phone {
    display: block;
    position: relative;
    width: 100%;
    background-color: #2e2e2e;
    padding: 20px 20px 0 20px;
  }
  .page-footer .footer-phone .footer-collapse-title {
    margin-left: 20px;
    font-size: 15px;
  }
  .page-footer .footer-phone .subscribe-input {
    width: 100%;
    min-width: 100%;
    height: 45px;
    margin-top: 9px !important;
    margin-bottom: 20px !important;
  }
  .page-footer .footer-phone .phone-media-icon {
    margin-top: -3px !important;
    padding-top: 5px;
  }
  .page-footer .footer-phone .phone-media-icon i {
    font-size: 28px;
    margin-right: 12%;
    color: #fff;
  }
  .page-footer .company-info {
    padding: 0 20px 20px 20px;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-footer .company-info .item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-footer .company-info .item p.icon {
    margin-right: 15px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box {
  padding-top: 4.16666667vw;
  padding-bottom: 4.16666667vw;
  color: #fff;
  text-align: center;
  background-image: url('/src/assets/images/substribe-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px 25px 0 0;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box .title {
  margin-bottom: 2.5vw;
  font-size: 2.5vw;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box p {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box p:last-child {
  margin-bottom: 0;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.91666667vw 0;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .form-box .dialog-btn {
  width: 21.66666667vw;
  font-size: 1.25vw;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog {
  border-radius: 25px;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog__headerbtn {
  width: 1.66666667vw;
  height: 1.66666667vw;
  min-width: 25px;
  min-height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog__headerbtn .el-dialog__close:focus,
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog__headerbtn .el-dialog__close:hover {
  color: #fff;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input {
  width: 21.66666667vw;
  height: 3.22916667vw;
  min-height: 40px;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__inner {
  height: 100%;
  font-size: 1.25vw;
  padding-left: 3.64583333vw;
  padding-right: 1.5625vw;
  border-radius: 3vw;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__suffix {
  right: auto;
  left: 1.5625vw;
  height: 100%;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__suffix .el-input__icon {
  position: relative;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__suffix .icon-email:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 1.30208333vw;
  height: 1.30208333vw;
  min-width: 20px;
  min-height: 20px;
  background-image: url('/src/assets/images/email.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog__header {
  padding-top: 0;
  padding-bottom: 0;
}
.vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog__body {
  padding: 0;
}
@media (max-width: 1350px) {
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__inner {
    border-radius: 35px;
  }
}
@media (max-width: 1000px) {
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box p {
    font-size: 13px;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .form-box .dialog-btn {
    font-size: 13px;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__inner {
    padding-left: 40px;
    padding-right: 15px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box {
    background-position: center;
    padding: 10.66666667vw 3.33333333vw;
    border-radius: 10px 10px 0 0;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box .title {
    font-size: 20px;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .form-box {
    padding: 7.46666667vw 3.33333333vw;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .form-box .dialog-btn {
    width: 100%;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog {
    width: 80%;
    border-radius: 10px;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-form {
    width: 100%;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input {
    width: 100%;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__inner {
    padding-left: 6.66666667vw;
    padding-right: 4vw;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__suffix {
    left: 2.66666667vw;
  }
}
@media (max-width: 600px) {
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__inner {
    padding-left: 40px;
    padding-right: 15px;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-input__suffix {
    left: 15px;
  }
}
@media (max-width: 500px) {
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box {
    padding-top: 63px;
    padding-bottom: 53px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .text-box p {
    line-height: 1.5;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .form-box {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .vava-subscribe-dialog-wrapper .vava-subscribe-dialog .el-dialog__headerbtn {
    top: 15px;
    right: 15px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
@font-face {
  font-family: 'icomoon';
  src: url('/src/assets/fonts/icomoon.eot?77ygzkt');
  src: url('/src/assets/fonts/icomoon.eot?77ygzkt#iefix') format('embedded-opentype'), url('/src/assets/fonts/icomoon.ttf?77ygzkt') format('truetype'), url('/src/assets/fonts/icomoon.woff?77ygzkt') format('woff'), url('/src/assets/fonts/icomoon.svg?77ygzkt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #717474;
}
.icon-icon_phone_nor:before {
  content: "\e901";
}
.icon-icon_map_nor:before {
  content: "\e914";
}
.icon-icon_email_nor:before {
  content: "\e915";
}
.icon-gouwuche:before {
  content: "\e600";
}
.icon-ditu:before {
  content: "\e603";
}
.icon-youtube1:before {
  content: "\e60b";
}
.icon-twitter1:before {
  content: "\e612";
}
.icon-blogo:before {
  content: "\e616";
}
.icon-facebook1:before {
  content: "\e634";
}
.icon-bangongruanjianpdf:before {
  content: "\e65d";
}
.icon-instagram1:before {
  content: "\e668";
}
.icon-pinterest:before {
  content: "\e6f4";
}
.icon-wenjian-wenben:before {
  content: "\e79e";
}
.icon-googleplus:before {
  content: "\e87a";
}
.icon-btn_arrow_nor:before {
  content: "\e900";
}
.icon-account-user:before {
  content: "\e902";
}
.icon-account-position:before {
  content: "\e903";
}
.icon-account-card:before {
  content: "\e904";
}
.icon-account-lock:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-turned:before {
  content: "\e908";
}
.icon-down:before {
  content: "\e909";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-log-in:before {
  content: "\e90c";
}
.icon-right-slide:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-shopping-cart:before {
  content: "\e90f";
}
.icon-youtube:before {
  content: "\e910";
}
.icon-selected:before {
  content: "\e911";
}
.icon-download:before {
  content: "\e912";
}
.icon-single-check:before {
  content: "\e913";
}
.icon-twitter:before {
  content: "\ea96";
}
@font-face {
  font-family: element-icons;
  src: url(/src/assets/fonts/element-icons.woff) format("woff"), url(/src/assets/fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
[class*=" el-icon-"],
[class^=el-icon-] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-icon-ice-cream-round:before {
  content: "\e6a0";
}
.el-icon-ice-cream-square:before {
  content: "\e6a3";
}
.el-icon-lollipop:before {
  content: "\e6a4";
}
.el-icon-potato-strips:before {
  content: "\e6a5";
}
.el-icon-milk-tea:before {
  content: "\e6a6";
}
.el-icon-ice-drink:before {
  content: "\e6a7";
}
.el-icon-ice-tea:before {
  content: "\e6a9";
}
.el-icon-coffee:before {
  content: "\e6aa";
}
.el-icon-orange:before {
  content: "\e6ab";
}
.el-icon-pear:before {
  content: "\e6ac";
}
.el-icon-apple:before {
  content: "\e6ad";
}
.el-icon-cherry:before {
  content: "\e6ae";
}
.el-icon-watermelon:before {
  content: "\e6af";
}
.el-icon-grape:before {
  content: "\e6b0";
}
.el-icon-refrigerator:before {
  content: "\e6b1";
}
.el-icon-goblet-square-full:before {
  content: "\e6b2";
}
.el-icon-goblet-square:before {
  content: "\e6b3";
}
.el-icon-goblet-full:before {
  content: "\e6b4";
}
.el-icon-goblet:before {
  content: "\e6b5";
}
.el-icon-cold-drink:before {
  content: "\e6b6";
}
.el-icon-coffee-cup:before {
  content: "\e6b8";
}
.el-icon-water-cup:before {
  content: "\e6b9";
}
.el-icon-hot-water:before {
  content: "\e6ba";
}
.el-icon-ice-cream:before {
  content: "\e6bb";
}
.el-icon-dessert:before {
  content: "\e6bc";
}
.el-icon-sugar:before {
  content: "\e6bd";
}
.el-icon-tableware:before {
  content: "\e6be";
}
.el-icon-burger:before {
  content: "\e6bf";
}
.el-icon-knife-fork:before {
  content: "\e6c1";
}
.el-icon-fork-spoon:before {
  content: "\e6c2";
}
.el-icon-chicken:before {
  content: "\e6c3";
}
.el-icon-food:before {
  content: "\e6c4";
}
.el-icon-dish-1:before {
  content: "\e6c5";
}
.el-icon-dish:before {
  content: "\e6c6";
}
.el-icon-refresh-left:before {
  content: "\e6c7";
}
.el-icon-refresh-right:before {
  content: "\e6c8";
}
.el-icon-warning-outline:before {
  content: "\e6c9";
}
.el-icon-setting:before {
  content: "\e6ca";
}
.el-icon-phone-outline:before {
  content: "\e6cb";
}
.el-icon-more-outline:before {
  content: "\e6cc";
}
.el-icon-finished:before {
  content: "\e6cd";
}
.el-icon-view:before {
  content: "\e6ce";
}
.el-icon-loading:before {
  content: "\e6cf";
}
.el-icon-refresh:before {
  content: "\e6d0";
}
.el-icon-rank:before {
  content: "\e6d1";
}
.el-icon-sort:before {
  content: "\e6d2";
}
.el-icon-mobile-phone:before {
  content: "\e6d3";
}
.el-icon-service:before {
  content: "\e6d4";
}
.el-icon-sell:before {
  content: "\e6d5";
}
.el-icon-sold-out:before {
  content: "\e6d6";
}
.el-icon-delete:before {
  content: "\e6d7";
}
.el-icon-minus:before {
  content: "\e6d8";
}
.el-icon-plus:before {
  content: "\e6d9";
}
.el-icon-check:before {
  content: "\e6da";
}
.el-icon-close:before {
  content: "\e6db";
}
.el-icon-d-arrow-right:before {
  content: "\e6dc";
}
.el-icon-d-arrow-left:before {
  content: "\e6dd";
}
.el-icon-arrow-left:before {
  content: "\e6de";
}
.el-icon-arrow-down:before {
  content: "\e6df";
}
.el-icon-arrow-right:before {
  content: "\e6e0";
}
.el-icon-arrow-up:before {
  content: "\e6e1";
}
.el-icon-key:before {
  content: "\e6e2";
}
.el-icon-user:before {
  content: "\e6e3";
}
.el-icon-unlock:before {
  content: "\e6e4";
}
.el-icon-lock:before {
  content: "\e6e5";
}
.el-icon-top:before {
  content: "\e6e6";
}
.el-icon-top-right:before {
  content: "\e6e7";
}
.el-icon-top-left:before {
  content: "\e6e8";
}
.el-icon-right:before {
  content: "\e6e9";
}
.el-icon-back:before {
  content: "\e6ea";
}
.el-icon-bottom:before {
  content: "\e6eb";
}
.el-icon-bottom-right:before {
  content: "\e6ec";
}
.el-icon-bottom-left:before {
  content: "\e6ed";
}
.el-icon-moon-night:before {
  content: "\e6ee";
}
.el-icon-moon:before {
  content: "\e6f0";
}
.el-icon-cloudy-and-sunny:before {
  content: "\e6f1";
}
.el-icon-partly-cloudy:before {
  content: "\e6f2";
}
.el-icon-cloudy:before {
  content: "\e6f3";
}
.el-icon-sunny:before {
  content: "\e6f6";
}
.el-icon-sunset:before {
  content: "\e6f7";
}
.el-icon-sunrise-1:before {
  content: "\e6f8";
}
.el-icon-sunrise:before {
  content: "\e6f9";
}
.el-icon-heavy-rain:before {
  content: "\e6fa";
}
.el-icon-lightning:before {
  content: "\e6fb";
}
.el-icon-light-rain:before {
  content: "\e6fc";
}
.el-icon-wind-power:before {
  content: "\e6fd";
}
.el-icon-watch:before {
  content: "\e6fe";
}
.el-icon-watch-1:before {
  content: "\e6ff";
}
.el-icon-timer:before {
  content: "\e702";
}
.el-icon-alarm-clock:before {
  content: "\e703";
}
.el-icon-map-location:before {
  content: "\e704";
}
.el-icon-delete-location:before {
  content: "\e705";
}
.el-icon-add-location:before {
  content: "\e706";
}
.el-icon-location-information:before {
  content: "\e707";
}
.el-icon-location-outline:before {
  content: "\e708";
}
.el-icon-place:before {
  content: "\e709";
}
.el-icon-discover:before {
  content: "\e70a";
}
.el-icon-first-aid-kit:before {
  content: "\e70b";
}
.el-icon-trophy-1:before {
  content: "\e70c";
}
.el-icon-trophy:before {
  content: "\e70d";
}
.el-icon-medal:before {
  content: "\e70e";
}
.el-icon-medal-1:before {
  content: "\e70f";
}
.el-icon-stopwatch:before {
  content: "\e710";
}
.el-icon-mic:before {
  content: "\e711";
}
.el-icon-baseball:before {
  content: "\e712";
}
.el-icon-soccer:before {
  content: "\e713";
}
.el-icon-football:before {
  content: "\e715";
}
.el-icon-basketball:before {
  content: "\e716";
}
.el-icon-star-off:before {
  content: "\e717";
}
.el-icon-copy-document:before {
  content: "\e718";
}
.el-icon-full-screen:before {
  content: "\e719";
}
.el-icon-switch-button:before {
  content: "\e71b";
}
.el-icon-aim:before {
  content: "\e71c";
}
.el-icon-crop:before {
  content: "\e71d";
}
.el-icon-odometer:before {
  content: "\e71e";
}
.el-icon-time:before {
  content: "\e71f";
}
.el-icon-circle-check:before {
  content: "\e720";
}
.el-icon-remove-outline:before {
  content: "\e722";
}
.el-icon-circle-plus-outline:before {
  content: "\e723";
}
.el-icon-bangzhu:before {
  content: "\e724";
}
.el-icon-bell:before {
  content: "\e725";
}
.el-icon-close-notification:before {
  content: "\e726";
}
.el-icon-microphone:before {
  content: "\e727";
}
.el-icon-turn-off-microphone:before {
  content: "\e728";
}
.el-icon-position:before {
  content: "\e729";
}
.el-icon-postcard:before {
  content: "\e72a";
}
.el-icon-message:before {
  content: "\e72b";
}
.el-icon-chat-line-square:before {
  content: "\e72d";
}
.el-icon-chat-dot-square:before {
  content: "\e72e";
}
.el-icon-chat-dot-round:before {
  content: "\e72f";
}
.el-icon-chat-square:before {
  content: "\e730";
}
.el-icon-chat-line-round:before {
  content: "\e731";
}
.el-icon-chat-round:before {
  content: "\e732";
}
.el-icon-set-up:before {
  content: "\e733";
}
.el-icon-turn-off:before {
  content: "\e734";
}
.el-icon-open:before {
  content: "\e735";
}
.el-icon-connection:before {
  content: "\e736";
}
.el-icon-link:before {
  content: "\e737";
}
.el-icon-cpu:before {
  content: "\e738";
}
.el-icon-thumb:before {
  content: "\e739";
}
.el-icon-female:before {
  content: "\e73a";
}
.el-icon-male:before {
  content: "\e73b";
}
.el-icon-guide:before {
  content: "\e73c";
}
.el-icon-help:before {
  content: "\e73d";
}
.el-icon-news:before {
  content: "\e73e";
}
.el-icon-ship:before {
  content: "\e73f";
}
.el-icon-truck:before {
  content: "\e740";
}
.el-icon-bicycle:before {
  content: "\e741";
}
.el-icon-price-tag:before {
  content: "\e744";
}
.el-icon-discount:before {
  content: "\e745";
}
.el-icon-wallet:before {
  content: "\e747";
}
.el-icon-coin:before {
  content: "\e748";
}
.el-icon-money:before {
  content: "\e749";
}
.el-icon-bank-card:before {
  content: "\e74a";
}
.el-icon-box:before {
  content: "\e74b";
}
.el-icon-present:before {
  content: "\e74c";
}
.el-icon-shopping-bag-2:before {
  content: "\e74d";
}
.el-icon-shopping-bag-1:before {
  content: "\e74e";
}
.el-icon-shopping-cart-2:before {
  content: "\e74f";
}
.el-icon-shopping-cart-1:before {
  content: "\e750";
}
.el-icon-shopping-cart-full:before {
  content: "\e751";
}
.el-icon-smoking:before {
  content: "\e752";
}
.el-icon-no-smoking:before {
  content: "\e753";
}
.el-icon-house:before {
  content: "\e754";
}
.el-icon-table-lamp:before {
  content: "\e755";
}
.el-icon-school:before {
  content: "\e756";
}
.el-icon-office-building:before {
  content: "\e757";
}
.el-icon-toilet-paper:before {
  content: "\e758";
}
.el-icon-notebook-2:before {
  content: "\e759";
}
.el-icon-notebook-1:before {
  content: "\e75a";
}
.el-icon-files:before {
  content: "\e75b";
}
.el-icon-collection:before {
  content: "\e75c";
}
.el-icon-receiving:before {
  content: "\e75d";
}
.el-icon-picture-outline:before {
  content: "\e75e";
}
.el-icon-picture-outline-round:before {
  content: "\e75f";
}
.el-icon-suitcase-1:before {
  content: "\e760";
}
.el-icon-suitcase:before {
  content: "\e761";
}
.el-icon-film:before {
  content: "\e763";
}
.el-icon-edit-outline:before {
  content: "\e764";
}
.el-icon-collection-tag:before {
  content: "\e765";
}
.el-icon-data-analysis:before {
  content: "\e766";
}
.el-icon-pie-chart:before {
  content: "\e767";
}
.el-icon-data-board:before {
  content: "\e768";
}
.el-icon-reading:before {
  content: "\e769";
}
.el-icon-magic-stick:before {
  content: "\e76a";
}
.el-icon-coordinate:before {
  content: "\e76b";
}
.el-icon-mouse:before {
  content: "\e76c";
}
.el-icon-data-line:before {
  content: "\e76d";
}
.el-icon-brush:before {
  content: "\e76e";
}
.el-icon-headset:before {
  content: "\e76f";
}
.el-icon-umbrella:before {
  content: "\e770";
}
.el-icon-scissors:before {
  content: "\e771";
}
.el-icon-video-camera:before {
  content: "\e772";
}
.el-icon-mobile:before {
  content: "\e773";
}
.el-icon-attract:before {
  content: "\e774";
}
.el-icon-monitor:before {
  content: "\e775";
}
.el-icon-zoom-out:before {
  content: "\e776";
}
.el-icon-zoom-in:before {
  content: "\e777";
}
.el-icon-search:before {
  content: "\e778";
}
.el-icon-camera:before {
  content: "\e779";
}
.el-icon-takeaway-box:before {
  content: "\e77a";
}
.el-icon-upload2:before {
  content: "\e77b";
}
.el-icon-download:before {
  content: "\e77c";
}
.el-icon-paperclip:before {
  content: "\e77d";
}
.el-icon-printer:before {
  content: "\e77e";
}
.el-icon-document-add:before {
  content: "\e782";
}
.el-icon-document:before {
  content: "\e785";
}
.el-icon-document-checked:before {
  content: "\e786";
}
.el-icon-document-copy:before {
  content: "\e787";
}
.el-icon-document-delete:before {
  content: "\e788";
}
.el-icon-document-remove:before {
  content: "\e789";
}
.el-icon-tickets:before {
  content: "\e78b";
}
.el-icon-folder-checked:before {
  content: "\e77f";
}
.el-icon-folder-delete:before {
  content: "\e780";
}
.el-icon-folder-remove:before {
  content: "\e781";
}
.el-icon-folder-add:before {
  content: "\e783";
}
.el-icon-folder-opened:before {
  content: "\e784";
}
.el-icon-folder:before {
  content: "\e78a";
}
.el-icon-edit:before {
  content: "\e78c";
}
.el-icon-circle-close:before {
  content: "\e78d";
}
.el-icon-date:before {
  content: "\e78e";
}
.el-icon-caret-top:before {
  content: "\e78f";
}
.el-icon-caret-bottom:before {
  content: "\e790";
}
.el-icon-caret-right:before {
  content: "\e791";
}
.el-icon-caret-left:before {
  content: "\e792";
}
.el-icon-share:before {
  content: "\e793";
}
.el-icon-more:before {
  content: "\e794";
}
.el-icon-phone:before {
  content: "\e795";
}
.el-icon-video-camera-solid:before {
  content: "\e796";
}
.el-icon-star-on:before {
  content: "\e797";
}
.el-icon-menu:before {
  content: "\e798";
}
.el-icon-message-solid:before {
  content: "\e799";
}
.el-icon-d-caret:before {
  content: "\e79a";
}
.el-icon-camera-solid:before {
  content: "\e79b";
}
.el-icon-success:before {
  content: "\e79c";
}
.el-icon-error:before {
  content: "\e79d";
}
.el-icon-location:before {
  content: "\e79e";
}
.el-icon-picture:before {
  content: "\e79f";
}
.el-icon-circle-plus:before {
  content: "\e7a0";
}
.el-icon-info:before {
  content: "\e7a1";
}
.el-icon-remove:before {
  content: "\e7a2";
}
.el-icon-warning:before {
  content: "\e7a3";
}
.el-icon-question:before {
  content: "\e7a4";
}
.el-icon-user-solid:before {
  content: "\e7a5";
}
.el-icon-s-grid:before {
  content: "\e7a6";
}
.el-icon-s-check:before {
  content: "\e7a7";
}
.el-icon-s-data:before {
  content: "\e7a8";
}
.el-icon-s-fold:before {
  content: "\e7a9";
}
.el-icon-s-opportunity:before {
  content: "\e7aa";
}
.el-icon-s-custom:before {
  content: "\e7ab";
}
.el-icon-s-tools:before {
  content: "\e7ac";
}
.el-icon-s-claim:before {
  content: "\e7ad";
}
.el-icon-s-finance:before {
  content: "\e7ae";
}
.el-icon-s-comment:before {
  content: "\e7af";
}
.el-icon-s-flag:before {
  content: "\e7b0";
}
.el-icon-s-marketing:before {
  content: "\e7b1";
}
.el-icon-s-goods:before {
  content: "\e7b2";
}
.el-icon-s-help:before {
  content: "\e7b3";
}
.el-icon-s-shop:before {
  content: "\e7b4";
}
.el-icon-s-open:before {
  content: "\e7b5";
}
.el-icon-s-management:before {
  content: "\e7b6";
}
.el-icon-s-ticket:before {
  content: "\e7b7";
}
.el-icon-s-release:before {
  content: "\e7b8";
}
.el-icon-s-home:before {
  content: "\e7b9";
}
.el-icon-s-promotion:before {
  content: "\e7ba";
}
.el-icon-s-operation:before {
  content: "\e7bb";
}
.el-icon-s-unfold:before {
  content: "\e7bc";
}
.el-icon-s-platform:before {
  content: "\e7bd";
}
.el-icon-s-order:before {
  content: "\e7be";
}
.el-icon-s-cooperation:before {
  content: "\e7bf";
}
.el-icon-video-play:before {
  content: "\e7c0";
}
.el-icon-video-pause:before {
  content: "\e7c1";
}
.el-icon-goods:before {
  content: "\e7c2";
}
.el-icon-upload:before {
  content: "\e7c3";
}
.el-icon-sort-down:before {
  content: "\e7c4";
}
.el-icon-sort-up:before {
  content: "\e7c5";
}
.el-icon-c-scale-to-original:before {
  content: "\e7c6";
}
.el-icon-eleme:before {
  content: "\e7c7";
}
.el-icon-delete-solid:before {
  content: "\e7c9";
}
.el-icon-platform-eleme:before {
  content: "\e7ca";
}
.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.el-icon--right {
  margin-left: 5px;
}
.el-icon--left {
  margin-right: 5px;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: auto;
  overflow: visible;
  color: #717375;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  padding-right: 0!important;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #717375;
}
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  -webkit-appearance: none;
  outline: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
button {
  -webkit-appearance: none;
  outline: none;
}
@font-face {
  font-family: 'MarkPro-Bold';
  src: url('/src/assets/fonts/MarkPro-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkPro-Medium';
  src: url('/src/assets/fonts/MarkPro-Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkPro-Regular';
  src: url('/src/assets/fonts/MarkPro.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkPro-Book';
  src: url('/src/assets/fonts/MarkPro-Book.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: MarkPro-Regular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
@media (max-width: 1680px) {
  input {
    border-width: 1px!important;
  }
}
@media (min-width: 601px) {
  html::-webkit-scrollbar {
    width: 0.8vw;
    background-color: #eee;
    z-index: 9999;
  }
  html::-webkit-scrollbar-track {
    background-color: #eee;
  }
  html::-webkit-scrollbar-thumb {
    background: rgba(33, 50, 156, 0.8);
    border-radius: 5px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  html::-webkit-scrollbar {
    width: 9px;
  }
  html::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  html::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (min-width: 601px) and (max-width: 920px) {
  html::-webkit-scrollbar {
    width: 5px;
  }
  html::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  html::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (min-width: 601px) and (max-width: 600px) {
  html::-webkit-scrollbar {
    width: 3px;
  }
  html::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  html::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.twoLine {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
#vavaMessageBox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2009;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 320px;
}
#vavaMessageBox .message-box-content {
  position: relative;
  max-width: 50vw;
  background-color: #fff;
  padding: 4.16vw 3.3vw;
  min-width: 280px;
  min-height: 90px;
  border-radius: 1vw;
  font-size: 1.56vw;
  color: #474747;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  bottom: 10%;
  z-index: 2001;
}
#vavaMessageBox .message-box-content p {
  text-align: center;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
}
#vavaMessageBox .message-box-content span {
  position: absolute;
  top: 1.04vw;
  right: 1.04vw;
  font-size: 1.04vw;
  color: #474747;
  cursor: pointer;
}
#vavaMessageBox .message-box-content span:hover {
  color: #21329C;
}
#vavaMessageBox .message-box-mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.message-box-active .message-box-mask {
  background: rgba(0, 0, 0, 0.7) !important;
}
.message-box-active .message-box-content {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}
@media (max-width: 920px) {
  #vavaMessageBox .message-box-content {
    border-radius: 8px;
    font-size: 15px;
  }
  #vavaMessageBox .message-box-content span {
    top: 2px;
    right: 5px;
    font-size: 12px;
    padding: 8px;
  }
}
@media (max-width: 750px) {
  #vavaMessageBox .message-box-content {
    min-width: 250px;
    border-radius: 8px;
    font-size: 14px;
    padding: 30px;
  }
  .terms_title {
    font-size: 18px !important;
  }
}
@media (max-width: 500px) {
  #vavaMessageBox .message-box-content {
    min-width: 250px;
    border-radius: 8px;
    font-size: 14px;
  }
}
body {
  /*购物车导航面包屑*/
}
body .mt20 {
  margin-top: 20px;
}
body .no-wrap {
  white-space: nowrap;
}
body .center-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body .border-gradient {
  border: 1px solid #21329C;
}
body .is-mobile .el-dialog__wrapper .el-dialog .dialog-title {
  vertical-align: middle;
}
body .is-mobile .el-dialog__wrapper .el-dialog .dialog-title .self-title {
  font-family: SFCompactDisplay-Regular;
  font-size: 20px;
  color: #333333;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body .is-mobile .el-dialog__wrapper .el-dialog .dialog-title .self-title i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}
body .is-mobile .el-dialog__wrapper .el-dialog .dialog-title .self-subtitle {
  font-family: SFCompactDisplay-Regular;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  margin-left: 12px;
  display: inline-block;
}
body .is-mobile .el-dialog__wrapper .el-dialog .el-dialog__header {
  min-height: 40px;
  line-height: 40px;
  padding: 0 16px;
  text-align: left;
}
body .is-mobile .el-dialog__wrapper .el-dialog .el-dialog__header .el-dialog__title {
  font-family: SFCompactDisplay-Regular;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}
body .is-mobile .el-dialog__wrapper .el-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 9px;
  right: 10px;
}
body .is-mobile .el-dialog__wrapper .el-dialog .el-dialog__header .el-dialog__close {
  font-size: 24px;
}
body .is-mobile .el-dialog__wrapper .el-dialog .el-dialog__body {
  border-top: 1px solid #EEEEEE;
}
body .bread-self {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body .bread-self .item24 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 24px;
  line-height: 24px;
  background-color: #E0E0E0;
  position: relative;
  text-align: center;
  font-family: SFCompactDisplay-Regular;
  font-size: 12px;
  color: #666666;
}
body .bread-self .item24.bg-gradient {
  color: white;
  background-color: #21329C;
}
body .bread-self .item24.bg-gradient span {
  z-index: 2;
  border-left-color: #21329C;
}
body .bread-self .item24.fail {
  background-color: #FF9B1F;
  color: white;
}
body .bread-self .item24.fail span {
  z-index: 2;
  border-left-color: #FF9B1F;
}
body .bread-self .item24 span {
  display: block;
  position: absolute;
  right: -13px;
  top: 0;
  border-left: 13px solid #E0E0E0;
  border-top: 12px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 12px solid transparent;
}
body .bread-self .item24:nth-last-child(1) span {
  display: none;
}
body .spaceBetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body .shipping-policy {
  padding-top: 25px;
  padding-bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .shipping-policy .shipping-policy-page {
  width: 1200px;
}
body .shipping-policy .shipping-policy-page .shipping-policy-title {
  font-family: MarkPro-Regular;
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}
body .shipping-policy .shipping-policy-page .shipping-policy-content {
  margin-bottom: 20px;
  text-align: justify;
  font-family: MarkPro-Regular;
}
body .shipping-policy .shipping-policy-page .shipping-policy-content .shipping-policy-p1 {
  font-family: MarkPro-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
body .shipping-policy .shipping-policy-page .shipping-policy-content .shipping-policy-p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
body .shipping-policy .shipping-policy-page .shipping-policy-content .shipping-policy-p3 {
  font-family: MarkPro-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
body .shipping-policy .shipping-policy-page .shipping-policy-content a {
  color: #21329C;
  font-size: 14px;
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
#app {
  height: 100%;
  width: 100%;
  background: #FFF;
  overflow: hidden;
  padding-top: 3.658vw;
  min-width: 320px;
}
#app .vava-page-content {
  position: relative;
  width: 100%;
  min-height: 45vw;
}
#app .footer-reserved {
  width: 100%;
  background-color: #464e58;
  padding: 1.56vw 9%;
}
#app .footer-reserved p {
  font-family: MarkPro-Book;
  font-size: 1.25vw;
  color: #6b92b5;
}
#app .vava-subsribe-dialog-fold {
  position: fixed;
  bottom: 3.125vw;
  right: 3.125vw;
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
}
#app .vava-subsribe-dialog-fold img {
  width: 100%;
}
@media (max-width: 1920px) {
  #app {
    padding-top: 120px;
  }
}
@media (max-width: 1660px) {
  #app .footer-reserved {
    padding: 20px 8%;
  }
  #app .footer-reserved p {
    font-size: 18px;
  }
}
@media (max-width: 920px) {
  #app {
    padding-top: 60px;
  }
}
@media (max-width: 800px) {
  #app .footer-reserved {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 320px) {
  #app {
    width: 320px;
    overflow-x: scroll;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-common-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  height: 3.125vw;
}
.vava-common-input input {
  width: 100%;
  height: 100%;
  min-height: 40px;
  border-radius: 5vw;
  padding: 0 12% 0 8%;
  line-height: 1;
  border: 0.052vw solid #e2e2e2;
  color: #474747;
  font-size: 1vw;
  -webkit-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
.vava-common-input input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.vava-common-input input::-ms-input-placeholder {
  color: #c1c1c1;
}
.vava-common-input input::placeholder {
  color: #c1c1c1;
}
.vava-input-error input {
  color: #D27460;
  border-color: #D27460;
}
@media (max-width: 1600px) {
  .vava-common-input input {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .vava-common-input input {
    border-radius: 50px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-button {
  width: auto;
  height: 3.125vw;
  min-height: 40px;
  background-color: #21329C;
  cursor: pointer;
  font-size: 1.04vw;
  border-radius: 3vw;
  color: #FFF;
  padding: 0 2.8vw;
  border: 1px solid #21329C;
  line-height: 1;
}
.is-disable {
  background-color: #DDDDDD !important;
  border-color: #DDDDDD !important;
  color: #FFF !important;
}
.no-active {
  background: none;
  color: #21329C;
}
@media (max-width: 1350px) {
  .vava-button {
    font-size: 14px;
    border-radius: 35px;
  }
}
@media (max-width: 1280px) {
  .vava-button {
    line-height: 1;
  }
}
@media (max-width: 1100px) {
  .vava-button {
    padding: 0 36px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-email-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 300px;
}
.vava-email-input input {
  width: 100%;
  height: 100%;
  border-radius: 5vw;
  padding: 0 12% 0 8%;
  line-height: 1;
  background-color: #FFF;
  border: 0.052vw solid #FFF;
  color: #474747;
}
.vava-email-input input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.vava-email-input input::-ms-input-placeholder {
  color: #c1c1c1;
}
.vava-email-input input::placeholder {
  color: #c1c1c1;
}
.vava-email-input .vava-email-input-icon {
  position: absolute;
  right: 0;
  width: 11%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
}
.vava-email-input .vava-email-input-icon i {
  color: #A7A4A4;
  font-size: 16px;
  -webkit-transition: margin 0.25s;
  -o-transition: margin 0.25s;
  transition: margin 0.25s;
}
.vava-email-input .vava-email-input-icon:hover i {
  margin-left: 5px;
}
@media (max-width: 920px) {
  .vava-email-input input {
    border-radius: 50px;
  }
  .vava-email-input .vava-email-input-icon {
    width: 11%;
  }
  .vava-email-input .vava-email-input-icon i {
    font-size: 16px;
  }
  .vava-email-input .vava-email-input-icon:hover i {
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  .vava-email-input .vava-email-input-icon {
    width: 11%;
  }
  .vava-email-input .vava-email-input-icon i {
    font-size: 14px;
    margin-top: 3px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-collapse-item {
  width: 100%;
  border-top: 1px solid #FFF;
}
.vava-collapse-item .vava-collapse-item-title {
  width: 100%;
  height: 60px;
  color: #FFF;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.vava-collapse-item .vava-collapse-item-title .collapse-title-right {
  position: absolute;
  right: 20px;
  font-size: 12px;
  -webkit-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.vava-collapse-item .vava-collapse-item-title .collapse-title-right .icon {
  color: #FFF;
}
.vava-collapse-item .vava-collapse-item-title .title-right-show {
  -webkit-transform: translate3d(0, -50%, 0) rotateZ(90deg);
          transform: translate3d(0, -50%, 0) rotateZ(90deg);
}
.vava-collapse-item .vava-collapse-item-content {
  overflow: hidden;
  padding: 0 20px;
}
.vava-collapse-item .vava-collapse-item-content li,
.vava-collapse-item .vava-collapse-item-content > a {
  display: block;
  font-size: 15px;
  color: #e2e2e2;
  line-height: 35px;
  cursor: pointer;
}
.vava-collapse-item .vava-collapse-item-content li:last-child,
.vava-collapse-item .vava-collapse-item-content > a:last-child {
  margin-bottom: 20px;
}
.vava-collapse-item .collapse-transition {
  -webkit-transition: 0.3s height ease-out;
  -o-transition: 0.3s height ease-out;
  transition: 0.3s height ease-out;
}
@media (max-width: 800px) {
  .vava-collapse-item .vava-collapse-item-title {
    height: 60px;
    font-size: 15px;
  }
  .vava-collapse-item .vava-collapse-item-title .collapse-title-right {
    right: 20px;
    font-size: 12px;
  }
  .vava-collapse-item .vava-collapse-item-content li {
    font-size: 14px;
    line-height: 35px;
  }
  .vava-collapse-item .vava-collapse-item-content li:first-child,
  .vava-collapse-item .vava-collapse-item-content > a:first-child {
    margin-top: -9px;
  }
  .vava-collapse-item .vava-collapse-item-content li:last-child,
  .vava-collapse-item .vava-collapse-item-content > a:last-child {
    margin-bottom: 15px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #474747;
  line-height: 1.3;
}
.vava-checkbox .vava-checkbox-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.6vw;
  height: 1.6vw;
  min-width: 20px;
  min-height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.04vw;
  background-color: #D9D9D9;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 2px;
  cursor: pointer;
}
.vava-checkbox .vava-checkbox-select i {
  color: #FFF;
  font-size: 0.9vw;
  font-weight: bold;
}
.vava-checkbox .vava-checkbox-select span.icon {
  display: none;
}
.vava-checkbox span.active {
  background-color: #21329C;
  border-color: #21329C;
}
.vava-checkbox span.active span.icon {
  display: inline-block;
}
.is-round .vava-checkbox-select {
  background-color: #FFF;
  border: 1px solid #666;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
}
.is-disabled span.vava-checkbox-select {
  border: 1px solid #666;
}
@media (max-width: 1600px) {
  .vava-checkbox .vava-checkbox-select i {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .vava-checkbox .vava-checkbox-select {
    margin-right: 15px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-single-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vava-single-check i.icon {
  font-size: 1.2vw;
  color: #21329C;
  margin-right: 0.9vw;
  cursor: pointer;
}
.vava-single-check i.un-check {
  display: inline-block;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  border: 0.1vw solid #474747;
  margin-right: 0.9vw;
  cursor: pointer;
}
@media (max-width: 1550px) {
  .vava-single-check i.icon {
    font-size: 17px;
  }
  .vava-single-check i.un-check {
    width: 17px;
    height: 17px;
    border-width: 2px;
  }
}
@media (max-width: 1450px) {
  .vava-single-check i.icon {
    font-size: 16px;
  }
  .vava-single-check i.un-check {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 920px) {
  .vava-single-check i.icon {
    font-size: 14px;
  }
  .vava-single-check i.un-check {
    width: 14px;
    height: 14px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.vava-select {
  position: relative;
  height: 3.125vw;
  min-height: 40px;
}
.vava-select .vava-select-input {
  width: 100%;
  height: 100%;
  border-radius: 5vw;
  padding: 0 20px;
  border: 1px solid #e2e2e2;
  color: #474747;
  font-size: 1vw;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vava-select .vava-select-input span.icon {
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.vava-select .vava-select-input span.show-active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.vava-select ul {
  margin-top: 8px;
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.vava-select ul li {
  cursor: pointer;
  height: 1.56vw;
  min-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.vava-select ul li:hover {
  background-color: #f5f7fa;
}
@media (max-width: 1200px) {
  .vava-select .vava-select-input {
    border-radius: 30px;
    font-size: 12px;
  }
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:hover {
  border-color: #C0C4CC;
}
.el-textarea__inner:focus {
  outline: 0;
  border-color: #21329C;
}
.el-textarea .el-input__count {
  color: #909399;
  background: #FFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #C0C4CC;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  text-align: center;
  height: 100%;
  color: #C0C4CC;
}
.el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input__inner:hover {
  border-color: #C0C4CC;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #21329C;
  outline: 0;
}
.el-input__suffix {
  right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.el-input__suffix-inner {
  pointer-events: all;
}
.el-input__prefix {
  left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 40px;
}
.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.el-input__validateIcon {
  pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.el-input--medium {
  font-size: 14px;
}
.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}
.el-input--medium .el-input__icon {
  line-height: 36px;
}
.el-input--small {
  font-size: 13px;
}
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-input--small .el-input__icon {
  line-height: 32px;
}
.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.el-input--mini .el-input__icon {
  line-height: 28px;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}
.el-input-group__prepend {
  border-right: 0;
}
.el-input-group__append {
  border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFF;
}
.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #21329C;
  background-color: #FFF;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #F5F7FA;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 20px;
  font-family: element-icons;
  content: "\e6da";
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}
.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.el-select-dropdown__wrap {
  max-height: 274px;
}
.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:hover {
  border-color: #C0C4CC;
}
.el-textarea__inner:focus {
  outline: 0;
  border-color: #21329C;
}
.el-textarea .el-input__count {
  color: #909399;
  background: #FFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #C0C4CC;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-select-dropdown__item,
.el-tag {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
}
.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  height: 100%;
  color: #C0C4CC;
  text-align: center;
}
.el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input__inner:hover {
  border-color: #C0C4CC;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #21329C;
  outline: 0;
}
.el-input__suffix {
  right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.el-input__suffix-inner {
  pointer-events: all;
}
.el-input__prefix {
  left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 40px;
}
.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.el-input__validateIcon {
  pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.el-input--medium {
  font-size: 14px;
}
.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}
.el-input--medium .el-input__icon {
  line-height: 36px;
}
.el-input--small {
  font-size: 13px;
}
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-input--small .el-input__icon {
  line-height: 32px;
}
.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.el-input--mini .el-input__icon {
  line-height: 28px;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}
.el-input-group__prepend {
  border-right: 0;
}
.el-input-group__append {
  border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.el-tag {
  background-color: #e9ebf5;
  border-color: #d3d6eb;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #21329C;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tag.is-hit {
  border-color: #21329C;
}
.el-tag .el-tag__close {
  color: #21329C;
}
.el-tag .el-tag__close:hover {
  color: #FFF;
  background-color: #21329C;
}
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}
.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}
.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}
.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}
.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.el-tag .el-icon-close::before {
  display: block;
}
.el-tag--dark {
  background-color: #21329C;
  border-color: #21329C;
  color: #fff;
}
.el-tag--dark.is-hit {
  border-color: #21329C;
}
.el-tag--dark .el-tag__close {
  color: #fff;
}
.el-tag--dark .el-tag__close:hover {
  color: #FFF;
  background-color: #4d5bb0;
}
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: #fff;
}
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}
.el-tag--dark.el-tag--info .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}
.el-tag--dark.el-tag--success .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}
.el-tag--dark.el-tag--warning .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}
.el-tag--dark.el-tag--danger .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f78989;
}
.el-tag--plain {
  background-color: #fff;
  border-color: #a6add7;
  color: #21329C;
}
.el-tag--plain.is-hit {
  border-color: #21329C;
}
.el-tag--plain .el-tag__close {
  color: #21329C;
}
.el-tag--plain .el-tag__close:hover {
  color: #FFF;
  background-color: #21329C;
}
.el-tag--plain.el-tag--info {
  background-color: #fff;
  border-color: #d3d4d6;
  color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}
.el-tag--plain.el-tag--success {
  background-color: #fff;
  border-color: #c2e7b0;
  color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}
.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
  background-color: #fff;
  border-color: #f5dab1;
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}
.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
  background-color: #fff;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}
.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}
.el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.el-tag--medium .el-icon-close {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.el-tag--small .el-icon-close {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
      transform: scale(0.7);
}
.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
  background-color: #FFF;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #F5F7FA;
}
.el-select-dropdown__item.selected {
  color: #21329C;
  font-weight: 700;
}
.el-select-group {
  margin: 0;
  padding: 0;
}
.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #E4E7ED;
}
.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #909399;
  line-height: 30px;
}
.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:active > .el-scrollbar__bar,
.el-scrollbar:focus > .el-scrollbar__bar,
.el-scrollbar:hover > .el-scrollbar__bar {
  opacity: 1;
  -webkit-transition: opacity 340ms ease-out;
  -o-transition: opacity 340ms ease-out;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  -webkit-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}
.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 120ms ease-out;
  -o-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}
.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}
.el-select {
  display: inline-block;
  position: relative;
}
.el-select .el-select__tags > span {
  display: contents;
}
.el-select:hover .el-input__inner {
  border-color: #C0C4CC;
}
.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}
.el-select .el-input__inner:focus {
  border-color: #21329C;
}
.el-select .el-input .el-select__caret {
  color: #C0C4CC;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
      transform: rotateZ(180deg);
  cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
      transform: rotateZ(0);
}
.el-select .el-input .el-select__caret.is-show-close {
  font-size: 14px;
  text-align: center;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
      transform: rotateZ(180deg);
  border-radius: 100%;
  color: #C0C4CC;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #909399;
}
.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #E4E7ED;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #21329C;
}
.el-select > .el-input {
  display: block;
}
.el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: transparent;
}
.el-select__input.is-mini {
  height: 14px;
}
.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #C0C4CC;
  line-height: 18px;
  font-size: 14px;
}
.el-select__close:hover {
  color: #909399;
}
.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.el-select .el-tag__close {
  margin-top: -2px;
}
.el-select .el-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
}
.el-select .el-tag__close.el-icon-close {
  background-color: #C0C4CC;
  right: -7px;
  top: 0;
  color: #FFF;
}
.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}
.el-select .el-tag__close.el-icon-close::before {
  display: block;
  -webkit-transform: translate(0, 0.5px);
  -ms-transform: translate(0, 0.5px);
      transform: translate(0, 0.5px);
}
.el-form--inline .el-form-item,
.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: top;
}
.el-form-item::after,
.el-form-item__content::after {
  clear: both;
}
.el-form--label-left .el-form-item__label {
  text-align: left;
}
.el-form--label-top .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 10px;
}
.el-form--inline .el-form-item {
  margin-right: 10px;
}
.el-form--inline .el-form-item__label {
  float: none;
  display: inline-block;
}
.el-form--inline.el-form--label-top .el-form-item__content {
  display: block;
}
.el-form-item {
  margin-bottom: 22px;
}
.el-form-item::after,
.el-form-item::before {
  display: table;
  content: "";
}
.el-form-item .el-form-item {
  margin-bottom: 0;
}
.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
  margin-bottom: 18px;
}
.el-form-item .el-input__validateIcon {
  display: none;
}
.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
  line-height: 36px;
}
.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
  line-height: 32px;
}
.el-form-item--small .el-form-item__error {
  padding-top: 2px;
}
.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
  line-height: 28px;
}
.el-form-item--mini .el-form-item__error {
  padding-top: 1px;
}
.el-form-item__label-wrap {
  float: left;
}
.el-form-item__label-wrap .el-form-item__label {
  display: inline-block;
  float: none;
}
.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.el-form-item__content::after,
.el-form-item__content::before {
  display: table;
  content: "";
}
.el-form-item__content .el-input-group {
  vertical-align: top;
}
.el-form-item__error {
  color: #F56C6C;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}
.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus {
  border-color: #F56C6C;
}
.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: transparent;
}
.el-form-item.is-error .el-input__validateIcon {
  color: #F56C6C;
}
.el-form-item--feedback .el-input__validateIcon {
  display: inline-block;
}
.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
  background-color: #FFF;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #F5F7FA;
}
.el-select-dropdown__item.selected {
  color: #21329C;
  font-weight: 700;
}
.v-modal-enter {
  -webkit-animation: v-modal-in 0.2s ease;
  animation: v-modal-in 0.2s ease;
}
.v-modal-leave {
  -webkit-animation: v-modal-out 0.2s ease forwards;
  animation: v-modal-out 0.2s ease forwards;
}
@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.el-popup-parent--hidden {
  overflow: hidden;
}
.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}
.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}
.el-dialog__header {
  padding: 20px 20px 10px;
}
.el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #21329C;
}
.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.el-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-dialog--center {
  text-align: center;
}
.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 30px;
}
.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}
.dialog-fade-enter-active {
  -webkit-animation: dialog-fade-in 0.3s;
  animation: dialog-fade-in 0.3s;
}
.dialog-fade-leave-active {
  -webkit-animation: dialog-fade-out 0.3s;
  animation: dialog-fade-out 0.3s;
}
@-webkit-keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.el-button-group > .el-button.is-active,
.el-button-group > .el-button.is-disabled,
.el-button-group > .el-button:active,
.el-button-group > .el-button:focus,
.el-button-group > .el-button:hover {
  z-index: 1;
}
.el-button,
.el-input__inner {
  -webkit-appearance: none;
  outline: 0;
}
.el-message-box,
.el-popup-parent--hidden {
  overflow: hidden;
}
.v-modal-enter {
  -webkit-animation: v-modal-in 0.2s ease;
  animation: v-modal-in 0.2s ease;
}
.v-modal-leave {
  -webkit-animation: v-modal-out 0.2s ease forwards;
  animation: v-modal-out 0.2s ease forwards;
}
@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button + .el-button {
  margin-left: 10px;
}
.el-button:focus,
.el-button:hover {
  color: #21329C;
  border-color: #bcc2e1;
  background-color: #e9ebf5;
}
.el-button:active {
  color: #1e2d8c;
  border-color: #1e2d8c;
  outline: 0;
}
.el-button::-moz-focus-inner {
  border: 0;
}
.el-button [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-button.is-plain:focus,
.el-button.is-plain:hover {
  background: #FFF;
  border-color: #21329C;
  color: #21329C;
}
.el-button.is-active,
.el-button.is-plain:active {
  color: #1e2d8c;
  border-color: #1e2d8c;
}
.el-button.is-plain:active {
  background: #FFF;
  outline: 0;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
}
.el-button.is-disabled.el-button--text {
  background-color: transparent;
}
.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
  background-color: #FFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}
.el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.el-button.is-loading:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}
.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}
.el-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}
.el-button--primary {
  color: #FFF;
  background-color: #21329C;
  border-color: #21329C;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #4d5bb0;
  border-color: #4d5bb0;
  color: #FFF;
}
.el-button--primary.is-active,
.el-button--primary:active {
  background: #1e2d8c;
  border-color: #1e2d8c;
  color: #FFF;
}
.el-button--primary:active {
  outline: 0;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #FFF;
  background-color: #9099ce;
  border-color: #9099ce;
}
.el-button--primary.is-plain {
  color: #21329C;
  background: #e9ebf5;
  border-color: #a6add7;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
  background: #21329C;
  border-color: #21329C;
  color: #FFF;
}
.el-button--primary.is-plain:active {
  background: #1e2d8c;
  border-color: #1e2d8c;
  color: #FFF;
  outline: 0;
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
  color: #7a84c4;
  background-color: #e9ebf5;
  border-color: #d3d6eb;
}
.el-button--success {
  color: #FFF;
  background-color: #67C23A;
  border-color: #67C23A;
}
.el-button--success:focus,
.el-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFF;
}
.el-button--success.is-active,
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
}
.el-button--success:active {
  outline: 0;
}
.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
  color: #FFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFF;
}
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
  outline: 0;
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.el-button--warning {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}
.el-button--warning:focus,
.el-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFF;
}
.el-button--warning.is-active,
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
}
.el-button--warning:active {
  outline: 0;
}
.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
  color: #FFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFF;
}
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
  outline: 0;
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.el-button--danger {
  color: #FFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}
.el-button--danger:focus,
.el-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #FFF;
}
.el-button--danger.is-active,
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
}
.el-button--danger:active {
  outline: 0;
}
.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
  color: #FFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFF;
}
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
  outline: 0;
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.el-button--info {
  color: #FFF;
  background-color: #909399;
  border-color: #909399;
}
.el-button--info:focus,
.el-button--info:hover {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFF;
}
.el-button--info.is-active,
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
}
.el-button--info:active {
  outline: 0;
}
.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
  color: #FFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #FFF;
}
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
  outline: 0;
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}
.el-button--text,
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
  border-color: transparent;
}
.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button--mini,
.el-button--small {
  font-size: 12px;
  border-radius: 3px;
}
.el-button--medium.is-round {
  padding: 10px 20px;
}
.el-button--medium.is-circle {
  padding: 10px;
}
.el-button--small,
.el-button--small.is-round {
  padding: 9px 15px;
}
.el-button--small.is-circle {
  padding: 9px;
}
.el-button--mini,
.el-button--mini.is-round {
  padding: 7px 15px;
}
.el-button--mini.is-circle {
  padding: 7px;
}
.el-button--text {
  color: #21329C;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}
.el-button--text:focus,
.el-button--text:hover {
  color: #4d5bb0;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text:active {
  color: #1e2d8c;
  background-color: transparent;
}
.el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.el-button-group::after,
.el-button-group::before {
  display: table;
  content: "";
}
.el-button-group::after {
  clear: both;
}
.el-button-group > .el-button {
  float: left;
  position: relative;
}
.el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
  border-radius: 4px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:hover {
  border-color: #C0C4CC;
}
.el-textarea__inner:focus {
  outline: 0;
  border-color: #21329C;
}
.el-textarea .el-input__count {
  color: #909399;
  background: #FFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #C0C4CC;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__prefix,
.el-input__suffix {
  position: absolute;
  -webkit-transition: all 0.3s;
  text-align: center;
  height: 100%;
  color: #C0C4CC;
  top: 0;
}
.el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input__inner:hover {
  border-color: #C0C4CC;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #21329C;
  outline: 0;
}
.el-input__suffix {
  right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.el-input__suffix-inner {
  pointer-events: all;
}
.el-input__prefix {
  left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 40px;
}
.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.el-input__validateIcon {
  pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.el-input--medium {
  font-size: 14px;
}
.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}
.el-input--medium .el-input__icon {
  line-height: 36px;
}
.el-input--small {
  font-size: 13px;
}
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-input--small .el-input__icon {
  line-height: 32px;
}
.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.el-input--mini .el-input__icon {
  line-height: 28px;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}
.el-input-group__prepend {
  border-right: 0;
}
.el-input-group__append {
  border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.el-message-box__wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}
.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}
.el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
}
.el-message-box__headerbtn .el-message-box__close {
  color: #909399;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #21329C;
}
.el-message-box__content {
  position: relative;
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}
.el-message-box__input {
  padding-top: 15px;
}
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #F56C6C;
}
.el-message-box__status {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 24px !important;
}
.el-message-box__status::before {
  padding-left: 1px;
}
.el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
}
.el-message-box__status.el-icon-success {
  color: #67C23A;
}
.el-message-box__status.el-icon-info {
  color: #909399;
}
.el-message-box__status.el-icon-warning {
  color: #E6A23C;
}
.el-message-box__status.el-icon-error {
  color: #F56C6C;
}
.el-message-box__message {
  margin: 0;
}
.el-message-box__message p {
  margin: 0;
  line-height: 24px;
}
.el-message-box__errormsg {
  color: #F56C6C;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}
.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}
.el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}
.el-message-box__btns-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.el-message-box--center {
  padding-bottom: 30px;
}
.el-message-box--center .el-message-box__header {
  padding-top: 30px;
}
.el-message-box--center .el-message-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
}
.el-message-box--center .el-message-box__message {
  margin-left: 0;
}
.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__content {
  text-align: center;
}
.el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px;
}
.msgbox-fade-enter-active {
  -webkit-animation: msgbox-fade-in 0.3s;
  animation: msgbox-fade-in 0.3s;
}
.msgbox-fade-leave-active {
  -webkit-animation: msgbox-fade-out 0.3s;
  animation: msgbox-fade-out 0.3s;
}
@-webkit-keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea__inner:hover {
  border-color: #C0C4CC;
}
.el-textarea__inner:focus {
  outline: 0;
  border-color: #21329C;
}
.el-textarea .el-input__count {
  color: #909399;
  background: #FFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #C0C4CC;
}
.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #C0C4CC;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  height: 100%;
  color: #C0C4CC;
  text-align: center;
}
.el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input__inner:hover {
  border-color: #C0C4CC;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #21329C;
  outline: 0;
}
.el-input__suffix {
  right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.el-input__suffix-inner {
  pointer-events: all;
}
.el-input__prefix {
  left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 40px;
}
.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.el-input__validateIcon {
  pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #C0C4CC;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.el-input--medium {
  font-size: 14px;
}
.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}
.el-input--medium .el-input__icon {
  line-height: 36px;
}
.el-input--small {
  font-size: 13px;
}
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-input--small .el-input__icon {
  line-height: 32px;
}
.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.el-input--mini .el-input__icon {
  line-height: 28px;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}
.el-input-group__prepend {
  border-right: 0;
}
.el-input-group__append {
  border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 38px;
}
.el-input-number .el-input {
  display: block;
}
.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.el-input-number__decrease,
.el-input-number__increase {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 40px;
  height: auto;
  text-align: center;
  background: #F5F7FA;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
}
.el-input-number__decrease:hover,
.el-input-number__increase:hover {
  color: #21329C;
}
.el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
  border-color: #21329C;
}
.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #DCDFE6;
}
.el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #DCDFE6;
}
.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
  border-color: #E4E7ED;
  color: #E4E7ED;
}
.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
  color: #E4E7ED;
  cursor: not-allowed;
}
.el-input-number--medium {
  width: 200px;
  line-height: 34px;
}
.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
  width: 36px;
  font-size: 14px;
}
.el-input-number--medium .el-input__inner {
  padding-left: 43px;
  padding-right: 43px;
}
.el-input-number--small {
  width: 130px;
  line-height: 30px;
}
.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
  width: 32px;
  font-size: 13px;
}
.el-input-number--small .el-input-number__decrease [class*=el-icon],
.el-input-number--small .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}
.el-input-number--small .el-input__inner {
  padding-left: 39px;
  padding-right: 39px;
}
.el-input-number--mini {
  width: 130px;
  line-height: 26px;
}
.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
  width: 28px;
  font-size: 12px;
}
.el-input-number--mini .el-input-number__decrease [class*=el-icon],
.el-input-number--mini .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.el-input-number--mini .el-input__inner {
  padding-left: 35px;
  padding-right: 35px;
}
.el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}
.el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 50px;
}
.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
  height: auto;
  line-height: 19px;
}
.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #DCDFE6;
}
.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #DCDFE6;
  border-radius: 0 0 4px;
}
.el-input-number.is-controls-right[class*=medium] [class*=decrease],
.el-input-number.is-controls-right[class*=medium] [class*=increase] {
  line-height: 17px;
}
.el-input-number.is-controls-right[class*=small] [class*=decrease],
.el-input-number.is-controls-right[class*=small] [class*=increase] {
  line-height: 15px;
}
.el-input-number.is-controls-right[class*=mini] [class*=decrease],
.el-input-number.is-controls-right[class*=mini] [class*=increase] {
  line-height: 13px;
}
.el-message__closeBtn:focus,
.el-message__content:focus {
  outline-width: 0;
}
.el-message {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEF5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.el-message.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.el-message.is-closable .el-message__content {
  padding-right: 16px;
}
.el-message p {
  margin: 0;
}
.el-message--info .el-message__content {
  color: #909399;
}
.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.el-message--success .el-message__content {
  color: #67C23A;
}
.el-message--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.el-message--warning .el-message__content {
  color: #E6A23C;
}
.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.el-message--error .el-message__content {
  color: #F56C6C;
}
.el-message__icon {
  margin-right: 10px;
}
.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
  color: #C0C4CC;
  font-size: 16px;
}
.el-message__closeBtn:hover {
  color: #909399;
}
.el-message .el-icon-success {
  color: #67C23A;
}
.el-message .el-icon-error {
  color: #F56C6C;
}
.el-message .el-icon-info {
  color: #909399;
}
.el-message .el-icon-warning {
  color: #E6A23C;
}
.el-message-fade-enter,
.el-message-fade-leave-active {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
}
.el-loading-parent--relative {
  position: relative !important;
}
.el-loading-parent--hidden {
  overflow: hidden !important;
}
.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.el-loading-mask.is-fullscreen {
  position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -25px;
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 50px;
  width: 50px;
}
.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.el-loading-spinner .el-loading-text {
  color: #21329C;
  margin: 3px 0;
  font-size: 14px;
}
.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #21329C;
  stroke-linecap: round;
}
.el-loading-spinner i {
  color: #21329C;
}
.el-loading-fade-enter,
.el-loading-fade-leave-active {
  opacity: 0;
}
@-webkit-keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -120px;
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -120px;
  }
}
body .el-button--small,
.el-button--small.is-round {
  padding: 9px 30px;
}
.el-message-box--center {
  width: 44.8vw;
  min-width: 300px;
  margin: 0 10px;
  border-radius: 20px;
}
.el-message-box--center .el-icon-close {
  color: #474747;
  font-size: 20px;
  font-weight: bold;
}
.el-message-box--center .el-message-box__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.el-message-box--center .el-message-box__btns button:nth-child(1) {
  margin-left: 50px;
}
.shopping-list .el-input-number__decrease,
.shopping-list .el-input-number__increase {
  background-color: #FFF;
  border-width: 0;
  height: 88%;
  top: 2px;
  width: 2vw;
  min-width: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopping-list .el-input-number__decrease {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  left: 2px;
}
.shopping-list .el-input-number__increase {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  right: 2px;
}
.shopping-list .el-input-number {
  width: auto;
  line-height: 2vw;
  width: 7.3vw;
  min-width: 100px;
}
.shopping-list .el-input-number .el-input__inner {
  height: 2.08vw;
  line-height: 2.08vw;
  min-height: 30px;
  min-width: 100px;
  border-radius: 22px;
  padding: 0 2vw;
  border-color: #E0E0E0;
  color: #333;
}
@media (max-width: 1350px) {
  .shopping-list .el-input__inner {
    padding: 0 27px;
  }
}
@media (max-width: 650px) {
  .shopping-list .el-input-number {
    min-width: 80px;
  }
  .shopping-list .el-input-number .el-input__inner {
    min-width: 80px;
  }
}
body .el-input__inner {
  border-radius: 20px;
}
body .el-form-item {
  margin-bottom: 25px;
}
body .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: '*';
  margin-right: 4px;
  font-family: AvenirNext-Regular;
  font-size: 1.04vw;
  color: #e91928;
}
@media (max-width: 1200px) {
  body .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
    font-size: 12px;
  }
}
body .is-mobile .box-adderss .el-form-item {
  width: 100%;
}
.el-message {
  top: 80px;
  max-width: 95vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.el-message .el-message__content {
  word-break: break-word;
}
.el-message .el-icon-warning {
  color: #ff9500;
}
.el-message .el-icon-success {
  color: #14cd7c;
}
.el-message--warning .el-message__content {
  color: #ff9500;
}
.el-message--success .el-message__content {
  color: #14cd7c;
}
.mobile-view .el-message {
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 300px;
  min-height: 45px;
  width: 90vw;
  max-width: 600px;
  padding: 10px;
}
.scroll-style::-webkit-scrollbar {
  width: 0.8vw;
  background-color: #eee;
  z-index: 9999;
}
.scroll-style::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-style::-webkit-scrollbar-thumb {
  background: rgba(33, 50, 156, 0.8);
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .scroll-style::-webkit-scrollbar {
    width: 9px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
}
@media (max-width: 920px) {
  .scroll-style::-webkit-scrollbar {
    width: 5px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 5px;
    height: 5px;
    background-size: 5px 5px;
  }
}
@media (max-width: 600px) {
  .scroll-style::-webkit-scrollbar {
    width: 3px;
  }
  .scroll-style::-webkit-scrollbar-button:end {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
  .scroll-style::-webkit-scrollbar-button:start {
    width: 3px;
    height: 3px;
    background-size: 3px 3px;
  }
}
.scroll-style-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #eee;
  z-index: 9999;
}
.progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  -webkit-transition: width 0.2s, opacity 0.4s;
  -o-transition: width 0.2s, opacity 0.4s;
  transition: width 0.2s, opacity 0.4s;
  opacity: 1;
  background-color: #efc14e;
  z-index: 999999;
}
