
.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #f1f1f1;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-26c032d0] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-26c032d0], .v-leave-active[data-v-26c032d0] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-26c032d0] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-26c032d0] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, theadf, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
        letter-spacing: 0.5px;
        background-color: white;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    a{
        -webkit-text-decoration: none;
        text-decoration: none;
        /* color: rgb(85, 85, 85); */
        color: black;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        
    }
    img{
        vertical-align: middle;
    }
    ::-webkit-scrollbar {
        width: 10px;
      }
    ::-webkit-scrollbar-thumb {
        border-width: 2px;
        border-radius: 4px;
        border-style: dashed;
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.1);
        background-clip: padding-box;
      }
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.24);
      }
.commonContentWrapper{
    display: inline-block;
    margin-top: 52px;
    position: relative;
    width: 100%;
    height: calc(100vh - 55px);
    overflow-y: auto;
}
.commonContentWrapper::-webkit-scrollbar {
    display: none;
}
.first-title{
    font-size: 18px;
    padding: 20px 0 0 0;
    text-align: center;
    line-height: 30px;
}
.second-title{
    font-size: 15px;
    color: #999;
    text-align: center;
    line-height: 24px;
}
._btn{
    border: 1px solid #0571ff;
    border-radius: 2px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.blueBtn{
    background-color: #0571ff;
    color: #0571ff;
    color: white;
}
.commonBannerWrapper{
    position: relative;
}
.commonBannerWrapper .bannerImg{
    width: 100%;
    pointer-events: none;
}
.bannerContent{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    line-height: 30px;
    font-size: 15px;
    text-shadow: 0px 2px 4px #183556;
}
.bannerContent .second-title{
    color: white;
}
.banerContentTitle{
    font-size: 18px;
}
.banerContentes{
    font-size: 12px;
    width: 80%;
    margin: auto;
}
.productClassifyWrapper {
    border-bottom: 1px solid rgba(0,0,0,0.10196);
}
.productClassifyItem {
    text-align: center;
    font-size: 15px;
    padding: 15px 0 0 0;
}
.selectedProduct {
    font-weight: 700;
    color: #2462e9;
}
.selectedProduct::after {
    content: " ";
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background-color: #2462e9;
    display: inline-block;
}
._dialog{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
    opacity: 0;
    transition: all 1s linear;
}
._dialogShow{
    opacity: 1;
    z-index: 10;
}
._dialogVideoWrapper{
    width: 90%;
    margin: auto;
    position: relative;
    top: 35%;
}
._dialogVideoWrapper video{
    width: 100%;
    height: 100%;
}
._dialogVideoWrapper .el-icon-circle-close{
    color: white;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}
.formWrapper{
    padding: 15px;
}
.formContent{
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.10196);
    border-radius: 5px;
    padding: 30px 45px;
    position: relative;
    top: -50px;
}
.formTitle{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.borderBox {
    border-right: 1px solid #D9D9D9;
    margin: 0 0 0 10px;
    height: 25px;
}
._input {
    flex: 1;
}
._input .el-input__inner {
    border: none;
    background-color: transparent;
}
.el-cascader{
    flex: 1;
}
.verifyCodeInput{
    display: flex;
}
.verifyCodeInput ._input{
    width: 50%;
}
.cavasWrapper {
    height: 44px;
    width: 30%;
    letter-spacing: 8px;
    background-color: #f2f4f9;
    margin-left: 10px;
}
.verifyCodeWrapper {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.verifyCodeWrapper .formItem{
    margin: 0;
}
.formItem {
    margin: 10px 0;
    display: flex;
    background-color: #f2f4f9;
    padding: 0 10px;
    border-radius: 5px;
    align-items: center;
}
.shortMessageCodeContent {
    text-align: center;
    font-size: 12px;
    color: #0064ff;
    line-height: 44px;
    letter-spacing: 1px;
    width: 120px;
}
.hint{
    font-size: 12px;
    color: red;
}
.modalBoxWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 11;
}
.modalBoxContent {
    padding: 40% 22px 0 22px;
}
.icon {
    text-align: right;
}
.icon .el-icon-close {
    color: white;
    font-size: 26px;
    padding: 10px;
}
.modalBoxItem {
    background-color: white;
    border-radius: 5px;
    text-align: center;
    padding: 33px 0;
}
.modalBoxItem .hintImge {
    width: 59px;
    height: auto;
}
.hintContent {
    font-size: 12px;
    line-height: 18px;
    margin: 16px 0 0 0;
}
.commonContentWrapper .swiper-pagination-bullet-active{
    background-color: #0571ff;
    border-radius: 5px;
    width: 25px;
}
.com-contentes{
    color: #595959;
    font-size: 12px;
    line-height: 24px;
}
.verifyWrapper{
    padding: 15px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    background-color: white;
    width: 260px;
}
.verifyHeader{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: black;
    align-items: flex-end;
}
.verifyHeader .el-icon-circle-close{
    font-size: 18px;
    cursor: pointer;
}
.verifyCanvas {
    height: 54px;
    width: 260px;
    letter-spacing: 8px;
    margin: 15px 0;
}
.verifyInputWrapper{
    font-size: 12px;
    color: black;
}
.verifyInput{
    width: 166px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
}
.verifyConfirm{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0;
    align-items: center;
    cursor: pointer;
    color: black;
}
.expensiveItem:last-child:nth-child(2n - 1) {
    border-bottom: transparent;
}

.footerWrapper {
    position: fixed;
    width: calc(100% - 30px);
    left: 0;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    z-index: 10;
    box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.14902);
    align-items: center;
}
.leftFooterItem {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.leftFooterItem .title{
    font-size: 12px;
    margin: 10px 0 0 0;
}
.footerWrapper img {
    height: 22px;
}
.footerWrapper .blueBtn {
    width: 50%;
    border-radius: 3px;
    padding: 15px 0;
}


.iframeModalWrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 20;
}
.iframeHeader{
    background-color: white;
    text-align: right;
    padding: 0 20px;
}
.iframeModalWrapper .el-icon-close{
    font-size: 22px;
    font-weight: bold;
    color: #B3B3B3;
    line-height: 52px;
}
._iframe{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
._iframe::-webkit-scrollbar {
    display: none;
}


.NavigationWrapper {
    position: fixed;
    z-index: 10;
    width: 100%;
}
.navigationContent{
    height: 52px;
    padding: 0 20px 0 8px;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    background-color: white; 
    box-shadow: 0 0 10px #f1f1f1;
    align-items: center;
    position: relative;
}
.software-information img{
    height: 100px;
}
.navigationItemes{
    position: absolute;
    width: 100vw;
    height: calc(100vh - 52px);
    top: 52px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.navigationItemWrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    cursor: pointer;
    background-color: white;
}
.navigationItemTitle{
    background-color: #F8FBFF;
    padding: 0 0 20px 0;
}
.navationTitleItem{
    padding: 10px 30px 5px 30px;
    border-left: 2px solid transparent;
    transition: all 0.3s linear;
    font-size: 12px;
}
.navigationItemContent{
    background-color: white;
    flex: 1;
    padding: 0 10px;
}
.navigationContentItem{
    padding: 10px 10px 5px 10px;
    font-size: 12px;
}
.navigationContentItem:active{
    color: #0064FF;
}
.navigationChildrenHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #E1E1E1;
}
.navigationChildrenContent{
    color: rgba(0, 0, 0, 0.6);
    transition: all 1s linear;
    height: 0;
    overflow: hidden;
}
.navigationChildrenContentHeightauto{
    height: auto;
}
.navigationChildrenItems{
    line-height: 30px;
    margin: 10px 0;
    display: block;
    color: rgba(0, 0, 0, 0.6);
}
.currentFirstNavigation{
    color: #0064FF;
    border-color: #0064FF;
    background-color: #FFFFFF;
}
.fade-enter-active,.fade-leave-active{
    transition: all 1s;
}
.fade-enter{
    opacity: 0;
}
.fade-enter-to{
    opacity: 1;
}
.fade-leave{
    opacity: 1;
}
.fade-leave-to{
    opacity: 0;
}
.navIcon{
    width: 20px;
    height: 15px;
}
.NavigationWrapper{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;
}
.navigationItem .el-icon-close{
    font-size: 22px;
    font-weight: bold;
    color: #B3B3B3;
    line-height: 52px;
}
.software-information .companyLogo{
    height: 27px;
    margin-left: 10px;
}
.el-icon-arrow-down{
   transform: rotate(0deg);
    transition: all 0.5s linear;
}
.iconRotate{
    transform: rotate(180deg);
    transition: all 0.5s linear;
}


.nuxt-logo {
  height: 180px;
}

