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 {
  height: 76px;
  background: url("/img/header_bg.png") repeat-x;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 20px;
  z-index: 302;
}

header .main {
  position: relative;
}

header .headerLeft {
  margin-top: 10px;
  height: 66px;
}

header .headerLeft a {
  font-size: 0;
}

header .headerLeft ul {
  margin-left: 90px;
  margin-top: 5px;
}

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

header .headerLeft li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 15px;
  position: relative;
}

header .headerLeft li a:after {
  content: '';
  position: absolute;
  left: 0;
  height: 6px;
  width: 100%;
  border-radius: 2.5px;
  background-color: transparent;
  bottom: -12px;
}

header .headerLeft li a.active {
  font-size: 18px;
}

header .headerLeft li a.active:after {
  background-color: #ffffff;
}

header .headerRight {
  margin-right: 30px;
  height: 100%;
}

header .headerRight .addTop {
  margin-top: 17px;
  margin-right: 40px;
}

header .headerRight a {
  display: block;
}

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

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

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

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

header .headerRight .headerPerson {
  padding: 20px 0;
  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 ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -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: #5a8eff;
}

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;
  background-color: #ffffff;
}

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: #5a8eff;
  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: fixed;
  z-index: 100;
  background-color: #e0e0e0;
}

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

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

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

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

.headerAdv {
  margin: 20px 0;
}

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

.headerAdv .firstAdv {
  width: 100%;
}

.headerAdv ul {
  margin-top: 8px;
}

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

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

.kline_container {
  display: none;
}

.kline {
  width: 1032px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 23px;
}

.kline .kline_item {
  width: 172px;
  height: 130px;
}

.kline a {
  display: block;
  width: 156px;
  height: 96px;
  -webkit-box-shadow: 0px 3px 14px rgba(166, 199, 236, 0.69);
          box-shadow: 0px 3px 14px rgba(166, 199, 236, 0.69);
  margin: 4px auto 0;
  border-radius: 10px;
  text-align: center;
  color: #363636;
  font-size: 18px;
  padding: 10px 0;
}

.kline a.gt_bg {
  background-color: #ff5959;
  color: #ffffff;
}

.kline a.gt_bg .rise {
  color: #ffffff;
}

.kline a.gt_bg .drop {
  color: #ffffff;
}

.kline a.lt_bg {
  background-color: #3dbc98;
  color: #ffffff;
}

.kline a.lt_bg .rise {
  color: #ffffff;
}

.kline a.lt_bg .drop {
  color: #ffffff;
}

.kline .tile {
  font-size: 16px;
}

.kline .money {
  margin: 8px 0;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
  font-size: 20px;
}

.kline .value {
  font-size: 14px;
}

.kline .rise {
  color: #ff5959;
}

.kline .drop {
  color: #3dbc98;
}

.kline_btn {
  height: 57px;
  margin-top: 36px;
}

.kline_btn div {
  width: 16px;
  height: 30px;
  margin-top: 13px;
  cursor: pointer;
}

.kline_btn .prev {
  background-image: url("/images/prev.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kline_btn .prev.active {
  background-image: url("/images/prev_active.png");
}

.kline_btn span {
  height: 57px;
  width: 2px;
  background-color: #eeeeee;
  margin: 0 21px;
}

.kline_btn .next {
  background-image: url("/images/next.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kline_btn .next.active {
  background-image: url("/images/next_active.png");
}

.indexLeft {
  width: 770px;
}

.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,
.fade2,
.fade3 {
  width: 475px;
  height: 316px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

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

.fade .slick-track,
.fade2 .slick-track,
.fade3 .slick-track {
  height: 100%;
}

.fade img,
.fade2 img,
.fade3 img {
  width: 100%;
}

.fade p,
.fade2 p,
.fade3 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,
.fade2 .slick-arrow,
.fade3 .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,
.fade2 .prev,
.fade3 .prev {
  left: 20px;
}

.fade .next,
.fade2 .next,
.fade3 .next {
  right: 20px;
}

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

.fade .slick-dots li,
.fade2 .slick-dots li,
.fade3 .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,
.fade2 .slick-dots li.slick-active,
.fade3 .slick-dots li.slick-active {
  background-color: #5a8eff;
}

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

.fade2 {
  width: 276px;
  height: 151px;
}

.fade2 p {
  font-size: 16px;
  color: #cfcfcf;
  background-color: rgba(0, 0, 0, 0.7);
  height: 36px;
  line-height: 36px;
  width: 100%;
  bottom: 0;
  padding: 0;
  text-align: center;
}

.fade2 .slick-dots {
  bottom: inherit;
  top: 4px;
}

.fade2 .slick-dots li {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: white;
  margin-left: 4px;
  border: none;
}

.fade3 {
  width: 276px;
  height: 151px;
}

.fade3 a {
  display: block;
  overflow: hidden;
  height: 151px;
  width: 276px;
}

.fade3 h2 {
  font-size: 16px;
  color: #363636;
  margin-top: 36px;
  white-space: nowrap;
}

.fade3 div {
  text-align: center;
}

.fade3 .money {
  margin-top: 20px;
  color: #ff3c2a;
}

.fade3 .money img {
  -webkit-transition: none;
  transition: none;
  width: auto;
  display: inline;
}

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

.progress {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.progress span {
  position: absolute;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #5a8eff;
}

/*.bannerAdv{
  width: 434px;
  height: 292px;
  margin-left: 8px;
  position: relative;
  overflow: hidden;
  img{
    //width: 100%;
  }
  .banner_special{
    a{
      height: 95px;
      display: block;
      position: relative;
      overflow: hidden;
      &:hover{
        img{
          transform: translateZ(0) scale(1.1,1.1);
        }
      }
      img{
        transition: transform .7s;
        transform: translateZ(0) scale(1,1);
      }
    }
    span{
      position: absolute;
      top: 5px;
      left: 5px;
      width: 48px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      border-radius: 12px;
      background-color: rgba(0,0,0,.6);
      color: #ffffff;
    }
    .specialContent{
      position: absolute;
      bottom: 0;
      padding:  0 5px;
      color: #ffffff;
      z-index: 2;
      left: 0;
      right: 0;
    }
    h2{
      font-size: 14px;
      width: 100%;
    }
    p{
      font-size: 12px;
    }
  }
  .banner_author{
    margin-top: 8px;
    overflow: hidden;
    a{
      display: block;
      width: 213px;
      text-align: center;
      height: 189px;
      &:nth-of-type(1){
        margin-right: 8px;
      }
      &>div{
        background-color: #f7f8f9;
        margin-top: -42px;
        padding: 42px 10px 0;
        height: 144px;
      }
    }
    .column2{
      color: #222222;
      font-size: 14px;
      text-align: left;
      margin-top: 5px;
    }
    h3{
      font-size: 16px;
      color: #222222;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    i{
      font-style: normal;
      font-size: 14px;
      color: #999999;
    }
    span{
      width: 84px;
      height: 84px;
      border-radius: 100%;
      overflow: hidden;
      display: block;
      margin: 0 auto 0;
    }
  }
}*/

.banner > ul {
  margin-top: 8px;
  width: 100%;
}

.banner > ul li {
  position: relative;
  width: 288px;
  height: 194px;
  margin-right: 8px;
  float: left;
}

.banner > ul li:last-child {
  margin-right: 0;
}

.banner > ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.banner > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner > ul li p {
  position: absolute;
  bottom: 10px;
  padding: 16px 16px 0;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.36px;
  line-height: 24px;
  z-index: 2;
}

.banner > ul img {
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
}

.banner_right {
  margin-left: 14px;
}

.banner_right > div {
  width: 276px;
  height: 151px;
  -webkit-box-shadow: 0px 2px 9px rgba(166, 199, 236, 0.41);
          box-shadow: 0px 2px 9px rgba(166, 199, 236, 0.41);
}

.banner_right .q_answer {
  margin-top: 12px;
  position: relative;
}

.banner_right .q_answer_tip {
  position: absolute;
  color: #363636;
  font-size: 12px;
  width: 45px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f6f6f6;
  z-index: 10;
}

.banner_right .q_answer_more {
  width: 63px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border: 1px solid #cfcfcf;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -31px;
}

.banner_right .q_answer_more a {
  color: #cfcfcf;
  font-size: 12px;
}

.fade .bannerImg,
.fade2 .bannerImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fade .bannerImg a,
.fade2 .bannerImg a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.fade .bannerImg a img,
.fade2 .bannerImg a img {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

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

.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: 770px;
  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: #5a8eff;
}

.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: #5a8eff;
  font-weight: 600;
  font-size: 18px;
}

.indexContent .indexList li.active:after {
  background-color: #5a8eff;
}

.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_header{
    position: absolute;
    width:100%;
    top: 8px;
    font-size: 20px;
    color: #ffffff;
    span{
      border-left: 4px solid #ffffff;
      padding: 4px 6px;
    }
    a{
      color: #ffffff;
      padding-right: 14px;
    }
  }
  .swiper-container{
    margin-top: 23px;
    height: 152px;
  }
  .swiper-slide{
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 7px 24px 15px;
    box-sizing: border-box;
  }
  .item_header{
    color: #85b8f7;
    line-height: 1;
    font-size: 0;
    span{
      vertical-align: middle;
      font-size: 18px;
      margin-left: 10px;
    }
  }
  .item_content{
    height: 93px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #0c0c0c;
    overflow: hidden;
  }
  .item_footer{
    //position: absolute;
    font-size: 0;
    line-height: 1;
    span{
      font-size: 14px;
      color: #010101;
      height: 18px;
      line-height: 18px;
    }
    div{
      font-size: 18px;
      color: #85b8f7;
    }
  }

}*/

.essayBox {
  padding-bottom: 25px;
  /* .authorEssay{
    width: 100%;
    overflow: hidden;
    position: relative;
    //border-bottom: 1px solid #f1f1f1;
    .swiper-slide{
      display: flex;
      justify-content: space-between;
      padding: 20px 0 54px;
      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;
      }
    }
    a{

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

    h3{
      font-size:22px;
      color:#222222;
      letter-spacing:0.36px;
      line-height:22px;
      margin: 12px 0;
    }
    i{
      font-size:14px;
      color:#999999;
      letter-spacing:0.36px;
      line-height:14px;
      font-style: normal;
    }
    .column2{
      font-size:18px;
      color:#222222;
      letter-spacing:0.36px;
      line-height:27px;
      margin-top: 30px;
      text-align: left;
    }
    .swiper-pagination3{
      bottom: 24px;
      text-align: center;
      position: absolute;
    }

  }*/
}

.essayBox li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

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

.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: #5a8eff;
}

.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: #5a8eff;
}

.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;
}

.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: #5a8eff;
  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: 402px;
}

.indexRight .column {
  color: #363636;
  margin-bottom: 30px;
}

.indexRight .column .title {
  font-size: 18px;
  font-weight: 600;
}

.indexRight dl {
  width: 400px;
  border: 1px solid #cfcfcf;
}

.indexRight dt {
  height: 48px;
  line-height: 48px;
  background-color: #f6f6f6;
  padding: 0 10px;
}

.indexRight dd {
  padding: 20px 10px;
  position: relative;
}

.indexRight dd:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #f5f5f5;
}

.indexRight dd:last-child:after {
  background-color: transparent;
}

.indexRight h6 {
  font-size: 18px;
  margin-bottom: 27px;
}

.indexRight h6 a {
  color: #363636;
}

.indexRight h6 a:hover {
  color: #5a8eff;
  cursor: pointer;
}

.indexRight .avator {
  width: 60px;
  height: 60px;
}

.indexRight .column_content {
  padding: 11px 0 11px 10px;
  width: 225px;
}

.indexRight .column_content div {
  color: #363636;
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1;
}

.indexRight .column_content span {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.indexRight .addAttention {
  width: 82px;
  height: 26px;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  color: #5a8eff;
  border: 1px solid #c1c1c1;
  border-radius: 14px;
  margin-top: 16px;
  cursor: pointer;
}

.indexRight .addAttention.active {
  color: #c1c1c1;
}

.indexRight .addAttention.active:hover {
  background-color: #ffffff;
  color: #c1c1c1;
  border-color: #c1c1c1;
}

.indexRight .addAttention:hover {
  background-color: #5a8eff;
  color: #ffffff;
  border-color: #5a8eff;
}

.indexRight .more {
  color: #6a6a6a;
  font-size: 12px;
}

.indexRight .more span {
  vertical-align: middle;
  margin-right: 4px;
  color: #6a6a6a;
}

.indexRight .more span:hover {
  color: #5a8eff;
}

.indexRight .flash {
  padding-left: 48px;
  padding-right: 39px;
}

.indexRight .flash span {
  font-size: 12px;
  color: #535353;
}

.indexRight .flash div {
  font-size: 14px;
  color: #363636;
  font-weight: 600;
  margin-top: 18px;
  position: relative;
  cursor: pointer;
  max-height: 40px;
  overflow: hidden;
}

.indexRight .flash div:hover {
  color: #5a8eff;
}

.indexRight .flash div:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cfcfcf;
}

.indexRight .flash:last-child div:after {
  background-color: transparent;
}

.indexRight .bunch:before {
  content: '';
  position: absolute;
  background-color: #efedee;
  left: 20px;
  width: 1px;
  height: 100%;
  top: 21px;
  z-index: 10;
}

.indexRight .bunch:after {
  content: '';
  position: absolute;
  background: url("/images/dot.png") no-repeat center center;
  width: 14px;
  height: 14px;
  left: 14px;
  top: 21px;
  border-radius: 14px;
  overflow: hidden;
  z-index: 11;
}

.indexRight .bunch:last-child:before {
  width: 0;
}

.indexRight .calendar {
  font-size: 12px;
}

.indexRight .calendar dd {
  padding: 18px 22px 15px 42px;
}

.indexRight .calendar .head {
  margin-bottom: 13px;
}

.indexRight .calendar .head span {
  color: #999999;
  width: 38px;
}

.indexRight .calendar .head i {
  width: 48px;
  height: 16px;
  border: 1px solid #999999;
  font-style: normal;
  text-align: center;
  color: #999999;
}

.indexRight .calendar .head .image {
  font-size: 0;
  margin-top: 3px;
  border: none;
  width: 24px;
  height: 12px;
}

.indexRight .calendar dd:last-child .content:after {
  border: none;
}

.indexRight .calendar .content {
  font-size: 0;
  position: relative;
}

.indexRight .calendar .content:after {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  left: 0;
}

.indexRight .calendar .content img {
  width: 26px;
  height: 26px;
}

.indexRight .calendar .value {
  width: 281px;
  margin-left: 17px;
  color: #666666;
  font-size: 12px;
  display: inline-block;
}

.indexRight .calendar .previous {
  margin-bottom: 9px;
}

.indexRight .calendar .predict {
  margin-right: 10px;
}

.indexRight .calendar .country {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 0;
  border-radius: 10px;
  background-color: #f6f6f6;
  display: inline-block;
  vertical-align: top;
}

.indexRight .calendar .star {
  width: 59px;
  height: 12px;
  position: relative;
  margin-top: 2px;
}

.indexRight .calendar .star i {
  width: 100%;
  height: 100%;
}

.indexRight .calendar .star .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  background-color: #ffffff;
}

.indexRight .calendar .c_star {
  display: block;
  background: url("/images/c_star.png") no-repeat left top;
}

.indexRight .calendar .l_star {
  background: url("/images/l_star.png") no-repeat left top;
}

.indexRight .calendar .a_star {
  background: url("/images/a_star.png") no-repeat left top;
}

.indexRight .calendar h3 {
  width: 226px;
  margin-left: 17px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.4px;
}

.indexRight .calendar .changeColor {
  color: #0e7cf4;
}

.indexRight .cover {
  width: 100px;
}

.indexRight .cover_big {
  width: 120px;
}

.indexRight .special {
  font-size: 18px;
  color: #363636;
  padding: 16px 0 16px 20px;
  width: 240px;
}

.indexRight .special div {
  font-weight: 600;
}

.indexRight .special div:hover {
  color: #5a8eff;
}

.indexRight .special span {
  font-size: 14px;
  color: #535353;
  display: block;
}

.indexRight .btn > div {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-box-shadow: 0px 2px 9px rgba(166, 199, 236, 0.41);
          box-shadow: 0px 2px 9px rgba(166, 199, 236, 0.41);
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 15px;
}

.indexRight .btn > div.active {
  background-color: #5a8eff;
  color: #ffffff;
}

.indexRight .btn > div:hover {
  background-color: #5a8eff;
  color: #ffffff;
}

.indexRight .company {
  -webkit-box-shadow: 0px 2px 9px rgba(166, 199, 236, 0.41);
          box-shadow: 0px 2px 9px rgba(166, 199, 236, 0.41);
  margin-top: -50px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.indexRight .company li {
  padding: 20px 10px;
  position: relative;
}

.indexRight .company li:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 1px;
  background-color: #f5f5f5;
}

.indexRight .company li:last-child:after {
  height: 0;
}

.indexRight .company .addAttention {
  margin-top: 36px;
}

.indexRight .com {
  width: 156px;
  font-size: 18px;
  color: #363636;
  padding: 26px 0 26px 20px;
}

/*.tagList{
  padding: 24px 16px;
  .tag{
    font-size:18px;
    color:#0e7cf4;
    letter-spacing:0;
    line-height:18px;
    border-left:2px solid $blue;
    padding-left: 12px;
  }
  .loadCompanyTag a{
    display: block;
    text-align: center;
    background-color: $blue;
    padding: 8px 8px;
    width: 100px;
    color: #ffffff;
    cursor: pointer;
    //color: $blue;
    //border: 1px solid $blue;
    border-radius: 4px;
    margin: 0 auto 20px;
    &:hover{
      background-color: $hover;
    }
  }
  ul{
    padding: 14px 0 24px;
    li{
      float: left;
      width: 128px;
      height: 56px;
      line-height: 56px;
      text-align: center;
      background:#f7f8f9;
      border-radius:4px;
      margin-right: 12px;
      margin-top: 10px;
      a{
        font-size:14px;
        color:#222222;
        letter-spacing:0;
        text-align:center;
        display: block;
        &:hover{
          color: $blue;
        }
      }
      &.active{
        background-color: $blue;
        a{
          color: #ffffff;
        }
      }
      &.active a:hover{
        color: #ffffff;
      }
      &:nth-of-type(2n){
        margin-right: 0;
      }
    }
  }
  dl{
    //padding-top: 24px;
    dd{
      float: left;
      margin-top: 24px;
      margin-right: 20px;
      &:nth-of-type(2n){
        margin-right: 0;
      }
      div{
        border:1px solid #e0e0e0;
        border-radius:4px;
        width:122px;
        height:122px;
      }
      p{
        font-size:14px;
        color:#222222;
        letter-spacing:0;
        text-align:center;
        line-height:14px;
        width: 96px;
        margin: 12px auto 0;
      }
    }
  }
  .person div{
    border: none;
    border-radius: 100%;
    overflow: hidden;
    width: 124px;
    height: 124px;
  }
}*/

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

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

.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: #5a8eff;
}

.select_content .pagination li.active span {
  color: #5a8eff;
}

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

.select_content .pagination li:hover {
  border-color: #5a8eff;
}

.select_content .pagination li:hover a {
  color: #5a8eff;
}

.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 h1 {
  font-size: 26px;
  color: #222222;
  letter-spacing: 0;
  line-height: 39px;
  margin-bottom: 28px;
}

.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: #5a8eff;
}

.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 #5a8eff;
  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: #5a8eff;
}

.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: #5a8eff;
}

.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: #5a8eff;
}

.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 #5a8eff;
  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: #5a8eff;
  border: 1px solid #5a8eff;
  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: #5a8eff;
  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: #5a8eff;
  /*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: #5a8eff;
  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: #5a8eff;
}

.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: #5a8eff;
  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;
}

.rili_safe {
  width: 1120px;
  margin: 0 auto;
}

.rili .title {
  font-weight: 500;
  color: #333333;
  font-size: 28px;
}

.rili .top {
  margin-top: 60px;
  position: relative;
}

.rili .choose_date {
  width: 122px;
  height: 24px;
  border: 1px solid #237ae5;
  margin-top: 10px;
  margin-left: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.rili .choose_date span {
  height: 24px;
  line-height: 24px;
  margin-left: 7px;
  color: #999999;
  font-size: 12px;
}

.rili .choose_date i {
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 0;
}

.rili_weeks {
  height: 122px;
  background-color: #f6f6f6;
  margin-top: 53px;
  overflow: hidden;
}

.weeks_box {
  width: 808px;
  margin: 25px auto 0;
  height: 72px;
  overflow: hidden;
}

.weeks_box ul {
  width: 640px;
  margin-left: 58px;
}

.weeks_box li {
  float: left;
  margin-right: 32px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

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

.weeks_box li div {
  height: 70px;
  border-radius: 4px;
  border: 1px solid #aaabac;
  margin-bottom: 10px;
}

.weeks_box li .active {
  border-color: #237ae5;
}

.weeks_box li .active span {
  color: #ffffff;
  background-color: #237ae5;
}

.weeks_box li .active i {
  color: #333333;
}

.weeks_box li span,
.weeks_box li i {
  display: block;
  width: 62px;
  text-align: center;
  font-style: normal;
  color: #999999;
  font-size: 14px;
}

.weeks_box li span {
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #e1e1e1;
}

.weeks_box li i {
  height: 41px;
  line-height: 41px;
}

.weeks_date {
  height: 72px;
  overflow: hidden;
}

.weeks_left_btn,
.weeks_right_btn {
  width: 26px;
  height: 47px;
  border-radius: 3px;
  background-color: #237ae5;
  text-align: center;
  line-height: 47px;
  margin-top: 12px;
}

.rili_detail {
  overflow: hidden;
}

.rili_detail li {
  font-size: 14px;
  color: #237ae5;
  margin-top: 55px;
  padding-bottom: 7px;
  border-bottom: 2px solid #237ae5;
}

.rili_table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.rili_table .star {
  width: 59px;
  height: 12px;
  position: relative;
  margin: 0 auto;
}

.rili_table .star .active {
  position: absolute;
  top: 0;
  left: 0;
}

.rili_table .star i {
  display: block;
  width: 59px;
  height: 12px;
}

.rili_table .star .c_star {
  background: url("/images/c_star.png") no-repeat left center;
}

.rili_table .star .a_star {
  background: url("/images/a_star.png") no-repeat left center;
}

.rili_table .star .l_star {
  background: url("/images/l_star.png") no-repeat left center;
}

.rili_table span {
  vertical-align: middle;
  padding-right: 12px;
}

.rili_table thead,
.rili_table td {
  border-width: 1px;
  border-style: solid;
}

.rili_table thead {
  border-color: #333333;
}

.rili_table td {
  border-color: #666666;
  padding: 11px 0;
  text-align: center;
}

.rili_table .important {
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}

.rili_table .important.active {
  color: #237ae5;
}

.rili_table .country div {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #f6f6f6;
  line-height: 38px;
  font-size: 0;
}

.rili_table .country img {
  width: 26px;
  height: 26px;
}

.rili_table th {
  padding: 14px 0 12px 0;
  background-color: #237ae5;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
}

.rili_table1 {
  margin-top: 34px;
}

.rili_table2 {
  margin-top: 56px;
}

