<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #333;
  font: 18px/36px 'Hiragino Sans GB', 'MicroSoft YaHei', Arial, sans-serif;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  max-width: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #e4393c;
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
input,
:focus {
  outline: 0;
}
input {
  -webkit-appearance: none;
  font-family: 'Hiragino Sans GB', 'MicroSoft YaHei', Arial, sans-serif;
}
input::focus-inner {
  padding: 0;
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  height: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
}
.title_h3 {
  position: relative;
  z-index: 4;
  font-size: 36px;
  font-weight: 600;
  color: #FF7A26;
  line-height: 58px;
  text-align: center;
}
.title_h3 b {
  font-size: 42px;
  color: #FF5C00;
  font-weight: bold;
}
.title_h3 span {
  position: relative;
}
.title_h3 span::after,
.title_h3 span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 86px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  animation: h3_ani 1s linear infinite;
}
.title_h3 span::after {
  left: -100px;
  background-image: url('../images/h3_l.png');
}
.title_h3 span::before {
  right: -100px;
  background-image: url('../images/h3_r.png');
}
@keyframes h3_ani {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/*btn*/
.btn_css {
  display: block;
  background: linear-gradient(#4e5aff, #4e5aff);
  position: relative;
  width: 420px;
  height: 80px;
  margin: 0 auto 0;
  cursor: pointer;
  border: none;
  border-radius: 40px;
  box-shadow: 0rem 0rem 2px rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  transition: 0.3s;
}
.btn_css:hover {
  color: #fff;
  opacity: 0.8;
}

.topNav{
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;

}
.logo{
    float: left;
    width: 280px;
    margin: 20px 0 0 50px;
   
}
.num{
    float: right;
    margin-right: 50px;
    font-weight: bold;
}

.clear{
    clear: both;
}



.ht_top{width:100%;background:url(../images/nav_bg.gif) repeat-x 0; height:41px;}
.logo{float:left;}
.logo img{ border:0; padding:0;}
.zt_top{width:1000px;height:41px;margin:0 auto;}
.topnav{float:right;}
.huatu01{margin-left:10px; font-size:14px; color:#333; text-decoration:none;}
.huatu01:hover{ text-decoration:none; color:#C30;}
.huatu{ float:right; line-height:41px;}

	

.wx{position: relative;padding-left: 30px;background: url(../images/kc_wxin.png) no-repeat left center;cursor: pointer;float:right;margin-left:12px;font-size: 14px;color:#333;z-index: 999;}
.wx:hover .wx_box{display: block;}
.wx:hover{color: #FF4B4E;}
.wx_wrap{min-width: 192px;height: 100px;padding-top: 30px;margin-bottom: 13px;}
.wx_box{display: none;position: absolute;bottom: -150px;padding-left: 20px;left: 0;min-width: 217px;height: 150px;background-color: #fff;z-index: 10;box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);}
.wx_box img{display: block;float: left;width: 80px;height: 80px;}
.wx_box a{display: block;float: left;width: 70px;height: 26px;margin-left: 15px;background: #e92930;border-radius: 3px;color: #fff !important;font-size: 14px;line-height: 26px;text-align: center;margin-top:-2px;text-decoration: none;}
.wx_box span{display: block;float: left;margin: 0 0 10px 15px;color: #000;font-size: 14px;line-height: 23px;}



/*banner 头部*/
.banner {
  position: relative;
  height: 560px;
  margin: 0 auto;
  background: url(../images/bannerbg.png) no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
}
.banner h2 {
  position: relative;
  font-size: 38px;
  color: #fff;
  line-height: 84px;
  letter-spacing: 2px;
  background: url('../images/t_bg.png') no-repeat center;
}
.banner h2 span {
  position: relative;
}
.banner h3 {
  position: relative;
  font-size: 120px;
  font-weight: bold;
  line-height: 120px;
  color: transparent;
  background-image: linear-gradient(#ff9e30, #ff5f1e);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
  letter-spacing: 15px;
}
.banner h3 span {
  background-image: linear-gradient(#0ca8ff, #0588ff);
  background-clip: text;
  -webkit-background-clip: text;
}
.banner h3 img {
  display: block;
  margin: 0 auto;
}
/*核心内容*/
.main {
  width: 1000px;
  margin: 0px auto 0;
  background-color: #fff;
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
}
/*信息列表*/
.main_top {
  position: relative;
  z-index: 5;
  margin-top: 40px;
}
.main_top .title_h3 {
  margin-top: 0;
}
.main_top .main_top_list {
  position: relative;
  width: 900px;
  margin: 50px auto 0;
}
.main_top .main_top_list a {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  height: 190px;
  padding-top: 120px;
  margin: 0 1% 28px;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff1ec no-repeat center 30px;
  background-size: auto;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  color: #ff7507;
  font-size: 28px;
  line-height: 28px;
}
.main_top .main_top_list a:hover {
  transform: scale(1.05);
}
.main_top .main_top_list .btn21 {
  background-image: url(../images/pic21.png);
}
.main_top .main_top_list .btn22 {
  background-image: url(../images/pic22.png);
}
.main_top .main_top_list .btn23 {
  background-image: url(../images/pic23.png);
}
.main_top .main_top_list .btn24 {
  background-image: url(../images/pic24.png);
}
.main_top .main_top_list .btn25 {
  background-image: url(../images/pic25.png);
}
.main_top .main_top_list .btn26 {
  background-image: url(../images/pic26.png);
}
.main_top .main_top_list .btn27 {
  background-image: url(../images/pic27.png);
}
.main_top .main_top_list .btn28 {
  background-image: url(../images/pic28.png);
}
.main_top .main_top_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.main_top .main_top_btn a {
  width: 348px;
  height: 80px;
  background: linear-gradient(90deg, #ff7630, #ff371e);
  border-radius: 46px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 80px;
  text-align: center;
  transition: 0.2s;
}
.main_top .main_top_btn a:last-child {
  margin-left: 40px;
  background: linear-gradient(#0ca8ff, #0588ff);
}
.main_top .main_top_btn a:hover {
  transform: scale(1.05);
}
/*表格内容*/
.main_table {
  background-color: #F1FBFF;
  padding-top: 30px;
  padding-bottom: 50px;
}
.main_table .box_table {
  position: relative;
  width: 900px;
  height: auto;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  justify-content: center;
}
.main_table .box_table p {
  font-size: 24px;
  color: #b7b7b7;
}
.main_table .box_table dl {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
  line-height: 60px;
}
.main_table .box_table dl.bgCor dt,
.main_table .box_table dl.bgCor dd {
  background-color: #b3bcff;
}
.main_table .box_table dl.bgCor dd {
  border-color: #fff;
}
.main_table .box_table dl.bgCor dt {
  color: #3a3a38;
}
.main_table .box_table dl:last-child {
  border-radius: 0 20px 20px 0;
}
.main_table .box_table dl:first-child {
  border-radius: 20px 0 0 20px;
}
.main_table .box_table dt {
  background: #4e5aff;
  font-weight: 800;
  color: #3a3a38;
  font-size: 26px;
}
.main_table .box_table dd {
  border-top: 1px solid #e9e6ff;
  font-size: 24px;
  height: 60px;
  box-sizing: border-box;
}
.main_table .box_table dd a {
  color: #4f60ff;
  font-weight: bold;
  font-size: 22px;
}
.main_table .box_table dd a:hover {
  color: #FF5824;
}
.main_table .btn_css {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*报考答疑*/
.main_list {
  padding-top: 30px;
  padding-bottom: 50px;
}
.main_list ul {
  margin-top: 30px;
}
.main_list ul li {
  padding: 30px 40px;
  overflow: hidden;
  background: #667aff;
  font-size: 28px;
}
.main_list ul li:first-child {
  border-radius: 20px 20px 0 0;
}
.main_list ul li:last-child {
  border-radius: 0 0 20px 20px;
}
.main_list ul li:nth-child(2n) {
  background: #4d53ff;
}
.main_list ul .btn {
  display: block;
  float: right;
  width: 160px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 30px;
  color: #f7410f;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
  background: #fff;
}
.main_list ul .btn:hover {
  opacity: 0.8;
  color: #FF7031;
}
.main_list ul p {
  float: left;
  width: 600px;
  height: 60px;
  overflow: hidden;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_list .btn_css {
  transition: 0.3s;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
.main_list .btn_css:hover {
  opacity: 0.8;
}
/*课程优势*/
.main_bottom_wrap {
  background-color: #F1FBFF;
  padding-top: 30px;
}
.main_bottom_wrap .main {
  background-color: transparent;
}
.main_bottom {
  padding-bottom: 50px;
}
.main_bottom div {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.main_bottom div a {
  width: 25%;
  padding-top: 10px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}
.main_bottom div a:last-child {
  border-right: none;
}
.main_bottom div a:hover i {
  transform: scale(1.05);
}
.main_bottom div i {
  display: block;
  height: 70px;
  background: url(../images/pic31.png) no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}
.main_bottom div .icon62 {
  background-image: url(../images/pic32.png);
}
.main_bottom div .icon63 {
  background-image: url(../images/pic33.png);
}
.main_bottom div .icon64 {
  background-image: url(../images/pic34.png);
}
.main_bottom div span {
  display: block;
  margin: 10px 0;
  color: #333;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
}
.main_bottom div em {
  display: block;
  color: #333;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
    margin-top: 25px;
}
/*最外层*/
.window_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.temp_box {
  display: none;
}
.temp_box h5 {
  font-size: 30px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.temp_box h6 {
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.temp_box p {
  font-size: 16px;
  line-height: 36px;
}
.temp_box p a {
  word-break: break-all;
  white-space: normal;
  color: #fff;
}
/*备考资料弹窗*/
.fixed_box_bkzl {
  width: 500px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 20px 30px;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(90deg, #b47afe, #7717ff);
}
.fixed_box_bkzl ul {
  background: #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 15px 20px;
}
.fixed_box_bkzl li {
  margin-bottom: 14px;
  border-bottom: 1px dashed #fedcff;
}
.fixed_box_bkzl li:last-child {
  margin-bottom: 0;
}
.fixed_box_bkzl li:nth-child(1) p {
  background-image: url('../images/s_1.png');
}
.fixed_box_bkzl li:nth-child(2) p {
  background-image: url('../images/s_2.png');
}
.fixed_box_bkzl li:nth-child(3) p {
  background-image: url('../images/s_3.png');
}
.fixed_box_bkzl li:nth-child(4) p {
  background-image: url('../images/s_4.png');
}
.fixed_box_bkzl li:nth-child(5) p {
  background-image: url('../images/s_5.png');
}
.fixed_box_bkzl li:nth-child(6) p {
  background-image: url('../images/s_6.png');
}
.fixed_box_bkzl li:nth-child(7) p {
  background-image: url('../images/s_7.png');
}
.fixed_box_bkzl li:nth-child(8) p {
  background-image: url('../images/s_8.png');
}
.fixed_box_bkzl li:nth-child(9) p {
  background-image: url('../images/s_9.png');
}
.fixed_box_bkzl li p {
  float: left;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 35px;
}
.fixed_box_bkzl li a {
  float: right;
  display: block;
  margin: 0 auto;
  width: 110px;
  line-height: 30px;
  background: linear-gradient(93deg, #FF5A7D, #FA5BD9);
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: 0.2s;
  font-weight: bold;
}
.fixed_box_bkzl li a:hover {
  opacity: 0.8;
}
/*表单弹窗*/
.fixed_box_form {
  width: 435px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #0ca8ff, #0588ff);
  box-sizing: border-box;
  padding: 20px 26px 30px;
  color: #fff;
  border-radius: 30px;
}
.fixed_box_form h5 {
  line-height: 30px;
}
.listBox {
  margin-top: 25px;
}
.listBox &gt; div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.listBox select,
.listBox input {
  width: 188px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  padding-left: 20px;
  font-size: 16px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  appearance: none;
  outline: none;
  border: none;
}
.listBox select {
  background: #fff url(../images/select.png) no-repeat 93% center;
}
.listBox .vimg {
  width: 188px;
  height: 44px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.listBox .get-vcode {
  background: #ff9e30;
  border-radius: 6px;
  color: #fff;
  padding-left: 0;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  font-weight: bold;
}
.listBox .get-vcode:hover {
  color: #ff6421;
  opacity: 0.9;
}
.listBox .form_tips {
  width: 100%;
  margin: 0 auto 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.listBox .ptBn {
  width: 230px;
  height: 44px;
  background: linear-gradient(90deg, #ff9e30, #ff5f1e);
  border-radius: 22px;
  font-size: 20px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  font-weight: bold;
}
.listBox .ptBn:hover {
  opacity: 0.8;
}
/*关闭*/
.fixed_close {
  position: absolute;
  right: -20px;
  top: -46px;
  cursor: pointer;
  transition: 0.3s;
  transform: rotate(0);
}
.fixed_close:hover {
  transform: rotate(360deg);
}
/*提示小弹窗*/
.alert_tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  font-size: 16px;
  line-height: 16px;
  max-width: 400px;
  display: none;
  z-index: 999;
}
.temp_header {
  display: none;
}

.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper{
    width: 383px !important;
}



.item_lesson_table_div{
    width: 1000px;
    margin: 50px auto;
    background: #fff;
    font-size: 16px;
}
.item_lesson_table_div table{
    width: 100%;
}
.item_lesson_table_div table tr td {
    padding: 5px 2px;
    border: 1px solid #bdbdbd;
}
.item_lesson_table_div table tr td a:nth-child(1) {
    background: rgb(106 204 251);
    color: #fff;
    padding: 2px;
}
.item_lesson_table_div table tr td a:nth-child(2) {
    margin-left: 5px;
    background: rgb(47 169 239);
    color: #fff;
    padding: 2px;
    cursor: pointer;
}
.item_ask{
    width: 1000px;
    height: 50px;
    margin: 25px auto;
    display: flex;
    justify-content: space-around;
}
.item_ask_a{
    display: block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    background: #667aff;
    border-radius: 10px;
	color:#fff;
}
.foot { width:100%; background-color:#333 }
		 .dwindex_foot{
        height: auto;
        margin: 0 auto;
        background: #333;
        padding: 1px;
        }
        .dwindex_foot_div{
            width: 1100px;
            height: auto;
            margin: 30px auto;
        }
        .dwindex_foot_left{
            width: 250px;
            height: auto;
            float: left;
        }
        .dwindex_foot_right{
            width: 790px;
            height: auto;
            float: right;
            border-left: 1px solid #999;
            padding-left: 50px;
        }
        .dwindex_foot_title{
            font-size: 16px;
            font-weight: bold;
            color: #eee;
        }
		.dwindex_foot_title2{
			margin-top:20px;
		}
        .dwindex_foot_right_con{
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap;
        }
        .dwindex_foot_right_con_item{
            width: 150px;
            height: 200px;
            text-align: center;
			margin-top:15px;
        }
		.dwindex_foot_right_con_item img{
			margin-top:15px;
		}
        .dwindex_foot_right_con_item p{
            font-size: 12px;
            color: #999;
        }
        .dwindex_foot_left p a{
            text-decoration: none;
            color: #999;
        }
        .dwindex_foot_hotline{
            color: #999;
            font-weight: bold;
			margin-top:20px;
        }
		.foot_year{
		text-align:center;
		
		}
		.foot_year img{
		width:100%}

.item_konw{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-around;
}


/*适配M*/
@media only all and (max-width: 1080px) {
.topNav{display:none;}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper{
    width: 6.2rem !important;
}	
.item_konw{
width:100%;}
.nc-container .nc_wrapper {
    width: 6.2rem !important;
}	
	 .foot{
        display: none;
    }
	
  body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    font: 0.18rem/0.36rem "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  }
  body,
  html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .fixed_l {
    display: none !important;
  }
	
	  /* 通用头部 */
    .zt_top{width: 100%}
	.wx{display: none;}

	
	
  /*移动端头部 + 底部*/
  /*移动端头部 + 底部*/
  .temp_header {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient(to right, #3ccc86, #3bcb6a);
    padding-left: 0.4rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: block;
  }
  .temp_header .title {
    font-size: 0.32rem;
    color: #fff;
    margin-left: 0;
  }
  .temp_header .toback {
    display: inline-block;
    background: url(../images/sprite_img.png) no-repeat;
    background-size: 4.65rem 3.77rem;
    background-position: -3.2rem -0.94rem;
    width: 0.28rem;
    height: 0.43rem;
    position: absolute;
    left: 0.4rem;
    top: 0.22rem;
    cursor: pointer;
  }
  .temp_footer {
    background: #fff;
    color: #333;
    padding: 0.3rem 0;
    font-size: 0.26rem;
    line-height: 0.36rem;
    text-align: center;
    margin-bottom: 0rem !important;
  }
  .temp_footer .footbox {
    width: 100%;
    height: 0.72rem;
  }
  .temp_footer a {
    color: #333;
    padding: 0 0.1rem 0 0;
    line-height: 0.72rem;
  }
  .temp_footer .copy {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  /*移动端头部 + 底部 结束*/
  /*最外层*/
  .window_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .temp_box {
    display: none;
  }
  .temp_box h5 {
    font-size: 0.4rem;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.746667rem;
    text-align: center;
  }
  .temp_box h6 {
    width: 100%;
    height: 0.32rem;
    font-size: 0.32rem;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #FFFFFB;
    line-height: 0.32rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 0rem;
  }
  .temp_box p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .temp_box p a {
    word-break: break-all;
    white-space: normal;
    color: #fff;
  }
  /*关闭*/
  .fixed_close {
    position: absolute;
    right: 0;
    top: -0.64rem;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(0);
    width: 0.6rem;
    height: 0.6rem;
  }
  .fixed_close:hover {
    transform: rotate(360deg);
  }
  /*备考资料弹窗*/
  .fixed_box_bkzl {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(330deg, #333dfe, #5065fd);
    box-sizing: border-box;
    padding: 0.2rem 0.4rem;
    color: #fff;
    border-radius: 0.266667rem;
  }
  .fixed_box_bkzl h5 {
    font-size: 0.4rem;
    line-height: 1rem;
  }
  .fixed_box_bkzl ul {
    padding: 0.4rem 0.333333rem;
  }
  .fixed_box_bkzl li {
    margin-bottom: 0.14rem;
    border-bottom: 0.0133rem dashed #fedcff;
  }
  .fixed_box_bkzl li p {
    float: left;
    max-width: 4.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-size: contain;
  }
  .fixed_box_bkzl li a {
    float: right;
    display: block;
    margin: 0 auto;
    width: 1.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    background: linear-gradient(93deg, #FF5A7D, #FA5BD9);
    border-radius: 0.28rem;
    text-align: center;
    color: #fff;
    transition: 0.2s;
  }
  .fixed_box_bkzl li a:hover {
    opacity: 0.9;
  }
  /*表单弹窗*/
  .fixed_box_form {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    box-sizing: border-box;
    padding: 0.1rem 0.26rem 0.3rem;
    color: #fff;
    border-radius: 0.266667rem;
  }
  .listBox {
    margin-top: 0.25rem;
  }
  .listBox &gt; div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.15rem;
  }
  .listBox select{
    width: 3.1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    appearance: none;
    outline: none;
    border: none;
  }
  .listBox input {
    width: 49.7%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    appearance: none;
    outline: none;
    border: none;
  }
  .listBox select {
    background: #fff url(../images/select.png) no-repeat 93% center;
  }
  .listBox .vimg {
    width: 49.5%;
    height: 0.6rem;
    border-radius: 0.1rem;
    background: #fff;
    cursor: pointer;
  }
  .listBox .get-vcode {
    border-radius: 0.1rem;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    transition: 0.2s;
  }
  .listBox .get-vcode:hover {
    opacity: 0.9;
  }
  .listBox .form_tips {
    width: 100%;
    margin: 0 auto 0.14rem;
    font-size: 0.3rem;
    line-height: 1.5;
    color: #fff;
  }
  .listBox .ptBn {
    width: 3rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
    text-align: center;
    margin: 0 auto 0.3rem;
    display: block;
    cursor: pointer;
    transition: 0.2s;
  }
  .listBox .ptBn:hover {
    opacity: 0.9;
  }
  .item_lesson_table_div{
  	width:98%;
  }
  .item_ask{
  	width:98%;
  }
  .item_ask_a {
  	width:45%;
	font-size:14px;
  }
  
  /*提示小弹窗*/
  .alert_tip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0.1rem 0.3rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0.06rem;
    z-index: 999;
    font-size: 0.26rem;
    line-height: 0.26rem;
    max-width: 4rem;
    display: none;
  }
  .title_h3 {
    position: relative;
    z-index: 4;
    font-size: 0.34rem;
    font-weight: 600;
    line-height: 0.4rem;
    text-align: center;
  }
  .title_h3 b {
    font-size: 0.4rem;
    font-weight: bold;
  }
  .title_h3 span {
    position: relative;
  }
  .title_h3 span::after,
  .title_h3 span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 0.6rem;
    height: 0.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: h3_ani 1s linear infinite;
  }
  .title_h3 span::after {
    left: -0.7rem;
    background-image: url('../images/h3_l.png');
  }
  .title_h3 span::before {
    right: -0.7rem;
    background-image: url('../images/h3_r.png');
  }
  @keyframes h3_ani {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.0667rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  /*btn*/
  .btn_css {
    display: block;
    position: relative;
    width: 4.1rem;
    height: 1rem;
    margin: 0 auto 0;
    cursor: pointer;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0rem 0rem 0.0267rem rgba(255, 255, 255, 0.8);
    font-size: 0.4rem;
    line-height: 1rem;
    text-align: center;
    transition: 0.3s;
  }
  /*banner 头部*/
  .banner {
    position: relative;
    height: 4rem;
    margin: 0 auto;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 0.2rem;
  }
  .banner h2 {
    position: relative;
    font-size: 0.4rem;
    line-height: 0.8rem;
    letter-spacing: 0.0267rem;
    background-size: contain;
  }
  .banner h3 {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1rem;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }
  .banner img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .item_lesson_table_div table tr td a:nth-child(2){
  margin-left: 0;
  }
  .item_lesson_table_div table tr td{
  	font-size:0.16rem;
  }
  .item_konw a{
  font-size:0.2rem}
  /*核心内容*/
  .main {
    width: 98%;
    margin: 0rem auto 0;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
  }
  /*信息列表*/
  .main_top {
    position: relative;
    z-index: 5;
    margin-top: 0.4rem;
  }
  .main_top .title_h3 {
    margin-top: 0;
  }
  .main_top .main_top_list {
    position: relative;
    width: 96%;
    margin: 0.6667rem auto 0;
  }
  .main_top .main_top_list a {
    position: relative;
    display: block;
    float: left;
    width: 23%;
    height: 2rem;
    padding-top: 1.4rem;
    margin: 0 1% 0.3733rem;
    box-sizing: border-box;
    cursor: pointer;
    background: #ECFAFF no-repeat center 0.4rem;
    background-size: auto 0.8rem;
    box-shadow: 0 0 0.1333rem rgba(0, 0, 0, 0.1);
    border-radius: 0.1333rem;
    text-align: center;
    transition: all 0.3s;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .main_top .main_top_list a:hover {
    transform: scale(1.05);
  }
  .main_top .main_top_list .btn21 {
    background-image: url(../images/pic21.png);
  }
  .main_top .main_top_list .btn22 {
    background-image: url(../images/pic22.png);
  }
  .main_top .main_top_list .btn23 {
    background-image: url(../images/pic23.png);
  }
  .main_top .main_top_list .btn24 {
    background-image: url(../images/pic24.png);
  }
  .main_top .main_top_list .btn25 {
    background-image: url(../images/pic25.png);
  }
  .main_top .main_top_list .btn26 {
    background-image: url(../images/pic26.png);
  }
  .main_top .main_top_list .btn27 {
    background-image: url(../images/pic27.png);
  }
  .main_top .main_top_list .btn28 {
    background-image: url(../images/pic28.png);
  }
  .main_top .main_top_btn {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
    margin-bottom: 0.6667rem;
  }
  .main_top .main_top_btn a {
    width: 3rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.8rem;
    text-align: center;
    transition: 0.2s;
  }
  .main_top .main_top_btn a:last-child {
    margin-left: 0.5333rem;
  }
  .main_top .main_top_btn a:hover {
    transform: scale(1.05);
  }
  /*表格内容*/
  .main_table {
    padding-top: 0.4rem;
    padding-bottom: 0.1rem;
  }
  .main_table .box_table {
    position: relative;
    width: 96%;
    height: auto;
    margin: 0.6667rem auto 0;
    border-radius: 0.2667rem;
    box-shadow: 0 0.0533rem 0.1333rem rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .main_table .box_table p {
    font-size: 0.32rem;
    color: #b7b7b7;
  }
  .main_table .box_table dl {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden;
    line-height: 0.4rem;
  }
  .main_table .box_table dl:last-child {
    border-radius: 0 0.2667rem 0.2667rem 0;
  }
  .main_table .box_table dl:first-child {
    border-radius: 0.2667rem 0 0 0.2667rem;
  }
  .main_table .box_table dt {
    font-weight: 800;
    font-size: 0.32rem;
    white-space: nowrap;
  }
  .main_table .box_table dd {
    border-top: 0.0133rem solid #e9e6ff;
    font-size: 0.2rem;
	height:1.2rem;

  }
  .main_table .box_table dd a {
    font-weight: bold;
    font-size: 0.2rem;
  }
  .main_table .box_table dd a:hover {
    color: #FF5824;
  }
  .main_table .btn_css {
    margin-top: 0.5333rem;
    margin-bottom: 0.5333rem;
  }
  /*报考答疑*/
  .main_list {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .main_list ul {
    margin-top: 0.4rem;
  }
  .main_list ul li {
    padding: 0 3%;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .main_list ul li:first-child {
    border-radius: 0.2667rem 0.2667rem 0 0;
  }
  .main_list ul li:last-child {
    border-radius: 0 0 0.2667rem 0.2667rem;
  }
  .main_list ul .btn {
    display: block;
    float: right;
    width: 20%;
    height: 0.5rem;
    box-sizing: border-box;
    border-radius: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: center;
    transition: all 0.3s;
    margin-top: 0.15rem;
  }
  .main_list ul .btn:hover {
    opacity: 0.8;
    color: #FF7031;
  }
  .main_list ul p {
    float: left;
    width: 70%;
    height: 0.8rem;
    overflow: hidden;
    color: #fff;
    line-height: 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .main_list .btn_css {
    box-shadow: 0rem 0rem 0.0267rem rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    margin-top: 0.3rem;
    margin-bottom: 0.2667rem;
  }
  .main_list .btn_css:hover {
    opacity: 0.8;
  }
  /*课程优势*/
  .main_bottom_wrap {
    padding-top: 0.5rem;
  }
  .main_bottom {
    padding-bottom: 0.3rem;
  }
  .main_bottom div {
    width: 100%;
    display: flex;
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
  .main_bottom div a {
    width: 50%;
    padding-top: 0.2rem;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    border-right: 0.0133rem solid #f2f2f2;
  }
  .main_bottom div a:last-child {
    border-right: none;
  }
  .main_bottom div a:hover i {
    transform: scale(1.05);
  }
  .main_bottom div i {
    display: block;
    height: 0.9333rem;
    background: url(../images/pic31.png) no-repeat center;
    background-size: contain;
    transition: all 0.3s;
  }
  .main_bottom div .icon62 {
    background-image: url(../images/pic32.png);
  }
  .main_bottom div .icon63 {
    background-image: url(../images/pic33.png);
  }
  .main_bottom div .icon64 {
    background-image: url(../images/pic34.png);
  }
  .main_bottom div span {
    display: block;
    margin: 0.1333rem 0;
    color: #333;
    font-size: 0.32rem;
    font-weight: 800;
    line-height: 0.32rem;
    text-align: center;
  }
  .main_bottom div em {
    display: block;
    color: #333;
    font-style: normal;
    font-size: 0.2667rem;
    line-height: 0.2667rem;
    text-align: center;
  }
  
}</pre></body></html>