html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100% !important;
       text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  font: 12px "Microsoft YaHei",Arial,"Helvetica Neue", Helvetica,sans-serif;
}

.bodyOverflowHidden {
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

ul,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

textarea {
  padding: 0;
  outline: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  color: inherit;
}

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

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

.column2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}

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

input,
button,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.fade-leave-active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fade-enter-active {
  -webkit-transition: all .3s .3s ease;
  transition: all .3s .3s ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.slide-enter-active {
  -webkit-transition: opacity .3s .5s ease,-webkit-transform .3s .3s ease;
  transition: opacity .3s .5s ease,-webkit-transform .3s .3s ease;
  transition: transform .3s .3s ease,opacity .3s .5s ease;
  transition: transform .3s .3s ease,opacity .3s .5s ease,-webkit-transform .3s .3s ease;
}

.slide-leave-active {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.slide-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.slide-leave-to {
  opacity: 0;
}

.fade-in-leave-active,
.fade-in-enter-active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fade-in-enter,
.fade-in-leave-active {
  opacity: 0;
}

#app {
  min-height: 100%;
  min-width: 1200px;
}

.fixed {
  position: fixed;
}

.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 300;
}

.main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

header {
  border-top: 4px solid #0e7cf4;
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  background-color: #ffffff;
  z-index: 302;
}

header .main {
  position: relative;
}

header .headerLeft {
  width: 880px;
  padding-top: 10px;
  height: 100%;
}

header .headerLeft li {
  float: left;
  height: 44px;
  line-height: 44px;
  margin-left: 56px;
}

header .headerLeft li a {
  display: block;
  color: #333333;
  font-size: 18px;
}

header .headerLeft li a.active {
  color: #0e7cf4;
}

header .otherURL {
  color: #333;
  font-size: 12px;
}

header .otherURL:hover {
  color: #0e7cf4;
}

header .headerRight {
  height: 100%;
}

header .headerRight .addTop {
  margin-top: 13px;
}

header .headerRight div {
  float: left;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}

header .headerRight div:last-child span {
  margin-top: 28px;
}

header .headerRight div span {
  margin-top: 8px;
  display: block;
}

header .headerRight div img {
  height: 16px;
}

header .headerRight .searchs {
  margin-right: 32px;
  margin-left: 32px;
}

header .headerRight .searchs img {
  width: 15px;
}

header .headerRight .login {
  font-size: 0;
  width: 34px;
  height: 100%;
  background: url("/img/login.png") no-repeat center center;
  margin-top: -4px;
  margin-left: 50px;
}

header .headerRight .login a {
  display: block;
}

header .headerRight .login span {
  font-size: 12px;
  color: #ffffff;
  margin-top: 26px;
}

header .headerRight .headerPerson {
  margin-left: 30px;
  padding: 14px 0px 14px 20px;
  position: relative;
}

header .headerRight .headerPerson > a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #e0e0e0;
  display: block;
  overflow: hidden;
}

header .headerRight .headerPerson > a img {
  height: auto;
}

header .headerRight .headerPerson ul {
  position: absolute;
  width: 120px;
  right: 0;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  top: 70px;
  -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.5s;
  transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 90% 0;
          transform-origin: 90% 0;
}

header .headerRight .headerPerson ul:after,
header .headerRight .headerPerson ul:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  right: 12px;
}

header .headerRight .headerPerson ul:after {
  border-bottom-color: #e0e0e0;
  z-index: 1;
  top: -14px;
}

header .headerRight .headerPerson ul:before {
  border-bottom-color: #ffffff;
  z-index: 2;
  top: -10px;
}

header .headerRight .headerPerson li {
  border-bottom: 1px solid #eee;
}

header .headerRight .headerPerson li:last-child {
  border: none;
}

header .headerRight .headerPerson li a {
  padding: 10px 4px;
  display: block;
  color: #333333;
  text-align: left;
}

header .headerRight .headerPerson li:hover a {
  color: #0e7cf4;
}

header .headerRight .headerPerson:hover ul {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .searchBox {
  width: 554px;
  position: absolute;
  left: 323px;
  padding: 14px 0;
  height: 36px;
}

header .searchBox > img {
  margin-top: 5px;
}

header .searchBox form {
  margin-left: 12px;
  width: 540px;
  border: 1px solid #e1e2e1;
  font-size: 0px;
  border-radius: 4px;
}

header .searchBox .submit {
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  height: 36px;
  outline: none;
  font-size: 18px;
}

header .searchBox .submit:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 1px;
  left: 0;
  top: 9px;
  background-color: #b7b7b7;
}

header .searchBox .submit img {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}

header .searchBox span {
  display: inline-block;
  width: 14px;
  height: 36px;
  vertical-align: top;
  margin-right: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .searchBox span.active {
  visibility: visible;
  opacity: .6;
}

header .searchBox span img {
  margin-top: 11px;
}

header .searchBox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  height: 36px;
  width: 450px;
  padding: 0;
  color: #0e7cf4;
  font-size: 16px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .searchBox input:focus {
  outline: none;
}

header .searchBox input::-webkit-input-placeholder {
  opacity: 0.3;
  font-size: 16px;
}

header .searchBox input:-moz-placeholder {
  opacity: 0.3;
  font-size: 16px;
}

header .searchBox input::-moz-placeholder {
  opacity: 0.3;
  font-size: 16px;
}

header .searchBox input:-ms-input-placeholder {
  opacity: 0.3;
  font-size: 16px;
}

header .searchBox div {
  padding: 7px;
  cursor: pointer;
}

footer {
  background-color: rgba(34, 34, 34, 0.96);
}

footer a {
  color: #fff;
}

footer ul {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

footer ul li:nth-of-type(1) div:last-child {
  margin-top: 52px;
  opacity: 1;
}

footer ul li:nth-of-type(1) div:last-child a {
  margin-right: 16px;
  opacity: 1;
}

footer ul li:nth-of-type(2) {
  width: 680px;
}

footer ul li:nth-of-type(3) > div:last-child {
  margin-top: 30px;
}

footer ul li:nth-of-type(3) > div:last-child span {
  opacity: 0.75;
}

footer ul h2 {
  font-weight: 500;
  opacity: .96;
  margin-bottom: 16px;
}

footer ul li > div {
  line-height: 24px;
  opacity: 0.75;
}

footer div {
  color: #fff;
}

footer .copyRight {
  text-align: center;
  background-color: #222222;
  padding: 12px 0;
}

footer .copyRight span {
  opacity: 0.36;
}

footer .copyRight a {
  margin-left: 5px;
  opacity: 1;
}

.sider {
  width: 100px;
  height: 300px;
  position: absolute;
  z-index: 100;
  background-color: #e0e0e0;
}

.sider span {
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: 100px;
  color: #999;
  background-color: #ececec;
  cursor: pointer;
}

.sider span:hover {
  color: #0e7cf4;
}

.sider i {
  font-style: normal;
  padding: 0 12px 0 6px;
}

.sider1 {
  top: 78px;
  left: 0;
}

.sider3 {
  top: 410px;
  left: 0;
}

.sider2 {
  top: 78px;
  right: 0;
}

.sider4 {
  top: 410px;
  right: 0;
}

.sider5 {
  top: 742px;
  left: 0;
}

.sider6 {
  top: 742px;
  right: 0;
}

.headerAdv {
  margin: 10px 0 20px;
}

.headerAdv .firstAdv,
.headerAdv li {
  height: auto;
  background-color: #e0e0e0;
}

.headerAdv .firstAdv {
  width: 100%;
  margin-bottom: 8px;
}

.headerAdv li {
  float: left;
  width: 293px;
  margin-right: 9px;
  margin-top: 10px;
}

.headerAdv li:nth-of-type(4n) {
  margin-right: 0;
}

.indexLeft {
  width: 880px;
}

/*.swiper-container{
  width: 438px;
  height: 292px;
  margin: 0;
  img{
    width: 100%;
  }
  p{
    position: absolute;
    font-size:22px;
    color:#ffffff;
    letter-spacing:0.5px;
    line-height:33px;
    z-index: 2;
    bottom: 16px;
    padding: 16px 16px 0;

  }

}*/

.bannerMask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.slick-list,
.slick-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fade {
  width: 590px;
  height: 318px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.fade:hover .slick-arrow {
  display: block !important;
}

.fade:hover a {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.fade img {
  width: 100%;
}

.fade p {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 33px;
  z-index: 2;
  bottom: 16px;
  padding: 16px 16px 0;
}

.fade .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: #ffffff;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  font-size: 26px;
  display: none !important;
  cursor: pointer;
}

.fade .prev {
  left: 20px;
}

.fade .next {
  right: 20px;
}

.fade .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.fade .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0;
  margin: 0;
  height: 4px;
}

.fade .slick-dots li.slick-active {
  background-color: #0e7cf4;
}

.fade .slick-dots button {
  display: none;
}

.bannerImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bannerImg a {
  display: block;
  overflow: hidden;
  width: 590px;
  height: 318px;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerImg a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.brand {
  width: 270px;
  height: 318px;
  overflow: hidden;
  margin-left: 20px;
}

.brand li {
  margin-bottom: 14px;
}

.brand li:nth-child(2n) {
  margin-left: 20px;
}

.brand a {
  width: 123px;
  height: 50px;
  display: block;
  background-repeat: no-repeat !important;
  background-position: 50%;
  background-size: contain !important;
  border: 1px solid #ededed;
}

.swiper-pagination2 {
  position: absolute;
  z-index: 3;
}

.swiper-container-horizontal > .swiper-pagination2.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination2 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .6;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #007aff;
  opacity: 1;
}

.indexContent {
  margin-top: 16px;
}

.indexContent .list {
  border-bottom: 1px solid #f1f1f1;
  z-index: 20;
  top: 0;
  width: 880px;
  background-color: #ffffff;
}

.indexContent .indexList li {
  float: left;
  margin: 0 16px;
  padding: 14px 0;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.indexContent .indexList li:hover {
  color: #0e7cf4;
}

.indexContent .indexList li:first-child {
  margin-left: 0;
}

.indexContent .indexList li:last-child {
  margin-right: 0;
}

.indexContent .indexList li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
}

.indexContent .indexList li.active {
  color: #0e7cf4;
  font-weight: 600;
}

.indexContent .indexList li.active:after {
  background-color: #0e7cf4;
}

.indexContent .add {
  font-size: 0;
  padding: 12px 0 12px 20px;
  cursor: pointer;
  position: relative;
}

.indexContent .add:hover ul {
  display: block;
}

.indexContent .add ul {
  display: none;
  position: absolute;
  right: 0;
  top: 42px;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #f1f1f1;
}

.indexContent .add ul li {
  font-size: 16px;
  word-break: keep-all;
  padding: 8px 10px;
  text-align: center;
  line-height: 1.6em;
}

.indexContent .add ul li:hover {
  background-color: #f1f1f1;
}

.question {
  position: relative;
  background: url("/images/question.jpg") no-repeat center center;
  background-size: cover;
}

.question .question_header {
  position: absolute;
  width: 100%;
  top: 8px;
  font-size: 20px;
  color: #ffffff;
}

.question .question_header span {
  border-left: 4px solid #ffffff;
  padding: 4px 6px;
}

.question .question_header a {
  color: #ffffff;
  padding-right: 14px;
}

.question .swiper-container {
  margin-top: 23px;
  height: 152px;
}

.question .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 7px 24px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.question .item_header {
  color: #85b8f7;
  line-height: 1;
  font-size: 0;
}

.question .item_header span {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 10px;
}

.question .item_content {
  height: 93px;
  text-align: center;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #0c0c0c;
  overflow: hidden;
}

.question .item_footer {
  font-size: 0;
  line-height: 1;
}

.question .item_footer span {
  font-size: 14px;
  color: #010101;
  height: 18px;
  line-height: 18px;
}

.question .item_footer div {
  font-size: 18px;
  color: #85b8f7;
}

.essayBox {
  padding-bottom: 25px;
}

.essayBox li:hover {
  -webkit-box-shadow: 0 5px 13px rgba(35, 122, 229, 0.09);
          box-shadow: 0 5px 13px rgba(35, 122, 229, 0.09);
}

.essayBox li:hover h2 {
  color: #0e7cf4;
}

.essayBox li {
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #f1f1f1;
}

.essayBox .specialItem:hover img {
  -webkit-transform: translateZ(0) scale(1.05, 1.05);
          transform: translateZ(0) scale(1.05, 1.05);
}

.essayBox .specialItem img {
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}

.essayBox .essay {
  color: #999999;
}

.essayBox .essay.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 195px;
}

.essayBox .essay.type1 .author {
  position: absolute;
  bottom: 0;
}

.essayBox .essay.type1 > .word {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.essayBox .essay.type1 > .img {
  width: 288px;
  height: 194px;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #CCCCCC;
}

.essayBox .essay.type1 > .img:hover img {
  -webkit-transform: translateZ(0) scale(1.05, 1.05);
          transform: translateZ(0) scale(1.05, 1.05);
}

.essayBox .essay.type1 > .img img {
  width: 288px;
  height: 194px;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}

.essayBox .essay.special {
  height: 192px;
  overflow: hidden;
  border-radius: 8px;
}

.essayBox .essay h2 {
  font-size: 22px;
  color: #222222;
  letter-spacing: 0.36px;
  line-height: 33px;
  margin-bottom: 12px;
}

.essayBox .essay h2:hover {
  color: #0e7cf4;
}

.essayBox .essay .flashEssay {
  font-size: 16px;
}

.essayBox .essay .desc {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.36px;
  line-height: 21px;
}

.essayBox .essay .author i {
  font-size: 0;
  vertical-align: middle;
}

.essayBox .essay .author img {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin-right: 14px;
}

.essayBox .essay .author span {
  vertical-align: middle;
}

.essayBox .essay .author .top {
  margin-left: 24px;
  color: #0e7cf4;
}

.essayBox .essay .imglist {
  margin-top: 20px;
  margin-bottom: 16px;
}

.essayBox .essay .imglist img {
  width: 214px;
  height: 144px;
  border-radius: 4px;
  margin-right: 8px;
}

.essayBox li > a {
  display: block;
  position: relative;
}

.essayBox .special .specialContent {
  position: absolute;
  bottom: 41px;
  padding: 0 16px;
}

.essayBox .special .specialContent h2 {
  color: #fff;
  width: 848px;
}

.essayBox .special .specialContent p {
  color: #fff;
}

.essayBox .special img {
  border-radius: 8px;
  height: 192px;
  width: 100%;
}

.essayBox .special span {
  position: absolute;
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  color: #fff;
  top: 31px;
  left: 6px;
}

.essayBox .threeAdv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.essayBox .threeAdv a {
  display: block;
  height: 96px;
  overflow: hidden;
}

.essayBox .littleBanner a {
  display: block;
  height: 76px;
}

.essayBox .authorEssay {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.essayBox .authorEssay .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 54px;
}

.essayBox .authorEssay .swiper-slide span {
  display: block;
  width: 108px;
  height: 108px;
  border: 4px solid rgba(14, 124, 244, 0.75);
  border-radius: 100%;
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
}

.essayBox .authorEssay a > div {
  background-color: #f7f8f9;
  margin-top: -54px;
  text-align: center;
  padding: 66px 16px 24px;
  width: 248px;
  height: 142px;
}

.essayBox .authorEssay h3 {
  font-size: 22px;
  color: #222222;
  letter-spacing: 0.36px;
  line-height: 22px;
  margin: 12px 0;
}

.essayBox .authorEssay i {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.36px;
  line-height: 14px;
  font-style: normal;
}

.essayBox .authorEssay .column2 {
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.36px;
  line-height: 27px;
  margin-top: 30px;
  text-align: left;
}

.essayBox .authorEssay .swiper-pagination3 {
  bottom: 24px;
  text-align: center;
  position: absolute;
}

.new_common {
  padding: 24px 16px;
}

.new_common .f_title span {
  font-size: 18px;
  color: #0e7cf4;
  padding: 0 12px;
  border-left: 2px solid #0e7cf4;
  line-height: 1.2;
}

.new_common .f_title i {
  font-size: 14px;
  color: #a6a6a6;
  font-style: normal;
}

.new_common a {
  color: #a6a6a6;
}

.new_flash li {
  padding-left: 35px;
  position: relative;
  font-size: 12px;
  color: #1e1e1e;
  padding-top: 30px;
}

.new_flash li:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 30px;
  z-index: 8;
  height: 100%;
  width: 1px;
  background-color: #ededed;
}

.new_flash li:last-child:before {
  width: 0;
}

.new_flash li .avator {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  overflow: hidden;
  left: 0;
  z-index: 10;
}

.new_flash li .f_au {
  color: #a6a6a6;
  height: 22px;
  display: block;
}

.new_flash li .tit {
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-top: 8px;
  line-height: 1.6;
}

.new_flash li .f_con {
  line-height: 1.4;
  letter-spacing: 1px;
}

.new_author li {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.new_author a {
  display: block;
  font-size: 14px;
}

.new_author a:hover .new_focus {
  display: block;
}

.new_author a:hover i {
  display: none;
}

.new_author a > span {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.new_author a > div {
  width: 208px;
}

.new_author a h3 {
  color: #1e1e1e;
  font-size: 14px;
}

.new_author a i {
  font-style: normal;
  display: block;
}

.new_author a .a_body {
  position: relative;
}

.new_author a .new_focus {
  display: none;
  width: 68px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0e7cf4;
  color: #ffffff;
}

.new_author a .new_desc {
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  letter-spacing: 1px;
}

.loading {
  text-align: center;
  font-size: 14px;
  color: #0e7cf4;
  display: none;
  padding-bottom: 20px;
}

.loading img {
  width: 40px;
}

.loading_btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #0e7cf4;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  display: none;
  cursor: pointer;
}

.loading_btn:hover {
  background-color: #016bdf;
}

.loading_btn.disabled {
  background-color: #f1f1f1;
}

.loading_btn img {
  width: 30px;
}

.loaded {
  text-align: center;
  font-size: 14px;
  color: #cccccc;
  display: none;
  padding-bottom: 20px;
}

.swiper-pagination3 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .6;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
  background-color: #007aff;
  opacity: 1;
}

.indexRight {
  width: 300px;
}

.email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  border-top: 2px solid #0e7cf4;
  border-bottom: 2px solid #0e7cf4;
  margin-top: 20px;
}

.email > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-size: 0;
}

.email .label {
  margin-bottom: 6px;
  padding-left: 6px;
  position: relative;
  font-size: 14px;
  color: #222222;
}

.email .label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 2px;
  height: 12px;
  background-color: #0e7cf4;
}

.email input {
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 167px;
  height: 22px;
  text-indent: 4px;
}

.email input:-moz-placeholder {
  color: #cccccc;
}

.email input::-moz-placeholder {
  color: #cccccc;
}

.email input:-ms-input-placeholder {
  color: #cccccc;
}

.email button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: #0e7cf4;
  border-radius: 2px;
  width: 64px;
  height: 24px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 12px;
  cursor: pointer;
}

.middleAdv {
  height: 240px;
  overflow: hidden;
  margin: 20px 0;
}

.middleAdv a {
  display: block;
  width: 100%;
  height: 100%;
}

.tagList {
  padding: 24px 16px;
}

.tagList .tag {
  font-size: 18px;
  color: #0e7cf4;
  letter-spacing: 0;
  line-height: 18px;
  border-left: 2px solid #0e7cf4;
  padding-left: 12px;
}

.tagList .loadCompanyTag a {
  display: block;
  text-align: center;
  background-color: #0e7cf4;
  padding: 8px 8px;
  width: 100px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 auto 20px;
}

.tagList .loadCompanyTag a:hover {
  background-color: #016bdf;
}

.tagList ul {
  padding: 14px 0 24px;
}

.tagList ul li {
  float: left;
  width: 128px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #f7f8f9;
  border-radius: 4px;
  margin-right: 12px;
  margin-top: 10px;
}

.tagList ul li a {
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  display: block;
}

.tagList ul li a:hover {
  color: #0e7cf4;
}

.tagList ul li.active {
  background-color: #0e7cf4;
}

.tagList ul li.active a {
  color: #ffffff;
}

.tagList ul li.active a:hover {
  color: #ffffff;
}

.tagList ul li:nth-of-type(2n) {
  margin-right: 0;
}

.tagList dl dd {
  float: left;
  margin-top: 24px;
  margin-right: 20px;
}

.tagList dl dd:nth-of-type(2n) {
  margin-right: 0;
}

.tagList dl dd div {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 122px;
  height: 122px;
}

.tagList dl dd p {
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  width: 96px;
  margin: 12px auto 0;
}

.tagList .person div {
  border: none;
  border-radius: 100%;
  overflow: hidden;
  width: 124px;
  height: 124px;
}

.login header .main div {
  height: 44px;
  line-height: 44px;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0;
}

.login header .main div a {
  color: #0e7cf4;
}

.login .content {
  background: url("/images/loginbg.png") no-repeat center center;
  background-size: cover;
  min-width: 1200px;
  height: 492px;
}

.login .content .main {
  position: relative;
}

.login .loginBox {
  background: #ffffff;
  -webkit-box-shadow: 0 12px 24px 0 rgba(11, 24, 46, 0.04);
          box-shadow: 0 12px 24px 0 rgba(11, 24, 46, 0.04);
  border-radius: 4px;
  width: 450px;
  height: 422px;
  padding: 96px 45px 0;
  position: absolute;
  top: 137px;
  left: 50%;
  margin-left: -270px;
  overflow: hidden;
}

.login .loginBox .loginTip {
  position: absolute;
  right: 64px;
  top: 32px;
  padding: 6px 12px;
  background: rgba(14, 124, 244, 0.08);
  border: 1px solid #0e7cf4;
  border-radius: 2px;
  z-index: 2;
}

.login .loginBox .loginTip i {
  position: absolute;
  border: 5px solid transparent;
  top: 50%;
  margin-top: -5px;
  color: #0e7cf4;
}

.login .loginBox .loginTip i:nth-of-type(1) {
  border-left-color: #0e7cf4;
  right: -11px;
  z-index: 1;
}

.login .loginBox .loginTip i:nth-of-type(2) {
  border-left-color: #ecf5ff;
  right: -10px;
  z-index: 2;
}

.login .loginBox .loginStyle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}

.login .loginBox .loginStyle i:nth-of-type(1) {
  display: none;
}

.login .loginBox .loginStyle i:nth-of-type(2) {
  display: block;
}

.login .loginBox h1 {
  font-size: 24px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 48px;
}

.login .loginBox .qr {
  text-align: center;
}

.login .loginBox .qr .code {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;
}

.login .loginBox .qr .code div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  line-height: 240px;
  font-size: 18px;
  color: #d0021b;
  letter-spacing: 3px;
}

.login .loginBox .qr span {
  opacity: 0.3;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
}

.login .loginBox .qr h1 {
  margin-bottom: 32px;
}

.login .loginBox input {
  outline: none;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  width: 448px;
  height: 52px;
  text-indent: 20px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #0e7cf4;
}

.login .loginBox input::-webkit-input-placeholder {
  opacity: .3;
  font-size: 18px;
}

.login .loginBox input:-moz-placeholder {
  opacity: .3;
  font-size: 18px;
}

.login .loginBox input::-moz-placeholder {
  opacity: .3;
  font-size: 18px;
}

.login .loginBox input:-ms-input-placeholder {
  opacity: .3;
  font-size: 18px;
}

.login .loginBox .err {
  position: relative;
  display: none;
}

.login .loginBox .err div {
  position: absolute;
  font-size: 16px;
  color: #d0021b;
  letter-spacing: 0;
}

.login .loginBox .err div i {
  margin-right: 6px;
}

.login .loginBox .err div span {
  vertical-align: middle;
}

.login .copyRight {
  font-size: 14px;
  color: #222222;
  text-align: center;
  width: 100%;
  min-width: 1200px;
  display: none;
}

.login .loginBox.active .loginStyle i:nth-of-type(1) {
  display: block;
}

.login .loginBox.active .loginStyle i:nth-of-type(2) {
  display: none;
}

.login .loginBox.active form {
  display: none;
}

.login .loginBox.active .qr {
  display: block;
}

@media screen and (min-height: 760px) {
  .login .copyRight {
    position: fixed;
    bottom: 24px;
    display: block;
  }
}

#submit {
  margin-top: 56px;
  background: #0e7cf4;
  border-radius: 2px;
  width: 450px;
  height: 54px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
}

#submit:hover {
  background: #016bdf;
}

.select_banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-width: 1200px;
  height: 400px;
}

.select_content {
  margin-top: 40px;
}

.select_content .list li {
  float: left;
  background: #f7f8f9;
  border-radius: 4px;
  width: 580px;
  height: 240px;
  margin-bottom: 30px;
}

.select_content .list li:nth-of-type(2n) {
  margin-left: 40px;
}

.select_content .list li .se_cover,
.select_content .list li .se_content {
  float: left;
  font-size: 0;
  width: 352px;
}

.select_content .list li .se_cover {
  width: 188px;
  height: 240px;
}

.select_content .list li .se_content {
  padding: 24px 24px 24px 16px;
  position: relative;
  height: 192px;
}

.select_content .list li .se_content h2 {
  font-size: 22px;
  color: #22292e;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 16px;
}

.select_content .list li .se_content p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}

.select_content .list li .se_content div {
  background: #0e7cf4;
  border-radius: 4px;
  width: 187px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  position: absolute;
  bottom: 24px;
  left: 16px;
  cursor: pointer;
}

.select_content .list li .se_content div:hover {
  background: #016bdf;
}

.select_content .special_list li {
  float: left;
  background: #f7f8f9;
  border-radius: 4px;
  overflow: hidden;
  width: 345px;
  height: 173px;
  margin-bottom: 30px;
}

.select_content .special_list li:not(:nth-child(3n+1)) {
  margin-left: 80px;
}

.select_content .special_list li a {
  display: block;
  position: relative;
  height: 100%;
}

.select_content .special_list li a .special_mask {
  position: absolute;
  top: 124px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.select_content .special_list li a:hover .special_mask {
  opacity: 1;
  top: 0;
}

.select_content .special_list li a:hover .special_desc p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.select_content .special_list li a:hover .special_title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.select_content .special_list li .special_desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 20px 15px;
}

.select_content .special_list li .special_desc p {
  font-size: 14px;
  margin-top: 10px;
  -webkit-transform: translateY(110px);
          transform: translateY(110px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.select_content .special_list li .special_title {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.select_content .pagination {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}

.select_content .pagination li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border: 1px solid #e8e8e8;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
}

.select_content .pagination li.active {
  border-color: #0e7cf4;
}

.select_content .pagination li.active span {
  color: #0e7cf4;
}

.select_content .pagination li a {
  color: #999;
  display: block;
}

.select_content .pagination li:hover {
  border-color: #0e7cf4;
}

.select_content .pagination li:hover a {
  color: #0e7cf4;
}

.se_intro_main {
  width: 880px;
  margin: 0px auto;
}

.intro_pay {
  background: #0e7cf4;
  border-radius: 4px;
  width: 205px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  margin: 56px auto 0;
  cursor: pointer;
}

.intro_pay:hover {
  background: #016bdf;
}

.se_intro {
  margin: 20px 0;
}

.se_intro .intro_cover {
  width: 880px;
  min-height: 400px;
}

.se_intro .intro_cover img {
  width: 100%;
}

.se_intro h1 {
  font-size: 30px;
  color: #22292e;
  letter-spacing: 0;
  text-align: center;
  margin: 32px 0 12px;
}

.se_intro .intro {
  padding-bottom: 72px;
}

.se_intro .intro p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
}

.se_intro .about_essay h3 {
  font-size: 16px;
  color: #0e7cf4;
  letter-spacing: 0.36px;
  line-height: 16px;
  padding: 15px 0px;
  border-bottom: 1px solid #f1f1f1;
}

.se_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 -1px 2px 0 rgba(224, 224, 224, 0.36), inset 0 0 0 0 #e0e0e0;
          box-shadow: 0 -1px 2px 0 rgba(224, 224, 224, 0.36), inset 0 0 0 0 #e0e0e0;
  padding: 10px 0;
  display: none;
}

.se_footer h3 {
  font-size: 20px;
  color: #22292e;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.se_footer p {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}

.se_footer .intro_pay {
  margin: 0;
}

.detail_content {
  margin-top: 30px;
}

.detail_left {
  width: 800px;
}

.detail_left > .title_h1 {
  font-size: 26px;
  color: #222222;
  letter-spacing: 0;
  line-height: 39px;
  margin-bottom: 28px;
}

.detail_left h1 {
  font-size: 16px;
}

.detail_left > span {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

.detail_left .detail_desc {
  background: #f7f8f9;
  border-radius: 4px;
  width: 800px;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  padding: 10px 15px;
  line-height: 1.6;
  text-indent: 2em;
  margin-top: 48px;
}

.detail_left .detail_desc img {
  vertical-align: middle;
}

.detail_left .detail_desc span {
  vertical-align: middle;
  margin-left: 12px;
}

.detail_left .image_list {
  margin-top: 30px;
  text-align: center;
}

.detail_left .image_list p {
  text-align: left;
  font-size: 16px;
  margin: 10px 0;
  text-indent: 2em;
  letter-spacing: 1px;
  line-height: 1.4;
}

.detail_left .detail_essay {
  font-size: 16px;
  color: #22292e;
  letter-spacing: 0.4px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.detail_left .tag span {
  float: left;
  background: #ffffff;
  border: 1px solid #67717d;
  border-radius: 32px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0 15px;
  margin-right: 12px;
}

.detail_left .praise {
  background: #0e7cf4;
  border-radius: 4px;
  width: 96px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 0;
  color: #ffffff;
  letter-spacing: 0;
  margin: 48px auto 28px;
  cursor: pointer;
}

.detail_left .praise.active {
  background: #bbb;
}

.detail_left .praise.active:hover {
  background: #bbb;
}

.detail_left .praise:hover {
  background: #016bdf;
}

.detail_left .praise img {
  vertical-align: middle;
}

.detail_left .praise span {
  vertical-align: middle;
  margin-left: 6px;
  font-size: 16px;
}

.detail_left .praise i {
  font-style: normal;
}

.detail_left .operator {
  bottom: 0;
  padding: 17px 30px;
  background-color: #ffffff;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail_left .operator .author {
  vertical-align: middle;
  font-size: 0;
}

.detail_left .operator .author img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
}

.detail_left .operator .author span {
  vertical-align: middle;
  font-size: 14px;
  color: #0e7cf4;
  letter-spacing: 0;
  margin-left: 10px;
}

.detail_left .operator .ope_btn li {
  float: left;
  font-size: 0;
  border-right: 1px solid #e0e0e0;
  height: 21px;
  line-height: 21px;
  padding: 0 30px;
  position: relative;
}

.detail_left .operator .ope_btn li span {
  vertical-align: middle;
  font-size: 14px;
  color: #e0e0e0;
  letter-spacing: 0;
}

.detail_left .operator .ope_btn li div {
  cursor: pointer;
}

.detail_left .operator .ope_btn li div img {
  margin: 0 !important;
}

.detail_left .operator .ope_btn li div span {
  margin-left: 6px;
}

.detail_left .operator .ope_btn li .heart {
  margin-right: 30px;
}

.detail_left .operator .ope_btn li .heart.active span {
  color: #0e7cf4;
}

.detail_left .operator .ope_btn li .first {
  margin-right: 30px;
}

.detail_left .operator .ope_btn .toChatWe {
  position: absolute;
  width: 200px;
  top: -16px;
  left: 40px;
  border: 2px solid #ccc;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  padding: 10px 12px;
  display: none;
}

.detail_left .operator .ope_btn .toChatWe.active {
  display: block;
}

.detail_left .operator .ope_btn .toChatWe span {
  position: absolute;
  border: 6px solid transparent;
  border-top-color: #ccc;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}

.detail_left .operator .ope_btn .toChatWe span span {
  border-top-color: #ffffff;
  bottom: -3px;
  left: -6px;
  margin: 0;
}

.detail_left .operator .ope_btn .toChatWe img {
  width: 75px;
  height: 75px;
}

.detail_left .operator .ope_btn .toChatWe .txt {
  position: absolute;
  right: 12px;
  font-size: 12px;
  top: 15px;
}

.detail_left .operator .ope_btn .lastLi {
  border: none;
  padding-right: 0;
}

.detail_left .inner_adv {
  margin-top: 45px;
}

.detail_left .inner_adv a {
  display: block;
  position: relative;
}

.detail_left .inner_adv a span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 21px;
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

.detail_left .comment {
  margin-top: 45px;
}

.detail_left .comment h2 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 28px;
  border-left: 4px solid #0e7cf4;
  line-height: 1em;
  padding-left: 10px;
}

.detail_left .comment .commentBox {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 798px;
}

.detail_left .comment .commentBox textarea {
  resize: none;
  width: 100%;
  border: none;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 115px;
}

.detail_left .comment .commentBox textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #e0e0e0;
}

.detail_left .comment .commentBox textarea:-moz-placeholder {
  font-size: 14px;
  color: #e0e0e0;
}

.detail_left .comment .commentBox textarea::-moz-placeholder {
  font-size: 14px;
  color: #e0e0e0;
}

.detail_left .comment .commentBox textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #e0e0e0;
}

.detail_left .comment .bottom {
  background: #f7f8f9;
  border-radius: 0 0 3px 3px;
  width: 766px;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
}

.detail_left .comment .commentBtn {
  background: #0e7cf4;
  border-radius: 4px;
  width: 96px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 4px;
  cursor: pointer;
}

.detail_left .comment .commentBtn:hover {
  background: #016bdf;
}

.detail_left .comment .noLogin {
  display: none;
}

.detail_left .comment .noLogin a {
  color: #0e7cf4;
}

.detail_left .comment .l_user img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.detail_left .comment .l_user a {
  vertical-align: middle;
  margin-left: 10px;
  color: #0e7cf4;
}

.detail_left .comment .commentDetail {
  margin-top: 24px;
}

.detail_left .comment .commentDetail li {
  padding: 24px 0;
  position: relative;
}

.detail_left .comment .commentDetail i {
  font-style: normal;
}

.detail_left .comment .commentDetail .avator {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.detail_left .comment .comment_model_success,
.detail_left .comment .comment_model_fail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}

.detail_left .comment .comment_model_success div,
.detail_left .comment .comment_model_fail div {
  width: 80px;
  padding: 20px;
  text-align: center;
  margin: 20px auto;
}

.detail_left .comment .comment_model_success span,
.detail_left .comment .comment_model_fail span {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.detail_left .comment .comment_model_fail .failure-modal__icon {
  float: left;
  font-size: 18px;
  fill: #f6704d;
  color: #f6704d;
}

.detail_left .comment .comment_model_success .success-modal__icon {
  float: left;
  font-size: 18px;
  fill: #22c761;
  color: #22c761;
}

.detail_left .comment .p_comment {
  width: 750px;
}

.detail_left .comment .p_comment .time {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.detail_left .comment .p_comment .time > span {
  font-size: 14px;
  color: #e0e0e0;
  letter-spacing: 0.35px;
}

.detail_left .comment .p_comment .time > span i {
  color: #666666;
}

.detail_left .comment .p_comment .subComment {
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.detail_left .comment .p_comment textarea {
  width: 100%;
  resize: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
}

.detail_left .comment .p_comment button {
  background: #0e7cf4;
  border-radius: 4px;
  width: 96px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 4px;
  cursor: pointer;
  border: none;
  outline: none;
}

.detail_left .comment .p_comment button:hover {
  background: #016bdf;
}

.detail_left .comment .p_praise {
  margin-right: 30px;
  font-size: 14px;
  cursor: pointer;
}

.detail_left .comment .p_praise img.active {
  display: none;
}

.detail_left .comment .p_praise.active {
  color: #0e7cf4;
}

.detail_left .comment .p_praise.active img {
  display: none;
}

.detail_left .comment .p_praise.active img.active {
  display: inline;
}

.detail_left .comment .reply {
  font-size: 16px;
  color: #0e7cf4;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.detail_left .comment .commentContent {
  font-size: 16px;
  color: #22292e;
  letter-spacing: 0.4px;
  margin-top: 12px;
}

.detail_left .comment .commentContent a {
  color: #0e7cf4;
}

.detail_left .intro_company {
  padding: 16px 0 32px;
  background-color: #f7f8f9;
}

.detail_left .intro_company h3 {
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  border-left: 4px solid #0e7cf4;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 24px;
}

.detail_left .intro_company .swiper-container {
  width: 100%;
  height: auto;
}

.detail_left .intro_company .swiper-slide {
  width: 124px;
  overflow: hidden;
}

.detail_left .intro_company .swiper-slide div {
  height: 124px;
  width: 124px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.detail_left .intro_company .swiper-slide span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 14px;
  margin-top: 12px;
}

.detail_right {
  width: 360px;
  padding-top: 20px;
}

.detail_right .author_detail {
  padding: 0 16px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.detail_right .author_general {
  text-align: center;
  border-bottom: 2px solid rgba(244, 244, 244, 0.6);
}

.detail_right .author_general .author_cover {
  width: 96px;
  height: 96px;
  margin: -36px auto 0;
  position: relative;
}

.detail_right .author_general .author_cover div {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 100%;
}

.detail_right .author_general .author_cover span {
  font-size: 0;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.detail_right .author_general h2 {
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.45px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.detail_right .author_general .essay_num {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.detail_right .author_general .focus {
  background: #0e7cf4;
  border: 1px solid #0e7cf4;
  border-radius: 100px;
  width: 94px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.12px;
  margin: 24px auto 20px;
  cursor: pointer;
}

.detail_right .author_general .focus.active {
  background: #ccc;
  border-color: #ccc;
}

.detail_right .author_general .focus.active:hover {
  background: #ccc;
}

.detail_right .author_general .focus:hover {
  background: #016bdf;
}

.detail_right .autho_label {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(244, 244, 244, 0.6);
}

.detail_right .autho_label tr td {
  padding: 8px 0;
}

.detail_right .autho_label tr td:nth-of-type(1) {
  color: #aaadb0;
  vertical-align: top;
}

.detail_right .autho_label tr td:nth-of-type(2) {
  color: #1f1f1f;
  letter-spacing: 0.36px;
  line-height: 21px;
}

.detail_right .author_essay {
  padding-top: 15px;
}

.detail_right .author_essay h3 {
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.35px;
}

.detail_right .author_essay li {
  margin-top: 20px;
}

.detail_right .author_essay li div {
  font-size: 16px;
  color: #22292e;
  letter-spacing: 0.4px;
  line-height: 24px;
  margin-bottom: 6px;
}

.detail_right .author_essay li span {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.35px;
}

.detail_right .author_essay .more {
  font-size: 14px;
  width: 80px;
  padding: 5px 8px;
  margin: 20px auto 0;
  cursor: pointer;
}

.detail_right .author_essay .more a {
  color: #0e7cf4;
}

.detail_right .related {
  margin-top: 30px;
}

.detail_right .related h3 {
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.35px;
}

.detail_right .related li {
  padding-top: 20px;
}

.detail_right .related li a {
  display: block;
  font-size: 16px;
  color: #22292e;
  letter-spacing: 0.4px;
  line-height: 24px;
  padding-left: 16px;
  position: relative;
}

.detail_right .related li a:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  background: #0e7cf4;
  width: 3px;
  height: 3px;
}

.detail_right .nextEssay {
  margin-top: 20px;
  padding: 15px 16px 20px;
  border: 1px solid #e0e0e0;
}

.detail_right .nextEssay div {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.detail_right .nextEssay h3 {
  font-size: 16px;
  color: #22292e;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}

.detail_right .nextEssay span {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.35px;
}

.detail_right .right_adv {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}

.detail_right .right_adv a {
  display: block;
  margin-top: 10px;
  position: relative;
}

.detail_right .right_adv a span {
  position: absolute;
  opacity: 0.5;
  background: #000000;
  border-radius: 21px;
  width: 48px;
  height: 24px;
  right: 4px;
  bottom: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

.only_article {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #ffffff;
  visibility: hidden;
}

.only_article > span {
  position: fixed;
  right: 60px;
  top: 30px;
  z-index: 100;
}

.only_article .only_article_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  overflow: auto;
  opacity: 0;
}

.only_article .only_article_box.active {
  -webkit-animation: f_fade .8s linear forwards;
          animation: f_fade .8s linear forwards;
}

.only_article.active {
  visibility: visible;
  opacity: 1;
}

.only_article .detail_left {
  margin: 0 auto;
}

.only_article .only_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@-webkit-keyframes f_fade {
  0% {
    opacity: 0;
    visibility: visible;
  }

  0.1% {
    opacity: .001;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes f_fade {
  0% {
    opacity: 0;
    visibility: visible;
  }

  0.1% {
    opacity: .001;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.searchModule {
  padding-top: 50px;
}

.searchModule form {
  text-align: center;
  width: 818px;
  margin: 0 auto;
}

.searchModule form input {
  width: 656px;
  border-radius: 4px 0 0 4px;
  outline: none;
  border: 1px solid #ccc;
  line-height: 30px;
  padding: 6px 20px;
}

.searchModule form div {
  display: inline-block;
  *display: inline;
}

.searchModule form div span {
  font-size: 16px;
  height: 30px;
  vertical-align: middle;
  margin-right: 6px;
}

.searchModule .searchBtn {
  line-height: 30px;
  padding: 6px 16px;
  border-radius: 0 4px 4px 0;
  background-color: #0e7cf4;
  border: 1px solid #0e7cf4;
  color: #ffffff;
  font-size: 0;
  position: relative;
}

.searchModule .searchBtn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0;
}

#feedback2 form {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px 65px 0 65px;
  line-height: 1.8;
  font-size: 18px;
}

.feedback_banner img {
  width: 100%;
  height: auto;
}

#feedback2 .v52fmbx {
  border: none;
  width: 660px;
  overflow: hidden;
  margin: 0 auto;
}

#feedback2 .v52fmbx_hr {
  background-color: #fff;
  border: none;
}

#feedback2 dl {
  margin-bottom: 28px;
}

#feedback2 dt {
  color: #333333;
  font-weight: 600;
}

/*#feedback2 dl{
	border: none;
}*/

#feedback2 input,
#feedback2 textarea {
  width: 658px;
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  outline: none;
  text-indent: 12px;
}

#feedback2 textarea {
  height: 218px;
  resize: none;
}

.formerror {
  color: #f45050;
}

#feedback2 .noborder dd {
  text-align: center;
}

#feedback2 .noborder input {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #0e7cf4;
  color: #fff;
  border: none;
  cursor: pointer;
}

#feedback2 .noborder input:hover {
  background-color: #016bdf;
}

.contact_content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px 65px 30px 65px;
  line-height: 1.8;
}

.contact_content > div {
  float: left;
}

.contact_content form {
  float: right;
}

.contact_content li div {
  font-size: 20px;
}

.contact_name input,
.contact_email input,
.contact_phone input,
.contact_site input,
.contact_details input {
  width: 658px;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*.contact_name span{
}*/

.contact_details textarea {
  width: 658px;
  height: 100px;
  border-radius: 8px;
  resize: none;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_submit {
  margin-top: 20px;
}

.contact_submit input {
  width: 160px;
  height: 48px;
  /*border: 1px solid #ccc;*/
  border-radius: 4px;
  color: #fff;
  border: none;
}

.tijiao input {
  background-color: #0e7cf4;
  /*border-color: #45b7fe;*/
  cursor: pointer;
  outline: none;
}

.tijiao input:hover {
  background-color: #016bdf;
}

.tijiao {
  margin-right: 100px;
}

.chongzhi {
  margin-left: 100px;
}

.chongzhi input {
  color: #676767;
  cursor: pointer;
  outline: none;
}

.special_content {
  margin-top: 40px;
}

.special_content .main {
  max-width: 880px;
}

.bottomRightAdv a {
  display: block;
  height: 100%;
  width: 100%;
}

.bottomRightAdv a img {
  height: 100%;
  width: 100%;
}

.loginBox2 {
  position: absolute;
  top: 137px;
  left: 50%;
  margin-left: -270px;
  overflow: hidden;
  width: 420px;
  height: 518px;
  background-color: #ffffff;
  padding: 0 60px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(11, 24, 46, 0.04);
          box-shadow: 0 12px 24px 0 rgba(11, 24, 46, 0.04);
}

.loginBox2 nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.loginBox2 nav a {
  color: #c0bfc1;
  font-size: 24px;
  font-family: 'SimHei';
  min-width: 96px;
  text-align: center;
  position: relative;
  padding: 25px 0;
}

.loginBox2 nav a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.loginBox2 nav a.active {
  color: #2f2e2e;
}

.loginBox2 nav a.active:after {
  background-color: #484747;
}

.loginBox2 ul {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.loginBox2 li {
  overflow: hidden;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.loginBox2 li.active {
  visibility: visible;
  opacity: 1;
}

.loginBox2 .code {
  width: 222px;
  height: 222px;
  margin: 60px auto 35px;
  position: relative;
}

.loginBox2 .code div {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 222px;
  height: 222px;
  line-height: 222px;
  text-align: center;
  font-size: 16px;
  color: red;
  display: none;
}

.loginBox2 .qr_tip {
  text-align: center;
  font-size: 16px;
}

.loginBox2 .qr_tip span {
  color: #0e7cf5;
}

.loginBox2 .passwordLogin,
.loginBox2 .loginForm {
  padding-top: 60px;
}

.loginBox2 .passwordLogin > div,
.loginBox2 .loginForm > div {
  margin-bottom: 30px;
  position: relative;
}

.loginBox2 .passwordLogin > div span,
.loginBox2 .loginForm > div span {
  position: absolute;
  top: 45px;
  left: 20px;
  font-size: 20px;
  color: #c0bfc1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.loginBox2 .passwordLogin > div.active span,
.loginBox2 .loginForm > div.active span {
  top: 0;
  left: 0;
  color: #2f2e2e;
}

.loginBox2 .passwordLogin .submit,
.loginBox2 .loginForm .submit {
  padding-top: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.loginBox2 .passwordLogin .submit.active input,
.loginBox2 .loginForm .submit.active input {
  background-color: #0e7cf4;
  color: #ffffff;
}

.loginBox2 .primary {
  background-color: #e9e9e9;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #2f2e2e;
}

.loginBox2 .primary::-webkit-input-placeholder {
  font-size: 20px;
  color: #c0bfc1;
}

.loginBox2 .phone_code {
  width: 273px;
}

.loginBox2 input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}

.loginBox2 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e9e9e9 inset !important;
}

.loginBox2 .moreOperator {
  vertical-align: middle;
}

.loginBox2 .moreOperator input {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  vertical-align: middle;
}

.loginBox2 .moreOperator input:checked {
  background: url("/img/checked.png") no-repeat center center;
  background-size: cover;
}

.loginBox2 .moreOperator label {
  font-size: 16px;
  color: #282828;
  vertical-align: middle;
  margin-left: 9px;
}

.loginBox2 .moreOperator i {
  font-style: normal;
  font-size: 16px;
  color: #c0bfc1;
  vertical-align: middle;
  cursor: pointer;
}

.loginBox2 .moreOperator i:hover {
  color: #0e7cf4;
}

.loginBox2 .moreOperator .line {
  margin: 0 20px;
}

.loginBox2 .loginForm > div {
  margin-bottom: 26px;
}

.loginBox2 .loginForm .addPwd {
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.loginBox2 .loginForm .submit {
  padding-top: 26px;
}

.loginBox2 .loginForm em {
  font-style: normal;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 136px;
  font-size: 20px;
  color: #ffffff;
  background-color: #0e7cf4;
  border-radius: 8px;
  cursor: pointer;
}

.loginBox2 .loginForm em:hover {
  background-color: #016bdf;
}

.loginBox2 .loginForm em.active {
  background-color: #e9e9e9;
  color: #c0bfc1;
}

.loginBox2 .loginForm em.active:hover {
  background-color: #e9e9e9;
}

