﻿html {
    -webkit-tap-highlight-color: transparent;
}

input, button, select, textarea {
    outline: none;
}

img {
    width: 100%;
    vertical-align: middle;
}

body {
    font-size: 12px;
}

.container {
    width: 100%;
    color: #505050;
}

    .container .user-img {
        width: 100%;
    }

        .container .user-img img {
            display: block;
            margin: 25px auto -15px;
            width: 30%;
            border: 1px solid #dcdcdc;
            border-radius: 50%;
        }

    .container .inner-box {
        width: 80%;
        margin: 25px auto;
        text-align: center;
    }

        .container .inner-box p {
            width: 100%;
            margin-bottom: 15px;
        }

            .container .inner-box p input {
                width: 90%;
                height: 30px;
                padding: 5px 0;
                border: 0;
            }

        .container .inner-box .phone, .container .inner-box .verification, .container .inner-box .user-name {
            border: 1px solid #dcdcdc;
            border-radius: 5px;
            background-color: #fff;
        }

        .container .inner-box .phone {
            position: relative;
        }

            .container .inner-box .phone a {
                position: absolute;
                top: -1px;
                right: 0;
                width: 35%;
                line-height: 42px;
                background-color: #88afcd;
                color: #fff;
                text-align: center;
                border-radius: 0 5px 5px 0;
            }

        .container .inner-box .p-btn a {
            display: block;
            margin-top: 30px;
            background-color: #7bcef8;
            color: #fff;
            line-height: 35px;
            border-radius: 5px;
        }

#status-bar {
    width: 100%;
    height: 38px;
    background: #e6e6e6;
}

    #status-bar p, #status-bar .backTop {
        height: 38px;
        font: 12px/38px "微软雅黑",arial;
        color: #505050;
    }

    #status-bar p {
        float: left;
        margin-left: 10px;
    }

        #status-bar p em {
            font-style: normal;
            padding: 0 10px;
            color: #b4b4b4;
        }

    #status-bar .backTop {
        float: right;
        margin-right: 10px;
        display: inline-block;
    }

        #status-bar .backTop i {
            width: 10px;
            height: 9px;
            line-height: 38px;
            margin-left: 5px;
            display: inline-block;
            background: url(/icake/imgs/arrow_up.png) no-repeat;
            background-size: 10px 9px;
            opacity: 0.6;
        }

.container .inner-box .prompt a, .container .inner-box .forgot-pwd a {
    color: #4694d1;
    text-decoration: underline;
}
.close {
    width: 100%;
    height: 3.2rem;
    background: #fff;
    line-height: 3.2rem;
}
    .close span {
        width: 90%;
        display: block;
        padding-top: 0.6rem;
        float: right;
        text-align: left;
        line-height: 1.2rem
    }
        .close span a {
            color: #fe4320;
        }
    .close p:first-of-type {
        width: 10%;
        display: block;
        height: 3.2rem;
        background: url(http://m.joyincake.com/incake/assets/imgs/shopping-cart/no-like.png) no-repeat;
        background-size: 1.046667rem 1.046667rem;
        background-position: 0.366667rem 0.633333rem;
        text-align: left;
        float: left;
    }
.close p.active {
        width: 10%;
        display: block;
        height: 3.2rem;
        background: url(http://m.joyincake.com/incake/assets/imgs/shopping-cart/like.png) no-repeat;
        background-size: 1.046667rem 1.046667rem;
        background-position: 0.366667rem 0.633333rem;
        text-align: left;
        float: left;
    }

.main-content {
width:100%;
}
.title {
    padding-top: 0.5rem;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    font-size: 0.5366rem;
    line-height: 1rem;
    height: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 0 auto;
}

.content {
    width: 96%;
    margin-left: 1%;
    text-indent: 0.666rem;
    font-size: .333rem;
    line-height: .7rem;
    word-break: break-all;
}
.bannerHeight {
    display: block;
    width: 100%;
    height: 50px;
    float: left;
}
.pop-up-layout {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
}

    .pop-up-layout .pop-up {
        position: absolute;
        left: 35%;
        top: 50%;
        margin-left: -2.973333rem;
        margin-top: -3.733333rem;
        width: 10.946667rem;
        height: 5.733333rem;
        border: 0.023333rem solid #e33325;
        overflow: hidden;
        border-radius: 0.133333rem;
    }

        .pop-up-layout .pop-up > div {
            position: absolute;
            left: 0;
            top: 0;
            width: 5.946667rem;
            height: 2.933333rem;
            background-color: #fff;
        }

            .pop-up-layout .pop-up > div p {
                position: absolute;
                left: 0;
                right: 0;
                top: 1.033333rem;
                bottom: 0;
                display: table;
                margin: auto;
                font-size: 0.353333rem;
                color: #e33325;
                width: 100%;
                text-align: center;
            }

        .pop-up-layout .pop-up a {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1.2rem;
            width: 100%;
            text-align: center;
            line-height: 1.2rem;
            color: #fff;
            background: #e33325;
        }

            .pop-up-layout .pop-up a:nth-of-type(1) {
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #4e47eb;
            }

            .pop-up-layout .pop-up a:last-child {
                position: absolute;
                right: 0;
                bottom: 0;
                background-color: #e33325;
            }

    .pop-up-layout .pop-up_confirm {
        position: absolute;
        left: 30%;
        top: 30%;
        width: 10.946667rem;
        height: 5.733333rem;
        border: 0.023333rem solid #e33325;
        overflow: hidden;
        border-radius: 0.133333rem;
        background-color: #fff;
    }

        .pop-up-layout .pop-up_confirm > div {
            position: absolute;
            left: 0;
            top: 0;
            width: 10.946667rem;
            height: 2.933333rem;
        }

            .pop-up-layout .pop-up_confirm > div p {
                position: absolute;
                left: 0;
                right: 0;
                top: 1.033333rem;
                bottom: 0;
                display: table;
                margin: auto;
                font-size: 0.293333rem;
                width: 100%;
                text-align: center;
            }

        .pop-up-layout .pop-up_confirm a {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1.2rem;
            width: 100%;
            text-align: center;
            line-height: 1.2rem;
            color: #fff;
            background: #e33325;
        }

.hide {
    display: none;
}
