/*
* @author: omtech.cn
* @date:   2019-05-08 11:49:30
* @last modified by:   jason
* @last modified time: 2019-05-09 15:58:26
*/
@charset "utf-8";

.container,
.container .w {
    height: 1200px;
}
.container {
    background:  no-repeat center bottom;
}
.container .w {
    position: relative;
}
.container .text {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 1098px;
    margin-left: -549px;
}
.body-img {
    width: 100%;
}
.container .count {
    position: absolute;
    top: 570px;
    left: 0;
    width: 610px;
    text-align: center;
}
.container .count-text {
    font-size: 40px;
    color: #4e4e4e;
}
.container .count-number {
    margin: 0 5px;
    font-size: 70px;
    font-weight: normal;
    color: #be5541;
}
.container .count-button {
    display: block;
    width: 367px;
    margin: 10px auto;
}

 /*手机适配*/
@media screen and (max-width: 500px) {
    html,
    body,
    .container,
    .container .w {
        height: 100%;
    }

    body {
        min-width: 320px;
    }

    .header-min,
    .footer {
        display: none;
    }

    .w,
    .container,
    .container .w {
        width: 100%;
    }

    .container {
        background-size: auto 100%;
    }
    .container .text {
        top: 12%;
        width: 90%;
        margin-left: -45%;
    }
    .container .count {
        top: 40%;
        width: 80%;
    }
    .container .count-text {
        font-size: 20px;
    }
    .container .count-number {
        font-size: 30px;
    }
    .container .count-button {
        width: 60%;
    }
}
