﻿
/*banner图*/
.carousel{
    position: relative; 
    width: 100%; 
    height: 410px; 
    overflow: hidden; 
    z-index: 9;
}


/*主体*/
.exchange_main{
    width: 1420px;
    margin: 0 auto;
}
/*主体头部*/
.exchange_main-h{
    height: 22px;
    padding: 8px 20px;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.my_shell-txt{
    float: left;
    font-size: 16px;
    margin-right: 10px;
}
.my_shell-txt span{
  /*  font-size:12px;
    display:inline-block; 
    vertical-align: bottom;*/
}
.pip_to_shell{
    float: left;
    width: 80px;
    line-height: 22px;
    border-radius: 3px;
    background: #eb6941;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.pip_to_shell:hover{ color: #fff;}
.my_ward{
    float: right;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
}
.my_ward_tip{
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #eb6941;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    top: 0;
    right: -18px;
}

/*项目内容头部*/
.exchang_item_h{
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
}
.shell-exchang-h{
/*    padding-top: 30px;*/
}
.shell-exchang-h .item-h-txt{
    display:inline-block;
    float: left;
    margin-right: 20px;
    font-style: normal;
}
.shell-exchang-h span{
    float: left;
    padding-top: 12px;
    font-size: 12px;
    line-height: 12px;
}
.shell-exchang-h span i{
    font-style: normal;
    color: #ff9000;
}
.exchang-item-tag{
    width: 106px;
    float: right;
}
.exchang-item-tag a{
    float: left;
    padding-top: 8px;
    margin-left: 25px; 
    font-size: 14px;
    line-height: 14px;
    color: #aaaaaa;
}
.exchang-item-tag a:hover,
.exchang-item-tag a.current{
    color: #ff9000;
    text-decoration:none;
}

/*产品布局*/
.product-content{margin-left:-30px;}
.item-product{
    float:left; 
    width:210px; 
    padding:24px; 
    border:1px solid #e6e6e6; 
    margin:0 0 0 30px;
}
.item-product.item-yellow,
.item-product:hover{
    border-color: #ff9000;
}
.item-product-info{display:block;}
.item-product-pos{
    width:210px;
    height:180px; 
    background:#e6e6e6;
}
.item-product-name{
    height:44px; 
    line-height:22px; 
    font-size:16px; 
    margin:20px 0 11px; 
    overflow:hidden; 
/*    text-overflow:ellipsis; 
    white-space:nowrap;*/
}
.item-amount-price{
    height:60px;
    line-height:24px;
    color:#aaa;
    margin-bottom: 19px;
}
.item-bar{height:28px; line-height:28px; border-radius:14px; color:#fff; text-align:center; background:#ff9000; display:block;}
.item-bar:hover{background:#ffa028; color:#fff; text-decoration: none;}
.dis_item-bar{height:28px; line-height:28px; border-radius:14px; color:#fff; text-align:center; background:#c8c8c8; display:block;}
.dis_item-bar:hover{background:#c8c8c8; color:#fff; text-decoration: none;}


/*获取任务*/
.grade_ico{background: url(../../img/grade_ico.png) no-repeat;}
.exchange_main .task_column{
    position: relative;
    height: 282px;
}
.exchange_main .task_column .btn-l,
.exchange_main .task_column .btn-r{
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    background-position: -1076px 0;
    cursor: pointer;
}
.exchange_main .task_column .btn-l:hover{ background-position: -1076px -44px; }
.exchange_main .task_column .btn-r{
    background-position: -1121px 0;
    left: auto;
    right:5px;
}
.task_column .btn-r:hover{
    background-position: -1121px -44px;
}
.task_column:hover .btn-l,
.task_column:hover .btn-r{
    display:block;
}
.task_column_inner{
    width:100%;
    margin-top: 20px;
    overflow: hidden;
}
.task_column_inner .temp-wrap{
    width: auto !important;
}


.task_column_inner li{
    float: left;
    padding: 24px;
    margin-right: 30px;
    border: 1px solid #e6e6e6;
}
.task_pic{
    position: relative;
    width: 210px;
    height: 180px;
}
.task_pic_dardbd{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0,0.5); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); 
    line-height: 30px;
    font-size: 14px;
    display:none;  
}
.task_pic_dardbd a{
    padding: 24px 24px;
    display: block;
    color: #fff;
}
.task_pic_dardbd a:hover{
    color:#ffffff;
    text-decoration: none;
}
.receive_task_btn{
    border: 0;
    border-radius: 14px;
    width: 100%;
    line-height: 28px;
    margin-top: 24px;
    background: #28c8c8;
    color: #fff;
}
.receive_task_btn:hover{
    background: #2bdede;
}
.dis_receive_task_btn{
    border: 0;
    border-radius: 14px;
    width: 100%;
    line-height: 28px;
    margin-top: 24px;
    background: #c8c8c8;
    color: #fff;
}
.dis_receive_task_btn:hover{
    background: #c8c8c8;
}


/*头部二*/
.question-regular{
    width: 98px;
    padding-top: 6px;
}
.question-regular a{
    float: left;
    margin-left: 10px; 
    color: #444;
    padding: 2px;
}
.question-regular a.current{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #eb6d45;
    border-radius: 50%;
    color: #eb6d45;
    text-align: center;
}


/* 抽奖  规则*/
.content{
    width: 1420px;
    margin: 0 auto;
}
.content .lottery {
    margin-top: 50px;
}
.content .lottery .g-l{
    float: left;
    width: 1130px;
    height: 715px;
}
.content .lottery .g-l > .title,
.content .lottery .g-r > .title{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6;
}
.content .lottery .lottery-box{
    width: 1130px;
    height: 695px;
    margin-top: 20px;
    border-top: 1px solid #d7004b;
    background-color: #d7004b;
}
.content .lottery .table-wrap{
    width: 98.23%;
    height: 675px;
    margin: 10px;
    border-top:  1px solid #eb6478;
    background-color: #eb6478;
}
.content .lottery .lott-table{
    width: 98.23%;
    height: 655px;
    margin: 10px auto;
    background-color: #eb6478;
    border-collapse: separate;
    border: 0;
}
.content .lottery td{
    position: relative;
    width: 25%;
    text-align: center;
    vertical-align: top;
    border: 4px solid #eb6478;
    background-color: #fffdf3;
}

.content .lottery td.opt{
    vertical-align: middle;
    background-color: #c31414;
}
.content .lottery td .td-footer{
    height: 6px;
    background-color: #ffd746;
}
.content .lottery td .td-wrap{
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fffdf3;
}
.content .lottery td.opt .td-wrap{
    background-color: #c31414;
}
.content .lottery td .shade{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffd746;
    opacity: .3;
    filter: alpha(Opacity=30);
}
.content .lottery td.active .shade{
    display: block;

}
.content .lottery td img{
    display: block;
    width: 92%;
    height: 135px;
    margin: 10px auto 0;
}
.content .lottery td .tip{
    height: 60px;
    line-height: 60px;
    *height: 57px;
    *line-height: 57px;
    padding:0 11px;
    color: #ff9000;
    font-size: 24px;
}
.content .lottery td .tip p{
    width: 92%;
    height: 24px;
    line-height: 30px;
    text-align: left;
    color: #444;
    font-size: 14px;
}
.content .lottery .opt .btn-roll{
    width: 260px;
    height: 70px;
    line-height: 55px;
    margin-top: 40px;
    border-radius: 45px;
    border: 0;
    outline: 0;

    color: #c31414;
    font-size: 36px;
    background-color: #fff596;
}
.content .lottery .opt .tip{
    color: #fff;
    line-height: 45px;
    font-size: 18px;
}

/*右侧列表*/
.content .lottery .g-r{
    float: right;
    width: 260px;
}
.content .lottery .g-r .name-list-box{
    width: 258px;
    height: 693px;
    margin-top: 20px;
    border: 1px solid #e6e6e6;
}
.lottery .name-list{
    height: 603px;
    overflow: hidden;
}
.lottery .name-list li{
    padding: 15px 15px 14px;
}
.lottery .name-list li.odd{
    background-color: #f8f8f8;
}
.lottery .name-list img{
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 7px;
    border-radius: 50%;
}
.lottery .name-list .info{
    float: right;
    width: 170px;
    height: 56px;
    font-size: 12px;
}
.lottery .name-list .name{
    height: 24px;
    line-height: 24px;
    color: #999;
}
.lottery .name-list .msg{
    height: 32px;
    line-height: 16px;
    overflow: hidden;
}
.lottery .name-list-box .other{
    text-align: center;
}
.lottery .name-list-box .other .history{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-top:1px solid #e6e6e6;
}
.lottery .other .history a{
    color: #ff9000;
}
.lottery .name-list-box .other .tip{
    height: 40px;
    line-height: 40px;
    background-color: #e6e6e6;
}
.lottery .other .tip a{
    color: #999;
}

.content .rules{
    width: 100%;
    margin: 50px auto;
    border:1px solid #eb6478;

}
.content .rules .hd{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #eb6478;
}
.content .rules .bd{
    padding: 30px;
}
.rules .bd .icon-radius{
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    color: #fff;
    line-height: 23px;
    text-align: center;
    background: url(../../img/member/sprite24.png) 0px -77px no-repeat;
}
.rules .bd li{
    margin-bottom: 15px;
}
.rules .bd .ext{
    background: none;
}
.rules .bd .txt em{
    color: #eb6478;
}
.rules .bd .txt strong{
    font-weight: 600;
}
.rules .bd .txt{
    float: left;
    width: 96.5%;
    font-size: 18px;
}
/* /抽奖  规则*/


/*轮播样式*/
.carousel > .prev,
.carousel > .next{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    display: none;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    margin-left: -670px;
    line-height: 70px;
    background: gray;
    background: rgba(0,0,0,.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000, endColorstr=#32000000);
    color: #fff;
    text-align: center;
    text-decoration: none!important;
    font-size: 52px;
    font-weight: 400;
    font-family: Simsun, sans-serif;
}
.carousel > .next{
    margin-left: 630px;
}
.carousel:hover > .prev,
.carousel:hover > .next{
    display: block;
}
.carousel .hd{
    position: absolute;
    bottom: 5px;
    z-index: 99;
    height: 26px;
    width: 100%;
    text-align: center;

}
.carousel .hd li{
    background: url(../../img/dot-20x20.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    display: inline-block;
    padding: 2px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}
.carousel .hd li.active{
    background-position: 0 -30px;
}

/* page reset*/
.page{
    text-align: center;
    margin-bottom: 60px;
}
.page .laypage_main a{
    height: 38px;
    width: 18px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-family:  tahoma, arial, \5b8b\4f53, sans-serif;
}
.page .laypageskin_default span{
    height: 38px;
    width: 18px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border:1px solid #ff9000;
    background-color: #ff9000;
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
}
/* /page reset*/

/*2016.6.13*/
.carousel .bd,.carousel .bd ul,.carousel .bd ul li,.carousel .bd a{
    width: 100%;
    height: 100%;
}
.carousel .bd a{
    display: block;
    background:url(../../img/ad/ad.jpg) no-repeat center 0;
}