#div4-title-small {
    color: white;
    font-size: 3.2vw;
    margin-top: 0.5vw;
}

#div4-title {
    font-size: 4.37vw;
    color: white;
}

#div4-right {
    position: absolute;
    top: 26.3vw;
    right: 4.6vw;
    text-align: center;
}

#div4-img {
    display: inline-block;
    width: 49.64vw;
    height: 43.55vw;
    position: absolute;
    left: 4.62vw;
    bottom: 0;
}

#div4 {
    background: #437AAB;
    width: 100%;
    height: 55.5vw;
    overflow: hidden;
    position: relative;
}



.div3-li-div span:last-child{
    display: block;
    height: 16.6vw;
    font-size: 2.92vw;
    margin: 3vw 2.43vw;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    max-lines: 3;
}


.div3-li-div span:nth-of-type(1){
    display: inline-block;
    font-size: 3.4vw;
    margin-left: 5vw;
    vertical-align: top;
    margin-top: 1.6vw;
}


.div3-li-div img{
    width: 5.35vw;
    height: auto;
    margin: 1.216vw 0 0 2.19vw;
}


.div3-li-div{
    width: 46%;
    margin: 0 1%;
    /* height: 30vw; */
    display: inline-block;
    background: white;
    border-radius: 5px;
    text-align: start;
    margin-bottom: 3.8vw;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    vertical-align: top;
}



.div3-mobile #div3-mobile-title{
    font-size: 4.38vw;
    display: block;
    padding: 7.3vw 0;
    text-align: center;
}

.div3-mobile{
    width: 100%;
    height: auto;
    background: #F2F6F9;
    margin-top: 6vw;
    padding-bottom: 8vw;
}

.div3 {
    display: none;
}

.card-text-2 {
    font-size: 16px;
    color: #5c5c5c;
    margin-top: 24px;
    padding: 0 12.5px;
    text-align: left;
}

.card-text-1 {
    font-size: 20px;
    color: #5198D7;
    border-top: solid 2px #eaeaea;
    margin-top: 30px;
    padding-top: 18px;
}

.card-img {
    width: 110px;
    height: 110px;
    margin-top: 33px;
}

.card {
    width: 200px;
    height: 400px;
    background-color: white;
    display: inline-block;
    margin: 80px 30px 0 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    vertical-align: top;
    /* 防止卡片顶部不对齐 */
}

.div2-li-div span:last-child{
    display: block;
    font-size: 3.65vw;
    color: #5C5C5C;
    /* margin: 4.9vw; */
    padding: 2vw 4.9vw 4vw 4.9vw;
    text-align: start;
}

.div2-li-div span:nth-of-type(1){
    display: block;
    font-size: 4.38vw;
    color: #5198D7;
}

.div2-li-div img{
    width: 14.6vw;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 1.46vw 0;
    margin: 0 auto;
    display: block;
}


.div2-li-div{
    height: auto;
    background: #F2F6F9;
    border-radius: 5px;
    margin: 2vw 4vw;
}

.div2-mobile #div2-mobile-title-middle{
    font-size: 3.65vw;
    display: block;
    color: #7A7A7A;
    margin: 1.7vw 0 5vw 0;
}

.div2-mobile #div2-mobile-title{
    font-size: 4.38vw;
    display: block;
}


.div2-mobile{
    width: 100%;
    height: auto;
}



.div2 {
    display: none;
}


.download-banner-qrcode {
    background: #ffffff80;
    width: 220px;
    height: 600px;
    margin-top: 60px;
    margin-right: 336px;
    float: right;
}

.qrcode {
    width: 155px;
    height: 155px;
    margin-bottom: 65px;
    background-image: url(/img/ic_download_android.png);
    background-size: cover;
    margin-top: 83px;
    margin-left: 33px;
}

.qrcode-btn {
    background: #7B9DCB;
    width: 200px;
    height: 50px;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
    overflow: hidden;
}


.qrcode-btn:active {
    background: #5198D7;
}

.download-icon {
    width: 28px;
    height: 28px;
    margin: 11px 10px;
}

.download-text {
    float: left;
    margin-top: 14px;
    font-size: 16px;
    color: white;
}


.banner{
    overflow: hidden;
    display: none;
}

.banner-mobile{
    width: 100%;
    height: auto;
    background-size: 100%;
    margin-top: 60px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
}

.qrcode-mobile{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

#qrcode-img-mobile{
    width: 30%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;   
    /* background: red; */
    display: block;
    margin: 0 auto;
}

.qrcode-btn-mobile{
    float: left;
    width: 33.33%;
    /* height: 18.5vw; */
    height: auto;
    background: #7B9DCB;
    margin: 20px 0;
    text-align: center;
}


.qrcode-btn-mobile:hover{
    cursor: pointer;
}

/* 第一个和最后一个左边右边分别设置圆角 */
.qrcode-btn-mobile:nth-of-type(1){
    border-radius: 5px 0 0 5px;
}
.qrcode-btn-mobile:last-child{
    border-radius: 0 5px 5px 0;
}



.qrcode-btn-mobile img{
    width: 5.8vw;
    height: 5.8vw;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 2.1vw;
}

.qrcode-btn-mobile span{
    display: block;
    color: white;
    font-size: 3.4vw;
    margin-bottom: 2.1vw;
    /* white-space: pre; */
}


.qrcode-btn-mobile-select{
    background: #5198D7;
}