@import url(../css/common.css);


.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);
    display:flex; 
    align-items: center; 
    justify-content: center;
}

.index-bottom {
    color: #777;
    transition: .3s all ease;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.headerBtn {
    width: 244px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(286deg,#1391a5 0%, #274685 100%);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 26px 0px rgb(0 0 0 / 25%);
    margin-top: 100px;
    align-self: center;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 0.5rem;
}
.banner .wave {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -150px;
}

.banner .wave svg {
    width: 100%;
}

.topInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}
.downInfo {
    text-align: left;
    flex: 1;
    margin-left: 38px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.name {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px;
}
.tips {
    opacity: .38;
    font-size: 12px;
    color: #000;
}
.center_info_bottom {
    opacity: .6;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    flex: 1;
    align-items: flex-end;
    align-self: baseline;
}
.center_info_bottom_item {
    display: inline-block;
    margin-right: 16px;
}
.appLogo {
    width: 112px;
    /* z-index: 1; */
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 36px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.swiper-slide img {
    width: 230px;
    border-radius: 16px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.banner.inner-page {
    height: 60vh;
    min-height: 0;
}
/* .qrimg{
    z-index: 1;

} */
.qrimg img {
    max-width: 100px;
    /* margin-left: -50px; */
}
.container {
    z-index: 2;
    position: relative;
}
@media (max-width: 768px){
    .downInfo {
        display: none;
    }

}

.detailappintrocard {
    width: 100%;
    padding: 20px 0;
    margin-top: -1px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    max-width: 968px;
    margin-right: auto;
    margin-left: auto;
}

.title {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
}

.openAndHide {
    width: 100%;
    height: auto;
    opacity: .8;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: all 0.5s linear;
}
.openAndHide .left {
    width: 100%;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}
.detailappintrocard .hide, .detailappintrocard .open {
    font-size: 14px;
    line-height: 25px;
    color: #007dff;
    text-align: right;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.openAndHide .active {
    width: 100%;
    min-height: 100px;
    line-height: 20px;
    height: auto;
    white-space: pre-wrap;
}

.pcappinfocard {
    width: 100%;
    padding: 20px 0;
    margin-top: -1px;
    border-top: 1px solid #efefef;
    max-width: 968px;
    margin-right: auto;
    margin-left: auto;
}
.pcappinfocard .detailInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pcappinfocard .detailInfo .left {
    width: 456px;
}

.appSingleInfo {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}

.appSingleInfo .info_key {
    opacity: .8;
    font-size: 14px;
    color: #000;
    pointer-events: none;
}
.appSingleInfo .info_val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .6;
    font-size: 14px;
    color: #000;
    text-align: right;
    pointer-events: none;
}
.pcappinfocard .detailInfo .right {
    width: 456px;
}



.zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 999;
    height: 100%;
    cursor: pointer;
    display: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}