@font-face {
  font-family: 'iconfont';  /* Project id 2533537 */
  src: url('http://at.alicdn.com/t/font_2533537_1a4klkbeact.woff2?t=1637636106595') format('woff2'),
       url('http://at.alicdn.com/t/font_2533537_1a4klkbeact.woff?t=1637636106595') format('woff'),
       url('http://at.alicdn.com/t/font_2533537_1a4klkbeact.ttf?t=1637636106595') format('truetype');
}

.iconfont{ 

  font-family:"iconfont" !important;

  font-size:16px;font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}

.swiper-container {

  width: 100%;

  height: 100%;

}



.ring img {

  width: 100%;

  display: block;

  transition: all 0.78s ease;

  -moz-transition: all 0.78s ease;

  -webkit-transition: all 0.78s ease;

  -o-transition: all 0.78s ease;

}



.ring:hover img {

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);

}



.swiper-slide {

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

}

.headerheight {

  height: 88px;

}

.header {


  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  min-width: 1240px;

  z-index: 999;

  background: #fff;

  box-shadow: 0 0 3px rgba(0,0,0,0.1)

}

.header .wrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.header .logo {

  display: block;

}



.header .nav {

  margin-left: 60px;

}

.header .nav ul li {

  float: left;

  display: block;

  margin-right: 45px;

}

.header .nav ul li a {

  font-size: 16px;

  color: #262626;

  display: block;
  height: 88px;
  line-height: 88px;

  font-weight: 600;

  font-style: "平滑";

  position: relative;

}

.header .nav ul li a:before {

  content: "";

  display: block;

  width: 70%;

  height: 2px;

  background: #fc8535;

  position: absolute;

  bottom: 22px;

  left: 50%;

  margin-left: -35%;

  transform: rotateY(90deg);

  -webkit-transform: rotateY(90deg);

  transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

}

.header .nav ul li a:hover {

  color: #fc8535;

}



.header .nav ul li.curr a {

  color: #fc8535;

}

.header .nav ul li.curr a::before {

  transform: rotateY(0deg);

  -webkit-transform: rotateY(0deg);

}



.header .sear {

  width: 180px;

  height: 36px;

  background: #f3f5f6;

  padding: 0 15px;

  border-radius: 5px;

  box-sizing: border-box;

  position: relative;

}



.header .sear .input {

  width: 70%;

  height: 36px;

  border: none;

  float: left;

  background: none;

  line-height: 36px;

}



.header .sear .btns {

  width: 36px;

  height: 36px;

  float: right;

  border:none;

  cursor: pointer;

  position: relative;

  z-index: 9;

  opacity: 0;

  background: none;

}

.header .sear i {

  position: absolute;

  right: 0;

  top: 0;

  width: 36px;

  text-align: center;

  line-height: 36px;

  display: block;

  height: 36px;

  z-index: 5;

}



.header .login {

  margin-left: 30px;

}

.header .login a {

  display: inline-block;

  margin: 0px 10px;

}

.header .login a:hover {

  color: #fc8535;

}



.banner {

  display: block;

  width: 100%;

  height:calc(100vh - 88px);

  position: relative;

  min-width: 1240px;

}

.banner .swiper-slide a {

  display: block;

  width: 100%;

  height: 100%;   

}

.banner .swiper-slide .img {

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}

.banner .swiper-slide .img img {

  height: 100%;

  display: block;

}



.banner .text {

  position: absolute;

  bottom: 60px;

  width: 1240px;

  left: 50%;

  margin-left: -620px;

  z-index: 99;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.banner .text .list {

  width: 380px;

  height: 44px;

  line-height: 44px;

  padding: 0 30px;

  vertical-align: middle;

  box-sizing: border-box;

  position: relative;

  background: #fff;

  border-radius: 44px;

}



.banner .text .icon {

  color: #ef6541;

  font-size: 20px;

}

.banner .text h3 {

  font-size: 14px;

  color: #333;

  margin: 0 15px;

  float: left;

}



.banner .text .line {

  width: 1px;

  height: 12px;

  margin-top: 16px;

  background: #ccc;

}



.banner .text .us {

  width: 220px;

  height: 100%;

  overflow: hidden;

  transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

}



.banner .text .us a {

  font-size: 14px;

  color: #595959;

  float: left;

  display: block;

  margin-left: 24px;

}

.banner .text .us a:hover {

  color: #ef6541;

}



.banner .text .jiantou {

  color: #8c8c8c;

  cursor: pointer;

  display: block;

  transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transform: rotate(180deg);

  -ms-transform: rotate(180deg); /* IE 9 */

  -webkit-transform: rotate(180deg); /* Safari and Chrome */

}



.banner .text .jiantou:hover {

  color: #ef6541;

}



.banner .text .listos .jiantou {

  transform: rotate(0deg);

  -ms-transform: rotate(0deg); /* IE 9 */

  -webkit-transform: rotate(0deg); /* Safari and Chrome */

}



.banner .text .listos .us {

  position: absolute;

  left: 109px;

  bottom: 0;

  background: #fff;

  height: auto;

  border-radius: 8px;

}



.footer {

  display: block;

  padding: 30px 0;

}

.footer .wrap {

  display: flex;

  align-items:center;

  justify-content: space-between;

}



.footer .left {

  width: 820px;

}

.footer .left .top {

  display: flex;

  align-items: center;

  line-height: 30px;

  padding-bottom: 15px;

  border-bottom: 1px solid #ddd;

}



.footer .left .top a {

  display: inline-block;

  margin-right: 30px;

  font-size: 14px;

  color: #595959;

}

.footer a:hover {

  color: #ef6541 !important;

}



.footer .bot {

  margin-top: 20px;

  font-size: 14px;

  color: #999;

}

.footer .bot a {

  margin-right: 15px;

  color: #999;

}



.footer .right {

  display: block;

}

.footer .right img {

  width: 83px;

  height: 83px;

}

.footer .right span {

  text-align: center;

  font-size: 14px;

  color: #8c8c8c;

  line-height: 30px;

  display: block;

}



.loginlater {

  display: flex;

  margin-left: 30px;

  align-items: center;

}

.loginlater .fac {

  width: 42px;

  height: 42px;

  border-radius: 50%;

  border:2px solid #fff;

  overflow: hidden;

}



.loginlater .fac img {

  width: 100%;

  display: block;

}



.loginlater a.kz {

  margin-right:60px;

}

.loginlater a:hover {

  color: #fc8535;

}



.loginshow {

  width: 100%;

  height: 100%;

  display: none;

  position: fixed;

  left: 0;

  top: 0;

  z-index: 9999;

}

#sign {

  display: none;

}

#reregister {

  display: none;

}



.loginshow .bgs {

  width: 100%;

  height: 100%;

  display: block;

  position: absolute;

  background: rgba(0,0,0,0.5);

  left: 0;

  top: 0;

  z-index: 1;

}

.loginshow .boxs {

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  position: relative;

  z-index: 9;

  justify-content: center;

}



.loginshow  .wes {

  width: 400px;

  background: #fff;

  padding:25px 50px;

  overflow: hidden;

  box-sizing:border-box;

  position: relative;

}



.loginshow h3 {

  font-size: 18px;

  font-weight: normal;

  text-align: center;

  padding-bottom: 15px;

  margin-bottom: 10px;

  position: relative;

}

.loginshow h3:after {

  content: "";

  display: block;

  position: absolute;

  left: -40px;

  bottom: 0;

  right: 0;

  width: 400px;

  height: 1px;

  background: #eee;

}



.loginshow .input {

  width: 100%;

  height: 40px;

  line-height: 40px;

  padding: 0 15px;

  box-sizing: border-box;

  border:1px solid #ededed;

  margin-top: 25px;

  font-size: 14px;

  border-radius: 3px;

}



.loginshow .btns {

  display: block;

  width: 100%;

  height: 40px;

  line-height: 40px;

  background: #fc8535;

  margin-top: 25px;

  box-sizing: border-box;

  border:none;

  color: #fff;

  border-radius: 3px;

  cursor: pointer;

  letter-spacing: 1px;

  font-size: 16px;

}

.loginshow .btns:hover {

  background: #f34343;

}



.loginshow .int {

  display: flex;

  align-items: center;

  margin-top: 20px;

  justify-content: space-between;

}

.loginshow .int .yzm:hover {

  color: #fc8535;

  cursor: pointer;

}



.loginshow .sot {

  margin-top: 20px;

  line-height: 20px;

}



.loginshow .sot a {

  color: #fc8535;

}



.loginshow  .pot {

  margin-top: 20px;

  text-align: center;

  position: relative;

}

.loginshow  .pot:before {

  content: "";

  display: block;

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  height: 1px;

  background: #ededed;

  z-index: 5;

}

.loginshow  .pot a {

  display: inline-block;

  padding: 0 10px;

  background: #fff;

  position: relative;

  z-index: 9;

}



.loginshow  a:hover {

  color: #f34343;

}



.moblielogin {

  display: none;

}

.loginshow .yzms {

  position: absolute;

  right: 0;

  top: 25px;

  height: 40px;

  line-height: 40px;

  width: 110px;

  text-align: center;

  color: #fff;

  cursor: pointer;

  background: #fc8535;

}

.loginshow .yzms:hover {

  background: #f34343;

}

.loginshow .close {

  position: absolute;

  right: 0px;

  top: 0px;

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  display: block;

  color: #999;

  cursor: pointer;

  transition: all 400ms cubic-bezier(.8, 0, .33, 1);

}

.loginshow .close i {

  font-size: 18px;

  display: block;

  transition: all 400ms cubic-bezier(.8, 0, .33, 1);

}

.loginshow .close:hover {

  background: #fc8535;

}

.loginshow .close:hover i {

  color: #fff;

  transform: rotate(180deg);

  -ms-transform: rotate(180deg); /* IE 9 */

  -webkit-transform: rotate(180deg); /* Safari and Chrome */

}

.yzmdl {

  display: block;

}

.mmdl {

  display: none;

}



.bgimg {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 218px;

  z-index: 3;

}



.person-top {

  padding-top: 95px;

  position: relative;

  z-index: 9;

  display: flex;

}



.person-top .face {

  width: 150px;

  height: 150px;

  display: block;

  position: relative;

}

.person-top .face:before {

  content: "";

  width: 100%;

  height: 100%;

  background: #fff;

  border-radius: 50%;

  position: absolute;

  bottom: -3px;

  left: 0px;

  z-index: 3;

}

.person-top .face img {

  width: 150px;

  height: 150px;

  border-radius: 50%;

  display: block;

  position: relative;

  z-index: 9;

}



.person-top .sout {

  margin-left: 20px;

  margin-top: 24px;

}



.person-top .sout h3 {

  font-size: 24px;

  color: #fff;

}

.person-top .sout h3 span {

  font-size: 16px;

  font-weight: normal;

  margin-left: 8px;

}



.person-top .sout .int {

  margin-top: 15px;

  font-size: 14px;

  color: #cfcfcf;

  display: flex;

  align-items: center;

}



.person-top .sout .int i {

  color: #fff;

  font-style: normal;

}

.person-top .sout .int .line {

  width: 1px;

  height: 16px;

  background: #7d8799;

  margin:0 22px; 

}



.person-top .sz {

  display: inline-block;

  height: 37px;

  border-radius: 37px;

  padding:0 20px; 

  border:1px solid rgba(255,255,255,0.3);

  line-height: 37px;

  position: absolute;

  right: 50px;

  top: 135px;

  color: #ced3d8;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}



.person-top .sz i {

  padding-right: 8px;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}



.person-top .sz:hover {

  background: #fc8535;

  color: #fff;

  border:1px solid #fc8535;

}

.person-top .sz:hover i {

  color: #fff;

}



.person-con {

  background: #fff;

  padding: 45px; 

}



.person-con .left {

  width: 180px;

  margin-top: 30px;

}

.person-con .left ul {

  margin-top: -20px;

}

.person-con .left ul li {

  display: block;

  margin: 20px 0;

  height: 48px;

  line-height: 48px;

}

.person-con .left ul li a {

  display: flex;

  align-items: center;

  color: #9a9b9f;

  font-size: 16px;

  padding-left: 18px;

}

.person-con .left ul li:nth-child(1) i {

  font-size: 24px;

}

.person-con .left ul li i {

  font-size: 20px;

  display: inline-block;

  margin-right: 10px;

  width: 30px;

  height: 48px;

  text-align: center;

  line-height: 48px;

}

.person-con .left ul li.curr {

  background: url(../img/cen-bg.png) left center no-repeat;

}

.person-con .left ul li.curr a {

  color: #fff;

}

.person-con .left ul li:hover a {

  color: #f34343;

}



.person-con .left ul li.curr:hover a {

  color: #fff;

}



.person-conRight {

  width: 880px;

}

.person-conRight .tit {

  font-size: 16px;

  font-weight: normal;

  color: #fc8535;

  line-height: 50px;

  position: relative;

  border-bottom:1px solid #d9dde1;

}

.person-conRight .tit:after {

  content: "";

  display: block;

  width: 35px;

  left: 0;

  bottom: -2px;

  height: 2px;

  background: #fc8535;

}



.person-conRight .form {

  margin-top: 30px;

  margin-right: 60px;

}



.person-conRight .group {

  margin-top: 25px;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.person-conRight .group label {

  width: 120px;

  height: 60px;

  line-height: 60px;

  background: #f3f5f7;

  font-weight: bold;

  text-align: center;

  display: block;

}



.person-conRight .group .input {

  width: 84%;

  border:none;

  padding: 0 20px;

  box-sizing: border-box;

  border-bottom: 1px solid #d9dde1;

  background: none;

  line-height: 60px;

  font-size: 14px;

  color: #595959;

}



.person-conRight .btns {

  width: 195px;

  height: 48px;

  line-height: 48px;

  border-radius: 5px;

  background: #fc8535;

  border:none;

  color: #fff;

  font-size: 16px;

  letter-spacing: 2px;

  cursor: pointer;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}

.person-conRight .btns:hover {

  background: #f34343;

}





.study {

  display: block;

}



.study ul li {

  padding: 30px 0 30px 0;

  position: relative;

}

.study ul li:after {

  content: "";

  display: block;

  position: absolute;

  bottom: 0;

  left: 230px;

  right: 0;

  height: 1px;

  background: #e3e6e9;

}

.study ul li a {

  display: block;

  position: relative;

}

.study ul li .img {

  width: 200px;

  height: 140px;

  overflow: hidden;

  display: flex;

  align-items: center;

}

.study ul li .img img {

  width: 100%;

  display: block;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}



.study ul li .text {

  display: block;

  position: absolute;

  right: 0;

  top: 0;

  left: 230px;

}

.study ul li h3 {

  font-size: 22px;

  height: 40px;

  line-height: 40px;

  display: flex;

  align-items: center;

  font-weight: normal;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}



.study ul li h3 span {

  display: inline-block;

  height: 26px;

  line-height: 26px;

  padding: 0 10px;

  background: #fc8535;

  color: #fff;

  font-size: 14px;

  font-weight: normal;

  margin-right: 2px;

}

.study ul li h3 i {

  font-style: normal;

  display: block;

  width: 800px;

  height: 40px;

  line-height: 40px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.study ul li h3:after {

  content: "";

  display: block;

  clear: both;

}





.study ul li .int {

  display: flex;

  margin-top: 25px;

}



.study ul li .out {

  display: flex;

  align-items: center;

}

.study ul li .out .lsp {

  width: 49px;

  height: 49px;

  border-radius: 50%;

  overflow: hidden;

}

.study ul li .out .lsp img {

  width: 100%;

  display: block;

}



.study ul li .out .qus {

  display: flex;

  flex-direction: column;

  margin-left: 10px;

  font-size: 14px;

}

.study ul li .out .qus i {

  color: #999;

  font-style: normal;

  letter-spacing: 1px;

}



.study ul li .out .qus b {

  font-weight: normal;

  margin-top: 3px;

  display: block;

}



.study ul li .sct {

  color: #999;

  margin-top: 5px;

}



.study ul li .link {

  position: absolute;

  bottom: 40px;

  right: 30px;

  width: 104px;

  height: 37px;

  line-height: 37px;

  background: #f67272;

  color: #fff;

  font-size: 14px;

  border-radius: 37px;

  text-align: center;

  transition: all 0.1s ease;

  -moz-transition: all 0.1s ease;

  -webkit-transition: all 0.1s ease;

  -o-transition: all 0.1s ease;

}

.study ul li .link2 {
  right: 160px
}



.study ul li .link:hover {

  background: #f34343;

}





/*.study ul li:hover h3 i {

  color: #fc8535;

}



.study ul li:hover .img img {

  -webkit-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -ms-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);

}



.study ul li:hover::after {

  background: #fc8535;

}*/



.textsug {

  display: block;

}

.textsug .left {

  width: 230px;

  background: #fff;

  border-radius: 5px;

  padding: 10px 0 40px 0;

}



.textsug .left ul li {

  display: block;

}



.textsug .left ul li a {

  display: block;

  line-height: 32px;

  padding: 0px 34px;

  margin: 16px 0;

  border-left: 3px solid #fff;

}

.textsug .left ul li.curr a {

  border-left: 3px solid #fc8535;

}

.textsug .left ul li a:hover {

  color: #fc8535;

}



.textsug .right {

  width: 990px;

  background: #fff;

  padding: 45px 50px;

  border-radius: 5px;

  min-height: 300px;

  box-sizing: border-box;

}



.textsug .right h3 {

  font-size: 24px;

  letter-spacing: 1px;

  color: #333;

  margin-bottom:30px;

}



.textsug .right .cons {

  font-size: 14px;

  line-height: 24px;

  color: #595959;

}



.textsug .right .cons img {

  max-width: 100%;

}



.sp-banner {

  width: 100%;

  min-width: 1240px;

  position: relative;

  z-index: 9;

}

.sp-banner img {

  width: 100%;

  display: block;

}



.pr.bf5 {

  z-index: 99;

}



.sp-title {

  border-radius: 10px;

  background: #fff;

  padding: 0px 35px 30px 35px;

  box-sizing: border-box;

  position: absolute;

  top: -60px;

  left: 50%;

  margin-left: -620px;

}



.sp-title .boxs {

  display: flex;

  line-height: 24px;

  padding-top: 30px;

}



.sp-title h3 {

  color: #999;

  font-size: 14px;

  margin-right: 40px;

  font-weight: normal;

}



.sp-title a {

  display: inline-block;

  padding: 0 10px;

  color: #333;

  margin: 0 5px;

}

.sp-title a.curr {

  background: #ff4b00;

  border-radius: 24px;

  color: #fff;

}

.sp-title a:hover {

  color: #ff4b00;

}

.sp-title a.curr:hover {

  color: #fff;

}

.sp-title .st {

  display: flex;

  align-items: center;

}

.sp-title .st:after {

  content: "";

  display: block;

  width: 1px;

  height: 14px;

  background: #ccc;

  margin: 0 10px;

}





.sp-title .st:last-child::after {

  display: none;

}



.sp-list {

  padding-top: 135px;

}

.sp-list h3 {

  font-size: 28px;

  padding-left: 25px;

}



.sp-list h3 span {

  font-size: 16px;

  color: #8c8c8c;

  padding-left: 20px;

  font-weight: normal;

}

.sp-list h3 i {

  font-style: normal;

  color: #ff4b00;

}

.sp-list ul {

  margin-left: -20px;

}

.sp-list ul li {

  display: block;

  float: left;

  width: 295px;

  margin-left: 20px;

  margin-top: 20px;

  border-radius: 5px;

  overflow: hidden;

}



.sp-list ul li a {

  display: block;

}

.sp-list ul li .img {

  width: 100%;

  height: 205px;

  overflow: hidden;

  display: flex;

  align-items: center;

}

.sp-list ul li .img img {

  width: 100%;

  display: block;

  transition: all 0.1s ease;

  -moz-transition: all 0.1s ease;

  -webkit-transition: all 0.1s ease;

  -o-transition: all 0.1s ease;

}

.sp-list ul li .boxs {

  background: #fff;

  display: block;

  box-sizing: border-box;

  padding:15px 20px; 

}



.sp-list ul li h4 {

  font-size: 16px;

  font-weight: normal;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

  word-break: break-all;

  line-height: 25px;
  height: 75px;
}



.sp-list ul li .st {

  display: block;

  margin-top: 14px;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.sp-list ul li .biao {

  padding: 0px 8px;

  height: 20px;

  font-size: 12px;

  line-height: 20px;

  text-align: center;

  display: inline-block;

  color: #fff;

}

.sp-list ul li .xiao {

  background: #f5c607;

}

.sp-list ul li .chu {

  background: #eb4c8c;

}

.sp-list ul li .giao {

  background: #00aaec;

}

.sp-list ul li .num {

  color: #999;

}

.sp-list ul li:hover h4 {

  color: #ff4b00;

}

.sp-list ul li:hover img {

  -webkit-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -ms-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);

}



.user-card-box .g-user-card{visibility:hidden;position:absolute;right:0;top:80px;z-index:1000;width:306px;padding:24px;background-color:#fff;box-shadow:0 8px 16px 0 rgba(7,17,27,0.2);border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-sizing:border-box}.user-card-box .g-user-card .card-top{color:#93999f;position:relative}.user-card-box .g-user-card .card-top a{display:inline-block;color:#93999f}.user-card-box .g-user-card .card-top a img{float:left;width:72px;height:72px;border-radius:50%;border:2px solid #fff;margin-right:12px}.user-card-box .g-user-card .card-top .card-top-right-box{margin-top:14px}.user-card-box .g-user-card .card-top .name{display:inline-block;font-size:16px;color:#07111b;width:170px;line-height:20px}.user-card-box .g-user-card .card-top .meta{margin-top:12px;font-size:12px;line-height:12px}.user-card-box .g-user-card .card-top .meta a{margin-right:12px}.user-card-box .g-user-card .card-top .meta b{margin-left:2px}.user-card-box .g-user-card .user-center-box{margin-top:16px;margin-bottom:14px}.user-card-box .g-user-card .user-center-box ul li{position:relative;width:128px;width:127px \9;background:#F8FAFC;border-radius:2px;color:#4d555d;margin:0 2px 2px 0}.user-card-box .g-user-card .user-center-box ul li .user-center-icon{position:relative;top:3px;font-size:16px;margin-right:8px}.user-card-box .g-user-card .user-center-box ul li a{width:100%;height:36px;line-height:36px;padding-left:12px;text-align:left;box-sizing:border-box}.user-card-box .g-user-card .user-center-box ul li:hover{background:#d9dde1}.user-card-box .g-user-card .user-center-box ul li:hover a{color:#4d555d}.user-card-box .g-user-card .user-center-box ul li i{width:18px;height:18px;position:absolute;top:0;right:8px;background:url('/static/img/common/coupon-icon.png') no-repeat}.user-card-box .g-user-card .user-center-box ul li:nth-child(2n){margin-right:0}.user-card-box .g-user-card .card-history{padding-bottom:16px;margin-bottom:-1px;border-bottom:1px solid #edf1f2}.user-card-box .g-user-card .card-history .history-item{display:block;position:relative;padding-left:24px;color:#787d82;transition:background-color .2s;line-height:20px}.user-card-box .g-user-card .card-history .history-item .tit{display:block;margin-bottom:8px;font-weight:bold}.user-card-box .g-user-card .card-history .history-item .media-name{display:block;width:200px}.user-card-box .g-user-card .card-history .history-item .icon-clock,.user-card-box .g-user-card .card-history .history-item .imv2-history{position:absolute;left:0;top:2px;font-size:16px;font-weight:700}.user-card-box .g-user-card .card-history .history-item .continue{position:absolute;right:0;top:25px;color:#00b43c}.user-card-box .g-user-card .card-history .history-item .continue:hover{color:#00c850}.user-card-box .g-user-card .card-sets{margin-top:16px;font-size:12px;line-height:12px}.user-card-box .g-user-card .card-sets a{color:#93999F}.user-card-box .g-user-card .card-sets a:hover{color:#4d555d;background:none}.user-card-box.hover .g-user-card{visibility:visible}



.user-card-box {

  position: absolute;

  right: 0;

  top: 0px;

  height: 88px;

  display: flex;

  padding: 0 0px 0 10px;

  align-items: center;

}



.user-card-box .card-top {

  display: flex;

}



.user-card-box .user-center-box .iconfont {

  margin-right: 5px;

  width: 24px;

  height: 24px;

  display: inline-block;

  line-height: 24px;

  text-align: center;

  color: #9e9e9e;

}



.iconfont.fs16 {

  font-size: 16px;

}

.iconfont.fs14 {

  font-size: 14px;

}



.user-card-box .card-sets {

  border-top: 1px solid #eee;

  padding-top: 13px;

}

.user-card-box:hover .fac {

  border:2px solid #fc8535;

}



.study .fins {

  margin-top: 0px;

}

.study .fins .os {

  color: #999;

  font-size: 14px;

  line-height: 33px;

}



.video-boxs {

  background: #000;

  padding:35px 0; 

}



.video {

  width: 940px;

  height: 545px;

  background: #f1f1f1;

  border-radius: 10px;

  overflow: hidden;

  position: relative;

}



.video video {

  object-fit: fill;

}



.video-boxs .right {

  width: 280px;

}



.video-boxs .right h3 {

  color: #ccc;

  font-size: 15px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

/*  -webkit-line-clamp: 1;*/

  overflow: hidden;

  font-weight: normal;

  line-height: 30px;

  padding:24px;

  box-sizing: border-box; 

  background: #2d2d2d;

  border-bottom: 1px solid #3f3f3f;

  border-radius: 5px 5px 0 0;

  word-break: break-all;

}



.video-boxs .right .tjboxs {

  background: #2d2d2d;

  padding-top: 15px;

  padding-bottom: 20px;

  border-radius: 0 0 5px 5px;

}

.video-boxs .right .tjboxs .tjfs {

  width: 90%;

  height: 46px;

  line-height: 46px;

  background: #ff4b00;

  text-align: center;

  border-radius: 5px;

  justify-content: center;

  margin-left: 5%;

  color: #fff;

  font-weight: bold;

  display: flex;

  align-items: center;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease; 

}

.video-boxs .right .tjboxs .tjfs i {

  font-style: normal;

  margin-right: 12px;

  font-size: 20px;

  display: block;

  margin-top: -5px;

}



.video-boxs .right .tjboxs .tjfs:hover {

  background: #fff;

  color: #ff4b00;

}



.video-boxs .right ul {

  margin-top: 14px;

  display: block;

  background: #2d2d2d;

  border-radius: 5px;

  padding:1px 0 30px 0; 

}

.video-boxs .right ul li {

  display: block;

  margin-top: 30px;

  line-height: 48px;

  text-align: center;

  width: 90%;

  margin-left: 5%;

}

.video-boxs .right ul li a {

  display: flex;

  color: #fff;

  background: #ff4b00;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  border-radius: 5px;

}

.video-boxs .right ul li i {

  font-size: 24px;

  margin-right: 15px;

  display: block;

}

.video-boxs .right ul li:nth-child(2) i {

  font-size: 28px;

}

.video-boxs .right ul li:hover a {

  background: #fff;

  color: #ff4b00;

}

.xyfk .study ul li {

  padding: 0;

}

.xyfk .study .text {

  position: relative;

  left:0;

}

.xyfk .study ul li h3 i {

  width: 1111px;

}

.xyfk .study ul li:after {

  display: none;

}



.xyfk .study .num {

  color: #595959;

  font-weight: normal;

  font-size: 14px;

  margin-left: 24px;

} 



.xyfk .list {

  background: #fff;

  border-radius: 5px;

}



.xyfk .list .hd {

  height: 64px;

  line-height: 64px;

  padding:10px 40px 0 40px;

  border-bottom: 1px solid #eee;

}

.xyfk .list .hd ul li {

  display: inline-block;

  margin-right: 65px;

}

.xyfk .list .hd ul li a {

  display: block;

  font-size: 18px;

  color: #262626;

  border-bottom: 3px solid transparent;

}

.xyfk .list .hd ul li:hover a {

  color: #fc8535;

}

.xyfk .list .hd ul li.on a {

  border-bottom: 3px solid #fc8535

}

.xyfk .list .bd  {

  min-height: 400px;

}



.xyfk .list .bd .boxs {

  padding: 46px 40px 40px 40px;

}



.xyfk .list .bd h3 {

  font-size: 24px;

}



.xyfk .list .bd .momo {

  padding: 40px 0;

  text-align: center;

  background: #f7f8fa;

  border-radius: 5px;

  font-size: 14px;

  color: #333;

  margin-top: 30px;

}



.xyfk .list .bd .momo span {

  color: #fb975d;

  cursor: pointer;

}

.xyfk .list .bd .momo span:hover {

  color: #ff4b00;

}

.lunyu {

  margin-top: 20px;

}



.lunyu ul li {

  display: block;

  padding-bottom: 25px;

  margin-top: 40px;

  border-bottom: 1px solid #e5e5e5;

}

.lunyu ul li .top {

  display: flex;

  align-items: center;

}



.lunyu ul li .top img {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  overflow: hidden;

}



.lunyu ul li .top .text {

  margin-left: 20px;

  font-size: 16px;

  height: 100%;

}



.lunyu ul li .top .text h5 {

  font-weight: normal;

  color: #333;

}

.lunyu ul li .top .text .num {

  font-size: 14px;

  color: #8c8c8c;

  display: block;

  margin-top: 6px;

}



.lunyu ul li .cons {

  display: block;

  margin-top: 18px;

  padding: 0 30px 0 70px;

  font-size: 16px;

  color: #595959;

  line-height: 30px;

}



.newshow {

  margin-top: 40px;

  font-size: 16px;

  color: #595959;

  line-height: 30px;

}

.newshow img {

  max-width: 100%;

}



.more{ width:100%;  height:36px; line-height:36px; margin:30px auto; text-align:center ; color:#00aaec; float:left;}

.more a{ color:#00aaec; height:36px; width:200px; display:block; margin: 0 auto ; margin-top:20px; border: 1px solid; border-radius: 6px;}





.edittxt {

    background: none repeat scroll 0 0 transparent;

    border: medium none;

    font-size: 12px;

    height: 120px;

    line-height: 26px;

    overflow-x: hidden;

    overflow-y: auto;

    width: 96%;

	padding:6px;

	border:1px solid #ccc;

}



.Secrecy {

    background: none repeat scroll 0 0 #ff4b00;

    border: medium none;

    color: #ffffff;

    font-size: 12px;

    height: 29px;

    line-height: 29px;

    padding: 0 30px;

}

.nianji {
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.nianji i {
  display: block;
  font-size: 14px;
  width: 20px;
  font-weight: normal;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.all {
  font-weight: bold;
  font-size: 15px;
}
.mr25 {
  margin-right: 25px !important;
}
.nianji:hover {
  color: #fc8535;
}
.nianX {
  display: flex;
  align-items: center;
}
.nianX div:nth-child(5) {
  margin-right: 0;
}
.nianX .st {
  margin-right: 15px;
  margin-left: 0px;
}
.nianji.curr {
  color: #fc8535;
  margin-right: -5px;
}
.nianji.curr i {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari and Chrome */
}

.video-text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0,0,0,0.6);
  left: 0;
  top: 0;
}

.video-text .boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-text .text {
  width: 82%;
  height: auto;
  padding:50px 50px 50px 50px;
  box-sizing: border-box;
  border: 2px solid #ff4b00;
  border-radius: 5px;
  color: #fff
}
.video-text .text h3 {
  font-size: 30px;
  font-weight: bold;
}

.video-text .text .st {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.video-text .colse {
  width: 30px;
  height: 30px;
  right: 2%;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer; 
}
.video-text .colse i {
  font-size: 18px;
  color: #fff;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-text .colse:hover i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
}


.header .nav ul li {
  position: relative;
}

.header .nav ul li .erji {
  position: absolute;
  top: 87px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  display: block;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  border:1px solid #ececec;
  padding:5px 0;
  display: none;
}


.header .nav ul li .erji li {
  position: relative;
  width: 128px;
  width: 127px;
  background: #F8FAFC;
  border-radius: 2px;
  color: #4d555d;
}

.header .nav ul li .erji a {
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: normal;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  text-align: left;
  box-sizing: border-box;
}
.header .nav ul li .erji .iconfont {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    color: #9e9e9e;
}

.header .nav ul li .erji a:before  {
  display: none;
}

.header .nav ul li .erji a:hover {
  background-color: #dcdcdc;
}

.header .nav ul li:hover .erji {
  display: block;
}




.review {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #777;
  display: flex;
  font-size: 12px;
  align-items: center;

}

.progress {
  background-color: rgba(100, 100, 100, 0.2);
  border-radius: 5px;
  position: relative;
  margin-right:10px;
  height: 10px;
  width: 98%;
}

.progress-done {
  background: linear-gradient(to left, rgb(242, 112, 156), rgb(255, 148, 114));
  box-shadow: 0 3px 3px -5px rgb(242, 112, 156), 0 2px 5px rgb(242, 112, 156);
  border-radius: 5px;
  height: 10px;
  width: 0;
  transition: width 1s ease 0.3s;
}

.percent {
  color: #333;
  font-size: 14px;
}

.pr .wrap .ts {
  margin-top: 10px;
  font-size: 14px;
}

.xxzh {
  margin-top: 25px;
  font-size: 17px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #333;
}
.xxzh span {
  margin-left:8px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  display: inline-block;
}

.person-conRight .tit span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}



/*  编辑反思  */
.bianji {
  padding: 20px;
  line-height: 26px;
   display: none; 
  width: 100%;
  height: 100%;
  z-index: 999999;

}
.bianji .outit {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 75, 0);
  cursor: move;
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  position: relative;
  z-index: 9;
}


.bianji .colse {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 14px;
  line-height: initial;
  z-index: 100;
  cursor: pointer;
}

.bianji .bgs {
  background-color: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
}

.bianji form {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -250px;
  z-index: 99999;
  width: 800px;
  height: 500px;
  overflow-x: hidden;
  z-index: 99;
  background-color: #fff;
  padding:0 20px 20px 20px;
}

.bianji form .tips {
  margin: 10px 0;
}
.bianji .outit {
  width: calc(100% + 40px);
  margin-left: -20px;
}