﻿* {
    margin: auto;
}

body {
    font-size: 14px;
    background: #fafafa;
}

.body {
    max-width: 600px;
    background: white;
    position: relative;
}

.hot {
    background: #fafafa;
}

.hot-title {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 8px 0 8px 0;
    background-image: url(../Image/Phone/hot_title.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 48px;
    background-color: white;
    position: relative;
}

.hot-overflow {
    display: inline-block;
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    position: relative;
}

#hotProduct {
    width: 101.5%;
}

.hot-box {
    width: 48.5%;
    text-align: center;
    margin: 0 1.5% 1.5% 0;
    float: left;
    background: white;
}

.hot-img {
    position: relative;
    width: 90%;
    padding-top: 67.5%;
    margin: 5% 0 5% 5%;
    overflow:hidden;
}

    .hot-img img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.water {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    transform: scale(1.25) rotate(-10deg);
    z-index: 2;
}

.hot-name {
    font-size: 13px;
    width: 90%;
    margin: 10px 0 0 5%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-price {
    font-size: 13px;
    width: 90%;
    color: red;
    margin: 5px 0 12px 5%;
    text-align: left;
}

#hotPage {
    width: 100%;
    text-align: center;
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 65px;
}

    #hotPage a {
        font-size: 12px;
        color: white;
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        background: #81d3eb;
        border-radius: 2px 2px;
        margin-left: 10px;
    }

.kind {
    width: 100%;
    height: 110px;
    margin: 10px 0 10px 0;
    overflow: hidden;
}

.kind-body {
    white-space: nowrap;
}

#kind {
    min-width: 100%;
    float: left;
}

#kind1 {
    display: inline-block;
    min-width: 100%;
}

.kind-box {
    display: inline-block;
    width: 90px;
    height: 110px;
    margin-left: 10px;
    vertical-align: top;
}

    .kind-box span {
        /*position:relative;*/
        display: inline-block;
        width: 98%;
        height: 35px;
        color: black;
        text-align: center;
        white-space: initial !important;
        /*overflow: hidden;*/
        /*white-space: nowrap;
        text-overflow: ellipsis;*/
    }

.kind-img {
    position: relative;
    width: 50px;
    padding-top: 50px;
    margin: 10px 20px 10px 20px;
}

    .kind-img img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.picture {
    position: relative;
    width: 92%;
    padding-top: 40%;
    margin-top: 10px;
}

#picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

    #picture a {
        display: none;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

#number {
    width: 100%;
    height: 20px;
    position: absolute;
    margin-top: -22px;
    text-align: center;
}

    #number a {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: white;
        border-radius: 100%;
        opacity: 0.3;
        margin: 0 3px 0 5px;
    }
/** {
    margin: auto;
}

body {
    font-size: 14px;
    background: #fafafa;
}

.body {
    max-width: 600px;
    background: white;
    position: relative;
}

.hot-overflow {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
}

#hotProduct {
    width: 101%;
    float: left;
}

.hot-box {
    width: 50%;
    height: 200px;
    text-align: center;
    float: left;
    border-right: 1px solid #f5f1f1;
    border-bottom: 1px solid #f5f1f1;
}

.hot-img {
    width: 90%;
    height: 122px;
    line-height: 117px;
    text-align: center;
    margin: 20px 0 0 5%;
}

    .hot-img img {
        max-width: 100%;
        max-height: 120px;
    }

.hot-name {
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-number {
    font-size: 13px;
    color: #808080;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-cart {
    color: #808080;
    position: absolute;
    margin: -20px 0 0 17%;
}

#hotPage {
    width: 100%;
    text-align: center;
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 65px;
}

    #hotPage a {
        font-size: 12px;
        color: white;
        text-decoration:none;
        padding: 4px 10px 3px 10px;
        background: #81d3eb;
        border-radius: 2px 2px;
        margin-left: 10px;
    }*/
