.fa.fa-remove:before, 
.fa.fa-close:before, 
.fa.fa-times:before{
	content:'✘';
}
.fa.fa-check:before{
	content:'✔';
}
/* 测试大赞图片 */
.laud-img-box{
    display:none;
}
.laud-img-left,.laud-img-right{
    position: absolute;
    bottom: 7px;
    width: 200px;
}
.laud-img-left{
    left: 0;
}
.laud-img-right{
    right: 0;
}
.laud-img-left img,.laud-img-right img{
    width: 200px;
}
.laud-img-left img{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    IE
    filter:FlipH;
} 

/* 测试大赞图片 END */
.layui-layer-setwin a{
    transition: initial;
    -ms-transition: initial;
    -moz-transition: initial;
    -webkit-transition: initial;
    -o-transition: initial;
}
.progress-small{
	height: 10px;
}
.progress-bar-molv{
    background-color: #00b29f;
}
.custom-btn{
    text-align: center;
    font-weight: 100;
    color: #fff;
    border: 2px solid #00b29f;
    padding: 8px 30px;
    cursor: pointer;
    width: 200px;
    margin: auto;
    background-color: #00b29f;
    margin-top: 30px;
    display: block;
    transition: .3s ease-in-out, visibility 0s;
    -ms-transition: .3s ease-in-out, visibility 0s;
    -moz-transition: .3s ease-in-out, visibility 0s;
    -webkit-transition: .3s ease-in-out, visibility 0s;
    -o-transition: .3s ease-in-out, visibility 0s;
    font-size:16px;
}
.custom-btn:hover{
    color: #00b29f;
    background: #fff;
    border-color: #00b29f;
}
.custom-btn.custom-btn-danger {
    background-color: #D15B47;
    border-color: #D15B47;
}
.custom-btn.custom-btn-danger:hover {
    color: #D15B47;
    background: #fff;
    border-color: #D15B47;
}
.custom-btn-group{
	margin-top: 30px;
	text-align: center;
}
.custom-btn-group .custom-btn{
	margin-top: 0px;
	display: inline-block;
}
.custom-textshadow{
    -webkit-text-shadow: 2px 2px 3px #CCC;
    -moz-text-shadow: 2px 2px 3px #CCC;
    -ms-text-shadow: 2px 3px 3px #CCC;
    -o-text-shadow: 2px 2px 3px #CCC;
    text-shadow: 2px 2px 3px #CCC;
}

.color-molv{color:#00b29f;}
.color-mohong{color:#D15B47;}
.color-orange{color:#ff6601}
.color-red{color:red;}
.font16{font-size:16px;}
.font25{font-size:25px;}
.mlr10{margin-left:10px; margin-right: 10px;}
/* 学员单词量测试开始 */
.dclcs-main{
    position: relative;
    padding: 20px;
    height: 500px;
    width: 750px;
    margin: 50px;
    z-index: 3;
    font-family: '微软雅黑';
}
.dclcs-main::BEFORE{
	position: absolute;
    top: 170px;
    left:-20px;
    background:#FF9933;
    padding: 10px;
    color:#fff;
    content: attr(mark);
    width: 35px;
    z-index: 1;
}
.dclcs-main::AFTER {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    border: 1px solid #ccc;
    content:' ';
    z-index: -1;
}
.dclcs-main .dclcs-options{
	position: relative;
	margin: 50px auto auto;
	width:600px;
}
.dclcs-options .dclcs-option{
	position: relative;
	padding-left:100px;
	margin-bottom: 20px;
    font-size:16px;
}
.dclcs-options .dclcs-option::BEFORE{
    position: absolute;
    top: 0px;
    left:0px;
    color:#666;
    font-size:16px;
    content: attr(mark);
}
.dclcs-options .dclcs-option > label{
	font-weight: normal;
	margin-right: 25px;
}
.dclcs-options .dclcs-option input[type='radio'],
.dclcs-options .dclcs-option input[type='checkbox']{
    _margin-top:0px;
}
.dclcs-options .dclcs-option label > span{
	display: inline-block;
	min-width: 72px;
	margin-left: 5px;
	font-size: 18px;
    color: #000;
}
/* 学员单词量测试结束*/


/* 单词量答题开始 */
.dclcs-test-layer{
    padding: 10px 30px;
}
.dclcs-test-layer .dclcs-test-main{
	width: 650px;
	margin: 0 auto;
}
.dclcs-test-main .dclcs-test-title{
	text-align: center;
    /* margin-bottom: 30px; */
    font-size:25px;
}
.dclcs-test-main .progress {
	margin-bottom: 5px !important;
}
.dclcs-test-main .dclcs-test-info{
    text-align: center;
    /* margin-bottom: 20px; */
}
.dclcs-test-info .item{
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.dclcs-test-info .item:last-child{
    margin-right: 0;
}
.dclcs-test-info .item > i{
    font-size: 25px;
}
.dclcs-test-info .item .num{
	font-size: 28px;
    margin: 0 2px;
}
.dclcs-test-content{
	position: relative;
	display: none;
}
.dclcs-test-content.checking:AFTER{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	display: block;
	z-index: 1;
	content: ' ';
}
.dclcs-test-content .dclcs-test-subject{
	text-align: center;
	font-size:35px;
	color:red;
	min-height: 50px;
}
.dclcs-test-content .dclcs-test-subject .yinjie{
	font-size:22px;
	color: black;
}
.dclcs-test-subject .icon{
    color:#00b29f;
    font-size:55px;
    cursor: pointer;
}
.dclcs-test-content .dclcs-test-options{
	list-style: none;
	padding:0px;
}
.dclcs-test-options .dclcs-test-option{
    position: relative;
    width: 100%;
    color: #000;
    cursor: pointer;
    text-align: left;
    border: 1px solid #ccc;
    margin-top:15px;
    padding:6px 30px 6px 45px;
    font-size: 20px;
    word-break: break-all;
    min-height:42px;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.dclcs-test-options .dclcs-test-option::BEFORE{
	position: absolute;
	top:5px;
	left:15px;
	color:#333;
	font-weight: bold;
	font-size:22px;
	content: attr(mark);
}
.dclcs-test-options .dclcs-test-option:hover,
.dclcs-test-options .dclcs-test-option.active{
	border-color:#00b29f;
	background-color: #f8f8f8;
}
.dclcs-test-options .dclcs-test-option:hover::BEFORE,
.dclcs-test-options .dclcs-test-option.active::BEFORE {
	color: #00b29f;
}
.dclcs-test-options .dclcs-test-option::AFTER{
	position: absolute;
    top:9px;
    right:5px;
    
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:22px;
    font-weight: bold;
}
.dclcs-test-options .dclcs-test-option.yes::AFTER {
    content: "\f00c";
    color:#00b29f;
}
.dclcs-test-options .dclcs-test-option.no::AFTER {
    content: "\f00d";
    color:#D15B47;
    right: 7px;
}

.dclcs-test-main .dclcs-test-tips{
    color: #00b29f;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.dclcs-test-subject .custom-btn{
    width: auto;
    display: inline;
    font-size: 14px;
    float: left;
    margin-top: 0px;
    padding: 5px 15px;
    margin-right: 20px;
}
.dclcs-test-subject .meaning{
    display: inline;
    float: left;
    text-align: left;
    font-size:20px;
    padding-top:3px;
    width:530px;
}

.dclcs-test-content .dclcs-test-spell{
	margin-top: 15px;
	min-height: 160px;
}
.dclcs-test-spell .dclcs-spell-icon-box{
	float: left;
    width: 60px;
}
.dclcs-spell-icon-box .icon{
    color: #00b29f;
    font-size: 55px;
    cursor: pointer;
}
.dclcs-test-spell .dclcs-spell-input-box{
    float: left;
    width: 420px;
}
.dclcs-test-spell .dclcs-spell-btn-box{
    float: right;
    width: 150px;
    text-align: center;
}
.dclcs-spell-input-box .dclcs-spell-input{
    width: 100%;
    height: 55px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.dclcs-spell-input-box .dclcs-spell-input:FOCUS {
    -webkit-box-shadow: 0px 0px 12px #D5D5D5;
    -moz-box-shadow: 0px 0px 12px #D5D5D5;
    -ms-box-shadow: 0px 0px 12px #D5D5D5;
    -o-box-shadow: 0px 0px 12px #D5D5D5;
    box-shadow: 0px 0px 12px #D5D5D5;
    border: 1px solid #ccc;
}
.dclcs-spell-input-box .dclcs-spell-error{
    font-weight: bold;
    color: #D15B47;
    font-size: 30px;
    display: block;
    margin-top: 15px;
    margin-left: 15px;
}
.dclcs-spell-btn-box .dclcs-spell-next-btn{
    width: 100%;
    height:100%;
    margin-top: 0;
    height: 55px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
}
.dclcs-spell-btn-box .icon{
    font-size: 55px;
    display: none;
}
.dclcs-spell-btn-box .icon.spell-fail{
	color:#D15B47;
}
.dclcs-spell-btn-box .icon.spell-succ{
    color:#00b29f;
}
.dclcs-score-box{
	position: relative;
}

.dclcs-score-box .info{
	text-align: center;
	/* margin-bottom: 30px; */
}
.dclcs-score-box .info .item{
	margin-right: 20px;
	font-size:22px;
}
.dclcs-score-box .info .item:last-child{
    margin-right: 0;
}
.dclcs-score-box .info .item .num{
    font-size:30px;
}

.dclcs-score-box .content{
    color:#008000;
    font-size:30px;
    font-weight: bold;
    text-align: center;
}
.dclcs-score-box .content .tip{
	/* margin-bottom: 13px; */
    display: block;
}
.dclcs-score-box .content .tip .num{
	color:#ff6601;
	font-size:50px;
}
.dclcs-score-box .score{
    font-size: 50px;
    color: red;
}
.dclcs-score-box .result-img{
    position: relative;
    width: 160px;
    overflow: hidden;
    margin: 0 auto;
}
.dclcs-score-box .rs-img {
    position: absolute;
    left: 25px;
}
.dclcs-score-box .rs-img.pass{
    top:10px;
}
.dclcs-score-box .rs-img.fail{
    top:83px;
}
/* 单词量测试答题结果结束 */
.dclcs-no-data{
	position: relative;
	text-align: center;
    padding-top: 150px;
}
.dclcs-no-data i{
	font-size:70px;
	color:#999;
}
.dclcs-no-data h3{
	color:#ff6601;
}

.dclcs-loading{
	position: relative;
	height: 500px;
	width: 100%;
}
.loader {
    _background: #000;
    _background: -webkit-radial-gradient(#222, #000);
    _background: radial-gradient(#222, #000);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    -webkit-animation: 
        spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
    ;
            animation: 
        spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
    ;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap:nth-child(1) { -webkit-animation-delay: -50ms; animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { -webkit-animation-delay: -100ms; animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { -webkit-animation-delay: -150ms; animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { -webkit-animation-delay: -200ms; animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { -webkit-animation-delay: -250ms; animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: hsl(0, 80%, 60%);
    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: hsl(60, 80%, 60%);
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: hsl(120, 80%, 60%);
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: hsl(180, 80%, 60%);
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: hsl(240, 80%, 60%);
    height: 34px;
    width: 34px;
    top: 35px;
}
.xxzdfa{
	/* margin-top: 20px; */
	border: 1px solid #eef1f5; 
}
.xxzdfa .bg-grey-steel {
    background: #fff;
}
.xxzdfa .mt-element-ribbon {
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
}
.xxzdfa .mt-element-ribbon .ribbon.ribbon-color-success {
    background-color: #36c6d3;
    color: #fff;
}
.xxzdfa .mt-element-ribbon .ribbon.ribbon-shadow {
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}
.xxzdfa .mt-element-ribbon .ribbon {
    position: absolute;
    top: 15px;
    left: -2px;
    padding: .5em 1em;
    z-index: 5;
}
.xxzdfa .portlet>.portlet-body p, .table .btn {
    margin-top: 0;
}
.xxzdfa .mt-element-ribbon .ribbon-content {
    margin: 0;
    padding-top: 2.5em;
}
.xxzdfa .btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
} 
.btn-circle {
    border-radius: 25px!important;
    overflow: hidden;
}
.dclcs-spell-item{
	margin-bottom: 10px;
}
.dclcs-test-title-example{
    font-size: 25px;
    color: red;
}
@-webkit-keyframes spin {
    0%, 15% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    0%, 15% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}