*{
    margin: 0;
    padding: 0;
}
body{
    background: #F4F7F7;
}
.content{
    width: 100vw;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select:none;
	-moz-user-focus: none;
    -moz-user-select: none;
    text-decoration:none;
    color: #ffffff;
}

.head{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}
.head-cont {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-left {
    display: flex;
    align-items: center;
}
.head-right {
    display: flex;
    align-items: center;
    height: 100%;
    position:relative;
}
.head-right>a{
    color: #666;
}

.head-logo {
    height: 70px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    padding-left: 42px;
    background-image: url(../../user/assets/img/icon.png);
    background-size: 32px;
    background-position: 0 19px;
    background-repeat: no-repeat;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    transition: all 0.25s;
}

.head-right-main{
    min-width: 50px;
    height: 100%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-right>span>a{
    color: #666;
    transition: all 0.25s;
}
.head-right-main>a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-right-bton{
    height: 100%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-right-bton>a{
    background: #ebebeb;
    padding: 5px 15px;
    border-radius: 360px;
}
.head-right-gd{
    height: 100%;
    margin-left: 10px;
    display: none;
    justify-content: center;
    align-items: center;
}
.head-right-gd>svg{
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;
    transition: all 0.25s;
}

.head-ad-cd{
    width: 160px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 4px;
    display: none;
    flex-direction: column;
    position:absolute;
    top:70px;
    right:0;
}
.head-ad-cd>a{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#666;
    font-size: 14px;
    transition:all 0.2s;
}
.head-ad-cd>a:hover{
    color: rgb(54 102 250);
}












.con-main{
    width: 100%;
    height: 500px;
    margin-top: 15px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con-main-nav{
    width: 60%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    transition: all 0.25s;
}
.con-main-nav>h1{
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #333;
    transition: all 0.25s;
}
.con-main-nav>p{
    font-size: 20px;
    color: #999;
    transition: all 0.25s;
}
.con-main-nav-btn{
    display: flex;
    align-items: center;
    margin: 35px 0 35px 0;
}
.con-main-nav-btna{
    width: fit-content;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 45px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
    background: #3abd7d;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    transition: all 0.25s;
}
.con-main-nav-btna2{
    background: #05b5bd;
}
.con-main-nav-btna>svg{
    width: 18px;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
}
.con-main-nav-bg{
    width: 520px;
    position: absolute;
    top: 35px;
    right: -80px;
    pointer-events: none;
}
.con-main-nav-loop-1,.con-main-nav-loop-2,.con-main-nav-loop-3,.con-main-nav-loop-4,.con-main-nav-loop-5,.con-main-nav-loop-6{
    pointer-events: none;
    animation: rotate 5s linear infinite;  
    -webkit-animation: rotate 5s linear infinite; /* for Chrome, Safari */  
    -moz-animation: rotate 5s linear infinite; /* for Firefox */  
    -o-animation: rotate 5s linear infinite; /* for Opera */  
    -ms-animation: rotate 5s linear infinite; /* for Internet Explorer */  
}








.introduce{
    width: 100%;
    margin-top: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.introduce-title{
    width: 90%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.introduce-title>h2{
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.introduce-title>p{
    font-size: 18px;
    color: #999;
}
.introduce-row{
    width: 60%;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 50px;
    margin-bottom: 40px;
    margin-top: 20px;
    transition: all 0.25s;
}
.introduce-row-nav{
    display: flex;
    /*justify-content: center;*/
}
.introduce-row-nav-z{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 360px;
    background-color: rgba(255, 84, 115, 0.1);
    margin-right: 15px;
    flex-shrink: 0;
}
.introduce-row-nav-z2{
    background-color: rgba(255, 111, 6, 0.1);
}
.introduce-row-nav-z3{
    background-color: rgba(18, 185, 40, 0.1);
}
.introduce-row-nav-z4{
    background-color: rgba(41, 151, 247, 0.1);
}
.introduce-row-nav-z5{
    background-color: rgba(154, 72, 245, 0.1);
}
.introduce-row-nav-z6{
    background-color: rgba(179, 103, 8, 0.1);
}
.introduce-row-nav-z>svg{
    width: 20px;
    height: 20px;
}
.introduce-row-nav-y>h3{
    font-size: 20px;
    margin: 5px 0 20px 0;
    color: #333;
    font-weight: 400;
}
.introduce-row-nav-y>p{
    font-size: 16px;
    margin-bottom: 15px;
    color: #666;
}









.sh-link{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sh-link-title{
    width: 90%;
    padding: 40px 0;
    text-align: center;
}
.sh-link-title>h2{
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sh-link-main{
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 60px;
}
.sh-link-main-nav{
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 4%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    padding: 15px 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sh-link-main-nav-title{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sh-link-main-nav-title-ti{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sh-link-main-nav-text{
    font-size: 14px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.sh-link-main-nav-link{
    color: #FF5722;
    padding: 2px 4px;
    border-radius: 0px;
    margin-left: 5px;
    border: 1px solid #f5501c;
    background: #fff;
    font-size: 12px;
    text-align: center;
}













.sh-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #41444B;
}
.sh-footer-mian{
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 50px 0 20px 0;
}
.sh-footer-mian-nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    flex: 1;
}
.sh-footer-mian-nav2{
    flex: 2;
}
.sh-footer-mian-nav3{
    flex: 1.5;
}
.sh-footer-mian-nav-title{
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}
.sh-footer-mian-nav-img{
    display: flex;
    align-items: center;
}
.sh-footer-mian-nav-img>img{
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.sh-footer-mian-nav-img>span{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.sh-footer-mian-nav-text{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sh-footer-mian-nav-text>a{
    color: rgba(255, 255, 255, 0.6);
    margin-right: 10px;
}
.sh-footer-mian-nav-text>svg{
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.sh-footer-copyright{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.sh-footer-copyright>p{
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 10px;
}
.sh-footer-copyright>p>a{
    color: rgba(255, 255, 255, 0.6);
}







.sh-pop{
    width: 100%;
    height: 100%;
    background: #05b5bd;
    z-index: 10000;
    background-color: rgb(0 0 0 / 20%);
    position:fixed;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sh-pop-main{
    width: 90%;
    max-height: 80%;
    max-width: 300px;
    background: #fff;
    border-radius: 2px;
}
.sh-pop-title{
    display: flex;
    align-items: center;
    border-top: 2px solid #2997f7;
    padding: 10px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sh-pop-text{
    min-height: 200px;
    max-height: 300px;
    display: flex;
    justify-content: center;
    background-color: #393D49;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}
/*设置滚动条宽度*/
.sh-pop-text::-webkit-scrollbar {
    width: 4px;
}
/*设置外层滑动槽的颜色*/
.sh-pop-text::-webkit-scrollbar-track {
background-color: rgba(235, 9, 9, 0);
}
/*设置滑动条的颜色*/
.sh-pop-text::-webkit-scrollbar-thumb {
background-color: rgb(195 195 195);
border-radius: 4px;
}

.sh-pop-text>span{
    width: 85%;
    height: 85%;
    margin: 20px 0;
    color: rgb(255 255 255 / 88%);
    font-size: 15px;
}
.sh-pop-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sh-pop-btn>span{
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2997f7;
    margin: 10px 15px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
















 
@media screen and (max-width:1500px) {
    .con-main-nav{
        width: 90%;
    }
    .introduce-row{
        width: 90%;
    }
    .sh-link-main{
        width: 90%;
    }
    .sh-footer-mian{
        width: 90%;
    }
}


@media screen and (max-width:1000px) {
    .introduce-row{
        grid-template-columns: 1fr 1fr;
    }
    .introduce-row{
        width: 90%;
    }
    .sh-link-main{
        grid-template-columns: 1fr 1fr;
    }
    
}

@media screen and (max-width:900px) {
    .head-right-main,.head-right-bton{
        display: none;
    }
    .head-right-gd{
        display: flex;
    }
    .con-main-nav-bg{
        width: 90% !important;
        max-width: 370px !important;
        right: 15px !important;
        top: 30px !important;
    }
    .con-main-nav{
        padding-top: 320px;
        padding-bottom: 20px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .con-main{
        height: fit-content;
    }
    .con-main-nav>h1{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .con-main-nav>p{
        font-size: 16px;
    }
    .con-main-nav-loop-4{
        left: 5px !important;
        bottom: 300px !important;
    }
    .sh-footer-mian{
        flex-direction: column;
    }
}

@media screen and (max-width:800px) {
    .introduce-row{
        grid-template-columns: 1fr;
    }
    .introduce-row-nav{
        justify-content: flex-start;
    }
    .sh-link-main{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:370px) {
    .con-main-nav{
        padding-top: 280px;
    }
}

@media screen and (max-width:320px) {
    .con-main-nav-btn{
        flex-direction: column;
        align-items: flex-start;
    }
    .con-main-nav{
        padding-top: 250px;
    }
}
@media screen and (max-width:250px) {
    .head-logo{
        font-size: 16px;
    }
    .con-main-nav {
        padding-top: 200px;
    }
}
@media screen and (max-width:150px) {
    .head-left>.head-logo>span{
        width: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width:900px) {
    .head-ad-cd{
        display: none !important;
    }
}



@keyframes rotate {  
    0% {  
      transform: rotate(0deg);  
    }  
    100% {  
      transform: rotate(360deg);  
    }  
  }




.head-right-main{
    position: relative;
  }
.head-right-main:after {
    content: "";
    width:0;
    height:3px;
    background:#3abd7d;
    position:absolute;
    top:95%;
    left:50%;
    transition:all 0.25s;
  }
  
.head-right-main>a:hover{
    color: #3abd7d;
}
.head-right-main:hover:after {
    left:0%;
    width:100%;
}
.head-right-bton>a:hover{
    -webkit-filter: brightness(95%);
}
.con-main-nav-btna:hover{
    -webkit-filter: brightness(110%);
}



.zoom_1{
    -webkit-animation:zoom_1 0.25s;
}
@-webkit-keyframes zoom_1{
    0%{ -webkit-transform:scale(0); opacity:0;}
}



.zoom_move_3{
    -webkit-animation:zoom_move_1 0.5s;
}
@-webkit-keyframes zoom_move_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-1000px);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
  }
}
