/* -------------ºì°ü²éÑ¯------ºì°ü²éÑ¯-µ¯´°------------------¿ªÊ¼-------------- */

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position: fixed;
    top: 25%;
    left: 35%;
    width: 589px;
    height: 391px;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cxbox {
    width: 589px;
    height: 391px;
    margin: 0 auto;
    background: url(images/bjcx.png) no-repeat;
}

.cxbox_bt {
    height: 36px;
    line-height: 36px;
}

.cxbox_bt p {
    font-size: 17px;
    color: #f1f3b3;
    float: left;
    padding-left: 15px;
}

.cxbox_bt a {
    font-size: 17px;
    margin-right: 20px;
    float: right;
}

.cxbox_hy {
    height: 50px;
    padding: 30px 0 0 90px;
}

.cxbox_hy p {
    float: left;
    font-size: 17px;
    color: #f1f3b3;
    line-height: 32px;
}

.cxbox_hy input {
    border: 1px solid #cb2129;
    height: 30px;
    line-height: 30px;
    width: 220px;
    background: #750606;
    float: left;
    font-size: 17px;
    color: #f1f3b3;
    font-family: Arial, "Î¢ÈíÑÅºÚ";
    padding-left: 10px;
}

.cxbox_hy a {
    background: url(images/bjs.jpg) no-repeat;
    height: 32px;
    width: 86px;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #7c0303;
}

.cxbox_bd table {
    margin: 0 auto;
    border-bottom: 1px solid #dd0002;
    border-left: 1px solid #dd0002;
}

.cxbox_bd table tr td {
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-family: Arial, "Î¢ÈíÑÅºÚ";
    border: 1px solid #dd0002;
    border-bottom: 0px;
    border-left: 0px;
}

.cxbox_bd table tr.ad {
    background: #700001;
}

/* -------------ºì°ü²éÑ¯------ºì°ü²éÑ¯-µ¯´°-----------------½áÊø-------------- */

/**************µ¯³öÊäÈë¿ò*****************/

.rbag {
    width: 500px;
    height: 500px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    background: url(images/rbag_bg.png) no-repeat 0 0;
    margin: -250px 0 0 -250px;
}

.rbag .close {
    width: 60px;
    height: 60px;
    background: url(images/rbag_close.png) no-repeat 0 0;
    display: block;
    margin-left: 220px;
}

.rbag .cont {
    width: 355px;
    height: 184px;
    margin: 245px 0 0 75px;
    text-align: center;
}

.rbag .btn {
    width: 220px;
    height: 45px;
    line-height: 36px;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
    color: #840c00;
	background: linear-gradient(to bottom, #f5e251 0%, #f2da37 20%, #f2da37 50%, #f2da37 80%, #be7d1e 100%);
    border-radius: 8px;
    border: none;
    margin-top: 15px;
	box-shadow: 0px 3px 3px 0px #0000003b;
}

.rbag .txt {
    width: 220px;
    height: 45px;
    border: 1px solid #ffffbd;
    background: #840c00;
    color: #fff;
    /*margin: 0 0 0 20px;*/
    text-indent: 10px;
	border-radius: 8px;
	box-shadow: 0px 3px 3px 0px #0000003b;
}

.rbag .txt::-webkit-input-placeholder{color:#ffffbd;opacity:.4;}
.rbag .txt::-moz-placeholder{color:#ffffbd;opacity:.4;}
.rbag .txt:-moz-placeholder{color:#ffffbd;opacity:.4;}

/**ºì°üÓê**/

.snow {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 200;
    cursor: pointer
}

.snow.snow-1 {
    width: 90px;
    height: 111px;
    background: url(images/s-1.png)
}

.snow.snow-2 {
    width: 80px;
    height: 111px;
    background: url(images/s-2.png)
}

.snow.snow-3 {
    width: 100px;
    height: 188px;
    background: url(images/s-3.png)
}