* {
    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;
    background: #348aed;
    margin: 0 auto;
    font-family: "苹方", "Microsoft YaHei", "Arial", sans-serif;
}
img {
    max-width: 100%;
    display: block;
}
.w1200.mr-top {
    margin-top: 1.1rem;
}
.f40 {
    font-size: 0.4rem;
    font-weight: bold;
}
.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;
}
body {
    background: url(../images/banner-bg.jpg) center top no-repeat #348aed;
    background-size: 100% auto;
}

/* banner部分 */
.ty-wrapper {
    width: 100%;
    margin: 0 auto;
}

.ty-container {
    position: relative;
}
.ty-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.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: 96%;
    max-width: 900px;
    margin: 0 auto;
}

/*倒计时 */
.zindex {
    position: relative;
    z-index: 5;
}
.se-count {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: -webkit-linear-gradient(to bottom, #fef2b4 0%, #fef2b4 50%, #e25517 100%);
    background: -webkit-linear-gradient(to bottom, #fef2b4 0%, #fef2b4 50%, #e25517 100%);
    background: -o-linear-gradient(to bottom, #fef2b4 0%, #fef2b4 50%, #e25517 100%);
    background: -moz-linear-gradient(to bottom, #fef2b4 0%, #fef2b4 50%, #e25517 100%);
    background: linear-gradient(to bottom, #fef2b4 0%, #fef2b4 50%, #e25517 100%);
    border: 0.05rem solid #fff;
    background: #a0e3fe;
    color: #005efe;
    text-align: center;
    border-radius: 0.24rem;
    padding: 0.12rem 0;
    box-shadow: 0 3px 6px #005efe;
}
.se-count i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 0.38rem;
    font-weight: 500;
    width: 35%;
}
/* 修改时间 */
.box1_timeFlexBox {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box1_timeRedBox {
    padding: 0.02rem 0.12rem;
    background: #fff;
    border-radius: 0.06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.12rem;
    font-size: 0.38rem;
    font-weight: 500;
    color: #0067ff;
    box-shadow: inset 0 0 5px #b3d3f9;
}
.box1_timeText {
    font-size: 0.38rem;
    font-weight: 500;
    color: #0067ff;
    margin-left: 0.12rem;
}

.w1200 {
    margin: 0 auto;
    max-width: 1200px;
}
/* 标题 */
.title {
    background: url(../images/tit-bg.png) left top no-repeat;
    background-size: 100%;
    max-width: 6.96rem;
    height: 1.77rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: -1.2rem;
}
.title span {
    font-size: 0.64rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1.6rem;
}

.last-bg {
    /* width: 96%; */
    padding: 4% 0% 3%;
    background: #43c0f2;
    background: -webkit-linear-gradient(to bottom, #ccdc79 0%, #43c0f2 30%, #43c0f2 100%);
    background: -o-linear-gradient(to bottom, #ccdc79 0%, #43c0f2 30%, #43c0f2 100%);
    background: -moz-linear-gradient(to bottom, #ccdc79 0%, #43c0f2 30%, #43c0f2 100%);
    background: linear-gradient(to bottom, #ccdc79 0%, #43c0f2 30%, #43c0f2 100%);
    border-radius: 0.2rem;
    margin: 0 auto;
    margin-top: -0.02rem;
    border: 0.05rem solid #fff;
    box-shadow: 0 0.14rem 0.1rem #1d66b9;
}
.radius {
    border-radius: 0.2rem;
}
.cut-def {
    margin-top: -0.2rem;
}
.wrap-fff {
    width: 92%;
    margin: 0 auto;
    padding: 4%;
    background: #fff;
    box-shadow: inset 0px 0px 30px 1px #8cc0fc;
}
.getQ .wrap-fff {
    width: 92%;
    padding: 4% 1%;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-box {
    width: 24%;
    padding: 0.24rem;
    text-align: center;
    background: url(../images/cut-bg.png) center top no-repeat;
    background-size: cover;
    margin: 0.52rem 0.24rem;
    border-radius: 0.1rem;
    transition: all ease 0.8s;
}
.flex-box:hover {
    margin-top: 0.12rem;
}
.cut-def .flex {
    padding: 0 0.24rem;
}
.flex-box img {
    margin: 0 auto;
    width: 0.54rem;
    margin-bottom: 0.12rem;
}

/* 优惠券 */
.yhq-link {
    padding: 0.32rem;
}
.yhq-link a {
    width: 32%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.yhq-link a img {
    display: inline;
    vertical-align: bottom;
    border-radius: 0.2rem;
    box-shadow: 4px 4px 4px #ffc0b3;
}
.tips {
    width: 97%;
    margin: 0 auto;
}
.tips p {
    padding: 0.1rem 0;
    margin-top: 0.2rem;
    background: #3d98ea;
    border-radius: 0.12rem;
    color: #fff;
    text-align: center;
}

/* 福利专区 */
.wrap-qlv {
    width: 94%;
    margin: 0 auto;
    background: #e4ecc5;
}
.wrap-qlv .tab-a + .radius.wrap-qqlv {
    border-radius: 0 0 0.2rem 0.2rem;
}
.wrap-qqlv {
    width: 92%;
    margin: 0 auto;
    background: #c8f3fe;
    padding: 4%;
    box-shadow: inset 0 0 50px rgb(53, 139, 238, 0.5);
}
.wrap-qqlv .wrap-fff {
    background: #fff;
    box-shadow: 0 0;
}
.ftg.flex a {
    display: inline-block;
    margin: 0 0.1rem;
}
.flex-item {
    flex: 1;
}
.zero-txt {
    padding-left: 0.4rem;
    flex: 1;
}
.zero-txt .f28 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zero-txt .f28 img {
    max-width: 400px;
    max-height: 13px;
    width: 70%;
}
.zero-txt .f28 span {
    width: 100%;
    display: inline-block;
}
.zero-info {
    margin: 0.2rem 0;
}
.zero-txt .zero-info p {
    line-height:36px;
}
.sbtn {
    display: inline-block;
    color: #fff;
    border-radius: 0.4rem;
    padding: 0.1rem 0.56rem;
    background: #ff6351;
    background: -webkit-linear-gradient(to right, #ff6452, #fd333d);
    background: -o-linear-gradient(to right, #ff6452, #fd333d);
    background: -moz-linear-gradient(to right, #ff6452, #fd333d);
    background: linear-gradient(to right, #ff6452, #fd333d);
}
.zx-positon {
    position: relative;
}
.zx-positon .wrap-fff {
    padding-bottom: 1rem;
    align-items: end;
}
.zx-positon .wrap-qlv .radius.wrap-qqlv {
    border-radius: 0.2rem;
}

.go-bottom {
    position: absolute;
    bottom: -0.2rem;
    left: -0.1rem;
}
.go-bottom img {
    width: 150% !important;
    max-width: 1050px;
}

/* tab切换 */
.tab-a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #358bee;
    padding: 0.32rem 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* display: flex;
    justify-content: space-around; */
}
.tab-a a {
    display: inline-block;
    padding: 0.1rem 0.68rem;
    margin: 0 0.1rem;
    border: 2px solid #fff;
    background: #358bee;
    border-radius: 0.1rem;
    color: #fff;
    transition: all ease 0.2s;
    font-size: 0.4rem;
    font-weight: bold;
}
.tab-a a.active {
    background: #fff;
    border: 2px solid #fff;
    color: #f29821;
    font-weight: bold;
}
/* 好课精选 */
.zero-info em {
    font-style: normal;
    color: #f36b27;
    font-size: 0.2rem;
}
.zero-info .f20 b {
    color: #fd343d;
    font-size: 0.2rem;
}
.btn-try.flex {
    justify-content: space-between;
}
.btn-try .price {
    color: #fd343d;
    font-size: 0.52rem;
    font-weight: bold;
    font-family: "黑体";
}
.btn-try .price em {
    font-style: normal;
}
.btn-try .price i {
    font-style: normal;
    font-size: 14px;
    color: #fd343d;
    font-weight: normal;
}
.btn-try .sbtn {
    margin-left: 0.1rem;
    padding: 0.1rem 0.36rem;
}

.course-img {
    position: relative;
    flex: 1;
}
.course-img .card {
    position: absolute;
    left:0;
    top: 0;
    color: #fff;
    font-size: 0.14rem;
    font-weight: normal;
    display: inline-block;
    padding: 0.04rem 0.12rem;
    border-radius:0 0 0.2rem 0;
    background: #e84341;
    box-shadow: 1px 1px 2px #f8da43;
}
.mr-bottom {
    margin-bottom: 0.36rem;
}
.qbuy-btn {
    padding-bottom: 0.36rem;
    text-align: center;
    margin-top: 0.64rem;
}
.qbuy-btn a {
    display: inline-block;
    font-size: 0.42rem;
    font-weight: bold;
    color: #560008;
    padding: 0.2rem 2rem;
    border-radius: 0.64rem;
    background: #fedf83;
    background: -webkit-linear-gradient(to bottom, #fedf83, #fcb13f);
    background: -o-linear-gradient(to bottom, #fedf83, #fcb13f);
    background: -moz-linear-gradient(to bottom, #fedf83, #fcb13f);
    background: linear-gradient(to bottom, #fedf83, #fcb13f);
    box-shadow: 0 0.1rem 0 #e96b1e;
    text-shadow: 0 2px 1px #fedd80;
    animation: shakes 0.8s linear alternate infinite;
    position: relative;
}
.qbuy-btn a::before {
    position: absolute;
    left: 0.36rem;
    top: 0.16rem;
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.16rem;
    background: #fff;
    background: -webkit-linear-gradient(to right, #fffbf0, rgb(255, 255, 255, 0));
    background: -o-linear-gradient(to right, #fffbf0, rgb(255, 255, 255, 0));
    background: -moz-linear-gradient(to right, #fffbf0, rgb(255, 255, 255, 0));
    background: linear-gradient(to right, #fffbf0, rgb(255, 255, 255, 0));
    border-radius: 0.34rem;
}
/* 试听 */
.try-top {
    margin: 0.5rem auto 0.8rem;
}
.listen {
    display: block;
    position: relative;
}
.listen img {
    display: inline-block;
}
.listen-btn {
    position: absolute;
    right: 0;
    top: 0.1rem;
}
.listen-btn {
    width: 2.6rem;
    animation: shakes 0.4s linear alternate infinite;
}

/* 师资力量 */
.teacher .radius.wrap-qqlv {
    border-radius: 0.2rem;
    padding: 5% 4%;
}
.teache-info {
    padding: 4% 2%;
    margin: 0 auto;
    text-align: center;
    border: 0.16rem solid #cae3ff;
    border-radius: 0.1rem;
    background: #fff;
}
.teache-info p {
    font-size: 0.24rem;
    font-weight: bold;
}

/* 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: #ff9406;
}
.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: 28%;
    display: inline-block;
    position: relative;
    padding: 0.24rem 0;
    cursor: pointer;
    animation: shake 0.8s linear alternate infinite;
    -webkit-animation: bounce 1s 0.5s infinite both;
    -moz-animation: bounce 1s 0.5s ease both;
}
.foot .container a img {
    width: 62%;
    max-width: 230px;
    vertical-align: text-bottom;
    position: absolute;
    right: 0;
    bottom: -0.32rem;
}
/* 悬浮客服 */
.xuanfu {
    right: 1%;
    top: 20%;
    position: fixed;
    width: 150px;
    background-size: cover;
    z-index: 333;
}
.x-bg {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    background: #368df3;
    border-radius: 100px;
    box-shadow: inset 0 0 40px #68cdff;
    position: relative;
}
.flw-top {
    position: absolute;
    top: -70px;
    left: 10px;
}
.xuanfu a {
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #1a7ceb;
    border-radius: 30px;
    padding: 5px 22px;
    box-shadow: 0 -1px 0px #f9fcfb;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.xuanfu .align img {
    display: block;
    margin: 25px auto 10px;
}
.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;
}
.go_top {
    margin-top: 15px;
}
.xuanfu a:last-child:hover {
    box-shadow: 0 3px 4px #7dc9fe;
    border-radius: 50%;
}
.xuanfu .close {
    padding-top: 12px;
}
.xuanfu .close img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .zero-txt .f28 img {
        display: none;
    }
    .xuanfu {
        display: none;
    }
    .wrap-fff.flex {
        align-items: flex-start;
    }
    .zero-info {
        margin: 0.05rem 0;
    }
}

@media screen and (min-width: 931px) and (max-width: 1199px) {
    .tab-a a {
        padding: 0.1rem 0.48rem;
    }
    .zero-info {
        margin: 0.3rem 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 930px) {
    .zero-txt .zero-info .app {
        display: none;
    }
    .zero-info {
        margin: 0.1rem 0;
    }
    .zero-txt .zero-info p {
        line-height: 26px;
    }
    .zero-txt {
        padding-left: 0.1rem;
    }
    .tab-a a {
        padding: 0.1rem 0.28rem;
    }
}

@media screen and (max-width: 768px) {
    body{
        background-size: 120% auto;
    }
    .title {
        max-width: 5.4rem;
        margin-top: -1rem;
    }
    .title span {
        line-height: 1.36rem;
        font-size: 0.56rem;
    }
    .company-tit img {
        max-width: 150%;
        margin-left: -25%;
    }
    .go-bottom {
        bottom: 0;
    }
    .go-bottom img {
        width: 101% !important;
    }
    .banner-txt > img {
        width: 98%;
    }
    .cut-down {
        padding: 1.5% 0;
    }
    .se-count i {
        font-size: 0.3rem;
    }
    .box1_timeText,
    .box1_timeRedBox {
        font-size: 0.3rem;
        margin-left: 0.04rem;
    }
    .box1_timeFlexBox {
        width: 60%;
        justify-content: left;
    }
    .box1_timeRedBox {
        padding: 0.02rem 0.08rem;
    }
    .yhq-link {
        padding: 0.2rem;
    }
    .flex-box {
        width: 24%;
        padding: 0.36rem 0;
        margin: 0.2rem auto;
    }
    .tab-a a {
        padding: 0.1rem 0.24rem;
        margin: 0 0.1rem;
        font-size: 0.36rem;
    }
    .wrap-qlv {
        width: 94%;
    }
    .zero-info {
        margin: 0.08rem 0;
        line-height: 0.24rem;
    }
    .zero-txt {
        padding-left: 0.2rem;
    }
    .zero-txt .zero-info p {
        line-height: 0.28rem;
    }
    .zero-txt .zero-info .app {
        display: none;
    }
    .flex.wrap-fff {
        align-items: flex-start;
    }
    .flex-item {
        width: 60%;
    }
    .btn-try .sbtn {
        padding: 0.1rem 0.28rem;
    }
    .qbuy-btn a {
        padding: 0.2rem 1rem;
    }
    .course-img .card {
        top: 0;
    }

    .w1200.mr-top {
        margin-top: 1.5rem;
    }
    .w1200.getQ {
        margin-top: 1rem;
    }
    .yaz-left {
        left: 12%;
        width: 0.64rem;
        height: 0.8rem;
    }
    .yaz-right {
        right: 12%;
        top: 2.4rem;
        width: 1.3rem;
        height: 1.2rem;
    }
    .listen-btn {
        width: 1.8rem;
        top: 0;
        animation: shakes 0.4s linear alternate infinite;
    }
    .getQ .yhq-link a {
        width: 30%;
    }
    .zero-txt .f28 img {
        display: none;
    }
    .xuanfu {
        display: none;
    }
    .foot .container a {
        width: 26%;
    }
    .foot .container a img {
        width: 90%;
    }
    .foot .container span img {
        bottom: -0.06rem;
    }
    .company .flex .line {
        width: 0.6px;
    }
}
@media screen and (min-width: 374px) and (max-width: 767px) {
    .title img {
        margin-top: -14%;
    }
    .flex.wrap-fff {
        align-items: flex-start;
    }
}
@media screen and (max-width: 374px) {
    .flex-box {
        width: 44%;
        padding: 0.36rem 0;
        margin: 0.2rem auto;
    }
    .w1200.mr-top {
        margin-top: 1.4rem;
    }
    .btn-try .sbtn {
        padding: 0.06rem 0.28rem;
    }
}
@media screen and (max-width: 321px) {
    .zero-txt .zero-info p {
        line-height: 14px;
    }
    .cloub-left {
        left: -1rem;
    }
    .cloub-right {
        left: auto;
    }
    .teache-info {
        padding: 3% 1.5%;
        border: 0.12rem solid #c6cbff;
    }
    .flex.wrap-fff {
        align-items: flex-start;
    }
    .zx-positon .flex.wrap-fff {
        align-items: center;
    }

    #myTab_con_0 .zero-txt .zero-info p {
        display: inline-block;
    }
    #myTab_con_0 .zero-txt .zero-info p.app {
        display: none;
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-3px);
    }
}
@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-8px);
    }
    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(-50px);
    }
    100% {
        opacity: 0;
        transform: translateY(400px);
    }
}

@-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);
    }
}
