* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    color: #000;
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    min-height: 100%;
    width: 100vw
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

ul {
    word-break: break-all
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

a:active, a:hover, a:link, a:visited {
    color: #000;
    text-decoration: none
}

.clear {
    clear: both
}

button, input, select, textarea {
    font-size: 100%;
    outline: 0
}

.background_green {
    background: #587934
}

.background_gary {
    background: #eee
}

.imageBox img {
    width: 100%;
    height: 100%
}

ul.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12.26667vw;
    position: relative
}

ul.banner li.centerArea {
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
    color: #606060
}

ul.banner li.logo {
    background: url(http://m.xilu.com/images/wap-logo.jpg);
    background-size: cover;
    width: 18.66667vw;
    height: 8vw
}

ul.banner li.leftArea {
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.banner li.leftArea, ul.banner li.rightArea {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.banner li.rightArea {
    width: 26.66667vw;
    right: 4vw;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

ul.banner .loginUserIconBox .loginIcon {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    overflow: hidden
}

ul.bannerView {
    z-index: 5
}

ul.bannerComment, ul.bannerView {
    width: 100%;
    height: 9.33333vw;
    position: fixed;
    top: 0;
    -webkit-box-shadow: .26667vw .26667vw .4vw rgba(0, 0, 0, .19);
    box-shadow: .26667vw .26667vw .4vw rgba(0, 0, 0, .19)
}

ul.bannerComment .leftClickArea, ul.bannerView .leftClickArea {
    height: 9.33333vw;
    min-width: 9.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4vw
}

.iconUser {
    width: 6.4vw;
    height: 6.4vw;
    overflow: hidden
}

.iconUser, .iconUser .head {
    border: 1px solid #fff;
    border-radius: 100%
}

.iconUser .head {
    margin: 1.06667vw auto 0;
    width: 2.93333vw;
    height: 2.93333vw
}

.iconUser .shoulder {
    margin-top: -1px;
    width: 6.66667vw;
    height: 6.66667vw;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-left: -.26667vw
}

.iconShare {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 4.8vw;
    height: 4.8vw;
    border: .26667vw solid grey;
    border-radius: .26667vw;
    margin-left: 4vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.iconShare .trSpace {
    position: absolute;
    top: -2.13333vw;
    right: -2.13333vw;
    width: 2.93333vw;
    height: 2.93333vw;
    border: .8vw solid #eee
}

.iconShare .slash {
    position: absolute;
    right: -.66667vw;
    top: 1.2vw;
    height: .26667vw;
    overflow: hidden;
    background: grey;
    border: 0;
    z-index: 3
}

.iconBackArrow, .iconShare .slash {
    width: 4vw;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.iconBackArrow {
    position: relative;
    left: .8vw;
    height: 4vw;
    border-top: .26667vw solid grey;
    border-left: .26667vw solid grey
}

.iconDialog {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 4.26667vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .26667vw solid grey;
    border-radius: .4vw
}

.iconDialog .iconContent {
    min-width: 5.33333vw;
    padding: 0 .66667vw;
    word-break: normal;
    text-align: center;
    font-size: 3.2vw;
    vertical-align: middle;
    z-index: 2;
    letter-spacing: -1px;
    color: grey
}

.iconDialog .bottomArrow {
    position: absolute;
    bottom: -.8vw;
    left: 1.33333vw;
    width: 1.33333vw;
    height: .93333vw;
    border: .26667vw solid grey;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    border-radius: .53333vw;
    z-index: 3;
    border-top: 0;
    border-right: 0
}

.iconComment {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    right: 6.66667vw;
    bottom: 6.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
    border-radius: 50%;
    overflow: hidden;
    display: none
}

.iconPlayer {
    position: relative
}

.iconPlayer .playOuter {
    position: absolute;
    border: .66667vw solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    width: 13.33333vw;
    height: 13.33333vw;
    top: 22.66667vw;
    left: 42vw
}

.iconPlayer .playOuter .play {
    position: absolute;
    left: 4vw;
    top: 2.66667vw;
    width: 0;
    height: 0;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, .9);
    border-style: solid;
    border-width: 4vw 6.66667vw
}

.nav {
    position: -webkit-sticky;
    position: sticky;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 8vw;
    font-size: 4.26667vw;
    top: 0;
    -webkit-box-shadow: .26667vw .26667vw .4vw rgba(0, 0, 0, .19);
    box-shadow: .26667vw .26667vw .4vw rgba(0, 0, 0, .19);
    z-index: 1
}

.nav li .on {
    color: #388900;
}

.nav, footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4vw 0
}

footer div {
    width: 16vw;
    height: 6.66667vw;
    padding: 0 1.33333vw
}

footer img {
    width: 100%;
    height: 100%
}

footer div:first-child {
    border-right: 1px solid #d3d3d3
}

.sliderImages {
    margin-bottom: 1.33333vw;
    overflow: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.sliderImages, .sliderImages li {
    position: relative;
    height: 56vw
}

.sliderImages img {
    width: 100%;
    height: 100%
}

.sliderImages li > div.sliderImagesIntro {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    font-size: 4vw;
    text-indent: 4vw;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.sliderImages .sliderPages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 2.66667vw;
    bottom: 0;
    height: 8vw
}

.sliderImages .sliderPages li {
    width: 1.33333vw;
    height: 1.33333vw;
    margin: .26667vw;
    background: #fff
}

.sliderImages .sliderPages li.active {
    background: red
}

.mainContainer {
    padding-top: 1.33333vw
}

.mainContainerComment, .mainContainerView {
    margin-top: 9.33333vw
}

.listsTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4vw;
    line-height: 3.73333vw;
    font-size: 3.73333vw;
    font-weight: 700;
    padding: 6.66667vw 0 2.66667vw
}

.listsTitle:before {
    content: "";
    display: inline-block;
    height: 4vw;
    width: 1.6vw;
    margin-right: 2.66667vw;
    background: #fd2b1e
}

.itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.66667vw 1.33333vw;
    height: 22vw;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.itemList .itemImages {
    -ms-flex-preferred-size: 32vw;
    flex-basis: 32vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 32vw;
    height: 22vw;
    overflow: hidden;
    margin-right: 2.66667vw
}

.itemList .itemImages img {
    width: 100%;
    height: 100%
}

.itemList .itemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.itemList .itemTitle {
    font-size: 4.26667vw
}

.itemList .itemMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    bottom: 0;
    font-size: 3.2vw
}

.itemList .itemMore p.itemTag {
    min-width: 8vw;
    padding: 0 .8vw;
    color: #d20000;
    text-align: center;
    border: 1px solid #d20000;
    border-radius: .66667vw;
    margin-right: auto
}

.itemList .itemMore .itemTime {
    min-width: 16vw;
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: grey;
    margin-right: 2.66667vw
}

.itemList .itemMore .itemReadNum {
    min-width: 26.66667vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: grey
}

.itemList .itemMore .itemReadNum span:first-child {
    margin-right: 1.33333vw
}

@media (max-width: 320px) {
    .itemList .itemMore .itemTime {
        margin-right: 0
    }
}

.itemList.type2 {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.itemList.type2 .itemTitle {
    margin-left: 2.66667vw
}

.itemList .itemImagesSet {
    margin: .66667vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1;
}

.itemList .itemImagesSet .itemImages {
    margin: .66667vw 0
}

.itemList.type1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.itemList.type1 .itemTitle {
    margin-left: 2.66667vw
}

.itemList.type1 .itemImages {
    margin: 1.33333vw 0;
    height: 58.66667vw;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.content {
    padding: 6vw 3.33333vw 3.33333vw
}

.content h2 {
    font-size: 5.33333vw;
    text-align: center
}

.content .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.66667vw 0;
    font-size: 3.46667vw;
    color: grey;
    line-height: 2.66667vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content .intro > * {
    margin: 0 .66667vw
}

.content .intro .func {
    margin-left: auto;
    padding: .66667vw;
    border-radius: 1.33333vw
}

.content p {
    text-indent: 8vw;
    line-height: 2;
    padding: 2.66667vw 0;
    text-align: justify
}

.content .main.smallFont {
    font-size: 4.26667vw
}

.content .main.bigFont {
    font-size: 5.6vw
}

.content p img {
    width: 100%;
    margin-left: -8vw
}

#commentPage {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 12.53333vw
}

#commentPost {
    z-index: 99999;
    background: #f5f5f5
}

.commentLayer textarea.commentInput {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    height: 33.33333vw;
    padding: 2.66667vw;
    font-size: 4vw;
    resize: none
}

.commentLayer .commentFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.commentLayer .commentFooter button.commentSubmit {
    margin: 4vw;
    padding: 2vw;
    font-size: 4vw;
    line-height: 4vw;
    color: #fff;
    background: #447934;
    border: 0;
    border-radius: 1.33333vw
}

.commentLayer .commentFooter button[disabled] {
    background: #d3d3d3
}

.commentBar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 12.53333vw;
    width: 100vw;
    background: #fff;
    -webkit-box-shadow: .26667vw -.26667vw .4vw rgba(0, 0, 0, .19);
    box-shadow: .26667vw -.26667vw .4vw rgba(0, 0, 0, .19);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.33333vw;
    color: grey;
    font-size: 3.2vw;
    z-index: 99998
}

.commentBar, .commentBar .editFake {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.commentBar .editFake {
    height: 6.93333vw;
    width: 62.66667vw;
    border: .26667vw solid grey;
    z-index: -1
}

.commentBar .imageBox {
    width: 5.06667vw;
    height: 5.06667vw;
    overflow: hidden
}

.commentBar .editFake .imageBox {
    margin: 0 2vw 0 2.66667vw
}

.commentBar .editOption {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.commentBar .editOption * {
    z-index: -1
}

.commentBar .numberBox {
    height: 5.33333vw;
    line-height: 5.33333vw
}

.commentZone .commentFooter {
    text-align: center;
    padding: 2.66667vw;
    font-size: 4vw
}

.commentZone .commentHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 6.66667vw;
    padding: 1.33333vw 3.33333vw
}

.commentHeader .commentHeaderLeft, .commentZone .commentHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.commentHeader .commentHeaderLeft {
    height: 100%;
    font-size: 3.46667vw
}

.commentHeader .commentHeaderRight .unLogin {
    font-size: 4vw;
    font-weight: 700;
    padding: 0 1.33333vw;
    border-bottom: .66667vw solid #447934
}

.commentHeader .commentHeaderRight .loginIcon {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    overflow: hidden
}

.commentEmpty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20vw;
    font-size: 4vw;
    line-height: 4vw
}

.commentEmpty .imageBox {
    width: 5.33333vw;
    height: 5.33333vw
}

.commentLists {
    margin: 6.66667vw 4vw
}

.commentLists .commentBlock {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw
}

.commentLists .commentBlock dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.commentBlock .commentIcon {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    overflow: hidden
}

.commentBlock .commentUsername {
    text-indent: 4vw;
    font-size: 3.73333vw;
    color: #447934
}

.commentBlock .commentVote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8vw;
    margin-left: auto;
    position: relative
}

.commentBlock .commentVote .imageBox {
    width: 4vw;
    height: 4vw;
    overflow: hidden;
    z-index: -1
}

.commentBlock .commentVote .voteNumber {
    height: 4vw;
    z-index: -1
}

.commentBlock dd {
    margin-left: 12vw
}

.commentBlock .commentContent {
    font-size: 4vw;
    text-align: justify
}

.commentBlock .commentInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: grey;
    margin: 1.33333vw 0 2.66667vw
}

.commentBlock .commentInfo * {
    margin-right: 2.66667vw
}

.commentBlock .commentReply {
    color: #447934
}

.commentBlock .commentReport {
    margin-left: auto;
    margin-right: .66667vw;
    color: brown;
    display: none
}

.commentReplyBlock {
    margin-left: 12vw;
    padding: 3.33333vw 2vw 2vw 4.66667vw
}

.commentReplyBlock .commentReport {
    margin-right: -1.33333vw
}

.commentReplyBlock dl {
    padding-bottom: 1.33333vw
}

.commentReplyBlock dd {
    margin-left: 0
}

.commentReplyBlock .commentUsername {
    text-indent: 0;
    margin-bottom: 1.33333vw
}

.commentReplyBlock .commentAtSb {
    font-size: .8em;
    color: grey
}

.layerBody {
    overflow: hidden;
    background: #f8f8ff
}

.layer, .layerBody {
    width: 100vw;
    height: 100vh;
    position: fixed
}

.layer {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999999
}

#layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loginWindow {
    position: relative;
    width: 93.46667vw;
    height: 93.33333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 1.33333vw;
    padding: 2.66667vw
}

.loginTitle {
    height: 10.66667vw;
    line-height: 10.66667vw;
    text-align: center;
    color: grey;
    font-size: 5.06667vw
}

.loginWrap {
    padding: 2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.loginOthers {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.loginInput {
    width: 100%;
    height: 13.33333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .4vw solid grey;
    border-radius: 1.33333vw;
    background: #fff;
    font-size: 4vw
}

input.loginInput {
    text-indent: 4vw
}

button.loginInput {
    border-color: #447934;
    color: #447934
}

button.hold {
    border-color: #d3d3d3;
    color: #d3d3d3
}

button.loginSubmit {
    background: #447934;
    color: #fff
}

.loginPasswordWrap {
    width: 50.66667vw;
    padding-right: 4vw
}

.loginFindPasswordWrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.loginSplit {
    margin: 0 auto;
    height: 2.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d3d3d3;
    font-size: 3.2vw
}

.loginSplit:after, .loginSplit:before {
    content: "";
    display: inline-block;
    width: 36vw;
    height: 1px;
    background: #d3d3d3;
    margin: 0 2.66667vw
}

.loginWrap .imageBox {
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 50%;
    overflow: hidden
}

.tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.33333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 1.33333vw;
    border-top-right-radius: 1.33333vw;
    color: #fff
}

.tip.error {
    background: rgba(255, 0, 0, .8)
}

.tip.success {
    background: rgba(93, 187, 93, .8)
}

.layer > .tip {
    position: static;
    width: auto;
    min-width: 53.33333vw;
    min-height: 26.66667vw;
    border-radius: 1.33333vw;
    background: #fff;
    padding: 4vw;
    font-size: 4.8vw;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.layer > .tip.error {
    -webkit-box-shadow: inset 0 0 4vw rgba(255, 0, 0, .9);
    box-shadow: inset 0 0 4vw rgba(255, 0, 0, .9)
}

.dropload-down, .dropload-up {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 1.6vw;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dropload-down {
    height: 10.66667vw
}

.dropload-load, .dropload-noData, .dropload-refresh, .dropload-update {
    height: 10.66667vw;
    line-height: 10.66667vw;
    text-align: center;
    vertical-align: baseline;
    color: #d3d3d3;
    font-size: 4vw
}

.dropload-load .loading {
    display: inline-block;
    height: 4vw;
    width: 4vw;
    border-radius: 100%;
    margin: .8vw;
    border: .53333vw solid #d3d3d3;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate .75s linear infinite;
    animation: rotate .75s linear infinite
}

.video-title {
    font-size: 4.4vw;
    margin-left: 2vw;
    font-weight: 700;
}

.page-style {

}

.page-style .page-color {
    color: #069700;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}