

.page_nav .active a {
    background: #000;
    color: #fff;
}

.screen {
    left: 50%;
    transform: translate(-50%,0);
}

button {
    text-align: center;
    width: 100%;
    background-color: inherit;
    border: 0;
    font-weight: bold;
    padding: 8px 5px;
    cursor: pointer;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    display: block;
    font-size: 16px;
}

#msg {
    max-width: 350px;
    height: auto;
    background-color: #fff;
}

#msg .container {
    padding-top: 70px;
}

#msg .closed {
    width: 40px;
    cursor: pointer;
}

.noData {margin: 10px 0;}

.overlay {
    height: 100%;
    width: 100%;
    background-color: #00000061;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

/* validate */
form .error {
    color: #f0506e;
    font-size: .8rem;
    margin-bottom: 5px;
}

.font_red {
    color: #f0506e;
}

.font_green {
    color: #78c01f;
}

.member_area {
    border: 1px solid #dcdcdc;
    padding: 15px;
    border-radius: 10px;
    max-width: 500px;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 0 5px #00000052;
    text-align: left;
}

.member_area,
.member_area .title {
    font-size: 16px!important;
}

.gift_status {margin: 15px 0;}
.gift_status h3 {color:rgb(246, 64, 64);font-size: 16px;}
.gift_status a, 
.link 
{color:#0046d5;font-size: 14px;}

.gift_status a:hover,
.link:hover
{color:#5786e7;}

.content .form>ul li .box .form-title {
    width: 110px
}

.content {
    margin: 20px 0;
    min-height: calc(100vh - 80px);
}

.content .form>ul li .box p input {
    background-color: #f1f1f1;
    padding: 7px 10px;
    border-radius: 4px;
}

.content .form>ul li .tips a,
.font-14 {
    font-size: 14px;
}

@media screen and (max-width:960px) {
    #msg {
        width: 100%;
        max-width: 100%;
    }
}