[v-cloak] {
    /*display: none;*/
    visibility: 0;
}

body {
    background-color: #ededed;
    height: 100%;
}

.page__hd {
    padding: 40px;
}

.page__title {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.page__desc {
    margin-top: 4px;
    color: rgba(0,0,0,.5);
    text-align: left;
    font-size: 14px;
}

.button-sp-area {
    margin: 15px auto;
    padding: 15px;
    text-align: center;
}

.container, .page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.container {
    overflow: hidden;
}

.page__bd {
    height: 100%;
}

.avatar {
    width: 30px;
    margin-right: 16px;
    display: block;
}

.error.error {
    margin-left: 16px;
    color: #d43f3a;
    text-align: left;
}

.panel_container {
    padding: 10px;
}

.panel_container .coupon {
    height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
}

.panel_container .coupon .c_left {
    float: left;
    width: 70%;
    height: 100%;
    padding: 10px 0 10px 10px;
}

.panel_container .coupon .c_left h4 {
    margin-top: 4px;
}

.panel_container .coupon .c_left p {
    font-size: 12px;
}

.panel_container .coupon .c_right {
    float: right;
    width: 30%;
    height: 100%;
}

.panel_container .coupon .c_right h2 {
    text-align: center;
    line-height: 90px;
    margin: 0;
}

#remark p {
    font-size: 14px;
}

#remark .area {
    margin-bottom: 30px;
}

#remark .remark_title {
    color: #0ebac5;
}

#coupon p {
    margin: 0;
}

#coupon h4 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}

#coupon .cp_panel {
    margin: 0 20px;
    background-color: #fff;
}

#coupon .img_panel img {
    margin-top: 40px;
}

#coupon .img_panel, #coupon h5 {
    text-align: center;
    margin-bottom: 40px;
}

#coupon h5 {
    color: #F88686;
    font-size: 17px;
}

#coupon .time {
    font-size: 17px;
}

#coupon .time_left {
    float: left;
    width: 30%;
    text-indent: 18px;
}

#coupon .time_right {
    float: right;
    width: 70%;
}

#coupon .time_right p {
    color: #aaa;
}

#list .math {
    font-size: 14px;
}

body.page_coupon {
    background-color: #F88686;
}