/*-- alertæç¤ºæ¡† @ Moda --*/

#_alert_,
#_alert_2,
#_alert_3 {
    position: fixed;
    background-color: rgba(50, 50, 50, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}

#_alert_3 {
    z-index: 99;
}

._alert_ {
    width: 365px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -130px;
    min-height: 150px;
    color: #666;
    border: 5px solid transparent;
}

._alert_>.title {
    height: 29px;
    position: relative;
    text-align: center;
}

._alert_>.title .bg_title {
    display: inline-block;
    width: 180px;
    height: 29px;
    float: right;
    background: url(../images/bai.png) no-repeat !important;
}

._alert_>.title>span {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

._alert_ .btn_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

._alert_ .btn_close:hover>span {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

._alert_ .btn_close>span {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/close.png) no-repeat;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

._alert_ .btn_ok:active {
    background: #0b954d;
    color: #094124;
    text-shadow: 0 1px #51ba83;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20) inset
}

._alert_ .btn_ok {
    cursor: pointer;
    width: 92px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    display: block;
    margin: 20px auto 10px;
    letter-spacing: 6px;
    word-spacing: 6px;
    padding-left: 6px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

._alert_ .btn_div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

._alert_ .alert_icon_box {
    background: #fff;
    padding: 20px 0 0px;
}

._alert_ .alert_success {
    width: 30px;
    height: 30px;
    background: url(../images/success.png) no-repeat;
    margin: 0px auto 0;
}

._alert_ .alert_warning {
    width: 30px;
    height: 30px;
    background: url(../images/exclamation.png) no-repeat;
    margin: 0px auto 0;
}

._alert_ .alert_error {
    width: 30px;
    height: 30px;
    background: url(../images/error.png) no-repeat;
    margin: 0px auto 0;
}

._alert_ .btn_ok:hover {
    opacity: 0.8;
}

._alert_>p {
    text-align: center;
    padding: 23px 29px 14px 26px;
    word-wrap: break-word;
    margin-bottom: 60px;
    background: #fff;
}

._alert_.anim {
    animation: 0.3s key_alert ease-out;
    -webkit-animation: 0.3s key_alert ease-out;
    -ms-animation: 0.3s key_alert ease-out;
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
}

@-webkit-keyframes key_alert {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes key_alert {
    0% {
        -moz-transform: scale(0.5);
        ;
        opacity: 0.8;
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes key_alert {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
    }
}

@-ms-keyframes key_alert {
    0% {
        -ms-transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        -ms-transform: scale(1);
    }
}

._alert_ p {
    max-height: 170px;
    overflow-y: auto;
    color: #000;
    font-size: 14px;
}

._alert_ h2 {
    font-size: 1.5em;
    line-height: 1.5;
}

._alert_ h3 {
    font-size: 1.15em;
    line-height: 1.25;
}

._alert_ h4 {
    font-size: 1em;
    line-height: 1.25;
}

._alert_ h5 {
    font-size: 0.83em;
    line-height: 1.25;
}

._alert_ h1 {
    font-size: 2em;
    line-height: 1.5;
}

._alert_3 {
    max-width: 550px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin: 100px auto;
    color: #666;
}

._alert_3>.title {
    height: 44px;
    position: relative;
    border-bottom: 1px #D7D7D7 solid;
    margin: 0 15px;
}

._alert_3>.title>span {
    height: 45px;
    border-bottom: 3px #ea721a solid;
    position: absolute;
    line-height: 46px;
    padding: 0 3px;
    font-size: 13px;
}

._alert_3 .btn_close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 65px;
    right: 55px;
    cursor: pointer;
}

._alert_3 .btn_close:hover>span {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

._alert_3 .btn_close>span {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/mdl-icon.png) no-repeat -11px -80px;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

._alert_3 .btn_ok:active {
    background: #0b954d;
    color: #094124;
    text-shadow: 0 1px #51ba83;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20) inset
}

._alert_3 .btn_ok {
    box-shadow: 1px 1px 2px #000;
    cursor: pointer;
    width: 92px;
    line-height: 32px;
    font-size: 14px;
    background: #808080;
    color: #fff;
    text-align: center;
    border: 0;
    display: block;
    margin: 20px auto;
    letter-spacing: 6px;
    word-spacing: 6px;
    padding-left: 6px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

._alert_3 .btn_ok:hover {
    background: #ea721a;
}

._alert_3 p {
    overflow: hidden;
}

._alert_3>p {
    text-align: center;
    word-wrap: break-word;
    border-radius: 4px;
    overflow: hidden;
}

._alert_3>p>a {
    display: block;
}

._alert_3>p>a>img {
    width: 100%;
}

._alert_3.anim {
    animation: 0.3s key_alert ease-out;
    -webkit-animation: 0.3s key_alert ease-out;
    -ms-animation: 0.3s key_alert ease-out;
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
}

@-webkit-keyframes key_alert {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes key_alert {
    0% {
        -moz-transform: scale(0.5);
        ;
        opacity: 0.8;
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes key_alert {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
    }
}

@-ms-keyframes key_alert {
    0% {
        -ms-transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        -ms-transform: scale(1);
    }
}

._alert_3 h2 {
    font-size: 1.5em;
    line-height: 1.5;
}

._alert_3 h3 {
    font-size: 1.15em;
    line-height: 1.25;
}

._alert_3 h4 {
    font-size: 1em;
    line-height: 1.25;
}

._alert_3 h5 {
    font-size: 0.83em;
    line-height: 1.25;
}

._alert_3 h1 {
    font-size: 2em;
    line-height: 1.5;
}


/*-- alertæç¤ºæ¡† ç»“æŸ @ Moda --*/


/*-- confimæç¤ºæ¡† @ Moda --*/

#_confim_,
#_confim_2 {
    position: fixed;
    background-color: rgba(50, 50, 50, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 86;
}

._confim_ {
    width: 265px;
    background: #fff;
    border: 2px #CBC7C7 solid;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -130px;
    min-height: 150px;
    color: #666;
}

._confim_>.title {
    height: 44px;
    position: relative;
    border-bottom: 1px #D7D7D7 solid;
    margin: 0 15px;
}

._confim_>.title>span {
    height: 45px;
    border-bottom: 3px #ea721a solid;
    position: absolute;
    line-height: 46px;
    padding: 0 3px;
    font-size: 13px;
}

._confim_ .btn_close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 2px;
    cursor: pointer;
}

._confim_ .btn_close:hover>span {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

._confim_ .btn_close>span {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/mdl-icon.png) no-repeat -11px -80px;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

._confim_ .btn_ok:active,
._confim_ .btn_cancel:active {
    background: #0b954d;
    color: #094124;
    text-shadow: 0 1px #51ba83;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20) inset
}

._confim_ .btn_ok,
._confim_ .btn_cancel {
    box-shadow: 1px 1px 2px #000;
    cursor: pointer;
    width: 92px;
    line-height: 32px;
    font-size: 14px;
    background-color: #808080;
    color: #fff;
    text-align: center;
    border: 0;
    margin: 20px auto;
    letter-spacing: 6px;
    word-spacing: 6px;
    padding-left: 6px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

._confim_ .btn_ok:hover,
._confim_ .btn_cancel:hover {
    background: #ea721a;
}

._confim_>p {
    text-align: center;
    padding: 23px 29px 6px 26px;
}

._confim_ .btn_div {
    width: 78%;
    margin: 0 auto;
}

._confim_ .btn_cancel {
    float: right;
}

#_confim_2 .btn_ok,
#_confim_2 .btn_cancel {
    letter-spacing: 1px!important;
    word-spacing: 0px!important;
}

._confim_.anim {
    animation: 0.3s key_alert ease-out;
    -webkit-animation: 0.3s key_alert ease-out;
    -ms-animation: 0.3s key_alert ease-out;
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
}


/*-- confimæç¤ºæ¡† ç»“æŸ @ Moda --*/

body a[onclick],
body a[id],
button {
    cursor: pointer;
}

.cz_menu a:after {
    content: "|";
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    height: 1px;
    color: #ff0000;
    width: 50%;
}

.cz_menu a:last-child:after {
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    height: 1px;
    color: #ff0000;
    width: 50%;
}


/*è§£å†³ä½Žç‰ˆæœ¬ieçš„bug*/

._bug_placeholder {
    color: #999;
}

.lotterylist>li.current>a {
    color: red;
}

.cz_menu a.current span {
    color: #fc9721;
}