html,
body {
    padding: 0;
    margin: 0;
}

.text-gray1 {
    color: #666666;
}

.text-gray2 {
    color: #999999;
}

.container-wrap {
    background: #f8f8f8;
}

.head-wrap {
    width: 100%;
    background: #ffffff;
    height: 120px;
}

.head-wrap .head-logo {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.head-wrap .head-logo .head-line {
    display: inline-block;
    margin: 0 14px 0 18px;
    width: 2px;
    height: 32px;
    background: #DEDEDE;
    border-radius: 1px;
}

.top-banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 10px auto 0 auto;
}

.top-banner-wrap .banner-item {
    width: 100%;
    height: 100%;
}

.top-swiper {
    width: 797px;
    height: 242px;
}

.top-swiper .button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 64px;
    background: rgba(45, 46, 54, 0.6);
    z-index: 9;
    cursor: pointer;
}

.top-swiper .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 64px;
    background: rgba(45, 46, 54, 0.6);
    z-index: 9;
    cursor: pointer;
}

.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-box .title {
    position: relative;
    padding-left: 10px;
    color: #2d2e36;
    font-size: 16px;
    font-weight: bold;
}

.title-box .title:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 4px;
    height: 10px;
    border-radius: 2px;
    /*background: #ffca4b;*/
}

.title-box .bg-1:before{
    background: #ffca4b;
}

.title-box .bg-2:before{
    background: #93C45F;
}

.title-box .bg-3:before{
    background: #59B1D3;
}

.title-box .bg-4:before{
    background: #59B1D3;
}

.title-box .bg-5:before{
    background: #B96ECE;
}

.title-box .bg-6:before{
    background: #7A63CC;
}

.title-box .bg-7:before{
    background: #E47676;
}

.title-box .bg-8:before{
    background: #E7A067;
}

.more-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.information-wrap {
    padding: 16px;
    width: 393px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.information-wrap .information-content {
    margin-top: 24px;
}

.information-wrap .information-content .information-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}

.information-wrap .information-item .information-text {
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.center-active-wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 10px auto 0 auto;
}

.center-active-wrap .center-active-item {
    padding: 16px;
    width: 595px;
    height: 203px;
    background: #ffffff;
}

.center-active-wrap .center-active-item .center-active-box {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.center-active-wrap .center-active-box .banner-img {
    width: 310px;
    height: 140px;
}

.center-active-wrap .center-active-box .info-content {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center-active-wrap .center-active-box .info-item {
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    cursor: pointer;
}

.center-rules-wrap {
    width: 1200px;
    margin: 32px auto 0 auto;
}

.wrap-title {
    font-size: 16px;
    color: #2D2E36;
    font-weight: bold;
}

.center-rules-wrap .center-rules-content {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.yxc-wrap{
    width: 1200px;
    margin: 32px auto 0 auto;
}

.yxc-wrap .yxc-content{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.yxc-wrap .yxc-content .yxc-left{
    padding: 16px;
    width: 595px;
    height: 242px;
    background: #ffffff;
}

.yxc-wrap .yxc-left .content-box{
    margin-top: 24px;
}

.yxc-wrap .yxc-left .content-box .info-item{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yxc-wrap .yxc-left .content-box .info-item .text{
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.yxc-wrap .yxc-right{
    padding: 16px;
    width: 595px;
    height: 242px;
    background: #ffffff;
}

.yxc-wrap .yxc-right .content-box{
    margin-top: 12px;
    display: flex;
}

.yxc-wrap .yxc-right .content-box .right-img{
    position: relative;
    width: 317px;
    height: 179px;
}

.yxc-wrap .yxc-right .right-img .play-mask{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.yxc-wrap .yxc-right .right-img:hover .play-mask{
    display: block;
}

.yxc-wrap .yxc-right .right-img .play-mask .play-btn{
    margin: 61px auto 0 auto;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.yxc-wrap .yxc-right .right-img .play-mask .play-btn img{
    width: 56px;
    height: 56px;
}

.yxc-wrap .yxc-right .content-box .right-img img{
    width: 100%;
    height: 100%;
}

.yxc-wrap .yxc-right .content-box .right-content{
    margin-left: 16px;
    padding-top: 12px;
}

.yxc-wrap .yxc-right .content-box .right-content p{
    margin-bottom: 20px;
    width: 225px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.example-wrap {
    width: 1200px;
    margin: 32px auto 0 auto;
}

.example-wrap .example-content {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.example-wrap .example-content .example-item {
    position: relative;
    width: 393px;
    height: 190px;
}

.example-wrap .example-content .example-item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.example-wrap .example-content .example-item .text-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}

.example-wrap .example-item .text-box .text-title {
    font-size: 16px;
    font-weight: bold;
}

.example-wrap .example-item .text-box .text-content {
    margin-top: 12px;
    font-size: 14px;
}

.zs-info-wrap {
    width: 1200px;
    margin: 32px auto 0;
    padding-bottom: 100px;
}

.zs-info-wrap .zs-info-content {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.zs-info-wrap .zs-info-content .info-item {
    padding: 24px 16px 19px 16px;
    width: 393px;
    height: 152px;
    background: #ffffff;
}

.zs-info-wrap .zs-info-content .info-item .title {
    position: relative;
    padding-left: 14px;
    color: #2D2E36;
    font-size: 14px;
    font-weight: bold;
}

.zs-info-wrap .zs-info-content .info-item .title:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #DEDEDE;
}

.zs-info-wrap .zs-info-content .info-item .content{
    margin-top: 8px;
    font-size: 12px;
    color: #999999;
    text-indent: 2em;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.zs-info-wrap .zs-info-content .info-item .time{
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}