/* 
* 前后台公用css，也可以单独引入其他项目，自我独立，方便各个地方调用
* cy
*/

/* 抽奖模块css */
.rb_ad {
    position: fixed;
    right: 81px;
    bottom: 75px;
    cursor: pointer;
    z-index: 999;
}
.rb_ad i {
    position: absolute;
    right: -26px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/choujiang/zjd/rb_ad_close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.rb_ad img {
    width: 82px;
}
.choujiang_zjd {
    width: 702px;
    height: 582px;
    background: url(../img/choujiang/zjd/zjd_bg.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.zjd_top {
    width: 536px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    margin-top: 144px;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}
.zjd_sj {
    color: #fff;
    letter-spacing: 1px;
}
.zjd_cz {
    color: #FFEEB6;
    width: 137px;
    cursor: pointer;
}
.js_zjdrecord {
    margin-left: 20px;
}
.zjd_box {
    margin-top: 8px;
}
/* 隐藏复选框默认样式 */
.zjd_box input {
    display: none;
}
.zjd_box ul {
    width: 564px;
    margin: 0 auto;
}
.zjd_box ul img {
    position: absolute;
    display: block;
    width: 116px;
    margin: 0 auto;
    margin-top: 20px;
}
/* 鼠标移入改变样式 */
.zjd_box ul img:hover {
    cursor: url("../img/choujiang/zjd/chuizi.png"), default;
}
/* 鼠标左击时样式 */
.zjd_box ul img:active {
    cursor: url("../img/choujiang/zjd/chuizi_on.png"), default;
}
.zjd_box ul li {
    position: relative;
    float: left;
    width: 116px;
    height: 128px;
    margin-right: 32px;
    margin-bottom: 56px;
}
.zjd_box ul li:nth-child(4n+4){
    margin-right: 0;
}
.zjd_box ul li:nth-child(n+5){
    margin-bottom: 0;
}
.zjd_box li i {
    position: absolute;
    width: 68px;
    height: 20px;
    background: url(../img/choujiang/zjd/zjd_gl.png) no-repeat;
    background-size: contain;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    top: 28px;
    right: -18px;
}
.zjd_box li span {
    position: absolute;
    width: 116px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    bottom: -50px;
    line-height: 32px;
}
.zjd_rule,.zjd_record {
    width: 616px;
    height: 410px;
    padding: 25px;
    box-sizing: border-box;
    background: url(../img/choujiang/zjd/rule_bg.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 144px;
    color: #fff;
    font-size: 13px;
}
.zjd_title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    margin-top: -9px;
    font-weight: 500;
}
.zjd_back {
    padding-left: 19px;
    font-size: 14px;
    background: url(../img/choujiang/zjd/back.png) no-repeat left;
    background-size: 16px;
    cursor: pointer;
}
.zjd_rule p {
    line-height: 21px;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
}
.zjd_record table {
    margin-top: 20px;
    text-align: left;
}
.zjd_record table th {
    font-weight: 500;
}
.zjd_record table td,.zjd_record table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
}
.zjd_record table td a {
    margin-left: 10px;
    color: #FFDD75;
    cursor: pointer;
}
.cj_class {
    overflow: hidden!important;
    background: transparent!important;
    box-shadow: none!important;
}
.cj_class .layui-layer-setwin {
    display: none!important;
}
.zjd_box ul img.eggopen {
    display: none;
    top: -18px;
    width: 130px;
    left: -6px;
}
.win_prize,.no_win,.no_chance {
    position: relative;
    width: 530px;
    height: 494px;
    background: url(../img/choujiang/zjd/win_bg.png) no-repeat;
    background-size: contain;
    padding-top: 117px;
    box-sizing: border-box;
}
.win_prize h6 {
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}
.win_box {
    overflow: hidden;
    width: 322px;
    height: 131px;
    margin: 20px auto;
}
.win_go {
    display: block;
    width: 212px;
    height: 48px;
    margin: 0 auto;
    background: linear-gradient(270deg, #E44F25 0%, #F68B38 100%);
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
}
.win_go:hover {
    color: rgba(255, 255, 255, .7);
}
.prize_info {
    float: left;
    text-align: center;
    margin: 12px 25px
}
.prize_type {
    float: left;
    width: 28px;
    color: #784118;
    font-size: 28px;
    margin: 20px 46px;
    line-height: 30px;
}
.prize_info .p1 {
    font-size: 56px;
    color: #784118;
    font-weight: 700;
    font-family: DINProM;
}
.prize_info .p1 span{
    font-size: 32px;
    color: #784118;
}
.prize_info .p2 {
    color: #784118;
    font-size: 14px;
}
.prize_info .p3 {
    color: #784118;
    font-size: 12px;
}
.win_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 54px;
    top: 80px;
    background: url(../img/choujiang/zjd/close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.cj_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    background: url(../img/choujiang/zjd/close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.playAgain {
    margin-top: 400px;
}
.no_win {
    background: url(../img/choujiang/zjd/no_win.png) no-repeat;
    background-size: contain;
}
.play_again {
    margin-top: 174px;
}
.no_chance p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.no_chance {
    background: url(../img/choujiang/zjd/no_chance.png) no-repeat;
    background-size: contain;
}

/* 密码验证css */
.mmyz_box {
    position: absolute;
    padding: 16px;
    border: 1px solid #D4D9E2;
    background-color: #fff;
    z-index: 2;
    padding-right: 0;
    box-sizing: border-box;
    width: 340px;
    border-radius: 6px;
}
.mmyz_box ul li {
    margin-bottom: 8px;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
}
.mmyz_box ul li:last-child {
    margin-bottom: 0;
}
.mmyz_box ul li i {
    position: static;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background: url(../img/user/pwd_no.png) no-repeat;
    background-size: contain;
}
.mmyz_box ul li.active i{
    background: url(../img/user/pwd_ok.png) no-repeat;
    background-size: contain;
}
.mmyz_box ul li span {
    float: left;
}
.mmyz_level {
    margin-bottom: 10px;
    font-size: 12px;
    color: #181C29;
	line-height: 12px;
}
.mmyz_level span {
    display: inline-block;
    margin-right: 7px;
     width: 30px;
    height: 3px;
    background: #D4D9E2;
	vertical-align: middle;
}
.mmyz_level span.yzok {
	background-color: #FF0000;
}
 .mmyz_zc {
    top: 52px;
    left: 100px;
}
.mmyz_zc img {
    position: absolute;
    width: 21px;
    top: -8px;
}
.mmyz_zc .mmyz_level {
    display: none;
}
.mmyz_xg {
    top: -39px;
    left: 195px;
}
.mmyz_xg img {
    position: absolute;
    width: 21px;
    top: 52px;
    left: -15px;
    transform: rotate(-90deg);
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0);
    }


    40% {
        opacity: 0.4;
        -webkit-transform: scale3d(0.4, 0.4, 0.4);
        transform: scale3d(0.4, 0.4, 0.4);
    }

    80% {
        opacity: 0.8;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.safe_level_low .level_1{
    background-color: #FF0000;
}
.safe_level_mid .level_1,.safe_level_mid .level_2{
    background-color: #FF7600;
}
.safe_level_high span{
    background-color: #009643;
}
#getpass2 .mmyz_zc{
    top: 56px;
    left: 188px;
}
#mmbh .mmyz_zc{
    top: 46px;
    left: 25px;
}

body #yzmdian #yz_tc_dl {
    background: url(../img/user/dianxuan.png) no-repeat;
    background-position: 71px 11px;
    text-align: left;
    text-indent: 100px;
}
body .dianyzm_ok #yz_tc_dl {
    background: url(../img/user/ok.png) no-repeat!important;
    background-position: 100px 11px!important;
    background-size: 20px!important;
    text-indent: 130px!important;
}
body .o_login_w #yzmdian #yz_tc_dl {
    background-position: 100px 11px;
    text-indent: 130px
}
body .o_login_w .dianyzm_ok #yz_tc_dl {
    background-position: 128px 11px!important;
    text-indent: 157px!important;
}
#yzmdian{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f3f3));
    background-image: -o-linear-gradient(top,#fff 0,#f3f3f3 100%);
    background-image: linear-gradient(180deg,#fff,#f3f3f3);
    border: 1px solid #D4D9E2;
    border-radius: 4px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    /* border-left: 5px solid #037cff; */
    /* padding-left: 10px; */
    color: #676d78;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    user-select: none;
}
#yzmdian:hover{
    border-color:#037cff !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#fff));
    background-image: -o-linear-gradient(top,#f4f4f4 0,#fff 100%);
    background-image: linear-gradient(180deg,#f4f4f4,#fff);
    color: #333;
}
#yzmdian .iconfont {
    font-size: 18px;
    float: right;
    margin-right: 10px;
    color: #c9cfdc;
}
#yzmdian.dianyzm_ok {
    border-color: #39c522 !important;
    background: #f3fdec;
    color: #439900!important;
}
#yzmdian.dianyzm_ok i.iconfont {
    color: #9cd194!important;
}
#aliyunCaptcha-mask{
    z-index:910000000!important;
}
#aliyunCaptcha-window-popup{
    z-index:910000001!important;
}
#aliyunCaptcha-window-popup {
    z-index: 1000000001!important;
}
