/*banner*/
.banner {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.banner .hd ul li.on {
    background: #f00;
    color: #fff;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 40px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .prev {
    background: url(../images/b_right.png);
    background-repeat: no-repeat;
    left: auto;
    left: 3%;
    transform: rotate(180deg);
    transform-origin: center center;
}

.banner .next {
    background: url(../images/b_right.png);
    background-repeat: no-repeat;
    left: auto;
    right: 3%;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

/*倒计时*/
.banner_time {
    width: 100%;
    /*background: url(../images/top_time_bg.png);
    background-repeat: no-repeat;
    height: 90px;*/
}

.banner_time_box {
    display: none;
    height: 100px;
    line-height: 100px;
    margin: 50px auto;
    background: url(../images/time_bgs.png);
    background-repeat: no-repeat;
}

.banner_time_box h1 {
    font-size: 28px;
    color: #0A93C5;
    margin-left: 5%;
    padding: 0 1%;
    padding: 0 \0;
}

ul.countdown {
    list-style: none;
    height: 100%;
    padding: 0;
    display: block;
    text-align: center;
}

ul.countdown li {
    color: #0A93C5;
    display: inline-block;
    height: 100%;
}

ul.countdown li span {
    font-size: 28px;
    font-weight: bold;

    color: #088A83;
    padding: 3px;
    border-radius: 5px;

}

ul.countdown li.seperator {
    font-size: 28px;
    vertical-align: top;
}

/* 倒计时 */
#countTime {
    /* position: absolute; */
    /* top: 747px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.05);
    width: 1200px;
    margin: 0 auto;
    height: 182px;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;;
    box-sizing: border-box;
    padding: 0 90px 0 60px;
}
#countTime > div{
    display: flex;
    text-align: center;
}
#countTime .count-title{
    width: 560px;
    word-break: break-all;
    text-align: left;
}
#countTime .time-box{
    font-family: "DINALTERNATE";
    position: relative;
    padding: 10px 20px;
    border: 1px solid #10599B;
    padding-right: 45px;
}
#countTime .time-box img{
    position: absolute;
    top: -18px;
    right: -75px;
    display: none;
}
#countTime .time-row{
    font-size: 18px;
    color: #999999;
    font-weight: normal;
}
#countTime span{
    font-size: 44px;
    color: #10599B;
    font-weight: bold;
}
#countTime .time-box > span{
    font-size: 30px;
    line-height: 2;
    margin: 0 10px;
}

/*新闻中心*/
.new_tit {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px
}

.new_tit a {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    letter-spacing: 2px;
    position: relative;
}

.new_tit a:after {
    position: absolute;
    left: 50%;
    top: 140%;
    height: 3px;
    width: 78%;
    bottom: 0;
    background: #36A8ED;
    content: '';
    transform: translateX(-50%);
}

.new_cloum01 {
    margin-bottom: 50px;
}

.focusSlideBox {
    width: 1200px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.focusSlideBox .hd {
    height: 45px;
    overflow: hidden;
    position: absolute;
    right: 41%;
    bottom: 10%;
    z-index: 1;
}

.focusSlideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.focusSlideBox .hd ul li {
    /*background: url(../images/index_45.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    /*float: left;*/
    top: 5px;
    width: 10px;
    margin-top: 5px;
    border-radius: 50%;
    height: 10px;
    background: #B9BBBB;
    text-align: center;
    cursor: pointer;
}

.focusSlideBox .hd ul li.on {
    background: #fff;
    /*background: url(../images/index_act.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index_act.png', sizingMethod='scale');*/
}

.focusSlideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.focusSlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.focusSlideBox .bd img {
    width: 720px;
    height: 320px;
    display: block;
    /*transform: scale(1.2);
    opacity: 0;
    filter: Alpha(opacity=0) ;transition: ease 1s;*/
    transform: translateX(-100%);
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: ease 1s;
}

.focusSlideBox .bd li.show img {

    /*opacity: 1;
     * transform: scale(1);
    filter: Alpha(opacity=100)*/
    transform: translateX(0);
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: ease 1s;
}

.focusImg {
    width: 720px;
    height: 100%;
}

.focusImg img {
    width: 100% !important;
}

.focusText {
    height: 320px;
    width: 495px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: url(../images/imgs20.png);
    background-repeat: no-repeat;
}

.focusText > div > h2 a {
    font-size: 20px;
    color: #000;
    padding-top: 40px;
    color: #fff;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px \0;
    max-height: 60px;
    /*transform: translateX(100%);
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: ease 1s;*/
}

.focusText > div > h2 > a > span {
    font-weight: bold;
    margin-right: 10px;
    background: #fff;
    color: #088A83;
    font-size: 20px;
    width: 65px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}

.focusText > div {
    width: 80%;
    margin: 0 auto;
    height: 100%;
}

.focusText > div > p {
    text-indent: 20px;
    color: #fff;
    margin: 25px 0;
    position: relative;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
    height: 78px \0;
    overflow: hidden;
    /*transform: translateY(100%);
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: ease 1s;*/
}

.more_icon {
    height: 50px;
    line-height: 50px;
    background-color: #057973;
    border: 1px solid #fff;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}

.more_icon:hover {
    color: #fff
}

.more_icon span {
    display: block;
    background: url(../images/icons_r.png) center right;
    background-repeat: no-repeat;
	font-size: 16px;
}

.focusSlideBox .bd li .focusText {
    transform: translateX(100%);
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: ease 1s;
}

.focusSlideBox .bd li.show .focusText {
    transform: translateX(0);
    opacity: 1;
    filter: Alpha(opacity=100)
}

/*.focusSlideBox .bd li.show .focusText p {
	transform: translateY(0);
	opacity: 1;
	filter: Alpha(opacity=100)
}

.focusSlideBox .bd li.show .focusText h2 {
	transform: translateX(0);
	opacity: 1;
	filter: Alpha(opacity=100)
}*/

.home5 {
    width: 1200px;
    margin: 0 auto;
}

.home5 .t_head {
    margin-bottom: 6px;
}

.home5 .list {
    width: 100%; /*height: 400px;*/
    overflow: hidden;
}

.home5 .paging {
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}

.home5 .paging > a {
    display: inline-block;
    padding: 11px 0;
    margin: 0 3px;
}

.home5 .paging > a span {
    display: block;
    width: 25px;
    height: 3px;
    font-size: 0;
    background-color: #dbdbdb;
}

.home5 .paging > a.selected span {
    background-color: #00a0e9;
}

.home5 .carousel {
    overflow: hidden;
}

.home5 .carousel li {
    float: left;
    width: 380px;
}
.home5 .carousel li img{
    width:100%;
    height: 100%;
    transition: transform 0.3s ease-in;
}
.home5 .carousel .bigger-img{
    transform: scale(1.1);
}
.home5 .carousel li + li {
    margin-left: 24px;
}

.home5 .carousel .img {
    margin-bottom: 24px;
    width: 380px;
    height: 220px;
    overflow: hidden;
    transition: translate 1s ease-in;
}

.home5 .carousel .img > img {
    display: block;
    width: 100%;
}

.home5 .carousel .txt-box{
    /* padding: 0 16px; */
}

.home5 .carousel .h4 {
    margin-bottom: 10px;
    line-height: 28px;
}

.home5 .carousel li .h4 a{
    transition: all .5s;
}

.home5 .carousel li:hover .h4 a {
    color: #32B2FF;
}

.home5 .carousel .date {
    font-size: 14px;
    padding-bottom: 14px;
    color: #c2c2c2;
}

.home5 .carousel .h4 a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home5 .carousel .p {
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
    max-height: 65px;
	line-height:20px;
   overflow:hidden;
   color: #999;
   font-size: 14px;
}

.home5 .carousel a:hover {
    color: #59c3e1;
}

.home5 .guideLine1 {
    top: 0;
    height: 190px;
    margin-top: -245px;
}

.home5 .guideLine2 {
    bottom: 0;
    height: 170px;
    margin-bottom: -210px;
}

.icons_two a {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.icons_two a:hover{
    background: #F2F2F2;
    color: #333;
}

.new_more {
    font-size: 14px;
    color: #333333;
    padding: 6px 0;
}

.new_more:hover{
    color: #32B2FF;
}

/*直通赛场*/
.sc_tab {
    width: 100%;
    border: 1px solid #0073AE;
}

.sc_tab .hd {
    height: 55px;
    line-height: 55px;
}

.sc_tab .hd ul {
    border-bottom: 1px solid #0073AE;
    clear: both;
}

.sc_tab .hd ul li {
    float: left;
    width: 50%;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #0073AE;
}

.sc_tab .hd ul li.on {
    height: 100%;
    /*background: #0073AE;*/
    /*color: #fff;*/
    background: #CCE8FF;
    color: #0073AE;
    font-weight: bold;
}

.sc_tab .bd ul {
    padding: 15px;
    zoom: 1;
}

.sc_tab .bd li {
    float: left;
    width: 361px;
    margin: 25px 0 0 22px;
}

.sc_tab .bd li span {
    width: 360px;
    height: 270px;
    display: block;
    overflow: hidden;
}

.sc_tab .bd li img, .ggcy_box li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}

.sc_tab .bd li p {
    font-size: 16px;
    color: #0073AE;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    background: url(../images/icon03.png) 120px center;
    background-repeat: no-repeat;
}

.sc_tab .bd li:hover p {
    background: url(../images/icon02.png) 120px center;
    background-repeat: no-repeat;
}

.sc_tab .bd li:hover img, .ggcy_box li:hover img, .partner li:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.partner_wrap {
    background: url(../images/yj_bg.png);
    background-repeat: no-repeat;
    height: 410px;
}

.sc_tab .bd li:hover p {
    color: #088A83;
}

.sc_tab .bd .sc_list li {
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #CCCCCC;
    margin-top: 0;
    background: url(../images/icon01.png) center right;
    background-repeat: no-repeat;
}

.sc_tab .bd .sc_list li a {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    position: relative;
}

.sc_tab .bd .sc_list li a:after {
    position: absolute;
    left: 0%;
    top: 110%;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: #666;
    content: '';
}

.sc_tab .bd .sc_list li:hover {
    background: url(../images/icon02.png) center right;
    background-repeat: no-repeat;
}

.sc_tab .bd .sc_list li:hover a {
    color: #088A83;
}

.sc_tab .bd .sc_list li:hover a:after {
    background: #088A83;
}

/*公众参与*/
.ggcy_box {
    background: #EDEDEE;
    margin-top: 80px;
    padding-bottom: 50px;
}

.ggcy_box .new_tit {

}

.ggcy_box li {
    float: left;
    height: 400px;
    margin-top: 30px;
    border: 2px solid #EDEDEE;
    -webkit-transition: all .3s linear;
    -mos-transition: all .3s linear;
    -mz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.li01, .li05 {
    background: #fff;
    width: 598px;
}

.li01 span, .li05 span {
    overflow: hidden;
    width: 100%;
    height: 284px;
    display: block;
}

.li02 span, .li03 span, .li04 span, .li06 span {
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: block;
}

.ggcy_box li:hover {
    border: 2px solid #0073AE;
}

.li01 img, .li05 img {
    width: 100%;
    height: 285px;
    display: block;
}

.li01_tit {
    font-size: 24px;
    color: #0A98CC;
    text-indent: 50px;
    margin-top: 10%;
}

.li02, .li03, .li04, .li06 {
    width: 268px;
    background: #fff;
}

.li02, .li03 {
    margin-left: 27px;
}

.li05 {
    margin: 0 27px;
}

.li02 img, .li03 img, .li04 img, .li06 img {
    width: 100%;
    height: 260px;
    display: block;
}

.li02 p, .li03 p, .li04 p, .li06 p {
    width: 80%;
    margin: 30px auto;
    text-indent: 30px;
    color: #333;
    font-weight: bold;
    line-height: 25px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 109px \0;
    max-height: 110px;
    overflow: hidden;
}

.li05 .li05_tit {
    margin: 20px auto;
    font-size: 18px;
    background: #088A83;
    color: #fff;
    width: 80%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-indent: 30px;
}

.li05 h4 {

}

.li05 p {
    width: 80%;
    margin: 0 auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 109px \0;
    max-height: 110px;
    text-indent: 30px;
    overflow: hidden;
}

.ggcy_box li.li04, .ggcy_box li.li05, .ggcy_box li.li06 {
    height: 455px;
}

.li04 p, .li06 p {
    margin: 60px auto;
}

/*大运百科*/
.dybk_con {
    background: #F9F9F9;
}

.bk_l {
    width: 635px;
    background: url(../images/imgs18.png);
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}

.dybk_con li a, .foot_ul02 li a {
    -webkit-transition: all .3s linear;
    -mos-transition: all .3s linear;
    -mz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.bk_r_img {
    margin: 60px;
}

.bk_r {
    position: relative;
    width: 565px;
}

.bk_r > div {
    position: absolute;
    right: 15%;
    top: 30%;
}

.bk_l > div {
    position: absolute;
    right: 15%;
    top: 30%;
}

.dybk_con h2 {
    font-size: 40px;
}

.dybk_con a {
    width: 135px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-top: 40px;
    float: right;
}

.bk_l_more {
    background: #fff;
    color: #587B8A;
}

.bk_r_more {
    background: #587B8A;
    color: #fff;
}

.bk_l_tit {
    color: #fff;
}

.bk_r_tit {
    color: #587B8A;
}

.bk_l_more:hover {
    background: #088A83;
    color: #fff;
}

.bk_r_more:hover {
    background: #0073AE;
    color: #fff;
}

/*go成都*/
.go_box {
    margin: 155px 0 80px 0;
    height: 425px;
}

.go_box > div {
    height: 100%;
    position: relative;
}

.go_l { /*width:1060px;*/
    width: 55%;
    background: url(../images/img20.png);
    background-repeat: no-repeat;
    height: 100%;
}

.go_r {
    background: #088A83; /*width: 860px;*/
    width: 45%;
}

.go_tit {
}

.go_l img {
    cursor: pointer;
    width: 66px;
    height: 66ox;
    position: absolute;
    right: 300px;
    top: 50%;
    /*margin-left: -50px;*/
    margin-top: -33px;
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}

.go_l:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.go_tit a {
    border-bottom: 1px solid #fff;
    font-size: 32px;
    color: #fff;
}

.go_r > div {
    width: 60%;
    color: #fff;
    padding: 40px 60px;
}

.go_r p, .go_r a, .go_r h2, .go_r span {
    color: #fff;
}

.go_four {
    padding: 10px 0;
}

.go_four a, .go_four span {
    font-size: 18px;
}

.go_r h2 {
    font-size: 22px;
    padding: 10px 0;
}

.go_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    /*-webkit-line-clamp: 4;*/
    /*line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    */
}

.go_more {
    padding-top: 38px;
    display: block;
}

/*合作伙伴*/

.partner li {
    width: 16.1%;
    float: left;
    border: 1px solid #C6CDCD;
    margin-top: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;

}

.partner li img {
    margin-top: 15px;
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}

/*项目介绍样式*/
.proj-intro {
    height: 400px;
    margin: 50px;
}

.proj-intro .content .bh .title p {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.proj-intro .content .bh .title-index {
    position: absolute;
    left: -1px;
    bottom: -2px;
    width: 134px;
    height: 10px;
    display: block;

}

.mr35 {
    margin-right: 35px;
}

.proj-intro .content .bd {
    margin-top: 30px;
}

.proj-intro .content .bd .section {
    float: left;
    height: 400px;
    width: 199px !important;
}

.proj-intro .content .bd .section_2 {
    width: 298px !important;;
}

.proj-intro .content .bd .section ul {
    margin-left: -1px;
    margin-top: -1px;
    width: 200px !important;;
}

.proj-intro .content .bd .section.section_2 ul {
    margin-left: -1px;
    margin-top: -1px;
    width: 300px !important;;
}

.proj-intro .content .bd .section_4 {
    width: 400px !important;
}

.proj-intro .content .bd .section_4 ul {
    width: 400 !important;;
}

.proj-intro .content .bd .section ul li {
    height: 98px;
    width: 98px;
    float: left;
    margin: 1px 1px 1px 1px;
    position: relative;
    cursor: pointer;
}

.proj-intro .content .bd .section ul li .sponsorFlip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f89de;
}

.proj-intro .content .bd .section ul li .sponsorFlip img {
    background: #0f89de !important;
}

.proj-intro .content .bd .section ul li .sponsorFlip .sponsorDescription {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 98px;
    font-size:24px;
    
}

.img_box {
    overflow: hidden;
}

.proj-intro .content .bd .section ul li .a1,
.proj-intro .content .bd .section ul li .a2 {
    position: absolute;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 1s;
}

.proj-intro .content .bd .section ul li .a1 {

    transform: rotateY(0);
}

.proj-intro .content .bd .section ul li .a2 {

    transform: rotateY(-180deg);
}

.proj-intro .content .bd .section ul li:hover .a1 {
    transform: rotateY(-180deg);
}

.proj-intro .content .bd .section ul li:hover .a2 {
    transform: rotateY(0);
}

.proj-intro .content .bd .section ul li .sponsorData {
    display: none;
}

.proj-intro .content .bd .section ul li.none {
    background: none;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE8 and lower */

    zoom: 1;
    /* Triggers "hasLayout" in IE 7 and lower */
}

.green {
    background: #088A83 !important;
}

.blue {
    background: #0073AE;
}

.fixed-video .play-btn{display:block;width:52px;height:52px;position:absolute;left:50%;top:50%;margin-top:-26px;margin-left:-26px;opacity: 0.8;z-index: 5}
.fixed-video:hover::before{box-shadow: inset 0 0 120px rgba(0,0,0,0.3);transition:all 0.35s linear;}
.fixed-video:hover .play-btn{opacity:1;transition:all 0.35s linear;}
.fixed-video img{display:block;width:100%;}
.video-win{position: fixed;background:rgba(0,0,0,0.6);width:100%;height:100%;left:0;top:0;z-index: 99999;display:none;}
.jp-video{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:800px;max-width:800px;border-top-right-radius: 8px;border-top-left-radius:8px;}
.noscroll{overflow:hidden;}
.delete-but{width:28px;height:28px;position: absolute;right:0;top:-40px;}
.delete-but:hover .iconfont{opacity: 1;transition: all .3s ease-in-out}
.delete-but .iconfont{font-size:26px;color:#fff;opacity: 0.6;}
.del-fixed{width:24px;height:24px;position:absolute;right:10px;top:10px;display:none;z-index: 5}
