/*CSS Reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
    margin: 0;
    padding: 0; }

body {
    font-family:Microsoft YaHei,Helvetica,STHeiTi,sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    background-color: #f8f8f8;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

caption, th {
    text-align: left; }

fieldset,
img {
    border: 0; }

li {
    list-style: none; }

ins {
    text-decoration: none; }

del {
    text-decoration: line-through; }

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0; }

button {
    -webkit-appearance: none;
    border: 0;
    background: none; }

a {
    -webkit-touch-callout: none;
    text-decoration: none; }

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent; }

em, i {
    font-style: normal; }
body{
    min-width: 300px;
    background: #fff;
    padding-right:0!important;
}
.fade.in{
    padding-right:10px!important;
    padding-left:10px!important;
}
.row{
    padding-left: 15px;
    padding-right: 15px;
}
/*navbar start*/
.navbar-box{
    background: #1479d7;
}
.navbar{
    height:50px;
    background: #1479d7;
    color: #fff;
    font-size: 14px;
    margin:0;
    border:none;
    border-radius: 0;
}
ul.navbar>li{
    float:left;
    line-height:50px;
}
ul.navbar>li.navbar-img>img{
	height:28px;
}
.navbar-header{
    height:30px;
    width:30px;
    float: right!important;
    cursor: pointer;
/*     background:red; */
    height:100%;
}
.navbar-header>img{
    width: 100%;
}
.navbar-list{
    width:80px;
    font-size: 16px;
    text-align: center;
}
.navbar-list:hover{
    background: #1479d7;
    cursor: pointer;

}
/*course-row*/
.course-row{
    overflow: hidden;
    margin:10px 0;
    margin-top:0px;
    border-bottom:1px solid #ccc;
    padding: 9px 0;
    margin-bottom:16px;
}
.course-row-list{
    color: #333;
   height:30px;
   line-height:30px;
   padding:0 8px;
    float: left;
    margin: 4px 10px;
    margin-left:0;
    cursor: pointer;
    font-size: 14px;
    border:1px solid #fff;
    box-sizing: border-box;
}
.course-row-list:hover{
    border:1px solid #8AAA46;

}
.default-list{
    background:#8AAA46;
    color: #ffffff!important;
    border:1px solid #8AAA46;
    box-sizing: border-box;
}
.userNameHover{
    width: 140px!important;
    height: 120px!important;
    background: #fff;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 10px 5px;
    color: #000;
    border: 1px solid #e6e6e6;
    -moz-box-shadow: 2px 2px 5px #A3A3A3;
    -webkit-box-shadow: 2px 2px 5px #A3A3A3;
    box-shadow: 2px 2px 5px #A3A3A3;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    z-index: 1004;
    display: none;
    cursor: pointer;
}
.userNameList {
    width: 140px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 40px;
    margin-top: 0!important;
}
.userNameList>a{
    padding:0 30px;
    text-decoration: none;
    color:#000;
    display: block;
    width: 145px;
    height:100%
}
.userNameList>a:hover{
    color: #698235;
    text-decoration: none;
}
.userNameList:hover {
    background: #ECF2DF;
    text-decoration: none;
    color: #ECF2DF!important;
}
.userNameList>a>img{
    margin-right:7px;
}
/*personal-imformation*/
.personal-imformation>tbody>tr>th,.personal-imformation>tbody>tr>td{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
/*pass-input*/
.pass-input{
    width:100%;
    max-width: 320px;
    margin:  0 auto;
    display: block;
    height:40px;
    padding: 0 3px;
    border:1px solid #ccc;
    border-radius:0;
}
.search-input-box>.right>div>button{
    height:36px!important;
    line-height: 36px!important;
}
.search-input{
    height:36px;
    line-height:36px;
    font-size: 14px;
    padding:0 5px;
    border:1px solid #ccc;
    border-right:1px solid  #DDE9C7;
    border-radius:0;
}
.search-input-box button{
    line-height: 30px;
    padding:0;

}
.search-input-box{
    padding-bottom:14px;
    overflow: hidden;
}
.search-border-bottom{
   /* margin-top: 10px;*/
    border-top: 1px solid #ccc;
    overflow: hidden;
}

@media (max-width: 370px) {
    .navbar-img{
        display:none;
    }

}

@media (min-width: 500px) {
    .search-input-box{
        width: 430px;
    }
    .main{
        float: left;
    }
    .right{
        float: right;
    }
    .search-input{
        width: 310px;
        float: left;
    }
    .search-input-box>.button-group{
        float: right;
    }
}
@media (max-width: 499px) {
   .search-input-box>.button-group{
       float: right;
   }
    .search-input{
        margin-right: 120px;
        display: block;
    }
    .right{
        width:120px;float:right;
    }
    .main{
     margin-right: 120px;
    }
    .main>input{
        width: 100%;
    }
}
/*tset-name*/
.tset-name{
	padding-right:10px!important;
    font-size: 18px;
    color:#698235 ;
    max-width:400px;
}
.tset-name:hover{
    text-decoration: underline;
    cursor: pointer;
}
.tset-imformation{
    line-height: 30px;
    color: #989898;
    font-size:16px;
}
.tset-name,.tset-imformation{
    /* max-width:300px; */
    float: left;
    padding:0
}
.test-list{
    padding:14px 0;
    overflow: hidden;
}
.mune-list{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.border-none>div{
	margin:18px 0
}
.test-list.search-border-bottom:hover{
    background: #f2f2f2;
    cursor: pointer;
}
.test-right{
    /*width:60px;*/
    float:right;
    padding:0;
}
.test-main{
    overflow: hidden;
    padding: 0;
}
.tset-state{
    font-size: 18px;
    line-height: 30px;
    text-align: right;
}
/*test-detail*/
.test-detail-state{
    line-height: 20px;
    font-size: 15px;
}
.test-detail{
    border-bottom:1px solid #ccc;
}
.test-detail .tset-state{
    text-align: right;
}
.test-num{
    width: 100%;
    color:#989898;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0;
}
.question-title{
    /*text-align: justify;*/
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}
.question-list-answer img,.question-title img{
	max-width:100%;
}
.question-title input{
    margin: 2px;
    color:#1479d7;
}
.question-list{
    overflow: hidden;
    margin: 15px 0;
    display: block;
    width: 100%;
}
.test-imformation,.test-imformation>ul{
    width:100%;
}
.question-list-num{
    display: block;
    width:40px;
    height:40px;
    border-radius: 50%;
    border:1px solid #1479d7;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
    color: #1479d7;
    margin-right: 10px;
    float: left;
    cursor:pointer;
}
.question-list-answer{
    margin-top: 5px;
    display: block;
    float: left;
    text-align: justify;
    font-size: 18px;
}
.list-judge-false-g{
    border:0;
    background: url(../img/false_gray.png);
}
.list-judge-false-n{
    border:0;
    background: url(../img/false_no.png);
}
.list-judge-false-o{
    border:0;
    background: url(../img/false_ok.png);
}
.list-judge-false-r{
    border:0;
    background: url(../img/false_readover_right.png);
}
.list-judge-false-w{
    border:0;
    background: url(../img/false_readover_wrong.png);
}


.list-judge-true-g{
    border:0;
    background: url(../img/true_gray.png);
}
.list-judge-true-n{
    border:0;
    background: url(../img/true_no.png);
}
.list-judge-true-o{
    border:0;
    background: url(../img/true_ok.png);
}
.list-judge-true-r{
    border:0;
    background: url(../img/true_readover_right.png);
}
.list-judge-true-w{
    border:0;
    background: url(../img/true_readover_wrong.png);
}
/*鍗曢��*/
.list-single-option-g{
    color:#898989;
    border:1px solid #898989;

}
.list-single-option-n{
    background: url(../img/single_option.png) ;

    border:0px solid #1479d7;
}
.list-single-option-o{
    border:0;
    background: url(../img/single_option_ok.png);
    color:#fff;
}
.list-single-option-r{
    border:0;
    background: url(../img/mobile_16.png);
    color:#fff;
}
.list-single-option-w{
    border:0;
    background: url(../img/mobile_15.png);
    color:#fff;
}
.list-single-option-s{
    border:0;
    background: url(../img/mobile_24.png);
    color:#fff;
}
/*澶嶉��*/
.list-more-option-g{
    border:0px solid #ccc;
    color:#898989;
    border-radius:0;
    background: url(../img/mobile_19.png) ;
}
.list-more-option-n{
    border:0px solid #1479d7;border-radius:0;
    background: url(../img/more_option.png) 
}
.list-more-option-imgc{
    border:1px solid #1479d7;border-radius:0;
    background: url(../img/u567.png) -1px -1px;
}
.list-more-option-imgn{
    border:1px solid #1479d7;border-radius:0;
    background: url(../img/u571.png) -1px -1px;
}
.list-more-option-o{
    border:0;border-radius:0; color:#fff;
    background: url(../img/more_option_ok.png);
}
.list-more-option-r{
    border:0;border-radius:0; color:#fff;
    background: url(../img/mobile_22.png);
}
.list-more-option-w{
    border:0;border-radius:0; color:#fff;
    background: url(../img/mobile_21.png);
}
.list-more-option-s{
    border:0;border-radius:0; color:#fff;
    background: url(../img/mobile_23.png);
}
.system-answer{
    padding:10px 0;
}
.system-analysis,.system-answer{
    font-size: 16px;
}
.system-analysis>.test-num{
    padding: 3px 0;
}
.zonghe-bottom{
    border-bottom:1px solid #ccc;
    overflow: hidden;
    margin-bottom: 10px ;
    padding-bottom: 10px;
}
.test-div{
    border: 1px solid #ccc;
    padding: 3px;
    line-height: 25px;
    border-radius: 3px;
}
.test-input{
	max-width:100%;
	min-width:100px;
    min-height:30px;
    border:1px solid #1479d7;
    border-radius: 2px;
    padding:0 3px;
    line-height:30px;
}
.input-already{
    border:1px solid #ccc!important;
    color:#898989!important;
}
.test-textarea{
    width: 100%;
    min-height:90px;
    margin-top: 10px;
    border-radius: 2px;
    border:1px solid #1479d7;
    padding: 3px;
    resize: vertical;
    text-align: justify;
	resize:none;
}
/*button-group-bottom*/
.button-group-bottom{
    position: fixed;
    bottom: 0px;
    left: 0px;;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    z-index:50;
}
.button-group-bottom-list{
    width: 33.33333333333%;
    height: 100%;
    float: left;
    font-size: 18px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow:ellipsis;
    opacity: 1!important;
    padding:0;
    border-radius: 0;
}
.button-group-bottom-list.disabled,.button-group-bottom-list.disabled:hover{
    background: #ccc!important;
}
.border-right{
    border-right:1px solid #ccc;
}
.bottom-next{
    background:#8AAA46 ;
}
.bottom-next.bg-green:hover{
    background:#1479d7 ;
}
.p-width-50.bg-green:hover{
    background:#1479d7 ;
}
.p-width-50.bg-blue:hover{
    background:#558ED5 ;
}
.p-width-100.bg-blue:hover{
    background:#558ED5 ;
}
.bottom-list-time{
    font-weight: bold;
    background:#679BDA;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}
.tika-btn{
    max-width:100px;
    height:24px;
    display: block;
    /*background:url(../img/answer_sheet_bt.png) no-repeat 3px;*/
    margin: 0 auto;
    margin-top: 13px;
}
.tika-btn>span{
    display: block;
    float: right;
    line-height: 26px;
}
.tika-btn>img{
    display: inline-block;
    float: left;
    margin-top: 4px;
}
.bottom-list-time:hover{
    background: #558ED5;
}
.question-list-ckecked{
    background: #1479d7;
    color: #fff;
}
.list-judge>img{
    width:40px;
    height:40px;
}
.add-picture{
    width: 150px;
    height:40px;
    overflow: hidden;
    background: #8AAA46;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.add-picture-input{
    width: 150px;
    height:40px;
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    cursor: pointer;
}
.text-img{
    border-top: 1px solid #ccc;
    margin-top: 15px;
}
.text-img>img{
    width:100%;
    margin-bottom: 10px;
}
.text-img>div>img{
    width:100%;
  }
.text-img>div{
    margin: 15px 0;
}
.text-img-del{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    background: #D85C5C;
    cursor: pointer;
}
.text-img-inner{
    position: relative;
}
.add-picture.bg-gray:hover{
    background: #ccc!important;
}
/*tika*/
.tika{
    /*padding-left: 15px;*/
    padding-top:10px;
    overflow: hidden;
}
.tika .question-list-num{

    cursor: pointer;
    margin:0 10px;
    margin-bottom: 10px;
}
.tika>.test-num{
    float:left;
}






















/*************************************************************************/
/*default css*/
.bg-green{
    background: #8AAA46;
}
.bg-gray{
    background: #CCCCCC;
}
.bg-blue{
     background:#679BDA;
 }
.bg-skyblue{
     background:#00B888;
 }
.padding-bottom-60{
    padding-bottom: 60px;
}
.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow:ellipsis;
}
.modal-auto{
    margin: 0 auto;
    margin-top: 20px;
}
.btn-center{
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
}
.gray-btn{
    background: #A9A9A9;
    color:#fff;
    border-radius: 0px;
}
.gray-btn:hover{
    color:#fff;
    background: #929292;
}
.green-btn{

    background: #8AAA46;
    color:#fff;
    border-radius: 0px;
}
.green-btn:hover{
    color:#fff;
    background: #1479d7;
}
.light-green-btn{
    background:  #DDE9C7;
    color:#8AAA46;
    border-radius: 0px;
}
.light-green-btn:hover{
    color:#8AAA46;
    background: #D1E1B5;
}
.light-blue-btn{
    background:  #CAE4FF;
    color:#558ED5;
    border-radius: 0px;
}
.light-blue-btn:hover{
    color:#558ED5;
    background:#B9DCFF;
}
.color-red{
    color:red;
}
.color-gray{
    color:#888;
}
.color-green{
    color:green;
}
.color-skyblue{
    color:#00B888;
}
.red{
	color:#FF5353;
}
/*goback*/
.goback{
    width: 40px;
    height:40px;
    border-radius: 3px;
    position: fixed;
    right:20px;
    bottom: 20px;
    color:#fff;
    text-align: center;
    cursor: pointer;
    overflow:hidden;
}
/*footer*/
.footer {
    background: none repeat scroll 0 0 #3c4353;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    line-height:20px;
    padding:20px 20px;

}
.overflow{
    overflow: hidden;
}
/*
*
*鐧诲綍鐣岄潰
*****************************************************************/
.log-top{
    width: 100%;
    height: 80px;
    background: #fff;
    overflow: hidden;
}
.logo-right{
    width:80px;
    float: right;
}
.login-logo-right>span{
    font-size: 14px;
    color: #7ABC32;
    line-height: 14px;
}
.logo-right>img{
    width: 80px;
}
.logo{
    width:40px;
    float: left;
}
.login-logo{
    height: 40px;
    width: 130px;
    margin-top: 20px;
    float: left;
}
.login-help{
    margin-top: 40px;
    width: 80px;
    float: right;
    font-size: 13px;
    line-height: 25px;
}
.help-btn:hover{
    color:#3c763d;
    cursor: pointer;
}
.login-help>img{
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}
.log-center{
    width: 100%;
}
.log-center-left{
/*    height:600px;*/
    padding-top: 120px;
    overflow: hidden;
}
.log-center-ewm{
    width: 150px;
    float: right;
    margin-right: 20px;
    margin-top: 50px;
    font-size: 14px;
    color:#fff;
}
.log-center-ewm-bottom{
    width: 215px;
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 14px;
    color:#666666;
    margin:0 auto!important;
    text-align:center;
}
.log-center-ewm>img{
    width: 120px;
}
 .log-center-ewm-bottom img{
    width: 140px!important;
    margin-top:10px;
}
.img-uc{
    width:440px;
}

.ewm-top{
    margin-top: 60px;
    margin-bottom: 15px;
}
.ewm-top-bottom{
	margin-top: 0px;
    margin-bottom: 0px;
}
.ewm-bottom{
    margin-top: 10px;
}
.ewm-bottom>a{
    color:#fff;
    text-decoration: underline;
}
.ewm-bottom>a.color-green{
    color:green;
    text-decoration: underline;
}
.log-bottom{
    width: 100%;
    height: 150px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.log-bottom-top{
    margin-top: 25px;
}
.log-bottom-top.log-bottom-bottom{
    line-height: 30px;
}
.log-bottom-bottom>span>img{
    margin-bottom: 5px;
    margin-right: 5px;
}
.log-bottom-bottom>span{
    width: 150px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    float: left;
    cursor: pointer;
    background: #F2F2F2;
    color: blue;
    font-size: 13px;
    line-height: 32px;
}
.log-bottom-bottom>span:hover{
    background:#E6E6E6;
}
.log-bottom-bottom>div{
    width: 120px;
    height: 30px;
    float: left;
}
.log-bottom-bottom{
    width: 270px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5px;
}
@media (min-width: 1200px )and (max-width: 12000px) {
    .img-uc{
        width:455px!important;
        /*margin-left: 30px!important;*/
    }
    .log-center-ewm{
        margin-right: 40px;
    }
    .exam-info{
    	margin-left:10px;
    	max-width:420px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
	.log-center-ewm{
		margin-right:0;
	}
	.log-center-left{
		margin-left:0;
		padding-left:0;
	}
    .img-uc{
    	float:left;
        width:441px!important;
        margin-left: 0px!important;
    }
     .exam-info{
    	max-width:420px;
    }

}
.logoin-card>form>div{
    margin-right: 0;
    margin-left: 0;
}
.logoin-card>form>div>div{
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.login-title{
    font-size: 20px; 
    color: #000;
   margin-left:60px;
}
.logoin-card{
    margin: 0 auto;
    padding-top: 10px;
    background: #fff;
    height: 340px;
}
.logoin-card .form-group{
    overflow: hidden;
    margin: 30px 30px;
}
.logoin-card .form-group>div{
    float: none;
    margin: 0 auto;
}
.logoin-card>form>div>.col-sm-10{
    padding: 0;
}
.sign-btn{
    margin-top: 15px;
    width:100%;
    height: 50px;
    color: #ffffff;
    background: #79A84B;
    font-size: 16px;
}

.sign-btn-dc{
    margin-top: 15px;
    width:100%;
    height: 50px;
    color: #ffffff;
    background: #267AB6;
    font-size: 16px;
}
.pass-word{
    margin-left: 20px;
    margin-right: 20px;
}
.pass-word>div{
    padding-left:10px;
    padding-right: 10px;
}
.sign-btn:hover{
    background:#73A145;
    color:#fff;
}
.logoin-card .form-control{
    height:40px;
}
.form-control:focus {
    border-color: #1276FF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(101, 220, 179, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(101, 220, 179, 0.6);
}
.mycode{
    width: 100px;
    border-radius: 4px;
    line-height: 40px;
    border:1px solid #CCC;
    height: 40px;
    float: right
}
.mycode>div>span{
    line-height: 40px!important;
}
.logoin-card input{
    background: #f2f2f2;
}
.log-center-right{
    padding-left:0;
    padding-right:0;
}
@media (max-width: 990px ){
    .log-center-left{
        padding-top: 0px;
        margin-top: 20px;
    }
    .log-center{
        background: #fff;
        border-top:1px solid #ccc;
    }
    .logoin-card .form-group{
        margin-right: 0px;
        margin-left: 0px;
    }
    .pass-word>div{
        padding-left:0;
        padding-right:0;
    }
    .pass-word{
        margin-left:0;
        margin-right:0;
    }
    .login-title{
        margin-left: 0px;
    }
}
@media (min-width: 991px ){
    .log-center{
        height: 600px;
        /* background: url(../img/christmas-background.jpg); */
        background: url(../img/cloud.png);
        background-color: transparent;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .log-center-dc{
        height: 600px;
        background: url(../img/u0dc.jpg);
        background-color: transparent;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
}
.close{
	width: 30px;
    height: 30px;
}

/*娉ㄥ唽*/
#toRegister{
	margin-left:130px;
	cursor: pointer;
}
#registerPanel{
	width:650px;
	height:auto;
}
#inputSchool {
    position: absolute;
    width: 518px;
}