@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

body {
  max-width: 480px;
  margin: 0 auto;
  background-color: #eff8ff;
}

/*banner*/
.banner {
  width: 100%;
  height: 14rem;
  background: url(../img/banner.jpg) no-repeat;
  background-size: 100% 14rem;
}

/*特殊时期超值福利*/
.chaozhi {
  width: 100%;
  height: 21.55rem;
  background: url(../img/cz.jpg) no-repeat;
  background-size: 100% 21.55rem;
}

.chaozhi a {
  width: 100%;
  height: 100%;
  display: block;
}

/*新航道考研课程设置*/
.title_ky {
  font-size: 0.95rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.2rem;
}

.title_ky b {
  font-size: 1.125rem;
  color: #ff2a46;
}

.kykc {
  padding: 0 0.75rem;
}

.kykc .navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kykc .navbar .item {
  font-size: 0.7rem;
  color: #000;
  margin-top: 0.75rem;
  position: relative;
}

.kykc .navbar .item.active {
  font-size: 0.75rem;
  font-weight: bold;
}

.kykc .navbar .item.active:after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.1rem;
  background-color: #ff2a46;
  left: 50%;
  margin-left: -0.3rem;
  bottom: -0.1rem;
}

.kykc .kykc_contion .kykc_content table {
  margin-top: 0.75rem;
}

.kykc .kykc_contion .kykc_content table tr.biaoti {
  background-color: #a9daff;
}

.kykc .kykc_contion .kykc_content table tr.biaoti td {
  padding: 0;
  line-height: 1.65rem;
}

.kykc .kykc_contion .kykc_content table tr.biaoti .kcfl {
  border-radius: 0.25rem 0 0 0;
}

.kykc .kykc_contion .kykc_content table tr.biaoti .kcnr {
  text-align: center;
}

.kykc .kykc_contion .kykc_content table tr.biaoti .ckkc {
  border-radius: 0 0.25rem 0 0;
}

.kykc .kykc_contion .kykc_content table tr.shen {
  background-color: #d6edff;
}

.kykc .kykc_contion .kykc_content table tr.qian {
  background-color: #e5f4ff;
}

.kykc .kykc_contion .kykc_content table tr td {
  text-align: center;
  font-size: 0.6rem;
  color: #000;
  line-height: 0.9rem;
  padding: 0.5rem 0;
}

.kykc .kykc_contion .kykc_content table tr td a {
  width: 3.75rem;
  height: 1.25rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.25rem;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff603c), to(#ff2a46));
  background: -webkit-linear-gradient(left, #ff603c, #ff2a46);
  background: -o-linear-gradient(left, #ff603c, #ff2a46);
  background: linear-gradient(to right, #ff603c, #ff2a46);
  -webkit-box-shadow: 0 0 0.3rem 0.05rem rgba(247, 38, 67, 0.35);
          box-shadow: 0 0 0.3rem 0.05rem rgba(247, 38, 67, 0.35);
}

.kykc .kykc_contion .kykc_content table tr .kcfl {
  width: 9rem;
}

.kykc .kykc_contion .kykc_content table tr .kcnr {
  width: 4rem;
}

.kykc .kykc_contion .kykc_content table tr .ckkc {
  width: 4.5rem;
}

.kykc .kykc_contion .kykc_content table tr.last .kcfl {
  border-radius: 0 0 0 0.25rem;
}

.kykc .kykc_contion .kykc_content table tr.last .ckkc {
  border-radius: 0 0 0.25rem 0;
}

.kykc .hide {
  display: none;
}

.kykc .youhui {
  width: 100%;
  height: 8.7rem;
  margin-top: 1rem;
  background: url(../img/kc.jpg) no-repeat;
  background-size: 100% 8.7rem;
}

.btn_ky {
  width: 13rem;
  height: 2rem;
  display: block;
  margin: 1rem auto 0;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff603c), to(#ff2a46));
  background: -webkit-linear-gradient(left, #ff603c, #ff2a46);
  background: -o-linear-gradient(left, #ff603c, #ff2a46);
  background: linear-gradient(to right, #ff603c, #ff2a46);
  -webkit-box-shadow: 0 0 0.4rem 0.125rem rgba(247, 38, 67, 0.35);
          box-shadow: 0 0 0.4rem 0.125rem rgba(247, 38, 67, 0.35);
  text-align: center;
  line-height: 2rem;
  font-size: 0.85rem;
  color: #fff;
  font-weight: bold;
}

/*新航道教师代表*/
.teacher {
  margin-top: 2rem;
}

.teacher .f_title {
  font-size: 0.5rem;
  color: #666;
  text-align: center;
  line-height: 0.75rem;
  margin-top: 0.4rem;
}

.teacher .swiper-container {
  width: 100%;
  height: 21.55rem;
  margin: 0.75rem auto 0;
}

.teacher .swiper-container .swiper-slide {
  width: 17.25rem;
  float: left;
  margin: 0 auto;
  padding-top: 1rem;
}

.teacher .swiper-container .swiper-slide .text {
  width: 17.25rem;
  height: 19.3rem;
  margin: 0 auto 0;
  border-radius: 0.375rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0.05rem rgba(19, 13, 8, 0.05);
  box-shadow: 0 0 0.5rem 0.05rem rgba(19, 13, 8, 0.05);
  position: relative;
}

.teacher .swiper-container .swiper-slide .text .jieshao {
  position: relative;
}

.teacher .swiper-container .swiper-slide .text .jieshao h6 {
  font-size: 0.85rem;
  color: #000;
  position: absolute;
  left: 8.5rem;
  top: 1.25rem;
}

.teacher .swiper-container .swiper-slide .text .jieshao span {
  font-size: 0.7rem;
  color: #666;
  position: absolute;
  left: 8.5rem;
  top: 2.8rem;
}

.teacher .swiper-container .swiper-slide .text img {
  width: 7.8rem;
  height: 8.975rem;
  position: absolute;
  left: .5rem;
  top: -1rem;
}

.teacher .swiper-container .swiper-slide .text h5 {
  line-height: 1.2rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  color: #fff;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, right top, from(#ff603c), to(#ff2a46));
  background: -webkit-linear-gradient(left, #ff603c, #ff2a46);
  background: -o-linear-gradient(left, #ff603c, #ff2a46);
  background: linear-gradient(to right, #ff603c, #ff2a46);
  -webkit-box-shadow: 0 0 0.4rem 0.125rem rgba(247, 38, 67, 0.35);
          box-shadow: 0 0 0.4rem 0.125rem rgba(247, 38, 67, 0.35);
  border-radius: 0 0.6rem 0.6rem 0;
  display: inline-block;
  margin-top: 9rem;
}

.teacher .swiper-container .swiper-slide .text h4 {
  line-height: 1.2rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  color: #fff;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, right top, from(#ff603c), to(#ff2a46));
  background: -webkit-linear-gradient(left, #ff603c, #ff2a46);
  background: -o-linear-gradient(left, #ff603c, #ff2a46);
  background: linear-gradient(to right, #ff603c, #ff2a46);
  -webkit-box-shadow: 0 0 0.4rem 0.125rem rgba(247, 38, 67, 0.35);
          box-shadow: 0 0 0.4rem 0.125rem rgba(247, 38, 67, 0.35);
  border-radius: 0 0.6rem 0.6rem 0;
  display: inline-block;
  margin-top: .8rem;
}

.teacher .swiper-container .swiper-slide .text p {
  font-size: 0.6rem;
  color: #666;
  line-height: 0.95rem;
  margin-top: 0.25rem;
  padding: 0 0.9rem;
  text-align: justify;
}

.teacher .swiper-container .swiper-pagination {
  bottom: 0;
}

.teacher .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 0.1rem;
  background-color: #ec4b27;
  opacity: 1;
}

.teacher .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.75rem;
  border-radius: 0.5rem;
}

/*新航道为您定制全年考研计划*/
.dingzhi {
  margin-top: 2rem;
}

.dingzhi .dingzhijh {
  width: 100%;
  height: 1.7rem;
  overflow: hidden;
}

.dingzhi .navbar {
  padding: 0 0 0 0.75rem;
  height: 2rem;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-align: justify;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dingzhi .navbar .item {
  font-size: 0.7rem;
  line-height: 2rem;
  color: #000;
  display: block;
  width: auto;
  margin-right: 1.45rem;
  position: relative;
}

.dingzhi .navbar .item.active {
  font-size: 0.75rem;
  font-weight: bold;
}

.dingzhi .navbar .item.active:after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.1rem;
  background-color: #ff2a46;
  left: 50%;
  margin-left: -0.3rem;
  top: 1.5rem;
}

.dingzhi .navbar a {
  font-size: 0.7rem;
  line-height: 2rem;
  color: #000;
  display: block;
}

.dingzhi .dz_content h6 {
  margin-left: 0.75rem;
  font-size: 0.65rem;
  color: #000;
}

.dingzhi .dz_content .hanjiazd {
  height: 13.45rem;
  overflow: hidden;
}

.dingzhi .dz_content .zhidao {
  height: 13.25rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-align: justify;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-left: 0.75rem;
}

.dingzhi .dz_content .zhidao li {
  width: 8rem;
  height: 13rem;
  border-radius: 0.375rem;
  background-color: #fff;
  margin-right: 0.5rem;
  padding-right: 1px;
  position: relative;
  -webkit-box-shadow: 0 0 0.375rem 0.05rem rgba(47, 101, 231, 0.12);
          box-shadow: 0 0 0.375rem 0.05rem rgba(47, 101, 231, 0.12);
}

.dingzhi .dz_content .zhidao li img {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  margin: 0.4rem auto 0;
}

.dingzhi .dz_content .zhidao li span {
  font-size: 0.7rem;
  color: #000;
  display: block;
  text-align: center;
  line-height: 0.75rem;
}

.dingzhi .dz_content .zhidao li p {
  padding: 0 1rem 0 0.875rem;
  margin-right: 1.05rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  margin-top: 0.25rem;
  position: relative;
}

.dingzhi .dz_content .zhidao li p:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #ff2a46;
  left: 0.5rem;
  top: 0.25rem;
}

.dingzhi .dz_content .zhidao li h5 {
  width: 2.6rem;
  height: 0.8rem;
  border-radius: 0.375rem 0 0.375rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff603c), to(#ff2a46));
  background: -webkit-linear-gradient(left, #ff603c, #ff2a46);
  background: -o-linear-gradient(left, #ff603c, #ff2a46);
  background: linear-gradient(to right, #ff603c, #ff2a46);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  font-weight: normal;
}

.dingzhi .hide {
  display: none;
}

/*针对性解决各阶段考生备考难题*/
.beikao1 {
  width: 100%;
  height: 12.2rem;
  margin-top: 2rem;
  padding-top:1rem;
  background:#eff8ff url(../img/bk1.jpg) no-repeat bottom;
  background-size: 100% 12.2rem;
}

.beikao2 {
  width: 100%;
  height: 17.45rem;
  background: url(../img/bk2.jpg) no-repeat;
  background-size: 100% 17.45rem;
}

/*新航道考研优势*/
.youshi {
  width: 100%;
  height: 21rem;
  margin-top: 1.5rem;
  background: url(../img/ys1.jpg) no-repeat;
  background-size: 100% 21rem;
}

.youshi2 .btn_ky {
  margin-top: 0;
}



.liucheng{
  margin-top: 2rem;
}

.eight-services-list {
    
    display: flex;
    padding: 0 3% 1rem 3%;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.eight-services-list li {
  width: 35%;
    padding: .2rem 1.1rem;
    margin-top: 0.5rem;
    font-size: .7rem;
    font-weight: 700;
    color: #fff;
    background-color: #2b7ed7;
    background: -webkit-linear-gradient(340deg,#3f9ddc,#2b7ed7);
    background: linear-gradient(110deg,#3f9ddc,#2b7ed7);
    border-radius: .25rem;
    -webkit-box-shadow: 0.1rem 0.1rem 0.1rem 0 rgba(0,0,0,.2);
    box-shadow: 0.1rem 0.1rem 0.1rem 0 rgba(0,0,0,.2);
}

.eight-services-list li span {
    font-size: 1.025rem;
    font-style: italic;
}
/*新航道考研简介*/
.kaoyanjs {
  width: 100%;
  height: 17.3rem;
  background: url(../img/ky1.jpg) no-repeat;
  background-size: 100% 17.3rem;
}

/*2023届考研形势已十分严峻 备考迫在眉睫*/
.xingshi1 {
  width: 100%;
  height: 15.25rem;
  margin-top: 1rem;
  background: url(../img/ky2.jpg) no-repeat;
  background-size: 100% 15.25rem;
}

.xingshi2 {
  width: 100%;
  height: 9.45rem;
  background: url(../img/ky3.jpg) no-repeat;
  background-size: 100% 9.45rem;
}

.xingshi3 .btn_ky {
  margin-top: 0;
}
/*预约*/
.form{
  width: 90%;
  margin: 0 auto;
}
.form span{
  display: block;
 color: #333;
 font-weight: bold;
 text-align: center;
 font-size: 1rem; 
 margin: 0.75rem 0;
}
.form .list{
    width: 100%;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #d9d9d9;
    outline: none;
    text-indent: 0.5rem;
}
.form input{
  background: none;
  border: 0;
  outline: none;
  font-size: 0.8rem;
}
#courseInput{
  color: #666;
  font-size: 0.8rem;
}
.yuyue-btn{
  width: 100%;
  display: block;
    border-radius: 1rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
    box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
}
.selector{
  bottom: 60px;
}

.banxing{
  margin-top: 1.5rem;
}

.shangke{
  padding: 0.7rem 0.75rem 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bx_list{
  width: 8.25rem;
  height: 9.95rem;
  margin-top: 0.8rem;
  border-radius: 0.25rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.1);
}

.bx_list img{
  width: 8.25rem;
  height: 4.35rem;
}

.bx_list span{
  width: 8.25rem;
  height: 4.35rem;
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}

.bx_list p{
  font-size: 0.5rem;
  color: #000;
  line-height: 0.6rem;
  padding-left: 1rem;
  margin-top: .2rem;
  position: relative;
}

.bx_list p:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #e64431;
  top: 2px;
  left: .5rem;
  background-color: #fff;
  z-index: 2;
}

.bx_list p:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  border-left: 1px dashed #e64431;
  top: 7px;
  left: .6rem;
  z-index: 1;
}

.bx_list .san:after{
  border-left: none;
}

.bx_list a{
  width: 3.25rem;
  height: 1.25rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.6rem;
  bottom: 0.6rem;
  border-radius: 0.6rem;
}

.bx_list a:last-child{
  right: .5rem;
  color: #fff;
  background: linear-gradient(90deg, #e53622 0%, #ff7252 100%);
}

.bx_list a:nth-last-child(2){
  left: .5rem;
  color: #e53622;
  border: 1px solid #e53622;
}

.shezhi{
  margin-top: 1.5rem;
}

.shezhi ul{
  padding: 1rem 0.75rem 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shezhi ul li{
  width: 5.4rem;
  height: 3.75rem;
  position: relative;
  margin-top: .5rem;
  border-radius: 0.25rem;
}

.shezhi ul li img{
  width: 5.4rem;
  height: 3.75rem;
  border-radius: 0.25rem;
}

.shezhi ul li p{
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.65rem;
}
.footer {
    padding: 20px 0 40px;
    font-size: 14px;
    text-align: center;
}

.footer p {
    margin-top: 4px;
    margin-bottom: 4px;
}
/*btnav*/
.btnav{margin-top:50px;position: fixed; left: 0; bottom: 0; display: flex; flex-flow: row nowrap;   width: 100%; height: 1.5rem; border-top:0.01rem solid #DCDCDC; background: #F5F5F5; z-index: 9999;}
.btnav .btnav-item{ flex-grow: 1; text-align: center; line-height: 1.5rem; font-size: 0.8rem; }
.btnav a{
	text-decoration: none;
	color: white;
}
.footer-copy{font-size:.4rem;color:#666;text-align:center;margin-bottom:13px;margin-top:30px}

/* 校区环境 */
.campus{
  padding:0 0 1.5rem;
  text-align:center
}

.campus_img{
  margin: 0 auto;
  width:17.75rem;
  height:8.425rem;
  background:url(../img/block8_pic.png) no-repeat;
  background-size:100% 100%
}

/* 表单二 */
.block9{
  background: url(../img/block9_pic.png) 50% no-repeat; 
  width: 100%;
  height: 15.75rem;
  position: relative;
  background-size: 100% 100%;
}
.two-form{
    width: 88%;
    padding: 3.7rem 0 0;
    margin:0 auto;

}
.two-form .two-form-top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.two-form .two-form-top .txo-item{
    position: relative;
    width: 100%;
    height: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    border: 0.01rem solid #101010;
    border-radius: 0.125rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    background-color: #fff;
}
.two-form .two-form-top .txo-item .tyo-img{
  width: 0.65rem;
  height: 0.8rem;
  margin: 0 0.5rem;
}
.two-form .two-form-top .txo-item .tyo-img img{
  width: 100%;
  height: 100%;
  display: block;
}
.two-form .two-form-top .txo-item .tyo-input{height: 100%;}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{
  border: none;
  border: none;
  height: 100%;
}
.two-form .two-form-top .txo-item .tyo-twoCode{
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.two-form .two-form-top .txo-item .tyo-twoCode .twoYzm{
  border: none;
  padding: 0.25rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.two-form .two-form-top .txo-submit{
  width: 100%;
  border-radius: 0.125rem; 
  height: auto;
}
.two-form .two-form-top .txo-submit .submit-in{
  transition: all 0.2s linear; 
  height: 2rem;
  margin-top: 0.2rem;
  background-color: #c90013;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 0.9rem;
  font-weight: bold;
}
.two-form .two-form-top .txo-submit .submit-in .tzo-txt{color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.two-form .two-form-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}

