﻿
/*------------手机端-------------*/
.content{
	padding:0px!important;
}


.page-father{
    height:100%;
    width:100%;
    overflow: hidden;
    background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    padding-top:0.3rem;
}
.phone-page .logo-download{
    width:100%;
    height:0.5rem;
    background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/logo.png) center no-repeat;
    background-size: 2.18rem 0.327rem;
}
.phone-page .logo-download-text{
    text-align: center;
    color:#6cf7f5;
    font-size: 0.24rem;
    line-height: 0.5rem;
    font-weight: bold;
}
.phone-page .link{
    width:100%;
    height:0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color:#fff;
    font-size: 0.16rem;
    background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/link-bg.png) center no-repeat;
    background-size: 3.63rem 0.33rem;
}
.phone-page .btns{
    position: absolute;
    bottom:0;
    left-download:0;
    width:100%;
    display: flex;
    padding:0.25rem 0rem 0.4rem;
}
.phone-page .btns a{
    display: inline-block;
    margin:0 0.1rem;
    width:1.7rem;
    width:100%;
    height:0.45rem;
    line-height: 0.45rem;
    text-align: center;
    color:#fff;
    font-size: 0.16rem;
    font-weight: 200;
    border-radius: 0.05rem;
    padding-left-download:0.1rem;
    border:1px solid #d4e8fc;
    box-shadow: 0 3px 3px #8dadf1;
}

.phone-page .btns a:first-child{
    background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/icon.png) 0.15rem center no-repeat;
    background-size: 0.14rem 0.167rem;
    background-color: #2688f2;
}
.phone-page .btns a:nth-child(2){
    background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/icon1.png) 0.15rem center no-repeat;
    background-size: 0.12rem 0.15rem;
    background-color: #2688f2;
}
.phone-page .phone{
    width:100%;
    height:calc(100% - 2.7rem);
    background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/phone.png) center no-repeat;
    background-size: contain;
}
.phone-page{
    display: block;
}
.pc-page{
    display: none;
}



/*-----------pc端-----------*/


@media screen and (min-width: 1024px) {
    .phone-page{
        display: none;
    }
    .pc-page{
        display: block;
    }
    .page-father{
        height:100%;
        width:100%;
        overflow: hidden;
        padding-top: 0;
        background:none;
    }
    .pc-page.page-father{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pc-page-main{
        height:695px;
        width:1000px; 
        background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/pc-bg.png) center no-repeat;
        background-size: 100%;
        display: flex;
        padding-top:70px;
    }
    .right-download{
        width:500px;
        padding-right-download:100px;
    }
    .right-download .phone{
        width:290px;
        height:540px;
        margin:0 auto;
        background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/phone.png) center no-repeat;
        background-size: 100%;
    }
    .left-download{
        width:calc(100% - 500px);
        padding-top: 30px;
    }
    .logo-download{
        width:100%;
        height:50px;
        background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/logo.png) center no-repeat;
        background-size:326.5px 49px;
        margin-bottom: 50px;
    }
    .logo-download-text{
        text-align: center;
        color:#6cf7f5;
        font-size: 30px;
        line-height: 50px;
        font-weight: bold;
    }
    .link{
        width:100%;
        height:45px;
        line-height: 45px;
        text-align: center;
        color:#fff;
        font-size: 18px;
        background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/link-bg.png) center no-repeat;
        background-size: 491px 45px;
        margin-bottom: 60px;
    }
    .btns{
        width:100%;
    }
    .btns a{
        display: block;
        margin:30px auto;
        width:224px;
        height:60px;
        line-height: 60px;
        text-align: center;
        color:#fff;
        font-size: 20px;
        font-weight: 200;
        border-radius: 10px;
        padding-left-download:0.1rem;
        border:1px solid #d4e8fc;
        box-shadow: 0 3px 3px #8dadf1;
    }
    .btns a:first-child{
        background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/icon.png) 20px center no-repeat;
        background-size: 18px 23px;
        background-color: #2688f2;
    }
    .btns a:nth-child(2){
        background: url(http://12348.sfj.btsbxg.com/whsf/static/download/img/icon1.png) 20px center no-repeat;
        background-size: 21.5px 25px;
        background-color: #2688f2;
    }
    .btns a:hover{
        background-color: #5bacf8;
    }
}

@media screen and (max-width: 1024px){
	.down-content{
		height:5rem
	}
.newsDegital-main{
    width:100%!important;
}
    .wrap_header {
         width: 100%!important;
    }
    footer{
        min-width:auto!important;
    }
    footer .email, footer .ps{
        width:100%;
    }
    footer .ban{
        width:100%;
    }
    footer .email a{
        display: block;
    }
}

