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

* {
    margin: 0;
    padding: 0;
}

#jsContent {
    margin-bottom: 10px;
    min-width: 850px;

}

.content {
    min-height: 570px;
    position: relative;
    overflow: hidden;
    padding: 0 180px 0 0;
}

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

#simpleSlideShow a img {
    border: 0;
}

#simpleSlideShow .clear {
    clear: both;
}

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

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

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

#simpleSlideShow .ques {
    height: 70px;
    padding: 8px;
    background: #f0fcfc;
    border: 1px solid #cfe9f6;
    border-radius: 14px;
    color: #0182c6;
    font-size: 1.8em;
}

#simpleSlideShow .ques span {
    display: none;
}

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

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

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

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

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

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

#simpleSlideShow .wordTitle {
    font-size: 18px;
    line-height: 16px;
    color: #0182c6;
    padding: 10px 10px 10px 5px;
}

#simpleSlideShow .counter {
    top: 17px;
    left: 20%;
    position: absolute;
}

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

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

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

#simpleSlideShow .slider {
    background: #ecf9ff;
    padding: .5em;
    height: 500px;
    border-radius: 10px;
    border: 1px solid #84deef;
}

#simpleSlideShow .slider ul {
    overflow: auto;
    max-height: 407px;
}

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



#simpleSlideShow .slider ul {
    list-style: none;
}

#simpleSlideShow .slider ul li {
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    font-size: 1.2em;
    color: #0000CC;
}

#simpleSlideShow .slider ul li.active {
    color: #FF0000;
}

#simpleSlideShow .slider ul li span {
    display: block;
    margin-bottom: 5px;
}

#simpleSlideShow .slider ul li span img {
    vertical-align: middle;
    width: 65px;
    height: auto;
    margin-right: 0px;
}

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

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

#simpleSlideShow .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;
}

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

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

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

#simpleSlideShow .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;
}

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

#simpleSlideShow .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;
}

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

#simpleSlideShow .ques span {
    position: absolute;
    left: 25px;
    top: 16px;
    width: 400px;
    min-height: 50px;
    line-height: 28px;
}


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

#simpleSlideShow .audioPlayer {
    position: absolute;
    top: 30px;
    right: 38%;
    z-index: 1000;
}

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

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

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

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

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

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

/* @end */

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

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

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

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

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

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

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

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

/* @end */

/* @group current time and duration */

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

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

#simpleSlideShow .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;
}

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

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

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

#simpleSlideShow .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;
}

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

#simpleSlideShow .showLast {
    width: 300px;
    float: left;
}

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

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

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

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

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

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

#simpleSlideShow .showLastTname {
    float: left;
}

#simpleSlideShow .welcome {
    color: #4ca2d5;
    font-size: 1.5em;
    line-height: 25px;
    height: auto;
    left: 19px;
    position: absolute;
    top: 93px;
    width: 90%;
    z-index: 10;
    height: 210px;
    background: #fff;
}

#simpleSlideShow .welCometitle {
    color: #0182C6;
    font-size: 22px;
    left: 19px;
    position: absolute;
    top: 30px;
    width: 400px;
    z-index: 10;
}

#simpleSlideShow .reload span {
    position: relative;
}

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

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

#simpleSlideShow #pic1 {}

#simpleSlideShow #jp_container_3 {
    display: none;
}

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

#simpleSlideShow .gameOverTitle {
    padding: 0.5em 1em;
    background: #eefcff;
    font-size: 18px;
    color: #0182C6;
    border-radius: 8px;
    height: 50px;
    margin: 12px 1em 0 0;
    border-radius: 8px;
    border: 1px solid #84DEEF;
}

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

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

#simpleSlideShow .instructionStrip {
    padding: 14px 0 0 15px;
    font-size: 16px;
}

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

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