@charset 'UTF-8';

/*
	公用样式表
*/

* {
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.blin {
	display: inline-block;
	vertical-align: top;
}

.initInput {
	border: 0;
	background: #0e111a;
	color: #fff;
}
.defInput {
	border: 0;
	background: #0e111a;
	color: #fff;
}
.show {
	display: block!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #424347;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #424347;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #424347;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #424347;
}

input:focus,
textarea:focus {
	outline: solid 1px #fff400;
}

.fr {
	float: right;
}

.fs-2 {
	font-size: 2rem;
}

.cy {
	color: #fff400;
}

.tc {
	text-align: center;
}


/*
	公用样式表 end
*/

.clearfix {
	zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

html {
	font-size: 16px;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

@media screen and (min-width: 568px) and (max-width: 375px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 14px;
	}
}

@media screen and (min-width: 720px) {
	html {
		font-size: 25px;
	}
}

body {
	font-family: "droid sans fallback", "Microsoft YaHei";
	background: #161821;
	width: 100%;
	height: 100%;
}

body .searchIndex {
	display: none;
	background: #0f111a;
}

body .searchIndex .con {
	padding: 0 5%;
}

body .searchIndex .nav li {
	display: block;
	width: 92%;
	text-align: right;
	padding: 2%;
}

.con {
	font-size: 0;
	height: 100%;
}

.search {
	background: #0f111a;
	width: 91%;
	padding: 10% 4.5% 12.5%;
}

.searchBlock {
	float: left;
	width: 64%;
	position: relative;
	height: 3rem;
}

.searchBlock img.searchIcon {
	position: absolute;
	width: 10%;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	/* Opera */
}

.searchBlock img.searchX {
	display: none;
	position: absolute;
	width: 6%;
	left: 75%;
	top: 33%;
}

.searchInput {
	height: 95%;
	width: 82%;
	padding: 0 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	border: 1px solid #6a6d76;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	border-radius: 0.4rem;
	text-align: center;
}

.service {
	float: right;
	height: 3rem;
	width: 32%;
	color: #8f9095;
	text-indent: 4%;
	line-height: 3rem;
	display: block;
	font-size: 1rem;
	border-left: 1px solid #6a6d76;
}

.service img {
	width: 20%;
	vertical-align: -0.2rem;
}

.problem-block {
	width: 95%;
	padding: 2.5%;
	background: #161821;
}

.problem-block .ul-header {
	font-size: 1rem;
	padding: 1rem 0;
}

.problem-block .ul-header a {
	font-size: .9rem;
	width: 27%;
	padding-left: 5%;
	margin: 1% 0;
	text-align: center;
	position: relative;
	display: inline-block;
	color: #8f9095;
	line-height: 2rem;
	background: #151821;
}

.problem-block .ul-header a.rightL {
	border-left: 1px solid #343434;
}

.problem-block .ul-header a img {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	/* Opera */
	width: 11%;
}

.problem-block .ul a {
	font-size: .9rem;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 3% 4%;
	width: 22.3%;
	margin: 1.5%;
	color: #fff;
	background: #21232c;
	border-radius: .5rem;
}

.problem-block .ul a img {
	position: absolute;
	width: 30%;
	bottom: 20%;
	right: 20%;
}


/*
quizing
*/

.quizing {
	background: #21232c;
}

.quizing-title {
	padding: 3.5rem 0 3rem;
	background: #0f111a;
	text-align: center;
	color: #fff;
	font-size: .9rem;
}

.quizing-title .list {
	position: relative;
	text-align: left;
	color: #a6a5aa;
	display: inline-block;
	width: 70%;
	padding: 2% 5%;
	background: #2d3039;
	border-radius: .2rem;
	line-height: 2rem;
	font-size: 1rem;
}

.quizing .list span.fr img {
	position: absolute;
	width: 1.1rem;
	height: 1.1rem;
	left: 0;
	top: 5%;
}

.quizing .list span.fr img {
	left: auto;
	right: 0;
	width: .9rem;
	height: .9rem;
	margin-top: 1%;
	right: 5%;
	top: 30%;
}

.quizing .list span.isSelect {
	padding-left: 12%;
}

.quizing .list span.isSelect i {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 100%;
	position: absolute;
	left: 6.5%;
	top: 50%;
	margin-top: -.6rem;
	background: url("../img/select-02.png");
	background-size: 100% 100%;
	border-radius: 100%;
}

.quizing-title .select {
	display: none;
	position: absolute;
	z-index: 3;
	width: 100%;
	padding: 2% 0;
	left: 0;
	top: 88%;
	line-height: 3;
	text-align: left;
	background: #2d3039;
	border-radius: 0 0 0.2rem .2rem;
	border-bottom: 3px solid #fff400;
}

.quizing-title .select a {
	position: relative;
	display: inline-block;
	width: 85%;
	color: #a6a5aa;
	padding-left: 15%;
}

.quizing-title .select a span {
	margin-left: 1%;
}

.quizing-title .select a i {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background-image: url("../img/select-01.png");
	background-size: 100% 100%;
	border-radius: 100%;
	position: absolute;
	left: 6.5%;
	top: 50%;
	margin-top: -.6rem;
}

.quizing-title .select a i.isSelect {
	background-image: url("../img/select-02.png");
}

.quizing-title a span.fr {
	font-size: 1.3rem;
}

.quizing-title p {
	position: relative;
	margin-top: 2rem;
	display: inline-block;
	padding-left: 6%;
	line-height: 1;
	font-size: .8rem;
}

.quizing-title p b {
	line-height: .9rem;
	display: inline-block;
	width: .9rem;
	height: .9rem;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 100%;
	position: absolute;
	left: 0%;
	background-image: url("../img/tip.png");
	background-size: 100%;
	background-repeat: no-repeat
}

.quizing-con {
	text-align: center;
	padding-top: 1%;
}

.quizing-textarea {
	padding-bottom: .8rem;
	padding-top: 8px;
	border-bottom: 1px solid #33343c;
	width: 85%;
	margin: 0 auto;
}

.quizing-con span {
	display: inline-block;
	position: relative;
	width: 100%;
}

.quizing-con .quizing-textarea span .quizing-red {
	bottom: -2rem;
}

.quizing-con .quizdes {
	font-size: 1rem;
	color: #fff;
	background: #21232c;
	border: 0;
	resize: none;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.quizing-con .gamelistIcon {
	position: absolute;
	width: 7%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.quizing-text {
	padding: 2% 0;
}

.quizing-text span {
	position: relative;
	display: inline-block;
	width: 85%;
}

.quizing .initInput {
	background: #21232c;
	width: 100%;
	line-height: 3;
	font-size: .95rem;
	border-bottom: 1px solid #33343c;
}

.quizing .initInput:focus {
	width: 98%;
	padding-left: 2%;
}
.quizing .defInput {
	background: #21232c;
	width: 100%;
	line-height: 3;
	font-size: .95rem;
	border-bottom: 1px solid #33343c;
}

.quizing .defInput:focus {
	width: 98%;
	padding-left: 2%;
}
.quizing-con .quizing-text span .quizing-red {
	bottom: 0.95rem;
}

.quizing-btn {
	font-size: 1.2rem;
	display: inline-block;
	width: 85%;
	background: #6b6e77;
	color: #21232c;
	line-height: 2.7;
	border-radius: .2rem;
	margin: 6% 0 5%;
}

.quizing-btn.active {
	background: #fff400;
	color: #000;
}

.quizing-red {
	color: red;
	position: absolute;
	right: 0;
	font-size: .8rem;
	bottom: -2rem;
	display: none;
}

.quizing-game {
	padding: 2% 0;
}

.quizing-game span {
	position: relative;
	display: inline-block;
	width: 85%;
}

.quizing .quizing-game .initInputGame {
	color: #fff;
	background: inherit;
	width: 100%;
	line-height: 3;
	font-size: .95rem;
	border: 0;
	border-bottom: 1px solid #33343c;
}

.quizing .quizing-game .initInputGame:focus {
	width: 98%;
	padding-left: 2%;
}

.quizing-game span .quizing-red {
	bottom: -1rem;
}

.quizing-game .gameList {
	display: none;
	background: #0f111a;
	position: absolute;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 10px #000000;
	font-size: 1rem;
	padding: 5% 0;
	text-align: left;
	line-height: 2.5;
	z-index: 2;
	max-height: 155px;
	overflow-y: auto;
}

.quizing-game .gameList a {
	display: block;
	padding: 0 8%;
	color: #fff;
}

.quizing-game .search-tip {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 2.5;
	color: #6a6d76;
	display: none;
}

.quizing-game .search-tip.err {
	color: red;
}

.quizing .quizing-game .initInputGame.active {
	padding-left: 23%;
	width: 77%;
}

.quizing .quizing-img {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

.quizing .quizing-img p {
	color: #424347;
	font-size: .95rem;
	margin: 10px 0 15px;
}

.quizing .quizing-img p a {
	color: #aeaeb0;
	font-size: .95rem;
}

.quizing .quizing-img .quizingBlock {
	font-size: 0;
}

.quizing .quizing-img .quizingBlock img {
	width: 100%;
	height: auto;
}

.quizing .quizing-img .quizingBlock .imgItem img {
	height: 100%;
}

.quizing .quizing-img .quizingBlock a {
	display: inline-block;
	margin-right: 3%;
	width: 17%;
	position: relative;
}

.quizing #filePicker,
.quizing .webuploader-pick {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	padding: 0;
}

.quizing .webuploader-pick {
	z-index: 0;
}

.quizing .file-panel {
	position: absolute;
	right: -0.4rem;
	top: -0.4rem;
	z-index: 10;
	width: 1rem;
	height: 1rem;
	display: block;
	background: #e94141;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.quizing .file-panel:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .5rem;
	height: .1rem;
	content: "";
	background: #fff;
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}


/*
	quized
*/

.quized {
	background: #21232c;
	padding: 5%;
	width: 90%;
	color: #fff;
	height: auto;
}

.quized li {
	border-bottom: 1px solid #323335;
	margin-top: 7%;
	color: #fff;
}

.quized li p.title {
	position: relative;
	padding-left: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 92%;
	line-height: 1.4;
}

.quized li p.title img {
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	left: 0;
	top: 50%;
	margin-top: -0.65rem;
}

.quized li a {
	font-size: 1rem;
	color: #fff;
}

.quized li .new {
	padding: 10% 0 5%;
}

.quized li .new>span {
	display: inline-block;
	font-size: .8rem;
	color: #a6a5aa;
	line-height: .8rem;
}

.quized li .new div {
	font-size: .8rem;
	line-height: 2rem;
}

.quized li .new div span {
	display: inline-block;
	position: relative;
	padding-left: 1.5rem;
	margin-right: 1rem;
}

.quized li .new div i {
	position: absolute;
	left: 0;
	top: .5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url("../img/quizedIcon.png");
	background-size: 100%;
}

.quized li .new div i.one {
	background-position: 0 0;
}

.quized li .new div i.two {
	background-position: 0 -1rem;
}

.quized li .new div i.three {
	background-position: 0 -2rem;
}

.quized li .new div i.four {
	background-position: 0 -3rem;
}


/*
	quizedDetails
*/

.quizedDetails {
	background: #0f111a;
	padding: 5%;
	width: 90%;
	height: auto;
	color: #fff;
}

.quizedDetails .header {
	padding: 5%;
	background: #21232c;
	border-radius: .2rem;
}

.quizedDetails .header p {
	line-height: .6rem;
	position: relative;
}

.quizedDetails .header p span {
	position: relative;
	padding-left: 8%;
}

.quizedDetails .header p span img {
	position: absolute;
	width: 18%;
	left: 0;
	top: 15%;
}
.quizedDetails .header p .urge{
	border: .1rem solid #fff400;
	padding: .25rem .6rem;
	color: #000 !important;
	border-radius: .2rem;
	background-color: #fff400;
	position: absolute;
	right: .1rem;
	top: -.2rem;
}
.quizedDetails .header p span.fr {
	font-size: .8rem;
	color: #a6a5aa;
}

.quizedDetails .quizedDetails-header .title {
	color: #a6a5aa;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	padding-top: 1.2rem;
}

.quizedDetailsCon {
	margin-top: 5%;
}

.quizedDetailsCon .red02 {
	bottom: 0;
}

.quizedDetailsCon .content {
	margin: 5% 0;
	font-size: 1rem;
	line-height: 2;
}

.quizedDetailsCon .content img {
	max-width: 100%;
	display: block;
	margin: 2px auto;
}

.quizedDetailsCon .solve {
	display: none;
	position: relative;
	padding: 5% 0;
	border-top: 1px solid #33343c;
	border-bottom: 1px solid #33343c;
	color: #a6a5aa;
}

.degree {
	position: relative;
	height: 5rem;
}

.quizedDetailsCon .solve .fr span {
	position: relative;
	padding-left: 1.5rem;
	margin-right: 1rem;
}

.quizedDetailsCon .solve i {
	position: absolute;
	left: 0;
	top: 10%;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url("../img/is.png");
	background-size: 100%;
}

.quizedDetailsCon .solve a {
	color: #fff;
}

.quizedDetailsCon .solve i.true {
	background-position: 0 -2rem;
}

.quizedDetailsCon .solve i.false {
	background-position: 0 -1rem;
	top: 30%;
}

.quizedDetailsCon .solve i.true.active {
	background-position: 0 0;
}

.quizedDetailsCon .solve i.false.active {
	background-position: 0 -3rem;
}

.quizedDetailsCon .satisfaction {
	display: none;
	color: #939298;
	padding: 2rem 0 1rem;
}

.quizedDetailsCon .satisfaction ul li {
	font-size: .9rem;
	display: inline-block;
	margin: 2rem 0;
	padding-left: 2rem;
	position: relative;
	width: 16%;
}

.quizedDetailsCon .satisfaction ul li a {
	color: #939298;
}

.quizedDetailsCon .satisfaction ul li:nth-child(1) {
	width: 10%;
}

.quizedDetailsCon .satisfaction ul li:nth-child(2) {
	width: 50%;
}

.quizedDetailsCon .satisfaction ul li:nth-child(3) {
	width: 15%;
}

.quizedDetailsCon .satisfaction ul li:nth-child(4) {
	width: auto;
}

.quizedDetailsCon .satisfaction ul i {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url("../img/select.png");
	background-size: 100%;
	border-radius: 100%;
	position: absolute;
	left: 6.5%;
	top: 50%;
	margin-top: -.5rem;
}

.quizedDetailsCon .satisfaction ul i.isSelect {
	background-position: 0 -1rem;
}

.quizedDetails .header .satisfaction .tc {
	line-height: 1;
	margin-top: 15px;
	width: 150px;
	margin: auto;
	display: block;
}


/*
information
*/

.information {
	background: #0f111a;
	padding: 5%;
	width: 90%;
	height: auto;
}

.information header {
	text-align: center;
	padding: 10% 0 10% 0;
}

.information header img {
	width: 65%;
}

.information .con li {
	font-size: 1rem;
	position: relative;
	width: 80%;
	padding: 5%;
	padding-left: 20%;
}

.information .con li p {
	background: #21232c;
	padding: 5% 5% 5% 10%;
	border-radius: .3rem;
	position: relative;
}

.information .con li p a {
	font-size: .9rem;
	color: #ababad;
}

.information .con li p span {
	font-size: 1.3rem;
	display: block;
}

.information .con li p {
	color: #ababad;
}

.information .con li>img {
	position: absolute;
	width: 15%;
	left: 0;
	top: 26%;
}

.information .con li>img.active01 {
	width: 16%;
	left: -1%;
}

.information .con li>img.active02 {
	width: 17%;
	left: -1%;
}

.information .con li:nth-child(1) p img {
	width: 12%;
	top: 50%;
}

.information .con li p img {
	position: absolute;
	width: 15%;
	right: 8%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.triangle-left {
	position: absolute;
	width: 0;
	left: -3%;
	top: 45%;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid #21232c;
	border-bottom: 5px solid transparent;
}

footer {
	text-align: center;
	margin-top: 15%;
	color: #ababad;
	font-size: 1rem;
}

footer a {
	margin-left: 5%;
	text-decoration: underline;
}


/*
gift
*/

.gift {
	position: relative;
	background: #21232c;
	color: #fff;
	height: 100%;
}

.gift_footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50px;
	text-align: center;
	color: #717277;
	font-size: 1rem;
	background-color: #1b1b23;
	font-family: "himsun";
	border-top: 1px solid #2d2d36;
}

.gift_footer p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.gift_footer a {
	color: #fff400;
}

.gift .nav {
	padding: 5% 0 0 0;
	background: #0f111a;
}

.gift .nav li {
	position: relative;
	display: inline-block;
	width: 33.3%;
	text-align: center;
	color: #a6a5aa;
	padding: 4% 0;
}

.gift .nav li.active {
	color: #fff400;
}

.gift .nav li.active span {
	position: absolute;
	bottom: 0;
	left: 32%;
	width: 36%;
	height: 2px;
	background: #fff400;
}

.gift .con {
	padding: 5%;
	height: 75%;
	overflow: auto;
	overflow-x: hidden;
}

.gift .con ul {
	display: none;
}

.gift .con li {
	padding: 5% 2%;
	font-size: 1rem;
	border-bottom: 1px solid #33343c;
}

.gift .con li p.title {
	position: relative;
	padding-left: 8%;
	width: 92%;
	line-height: 1.4;
}

.gift .con li p.title a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 85%;
	font-size: .9rem;
}

.gift .con li p.title span {
	font-size: 1.3rem;
	line-height: 1;
}

.gift li p.title img {
	position: absolute;
	width: 1.1rem;
	height: 1.1rem;
	left: 0;
	top: 5%;
}

.gift li p.title span img {
	left: auto;
	right: 0;
	width: auto;
	height: .9rem;
	margin-top: 1%;
}

.overturn {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.gift li a {
	color: #fff;
}

.gift .news {
	display: none;
}

.gift li .news .news-con {
	font-size: .9rem;
	color: #a6a5aa;
	padding: 3% 0;
	line-height: 1.5;
}

.gift .solve {
	line-height: 2;
	padding-top: 3%;
	color: #fff;
	font-size: .8rem;
}

.gift .solve .fr span {
	position: relative;
	padding-left: 1.5rem;
	margin-right: 1rem;
}

.gift .solve span a {
	color: #fff400;
}

.gift .solve i {
	position: absolute;
	left: 4px;
	top: 0;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url("../img/is.png");
	background-size: 100%;
}

.gift .solve i.true {
	background-position: 0 -2rem;
}

.gift .solve i.false {
	background-position: 0 -1rem;
	top: 30%;
}

.gift .solve i.true.active {
	background-position: 0 0;
}

.gift .solve i.false.active {
	background-position: 0 -3rem;
}

@media screen and (max-width: 350px) {
	.gift .solve .fr span {
		margin-right: 0rem;
	}
}

.pagination {
	font-size: .8rem;
}

#html .pagination ul {
	display: block;
}

.pagebreak span {
	display: inline-block;
	padding: 1% 2%;
	margin-right: 2%;
	color: #ADADAD;
}

.pagebreak a {
	display: inline-block;
	padding: 1% 2%;
	margin-right: 2%;
	border: 1px solid #9A9A9A;
	color: #fff;
}

.total {
	line-height: 2.4;
}


/**
*appFlip
*/

#flip .pop-body.appFlip {
	background: #33343e;
	padding: 25px 20px 30px 25px;
}

#flip .appFlip .pop-bd-head.mine {
	border: 0;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
	text-align: left;
}

#flip .appFlip .pop-bd-bd {
	color: #aeaeb0;
	text-align: left;
	font-size: 16px;
	padding: 10px 0;
}

#flip .appFlip .pop-btn {
	text-align: right;
	width: 100%;
}

#flip .appFlip .pop-btn a {
	background: #33343e;
	display: inline;
	padding: 0 20px;
	color: #aeaeb0;
	position: relative;
	font-size: 16px;
}

#flip .appFlip .pop-btn a.active {
	color: #fff600;
}

#flip .appFlip .pop-btn a.active i {
	position: absolute;
	display: inline-block;
	width: 1.5rem;
	height: 2px;
	background: #fff600;
	bottom: -10px;
	left: 50%;
	margin-left: -.75rem;
}

#flip .pop-body.toast {
	max-width: 280px;
	min-width: 100px;
	width: auto;
	top: auto;
	bottom: 5%;
	background: none;
	background-image: url("../img/bg.png");
	padding: 5px 15px;
	border-radius: 15px;
	color: #fff400;
}

@media screen and (max-width: 360px) {
	.quizedDetailsCon .satisfaction ul li {
		float: left;
	}
	.quizedDetailsCon .satisfaction ul li a {
		font-size: .7rem;
	}
	.quizedDetailsCon .satisfaction ul i {
		transform: scale(0.9);
		-ms-transform: scale(0.9);
		/* IE 9 */
		-moz-transform: scale(0.9);
		/* Firefox */
		-webkit-transform: scale(0.9);
		/* Safari 和 Chrome */
		-o-transform: scale(0.9);
		/* Opera */
	}
}

.placeHolder {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #424347;
	top: 0;
	left: 0;
	font-size: .95rem;
}

#flipLoading div {
	background-color: rgba(0, 0, 0, .5)!important;
}

#flipLoading div p {
	color: #989898!important;
}