* {
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif, SimSun;
}

html, body {
    width: 100%;
    height: 100vh;
    background: #000;
}

/*.tenvine-box {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100vh;
}*/

.tenvine-box {
    width: 100%;
    height: 100%;
    background: url(../image/tenvine_bg.jpg) no-repeat center center;
    background-size: cover;
}
.ten-header {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.ten-ico {
    display: block;
    width: 176px;
    height: 48px;
    margin-top: 26px;
    margin-left: 260px;
    background: url(../image/logo.svg) no-repeat;
    background-size: 100%;
}
.ten-content {
    width: 100%;
    min-height: 1306px;
    padding-left: 260px;
    background: url(../image/banner@2x.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
.ten-xk5-logo {
    width: 436px;
    height: 187px;
    margin: 200px 0 35px 0;
    background: url(../image/xk5.png) no-repeat;
    background-size: 100%;
}
.ten-button {
    width: 500px;
    height: 76px;
    border-radius: 38px;
    background-color: #2d3b30;
    text-align: center;
    line-height: 76px;
    font-size: 34px;
}
.ten-desc-list {
    max-width: 726px;
    margin-top: 29px;
    font-size: 22px;
}
.ten-desc-list li {
    margin-bottom: 14px;
    line-height: normal;
}
.ten-description {
    margin: 129px 260px;
    box-sizing: border-box;
}
.ten-box-left {
    width: 60%;
    float: left;
}
.ico-footer-ten {
    width: 101px;
    height: 73px;
    background: url(../image/tenvine.png) no-repeat;
    background-size: 100%;
}
.ten-title {
    margin-top: 18px;
    font-size: 40px;
    color: #374a29;
}
.ten-footer-desc {
    width: 80%;
    margin-top: 14px;
    font-size: 22px;
    line-height: normal;
    color: #999999;

}
.ten-box-right {
    width: 40%;
    float: right;
}
.ten-footer-banner {
    width: 455px;
    height: 498px;
    background: url(../image/group@2x.png) no-repeat;
    background-size: 100%;
}
.ten-footer {
    position: fixed;
    bottom: 0;
    padding-top: 36px;
    width: 100%;
    height: 113px;
    line-height: 20px;
    font-size: 16px;
    background-color: rgba(0,0,0, .4);
    text-align: center;
    color: #fff;
}
