p{
    margin: 0;
}
.sign_bgd{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    z-index: 230;
    top:0px;
}
.sign_cen{
    width: 643px;
    height: 605px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
    z-index: 231;
}
.sign_cen_top{
    width: 100%;
    text-align: center;
}
.sign_qx{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    background: #000;
    color: #fff;
    float: right;
    border-radius: 50%;
    font-size: 32px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 5px;
}
.sign_cen_bottom{
    width: 100%;
    margin-top: 35px;
}
.sign_bot_left{
    float: left;
    width: 422px;
    /*height: 385px;*/
    padding: 10px 22px;
    background: #e8e5ba;
    border-radius: 5px;
}
.sign_time{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.sign_date{
    width: 378px;
    /*height: 311px;*/
    position: relative;
}
.sign_date_top{
    width: 100%;
    height: 40px;
    background: #50b3ea;
    /*position: absolute;
    top:0px;
    left: 0px;*/
    z-index: 2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sign_date_top span{
    display: inline-block;
    float: left;
    width: 54px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}
.sign_date_bottom{
    width: 100%;
    /*height: 275px;*/
    background: #e8e5ba;
    /*position: absolute;
    top:36px;
    left: 0px;*/
    z-index: 3;
    border-radius: 5px;
    padding-top: 5px;
}
.sign_time_date{
    position: relative;
    float: left;
    width: 53px;
    height: 53px;
    text-align: center;
    background: #fefff1;
    border-radius: 4px;
    margin-right: 1px;
    margin-bottom: 1px;
}
.sign_time_date span{
    line-height: 53px;
    font-size: 22px;
    color: #b82d1a;
}
.sign_bot_right{
    float: right;
    width: 205px;
    height: 386px;
    position: relative;
}
.sign_right_top{
    width: 100%;
    height: 131px;
    border-radius: 5px;
    overflow: hidden;
}
.sign_right_top_p{
    padding: 0px 15px;
    height: 30px;
    background: #e8e5ba;
}
.sign_right_top_p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e25b48;
    border-radius: 50%;
    margin-top: 10px;
}
.sign_right_top1{
    width: 100%;
    height: 101px;
    background: #fff6ed;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sign_right_bottom{
    width: 100%;
    height: 249px;
    background: #fff6ed;
    border-radius: 5px;
    margin-top: 5px;
    padding: 30px 20px;
    font-size: 14px;
}
.sign_btn{
    width: 131px;
    height: 40px;
    border: none;
    outline: none;
    background: #e25947;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #b52c1c;
    -webkit-box-shadow:0px 4px 0px #b52c1c;
    -moz-box-shadow:0px 4px 0px #b52c1c;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#b52c1c", Direction="0", Strength="4");
    margin-top: 21px;
    margin-left: 36px;
}
.dian_xian{
    position: absolute;
    top:122px;
    left: 32px;
}
.sign_gou{
    position: absolute;
    top: 18px;
    left: 4px;
}