@charset "utf-8";
@font-face {
	font-family: 'Din';
	src: url('../font/DIN-Bold.otf') format('woff2'); /* 最后优先级 */
	font-weight: normal;
	font-style: normal;
	font-display: swap; /* 在字体下载过程中使用系统字体，提升用户体验 */
}

@font-face {
	font-family: DingTalk JinBuTi;
	src: url('../fonts/dingtalk_jinbuti_regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap; /* 在字体下载过程中使用系统字体，提升用户体验 */
}
body,
dd,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
menu,
nav,
ol,
p,
section,
select,
textarea,
ul,
li {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}
ul,
li {
	list-style: none;
}
body {
  min-height: 100vh;
  font-size: 16px;
  color: #333;
  background: linear-gradient( 180deg, rgba(232, 241, 254, 0.34) 0%, rgba(218, 221, 255, 0.34) 100%);
  font-family: Microsoft YaHei;
}
a{
  color: inherit;
  text-decoration: none;
}
a:active,a:visited{
  color: inherit;
}
a:hover{
  color: #1967D2;
}
i{
  font-style: normal;
}
.w1200 {
  width: 1280px;
  margin: 0 auto;
}
.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.text-center{
	text-align: center;
}

.fs18{
	font-size: 18px;
}
.btn-default,
.btn-primary{
  text-align: center;
  cursor: pointer;
}
.btn-default{
  background: #FFFFFF;
  border: 1px solid #E2E3E4;
  color: #333333;
}
.btn-default:hover{
  color: #1967D2;
  border-color: #1967D2;
}
.btn-primary{
  background: #1967D2;
  color: #ffffff;
  border: 1px solid #1967D2;
}
header {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
header .w1200 {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
header .logo-info {
  display: flex;
}
header .title-info {
  margin-left: 10px;
  font-size: 20px;
}
header .title-info .sub-title {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}
.nav-right{
  display: flex;
  align-items: center;
}
.crx-fy-link{
  position: relative;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.crx-fy-link .link{
  display: inline-block;
  height: 68px;
  line-height: 68px;
}
.crx-fy-link.active{
  color: #1967D2;
  border-color: #1967D2;
}
.user-info{
  position: relative;
  display: flex;
  color: #333;
  height: 50px;
  align-items: center;
  cursor: default;
}
.user-info img{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-info.unlogined{
  cursor: pointer;
}
.user-info.unlogined:hover{
  color: #1967D2;
}
.user-info-box .logined,
.user-info-box.logined .unlogined{
  display: none;
}
.user-info-box.logined .logined{
  display: flex;
}
.user-info:hover .account-select{
  display: block;
}
.account-select{
  display: none;
  position: absolute;
  background: #fff;
  top: 90%;
  right: 0;
  width: 90px;
  padding: 10px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 5px 25px 0px rgb(160 187 214 / 60%);
}
.account-select p{
  cursor: pointer;
}
.account-select p:hover{
  color: #1967D2;
}
.fq-dialog{
  display: none;
}
.bg-dialog .dialog-content{
  top: 33%;
  background: linear-gradient( 360deg, #FFFFFF 0%, #E7F1FF 100%);
}
.fq-model{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.dialog-content{
  margin: 0 auto;
  position: relative;
  width: 430px;
  min-height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 10px;
  font-size: 16px;
  max-width: 95%;
  position:absolute;
  top:50%;
  left:50%;
  /* margin:-115px 0 0 -235px; */
  transform: translate(-50%, -50%);
}
.dialog-header{
  padding: 14px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.dialog-header .close-btn{
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
.dialog-header .close-btn:hover{
  color: #1967D2;
}
.dialog-body{
  padding: 25px 25px;
  text-align: center;
  line-height: 30px;
}
.dialog-body .c-red{
  color: #FF3030;
}
.dialog-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 30px;
}
.dialog-footer.center{
  justify-content: center;
}
.dialog-footer .btn-default,
.dialog-footer .btn-primary{
  padding: 8px 0;
  width: 120px;
  border-radius: 20px;
}
.dialog-footer .btn-default + .btn-primary{
  margin-left: 20px;
}
.login-dialog .dialog-content{
  width: 500px;
  min-height: 400px;
  /* margin:-200px 0 0 -250px; */
}
.login-dialog .dialog-body{
  padding: 20px;
  line-height: normal;
  color: #333333;
}
.login-dialog .login-title{
  font-size: 24px;
  line-height: 30px;
}
.login-dialog .login-txt{
  font-size: 16px;
  line-height: 30px;
}
.qrcode-wrap{
  margin: 17px auto 22px;
  width: 200px;
  height: 200px;
  text-align: center;
}

.qrcode-loading,
.qrcode-err-wrap,
.wx-wrap{
  display: none;
}
.qrcode-wrap .qrcode-loading {
  position: absolute;
  z-index: 999;
  color: #999;
  font-size: 4px;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
}
.qrcode-wrap[data-status="loading"] .qrcode-loading{
  display: block;
}
.qrcode-wrap[data-status="error"] .qrcode-err-wrap{
  display: block;
}
.qrcode-wrap[data-status="loaded"] .wx-wrap{
  display: block;
}
.qrcode-err-wrap .btn-primary{
  display: block;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  width: 100px;
  border-radius: 5px;
}
.copy-right{
  padding: 38px 0 50px;
  text-align: center;
  color: rgba(51, 51, 51, 0.50);
  font-size: 12px;
}
@media only screen and (min-device-width: 769px) {
  header {
      box-shadow: 0px 10px 10px 0px rgba(0, 126, 255, 0.05);
      position: sticky;
      top: 0;
      z-index: 99;
  }
}
