@font-face {
  font-family: 'Regular';
  src: url('https://global.deepctrls.com/en/css/SourceHanSansCN-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Medium';
  src: url('https://global.deepctrls.com/en/css/SourceHanSansCN-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body,html{
  margin: 0;
  padding: 0;
  font-family:"Regular";
  letter-spacing: 0.01rem;
}
.Medium{
  font-family:"Medium"
}
/* .sec-des,.third-des,.nav-des,.h-des,.des,.zhgc-des{
  letter-spacing: 0.01rem !important
} */

.sec-title {
  font-size: 0.40rem;
  color: #1B1E27;
  margin-top: 0.78rem;
  margin-bottom: 0.36rem;
  line-height: 0.5rem;
  color: #fff;
  font-family:'Medium';
  text-align: center;;white-space: nowrap;
  letter-spacing: 0.03rem;
}
.sec-des {
  font-size: 0.19rem;
  color: #B5B5B5;
  line-height: 0.39rem;
  text-transform: none;
  text-align: center;
}
.third-des{
  font-size: 0.18rem;
  color: #B5B5B5;
  line-height: 0.29rem;
  margin-top: 0.36rem;
}
* {
  padding: 0;
  margin: 0;
}
img{
  vertical-align:bottom;
}
a{
  text-decoration-line: none;
}
.row {
  display: flex;
  flex-direction: row;
}

.rowCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.column {
  display: flex;
  flex-direction: column;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navPage {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  max-width: 100vw;
  overflow-x: hidden;
}

.nav-top {
  position: relative;
  margin-top: 0.84rem;
}

.nav-top .nav-text {
  position: absolute;
  left: 2.6rem;
  top: 2.7rem;
  display: flex;
  flex-direction: column;
}

.nav-top .nav-title {
  font-size: 0.5rem;
  color: #FFFFFF;
  line-height: 0.64rem;
  letter-spacing: 0.03rem;
}

.nav-top .nav-des {
  color: #B5B5B5;
  font-size: 0.18rem;
  line-height: 0.29rem;
  margin-top: 0.36rem;
}
.navPage .nav-des{
  /* width: 7.09rem; */
  font-size: 0.18rem;
  font-weight: 400;
  color: #B5B5B5;
  line-height: 0.29rem;
}

.bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img {
  vertical-align: bottom
}

input,
textarea {
  outline: none;
  outline-color: #0270FE;
}

.el-cascader {
  width: 2.9rem !important;
  line-height: 0 !important;
}
/* 
.el-input {
  height: 0.43rem !important;
} */

.el-input,
.el-input__inner {
  height: 0.43rem !important;
}
.el-input__inner {
  border: 0.01rem solid rgb(196, 196, 196) !important;
  border-radius: 0.03rem !important;
}


.el-cascader-panel .el-checkbox {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  height: 0.4rem !important;
}

.el-cascader-node__label {
  margin-left: 10px;
}

.f_center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  font-weight: 600;
  color: #FFFFFF;
}
.footDiv img{
  width: 0.43rem;
  height: auto;
  position: absolute;
  top: 0.19rem;
  left: 0;
}
.footDiv:hover img{
  animation: footMove 1.5s infinite alternate;
  -webkit-animation:footMove  1.5s  infinite alternate;
  animation-iteration-count: 1;
  margin-right:0.27rem
}
.footDiv{
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 4.65rem;
  position: relative;
  white-space: nowrap;
}
.footDiv .text{
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes footMove {
  0% {
    left: 0;
  }
  50% {
    left:0.27rem;
  }
  100% {
    left:0;
  }
}
.pointer {
  cursor: pointer;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder  {
  color: #C0C4CC;
}

/* obtain有两种  先白后黑 */
.obtain_body{
  position: relative;
  /* width: 3.44rem; */
  height: 0.64rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.36rem;
  align-self: baseline;
}
.obtain2 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  background-image: url(../img/obtain.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 4.9rem;
  height: 0.55rem;
  font-size: 0.16rem;
}
.obtain2 span{
  z-index: 2;
}
.obtain2 .imgDiv {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../img/right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0.12rem;
}
.obtain-nomal{
  font-size: 0.16rem;
  color: #2E79F0;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}




@keyframes move {
  0% {
    left: 0.4rem;
  }
  40% {
    left: 0.4rem;
  }
  60% {
    left: 0.5rem;
  }
  80% {
    left: 0.4rem;
  }
  100% {
    left: 0.5rem;
  }
}
@-webkit-keyframes movemark {
  0% {
    left:-3.42rem
  }
  100% {
    left: 0rem;
  }
}
.obtain_dark{
  border: 0.01rem solid #1B1E27;
  color: #1B1E27;
}

/* 滚动条 */

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #D8DCF0;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

/* 弹框部分样式 */
.TK{
  position: fixed;
  right: 0.2rem;
  z-index: 9998;
  display: flex;
  flex-direction: row;
}
.TK .content{
  width: 0.75rem;
  margin-right: 0;
  height: 1.4rem;
  background: #0270FE;
  box-shadow: 0px 0.1rem 0.2rem 0px rgba(88,139,244,0.5);
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.2rem;
}
.dh_img{
  width:0.55rem;height:0.5rem;
}
.wx_img{
  width:0.55rem;height:0.5rem;margin-bottom: 0.1rem;
}

.square {
  width: 0.08rem;
  height: 0.08rem;
  background: #2379FB;
  margin-top: 0.66rem;
  margin-left: 0.02rem;
}

.btn-prev,
.btn-next {
  width: 0.30rem;
  height: 0.30rem;
  border-radius: 0.30rem !important;
  background: rgba(255, 255, 255, 0.02) !important;
  box-shadow: 0px -1px 13px 0px rgba(255, 255, 255, 0.24);
}

.number,
.more,
.el-pager li {
  width: 0.30rem !important;
  height: 0.30rem !important;
  border-radius: 0.30rem !important;
  background: rgba(255, 255, 255, 0.02);
  background: transparent !important;
}

.active {
  background: #2F79F1 !important;
}

.leftImg {
  width: calc(100% - 0.88rem);
  margin-left: 0.88rem;
}

.rightImg {
  width: calc(100% - 0.88rem);
  margin-right: 0.88rem;
}

.s_number {
  font-family: Medium;
  font-size: 0.68rem;
  color: #FFFFFF;
  line-height: 0.42rem;
}