.pricingwrap{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
}
.pricingimg{
    width: 100%;
    height: auto;
}
.j_img_click:hover{
    cursor: zoom-in;
}
.pricing_text{
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    color:#fff;
  
}
.pricing_text h2{
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 84px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.pricing_text p{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.downbtnwrap{
    padding:50px;
    text-align: center;
    background: #F6F9FE;
}
.downbtnwrap a{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #0A2753;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 18px 96px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0B2854;
}
.downbtnwrap a:hover{
    background: #0B2854;
    color: #FFFFFF;
}
.jagewrap{
    background: #F6F9FE;
    padding-bottom: 70px;
}
.jageimgwrap{
    max-width: 1200px;
    margin: 0 auto;
}

.pswp__button--zoom {
    display: none !important;
}

/*移动端样式*/
@media (max-width: 768px) {
    .pricing_text {
        top: 50%;
    }
    .pricingwrap{
        padding-top: 60px;
    }
    .pricing_text h2{
        font-weight: bold;
		font-size: 26px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .pricing_text p{
        font-size: 14px;
        line-height: 22px;
    }
    .downbtnwrap{
        padding:30px;
    }
    .downbtnwrap a{
        padding: 8px 48px;
    }
    .jagewrap{
        padding-bottom: 30px;
    }
    .jageimgwrap {
        padding:0 15px;
    }
}
