/*尺寸按照720px尺寸进行开发*/
:root{
  --red:red;
  --white:white;
  --bgc:#4111BA;
  --bd:1px solid red;
}


::-webkit-scrollbar {
  width: 1px;
  height: 6px
}

::-webkit-scrollbar-button:vertical {
  display: none
}

::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
  background-color: #e2e2e2
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0,0.3)
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0,0,0,0.35)
}

::-webkit-scrollbar-thumb:vertical:active {
  background-color: rgba(0,0,0,0.38)
}
*{
  -webkit-tap-highlight-color:rgba(255,255,255,0)
}
html,body{
  padding:0px;
  margin:0px;
  width:100%;
  overflow-x:hidden;
  font-size:100px;
  font-family:MicroSoft YaHei,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body{
  background-image: url('../img/top11.jpg');
  background-repeat: no-repeat;
  background-position: top top;
  background-size: contain;
  background-color: #050f58;
  padding-bottom:1rem;
}
.bpd{
  padding-left:0.1rem;
  padding-right:0.1rem;
  box-sizing: border-box;
}

.top-head{
  padding-top:5.5rem;
}

.ipt-form-btn{
  background-image: url('../img/btn.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size:0.18rem;
  width:1.5rem;
  height:0.6rem;
  color:white;
  box-sizing: border-box;
  text-align:center;
  flex-shrink: 0;
}
.ipt-form-phone{
  flex-grow:1;
  margin:0.15rem 0.15rem 0.15rem 0rem;
  box-sizing: border-box;
}
.ipt-form-phone input{
  height:0.6rem;
  outline:none;
  border:none;
  border-radius:0.15rem;
  width:100%;
  font-size:0.24rem;
  padding:0rem 0.3rem;
  /* background-color: #eed8d2d4; */
  background-color: #DCBBB1;
  box-sizing: border-box;
  color:white;
}
.ipt-form-phone input::-webkit-input-placeholder{
  color:white;
}
.ipt-form-phone input:-moz-placeholder{
  color:white;
}
.xy-content-check{
  font-size:0.14rem;
  color:white;
  font-weight:bold;
  margin-top: 0.1rem;
}
.check{
  background-image: url('../img/uncheck.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width:0.24rem;
  height:0.24rem;
  margin-right:0.05rem;
  cursor: pointer;
}
.check.active{
  background-image: url('../img/check.png');
}
.xy-content-list{
  font-size:0.18rem;
  color:white;
  white-space: break-spaces;
  margin-top:0.25rem;
}
.xy-link{
  color:#ff0000;
  font-size:0.18rem;
  cursor:pointer;
}
.xy-btn{
  width:2.85rem;
  height:0.6rem;
  background-image: url('../img/kaitong.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:0.4rem;
  position:relative;
  cursor: pointer;
}
.xy-btn-wrap.fix{
  position:fixed;
  bottom:0.6rem;
  z-index:100;
  left:0rem;
  right:0rem;
}
.xy-btn:after{
  content:"";
  width:1.1rem;
  height:1.1rem;
  background-image: url('../img/shouzhi.png');
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  right:-0.2rem;
  top:0.1rem;
  -webkit-animation: shake 0.4s linear infinite;
  animation:shake 0.4s linear infinite;
}
@-webkit-keyframes shake {
  0%,to {
      -webkit-transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(-.1rem)
  }
}
@keyframes shake {
  0%,to {
      -webkit-transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(-.1rem)
  }
}

.hot-tag{
  margin-top:0rem;
}
.hot-tag div{
  background-color: #AD8CFF;
  font-size:0.22rem;
  padding:0.05rem 0.1rem;
  border-radius:0.32rem;
  color:white;
  margin:0rem 0.05rem;
  cursor: pointer;
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.hot-tag div.active{
  background-color: white;
  color:#333;
}
.tab-panel{
  display:none;
  flex-wrap: wrap;
  padding-top:0.15rem;
}
.tab-panel.active{
  display:flex;
}
.hot-head-title{
  font-size:0.19rem;
  color:white;
}
.goleft{
  -webkit-animation: fadeOutLeft 0.3s linear;
  animation: fadeOutLeft 0.3s linear;
}
.goright{
  -webkit-animation: fadeInRight 0.3s linear;
  animation: fadeInRight 0.3s linear;
}
@-webkit-keyframes fadeOutLeft{
  0%{opacity:1}
  to{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
  }
}
@keyframes fadeOutLeft{
  0%{opacity:1}
  to{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
  }
}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.hot-content{
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.hot-block{
  //margin-top:0.25rem;
  margin-bottom: 0.5rem;
}
.hot-head{
  width:2.2rem;
  height:3.26rem;
  position: relative;
}
.hot-head-title{
  position:absolute;
  bottom:0.1rem;
  left:0rem;
}
.hot-head-pic img{
  width: 2.2rem;
  height: 3.56rem;
}
.hot-head-pic video{
  width: 2.2rem;
  height: 3.56rem;
}

.hot-btn{
  background-image: url('./images/tongkuangbtn.png');
  background-size: cover;
  background-repeat: no-repeat;
  font-size:0.22rem;
  color:#4111ba;
  height:0.45rem;
  width:1.5rem;
  margin-top: 0.25rem;
}
.hot-btn2{
  background-image: url('./images/cailingbtn.png');
  background-size: cover;
  background-repeat: no-repeat;
  font-size:0.22rem;
  color:#4111ba;
  height:0.45rem;
  width:1.5rem;
  margin-top: 0.25rem;
}

.title{
  font-size:0.3rem;
  color:white;
  font-weight:bold;
  margin-top:0.85rem;
  margin-left:0.3rem;
}

.xy-mask{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.3);
  z-index:999;
  display:none;
}
.xy-win{
  display:none;
  width:90%;
  height:80%;
  background-color: white;
  position:fixed;
  top:10%;
  left:5%;
  border-radius: 0.4rem;
  z-index:1000;
  background-image: url('./images/xy.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom:0.5rem;
  max-height:6rem;
}
.xy-mask.active,.xy-win.active{
  display:block;
}


.xy-mask2{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.3);
  z-index:999;
  display:none;
}
.xy-win2{
  z-index: 10px;
  display:none;
  width:90%;
  height:30%;
  background-color: white;
  position:fixed;
  top:30%;
  left:5%;
  border-radius: 0.4rem;
  z-index:1000;
  background-image: url('./images/xy.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom:0.5rem;
  max-height:6rem;
}
.xy-mask2.active,.xy-win2.active{
  display:block;
}

.xy-win-title{
  display: block;
  text-align: center;
  font-size: .32rem;
  font-weight: 700;
  color: #000;
  line-height:1rem;
}
.xy-win-content{
  height:calc(100% - 1rem);
  overflow-y:auto;
  overflow-x:hidden;
  font-size:0.37rem;
  padding:0rem 0.2rem 0.2rem 0.2rem;
  box-sizing: border-box;
}
.xtitle{
  font-weight:700;
  margin-top:0.5rem;
  font-size:0.24rem;
}
.xtitle:first-child{
  margin-top:0rem;
}
.xcontent{
  color:rgba(0,0,0,0.85);
  white-space: break-spaces;
  font-size:0.18rem;
  line-height:1.5em;
}
.box_close{
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAYVJREFUWAntmF1ugzAQhAPq5Zq8ASeIeqyIEwBvbW4H8Uis5Fg2rHf3IVLXEjI/9szHCGzD5eLFE/AEPAFPwBOwTmDbtqbv+ys27FvpS3RbjvkwDN/ruv5i67ruYQENDWiRLjw4LCzgROiuhSbYoHtPtE8PWcDTND2D0hipiaELsOPuEVnkd9nPY8loWZafpmm2vPz7WQsNNjCsNYaavvFtVwFLoa1g4V8NXAttCSsG5kJbw6qAz6BxHcNfqOKha6x5SaGRFtEjEYuUUtzbmMJCUw0MkQI0LlFRJ0tCJsAQO4A2g4UPa6ZDw08pJgkfpEv3aZayGrgAS+sO85fuiyKQ1CVYDF3QC8MaKoLGggnPOnvtgc5pESd8BEuLIU6bFOjsWARcA1LT9gwW16uBJQCSPiX4KmCNsaZvDM8GtjC00GABWxhRSlotFjA+7/F1S6ahVk0EOei2bW/zPP9FHtldydSsggUFhr19rKYJJgsnPolEPuVHivgmvKMn4Al4Ap7A/0zgBSh9gkWSUWJmAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  cursor:pointer;
}
.box_close2{
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAYVJREFUWAntmF1ugzAQhAPq5Zq8ASeIeqyIEwBvbW4H8Uis5Fg2rHf3IVLXEjI/9szHCGzD5eLFE/AEPAFPwBOwTmDbtqbv+ys27FvpS3RbjvkwDN/ruv5i67ruYQENDWiRLjw4LCzgROiuhSbYoHtPtE8PWcDTND2D0hipiaELsOPuEVnkd9nPY8loWZafpmm2vPz7WQsNNjCsNYaavvFtVwFLoa1g4V8NXAttCSsG5kJbw6qAz6BxHcNfqOKha6x5SaGRFtEjEYuUUtzbmMJCUw0MkQI0LlFRJ0tCJsAQO4A2g4UPa6ZDw08pJgkfpEv3aZayGrgAS+sO85fuiyKQ1CVYDF3QC8MaKoLGggnPOnvtgc5pESd8BEuLIU6bFOjsWARcA1LT9gwW16uBJQCSPiX4KmCNsaZvDM8GtjC00GABWxhRSlotFjA+7/F1S6ahVk0EOei2bW/zPP9FHtldydSsggUFhr19rKYJJgsnPolEPuVHivgmvKMn4Al4Ap7A/0zgBSh9gkWSUWJmAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  cursor:pointer;
}
.hide{
  display:none;
}
.block-cls{
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.margin-left-10{
  margin-left: 10px;
}

.float-container {
  position: fixed; /* 使用固定定位 */
  top: 130px; /* 距离顶部20像素 */
  right: 10px; /* 距离右边20像素 */
  z-index: 1000; /* 确保悬浮在其他内容之上 */
  img{
    width: 40px;
  }
}

.float-container2 {
  position: fixed; /* 使用固定定位 */
  top: 50px; /* 距离顶部20像素 */
  right: 10px; /* 距离右边20像素 */
  z-index: 1000; /* 确保悬浮在其他内容之上 */
  img{
    width: 40px;
  }
}
 
.float-content {
  padding: 10px; /* 内边距 */
  border-radius: 5px; /* 圆角 */
  box-shadow: 0 0 5px rgba(0,0,0,0.1); /* 阴影效果 */
  height: 50px;

  
}
.btn-active {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
  background-color: rgb(248, 89, 89);
  cursor: pointer;
  border: none;
  color: #fff;
}

.input-container{
  width: 100%;
  height: 40px;
  line-height: 22px;
  margin-bottom: 25px;
  border-radius: 4px;

  border: solid 1px #d9d9d9;
  box-sizing: border-box;


  

  input {
    width: 95%;
    height: 36px;
    margin-left: 5px;
    border: none
}


}

input:focus {
  outline: none;
}