@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
tr,
table,
tbody,
thead,
tfoot,
em,
strong,
span {
  padding: 0;
  margin: 0;
  font-family:Microsoft YaHei, arial, "微软雅黑";
}
*{
  outline: none;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0 none;
  vertical-align: middle;
  width: auto;
  height: auto;
}
input {
  vertical-align: middle;
}
em {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
body {
  position: relative;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
}
._fl {
  float: left;
}

._fr {
  float: right;
}

.none {
  display: none;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.text_c {
  text-align: center;
}

.font14 {
  font-size: 14px;
}

/*-------common---------*/

.t-mobile {
  display: none;
}

/* 主体容器 */

.t-main {
  width: 100%;
  margin: 0 auto;
  color: #202020;
  background: #fff;
  overflow-x: none;
}
.bg-gray{
  background: #f6f6f6;
  margin: 0 auto;
}

/* item统一背景样式 */
.t-cont-banner {
  width: 100%;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.t-cont-item {
  width: 100%;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* item主体内容区 */

.t-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
}

/* 通用一级标题 */
.t-main-title {
  text-align: center;
  padding: 20px 0px;
  position: relative;
  margin: 50px auto 20px auto;
  width: 96%;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  color: #333;
}
.t-main-title span{
  display: inline-block;
  margin: 0 auto;
  padding: 0 70px;
  background: url(../RJ-img/tit-bg-left.png) no-repeat left center,
  url(../RJ-img/tit-bg-right.png) no-repeat right center;
}

.box-visible{
  overflow: visible;
}

/* 通用二级标题 */
.t-sub-title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #7D7D7D;
  width: 90%;
  margin: 0 auto;
  line-height: 150%;
  margin-top: -25px;
  margin-bottom: 30px;
}
.text-left{
  text-align: left;
}
.sub-title{
  text-align: center;
  font-size: 24px;
  color: #000;
  margin: 30px auto;
  clear: both;
}
.sub-title span{
  padding: 0 20px;
}
.sub-title-bg {
  text-align: center;
  font-size: 24px;
  color: #2f5083;
  position: relative;
  margin: 30px 0 40px 0;
}
/* 通用文字 */
.t-intro,
.t-intro p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}

.hidden{
  overflow: hidden;
}
.t-main-sub-tit{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.show-pc{
  display: block;
}
.show-mobile{
  display: none;
}
/* 首页样式  */
.t-page1 {
  background-image: url('../RJ-img/page1-bg.png');
  background-position: center bottom;
  height: 692px;
}
.t-page1 .t-content,
.page1-cont{
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.t-page1 .page1-cont{
  padding-top: 105px;
  text-align: center;
}
.page1-time{
  margin: 60px auto 20px auto; 
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(to right, #01ecfd 20%, #b019f4);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  font-size: 24px;
}
.page1-time.show-mobile{
  display: none;
}
.page1-time > img{
  margin-right: 5px;
}
.page1-btn{
  width: 303px;
  height: 50px;
  line-height: 50px;
  background: #E60039;
  box-shadow: 0px 0px 18px 0px rgba(0,2,69,0.4);
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  margin: 20px auto;
  border: 1px solid #E60039;
  cursor: pointer;
}
/*.page1-btn:hover{
  background: #fff;
}*/
.page1-btn a{
  color: #fff;
}
.page1-btn:hover a{
  color: #fff;;
}
.page1-des{
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0 80px;
  position: absolute;
  bottom: 48px;
  margin: 0 auto;
  left: 0;
  width: 100%;
}
.page1-des li{
  display: flex;
  padding: 0 20px;
} 
.page1-des li:last-child span{
  padding-right: 20px;
}
.t-nav{
  height: 60px;
  background: #050979;
  line-height: 60px;
}
.nav-lists{
  display: flex;
  justify-content: center;
}
.nav-lists li{
  margin: 0 52px;
  position: relative;
}
.nav-lists a{
  font-size: 16px;
  color: #F5F9FF;
}
.nav-lists li.active a{
  color: #C95BFF;
  font-weight: bold;
}
.nav-lists li.active:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #2a6bee 20%, #b019f4);
}

.t-page2 {
  background-image: url('../RJ-img/page2-bg.png');
  background-position: center bottom;
  padding-top: 70px;
  height: 794px;
}
.page2-cont{
  height: 630px;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  border-top-left-radius: 142px;
  border-bottom-right-radius: 142px;
  box-sizing: border-box;
  padding: 1px 120px 60px;
}
.page2-info{
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  justify-content: space-between;
}
.page2-info .info-cont{
  width: 65%;
}
.page2-info .info-img{
  width: 30%;
  max-width: 300px;
}
.page2-info .info-img img{
  display: block;
  width: 100%;
}
.page2-btn{
  display: block;
  width: 198px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #E60039;
  border: 1px solid #E60039;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 18px;
  margin: 20px auto;
}
.page2-btn:hover{
  color: #fff;
/*  background: #fff;*/
}
.t-page2 .user-tit{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  padding-top: 65px;
}
.t-page2 .user-info span{
  font-weight: bold;
  color: #333;
}
.t-page2 .user-info i{
  font-style: normal;
  display: inline-block;
  margin-right: 3px;
}
.t-page3 {
  background-image: url('../RJ-img/page3-bg.png');
  background-position: center bottom;
  background-repeat: no-repeat;
}

.page3-cont{
  padding: 185px 0 114px;
}
.page3-cont ul{
  width: 93%;
  height: 387px;
  margin-bottom: 250px;
/*  margin: 185px auto 220px 0;*/
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  position: relative;
  background-image: linear-gradient(to bottom, #d8e8fa, #ddd9fa);
}
.page3-cont ul:after{
  height: 373px;
  position: absolute;
  width: calc(100% - 7px);
  content: "";
  background: #f1faff;
  top: 7px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  left: 0;
  z-index: 1;
}
.t-page3 ul{
  /*position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;*/
}

.t-page3 ul li{
  position: absolute;
  z-index: 2;
}
.t-page3 ul li.page3-num span{
  display: block;
  width: 41px;
  height: 41px;
  text-align: center;
  background: #115ACB;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  font-style: italic;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 41px;
}
.t-page3 ul li.num1,
.t-page3 ul li.num2,
.t-page3 ul li.num3,
.t-page3 ul li.num4{
  top: -18px;
  left: 26%;
}
.t-page3 ul li.num2{
  left: 42%;
}
.t-page3 ul li.num3{
  left: 57%;
}
.t-page3 ul li.num4{
  left: 72%;
}
.t-page3 ul li.num1:before,
.t-page3 ul li.num2:before,
.t-page3 ul li.num3:before,
.t-page3 ul li.num4:before,
.t-page3 ul li.num5:before,
.t-page3 ul li.num6:before,
.t-page3 ul li.num7:before,
.t-page3 ul li.num8:before{
  content: "";
  display: block;
  height: 35px;
  border-left: 6px dotted #9cc2ec;
  position: absolute;
  left: 20px;
  top: -42px;
}
.t-page3 ul li.num2:before,
.t-page3 ul li.num4:before{
  top: 47px;
}
.t-page3 ul li.num5:before{
  top: 47px;
  height: 60px;
  border-color: #b9c3f1;
}
.t-page3 ul li.num7:before,
.t-page3 ul li.num8:before{
  top: 47px;
}

.t-page3 ul li.num1:after,
.t-page3 ul li.num2:after,
.t-page3 ul li.num3:after,
.t-page3 ul li.num4:after{
  content: "";
  display: block;
  width: 21px;
  height: 24px;
  background: url(../RJ-img/next1.png) no-repeat center center;
  position: absolute;
  left: 60px;
  top: 10px;
}
.t-page3 ul li.num5:after,
.t-page3 ul li.num6:after,
.t-page3 ul li.num7:after{
  content: "";
  display: block;
  width: 21px;
  height: 24px;
  background: url(../RJ-img/next2.png) no-repeat center center;
  position: absolute;
  right: 60px;
  top: 8px;
}
.t-page3 ul li.num5 span{
  transform: rotate(350deg);
}
.t-page3 ul li.num5:after{
  right: 47px;
  top: 35px;
  transform: rotate(222deg);
}

.t-page3 ul li.num5,
.t-page3 ul li.num6,
.t-page3 ul li.num7,
.t-page3 ul li.num8{
  bottom: -18px;
}
.t-page3 ul li.num5{
  right: 4%;
  bottom: 28px;
}
.t-page3 ul li.num6{
  right: 23%;
}
.t-page3 ul li.num7{
  right: 40%;
}
.t-page3 ul li.num8{
  left: 9%;
}
.t-page3 ul li.num5 span,
.t-page3 ul li.num6 span,
.t-page3 ul li.num7 span{
  background: #6337ce;
}
.t-page3 ul li.num8 span{
  background: #B656DB;
}

.t-page3 ul li .num-cont{
  padding: 23px 32px;
  background: linear-gradient(-129deg, #FCFEFF, #EDF6FF);
  border-radius: 16px 7px 7px 7px;
  border: 2px solid #fff;
  box-shadow: 0 0 4px #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: block;
  position: absolute;
  font-style: normal;
  text-align: center;
}
.t-page3 ul li.num1 .num-cont{
  width: 166px;
  left: calc(-50% - 83px + 46px);
  top: -145px;
}
.t-page3 ul li.num3 .num-cont{
  left: calc(-50% - 125px + 46px);
  width: 250px;
  top: -145px;
}
.t-page3 ul li.num2 .num-cont{
  width: 280px;
  left: calc(-50% - 140px + 46px);
  top: 86px;
}
.t-page3 ul li.num4 .num-cont{
  left: calc(-50% - 150px + 46px);
  width: 300px;
  top: 86px;
}
.t-page3 ul li.num5 .num-cont{
  left: calc(-50% - 148px + 46px);
  width: 296px;
  bottom: -170px;
}
.t-page3 ul li.num6 .num-cont{
  left: calc(-50% - 157px + 46px);
  width: 314px;
  top: -148px;
}
.t-page3 ul li.num7 .num-cont{
  left: calc(-50% - 158px + 46px);
  width: 316px;
  bottom: -170px;
}
.t-page3 ul li.num8 .num-cont{
  left: calc(-50% - 158px + 46px);
  width: 316px;
  bottom: -170px;
}


.t-page3 ul li.page3-circular{
  height: 222px;
  width: 222px;
  background: #115acb;
  border-radius: 222px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-page3 ul li.page3-circular.circular1{
  left: 0;
  top: -108px;
}
.t-page3 ul li.page3-circular.circular1:after{
  content: "";
  display: block;
  position: absolute;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 38px solid #115acb;
  left: 98%;
}
.t-page3 ul li.page3-circular.circular2{
  right: -7%;
  top: 30px;
  background: #6337CE;
}
.t-page3 ul li.page3-circular.circular2:after{
  content: "";
  display: block;
  position: absolute;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 38px solid #6337CE;
  left: calc(50% - 10px);
  transform: rotate(95deg);
  bottom: -34px;
}
.t-page3 ul li.page3-circular.circular3{
  left: 26%;
  bottom: -105px;
  background: #B656DB;
}
.t-page3 ul li.page3-circular.circular3:after{
  content: "";
  display: block;
  position: absolute;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 38px solid #B656DB;
  left: -34px;
  bottom: calc(50% - 23px);
}
.t-page3 ul li.page3-circular .page3-time{
  margin: 5px auto;
}
.t-page3 ul li.page3-circular .page3-des{
  font-size: 24px;
}

.page3-btn{
  display: block;
  width: 262px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #E60039;
  border: 1px solid #E60039;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px auto;
}
.page3-btn:hover{
/*  background: #fff;*/
  color: #fff;
}
.page3-cont > .page3-des{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.page3-cont > .page3-des span{
  color: #E60039;
  margin-right: 5px;
}

.t-page4 {
  background-color: #c3dffb;
  background-image: url('../RJ-img/page4-bg.png');
  background-position: center bottom;
}
.page4-cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
.page4-cont .page4-item{
  flex: 1;
  padding: 5px 10px;
  overflow: hidden;
  border-radius: 10px;
}
.page4-cont .page4-item img{
  display: block;
  width: 100%;
}
.page4-cont .page4-item:hover img{
  transform: scale(1.05);
}
.t-page5 {
  background-color: #f1faff;
  background-image: url('../RJ-img/page5-bg.png');
  background-position: center bottom;
  padding-bottom: 10px;
}
.page5-cont{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
/*  justify-content: space-between;*/
  justify-content: center;
}
.page5-item{
  width: 316px;
  margin: 35px 22px;
  position: relative;
}
.page5-item:first-child{
  margin-left: 0;
}
.page5-item:nth-child(4){
  margin-right: 0;
}
.page5-item .item-cont{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  padding-top: 170px;
  box-sizing: border-box;
}
.page5-item .item-cont .cont-play{
  margin: 4px auto;
  text-align: center;
}
.page5-item .item-cont .item-name{
  font-size: 24px;
  font-weight: bold;
  color: #3472EB;
  position: relative;
  padding: 5px 0;
  display: inline-block;
}
.page5-item .item-cont .item-name:after{
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #2a6bee 20%, #b019f4);
}
.page5-item .item-cont .item-des{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 14px 0;
}
.page5-item .item-cont .item-saying{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding: 30px 25px 10px 25px;
}

.t-page6 {
  background-color: #f1faff;
  background-image: url('../RJ-img/page6-bg.png');
  background-position: center bottom;
  padding-top: 80px;
}
.page6-cont{
  box-shadow: 0px 0px 7px 0px rgba(161,196,216,0.16);
/*  height: 890px;*/
  border-radius: 5px;
  padding-top: 1px;
  background-image: linear-gradient(160deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
}
.page6-sub-tit{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.page6-info{
  display: flex;
  padding: 30px 22px;
  justify-content: center;
}
.page6-info .message-cont,
.page6-info .message-form{
  flex: 1;
  margin: 0 22px;
}
.page6-info .message-form{
  padding-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  max-width: 800px;
}
.page6-info .message-form .form-item{
  overflow: hidden;
  clear: both;
  margin-bottom: 22px;
  position: relative;
}
.page6-info .message-form .form-item .form-error{
  padding-left: 95px;
  font-size: 14px;
  color: #E60039;
  display: none;
  clear: both;
}
.page6-info .message-form .form-item .item-label{
  width: 95px;
  position: relative;
  float: left;
  padding-right: 15px;
  line-height: 43px;
  min-height: 43px;
}
.page6-info .message-form .form-item .required:before{
  content: "*";
  color: #E60039;
  margin-right: 5px;
}
.page6-info .message-form .form-item .item-input{
  width: calc(100% - 95px);
  float: left;
  min-height: 43px;
  background: #FAFAFA;
  border: 1px solid #EDEDED;
}
.page6-info .message-form .form-item .item-input input,
.page6-info .message-form .form-item .item-input textarea{
  width: 100%;
  height: 100%;
  line-height: 43px;
  min-height: 43px;
  background: none;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  padding: 2px 10px;
  display: block;
}
.page6-info .message-form  .item-tips{
  padding-left: 95px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #7D7D7D;
  clear: both;
  padding-top: 5px;
}
.page6-info .message-form .item-tips span{
  font-weight: bold;
  display: block;
}
.page6-info .message-form .item-agree{
  padding-left: 95px;
  height: 35px;
  line-height: 35px;
  display: flex;
  align-items: center;
  font-size: 16px;  
  color: #333;
}
.item-agree a{
  color: #E60039;
}
input.input-agree {
  width: 23px;
  height: 23px;
  margin-top: 0;
  background-color: #fff;            
  border: 1px solid #c9c9c9;
  border-radius: 23px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  outline: none;
  margin-right: 10px;
}
input.input-agree:hover {
  border-color: #43adea;
}

input.input-agree:checked {
  color: #fff;
  background-color: #43adea;
  border: 1px solid #43adea;
}
input.input-agree:after {
/*  content: "✔";*/
/*  content: "√";*/
  content: "\2713";
  height: 100%;
  display: block;
  line-height: 22px;
}
.page6-info .form-btn{
  width: 194px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #E60039;
  border: 1px solid #E60039;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

.page6-info .message-cont .message-tit{
  font-size: 18px;
  font-weight: bold;
  color: #115ACB;
  line-height: 32px;
}
.page6-info .message-warp{
  margin-top: 8px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  height: 576px;
  padding: 30px 36px;
  box-sizing: border-box;
  border-top: 2px solid #89BDF0;
}
.page6-info .message-list{
  height: 100%;
  overflow-y: scroll;
}
.page6-info .message-info{
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
}
.page6-info .message-info .info-name{
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 32px;
}
.page6-info .message-info .info-time{
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 24px;
}
.page6-info .message-info .info-cont{
  clear: both;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.t-page7 {
  background-color: #f1faff;
  background-image: url('../RJ-img/page7-bg.png');
  background-position: center top;
  padding-bottom: 167px;
}
.page7-cont{
  height: 410px;
  overflow-y: scroll;
}
.page7-cont .cont-item{
  width: 50%;
  height: 52px;
  margin: 15px 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.page7-cont .cont-item a{
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page7-cont .cont-item .item-time{
  width: 76px;
  padding-right: 14px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #89bdf0;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.page7-cont .cont-item .item-time span{
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 32px;
}
.page7-cont .cont-item .item-info{
  padding-left: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  float: left;
  width: calc(90% - 74px);
}
.page7-cont .cont-item .item-info .info-tit{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}
.page7-cont .cont-item .item-info .info-des{
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
/* 全屏视频 */
.video-mask,
.form-mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999999;
}

.video-mask .video-cont {
  width: 60%;
  height: auto;
  position: relative;
}

#full-video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.mask-btn {
  position: absolute;
  right: -35px;
  top: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.mobile-img {
  display: none;
}

.form-status{
  height: 340px;
  width: 620px;
  max-width: 90%;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #7d7d7d;
}
.form-status .close-btn{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.success-status{
  font-size: 20px;
  color: #333;
  margin: 20px auto 50px auto;
}
.page1-des.show-mobile{
  display: none!important;
}


.beautify-scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}
.beautify-scroll::-webkit-scrollbar-track {
    background-color: rgba(230,230,230, 0.4);
}
.beautify-scroll::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    border-radius: 10px;
}
.beautify-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #dfdfdf;
}

.page7-cont.beautify-scroll::-webkit-scrollbar-thumb {
    background-color: #9ec5ed;
}
.page7-cont.beautify-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #9ec5ed;
}


@media screen and (max-width: 1410px) {
  .t-content{
    width: 1200px;
  }
  .page1-name img{
    width: 96%;
    margin: 0 auto;
  }
  .page2-cont{
    padding: 1px 80px 60px;
  }
  .t-page3 ul li .num-cont{
    padding: 23px 20px;
  }
  .t-page3 ul li.num1 .num-cont{
    width: 140px;
    left: calc(-50% - 70px + 46px);
  }
  .t-page3 ul li.num2 .num-cont {
    width: 256px;
    left: calc(-50% - 128px + 46px);
  }
  .t-page3 ul li.num3 .num-cont {
    left: calc(-50% - 114px + 46px);
    width: 228px;
  }
  .t-page3 ul li.num4 .num-cont {
    left: calc(-50% - 137px + 46px);
    width: 274px;
  }
  .t-page3 ul li.num6 .num-cont {
    left: calc(-50% - 145px + 46px);
    width: 290px;
  }
  .t-page3 ul li.num7 .num-cont {
    left: calc(-50% - 145px + 46px);
    width: 290px;
  }
  .t-page3 ul li.num8 .num-cont {
    left: calc(-50% - 150px + 46px);
    width: 300px;
  }
  .page4-cont .page4-item{
    flex: 1;
  }
  .page4-cont .page4-item img{
    width: 98%;
    display: block;
  }
  .page5-item {
    width: 282px;
    margin: 30px 12px;
    position: relative;
  }
  .page5-item > img{
    width: 100%;
    display: block;
  }
  .page5-item .item-cont{
    padding: 135px 15px 0 15px;
  }
  .page5-item .item-cont .item-saying {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding: 28px 16px 10px 16px;
  } 
}

@media screen and (max-width: 1200px) {
  .t-content{
    width: 1000px;
  }
  .t-main-title{
    font-size: 32px;
    margin-top: 30px;
  }
  .page1-des{
    display: block;
  }
  .nav-lists li {
    margin: 0 40px;
  }
  .page2-info{
    line-height: 26px;
  }
  .t-page2 .user-tit{
    padding-top: 40px;
  }
  .t-page3 ul li.page3-circular {
    height: 170px;
    width: 170px;
    font-size: 18px;
  }
  .t-page3 ul li.page3-circular .page3-des {
    font-size: 18px;
  }
  .t-page3 ul li.page3-circular.circular1 {
    left: 0;
    top: -82px;
  }
  .t-page3 ul li.page3-circular.circular2{
    right: -8%;
  }
  .t-page3 ul li.page3-circular.circular2:after{
    transform: rotate(94deg);
    bottom: -32px;
  }
  .t-page3 ul li.page3-circular.circular3{
    bottom: -82px;
  }
  .t-page3 ul li.num5:after{
    top: 30px;
  }
  .t-page3 ul li .num-cont{
    padding: 23px 15px;
  }
  .t-page3 ul li.num1 .num-cont{
    width: 130px;
    left: calc(-50% - 65px + 46px);
  }
  .t-page3 ul li.num2 .num-cont {
    width: 246px;
    left: calc(-50% - 123px + 46px);
  }
  .t-page3 ul li.num3 .num-cont {
    left: calc(-50% - 109px + 46px);
    width: 218px;
  }
  .t-page3 ul li.num4 .num-cont {
    left: calc(-50% - 132px + 46px);
    width: 264px;
  }
  .t-page3 ul li.num6 .num-cont {
    left: calc(-50% - 140px + 46px);
    width: 280px;
  }
  .t-page3 ul li.num7 .num-cont {
    left: calc(-50% - 140px + 46px);
    width: 280px;
  }
  .t-page3 ul li.num8 .num-cont {
    left: calc(-50% - 145px + 46px);
    width: 290px;
  }
}

@media screen and (max-width: 1000px){
  .t-content{
    width: 100%;
  }
  .t-main-sub-tit{
    padding: 0 10px;
    font-size: 14px;
  }
  .t-nav{
    display: none;
  }
  .show-pc{
    display: none!important;
  }
  .show-mobile{
    display: block!important;
  }
  .t-sub-title {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
    width: 92%;
    margin: 0 auto;
  }
  .t-main-title{
    font-size: 22px;
    line-height: 30px;
    padding: 0 0px 10px 0;
    margin: 30px auto 10px auto;
  }
  .t-main-title span{
    padding: 0 40px;
    background: url(../RJ-img/tit-bg-left.png) no-repeat left center, 
    url(../RJ-img/tit-bg-right.png) no-repeat right center;
    background-size: 150px, 25px;
  }
  .t-page1 {
    background-image: url(../RJ-img/page1-bg_750.png);
    background-position: center bottom;
    height: 420px;
  }
  .t-page1 .page1-cont{
    padding-top: 50px;
  }
  .page1-name img{
    width: 90%;
    max-width: 258px;
  }
  .page1-time{
    font-size: 16px;
    justify-content: center;
    margin: 20px auto 15px auto;
  }
  .page1-time img{
    width: 60%;
    margin-right: 0;
  }
  .page1-btn{
    width: 178px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0px 0px 9px 0px rgba(0,2,69,0.4);
    border-radius: 2px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page1-btn a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page1-des{
    font-size: 12px;
    bottom: 5px;
    padding: 0;
/*    width: 280px;*/
    margin: 0 auto;
/*    left: calc(50% - 140px);*/
  }
  .page1-des li{
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0;
  }
  .page1-des li div{
    float: left;
  }
  .page1-des li span{
    float: left;
  }
  .page1-des li:last-child > div{
    height: 70px;
  }
  .page1-des li:last-child span{
    padding-right: 0;
  }
  .page1-des li:last-child div:last-child{
    padding-right: 0;
    text-align: left;
  }
  .page1-des li:last-child div:last-child span{
    margin-left: -5px;
  }
  .page1-des.show-mobile{
    display: flex!important;
  }
  .t-page2{
    height: auto;
  }
  .page2-cont{
    display: block;
    height: auto;
    padding: 10px 15px;
    margin: 0 10px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .page2-info{
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .page2-info .info-cont{
    width: 100%;
  }
  .t-page2 .user-tit{
    font-size: 18px;
    padding-top: 20px;
  }
  .page2-info .info-img{
    width: 60%;
    max-width: 300px;
    margin: 20px auto;
  }
  .page2-btn{
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page3-cont {
    padding: 20px 0 114px;
  }
  .page3-btn{
    width: 166px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page3-cont ul{
    width: 100%;
    height: 910px;
    background: none;
    margin-bottom: 70px;
  }
  .page3-cont ul:after{
    height: 100%;
    content: "";
    width: 4px;
    left: calc(50% - 2px);
    background-image: linear-gradient(to bottom, #d8e8fa, #ddd9fa);
  }
  .t-page3 ul li{
    position: relative;
    top: 0;
    width: 100%;
    bottom: initial!important;
    left: 0!important;
    margin-bottom: 20px;
  }
  .t-page3 ul li.page3-num span{
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    position: relative;
    left: calc(50% - 13px);
  }
  .t-page3 ul li.page3-circular img{
    width: 30px;
    height: 30px;
  }
  .t-page3 ul li.page3-circular.circular1,
  .t-page3 ul li.page3-circular.circular2,
  .t-page3 ul li.page3-circular.circular3{
    width: 140px;
    height: 140px;
    left: calc(50% - 70px)!important;
    font-size: 14px;
    top: 0;
    bottom: 0;
    margin-bottom: 40px;
  }
  .t-page3 ul li.page3-circular.circular3{
    margin-top: 32px;
  }
  .t-page3 ul li.page3-circular .page3-des{
    font-size: 16px;
  }
  .t-page3 ul li.page3-circular:after{
    border-top: 12px solid transparent!important;
    border-bottom: 12px solid transparent!important;
    border-left: 24px solid #115acb!important;
    left: calc(50% - 12px)!important;
    border-right: none!important;
    top: 99%!important;
    transform: rotate(90deg)!important;
    bottom: initial!important;
  }
  .t-page3 ul li:after{
    position: absolute!important;
    left: calc(50% - 11px)!important;
    top: 20px!important;
    transform: rotate(90deg)!important;
  }
  .t-page3 ul li.num1:after, 
  .t-page3 ul li.num2:after, 
  .t-page3 ul li.num3:after, 
  .t-page3 ul li.num4:after{
    background: url(../RJ-img/next1.png) no-repeat center center;
    background-size: 10px;
  }
  .t-page3 ul li.num5:after, .t-page3 ul li.num6:after, .t-page3 ul li.num7:after{
    background: url(../RJ-img/next2.png) no-repeat center center;
    background-size: 10px;
    transform: rotate(30deg)!important;
  }
  .t-page3 ul li.num1:before, .t-page3 ul li.num2:before, 
  .t-page3 ul li.num3:before, .t-page3 ul li.num4:before, .t-page3 ul li.num5:before, 
  .t-page3 ul li.num6:before, .t-page3 ul li.num7:before, .t-page3 ul li.num8:before{
    height: 34px;
    border-left: 3px dotted #9cc2ec;
    left: 41%;
    top: -4px;
    transform: rotate(90deg)
  }
  .t-page3 ul li.num2:before,
  .t-page3 ul li.num4:before,
  .t-page3 ul li.num6:before,
  .t-page3 ul li.num8:before{
    left: 58%;
  }
  .t-page3 ul li .num-cont{
    font-size: 12px;
    line-height: 18px;
    padding: 4px 6px;
    width: auto!important;
    top: -15px!important;
    left: initial!important;
    bottom: initial!important;
  }
  .t-page3 ul li.num1 .num-cont,
  .t-page3 ul li.num3 .num-cont,
  .t-page3 ul li.num5 .num-cont,
  .t-page3 ul li.num7 .num-cont{
    left: 2%!important;
    width: 38%!important;
  }
  .t-page3 ul li.num1 .num-cont{
    top:  -4px!important;
  }
  .t-page3 ul li.num2 .num-cont,
  .t-page3 ul li.num4 .num-cont,
  .t-page3 ul li.num6 .num-cont,
  .t-page3 ul li.num8 .num-cont{
    left: 60%!important;
    width: 38%!important;
  }
  .t-page3 ul li.page3-circular.circular2:after{
    border-left-color: #6337CE!important;
  }
  .t-page3 ul li.page3-circular.circular3:after{
    border-left-color: #B656DB!important;
  }
  .t-page3 ul li.page3-circular.circular1{
    top: -20px!important;
  }
  .page3-cont > .page3-des{
    font-size: 12px;
  }
  .page6-info .form-btn{
    width: 126px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page4-cont{
    display: block;
    padding: 20px 10px;
  }
  .page4-cont .page4-item{
    margin: 20px 0;
  }
  .page4-cont .page4-item img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
  }
  .page5-cont{
/*    display: block;*/
  }
  .page5-item{
    margin: 25px auto!important;
    width: auto;
  }
  .page5-item .item-cont{
    padding-top: 0%;
    height: 67%;
  }
  .page5-item .item-cont .item-saying{
/*    font-size: 14px;*/
    line-height: 22px;
    padding: 0% 8% 0 8%;
    height: 39%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .page6-sub-tit{
    line-height: 24px;
    padding: 0 10px;
  }
  .page6-cont{
    height: auto;
    margin: 0 10px;
  }
  .page6-info{
    display: block;
    padding: 0;
    padding-bottom: 30px;
  }
  .page6-info .message-form .form-item .item-label{
    width: 100%;
  }
  .page6-info .message-cont, .page6-info .message-form{
    margin: 0 10px;
  }
  .page6-info .message-form .form-item .item-input {
    width: 100%;
  }
  .page6-info .message-form .item-tips,
  .page6-info .message-form .item-agree,
  .page6-info .message-form .form-item .form-error{
    padding-left: 0;
  }
  .page6-info .message-warp{
    padding: 15px 20px;
  }
  .page7-cont{
    margin: 0 10px;
  }
  .page7-cont .cont-item{
    width: 100%;
    margin: 5px 0;
  }
  .page7-cont .cont-item .item-info{
    width: calc(100% - 76px);
    font-size: 16px;
  }
  .page7-cont .cont-item .item-time{
    font-size: 16px;
  }
  .page7-cont .cont-item .item-info .info-des,
  .page7-cont .cont-item .item-time span{
    font-size: 14px;
    line-height: 20px;
  }
  .page7-cont .cont-item .item-info .info-tit{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
    width: 100%;
  }
  .video-mask .video-cont{
    width: 75%;
  }
  .mask-btn img{
    width: 18px;
    height: 18px;
  }
}