

/* 拼图样式 */
#_pt-box {width: 402px; height: 402px;}
#_pt-box:after {clear: both;}
._pt-pic {float: left;}
._pt-pix {opacity: 0.4; filter: alpha(opacity=20);}
._pt-bor {border: 1px solid #fff; display: inline-block;}
#_pt-boz {border: 1px solid #fff; display: inline-block;}
body {
    font-family: "Microsoft Yahei",sans-serif;
    padding: 0;
    margin: 0;
}
._container {
    position: relative;
    height: 480px;
    width: 402px;
    margin:0 auto
}
._pt {
    position: absolute;
    height: 402px;
    width: 402px;

}
._bt {
    position: absolute;
    width: 402px;
    bottom: 0px;
    background: #FFFFFF;
}
._bt ._bt-again {
    cursor:pointer;
    text-align: center;
    border-radius: 35px;
    position: absolute;
    height: 30px;
    width: 100px;
    background: #9E0322;
    margin-left:60%;
    color: #ffffff;
    line-height:30px;
}
._bt ._bt-thumb {
    border: 2px solid #ffffff;
    border-radius: 115px;
    position: absolute;
    height: 115px;
    width: 115px;
    right: 109px;
    top: 6px;
}
._bt ._bt-start {
    cursor:pointer;
    display: block;
    border-radius: 35px;
    height: 30px;
    width: 100px;
    background:#9E0322;
    margin-left:20%;
    color: #ffffff;
}

.start-font{
    text-align: center;
    font-family: "Agency FB";
    line-height:30px;
}
._bt ._bt-timer {
    background-repeat: no-repeat;
    background-position: -11px -7px;
}
._bt input {
    visibility: hidden;
    overflow: hidden;
    border: 0px;
    height: 0px;
    width: 0px;
}
._dt, ._qt {
    position: absolute;
    display: none;
    color: #f0f0f0;
    width: 100%;
    top: 305px;
    text-align: center;
}
#_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000;
    visibility: visible;
    filter: alpha(opacity=80);
    opacity: 0.5;
    zoom: 1;
}
#cabinet {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height:300px;
    z-index: 1001;
    text-align: center;
    background: #ffffff;
}
._ptl{
    position: relative;
    margin:0 auto;
    width: 160px;
    height: 160px;
}
._ptl img{
    display: block;
    margin:  0 auto;
    padding-top:30px;
}
#dialog {
    position: relative;
    width: 180px;
    margin:0 auto;
}

.dl-msg {
    display: block;
    color: #444;
    width: 100%;
    margin:0 auto;
}
.dl-txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-family: "微软雅黑", Helvetica, STHeiTi, sans-serif;
    font-weight: bold;
    border: 1px solid transparent;
}
.dl-_bts {
    width: 100%;
    height: 73px;
}
.dl-_bts:before {
    clear: both;
}
._icon{
    width: 30px;
    height: 30px;
    margin-left: 260px;
    margin-top: 10px;
    cursor:pointer;
}
._icon img{
    width:100%;
    height:100%;
}