@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

.matchSlideShow {
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    font-size: 12px;
    margin: 5em 1em 1em 0;
    position: relative;
    height: 100%;
}

#matchSlideShow a img {
    border: 0;
}

#matchSlideShow .clear {
    clear: both;
}

#matchSlideShow .pairColom {
    float: left;
    padding: 1em 1em 0 1em;
    width: 67%;
    border: 1px solid #84deef;
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 2
}

#matchSlideShow .secondColom {
    float: left;
    padding: 1em 1em 0.5em 1em;
    width: 25%;
    height: 490px;
    border: 1px solid #84deef;
    background: #fff;
    border-radius: 12px;
    margin-left: 1.2em;
    z-index: -10;
    position: relative;
}

#matchSlideShow .controllBar {
    background: #ecf9ff;
    height: 57px;
    position: relative;
    z-index: 1;
    margin-top: -60px;
    font-size: 1em;
    padding: 0 1em;
    color: #0182c6;
    font-weight: bold;
    width: 67%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    float: left;
    border: 1px solid #84DEEF;
    border-radius: 12px 12px 12px 12px;
}

#matchSlideShow .ques {
    height: 50px;
    padding: 8px;
    background: #f0fcfc;
    border: 1px solid #cfe9f6;
    border-radius: 14px;
    color: #0182c6;
    font-size: 22px;
}


#matchSlideShow .picCon {
    height: 366px;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #0182c6;
    text-align: center;
}

#matchSlideShow .start {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#matchSlideShow .control {
    background: url(../images/conIcon.jpg) no-repeat;
    position: absolute;
}

#matchSlideShow .prev {
    background-position: 0 0;
    height: 22px;
    top: 20px;
    left: 10px;
    padding: 2px 0 0 30px;
    cursor: pointer;
}

#matchSlideShow .next {
    background-position: right -22px;
    height: 22px;
    top: 26px;
    right: 20px;
    padding: 2px 30px 0 0px;
    cursor: pointer;
}

#matchSlideShow .related {
    background-position: right -46px;
    height: 22px;
    top: 15px;
    right: 10px;
    padding: 2px 30px 0 0px;
    cursor: pointer;
}

#matchSlideShow .wordTitle {
    font-size: 18px;
    color: #0182c6;
    padding: 10px 10px 10px 5px;
    margin-bottom: 15px;
    line-height: 24px;
}

#matchSlideShow .counter {
    top: 29px;
    left: 200px;
    position: absolute;
}

#matchSlideShow .counter span {
    display: inline-block !important;
}

#matchSlideShow .setting {
    position: absolute;
    left: 46%;
    padding: 4px 10px;
    top: 13px;
    background: #fff;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
}

#matchSlideShow a.setting {
    text-decoration: none;
    color: #0182c6;
}

#matchSlideShow .slider {
    background: #ecf9ff;
    padding: 5px;
    height: 470px;
    border-radius: 10px;
    border: 1px solid #84deef;
    position: relative;
}

#matchSlideShow .slider ul {
    display: none;
}

#matchSlideShow .slider ul.active {
    display: block;
}

#matchSlideShow .image {
    /*position:absolute; left:0; top:0; width:550px; height:400px;*/
    background: #fff;
    text-align: center;
    height: 100%;
}


#matchSlideShow .hidden {
    display: none !important;
}

#matchSlideShow .slider ul {
    list-style: none;
    width: 95%;
    margin-left: 2%;
}

#matchSlideShow .slider ul li {
    border: 1px solid #cfe9f6;
    color: #0182C6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px;
    height: 50px;
    margin-top: 14px;
    background: #fff;
}

#matchSlideShow .slider ul li:hover {
    cursor: pointer;
}

#matchSlideShow .loder {
    position: absolute;
    width: 100%;
    height: 500px;
    background: #fff;
    text-align: center;
    z-index: 10000;
    top: 0;
    left: 0;
    padding-top: 200px;
}

#matchSlideShow .settingPop {
    position: absolute;
    width: 300px;
    border: 1px solid #cfe9f6;
    border-radius: 12px;
    background: #fff;
    left: 250px;
    top: 100px;
    z-index: 9999;
    box-shadow: 5px 5px 5px #888;
    padding: 10px;
    display: none;
}

#matchSlideShow .settingPop h2 {
    text-align: center;
    color: #0182c6;
    margin-bottom: 15px;
}

#matchSlideShow .settingCon {
    border: 1px solid #cfe9f6;
    border-radius: 12px;
    background: #cfe9f6;
    padding: 10px;
}

#matchSlideShow .settingCon p {
    color: #0182c6;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

#matchSlideShow .speed span {
    background: url(../images/act.png) no-repeat 0 -23px;
    padding-left: 32px;
    display: inline-block;
    height: 22px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #0182c6;
    cursor: pointer;
}

#matchSlideShow .speed span.active {
    background-position: 0px 0;
}

#matchSlideShow .save {
    background: #fff;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
    float: right;
    padding: 3px 15px;
    font-size: 14px;
    color: #0182c6;
    text-decoration: none;
    font-weight: bold;
    margin-top: 30px;
}

#matchSlideShow .save:hover {
    background: #0099CC;
    color: #fff;
}




/***************************** audio css ************************************/

#matchSlideShow .audioPlayer {
    position: absolute;
    top: 22px;
    right: 50%;
    z-index: 1000;
}

#matchSlideShow div.jp-interface {
    position: absolute;
}

#matchSlideShow div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#matchSlideShow .jp-controls li:first-child {
    display: none !important;
}

#matchSlideShow .jp-controls li .jp-pause {
    display: none !important;
}

#matchSlideShow a.jp-play,
#matchSlideShow a.jp-pause {
    width: 40px;
    height: 40px;
}

#matchSlideShow .jp-controls li {
    list-style: none;
}

/* @end */

/* @group progress bar */
#matchSlideShow a.jp-mute,
#matchSlideShow a.jp-unmute,
#matchSlideShow a.jp-volume-max {
    width: 42px;
    height: 38px;
}

#matchSlideShow a.jp-mute {
    background: url("../images/sound.jpg") -44px 0px no-repeat;
}

#matchSlideShow a.jp-unmute {
    background: url("../images/sound.jpg") 0px 0px no-repeat;
    display: none;
}

#matchSlideShow div.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: #ccc;
    width: 70px;
    height: 8px;
    cursor: pointer;
    display: none !important;
}

#matchSlideShow div.jp-audio div.jp-volume-bar {
    top: 37px;
    left: -10px;
}

#matchSlideShow div.jp-video div.jp-volume-bar {
    top: 17px;
    left: 72px;
}

#matchSlideShow div.jp-volume-bar-value {
    background: #0066FF;
    width: 0px;
    height: 8px;
}

#matchSlideShow .jp-audio:hover div.jp-volume-bar {
    display: block !important;
}

/* @end */

/* @group current time and duration */

#matchSlideShow .zind {
    z-index: 5 !important;
}

#matchSlideShow .jp-current-time,
#matchSlideShow .jp-duration {
    display: none;
}

#matchSlideShow .gameName {
    top: -30px;
    left: 0;
    position: absolute;
    background: #0099CC;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#matchSlideShow .settingBtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 20;
}

#matchSlideShow .stop {
    background: url(../images/playStop.png) no-repeat -30px 0;
    height: 28px;
    width: 30px;
    position: absolute;
    left: 45%;
    top: 23px;
    cursor: pointer;
    display: none;
}

#matchSlideShow .play {
    background: url(../images/playStop.png) no-repeat 0px 0;
}

#matchSlideShow .btn {
    background: url(../images/btn.jpg) no-repeat;
    width: 125px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 6px;
    cursor: pointer;
}

#matchSlideShow .gameOver {
    width: 98%;
    position: absolute;
    height: 444px;
    background: #fff;
    top: 4px;
    left: 10px;
    z-index: 1001;
    display: none;
}

#matchSlideShow .gameOver ol {
    margin: 15px 15px 15px 25px;
    color: #0182C6;
}

#matchSlideShow .lastScroll {
    height: 288px;
    overflow: auto;
    margin-right: 10px;
}

#matchSlideShow .gameOver ol li {
    margin-bottom: 5px;
}

#matchSlideShow .gameOver ol li span {
    display: inline-block;
    width: 120px;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
}

#matchSlideShow .reload {
    float: left;
    padding-top: 20px;
    padding-left: 50px;
}

#matchSlideShow .reload input,
#matchSlideShow .reload img {
    margin-right: 50px;
    vertical-align: middle;
}

#matchSlideShow .showLastTname {
    float: left;
}

#matchSlideShow .welcome {
    color: #0182C6;
    font-size: 1.5em;
    left: 19px;
    position: absolute;
    top: 90px;
    width: 90%;
    z-index: 10;
    height: 210px;
    background: #fff;
    line-height: 25px;
}

#matchSlideShow .welCometitle {
    color: #0182C6;
    font-size: 22px;
    left: 19px;
    line-height: 24px;
    position: absolute;
    top: 30px;
    width: 80%;
    z-index: 10;
}

#matchSlideShow .reload span {
    position: relative;
}

#matchSlideShow .reload span span {
    display: none;
    position: absolute;
    background: #CCCCCC;
    padding: 3px 10px;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    bottom: -37px;
    left: -10px;
}

#matchSlideShow .reload span:hover span {
    display: block;
}

#matchSlideShow #pic1 {}

#matchSlideShow #jp_container_3 {
    display: none;
}

#matchSlideShow .controllBar span,
.controllBar a {
    display: none;
}

#matchSlideShow .gameOverTitle {
    padding: 3px 10px;
    background: #ECF9FF;
    font-size: 15px;
    font-weight: bold;
    color: #0182C6;
    height: 30px;
    margin: 12px 10px 0 0;
    border: 1px solid #cfe9f6;
    border-radius: 14px;
}

#matchSlideShow .stopEvent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 50;
}

#matchSlideShow .removePrev {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 130px;
    height: 35px;
}

#matchSlideShow .instructionStrip {
    padding: 29px 0 0 15px;
    font-size: 14px;
}

.repeat {
    background: url(../images/repeat.jpg) no-repeat;
    width: 36px;
    height: 34px;
    position: absolute;
    left: -10px;
    cursor: pointer;
}

#matchSlideShow .slider .next {
    position: absolute;
    bottom: 50px;
    top: auto;
    right: 100px;
    font-size: 18px;
    color: #0182c6;
}

@media print {
    .reload {
        display: none;
    }

    .controllBar {
        display: none;
    }

    #matchSlideShow .lastScroll {
        height: auto;
        font-size: 1.2em;
    }

    .secondColom {
        display: none;
    }

    .tower {
        display: none;
    }

}


.answer {
    background: url(../images/right.png) no-repeat;
    height: 39px;
    position: absolute;
    left: 36%;
    top: 19px;
}

.answer.right {
    width: 39px;
    background-position: 0 0;
}

.answer.wrong {
    width: 39px;
    background-position: -42px 0;
}

.selectedOption {
    display: inline-block;
    padding-top: 4px;
}

.progress {
    top: -40px;
    right: 6.5%;
    position: absolute;
    width: 400px;
    height: 32px;
}

.progressBar {
    background: url(../images/pbg.gif) repeat-x;
    border: 1px solid #cfe9f6;
    overflow: hidden;
    border-radius: 8px;
    width: 400px;
    height: 32px;
}

.progressLength {
    background: url(../images/pbg1.gif) repeat-x;
    height: 32px;
    width: 0px;
}



.switchArow {
    position: absolute;
    background: url(../images/progress.png) no-repeat 0px 0;
    width: 36px;
    position: absolute;
    left: -20px;
    top: -1px;
    height: 36px;
}

.switch {
    background-position: -40px 0;
    width: 36px;
}

.counter2 {
    background: url(../images/counterBG.png) no-repeat;
    height: 27px;
    width: 27px;
    position: absolute;
    left: 18px;
    top: 2px;
    text-align: center;
    font-size: 14px;
    color: #FF0000;
    padding-top: 4px;
}

.correct,
.incorrect {
    margin: 0 4px 0 6px;
}

.per {
    margin-left: 6px;
    font-size: 20px;
}

.tnameOption {
    position: absolute;
    right: 270px;
    top: 27px;
}


.wrongOption {
    background: url(../images/wrong.png) no-repeat left center;
    padding-left: 25px;
    color: #FF0000;
}

.redLine {
    border: 1px solid #FF0000;
    border-top: 0px;
    display: inline-block;
}

.checkBocx {
    margin-left: 32px;
    color: #0182C6;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

.layer {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hibro .tnameOption {
    left: 20px;
}

.hibro .selectedOption {
    position: absolute;
    right: 130px;
    top: 27px;
}

.hibro .rightAnswer {
    position: absolute;
    right: 130px;
    top: 27px;
}