
/* CSS Document */
a,
img,
button,
input,
textarea,
label,
select,
div,
li {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body,
h1,
h2,
h3,
h4,
h5,
p,
form,
button,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
  font-family: "Microsoft YaHei";
}
@font-face {
  font-family: "Microsoft YaHei";
}
img {
  border: 0;
}
table,
tr,
td,
th {
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "microsoft yahei";
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}
ul,
ol,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
img,
button,
input,
textarea,
select {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
input[type=button],
input[type=search] {
  -webkit-appearance: none;
  outline: none;
}
select,
textarea,
input {
  /*解决表单宽度不一致的问题*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
.agreement {
  text-align: center;
  margin: 0.6rem auto 0;
  line-height: 0.8rem;
  clear: both;
}
.agreement label {
  display: inline-block;
  vertical-align: middle;
  height: 0.8rem;
}
.agreement label span {
  font-size: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
}
.agreement label input {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
  width: 0.8rem;
  height: 0.8rem;
}
.agreement a {
  font-size: 0.8rem;
  color: red;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 0.8rem;
}
.cet100 {
  display: none !important;
}
/*公共*/
.ry-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ry-title span {
  color: #314489;
  font-size: calc(36rem/30);
  margin: 0 calc(12rem/30);
}
/*.ry-title:before {
  content: "";
  display: block;
  width: calc(23rem/30);
  height: calc(22rem/30);
  background: url(../image/ry-title-icon.png) no-repeat center;
  -webkit-background-size: calc(23rem/30) calc(22rem/30);
  background-size: calc(23rem/30) calc(22rem/30);
}
.ry-title:after {
  content: "";
  display: block;
  width: calc(23rem/30);
  height: calc(22rem/30);
  background: url(../image/ry-title-icon.png) no-repeat center;
  -webkit-background-size: calc(23rem/30) calc(22rem/30);
  background-size: calc(23rem/30) calc(22rem/30);
}*/
.ry-ipt {
  width: calc(580rem/30);
  height: calc(80rem/30);
  border-radius: calc(5rem/30);
  text-align: center;
  display: block;
  float:left;
  box-sizing: border-box;
  background: url(../image/tel-icon.png) no-repeat left calc(32rem/30) center #ffffff;
  -webkit-background-size: calc(27rem/30) calc(36rem/30);
  background-size: calc(27rem/30) calc(36rem/30);
  border: 1px solid #898989;
  font-size: calc(24rem/30);
  color: #333333;
}
.ry-ipt::placeholder {
  color: #d3d3d3;
}
.ry-btn {
  border-radius: calc(5rem/30);
  float:left;
  margin-top:3vw;
  background-color: #ff5241;
  width: calc(580rem/30);
  height: calc(80rem/30);
  line-height: calc(80rem/30);
  text-align: center;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  font-size: calc(30rem/30);
  color: #ffffff;
}
.ry-btn1 {
  border-radius: calc(5rem/30);
  background-color: #ff5241;
  width: calc(120rem/30);
  height: calc(50rem/30);
  line-height: calc(50rem/30);
  text-align: center;
  display: block;
  box-sizing: border-box;
  font-size: 3vw;
  color: #ffffff;
  margin:0 auto;
}
/*头部*/
.ry-head {
  width: 100%;
  height: calc(500rem/30);
  background: url(../image/ry-head-bg.jpg) no-repeat center;
  -webkit-background-size: 100% calc(500rem/30);
  background-size: 100% calc(500rem/30);
}
/*学习方案*/
.ry-xxfa {
  padding: calc(20rem/30) 0 calc(10rem/30) 0;
}
.ry-xxfa .ry-title {
  margin-bottom: calc(45rem/30);
}
.ry-xxfa .xxfa-form .form-warp {
  width: calc(660rem/30); 
  margin: 0 auto;
}
.ry-xxfa .xxfa-form .form-warp dl {
  margin-bottom: calc(44rem/30);
}
.ry-xxfa .xxfa-form .form-warp dl dd {
  display: flex;
  flex-wrap: wrap;
}
.ry-xxfa .xxfa-form .form-warp dl dd .input-r {
  width: calc(130rem/30);
  height: calc(50rem/30);
  position: relative;
  margin-right: calc(20rem/30);
  margin-bottom: calc(23rem/30);
}
.ry-xxfa .xxfa-form .form-warp dl dd .input-r input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.ry-xxfa .xxfa-form .form-warp dl dd .input-r span {
  font-size: calc(22rem/30);
  color: #999999;
  text-align: center;
  display: block;
  background: #ffffff;
  border-radius: calc(10rem/30);
  height: calc(50rem/30);
  line-height: calc(50rem/30 - 2px);
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.ry-xxfa .xxfa-form .form-warp dl dd .input-r span.choose-span {
  border: 1px solid #ff5241;
  background: #ff5241;
  color: #ffffff;
}
.ry-xxfa .xxfa-form .form-warp dl dd .input-r:nth-child(4n) {
  margin-right: 0;
}
.ry-xxfa .xxfa-form .form-warp dl dt {
  margin-bottom: calc(25rem/30);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: calc(48rem/30);
  background: url(../image/ry-xxfa-icon.png) no-repeat left center;
  -webkit-background-size: calc(39rem/30) calc(30rem/30);
  background-size: calc(39rem/30) calc(30rem/30);
}
.ry-xxfa .xxfa-form .form-warp dl dt span {
  font-size: calc(28rem/30);
  color: #314489;
}
.ry-xxfa .xxfa-form .form-warp dl:last-child {
  margin-bottom: calc(13rem/30);
}
.ry-xxfa .xxfa-mfhq {
  border-radius: calc(10rem/30);
  background-color: #f2f5f9;
  width: calc(660rem/30);
  height: calc(295rem/30);
  position: relative;
  margin: 0 auto;
  padding-top: calc(66rem/30);
  box-sizing: border-box;
}
.ry-xxfa .xxfa-mfhq > span {
  border: calc(6rem/30) solid #ffffff;
  background-color: #314489;
  width: calc(423rem/30);
  height: calc(80rem/30);
  border-radius: calc(40rem/30);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: calc(30rem/30);
  color: #ffffff;
  font-weight: bold;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
}
.ry-xxfa .xxfa-mfhq > span em {
  font-size: calc(32rem/30);
  font-style: normal;
  transform: translateY(calc(-3rem/30));
  margin: 0 calc(20rem/30);
}
.ry-xxfa .xxfa-mfhq dl {
  display: flex;
}
.ry-xxfa .xxfa-mfhq dl dd {
  width: 25%;
}
.ry-xxfa .xxfa-mfhq dl dd img {
  display: block;
  margin: 0 auto calc(25rem/30) auto;
  width: calc(105rem/30);
  height: calc(105rem/30);
}
.ry-xxfa .xxfa-mfhq dl dd em {
  display: block;
  font-style: normal;
  text-align: center;
  color: #e61c3c;
  font-size: calc(30rem/30);
  font-weight: bold;
}
.ry-xxfa .xxfa-mfhq dl dd span {
  font-size: calc(22rem/30);
  color: #333333;
  display: block;
  text-align: center;
}
/*入门课程*/
.ry-rmkc {
  background: #f7f7f7;
  padding: calc(40rem/30) 0 calc(50rem/30) 0;
  /*多人领取*/
}
.ry-rmkc .ry-title {
  margin-bottom: calc(30rem/30);
}
.ry-rmkc .rmkc-main {
  position: relative;
  padding-bottom: calc(32rem/30);
  margin-bottom: calc(50rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper {
  position: static;
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd {
  background: url(../image/hot-bq.png) no-repeat top right #ffffff;
  -webkit-background-size: calc(79rem/30);
  background-size: calc(79rem/30);
  border-radius: calc(10rem/30);
  width: calc(660rem/30);
  height: calc(236rem/30);
  box-sizing: border-box;
  padding: calc(26rem/30) 0 calc(26rem/30) calc(20rem/30);
  display: flex;
  align-items: flex-start;
  margin: 0 auto calc(15rem/30) auto;
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj {
  width: calc(234rem/30);
  height: calc(184rem/30);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(36rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj .rmkc-text span {
  font-size: calc(24rem/30);
  display: block;
  text-align: center;
  margin-bottom: calc(5rem/30);
  color: #ffffff;
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj .rmkc-text em {
  display: block;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  font-size: calc(36rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img01 {
  background: url(../image/ry-rmkc-img01.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img02 {
  background: url(../image/ry-rmkc-img02.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img03 {
  background: url(../image/ry-rmkc-img03.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img04 {
  background: url(../image/ry-rmkc-img04.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img05 {
  background: url(../image/ry-rmkc-img05.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img06 {
  background: url(../image/ry-rmkc-img06.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img07 {
  background: url(../image/ry-rmkc-img07.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .rmkc-jj.rmkc-img08 {
  background: url(../image/ry-rmkc-img08.png) no-repeat center;
  -webkit-background-size: calc(234rem/30) calc(184rem/30);
  background-size: calc(234rem/30) calc(184rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .item-right {
  width: calc(370rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .item-right span {
  color: #314489;
  font-size: calc(28rem/30);
  display: block;
  margin-bottom: calc(12rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .item-right p {
  font-size: calc(24rem/30);
  color: #314489;
  margin-bottom: calc(13rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .item-right em {
  display: block;
  text-align: center;
  font-style: normal;
  width: calc(100rem/30);
  height: calc(30rem/30);
  border-radius: calc(15rem/30);
  box-sizing: border-box;
  border: 1px solid #e61c3c;
  line-height: calc(30rem/30 - 2px);
  color: #e61c3c;
  font-size: calc(18rem/30);
  margin-bottom: calc(10rem/30);
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .item-right .mflq-btn {
  display: flex;
  padding-right: calc(40rem/30);
  justify-content: flex-end;
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd .item-right .mflq-btn a {
  display: block;
  background-color: #314489;
  width: calc(176rem/30);
  height: calc(50rem/30);
  line-height: calc(50rem/30);
  border-radius: calc(25rem/30);
  text-align: center;
  font-size: calc(26rem/30);
  font-weight: bold;
  color: #ffffff;
}
.ry-rmkc .rmkc-main .rmkc-swiper .rmkc-item dd:last-child {
  margin-bottom: 0;
}
.ry-rmkc .rmkc-main .swiper-pagination-bullet {
  width: calc(15rem/30);
  height: calc(8rem/30);
  background: #314489;
  border-radius: calc(4rem/30);
  margin: 0 calc(3rem/30);
  opacity: 1;
}
.ry-rmkc .rmkc-main .swiper-pagination-bullet-active {
  width: calc(40rem/30);
  background: #e61c3c;
}
.ry-rmkc .rmkc-main .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.ry-rmkc .drlq {
  margin-top: calc(40rem/30);
}
.ry-rmkc .drlq p {
  color: #333333;
  font-size: calc(28rem/30);
  text-align: center;
  margin-bottom: calc(30rem/30);
}
.ry-rmkc .drlq dl {
  width: calc(660rem/30);
  margin: 0 auto;
}
.ry-rmkc .drlq dl dd {
  transition: opacity 500ms linear;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.ry-rmkc .drlq dl dd.active {
  opacity: 1;
  width: 100%;
  height: auto;
}
.ry-rmkc .drlq dl dd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ry-rmkc .drlq dl dd ul img {
  width: calc(55rem/30);
  height: calc(55rem/30);
}
/*学习资料*/
.ry-xxzl {
  width: 100%;
  background: url(../image/ry-xxzl-bg.jpg) no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: calc(45rem/30) 0 calc(55rem/30) 0;
  overflow: hidden;
}
.ry-xxzl .ry-title {
  margin-bottom: calc(24rem/30);
}
.ry-xxzl .ry-title span {
  color: #ffffff;
}
.ry-xxzl .xxzl-main {
  margin-bottom: calc(44rem/30);
  width: calc(2022rem/30);
  transform: translateX(calc(-634rem/30));
}
.ry-xxzl .xxzl-main .xxzl-slide-main {
  border-radius: calc(10rem/30);
  background: #ffffff;
  width: calc(660rem/30);
  height: calc(440rem/30);
  box-sizing: border-box;
  padding: calc(22rem/30) calc(12rem/30);
  margin: 0 calc(7rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(188rem/30);
  margin-bottom: calc(13rem/30);
  box-sizing: border-box;
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-left {
  border-radius: calc(10rem/30);
  background-color: #e61c3c;
  width: calc(160rem/30);
  height: calc(188rem/30);
  padding-top: calc(10rem/30);
  box-sizing: border-box;
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-left .xxzl-icon {
  width: 100%;
  height: calc(95rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-left span {
  display: block;
  text-align: center;
  font-size: calc(30rem/30);
  color: #ffffff;
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right {
  width: calc(453rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd {
  color: #333333;
  font-size: calc(18rem/30);
  text-align: center;
  background: #f7f7f7;
  border-radius: calc(5rem/30);
  height: calc(33rem/30);
  line-height: calc(33rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd.w75 {
  width: calc(75rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd.w108 {
  width: calc(108rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd.w132 {
  width: calc(132rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd.w164 {
  width: calc(164rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd.w188 {
  width: calc(188rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd.w252 {
  width: calc(252rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd.more {
  background: #e61c3c;
  color: #ffffff;
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item .xxzl-right dl dd:nth-last-child(n+4) {
  margin-bottom: calc(30rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item:last-child {
  margin-bottom: 0;
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item.item-wsy .xxzl-icon {
  background: url(../image/xxzl-icon01.png) no-repeat center;
  -webkit-background-size: calc(46rem/30) calc(52rem/30);
  background-size: calc(46rem/30) calc(52rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item.item-ch .xxzl-icon {
  background: url(../image/xxzl-icon02.png) no-repeat center;
  -webkit-background-size: calc(55rem/30) calc(45rem/30);
  background-size: calc(55rem/30) calc(45rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item.item-yf .xxzl-icon {
  background: url(../image/xxzl-icon03.png) no-repeat center;
  -webkit-background-size: calc(57rem/30) calc(52rem/30);
  background-size: calc(57rem/30) calc(52rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item.item-ky .xxzl-icon {
  background: url(../image/xxzl-icon04.png) no-repeat center;
  -webkit-background-size: calc(35rem/30) calc(43rem/30);
  background-size: calc(35rem/30) calc(43rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item.item-tl .xxzl-icon {
  background: url(../image/xxzl-icon05.png) no-repeat center;
  -webkit-background-size: calc(61rem/30) calc(52rem/30);
  background-size: calc(61rem/30) calc(52rem/30);
}
.ry-xxzl .xxzl-main .xxzl-slide-main .xxzl-item.item-ks .xxzl-icon {
  background: url(../image/xxzl-icon06.png) no-repeat center;
  -webkit-background-size: calc(48rem/30);
  background-size: calc(48rem/30);
}
.ry-xxzl .xxzl-main .swiper-slide {
  opacity: 0.5;
  transform: scale(0.96);
}
.ry-xxzl .xxzl-main .swiper-slide.swiper-slide-next {
  opacity: 1;
  transform: scale(1);
}
/*从零开始*/
.ry-clks {
  padding: calc(45rem/30) 0 calc(65rem/30) 0;
}
.ry-clks .ry-title {
  margin-bottom: calc(50rem/30);
}
.ry-clks .form-warp {
  width: calc(660rem/30);
  margin: 0 auto;
}
.ry-clks .form-warp dl {
  margin-bottom: calc(43rem/30);
}
.ry-clks .form-warp dl dd {
  display: flex;
  flex-wrap: wrap;
}
.ry-clks .form-warp dl dd .input-r {
  width: calc(150rem/30);
  height: calc(70rem/30);
  position: relative;
  margin-right: calc(20rem/30);
  margin-bottom: calc(23rem/30);
}
.ry-clks .form-warp dl dd .input-r input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.ry-clks .form-warp dl dd .input-r span {
  font-size: calc(24rem/30);
  color: #999999;
  text-align: center;
  display: block;
  background: #ffffff;
  border-radius: calc(10rem/30);
  height: calc(70rem/30);
  line-height: calc(70rem/30 - 2px);
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.ry-clks .form-warp dl dd .input-r span.choose-span {
  border: 1px solid #314489;
  background: #314489;
  color: #ffffff;
}
.ry-clks .form-warp dl dd .input-r:nth-child(4n) {
  margin-right: 0;
}
.ry-clks .form-warp dl dd .input-r.w192 {
  width: calc(192rem/30);
}
.ry-clks .form-warp dl dt {
  margin-bottom: calc(25rem/30);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: calc(40rem/30);
  background: url(../image/clks-icon.png) no-repeat left center;
  -webkit-background-size: calc(27rem/30);
  background-size: calc(27rem/30);
}
.ry-clks .form-warp dl dt span {
  font-size: calc(28rem/30);
  color: #314489;
}
.ry-clks .form-warp dl:last-child {
  margin-bottom: calc(17rem/30);
}
/*弹窗*/
.ry-tc-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.ry-tc-bg .ry-tc {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}
.ry-tc-bg .ry-tc .ry-tc-main {
  position: relative;
  border-radius: calc(10rem/30);
  background: #ffffff;
  width: calc(550rem/30);
  padding: calc(30rem/30) 0;
  box-sizing: border-box;
  z-index: 1;
}
.ry-tc-bg .ry-tc .ry-tc-main .close-btn {
  position: absolute;
  width: calc(30rem/30);
  height: calc(30rem/30);
  display: block;
  top: calc(14rem/30);
  right: calc(16rem/30);
}
.ry-tc-bg .ry-tc .ry-tc-main > span {
  color: #e61c3c;
  font-size: calc(36rem/30);
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: calc(12rem/30);
}
.ry-tc-bg .ry-tc .ry-tc-main > em {
  display: block;
  text-align: center;
  font-style: normal;
  color: #666666;
  margin-bottom: calc(25rem/30);
  font-size: calc(24rem/30);
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form dl {
  margin-bottom: calc(27rem/30);
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form dl dd {
  width: calc(488rem/30);
  height: calc(70rem/30);
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  margin: 0 auto calc(16rem/30) auto;
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form dl dd span {
  color: #666666;
  font-size: calc(22rem/30);
  width: calc(140rem/30);
  text-align: center;
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form dl dd .tc-ipt {
  display: block;
  width: calc(340rem/30);
  color: #333333;
  box-sizing: border-box;
  border: 0;
  padding-left: calc(36rem/30);
  font-size: calc(22rem/30);
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form dl dd .tc-ipt::placeholder {
  color: #dfdfdf;
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form dl dd:last-child {
  margin-bottom: 0;
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form .tc-btn {
  border-radius: calc(3rem/30);
  background-color: #e61c3c;
  width: calc(300rem/30);
  height: calc(70rem/30);
  line-height: calc(70rem/30);
  text-align: center;
  color: #ffffff;
  font-size: calc(30rem/30);
  font-weight: bold;
  display: block;
  margin: 0 auto calc(20rem/30) auto;
  box-sizing: border-box;
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form > p {
  width: calc(470rem/30);
  margin: calc(15rem/30) auto 0 auto;
  color: #333333;
  font-size: calc(18rem/30);
  text-align: justify;
}
.ry-tc-bg .ry-tc .ry-tc-main .tc-form > p em {
  font-style: normal;
  color: #e61c3c;
}
.ry-tc-bg .ry-tc:before {
  position: absolute;
  width: calc(610rem/30);
  height: 68%;
  border-radius: calc(9rem/30);
  background: #e61c3c;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
}
/*成功弹窗*/
.ry-subTc-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.ry-subTc-bg .ry-subTc {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}
.ry-subTc-bg .ry-subTc .ry-subTc-main {
  position: relative;
  border-radius: calc(10rem/30);
  background: #ffffff;
  width: calc(550rem/30);
  padding: calc(50rem/30) 0 calc(30rem/30) 0;
  box-sizing: border-box;
  z-index: 1;
}
.ry-subTc-bg .ry-subTc .ry-subTc-main .close-btn {
  position: absolute;
  width: calc(30rem/30);
  height: calc(30rem/30);
  display: block;
  top: calc(14rem/30);
  right: calc(16rem/30);
}
.ry-subTc-bg .ry-subTc .ry-subTc-main .sub-icon {
  width: calc(75rem/30);
  height: calc(79rem/30);
  display: block;
  margin: 0 auto calc(25rem/30) auto;
}
.ry-subTc-bg .ry-subTc .ry-subTc-main span {
  color: #e61c3c;
  font-size: calc(36rem/30);
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: calc(25rem/30);
}
.ry-subTc-bg .ry-subTc .ry-subTc-main p {
  text-align: center;
  color: #333333;
  font-size: calc(24rem/30);
  line-height: calc(40rem/30);
}
.ry-subTc-bg .ry-subTc:before {
  position: absolute;
  width: calc(610rem/30);
  height: 68%;
  border-radius: calc(9rem/30);
  background: #e61c3c;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
}
/*# sourceMappingURL=index.css.map */

/* 更新后的注册成功弹窗 */
.zctck2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 99;
}
.zctck_box1 {
  background: url(../image/cgzgh.png) top center no-repeat;
  width: 24.16rem;
  height: 17.1rem;
  padding-bottom: 4%;
  background-size: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 22;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgb(84 70 32 / 8%);
}
.close{
  position: absolute;
  top: -11%;
  right: 2%;
  width: 7%;
  cursor: pointer;
}
.tjcg {
  text-align: center;
  margin-top: 15%;
}
.tjcg img {
  vertical-align: middle;
  width: 1.83rem;
  margin-right: 2%;
}
.tjcg span {
  color: #333333;
  font-size: 1.26rem;
  vertical-align: middle;
}
.zctck_box1 h3{text-align: center;color: #666666; font-size: 1rem; line-height: 2rem; margin-top: 3%;}
.zctck_box1 ul{overflow: hidden;width:70%; margin:5% auto 0;	}
.zctck_box1 ul li{float: left;width: 48%;height: 2.66rem; line-height: 2.66rem; text-align: center; color: #fff; font-size: 1rem; border-radius: 5px;
  background: #e61c3c;
}
.zctck_box1 ul li:nth-child(2){float: right;
  background: #e61c3c;
}

.cet100{
  display: none!important;
}


.sryzm{
  overflow: hidden;
  margin: 1rem auto;
  width: calc(600rem/30);
}
.sryzm1{
  width: 88%;
}
.sryzm .code{
  float: left;
  width: 55%;
  height: 2.7rem;
  line-height: 2.7rem;
  border: 1px solid #cccccc;
  background: #fff;
  text-align: center;
  color: #a8a8a8;
  font-size: 0.933rem;
  border-radius: 0.2rem;
}
.sryzm .hqyzm{
  float: right;
  width: 42%;
  height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  font-size: 0.933rem;
  color: #fff;
  background-color: #e61c3c;
  border-radius: 0.2rem;
}