@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

input, button, textarea {
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #005590;
}

li {
    list-style: none;
}

:focus {
    outline: 0;
}

.bold {
    font-weight: bold;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.l-float {
    float: left;
}

.r-float {
    float: left;
}

.clear {
    clear: both;
}

.tl-c {
    text-align: center;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-145 {
    padding-left: 145px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-40 {
    padding: 40px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.l-24 {
    line-height: 24px;
}

.l-26 {
    line-height: 26px;
}

.l-28 {
    line-height: 28px;
}

.l-30 {
    line-height: 30px;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

.tower {
    position: absolute;
    bottom:0;
}

.tower-bj{
    width:100%;
    height:100%;
}
.clock {
    position: absolute;
    left: 50%;
    bottom: 3.2%;
    width:36.25%;
}

.clock.active {
    animation: clock-animate .9s linear;
    -webkit-animation-name: clock-animate;
    -webkit-animation-duration: .9s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 10
}

.l-t, .l-b, .r-t, .r-b {
    position: absolute;
    background: #414542;
    transform-origin: left top;
    top: -10px;
}

.l-t {
    transform: rotate(56deg);
    left: 20%;
    width: 47%;
    height: 0.6%;
}

.l-t.active {
    animation: lt-animate 3s linear;
    -webkit-animation-name: lt-animate;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1
}

.l-b {
    transform: rotate(46deg);
    left: 6%;
    width: 60%;
    height: 0.6%;
}

.l-b.active {
    animation: lb-animate 3s linear;
    -webkit-animation-name: lb-animate;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1
}

.r-t {
    transform: rotate(-53.6deg);
    transform-origin: right top;
    right: 18%;
    height: 0.6%;
    width: 48%;
}

.r-t.active {
    animation: rt-animate 3s linear;
    -webkit-animation-name: rt-animate;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1
}

.r-b {
    transform: rotate(-44.5deg);
    transform-origin: right top;
    right: 4%;
    width: 61%;
    height: 0.6%;
}

.r-b.active {
    animation: rb-animate 3s linear;
    -webkit-animation-name: rb-animate;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1
}

.click-box {
    position: absolute;
    left: 50%;
    top: 58%;
    width: 10%;
}

.click-box.active {
    animation: buzz-out 3s linear;
    -webkit-animation-name: buzz-out;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}

.click-box img {
    cursor: pointer;
    width: 100%;
    height: 100%;

}

@-webkit-keyframes buzz-out {
    30% {
        -webkit-transform: scale(1.4);
        top: 50%;
    }
    70% {
        -webkit-transform: scale(0.9);
        top: 69%;
        left: 50.6%;
    }
    100% {
        -webkit-transform: scale(1);
        top: 58%;
    }
}

@-webkit-keyframes lt-animate {
    32% {
        transform: rotate(54deg);
    }
    70% {
        transform: rotate(59deg);
        width: 54%;
    }
    100% {
        transform: rotate(56deg);
        width: 47%;
    }
}

@-webkit-keyframes lb-animate {
    32% {
        transform: rotate(44deg);
    }
    70% {
        transform: rotate(49deg);
        width: 66%;
    }
    100% {
        transform: rotate(46deg);
        width: 60%;
    }
}

@-webkit-keyframes rt-animate {
    32% {
        transform: rotate(-51.5deg);
    }
    70% {
        transform: rotate(-57.8deg);
        width: 54%;
    }
    100% {
        transform: rotate(-53.6deg);
    }
}

@-webkit-keyframes rb-animate {
    32% {
        transform: rotate(-42.5deg);
    }
    70% {
        transform: rotate(-48.5deg);
        width: 64%;
    }
    100% {
        transform: rotate(-44.5deg);
        width: 61%;
    }
}

@-webkit-keyframes clock-animate {
    10% {
        /*-webkit-transform: scale(1) ;*/
        /* width: 581px;*/
        -webkit-filter: blur(0px); /* Chrome, Opera */
    }
    20% {
        /*width: 580px;*/
        /* -webkit-transform: scale(1) ;*/
        -webkit-filter: blur(2px);
    }
    30% {
        /*width: 581px;*/
        /* -webkit-transform: scale(1) ;*/
        -webkit-filter: blur(0px);
    }
    40% {
        /*  width: 580px;*/
        /*margin-left: -295px;*/
        /*-webkit-transform: scale(1) ;*/
        -webkit-filter: blur(2px);
    }
    60% {
        /* width: 581px;*/
        /*-webkit-transform: scale(1) ;*/
        -webkit-filter: blur(0px);
    }
    70% {
        /* width: 580px;*/
        /*-webkit-transform: scale(1) ;*/
        -webkit-filter: blur(2px);
    }
    80% {
        /* width: 581px;*/
        /*-webkit-transform: scale(1) ;*/
        -webkit-filter: blur(0px);
    }
    90% {
        /*width: 580px;*/
        /* -webkit-transform: scale(1) ;*/
        -webkit-filter: blur(2px);
    }
    100% {
        /*width: 581px;*/
        /*-webkit-transform: scale(1);*/
        -webkit-filter: blur(0px);
    }
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);;
}

.clock-mask {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin: -228px 0 0 -390px;
    width: 780px;
    height: 456px;
    background: url(../images/click-mask.png) no-repeat;
}

.clock-mask-l {
    width: 274px;
    padding: 35px 0 0 20px;
}

.zz-num {
    padding-left: 70px;
    font-weight: bold;
    color: #9a5124;
    font-size: 12px;
    height:28px;
    line-height:28px;
}

.zz-num span {
    padding:0 3px;
    color: #fa1b0f;
    font-family: Arial;
}
.bless-list{
    padding:15px 0 0 25px;
}
.bless-list{
    width: 229px;
}
.bless-list ul{
    height: 308px;
    overflow-y: auto;
}
.bless-list li{
    margin-right:10px;
    padding:10px 0;
    border-bottom:1px #aa8954 solid;
}
.bless-list li dl{
    height:80px;
}
.bless-list li dt{
    float:left;
    margin-right:10px;
}
.bless-list li dt img{
    display: block;
    width: 85px;
    height: 86px;
}
.bless-list li dd {
    color:#7d2f0b;
    font-size: 13px;
    line-height: 24px;
}
.bless-list li dd b{
    font-weight: normal;
    color:#000;
    padding-right:3px;
}
.bless-list p{
    color:#9a5124
}

.clock-mask-r{
    width: 462px;
}
.clock-m-head{
    text-align: center;
    padding-top: 34px;
    height:30px;
}
.clock-mask-r .r-describe{
    padding:10px 25px 10px 5px;
    color:#9a5124;
}
.clock-mask-r form p{
    min-height:35px;
}
.clock-mask-r form label{
    float: left;
    width:40px;
    line-height:26px;
    font-size: 12px;
}
.clock-mask-r form .txt{
    float: left;
    padding:0 10px 0 15px;
    width: 147px;
    height: 26px;
    color: #b27f46;
    margin-right: 14px;
    border:none;
    background:url(../images/txt-border.png) no-repeat left top;
}
.clock-mask-r form .txt2{
    line-height:26px;
    width: 380px;
    cursor: pointer;
    background-position: left bottom;
}

.clock-mask-r form textarea{
    border: none;
    width: 377px;
    height: 85px;
    resize: none;
    background: none;
    color: #b27f46;
}
.clock-mask-r form .txt-box{
    float: left;
    padding: 10px;
    width: 377px;
    height: 93px;
    background: url(../images/txt-border.png) no-repeat 0 -42px;
}
.clock-mask-r .assign{
    margin:20px 20px 0 0;
    float:right;
    width:130px;
    height:46px;
    background:url(../images/assign.png);
}
.clock-mask-r .assign:hover{
    background-image: url(../images/assign_hover.png);
}
.clock-close{
    position: absolute;
    right:-2px;
    top:-2px;
    width:37px;
    height:37px;
    cursor: pointer;
    background:url(../images/clock_close.png) no-repeat;
}
.clock-close:hover{
    background-image:url(../images/clock_close_hover.png);
}
.qf-list{
    display: none;
    position: absolute;
    left: 334px;
    top: 180px;
    width: 398px;
    max-height:176px;
    overflow-y: auto;
}
.qf-list li{
    background: #c9af72;
    padding-left: 12px;
    color: #b27f46;
    border: 1px #c9af72 solid;
    line-height: 33px;
    height: 33px;
    cursor: pointer;
}
.qf-list li:hover{
    background:#ebd795;
}

.prompt{
    display: none;
    position: fixed;
    left:50%;
    top:50%;
    z-index:99999;
    margin:-95px 0 0 -194px;
    width:388px;
    height:190px;
    background:url(../images/prompt.png)
}
.prompt p{
    padding:50px 20px 10px;
    font-size:16px;
    line-height:26px;
    color:#371400;
    text-align: center;
}
.prompt a{
    display: block;
    margin:20px auto 0;
    width: 130px;
    height: 46px;
    background: url(../images/assign.png);
}
.prompt a:hover{
    background-image: url(../images/assign_hover.png);
}
.hall-logo{
	position:absolute;
	z-index:9;
	left:20px;
	top:20px;
}
.red{
    color:red;
}
.green{
    color:green;
}