/*!
Template :	Nirvana @by NirvanaCore
Theme	 :  Default
Version   :  1.9.3
Updated   :  05/05/2021 
*/
/*! WRITE YOUR CUSTOM STYLE **/
.isWeChat{
    background: #6047de;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    display: none;

}
.isWeChat>img{
    width: 100% ;

}
.downloadBg{
    background: #fff;
    padding: 40px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 1.2;
    margin-top: -50px;
}
.downloadBg img{
    width: 52px;
    height: 52px;
    margin-right: 11px;
}
.downloadBg>div>p:nth-child(1){
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 6px;
}
.downloadBg>div>p:nth-child(2){
    font-size: 10px;
    color: #000000;
    margin-bottom: 0;
}

.btn-outline.btn-grad{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.ti-apple:before{
    margin-top: -2px;

}
.link-icon{
    font-size: 20px;
}
.micromessenger{
    display: none;
}