/* common start */
@charset "UTF-8";
.exam-ol,
.mock-blank,
.rule,
.restTip,
.guide {
    margin: 0 auto;
    width: 1140px;
    min-width: 1140px;
}

.danger {
    color: #f00;
}

.container,
.online-main nav,
.online-main .study-list li,
.exercises-main,
.subject h4,
.main-title .result-title,
.result-title .result-go,
.testResult .resultIntro,
.exam-ol,
.exam-ownPhase,
.exam-go,
.result-subject .subject-head,
.feedback .feedback-go,
.score-list,
.guide,
.guide-item p,
.guide-case,
.activity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.online-main section,
.position-ad,
aside h3,
aside dl,
aside .contest-guide,
.exercises-main > div,
.modal a,
.testResult,
.testResult .resultIntro li,
.test-review,
.result-subject,
.mock-part,
.mock-aside .contest-guide,
.exam-explain,
.exam-info,
.result-subject .subject-head,
.subject-head .feedback-btn,
.feedback,
.feedback textarea,
.feedback .feedback-go a,
.rule,
.restTip,
.score-list .score-item,
.guide-nav,
.guide-box,
.fixed-nav,
.activity,
.modal-subscribe .modal-footer button,
.modal-success .modal-footer button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.online-main section,
.position-ad,
aside h3,
aside dl,
aside .contest-guide,
.exercises-main > div,
.testResult,
.testResult .resultIntro li,
.test-review,
.subject ul li:hover i,
.test-options a,
.result-subject,
.mock-part,
.mock-aside .contest-guide,
.exam-explain,
.exam-info,
.result-subject .subject-head,
.subject-head .feedback-btn,
.rule,
.restTip,
.score-list .score-item,
.guide-nav,
.guide-box,
.guide-content h3,
.fixed-nav,
.activity {
    -webkit-box-shadow: 4px 4px 10px #ededed;
    -moz-box-shadow: 4px 4px 10px #ededed;
    box-shadow: 4px 4px 10px #ededed;
}

.online-main nav,
.online-main .study-list,
aside dl,
.contest-guide,
.contest-guide a:hover,
.exercises-main > div,
.modal,
.testResult,
.test-review,
.exam-go a,
.exam-info,
.result-subject .subject-head,
.feedback .feedback-go a,
.restTip,
.score-list .score-item,
.guide-nav,
.guide-box,
.fixed-nav,
.exam-explain,
.exam-ownPhase,
.feedback,
.formal-result .share,
.activity {
    background-color: #fff;
}

.online-main nav a:hover,
.online-main nav a.current,
.online-main .study-list li a:hover,
.subject .paging span:hover,
.subject .next-guide a:hover,
.subject .done:hover,
.modal a,
.result-go a:hover,
.contest-guide a,
.exam-go a:hover,
.exam-info-box a:hover,
.feedback .feedback-go a:hover,
.formal-result .share:hover {
    color: #fff;
    background-color: #f15050;
}

.subject .paging span,
.subject .next-guide a,
.subject .done,
.modal,
.modal a,
.result-go a,
.exam-go a,
.exam-info-box a,
.formal-result .share,
.modal-share .modal-footer button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.subject .paging span,
.subject .next-guide a,
.subject .done,
.result-go a,
.exam-go a,
.exam-info-box a,
.feedback .feedback-go a,
.formal-result .share {
    border: 1px solid #f15050;
    text-align: center;
    color: #f15050;
}

.subject .next-guide a,
.subject .done,
.result-go a,
.exam-info-box a {
    width: 148px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.online-main .study-list li:before,
.exam-info:before {
    position: absolute;
    content: '';
}

.notOpen {
    background-color: #eee !important;
    color: #999 !important;
    border: 0 !important;
    cursor: none !important;
}

.has-result,
.no-result,
.guide-item ul,
.guide-content,
.fixed-nav-item,
.fixed-nav,
.modal,
.feedback {
    display: none;
}

.text-center {
    text-align: center;
}

.btn-disabled {
    color: #ccc !important;
    border-color: #ccc !important;
    cursor: default;
}

.btn-disabled:hover {
    background-color: #fff !important
}

/* common end */

.online-main {
    width: 750px;
}

.online-main nav {
    padding: 40px 10px;
    font-size: 16px;
}

.online-main nav a {
    padding: 10px;
    min-width: 140px;
    border: 1px solid #f15050;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
    color: #f15050;
}

.online-main .study-list {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 24px;
    min-height: 970px;
}

.online-main .study-list li {
    position: relative;
    padding: 0 70px 0 50px;
    height: 44px;
    line-height: 44px;
}

.online-main .study-list li:before {
    top: 18px;
    left: 20px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    background-color: #f15050;
}

.online-main .study-list li:nth-child(odd) {
    background-color: #f9f9f9;
}

.online-main .study-list li:hover {
    background-color: #e4f6fe;
}

.online-main .study-list li a {
    display: inline;
    padding: 6px 16px;
    border: 1px solid #f15050;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.online-main .study-list li a:last-child {
    margin-left: 6px;
    cursor: pointer;
}

.position-ad {
    border: 3px solid transparent;
    text-align: center;
    font-size: 36px;
}

.position-ad img {
    width: 100%;
}

.position-ad:hover {
    border-color: #f00;
}

aside {
    width: 350px;
}

aside h3 {
    margin-bottom: 10px;
    padding: 10px;
    height: 130px;
    /*background: url('../images/progress_icon.png') 10px 10px no-repeat #fff;*/
}

aside h3 span {
    margin: 39px 0 0 125px;
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2px;
    color: #f15050;
}

aside dl {
    padding: 30px 20px;
    height: 550px;
}

aside dl dt {
    font-weight: 600;
}

aside dl dd {
    margin-bottom: 40px;
    padding: 10px 0 25px 0;
}

aside dl dd:not(:last-child) {
    border-bottom: 2px solid #eee;
}

aside dl dd:last-child {
    margin: 0;
}

aside dl dd p {
    line-height: 1.6em;
}

/*aside .app {*/
    /*position: relative;*/
    /*margin: 20px 0;*/
    /*padding: 184px 0 0 26px;*/
    /*width: 350px;*/
    /*height: 182px;*/
    /*background: url('../images/sm.png') no-repeat;*/
/*}*/

aside .app .qrcode {
    position: absolute;
    top: 35px;
    left: 33px;
    width: 110px;
    height: 110px;
}

/* ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¨Ã…Â Ã¢â‚¬Å¡ÃƒÂ§Ã‚Â»Ã†â€™ÃƒÂ¤Ã‚Â¹Ã‚Â  start */

.blank {
    /*height: 780px;*/
    height: 900px;
}

.contest-guide {
    padding: 20px 20px 0 10px;
}

.contest-guide h4 {
    display: flex;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.contest-guide a,
.analysis::-webkit-scrollbar-thumb,
.mock-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.contest-guide a {
    flex-shrink: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #4ec7ff;
    text-align: center;
    font-size: 16px;
}

.contest-guide div a:nth-child(odd) {
    margin-right: 14px;
}

.contest-guide a:hover {
    color: #4ec7ff;
}

.contest-guide i {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #4ec7ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.contest-guide i:after {
    position: absolute;
    top: 8px;
    left: 9px;
    width: 25px;
    height: 25px;
    background: url('../images/contest_guide_icon.png') no-repeat;
    content: '';
}

.contest-guide span {
    transform: translate(10px, 8px);
}

.contest-guide .guide-case {
    flex-wrap: wrap;
}

.exercises-main {
    width: 1140px;
    height: 700px;
    color: #000;
}

.exercises-main > div {
    padding: 30px 20px;
}

.exercises-main .explain, .exercises-main .analysis {
    width: 350px;
    height: 490px;
    overflow-y: auto;
}

.exercises-main .subject {
    width: 400px;
    height: 700px;
}

.exercises-main .pictureTitle {
    height: 820px;
}

.exercises-main h4, .exercises-main h5 {
    margin-bottom: 24px;
    font-size: 16px;
    color: #f15050;
}

.exercises-main p {
    line-height: 1.8em;
}

.subject {
    position: relative;
}

.subject ul {
    margin-top: 20px;
}

.subject ul li {
    margin-top: 20px;
    cursor: pointer;
}

.subject i,
.test-options a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #e9e9e9;
}

.subject i {
    margin-right: 16px;
    display: inline-block;
    background-color: #e9e9e9;
}

.subject ul li:hover i,
.subject .right,
.subject .error,
.subject .selected,
.test-options a:hover,
.test-options .right,
.test-options .error {
    color: #fff;
}

.subject ul li:hover i,
.test-options a:hover {
    background-color: #f15050;
}

.subject .right,
.test-options .right {
    background-color: #2ec5b5;
}

.subject .error,
.test-options .error {
    background-color: #f24949;
}

.subject .selected,
.test-options .selected {
    background-color: #f15050;
}

.test-options .selected {
    color: #fff;
}

.subject ul li span {
    line-height: 2em;
}

.subject .paging {
    position: absolute;
}

.subject .next-guide a:first-child {
    float: left;
}

.subject .next-guide a:last-child {
    float: right;
}

.subject .paging {
    /*left: 56px;*/
    left: 50%;
    bottom: 80px;
    width: 290px;
    transform: translate(-50%);
}

.subject .next-guide {
    position: absolute;
    bottom: 20px;
    width: 360px;
}

.subject .paging span {
    width: 78px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subject .questionNo {
    color: #f24949;
}

.subject .subject-pic {
    margin: 0 auto;
    width: 280px;
}

.subject .subject-pic div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
}

.subject img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 200px;
}

.subject em {
    font-weight: 600;
}

.analysis::-webkit-scrollbar {
    width: 5px;
}

.analysis::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
}

/* ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¨Ã…Â Ã¢â‚¬Å¡ÃƒÂ§Ã‚Â»Ã†â€™ÃƒÂ¤Ã‚Â¹Ã‚Â  end */

/* ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¨Ã…Â Ã¢â‚¬Å¡ÃƒÂ¦Ã‚ÂµÃ¢â‚¬Â¹ÃƒÂ¨Ã‚Â¯Ã¢â‚¬Â¢ */

.subject.test {
    width: 770px;
}

.subject .subject-wrap {
    margin: 0 auto;
    width: 400px;
}

.subject.test .paging {
    /*left: 240px;*/
}

.subject .done {
    position: absolute;
    /*left: 310px;*/
    left: 50%;
    bottom: 20px;
    font-size: 18px;
    transform: translate(-50%);
}

/* ÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¥Ã‚ÂÃ‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */

/* ÃƒÂ¦Ã…â€œÃ‚ÂªÃƒÂ¥Ã‚ÂÃ…Â¡ÃƒÂ¥Ã‚Â®Ã…â€™ÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â  */

/*.notDoneAlert {*/
.modal {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    padding: 30px;
    width: 390px;
    height: 210px;

    text-align: center;
    transform: translate(-50%, -50%);
}

.modal .info {
    padding: 0 10px;
    line-height: 2em;
    font-size: 18px;
    color: #4ec7ff;
}

.modal p span {
    /*color: #f00;*/
}

.modal a {
    position: absolute;
    width: 90px;
    height: 30px;
    line-height: 30px;
    bottom: 30px;
}

.modal .confirm {
    left: 30px;
}

.modal .ok {
    left: 120px;
    width: 150px;
}

.modal .cancel {
    right: 30px;
}

/* ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¨Ã…Â Ã¢â‚¬Å¡ÃƒÂ¦Ã‚ÂµÃ¢â‚¬Â¹ÃƒÂ¨Ã‚Â¯Ã¢â‚¬Â¢ÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã…Â¾Ã…â€œ */

.chapter-result {
    height: 800px;
}

.chapter-result .exercises-main {
    height: 600px;
}

.result-title .result-go {
    margin-top: 16px;
    width: 373px;
    text-indent: 0;
}

.testResult {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    height: 116px;
}

.testResult .left-top-triangle {
    position: relative;
    width: 0;
    height: 0;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    border-bottom: 70px solid #f15050;
    transform: translate(-46px, -12px) rotate(-45deg);
}

.testResult .left-top-triangle:after {
    position: absolute;
    top: 41px;
    left: -35px;
    width: 80px;
    font-size: 18px;
    color: #fff;
}

.testResult .left-top-triangle.test:after {
    content: '\6D4B\8BD5\7ED3\679C';
}

.testResult .left-top-triangle.mock:after {
    content: '\6A21\62DF\6210\7EE9';
}

.testResult .left-top-triangle.formal:after {
    content: '\8003\8BD5\7ED3\679C';
}

.testResult .left-top-triangle.best:after {
    content: '\6700\4F73\6210\7EE9';
}
.testResult .left-top-triangle.textes:after {
    content: '\6211\7684\706B\70AC\80FD\91CF';
    font-size: 12px;
}

.testResult p {
    /* margin: 24px 100px 0 0; */
    width: 67px;
    height: 50px;
    /* line-height: 46px; */
    text-align: center;
    font-size: 32px;
    color: #f24949;
    background: url('../images/score_icon.png') no-repeat center bottom;
    background-size: 125%;
    transform: translate(-16px,31px);
    -webkit-transform: translate(-16px,31px);
    -moz-transform: translate(-16px,31px);
    transform: translate(-1px,15px);
}

.testResult .resultIntro {
    width: 500px;
}

.testResult .resultIntro {
    margin-top: 20px;
}

.testResult .resultIntro li {
    padding-top: 20px;
    width: 80px;
    height: 80px;
    line-height: 26px;
    text-align: center;
    color: #000;
}

.test-review {
    width: 350px;
}

.test-review dt {
    height: 60px;
    line-height: 60px;
    /*text-align: center;*/
    text-indent: 9em;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    background: url('../images/test_review.png') no-repeat 122px 18px #f15050;
}

.test-review p {
    margin: 16px 0 36px 0;
    text-align: center;
}

.test-review .test-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 36px;
}

.test-review .test-options a {
    margin: 0 28px 28px 0;
}

.test-review .test-options .magnify,
.subject ul li:hover i,
.test-options a:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.test-review .test-options a:nth-child(5n) {
    margin-right: 0;
}

.exercises-main .test-review {
    /*height: 260px;*/
}

.result-subject {
    display: flex;
    width: 770px;
}

.result-subject.cup {
    background: url('../images/result_cup.png') no-repeat center;
}

/* ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ§Ã‚ÂºÃ‚Â¿ÃƒÂ¨Ã¢â€šÂ¬Ã†â€™ÃƒÂ¨Ã‚Â¯Ã¢â‚¬Â¢ start */

.mock-blank .exercises-main {
    margin-bottom: 100px;
}

.exam-explain {
    padding: 20px 8px 24px 8px;
    width: 750px;
}

.exam-explain > div {
    padding: 0 90px 30px;
}

.exam-explain h3 {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #f15050;
    font-weight: bold;
}

.exam-explain h4 {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
}

.exam-explain .explain {
    line-height: 1.6em;
    text-indent: 2em;
    color: #000;
}

.exam-go .exam-go-item .exam-go-icon {
    margin: 0 auto 24px;
    height: 135px;
    /*background: url('../images/exam_go_icon.png') no-repeat center top;*/
}

.exam-go .exam-go-item:first-child .exam-go-icon {
    width: 139px;
    -ms-background-position-x: 0;
    background-position-x: 0;
}

.exam-go .exam-go-item:last-child .exam-go-icon {
    width: 180px;
    -ms-background-position-x: -139px;
    background-position-x: -139px;
}

.exam-go a {
    display: block;
    margin-bottom: 10px;
    width: 170px;
    height: 28px;
    line-height: 28px;
}

.exam-go .exam-go-item P {
    text-align: center;
    font-size: 13px;
}


.exam-app img {
    position: absolute;
    top: 20px;
    right: 158px;
    width: 110px;
    height: 110px;
}

/* mock-aside start */

.mock-aside {
    width: 350px;
}

.mock-part {
    margin-bottom: 14px;
}



.exam-ownPhase {
    padding: 6px 6px 0;
}

.exam-ownPhase a {
    padding-bottom: 6px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.exam-ownPhase a:hover,
.exam-ownPhase .current {
    border-bottom-color: #f15050;
}

.mock-list {
    height: 250px;
    background-color: #eaf8ff;
    overflow-y: auto;
}

.mock-list::-webkit-scrollbar {
    width: 3px;
    /*background-color: #cdcdcd;*/
}

.mock-list::-webkit-scrollbar-thumb {
    background-color: #999;
}

.mock-list a {
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.mock-list a:not(:last-child) span {
    border-bottom: 1px solid #d7d7d7;
}

.mock-list a span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.mock-list .noData {
    margin-top: 110px;
    text-align: center;
}

/* mockExam start */

.mock-blank {
    min-height: 640px;
}

.exam-info {
    /* ÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¥Ã‹â€ Ã‚Â¶h4ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¥Ã…Â Ã‚Â  */
    display: flex;
    align-items: center;

    position: relative;
    margin: 0 auto;
    width: 770px;
    height: 640px;
    background: url('../images/exam_info_icon2.png') no-repeat 420px 290px #fff;
}

.exam-info:before {
    top: 50px;
    left: 100px;
    width: 151px;
    height: 144px;
    background: url('../images/exam_info_icon1.png') no-repeat;
}

.exam-info-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 350px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.exam-info-box h3 {
    margin-bottom: 26px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    color: #4ec7ff;
}

.exam-info-box p {
    line-height: 2em;
    font-size: 16px;
}

.exam-info-box a:nth-of-type(1) {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.exam-info-box a:nth-of-type(2) {
    position: absolute;
    bottom: -52px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.exam-info h4 {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.test-review .question-choose {
    /*background-image: url('../images/question_choose.png');*/
}

.mock-blank .result-subject {
    position: relative;
    top: 70px;
}

.result-subject .subject-head {
    align-items: center;
    position: absolute;
    top: -70px;
    left: 0;
    width: 770px;
    height: 60px;
}

.subject-head .feedback-btn {
    width: 60px;
    height: 60px;
    border-left: 10px solid #f15050;
    color: #f15050;
    cursor: pointer;
}

.subject-head .feedback-btn i {
    display: inline-block;
    padding-top: 28px;
    width: 28px;
    height: 50px;
    background: url('../images/feedback.png') no-repeat center top;
    transform: translate(10px, 8px);
}

.subject-head .time {
    padding-left: 36px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    background: url('../images/time.png') no-repeat;
}

.subject-head strong {
    font-weight: 600;
}

.subject-head .question-num {
    margin-right: 16px;
}

.mock-blank .subject .paging {
    bottom: 110px;
}

.mock-blank .subject .done {
    bottom: 50px;
}

/* feedback */

.feedback {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 240px;
    transform: translate(-50%, -50%);
}

.feedback textarea {
    display: block;
    margin: 10px auto;
    padding: 6px 8px;
    border: 1px solid #999;
    width: 458px;
    height: 168px;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    resize: none;
}

.feedback .content {
    position: relative;
}

.feedback .content span {
    position: absolute;
    bottom: 6px;
    right: 18px;
}

.feedback .feedback-go {
    margin: 0 auto;
    width: 460px;
}

.feedback .feedback-go a {
    padding: 8px;
    width: 48%;
    font-size: 16px;
}

/* rules */

/*.rule-title {*/
    /*background: url('../images/rule_icon.png') no-repeat left;*/
/*}*/

/*.rule {*/
    /*padding: 1px 80px 30px;*/
    /*!*height: 860px;*!*/
    /*line-height: 1.8em;*/
    /*color: #000;*/
    /*font-size: 16px;*/
    /*background: url('../images/rule_bg.png') no-repeat bottom right #fff;*/
/*}*/

.rule h3 {
    margin-top: 30px;
    line-height: 2em;
    font-size: 20px;
    color: #4ec7ff;
}

.rule p {
    text-indent: 2em;
}

.rule p img {
    display: block;
    margin: 20px auto;
}

.rule h5,
.rule h6 {
    font-size: 16px;
}

.rule h4,
.rule h5 {
    margin: 10px 0;
}

.indent2,
.rule h6 {
    text-indent: 2em;
}

.indent4 {
    text-indent: 4em !important;
}

.indent6 {
    text-indent: 6em !important;
}

.bold {
    font-weight: 600;
}

/* formal */

.formal-result {
    position: relative;
    height: 180px;
    /* background: url('../images/foraml_bg1.png') bottom left no-repeat #fff; */
}

.formal_bg2 {
    width: 195px;
    height: 122px;
    /*background: url('../images/formal_bg2.png') no-repeat;*/
    -webkit-transform: translate(77px, 58px);
    -moz-transform: translate(77px, 58px);
    -ms-transform: translate(77px, 58px);
    -o-transform: translate(77px, 58px);
    transform: translate(77px, 58px);
}

.formal-result .ranking {
    position: absolute;
    top: 130px;
    left: 390px;
    font-size: 16px;
}

.restTip {
    height: 60px;
}

.restTip p {
    height: 30px;
    line-height: 30px;
    text-indent: 3em;
    font-size: 16px;
    background: url('../images/horn.png') no-repeat left;
    -webkit-transform: translate(60px, 16px);
    -moz-transform: translate(60px, 16px);
    -ms-transform: translate(60px, 16px);
    -o-transform: translate(60px, 16px);
    transform: translate(60px, 16px);
}

.best-result {
    position: relative;
    height: 240px;
    background: url('../images/formal_bg_long.png') no-repeat bottom #fff;
}

.best-result p {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%) scale(1.5);
    -moz-transform: translate(-50%) scale(1.5);
    -ms-transform: translate(-50%) scale(1.5);
    -o-transform: translate(-50%) scale(1.5);
    transform: translate(-50%) scale(1.5);
}

.score-list {
    margin-left: -22px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.score-list .score-item {
    /* margin-left: -4px; */
    margin-left: 31px;
    margin-right: 21px;
    margin-top: 20px;
    width: 334px;
    height: 277px;
    overflow: hidden;
}

.score-list .score-item:not(:last-child) {
    /*margin-right: 46px;*/
}

.score-list .score-item h3 {
    margin-bottom: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-indent: 39px;
    font-size: 18px;
    color: #fff;
    background: url(../images/bookmark.png) 100px center no-repeat;
}

.score-list .score-item:first-child h3 {
    background-color: #4ec7ff;
}

.score-list .score-item:nth-child(2) h3 {
    background-color: #ffb821;
}

.score-list .score-item:nth-child(3) h3 {
    background-color: #fe7070;
}
.score-list .score-item:nth-child(4) h3 {
    background-color: #ffb821;
}
.score-list .score-item:nth-child(5) h3 {
    background-color: #4ec7ff;
}


.score-item p {
    margin-bottom: 20px;
    text-indent: 40px;
    font-size: 16px;
}

.no-result {
    margin: 0 auto;
    padding-top: 1px;
    width: 286px;
    height: 470px;
    /*background: url('../images/no_result.png') center top no-repeat;*/
}

.no-result p {
    margin: 320px auto 60px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.no-result a {
    display: block;
    border: 1px solid #4ec7ff;
    width: 278px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #4ec7ff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

/* ÃƒÂ¦Ã‚Â´Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã…â€™Ã¢â‚¬Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */

/*.guide-title {*/
    /*background: url('../images/guide_icon.png') no-repeat left center;*/
/*}*/

.guide-nav {
    width: 240px;
    height: 630px;
    font-size: 16px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.guide-nav i {*/
    /*flex-shrink: 0;*/
    /*margin-right: 10px;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*background: url('../images/guide_nav_icon.png') no-repeat;*/
/*}*/

.guide-nav .guide-item:nth-child(1) i {
    background-position: 0 0;
}

.guide-nav .guide-item:nth-child(2) i {
    background-position: 0 -30px;
}

.guide-nav .guide-item:nth-child(3) i {
    background-position: 0 -61px;
}

.guide-nav .guide-item:nth-child(4) i {
    background-position: 0 -95px;
}

.guide-nav .guide-item:nth-child(5) i {
    background-position: 0 -127px;
}

.guide-nav .guide-item:nth-child(6) i {
    background-position: 0 -158px;
}

.guide-nav .active:nth-child(1) i {
    background-position: -32px 0;
}

.guide-nav .active:nth-child(2) i {
    background-position: -32px -30px;
}

.guide-nav .active:nth-child(3) i {
    background-position: -32px -61px;
}

.guide-nav .active:nth-child(4) i {
    background-position: -32px -95px;
}

.guide-nav .active:nth-child(5) i {
    background-position: -32px -127px;
}

.guide-nav .active:nth-child(6) i {
    background-position: -32px -158px;
}

.guide-box {
    width: 880px;
    min-height: 630px;
    overflow: hidden;
}

.guide-item p {
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 0 30px;
    min-height: 50px;
    cursor: pointer;
}

.guide-item ul {
    font-size: 14px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.guide-item ul li {
    padding-left: 90px;
    height: 36px;
    line-height: 36px;
}

.guide-item ul .active {
    color: #4ec7ff;
    background-color: #dff5ff;
}

/*.guide-item b {*/
    /*display: inline-block;*/
    /*margin-left: 10px;*/
    /*width: 9px;*/
    /*height: 16px;*/
    /*vertical-align: middle;*/
    /*background: url('../images/arrow_right.png') no-repeat center;*/
/*}*/

.guide-item ul .active b {
    /*background-image: url('../images/arrow_right_active.png');*/
}

.guide-nav .active {
    background-color: #4ec7ff;
}

.guide-nav .active p {
    color: #fff;
}

.guide-content h3 {
    height: 50px;
    line-height: 50px;
    text-indent: 40px;
    color: #fff;
    background-color: #4ec7ff;
}

.guide-content .content {
    padding: 20px;
}

.guide-content p {
    text-indent: 2em;
    line-height: 2em;
    font-size: 15px;
}

.guide-content p img {
    display: block;
    margin: 20px auto;
    max-width: 840px;
    max-height: 550px;
}

.guide-content h4 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px;
}

.guide-content h5 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 17px;
}

.guide-content h6 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 16px;
}

/* fixed-nav */

.fixed-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    -webkit-transform: translate(-540px, -50%);
    -moz-transform: translate(-540px, -50%);
    -ms-transform: translate(-540px, -50%);
    -o-transform: translate(-540px, -50%);
    transform: translate(-540px, -50%);
}

.fixed-nav-link {
    display: block;
    margin-top: 6px;
}

.fixed-nav-link span {
    margin-right: 6px;
}

.fixed-nav-item .level2 {
    text-indent: 1em;
}

.fixed-nav-item .level3 {
    text-indent: 2em;
}

.fixed-nav-item .active {
    color: #4ec7ff;
}

.article-qrcode {
    width: 200px;
    height: 200px;
}

/*ÃƒÂ¥Ã…Â Ã‚Â ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â»Ã¢â‚¬ËœÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€*/
/*pcÃƒÂ§Ã‚Â«Ã‚Â¯ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€*/
.addalertDives {
    position: fixed;
    z-index: 999999;
    width: 600px;
    margin-left: -300px;
    margin-top: -199px;
    top: 50%;
    left: 50%;
    line-height: 20px;
    font-size: 14px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);

}

.cha_p {
    width: 100%;
}

.text_p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
}

.cor_back {
    color: #000000;
}

.cor_red {
    color: #eb2100;
}

.w_input {
    width: 70%;
    height: 34px;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #898989;
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px;
}

.p1 {
    padding: 10px;
}

.dis_in {
    display: inline-block;
}

.cen {
    text-align: center;
}

.tshi {
    font-size: 16px;
    line-height: 20px;
}

.mt20 {
    margin-top: 20px;
}

.addspanw {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.t_l {
    text-align: left;
}

.button_ok {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 20px;
    color: #4ec7ff;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin: 50px 0px 20px 0px;
    text-decoration: none;
}

.maskdiv {
    position: fixed;
    z-index: 269;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.text20 {
    font-size: 24px;
}

.posi {
    position: relative;
}

/*ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â»Ã¢â‚¬ËœÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¦Ã‹â€ Ã‚ÂÃƒÂ¥Ã…Â Ã…Â¸ÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€*/
.addalertDives_ok {
    position: fixed;
    z-index: 999999;
    width: 23%;
    margin-left: -14%;
    margin-top: -9.6rem;
    top: 50%;
    left: 50%;
    line-height: .5rem;
    font-size: .3rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 1);
}

.cen {
    text-align: center;
}

.cha_p {
    width: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


.text_p {
    font-size: 1.1rem;
    line-height: 2rem;
}

.dis_in {
    display: inline-block;
}

.cor_back {
    color: #000000;
}

.sucsess_ok {
    display: inline-block;
    width: 100%;
    height: 1.3rem;
    font-size: 1.3rem;
    letter-spacing: 0.5rem;
    color: #4ec7ff;
    padding: 1.5rem 1rem;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    margin-top: 2rem;
}

.finishmaskes {
    position: fixed;
    z-index: 269;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.maskes {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

/* 2017-08-23 ÃƒÂ¦Ã‹â€ Ã‚ÂÃƒÂ§Ã‚Â»Ã‚Â©ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¤Ã‚ÂºÃ‚Â« */

.modal-footer {
    text-align: center;
}

.modal-footer button {
    cursor: pointer;
}

.formal-result .share {
    position: absolute;
    top: 18px;
    right: 62px;
    width: 98px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.modal-share,
.modal-subscribe {
    width: 750px;
    height: 500px;
}

.modal-share .intro {
    font-size: 22px;
    line-height: 1.5em;
    color: #4ec7ff;
}

.modal-share .tip {
    margin: 24px 0;
    color: #f00;
}

.modal-share .img-wrap {
    margin: 0 auto 25px;
    width: 250px;
    height: 250px;
}

.modal-share img {
    width: 250px;
    height: 250px;
}

.modal-share .modal-footer button,
.modal-success .modal-footer button {
    width: 118px;
    height: 38px;
    font-size: 16px;
    background-color: #4ec7ff;
    color: #fff;
}

.activity {
    width: 100%;
    margin-top: 20px;
    padding: 30px 40px;
}

.modal-subscribe,
.modal-success {
    padding: 0;
    overflow: hidden;
}

.modal-subscribe h3,
.modal-success h3 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #4ec7ff;
}

.modal-subscribe .tip {
    margin-top: 18px;
    color: #f00;
}

.modal-subscribe .modal-body {
    margin: 80px auto 70px;
}

.modal-subscribe .form-group {
    text-align: left;
    font-size: 16px;
    color: #4ec7ff;
}

.modal-subscribe .form-group:first-child {
    margin-bottom: 40px;
}

.modal-subscribe .form-group label {
    display: inline-block;
    margin: 0 30px 0 130px;
    width: 100px;
    text-align: right;
}

.modal-subscribe .form-group input {
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 20px;
    width: 360px;
    height: 40px;
}

.modal-subscribe .modal-footer button {
    border: 1px solid #4ec7ff;
    width: 118px;
    height: 38px;
    font-size: 16px;
    background-color: #fff;
    color: #4ec7ff;
}

.modal-subscribe .modal-footer button:hover {
    color: #fff;
    background-color: #4ec7ff;
}

.modal-subscribe .modal-footer button:last-child {
    margin-left: 230px;
}

.modal-success {
    width: 750px;
    height: 600px;
}

.modal-success img {
    margin-top: 20px;
}

.modal-success .modal-body {
    margin: 20px auto;
    padding: 20px 0 0 50px;
    width: 432px;
    height: 141px;
    text-align: left;
    background: url('../images/notice.png') no-repeat;
}

.modal-success .intro {
    line-height: 2em;
    font-size: 18px;
}

.modal-success .modal-body span {
    margin-left: 20px;
}

.modal-success .tip {
    color: #f00;
}

input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.modal-subscribe .errorTip {
    margin-top: 10px;
    padding-left: 264px;
    text-align: left;
    color: #f00;
}

/* 2017-09-12 */

.loading-formal {
    position: fixed;
    z-index: 201;
    width: 180px;
    color: #fff;
}

.loading-formal:after {
    content: ''
}

/*2018*/
.mt20 {
    margin-top: 20px;
    padding: 0px 40px;
}

.gray {
    color: #999999;
    text-indent: 50px;
}

.mt26 {
    margin-top: 26px;
}

/*aside .study-cup {*/
    /*background: url(../images/cups.png) 10px 10px no-repeat #fff;*/
/*}*/

.study-textes {
    padding: 30px 20px;
    /* height: 304px; */
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 10px #ededed;
    -moz-box-shadow: 4px 4px 10px #ededed;
    box-shadow: 4px 4px 10px #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/*cup-content*/
.cup-content ul {
    width: 150px;
    margin-top: 24px;
}

.cup-content .cup-content-t {
    height: 30px;
    background: #f15050;
    color: #fff;
    border-radius: 5px 5px;
    line-height: 30px;
    text-align: center;
}

.cup-content li {
    width: 100%;
    height: 30px;
    border: 1px solid #999999;
    line-height: 30px;
    text-align: center;
    margin-top: -1px;
}

.cup-three li:nth-of-type(1){
    background: url("../images/no1.png") no-repeat 46px center;
    background-size: 12%;
}
.cup-three li:nth-of-type(2){
    background: url("../images/no2.png") no-repeat 46px center;
    background-size: 12%;
}
.cup-three li:nth-of-type(3){
    background: url("../images/no3.png") no-repeat 46px center;
    background-size: 12%;
}
.cup-three li{
    text-indent: 22px;
}
/*online-study-video*/
.contentWrap {
    width: 1200px;
    margin: 38px auto;
}
.showlist {
    height: 291px;
    overflow-x: hidden;
}
/*nav*/
.nav-list-ul {
    display: inline-block;

}

.nav-list-ul li {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #b32b28;
    text-align: center;
    margin-right: 63px;
    font-weight: 700;
    cursor: pointer;
}

.nav-list-ul .navsactive {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #b32b28;
    border-radius: 20%;
    -webkit-border-radius: 10px;
}

.navwrap {
    height: 60px;
    background: #fff;
}

.navwrap strong {
    display: inline-block;
    height: 100%;
    color: #fff;
    cursor: pointer;
}

/*.navperson {*/
    /*width: 215px;*/
    /*line-height: 60px;*/
    /*margin-right: 50px;*/
    /*font-size: 24px;*/
    /*text-align: left;*/
    /*letter-spacing: 5px;*/
    /*font-weight: bold;*/
    /*padding-left: 23px;*/
    /*!*background: url("../images/person.png") no-repeat;*!*/
/*}*/

.navgoin {
    width: 148px;
    background: #b32b28;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}

/*video*/
.video-wrap {
    height: 416px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.video-wrap .video {
    width: 620px;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

/*video right*/
.video-content {
    -webkit-box-shadow: 1px 1px 10px #e9e9e9;
}

.video-right-wrap {
    width: 440px;
    height: 88%;
    margin-top: 33px;
    overflow-x: hidden;
    background: #f8f8f8;
    box-sizing: border-box;
}

.video-right-wrap h5 {
    width: 100%;
    height: 70px;
    background: #188aea;
    padding-left: 14px;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    letter-spacing: 4px;
}

.video-right-wrap ul li {
    width: 100%;
    padding: 10px 10px;
}

.video-right-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.video-right-wrap img {
    width: 160px;
    height: 100%;
    border: 1px solid #b32b28;
    text-align: center;
}

.video-right-wrap p {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    overflow-x: hidden;
}

.fcolor-red {
    color: #b32b28;
}

.video-right-wrap li:hover {
    background: #fff;
    box-shadow: 1px 1px 10px #e9e9e9;
    -webkit-box-shadow: 1px 1px 10px #e9e9e9;
}

.video-right-wrap li a:hover .video-texts {
    color: #188aea;
}

.video-right-wrap .video-li-active {
    background: #fff;
    box-shadow: 1px 1px 10px #e9e9e9;
}

.video-right-wrap .video-li-active .video-texts {
    color: #188aea;
}

.video-title {
    width: 100%;
    height: 70px;
    padding: 0px 18px;
    background: #fff;
}

.video-title strong {
    font-size: 24px;
    line-height: 70px;
    color: #188aea;
}

.video-title span {
    font-size: 24px;
    line-height: 70px;
    color: #b4b4b4;
}

.result-go .active-click {
    color: #fff;
    background: #f15050;
}

.online-main .study-list li a.active-click {
    background: #f15050;
    color: #fff;
}

/*ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¥Ã…Â Ã‚Â */
#showresult {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 33px;
}

#showresult img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50% 50%;
    /* border: 1px solid #666666; */
    margin-top: 9%;
}

#showresult span {
    display: inline-block;
    width: 100%;
}

.showresult-name {
    width: 32%;
    padding-top: 50px;
}

.showresult-result {
    width: 34%;
    padding-top: 40px;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*#chapter {*/
    /*position: relative;*/
    /*font-size: 16px;*/
    /*line-height: 33px;*/
    /*padding-top: 50px;*/
    /*background: url("../images/formal_bg2.png") no-repeat 100% 58px;*/
    /*padding-left: 38px;*/
/*}*/

#chapter span {
    display: inline-block;
    width: 100%;
}

/*share*/
.share {
    margin-top: 20px;
    padding: 20px 20px 20px 60px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.fshadow {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 10px #ededed;
    -moz-box-shadow: 4px 4px 10px #ededed;
    box-shadow: 4px 4px 10px #ededed;
}

.share div:first-child {
    width: 80%;
}

.share div:first-child p:nth-of-type(2) {
    padding-top: 20px;
    text-indent: 33px;
    line-height: 25px;
}

.share #qrcode {
    display: inline-block;
    width: 130px;
    height: 130px;
}

#chapter img {
    position: absolute;
    top: 12px;
    right: 33px;
    display: inline-block;
    width: 15%;
}
/*show-medal*/
.show-medal {
    position: absolute;
    top: 0px;
    left: 43%;
    width: 16%;
}
.show-medal strong{
    width: 148px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.show-medal span{
    display: inline-block;
    width: 100%;
}
.showup,.showdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.show-medal img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 27px;
    transform: scale(1.5);
}
.showup div{
    width: 50%;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
}
.showdown {
    position: absolute;
    top: 180px;
    left: -36%;
    width: 352px;
    height: 30px;
    background: #fff;
    border-radius: 15px 15px 15px 15px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
}
.profile.icon {
    color: rgb(0, 0, 0);
    position: absolute;
    margin-left: 13px;
    margin-top: 16px;
    width: 14px;
    height: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: currentcolor currentcolor transparent;
    border-radius: 6px 6px 0px 0px;
    background: #333;
}
.icon {
    position: absolute;
}
.profile.icon::before {
    content: "";
    position: absolute;
    left: 2px;
    top: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid;
    background: #333;
}
.icon::after {
    content: "";
    position: absolute;
    background: #fff;
}
.no-medao {
    position: absolute;
    top: 41px;
    left: -36%;
    width: 360px;
    height: 30px;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
/*.main-titlely {*/
    /*margin: 16px auto 6px;*/
    /*height: 64px;*/
    /*line-height: 64px;*/
    /*text-indent: 2em;*/
    /*font-weight: normal;*/
    /*color: #333;*/
    /*background: url('../images/xfa.png') no-repeat left;*/
    /*background-size: 5%;*/
/*}*/
/*expert*/
.expert {
    width: 400px;
    height: 100%;
    box-sizing: border-box;
}
.expert img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #818181;
    margin: 10px 10px;
}
.expert p{
    width: 200px;
    height: 100%;
    padding: 10px 10px;
}
.expert p span{
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
#gglx{
    display: inline-block;
    width: 170px;
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #f15050;
    text-align: center;
    color: #f15050;
    margin-top: 21px;
}
#gglx:hover{
    color: #fff;
    background-color: #f15050;
}

.exam-explain .showt{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.exam-explain .mtt{
    margin-top: 10px;
}
.exam-explain-wrap{
    padding: 10px 10px;
    position: relative;
}
.exam-explain-wrap p{
    width: 80%;
}
.exam-explain-wrap img{
    width: 120px;
    height: 120px;
    position: absolute;
    right: -12px;
    bottom: -13px;
}
.pad20px{
    padding-left: 20px;
    padding-top: 10px;
}
.study-textes p{
    padding: 5px 5px;
}
.mt30{
    margin-top: 30px;
}
.torchhand {
    width: 40%;
    padding: 30px 10px;
}
.torchhand span{
    width: 100%;
    font-size: 12px;
}
.torchhand span:nth-of-type(1){
    font-size: 14px;
    font-weight: bold;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/*后加样式*/
.card {
    text-align: center;
    background: #fff;
    padding: 55px 20px;
}
.card a{
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #188aea;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.card a.grayCard{
    background: #dcdcdc;
    color: #333333;
}

.main-title span{
    display: inline-block;
    padding: 0 10px;
}
