body {
    background-color: #f3facc;
    font: 12px/1.5 "microsoft yahei", "simhei", "宋体", tahoma, arial, sans-serif;
}

.bg {
    min-width: 960px;
    background: url(../images/bg.jpg) no-repeat center top;
    height: 1800px;
}
.wrapBg {
    min-width: 960px;
}
.wrapContainer {
    width: 1000px;
    margin: 0 auto;
}
.container {
    width: 795px;
    margin: 0 0 0 200px;
}
.header{
    height: 436px;
    width: 795px;
    position: relative;
}
.bg-logo {
    display: block;
    position: absolute;
    width: 211px;
    height: 81px;
    top: 0px;
    right: 0;
    background: url(../images/logo_02.png) no-repeat;
}
.nav{
    float: right;
    width: 465px;
    height: 25px;
    color: #000;
    line-height: 2;
    margin-right: 274px;
    margin-top: 10px;
}
.nav a{
    color: #000;
    text-decoration: none;
    padding: 10px;
}
.nav a:hover{
    color: #825328;
}
.left0{
    margin-left: 0;
}
/*活动介绍信息*/
.actInfo{
    width: 750px;
    padding: 35px 10px 15px 35px;
    margin-top: 12px;
    background: #fffee6;
}
.buyInfoTxt-tit{
    background: none repeat scroll 0 0 #81C202;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: center;
    width: 70px;
    margin-right: 10px;
    float: left;
    /*padding: 5px 10px;*/
}
.buyInfoTxt-cont{
    font-size: 14px;
    float: left;
    width: 670px;
    line-height: 27px;
}
.lottery{
    width: 735px;
    background: url("../images/bg-card.jpg") no-repeat scroll 0 0;
    padding: 10px 30px 0;
    position: relative;
    height: 871px;
}
.rightPeo{
    position: absolute;
    right: -156px;
    bottom: -145px;
}
.userInfo{
    height: 37px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.infoIcon{
    font-size: 13px;
    font-weight: bold;
    color: #cccccc;
    line-height: 37px;
    height: 37px;
    float: left;
    padding-left: 20px;
    cursor: pointer;
}
.deliver_a {
    background: url("../images/deliver_03.png") no-repeat;
    width: 81px;
    position: relative;
}
.deliver_a:hover {
    color: #80c200;
    background: url("../images/deliverH_03.png") no-repeat;
}
.check{
    background: url("../images/bg-check.jpg") no-repeat;
    width: 200px;
    position: relative;
}
.check:hover{
    color: #80c200;
    background: url("../images/bg-check-hover.jpg") no-repeat;
}
.record{
    width: 220px;
    float: left;
}
.wrapTable{
    position: absolute;
    top: 42px;
    left: 0px;
    z-index:200
}
.tablePrize{
    width: 385px;
    background-color: #484d55;
    color: #ffffff;
    font-size: 12px;
    top: 0;
}
.tablePrize tr.title{
    background-color: #2f3238;
    font-weight: bold;
}
.tablePrize td{
    border: 1px solid #545a64;
    line-height: 30px;
    text-align: center;
}
.getPrize{
    text-decoration: none;
    color: #fff;
    padding-bottom: 2px;
    border-radius: 2px;
}
.loginBtn{
    background: url("../images/bg-login.jpg") no-repeat;
    width: 81px;
    position: relative;
}
.loginBtn:hover{
    color: #80c200;
    background: url("../images/bg-login-hover.jpg") no-repeat;
}
.loginBox{
    position: relative;
    cursor: auto;

}
.logInfo{
    width: 180px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 230px;
}
.span01{
    color: #cccccc;
}
.userName{
    color: #ffffff;
}
.logout{
    color: #f00;
}
.adds{
    background: url("../images/bg-ads.jpg") no-repeat;
    width: 84px;
}
.adds:hover{
    color: #80c200;
    background: url("../images/bg-ads-hover.jpg") no-repeat;
}
.deliver {
    width: 101px;
    position: relative;
    height: 37px;
    float: right;
    margin-right: 25px;
}
.selserver {
    width: 84px;
    position: relative;
    height: 37px;
    float: right;
}
.server{
    background: url("../images/bg-ads.jpg") no-repeat;
    width: 84px;
}
.server:hover{
    color: #80c200;
    background: url("../images/bg-ads-hover.jpg") no-repeat;
}
.serverlists {
    position: absolute;
    width: 190px;
    left: 0px;
    top: 40px;
    z-index: 200;
    cursor: pointer;
}
.serverlist {
    width: 160px;
    padding: 0 10px 0 20px;
    background-color: #2f3238;
    color: #fff;
    font-size: 12px;
    font-family: "宋体",Regular;
    display: block;
    line-height: 30px;
}
.serverlist:hover {
    background-color: #80c200;
}
.DivSelect
{
    position: absolute;
    width: 150px;
    height: 37px;
    overflow: hidden; /*隐藏了小三角，因为宽度为110px,而select宽度为130px*/
    line-height: 37px;
    right: 10px;
}

select{
    border: none;
    background: none;
    font-size: 12px;
    color: #ffffff;
    width: 170px;
}
select option{
    background-color: #2f3238;
    height: 25px;
    line-height: 25px;
    text-align: left;
}
select option:hover{
    /*background-color: #80c200;*/
}

/*卡牌*/
.cardBox{
    width: 100%;
    position: relative;
    z-index: 1;

}
.wrapCard{
    width: 788px;
    margin: 0px 0 0 -25px;
}
.card{
    width: 127px;
    height: 194px;
    margin: 20px 0 0 25px;
    float: left;
}

.flip{transform: rotate3d(0,1,0,0deg);transition-duration: 0.8s;}
.fliped{transform: rotate3d(0,1,0,-180deg);transition-duration: 0.8s;}
.cardLink{
    width: 127px;
    height: 194px;
}
.cardImg,.cardImgFront{
    width: 127px;
    height: 194px;
    position: relative;
}

.notice{
    padding: 10px 0;
}
.notice-tit{
    background: none repeat scroll 0 0 #81C202;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: 8px 10px 15px 0;
    text-align: center;
    width: 70px;
    float: left;
}
.notice-blog {
    margin: 10px 0;
}
.notice-blog a {
    display: block;
    width: 132px;
    height: 38px;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    padding-left: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
}
.sina {
    background: url("../images/sina.jpg") no-repeat;
}
.notice-tiptit {
    font-size: 18px;
    color: #cccccc;
}
.notice-cont{
    font-size: 14px;
    width: 735px;
    color: #cccccc;
    line-height: 30px;
}

.change{
    background: url("../images/bg-change.jpg") no-repeat;
    width: 81px;
    margin-left: 38px;
    text-decoration: none;
}
.change:hover{
    color: #80c200;
    background: url("../images/bg-change-hover.jpg") no-repeat;
}



/*弹窗*/
.pop{
    position: fixed;
    left: 50%;
    top: 250px;
    margin-left: -279px;
    background-color: #f7f4eb;
    width: 558px;
    text-align: center;
    padding: 30px 0;
    z-index: 50;
}
.videoPop{
    width: 640px;
    height: 480px;
}
.prizeName,.prizeAdd{
    color: #000000;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
}
.prizeCdk,.prizeNotice{
    color: #000000;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}
.link,.linkMm{
    display: block;
    color: #ff0101;
    line-height: 30px;
}
.linkBtn1,.linkBtnAdd{
    width: 171px;
    height: 37px;
    line-height: 37px;
    border: none;
    background-image: url("../images/bg-btn-pop.jpg");
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    display:inline-block;
    margin-top: 20px;
    text-decoration: none;
    cursor: pointer;
}
.linkBtn1:hover,.linkBtnAdd:hover{
    background-image: url("../images/bg-btn-pop-hover.jpg");
}
.linkBtn1-got,.linkBtn1-got:hover{
    background-image: url("../images/bg-btn-pop-got.jpg");
}
.address{
    height: 60px;
    width: 152px;

}

.pd5{
    padding: 5px 0;
}
.label{
    color: #000000;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
    height: 30px;
    padding-right: 10px;
}
.input{
    color: #000000;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    height: 30px;
}
.address{
    color: #000000;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    height: 60px;
    width: 152px;
    vertical-align: top;
}
.otherPopClose{
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 8px;
    background: url(../images/close_03.png) no-repeat;
}

/*选择服务器*/
.popTpl{
    width: 528px;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    left: 50%;
    top: 28%;
    background: #f3eee1;
    margin:0 0 0 -217px;
    _position:absolute;
    z-index: 50;
}
.popTpl .main{
    width: 528px;
    height: 286px;
    position: relative;
}
.popTpl .close{
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/close_03.png)  no-repeat;
    right: 10px;
    top: 8px;
    text-indent: -999em;
}
.popTpl .content{
    width: 480px;
    margin:0 auto;
}
.popTpl .title{
    height: 60px;
    border-bottom: 3px solid #898377;
    font:normal 30px/60px "微软雅黑";
    color: #000;
}
.popTpl .popForm{
    margin-top:28px;
    position: relative;
}
.popForm .control-group{
    height: 30px;
    margin-bottom: 20px;
}
.popForm .control-group1{
    margin-bottom: 10px;
}
.popForm .control-label{
    width: 100px;
    text-align: right;
    font:normal 14px/30px "微软雅黑";
    color: #000;
    float: left;
}
.popForm  .controls{
    float: left;
    position: relative;
    z-index:1;
}
.popForm .input{
    width: 198px;
    height: 28px;
    border:1px solid #898377;
    background: #fff;
    padding:0 5px;
    line-height: 30px;
}
.popForm .select{
    width: 286px;
    height: 30px;
    background: url(../images/btns.png) 0 -87px no-repeat;
    position:relative;

}
.selserver-tips {
    text-align: center;
    margin-top: 30px;
}
.popForm .selectArea{
    font:normal 14px/30px "微软雅黑";
    margin-left:5px;
}
.popForm .select-box{
    position: absolute;
    border:1px solid #898377;
    width: 284px;
    height: 90px;
    overflow-y: auto;
    overflow-x:hidden;
    background: #fff;
}
.popForm .select-box ul{
    list-style:none;
}
.popForm .select-box li a{
    float:left;
    width: 279px;
    height:30px;
    font:normal 14px/30px "微软雅黑";
    padding-left: 5px;
    color: #333;
    text-decoration: none;
    overflow:hidden;
    white-space:nowrap;
}
.popForm .select-box li a:hover{
    background-color: #eee;
}
.popForm .tips,
.popForm .tips a,
.popForm .tips a:visited,
.popForm .tips a:hover{
    color: #666;
    font:normal 12px/20px "宋体";
    text-decoration: none;
}
.popForm .server-tips{
    font:normal 12px/40px  "宋体";
    color: #000;
    text-align: center;
}
.popForm .btns-sure{
    width: 134px;
    height: 40px;
    background: url("../images/bg-btn-pop-hover.jpg") 0 0 no-repeat;
    margin:35px auto;
    border:none;
    display: block;
}
.popForm  .btns-sure:hover{
    background-position:  0 -42px;
}

#ServerForm  .control-group{
    margin-bottom: 10px;
}
#ServerForm {
    margin-top: 40px;
}

/*收货信息-弹窗*/
.deliver_pop {

}
.subtit {
    position: absolute;
    top: 54px;
    left: 350px;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}
.deliver_info {
    font-size: 14px;
    width: 360px;
    margin: 10px auto;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.deliver_info input {
    background-color: #ffffff;
    height: 28px;
    border: 1px solid #e3e3e3;
    line-height: 28px;
    padding-left: 10px;
    width: 310px;
    color: #999999;
}
.deliver_address {
    font-size: 14px;
    width: 328px;
    margin: 10px auto;
    text-align: left;
    position: relative;
    padding-left: 32px;
}
.deliver_address .p1 {
    position: absolute;
    top: 0;
    left: 0;
}
.deliver_address .p2 {
    position: absolute;
    top: 0px;
    left: 40px;
    color: #999999;
    font-size: 12px;
    z-index: 2;
}
.deliver_address textarea {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    line-height: 1.5em;
    padding-left: 10px;
    width: 310px;
    color: #999999;
}
.deliver_tip {
    width: 320px;
    margin-left: 132px;
    text-align: left;
    color: #666666;
    font-size: 12px;
}

/*公共部分*/
.none{
    display: none;
}
.red{
    color: #F93626;
}
.c66{
    color: #666666;
}

/*scrollBar方法样式开始*/
.scrollBar{
    position: relative;
    width: 400px;
    height: 211px;
    overflow: hidden;
    background: #545a64;
}
.scrollBar .scrollWrap {
    width: 385px;
    position: absolute;
    height: 504px;
}
.scrollBar .scrollLine{
    position: absolute;
    right:0;
    top:0;
    width: 15px;
    height: 211px;
    background: url("../images/scroll-bg.jpg") no-repeat scroll 0 0 transparent;
}
.scrollBar .scrollCube{
    position: absolute;
    right: 0;
    top:0;
    width: 15px;
    height: 106px;
    background: url("../images/scroll-cube.gif") no-repeat scroll center top #444242;
}
/*scrollBar方法样式结束*/


.green {
    color: #80c200;
}

/*bottom*/
.adv-btm {
    height: 233px;
    width: 470px;
    background: url("../images/bottom.jpg") no-repeat;
    padding: 35px 95px 0 230px ;
    color: #cccccc;
    font-size: 14px;
    font-family: '微软雅黑', Regular;
    line-height: 20px;
}


/*黑色背景*/
.master{
    position:absolute;
    left: 0;
    top: 0;
    background:#000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    z-index: 49;
}