html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: url('//png.pookcdn.net/net/bkddz/0514/bg_03.jpg')no-repeat;
    background-size: cover;
    background-position: center 0;
    position: relative;
}

.left,
.right {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}

.logo {
    width: 309px;
    height: 143px;
    background: url('//png.pookcdn.net/net/bkddz/0514/logo.png')no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: 58px;
}

.title {
    position: absolute;
    top: 135px;
    left: 50px;
    width: 612px;
    height: 381px;
}

.title img {
    height: 80%;
}

.download_box {
    position: absolute;
    top: 450px;
    left: 38px;
    width: 540px;
    height: 258px;
    background-color: #f7b56b;
    padding: 15px 0px 20px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.download_box>div {
    display: inline-block;
    vertical-align: middle;
}

.erweima img {
    height: 230px;
}

.btn_group a {
    display: block;
}

.btn_group img {
    width: 269px;
}

.text {
    width: 800px;
    position: absolute;
    left: 37px;
    top: 726px;
}

.text p {
    color: #78372a;
    margin-top: 6px;
    font-size: 18px;
}

a {
    color: #78372a;
    text-decoration: none;
}

.text p span {
    color: #78372a;
    font-size: 15px;
}

.text p>span {
    display: inline-block;
    width: 280px;
}

.footer {
    width: 1400px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-700px);
    -webkit-transform: translateX(-700px);
    -moz-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    -o-transform: translateX(-700px);
}

.footer p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
}