.common-nav{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: flex;
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  height: 60px;
  align-items: center;
  background-color: #3268C7F2;
  justify-content: space-between;
}

.bg-nav{
  width: 100%;
  height: 60px;
  background-color: white;
}

.common-nav .nav-img{
  margin-left: 40px;
  height: 46px;
  width: auto;
  cursor: pointer;
  flex-shrink: 0;
  width: 303px;
}

.nav-center{
  height: 100%;
  width: calc(100% - 620px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 1;
}

.nav-center .nav-item-space{
  max-width: 28px;
  height: 100%;
  flex-grow: 1;
}

.nav-center .nav-item{
  padding-bottom: 5px;
  position: relative;
}

.nav-center .item-a{
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.nav-center .item-a.sel{
  color: white;
}

.nav-center .nav-line{
  position:absolute;
  top: 28px;
  left: 0px;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  background-color: white;
}

.nav-center .sub-nav{
  position:absolute;
  min-width: 164px;
  top: 43px;
  left: -50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1000;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.nav-center .sub-nav .sub-nav-item{
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  padding: 12px 20px;
  cursor: pointer;
}
.nav-center .sub-nav .sub-nav-item:hover{
  background: #3268C7;
}
.nav-center .sub-nav .sub-nav-item:hover > a{
  color: white;
}
.nav-center .sub-nav .sub-nav-item img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.nav-center .sub-nav .sub-nav-item a{
  cursor: pointer;
  margin-right: 10px;
  white-space: nowrap;
}


.nav-right{
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: 40px;
  width: 237px;
  flex-shrink: 0;
}

.nav-right .language{
  height: 31px;
  width: 80px;
  background-color: white;
  border-radius: 4px;
  color: #3268C7CF;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
}

.nav-login-button{
  height: 31px;
  width: 80px;
  background-color: white;
  border-radius: 4px;
  color: #3268C7CF;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  margin-right: 15px;
}

.nav-login-center-content{
  width: 390px;
  margin: 0 auto;
}

.nav-login-title{
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
.nav-login-input{
  margin-bottom: 10px;
}
.nav-login-center-content .first-input{
  margin-bottom: 20px;
}

.nav-login-handle-row{
  display: flex;
  justify-content: space-between;
  color: #3268C7;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.nav-login-button-row{
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.nav-login-register-row {
  color: #3268C7;
  text-align: center;
  cursor: pointer;
}

.nav-login-handle-row p{
  cursor: pointer;
}

.nav-login-bottom-button{
  width: 142px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
}

.nav-register-verfication-button{
  height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);;
  color:#3268C7;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}

.nav-mail-input{
  display: inline-block;
}

.nav-login-button-row .login-button{
  background: linear-gradient(90deg, #3268C7 0%, #6293DD 100%);
}

.nav-login-button-row .cancel-button{
  background: linear-gradient(90deg, #AFAFAF 0%, #CACACA 100%);
}

.nav-input-content{
  margin-bottom: 30px;
}


.common-nav .nav-right .user-info-row{
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.common-nav .nav-right .user-info-row .username{
  margin: 0;
  color: #FFFFFF;
  /* width: 120px; */
  text-align: right;
  margin-right: 10px;
  font-size: 16px;
  /* margin-top: 2px; */
  max-width: 120px;
  cursor: pointer;
  line-height: 60px;
}



.common-footer .contact-us-bg{
  position: relative;
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  width: 100%;
  min-height: 240px;
}

.mail-input-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.common-footer .contact-us-bg .title{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.common-footer .contact-us-bg .footer-content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.65);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.common-footer .contact-us-bg .footer-content .footer-center{
  width: 64%;
  min-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.common-footer .contact-us-bg .footer-content .left{
  width: 50%;
}

.common-footer .contact-us-bg .footer-content .right{
  /* width: 50%; */
  /* padding-left: 20%; */
  display: flex;
  flex-wrap: wrap;
}

.common-footer .contact-us-bg .footer-content .right-layout{
  align-content: flex-start;
}

.common-footer .contact-us-bg .footer-content .row-contain .key img{
  margin-top: 4px;
}

.common-footer .contact-us-bg .footer-content .right-layout .row-contain{
  align-items: center;
}

.common-footer .contact-us-bg .footer-content .row-contain{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.common-footer .contact-us-bg .footer-content .row-contain .key{
  display: flex;
  flex-shrink:0;
  line-height: 30px;
}

.common-footer .contact-us-bg .footer-content .row-contain .key img{
  width: 24px;
  height: 24px;
}

.common-footer .contact-us-bg .footer-content .row-contain .value{
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
}

.common-footer .copyright{
  background-color: #17334F;
  width: 100%;
  height: 161px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.common-footer .copyright .copyright-text{
  /* width: 100%; */
  margin-bottom: 22px;
  text-align: center;
  display: flex;
}

.common-footer .copyright .copyright-link{
  width: 100%;
  text-align: center;
  color: white;
}

.common-footer .copyright .copyright-link a{
  color: white;
}

.el-pagination{
  font-weight:normal;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #3570DA;
}

.el-checkbox__label {
  vertical-align: middle;
}

[v-cloak] {
  display:none !important;
}



.noticeInput-notice-text{
  color:red;
  font-size: 13px;
  position: absolute;
}

.nav-notice-input{
  margin-bottom: 15px;
}

.redBoderInput  .el-input__inner{
  border: 1px solid red !important;
}

.redBorder{
  border: 1px solid red !important;
}

.graphic-verifi-content{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.graphic-verifi-input-content{
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding-right: 8px;
  
}

.graphic-input .el-input__inner{
  border: 0px;
}
.graphic-input{
  width: calc(100% - 80px);
}

.graphic-verifi-button{
  color:rgba(0, 0, 0, 0.85);
  border: 1px solid #dcdfe6;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
}


.user-info-row .sub-nav{
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
  padding-top: 2px;
  top: 60px;
  margin-right: 10px;
  width: 100px;
}

.user-info-row .sub-nav-content{
  background-color: #fff;
  padding-bottom: 0px;
  padding-top: 0px;
  border-radius: 5px;
}

.user-info-row .sub-nav .sub-nav-item{
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  padding: 0px;
  cursor: pointer;
  text-align: center;
}

.user-info-row .sub-nav .sub-nav-item p{
  margin: 14px 0;
  padding: 0 10px;
}



.user-info-row .sub-nav .sub-nav-item:hover{
  background: #3268C7;
}

.user-info-row .sub-nav .sub-nav-item:hover > p{
  color: white;
}

.userInfo-icon{
  color: #fff;
    position: absolute;
    top: -18px;
    font-size: 30px;
    left: calc(50% - 13px);
}
