.v-modal {
  background: rgba(0, 0, 0, 0.5) !important;
}

.common-nav{
  top: 0px;
  left: 0px;
  z-index: 999;
  display: flex;
  color: rgba(0, 0, 0, 0.85);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  height: 60px;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 0 10px 10px -11px #ccc;
}

.bg-nav{
  width: 100%;
  height: 60px;
  background-color: white;
}

.common-nav .nav-img{
  margin-left: 40px;
  width: auto;
}

.nav-head-left-content{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-head-main-title{
  margin-left: 10px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.nav-center{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 1;
}

.nav-center .nav-item{
  padding-bottom: 5px;
  position: relative;
  margin-top: 12px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.85);

}

.nav-center .nav-item-space{
  max-width: 28px;
  height: 100%;
  flex-grow: 1;
}

.nav-center .item-a{
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 3px;
}

.nav-item-text{
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-item-text:hover{
  color: #3570DA;
}

.nav-privacyPolicy-center-content{
  width: 90%;
  margin: 0 auto;
}

.privacyPolicy-item-title{
  font-weight: bold;
  color: rgba(0,0,0,0.8);
  line-height: 40px;
}

.privacyPolicy-item-content{
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 30px;
}

.nav-privacyPolicy-inner{
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
}





.nav-center .item-a.sel{
  color: #3570DA;
  padding-bottom: 5px;
  flex-shrink: 0;
  
}

.nav-center .nav-line{
  height: 4px;
  border-radius: 1px;
  background-color: #3570DA;
  transition: width 0.3s;
  margin: 0 auto;
  width: 0px;
  margin-top: 5px;

}

.nav-center .sub-nav{
  position: absolute;
  min-width: 164px;
  top: 40px;
  left: -40px;
  z-index: 1000;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
  padding-top: 2px;
}




.nav-center .sub-nav-content{
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


.nav-center .sub-nav .sub-nav-item{
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  
  cursor: pointer;
  text-align: center;
}

.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;
  padding: 12px 35px 12px 15px;
  display: inline-flex;
  width: 100%;
  align-items: center;
}


.nav-right{
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: 20px;
  flex-shrink: 0;
  /* width: 100px; */
}

.nav-right .language{
  height: 31px;
  width: 80px;
  background-color: #3570DA;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  min-width: 40px;
}

.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: 85%;
  margin: 0 auto;
}

.graphic-verifi-content{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.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-input-content{
  /* width: 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;
}

.nav-login-title{
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
}
.nav-login-input{
  margin-bottom: 20px;
}
.nav-login-center-content .first-input{
  margin-bottom: 20px;
}

.nav-login-handle-row{
  display: flex;
  justify-content: space-between;
  color: rgb(89,89,89);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.nav-login-button-row{
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.nav-login-handle-row p{
  cursor: pointer;
}

.nav-login-bottom-button{
  width: 100%;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  background-color: #3570DA;
}

.nav-login-privacy-policy{
  color: rgba(125,164,229);
  cursor: pointer;
  font-weight: 400;
}

.privacy-content{
  width: 100%;
  display: flex;
}

.login-dialog-double-button{
  width: 40%;
  height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  line-height: 40px;
  cursor: pointer;
}

.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%);
}

.input-border-content{
  border: 1px solid rgba(0, 0, 0, 0.15);;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-right: 8px;
}

.login-option-content{
  width: 100%;
  height: auto;
  background: #F4F4F4;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px 15px 10px 15px;
}

.login-option-content p{
  font-weight: 400;
  color: rgba(0,0,0,0.65);
}


.login-three-button-content{
  display: flex;
  justify-content:space-around;
  width: 100%;
  margin-bottom: 20px;
}


.login-three-button-content p{
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  color: #3570DA;
}

.login-category-item{
  margin-bottom: 10px;
  margin-right: 20px;
}

.category-item-other-input .el-input__inner{
  border: 0px;
  border-bottom: 1px solid #dcdfe6;
  background-color:  #F4F4F4;;
  margin-bottom: 15px;
}
.no-border-input .el-input__inner{
  border: 0px;
}







.contact-center-content{
  width: 64%;
  min-width: 1150px;
  margin: 0 auto;
  max-width: 2560px;
}



.common-footer .contact-us-bg{
  position: relative;
  /* background-image: url('../images/footer-bg.jpg'); */
  background-size: cover;
  width: 100%;
  min-height: 240px;
  background-color: #E4E7ED;
  /* margin-top: 50px; */
}

.mail-input-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.common-footer .contact-us-bg .center-title-view{
  width: 64%;
  min-width: 1150px;
  margin: 0 auto;
  max-width: 2560px;
}

.common-footer  .title{
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 45px;
  color: #393939;
  opacity: 0.85;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-center-content{
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.65);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}


.common-footer .title2{
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 45px;
  color: #393939;
  opacity: 0.85;
  margin-bottom: 26px;
}

.common-footer  .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  .footer-center{
  width: 64%;
  min-width: 1150px;
  max-width: 2560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.common-footer  .left{
  width: 50%;
}

.common-footer  .right{
  /* width: 50%; */
  padding-left: 10%;
  display: flex;
  flex-wrap: wrap;
}

.common-footer  .right-layout{
  align-content: flex-start;
}

.common-footer  .key img{
  margin-top: 4px;
}

.common-footer  .row-contain{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.common-footer .key{
  display: flex;
  flex-shrink:0;
  line-height: 30px;
}

.common-footer  .key img{
  width: 24px;
  height: 24px;
}

.common-footer .row-contain .value{
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
}

.common-footer .copyright{
  background-color: #001048;
  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  a{
  color: white;
  text-decoration: none;
}

.el-pagination{
  font-weight:normal;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #3570DA;
}


.left-title-content .left-title-arrow{
  position: absolute;
  top: 15px;
  left: 4px;
  padding: 13px 8px;
  cursor: pointer;
}


.left-title-content .main-title:hover,
.left-title-content .sub-title:hover
{
  color: #3570DA;
}

.left-title-content .sub-title{
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 16px !important;
  padding: 20px 16px 0px 0px !important;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.el-message-box .el-button--primary:hover, .el-message-box .el-button--primary{
  background-color: #3570DA;
  border-color: #3570DA;
}

.el-dialog {
  border-radius: 8px;
}

.nav-login-center-content .el-radio,
.nav-login-center-content .el-checkbox{
  font-weight: 400;
}

.dialog-back-arrow-content{
  /* width: 50px; */
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.nav-login-dialog  .el-dialog{
  width: 550px;
  position: absolute;
  margin: 0 !important;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);


}

.nav-privacyPolicy-center-content .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner,
.nav-login-center-content .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{
  -webkit-box-shadow: 0 0 0 0 rgb(255,255,255,1);
  box-shadow: 0 0 0 0 rgb(255,255,255,1);
}

.common-nav .nav-right .user-info-row{
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.common-nav .nav-right .user-info-row .username{
  /* color: #FFFFFF; */
  /* width: 120px; */
  text-align: right;
  margin-right: 3px;
  font-size: 16px;
  /* margin-top: 2px; */
  max-width: 120px;
  line-height: 50px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.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;
  right: 0;
  width: 160px;
}

.user-info-row .sub-nav-content{
  background-color: #fff;
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-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;
}

.sub-nav-item p{
  margin: 14px 0;
}



.user-info-row .sub-nav .sub-nav-item:hover{
  background: #3268C7;
}

.user-info-row .sub-nav .sub-nav-item:hover > p{
  color: white;
}

.ms-channel-path-link{
  cursor: pointer;
}


/* .user-info-row .sub-nav-item p{
  margin: 16px 0;
} */

[v-cloak] {
  display:none !important;
}


