body {
  background-color: #fff;
}
.top-block {
  position: relative;
  width: 100%;
  height: 730px;
  background: #4176b8 url(../images_new/top-banner-bg.png) no-repeat center center;
  background-size: auto 100%;
}
.top-block .cont-left {
  padding-top: 184px;
}
.top-block .cont-left .text-1 {
  position: relative;
  font-size: 60px;
  color: #ffffff;
  line-height: 80px;
}
.top-block .cont-left .text-1::before {
  display: block;
  content: '';
  position: absolute;
  width: 238px;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}
.top-block .cont-left .text-2 {
  margin-top: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  letter-spacing: 2px;
}
.top-block .cont-left .qr-code-box {
  margin-top: 64px;
  width: 170px;
}
.top-block .cont-left .qr-code-box img {
  width: 170px;
}
.top-block .cont-left .code-text {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}
.top-cont .container {
  position: relative;
}
.top-block-jttf {
  /*loading*/
}
.top-block-jttf .orange {
  color: #ff8c45;
}
.top-block-jttf .cont-left .text-1 {
  padding-bottom: 22px;
}
.top-block-jttf .cont-left .text-2 {
  margin-top: 26px;
}
.top-block-jttf .cont-right {
  position: absolute;
  width: 540px;
  height: 540px;
  padding-top: 95px;
  background: url(../images_new/tf-form-bg.png) no-repeat 0 0;
  background-size: 540px 635px;
  top: 95px;
  left: 50%;
  margin-left: 130px;
  z-index: 1;
}
.top-block-jttf .cont-right-box {
  width: 308px;
  margin: 0 auto;
}
.top-block-jttf .cont-right-box .text-1 {
  margin-top: 4px;
  font-size: 16px;
  color: #595c72;
  line-height: 26px;
}
.top-block-jttf .cont-right-box .text-gray {
  font-size: 12px;
  color: #b7b9c2;
}
.top-block-jttf h3 {
  font-size: 30px;
  font-weight: 500;
  color: #121736;
  line-height: 42px;
}
.top-block-jttf .reg-box {
  margin-top: 40px;
}
.top-block-jttf .input-box {
  position: relative;
  width: 308px;
  height: 56px;
  margin-top: 16px;
  background: #ffffff;
  border-radius: 29px;
  border: 1px solid #e6e8eb;
}
.top-block-jttf .input-box input {
  width: 244px;
  height: 56px;
  padding: 0 32px;
  font-size: 16px;
  line-height: 56px;
}
.top-block-jttf .input-box.error {
  border: 1px solid #ff0000;
}
.top-block-jttf .input-box.yzm {
  display: none;
}
.top-block-jttf .input-box.yzm .img {
  position: absolute;
  width: 91px;
  height: 34px;
  padding: 8px;
  top: 0;
  right: 0;
  border-radius: 17px;
}
.top-block-jttf .input-box.yzm img {
  width: 91px;
  height: 34px;
  background: #d8d8d8;
  border-radius: 17px;
}
.top-block-jttf .input-box .btnSendCode {
  position: absolute;
  width: 112px;
  height: 56px;
  line-height: 56px;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #00b85c;
  text-align: center;
  cursor: pointer;
}
.top-block-jttf .input-box .btnSendCode::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  top: 21px;
  left: 0;
  background-color: #f0f2f5;
}
.top-block-jttf .input-box .btnSendCode.disabled {
  color: #888b9a;
}
.top-block-jttf .tip-popup-box {
  display: none;
}
.top-block-jttf .tip-popup-box .tip-popup {
  background: #000;
  color: #fff;
  position: absolute;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 10px;
  left: 50%;
  top: 50%;
}
.top-block-jttf input[type='checkbox'] {
  position: relative;
  content: '';
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../images_new/check-no.png) no-repeat;
  background-size: 100%;
}
.top-block-jttf input[type='checkbox']:checked {
  position: relative;
}
.top-block-jttf input[type='checkbox']:checked::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images_new/checked.png) no-repeat;
  background-size: 100%;
}
.top-block-jttf .licenses-bar {
  margin-top: 18px;
  font-size: 12px;
  color: #888b9a;
  line-height: 18px;
}
.top-block-jttf .btn-box {
  position: relative;
  width: 308px;
  height: 56px;
  margin-top: 48px;
  background: #00b85c;
  box-shadow: 0px 10px 24px 0px rgba(0, 184, 92, 0.32);
  border-radius: 29px;
}
.top-block-jttf .btn-box .submitBtn {
  width: 308px;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 56px;
  cursor: pointer;
}
.top-block-jttf .btn-box .btn-tip {
  position: absolute;
  width: 130px;
  top: -13px;
  right: 0;
}
.top-block-jttf .drag-pc {
  position: relative;
  background-color: #e8e8e8;
  width: 258px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: none;
  margin: 19px auto;
}
.top-block-jttf .drag-pc .drag_bg {
  background-color: #7ac23c;
  height: 30px;
  width: 0px;
}
.top-block-jttf .drag-pc .drag_text {
  position: absolute;
  top: 0px;
  width: 258px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
}
.top-block-jttf .drag-pc .handler {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 28px;
  border: 1px solid #ccc;
  cursor: move;
}
.top-block-jttf .drag-pc .handler_bg {
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==') no-repeat center;
}
.top-block-jttf .drag-pc .handler_ok_bg {
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==') no-repeat center;
}
.top-block-jttf .form-block-small .input-box {
  height: 50px;
  margin-top: 8px;
  line-height: 50px;
}
.top-block-jttf .form-block-small .input-box input {
  height: 50px;
  padding: 0 32px;
  font-size: 16px;
  line-height: 50px;
}
.top-block-jttf .form-block-small .reg-box {
  margin-top: 24px;
}
.top-block-jttf .form-block-small .btn-box {
  margin-top: 42px;
}
.top-block-jttf .wx-box {
  display: none;
}
.top-block-jttf .wx-box .icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  top: -6px;
}
.top-block-jttf .wx-box .text-1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #404560;
  line-height: 30px;
}
.top-block-jttf .wx-box .con {
  margin-top: 10px;
}
.top-block-jttf .wx-box .text-2,
.top-block-jttf .wx-box .text-3 {
  font-size: 16px;
  color: #595c72;
  line-height: 26px;
}
.top-block-jttf .wx-box .tip {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  padding: 2px 8px;
  top: -1px;
  background: #00bb50;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}
.top-block-jttf .wx-box .text-3 {
  margin-top: 35px;
}
.top-block-jttf .wx-box .img-box {
  width: 400px;
  margin: 0 auto;
}
.top-block-jttf .loading-box {
  display: none;
}
.top-block-jttf .loading-box .img-bg {
  width: 120px;
  height: 100px;
  background: #000;
  border-radius: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  position: fixed;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -50px;
}
.top-block-jttf .loading-box .img {
  position: fixed;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}
.top-block-jttf .loading-box.nofont .img-bg {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}
.top-block-jttf .loading-box .img img {
  width: 40px;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.top-block-jttf .loading-box.abs-loading .img-bg {
  position: absolute;
}
.top-block-jttf .loading-box.abs-loading .img {
  position: absolute;
}
.product-block .fl {
  width: 288px;
  height: 256px;
}
.product-block .img-box {
  width: 160px;
  height: 160px;
  margin-left: 64px;
}
.product-block .text-1 {
  margin-top: 12px;
  font-size: 26px;
  color: #121736;
  line-height: 24px;
}
.product-block .text-2 {
  margin-top: 12px;
  font-size: 16px;
  color: #888b9a;
  line-height: 22px;
}
.loan-step-block {
  padding-bottom: 177px;
}
.loan-step-block .step-box {
  width: 1200px;
  height: 246px;
  padding-top: 50px;
  background: #00b85c;
  border-radius: 0px 100px 0px 100px;
}
.loan-step-block .step-box > .fl {
  width: 380px;
}
.loan-step-block .icon-box {
  display: inline-block;
  width: 24px;
  vertical-align: text-bottom;
}
.loan-step-block .top-box {
  height: 24px;
}
.loan-step-block .text-1 {
  display: inline-block;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
.loan-step-block .text-2 {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
}
.loan-step-block .img-box {
  margin-top: 27px;
}
.about-block {
  background: linear-gradient(180deg, #00b85c 0%, #00ad57 100%);
}
.about-block .about-bg {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.about-block .about-bg::before {
  content: '';
  width: 182px;
  height: 162px;
  background-image: url(../images_new/about-bg-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 133px;
  left: 50%;
  margin-left: -720px;
}
.about-block .about-bg::after {
  content: '';
  width: 760px;
  height: 760px;
  background-image: url(../images_new/about-bg-03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 400px;
}
.about-block .container {
  padding-top: 80px;
  background: url(../images_new/about-bg-02.png) no-repeat 780px 268px;
  background-size: 182px 162px;
}
.about-block .mt-66 {
  margin-top: 66px;
}
.about-block .mt-56 {
  margin-top: 56px;
}
.about-block .text {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
}
.about-block .text-1 {
  width: 852px;
  margin-top: 8px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 34px;
}
.about-block .swiper-container {
  width: 100%;
  height: 482px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide {
  width: 452px;
  padding-top: 32px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box {
  position: relative;
  height: 106px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box .line {
  display: block;
  width: 100%;
  height: 3px;
  box-shadow: 0px 6px 12px 0px rgba(0, 134, 67, 0.2);
  background-color: #33c67c;
  position: absolute;
  top: 7px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box .circular {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box .time {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 48px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .img-box {
  width: 420px;
  height: 264px;
  background: #ffffff;
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid #f0f2f5;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .img-box span {
  display: block;
  padding: 30px 0 21px 32px;
  font-size: 16px;
  color: #121736;
  line-height: 22px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .img-box img {
  width: 358px;
  height: 162px;
  padding-left: 32px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide.slide {
  width: 512px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide.slide .img-box {
  width: 480px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide.slide .img-box img {
  width: 418px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide:last-child .line {
  width: 0;
  left: 0;
}
.about-block .swiper-container .swiper-scrollbar {
  height: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0;
  width: 100%;
  left: 0;
}
.about-block .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  border-radius: 4px;
  background: #fff;
  top: 4px;
  cursor: pointer;
}
.honor-block .title-box img {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.honor-block .title-box span {
  font-size: 14px;
  color: #b7b9c2;
  line-height: 20px;
}
.honor-block .img-item {
  width: 384px;
}
.safe-block .safe-cont {
  height: 424px;
  padding-top: 16px;
  padding-left: 74px;
  background: #00b85c url(../images_new/safe-bg.png) no-repeat top right;
  background-size: contain;
  border-radius: 0px 100px 0px 100px;
}
.safe-block .text {
  position: relative;
  padding-left: 52px;
  margin-top: 36px;
}
.safe-block .num-icon {
  position: absolute;
  width: 30px;
  top: 11px;
  left: 0;
}
.safe-block .text-1 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 16px;
}
.safe-block .text-2 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}
.plan-block {
  padding: 80px 0;
  background: #e6f9ef url(../images_new/plan-block-bg.jpg) no-repeat center center;
  background-size: auto 100%;
}
.plan-block .plan-cont {
  position: relative;
}
.plan-block .img-box {
  height: 440px;
}
.plan-block .img-box img {
  border-radius: 16px;
}
.plan-block .text-box {
  position: absolute;
  width: 312px;
  top: 0;
  right: 0;
  border-radius: 0px 16px 16px 0px;
}
.plan-block .text-box li {
  padding: 50px 32px;
  background: rgba(87, 91, 94, 0.7);
  cursor: pointer;
}
.plan-block .text-box li.actived {
  height: 268px;
  padding-top: 48px;
  padding-bottom: 0;
  background: rgba(0, 184, 92, 0.9);
}
.plan-block .text-box li:first-child {
  border-radius: 0px 16px 0px 0px;
}
.plan-block .text-box li:last-child {
  border-radius: 0px 0px 16px 0px;
}
.plan-block .text-box .text-1 {
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
.plan-block .text-box .text-1::after {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 16px;
  background: #ffffff;
  border-radius: 2px;
  top: 5px;
  left: 0;
}
.plan-block .text-box .text-2 {
  margin-top: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}
.partner-block .partner-cont {
  width: 1199px;
}
.block5-box {
  background: #222328;
}
.block5-box .con2 {
  text-align: center;
  font-size: 12px;
  color: #aaaaaa;
  padding-top: 15px;
  line-height: 28px;
  padding-bottom: 10px;
}
.right-nav-box {
  position: fixed;
  right: 3px;
  bottom: 160px;
  z-index: 102;
  display: none;
}
.right-nav-box .gif-box {
  width: 60px;
}
.right-nav-box .gif-box img {
  width: 60px;
  cursor: pointer;
}
.right-nav-box .right-btn-box {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 50px;
  padding: 10px 4px;
  background: #ffffff;
}
.right-nav-box .right-btn-box a {
  cursor: pointer;
  width: 50px;
  height: 46px;
  display: block;
}
.right-nav-box .right-btn-box a span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #b5b5b5;
  padding-top: 26px;
}
.right-nav-box .right-btn-box .kefu {
  background: url('../../images/1.0.3/kefu-icon.png') top center no-repeat;
}
.right-nav-box .right-btn-box .back-top span {
  background: url('../../images/1.0.3/backTop-icon.png') center top no-repeat;
  padding-top: 27px;
}
.kefu-popup-box {
  display: none;
}
.kefu-popup-box .kefu-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  z-index: 1001;
}
.kefu-popup-box .kefu-popup {
  position: fixed;
  width: 600px;
  height: 430px;
  top: 50%;
  left: 50%;
  margin-top: -215px;
  margin-left: -300px;
  border: 10px solid #666666;
  background: #f4f4f4;
  z-index: 1002;
}
.kefu-popup-box .kefu-popup .close {
  width: 26px;
  height: 26px;
  background: url('../../images/1.0.3/close2.png') center no-repeat;
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}
.kefu-popup-box .kefu-popup .title img {
  display: block;
  margin: 0 auto;
  padding-top: 28px;
}
.kefu-popup-box .kefu-popup .txt-con {
  font-size: 21px;
  color: #333333;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 28px;
}
.kefu-popup-box .kefu-popup .tp {
  float: left;
  width: 270px;
  text-align: center;
  font-size: 21px;
  color: #333333;
  margin-left: 45px;
}
.kefu-popup-box .kefu-popup .tp img {
  width: 270px;
}
.kefu-popup-box .kefu-popup .txt {
  font-size: 18px;
  float: left;
  width: 260px;
  padding-left: 15px;
  color: #333333;
}
.kefu-popup-box .kefu-popup .txt span {
  font-size: 20px;
  color: #333333;
  display: block;
  padding-bottom: 20px;
  padding-top: 5px;
}
.kefu-popup-box .kefu-popup .txt p {
  background: url('../../images/1.0.3/dao-sanj.png') left center no-repeat;
  padding-left: 20px;
  margin-top: 20px;
}
