﻿

.intro-vid{
    display: inline-block;
    margin-top: -3.7rem;
    background: rgba(152, 125, 230, 1);
    color: white; 
    font-family: 'PuHuiFontLight','é»‘ä½“';
    padding: 0.8rem 1.75rem 0.6rem 0.8rem;
    border-radius: 0.1rem;
    position: absolute;
    z-index: 1;
    left: 0;
    cursor: pointer;
   
}
.intro-vid:hover{
    box-shadow: 0px 0px 0.2rem 0 rgba(11,16,51,0.2);
}

.intro-vid-title{
    font-size: 0.7rem;
    margin-bottom: 0.6rem;
    line-height: 1.2;
}

.intro-vid-title p{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.intro-vid-button{
    display: flex;
}

.intro-vid-button a{
    text-decoration: none;
    color: white;
    display: flex;
    cursor: pointer;
}

.intro-vid-button-img{
    background-image: url('../image/play.svg');
    height:1.33rem;
    width:1.33rem;
}

.intro-vid-button-img:hover{
   background: url('../image/play-span.svg') no-repeat;
   height:1.33rem;
    width:1.33rem;
    background-size: contain;
}


.intro-vid-button span{
    font-size: 0.28rem;
    line-height: 1.3rem;
    margin-left: 0.2rem;
}



.section-title{
    display: flex;
    flex-direction: row;
    margin-left: 0.45rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.section-main-title{
    font-size: 0.5rem;
    font-family: PuHuiFontLight;
    color: rgb(11, 16, 51);
}

.section-link{
    font-size: 0.22rem;
    color: #987DE6;
    position: absolute;
    right: 0.5rem;
    bottom: 0;
    text-decoration: none;
    font-family: PuHuiFontRegular;
}

.section-link:hover{
    color: #624ec4;
}


.card-button-section{
    margin-top: 1.2rem;
}

.card-button-title{
    font-family: 'PuHuiFontRegular';
    font-weight: bolder;
    font-size: 0.22rem;
    opacity: 0.8;
}

.card-button-group{
    color: rgb(11, 16, 51);
    font-size: 0.32rem;
    font-family: 'PuHuiFontLight';
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.text-card-button{
    position: relative;
    flex: 1;
    background-color: white;
    padding: 0 0 0 0.5rem;
    flex-basis: 42%;
    line-height: 1rem;
    border-radius: 0.1rem;
    margin-right: 0.25rem;
    cursor: pointer;
    font-family: 'PuHuiFontRegular';
    font-size: 0.30rem;
}

.text-card-button img{
    display: none;
}
.text-card-button, .text-card-button:visited{
    color: rgb(11, 16, 51);
 }

.text-card-button:hover{
   color: rgb(0, 188, 233);
   text-decoration: none;
}

.text-card-button:hover img{
    display: inline-block;
    position: absolute;
    top: 0.43rem;
    right: 0.36rem;
    width: 0.61rem;
    height: 0.07rem;
 }

.text-card-button img{
    margin-left: 0.5rem;
    margin-bottom: 0.05rem;
}

.text-card-button a{
    color: black;
    text-decoration: none;
}

.partner-icon-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner-icon{
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white; */
    border-radius: 0.1rem;
    margin-left: 0.25rem;
    margin-bottom: 0.25rem;
    border: 1px solid rgba(240, 240, 240, 1);
    /* line-height: 1.6rem; */
    height: 1.6rem;
    /* width: 2rem; */
    text-align: center;
    flex: 1;
	background: #ffffff;
}


.partner-icon:first-child{
    margin-left: 0rem;
}

.partner-icon:hover{
    box-shadow: 0px 0px 0.2rem 0 rgba(11,16,51,0.2)
}

.partner-icon img{
    width: 100%;
}

/* .big-partner-icon img{
    width: 45%;
} */

.news-slider{
    position: relative;
}

.news-slider-left{
    position: absolute;
    left: -1rem;
    top: 50%;
    cursor: pointer;
    width: 0.5rem;
    height: 0.97rem;
    margin-top: -0.4825rem;


}

.news-slider-right{
    position: absolute;
    right: -1rem;
    top: 50%;
    margin-top: -0.4825rem;
    cursor: pointer;
    width: 0.5rem;
    height: 0.97rem;
}

.news-slider-dots{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.5rem;
}

.news-slider-dot{
    border-radius: 50%;
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgb(177, 179, 189);
    margin: 0 0.2rem;
}

.news-slider-dot-active{
    border-radius: 50%;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #987DE6;
    margin: 0 0.2rem;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgb(0, 0, 0, 0.5);
}

.fade{
    transition:opacity .15s linear;
}

.modal-dialog{
    position: fixed;
    top: 50%;
    left: 25%;
    background-color: white;
    border: 1px solid rgba(240, 240, 240);
    border-radius: 0.05rem;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin-top: -3.5rem;
    width: 10.6rem;
    max-width: 10.6rem;
}

.modal-footer .btn{
    float: right;
    font-size: 0.22rem;
    margin-top: 0.2rem;
}

.link-big-arrow{
    width: 0.6rem;
    height: 0.06rem;
}

.modal-content{
    border: 0;
    border-radius: 0;
    outline: 0;
}

.modal-body{
    padding: 0;
}

.modal-footer{
    padding: 0;
}

.modal-footer .btn{
    float: right;
    font-size: 0.22rem;
    margin-top: 0.2rem;
    padding: 0.2rem 0.5rem;
}

.btn.focus, .btn:focus{
    box-shadow: none;
}

.close-modal-button{
    border-radius: 0.1rem;
    border: 1px solid rgba(240, 240, 240, 1);
}

.carousel-indicators{
    bottom: -0.6rem;
}

.carousel-indicators li{
    border-radius: 50%;
    width: 0.15rem;
    height: 0.15rem;
    background-color: rgb(177, 179, 189);
    margin: 0 0.2rem;
    padding: 0;
}

.carousel-indicators .active{
    background-color: #987DE6;
}