* {
    margin: 0;
    padding: 0;
    font-size: 0.28rem;
    font-family: "苹方", "Microsoft YaHei", "Arial", sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
    font-size: 0;
}

html,
body {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    font-family: "Source Han Sans CN";
    background: #cac7fc;
    margin: 0 auto;
}
img {
    max-width: 100%;
    display: block;
}
.w1200.mr-top {
    margin-top: 0.54rem;
}
.f28 {
    font-weight: bold;
    font-size: 0.28rem;
}
.f25 {
    font-weight: bold;
    font-size: 0.25rem;
}
.f20 {
    font-size: 0.2rem;
}
.f18 {
    font-size: 0.18rem;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* banner部分 */
.ty-wrapper {
    width: 100%;
    margin: 0 auto;
}
.ty-container {
    position: relative;
    background: url(../images/cbg.png) center top no-repeat ;
}
.ty-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom:0.4rem;
    z-index: 2;
    background: url(../images/banner.jpg) center top no-repeat ;
    background-size: cover
}
.banner-txt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 1s 0.2s ease both;
    position: relative;
    z-index: 8;
}
.banner-txt > img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
/*倒计时 */
/* .zindex {
    position: relative;
    z-index: 5;
} */
.cut-down {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.2rem 0;
    background: #fef1b3;
    background: -webkit-linear-gradient(to bottom, #f9c15c, #de4810);
    background: -o-linear-gradient(to bottom, #f9c15c, #de4810);
    background: -moz-linear-gradient(to bottom, #f9c15c, #de4810);
    background: linear-gradient(to bottom, #f9c15c, #de4810);
    border-radius: 0.2rem;
}
.se-count {
    width: 96%;
    margin: 0 auto;
    background: -webkit-linear-gradient(to bottom, #fef1b3, #f18837);
    background: -o-linear-gradient(to bottom, #fef1b3, #f18837);
    background: -moz-linear-gradient(to bottom, #fef1b3, #f18837);
    background: linear-gradient(to bottom, #fef1b3, #f18837);
    color: #d23f10;
    font-size: 0.36rem;
    text-align: center;
    border-radius: 0.2rem;
    padding: 0.1rem 0;
    font-weight: bold;
}
.se-count i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 0.36rem;
    font-weight: bold;
}
.payment-time {
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px;
    font-weight: bold;
}
.payment-time span {
    font-size: 0.36rem;
    display: inline-block;
}
.payment-time em {
    display: inline-block;
    padding: 0 0.08rem;
    margin: 0 0.12rem;
    border-radius: 5px;
    font-style: normal;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 0.36rem;
    background: #d23f10;
    border: 1px solid #fff;
}
.w1200 {
    margin: 0 auto;
    max-width: 1200px;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* 时间轴 */
.time-bg{
    width: 94%;
    padding:0 2%;
    background: #fff;
    border-radius: 0.16rem;
    margin: 0 auto;
}
.time-bg img{
    display: inline-block;
}
.time-bg img.up{
    width:20%;
    width:0.57rem;
    margin-top: -0.14rem;
}
.time-bg img:last-child{
    width:90%;
    max-width: 840px;
    margin-left:5%;
}

.pz-box {
    padding: 0.24rem 0;
    margin-top: 0.96rem;
}
.pz-box .flex {
    justify-content: space-around;
}
.pz-box .flex img {
    width: 25%;
    padding:0.05rem;
}
.sg-tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: url(../images/titbg.png) center bottom no-repeat;
    background-size: contain;
    padding-bottom: 0.28rem;
}
.sg-tit h2 {
    width:56%;
    margin: 0 auto;
    text-align: center;
    padding: 0.4rem 0.68rem 0.56rem;
    background: url(../images/htit.png) center top no-repeat;
    background-size: cover;
    display:inline-block;
}
.sg-tit h2 span{
    width:80%;
    margin: 0 auto;
    font-size: 0.6rem;
    font-weight: 600;
    color: #fff;
    background-image:-webkit-linear-gradient(right,#e5d3ac,#fff,#e5d3ac); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.sg-tit .fix-hot {
    width: 1.4rem;
    max-width: 121px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2rem;
    /* -webkit-animation: wobble 3s infinite 1.5s  both;
    -moz-animation: wobble 3s ease 1.5s both; */
}

.mr-ftop {
    margin-top: -0.24rem;
}
.bg-t {
    width: 100%;
    height: 0.6rem;
    background: url(../images/bg-top.png) left top no-repeat;
    background-size: 100% 100%;
}
.bg-blue {
    padding: 0% 3%;
    background: url(../images/bg-middle.png) left top repeat-y;
    background-size: contain;
}
.bg-b {
    width: 100%;
    height: 0.6rem;
    background: url(../images/bg-bottom.png) center center no-repeat;
    background-size: 100% 100%;
}
.bg-fff {
    width: 92%;
    margin: 0 auto;
    padding: 3%;
    background: #fff;
    border: 0.08rem solid #ff785e;
    box-shadow:inset 0 0 0.05rem #fdc62f;
    border-radius: 0.3rem;
    /* background: url(../images/bd-bg2.png) center top no-repeat; */
    background-size: 100% 100%;
}
.zero-fr {
    margin: 0 auto;
    text-align: center;
}
.btn-kefu {
    text-align: center;
    display: inline-block;
    margin-top: 0.16rem;
    color: #fff;
    font-size: 0.34rem;
    border-radius: 0.4rem;
    padding: 0.06rem 0.72rem;
    background: #ef4e52;
    background: -webkit-linear-gradient(to bottom, #ef4e52, #ec2125);
    background: -o-linear-gradient(to bottom, #ef4e52, #ec2125);
    background: -moz-linear-gradient(to bottom, #ef4e52, #ec2125);
    background: linear-gradient(to bottom, #ef4e52, #ec2125);
    animation: shakes 0.8s linear alternate infinite;
}

/* 师资团队 */
.teacher_team {
    position: relative;
    height: 4.8rem;
}

.teacher_checkover {
    width: 4rem;
    position: absolute;
    bottom:10%;
    left: 40%;
}

.teacher_team_center {
    box-sizing: border-box;
    padding-top: 16px;
    max-width: 1200px;
    width: 100%;
    height: 512px;
    margin: 0 auto;
}

.teacher_team_center > img {
    display: block;
    width: 3rem;
    height: 4rem;
    padding-right: 0.12rem;
    background:url(../images/teache-bg.png) left bottom no-repeat;
    background-size: contain;
}
.teacher_name_group {
    width: 7.5rem;
    margin-left: 0.5rem;
    padding-bottom: 0.25rem;
    padding-top: 0.5rem;
    border-bottom: dashed 1px #ffffff;
}
.teacher_name {
    font-size: 0.48rem;
    font-weight: bold;
    color: #ffffff;
}
.teacher_biaoqian {
    padding: 0.05rem 0.2rem;
    background: #f05a3c;
    border-radius: 0.36rem;
    color: #ffffff;
    font-size: 0.24rem;
    margin-left: 0.15rem;
}
.teacher_detail {
    width: 7.5rem;
    margin-left: 0.42rem;
    padding-bottom: 0.25rem;
    margin-top: 0.2rem;
    font-size: 0.20rem;
    color: #ffffff;
    line-height: 0.32rem;
}
.checkover_next,
.checkover_prev {
    position: absolute;
    top:-0.05rem;
    padding: 10px;
    cursor: pointer;
}
.checkover_next {
    right: -20%;
}
.checkover_prev {
    left: 0;
}
.teacher_item_img {
    display: inline-block;
    border-radius: 50%;
    width: 0.72rem;
    height: 0.72rem;
    background: #ffffff;
    box-sizing: border-box;
    border: 3px solid #ffffff;
}

.check_teacher_item {
    border: 3px solid #7037e0;
}

#teacher_swiper {
    width: 7.5rem;
    margin-left: 0.9rem;
}

.p_flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}
.p_flex1 {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}
.p_align_items {
    align-items: center;
    -webkit-align-items: center;
}

.p_display_none {
    display: none;
}
/* 教师结束 */
.wy-content{
    padding: 0 2%;
    padding-top: 1%;
}
.course-box {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.course-box a{
    display: inline-block;
    background: #fff;
    text-align: center;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    padding:2%;
    width: 44%;
    border-radius: 0.1rem;
}
.course-box a img{    
    border-radius: 0.1rem;
}
.course-box a:nth-child(2n+1){
    /* margin-right: 0.32rem; */
}
.course-box a p{
    font-size: 0.32rem;
    padding-top: 0.12rem;
}
.course-box a h2{
    font-size: 0.42rem;
    font-weight: 600;
}
.btn-clean img{
    width: 0.4rem;
    display: inline-block;
    margin-left: 0.1rem;
    vertical-align: middle;
}

/* 口碑之选 爆款限时抢 */
.tab-a {
    width: 100%;
    text-align: center;
    padding: 0.24rem 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.layout1 .tab-a{
    margin-bottom: 0.32rem;
}
.tab-a a {
    display: inline-block;
    padding: 0.12rem 0.8rem;
    margin: 0 0.2rem;
    border: 1px solid #fff;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.36rem;
    font-weight: bold;
    transition: all ease 0.2s;
}
.tab-a a.active {
    background: #fff;
    color: #eb3306;
}
.ntab-con {
    transition: all ease 0.2s;
}
.course-item {
    width: 98%;
    padding:2% 0;
}
.course-item .flex img {
    width: 60%;    
}
.course-item .flex p {
    margin-left: 0.24rem;
    text-align: center;
}
.course-item .flex p img {
    width: 100%;
}
.btn-clean {
    display: inline-block;
    color: #fff;
    font-size: 0.38rem;
    padding: 0.1rem 0.42rem;
    margin-top: 0.24rem;
    border-radius: 0.6rem;
    box-shadow: 0 -0.06rem 0 #ffa9a9;
    background: #c51814;
    background: -webkit-linear-gradient(to right, #ec3838, #fb6969);
    background: -o-linear-gradient(to right, #ec3838, #fb6969);
    background: -moz-linear-gradient(to right, #ec3838, #fb6969);
    background: linear-gradient(to right, #ec3838, #fb6969);    
}
/* 限时转向 轻松抢先学 */
.zx-box a {
    margin: 2%;
}
.zx-box a img{
    width: 100%;
    max-width: 349px;
}
.myTabs_con_0 .flex {
    flex-wrap: wrap;
    justify-content: space-around;
}
.myTabs_con_0 .flex a {
    width: 50%;
    display: inline-block;
    margin-top: 0.32rem;
}
.myTabs_con_0 .flex a img {
    margin: 0 auto;
}

/* 360贴心服务 */
.sever-box .f18 {
    width: 90%;
    padding: 0.16rem 0;
    margin: 0 auto;
    background: #feeee6;
    border-radius: 0.14rem;
    color: #f4752c;
    text-align: center;
    margin-bottom: 0.28rem;
}

/* 多平台贴心服务 */
.plan-box .bg-fff img {
    display: inline-block;
    width: 48%;
}
/* 27年品质保证 */
.company {
    margin: 1.1rem auto 1.6rem;
}
.company-tit {
    margin-bottom: 0.36rem;
}
.company-tit img {
    margin: 0 auto;
    text-align: center;
}
.company .flex {
    justify-content: space-around;
}
.company .flex img {
    width: 2.02rem;
    margin: 0 auto;
}
.company .flex .line {
    width: 1px;
    margin: 0 0.1rem;
}

/* 底部 */
.foot {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 33;
    color: #333;
    background-color: #ff462c;
    border-top: 0.1rem solid #ff6e5a;
}
.foot .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.foot .container span {
    font-weight: bold;
    display: inline-block;
    width: 70%;
    padding-left: 4%;
    vertical-align: bottom;
    line-height: 0.36rem;
    position: relative;
    padding: 0.32rem 0;
}
.foot .container span img {
    width: 100%;
    vertical-align: middle;
    margin-right: 8%;
    float: left;
    max-width: 640px;
    position: absolute;
    left: 0;
    bottom: -0.12rem;
}
.foot .container a {
    width: 29%;
    display: inline-block;
    position: relative;
    padding: 0.24rem 0;
    cursor: pointer;
    animation: shake 0.8s linear alternate infinite;
    -webkit-animation: bounce 1s infinite 0.5s  both;
    -moz-animation: bounce 1s ease 0.5s both;
}
.foot .container a img {
    width: 62%;
    max-width: 230px;
    vertical-align: text-bottom;
    position: absolute;
    right: 0;
    bottom: -0.32rem;
}
/* 悬浮客服 */
.xuanfu {
    left:4%;
    top:20%;
    position: fixed;
    width: 150px;
    background-size: cover;
    z-index: 333;
}
.x-bg {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    background: #5748ff;
    border-radius: 100px;
    padding-top: 80px;
    box-shadow: inset 0 0 15px #7137e1;
    border:4px solid #756bf1;
}
.flw-top {
    position: absolute;
    top: -70px;
    left:-55px;
}
.flw-top img {
    max-width: 255px;
}
.xuanfu a {
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #a562dd;
    background: -webkit-linear-gradient(to bottom, #fc7f8e, #a562dd);
    background: -o-linear-gradient(to bottom, #fc7f8e, #a562dd);
    background: -moz-linear-gradient(to bottom, #fc7f8e, #a562dd);
    background: linear-gradient(to bottom, #fc7f8e, #a562dd);    
    border-radius: 30px;
    padding: 5px 25px;
    box-shadow: 0 -1px 0px #cfe1fe;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.xuanfu .align img {
    display: block;
    margin: 10px auto;
}
.xuanfu a:hover {
    transition: all ease-in 0.3s;
    box-shadow: 1px -1px 0 #fff;
}
.xuanfu a:last-child {
    background: none;
    padding: 0;
    box-shadow: none;
}
.xuanfu a:last-child:hover {
    box-shadow: 0 3px 4px #93c7ff;
    border-radius: 50%;
}
.xuanfu .close {
    padding-top: 12px;
}
.xuanfu .close img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.lift-nav li {
    list-style: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #a562dd;
    background: -webkit-linear-gradient(to bottom, #fc7f8e, #a562dd);
    background: -o-linear-gradient(to bottom, #fc7f8e, #a562dd);
    background: -moz-linear-gradient(to bottom, #fc7f8e, #a562dd);
    background: linear-gradient(to bottom, #fc7f8e, #a562dd);  
    border-radius: 30px;
    padding: 5px 25px;
    box-shadow: 0 -1px 0px #cfe1fe;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/* 旋转 */
.baidong {
    position: absolute;
    top:-27%;
    left: 52%;
    margin-left: -63px;
    animation: xuanZhuan 2s infinite linear;
    transform-origin: center top;
  }
  @keyframes xuanZhuan{
  0%{
      transform: rotate(0deg);
  }
  25%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(0deg);
  }
  75%{
      transform: rotate(-10deg);
  }
  100%{
      transform: rotate(0deg);
  }
  }

/* 手机 */
@media screen and (max-width: 768px) {
    .course-box a h2{
        font-size: 0.32rem;
    }
    .course-box a p {
        font-size: 0.28rem;
    }
    .ty-banner{
        background-size: 150%;
    }
    .banner-txt > img{
        width: 94%; 
    }
    .cut-down {
        padding:0.1rem 0;
    }
    .se-count{
        width: 97%;
    }
    .se-count,
    .payment-time span {
        font-size: 0.26rem;
    }
    .se-count i{
        font-size: 0.26rem;
    }
    .payment-time em {
        font-size: 0.3rem;
        padding:0.02rem 0.05rem;
        margin: 0 0.06rem;
    }
    .btn-clean {
        padding: 0.1rem 0.36rem;
        font-size: 0.28rem;
    }
    .course-item .btn-clean{
        padding: 0.1rem 0.4rem;
    }
    .w1200.mr-top {
        margin-top: 0.7rem;
    }
    /* 边框背景 */
    .bg-t,
    .bg-b {
        height: 0.4rem;
    }
    .mr-ftop {
        margin-top: -0.12rem;
    }
    .sg-tit {
        padding-bottom: 0.1rem;
    }
    .sg-tit h2{
        width: 84%;
        padding: 0.4rem 0.32rem;
    }
    .sg-tit h2,
    .sg-tit h2 span{
        font-size: 0.52rem;
    }
    .tab-a{
        margin-bottom: 0;
    }
    .tab-a a{
        padding: 0.12rem 0.64rem;
    }
    .time-bg img:last-child{
        margin-left:1%;
    }

    /* 教师 */
    .teacher_name_group,
    .teacher_detail {
        width: 3.6rem;
    }
    .teacher_detail {
        height: 1.6rem;
        overflow-y: scroll;
    }
    .teacher_name_group {
        padding-top: 0.3rem;
    }
    .teacher_checkover {
        left: 40%;
        bottom:6%;
    }
    .checkover_prev,
    .checkover_next {
        width: 0.64rem;
        top: -0.12rem;
    }
    .checkover_next {
        right: -16%;
    }
    #teacher_swiper {
        margin-left: 0.72rem;
    }
    .teacher_name{
        font-size: 0.4rem;
    }
    .teacher_biaoqian{
        font-size: 0.2rem;
    } 
    .xuanfu {
        display: none;
    }
    .foot .container a {
        width: 26%;
    }
    .foot .container a img {
        width: 90%;
    }
    .foot .container span img {
        margin-right: 3%;
        bottom: -0.02rem;
    }
    .sever-box .f18 {
        width: 96%;
    }
    .zero-fr {
        margin-left: 2%;
    }
    .pz-box{
        margin-top: 0.5rem;
    }
    .myTabs_con_0 .flex a img{
        width: 96%;
    }
}
@media screen and (max-width: 376px) {
    .foot .container a {
        width: 26%;
    }
    .sever-box .f18 {
        width: 100%;
    }
    .course-a .card {
        padding: 0.04rem 0.1rem;
    }
    .w1200.mr-top {
        margin-top: 0.6rem;
    }
    .pz-box {
        margin-top: 0.36rem;
    }
    .sg-tit h2,
    .sg-tit h2 span{
        font-size: 0.52rem;
    }
    .company .flex .line{
        width: 0.8px;
    }
}
@media screen and (max-width: 321px) {
    .teacher_name{
        font-size: 0.3rem;
    }
    .teacher_detail{
        height: 1.56rem;
        overflow-y: scroll;
    }
    .company .flex .line{
        width: 0.7px;
    }
    .company{
        margin:0.8rem auto 1.4rem;
    }
    .sever-box .f18{
        width:88%;
        padding:2% 3%;
        font-size: 12px;
    }
    .checkover_prev, .checkover_next{
        top: -0.18rem;
    }
    .btn-clean {
        padding: 0.1rem 0.24rem;
        font-size: 0.28rem;
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-3px);
    }
}
@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-3px);
    }
}

@keyframes tt1 {
    50%,
    56%,
    60%,
    64%,
    68%,
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    54% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    58% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    62% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    66% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    70% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
@keyframes shake {
    from {
        transform: scale(0.9, 0.9);
    }
    to {
        transform: scale(1.1, 1.1);
    }
}
@keyframes shakes {
    from {
        transform: scale(0.9, 0.9);
    }
    to {
        transform: scale(1.1, 1.1);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes down {
    0% {
        opacity: 0;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(100px);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
@keyframes move1 {
    20% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(40px, 0, 0);
    }
}

@keyframes sjfd1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes sjyd1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(40px);
    }
}
@keyframes sjyd2 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0.1;
        transform: translateY(800px);
    }
}

@-webkit-keyframes wa1 {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-125deg);
    }
}
@keyframes a1 {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-125deg);
    }
}
@-webkit-keyframes wa2 {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-105deg);
    }
}
@keyframes a2 {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-105deg);
    }
}
@-webkit-keyframes wa3 {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-85deg);
    }
}

@-webkit-keyframes wa7 {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-65deg);
    }
}
@keyframes a7 {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-65deg);
    }
}
@-webkit-keyframes wa4 {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(35deg);
    }
}
@keyframes a4 {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(35deg);
    }
}
