/**************************************************
重置
**************************************************/

body,
div,
article,
aside,
section,
nav,
header,
footer,
figure,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
    padding: 0;
    margin: 0;
}

article,
aside,
section,
nav,
header,
footer,
figure {
    display: block;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft YaHei", Arial;
    font-size: 0.51rem;
    -wit-text-size-adjust: none
}

body {
    -wit-text-size-adjust: none;
    -wit-tap-highlight-color: rgba(0, 0, 0, 0);
    -wit-font-smoothing: antialiased;
    -moz-user-select: none;
    color: #333;
    font-size: 0.51rem;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    -wit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    -wit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em,
i {
    font-style: normal;
}

.dn,
.hide {
    display: none
}


/**************************************************
盒子
**************************************************/

.warper {
    position: relative;
}

.warper img {
    width: 100%;
}


/**************************************************
返回顶部
**************************************************/

.scroll {
    position: fixed;
    bottom: 3rem;
    right: 0.43rem;
    z-index: 1000;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}


/**************************************************
页头
**************************************************/

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #00be8f;
}

.header a,
.header img {
    display: inline-block;
}

.header img {
    vertical-align: middle;
    width: auto;
    height: 1.1rem;
    margin-left: 0.43rem;
    margin-top: -0.1rem;
}

.header .header_alice {
    float: right;
}

.header .header_alice {
    padding: 0 0.43rem;
    background-color: #00a782;
}

.header .header_alice a {
    height: 1.8rem;
    vertical-align: top;
    color: white;
    font-size: 0.65rem;
}


/**************************************************
页脚
**************************************************/

.footer,
.copyright {
    padding: 0.64rem 0;
    text-align: center;
    background-color: #00be88;
    font-size: 0.6rem;
    color: #fff;
}

.copyright a,
.footer a {
    color: #fff;
}


/**************************************************
模版
**************************************************/

.t-item {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    animation: imgLoad .8s;
    -webkit-animation: imgLoad .8s;
}

@keyframes imgLoad {
    from {
        transform: scale(.5);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes imgLoad {
    from {
        transform: scale(.5);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-o-keyframes imgLoad {
    from {
        transform: scale(.5);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes imgLoad {
    from {
        transform: scale(.5);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.t-item {
    position: relative;
    display: block;
    float: left;
    width: 49%;
    margin: 0 2% 0.43rem 0;
    padding: 5px;
    border-radius: 0.02rem;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.t-item:nth-child(2n+0) {
    margin-right: 0;
}

.t-item .t-hd {
    height: 5.12rem;
    overflow: hidden;
    position: relative;
}

.t-item .t-hd .t-tag {
    position: absolute;
    top: 0.21rem;
    left: 0.21rem;
    z-index: 2;
    display: inline-block;
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.64rem;
    padding: 0 0.3rem;
    background-color: rgba(0, 0, 0, .7);
    background: #000 \9;
    filter: alpha(opacity=80) \9;
    color: #fff;
}

.t-item .t-hd img {
    width: 100%;
    height: 100%;
}

.t-item .t-bd {
    overflow: hidden;
    padding: 0.21rem;
}

.t-item .t-h2 {
    min-height: 1.54rem;
    max-height: 1.54rem;
    line-height: .77rem;
    padding: 0 !important;
    overflow: hidden;
    color: #333;
    font-size: .6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t-item .t-ft {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.21rem;
    -webkit-align-item: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    color: #f63459;
    height: 1rem;
    line-height: 1rem;
}

.t-item .t-money {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    line-height: 1;
    vertical-align: bottom;
}

.t-item .t-money em {
    font-size: 0.85rem;
    font-family: arial;
    font-weight: normal;
}

.t-item .t-btn {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
    background-color: #f63459;
    border-radius: 0.1rem;
    color: #fff;
    cursor: pointer;
}

.t-item .on {
    background-color: #ddd;
    color: #333;
}

.t-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}