/*
* @Author: Administrator
* @Date:   2017-11-28 16:45:26
* @Last Modified by:   Administrator
* @Last Modified time: 2017-12-14 22:11:39
*/

.publicCen {
    width: 1200px;
    margin: 0 auto;
}

strong,
b {
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pubBut {
    padding: 10px 19px;
    font-size: 18px;
    color: #fff;
    background-color: #00aaff;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #00aaff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    outline: none;
}

.pubBut:hover {
    border-color: #009eed;
    background-color: #009eed;
}

.testintroBox {
    padding-top: 30px;
    background-color: #f5f8fa;
}

.testintroBox .testconLeft {
    width: 820px;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -moz-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -ms-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.testconLeft .pubBut{
    margin-left: 20px;
}
.testconLeft .pubBut.dis{
    color: #e1e6eb;
    border-color: #939ca5;
    cursor: default;
    background-color: #939ca5;
}
.testconLeft .pubBut.dis:hover{
    color: #e1e6eb;
    border-color: #939ca5;
    cursor: default;
}
.testconLeft h2 {
    /*	height: 76px;
	line-height: 76px;*/
    line-height: 40px;
    padding: 20px 0 10px 0;
    font-size: 24px;
    color: #333;
    border-bottom: 2px solid #e6e6e6;
}

.testloadArea {
    padding: 40px 40px 30px;
}
.testloadArea p img{
    display: block;
    max-width: 100%;
    height: auto !important;
}


.testconRight {
    width: 299px;
}

.testconRight .readtest {
    /*	border: 1px solid #000;*/
    height: 243px;
    padding: 23px 28px 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -moz-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -ms-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.readtest h3 {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    color: #858c94;
    line-height: 28px;
}

.readtest h3 b {
    position: absolute;
    left: 0;
    top: 0;
}

.readtest strong {
    display: block;
    padding: 16px 0 20px;
    font-size: 40px;
    color: #fe5151;
    text-align: center;
}

.readtest strong i {
    font-size: 20px;
}
.readtest .pubBut {
    display: block;
    margin: 0 auto;
}

.checktestBut {
    padding: 13px 43px;
    border-color: #fe5151;
    color: #fe5151;
    background-color: #fff;
}

.checktestBut:hover {
    border-color: #fff;
    color: #fff;
    background-color: #fe5151;
}

.apply {
    position: relative;
    color: #939ca5;
    border-color: #939ca5;
    cursor: pointer;
}

.apply:hover {
    color: #939ca5;
    border-color: #939ca5;
    background-color: #fff;
}

.apply em {
    position: absolute;
    right: -49px;
    top: -12px;
    width: 70px;
    height: 70px;
    background: url(../../images/5.2.6/haveRead_01.png) no-repeat center;
    background-size: cover;
}

.testconRight .analyArea {
    padding: 0 18px;
    background-color: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -moz-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -ms-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    box-shadow: 0 0 5px rgba(238, 238, 238, .75);
}


.testconRight .analyArea h2 {

    font-size: 18px;
    color: #333;
    line-height: 48px;
}

.testconRight .analyArea label {
    width: 266px;
    height: 140px;
    margin: 0;
    background: url(../../images/2.png) no-repeat center;
    background-size: cover;
    font-size: 16px;
    color: #5d6770;
    line-height: 24px;
}

.testconRight .analyArea p {
    padding: 10px 0 30px;
    font-size: 16px;
    color: #5d6770;
    line-height: 24px;
}
.testconRight .analyArea p:hover{
    color: #00aaff;
    cursor: pointer;
}

.testconRight .rankArea {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -moz-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    -ms-box-shadow: 0 0 5px rgba(238, 238, 238, .75);
    box-shadow: 0 0 5px rgba(238, 238, 238, .75);
}

.rankArea .rankUser{
    padding: 27px 0 30px;
    text-align: center;
    border-bottom: 1px solid #e4ecf3;
}

.rankArea .rankUser p{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(../../images/2.png) no-repeat center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.rankArea .rankUser strong{
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-top: 20px;
}

.rankUser .usetime{
    display: block;
    font-size: 14px;
    color: #939ca5;
    line-height: 1;
    margin-top: 26px;
}
.rankUser .userShow{
    margin-top: 25px;
}
.rankUser .userShow li{
    display: inline-block;
}

.rankUser .userShow hr{
    display: inline-block;
    height: 42px;
    margin: 0 22px;
    border: none;
    border-left: 1px solid #e4ecf3;
}

.userShow li i{
    display: block;
    line-height: 1;
    font-size: 24px;
    color: #ff6604;
}

.userShow li .noScore{
    color: #939ca5;
}
.userShow li span{
    display: block;
    margin-top: 8px;
    line-height: 1;
    font-size: 14px;
    color: #5d6770;
}

.rankArea .rankCon{
    padding: 24px 14px 0;
}
.rankArea .rankCon h2{
    line-height: 28px;
    font-size: 18px;
    color: #333;
}

.rankArea .rankconList li{
    position: relative;
    height: 90px;
    line-height: 90px;
    padding: 0 54px 0 97px;
    font-size: 0;
    border-bottom: 1px solid #eee;
}


.rankArea .rankconList b{
    position: absolute;
    left: 0;
    top: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #939ca5;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.rankArea .rankconList .b1{
    background: url(../../images/5.2.6/num_one_01.png) no-repeat center;
}

.rankArea .rankconList .b2{
    background: url(../../images/5.2.6/num_two_01.png) no-repeat center;
}

.rankArea .rankconList .b3{
    background: url(../../images/5.2.6/num_thr_01.png) no-repeat center;
}

.rankArea .rankconList .b4{
    background: url(../../images/5.2.6/nowap_01.png) no-repeat center;
}

.rankArea .rankconList .b5{
    background: url(../../images/5.2.6/nowap_02.png) no-repeat center;
}

.rankArea .rankconList .b6{
    background: url(../../images/5.2.6/nowap_03.png) no-repeat center;
}
.rankArea .rankconList em{
    position: absolute;
    left: 40px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: url(../../images/2.png) no-repeat center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.rankArea .rankconList .emDefault{
    background-image: url(../../images/default/default_stu_01.png);
    background-color: #dee1e5;
    background-position: center 6px;
}

.rankArea .rankconList strong{
    position: absolute;
    right: 0;
    top: 29px;
    font-size: 18px;
    color: #ff6604;
    line-height: 1;
}

.rankconList strong i{
    font-size: 12px;
}
.rankconList .consume{
    line-height: 1;
}
.rankconList .consume label{
    font-size: 16px;
    color: #333;
    padding: 26px 0 0;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rankconList .consume .labNone{
    color: #939ca5;
    text-indent: 14px;
    padding-top: 22px;
    margin-bottom: 0;
}
.rankconList .consume span{
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #939ca5;
    padding-top: 12px;
}


/*.rankCon .swiperClick {
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.swiperClick i{
  font-size: 16px;
  color: #ccc;
  margin: 0 10px;
  cursor: pointer;
}
.swiperClick i:hover{
  color: #00aaff;
}*/

/*---*/
.pages-test {
    margin:0 auto;
    padding: 20px 0;
}

.pages-test li {
    margin: 0 3px;
    border-color: #e7ecf0;
}

.pages-test li:nth-child(1) {
    display: none;
}

.pages-test li.prev,
.pages-test li.next {
    border: none;
}

.pages-test li.prev a,
.pages-test li.next a {
    width: auto;
    /*  padding: 3px 0px;*/
}


/*.pages-test li.prev,
.pages-test li.next {
    color: #fff;
    border-color: #07bbee;
    background-color: #07bbee;
}*/

.pages-test li a {
    display: inline-block;
    padding: 0;
    line-height: 18px;
    width: 18px;
    height: 18px;
    /*padding: 3px 6px;*/
    color: #999;
    /*line-height: 1;*/
}
.pages-test span {
    padding: 3px 5px;
}

.pages-test li span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pages-test li:hover,
.pages-test li.active {
    color: #00a9ee;
    border-color: #00a9ee;
    background-color: #fff;
}

.pages-test li:hover a{
    color: #00a9ee;
}
.pages-test li.active a{
    color: #00a9ee;
}
.pages-test li.disabled:hover {
    border-color: #d8d8d8;
}

.pages-test li.disabled:hover a {
    color: #999;
}

/*---*/

/* alert start*/

.pubBg {
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.asideCont {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -380px;
    margin-top:  -230px;
    width: 760px;
    /*height: 460px;*/
    background-color: #fff;
}

/*.asideCont-spe{
    height: 420px;
    margin-top: -210px;
}*/
.asideTitle {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    padding: 3px 15px 0 20px;
    border-bottom: 1px solid #e0e0e0;
}
.asideTitle .butDel {
    color: #666;
    line-height: 14px;
    margin-top: 10px;
    cursor: pointer;
}
.asideCont .asideInserCon {
    width: 100%;
    height: 370px;
    padding: 30px 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.asideInserCon  table{
    width: 100% ;
    border-collapse: collapse;
}
.asideInserCon th, .asideInserCon td {
    border: 1px solid #e0e0e0;
    text-align: center;

}

.asideInserCon th {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    background-color: #f0f0f0;
    line-height: 39px;
}
.asideInserCon td {
    font-size: 12px;
    color: #666;
    line-height: 33px;
}

.asideInserCon td i{
    color: #00a9ee;
    cursor: pointer;
}


.pages-find {
    margin: 0 auto;
    padding: 0 0 30px;
}

.pages-find li {
    color: #707070;
    border-color: #aaa;
}

.pages-find li:nth-child(1) {
    display: none;
}

.pages-find li a {
    padding: 5px 10px;
    color: #707070;
}

.pages-find li span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pages-find li:hover,
.pages-find li.active {
    color: #fff;
    border-color: #00aaff;
    background-color: #00aaff;
}

.pages-find li.disabled:hover {
    border-color: #d8d8d8;
}
.checktestBut.wait{
    border-color: #ece6eb;
    color: #939ca5;
    background: white;
}
.checktestBut.wait:hover{
    border-color: #ece6eb;
    color: #939ca5;
    background: white;
    cursor: default;
}

.c-fa{
    width: 250px;
    font-size: 16px;
}
/* alert end*/


