@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    color: #333;
    font: 12px "微软雅黑";
    text-decoration: none;
}
*:focus{
    outline: none;
}
li {
    list-style: none;
}
.hide{
    display: none;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.l-float {
    float: left;
}

.r-float {
    float: right;
}
.clear{
    clear: both;
}
.wish-btn{
    position: fixed;
    right:0;
    top:90px;
    z-index:2;
    width:46px;
    height:117px;

}
.wish-btn a{
    display: block;
    width:46px;
    height:117px;
    background:url(../images/wish.png) no-repeat;
    transition: all 2s;
}
.wish-btn a:hover{
    background-image:url(../images/wish_hover.png);
}
.wish-show .wish-show-head{
    padding:50px 0 0 105px;
    height:37px;
    background:url(../images/xys.png) no-repeat 399px 46px;
}
.wish-show .wish-show-head .wish-num,.wish-show .wish-show-head .wish-num span{
    line-height:32px;
    font-size:16px;
}
.wish-show .wish-show-head .wish-num{
    color:#85630a;
}
.wish-show .wish-show-head .wish-num span{
    color:#fe0000;
}
.wish-show .wish-show-body{
    padding-left:46px;
}
.wish-show .wish-show-body .wish-show-b-left{
    position: relative;
    padding: 20px 5px 0;
    width:227px;
    height: 332px;
    background:url(../images/border-image.png);
}
.wish-show .wish-show-body .wish-show-b-left .scroll-bar{
    position: absolute;
    right:2px;
    top:34px;
    width:15px;
    height:275px;
    background:#c9af72;
}
.wish-show .wish-show-body .wish-show-b-left .up{
    position:absolute;
    right:2px;
    top:20px;
    width:15px;
    height:14px;
    background:url(../images/scroll-bar-t.png) no-repeat;
}
.wish-show .wish-show-body .wish-show-b-left .up:hover{
    background-image:url(../images/scroll-bar-t-h.png);
}

.wish-show .wish-show-body .wish-show-b-left .down{
    position:absolute;
    right:2px;
    bottom:29px;
    width:15px;
    height:14px;
    background:url(../images/scroll-bar-d.png) no-repeat;
}
.wish-show .wish-show-body .wish-show-b-left .down:hover{
    background-image:url(../images/scroll-bar-d-h.png);
}
.wish-show .wish-show-body .wish-show-b-left .scroll-bar .bar{
    position: absolute;
    left:0;
    top:0;
    width:15px;
    height:40px;
    background:#a38a51;
}

.wish-show .wish-show-body .wish-show-b-left .scroll-box{
    position: relative;
    height:304px;
    overflow: hidden;
}
.wish-show .wish-show-body .wish-show-b-left .scroll-box ul{
    position: absolute;
    width:100%;
}
.wish-show .wish-show-body .wish-show-b-left ul li{
	overflow:hidden;
	margin-bottom:10px;
    background:url(../images/wish-border.png) no-repeat center bottom;
}
.wish-show .wish-show-body .wish-show-b-left dl{
    height:102px;
}
.wish-show .wish-show-body .wish-show-b-left dl dt{
    float:left;
    position: relative;
}
.wish-show .wish-show-body .wish-show-b-left dl dt i{
    position: absolute;
    left:1px;
    top:3px;
    width:32px;
    height:25px;
    background:url(../images/qf-type.png) no-repeat;
}
.wish-show .wish-show-body .wish-show-b-left dl dt i b{
    display: block;
    width:32px;
    height:25px;
    background-repeat: no-repeat;
    background-position:2px center;
}
/*兔子*/
.wish-show .wish-show-body .wish-show-b-left dl dt i b.rabbit-icon{
    background-image:url(../images/rabbit-icon.png) ;
}
/*白鸽*/
.wish-show .wish-show-body .wish-show-b-left dl dt i b.pigeon-icon{
    background-image:url(../images/pigeon-icon.png) ;
}
/*乌龟*/
.wish-show .wish-show-body .wish-show-b-left dl dt i b.tortoise-icon{
    background-image:url(../images/tortoise-icon.png) ;
}
/*许愿风铃*/
.wish-show .wish-show-body .wish-show-b-left dl dt i b.windbell-icon{
    background-image:url(../images/windbell-icon.png) ;
}
/*许愿带*/
.wish-show .wish-show-body .wish-show-b-left dl dt i b.cloth-icon{
    background-image:url(../images/cloth-icon.png) ;
}
/*中国结*/
.wish-show .wish-show-body .wish-show-b-left dl dt i b.knot-icon{
    background-image:url(../images/knot-icon.png) ;
}
.wish-show .wish-show-body .wish-show-b-left dl dt img{
    width:91px;
    height:91px;
    margin-right:5px;
}
.wish-show .wish-show-body .wish-show-b-left dl dd{
    line-height:22px;
}
.wish-show .wish-show-body .wish-show-b-left dl dd.first{
    padding-top:3px;
}
.wish-show .wish-show-body .wish-show-b-left dl dd b{
    font-weight: bold;
    padding-right:3px;
}
.wish-show .wish-show-body .wish-show-b-left .wish-title{
    clear: both;
    margin-bottom:10px;
    padding-right:20px;
}
.wish-show .wish-show-body .wish-show-b-left .wish-time{
    line-height:16px;
    padding:0 20px 10px 0;
    text-align: right;
    color:#b27f46;
}
.wish-show .wish-show-body .wish-show-b-left .more{
    text-align: right;
    padding-right:20px;
    line-height:24px;
}
.wish-show .wish-show-body .wish-show-b-left .more a{
    color:#f00;
}
.wish-show .wish-show-body .wish-show-b-right{
    float: left;
    padding:0 20px 0 25px;
    width:455px;
    height:50px;
    background:url(../images/wish-border2.png) no-repeat center top;
}
.wish-show .wish-show-body .wish-show-b-right .wish-footer{
    padding-left:43px;
    height:27px;
}
.wish-show .wish-show-body .wish-show-b-right .wish-footer p{
    height:24px;
}
.wish-show .wish-show-body .wish-show-b-right .wish-footer span{
    float:left;
    line-height:24px;
    color:#ff4200;
}
.wish-show .wish-show-body .wish-show-b-right .wish-footer a{
    float:left;
    margin:0 6px;
    line-height:24px;
    color:#11b300;
 }
.wish-show .wish-show-body .wish-show-b-right .wish-footer p{
    line-height:24px;
}
.wish-show .wish-show-body .wish-show-b-right p.title{
    padding:13px 20px 22px 0;
    line-height:14px;
    color:#90673b;

}
.wish-show .wish-show-body .wish-show-b-right form{
    position: relative;
}
.wish-show .wish-show-body .wish-show-b-right form ol{
    display: none;
    position: absolute;
    left:42px;
    top:74px;
    width:398px;
}
.wish-show .wish-show-body .wish-show-b-right form ol li{
    background:#c9af72;
    padding-left:12px;
    color:#b27f46;
    border:1px #c9af72 solid;
    line-height:33px;
    height:33px;
    cursor: pointer;
}
.wish-show .wish-show-body .wish-show-b-right form ol li.active,.wish-show .wish-show-body .wish-show-b-right form ol li:hover{
    background:#ebd795;
}
.wish-show .wish-show-body .wish-show-b-right form ol li:hover{
    border:1px #a07a29 solid;
}
.wish-show .wish-show-body .wish-show-b-right form p{
    float: left;
    height:44px;
}
.wish-show .wish-show-body .wish-show-b-right form p span{
    float:left;
    line-height:26px;
    font-size:14px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b27f46;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #b27f46;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #b27f46;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #b27f46;
}
.wish-show .wish-show-body .wish-show-b-right form p .txt{
    float:left;
    border:none;
    margin-right:10px;
    padding-left:12px;
    width: 163px;
    height:26px;
    color:#b27f46;
    background: url(../images/txt-border.png) no-repeat;
}
.wish-show .wish-show-body .wish-show-b-right form p .txt2{
    margin:0;
    width:397px;
    background-position: left bottom;
}
.wish-show .wish-show-body .wish-show-b-right form p label.txt-box{
    float:left;
    padding:10px;
    width:377px;
    height:93px;
    background:url(../images/txt-border.png) no-repeat 0 -42px;
}
.wish-show .wish-show-body .wish-show-b-right form p span.remaining{
    font-family:Arial;
    color:#715137;
    font-size:12px;
    padding:0 5px;
}
.wish-show .wish-show-body .wish-show-b-right form p label.txt-box textarea{
    border:none;
    width:377px;
    height:85px;
    resize: none;
    background:none;
    color:#b27f46;
}
.wish-show .wish-show-body .wish-show-b-right .btn-box div.l-float{
    padding-left:37px;
}
.wish-show .wish-show-body .wish-show-b-right .btn-box div.l-float a{
    float:left;
    width:45px;
    height:23px;
    background:url(../images/login-btn.png) no-repeat;
}
.wish-show .wish-show-body .wish-show-b-right .btn-box div.l-float a.register-btn{
    margin-left:15px;
    background-image:url(../images/register-btn.png);
}
.wish-show .wish-show-body .wish-show-b-right .btn-box div.l-float span{
    display: block;
    font-size:13px;
    line-height:22px;
    color:#fc0000;
}
.wish-show .wish-show-body .wish-show-b-right .btn-box div.r-float{
    padding-right:20px;
}
.wish-show .wish-show-body .wish-show-b-right .btn-box div.r-float  input{
    border:none;
    cursor:pointer;
    width:160px;
    height:46px;
    background:url(../images/confirm.png) no-repeat;
}
.wish-show .wish-show-body .wish-show-b-right .btn-box div.r-float  input:hover{
    background-image: url(../images/confirm_hover.png);
}
.wish-show .wish-show-body .wish-show-b-right ul{
    padding:4px 0 15px;
}
.wish-show .wish-show-body .wish-show-b-right ul li{
    height:88px;
    background:url(../images/xyd.png) no-repeat center;
}
.wish-show .wish-show-body .wish-show-b-right ul li.zgj{
    background-image:url(../images/zgj.png);
}
.wish-show .wish-show-body .wish-show-b-right ul li.xyfl{
    background-image:url(../images/xyfl.png);
}
.wish-show .wish-show-body .wish-show-b-right ul li a{
    display: block;
    height:88px;
}
.wish-show .wish-show-body .wish-show-b-right ul li a span{
    display: block;
    font-size:14px;
    padding:18px 90px 0 130px;
}
.wish-show .wish-show-body .wish-show-b-right ul li a.active{
    background:url(../images/a_active.png) no-repeat center;
}

.wish {
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
   /*  background: url(../images/treeBg.jpg) no-repeat;
    background-size:cover; */
}

.wish .wish-bj{
	width:100%;
	height:100%;
}

.wish .qf {
    position: absolute;
    width: 10px;
    height: 10px;
}

.wish .qf img {
    width: 20px;
    margin-left:-10px;
    cursor: pointer;
	transform:scale(1);    
}
.wish .qf.small img{
	transform:scale(0.8);
}
.qf-box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 24px 10px 0;
    width: 283px;
    height: 201px;
    background: url(../images/qf-box-rb.png) no-repeat;
}

.qf-box.lt {
    padding-top:36px;
    background-image: url(../images/qf-box-lt.png);
}

.qf-box.rt {
    background-image: url(../images/qf-box-rt.png);
}

.qf-box dl {
    height: 100px;
    background: url(../images/bf-border.png) no-repeat left bottom;
}

.qf-box dl dt {
    padding-left: 14px;
    margin-right: 8px;
    width: 92px;
    height: 91px;
    overflow: hidden;
    float: left;
}

.qf-box dl dd {
    font-size: 13px;
    line-height: 24px;
}
.qf-box dl dd span{
    padding-left:5px
}

.qf-box dl dd b {
    font-weight: bold;
}

.qf-box dl dt img {
    width: 100%;
}

.qf-box .qf-title {
    padding: 10px 10px 0;
    height: 37px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qf-box .qf-title p {
    font-size: 13px;
    line-height: 17px;
    color: #333;
}

.qf-box .qf-footer {
    padding: 0 12px;
}

.qf-box .qf-footer .qf-foo-l {
    float: left;
    color: #b27f46;
}

.qf-box .qf-footer .qf-foo-r {
    float: right;
}

.qf-box .qf-footer .qf-foo-r a {
    color: #c00;
}

.qf-details {
    display: none;
    position: absolute;
    z-index: 89;
    left: 50%;
    top: 50%;
    margin: -257px 0 0 -414px;
    width: 828px;
    height: 515px;
    background: url(../images/image_44.png) no-repeat;
}

.qf-d-header {
    padding: 38px;
    height: 38px;
    text-align: center;
}

.qf-details .qf-details-box {
    padding: 0 50px;
}

.qf-d-box-top {
    padding: 34px 13px 0;
    background: url(../images/qf-d-box-top.png) no-repeat;
}

.qf-d-box-top dl {
    height: 93px;
}

.qf-d-box-top dl dt {
    float: left;
    width: 89px;
    height: 88px;
    padding: 0 25px 0 10px;
}

.qf-d-box-top dl dd {
    line-height: 18px;
    color: #656464;
}

.qf-d-box-top dl dd b {
    font-weight: bold;
}

.qf-details-close {
    position: absolute;
    top: 30px;
    right: 52px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    transition: all .5s;
    background: url(../images/qf-d-close.png) no-repeat;
}

.qf-details-close:hover {
    background-image: url(../images/qf-d-close-hover.png);
}

.qf-d-box-top .wishing-content {
    padding-left: 10px;
    color: #656464;
    line-height: 33px;
    min-height: 34px;
    background: url(../images/wishing-content-border.png) no-repeat left bottom;
}

.share {
    padding: 10px 0 0 10px;
    height: 20px;
}

.share p {
    color: #656464;
}

.qf-d-box-bottom {
    clear: both;
    padding-top: 15px;
    background: url(../images/qf-d-box-bottom.png) no-repeat left bottom;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 88;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.success{
    display: none;
    position: fixed;
    z-index:99;
    left:50%;
    top:50%;
    margin:-141px 0 0 -226px;
    width:452px;
    height:282px;
    background:url(../images/success.png) no-repeat;
}
.success .success-close{
    position: absolute;
    right:15px;
    top:20px;
    width:33px;
    height:33px;
    background:url(../images/qf-d-close.png);
    cursor: pointer;
}
.success .success-close:hover{
    background-image: url(../images/qf-d-close-hover.png);
}

/*弹出框*/
.release-alert,.confirm-payment{
    position: absolute;
    left:50%;
    top:50%;
    z-index:99;
    margin:-125px 0 0 -225px;
    width:450px;
    height:250px;
    background:url(../images/release-alert.png) no-repeat center;
}
.release-alert .alert-content{
    padding-top:67px;
    text-align: center;
}
.release-alert .alert-content p{
    font-size:16px;
    line-height:77px;
    color:#c60;
    font-family: 'cs';
}
.release-alert .alert-btn,.confirm-payment .confirm-btn{
    height:50px;
    text-align: center;
}
.release-alert .alert-btn a,.confirm-payment .confirm-btn a{
    display: inline-block;
    width:141px;
    height:41px;
    background:url(../images/confirm141x41.png) no-repeat;
}
.release-alert .alert-btn a:hover,.confirm-payment .confirm-btn a:hover{
    background-image:url(../images/confirm_hover141x41.png);
}
.confirm-payment .confirm-content{
    padding-top:79px;
    height:67px;
}
.confirm-payment .confirm-content p{
    padding:0 80px;
    letter-spacing:0.1rem;
    font-size:16px;
    line-height:20px;
    color:#c60;
    font-family: 'cs';
    text-align: center;
}
.confirm-payment a.confirm-close{
    position: absolute;
    right:30px;
    top:20px;
    width:22px;
    height:22px;
    background:url(../images/qf-d-close22x22.png) no-repeat;
}
.confirm-payment a.confirm-close:hover{
    background-image:url(../images/qf-d-close-hover22x22.png);
}
.hall-logo{
	position:absolute;
	z-index:9;
	left:20px;
	top:20px;
}
.red{
    color:red;
}
.green{
    color:green;
}
.
@media screen and (max-width:1000px){
	body{
		min-width:100%;
	}
	.wish{
		width:100% !important;
	}
	.wish .wish-bj{
		height:auto;
	}
}