/* 文章详情页 */

.there_nav {
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
}

.there_nav .detail_title {
    font-size: 21px;
}

.there_nav .hr {
    /* background: #c80a09;
    width: 100%;
    height: 4px; */
}

.there_nav .detail_title .main-container-header-title::before {
    content: '';
    width: 16px;
    height: 16px;
    background: linear-gradient(270deg, #c50701, #e62c60);
    background: -moz-linear-gradient(#c50701, #e62c60);
    -pie-background: linear-gradient(#c50701, #e62c60);
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
}

.there_nav .main-container-header-title {
    font-size: 16px;
    height: 46px;
    margin: 10px auto 0 auto;
    border-bottom: 1px solid #c6c6c6;
    position: relative;
    background: transparent;
    color: #231845;
    /* background: -webkit-gradient(
      linear,
      0 0,
      0 bottom,
      from(#9b9b9b),
      to(#8e8e8e)
    );
    background: -moz-linear-gradient(#9b9b9b, #8e8e8e);
    -pie-background: linear-gradient(#9b9b9b, #8e8e8e);
    background: linear-gradient(180deg, #9b9b9b, #8e8e8e); */
}

.there_nav .main-container-header-title span {
    padding-left: 25px;
}

.there-detail .body-content {
    padding: 10px 153px;
    line-height: 30px;
}

.there-detail .bottom {
    overflow: hidden;
    margin-top: 20px;
    padding: 0 10px;
}

.there-detail .bottom .fl {
    padding: 20px 10px;
    width: 50%;
}

.there-detail .bottom .item {
    width: 100%;
    height: 280px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px rgba(155, 155, 155, 0.5);
    behavior: url(/PIE.htc);
    position: relative;
    -moz-box-shadow: 0px 6px 15px #e7e4e3;
    -webkit-box-shadow: 0px 6px 15px #e7e4e3;
}

.there-detail .bottom .item .title {
    color: #e62e02;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px dashed #aeaeae;
    margin-bottom: 10px;
}

.there-detail .bottom .item .txt {
    margin-top: 10px;
}

.there-detail .bottom .item .more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #844106;
}

.there-detail .content-hea {
    text-align: center;
    margin: 20px 0;
}

.there-detail .content-hea h4 {
    color: #333;
    font-size: 25px;
    font-weight: bold;
}

.there-detail .content-hea h5 {
    color: #666;
    font-size: 18px;
}

.there-detail .content-hea .des {
    font-size: 14px;
    color: #727272;
}

.there-detail .content-hea .des span {
    margin-right: 20px;
}

.there-detail .content-hea .des {
    margin-top: 20px;
}

/* 开奖公告详情 */

.prize .prize-code .title {
    margin: 30px auto 132px auto;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.prize .prize-code .code-bg {
    width: 100%;
    height: 336px;
    display: inline-block;
}

.prize .prize-code .code-wrap {
    width: 960px;
    text-align: center;
    border-top: 20px solid #e60213;
    border-radius: 16px;
    margin: -112px auto 0 auto;
    position: relative;
    background: #fff;
    behavior: url(/PIE.htc);
    box-shadow: 0px 2px 4px 0px #c0c0c0;
    -moz-box-shadow: 0px 2px 4px 0px #c0c0c0;
    -webkit-box-shadow: 0px 2px 4px 0px #c0c0c0;
    box-shadow: 0px 2px 4px 0px #c0c0c0;
    padding: 20px;
}

.prize .prize-code .code-img {
    width: 100px;
    margin: 0 auto 20px auto;
}

.prize .prize-code .code-img img {
    width: 100%;
}

.prize .prize-code .time {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 34px 0;
}

.prize .prize-code .qiu-list {
    padding: 30px 50px;
    border-top: 4px solid #d5d5d5;
    border-bottom: 4px solid #d5d5d5;
    display: inline-block;
    overflow: hidden;
}

.prize .prize-code .des {
    font-size: 14px;
    margin: 30px auto;
    width: 70%;
}

.prize .prize-code .des .blod {
    font-weight: 600;
}

.prize .prize-code .money {
    font-size: 14px;
    width: 70%;
    margin: 10px auto 0 auto;
    overflow: hidden;
}

.prize .prize-situation {
    width: 1200px;
    padding: 48px;
    text-align: center;
    margin: 0 auto;
    margin-top: 176px;
    border: 1px solid #b7000e;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
    behavior: url(/PIE.htc);
    background: #fff;
    box-shadow: 0px 2px 4px 0px #c0c0c0;
    -moz-box-shadow: 0px 2px 4px 0px #c0c0c0;
    -webkit-box-shadow: 0px 2px 4px 0px #c0c0c0;
    box-shadow: 0px 2px 4px 0px #c0c0c0;
}

.prize .prize-situation .title {
    font-weight: 400;
    font-size: 30px;
}

.prize .prize-situation table {
    margin: 40px auto 0 auto;
}

.prize .prize-situation table thead {
    background: #efefef;
}

.prize .prize-situation table tr {
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
}

.prize .prize-situation .des {
    font-size: 12px;
    color: #727272;
    margin: 0 auto;
    margin-top: 33px;
    width: 830px;
}

.ssq-prize .prize-code .code-bg {
    background: #e60213;
}

.ssq-prize .prize-code .code-wrap {
    border-top: 20px solid #e60213;
}

.kl8-prize .prize-code .title {
    margin: 30px auto 152px auto;
}

.kl8-prize .prize-code .code-bg {
    background: #f6921e;
}

.kl8-prize .prize-code .code-wrap {
    border-top: 20px solid #f6921e;
    height: auto;
    min-height: 600px;
    margin: -132px auto 0 auto;
}

.kl8-prize .prize-code .money {
    margin-top: 34px;
}

.fc3d-prize .prize-code .code-bg {
    background: #00a4e5;
}

.fc3d-prize .prize-code .code-wrap {
    border-top: 20px solid #00a4e5;
}

.fc3d-prize .prize-code .money {
    margin-top: 34px;
}

.qlc-prize .prize-code .code-bg {
    background: #ea5205;
}

.qlc-prize .prize-code .code-wrap {
    border-top: 20px solid #ea5205;
}

.no-li {
    list-style: none;
}

.zjqknr {
    display: none;
}

.wfzjqk[data-xh='0'] .zjqknr[data-xh='0'],
.wfzjqk[data-xh='1'] .zjqknr[data-xh='1'],
.wfzjqk[data-xh='2'] .zjqknr[data-xh='2'],
.wfzjqk[data-xh='3'] .zjqknr[data-xh='3'],
.wfzjqk[data-xh='4'] .zjqknr[data-xh='4'],
.wfzjqk[data-xh='5'] .zjqknr[data-xh='5'],
.wfzjqk[data-xh='6'] .zjqknr[data-xh='6'],
.wfzjqk[data-xh='7'] .zjqknr[data-xh='7'],
.wfzjqk[data-xh='8'] .zjqknr[data-xh='8'],
.wfzjqk[data-xh='9'] .zjqknr[data-xh='9'],
.wfzjqk[data-xh='10'] .zjqknr[data-xh='10'],
.wfzjqk[data-xh='11'] .zjqknr[data-xh='11'],
.wfzjqk[data-xh='12'] .zjqknr[data-xh='12'] {
    display: block;
}

.wfsqwk {
    margin-bottom: 0;
    border-radius: 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    behavior: url(/PIE.htc);
    margin-top: 20px;
}

.wfsq li {
    width: 10%;
    float: left;
    box-sizing: border-box;
    border-bottom: none;
    height: 40px;
    font: 16px/40px '';
    color: #888;
    text-align: center;
    cursor: pointer;
}

.wfsq[data-xh='0'] li[data-xh='0'],
.wfsq[data-xh='1'] li[data-xh='1'],
.wfsq[data-xh='2'] li[data-xh='2'],
.wfsq[data-xh='3'] li[data-xh='3'],
.wfsq[data-xh='4'] li[data-xh='4'],
.wfsq[data-xh='5'] li[data-xh='5'],
.wfsq[data-xh='6'] li[data-xh='6'],
.wfsq[data-xh='7'] li[data-xh='7'],
.wfsq[data-xh='8'] li[data-xh='8'],
.wfsq[data-xh='9'] li[data-xh='9'],
.wfsq[data-xh='10'] li[data-xh='10'],
.wfsq[data-xh='11'] li[data-xh='11'],
.wfsq[data-xh='12'] li[data-xh='12'] {
    color: #fff;
    background: rgb(238, 34, 28);
    border-color: rgb(238, 34, 28);
    border-radius: 30px;
    position: relative;
    behavior: url(/PIE.htc);
}

/* 视频详情 */

.video-main-bg {
    width: 100%;
    background: #8b8b8b;
    padding-bottom: 30px;
}

.video-main-bg .video-detail {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.video-main .title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 47px;
}

.video-main .sourse {
    color: #d3cece;
    font-size: 16px;
    margin: 20px 0;
}

.video-main .video-content {
    width: 1200px;
    margin: 20px auto;
}

.video-main .video-content .con-tab {
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.video-main .video-content .con-tab .con-tab-item {
    border-radius: 41px;
    behavior: url(/PIE.htc);
    height: 68px;
    cursor: pointer;
    padding: 0 5px;
    position: relative;
    background: #fff;
    margin: 15px;
    width: 22.5%;
}

.video-main .video-content .con-tab .con-tab-item .img {
    margin-right: 5px;
}

.video-main .video-content .con-tab .con-tab-item .name {
    width: 64%;
    margin-top: 7px;
    font-size: 18px;
}

.video-main .video-content .con-tab .active {
    background: #aeaeae;
    color: #fff;
}

.video-main .video-content .con-tab .active:before {
    content: '';
    width: 14px;
    height: 14px;
    bottom: -37px;
    left: 50%;
    position: absolute;
}

.video-main .video-content .con-tab .active:after {
    content: '';
    position: absolute;
    bottom: -37px;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #231815;
    margin-left: -25px;
}

.video-main .video-content .cont-show {
    margin-top: 20px;
}

.video-main .video-content .row {
    padding-left: -10px;
    padding-right: -10px;
}

.video-main .video-content .cont-show>div {
    display: none;
}

.video-main .video-content .cont-show .show {
    display: block;
}

.video-main .video-content .video-item-wrap {
    padding: 10px;
}

.video-main .video-content .video-item-wrap .video-item {
    border: 1px solid #d8d8d8;
    padding-bottom: 20px;
}

.video-main .video-content .video-item-wrap .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.video-main .video-content .video-item-wrap .img img {
    width: 100%;
}

.video-main .video-content .video-item-wrap .name {
    font-size: 16px;
    margin: 10px 0;
    padding: 0 10px;
}

.video-main .video-content .video-item-wrap .hit {
    color: #727272;
    padding: 0 10px;
    font-size: 14px;
}

/* 双色球三级页面 */

.play-title {
    width: 1200px;
    margin: -50px auto 0 auto;
    overflow: hidden;
    position: relative;
}

.play-title .img {
    border: 2px solid #d1d3d5;
    border-radius: 50%;
    position: relative;
    behavior: url(/PIE.htc);
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.play-title img {
    width: 100%;
}

.play-title .nav {
    line-height: 100px;
    margin-left: 20px;
}

.play-detail .notice {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.play-detail .notice .notice-top {
    width: 100%;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    text-align: center;
    background: linear-gradient(270deg, #f52028, #ff636f);
    background: -moz-linear-gradient(#f52028, #ff636f);
    -pie-background: linear-gradient(#f52028, #ff636f);
    color: #ffffff;
    overflow: hidden;
    behavior: url(/PIE.htc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f52028', endColorstr='#ff636f', GradientType=0);
}

.play-detail .notice .notice-top .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.play-detail .notice .notice-top .qiu {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.play-detail .notice .notice-top .detail-btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: black;
    border-radius: 20px;
    margin: 0 auto;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    behavior: url(/PIE.htc);
    position: relative;
}

.play-detail .notice .notice-con {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    position: relative;
    behavior: url(/PIE.htc);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.play-detail .notice .notice-con .fl {
    width: 58%;
}

.play-detail .notice .notice-con .fr {
    width: 40%;
}

.play-detail .notice .notice-con .title {
    font-size: 25px;
    font-weight: 600;
}

.play-detail .notice .notice-con .content {
    margin-top: 20px;
    line-height: 28px;
    text-indent: 2em;
}

.play-detail .notice .notice-con .fl .content {
    padding: 0 20px;
}

.play-detail .notice .notice-con .jjdz table {
    text-align: center;
}

.play-detail .notice .notice-con .jjdz thead td {
    background: #dddddd;
}

.play-detail .notice .notice-con .jjdz td {
    background: #f5f5f5;
    border: 1px solid #fff;
    padding: 5px 0;
}

.play-detail .notice .notice-con .detail-btn {
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #f6242d;
    margin: 20px auto;
    border-radius: 20px;
    position: relative;
    behavior: url(/PIE.htc);
}

.play-detail .play-box {
    margin-top: 30px;
    position: relative;
    background: #fff;
}

.play-detail .play-detail-con {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    position: relative;
    behavior: url(/PIE.htc);
    z-index: 9;
}

.play-detail .play-detail-con .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.play-detail .play-detail-con .box {
    margin-bottom: 20px;
}

.play-detail .play-detail-con .box:last-child {
    margin-bottom: 0;
}

.play-detail .play-detail-con .box .content {
    overflow: hidden;
}

.play-detail .play-detail-con .box .content .fl {
    width: 58%;
    padding-right: 20px;
    line-height: 28px;
}

.play-detail .play-detail-con .box .content .fl .content {
    text-indent: 2em;
}

.play-detail .play-detail-con .box .content .fl .list {
    overflow: hidden;
    padding: 0 20px;
}

.play-detail .play-detail-con .box .content .fl .list .item {
    width: 50%;
    margin-top: 10px;
    line-height: 22px;
}

.play-detail .play-detail-con .box .content .fr {
    width: 40%;
}

.play-detail .play-detail-con .box .content .fr img {
    width: 100%;
}

.play-detail-img img {
    width: 100%;
}

.play-detail .ssq-box {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    behavior: url(/PIE.htc);
}

.play-detail .ssq-box .fl {
    width: 49%;
    padding: 20px;
}

.play-detail .ssq-box .fr {
    width: 49%;
    padding: 20px;
}

.play-detail .ssq-box .box-top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.play-detail .ssq-box .box-top img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.play-detail .ssq-box .box-top .title {
    position: relative;
    padding: 0 20px;
    font-size: 25px;
    font-weight: 600;
}

.play-detail .ssq-box .box-top .title .more {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    width: auto;
}

.play-detail .ssq-box .box-list {
    padding: 0 20px;
}

.play-detail .ssq-box .box-list .txt {
    color: #757575;
    width: 80%;
    margin-top: 10px;
    line-height: 20px;
}

.play-detail .ssq-box .box-list .box-con-item {
    border-bottom: 2px solid #f0f0f0;
    padding: 10px 0;
    width: 80%;
    margin-top: 10px;
}

.play-detail .ssq-box .box-list .box-con-item .item-title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.play-detail .ssq-box .box-list .box-con-item .summary {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.play-detail .ssq-enter {
    behavior: url(/PIE.htc);
    border-radius: 20px;
    padding-bottom: 20px;
    z-index: 9;
    overflow: hidden;
}

.play-detail .ssq-enter .title {
    font-size: 25px;
    font-weight: 600;
    padding: 20px;
}

.play-detail .containerHome {
    height: 640px;
    background: url('../images/fcpz/zsBg.jpg') no-repeat top center;
    position: relative;
    background-size: cover;
}

.play-detail .zsDbg {
    position: absolute;
    width: 963px;
    height: 578px;
    z-index: 5;
    top: 45px;
    left: 40px;
    background: url('../images/fcpz/zsDbg.png');
}

.play-detail .zsDbg .zsFj {
    position: absolute;
    width: 122px;
    height: 58px;
    left: 558px;
    top: -52px;
    background: url('../images/fcpz/zsFj.png');
}

.play-detail .containerHome-des {
    width: 320px;
    height: 460px;
    background: rgba(255, 255, 255, 0.7);
    margin-right: 150px;
}

.play-detail .containerHome-des .content {
    text-indent: 2em;
    color: #666;
    padding: 50px 32px 0;
    height: 305px;
    line-height: 25px;
}

.play-detail .containerHome-des .detail-btn {
    background: #e60013;
    font-size: 20px;
    width: 140px;
    height: 42px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    position: relative;
    behavior: url(/PIE.htc);
    z-index: 6;
}

/*刮刮乐详情页*/

.no-border {
    border: 0 !important;
}

.ggl-detail .notice .notice-top {
    background: linear-gradient(270deg, #ff7800, #ffcc00);
    background: -moz-linear-gradient(#ff7800, #ffcc00);
    -pie-background: linear-gradient(#ff7800, #ffcc00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ffcc00', GradientType=0);
}

.ggl-detail .notice .notice-con .fl {
    width: 40%;
    padding-right: 0;
}

.ggl-detail .notice .notice-con .fl .swiper-container {
    height: 300px;
}

.ggl-detail .notice .notice-con .fl .swiper-container img {
    width: 100%;
    height: 100%;
}

.ggl-detail .notice .notice-con .fr {
    width: 58%;
    padding-left: 26px;
}

.ggl-detail .notice .notice-con .fr .title {
    font-size: 30px;
    margin-bottom: 10px;
}

.ggl-detail .notice .notice-con .fr .summary {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.ggl-detail .notice .notice-con .fr .txt {
    line-height: 30px;
}

.ggl-detail .notice .notice-con .box {
    margin-top: 40px;
}

.ggl-detail .notice .notice-con .box .title {
    overflow: hidden;
}

.ggl-detail .notice .notice-con .box .title .fl,
.ggl-detail .notice .notice-con .box .title .fr {
    width: auto;
}

.ggl-detail .notice .notice-con .box .tab-list>div {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e8e8e8;
    border-radius: 20px;
    margin-left: 10px;
    cursor: pointer;
    behavior: url(/PIE.htc);
    position: relative;
}

.ggl-detail .notice .notice-con .box .tab-list .active {
    background: #ff7800;
    color: #fff;
}

.ggl-detail .notice .con-list {
    height: 640px;
}

.ggl-detail .notice .con-list>div {
    display: none;
}

.ggl-detail .notice .con-list .row {
    height: 620px;
    overflow: hidden;
}

.ggl-detail .notice .con-list .show {
    display: block;
}

.ggl-detail .notice .con-list .con-item {
    height: 290px;
    border: 1px solid #f0f0f0;
    behavior: url(/PIE.htc);
    box-shadow: 0px 3px 5px #f0f0f0;
    position: relative;
    margin-top: 15px;
    background: #fff;
}

.ggl-detail .notice .con-list .con-item .img {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.ggl-detail .notice .con-list .con-item .img img {
    width: 100%;
    border: 10px solid #fff;
}

.ggl-detail .notice .con-list .con-item .img .name {
    position: absolute;
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: rgba(51, 51, 51, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333, endColorstr=#b2333333);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333,endColorstr=#b2333333)';
    bottom: 0;
    left: 0;
}

.ggl-detail .notice .con-list .con-item .money {
    overflow: hidden;
    padding: 10px 15px;
}

.ggl-detail .notice .con-list .con-item .money .fl,
.ggl-detail .notice .con-list .con-item .money .fr {
    width: auto;
}

.ggl-detail .notice .con-list .con-item .money div {
    font-size: 12px;
}

.ggl-detail .notice .con-list .con-item .money .height-money {
    font-size: 14px;
    color: #00366c;
}

.ggl-detail .notice .con-list .con-item .money .face-value {
    font-size: 14px;
    color: #fc5d35;
}

.ggl-detail .notice .con-list .con-item .money .font-size {
    font-size: 20px;
    font-weight: 600;
}

.ggl-detail .notice .con-list .con-item .des {
    color: #666;
    padding: 0 15px;
}

.ggl-detail .play-detail-con .box .content {
    position: relative;
}

.ggl-detail .play-detail-con .box .content .fl,
.ggl-detail .play-detail-con .box .content .fr {
    width: 50%;
}

.ggl-detail .play-detail-con .box .fl .detail-btn {
    background: #ff7800;
    color: #fff;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    behavior: url(/PIE.htc);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ggl-detail .containerHome {
    height: 690px;
    background: url();
}

.ggl-detail .containerHome .zgDbg {
    position: absolute;
    width: 721px;
    height: 630px;
    z-index: 5;
    top: 47px;
    left: 16px;
    background: url('../images/fcpz/zgDbg.png');
}

.ggl-detail .containerHome .zgDbg .zgFj {
    position: absolute;
    width: 122px;
    height: 58px;
    left: 270px;
    top: -52px;
    background: url('../images/fcpz/zgFj.png');
}

.ggl-detail .ssq-enter .title {
    background: url(../images/fcpz/zsTbg.png) no-repeat;
    margin: 30px 0 0 80px;
}

.ggl-detail .ssq-enter .title {
    padding: 12px 20px 20px 20px;
    font-weight: normal;
}

.ggl-detail .containerHome-des .content {
    position: relative;
    padding-top: 60px;
    height: 450px;
}

.ggl-detail .containerHome-des .content .tip {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #666;
    font-size: 20px;
    color: #fff;
}

.ggl-detail .play-box .con {
    overflow: hidden;
    position: relative;
}

.ggl-detail .play-box .con .fw-list {
    margin-top: 100px;
}

.ggl-detail .play-box .con .fw-list>div {
    margin-top: 10px;
}

.ggl-detail .ggl-detail-btn {
    background: #ff7800;
    color: #fff;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    behavior: url(/PIE.htc);
    margin: 0 auto;
}

.ggl-detail .zj-list {
    overflow: hidden;
    padding: 0 20px 20px 20px;
}

.ggl-detail .zj-list .fl {
    padding: 0 30px;
    width: 50%;
}

.ggl-detail .zj-list .fl .zj-list-item {
    margin-top: 20px;
    padding: 10px;
    border-bottom: 2px dashed #c0c0c0;
    height: 146px;
}

.ggl-detail .zj-list .fl .zj-list-item .name {
    font-size: 20px;
    margin-bottom: 20px;
}

.ggl-detail .zj-list .fl .zj-list-item .con {
    line-height: 25px;
}

/*刮刮乐票面详情*/

.ggl-pmxq .notice .notice-top {
    background: linear-gradient(270deg, #ff7800, #ffcc00);
    background: -moz-linear-gradient(#ff7800, #ffcc00);
    -pie-background: linear-gradient(#ff7800, #ffcc00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ffcc00', GradientType=0);
}

.ggl-pmxq .notice-con .title>span {
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
}

.ggl-pmxq .notice-con .title .font-big {
    font-size: 20px;
    font-weight: 600;
}

.ggl-pmxq .notice-con .title .mz .font-big {
    color: #ff572f;
}

.ggl-pmxq .notice-con .title .zgj .font-big {
    color: #1c4073;
}

.ggl-pmxq .notice-con .title .qtzs .font-big {
    color: #1a8a00;
}

.ggl-pmxq .notice-con .box .name img {
    width: 60px;
    height: 50px;
}

.ggl-pmxq .notice-con .box .con img {
    width: 49%;
    margin-top: 10px;
    vertical-align: top;
}

.ggl-pmxq .notice-con .box .con img:nth-child(2n) {
    margin-left: 1%;
}

.ggl-pmxq .notice-con .box {
    margin: 10px 0;
    line-height: 28px;
}

.ggl-pmxq .notice-con .box .name {
    font-weight: 600;
}

.ggl-pmxq .play-detail-con .box .content {
    position: relative;
}

.ggl-pmxq .play-detail-con .box .content table {
    width: 100%;
}

.ggl-pmxq .play-detail-con .box .content table td {
    height: 38px;
    text-align: center;
    color: #666;
    border: 1px solid #eee !important;
}

.ggl-pmxq .row {
    margin: 0;
}

.ggl-pmxq .con>div {
    padding: 0 20px;
}

.ggl-pmxq .con-item .item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    behavior: url(/PIE.htc);
}

.ggl-pmxq .con-item .item-img img {
    width: 100%;
}

.ggl-pmxq .con-item .item-img .name {
    position: absolute;
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: rgba(51, 51, 51, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333, endColorstr=#b2333333);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333,endColorstr=#b2333333)';
    bottom: 0;
    left: 0;
}

.ggl-pmxq .con-item .info {
    overflow: hidden;
    padding: 5px;
}

.ggl-pmxq .con-item .des {
    padding: 0 5px;
}

.ggl-pmxq .con-item .info .fl {
    width: 50%;
    font-size: 12px;
}

.ggl-pmxq .con-item .info .fl .font-big {
    font-size: 16px;
    font-weight: 600;
}

.ggl-pmxq .con-item .info .mz .font-big {
    color: #ff572f;
}

.ggl-pmxq .con-item .info .zgjj .font-big {
    color: #1c4073;
}

/*刮刮乐票面列表页*/

.ggl-pmxq .des {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ggl-pmxq .cxts {
    height: 200px;
    text-align: center;
    font: 20px/30px '';
    padding: 100px;
    display: none;
}

/* 列表页 */

.gglLb {
    padding-top: 20px;
    margin-top: -30px;
}

.gglLb .chaXun {
    height: 50px;
    padding-left: 5px;
    margin-bottom: 15px;
    background: #fff;
}

.gglLb .chaXun label {
    float: left;
    _display: inline;
    margin-left: 10px;
}

.gglLb .chaXun span {
    float: left;
    _display: inline;
    font: 16px/50px 'Microsoft YaHei', '微软雅黑', Arial;
    color: #666;
}

.gglLb .chaXun select {
    float: left;
    _display: inline;
    height: 35px;
    padding-left: 5px;
    margin-top: 9px;
    border: 1px solid #999;
}

.gglLb .chaXun button {
    float: left;
    padding: 5px 25px;
    margin: 7px 0 0 30px;
    font: 15px/25px 'Microsoft YaHei', '微软雅黑', Arial;
    color: #fff;
    background: #037707;
    border: none;
    border-radius: 20px;
}

.ggl-pmxq .notice .con-list>div {
    display: block;
}

.ggl-pmxq .notice .con-list {
    height: auto;
}

.play-detail .dynamic-box {
    behavior: url(/PIE.htc);
    border-radius: 20px;
    padding-bottom: 20px;
    z-index: 9;
    overflow: hidden;
}

.play-detail .dynamic-box .title {
    padding: 20px;
    font-size: 25px;
    font-weight: 600;
}

.play-detail .list-list {
    overflow: hidden;
    padding: 0 40px;
}

.play-detail .list-list>div {
    width: 47% !important;
    padding: 0 !important;
}

.play-detail .list-list .item-one {
    padding: 0 0 20px;
    border-bottom: 3px solid #f0f0f0;
    height: 100px;
}

.play-detail .list-list .item-one .title-name {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}

.play-detail .list-list .txt {
    margin-top: 10px;
    color: #757575;
}

/* 二维码页面*/

.qr-code .box {
    padding: 30px 20px;
    margin-bottom: 50px;
    position: relative;
}

.qr-code .box .tel-bg {
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 0;
}

.qr-code .box-bg-two {
    background: #f8f8f8;
    margin-bottom: 0;
    padding-bottom: 70px;
}

.qr-code .box-img {
    height: 260px;
    border-bottom: 2px solid #e9e9e9;
}

.qr-code .box-img>img {
    position: absolute;
    width: 600px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -280px;
}

.qr-code .box-img .item {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 20px;
}

.qr-code .box-img .item img {
    margin-bottom: 10px;
}

.qr-code .box .code-tit {
    margin-bottom: 20px;
}

.qr-code .box .code-tit div {
    font-size: 18px;
}

.qr-code .box .code-tit .tit-col {
    font-size: 22px;
    margin-bottom: 5px;
    color: #e82f24;
}

.qr-code .box .img-list .img-item {
    width: 250px;
    height: 250px;
    display: inline-block;
    border: 2px solid #363636;
    margin: 0 5px 10px;
    box-shadow: 0px 4px 8px 0px rgb(155 155 155 / 50%);
    behavior: url(/PIE.htc);
    position: relative;
    -moz-box-shadow: 0px 6px 15px #e7e4e3;
    -webkit-box-shadow: 0px 6px 15px #e7e4e3;
    text-align: center;
    background-image: url(../images/qr-code-item-bg.png);
    background-size: 101%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/qr-code-item-bg.png', sizingMethod='scale');
}

.qr-code .box .img-list .img-item>img {
    width: 80px;
    height: 80px;
    margin: 40px 0 15px 0;
}

.qr-code .box .img-list .img-item .item-type {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.qr-code .box .img-list .img-item .item-type img {
    height: 40px;
    margin-top: -5px;
}

.qr-code .box .img-list .img-item .item-type span {
    color: #656565;
}

.qr-code .box-bg .img-list {
    padding: 0 10px;
}

.qr-code .box-bg .img-list .img-item {
    width: 210px;
    height: 210px;
    border: 0;
    background-image: url(../images/qr-code-item-b.png);
    background-size: 102%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/qr-code-item-b.png', sizingMethod='scale');
    position: relative;
    behavior: url(/PIE.htc);
}

.qr-code .box-bg .img-list .img-item .item-txt {
    margin-top: 20px;
}