/*兼容性*/
@media (min-width: 768px) {
    .header {
        position: fixed;
        display: block;
        width: 100%;
        padding: 4px 0;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0 0 5px #888;
    }

    .practice_content {
        padding: 20px 0;
    }

    .test1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .bannerP {
        padding-top: 60px;
    }

    .news_text {
        padding-top: 60px;
    }

    .examList {
        padding-top: 60px;
    }

    .exam {
        padding-top: 60px;
    }

    .examList {
        padding-top: 60px;
    }

    .problem {
        padding-top: 60px;
    }

    /*.examList-content {*/
    /*min-height: 1100px;*/
    /*width: 1170px !important;*/
    /*}*/

}

@media (max-width: 768px) {
    .test1, .news_content1, .news_content2 {
        padding: 5px;
    }

    .examMode {
        padding-top: 0 !important;
    }

    .contestInfo,.contest {
        padding-top: 0 !important;
    }

    .examMode-content {
        width: 100% !important;
    }

    .jumbotron {
        padding: 15px !important;
    }

    .footer_3 {
        display: none;
    }

    .exam-container {
        padding: 0 !important;
    }

    .listTime {
        float: none !important;
        display: block;
    }
}

/*@media (max-width: 1000px) {*/
    /*#texam_button {*/
        /*position: static !important;*/
    /*}*/

    /*.footer_1 {*/
        /*text-align: left !important;*/
    /*}*/

    /*.head_right_img {*/
        /*width: 80px !important;*/
        /*height: 80px !important;*/
        /*background-image: url("../../../../home/images/bct-evmMobile.jpg") !important;*/
        /*top: -90px !important;*/
        /*left: auto !important;*/
        /*right: 30px !important;*/
        /*display: inline-block !important;*/
    /*}*/
/*}*/



/*@media (min-width: 1200px) {*/
    /*.container {*/
        /*width: 1280px;*/
    /*}*/
/*}*/

@media (min-width: 1000px) {
    .practice, .news, .contest {
        padding: 200px 0;
    }

    article {
        min-height: 800px;
    }
}

/*导航栏*/
.navbar {
    margin: auto;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-brand {
    padding: 0;
    margin: 0 !important;
}

.navbar-brand img {
    display: inline-block;
}

.header-font {
    font-weight: bold;
    color: #000 !important;
    vertical-align: middle;
    line-height: 50px;
    font-size: 1.7em;
}

.navbar-right {
    font-size: 1.3em;;
}

.navbar-right > li > a:hover {
    background-color: #e7e7e7 !important;
}

.active > a {
    background-color: #fff !important;
    color: #fb8520 !important;
}

.modal-title {
    color: #fb8520;
}

.btn-primary {
    background-color: #fb8520 !important;
    border-color: #fb8520 !important;
}

.yam, .phoKey {
    background-color: #e6e6e7;
    text-align: center;
    line-height: 44px;
    color: #000;
    border-radius: 6px;
    letter-spacing: 3px;
    font-size: 18px;
    padding: 10px;
}

#key {
    width: 20%;
    display: inline-block;
    margin: 0 5%;
}

.error {
    clear: both;
    color: red;
    /*padding: 20px 0;*/
    /*height: 20px;*/
    /*font-size: 12px;*/
    /*line-height: 20px;*/
}

.form-group {
    margin-bottom: 25px;
}

.modal-body-type {
    text-align: right;
}

#login_btn {
    margin: 0 5%;
}

.modal-footer-log {
    color: #fb8520;
    text-align: left;
}

.modal-footer img {
    margin-left: 5px;
}

/*轮播图*/
.carousel {
    height: auto;
    background-color: #000;
}

.carousel .item {
    height: auto;
    background-color: #000;
}

.carousel image {
    width: 100%;
    height: auto;
}

/*训练部分*/
.practice {
    width: 100%;
    background-color: #f7fcff;
}

.test1 img:hover {
    box-shadow: 5px 12px 14px 0 rgba(0, 0, 0, 0.1);
}

/*****************新闻*****************/
.news {
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7;
}

.news ul {
    list-style: none;
}

.news li {
    margin-top: 38px;
    padding: 0 1em;
}

.news a {
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
}

.news a:hover {
    color: #fb8520;
    cursor: pointer;
}

.news b {
    color: #fb8520;
}

.news p:after {
    content: "";
    display: inline-block;
    width: 31px;
    border-top: 14px solid #fb8520;
    border-left: 15.5px solid transparent;
    border-right: 15.5px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 75px;
    top: 100%;
    transform: translate(-50%);
}

#news {
    background-color: #fb8520;
    margin: 0;
    padding: 1rem;
    color: #fff;
    font-size: 27px;
    position: relative;
}

#classes {
    background-color: #fb8520;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 27px;
    position: relative;
}

/*****************footer部分*****************/
.footer {
    background-color: #3a3a3a;
    width: 100%;
}

.footer a {
    color: #fff;
    font-size: 1.1em;
}

.footer_content a:hover {
    background-color: #333 !important;
    box-shadow: 5px 12px 14px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.footer_1 {
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}

.footer_2 p {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

.footer_2 span {
    padding: 0 10px;
    margin: 0 10px;
}

.footer_3 {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

.footer_3 p {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    color: #939393;
    margin-bottom: 0;
}

.head_right_img {
    width: 130px;
    height: 130px;
    background-image: url("../../../../home/images/bct_evm.jpg");
    background-repeat: no-repeat;
    position: absolute;
    top: -13px;
    right: -50px;
    display: none;
    z-index: 5;
}

/*新闻阅读界面*/
.news_content {
    border-left: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    padding: 0;
}

.news_content li{
    padding: 0 1em;
}

header {
    text-align: center;
}

h1 {
    padding: 10px;
}

header > p {
    padding-top: 20px;
    margin: 0;
    font-size: 1.2em;
    color: #999;
}

header > p > span {
    margin-right: 2em;
    color: #000;
}

section {
    font-size: 1.3em;
    line-height: 2.5em;
    text-align: justify;
    padding: 15px 20px;
}

footer {
    text-align: center;
    color: #999;
    font-size: 1em;
    background-color: #f7f7fa;
    line-height: 2.5em;
    border-top: 1px #e1e1e1 solid;
}

footer > p {
    margin: 0;
}

#btn {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 54px;
    bottom: 225px;
    display: none;
    background-color: #fb8520;
}

.breadcrumb a {
    color: #fb8520;
    font-size: 20px;
    text-decoration: none;
}

/*初赛试题界面*/

.exam {
    background-color: #ebedf0;
}

.exam-container {
    padding: 0 50px 60px;
    font-size: 1.3em;
}

#texam_content {
    background-color: #fff;
    padding: 0 20px 20px;
}

#texam_content h1 {
    font-size: 28px;
    /*color: #666;*/
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

#t_type {
    background-color: #fb8520;
    color: #fff;
    width: 80px;
}

.e1 {
    text-align: center;
}

.e1 h1 {
    margin: 0;
    padding: 40px 0;
}

.exam_s h4 {
    margin: 30px 0 30px;
    font-weight: bold;
    line-height: 1.5em;
}

.e2 > div, .e3m > div {
    margin-bottom: 40px;
    margin-left: 10px;
}

.e2 > div > form, .e3m > div > form {
    margin-left: 28px;
    margin-top: 20px;
}

.e2 > div > form > label, .e3m > div > form > label {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.t_type {
    text-align: center;
}

.examId {
    display: none;
}

form input {
    border: 0;
    border-bottom: 1px solid #000;
}

#answer_id {
    display: none;
}

#texam_button {
    position: fixed;
    top: 150px;
    background-color: #fff;
    padding: 20px;
}

#texam_button input {
    width: 50px;
    font-size: 0.5em;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 2px;
    margin-bottom: 2px;
}

#texam_button input.btn {
    padding: 3px 3px;
    border-radius: 2px;
}

.exam-container ul {
    margin: 0;
    padding: 0;
}

.exam-container li {
    list-style: none;
    display: inline;
}

.fill_t, .read_t, .complete_t {
    margin-bottom: 40px;
}

.fill_t div, .read_t div, .complete_t div {
    margin-top: 25px;
}

.fill_t span, .read_t span, .complete_t span {
    line-height: 40px;
}

#timeout, #timeContinue, #examtype {
    background-color: #fb8520;
    color: #fff;
}

#time_limit {
    display: none;
}

#typeMode {
    background-color: #fb8520;
    margin-right: 30px;
    color: #fff;
}

#typeCancel {
    background-color: #286090;
    color: #fff;
}

/*初赛试题答案界面*/

#t_typeResult {
    background-color: #fb8520;
    color: #fff;
    width: 80px;
}

.examAnswer {
    display: none;
}

.examAnswerTure {
    display: inline;
    color: #60E02D;
    margin-left: 20px;
}

#examScore {
    margin: 20px 0;
}

/*初赛试题列表*/
.examList-content {
    background-color: #ebedf0;
}

.examList-container {
    padding: 15px;
    background-color: #fff;
    min-height: 1100px;
    font-size: 1.3em;
}

.examList-container h1 {
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

.listTitle {
    cursor: pointer
}

.listScore {
    font-weight: bold;
}

.listNone {
    font-weight: bold;
    color: red;
}

.listStop {
    font-weight: bold;
    color: green;
}