/****************************************************************
 *																*		
 * 						      代码库							*
 *                        www.dmaku.com							*
 *       		  努力创建完善、持续更新插件以及模板			*
 * 																*
****************************************************************/


@media (max-width: 1200px) {

    .info {
        text-align: center;
    }
    .bear {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 720px;
        margin: -120px 0 50px;
        position: relative;
    }

}

@media (max-width: 992px) {

    .bear {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 556px;
        margin: -120px 0 50px;
        position: relative;
    }

}

@media (max-width: 600px) {

    .zzz {
        background-size: 100%;
        width: 20px;
        height: 34px;
        bottom: 125px;
    }

    .bear {
        height: 456px;
    }

}

@media (max-width: 440px) {

    .info h1 {
        font-size: 90px;
        font-weight: 700;
        margin-top: 10px;
        color: #222a4b;
    }
    .info h2 {
        font-size: 30px;
    }
    .info p {
        font-size: 16px;
    }
    .info p br{
        display: block;
    }
    .zzz {
        background-size: 100%;
        width: 20px;
        height: 34px;

    }
    .bear {
        height: 330px;
        margin: -90px 0 10px;
    }

}