
.ada-btn-area{
    position: absolute;
    top:40px;
    right: 0px;
}
.ada-btn-area .cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(48, 48, 48, 0.7);
    opacity:0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;

}

.ada-btn-area .cd-popup-container {
    position: relative;
    width: 680px;
    margin: 10em auto;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ada-btn-area .cd-popup-container .cd-popup-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgba(142,142,142,.9);
    border: 2px solid #ffffff;
}
.ada-btn-area  .cd-popup-container .cd-popup-close::before,.ada-btn-area .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #fff;
}
.Sign-top .sign-top-button{
    background: url("../img/sign/sign-btn.png") no-repeat;
    height: 62px;
    float: left;
    width: 183px;
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 15px;
    cursor: pointer;
}
.Sign-top .sign-top-button_end{
    background: url("../img/sign/yiqiandao.png") no-repeat;
    height: 62px;
    float: left;
    width: 183px;
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 15px;
}
.Sign-top .sign-top-button_conter span{
    height: 62px;
    color: #ffffff;
    margin-top: 30px;
    line-height: 125px;
    font-size: 16px;
}
.Sign-top .sign-top-button_conter .text-yelow{
    color: #ffdf00;
}
.Sign-top .sign-day-btn{
    width: 110px;
    border: 5px solid #ffffff;
    margin: 30px 10px 10px 30px;
    padding: 10px 0;
}
.ml20{
    margin-left: 20px;
}
.Sign-top .sign-day{
    background: url("../img/sign/qiandao_04.png") no-repeat;
    width: 170px;
    float: right;
    height: 130px;
}
.sign-conter{
    background: #ffffff;
    width:100%;
    padding: 20px 0 0 0;
}
.sign-conter a{
    display: inline-block;
    margin-left: 75px;
    color: #333;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
}
.sign-conter a:hover{
    color: #333;
}
.sign-conter img{
    display: block;
}
.Sign-top .sign-day-btn h3{
    color: #ffffff;
    font-size: 22px;
    font-weight:bold ;
    font-family: "Microsoft YaHei", "Microsoft JhengHei", STHeiti, MingLiu;
    text-align: center;
}
.Sign-top .sign-day-btn .bg-plus{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #ffdf00;
    font-size: 24px;
    display: inline-block;
    color: #ff484a;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
}
.Sign-top .sign-day .sign-num{
    color: #fff;
    font-size: 16px;
}
.Sign-top .sign-day .text-yelow{
    font-size: 26px;
    font-weight: bolder;
    line-height: 28px;
    padding-right: 2px;
}
.ada-btn-area .sign-foot{
    background: url("../img/sign/qiandao_12_1.png") no-repeat;
    width: 680px;
    height: 51px;

}

.text-yelow{color: #ffdf00;}
.ada-btn-area .cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
}
.ada-btn-area .cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
}
.ada-btn-area .cd-popuptext .Sign-top{
    width: 100%;
    height: 120px;
    background:#c40007;
}
.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
