@charset "UTF-8";
/* //颜色 */
/* //颜色释义 */
/* //字体大小 字体相关*/
.video {
  padding-bottom: 80px;
  background: url(../jpg/video-bg.jpg) no-repeat center center;
  background-color: #ebebeb;
}

.video-title {
  padding: 78px 0 60px;
}

.video-item {
  display: inline-block;
  margin: 0 9.9999px 19.9998px;
  position: relative;
  box-sizing: border-box;
  width: 380px;
  height: 214px;
  border-radius: 3px;
  padding: 19.9998px;
}

.video-item:hover .video-list-play {
  opacity: 1;
}

.video-item:hover .video-list-title::after {
  width: 100%;
}

.video-item:nth-child(1) {
  background-image: url(../png/part1.png);
}

.video-item:nth-child(2) {
  background-image: url(../png/part2.png);
}

.video-item:nth-child(3) {
  background-image: url(../png/part3.png);
}

.video-item:nth-child(4) {
  background-image: url(../png/part4.png);
}

.video-item:nth-child(5) {
  background-image: url(../png/part5.png);
}

.video-item:nth-child(6) {
  background-image: url(../png/part6.png);
}

.video-item:nth-child(7) {
  background-image: url(../png/part7.png);
}

.video-item:nth-child(8) {
  background-image: url(../png/part8.png);
}

.video-list {
  margin-left: -9.9999px;
  min-width: 1219.9998px;
  font-size: 0;
}

.video-list-title, .video-list-tips {
  position: absolute;
  left: 19.9998px;
  display: none;
}

.video-list-title {
  top: 23px;
  padding-top: 12px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #cbd2f7, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: 2px;
  width: 30px;
  background-color: #99aec2;
  -webkit-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.video-list-tips {
  bottom: 18px;
  border: 1px solid #fff;
  border-radius: 200px;
  height: 14px;
  line-height: 14px;
  padding: 0 6px;
}

.video-list-play {
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.video-list-play .icon {
  font-size: 50px;
}

.about-img {
  height: 260px;
  background: url(../png/about-img.png) no-repeat center center;
}

.about-img h4::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 19.9998px;
}

.about-img .container {
  width: 756px;
  min-width: 756px;
}

.about-intro {
  margin-top: 1px;
}

.about-intro-lt {
  padding: 72px 66px 0 0;
}

.about-ability {
  padding: 84px 0;
}

.about-ability-desc {
  position: relative;
  padding-bottom: 108px;
}

.about-ability-desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 25px;
  background-color: #fd9f24;
}

.about-ability-list {
  position: relative;
  font-size: 0;
}

.about-ability-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #f6f6f6;
}

.about-ability-list dl {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  height: 215px;
  font-size: 14px;
}

.about-ability-list .on {
  background-color: #003567;
  color: #fff;
}

.about-ability-list .on dt {
  color: #fff;
}

.about-ability-list .on dd {
  opacity: 0.8;
}

.about-ability-list dt {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.about-ability-list p {
  padding-top: 24px;
}

.about-download {
  height: 140px;
  background: url(../jpg/about-download-bg.jpg) no-repeat center center;
}

.about-download-btn {
  width: 540px;
}

.about-download-btn .btn-box {
  padding-left: 64px;
}

.about-download-btn .btn-box a {
  display: inline-block;
  background-color: #c00;
  color: #fff;
  border-radius: 200px;
  border: 1px solid #c00;
  height: 36px;
  line-height: 36px;
  -webkit-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.about-download-btn .btn-box a:hover {
  background: none;
  border-color: #fff;
}

.contact .container {
  border-radius: 5px;
}

.contact-office-title {
  padding: 40px 0 15px;
}

.contact-office-item {
  float: left;
  width: 33.33333%;
  height: 146px;
}

.contact-office-item dt, .contact-office-item dd {
  padding: 0 44px 0 74px;
}

.contact-office-item dt {
  padding-top: 15px;
}

.contact-office-item dd {
  padding-top: 20px;
  font-size: 13px;
}

.contact-submit-form {
  width: 706px;
  margin: 0 auto;
}

.contact-submit-form input, .contact-submit-form textarea {
  background-color: #f0f4fb;
}

.contact-submit-form .form-input-wrap {
  border-radius: 3px;
}

.contact-submit-form .btn-base {
  width: 220px;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.contact-submit-form .btn-base:hover {
  background-color: #990C12;
}

.contact-submit .form-title {
  width: 80px;
  line-height: 36px;
  vertical-align: top;
}

.contact-submit .form-group {
  padding-top: 30px;
}

.signup {
  height: 730px;
  border-top: 3px solid #eceff5;
  text-align: center;
  background: url(../jpg/singup-bg.jpg) no-repeat center center;
}

.signup-box {
  width: 800px;
  height: 480px;
  text-align: left;
}

.signup-lt, .signup-gt {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 30px 0px rgba(2, 48, 157, 0.2);
}

.signup-lt {
  color: #fff;
  background: url(../jpg/singup-box-bg.jpg) no-repeat center center;
  background-color: #003567;
}

.signup-lt h3 {
  padding-top: 10px;
  line-height: 1.2;
}

.signup-lt p {
  font-size: 13px;
  line-height: 1.8;
}

.signup-gt {
  padding: 20px 50px;
  background-color: #fff;
  float: left;
  overflow: visible;
}

.signup-gt-title {
  padding: 19.9998px 0;
  color: #282C2D;
}

.signup-tips {
  height: 18px;
  line-height: 18px;
  width: 42px;
  margin: 60px 0 25px;
  color: #fff;
  background-color: #fd9f24;
  border-radius: 200px;
  text-align: center;
}

.signup-form .form-input-wrap {
  margin-top: 12px;
  border-radius: 200px;
  background-color: #f6f6f6;
  border-color: #f1f1f1;
}

.signup-form .form-input-wrap:hover, .signup-form .form-input-wrap.inputHover, .signup-form .form-input-wrap.inputActive {
  background-color: #edf6ff;
  border-color: #C00;
}

.signup-form .form-input-wrap.inputError {
  border-color: #ff4141;
}

.signup-form .form-input-ltico {
  text-align: right;
  width: 35px;
  vertical-align: middle;
}

.signup-form .form-input-gtico {
  width: 44px;
  vertical-align: middle;
}

.signup-form .form-input-code .form-input-wrap {
  width: 60%;
}

.signup-form .form-input-code-img {
  border-radius: 200px;
  background-color: #f6f6f6;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.signup-form .form-input-code-img img {
  border: 0;
}

.signup-form-submit {
  padding-top: 20px;
}

.signup-form-submit-lt {
  width: 50%;
}

.signup-form-submit-lt button {
  width: 180px;
}

.signup-form-submit-lt .btn-disbold {
  background-color: #b2b2b2;
}

.signup-form-submit-lt .btn-disbold.btn-hover:hover {
  background-color: #c00;
}

.signup-form-submit-gt {
  width: 50%;
  text-align: right;
}

.signup-form-submit-gt a {
  margin-left: 6px;
}

.signup-success {
  text-align: center;
  height: 732px;
  background: url(../jpg/singup-bg.jpg) no-repeat center center;
}

.signup-success-box {
  width: 508px;
}

.signup-success-btns {
  padding-top: 72px;
}

.signup-success-btns .btn-base, .signup-success-btns .btn-hover {
  width: 160px;
  margin: 0 19.9998px;
}

.signup-success-btns .btn-base:hover {
  background-color: #024e96;
}

.signup-success-btns .btn-hover:hover {
  background-color: #fd8a24;
}

.signup-success .icon {
  height: 63px;
  line-height: 63px;
  font-size: 63px;
}

.signup-success h4 {
  padding-top: 42px;
}

.signup-success-tips {
  padding-top: 32px;
}

.signup-agree-box, .signup-agree-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.signup-agree-box {
  z-index: 9999;
}

.signup-agree-body {
  position: absolute;
  width: 650px;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  z-index: 99;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.signup-agree-content {
  padding: 0 30px 20px;
  height: 420px;
  overflow: auto;
}

.signup-agree-content-title {
  padding-bottom: 20px;
  text-align: center;
}

.signup-agree-content p {
  padding: 10px 0;
}

.signup-agree-bg {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.signup-agree-close {
  text-align: right;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: pointer;
}

.signup-agree-btn {
  text-align: center;
  padding: 10px 0 20px;
}

.signup-agree-btn a {
  padding: 0 30px;
}

.signup-agree-show .signup-agree-bg {
  opacity: 1;
}

.signup-agree-show .signup-agree-body {
  height: 550px;
}

.form--placeholder {
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-myselect {
  cursor: pointer;
  position: relative;
}

.form-myselect.form-input-wrap {
  overflow: visible;
}

.form-myselect-sub {
  position: absolute;
  font-size: 14px;
  z-index: 11;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  top: 35px;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
}

.form-myselect-sub::-webkit-scrollbar {
  width: 5px;
}

.form-myselect-sub::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.form-myselect-sub.hide {
  display: none;
}

.form-myselect-sub li {
  padding: 6px 20px;
}

.form-myselect-sub li:hover {
  background-color: #f6f6f6;
  color: #003567;
}

.training .fc-blue {
  color: #333;
}

.training .a-uline {
  color: #333;
  text-decoration: underline;
}

.training .showBig {
  cursor: pointer;
}

.training .a-uline:hover {
  color: #FD9F25;
}

.training-nav {
  float: right;
  width: 368px;
  min-height: 600px;
  padding-top: 168px;
}

.training-nav-wrap {
  width: 366px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ededed;
  background-color: #fff;
}

.training-nav-fbox.training-nav-fixed, .training-nav-fbox.training-nav-end {
  position: fixed;
  left: 0;
  right: 0;
  height: 0;
  z-index: 9999;
}

.training-nav-fbox.training-nav-fixed .training-nav-fwrap, .training-nav-fbox.training-nav-end .training-nav-fwrap {
  height: 0;
  width: 1200px;
  margin: 0 auto;
}

.training-nav-fbox.training-nav-fixed .training-nav-wrap, .training-nav-fbox.training-nav-end .training-nav-wrap {
  float: right;
}

.training-nav-fbox.training-nav-fixed {
  top: 20px;
}

.training-nav-fbox.training-nav-fixed.training-nav-end {
  bottom: 20px;
}

.training-nav-title {
  font-size: 24px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}

.training-nav-list dt {
  font-size: 16px;
  font-weight: 700;
  padding: 6px 0 6px 18px;
  position: relative;
  cursor: pointer;
}

.training-nav-list dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 50%;
}

.training-nav-list dt:hover, .training-nav-list dt.active {
  color: #FD9F25;
}

.training-nav-list dt:hover::after, .training-nav-list dt.active::after {
  background-color: #FD9F25;
}

.training-nav-list dd p {
  padding: 0 0 10px 36px;
  position: relative;
  cursor: pointer;
}

.training-nav-list dd p::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 50%;
}

.training-nav-list dd p:hover, .training-nav-list dd p.active {
  color: #FD9F25;
}

.training-nav-list dd p:hover::after, .training-nav-list dd p.active::after {
  background-color: #FD9F25;
}

.training-con {
  overflow: hidden;
  padding-right: 110px;
}

.training .title {
  height: 48px;
  line-height: 48px;
  padding-top: 36px;
  font-size: 32px;
  font-family: 'Arial Bold, Arial Bold-Bold';
  font-weight: 700;
  color: #333;
  padding-bottom: 12px;
}

.training .title-line {
  height: 1px;
  background-color: #333;
  opacity: 0.2;
}

.training .title-sub {
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0 10px;
}

.training-dest {
  padding-top: 20px;
}

.training-dest dt {
  font-size: 24px;
  padding: 15px 0;
  font-weight: 700;
}

.training-dest dd {
  padding: 12px 0;
}

.training-point, .training-used {
  padding-bottom: 30px;
}

.training-point dt, .training-used dt {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}

.training-point dd p, .training-used dd p {
  padding: 10px 0;
}

.training .img {
  padding-top: 10px;
}

.training .img-tips {
  padding-top: 15px;
}

.training .img-arr {
  margin-right: 15px;
}

.training-download {
  padding: 40px 0 60px;
}

.training-download a {
  display: inline-block;
  width: 184px;
  height: 40px;
  line-height: 40px;
  background: #c00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  text-align: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.training-download a:hover {
  background-color: #990C12;
}

.simplightimg, .simplightimg_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.simplightimg {
  z-index: 20210201;
}

.simplightimg_box {
  position: absolute;
  z-index: 20210203;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.simplightimg_bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.simplightimg_gl-lt, .simplightimg_gl-gt {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 46px;
  cursor: pointer;
  margin-top: -23px;
  z-index: 20210204;
}

.simplightimg_gl-lt span, .simplightimg_gl-gt span {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

.simplightimg_gl-lt span::after, .simplightimg_gl-lt span::before, .simplightimg_gl-gt span::after, .simplightimg_gl-gt span::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  background-color: #999;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.simplightimg_gl-lt span::after, .simplightimg_gl-gt span::after {
  width: 34px;
  height: 5px;
}

.simplightimg_gl-lt span::before, .simplightimg_gl-gt span::before {
  height: 34px;
  width: 5px;
}

.simplightimg_gl-lt:hover span::after, .simplightimg_gl-lt:hover span::before, .simplightimg_gl-gt:hover span::after, .simplightimg_gl-gt:hover span::before {
  background-color: #FFA811;
}

.simplightimg_gl-lt {
  left: 40px;
}

.simplightimg_gl-lt span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.simplightimg_gl-gt {
  right: 40px;
}

.simplightimg_gl-gt span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.faq {
  min-height: 698px;
  padding-bottom: 60px;
}

.faq-src {
  text-align: center;
  height: 120px;
  line-height: 120px;
  background: url(../png/faq-srcbg.png) no-repeat center center;
}

.faq-src-box {
  display: inline-block;
  width: 720px;
  box-sizing: border-box;
  margin: 0 auto;
  height: 40px;
  padding: 0 12px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}

.faq-src-box input {
  display: block;
  width: 100%;
  height: 40px;
}

.faq-src-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  cursor: pointer;
}

.faq-recommend {
  float: right;
  margin-top: 60px;
  width: 368px;
}

.faq-recommend h3 {
  font-size: 24px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 48, 99, 0.1);
}

.faq-recommend-wrap {
  box-sizing: border-box;
  padding: 10px 20px 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 48, 99, 0.5);
  width: 368px;
}

.faq-recommend-lt {
  float: left;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  margin: 2px 12px 0 0;
  border: 1px solid #B4B4B4;
}

.faq-recommend-lt a {
  font-size: 16px;
}

.faq-recommend-time {
  font-size: 12px;
  color: #999;
}

.faq-recommend-gt {
  overflow: hidden;
}

.faq-recommend-gt a {
  display: block;
  font-size: 16px;
}

.faq-recommend-gt a:hover {
  color: #FEA70B;
}

.faq-recommend ol {
  padding: 10px 0;
}

.faq-recommend li {
  padding: 10px 0;
}

.faq-recommend-champ .faq-recommend-lt {
  border-color: #FEA70B;
  background-color: #FEA70B;
  color: #fff;
}

.faq-list {
  overflow: hidden;
  width: 720px;
  padding: 40px 0;
}

.faq-list dl {
  border-bottom: 1px solid rgba(0, 41, 99, 0.1);
  padding-bottom: 20px;
}

.faq-list dl:hover dt a {
  color: #c00;
}

.faq-list dl:hover dd p {
  text-decoration: underline;
}

.faq-list dt {
  font-size: 20px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 24px 0;
}

.faq-list-artic {
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.faq-list-tips {
  padding: 24px 0;
}

.faq-list-tips .item {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: rgba(25, 100, 201, 0.1);
  border-radius: 2px;
  color: #666;
  padding: 0 24px;
  margin-right: 6px;
}

.faq-list-time {
  color: #666;
}

.faq-list-time .time {
  margin-right: 47px;
}

.faq-list .icons em {
  margin-right: 24px;
}

.faq-list .icons .icon {
  color: #ccc;
  margin-right: 4px;
}

.faq-list .page-raw {
  padding: 50px 0;
}

.faq-nodata {
  padding-top: 200px;
  text-align: center;
  color: #666;
  font-size: 18px;
}

.faq-nodata dd {
  padding-top: 20px;
}

.faq-article-bread {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 48, 99, 0.1);
}

.faq-article-bread a:hover {
  color: #333;
}

.faq-article-title h1 {
  font-size: 24px;
  line-height: 24px;
  padding: 48px 0 30px;
}

.faq-article-title-info {
  height: 60px;
}

.faq-article-title-info .lt {
  float: left;
}

.faq-article-title-info .lt i {
  margin-right: 56px;
}

.faq-article-title-info .gt {
  float: right;
}

.faq-article-title-info .gt em {
  margin-left: 20px;
}

.faq-article-title-info .gt .icon {
  color: #ccc;
  margin-right: 6px;
}

.faq-article-content .text p {
  padding: 10px 0;
}

.faq-article-content .faq-list-tips {
  padding: 36px 0;
  border-bottom: 1px solid rgba(0, 48, 99, 0.1);
}

.faq-article-action {
  text-align: center;
  padding: 24px 0 40px;
}

.faq-article-action .item {
  display: inline-block;
  width: 78px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-weight: 700;
  border: 1px solid #c00;
  margin: 0 6px;
}

.faq-article-action .praise {
  background-color: #c00;
  color: #fff;
}

.faq-article-action .praise:hover, .faq-article-action .praise.praiseOn {
  background-color: #990C12;
}

.faq-article-action .comments {
  border-color: #c00;
  color: #333;
}

.faq-article-action .comments:hover {
  background-color: #c00;
  color: #fff;
}

.faq-article-action .share {
  color: #c00;
}

.faq-article-action .share:hover {
  background-color: #c00;
  color: #fff;
}

.faq-article-action .share .u-share-sub {
  top: 31px;
  right: auto;
  left: 0;
  text-align: left;
}

.faq-fixed {
  position: fixed;
  left: 0;
  right: 0;
  height: 0;
  top: 20px;
  z-index: 9999;
}

.faq-fixed .faq-recommend-fwrap {
  height: 0;
  width: 1200px;
  margin: 0 auto;
}

.faq-fixed .faq-recommend-wrap {
  float: right;
}

.fuse-comment-action h4 {
  height: 50px;
  line-height: 50px;
}

.fuse-comment-action textarea {
  background-color: #fdfdfd;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  min-height: 113px;
}

.fuse-comment-action .lbtnbase {
  border-radius: 6px;
  width: 150px;
  margin-top: 24px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  background-color: #c00;
  color: #fff;
  cursor: pointer;
}

.fuse-comment-action .lbtnbase:hover {
  background-color: #990C12;
}

.fuse-comment-list {
  padding: 30px 0;
}

.fuse-comment-list li {
  padding: 20px 0;
}

.fuse-comment-list .list-img {
  float: left;
  padding-right: 20px;
}

.fuse-comment-list .list-img img {
  width: 48px;
  height: 48px;
  margin-top: 4px;
  border-radius: 50%;
}

.fuse-comment-list .list-content {
  padding-top: 10px;
}

.fuse-comment-list .list-msg {
  overflow: hidden;
}

.fuse-comment-list .list-info-time {
  color: #999;
  padding-left: 50px;
}

.fuse-comment-list .list-info-name {
  font-size: 16px;
  font-weight: 700;
}
