.mob_header, .m-footer, .mobile {
    display: none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0;font: 16px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; color:#333;}

/*header*/
.header {
    padding-top: 34px;
    padding-bottom: 34px;
    /*background-image: linear-gradient(-180deg, #EFF0FF 0%, rgba(205, 207, 238, 0.00) 45%);*/
}

.header_l {
    float: left;
    margin-left: 5px;
}

.header_l a {
    float: left;
}

.name {
    float: left;
    border-left: 1px solid #C1C1D9;
    padding-left: 16px;
    margin-top: 10px;
    margin-left: 16px;
    font-size: 22px;
    color: #945ACA;
}

.login {
    float: right;
    margin-top: 10px;
    color: #9466CD;
}

.login a {
    color: #9466CD;
}

.login a:hover {
    text-decoration: underline;
}

/*nav*/
.nav {
    border-bottom: 6px solid #E7E7E7;
}

.navigation, .nav_slide {
    float: left;
    padding-bottom: 20px;
    margin-bottom: -6px;
    margin-right: 207px;
    font-size: 20px;
    color: #575757;
    border-bottom: 6px solid transparent;
}

.nav_slide {
    position: relative;
    cursor: pointer;
}

.nav_slide:hover .nav_list {
    display: block;
}

.nav_list strong {
    font-weight: bold;
}

.nav_list {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.06);
    font-size: 16px;
}

.nav_list li {
    width: 100px;
    height: 44px;
    padding-left: 18px;
    line-height: 44px;
    transition: background-color .5s ease;
    font-size: 14px;
}

.nav_list02 li {
    width: 550px;
}

.nav_list02.active li {
    width: 205px;
}

.nav_list li a {
    display: inline-block;
}

.nav_list01 li:hover {
    background-color: #9060CB;
}

.nav_list01 li:hover a {
    color: #fff;
}

.nav_list02 li:hover {
    background-color: #fff;
}

.nav_list02 li a:hover {
    color: #9060CB;
}

.navigation:hover, .nav_slide:hover {
    color: #9466CD;
    border-bottom: 6px solid #945ACA;
}

.nav .nav01 {
    margin-left: 12px;
}

.nav .nav05 {
    margin-right: 0;
}

/*region*/
.region {
    border: 1px solid #EAEAEA;
    padding: 20px 0 10px 0;
    margin-top: 18px;
    margin-bottom: 28px;
}

.region ul {
    margin: 0 16px;
}

.region li {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #575757;
}

.letter {
    float: left;
    width: 58px;
    height: 24px;
    margin-right: 18px;
    line-height: 24px;
    text-align: center;
    color: #7C7C7C;
    background: #F3F3F3;
    font-size: 16px;
}

.region_msg {
    float: left;
    margin-top: 1px;
}

.region_msg a {
    margin-right: 12px;
}

.ad {
    display: block;
}

.ad img {
    width: 100%;
    height: auto;
}

/*news*/
.news_wrap {
    margin-top: 36px;
}

.news_l {
    float: left;
    /*width: 470px;*/
    width: calc(100% - 700px);
}



.news {
    margin-bottom: 16px;
}

.news .news_title {
    margin-bottom: 13px;
}

.news a {
    margin-right: 9px;
    font-size: 16px;
}

.news_l li {
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_title a {
    margin-right: 10px;
    font-size: 20px;
    color: #945ACA;
}

.news_f {
    display: inline-block;
    width: 80px;
    height: 28px;
    color: #7F7F7F;
    background: #F1EFEF;
    text-align: center;
    line-height: 28px;
}

.tab {
    float: right;
}

.mainBanner {
    position: relative;
    width: 680px;
    height: 344px;
    overflow: hidden;
}

.mainBanner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 1;
}

.mainBanner .hd ul {
    text-align: center;
}

.mainBanner .hd li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.mainBanner .hd li div {
    width: 35px;
    height: 2px;
    background-color: #fff;
    opacity: .5;
}

.mainBanner .hd li.on div {
    opacity: 1;
}

.mainBanner .bd {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mainBanner .bd a {
    display: block;
    position: relative;
    width: 100%;
    height: 344px;
}

.mainBanner .sNext, .mainBanner .sPrev {
    position: absolute;
    left: 11px;
    top: 50%;
    display: block;
    width: 27px;
    height: 53px;
    margin-top: -26px;
    z-index: 1;
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/tab_arr.png");
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}

.mainBanner .sNext {
    left: auto;
    right: 11px;
    transform: rotate(180deg);
}

.exam,.datum{
    font-size: 16px;
}
/*news end*/
/*exam*/
.exam {
    margin-top: 52px;
    margin-bottom: 52px;
}

.calendar {
    float: left;
    width: 49%;
}

.header_title {
    border-bottom: 4px solid #E7E7E7;
    padding-bottom: 14px;
}

.header_title h3 {
    float: left;
    font-size: 24px;
    font-weight: 600;
}

.more {
    float: right;
    color: #939393;
}

.calendar_title {
    width: 100%;
    height: 40px;
    margin-top: 16px;
    margin-bottom: 26px;
    background: #E9E9E9;
    line-height: 40px;
}

.calendar_title p {
    display: inline-block;
    font-size: 18px;
    color: #7D7D7D;
}

.calendar_title01 {
    width: 30%;
    margin-left: 28px;
}

.calendar_title02 {
    text-align: center;
    width: 50%;
}

.calendar_list li {
    margin-bottom: 14px;
    color: #575757;
}

.calendar_content {
    float: left;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar_time {
    float: left;
    width: 40%;
    text-align: center;
}

.calendar_href {
    float: left;
    width: 20%;
    color: #575757;
    text-align: center;
}

.affiche {
    float: right;
    width: 49%;
}

.more_por {
    position: relative;
    padding-bottom: 10px;
    padding-right: 15px;
    cursor: pointer;
}

.more_por:hover {
    color: #945ACA;
}

.more_por:hover i {
    transform: rotate(180deg);
}

.more_por i {
    position: absolute;
    top: 8px;
    right: 0;
    width: 10px;
    height: 7px;
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/arrow.png");
    background-repeat: no-repeat;
    transition: transform .5s ease;
}

.more_por:hover .more_list {
    display: block;
}

.more_list {
    display: none;
    position: absolute;
    top: 30px;
    left: -30px;
    border: 1px solid #d6d6d6;
}

.more_list li {
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
}

.more_list li:hover, .more_list li.active {
    background-color: #945ACA;
    color: #fff;
}

.affiche_tips {
    display: inline-block;
    border-bottom: 2px solid #945ACA;
    padding-bottom: 4px;
    margin-top: 18px;
    margin-bottom: 34px;
    font-size: 18px;
    color: #945ACA;
}

.affiche_list {
    display: none;
}

.affiche_list.active {
    display: block;
}

.affiche_list li {
    margin-bottom: 14px;
}

.affiche_list li a {
    float: left;
    max-width: 534px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.affiche_list li p {
    float: right;
    color: #939393;
}

/*exam end*/
/*datum*/
.datum {
    margin-top: 28px;
}

.datum.active {
    margin-top: 66px;
}
.affiche .datum_wrap{
    width: 100%;
}

.datum_wrap {
    float: left;
    width: 49%;
    margin-top: 28px;
    margin-right: 1%;
    /*margin-right: 60px;*/
}

.datum.active .datum_title {
    padding-bottom: 0;
}

.datum_title {
    float: left;
    width: 20%;
    padding-bottom: 8px;
    margin-right: 5%;
    font-size: 18px;
    color: #8C65CC;
    cursor: pointer;
    text-align: center;
}

.datum_title.on {
    border-bottom: 2px solid #9060CB;
}

.datum.active .datum_list {
    margin-top: 24px;
}

.datum_list {
    margin-top: 36px;
}

.datum_list li {
    margin-bottom: 20px;
}

.datum_list li a {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.circle {
    float: left;
    width: 6px;
    height: 6px;
    margin-top: 8px;
    margin-right: 14px;
    border-radius: 50%;
    background: #D8D8D8;
}

.datum_list li a span {
    float: left;
}

/*datum end*/
/*recommend*/
.recommend {
    margin-top: 28px;
}

.rec_list {
    margin-top: 66px;
}

.rec_list li {
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 38px;
}

.rec_list li:nth-child(3n) {
    margin-right: 0;
}

.img_wrap {
    position: relative;
    width: 380px;
    height: 240px;
    margin: 0 auto 16px;
    overflow: hidden;
}

.img_wrap:hover .scale {
    transform: scale(1.03, 1.03);
}

.scale {
    width: 100%;
    height: 100%;
    transition: transform 1.2s ease;
}

.img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img_wrap p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-indent: 1em;
}

.msg {
    width: 380px;
    margin: 0 auto 22px;
}

.teacher {
    float: left;
    font-size: 18px;
}

.price {
    float: right;
    font-size: 20px;
    color: #E41E1E;
}

.num {
    float: left;
    color: #939393;
}

.num i {
    width: 20px;
    height: 20px;
    padding-right: 32px;
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/play.png");
    background-repeat: no-repeat;
}

.buy {
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #9060CB;
    margin-right: 40px;
}

.buy:hover {
    color: #fff;
}

/*recommend end*/
/*entrance*/
.entrance {
    margin-top: 6px;
}

.branch {
    margin-top: 62px;
}

.branch a {
    float: left;
    width: 9%;
    height: 42px;
    margin-bottom: 28px;
    margin-right: 1%;
    line-height: 42px;
    text-align: center;
    background: #F5F5F5;
    color: #7E7E7E;
    transition: background-color .5s ease;
}

.branch a:nth-child(10n) {
    margin-right: 0;
}

.branch a:hover {
    background-color: #945ACA;
    color: #fff;
}

.friends {
    padding: 14px 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #F5F5F5;
}

.tips_f {
    margin-bottom: 10px;
    font-weight: bold;
}

.friends a {
    display: inline-block;
    margin-right: 27px;
    line-height: 30px;
    color: #8A8A8A;
}

/*entrance end*/
/*footer*/
.footer {
    padding-top: 36px;
    /*padding-bottom: 70px;*/
    background: #945ACA;
}

.footer.active {
    padding-bottom: 0;
}

.bottom_nav .left {
    float: left;
}

.bottom_nav .left h2 {
    margin-bottom: 34px;
}

.bottom_nav .left h2 a {
    font-size: 36px;
    color: #D0A9FF;
    font-weight: normal;
}

.bottom_nav .left h2 strong {
    font-size: 16px;
}

.left span {
    margin-right: 81px;
}

.left span a {
    margin-right: 49px;
    font-size: 14px;
    color: #D0A9FF;
}

.line {
    float: left;
    height: 140px;
    margin-top: 64px;
    margin-right: 85px;
    border-left: 1px solid #BC90F1;
}

.right {
    float: left;
}

.right dt {
    margin-bottom: 16px;
    color: #fff;
}

.right dl {
    float: left;
    width: 166px;
    margin-right: 72px;
}

.right .dl01 {
    width: 148px;
}

.right dl:nth-child(3) {
    margin-right: 0;
}

.right dd {
    margin-bottom: 18px;
}

.right dl a {
    color: #E4CEFF;
    font-size: 14px;
}

.copyright {
    height: 40px;
    margin-top: 32px;
    background: #7950AB;
    line-height: 40px;
    color: #E4CEFF;
    font-size: 14px;
    text-align: center;
}

.footer a:hover, .bottom_nav .left h2 strong:hover {
    color: #fff;
}

/*footer结束*/
.fixed {
    position: fixed;
    top: 200px;
    right: 20px;
}

.fixed li {
    width: 36px;
    height: 36px;
    border: 1px solid #E1E0E0;
    margin-bottom: 4px;
    background-color: #fff;
    transition: background-color .5s ease;
}

.fixed li:hover {
    background: #8C65CC;
}

.fixed01:hover .icon01 {
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/icon01_a.png");
}

.fixed02:hover .icon02 {
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/icon02_a.png");
}

.fixed03:hover .icon03 {
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/icon03_a.png");
}

.icon {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    margin-left: 3px;
    background-repeat: no-repeat;
}

.icon01 {
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/icon01.png");
}

.icon02 {
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/icon02.png");
}

.icon03 {
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/icon03.png");
}

.fixed_ad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
}

.close {
    position: absolute;
    top: 12px;
    right: 30px;
    width: 19px;
    height: 19px;
    background-image: url("https://www.walldrift.com/__xh__/huatu.com/images/gxg_css/images/delate.png");
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;
}

.fixed_ad img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only all and (max-width:1080px) {
    .header, .footer, .pc {
        display: none;
    }

    .mob_header, .mobile {
        display: block;
    }

    body, html {
        min-width: auto;
        font-size: .7rem;
    }

    .wrap {
        width: 94%;
    }

    .mob_header {
        display: block;
        width: 100%;
        height: 1.5rem;
        line-height: 1.5rem;
        padding: .3rem 0;
        background-color: #f5f5f5;
        border-bottom: 1px solid #ccc;
        font-size: .65rem;
    }

    .m_logo {
        display: block;
        width: 6rem;
        height: 1.5rem;
        margin-left: .5rem;
        background-image: url(https://www.huatu.com/images/2015css/images/mob_logo.png);
        background-repeat: no-repeat;
        background-size: 100%;
        text-indent: -999em;
    }

    .m-footer {
        display: block;
        color: #fff;
        text-align: center;
        height: 2.5rem;
        width: 100%;
        margin-bottom: 1.5rem;
        line-height: 2.5rem;
        background-color: #333;
    }

    .m-footer.active {
        margin-bottom: 0;
    }

    .fixed {
        top: 10rem;
    }

    .fixed li {
        width: 1.5rem;
        height: 1.5rem;
        margin-bottom: .2rem;
    }

    .icon {
        width: 1.2rem;
        height: 1.2rem;
        margin: .2rem auto 0 auto;
        background-size: 100%;
    }

    .close {
        top: -.6rem;
        right: .1rem;
        width: .9rem;
        height: .9rem;
        background-size: 100%;
    }

    .fixed_ad {
        height: auto;
    }

    .fixed_ad img {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .nav {
        margin-top: 0;
        border-bottom: none;
    }

    .nav.wrap {
        width: 100%;
    }

    .nav .nav01 {
        margin-left: 0;
    }

    .navigation, .nav_slide {
        width: 20%;
        height: 2rem;
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 0;
        font-size: .8rem;
        text-align: center;
        background-color: #945ACA;
        color: #fff;
        line-height: 2rem;
    }

    .nav_list {
        top: 2rem;
        box-shadow: 0 .125rem .25rem .005rem rgba(0, 0, 0, 0.06);
        font-size: .75rem;
        z-index: 3;
    }

    .nav_list li {
        width: 5rem;
        height: 1.7rem;
        padding-left: 0;
        line-height: 1.7rem;
        font-size: .7rem;
    }

    .nav_list02 span {
        display: none;
    }

    .nav_list02.on {
        width: 16rem;
        left: -4.6rem;
    }

    .nav_list02.on li a {
        display: block;
    }

    .nav_list02.on li {
        float: left;
        height: auto;
        margin-right: .2rem;
    }

    .nav_list02.active {
        display: none;
        width: 11rem;
    }

    .nav_list02.active {
        left: -3rem;
    }

    .nav_list02.active li {
        width: 10rem;
    }

    .navigation:hover, .nav_slide:hover {
        color: #f81233;
        border: none;
    }

    .region {
        padding: .5rem 0 0 0;
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .region ul {
        margin: 0 .4rem;
    }

    .region li {
        margin-bottom: .5rem;
        font-size: .7rem;
    }

    .letter {
        width: auto;
        padding: .1rem .5rem;
        height: auto;
        margin-right: .45rem;
        margin-bottom: .5rem;
        line-height: inherit;
        font-size: .75rem;
    }

    .region_msg a {
        margin-right: .25rem;
    }

    .news_wrap {
        margin-top: 1rem;
    }

    .news_l {
        float: none;
        width: 100%;
    }

    .news .news_title {
        margin-bottom: .325rem;
    }

    .news_title a {
        margin-right: .25rem;
        font-size: .85rem;
    }

    .news {
        margin-bottom: .4rem;
    }

    .news a {
        margin-right: .25rem;
        font-size: .75rem;
    }

    .news_f {
        width: 3.8rem;
        height: 1.2rem;
        line-height: 1.2rem;
    }

    .tab {
        width: 100%;
    }

    .mainBanner {
        width: 100%;
        height: 8.6rem;
        margin-top: .7rem;
    }

    .mainBanner .bd a {
        height: 8.6rem;
    }

    .mainBanner .hd {
        bottom: .25rem;
    }

    .mainBanner .hd li {
        padding-top: .25rem;
        padding-bottom: .25rem;
        margin-right: .25rem;
    }

    .mainBanner .hd li div {
        width: 1.5rem;
        height: .15rem;
    }

    .mainBanner .sNext, .mainBanner .sPrev {
        left: .275rem;
        width: .675rem;
        height: 1.325rem;
        margin-top: -.6625rem;
        background-size: 100%;
    }

    .mainBanner .sNext {
        left: auto;
        right: .275rem;
    }

    .mainBanner .bd li {
        background-size: 100% !important;
    }

    .exam {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .header_title h3 {
        font-size: 1rem;
    }

    .header_title {
        border-bottom: .1rem solid #E7E7E7;
        padding-bottom: .35rem;
    }

    .calendar {
        float: none;
        width: 100%;
    }

    .calendar_title {
        width: 100%;
        height: 1.5rem;
        margin-top: .4rem;
        margin-bottom: .5rem;
        line-height: 1.5rem;
        overflow: hidden;
    }

    .calendar_title p {
        float: left;
        font-size: .8rem;
        text-align: center;
    }

    .calendar_title01 {
        width: 50%;
        margin-left: 0;
        text-align: left;
    }

    .calendar_content {
        width: 50%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .calendar_title02, .calendar_title03, .calendar_time, .calendar_href {
        width: 25%;
    }

    .calendar_list li {
        margin-bottom: .35rem;
    }

    .affiche {
        float: none;
        width: 100%;
        margin-top: 1rem;
    }

    .more_por {
        padding-bottom: .5rem;
        padding-right: .7rem;
    }

    .more_por i {
        top: .3rem;
        width: .5rem;
        height: .35rem;
        background-size: 100%;
    }

    .more_list {
        top: 1rem;
        left: -1.5rem;
    }

    .more_list li {
        width: 4rem;
        height: 1.5rem;
        line-height: 1.5rem;
    }

    .affiche_tips {
        border-bottom: .05rem solid #945ACA;
        padding-bottom: .1rem;
        margin-top: .5rem;
        margin-bottom: .85rem;
        font-size: .8rem;
    }

    .affiche_list li a {
        max-width: 80%;
    }

    .affiche_list li {
        margin-bottom: .5rem;
    }

    .datum_wrap {
        float: none;
        width: 100%;
        margin-top: 1rem;
        margin-right: 0;
    }

    .datum_title.on {
        border-bottom: .005rem solid #9060CB
    }

    .datum_title {
        padding-bottom: .5rem;
        /*margin-right: 1.25rem;*/
        font-size: .8rem;
    }

    .datum_list {
        margin-top: .9rem;
    }

    .circle {
        width: .3rem;
        height: .3rem;
        margin-top: .35rem;
        margin-right: .35rem;
    }

    .datum_list li {
        margin-bottom: .5rem;
    }

    .datum_wrap.active:nth-child(2) {
        margin-top: 1rem;
    }

    .datum.active {
        margin-top: 1rem;
    }

    .datum.active .datum_list {
        margin-top: .5rem;
    }

    .recommend {
        margin-top: 1rem;
    }

    .rec_list {
        margin-top: 1rem;
    }

    .rec_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 1rem;
    }

    .teacher {
        max-width: 6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .rec_list li:nth-child(3n) {
        margin-right: 2%;
    }

    .rec_list li:nth-child(even) {
        margin-right: 0;
    }

    .num {
        margin-top: .2rem;
    }

    .img_wrap {
        width: 100%;
        height: 10rem;
        margin-bottom: .7rem;
    }

    .img_wrap p {
        height: 1.5rem;
        line-height: 1.5rem;
    }

    .msg {
        margin-bottom: .7rem;
    }

    .teacher {
        font-size: .75rem;
    }

    .price {
        font-size: .8rem;
    }

    .num i {
        width: .6rem;
        height: .6rem;
        padding-right: .8rem;
        margin-right: .5rem;
        background-size: 100%;
    }

    .buy {
        width: 2.7rem;
        height: 1.5rem;
        line-height: 1.5rem;
    }

    .branch {
        margin-top: 1rem;
    }

    .branch a {
        width: 18.4%;
        height: 1.5rem;
        margin-bottom: .7rem;
        margin-right: 2%;
        line-height: 1.5rem;
    }

    .branch a:nth-child(10n) {
        margin-right: 2%;
    }

    .branch a:nth-child(5n) {
        margin-right: 0;
    }

    .friends {
        padding: .7rem .4rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .friends a {
        margin-right: .3rem;
        line-height: 1.2rem;
    }

    .img_wrap img {
        position: static;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
    }
}