<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*{-webkit-tap-highlight-color:
  transparent;
  vertical-align:baseline;
  outline:0
}

body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{
  margin:0;
  padding:0
}
article,aside,figure,footer,header,hgroup,nav,section{
  display:block
}

ol,ul{
  list-style:none
}

img{
  border:0;
  vertical-align:top
}

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

textarea{
  resize:none
}

del{
  text-decoration:line-through
}

input::-ms-clear{
  display:none!important
}

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

input{
  border:none
}

button,h1,h2,h3,h4,h5,h6,input,select{
  font-size:100%;
  font-weight:400;
  font-family:inherit
}

button{
  cursor:pointer
}

button,input,select,textarea{
  outline:0;
  border:none;
  font-size:inherit;
  font-family:inherit
}

input:-webkit-autofill{
  box-shadow:inset 0 0 0 100px #fff
}

a{
  text-decoration:none;
  color:#666
}

body{
  margin:0 auto!important;
  min-width:320px;
  max-width:480px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  font:12px/1.5 Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
  color:#333;
  background:#fff
}

body,html{
  height:100%
}

html{
  box-sizing:border-box
}



@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@keyframes ballon6{
  0%{transform: translateX(-3px);}
  50%{transform: translateX(0);}
  100%{transform: translateX(-3px);}
}
@keyframes ballon7{
  0%{transform: translateY(-3px);}
  50%{transform: translateY(0);}
  100%{transform: translateY(-3px);}
}

.wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.8rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

/* 表单一 */
.block2{
  box-sizing: border-box;
  text-align: center;
  padding: 1.5rem 0 0;
}

.get-form{
  width: 94%;
  box-shadow: 0 0 0.3rem 0.08rem #e1e1e1;
  border-radius: 0.4rem;
  padding: 1rem 1rem;
  box-sizing: border-box;
}

.get-form img{
  margin: 0 auto;
  width:14.5rem;
  height:1.175rem;
}

.form-title {
  padding-bottom: 0.8rem;
}

.get-form h2 {
    font-size: 1rem;
    color: #1b0202;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.6rem;
}

.get-form h2 span {
  color: #ff5400;
}

.get-form .get-form-top{
  display: flex;
  align-items: center;
  justify-content: center;
   flex-direction: column;
}

.get-form .get-form-top .gft-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;
}

.get-form .get-form-top .gft-item .gfi-img{
  width: 0.65rem;
  height: 0.8rem;
  margin: 0 0.5rem;
}

.get-form .get-form-top .gft-item .gfi-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.get-form .get-form-top .gft-item .gfi-input{
  height: 100%;
}

.get-form .get-form-top .gft-item .gfi-input .gfi-input-name{
  border: none;
  border: none;
  height: 100%;
}
.get-form .get-form-top .gft-item .gfi-getCode{
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.get-form .get-form-top .gft-item .gfi-getCode .getYzm{
  border: none;
  padding: 0.25rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}

.get-form .get-form-top .gft-submit{
  width: 100%;
  border-radius: 0.125rem; 
  height: auto;
}

.get-form .get-form-top .gft-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;
}

.get-form .get-form-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}

/* 标题 */
.title_head{
  flex-direction:column;
  justify-content:center;
  margin-bottom: 1rem;
}

.title_head,.title_head .title{
  display:flex;
  align-items:center
}

.title_head .title{
  font-size:.65rem;
  color:#333;
  margin-bottom: .3rem;
}

.title_head .title:before{
  content:"";
  margin-right:.5rem;
  width:1rem;
  height:.5rem;
  background:url(../images/title_l.png) no-repeat;
  background-size:100% 100%
}

.title_head .title:after{
  content:"";
  margin-left:.5rem;
  width:1rem;
  height:.5rem;
  background:url(../images/title_r.png) no-repeat;
  background-size:100% 100%
}

.title_head .subtit{
  display:flex;
  align-items:center;
  height:1.5rem;
  line-height:1.5rem;
  font-size:.9rem;
  font-weight: bold;
  color:#fff;
  text-align:center
}

.title_head .subtit span{
  padding:0 .5rem
}

.title_head .subtit span:first-child{
  background-color:#7300cd;
}

.title_head .subtit span:last-child{
  background-color:#005dff;
}

/* 按钮 */
.btn {
    display: block;
    width: 10.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    background: linear-gradient(to right, #ff0000, #ff7800);
    border-radius: 1rem;
    text-align: center;
    animation: scale2 2s linear infinite;
}

/* 四大痛点 */
.tongdian{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 1.5rem 0;
}

.tongdian_wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:center
}

.tongdian_item{
  margin: 0 0.75rem 0.75rem 0;
  width: 8.5rem;
  height: 6rem;
  background-color:#fff;
  border-radius: 0.5rem;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow:0 0 0.3rem 0 rgba(76,67,203,.2);
}

.tongdian_item:nth-child(2) {
  margin-right:0;
}

.tongdian_item:last-child {
  margin-right:0;
}

.tongdian_tit{
  position:relative;
  display:flex;
  align-items:center;
  text-align: center;
  justify-content: center;
  height:2.5rem;
  font-size:.7rem;
  font-weight: bold;
  line-height:.9rem;
  color:#fff;
  background-color:#6a6370
}

.tongdian_tit:after{
  content:"Q";
  position:absolute;
  right:.5rem;
  bottom:.3rem;
  font-size:1.2rem;
  color:hsla(0,0%,100%,.3)
}

.tongdian_txt{
  padding:.3rem .5rem;
  font-size:.6rem;
  line-height:.9rem;
  color:#212121;
  text-align:justify
}

/* 备考时间规划建议 */
.shijian{
  padding: 1.5rem 0;
  background-color: #f6ebff;
}

.shijian_wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin:0 auto;
  width:15.5rem;
  height:16.5rem;
  background:url(../images/block3_pic.png) 50% no-repeat;
  background-size:100% 100%
}

.shijian_item{
  padding-top:2.4rem;
  width: 4rem;
  text-align:center
}


.shijian_item:first-child{
  margin: 0 .55rem 0 .68rem;
}

.shijian_item:nth-child(3){
  margin: 0 .68rem 0 .55rem;
}

.shijian_item:nth-child(4){
  padding-top:2rem;
  margin: 0 .55rem 0 .68rem;
}

.shijian_item:nth-child(5){
  padding-top:2rem;
}

.shijian_item:last-child{
  padding-top:2rem;
  margin: 0 .68rem 0 .55rem;
}

.shijian_tit{
  margin-bottom:.35rem;
  font-size:.65rem;
  font-weight: bold;
  line-height:.875rem;
  color:#7300cd;
}

.shijian_txt{
  font-size:.55rem;
  line-height:.7rem;
  color:#343434
}

/* 课程体系 */
.course{
  padding: 1.5rem 0;
}

.course .title_head p{
  font-size:.575rem;
  line-height:.8rem;
  text-align: center;
  margin-top: 0.25rem;
  color:#0e1010
}

.kecheng{
  width: 92%;
  margin: 0 auto;
} 

.kecheng .navbar_bx{
   margin:0 auto;
   width: 100%;
   margin-top: .5rem;
   height: 1.25rem;
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: nowrap;
 }

.kecheng .navbar_bx .item{
   width: 9.2rem;
   height: 1.25rem;
   line-height: 1.25rem;
   font-size: 0.7rem;
   color: #af47ff;
   background:#fff;
   text-align: center;
   cursor: pointer;
   font-weight: bold;
   border-radius: 1rem;
   border:1px solid #af47ff;
   box-sizing: border-box;
 }

.kecheng .navbar_bx .item:nth-child(2) {
   width: 6.5rem;
}

.kecheng .navbar_bx .active{
   color: #fff;
   background:#af47ff;
   border:1px solid #af47ff;
 }

.kecheng_bx {
    display: none;
}

.kecheng .kecheng_banxiang{
     border-top:0;
     margin-top: .5rem;
 }

.kecheng .kecheng_banxiang table{
    width: 100%;
    margin:0 auto;
    box-shadow: 0 0 .25rem rgba(0,0,0,.2);
    border-radius: .5rem;
 }

.kecheng .kecheng_banxiang table tr:nth-child(odd){
    background: #fafbfd;
}

.kecheng .kecheng_banxiang table tr:nth-child(even){
    background: #ebeef6;
}

.kecheng .kecheng_banxiang table tr td{
    text-align: center;
    font-size: .6rem;
    color:#333;
    line-height: 1.5rem;
}

.kecheng .kecheng_banxiang table tr.firstTr{
    height: 1.5rem;
    color:#fff;
    font-size:.6rem;
    line-height: 1.5rem;
}

.kecheng .kecheng_banxiang table tr .bor_ralef01{
    border-radius: .5rem 0 0 0;
}

.kecheng .kecheng_banxiang table tr .bor_rarig01{
    border-radius:0 .5rem 0 0;
}

.kecheng .kecheng_banxiang table tr td.bor_ralef02{
    border-radius:0 0 0 .5rem;
}

.kecheng .kecheng_banxiang table tr td.bor_rarig02{
    border-radius:0 0 .5rem 0;
}

.kecheng .kecheng_banxiang table tr.firstTr th.shitingHot{
    position: relative; 
}

.kecheng .kecheng_banxiang table tr th.borR0{
    border-right:0 solid #ffe1e9;
}

.kecheng .kecheng_banxiang table tr td.borR0{
    border-right:0 solid #e6e6e6;
}

.kecheng .kecheng_banxiang table tr td{
    color:#333;
    font-size: .6rem;
    border-right:1px solid #edd6ff;
    border-bottom:1px solid #edd6ff;
    padding:.5rem .125rem;
}

.kecheng .kecheng_banxiang table tr td:nth-child(2){
    width: 5rem;
    text-align: center;
}

.kecheng .kecheng_banxiang table tr:nth-child(odd){
    background:#f6ebff;
}

.kecheng .kecheng_banxiang table tr:nth-child(even){
    background:#fff;
}

.kecheng .kecheng_banxiang table tr:nth-child(1){
    background:#af47ff;
    border-radius: .5rem .5rem 0 0;
}

.kecheng .kecheng_banxiang table tr td:first-child{
    width: 7rem;
    color:#333;
    align-items:center;
    text-align: center;
    font-weight: bold;
}

.kecheng .kecheng_banxiang table tr td a {
    display: block;
    width: 3rem;
    height: 1rem;
    margin: 0 auto;
    line-height: 1rem;
    text-align: center;
    border-radius: .25rem;
    font-size: .6rem;
    background: #fff;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to bottom, #ff7800, #ff0000);
    background: -webkit-linear-gradient(to bottom, #ff7800, #ff0000);
    background: -o-linear-gradient(to bottom, #ff7800, #ff0000);
    background: -ms-linear-gradient(to bottom, #ff7800, #ff0000);
    background: -moz-linear-gradient(to bottom, #ff7800, #ff0000);
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border:1px solid #cc0000;
    font-weight: bold;
}

.show{
    display: block;
}


/* 考研留学项目 */
.project{
  padding: 1.5rem 0;
  background-color: #f6ebff;
}

.project_wrap{
  display:flex;
  justify-content:space-between;
  margin:0 auto;
  width:17.25rem;
  height:13.6rem;
  color:#fff;
  box-sizing:border-box;
  background:url(../images/block5_pic.png) no-repeat;
  background-size: 100% 100%;
}

.project_item{
  padding-top:.9rem;
  width:9.625rem;
  text-align:center
}

.project_tit{
  font-weight: bold;
  font-size:.6rem
}

.project_txt{
  font-size:.45rem;
  text-align:justify;

}

.project_txt1{
  margin-top:0.72rem;
  font-size:.45rem;
  line-height:.7rem;
  text-align:center
}

.project_txt2{
  margin-top: 2.08rem;
  text-align: center;
}

.project_txt3{
  margin-top:.33rem;
  text-align: center;
}

.project_txt4{
  text-align: center;
  font-size:.5rem;
  line-height:.65rem;
  margin-top:.7rem;
}

/* 自主研发图书 */
.books{
  padding: 1.5rem 0;
}

.books_nav{
  display:flex;
  justify-content:space-between;
  margin:0 .75rem;
  padding-bottom:.53rem;
  font-size:.6rem;
  color:#0e1010;
  border-bottom:0.075rem solid #4e4e4e
}

.books_nav .active {
    position: relative;
    color: #7300cd;
    font-weight: bold;
}

.books_nav span{
  position:relative;
  cursor:pointer
}

.books_nav span.active:before{
  width:4rem;
  height:0.075rem;
  background-color:#7300cd
}

.books_nav span.active:after,.books_nav span.active:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-.6rem;
  transform:translate(-50%)
}

.books_nav span.active:after{
  width:0;
  height:0;
  border:.3rem solid transparent;
  border-bottom:.45rem solid #7300cd
}

.books_list{
  margin:.75rem auto .8rem;
  width:17.25rem;
  overflow:hidden
}

.books_list .pic{
  margin:0 auto;
  width:13.55rem;
}

.books_list img{
  display:none;
  width:100%;

}

.books_list .active{
  display:block
}

/* 8大教学服务 */
.service{
  position:relative;
  padding-top: 1.5rem;
  height:16.15rem;
  background:url(../images/block7_pic.png) 50% no-repeat;
  background-size:100% 100%
}

.lefrig_wwtext dl{
    position: absolute;
    text-align: left;
}
.lefrig_wwtext dl dt{
    color:#7400cc;
    font-size:.5rem;
    font-weight: bold;
}
.lefrig_wwtext dl dt span{
    color:#343434;
}
.lefrig_wwtext dl.firstDl{
    top: 6.075rem;
    left: 0.75rem;
}
.lefrig_wwtext dl.secondDl{
    top: 7.7rem;
    left: 0.75rem;
}
.lefrig_wwtext dl.thirdDl{
    top: 9.8rem;
    left: 0.75rem;
}
.lefrig_wwtext dl.foreDl{
    top: 11.9rem;
    left: 0.75rem;
}

.lefrig_yytext dl{
    position: absolute;
    text-align: right;
}

.lefrig_yytext dl dt{
    color:#7400cc;
    font-size:.5rem;
    font-weight: bold;
}
.lefrig_yytext dl dt span{
    color:#343434;
}
.lefrig_yytext dl.firstDl{
    top: 6.075rem;
    right: 0.75rem;
}
.lefrig_yytext dl.secondDl{
    top: 7.7rem;
    right: 0.75rem;
}
.lefrig_yytext dl.thirdDl{
    top: 9.8rem;
    right: 0.75rem;
}
.lefrig_yytext dl.foreDl{
    top: 11.9rem;
    right: 0.75rem;
}

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

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

/* 表单二 */
.block9{
  background: url(../images/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;
}
</pre></body></html>