
* {
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    position: fixed;
    background: url("../images/background.jpg") no-repeat;
    background-size: 100% 100%;
}

a, button {
    cursor: pointer;
}

a, button, input {
    outline: none;
}

.mask {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .36);
}

.header {
    width: 100%;
    height: 65px;
    margin-bottom: 15px;
    padding: 12px 21px 0 21px;
    text-align: right;
    background: url("../images/logo.png") no-repeat 21px 12px;
}

.headerUser, .headerExit {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: auto 5px;
    border: 0;
}

.headerUser {
    background: url("../images/buttonUser.png") no-repeat;
}

.headerExit {
    background: url("../images/buttonExit.png") no-repeat;
}

.seriesIndex {
    position: absolute;
    top: calc((100% - 579px) / 2);
    left: calc((100% - 928px) / 2);
}

.series, .seriesBox {
    width: 1003px;
    margin: auto;
}

.series {
    height: 57px;
    padding-left: 50px;
}

.series a {
    float: left;
    display: inline-block;
    width: 220px;
    height: 57px;
    margin: auto 5px;
    font-size: 18px;
    line-height: 87px;
    text-align: center;
    color: #fff;
    background: url("../images/Catalog-2.png") no-repeat center bottom;
}

.series ._onButton {
    line-height: 75px;
    background: url("../images/Catalog-1.png") no-repeat center bottom;
	pointer-events: none;
}

.seriesBox {
    height: 449px;
    padding: 31px 22px 31px 47px;
    border-top: 2px solid rgba(255, 255, 255, .37);
    border-radius: 10px;
    box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, .18);
    background-color: rgba(53, 82, 121, .77);
}

.seriesCon {
    height: 100%;
    margin: 0;
    overflow: auto;
}

.seriesCon dt {
    display: block;
    width: 842px;
    height: 52px;
    margin-bottom: 15px;
    padding-right: 23px;
    border-radius: 50px;
    line-height: 48px;
}

.runPro {
    display: inline-block;
    width: 650px;
    padding-left: 50px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.on {
    margin: auto 5px;
    color: #00fdca;
}

.count {
    float: right;
    color: #d5d5d5;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.runBut {
    float: right;
    width: 133px;
    height: 52px;
    border: 0;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    color: #fff;
}

.Running, .Running .runBut,
.tryOut, .tryOut .runBut,
.userTipBut, .exitIcon {
    transition: all .5s;
}

.Running {
    background: url("../images/onTraining.png") no-repeat 0 0;
}

.Running:hover {
    background: url("../images/onTrainingHover.png") no-repeat 0 0;
}

.Running .runPro {
    background: url("../images/onTrainingIcon.png") no-repeat 8px 8px;
}

.Running .runBut {
    background: url("../images/onTrainingButton.png") no-repeat;
}

.Running .runBut:hover {
    background: url("../images/onTrainingButtonHover.png") no-repeat;
}

.tryOut {
    background: url("../images/tryOut.png") no-repeat 0 0;
}

.tryOut:hover {
    background: url("../images/tryOutHover.png") no-repeat 0 0;
}

.tryOut .runPro {
    background: url("../images/tryOutIcon.png") no-repeat 8px 8px;
}

.tryOut .runBut {
    background: url("../images/tryOutButton.png") no-repeat;
}

.tryOut .runBut:hover {
    background: url("../images/tryOutButtonHover.png") no-repeat;
}

.frameBox {
    position: fixed;
    display: none;
    top: 50px;
    left: 50%;
    width: 980px;
    height: 90%;
    z-index: 100;
    transform: translate(-50%, 0);
}

#frame {
    width: 100%;
    height: 100%;
    border: 0;
    overflow-y: auto;
}

.load {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.load p {
    color: #00fdca;
}

.indexTip {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    border-radius: 10px;
    box-shadow: 0 0 9px 2px #fff inset;
    background-color: rgba(37, 69, 111, .9);
    /*transform: translate(-50%, -50%);*/
}

.tryOutTip {
    width: 528px;
    height: 310px;
    padding: 15px 43px;
    color: #00fdca;
    top: calc((100% - 310px) / 2);
    left: calc((100% - 528px) / 2);
}

.tryOutTip span {
    float: left;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    text-align: center;
}

.load img, .tryOutTip img {
    display: block;
    margin: 10px auto;
}

.userTip {
    width: 338px;
    height: 240px;
    transform: translate(-50%, -50%);
}

.runTip {
    width: 399px;
    height: 215px;
    padding: 25px 35px;
    color: #00fdca;
    top: calc((100% - 215px) / 2);
    left: calc((100% - 399px) / 2);
}

.runTip img {
    display: block;
    margin: 20px auto;
}

.runTip p {
text-align: center;
}

.userTxt {
    width: 338px;
    height: 43px;
    margin-bottom: 22px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 2px 9px 2px #fff inset;
    font-size: 18px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    background-color: rgba(38, 63, 96, .9);
}

.userInput, .passInput, .userTipBut {
    display: block;
    width: 240px;
    height: 40px;
    border: 0;
    border-radius: 6px;
    color: #fff;
}

.userInput, .passInput {
    position: relative;
    margin: 10px auto;
    padding-left: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .35) inset;
    background-color: rgba(0, 0, 0, .2);
}

.userInput {
    background: url("../images/head.png") no-repeat 15px 1px;
}

.passInput {
    background: url("../images/lock.png") no-repeat 15px 1px;
}

.userTipBut {
    margin: 18px auto;
    border-top: 2px solid rgba(255, 255, 255, .37);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .18);
    font-size: 18px;
    background-color: #db3838;
    text-align: center;
    line-height: 35px;
}

.userTipBut:hover {
    background-color: #ed4242;
}

.exitIcon {
    display: block;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    /*box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, .18);*/
    font-size: 30px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #3e5d84;
    cursor: pointer;
}

.exitIcon:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 鍜� Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.frameBox .exitIcon {
    right: 45px;
}

/* Chrome */
.scrollIndex::-webkit-scrollbar {
    width: 11px;
    border-radius: 50px;
}

.scrollIndex::-webkit-scrollbar-track {
    border-radius: 50px;
    background-image: -moz-linear-gradient(left, #5e82a6, #6e95be);
    background-image: -webkit-linear-gradient(left, #5e82a6, #6e95be);
    background-image: -o-linear-gradient(left, #5e82a6, #6e95be);
    background-color: #5e82a6;
}

.scrollIndex::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #f1f6fa;
}

/* IE */
.scrollIndex {
    scrollbar-3dlight-color: #5e82a6;
    scrollbar-face-color: #f1f6fa;
    scrollbar-arrow-color: #5e82a6; /* 婊氬姩鏉＄澶寸殑棰滆壊 */
    scrollbar-base-color: #f1f6fa;
    scrollbar-track-color: #5e82a6; /* 婊氬姩鏉� */
}
/*  登录首页二维码  */
#rightAside {
    width: 44px;
    height: 89px;
    position: fixed;
    top: calc(33vh + 100px);
    right: 0.12rem;
}
#rightAside ul {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
#rightAside li {
	width:44px;
	height: 44px;
	cursor: pointer;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	transition: 0.2s all;
}
#rightAside li:nth-child(1) {
	top: 0;
	background: #fff url("../images/icon-QRcode1.png") center no-repeat;
	background-size: 25px 25px;
}
#rightAside li.active:nth-child(1) {
	background: #1f8dbb url("../images/icon-QRcode2.png") center no-repeat;
	background-size: 25px 25px;
}
#rightAside li:nth-child(2) span {
	opacity: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	text-align: center;
	background: #1f8dbb;
	line-height: 16px;
	padding: 6px 0;
	position: relative;
	z-index: -1;
}
#rightAside li.active:nth-child(2) span  {
	opacity: 1;
	z-index: 10;
}
#rightAside .QRCodeBox {
	width: 105px;
	height: 138px;
	background: #fff;
	display: inline-block;
	padding-top:105px;
	border-radius: 5px;
	position: absolute;
	bottom: -33px;
	right: 17px;
}
#rightAside .QRCodeBox img {
	width: 95px;
	height: 95px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: px;
}
#rightAside .QRCodeBox:before {
	content: " ";
	width: 105px;
	height: 105px;
	border-radius: 5px;
	background: url("../images/yxb.jpg") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#rightAside .QRCodeBox figcaption {
	color: #333;
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
#rightAside .QRCodeBox:after {
	content: "";
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#rightAside figure {
	opacity: 0;
	z-index: -1;
	transition: 0.2s all;
}
#rightAside figure.active {
	opacity: 1;
	z-index: 9;
}
/*  登录首页二维码END  */
/* 底部样式 */
#footer {
	color: #e6bebe;
	margin-top: 20px;
	text-align: center;
}
#footer> div {
	margin-bottom: 10px;
}
#footer> .notice {
	width: 1003px;
	height: 40px;
	box-shadow: 0 0 0 1px #e6bebe inset;
	border-radius: 16px;
	position: relative;
	text-align: left;
}
.notice #lampBox {
	width: 984px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	overflow: hidden;
}
#lampBox li {
	color: #e6bebe;
	width: 984px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	position: absolute;
	top: 0;
}
#lampBox li:nth-child(1) {
	left: 0;
	animation: move1 35s linear infinite;
	-webkit-animation: move1 35s linear infinite;
}
#lampBox li:nth-child(2) {
	left: 1000px;
	animation: move2 35s linear infinite;
	-webkit-animation: move2 35s linear infinite;
}
#lampBox li:nth-child(3) {
	left: -1000px;
	animation: move3 35s linear infinite;
	-webkit-animation: move3 35s linear infinite;
}
@keyframes move1 {
	0%        { opacity: 1;  left: 0px;     }
	33.33%    { opacity: 1;  left: -1000px; }
	33.36%    { opacity: 0;  left: -1000px; }
	66.66%    { opacity: 0;  left:  1000px; }
	66.69%    { opacity: 1;  left:  1000px; }
	100%%     { opacity: 1;  left:  0px;    }
}
@-webkit-keyframes move1 {
	0%        { opacity: 1;  left: 0px;     }
	33.33%    { opacity: 1;  left: -1000px; }
	33.36%    { opacity: 0;  left: -1000px; }
	66.66%    { opacity: 0;  left:  1000px; }
	66.69%    { opacity: 1;  left:  1000px; }
	100%%     { opacity: 1;  left:  0px;    }
}
@keyframes move2 {
	0%        { opacity: 1;  left: 1000px;  }
	33.33%    { opacity: 1;  left:  0px;    }
	66.66%    { opacity: 1;  left: -1000px; }
	66.69%    { opacity: 0;  left: -1000px; }
	99.96%    { opacity: 0;  left:  1000px; }
	100%%     { opacity: 1;  left:  1000px; }
}
@-webkit-keyframes move2 {
	0%        { opacity: 1;  left: 1000px;  }
	33.33%    { opacity: 1;  left:  0px;    }
	66.66%    { opacity: 1;  left: -1000px; }
	66.69%    { opacity: 0;  left: -1000px; }
	99.96%    { opacity: 0;  left:  1000px; }
	100%%     { opacity: 1;  left:  1000px; }
}
@keyframes move3 {
	0%        { opacity: 0;  left: -1000px; }
	33.33%    { opacity: 0;  left:  1000px; }
	33.36%    { opacity: 1;  left:  1000px; }
	66.66%    { opacity: 1;  left:  0px;    }
	99.96%    { opacity: 1;  left: -1000px; }
	100%%     { opacity: 0;  left: -1000px; }
}
@-webkit-keyframes move3 {
	0%        { opacity: 0;  left: -1000px; }
	33.33%    { opacity: 0;  left:  1000px; }
	33.36%    { opacity: 1;  left:  1000px; }
	66.66%    { opacity: 1;  left:  0px;    }
	99.96%    { opacity: 1;  left: -1000px; }
	100%%     { opacity: 0;  left: -1000px; }
}
/* 底部样式结束 */
