.content-hide-tips {
    padding: 40px 20px 20px;
    border: 1px dashed #ccc;
    margin: 20px 0 40px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
	font-size: 15px;
}
.content-hide-tips p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.content-hide-ok {
    padding: 20px;
    border: 1px dashed #ccc;
    margin: 20px 0 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
}

.content-hide-tips .fa-lock,.content-hide-tips .fa-unlock-alt {
    font-size: 30px;
    right: 10px;
    top: 5px;
    font-style: normal;
    color: #ccc;
    position: absolute;
    z-index: 1;
}

.content-hide-tips .label-warning {
    background-color: #f0ad4e;
}

.content-hide-tips .label {
    display: inline;
    padding: .4em .6em .4em .6em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.content-hide-tips .rate {
    left: 10px;
    top: 5px;
    position: absolute;
    z-index: 1;
    font-weight: 500;
    margin: 10px;
    -webkit-animation: hue 6s infinite linear;
}

.content-hide-tips .login-false {
    text-align: center;
}

.content-hide-tips .coin {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-hide-tips .coin span {
    padding: 4px 18px;
    background-color: #ffffff;
    color: #f0ad4e;
    line-height: 1;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #f0ad4e;
}

.content-hide-tips .t-c {
    text-align: center;
    font-size: 13px;
}

.content-hide-tips .red {
    color: #ff3b41;
}

.content-hide-tips .pc-button {
    margin: 0 auto;
    text-align: center;
}

.content-hide-tips .btn--secondary {
    color: #ffffff;
    background: #20a0ff;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
    background: linear-gradient(90deg,#20a0ff,#20b8ff);
    -webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}

.content-hide-tips .btn--danger {
    color:#ffffff;
    background: #61be33;
    background: -webkit-gradient(linear,left top,right top,from(#61be33),to(#8fce44));
    background: -webkit-linear-gradient(left,#61be33,#8fce44);
    background: linear-gradient(90deg,#61be33,#8fce44);
    -webkit-box-shadow: 0 3px 5px rgba(104,195,59,.5);
    box-shadow: 0 3px 5px rgba(104,195,59,.5);
}

.content-hide-tips .btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    position: relative;text-transform: none;overflow: visible;margin: 0px 10px;
}
.content-hide-tips a:hover{text-decoration: none;color:#fff!important;}
.content-hide-tips.pd20{padding:10px 10px;}