@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; }

body { -webkit-font-smoothing: antialiased; background-color: #f8f8f8; font: 12px/1.5 "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif; color: #666; }

em, i { font-style: normal; }

li { list-style: none; }

img { border: 0; vertical-align: middle; }

a { color: #262626; text-decoration: none; cursor: pointer; }

input, textarea, select, button { font-family: "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif; -webkit-appearance: none; }
input:focus, textarea:focus, select:focus, button:focus { outline: none; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.fl { float: left; }

.fr { float: right; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

input::-webkit-input-placeholder { color: #acacac; }

input:-moz-placeholder { color: #acacac; }

input::-moz-placeholder { color: #acacac; }

input:-ms-input-placeholder { color: #acacac; }

::-webkit-scrollbar { width: 4px; height: 4px; }

::-webkit-scrollbar-button { display: none; }

::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece { background: #fff; }

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal { border-radius: 10px; background: #ccc; }

::-webkit-scrollbar-thumb:hover { background: #999; }

::-webkit-scrollbar-thumb:active { background: #666; }

.hide { display: none !important; }

@font-face { font-family: "iconfont"; src: url("../fonts/iconfont.eot");
  /* IE9*/
src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */ }
/*!--字体代替iconfont--*/
[class*="icon-"], [class^="icon-"] { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-stroke-width: 0.2px; }

.icon-slidearrow:before { content: "\e622"; }

.icon-gotop:before { content: "\e780"; }

.icon-down:before { content: "\e630"; }

.icon-open:before { content: "\e632"; }

.icon-Rarrow:before { content: "\e6ab"; }

.icon-Larrow:before { content: "\e6bc"; }

.icon-delete:before { content: "\e839"; }

.icon-popclose:before { content: "\e711"; }

.icon-phone:before { content: "\e65c"; }

.icon-diqu:before { content: "\e629"; }

.icon-yzm:before { content: "\e9a1"; }

.icon-book:before { content: "\e68d"; }

.icon-gonggao:before { content: "\e66f"; }

.text-red { color: #f1514e !important; }

.form-group { margin-bottom: 15px; }

.form-control { display: block; width: 100%; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; -khtml-border-radius: 0; border-radius: 0; box-shadow: none; height: 40px; line-height: 40px; padding: 6px 12px; font-size: 14px; border: 1px solid #e2e2e2; color: #333; background-color: #fff; }
.form-control:focus { background: #fff; box-shadow: none; border: 1px solid #999999; outline: none; }

textarea { resize: none; }
textarea.form-control { height: auto; padding: 10px; line-height: 20px; }

.btn { border: 1px solid #FD3237; background: #fff; color: #FD3237; }

.table { width: 100%; border-spacing: 0; border-collapse: collapse; border: 1px solid #FEAEB0; }
.table thead { height: 2rem; line-height: 2rem; font-size: .7rem; background: #FD3238; }
.table thead th { color: #fff; font-size: .7rem; text-align: center; }
.table tbody tr td { padding: .5rem .25rem; border-right: 1px solid #FEAEB0; text-align: center; font-size: .7rem; }
.table tbody tr td:last-child { border: none; }
.table tbody tr:nth-child(even) { background: #FFEFEF; }

.g-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 10; }

.pop-content { position: absolute; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.pop-content .pop-close { position: absolute; left: 50%; bottom: -2rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; margin-left: -.65rem; background: url(../../images/must/close.png) no-repeat; background-size: 100% 100%; }

.swiperbox { position: relative; padding: 0 2.5rem; min-height: 3rem; margin-top: 1rem; }
.swiperbox .swiper-btn { position: absolute; top: 50%; width: 1.5rem; height: 1.75rem; margin-top: -.85rem; line-height: 1.75rem; background: #f0f0f0; border-radius: .25rem; text-align: center; }
.swiperbox .swiper-btn:focus { outline: none; }
.swiperbox .prev-btn { left: .75rem; }
.swiperbox .next-btn { right: .75rem; }

@keyframes headBg { 0% { background: rgba(243, 255, 48, 0); }
  50% { background: rgba(243, 255, 48, 0.5); }
  100% { background: #f3ff30; } }
body { background: #fc9c4b; }

.gotop { position: fixed; right: 0.75rem; bottom: 3.5rem; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; background: rgba(0, 0, 0, 0.5); border-radius: 50%; display: none; cursor: pointer; z-index: 8; }
.gotop i { color: #fff; font-size: 1rem; }

.fixed-nav { position: fixed; bottom: 0; left: 0; right: 0; border-top: 1px solid #f1f1f1; background: #fff; z-index: 10; }
.fixed-nav ul { display: flex; }
.fixed-nav ul li { flex: 1; height: 2.5rem; text-align: center; }
.fixed-nav ul li a { display: block; line-height: 2.5rem; font-size: 0.8rem; user-select: none; }
.fixed-nav + .container { padding-bottom: 3.5rem; }

.container .m-slogan { position: relative; z-index: 1; }
.container .m-slogan img { width: 100%; height: auto; }
.container .m-slogan::before { position: absolute; right: 0.25rem; bottom: -2rem; z-index: 2; content: ""; display: block; width: 8rem; height: 7.6rem; background: url(../../images/must/people-ico.png) no-repeat; background-size: cover; }
.container .m-slogan::after { position: absolute; left: 0.75rem; bottom: -1.5rem; z-index: 2; content: ""; width: 5.5rem; height: 4.95rem; background: url(../../images/must/book-ico.png) no-repeat; background-size: cover; }

.mian { padding: 2rem 1rem 0 1rem; }
.mian .m-box { padding: 1rem; background: #fff; border-radius: 0.5rem; }
.mian .m-box ~ .m-box { position: relative; margin-top: 1rem; }
.mian .m-box ~ .m-box::before { position: absolute; left: 3rem; top: -1.7rem; content: ""; width: 0.38rem; height: 2.6rem; background: url(../../images/must/link-line.png) no-repeat; background-size: 100% 100%; }
.mian .m-box ~ .m-box::after { position: absolute; right: 3rem; top: -1.7rem; content: ""; width: 0.38rem; height: 2.6rem; background: url(../../images/must/link-line.png) no-repeat; background-size: 100% 100%; }

.m-title { padding-bottom: 0.5rem; }
.m-title h5 { text-align: center; }
.m-title h5 i { position: relative; font-size: 1rem; font-weight: bold; color: #fe3338; line-height: 1.5rem; padding: 0 1.5rem; background: url(../../images/must/title-l.png) no-repeat left center; background-size: 1.1rem; }
.m-title h5 i::after { position: absolute; right: 0; content: ""; width: 1.5rem; height: 1.5rem; background: url(../../images/must/title-r.png) no-repeat right center; background-size: 1.1rem; }
.m-title p { text-align: center; font-size: 0.6rem; color: #666; }

.reserve-list { display: flex; padding: 0.75rem 0; }
.reserve-list li { flex: 1; }
.reserve-list li img { float: left; width: 2.5rem; height: 2.11rem; }
.reserve-list li .text { margin-left: 2.5rem; padding-left: 0.5rem; }
.reserve-list li .text span, .reserve-list li .text p { font-size: 0.7rem; line-height: 1rem; color: #343434; }
.reserve-list li:first-child { flex: 1.25; }

.reserve-form { padding: 0.5rem 1rem; }
.reserve-form .form-group { display: flex; margin-bottom: 0; border: 1px solid #ccc; border-radius: 0.25rem; overflow: hidden; }
.reserve-form .form-group ~ .form-group { margin-top: 0.75rem; }
.reserve-form .form-control { border: none; height: auto; line-height: 1rem; font-size: 0.7rem; padding: 0.5rem 0.5rem; }
.reserve-form .code-btn { padding: 0 0.5rem; font-size: 0.7rem; white-space: nowrap; border: none; background: none; color: #fe3338; }
.reserve-form .code-btn.onaccess { color: #ccc; }

.reserve-btn { padding: 0.75rem 0 0.5rem 0; text-align: center; }
.reserve-btn button { padding: 0.5rem 2.65rem 0.5rem 3rem; border: none; border-radius: 2rem; background: linear-gradient(to bottom, #fd100b, #ff714f); box-shadow: 0 0.2rem 0 #efdcdb; }
.reserve-btn button i { position: relative; color: #fff; font-size: 0.8rem; padding-right: 1.25rem; }
.reserve-btn button i::after { content: ""; position: absolute; top: 50%; right: 0rem; margin-top: -0.35rem; border-width: 0.35rem; border-style: solid; border-color: transparent transparent transparent #fff; }

.reserve-tips { padding: 0.5rem 1rem; }

.tips-info { padding: 0.5rem 0 0.5rem 2.5rem; background: #feebdc url(../../images/must/succeed.png) no-repeat 0.6rem center; background-size: 1.25rem; border-radius: 0.5rem; }
.tips-info span { font-size: 0.6rem; line-height: 1rem; color: #fe3338; font-weight: bold; }
.tips-info li { position: relative; float: left; font-size: 0.6rem; line-height: 1rem; color: #fe3338; padding-left: 0.25rem; }
.tips-info li::after { position: absolute; left: 0; top: 0; content: "·"; color: #fd3238; font-size: 1rem; }

.reserve-succeed { padding: 0.5rem 0; }

.succeed-tips { text-align: center; }
.succeed-tips .title span { display: inline-block; line-height: 2rem; font-size: 0.9rem; font-weight: bold; color: #343434; padding-left: 2rem; background: url(../../images/must/succeed-ico.png) no-repeat left center; background-size: 1.5rem; }
.succeed-tips p { padding: 0.25rem 0; font-size: 0.6rem; color: #999; }

.succeed-list { padding: 1rem 0; }
.succeed-list li { flex: 1; padding: 0.5rem 0; overflow: hidden; }
.succeed-list li img { float: left; width: 2.5rem; height: 2.11rem; }
.succeed-list li .text { margin-left: 2.5rem; padding-left: 0.5rem; }
.succeed-list li .text span { font-size: 0.6rem; line-height: 1rem; color: #343434; }
.succeed-list li .text p { font-size: 0.7rem; line-height: 1rem; color: #fe3338; }

.public-btn { text-align: center; }
.public-btn a, .public-btn button { display: inline-block; padding: 0.5rem 0.65rem 0.5rem 1rem; border: none; border-radius: 2rem; background: linear-gradient(to bottom, #fd100b, #ff714f); box-shadow: 0 0.2rem 0 #efdcdb; }
.public-btn a i, .public-btn button i { position: relative; color: #fff; font-size: 0.8rem; padding-right: 1.25rem; }
.public-btn a i::after, .public-btn button i::after { content: ""; position: absolute; top: 50%; right: 0rem; margin-top: -0.35rem; border-width: 0.35rem; border-style: solid; border-color: transparent transparent transparent #fff; }
.public-btn.pd-top { padding-top: 1rem; }

.swiper-dynamic { height: 6rem; }
.swiper-dynamic .swiper-slide a { display: flex; align-items: center; }
.swiper-dynamic .swiper-slide a span { flex: 1; font-size: 0.7rem; height: 2rem; line-height: 2rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.swiper-dynamic .swiper-slide a i { color: #fff; font-size: 0.7rem; padding: .15rem .75rem; background: linear-gradient(0deg, #fd100c 0%, #ff7250 100%); border-radius: 1.25rem; }

.timeline { padding-top: 2rem; }
.timeline li { display: flex; }
.timeline li:nth-child(even) { border-left: 1px dashed #b2b2b2; }
.timeline li:nth-child(odd) { border-right: 1px dashed #b2b2b2; }
.timeline li:last-child { border: none; }
.timeline li:last-child .time-box:first-child::before { display: none; }
.timeline li:first-child .time-box:first-child::before { display: none; }
.timeline li.timeactive:nth-child(even) { border-left: 1px dashed red; }
.timeline li.timeactive:nth-child(odd) { border-right: 1px dashed red; }
.timeline li.timeactive .time-box::before, .timeline li.timeactive .time-box::after { border-top: 1px dashed red; }

.time-box { position: relative; flex: 1; padding: 1.25rem 0 1.5rem 0; text-align: center; }
.time-box .time-ico { position: absolute; left: 50%; margin-left: -0.75rem; top: -0.5rem; display: inline-block; width: 1.5rem; height: 1.5rem; background: url(../../images/must/nottime.png) no-repeat center center; background-size: auto 1.5rem; z-index: 2; }
.time-box .time-ico.goodtime { background: url(../../images/must/goodtime.png) no-repeat center center; background-size: auto 1.5rem; }
.time-box .time-ico.ontime { background: url(../../images/must/ontime.png) no-repeat center center; background-size: auto 1.5rem; }
.time-box span { display: block; color: #666; font-size: 0.7rem; line-height: 1.25rem; }
.time-box em { display: block; font-size: 0.9rem; color: #343434; line-height: 1.25rem; padding-bottom: 0.5rem; }
.time-box a { display: inline-block; width: 80%; color: #fff; line-height: 1.5rem; border-radius: 1.5rem; background: linear-gradient(0deg, #fd100c 0%, #ff7250 100%); }
.time-box a.notthe { background: #d9d9d9; }
.time-box::before { position: absolute; top: 0; left: 0; content: ""; width: 50%; height: 2px; border-top: 1px dashed #b2b2b2; }
.time-box::after { position: absolute; top: 0; right: 0; content: ""; width: 50%; height: 2px; border-top: 1px dashed #b2b2b2; }
.time-box.activeall::before { border-top: 1px dashed red; }
.time-box.activeall::after { border-top: 1px dashed red; }
.time-box.active-r::after { border-top: 1px dashed red; }
.time-box.active-l::before { border-top: 1px dashed red; }

.m-exam { padding: 1rem 0 1.5rem 0; }

.subtitle span { position: relative; left: -1rem; display: inline-block; padding: 0.25rem 0.5rem 0.25rem 1.5rem; font-size: 0.8rem; font-weight: bold; color: #000; background: #fece00 url(../../images/must/subtitle.png) no-repeat 0.5rem center; background-size: 0.6rem; border-radius: 0 0.25rem 0.25rem 0; }

.require-tab { padding: 1rem 0 0.5rem 0; display: flex; }
.require-tab li { flex: 1; }
.require-tab li button { width: 100%; padding: 0.25rem 0; font-size: 0.7rem; color: #fe1610; background: #fff; border: 1px solid #fd100c; border-radius: 0.25rem; }
.require-tab li button ~ button { margin-top: 0.75rem; }
.require-tab li button.active { background: #ffe9e9 url(../../images/must/active.png) no-repeat top right; background-size: 0.8rem; }
.require-tab li:nth-child(2) { padding: 0 0.75rem; }

.require-info .require-item { display: none; }
.require-info .require-item p { font-size: 0.7rem; color: #343434; line-height: 1.25rem; }
.require-info .require-item p i { color: #fd100c; }
.require-info .require-item.active { display: block; }

.question-list { padding-top: 0.5rem; }
.question-list li { padding: 0.25rem 0; }
.question-list li .title { display: flex; line-height: 1.5rem; }
.question-list li .title span { flex: 1; font-size: 0.8rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; padding-left: 1.25rem; color: #343434; background: url(../../images/must/ask.png) no-repeat left center; background-size: 0.8rem; }
.question-list li .title button { position: relative; background: none; border: none; line-height: 1.5rem; padding-right: 0.8rem; }
.question-list li .title button em { font-size: 0.6rem; color: #fe3338; }
.question-list li .title button .arrow { position: absolute; top: 0; right: 0; width: 0.5rem; height: 1.5rem; background: url(../../images/must/arrow.png) no-repeat center center; background-size: 0.5rem; transform: rotate(180deg); transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; }
.question-list li .title button .arrow.rotate { transform: rotate(0deg); transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; }
.question-list li .text { display: none; }
.question-list li .text p { font-size: 0.7rem; line-height: 1.25rem; color: #666; }

.howchoose-list { padding: 1rem 0; }
.howchoose-list li ~ li { padding-top: 1rem; }
.howchoose-list li .video-img img { display: block; width: 100%; height: auto; }
.howchoose-list li .text { padding-top: 0.75rem; text-align: center; }
.howchoose-list li .text span { display: block; padding-bottom: 0.5rem; }
.howchoose-list li .text span i { position: relative; display: inline-block; font-size: 0.8rem; color: #343434; font-weight: bold; z-index: 2; }
.howchoose-list li .text span i:after { position: absolute; bottom: .1rem; left: 0; right: 0; content: ""; height: 0.25rem; background: #fece00; z-index: -1; }
.howchoose-list li .text p { color: #343434; line-height: 1.25rem; }

.livelayer .layui-m-layercont { padding: .25rem .25rem; }
.livelayer .close-video { position: absolute; top: -1.5rem; color: #fff; right: 0; font-size: 1rem; }

.m-data { padding: 0.5rem 0 1rem 0; }
.m-data .data-tab { display: flex; justify-content: center; padding-bottom: 1rem; }
.m-data .data-tab li { width: 35%; margin: 0 0.5rem; font-size: 0.8rem; color: #fd100c; line-height: 1.5rem; text-align: center; border: 1px solid #fd100c; border-radius: 0.25rem; }
.m-data .data-tab li.active { background: #ffe9e9 url(../../images/must/active.png) no-repeat top right; background-size: 0.8rem; }
.m-data .data-list li { display: none; }
.m-data .data-list li.active { display: block; }

.moredata { padding-top: 1rem; text-align: center; }
.moredata .morebtn { display: inline-block; }
.moredata .morebtn .up { display: none; width: .6rem; height: .6rem; background: url(../../images/must/arrow.png) no-repeat center center; background-size: .6rem; }
.moredata .morebtn p { font-size: .7rem; color: #333; }
.moredata .morebtn .down { display: inline-block; width: .6rem; height: .6rem; background: url(../../images/must/arrow.png) no-repeat center center; background-size: .6rem; transform: rotate(180deg); }
.moredata .morebtn.active .up { display: inline-block; }
.moredata .morebtn.active .down { display: none; }

.material-table tbody tr td { border: 1px solid #FEAEB0; }
.material-table tbody tr td:last-child { border: 1px solid #FEAEB0; }
.material-table tbody tr:nth-child(even) { background: #fff; }

.m-material { padding-top: 1rem; }
.m-material .title { height: 2rem; text-align: center; }
.m-material .title img { width: auto; height: 2rem; }

.swiper-material { margin-top: 1rem; }
.swiper-material .swiper-slide { padding: 1rem; border-radius: 0.25rem; background: #ffebeb; }
.swiper-material .swiper-slide a { display: flex; }
.swiper-material .swiper-slide a img { width: 4.2rem; height: 6rem; }
.swiper-material .swiper-slide a .material-info { position: relative; flex: 1; padding-left: 0.75rem; }
.swiper-material .swiper-slide a .material-info span { display: block; color: #fd3237; font-weight: bold; font-size: 0.8rem; line-height: 1.25rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.swiper-material .swiper-slide a .material-info h5 { font-size: 0.8rem; color: #333; line-height: 1.25rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.swiper-material .swiper-slide a .material-info p { font-size: 0.6rem; color: #666; line-height: 1rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.swiper-material .swiper-slide a .material-info button { position: absolute; bottom: 0; padding: .15rem 1rem; font-size: .7rem; color: #fff; border: none; border-radius: 1.25rem; background: linear-gradient(0deg, #fd100b 0%, #ff714f 100%); }

.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { width: .35rem; height: .1rem; border-radius: .1rem; margin: 0 .1rem; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fd3237; }

.getprocess { padding-top: 1rem; }
.getprocess span { display: block; padding-bottom: .25rem; color: #333; font-size: 1rem; line-height: 1.5rem; font-weight: bold; }
.getprocess ul li { position: relative; line-height: 1.5rem; font-size: 0.6rem; padding-left: 1.5rem; }
.getprocess ul li i { position: absolute; left: 0; top: 50%; margin-top: -8px; width: 16px; height: 16px; line-height: 16px; text-align: center; color: #fff; background: #fd3237; border-radius: 50%; }
.getprocess ul li:last-child { color: #fd3237; }
.getprocess ul li:last-child i { border-radius: 0; background: url(../../images/must/process.png) no-repeat center center; background-size: auto 100%; }

.pop-attention { width: 70%; }

.attention-box { position: relative; background: #fff; padding: 3rem 1.5rem 1.5rem; border-radius: 0.5rem; }
.attention-box .pop-poto { position: absolute; top: -2rem; left: 50%; margin-left: -2rem; width: 4.5rem; height: 4.5rem; background: url(../../images/must/lb-poto.png) no-repeat; background-size: cover; }
.attention-box h5 { font-size: 0.8rem; color: #333; text-align: center; font-weight: 400; }
.attention-box .attention-code { padding-top: 0.5rem; text-align: center; }
.attention-box .attention-code span { display: block; font-size: 0.7rem; color: #666; }
.attention-box .attention-code img { display: block; width: 8rem; height: 8rem; margin: 0.5rem auto; }
.attention-box .attention-code p { font-size: 0.7rem; color: #666; }

.layui-m-layer-goapp .layui-m-layercont { padding: 1.5rem 1rem; }
.layui-m-layer-goapp .layui-m-layerbtn { border-top: 1px solid #EFEFEF; background: #fff; }
.layui-m-layer-goapp .layui-m-layerbtn span[yes] { color: #FD3237; }
