@charset "utf-8";
/* CSS Document */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

body {
    font-size: 12px;
    margin: 0;
    /*padding: 0 0 1.75rem;*/
    font-family: "微软雅黑";
    background-color: #d79df7;
}

li {
    list-style: none;
}

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

a:hover {
    text-decoration: underline;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}

.content {
}

.tab {
    width: 100%;
    overflow: hidden;
}
.tab a {
    float: left;
    display: inline-block;
    width: 50%;
}

/*.btn {*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*overflow: hidden;*/
    /*padding: 40px 60px;*/
    /*z-index: 10;*/
/*}*/
/*@keyframes scaleDraw {  !*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*!*/
    /*0%{*/
        /*transform: scale(1);  !*开始为原始大小*!*/
    /*}*/
    /*25%{*/
        /*transform: scale(1.1); !*放大1.1倍*!*/
    /*}*/
    /*50%{*/
        /*transform: scale(1);*/
    /*}*/
    /*75%{*/
        /*transform: scale(1.1);*/
    /*}*/
/*}*/
/*.btn a {*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*-webkit-animation-name: scaleDraw; !*关键帧名称*!*/
    /*-webkit-animation-timing-function: ease-in-out; !*动画的速度曲线*!*/
    /*-webkit-animation-iteration-count: infinite;  !*动画播放的次数*!*/
    /*-webkit-animation-duration: 1s; !*动画所花费的时间*!*/
/*}*/
/*.btn a img {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/
