﻿body {
    margin: 0px;
    padding: 0px;
}

html, body {
    float: left;
    width: 100%;
}

ul,
ol,
li,
div {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

.box {
    width: 100%;
    height: 40px;
    float: left;
    align-items: center;
    display: inline-flex;
}

.text_box {
    width: 50%;
    height: 40px;
    margin-left: 50%;
    position: relative;
}

.text {
    font-size: 14px;
    color: #b00000;
    position: absolute;
    right: 14px;
    top: 10px;
}

.mycard_top {
    background: #f6f4f7;
    width: 100%;
    height: 50px;
}

.mycard_return {
    width: 22%;
    margin-top: 15px;
    margin-left: 20px;
}

.mycard_my {
    font-size: 16px;
    line-height: 50px;
    margin-left: 20px;
    font-family: "微软雅黑";
}

.mycard_lkzx {
    width: 20%;
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #f3b954;
}

.card_vip {
    width: 100%;
    float: left;
}

.card1 {
    width: 80%;
    float: left;
    text-align: center;
    position: relative;
    margin-left: 10%;
}

    .card1 img {
        width: 100%;
        border-radius: 4px;
    }

    .card1 span {
        z-index: 999;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 14px;
    }

.defImg {
    width: 70%;
    margin-left: 15%;
    margin-top: 20%;
}
