<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**  全局样式  **/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
  vertical-align: top;
}

ul,
li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}

body,
input,
select,
button,
textarea {
  font-size: 14px;
  font-family: "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif;
}

button {
  cursor: pointer;
}

i,
em,
cite {
  font-style: normal;
}

body {
  background: #f5f5f5;
  color: #666;
  line-height: 1.2;
}

a,
a:link {
  color: #666;
  text-decoration: none;
}

a:visited {}

a:active,
a:hover {
  text-decoration: underline;
  color: #333;
}

a:focus {
  outline: none;
}

.fixed:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.fixed {
  display: block;
  min-height: 1%;
}

*html .fixed {
  height: 1%;
}

.more {
  float: right;
}

.more a {
  font-weight: normal;
  font-size: 12px;
}

.fl,
.fr {
  display: inline;
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.h5 {
  width: 100%;
  height: 5px;
  overflow: hidden;
  clear: both;
}

.h10 {
  width: 100%;
  height: 10px;
  overflow: hidden;
  clear: both;
}

.h15 {
  width: 100%;
  height: 15px;
  overflow: hidden;
  clear: both;
}

.h20 {
  width: 100%;
  height: 20px;
  overflow: hidden;
  clear: both;
}

.h30 {
  width: 100%;
  height: 30px;
  overflow: hidden;
  clear: both;
}

.h40 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  clear: both;
}

.h60 {
  width: 100%;
  height: 60px;
  overflow: hidden;
  clear: both;
}

.width1000 {
  width: 1200px;
  margin: 0 auto;
}

.width1200 {
  width: 1200px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.orange {
  color: #ef7c16;
}

/**  顶部栏  **/
.top_crumbs {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
}

.top_crumbs_l {
  width: 305px;
}

.top_crumbs_l ul {}

.top_crumbs_l li {
  float: left;
  line-height: 40px;
  margin-right: 12px;
  color: #666;
}

.top_crumbs_l li a {
  color: #666;
}

.top_crumbs_l li a:hover {
  color: #16c216;
  text-decoration: none;
}

.top_crumbs_l .mess {
  position: relative;
}

.top_crumbs_l .mess .c_mess {
  position: absolute;
  z-index: 10;
  top: -10px;
  right: -10px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: url(../../images/mess_bg.png) no-repeat;
  font-family: arial;
}

.top_crumbs_l .mess span {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
  margin-top: 14px;
  background: url(../../images/mess_i.png) no-repeat;
}

.phone_i {
  padding-left: 12px;
  background: url(../../images/phone_i.png) no-repeat left center;
}

.top_crumbs_r {
  /* width: 420px; */
  width: auto;
  margin-right: 3px;
}

.top_crumbs_r ul {}

.top_crumbs_r li {
  float: left;
  line-height: 40px;
  margin-left: 12px;
}

.top_crumbs_r li a {
  color: #666;
}

.top_crumbs_r li a:hover {
  color: #16c216;
  text-decoration: none;
}

.top_dot {
  float: left;
  width: 2px;
  height: 2px;
  margin: 20px 5px 0 5px;
  background: url(../../images/top_dot.jpg) no-repeat;
}

.hiddenlist1 {
  float: right;
  position: relative;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 13;
}

.hiddenlist1 h3 {
  position: absolute;
  z-index: 1010;
  left: 0;
  top: 0;
  width: 52px;
  height: 40px;
  font-weight: normal;
  text-align: center;
}

.hiddenlist1 h3 span {
  padding-right: 10px;
  background: url(/tiku/images/top_san.png) no-repeat right center
}

.side_m1 {
  position: absolute;
  z-index: 1009;
  top: 39px;
  right: -4px;
  display: none;
  width: 90px;
  background: #fff;
  border: 1px solid #eeeeee;
}

.side_m1 li {
  width: 74px;
  margin-left: 8px;
  border-left: none;
  text-align: center;
}

.hover {
  background: #fff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

/**  头部  **/
.header {
  width: 100%;
  height: 115px;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}

.logo {
  width: 149px;
  height: 59px;
  padding-top: 28px;
}

.menu {
  width: 500px;
  padding-top: 41px;
}

.menu ul {
  margin-left: 70px;
}

.menu li {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 13px;
  font-size: 18px;
}

.menu li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  color: #666;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
}

.menu li a:hover {
  background: #16c216;
  color: #fff;
}

.menu li.a1 a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  background: #16c216;
  color: #fff;
  text-decoration: none;
}

.menu li.a1 a:hover {
  background: #16c216;
  color: #fff;
}

/* .search{overflow:hidden;width:326px;height:38px;margin-top:37px;background:#fff;border:2px solid #53d253;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.search_btn{width:38px;height:38px;background:url(../../images/search_btn.png) no-repeat center center;cursor:pointer;border:none;}
.search_input{width:272px;height:38px;line-height:38px;padding:0 8px;border:0;font-size:14px;} */

/**  焦点区  **/
.focus_area {
  position: relative;
  width: 100%;
  height: 432px;
}

/**  分类  **/
.index_class_bg {
  position: relative;
  top: 0;
  z-index: 12;
  left: 50%;
  width: 224px;
  margin-left: -600px;
}

.index_class_ca {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  width: 224px;
  height: 432px;
  background: #000;
  filter: alpha(opacity=20);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.2;
  /*Firefox私有，透明度50%*/
  opacity: 0.2;
  /*其他，透明度50%*/
}

.index_class {
  position: relative;
  left: 0;
  top: 0;
  z-index: 13;
  width: 224px;
  height: 54px;
  background: url(../../images/class_up_line.png) no-repeat left bottom;
}

.index_class .item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 224px;
  height: 54px;
}

.index_class .item_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 14;
  width: 224px;
  height: 53px;
  filter: alpha(opacity=20);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.2;
  /*Firefox私有，透明度50%*/
  opacity: 0.2;
  /*其他，透明度50%*/
  cursor: pointer;
}

.index_class .item a {
  display: block;
  width: 184px;
  height: 53px;
  padding: 0 20px;
}

.index_class .item .group {
  float: left;
  line-height: 54px;
  font-size: 16px;
  color: #fff;
}

.index_class .item .icon_right {
  float: right;
  display: block;
  width: 7px;
  height: 13px;
  margin-top: 19px;
  background: url(../../images/class_right_sign.png) no-repeat;
}

.item_sider {
  display: none;
  position: absolute;
  top: 0;
  left: 224px;
}

.item_sider_bg {
  width: 535px;
  height: 430px;
  padding: 0 30px;
  border: 1px solid #eaeaea;
  border-left: none;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ededed;
  -moz-box-shadow: 0 0 5px 0 #ededed;
  box-shadow: 0 0 5px 0 #ededed;
}

.item_sider_bg h3 {
  padding-top: 20px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.item_sider_bg h3 span {
  padding-left: 26px;
  background: url(../../images/open_class_i.png) no-repeat left center;
}

.item_sider_bg ul {
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
}

.item_sider_bg li {
  float: left;
  line-height: 36px;
  padding-right: 22px;
  white-space: nowrap;
}

.item_sider_bg li a {
  color: #666;
}

.item_sider_bg li a:hover {
  color: #16c216;
}

.item_sider_bg p {
  width: 100%;
  padding-top: 10px;
}

.item_sider_bg p span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  margin-right: 6px;
  background: #f5f5f5;
  color: #999;
  font-size: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.item_sider_bg p a {
  color: #666;
}

.item_sider_bg p a:hover {
  color: #16c216;
}

.i_hover {
  background: #000;
}

/* 焦点图 */
#solid {
  width: 100%;
  height: 432px;
  clear: both;
  top: 0;
  position: absolute;
  z-index: 11;
}

#solid .solid0,
#solid .solid1,
#solid .solid2,
#solid .solid3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 432px;
  display: none;
}

#solid .solid0 {
  background: #177aea;
}

#solid .solid1 {
  background: #493ddd;
}

#solid .solid2 {
  background: #185db3;
}

#solid .solid3 {
  background: #a61212;
}

#solid ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#solid ul li {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 432px;
  display: none;
}

#solid ul li img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  width: 1000px;
  height: 432px;
  margin-left: -500px;
}

#solid #btt {
  width: 1000px;
  height: 55px;
  top: 400px;
  left: 50%;
  z-index: 1000;
  position: absolute;
  margin-left: -408px;
}

#solid #btt span {
  position: absolute;
  top: 0px;
  left: 45%;
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  z-index: 1000;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/**  学习流程  **/
.study_step_bg {
  width: 100%;
  height: 133px;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}

.study_step_title {
  width: 244px;
}

.study_step_title h3 {
  padding-top: 36px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
}

.study_step_title ul {
  width: 100%;
  padding-top: 9px;
}

.study_step_title li {
  float: left;
  margin-right: 8px;
}

.study_step_title li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 15px;
  color: #16c216;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}

.study_step_title li a:hover {
  background: #16c216;
  color: #fff;
  border: 1px solid #16c216;
  text-decoration: none;
}

.study_step_row {
  width: 24px;
  height: 24px;
  margin: 55px 45px 0 59px;
  background: url(../../images/index_step_sign.png) no-repeat;
}

.step_con1 {
  width: 170px;
}

.step_con1 h3 {
  padding-top: 40px;
  font-weight: normal;
  font-size: 18px;
}

.step_con1 h3 a {
  color: #16c216;
  text-decoration: underline;
}

.step_con1 h3 a:hover {
  color: #16c216;
}

.step_con1 p {
  width: 100%;
  padding-top: 5px;
  font-size: 15px;
}

/**  当月试题  **/
.monthly_test {
  width: 1200px;
  margin: 0 auto;
}

.monthly_test .title {
  width: 100%;
  margin-top: 35px;
}

.monthly_test .title h3 {
  float: left;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}

.batch_btn {
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.batch_btn .batch_sign {
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: url(../../images/batch_sign.png) no-repeat left 0;
}

.batch_btn a {
  display: block;
  width: 78px;
  height: 30px;
  color: #999;
}

.batch_btn a:hover {
  color: #16c216;
  text-decoration: none;
}

.batch_btn .batch_font {
  padding-left: 3px;
}

.index_test_sign {
  padding-left: 33px;
  background: url(../../images/index_test_sign.png) no-repeat left center;
}

.monthly_test .content {
  width: 100%;
}

.monthly_test .content_s {
  width: 286px;
  margin: 18px 18px 0 0;
}

.monthly_test .time_c {
  width: 286px;
  height: 48px;
}

.monthly_test .s_bg1 {
  background: url(../../images/monthly_title_bg.png) no-repeat;
  background-size: 100% 100%;
}

.monthly_test .s_bg2 {
  background: url(../../images/monthly_title_bg2.png) no-repeat;
  background-size: 100% 100%;
}

.monthly_test .time_c h3 {
  line-height: 48px;
  padding-left: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.monthly_test .time_c .time_i {
  padding-left: 25px;
  background: url(../../images/time_sign.png) no-repeat left center;
}

.monthly_test .test_c {
  width: 284px;
  height: 135px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.monthly_test .test_c h4 {
  line-height: 28px;
  padding: 12px 25px 0 25px;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  height: 56px;
  overflow: hidden;
}

.monthly_test .test_c h4 a {
  color: #333;
}

.monthly_test .test_c h4 a:hover {
  color: #16c216;
}

.monthly_test .test_c dl {
  padding: 0 25px;
  margin-top: 10px;
}

.monthly_test .test_c dd {
  float: left;
  line-height: 29px;
  color: #666;
}

.monthly_test .test_c dt {
  float: right;
  width: 77px;
  height: 29px;
}

.monthly_test .test_c dt a {
  display: block;
  width: 75px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #999;
  border: 1px solid #e7e7e7;
  background: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.monthly_test .test_c dt a:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
}

/**  最新试题  **/
.latest_test {
  width: 1200px;
  margin: 0 auto;
}

.latest_test .title {
  width: 100%;
  margin-top: 35px;
}

.latest_test .title h3 {
  float: left;
  font-size: 22px;
  color: #333;
  font-weight: normal;
}

.index_test_sign2 {
  padding-left: 38px;
  background: url(../../images/index_test_sign2.png) no-repeat left center;
}

.latest_test .title h6 {
  float: right;
  width: 80px;
  height: 32px;
  font-weight: normal;
}

.latest_test .title h6 a {
  display: block;
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #999;
}

.latest_test .title h6 a:hover {
  color: #16c216;
  text-decoration: none;
}

.latest_test .content {
  overflow: hidden;
  width: 1198px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.latest_test .content .con_left {
  width: 786px;
  margin: 26px 30px 0 30px;
}

.latest_test .content .title_s {
  width: 100%;
  height: 46px;
  background: url(../../images/index_tab_bg.png) repeat-x;
}

.latest_test .content .title_s ul {
  float: left;
}

.latest_test .content .title_s li {
  float: left;
  width: 111px;
  margin-right: 16px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.latest_test .content .title_s h6 {
  float: right;
  width: 32px;
  margin-top: 12px;
  font-weight: normal;
}

.latest_test .content .title_s h6 .more_dot {
  display: block;
  width: 22px;
  height: 4px;
  margin-left: 3px;
  background: url(../../images/more_sign.png) no-repeat;
}

.latest_test .content .title_s h6 span {
  width: 100%;
  color: #999;
}

.sd1 {
  width: 111px;
  height: 46px;
  line-height: 46px;
  background: #17c216;
  color: #fff;
}

.sd1 a {
  color: #fff;
}

.sd2 {
  width: 109px;
  height: 44px;
  line-height: 44px;
  background: #f7f7f7;
  color: #666;
  border: 1px solid #e1e1e1
}

.latest_test .content .content_s {
  width: 100%;
}

.latest_test .content .content_s ul {
  width: 100%;
}

.latest_test .content .content_s li {
  width: 100%;
  height: 46px;
  padding-top: 20px;
  border-bottom: 1px dashed #dcdcdc;
}

.latest_test .content .sg_title {
  font-size: 16px;
}

.latest_test .content .sg_title a {
  float: left;
  line-height: 25px;
  margin-left: 7px;
  color: #666;
}

.latest_test .content .sg_title a:hover {
  color: #16c216;
}

.latest_test .content .vip_sign {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../../images/vip_sign.png) no-repeat;
}

.latest_test .content .nub_partici {
  padding-left: 18px;
  margin-top: 5px;
  background: url(../../images/pencil_sign.png) no-repeat left center;
}

.latest_test .content .practice_btn {
  width: 72px;
  height: 27px;
  margin-left: 20px;
}

.latest_test .content .practice_btn a {
  display: block;
  width: 72px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #e7e7e7;
  color: #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.latest_test .content .practice_btn a:hover {
  color: #666;
}

.latest_test .content .con_right {
  width: 260px;
  margin: 30px 30px 0 0;
}

.latest_test .content .daily_practice {}

.latest_test .content .daily_practice .title_sa {
  width: 244px;
  height: 12px;
  line-height: 12px;
  margin-left: 6px;
  background: url(../../images/index_right_sider.png) no-repeat;
  background-size: 100% 100%;
}

.latest_test .content .daily_practice .title_sa h3 {
  padding-left: 56px;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}

.latest_test .content .daily_practice .content_sa {
  width: 100%;
}

.latest_test .content .daily_practice .content_sl {
  width: 12px;
  height: 438px;
  background: url(../../images/index_right_sider2.png) no-repeat;
}

.latest_test .content .daily_practice .content_cl {
  width: 220px;
  margin-left: 19px;
}

.latest_test .content .daily_practice .date_oif {
  width: 100%;
  padding-top: 30px;
}

.latest_test .content .daily_practice .date_oif li {
  float: left;
  width: 66px;
  height: 74px;
  margin-right: 11px;
  cursor: pointer;
}

.latest_test .content .daily_practice .date_oif h5 {
  padding-top: 16px;
  text-align: center;
  font-weight: normal;
  color: #666;
  font-size: 14px;
}

.latest_test .content .daily_practice .date_oif p {
  padding-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.latest_test .content .daily_practice .date_oif h6 {
  line-height: 18px;
  padding: 16px 6px 0 6px;
  text-align: center;
  font-weight: normal;
  color: #666;
}

.latest_test .content .daily_practice .date_oif .sdd1 h6 {
  color: #17c216;
}

.latest_test .content .daily_practice .date_oif .sdd1 h5 {
  color: #17c216;
}

.sdd1 {
  background: url(../../images/index_right_title_h.png) no-repeat;
}

.sdd2 {
  background: url(../../images/index_right_title.png) no-repeat;
}

.latest_test .content .daily_practice .nub_dynamic {}

.latest_test .content .daily_practice .nub_dynamic dl {
  float: left;
  width: 87px;
  margin: 0 10px;
}

.latest_test .content .daily_practice .nub_dynamic dt {
  width: 87px;
  height: 87px;
  line-height: 87px;
  background: url(../../images/index_nub_bg.png) no-repeat;
  text-align: center;
  font-size: 24px;
  font-family: arial;
}

.latest_test .content .daily_practice .nub_dynamic dd {
  width: 100%;
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.latest_test .content .daily_practice .begin_btn {
  width: 100%;
}

/*margin-top:20px;*/

.latest_test .content .daily_practice .content_ss {
  width: 100%;
}

.latest_test .content .daily_practice .content_ss ul {
  width: 100%;
}

.latest_test .content .daily_practice .content_ss li {
  width: 100%;
  height: 44px;
  border-bottom: 1px dashed #dcdcdc;
  line-height: 44px;
  overflow: hidden;
}


.latest_test .content .daily_practice .begin_btn_c {
  width: 220px;
  height: 50px;
  background: #e9891b;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  line-height: 50px;
  display: inline-block;
}

.latest_test .content .daily_practice .explain_cs {
  width: 220px;
  height: 96px;
  background: #f3f3f3;
}

.latest_test .content .daily_practice .explain_cs p {
  line-height: 24px;
  padding: 10px 15px 0 15px;
  font-size: 12px;
}

.latest_test .content .c_more_icon {
  width: 164px;
  height: 28px;
  line-height: 28px;
  margin-left: 278px;
  text-align: center;
  background: url(../../images/index_more_bg.png) no-repeat;
}

.latest_test .content .c_more_icon span {
  float: left;
  padding-left: 28px;
  color: #999;
}

.latest_test .content .c_more_icon .i_mores {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  margin: 7px 0 0 6px;
  background: url(../../images/more_icon_i.png) no-repeat;
}

.latest_test .content .s_class_lan {}

.latest_test .content .s_class_lan ul {}

.latest_test .content .s_class_lan li {
  float: left;
  margin: 15px 10px 0 0;
  font-size: 12px;
  white-space: nowrap;
}

.latest_test .content .s_class_lan li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  border: 1px solid #e7e7e7;
  background: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.latest_test .content .s_class_lan li a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

/**  面包屑导航  **/
.crumbs {
  width: 1200px;
  height: 54px;
  margin: 0 auto;
}

.crumbs dl {
  padding-top: 20px;
}

.crumbs dt {
  float: left;
  width: 17px;
  height: 17px;
  background: url(../../images/posiition_sign.png) no-repeat;
}

.crumbs dd {
  float: left;
  padding-left: 16px;
}

.crumbs span {
  display: inline-block;
  width: 5px;
  height: 9px;
  margin: 0 12px;
  background: url(../../images/position_corner.png) no-repeat;
}


.gai_test_information {
  position: relative;
  width: 860px;
  height: 445px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.gai_test_information .title {
  width: 858px;
  padding: 25px 36px 0 36px;
  box-sizing: border-box;
}

.gai_test_information .title h1 {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.gai_test_information .title h1 .collect {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.gai_test_information .title h1 .collect:hover {
  color: #333;
}

.gai_test_information .title h1 .collect:hover .collect_icon {
  background-position: 0px 0px;
}

.gai_test_information .title h1 .collect .collect_icon {
  position: absolute;
  left: -24px;
  top: -3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../images/collect.png) no-repeat -24px 0px;
}

.gai_test_information .title dl {
  width: 100%;
  padding-top: 12px;
}

.gai_test_information .title dd {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.gai_test_information .title dt {
  float: left;
  margin-right: 40px;
}

.gai_test_information .title dt .dt_num {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.gai_test_information .title .r_star {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background: url(../../images/star_sign.png) no-repeat;
}

.gai_test_information .title .g_star {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background: url(../../images/star_sign2.png) no-repeat;
}

.gai_test_information .content {
  padding: 5px 30px 0 30px;
}

.gai_test_information .content .s_lefter {
  width: 800px;
  margin-top: 10px;
}

.gai_test_information .content .s_message {
  width: 100%;
  padding: 22px 30px 0;
  background-color: #f5f7fa;
  box-sizing: border-box;
}

.gai_test_information .content .s_message li {
  overflow: hidden;
  float: left;
  width: 246px;
  height: 45px;
  font-size: 16px;
  color: #666;
}

.gai_test_information .content .s_message li span {
  color: #21aa28
}

.gai_test_information .content .exam_jj {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.gai_test_information .content .exam_jj .exam_jj_tit {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.gai_test_information .content .exam_jj .exam_jj_text {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.gai_test_information .content .s_button {
  width: 100%;
  padding-top: 20px;
}

.gai_test_information .content .s_button li {
  float: left;
  width: 160px;
  height: 46px;
  line-height: 46px;
  margin-right: 60px;
  text-align: center;
  font-size: 18px;
}

.gai_test_information .content .s_button li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.gai_test_information .content .s_button li.a1 a {
  background-color: #21aa28;
  border: 1px solid #21aa28;
  border-radius: 6px;
}

.gai_test_information .content .s_button li.a1 .s-font {
  padding-left: 21px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url(../../images/vip_sign_s.png) no-repeat left center;
}

.gai_test_information .content .s_button li.a2 a {
  background-color: #fff;
  border: 1px solid #21aa28;
  color: #21aa28;
  border-radius: 6px;
}

.gai_test_information .content .s_button .free_i {
  display: inline-block;
  padding-left: 44px;
  background: url(../../images/free_icon.png) no-repeat left center;
}

.gai_test_information .content .s_button .vip_i {
  display: inline-block;
  padding-left: 44px;
  background: url(../../images/vip_icon.png) no-repeat left center;
}

.gai_test_information .content .other_infor {
  width: 462px;
  padding-top: 10px;
}

.gai_test_information .content .other_infor ul {
  width: 100%;
  padding-top: 4px;
}

.gai_test_information .content .other_infor li {
  float: left;
  margin-right: 26px;
  color: #999;
}

.gai_test_information .content .other_infor .people_sign {
  padding-left: 28px;
  background: url(../../images/gai_con_icon.png) no-repeat left center;
}

.gai_test_information .content .other_infor .see_sign {
  padding-left: 26px;
  background: url(../../images/gai_con_icon2.png) no-repeat left center;
}

.gai_test_information .content .share_righter {
  width: 132px;
}

.gai_test_information .content .share_righter ul {}

.gai_test_information .content .share_righter li {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 13px;
}

.gai_test_information .content .share_righter li a {
  display: block;
  width: 40px;
  height: 40px;
}

.gai_test_information .content .share_righter .collection_sign {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../images/collection_sign.png) no-repeat;
}

.gai_test_information .content .share_righter li a:hover .collection_sign {
  width: 40px;
  height: 40px;
  background: url(../../images/collection_sign.png) no-repeat 0 -40px;
}

.share-sign {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../images/share_sign.png) no-repeat;
}

.gai_test_information .content .share_righter li a:hover .share_sign {
  width: 40px;
  height: 40px;
  background: url(../../images/share_sign.png) no-repeat 0 -40px;
}

.gai_test_information .content .s_righter {
  width: 300px;
  height: 445px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 30px 0;
  position: absolute;
  right: -340px;
  top: 0;
}

.gai_test_information .content .s_righter .s_right_top {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.gai_test_information .content .s_righter .s_right_top .s_top {
  padding-bottom: 10px;
}

.gai_test_information .content .s_righter .s_right_top .s_top_time {
  color: #21aa28;
}

.gai_test_information .content .s_righter .s_right_top .djs {
  display: inline-block;
  width: 28px;
  height: 35px;
  line-height: 35px;
  background-color: red;
  color: #fff;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 2px;
}

.gai_test_information .content .s_righter .s_right_bottom .baoming_list {}

.gai_test_information .content .s_righter .s_right_bottom .bm_list_top {
  font-size: 16px;
  color: #3485d5;
  margin-bottom: 20px;
}

.gai_test_information .content .s_righter .s_right_bottom .bm_tit {
  display: inline-block;
  width: 52px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #21aa28;
  color: #21aa28;
  font-size: 14px;
  margin-right: 10px;
}

.gai_test_information .content .s_righter .s_right_bottom .bm_text {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

.gai_test_information .content .s_righter .s_right_bottom .bm_text:hover {
  color: #21aa28;
}

.gai_introduction_sider {
  width: 12px;
  height: 284px;
  background: url(../../images/gai_con_sider.png) no-repeat;
}

.gai_introduction_sider2 {
  width: 256px;
  height: auto;
  background: url(../../images/gai_con_sider2.png) no-repeat left top;
}

.gai_introduction_sider2_c {
  padding-left: 18px;
}

.gai_introduction_sider2_c h3 {
  font-size: 18px;
  font-weight: normal;
  color: #666;
}

.gai_introduction_sider2_c p {
  width: 100%;
  line-height: 22px;
  padding-top: 12px;
  color: #666;
}

.gai_introduction_sider2_c h4 {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

.gai_introduction_sider2_c ul {}

.gai_introduction_sider2_c li {
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  margin: 10px 10px 0 0;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.gai_con_lefter {
  width: 816px;
}

.gai_summary {
  position: relative;
  width: 860px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.gai_summary .title {
  position: absolute;
  left: -16px;
  top: 20px;
}

.gai_summary .title_bg {
  width: 156px;
  height: 50px;
  line-height: 50px;
  padding-top: 5px;
  color: #fff;
  font-size: 20px;
  background: url(../../images/gai_con_title.png) no-repeat;
  text-align: center;
}

.gai_summary .content2 {
  margin: 0 36px;
  padding-top: 60px;
  width: 100%;
  box-sizing: border-box;
}

.gai_summary .sm_test {
  overflow: hidden;
  width: 624px;
  padding-top: 35px;
  border-bottom: #e9e9e9 1px dashed;
}

.gai_summary .sm_test dl {}

.gai_summary .sm_test dt {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #3485d5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-family: arial;
}

.gai_summary .sm_test dd {
  float: right;
  width: 586px;
  line-height: 25px;
  font-size: 15px;
  max-height: 200px;
  overflow: hidden;
}

.gai_summary .sm_test dd a {
  display: inline-block;
  height: 25px;
  padding: 0 10px;
  margin-left: 15px;
  color: #666;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f8f8f8;
}

.gai_summary .sm_test dd a:hover {}

.gai_summary .sm_test ul {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.gai_summary .sm_test li {
  line-height: 30px;
}

.gai_summary .sm_test .options {
  margin-top: 15px;
  line-height: 30px;
}

.gai_summary .sm_button {
  width: 100%;
}

.gai_summary .sm_button a {
  color: #3485d5;
}

.gai_summary .sm_button span {
  padding-right: 18px;
  background: url(../../images/gai_con_more.png) no-repeat right center;
}

.gai_summary .sm-button {
  width: 160px;
  height: 77px;
  background: url(../../images/16/test-shadow.png) no-repeat left bottom;
}

.gai_summary .sm-button a {
  display: block;
  width: 158px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #3485d5;
  background: #fff;
  font-size: 16px;
  color: #3485d5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.gai_summary .sm-button span {
  padding-left: 26px;
  background: url(../../images/16/test_icon.png) no-repeat left center;
}

/**  评价  **/
.test_evaluate {
  width: 860px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.test_evaluate .title {
  padding: 25px 36px 0 36px;
  font-size: 20px;
  color: #333;
}

.test_evaluate .title span {
  font-size: 16px;
  color: #999;
}

.evaluate_text {
  padding: 0 36px;
}

.evaluate_text p {
  width: 100%;
  padding-top: 14px;
}

.evaluate_text label {
  float: left;
  margin-right: 25px;
}

.evaluate_text input {
  padding-right: 4px;
}

.i_textarea {
  width: 100%;
  padding-top: 2px;
}

.i_textarea .inputtext3 {
  width: 766px;
  height: 86px;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

.submit_comment {
  width: 89px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(../../images/submit_comment_icon.png) no-repeat;
  border: 0 none;
}

.submit_comment a {
  display: block;
  width: 89px;
  height: 47px;
  color: #fff;
}

.comment_list {
  padding: 0 36px;
}

.comment_list dl {
  width: 100%;
  height: 72px;
  padding-top: 20px;
  border-top: 1px dashed #dadada;
}

.comment_list dt {
  float: left;
  width: 48px;
  height: 48px;
}

.comment_list dt img {
  width: 48px;
  height: 48px;
}

.comment_list dd {
  float: right;
  width: 552px;
  line-height: 26px;
}

.comment_list dd a {
  padding-right: 10px;
  color: #f4760c;
}

.comment_list dd span {
  color: #999;
}

.comment_list .s_more {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.comment_list .s_more a {
  display: block;
  width: 100%;
  height: 36px;
  background: #f4f4f4;
  color: #949494;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment_list .s_more a:hover {
  background: #afafaf;
  color: #fff;
}

.gai_con_righter {
  width: 300px;
}

/**  右侧内容  **/
.daily_practice2 {
  width: 298px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.daily_practice2 .title {
  width: 100%;
  height: 43px;
  background: #f7f7f7;
  border-bottom: 1px solid #52a7fa;
}

.daily_practice2 .title h3 {
  float: left;
  line-height: 43px;
  padding-left: 24px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.daily_practice2 .title h6 {
  float: right;
  margin: 7px 20px 0 0;
  font-size: 14px;
  font-weight: normal;
}

.daily_practice2 .title h6 a {
  display: block;
  width: 78px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.daily_practice2 .title h6 a:hover {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
}

.daily_practice2 .content {
  overflow: hidden;
  padding: 0 20px;
}

.daily_practice2 .content dl {
  width: 100%;
  margin-top: 15px;
}

.daily_practice2 .content dt {
  line-height: 24px;
  color: #666;
  font-size: 15px;
}

.daily_practice2 .content dd {
  width: 100%;
  padding-top: 8px;
  color: #999;
}

.daily_practice2 .content2 {}

.daily_practice2 .content2 ul {
  width: 100%;
}

.daily_practice2 .content2 li {
  padding: 22px 24px 0 24px;
  border-bottom: 1px dashed #e9e9e9;
}

.daily_practice2 .content2 h4 {
  line-height: 24px;
  padding-left: 26px;
  background: url(../../images/test_list_sign.png) no-repeat left 4px;
  font-size: 15px;
  color: #666;
  font-weight: normal;
}

.daily_practice2 .content2 h4 a {
  color: #666;
}

.daily_practice2 .content2 h4 a:hover {
  color: #333;
}

.daily_practice2 .content2 h5 {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.daily_practice2 .content2 h5 span {
  padding-left: 20px;
}


/**  页脚  **/
.footer_bg {
  width: 100%;
  padding-top: 30px;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}

.ks_sidermenu {}

.ks_sidermenu dl {
  float: left;
  width: 250px;
  margin-right: 125px;
}

.ks_sidermenu dt {
  float: left;
  width: 72px;
  height: 72px;
}

.ks_sidermenu dd {
  float: left;
  width: 144px;
  padding-left: 18px;
}

.ks_sidermenu h4 {
  font-weight: normal;
  font-size: 24px;
  color: #666;
}

.ks_sidermenu p {
  width: 100%;
  line-height: 24px;
  padding-top: 10px;
}

.ks_sidermenu p a {
  color: #999;
}

.ks_sidermenu p a:hover {
  color: #666;
}

.footer_bg .s_font {
  line-height: 28px;
  color: #999;
  text-align: center;
  font-size: 14px;
}

.footer_bg .s_font a {
  padding: 0 5px;
  color: #999;
  text-decoration: none;
}

.footer_bg .s_font a:hover {
  color: #16c216;
}

.footer_bg .s_font span {
  padding-right: 5px;
}

.footer_bg .s_pic {
  width: 420px;
  margin: 20px auto 0 auto;
}

.footer_bg .s_pic li {
  float: left;
  width: 124px;
  padding: 0 8px;
}

/**新手指南**/
.ks-shm {
  background-color: #ededed;
  height: 140px;
  padding: 30px 0;
  text-align: center;
}

.ks-shm ul {
  display: inline-block;
}

.ks-shm li {
  float: left;
  border-right: 1px solid #dcdcdc;
  width: 208px;
  padding-left: 124px;
}

.ks-shm li h2 {
  font-size: 24px;
  font-family: "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif, "microsoft yahei", Arial, Helvetica, sans-serif;
  color: #828282;
  font-weight: normal;
  line-height: 36px;
}

.ks-shm li a {
  display: block;
  line-height: 26px;
  height: 26px;
  color: #828282;
  font-size: 14px;
  font-family: "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif, "microsoft yahei", Arial, Helvetica, sans-serif;
}

.ks-shm li.li01 {
  background: url(/tiku/images/bottom-icon.png) no-repeat scroll 32px 0px;
}

.ks-shm li.li02 {
  background: url(/tiku/images/bottom-icon.png) no-repeat scroll -303px 0px;
}

.ks-shm li.li03 {
  background: url(/tiku/images/bottom-icon.png) no-repeat scroll -641px 0px;
}

/**  右侧内容  **/
.test-righter {
  width: 360px;
}

.daily-practice {
  width: 298px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.daily-practice .title {
  width: 100%;
  height: 43px;
  background: #f7f7f7;
  border-bottom: 1px solid #52a7fa;
}

.daily-practice .title h3 {
  float: left;
  line-height: 43px;
  padding-left: 24px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.daily-practice .title h6 {
  float: right;
  margin: 7px 20px 0 0;
  font-size: 14px;
  font-weight: normal;
}

.daily-practice .title h6 a {
  display: block;
  width: 78px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.daily-practice .title h6 a:hover {
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
}

.daily-practice .content {
  overflow: hidden;
  padding: 0 20px;
}

.daily-practice .content dl {
  width: 100%;
  margin-top: 15px;
}

.daily-practice .content dt {
  line-height: 24px;
  color: #666;
  font-size: 15px;
}

.daily-practice .content dd {
  width: 100%;
  padding-top: 8px;
  color: #999;
}

.daily-practice .content2 {}

.daily-practice .content2 ul {
  width: 100%;
}

.daily-practice .content2 li {
  padding: 22px 20px 0 20px;
  border-bottom: 1px dashed #e9e9e9;
}

.daily-practice .content2 h4 {
  line-height: 24px;
  padding-left: 26px;
  background: url(../../images/16/test_list_sign.png) no-repeat left 4px;
  font-size: 15px;
  color: #666;
  font-weight: normal;
}

.daily-practice .content2 h4 a {
  color: #666;
}

.daily-practice .content2 h4 a:hover {
  color: #333;
}

.daily-practice .content2 h5 {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.daily-practice .content2 h5 span {
  padding-left: 20px;
}

.daily-practice .content3 {}

.daily-practice .content3 ul {
  width: 100%;
  padding: 10px 0;
}

.daily-practice .content3 li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 24px;
}

.daily-practice .content3 li span a {
  color: #abaaaa;
}

/**浮动**/
.float-down {
  width: 63px;
  position: fixed;
  left: 50%;
  margin-left: 624px;
  z-index: 101;
  top: 430px;
  position: absolute;
  bottom: auto;
  margin-top: 430px;
  height: 63px;
}

.float-down a {
  font-size: 12px;
  display: block;
  width: 63px;
  height: 63px;
  background-color: #616a60;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}

.float-down a:hover {
  background-color: #de4a4a;
  transition: background-color 0.3s ease 0s;
  text-decoration: none;
}

.float-down a.my-vip {
  background: #616a60 url(../../images/my-vip.png) no-repeat center 13px;
  padding-top: 41px;
  height: 22px;
}

.float-down a.my-vip:hover {
  background: #de4a4a url(../../images/my-vip.png) no-repeat center 13px;
  padding-top: 41px;
  height: 22px;
}

.float-down a i.kf-icon {
  display: block;
  background: url(../../images/kf-icon.png) no-repeat 19px 11px;
  width: 63px;
  height: 40px;
}

.float-down a i.f-icon1 {
  display: block;
  background: url(../../images/f-icon2.png) no-repeat 19px 11px;
  width: 63px;
  height: 40px;
}

.float-down a i.f-icon2 {
  display: block;
  background: url(../../images/f-icon2.png) no-repeat 19px -52px;
  width: 63px;
  height: 40px;
}

.float-down a i.f-icon3 {
  display: block;
  background: url(../../images/f-icon2.png) no-repeat 19px -116px;
  width: 63px;
  height: 40px;
}

.float-down a img {
  padding-top: 18px;
}

.float-down a i.yj-icon {
  display: block;
  background: url(../../images/jiang-ico.png) no-repeat 19px 11px;
  width: 63px;
  height: 40px;
}

.float-down a i.moquu_wxin {
  background: url("../../images/fudt.png") repeat scroll 4px -248px;
  display: block;
  height: 42px;
  width: 63px;
}

.float-down a i.moquu_wxin .moquu_div1 {
  border-bottom: 9px solid transparent;
  border-left: 16px solid #fff;
  border-top: 9px solid transparent;
  bottom: 86px;
  height: 0;
  position: absolute;
  right: -16px;
  width: 0;
  z-index: 2;
}

.float-down a i.moquu_wxin .moquu_div2 {
  border-bottom: 10px solid transparent;
  border-left: 17px solid #d7d7d7;
  border-top: 10px solid transparent;
  bottom: 85px;
  height: 0;
  position: absolute;
  right: -17px;
  width: 0;
  z-index: 1;
}

.float-down a i.moquu_wxin .moquu_wxinh {
  background: rgba(0, 0, 0, 0) url("../../images/erweima.png") no-repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  height: 200px;
  left: -218px;
  position: absolute;
  top: 56px;
  width: 200px;
  display: none;
}

.float-down a:hover i.moquu_wxin .moquu_wxinh {
  display: block;
}

.float-down a i.yj-icon {
  display: block;
  background: url(../../images/jiang-ico.png) no-repeat 19px 11px;
  width: 63px;
  height: 40px;
}

.float-down a i.moquu_wxin2 {
  background: url("../../images/fudt.png") repeat scroll 4px -248px;
  display: block;
  height: 42px;
  width: 63px;
}

.float-down a i.moquu_wxin2:before {
  display: none;
  content: "";
  border-bottom: 9px solid transparent;
  border-left: 16px solid #fff;
  border-top: 9px solid transparent;
  height: 0;
  position: absolute;
  top: 149px;
  left: -17px;
  width: 0;
  z-index: 2;
}

.float-down a i.moquu_wxin2:after {
  display: none;
  content: "";
  border-bottom: 10px solid transparent;
  border-left: 17px solid #d7d7d7;
  border-top: 10px solid transparent;
  height: 0;
  position: absolute;
  top: 148px;
  left: -16px;
  width: 0;
  z-index: 1;
}

/*.float-down a i.moquu_wxin2 .moquu_wxinh {background: rgba(0, 0, 0, 0) url("../../images/erweima.png") no-repeat scroll 0 0;border: 1px solid #d7d7d7;height: 200px;left: -218px;position: absolute;top: 56px;width: 200px;display:none;}*/
.float-down a i.moquu_wxin2 .moquu_wxinh {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  height: 200px;
  left: -218px;
  position: absolute;
  top: 56px;
  width: 200px;
  display: none;
}

.float-down a i.moquu_wxin2 .moquu_wxinh:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -25px;
  width: 50px;
  height: 40px;
  background: url("../../images/erweimabg.png") no-repeat;
}

.float-down a:hover i.moquu_wxin2 .moquu_wxinh {
  display: block;
}

.float-down a:hover i.moquu_wxin2:before {
  display: block;
}

.float-down a:hover i.moquu_wxin2:after {
  display: block;
}


/**  弹窗部分  **/
.mask {
  display: none;
  z-index: 1200;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -moz-opacity: 0.35;
  opacity: .35;
  filter: alpha(opacity=35);
}

.bomb-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 180px;
  z-index: 1201;
  overflow: hidden;
  width: 498px;
  margin-left: -249px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.bomb-box .title {
  width: 100%;
  height: 50px;
  background: #f6f6f6;
  border-bottom: 1px solid #dfdfdf;
}

.bomb-box .title h3 {
  float: left;
  line-height: 50px;
  padding-left: 20px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.bomb-box .closed2 {
  width: 15px;
  height: 15px;
  margin: 18px 20px 0 0;
  background: url(../../images/16/closed_sign.png) no-repeat;
  cursor: pointer;
}

.bomb-box .content {
  width: 100%;
  padding-top: 10px;
}

.bomb-box .bomb-btn {
  width: 192px;
  padding-left: 43px;
}

.bomb-box .bomb-btn dl {}

.bomb-box .bomb-btn dt {
  width: 192px;
}

.bomb-box .bomb-btn dt a {
  display: block;
  width: 192px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: url(../../images/16/bomb_btn.png) no-repeat;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.bomb-box .bomb-btn dd {
  padding-top: 8px;
  text-align: center;
}

.bomb-box .bomb-btn dd a {
  color: #999;
  text-decoration: underline;
}

.bomb-box .bomb-btn dd a:hover {
  color: #666;
}

.bomb-box .bomb-btn2 {
  width: 192px;
  padding-right: 43px;
}

.bomb-box .bomb-btn2 a {
  display: block;
  width: 192px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: url(../../images/16/bomb_btn2.png) no-repeat;
  color: #e87b20;
  font-size: 18px;
  text-decoration: none;
}

.bomb-box .bomb-btn2 span {
  padding-right: 8px;
}

.doing {
  z-index: 1111;
  position: fixed;
  display: none;
  width: 100%;
  filter: alpha(opacity=55);
  /*IE*/
  -moz-opacity: 0.55;
  /*MOZ , FF*/
  opacity: 0.55;
  /*CSS3, FF1.5*/
  background: #000;
}


/**  app弹框  **/
.app_eject {
  position: relative;
  width: 160px;
}

.app_sbtn {
  position: relative;
  width: 160px;
  height: 46px;
  left: 0;
  top: 0;
  color: #3485d5;
  text-decoration: none;
  border: 1px solid #3485d5;
  border-radius: 6px;
}

.app_scomment {
  position: absolute;
  z-index: 999;
  display: none;
  height: 62px;
  left: -23px;
  top: 58px;
}

.app_scomment .corner_ps {
  position: absolute;
  z-index: 1001;
  left: 188px;
  top: -52px;
  width: 18px;
  height: 25px;
  background: url(../../images/corner_p.png) no-repeat;
}

.app_scomment .corner_bs {
  position: absolute;
  z-index: 999;
  left: 205px;
  top: -129px;
  width: 190px;
  height: 212px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.app_scomment .corner_bs dl {}

.app_scomment .corner_bs dt {
  width: 170px;
  height: 170px;
  margin: 10px auto 0 auto;
}

.app_scomment .corner_bs dt img {
  width: 170px;
  height: 170px;
}

.app_scomment .corner_bs dd {
  line-height: 20px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

/* 高分攻略 */
.gai_test_information .content .s_righter {
  padding: 0;
}

.gai_test_information .content .s_righter .s_right_title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f5f7fa;
  padding-left: 30px;
  line-height: 60px;
  color: #333;
  font-size: 18px;
  box-sizing: border-box;
}

.gai_test_information .content .s_righter .s_right_content ul {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.gai_test_information .content .s_righter .s_right_content ul li {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.gai_test_information .content .s_righter .s_right_content ul li.mb0 {
  border-bottom: none;
}

.gai_test_information .content .s_righter .s_right_content ul li .s_right_a {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0 24px 43px;
  box-sizing: border-box;
}

.gai_test_information .content .s_righter .s_right_content ul li .s_right_a:hover {
  text-decoration: none;
}

.gai_test_information .content .s_righter .s_right_content .s_right_img {
  position: absolute;
  top: 18px;
  left: -12px;
}

.gai_test_information .content .s_righter .s_right_content .s_right_p {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.gai_test_information .content .s_righter .s_right_content .s_right_p2 {
  color: #999;
  font-size: 14px;
}

.gai_test_information .content .s_righter .s_right_content .s_right_arrow {
  position: absolute;
  top: 50%;
  right: -0;
  margin-top: -16px;
}

/* 高分攻略 */

/**  页脚样式  **/
.footer {
  width: 100%;
  margin-top: 40px;
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
}

.copyright {
  width: 1185px;
  margin: 0 auto;
  text-align: left;
}

.copyright h3 {
  float: left;
  width: 78px;
  color: #666;
  font-weight: normal;
  line-height: 28px;
}

.copyright ul {
  float: right;
  width: 1107px;
}

.copyright li {
  color: #999;
}

.copyright a {
  line-height: 28px;
  padding: 0 5px;
  font-size: 14px;
  color: #999;
  display: inline-block;
}

.copyright a:hover {
  color: #666;
}

.ovone {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ovtwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tk_order_content .order_course .ovtwo {
  line-height: 2;
}

body {
  line-height: 1;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

input[type=text], input[type=password], textarea {
  border: 0;
  outline: none;
  resize: none;
}

  input[type=text]:focus {
      outline: none;
  }

.bgGray {
  background: #F5F8FB;
}

.hide {
  display: none !important;
}

.margin20 {
  margin-top: 20px;
}

.mask {
  display: block;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}

.sxb_header {
  width: 100%;
  background: #ffffff;
}

  .sxb_header .width1200 {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .sxb_header .head_l {
      display: flex;
      align-items: center;
      height: 80px;
  }

  .sxb_header .head_logo img {
      display: block;
  }

  .sxb_header ul {
      display: flex;
      align-items: center;
      padding-left: 50px;
  }

      .sxb_header ul li {
          height: 80px;
          line-height: 80px;
          margin-left: 50px;
          font-size: 16px;
      }

          .sxb_header ul li a {
              display: block;
              color: #333333;
              height: 80px;
              line-height: 80px;
          }

  .sxb_header .tk_active {
      position: relative;
      color: #21AA28 !important;
  }

      .sxb_header .tk_active::before {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 10px;
          width: 28px;
          height: 4px;
          background: #21AA28;
          border-radius: 2px;
      }

  .sxb_header .head_search {
      position: relative;
  }

      .sxb_header .head_search input {
          width: 300px;
          height: 40px;
          box-sizing: border-box;
          border: 1px solid #21aa28;
          border-radius: 20px;
          background-color: #ffffff;
          font-size: 14px;
          text-indent: 15px;
      }

      .sxb_header .head_search .search_btn {
          position: absolute;
          z-index: 5;
          right: 0;
          top: 0;
          width: 60px;
          height: 40px;
          background-color: #21aa28;
          border-radius: 0 20px 20px 0;
          display: flex;
          align-items: center;
          justify-content: center;
      }


.bread {
  align-items: center;
  color: #9CA7B6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px 0;
  width:860px;
}

.bread .bread_a {
  color: #9CA7B6;
}

.bread .bread_icon {
  color: #9CA7B6;
  padding: 0 4px;
}

.detnew_slider {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  margin-left: 650px;
}

  .detnew_slider .slid_btn {
      display: block;
      width: 64px;
      height: 64px;
      background: #FFFFFF;
      border-radius: 6px;
      cursor: pointer;
      box-sizing: border-box;
  }

  .detnew_slider .cust {
      padding-top: 8px;
  }

  .detnew_slider .stick {
      padding-top: 11px;
      margin-top: 10px;
  }

  .detnew_slider .cust img {
      display: block;
      width: 32px;
      height: 32px;
      margin: 0 auto;
  }

  .detnew_slider .stick img {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 auto;
  }

  .detnew_slider .slid_btn span {
      display: block;
      text-align: center;
      margin-top: 5px;
      color: #777777;
  }

.top_crumbs_r {
  width: auto;
  margin-right: 3px;
}</pre></body></html>