@charset "UTF-8";
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transition-timing-function: ease;
  -o-transform: translate(0, 0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.back_1 {
  height: 537px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebf1ff), to(rgba(235, 241, 255, 0)));
  background: -webkit-linear-gradient(top, #ebf1ff 0, rgba(235, 241, 255, 0) 100%);
  background: oldlinear-gradient(top, #ebf1ff 0, rgba(235, 241, 255, 0) 100%) -moz-;
  background: -o-linear-gradient(top, #ebf1ff 0, rgba(235, 241, 255, 0) 100%);
  background: linear-gradient(180deg, #ebf1ff 0, rgba(235, 241, 255, 0) 100%);
  position: absolute;
  z-index: -1;
  width: 100%;
}
.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.centent {
  width: 1186px;
  margin: 0 auto;
  padding-bottom: 22px;
}
.centent_left {
  /* width: 840px; */
}
.centent_left .hot_essay_box {
  background-color: #fff;
  padding: 24px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.centent_left .hot_essay_box .hot_essay_title .title {
  background: #5b92ff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 22px;
  margin-right: 20px;
  color: #fff;
  font-weight: 700;
}
.centent_left .hot_essay_box .hot_essay_title .title_1 {
  color: #303237;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.centent_left .hot_essay_box .hot_essay_title .tip {
  font-size: 14px;
  color: #303237;
}
.centent_left .hot_essay_box .hot_essay_title .tip span {
  color: #0052ff;
  font-weight: 700;
}
.centent_left .hot_essay_box .hot_essay_tag {
  background: -webkit-linear-gradient(179deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%);
  background: oldlinear-gradient(179deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%) -moz-;
  background: -o-linear-gradient(179deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%);
  background: linear-gradient(271deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%);
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  padding: 0 16px;
  margin-top: 22px;
  font-size: 16px;
}
.centent_left .hot_essay_box .hot_essay_tag .hot_essay_tag_title {
  color: #303237;
}
.centent_left .hot_essay_box .hot_essay_tag .hot_essay_tag_tip {
  color: #0052ff;
  cursor: pointer;
  margin-right: 20px;
}
.centent_left .hot_essay_box li {
  padding: 28px 0;
  border-bottom: 1px solid #f5f6f9;
}
.centent_left .hot_essay_box li h3 {
  color: #303237;
  font-size: 20px;
  font-weight: 700;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.centent_left .hot_essay_box li .essay_img_1 {
  min-width: 242px;
  max-width: 242px;
  height: 150px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
}
.centent_left .hot_essay_box li h3:hover {
  color: #0052ff;
}
.centent_left .hot_essay_box li .essay_text {
  height: 40px;
  margin: 13px 0 24px;
  font-size: 14px;
  color: #63666d;
  line-height: 21px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.centent_left .hot_essay_box li .essay_tag {
  border: 1px solid #c5c7d5;
  color: #93989e;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 8px 12px 0;
}
.centent_left .hot_essay_box li .essay_tag:hover {
  color: #0052ff;
  border: 1px solid #0052ff;
}
.centent_left .hot_essay_box li .message_box {
  font-size: 14px;
  color: #93989e;
}
.centent_left .hot_essay_box li .message_box .s_margin_r36 {
  margin-right: 36px;
}
.centent_left .hot_essay_box li .message_box .s_margin_r8 {
  margin-right: 8px;
}
.centent_left .hot_essay_box li .message_box .com_img {
  width: 18px;
  height: 18px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
}
.centent_left .message {
  background-color: #fff;
  padding: 24px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.centent_left .message .message_header {
  /* padding-bottom: 40px; */
  border-bottom: 1px solid #f5f6f9;
}
.centent_left .message .message_header .title {
  font-size: 30px;
  color: #303237;
  font-weight: 700;
  margin: 10px 20px 22px 0;
}
.centent_left .message .message_header .message_tip {
  font-size: 14px;
  color: #93989e;
}
.centent_left .message .message_header .message_tip .com_icon {
  width: 18px;
  height: 18px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
}
.centent_left .message .message_header .message_tip .com_name {
  margin-right: 40px;
}
.centent_left .message .message_header .text_img {
  min-width: 160px;
  max-width: 160px;
  min-height: 96px;
  max-height: 96px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.centent_left .message .dest {
  color: #303237;
  font-size: 16px;
  line-height: 30px;
  padding: 40px 0 50px;
}
.centent_left .message .footer_tag {
  color: #303237;
  font-size: 14px;
}
.centent_left .message .footer_tag .footer_tag_tip {
  margin-left: 8px;
  border: 1px solid #0052ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 8px;
  color: #0052ff;
  cursor: pointer;
}
.centent_left .message .change_text {
  border-top: 1px solid #f5f6f9;
  margin-top: 40px;
  padding-top: 20px;
}
.centent_left .message .change_text p {
  margin-bottom: 10px;
  color: #93989e;
  font-size: 14px;
  cursor: pointer;
}
.page_text {
  margin: 28px 0 0;
  text-align: center;
}
.page_text .page_cont {
  line-height: 30px;
  text-align: center;
}
.page_text .page_cont .page_content {
  display: inline-block;
}
.page_text .page_cont .page_content a,
.page_text .page_cont .page_content span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #63666d;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page_text .page_cont .page_content a.current,
.page_text .page_cont .page_content a.nextPage:hover,
.page_text .page_cont .page_content a.prevPage:hover,
.page_text .page_cont .page_content a.tcdNumber:hover,
.page_text .page_cont .page_content span.current,
.page_text .page_cont .page_content span.nextPage:hover,
.page_text .page_cont .page_content span.prevPage:hover,
.page_text .page_cont .page_content span.tcdNumber:hover {
  background: #0052ff;
  color: #fff;
}
.page_text .page_cont .page_content a.nextPage,
.page_text .page_cont .page_content a.prevPage,
.page_text .page_cont .page_content a.tcdNumber,
.page_text .page_cont .page_content span.nextPage,
.page_text .page_cont .page_content span.prevPage,
.page_text .page_cont .page_content span.tcdNumber {
  cursor: pointer;
}
.page_text .page_cont .page_content a.nextPage,
.page_text .page_cont .page_content a.prevPage,
.page_text .page_cont .page_content span.nextPage,
.page_text .page_cont .page_content span.prevPage {
  font-family: SimSun;
  font-size: 22px;
}
.page_text .page_cont .page_content a.point,
.page_text .page_cont .page_content span.point {
  cursor: default;
}
.footer_nav {
  width: 1186px;
  margin: 0 auto;
  padding: 28px 0 20px;
  font-size: 14px;
  color: #63666d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_nav i {
  margin: 0 5px;
}
.footer_nav .s_blod {
  color: #63666d;
  font-weight: 500;
}
.footer_message {
  padding: 44px 0 142px;
  background-color: #fff;
}
.footer_message .footer_cenent {
  width: 1186px;
  margin: 0 auto;
}
.footer_message .footer_cenent .footer_one {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_message .footer_cenent .footer_one img {
  margin-left: 30px;
  float: left;
}
.footer_message .footer_cenent .footer_one .footer_one_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 833px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eceef2;
}
.essay_box,
.footer_message .footer_cenent .footer_two,
.head_img_content .num_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.footer_message .footer_cenent .footer_one .footer_one_right h3 {
  font-size: 14px;
  font-weight: 500;
  color: #63666d;
  margin-left: 24px;
}
.footer_message .footer_cenent .footer_one .footer_one_right .footer_one_right_message {
  width: 464px;
  line-height: 24px;
  margin-top: 16px;
}
.footer_message .footer_cenent .footer_one .footer_one_right .s_margin_t16 {
  margin-top: 16px;
}
.footer_message .footer_cenent .footer_one .footer_one_right p {
  font-size: 12px;
  color: #93989e;
  margin-left: 24px;
}
.footer_message .footer_cenent .footer_two {
  width: 100%;
  height: 139px;
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_message .footer_cenent .footer_two .title_text {
  font-size: 14px;
  font-weight: 500;
  color: #63666d;
}
.footer_message .footer_cenent .footer_two p {
  font-size: 12px;
  color: #93989e;
}
.footer_message .footer_cenent .footer_two .s_margin_r27 {
  margin-right: 27px;
}
.footer_message .footer_cenent .footer_two .app_down {
  margin-top: -14px;
  border: 1px solid #eceef2;
  -moz-border-radius: 4px;
  height: 144px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  color: #63666d;
}
.footer_message .footer_cenent .footer_two .footer_two_right .footer_two_right_1 h1:hover,
.footer_message .footer_cenent .footer_two .footer_two_right .footer_two_right_1 p a:hover {
  color: #0052ff;
}
.footer_message .footer_cenent .footer_two .app_down img {
  width: 100px;
  height: 100px;
  margin: 8px;
}
.footer_message .footer_cenent .footer_two .app_down p {
  text-align: center;
  width: 100%;
}
.footer_message .footer_cenent .footer_two .footer_two_right {
  position: absolute;
  right: 0;
  margin-top: 10px;
  width: 833px;
  padding-bottom: 20px;
}
.footer_message .footer_cenent .footer_two .footer_two_right .footer_two_right_1 h1 {
  cursor: pointer;
}
.footer_message .footer_cenent .footer_two .footer_two_right .footer_two_right_1 p {
  cursor: pointer;
}
.footer_message .footer_cenent .footer_two .footer_two_right div:first-child {
  margin-left: 24px;
}
.footer_message .footer_cenent .footer_two .footer_two_right div {
  float: left;
  margin-right: 96px;
}
.footer_message .footer_cenent .footer_two .footer_two_right div p {
  margin-top: 8px;
}
.footer_message .footer_cenent .footer_two .footer_two_right div p span {
  color: #004cff;
}
.footer_message .footer_cenent .footer_two .footer_two_right div:last-child {
  margin-right: 0;
}
.footer_message .footer_cenent .footer_two .footer_two_right h3 {
  padding-bottom: 3px;
}
.title_box {
  background: -webkit-linear-gradient(179deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%);
  background: oldlinear-gradient(179deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%) -moz-;
  background: -o-linear-gradient(179deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%);
  background: linear-gradient(271deg, rgba(239, 244, 255, 0) 0, #eff4ff 100%);
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 10px;
}
.title_box .title_box_icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#0052ff));
  background: -webkit-linear-gradient(bottom, #fff 0, #0052ff 100%);
  background: oldlinear-gradient(bottom, #fff 0, #0052ff 100%) -moz-;
  background: -o-linear-gradient(bottom, #fff 0, #0052ff 100%);
  background: linear-gradient(360deg, #fff 0, #0052ff 100%);
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 4px;
  height: 20px;
  border: 1px solid #0052ff;
  margin-right: 12px;
}
.title_box .title_box_text {
  color: #303237;
  font-size: 20px;
  font-weight: 700;
}
.title_box .title_box_one_all {
  border: 1px solid #d9dde6;
  color: #93989e;
  cursor: pointer;
  font-size: 12px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.essay_img {
  width: 300px;
  height: 150px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 12px 0 4px;
}
.essay_box {
  border-bottom: 1px solid #f5f6f9;
  padding: 13px 0;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}
.essay_box .title_box_dian {
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #a8adba;
  margin-right: 8px;
}
.essay_box .title_box_tip {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.centent_right {
  width: 320px;
}
.centent_right .centent_right_one,
.centent_right .centent_right_two {
  height: 484px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  margin-bottom: 24px;
}
.app_box {
  position: fixed;
  right: 35px;
  bottom: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.app_box .delete_box {
  position: relative;
}
.app_box .delete_box .delete_icon {
  position: absolute;
  right: 4px;
  top: 15px;
  cursor: pointer;
}
.app_box .delete_img_s {
  width: 168px;
  height: 190px;
}
.head_img_content {
  width: 1186px;
  margin: 0 auto;
  position: relative;
}
.head_img_content .left_26 {
  margin-left: 26px;
}
.head_img_content .num_content {
  position: absolute;
  float: left;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head_img_content .num_content div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head_img_content .num_content div .num {
  color: #ffff2a;
  font-size: 20px;
  margin-right: 4px;
  font-weight: 700;
  letter-spacing: 1px;
}
.head_img_content .num_content div .num_tip {
  color: #fff;
  font-size: 14px;
  margin-top: 2px;
}
.head_img_content .head_site {
  left: 177px;
  top: 72px;
}
.head_img_content .foot_site {
  left: 175px;
  top: 54px;
}
.head_img_content .input_content {
  position: absolute;
  right: 0;
  top: 40px;
  float: right;
}
.head_img_content .input_content input {
  background-color: #fff;
  padding: 0 16px;
  height: 40px;
}
.head_img_content .input_content .mobile {
  width: 180px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
}
.head_img_content .input_content .get_code {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding-right: 16px;
}
.head_img_content .input_content .get_code input {
  width: 128px;
}
.head_img_content .input_content .get_code a {
  color: #0052ff;
  cursor: pointer;
  font-size: 14px;
}
.head_img_content .input_content button {
  float: right;
  margin-left: 8px;
  width: 105px;
  height: 40px;
  border: 1px solid #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.head_img_content .input_content .form-item {
  position: relative;
}
.head_img_content .input_content .form-item label.error {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  line-height: normal;
  font-size: 12px;
  color: #ff5657;
}
.footer_box {
  height: 90px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9;
  left: 0;
}
