a,body,div,em,html,img,li,span,ul {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "microsoft yahei", Arial, sans-serif;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

em {
    font-style: normal;
}

.mobile-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100vh;
    background: #02091d;
}

.head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    padding: 0 .18rem;
    background: #13182b;
}

.head .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
}

.head .logo img {
    height: 1rem;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.notice {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: .5rem;
    background: #171d2e;
}

.notice .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .62rem;
    height: .5rem;
}

.notice .ico img {
    width: .3rem;
}

.notice .txt {
    width: calc(100% - .62rem);
    height: .5rem;
    color: #fff;
    line-height: .5rem;
}

.product {
    float: left;
    width: 100%;
    padding-top: .3rem;
    background: #02091d;
}

.product .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.12rem;
    text-align: center;
}

.product .title img {
    width: 4.56rem;
}

.product .list {
    width: 100%;
    padding: 0 .18rem;
}

.product .list ul {
    width: 100%;
}

.product .list ul li {
    position: relative;
    float: left;
    width: 100%;
    padding: .13rem 0;
}

.product .list ul li .cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .18rem;
    overflow: hidden;
    background: #171d2e;
    border-left: .06rem solid #77c8b7;
    border-radius: .06rem;
}

.product .list ul li .cont .image {
    width: 1.6rem;
    height: 1.6rem;
}

.product .list ul li .cont .image img {
    width: 100%;
    height: 100%;
    margin-top: 7px;
    border-radius: .3rem;
}

.product .list ul li .cont .text {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 1.6rem);
    padding-left: .2rem;
}

.product .list ul li .cont .text .intr {
    width: calc(100% - 1.56rem);
}

.product .list ul li .cont .text .intr .tits {
    width: 100%;
    color: #fff;
    font-size: .32rem;
    line-height: .44rem;
}

.product .list ul li .cont .text .intr .score {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: .36rem;
}

.product .list ul li .cont .text .intr .score span {
    color: #fff;
    font-size: .2rem;
}

.product .list ul li .cont .text .intr .score img {
    width: 1.14rem;
    margin: 0 .1rem;
}

.product .list ul li .cont .text .intr .score em {
    position: relative;
    top: .02rem;
    color: #f6ff6e;
    font-size: .26rem;
}

.product .list ul li .cont .text .intr .nums {
    width: 100%;
    color: #fff;
    font-size: .22rem;
    line-height: .3rem;
}

.product .list ul li .cont .text .intr .txts {
    display: -webkit-box;
    overflow: hidden;
    color: #7b7e86;
    font-size: .2rem;
    line-height: .34rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product .list ul li .cont .text .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.56rem;
    height: 1.6rem;
}

.footer {
    width: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: .26rem;
    line-height: 1.44rem;
    text-align: center;
}
