@charset "utf-8";

/* CSS Document */

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: #2b2a3c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
area {
    blr: expression(this.onFocus=this.blur());
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

input,
 :focus {
    outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input::focus-inner {
    padding: 0;
    border: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
}

.Width {
    width: 1190px;
    margin: 0 auto;
}

.hide,
.onlymob {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
}

.container::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}


/* ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } */

.no_after::after {
    display: none;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}


/* 通用头部 */

.ht_top {
    width: 100%;
    overflow: hidden;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
}

.ht_top .zt_top {
    width: 1200px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;
    text-indent: -100em;
}

.ht_top .topnav {
    float: right;
    color: #333;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #fff;
}

.box_container {
    padding: 40px 0;
}

#app {}

.box {
    /* padding: 0 0 80px; */
    background: url('../images/box_bg.png') repeat-y center;
}

.banner_box {
    width: 100%;
    height: 1456px;
    text-align: center;
    background: url("../images/banner_bg.png") center top no-repeat;
}

.banner_box .container {
    padding-top: 72px;
}

.txt1 {
    width: 176px;
    height: 148px;
    background: url('../images/txt1_bg.png') no-repeat center;
    position: absolute;
    right: 60px;
    top: 0;
    box-sizing: border-box;
    padding-top: 42px;
    font-size: 42px;
    font-family: FZLanTingHeiS-H-GB;
    font-weight: 600;
    color: #F7F7F7;
    text-align: center;
}

.banner_box h2 {
    text-align: center;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 4px;
}

.banner_box h2:before,
.banner_box h2:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background: rgb(242, 120, 117);
    margin: 0 10px;
}

.banner_box h1 {
    font-size: 0;
    background: url("../images/title.png") center top no-repeat;
    background-size: auto 100%;
    height: 356px;
    margin: 21px auto;
}

.banner_box h3 span {
    font-size: 30px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 600;
    color: #DF0017;
    background: -webkit-linear-gradient(0deg, #E3142F 0%, #F9A969 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-ul {
    margin: 55px 0 41px;
}

.banner-ul ul {
    display: flex;
    justify-content: center;
}

.banner-ul li {
    width: 277px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #DF0017;
    background: #fff;
}

.banner-ul li:nth-child(2) {
    margin: 0 30px;
}

.banner-ul li span {
    font-size: 30px;
    font-family: FZLTZHK;
    font-weight: normal;
    color: #DF0017;
}

.banner-ul li img {
    margin-right: 20px;
}

.banner-bottom ul {
    display: flex;
    justify-content: space-between;
}

.banner-bottom li {
    width: 227px;
    height: 264px;
    background: url('../images/rotate_bg.png') no-repeat center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    box-sizing: border-box;
    padding: 49px 0 0;
    cursor: pointer;
}

.banner-icon {
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-bottom li h5 {
    font-size: 60px;
    line-height: 60px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #F7F7F7;
    margin-top: 10px;
}

.banner-word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/rotate_bg2.png') no-repeat center;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
}

.banner-word p {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
}

.box-title {
    height: 218px;
    background: url('../images/title_bg.png') no-repeat center;
    /* background-size: 100%; */
    text-align: center;
    box-sizing: border-box;
    padding-top: 66px;
}

.box-title span {
    font-size: 70px;
    font-family: FZLanTingHeiS-H-GB;
    font-weight: 600;
    color: #B93042;
    /* text-shadow: 0px 11px 5px #FEFCFC; */
    background: linear-gradient(94deg, #E3142F 0%, #E22E47 20.8984375%, #FD492E 50.9521484375%, #EE1D41 96.58203125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-bg {
    background: url('../images/bj2.png') repeat-y top center;
}


/* 分校课程 */

.box1 {
    margin-top: -220px;
}

.box1>.container {
    background: #FEFAFA;
    padding: 40px 40px;
}


/* 巩固提升 */

.promote {
    display: flex;
    margin: 16px auto 22px;
}

.promote-fl {
    width: 228px;
    height: 153px;
    background: url('../images/ts_bg.png') no-repeat center;
    box-sizing: border-box;
    padding: 40px 85px 36px 71px;
    font-size: 36px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #F7F7F7;
    line-height: 40px;
}

.promote-fr {
    width: 890px;
    height: 117px;
    box-sizing: border-box;
    border: 1px solid #E2324B;
    border-left: none;
    margin-top: 25px;
    padding: 23px 60px;
    color: #0F0E0E;
    font-size: 20px;
}

.promote-fr span {
    color: #FD4934;
}

.fz24 {
    font-size: 24px;
}

.fz20 {
    font-size: 20px;
}

.fz30 {
    font-size: 30px;
}

.box1-bottom {}

.box1-bottom li {
    float: left;
    width: 203px;
    height: 222px;
    margin-right: 26px;
    border: 1px solid #EA4E51;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
}

.box1-bottom li:last-child {
    margin-right: 0;
}

.box1-bottom li img {
    display: block;
    margin: 0 auto 23px;
}

.box1-bottom li:nth-child(1) img {
    margin: 0 auto;
}

.box1-bottom li p {
    font-size: 22px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #F7321C;
    line-height: 34px;
}

.box2-content {
    background: #FEFAFA;
    box-sizing: border-box;
    padding: 48px 63px;
}

.box2-fl {
    float: left;
    width: 565px;
}

.box2-swiper {
    position: relative;
}

.box2-teacher {
    width: 273px;
    height: 479px;
    border: 8px solid;
    border-image: linear-gradient(0deg, #E73D4C, #D74D40) 8 8;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.box2-teacher:hover .box2-teacher-text {
    display: block;
}

.box2-teacher-text {
    display: none;
    position: absolute;
    bottom: -4px;
    left: -5px;
    width: 270px;
    height: 215px;
    background: url('../images/detail_bg.png') no-repeat center;
    box-sizing: border-box;
    padding: 65px 25px;
}

.tea-name {
    font-size: 24px;
    font-family: FZLanTingHeiS-DB-GB;
    color: #FEFAFA;
    margin-bottom: 10px;
}

.box2-teacher-text p {
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    color: #FEFAFA;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.box2-swiper img {
    width: 100%;
    height: 100%;
}

.box2-swiper .swiper-pagination {
    width: 100%;
}

.box2-swiper .swiper-pagination-bullet {
    width: 17px;
    height: 4px;
    background: #F6624E;
    opacity: 0.34;
    margin: 0 5px;
    border-radius: 20px;
}

.box2-swiper .swiper-pagination-bullet-active {
    width: 29px;
    opacity: 1;
    border-radius: 20px;
}

.box2-tips {
    margin-top: 45px;
}

.box2-tips li {
    float: left;
    width: 268px;
    line-height: 63px;
    background: #FCE0DE;
    text-align: center;
    margin-top: 9px;
    font-size: 20px;
    font-family: FZLanTingHeiS-R-GB;
    color: #B00000;
}

.box2-tips li:nth-child(odd) {
    margin-right: 29px;
}

.box2-fr {
    float: right;
    width: 466px;
}

.box2-tab {
    display: flex;
    flex-wrap: wrap;
}

.box2-tab li {
    width: 50%;
    height: 65px;
    box-sizing: border-box;
    border: 1px solid #E73D4C;
    border-bottom: none;
    padding: 5px;
    text-align: center;
    font-size: 22px;
    font-family: FZLanTingHeiS-R-GB;
    color: #FEFAFA;
    cursor: pointer;
}

.box2-tab li:nth-child(odd) {
    border-right: none;
}

.li-bg {
    width: 100%;
    height: 100%;
    line-height: 55px;
    background: linear-gradient(90deg, #ff6d52, #e2383e);
}

.box2-tab li:hover .li-bg,
.box2-tab li.active .li-bg {
    background: #cb0b20;
}

.box2-tab-all {
    width: 100%;
    height: 536px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #E73D4C;
}

.box2-tab-all img {
    display: none;
}

.box2-tab-all img.active {
    display: block;
}

.box3-content {
    background: #FEFAFA;
    box-sizing: border-box;
    padding: 38px 24px 32px 30px;
}

.box3-content li {
    float: left;
    width: 270px;
    height: 480px;
    position: relative;
    margin-right: 20px;
}

.box3-content li:last-child {
    margin-right: 0;
}

.box3-word {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 148px;
    height: 148px;
    background: url('../images/box3_bg.png') no-repeat center;
    box-sizing: border-box;
    padding: 42px 0;
    transform: rotate(-45deg);
}

.box3-word p {
    /* transform: rotate(-45deg); */
    text-align: center;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.box5-content {
    background: #FEFAFA;
    box-sizing: border-box;
    padding: 18px 15px;
}

.city_list li {
    float: left;
    font-weight: bold;
    text-align: center;
    background: #d70000;
    font-size: 18px;
    margin: 15px 5px;
    width: 130px;
    line-height: 54px;
    transition: all .5s;
}

.city_list li a {
    display: block;
    color: #fff;
}

.city_list li:hover {
    transform: translateY(-10px);
    background: url('../images/city_bg.png') no-repeat center;
    position: relative;
}

.fixed-nav {
    display: none;
    position: fixed;
    right: 0;
    top: 40%;
    width: 150px;
    background: linear-gradient( -138deg, rgb(255, 109, 82) 0%, rgb(226, 47, 72) 100%);
}

.fixed-nav li {
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.fixed-nav li:last-child {
    border-bottom: none;
}

.fixed-nav li a {
    color: #fff;
}

.fixed-nav li:hover {
    background: #fff;
}

.fixed-nav li:hover a {
    color: #fc5326;
}


/* 联系我们 */

.box6 {
    background: #CC1927;
    margin-top: 50px;
}
.slogen {
    display: block;
    position: absolute;
      top: -100px;
    width: 150px;
    margin: 0 auto;
  }
  
  /* 底部 */
  
  .bottomBarOpen {
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 158px;
    z-index: 888;
    cursor: pointer;
  }
  
  .bottomBarOpen.active {
    /* width: 240px; */
  }
  
  .bottomBarbg {
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 888;
    width: 100%;
    height: 88px;
    background-color: #333;
  }
  
  .bottomBar {
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 888;
    width: 100%;
    height: 88px;
  }
  
  .bottomBarcon {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
  }
  
  .pic02 {
    width: 340px;
  }
  
  .bottom_line {
    height: 60px;
    margin: 0 48px;
  }
  
  .bottomBar .pic01 {
    position: relative;
    width: 158px;
    height: 88px;
  }
  
  .pic01 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  .bottomBar .closebtn {
    position: absolute;
    right: 50px;
    top: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/close01.png);
    cursor: pointer;
    transition: transform 1s ease;
  }
  
  .bottomBar .closebtn:hover {
    transform: rotate(360deg);
  }
  
  .ht20 {
    display: none;
  }

@media only all and (max-width:1080px) {
    .onlymob {
        display: block;
    }
    html {
        font-size: 20px;
    }
    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.2rem;
    }
    html,
    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .Width {
        width: 17.5rem;
    }
    .container {
        width: 98%;
    }
    .fl,
    .fr {
        float: none;
    }
    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc,
    .onlypc {
        display: none;
    }
    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }
    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;
    }
    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
    }
    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }
    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }
    .footer:before {
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }
    .box_container {
        padding: 1rem 0;
    }
    #app {}
    .banner_box {
        width: 100%;
        height: 30rem;
        background-size: 140%;
    }
    .banner_box .container {
        padding-top: 1rem;
    }
    .txt1 {
        width: 3.5rem;
        height: 3rem;
        background-size: 100%;
        right: 0;
        top: 0;
        padding-top: .8rem;
        font-size: .7rem;
    }
    .banner_box h2 {
        font-size: .8rem;
        letter-spacing: .1rem;
    }
    .banner_box h2:before,
    .banner_box h2:after {
        width: 1rem;
        height: 1px;
        margin: 0 .2rem;
    }
    .banner_box h1 {
        height: 7rem;
        margin: .5rem auto;
    }
    .banner_box h3 span {
        font-size: .7rem;
    }
    .banner-ul {
        margin: .5rem 0;
    }
    .banner-ul li {
        width: 32%;
        height: 2rem;
        border: 1px solid #DF0017;
    }
    .banner-ul li:nth-child(2) {
        margin: 0 1.2%;
    }
    .banner-ul li span {
        font-size: .7rem;
    }
    .banner-ul li img {
        width: 1rem;
        margin-right: .5rem;
    }
    .banner-bottom ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .banner-bottom li {
        width: 30%;
        height: 6.5rem;
        background-size: 100%;
        padding: 1.5rem 0 0;
    }
    .banner-icon {
        height: 2rem;
    }
    .banner-icon img {
        height: 1.5rem;
    }
    .banner-bottom li h5 {
        font-size: 1rem;
        line-height: 1rem;
        margin-top: .25rem;
    }
    .banner-bottom li:nth-child(4),
    .banner-bottom li:nth-child(5) {
        margin-top: -1.3rem;
    }
    .banner-word {
        background-size: 100%;
    }
    .banner-word p {
        font-size: .6rem;
        line-height: 1rem;
    }
    .box-title {
        height: 4rem;
        background-size: 120%;
        padding-top: 1rem;
    }
    .box-title span {
        font-size: 1.4rem;
    }
    .box-bg {
        background: url('../images/bj2.png') repeat-y top center;
    }
    .box1 {
        margin-top: 0;
    }
    .box1>.container {
        padding: 1rem .5rem;
    }
    /* 巩固提升 */
    .promote {
        display: flex;
        align-items: center;
        margin: .4rem auto .5rem;
    }
    .promote-fl {
        width: 5rem;
        height: 5rem;
        background-size: 100%;
        padding: 1.4rem 1.6rem .8rem 1.5rem;
        font-size: .9rem;
        line-height: 1.1rem;
    }
    .promote-fr {
        width: calc(100% - 5rem);
        height: auto;
        border-left: 1px solid #E2324B;
        margin-top: 0;
        padding: .5rem;
        font-size: .6rem;
    }
    .fz24 {
        font-size: .8rem;
    }
    .fz20 {
        font-size: .6rem;
    }
    .fz30 {
        font-size: 1rem;
    }
    .box1-bottom ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .box1-bottom li {
        width: 33%;
        height: 6.5rem;
        margin-right: 0;
        padding: .2rem;
    }
    .box1-bottom li img {
        margin: 0 auto .5rem;
        width: 3rem;
    }
    .box1-bottom li p {
        font-size: .7rem;
        line-height: .9rem;
    }
    .box2-content {
        background: #FEFAFA;
        box-sizing: border-box;
        padding: 1rem .5rem;
    }
    .box2-fl {
        width: 100%;
    }
    .box2-teacher {
        width: 100%;
        height: 12rem;
        border: .2rem solid;
        border-image: linear-gradient(0deg, #E73D4C, #D74D40) 8 8;
        padding: 0 0 0;
    }
    .box2-teacher-text {
        bottom: -.1rem;
        left: -.1rem;
        width: 102%;
        height: 6.5rem;
        background-size: 100%;
        padding: 1.5rem .4rem;
    }
    .tea-name {
        font-size: .9rem;
        margin-bottom: .2rem;
    }
    .box2-teacher-text p {
        font-size: .7rem;
        line-height: .9rem;
    }
    .box2-swiper .swiper-pagination-bullet {
        width: .5rem;
        height: .1rem;
        margin: 0 .2rem;
        border-radius: .5rem;
    }
    .box2-swiper .swiper-pagination-bullet-active {
        width: .8rem;
        border-radius: .5rem;
    }
    .box2-tips {
        margin-top: 1rem;
    }
    .box2-tips li {
        width: 48%;
        line-height: 1.5rem;
        margin-top: .5rem;
        font-size: .7rem;
    }
    .box2-tips li:nth-child(odd) {
        margin-right: 4%;
    }
    .box2-fr {
        width: 100%;
        margin-top: 1rem;
    }
    .box2-tab {
        display: flex;
        flex-wrap: wrap;
    }
    .box2-tab li {
        width: 50%;
        height: 1.8rem;
        padding: .1rem;
        font-size: .7rem;
    }
    .li-bg {
        line-height: 1.6rem;
    }
    .box2-tab li:hover .li-bg,
    .box2-tab li.active .li-bg {
        background: #cb0b20;
    }
    .box2-tab-all {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }
    .box2-tab-all img {
        width: 70%;
    }
    .box3-content {
        padding: 1rem .5rem;
    }
    .box3-content li {
        width: 49%;
        height: 15rem;
        margin-right: 2%;
        margin-bottom: .5rem;
    }
    .box3-content li:nth-child(even) {
        margin-right: 0;
    }
    .box3-word {
        bottom: .25rem;
        width: 4rem;
        height: 4rem;
        background-size: 100%;
        padding: 1rem 0;
    }
    .box3-word p {
        font-size: .7rem;
        line-height: 1rem;
    }
    .box5-content {
        background: #FEFAFA;
        box-sizing: border-box;
        padding: 18px 15px;
    }
    .city_list li {
        font-size: .7rem;
        margin: .2rem .5%;
        width: 24%;
        line-height: 1.2rem;
    }
    .city_list li:hover {
        transform: translateY(-.1rem);
    }
    .box6 {
        height: auto;
        background-size: auto 100%;
        margin-top: 1rem;
    }
    .fixed_right_show,
  .fixed_right,
  .fixed_left,
  .fixed_left_show,
  .bottomBar .closebtn,
  .bottomBarbg,
  .bottomBar,
  .bottomBarOpen {
    display: none;
  }
  .ht20 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 3.33rem;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ht20 .hkbg {
    height: 3.5rem;
    width: auto;
  }
  .ht20 .ershi {
    height: 2.23rem;
    width: auto;
  }
  .ht20 .line {
    height: 2.08rem;
    width: auto;
    margin: 0 1rem;
  }
}
