html, body {
    width: 100%;
    height: 100%;
}
.maga-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c2039 url(../images/maga/maga-bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.maga-outer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 645px;
    margin-top: -315.5px;
    margin-left: -500px;
}
.maga-inner {
    position: relative;
    width: 1000px;
    height: 628px;
}
.maga-con {
    position: absolute;
    overflow: hidden;
    width: 1000px;
    height: 600px;
}
.maga-con .turn-page {
    width: 500px;
    height: 600px;
}
.maga-con .page {
    position: absolute;
    overflow: hidden;
    width: 500px;
    height: 600px;
}
.maga-con .page > div {
    position: absolute;
    width: 500px;
    height: 600px;
}
.maga-con .page:nth-child(1) {
    z-index: 4;
}
div.maga-btns {
    width: 1000px;
}
div.maga-btns a {
    display: block;
    float: left;
    width: 88px;
    height: 20px;
    border-radius: 3px;
    background: rgba(00, 00, 00, 0.5);
    color: #fff000;
    font-size: 1em;
    text-align: center;
    line-height: 20px;
}
.a1, .a2, .a5 {
    margin-right: 10px;
}
div.maga-btns a:hover {
    background-color: #006cff;
}
div.maga-btns .a4 {
    float: right;
    background: rgba(00, 00, 00, 0.5) url(../images/maga/maga-next.png) 80% 50% no-repeat;
}
div.maga-btns .a5 {
    display: none;
    float: right;
    background: rgba(00, 00, 00, 0.5) url(../images/maga/maga-prev.png) 15% 50% no-repeat;
}
img.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.r-light, .l-light {
    position: absolute;
    z-index: 9;
    width: 200px;
    height: 600px;
    opacity: 0.5;
}
.r-light {
    left: 700px;
}
.l-light {
    left: 200px;
}
.maga-left-btn, .maga-right-btn {
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 76px;
    margin-top: -38px;
}
.maga-left-btn {
    display: none;
    left: -50px;
    background: url(../Material/magazine/magazineLeft01.png) 0 0 no-repeat;
}
.maga-left-btn:hover {
    background: url(../Material/magazine/magazineLeft02.png) 0 0 no-repeat;
}
.maga-right-btn {
    right: -50px;
    background: url(../Material/magazine/magazineRight01.png) 0 0 no-repeat;
}
.maga-right-btn:hover {
    background: url(../Material/magazine/magazineRight02.png) 0 0 no-repeat;
}
.maga-right-btns {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -315px;
}
.maga-right-btns a {
    display: block;
    width: 38px;
    height: 38px;
}
.maga-close {
    background: url(../images/maga/maga-close.png) center center no-repeat;
    /*    border-top-left-radius: 5px;*/
}
.maga-close:hover {
    background: url(../images/maga/maga-close-hover.png) center center no-repeat;
}
.maga-fullScreen {
    background: url(../images/maga/maga-fullScreen.png) center center no-repeat;
}
.maga-fullScreen:hover {
    background: url(../images/maga/maga-fullScreen-hover.png) center center no-repeat;
}
/*.maga-help {
    background: #417606 url(../images/maga/maga-help.jpg) 50% 50% no-repeat;
    border-bottom-left-radius: 5px;
}*/

.maga-btns {
    position: absolute;
    bottom: 0;
}
.maga-message {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 435px;
    padding-right: 45px;
    background: url(../images/maga/maga-thank.png) 14px 200px no-repeat;
    font-size: 12px;
}
.maga-message-user input, .maga-message-email input {
    width: 155px;
    height: 22px;
    margin-top: 6px;
    border: 1px solid #D5D5D5;
}
.maga-message-user, .maga-message-email, .maga-message-sub, .maga-message-text {
    float: right;
    clear: both;
}
div.maga-message-sub a {
    display: inline-block;
    width: 75px;
    height: 25px;
    float: right;
    background: #ff6000;
    text-align: center;
    line-height: 25px;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}
div.maga-message-sub a:hover {
    color: black;
}
.maga-message-text {
    width: 355px;
    height: 140px;
    margin: 8px 0;
    border: 1px solid #D5D5D5;
    font-size: 16px;
    resize: none;
}
.maga-message-sub {
    width: 355px;
    margin-bottom: 10px;
}
.maga-message-tips {
    float: left;
}
.maga-thank {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 435px;
    height: 250px;
    margin-left: -217.5px;
    margin-top: -125px;
    border: 6px solid #ffffff;
    border-radius: 10px;
    background: #f5f5f5 url(../images/maga/maga-thank-img.jpg) 20px 20px no-repeat;
}
.maga-thank > div {
    text-align: center;
}
.maga-think-close {
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    margin-top: 6px;
    margin-right: 10px;
    background: url(../images/maga/maga-thank-close.jpg) 0 0 no-repeat;
}
.maga-think-close:hover {
    background: url(../images/maga/maga-thank-closeHover.jpg) 0 0 no-repeat;
}
.maga-thank span {
    display: block;
    height: 110px;
    margin: 85px 20px 0;
    font-size: 16px;
    line-height: 2em;
}
.maga-thank .maga-backCover-ok, .maga-thank .maga-backCover-cancel {
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #ffc453;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #c60000;
    line-height: 25px;
    text-align: center;
}
.maga-backCover-ok:hover, .maga-backCover-cancel:hover {
    color: #000000;
}
.magazine {
    position: absolute;
    z-index: 999;
    width: 1000px;
    height: 600px;
}
.catalog-wrap {
    display: none;
    position: absolute;
    z-index: 999;
    width: 1000px;
    height: 600px;
}
.catalog {
    position: absolute;
}
.catalog > div {
    clear: both;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}
.catalog > div:hover {
    color: #d02324;
}
.catalog-en {
    height: 25px;
    font-weight: bold;
}
.catalog-cn {
    height: 30px;
	font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei;
    background: url(../images/maga/border.png) 0 bottom repeat-x;
}
.catalog-en span, .catalog-cn span {
    display: block;
    float: left;
    font-weight: bold;
}
.catalog-en em, .catalog-cn em {
    display: block;
    float: left;
}
.catalog-cn i {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: 10px;
    background: url(../images/maga/diff.png) 0 0 no-repeat;
    text-align: center;
    line-height: 16px;
    color: white;
}
.magazine .catalog-cn b {
    display: none;
    float: left;
    width: 25px;
    height: 20px;
    margin-top: 2px;
    margin-left: 20px;
    background: url(../images/maga/tick.png) 0 0 no-repeat;
    text-align: center;
    line-height: 16px;
    color: white;
    cursor: auto;
    border-radius: 0;
}
.description {
    position: absolute;
    line-height: 20px;
}
.magazine {
    display: none;
    overflow: hidden;
}
.magazine i {
    color: white;
}
.magazine .question {
    display: none;
    position: absolute;
    width: 430px;
    font-family: arial, '楷体';
    font-size: 18px;
    line-height: 30px;
}
.question-model {
    display: none;
}
.question-option {
    overflow: hidden;
    margin-bottom: 10px;
}
.question-option a {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin-top: 6px;
	margin-right:3px;
    background: url(../images/maga/input.png) 0 0 no-repeat;
}
.question-option .option {
    display: block;
    float: left;
    margin: 0 15px 0 0;
}
.question-option .option:last-child {
    margin: 0;
}
.question-option span{
    display: block;
    float: left;
}
#zhengchang {
    display: none;
}
.magazine .word-wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin-left: -357.5px;
    margin-top: -190px;
    width: 715px;
    height: 380px;
    border: 6px solid #ffffff;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 1px 1px 8px #4c4c4c;
}
.magazine .new-word {
    position: absolute;
    top: 20px;
    left: -2px;
    width: 193px;
    height: 33px;
    background: url(../Material/magazine/wordTitle.png) 0 0 no-repeat;
}
.word-english {
    width: 450px;
    margin: 40px 0 0 50px;
    font-size: 16px;
}
.word-english a {
    display: inline-block;
    width: 84px;
    height: 29px;
    background: url(../Material/magazine/wordEn.png) 0 0 no-repeat;
    text-align: center;
    line-height: 29px;
    color: white;
}
.word-wrap table:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
}
.word-wrap table:nth-child(2) {
    margin: 70px 0 0 45px;
}
.word-img {
    position: relative;
}
.word-close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 35px;
    height: 35px;
    background: url(../Material/magazine/boxClose01.png) 0 0 no-repeat;
}
.word-close:hover {
    background: url(../Material/magazine/boxClose02.png) 0 0 no-repeat;
}
.word-wrap .control {
    overflow: hidden;
    width: 260px;
    margin: 15px 0 0 50px;
}
.word-wrap .control a {
    display: block;
    height: 18px;
}
.word-replay {
    float: left;
    width: 73px;
    background: url(../Material/magazine/wordReplay01.png) 0 0 no-repeat;
}
.word-replay:hover {
    background: url(../Material/magazine/wordReplay02.png) 0 0 no-repeat;
}
.word-storke {
    float: right;
    width: 114px;
    background: url(../Material/magazine/wordStroke01.png) 0 0 no-repeat;
}
.word-storke:hover {
    background: url(../Material/magazine/wordStroke02.png) 0 0 no-repeat;
}
.word-english span {
    display: none;
}
.english {
    display: none;
    position: absolute;
    width: auto;
    padding: 60px 25px 25px 25px;
    border: 5px solid #ffa700;
    border-radius: 10px;
    background: white;
    box-shadow: 1px 1px 6px #4c4c4c;
    font-family: calibri;
    font-size: 16px;
    line-height: 24px;
}
.en-wrap div{
	width:400px;
}
.en-logo {
    position: absolute;
    top: 10px;
    left: -3px;
}
.en-logo span {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background: #ffa700;
    line-height: 28px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Comic Sans Ms;
}
.en-logo em {
    display: block;
    float: left;
    margin-left: 10px;
    font-family: calibri;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.en-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 35px;
    height: 35px;
    background: url(../Material/magazine/boxClose01.png) 0 0 no-repeat;
}
.en-close:hover {
    background: url(../Material/magazine/boxClose02.png) 0 0 no-repeat;
}
.page-wrap {
    display: none;
    position: absolute;
    width: 1000px;
    height: 600px;
}
#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -10px;
    margin-left: -58px;
}
.playAudio {
    display: inline-block;
    width: 27px;
    height: 25px;
    background: url(../images/maga/audio.png);
    cursor: pointer;
}
.horn {
    position: absolute;
    top: 22px;
    left: 140px;
    width: 107px;
    height: 23px;
    background: url(../Material/magazine/play01.png) 0 0 no-repeat;
}
.horn:hover {
    background: url(../Material/magazine/play02.png) 0 0 no-repeat;
}
.diff {
    position: absolute;
    top: 5px;
    left: -3px;
    width: 210px;
    height: 29px;
    background: url(../images/maga/diff.jpg) 0 0 no-repeat;
}
.diff div {
    position: absolute;
    left: 111px;
    top: 9px;
    overflow: hidden;
}
.diff span {
    display: none;
    float: left;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background: url(../images/maga/diff-hover.png) 0 0 no-repeat;
}
.help_wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-top: -314.5px;
    margin-left: -537.5px;
}
.shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.gold-wrap {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
}
.gold-wrap img {
    display: block;
    float: left;
    margin-left: -20px;
}
#gold {
    display: none;
}
/*Magazine list*/
.magazine_list {
	width:955px;
	margin:0 auto;
	padding:40px 22.5px;
}
.magazine_list .cell {
	float:left;
	width:165px;
	padding:10px 13px;
}
.magazine_list .cell img {
	width:165px;
	height:198px;
	padding-bottom:8px;
}
.magazine_list p {
	width:165px;
	padding:4px 0;
	line-height: 18px;
}
.magazine_list .cell .title {
	height:36px;
	overflow:hidden;
}
.magazine_list .page {
	float:right;
	padding:20px 0;
}
.magazine_list .page a {
	padding:4px 8px;
	border:1px solid #C9C9C9;
	border-radius:1px;
	margin-right:5px;
	color:#000000;
	text-decoration:none;
}
.magazine_list .page a:hover {
	border:1px solid #f08800;
	color:#ffffff;
	background-color:#f08800;
}
.magazine_list .page .completed {
	border:1px solid #C9C9C9;
	background-color:#f0f0f0;
}
.magazine_list .page .current {
	border:1px solid #f08800;
	color:#ffffff;
	background-color:#f08800;
}