@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url("../fonts/SourceHanSansCN-Heavy.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansCN-Light";
    src:url("../fonts/SourceHanSansCN-Light.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansCN-Medium";
    src:    url("../fonts/SourceHanSansCN-Medium.otf");
    font-weight: normal;
    font-style: normal;
}
.wary{
    background-color: #fff;
    position: relative;
}
.box{
    width: auto;
    height: 100vh;
    background: url("../images/page1_bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding-left: 100px;
    position: relative;
    box-shadow:10px 2px 16px 0px rgba(0, 0, 0, 0.35);
}

.header{
    width: 180px;
    padding-top: 55px;
}
.header img{
    width: 100%;
    height: 100%;
}
.phone_img{
    width: 320px;
    height: auto;
    position: absolute;
    right: 24%;
    top: 10%;
    padding-bottom: 30px;
}
.phone_img img{
    width: 100%;
    height: 100%;
}
.box_con{
    margin-top: 200px;
    /*padding-left: 100px;*/
}
.title{
    font-size:90px;
    font-family:'SourceHanSansCN-Heavy';
    font-weight:800;
    font-style:italic;
    color:rgba(34,35,40,1);
}
.con_msg{
    font-size: 46px;
    color: #222328;
    font-family:'SourceHanSansCN-Medium';
    letter-spacing: 3px;
    font-style:italic;
    margin-top: 10px;
}

.con_text > span{
    display: inline-block;
    font-size:20px;
    font-family:'SourceHanSansCN-Light';
    font-weight:300;
    font-style:italic;
    color:rgba(34,35,40,1);
    letter-spacing: 5px;
    margin-top: 10px;
}
/*.con_text h3{
    font-family: 'Ruizi';
    font-weight: bold;

}
.con_text h4, .con_msg{
    font-family: 'Heavy';
    font-size: 50px;
    font-weight: 500;
}
.con_text span{
    display: inline-block;
    margin-top: 10px;
    font-family:HYQiHeiY1-EEW;
    font-weight:normal;
    color:rgba(34,35,40,1);
}*/
.button_box{
    margin-top: 50px;
}
.IOS_btn{
    margin-right: 20px;
}
.APPStore_btn,.IOS_btn{
    box-sizing: border-box;
    border: 0;
    outline: none;
    width: 200px;
    height: 50px;
    line-height: 55px;
    border-radius: 25px;
    background-color:#333333;
    box-shadow:10px 9px 71px 0px #ffffff;
}

.APPStore_btn span,.IOS_btn span{
    font-size: 18px;
    font-family:CloudYuanCuGBK;
    color: #fff;
    font-weight: bold;
}
.APPStore_btn img,.IOS_btn img{
    float: left;
    width: auto;
    height: 80%;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 15px;
}

.content{
    padding-top: 80px;
    padding-bottom: 120px;
    /*height: 100vh;*/
}
.content_title{
    font-size: 35px;
    text-align: center;
    font-family: 'Heavy';
    font-weight:500;
    color:rgba(40,40,40,1);
}
.content_logo{
    width: 80px;
    height: 80px;
    margin: 50px auto 70px;
}
.content_logo img{
    width: 100%;
    height: 100%;
}
.download_btn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background:linear-gradient(-90deg,rgba(254,208,0,1),rgba(254,164,72,1));
    box-shadow:10px 9px 71px 0px rgba(247, 42, 42, 0.35);
    margin: 0 auto;
}
.download_btn span{
    font-size: 18px;
    font-family:CloudYuanCuGBK;
    color: #fff;
    font-weight: bold;
}

.floor{
    height: 90px;
    box-sizing: border-box;
    /*box-shadow:10px 2px 16px 0px rgba(0, 0, 0, 0.35);*/
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.floor_box{
    padding-top: 25px;
}
.floor_box ul{
    text-align: center;
    font-size: 12px;
}
.floor_box ul li{
    color: #333;
    display: inline-block;
}
.copyright{
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-top: 5px;
}
@media screen and (max-width: 1600px) and (min-width: 1400px){
    .phone_img{
        right: 20%;
        top: 5%;
    }
}
@media screen and (max-width: 414px) and (min-width: 320px){
    .floor{
        display: none;
    }
    .box{
        padding-left: 25px;
    }
    .header {
        width: 80px;
        padding-top: 10px;
    }
    .phone_img{
        width: 180px;
        left: 50%;
        top: 10%;
        transform: translate(-50%, 0);
    }
    .con_text{
        padding-top: 210px;
    }
    .APPStore_btn, .IOS_btn{
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px;
    }
    .APPStore_btn span, .IOS_btn span{
        font-size: 14px;
    }

    .APPStore_btn img, .IOS_btn img {
        float: left;
        width: auto;
        height: 50%;
        padding-left: 10px;
        padding-top: 8px;
        padding-right: 10px;
    }
    .button_box{
        text-align: center;
        margin-top: 20px;
    }
    .IOS_btn{
        margin-right: 0;
    }
    .con_text h4, .con_msg{
        font-size: 30px;
    }
    .con_text span{
        margin-top: 0;
    }
    .content{
        height: 100vh;
        position: relative;
    }
    .content_box{
        /*display: inline-block;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .content_title{
        font-size: 25px;
    }
    .content_logo {
        width: 60px;
        height: 59px;
        margin: 50px auto 70px;
    }
    .download_btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
}

