body {
    font-size: 14px;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "\\5FAE\8F6F\96C5\9ED1", "STHeitiSC-Light", "simsun", "\\5B8B\4F53", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
    background: #FFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*color: #FFF;*/
}

* {
    margin: 0px;
    padding: 0px;
}

ul,
li,
dl,
dd,
dt,
ol {
    list-style: none;
}

em,
strong {
    font-style: normal;
}

a:link,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
    /*color: #FFF;*/
}

.clear {
    clear: both;
    overflow: hidden;
    display: block;
}

p {
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
}

textarea,
input {
    background-color: #FFFFFF;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "\\5FAE\8F6F\96C5\9ED1", "STHeitiSC-Light", "simsun", "\\5B8B\4F53", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select {
    outline: 0 none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}


::-webkit-scrollbar {
    width: 0px;
}

:-moz-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: #666666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666666;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(129, 129, 129, 0.5);
}

::-webkit-scrollbar-thumb:horizontal {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.hoverc {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.hoverb {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}


/*导航栏的样式*/
.navbox {
    width: 100%;
    height: 90px;
    background: #FFF;
    box-shadow: 0px 0px 10px #CCC;
    position: fixed;
    z-index: 1001;
}

.navinbox {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.navlogo {
    height: 46px;
    width: 134px;
    margin-top: 22px;
    float: left;
    margin-right: 40px;
}

.navlogo img {
    display: block;
    width: 100%;
}

.navlistbox {
    height: 90px;
    width: 645px;
    line-height: 90px;
    float: left;
}

.navlistbox a {
    display: block;
    margin: 0 15px;
    /*width: 70px;*/
    float: left;
    color: #2D2D2D;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.navlistbox a:hover {
    color: #01AB84;
}

.navlistbox .navonclick {
    color: #01AB84;
    font-weight: bold;
}

.navlogorebox {
    color: #FFF;
    background: #01AB84;
    font-size: 14px;
    height: 26px;
    margin-top: 30px;
    text-align: center;
    width: 60px;
    border-radius: 20px;
    line-height: 26px;
    float: right;
    cursor: pointer;
}

.navlogorebox:hover {
    background: #009976;
}

.wapewmpic {
    display: none;
    height: 230px;
    background: #fff;
    color: #555;
    text-align: center;
    width: 200px;
    border: solid 3px #FFF;
    border-radius: 3px;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    left: -70px;
    top: 40px;

}

.wapewmpic img {
    width: 100%;
    display: block;
}

.navWapicon {
    height: 20px;
    width: 100px;
    margin-top: 35px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    float: right;
}

.navWapicon span {
    display: block;
    width: 14px;
    float: left;
    height: 20px;
    background: url(../img/wapicona.svg);
}

.navWapicon span img {
    display: block;
}

.navWapicon em {
    display: block;
    float: left;
    width: 60px;
    color: #2D2D2D;
    margin-left: 5px;
}

.navWapicon:hover em {
    color: #01AB84;
}

.navWapicon:hover span {
    display: block;
    width: 14px;
    float: left;
    height: 20px;
    background: url(../img/wapicon.svg);
}

.navWapicon:hover .wapewmpic {
    display: block;
}

.navsearch {
    width: 180px;
    height: 30px;
    margin-top: 30px;
    float: right;
    border: 1px solid #F6F7FB;
    border-radius: 20px;
    margin-right: 10px;
    position: relative;
    background: #F6F7FB;
    padding: 0 5px;
}

.navsearch input {
    display: block;
    height: 30px;
    width: 150px;
    box-shadow: none;
    border: 0;
    border-radius: 20px;
    background: #F6F7FB;
    color: #222;
}

.navsearch input:focus {
    /*box-shadow: 0 0 3px #DDD*/
}

.navsearch span {
    display: block;
    position: absolute;
    height: 15px;
    width: 17px;
    right: 10px;
    top: 7px;
}

.navsearch span img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.navlistbox a span {
    position: absolute;
    width: 30px;
    display: block;
    right: -2px;
    top: 15px;
}

.navlistbox a span img {
    display: block;
    width: 100%
}

.zwbox {
    height: 40px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

.indexmainbox {
    padding-top: 100px;
}

#animat {
    position: relative;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite; /*Safari and Chrome*/
    animation-direction: alternate; /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 3s infinite;
    -webkit-animation-direction: alternate; /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}

@keyframes mymove {
    0% {
        transform: scale(1); /*开始为原始大小*/
    }
    25% {
        transform: scale(1.2); /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }

}

@-webkit-keyframes mymove {
    0% {
        transform: scale(1); /*开始为原始大小*/
    }
    25% {
        transform: scale(1.2); /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
}

.userpic {
    width: 40px;
    height: 40px;
    margin-top: 25px;
    border-radius: 100%;
    cursor: pointer;
    float: right;
    border: solid 2px #FFF;
    box-shadow: 0 0 5px #DDD;
    position: relative;
    display: none;
}

.userpic img {
    display: block;
}

.touxiang {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.xunzhang {
    position: absolute;
    left: -11px;
    top: -4px;
    width: 60px;
}

.alertgeren {
    width: 350px;
    display: none;
    background: #fff;
    padding: 15px 20px;
    position: absolute;
    top: 50px;
    right: -10px;
    box-shadow: 0 0 5px #ddd;
}
.infoSet_t{
    width: 100%;
    height: 60px;
}
.infoSet_t_l{
    float: left;
    display: flex;
    font-size: 16px;
}
.infoSet_t_l .infoSetHead{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.infoSetBox{
    margin-top: 8px;
    margin-left: 10px;
}
.infoSet_t_r{
    float: right;
    border: 1px solid #01AB84;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 10px;
    margin-top: 8px;
}
.infoSetBox_info{
    overflow: hidden;
}
.infoSetName{
    width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.infoSetPerson{
    color: #fff;
    background: #01AB84;
    font-size: 12px;
    margin-left: 3px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    float: right;
}
.infoSetPerson a{
    color: #fff;
}
.infoSetPhone{
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.infoSetPhone .phoneImg{
    width: 18px;
    height: 18px;
}
.infoSetPhone .xunzhang1{
    width: 20px;
    margin-left: 5px;
    height: 22px;
}
.infoSet_m{
    background: url(/static/images/person/hybj.png);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    display: none;
}
.infoSet_m_box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoSet_m_tip{
    margin-left: 10px;
    color: red;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.infoSet_m_btn{
    background: linear-gradient(90deg,#ff1e00,#f60);
    color: #fff;
    padding: 5px 18px;
    border-radius: 20px;
    margin-right: 10px;
}
.infoSet_b{
    width: 100%;
    margin-top:36px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.infoSet_b a{
    color: #000;
    cursor: pointer;
}
.infoSet_b .infoSet_b_icon{
    background: #f5f5f5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.infoSet_b_icon img{
    width: 35px;
}
.txlistbox {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

/*.alertgeren:hover .alertgeren {*/
/*    display: block;*/
/*}*/

.xztx:hover .alertgeren {
    display: block;
}

.txlistbox a {
    color: #555;
}

.txlistbox a:hover {
    color: #01AB84;
}


/*状态角标*/
.zbtjlist .living {
    background: #FF5F00;
}

.zbtjlist .nostart {
    background: #FFAF00;
}

.zbtjlist .gameover {
    background: #CCCCCC;
}

.zbtjlist .relook {
    background: #006EFF;
}

.zbtjlist .zhuanqu {
    background: #01AB84;
}


/*底部样式*/
.bottombox {
    background: #2D2D2D;
    padding: 40px 0;
    width: 100%;
}

.bottomboxin {
    width: 1200px;
    margin: auto;
}

.botewmbox {
    width: 510px;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.daychaner .yjqiandao {
    color: #01AB84;
}

.dingyuehao {
    width: 90px;
    margin: 0 40px;
    float: left;
}

.dingyuehao img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.dingyuehao span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}


.alinke {
    height: 30px;
    line-height: 30px;
    width: 1200px;
    margin-top: 50px;
    text-align: center;
}

.alinke a {
    margin: 0 10px;
    color: #DDD;
    font-size: 14px;
}

.alinke a:hover {
    color: #FFF;
    font-size: 14px;
}

.botbenan {
    text-align: center;
    width: 1200px;
    font-size: 14px;
    color: #FFF;
    margin-top: 10px;
}


.kefureback {
    width: 60px;
    cursor: pointer;
    height: 150px;
    position: fixed;
    z-index: 10000;
    right: 20px;
    bottom: 100px;
}

.mykefu {
    margin-bottom: 30px;
    position: relative;
    background: url(../img/floatkefu.svg);
    height: 60px;
    width: 60px;
    box-shadow: 0 0 5px #EEE;
    border-radius: 3px;
    transition: all .2s ease-out .1s;
}

.guanzhu {
    margin-bottom: 30px;
    position: relative;
    background: url(../img/guanzhu3.jpg);
    background-size: 100%;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 5px #EEE;
    border-radius: 3px;
    transition: all .2s ease-out .1s;
}

.reback {
    background: url(../img/floatback.svg);
    height: 60px;
    width: 60px;
    box-shadow: 0 0 5px #EEE;
    border-radius: 3px;
    transition: all .2s ease-out .1s;
}


.mykefu:hover {
    background: url(../img/floatkefu1.svg);
}

.guanzhu:hover {
    background: url(../img/guanzhu4.jpg);
    background-size: 100%;
}


.mykefu:hover .mkbox {
    display: block;
}
.guanzhu:hover .mkbox {
    display: block;
}

.reback:hover {
    background: url(../img/floatback1.svg);
}

.mkbox {
    width: 300px;
    display: none;
    height: 100px;
    transition: all .5s ease-out .1s;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    background: #FFF;
    right: 70px;
    top: -30px;
    box-shadow: 0 0 5px #EEE;
    z-index: 100;
}

.mkbox1 {
    width: 120px !important;
    height: 120px !important;
}


.pagectrl button {
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.pagectrl button.active {
    background: #01AB84;
    color: #fff;
}

.pagectrl input {
    height: 32px;
    width: 50px;
    border-radius: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.txlistbox a {
    color: #555;
}

.txlistbox a:hover {
    color: #01AB84;
}

.layui-layer-molv .layui-layer-title {
    /*padding: 0 20px;*/
    background: #fff;
    display: flex;
    height: 3.5rem;
    border-bottom: 2px solid #bebebe;
    margin: 20px;
    padding: 0;
}

.layui-layer-molv .layui-layer-title span {
    display: inline-block;
    padding: 0 10px;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 24px;
    width: 25%;
}

.layui-layer-molv .layui-layer-title .layui-this {
    font-size: 24px;
    font-weight: bold;
    color: #01AB84;
    border-bottom: 2px solid #01AB84;
}

.layui-this-center {
    justify-content: center;
}

ul.userrz {
    display: table;
    /*table-layout: fixed;*/
    margin-top: 8px;
    margin-left: -32px;
    width: 120px;
}

ul.userrz > li {
    display: table-cell;
    padding: 3px;
    white-space: nowrap;
    text-align: left;
}

ul.userrz > li a {
    display: inline-block;
    height: 21px;
    color: #aa6d32;
    line-height: 21px;
    padding-left: 5px;
    box-sizing: border-box;
    padding-right: 5px;
    padding-bottom: 2px;
    border: 1px #aa6d32 solid;
    border-radius: 30px;
    zoom: 0.8
}

ul.userrz > li span {
    display: inline-block;
    height: 21px;
    color: #aa6d32;
    line-height: 21px;
    padding-left: 5px;
    box-sizing: border-box;
    padding-right: 5px;
    padding-bottom: 2px;
    border: 1px #aa6d32 solid;
    border-radius: 30px;
    zoom: 0.8

}

ul.userrz .smrzIcon {
    color: #2d8e0b;
    border: 1px #2d8e0b solid
}

svg.icon {
    fill: currentColor;
    color: #aa6d32;
    margin-top: -1px;
    vertical-align: middle;
    margin-right: 3px;
}

ul.userrz > li:first-child a svg.icon {
    color: #2d8e0b;
}

ul.userrz .smrzIconGray {
    color: #4f4f4f;
    border: 1px #4f4f4f solid
}

div.username > span ul li a {
    zoom: 0.75;
    height: 21px;
}
div.username > span ul {
    margin-top: 15px;
    margin-left: -20px;
}

/*
加载样式
*/
.page-loading,
.page-loading > div {
    position: relative;
    box-sizing: border-box;
}

.page-loading {
    display: block;
    font-size: 0;
    color: #01AB84;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.page-loading.la-dark {
    color: #333;
}

.page-loading > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.page-loading {
    width: 48px;
    height: 48px;
}

.page-loading > div:nth-child(1),
.page-loading > div:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
}

.page-loading > div:nth-child(1) {
    top: -25%;
    z-index: 1;
    height: 100%;
    border-radius: 10%;
    animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
}

.page-loading > div:nth-child(2) {
    bottom: -9%;
    height: 10%;
    background: #01AB84;
    border-radius: 50%;
    opacity: 0.2;
    animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
}

.page-loading.la-sm {
    width: 16px;
    height: 16px;
}

.page-loading.la-2x {
    width: 64px;
    height: 64px;
}

.page-loading.la-3x {
    width: 96px;
    height: 96px;
}


@keyframes square-jelly-box-animate {
    17% {
        border-bottom-right-radius: 10%;
    }

    25% {
        transform: translateY(25%) rotate(22.5deg);
    }

    50% {
        border-bottom-right-radius: 100%;
        transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    }

    75% {
        transform: translateY(25%) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes square-jelly-box-shadow {
    50% {
        transform: scale(1.25, 1);
    }
}


#dplayer .prism-big-play-btn{
    left: calc(50% - 32px) !important;
    bottom: calc(50% - 32px) !important;
    background-image: url("/static/images/bf-big.png") !important;
    /*background-color: white;*/
    border-radius: 50%;
}

.prism-player .prism-big-play-btn .outter{
    border:none !important;
}

.prism-player .prism-play-btn{
    width: 35px !important;
    height: 35px !important;
}

#wxNav{
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px !important;
    padding: 0 !important;
    border-bottom: none !important;
    /*display: none !important;*/
}
#wxNav img{
    width: 100%;
    height: 100%;
}
#codeNav{
    margin-left: 100px !important;
}

/*绑定手机号*/
.navbindBox{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    display: none;
}
.navbindPhone{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 500px;
    background: #FFFFFF;
    z-index: 99999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.navbindTop{
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #bebebe;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 20px
}
.navbindTop .bindTit{
    width: 150px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #01AB84;
    border-bottom: 2px solid #01AB84;
    display: block;
    margin-left: 10px;
}
#bindDjstime{
    position: absolute;
    top: 0;
    height: 48px;
    line-height: 48px;
    right: 0;
    padding-right: 5px;
}
.bindClose{
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -12px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    cursor: pointer;
}
.bindClose:hover{
    background-position: -180px -31px;
}



/*用户注册人数*/
.regCount{
    width: 250px;
    box-shadow: 0 0 5px #eee;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.regCountAll{
    /*height: 80px;*/
    /* line-height: 40px; */
    font-weight: bold;
    display: inline-block;
    width: 49%;
    text-align: center;
}
.regCountTxt{
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.regCountNum{
    color: #01AB84;
    display: block;
    font-size: 18px;
}
.regCounttoday{
    margin-top: 10px;
}
.regCounttoday span{
    display: block;
    font-size: 14px;
}


.indexmainbox1{
    padding-top: 60px !important;
}


/*个人中心*/

.common-infoBox{
    width: 100%;
    height: 120px;
    background: url("/static/images/person/bj.jpg");
}
.common-info{
    width: 1200px;
    margin: 0 auto;
}
.common-info-fl{
    float: left;
    align-items: center;
    display: flex;
    height: 100%;
}
.common-info-head{
    height: 100%;
    width: 150px;
    position: relative;
}
.common-info-fl img{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: 1px solid #ddd;
    position: absolute;
    top: 12px;
    overflow: hidden;
}
.common-info-fl span{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-left: 22px;
}
.common-info-fr{
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.common-info-list{
    display: inline-block;
}
.common-info{
    display: block;
}
.common-info-item{
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-size: 16px;
}
.common-info-item p span{
    font-size: 22px;
    font-weight: bold;
}
.common-info-num{
    font-weight: bold;
}
.common-info-set{
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    margin-left: 50px;
}
.common-info-set a{
    color: #fff;
}
.common-info-set img{
    width: 30px;
    vertical-align: middle;
}







.adboxrightSwiper{ width:100%;height: 80px; margin: 30px auto; overflow: hidden;position: relative}
.adboxright{ width:100%; margin: 10px auto; }
.adboxright >img {cursor: pointer;}
.adboxrightSwiper >img {cursor: pointer;}
.adboxrightSwiper img{display: block; width: 100%; border-radius: 3px;}
.adboxright img{display: block; width: 100%; border-radius: 3px;}
