@media (max-width:859px) {
/*配置body的样式*/
body {
    min-width: 200px !important;
}

/*模块标题*/
.module_title {
    min-height: 60px !important;
    height: auto !important;
}
/***************************************************模块1*****************************************************/
.module_one {
    height: auto !important;
    min-height: 120px;
}
/*模块1左侧*/
.one_left {
    width: 90% !important;
    max-width:240px;
    height: 100%;
}
/*模块1副标题*/
.module_one_sub_title {
    display: none;
}
/*模块1左侧和右侧的线*/
.one_line {
    display: none;
}
/*模块1登录*/
.login {
    background: #404040 !important;
    margin-bottom: 15px;
}
/*登录提示*/
.login_tip {
    display: none;
}

/****************************************************模块3*************************************************/
/*课程条目*/
.course_item {
    min-width: 180px !important;
}
/*****************************************************模块4********************************************/
/*兼职条目*/
.part-time_job_item {
    width: 100% !important;
}

/*****************************************************模块5**********************************************/
/*模块5外框*/

/*购买方法*/
.pay_methods {
    width: 100% !important;
    height: auto !important;
}

/*购买按钮外框公共样式*/
.pay_one, .pay_two {
    margin-top: 10px;
}

/*********************************************************模块6******************************************/
/*问题条目*/
.question_item {
    width: 90% !important;
}

/*********************************************************底部************************************************/
/*底部外框*/
.footer {
    width: 100%;
    height: 80px;
}

/***************************************************底部模块1******************************************************/
/*底部第1个模块标题外框*/
.footer_one_title_box {
    width: 90% !important;
}

/*底部第1个模块副标题*/
.footer_one_sub_title {
    display: none;
}

/*底部丝带*/
.footer_silk_ribbon {
    right: 20px!important;
}

}
