/*pc端---------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 451px) {
    body {
        min-width: 1240px;
        background: url("/images/bg.jpg") no-repeat;
        background-size: cover;
    }

    .m_2 {     /*移动端专有类名*/
        display: none !important;
    }

    #mobileHeader {
        display: none
    }
}
/*移动端--------------------------------------------------------------------------------------------------*/
@media (max-width: 450px) {
    h2 {
        margin: 0
    }

    html body {

        margin: 0;
        min-width: 10.0rem !important;
        width: 10.0rem;
        /*background-image: none !important;*/
        background: #f1f1f1 !important;
    }

    .m_1{       /*pc端专有类名*/
        display: none !important;
    }
    .container {
        width: 9.066667rem !important;
    }

    footer {
        width: 10.0rem !important
    }

    /*header*/
    #pcHeader {
        display: none;
    }

    #mobileHeader {
        display: block;
    }
    #mobileHeader{
        width: 10.0rem;
        height: 2.266667rem

    }
    .en_m_firstp{
        display: inline-block;
        width: 7.4rem;
        padding-left: 4px;
        vertical-align: top;
    }
    .headerCont{
        padding-top: 0.266667rem;
        height: 1.3rem;
        background: url("/images/mheaderNew.png");
        background-size: 100% 100%;
    }
    .headerContIpvaf{
        padding-top: 0.266667rem;
        height: 1.3rem;
        background: black url("/images/top.png") no-repeat;
        background-size: 80% 100%;
    }
    #mobileHeader h2{
        display: inline-block;
        margin-left: 3.6rem;
        color: white;
        font-size: 0.48rem;
        line-height: 0.48rem;
    }
    #mobileHeader p{
        font-size: 0.133333rem;
        /*display: inline-block;*/
        /*margin-left: 3.6rem;*/
        text-align: center;
        color: white;
    }
    .help{
        float: right;
        width: 2rem;
        color: #ee1951;
        padding-left: 0.1rem;
        /*padding-top: 0.2rem;*/
        font-size: 0.32rem;
        line-height: 0.686667rem;
        background: url("/images/helpicon.png") no-repeat 0 0.175rem;
        background-size: 0.32rem 0.32rem;
        text-align: center;
        /*margin-top: 0.133333rem;*/
    }
    .en_x_itaa_help{
        width: 2.8rem;
    }

}