.wrapper {
    width : 1200px;
    margin: 0 auto;
    /*盒子居中*/
}
.home-top{
    /*background: url("../images/bg_home.png") no-repeat center center;
    background-size: cover;*/
    height: 400px;
    margin-top: -80px;
    width: 100%;
    color: #FFFFFF;
}
.right-box > a {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}
.app-pop {
    min-height: 20px;
}
.QRBox {
    width: 180px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    margin: 0 0 0 20px;
    position: absolute;
    top: 88px;
    left: 0;
    display: none;
}
#iphone:hover .QRBox {
    display: flex;
}
#android:hover .QRBox {
    display: flex;
}


@media (max-width: 1200px) {
    .home-top{
        background: url("../images/bg_home.png") no-repeat center center;
        background-size: cover;
    }
}
.bgImg {
    background: url("../images/bg_home.png") no-repeat center center;
    position: absolute;
    top: 0;
    height: 400px;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.home-top h1 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
}
.home-top .desc {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}
.home-top .dl-item {
    width: 180px;
    height: 60px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: inline-flex;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 20px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.home-top .dl-item .text {
    margin-left: 12px;
}
.home-top .dl-item .text > p {
    margin: 0;
}
.home-top .dl-item img {
    display: block;
}
.home-top .dl-item .app-pop {
    position: absolute;
    top: 66px;
    width: 171px;
    text-align: center;
    display: none;
    background: #fff;
    border-radius: 8px;
    font-size: 12px;
}
.home-top .dl-item:hover .app-pop {
    display: inline-block;
}
.home-top .dl-item .app-pop img {
    width: 100%;
}
.home-top .dl-item .app-qr {
    border: 10px solid white;
}



.box-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-item {
    display: inline-block;
    color: #4A4A4A;
    width: 220px;
    padding: 0 40px;
    position: relative;
}
.info-item:after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 30px;
    border-radius: 4px;
    background-color: #48C260;
    position: absolute;
    right: 0;
    top: 40%;
}
.info-item:first-child {
    padding-left: 0;
}
.info-item:last-child {
    padding-right: 0;
}
.info-item:last-child:after {
    display: none;
}
.info-item .title {
    line-height: 1.5em;
    margin-bottom: 20px;
}
.info-item .title > img {
    vertical-align: middle;
    margin-right: 12px;
}

.box-video ul {
    padding-top: 80px;
}
.box-video ul > li {
    display: inline-block;
}
.box-video ul > li img {
    display: block;
    font-size: 0;
}

.box-office .title {
    padding-top: 240px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.5em;
    color: #000000;
}
.box-office .row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.box-office .office-item{
    display: inline-block;
    color: #4A4A4A;
    width: 190px;
}
.box-office .office-item .top > span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1.5em;
    color: #333333;
}
.box-office .office-item .top > img {
    vertical-align: middle;
    margin-right: 9px;
}
.box-office .office-item .text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 1.5em;
    color: #6C6C6C;
    margin-top: 6px;
}

.home-top .left-box {
    width: 600px;
    padding-top: 156px;
}
.home-top .right-box {
    width: 440px;
    padding-top: 156px;
    text-align: right;
}
@media (max-width: 1199px) {
    .container{
        width: 100%;
        padding: 0 16px;
    }
    .home-top h1{

        font-size: 24px !important;
    }
    .home-top .desc{
        font-size: 14px !important;
    }
    .info-item .title{
        margin-bottom: 16px;
    }
    .info-item .title > img{
        vertical-align: middle;
        margin-right: 12px;
        width: 24px;
    }
    .box-office .office-item .top > img{
        width: 20px;
    }
    .box-office .office-item .top > span{
        font-size: 14px;
    }
    .box-office .office-item .text{
        font-size: 12px;
    }
    .foot .container{
        width: 100% !important;
    }
    .home-top .left-box{
        width: 100%;
    }
    .container1{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .box-info1{
        height: 540px !important;
    }
    .container1 .info-item{
        width: 100% !important;
        padding: 0 10px;
        margin-bottom: 32px;
    }
    .container1 .info-item:after{
        display: none;
    }
    .box-video{
        display: none;
    }
    .box-office .title{
        padding-top: inherit;
        padding-bottom: 20px;
        font-size: 24px;
    }
    .box-office .row{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .box-office .office-item{
        width: 42%;
        margin-bottom: 10px;
    }
    .box-office{
        height: 910px !important;
    }
    .container{
        box-sizing: border-box;
    }
    .home-top .dl-item{
        width: 130px !important;
    }
    .home-top .dl-item:hover .app-pop {
        display: none;
    }
    #iphone:hover .QRBox {
        display: none;
    }
    #android:hover .QRBox {
        display: none;
    }
    #iphone,#android {
        cursor: pointer;
    }
    #iphone .app-pop,#android .app-pop{
        display: none;
    }
    .right-box > a {
        display: inline-block;
    }
}

