/*@font-face {*/
/*    font-family: Alibaba-PuHuiTi-Bold;*/
/*    src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.eot) format('embedded-opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.otf) format('opentype'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.ttf) format('TrueType'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.woff) format('woff'),*/
/*    url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.woff2) format('woff2');*/
/*}*/

* {
    margin: 0;
    padding: 0;
}

.download_projection {
    height: calc(132 * 100vw / 750);
    width: 100%;
    background-color: #FFFFFF;

}

.download_top {
    height: calc(102 * 100vw / 750);
    background-color: #FFFFFF;
    width: 100%;
    line-height: calc(102 * 100vw / 750);
    box-shadow: 0 calc(5 * 100vw / 750) calc(10 * 100vw / 750) 0px #D1D7E2;
    position: fixed;
    top: 0;
    z-index: 99;
}

.swiper-container, .swiper-wrapper, .swiper-slide {
    height: calc(102 * 100vw / 750);
}

.download_top .download_img {
    height: calc(68 * 100vw / 750);
    width: calc(121 * 100vw / 750);
    margin: calc(17 * 100vw / 750) calc(25 * 100vw / 750);
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.download_top .download_img img {
    height: calc(68 * 100vw / 750);
    width: calc(121 * 100vw / 750);
}

.download_top .text {
    margin-top: calc(9 * 100vw / 750);
    display: inline-block;
    width: calc(350 * 100vw / 750);
    height: calc(84 * 100vw / 750);
    line-height: calc(84 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    /*font-family: Alibaba-PuHuiTi-Bold;*/
    float: left;
    vertical-align: middle;
    overflow: hidden;
}

.download_top span {
    display: inline-block;
    width: calc(350 * 100vw / 750);
    line-height: calc(42 * 100vw / 750);
}

.download_top .download_app {
    background: linear-gradient(128deg, #4199FC 0%, #3675FC 100%);
    width: calc(150 * 100vw / 750);
    height: calc(58 * 100vw / 750);
    line-height: calc(58 * 100vw / 750);
    color: #FFFFFF;
    float: right;
    border-radius: calc(10 * 100vw / 750);
    text-align: center;
    font-size: calc(28 * 100vw / 750);
    cursor: pointer;
    margin-top: calc(22 * 100vw / 750);
    margin-bottom: calc(22 * 100vw / 750);
    margin-right: calc(24 * 100vw / 750);
    display: inline-block;
    vertical-align: middle;
}

.body,
.recommend {
    padding: calc(40 * 100vw / 750) calc(25 * 100vw / 750) 0 calc(25 * 100vw / 750);
    /*padding: 0 calc(25 * 100vw / 750);*/
    /*background: linear-gradient(#F4F4F4 0%, #FEFEFE 3%);*/
}

.body {
    margin-top: calc(102 * 100vw / 750);
}

.body .title {
    color: #333333;
    font-size: calc(36 * 100vw / 750);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: calc(25 * 100vw / 750);
    /*font-family: Alibaba-PuHuiTi-Bold;*/
}

.body .detail {
    font-size: calc(24 * 100vw / 750);
    margin-bottom: calc(25 * 100vw / 750);
}

.body .detail .logo {
    /*color: #3675FC;*/
    color: #AAAAAA;
    margin-right: calc(25 * 100vw / 750);
}

.body .detail .time {
    color: #AAAAAA;
}

.body .content {
    font-size: calc(32 * 100vw / 750);
    line-height: 1.75;
    /*font-family: Alibaba-PuHuiTi-Bold;*/
}

.body .content #contentid {
    font-size: calc(24 * 100vw / 750);
    color: #AAAAAA;
    line-height: 1.2;
}

.body .content .contact {
    height: calc(80 * 100vw / 750);
    line-height: calc(80 * 100vw / 750);
    font-size: calc(24 * 100vw / 750);
    background: #F5F7FB;
    border-radius: calc(5 * 100vw / 750);
    margin-top: calc(25 * 100vw / 750);
    color: #3675FC;
    margin-bottom: calc(80 * 100vw / 750);
}

.body .content .contact img {
    margin: calc(16 * 100vw / 750) calc(20 * 100vw / 750);
    height: calc(48 * 100vw / 750);
    float: left;
}

.download_app2 {
    background: linear-gradient(128deg, #4199FC 0%, #3675FC 100%);
    color: #FFFFFF;
    text-align: center;
    border-radius: calc(10 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    margin: calc(15 * 100vw / 750) auto calc(15 * 100vw / 750);
    height: calc(70 * 100vw / 750);
    line-height: calc(70 * 100vw / 750);
    width: calc(150 * 100vw / 750);
}

.body .remind {
    position: absolute;
    width: calc(700 * 100vw / 750);
    height: calc(300 * 100vw / 750);
}

.body .remind .remindBottom {
    position: relative;
    width: calc(700 * 100vw / 750);
    height: calc(160 * 100vw / 750);
    bottom: calc(-140 * 100vw / 750);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, #FFFFFF 100%);
    z-index: 40;
}

.body .shelter {
    overflow-y: hidden;
    height: calc(300 * 100vw / 750);
    margin-bottom: calc(50 * 100vw / 750);
}

.sign {
    position: fixed;
    top: 25vh;
    margin-left: calc(75 / 750 * 100vw);
    width: calc(550 / 750 * 100vw);
    height: calc(520 / 750 * 100vw);
    z-index: 9999;
    background-size: calc(600 / 750 * 100vw) calc(520 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw);
    background-repeat: no-repeat;
}

.signWin {
    position: fixed;
    top: 25vh;
    margin-left: calc((100vw - 550 / 750 * 428px) / 2);
    width: calc(550 / 750 * 428px);
    height: calc(520 / 750 * 428px);
    z-index: 9999;
    background-size: calc(600 / 750 * 428px) calc(520 / 750 * 428px);
    padding: calc(25 / 750 * 428px);
    background-repeat: no-repeat;
}

.sign .label {
    color: #333333;
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    font-weight: 600;
    text-align: center;
    /*font-family: Alibaba-PuHuiTi-Bold;*/
    height: calc(50 / 750 * 100vw);
    line-height: calc(50 / 750 * 100vw);
}

.signWin .label {
    color: #333333;
    margin-top: calc(40 / 750 * 428px);
    font-size: calc(36 / 750 * 428px);
    font-weight: 600;
    text-align: center;
    /*font-family: Alibaba-PuHuiTi-Bold;*/
    height: calc(50 / 750 * 428px);
    line-height: calc(50 / 750 * 428px);
}

.sign .remark {
    text-align: center;
    margin-top: calc(8 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    line-height: calc(40 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    /*font-family: Alibaba-PuHuiTi-Bold;*/
    font-weight: 400;
    color: #AAAAAA;
    margin-bottom: calc(57 / 750 * 100vw);
}

.signWin .remark {
    text-align: center;
    margin-top: calc(8 / 750 * 428px);
    height: calc(40 / 750 * 428px);
    line-height: calc(40 / 750 * 428px);
    font-size: calc(28 / 750 * 428px);
    /*font-family: Alibaba-PuHuiTi-Bold;*/
    font-weight: 400;
    color: #AAAAAA;
    margin-bottom: calc(57 / 750 * 428px);
}

.sign .phone input,
.sign .password input {
    width: calc(480 / 750 * 100vw);
    height: calc(96 / 750 * 100vw);
    background-color: #F5F7FB;
    border: 0px solid #F5F7FB !important;
    font-size: calc(35 / 750 * 100vw);
    padding-left: calc(70 / 750 * 100vw);
    outline: 0;
}

.signWin .phone input,
.signWin .password input {
    width: calc(480 / 750 * 428px);
    height: calc(96 / 750 * 428px);
    background-color: #F5F7FB;
    border: 0px solid #F5F7FB !important;
    font-size: calc(35 / 750 * 428px);
    padding-left: calc(70 / 750 * 428px);
    outline: 0;
}

.sign .phone img,
.sign .password img {
    width: calc(28 / 750 * 100vw);
    position: relative;
    top: calc(-63 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
}

.signWin .phone img,
.signWin .password img {
    width: calc(28 / 750 * 428px);
    position: relative;
    top: calc(-63 / 750 * 428px);
    left: calc(20 / 750 * 428px);
}

.sign .password img {
    top: calc(-78 / 750 * 100vw);
}

.signWin .password img {
    top: calc(-78 / 750 * 428px);
}

.sign .password .obtain {
    width: calc(210 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    line-height: calc(60 / 750 * 100vw);
    color: #333333;
    font-size: calc(28 / 750 * 100vw);
    font-weight: 400;
    position: relative;
    top: calc(-78 / 750 * 100vw);
    left: calc(430 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
    border: 1px solid #979797;
    background-color: #F5F7FB;
    outline: none;
}

.signWin .password .obtain {
    width: calc(210 / 750 * 428px);
    height: calc(60 / 750 * 428px);
    line-height: calc(60 / 750 * 428px);
    color: #333333;
    font-size: calc(28 / 750 * 428px);
    font-weight: 400;
    position: relative;
    top: calc(-78 / 750 * 428px);
    left: calc(430 / 750 * 428px);
    border-radius: calc(12 / 750 * 428px);
    border: 1px solid #979797;
    background-color: #F5F7FB;
    outline: none;
}

.sign .submit, .sign .submit1 {
    width: calc(550 / 750 * 100vw);
    background: linear-gradient(135deg, #4199FC 0%, #3675FC 100%);
    height: calc(90 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
    border-width: 0;
    border-radius: calc(18 / 750 * 100vw);
    text-align: center;
    font-size: calc(32 / 750 * 100vw);
    color: #FFFFFF;
    margin-bottom: calc(50 / 750 * 100vw);
}

.signWin .submit, .sign .submit1 {
    width: calc(550 / 750 * 428px);
    background: linear-gradient(135deg, #4199FC 0%, #3675FC 100%);
    height: calc(90 / 750 * 428px);
    line-height: calc(90 / 750 * 428px);
    border-width: 0;
    border-radius: calc(18 / 750 * 428px);
    text-align: center;
    font-size: calc(32 / 750 * 428px);
    color: #FFFFFF;
    margin-bottom: calc(50 / 750 * 428px);
}

.sign .close {
    height: calc(48 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
    position: relative;
    margin: auto;
    bottom: calc(-40 / 750 * 100vw);
}

.signWin .close {
    height: calc(48 / 750 * 428px);
    width: calc(48 / 750 * 428px);
    position: relative;
    margin: auto;
    bottom: calc(-40 / 750 * 428px);
}

.sign .close img {
    height: calc(48 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
}

.signWin .close img {
    height: calc(48 / 750 * 428px);
    width: calc(48 / 750 * 428px);
}

.open_APP {
    width: calc(350 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
    background: linear-gradient(126deg, #4199FC 0%, #3675FC 100%);
    position: fixed;
    bottom: calc(100 / 750 * 100vw);
    border-radius: calc(45 / 750 * 100vw);
    color: #FFFFFF;
    font-size: calc(32 / 750 * 100vw);
    margin-left: calc(200 / 750 * 100vw);
    border-width: 0;
}

.recommend .item {
    padding: calc(30 / 750 * 100vw) 0;
    border-bottom: 1px solid #E5E5E5;
}

.recommend .item .title {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
    font-weight: 600;
    color: #333333;
    /*font-family: Alibaba-PuHuiTi-Bold;*/
}

.recommend .item .detail {
    font-size: calc(24 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    line-height: calc(30 / 750 * 100vw);
    color: #AAAAAA;
}

.hidden {
    display: none;
}

.vHidden {
    visibility: hidden;
}

.download_bottom {
    background: linear-gradient(180deg, #DDE3FF 0%, #FFFFFF 100%);
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 99;
    box-shadow: 0 calc(-5 * 100vw / 750) calc(10 * 100vw / 750) 0px #D1D7E2;
    height: calc(100 * 100vw / 750);
    line-height: calc(100 * 100vw / 750);
}

.download_bottom .logo, .download_bottom .openContent, .download_bottom .download_app2 {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.download_bottom .openContent {
    width: calc(420 * 100vw / 750);
}

.download_bottom .openContent .title {
    margin-top: calc(5 * 100vw / 750);
    line-height: calc(55 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
    font-weight: 500;
}

.download_bottom .openContent .detail {
    line-height: calc(25 * 100vw / 750);
    font-size: calc(26 * 100vw / 750);
    color: #666666;
}

.mask {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;


    /* 一些过渡效果 */
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /* pointer-events 鼠标事件“穿透”该元素并且指定该元素“下面”的任何东西 */
    /* 请参阅：https://developer.mozilla.org/zh-CN/docs/Web/CSS/pointer-events */
    pointer-events: auto;
    overflow: hidden;
}

.shareOk {
    position: fixed;
    top: 20vh;
    margin-left: calc(100 / 750 * 100vw);
    width: calc(550 / 750 * 100vw);
    z-index: 9999;
    background-color: #FFFFFF;
    border-radius: calc(10 / 750 * 100vw);
}

.shareOk .title {
    text-align: center;
    background: linear-gradient(180deg, #ADBCFB 0%, rgba(234, 242, 253, 0) 100%);
    height: calc(135 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
}

.shareOk .close2 {
    height: calc(24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    float: right;
    position: relative;
    top: calc(10 / 750 * 100vw);
    right: calc(15 / 750 * 100vw);
}

.shareOk .close2 img {
    height: calc(24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
}

.shareOk .title .t1 {
    padding-top: calc(7 / 750 * 100vw);
    height: calc(53 / 750 * 100vw);
    line-height: calc(53 / 750 * 100vw);
    font-weight: 600;
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(2 / 750 * 100vw);
    color: #333333;
    clear: both;
}

.shareOk .title .t2 {
    height: calc(33 / 750 * 100vw);
    line-height: calc(33 / 750 * 100vw);
    font-weight: 400;
    font-size: calc(24 / 750 * 100vw);
    color: #AAAAAA;
    margin-top: calc(5 / 750 * 100vw);
}

.shareOk .mid {
    background: #F5F7FB;
    height: calc(55 / 750 * 100vw);
    line-height: calc(55 / 750 * 100vw);
    text-align: center;
    color: #3675FC;
}

.shareOk .mid .circular6 {
    display: inline-block;
    width: calc(6 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
    background: #3675FC;
    border-radius: calc(3 / 750 * 100vw);
    position: relative;
    top: calc(-5 / 750 * 100vw);
}

.shareOk .mid .circular10 {
    display: inline-block;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    background: #3675FC;
    border-radius: calc(5 / 750 * 100vw);
    position: relative;
    top: calc(-3 / 750 * 100vw);
}

.shareOk .item {
    background: #FFFFFF;
}

.shareOk .item .left {
    height: calc(68 * 100vw / 750);
    width: calc(121 * 100vw / 750);
    margin: calc(34 * 100vw / 750) calc(14 * 100vw / 750) calc(34 * 100vw / 750) calc(24 * 100vw / 750);
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.shareOk .item .left img {
    height: calc(68 * 100vw / 750);
    width: calc(121 * 100vw / 750);
}

.shareOk .item .right {
    margin-top: calc(25 * 100vw / 750);
    display: inline-block;
    width: calc(365 * 100vw / 750);
    height: calc(84 * 100vw / 750);
    line-height: calc(84 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    font-weight: 400;
    color: #2F2F2F;
    /*font-family: Alibaba-PuHuiTi-Bold;*/
    float: left;
    vertical-align: middle;
    overflow: hidden;
}

.shareOk .item .right span {
    display: inline-block;
    width: calc(365 * 100vw / 750);
    line-height: calc(42 * 100vw / 750);
}

.shareOk .line {
    margin-left: calc(24 * 100vw / 750);
    width: calc(502 * 100vw / 750);
    height: calc(1 * 100vw / 750);
    background: #DBDBDB;
    clear: left;
}