.page1{
    width: 100%;
    height: 6.5rem;
    background: #072C61;
    position: relative;
}
.page2{

    background: #FBFBFB;
    padding: 0.8rem 0;
    text-align: center;
}
.sele_li{
    color: #666;
    font-size: 0.18rem;
    border: 1px solid #C5C5C5;
    border-radius: 20px;
    padding: 0.04rem 0.15rem;
}
.sele{
    margin-top: 0.5rem;
}
.sele>div:nth-of-type(1){
    margin-right: 0.3rem;
}
.sele>div:nth-of-type(2){
    margin-right: 0.3rem;
}
.sele_li_active{
    background-color: #608FFF;
    color: #FFFFFF;
}
.list{
    margin-top: 0.6rem;
}
.li{
    width: 100%;
    padding: 0.3rem 0;
    transition: all 1s ease-out;
}
.li>div:nth-of-type(1){
    width: 5.2rem;
    height: 3.4rem;
    margin-right: 0.2rem;

}
.li>div:nth-of-type(2){
    width: 6.5rem;
}
.li_img{
    width: 5.2rem;
    height: 3.4rem;
    border-radius: 8px;
}
.li_title{
    color: #333333;
    font-size: 0.26rem;
    font-weight: 550;
    text-align: left;
    margin-top: 0.2rem;
}
.li_time{
    margin-top: 0.14rem;
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    color: #999999;
    text-align: left;
}
.li_text{
    font-size: 0.16rem;
    color: #666666;
    text-align: left;
    line-height: 0.3rem;
}
.li_right{
    position: relative;
}
.positioning{
    position: absolute;
    bottom: 0;
    left: 0;
}

.li:hover{
    background: #FFFFFF;
    box-shadow: 10px 3px 6px 8px rgba(0,0,0,0.16);
}
.posi{
    position: relative;
}


button {
    margin: 5px 0;
  }
  .custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  /* 12 */
  .btn-12{
    position: relative;
    right: 20px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
  }
  .btn-12 span {
    background: rgb(0,172,238);
  background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    display: block;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
    /* box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001; */
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  
  .title{
    font-size: 0.48rem;
    font-weight: 600;
    color: #040404;
    margin-bottom: 0.2rem;
}
.msg{
    color: #666666;
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
}
.link{
    background: linear-gradient(90deg, #1E86EE 0%, #55E4F5 100%);
    width: 0.8rem;
    height: 0.08rem;
    border-radius: 8px 8px 8px 8px;
}
.bg_img{
    width: 100%;
}