* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    /*background:url(/jzxy/images/benefit_bg_1123.jpg) top center no-repeat;*/
}

.topblock {
    /*height:1314px;*/
}

.wrap {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logo-mask {
    height: 95px;
    width: 315px;
    /*border-style: dashed;*/
    position: absolute;
    margin: -45px 0 0 200px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1004;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    display: none;
    border-radius: 5px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c2000000, endColorstr=#c2000000);
}

.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1005;
}

.popapp {
    width: 600px;
    height: 302px;
    margin-left: -354px;
    margin-top: -180px;
    /* background: url(/jzxy/images/appointment_pop.png) 100% 100% no-repeat; */
    background-size: cover;
    display: none;
}

.popmsg {
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -120px;
    background: url(/jzxy/images/lottery/pop-show.png) -154px -63px no-repeat;
    border-radius: 8px;
    display: none;
    color: #131213;
}

.poplogin {
    width: 400px;
    height: 300px;
    margin-left: -200px;
    margin-top: -150px;
    background: #fefefe;
    border-radius: 8px;
    display: none;
}

.popmsgarea {
    width: 220px;
    height: 150px;
    margin: 40px auto 0 auto;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
}
.popmsgarea p{
    text-align: center;
    padding: 25px 0 0 0;
    color: brown;
    /* letter-spacing: 2px; */
    font-weight: bolder;
}
.close_popapp {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: #810a0c;
    cursor: pointer;
    position: absolute;
    margin: 0;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    top: 10px;
    left: 560px;
}

.close_popmsg {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: #810a0c;
    cursor: pointer;
    position: absolute;
    margin: 0;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    top: 5px;
    left: 265px;
}

.close_poplogin {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: #38a0ff;
    cursor: pointer;
    position: absolute;
    margin: 0;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    top: 6px;
    left: 365px;
}

.cleanall {
    clear: both;
    height: 0;
    width: 100%;
}

.accstat {
    background: #6d4c2f;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    color: #f8f4eb;
    float: right;
    margin-right: 520px;
}

.accstat a,
.accstat a:link,
.accstat a:visited {
    color: #f8f4eb;
    text-decoration: underline;
}

.logininfo {
    display: none;
}

.loginfrm {
    width: 330px;
    height: 265px;
    position: absolute;
    top: 45px;
    left: 35px;
}

.logout {
    display: none;
}

.qqlink {
    cursor: pointer;
    text-decoration: underline;
}

.web-link {
    margin: -45px 600px 0 0px;
    float: right;
    color: #fefefe;
}

.logo-mask {
    height: 95px;
    width: 315px;
    /*border-style: dashed;*/
    position: absolute;
    margin: -45px 0 0 200px;
}

.breath-light {
    opacity: 0.1;
    overflow: hidden;
    -webkit-animation-name: BreathLight;
    -moz-animation-name: BreathLight;
    -o-animation-name: BreathLight;
    animation-name: BreathLight;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.show_border {
    border-style: dashed;
    border-width: thin;
    border-color: #3b9efe;
}

.pop_msg {
    font-size: 18px;
    font-weight: bold;
    color: brown;
    margin-top: 58px;
    text-align: center;
}

@keyframes BreathLight {
    from {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

@-webkit-keyframes BreathLight {
    from {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

.heartbeat {
    opacity: 1;
    overflow: hidden;
    -webkit-animation-name: HeartBeat;
    -moz-animation-name: HeartBeat;
    -o-animation-name: HeartBeat;
    animation-name: HeartBeat;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}

@-webkit-keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}


/* footer  */

.footer {
    background: #000000;
    font-family: Tahoma, "SimSun";
    font-size: 12px;
    padding: 15px 0;
    /* height: 100px; */
}

.footer .f-c {
    margin: 0 auto;
}

.foot_fir {
    margin: 0 auto;
    width: 1000px;
    color: #fff;
}

.foot_fir img {
    float: left;
    width: 145px;
    margin: 15px 26px 15px 32px;
    padding-bottom: 10px;
}

.foot_fir span {
    display: block;
    line-height: 20px;
    text-align: center;
}


/* flow */

.ac_class {
    display: none
}

.ac_appointment {
    display: none;
}

.ac_benefit {
    display: none;
}

.ac_appraisal {
    display: none;
}

.benefitarea {
    width: 1155px;
    min-height: 380px;
    margin: 300px auto 0 auto;
    overflow: hidden;
}

select {
    height: 28px;
    border-radius: 5px;
    min-width: 88px;
}

.selecter-server {
    /*padding: 10px 0 10px 0;*/
}

.emblazoned {
    color: #904007;
    font-size: 1.1em;
}

.hide {
    display: none;
}

.popbindrole {
    display: none;
    width: 400px;
    height: 180px;
    border-radius: 8px;
    margin: -140px 0 0 -140px;
    background-color: #5cb0e6;
}

.popbindrole_area {
    background-color: #fefefe;
    height: 100%;
    border-radius: 0 0 8px 8px;
    padding-top: 20px;
}

.popbindrole_area [class*="selecter-"] {
    width: 80%;
    line-height: 35px;
    margin: 0 auto;
    letter-spacing: 5px;
}

.popbindrole_area [class*="selecter-"] select {
    width: 160px;
}

.popbindrole .close {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: #38a0ff;
    cursor: pointer;
    position: absolute;
    margin: 0;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    top: -20px;
    left: 390px;
}

.popbindrole .title {
    height: 40px;
    text-align: center;
    color: yellow;
    line-height: 40px;
}

.popbindrole .role-err {
    font-size: 0.8em;
    color: red;
    width: 90%;
    margin: 0 auto;
    text-indent: 2em;
}

.btn-bind {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    background-image: url(/jzxy/images/lottery/button.png);
    width: 135px;
    background-repeat: no-repeat;
    height: 33px;
    border-block-style: none;
    border-style: none;
    font-size: 1.5em;
    color: #ffff00;
    background-position: -5px -103px;
}

.btn-bind:hover {
    background-position: -5px -3px;
}

.pop .row_note {
    text-align: center;
}
.btn_join_qq, .btn_join_kefu{
    cursor: pointer;
    color: #38a0ff;
    font-size: 16px;
    font-weight: bolder;
}
.kefu_qrcode_layer{
    display: none;
}
.kefu_qrcode{
    width: 350px;
    height: 350px;
    position: fixed;
    margin: -30vh 0 0 30vw;
    background: #000000 url(/jzxy/images/kefu-wx.jpg)  top center/cover no-repeat;
}