* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .logoText {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    .headLeft {
        display: flex;
        align-items: center;
    }
    .m11_head .menu>ul>li>a {
        color: #fff;
    }
    .colorChange .logoText {
        color: #303133 !important;
    }
    .colorChange .m11_head .menu>ul>li>a {
        color: #303133 !important;
    }
    .colorChange.m11_headbg {
        background-color: #fff !important;
    }
    .m11_headbg {
        transition: all ease .4s;
    }
    .videoBanner {
        height: 100vh;
        position: relative;
    }
    .v_bcover {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .4);
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .videoBanner video {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    .videoBanner h1 {
        font-size: 26px;
        color: #fff;
        margin: 20px 0;
    }
    .c_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid rgba(0, 0, 0, .5);
        margin: 0 auto;
        transition: all .5s;
    }
    .c_img img {
        width: 100%;
        cursor: pointer;
        height: 100%;
        transition: all ease .4s;
    }
    .text_ {
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, .5);
        padding: 8px 20px;
        border-radius: 40px;
        border-radius: 6px;
        opacity: .8;
    }
    .text_ span {
        font-size: 16px;
    }
    .text_ .cursor {
        display: inline-block;
        font-weight: bold;
        color: #fff;
        background: transparent;
        padding: 0;
        border-radius: 0;
        opacity: 1;
    }
    .text_ .cursor.hidden {
        visibility: hidden;
    }
    .c_img img:hover {
        transform: rotate(360deg);
    }
    .main_box {
        max-width: 1040px;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main_left {
        width: 240px;
    }
    .main_right {
        width: calc(100% - 240px);
        padding-left: 25px;
    }
    .main_top {
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        position: relative;
        margin-bottom: 25px;
    }
    .sidebar-banner {
        background-image: url(../images/card_bg.jpg);
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 120px;
        position: relative;
    }
    .sidebar-banner::after {
        content: "";
        width: 100%;
        height: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, #fff, transparent);
    }
    .sidebar-avatar {
        border: rgba(255, 255, 255, .4) 4px solid;
        width: 68px;
        display: block;
        margin: 0 auto;
        height: 68px;
        border-radius: 50%;
    }
    .side_info h1 {
        text-align: center;
        color: #303133;
        font-size: 24px;
        margin: 15px 0;
    }
    .side_info h2 {
        color: #303133;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
    }
    .link_info {
        border-top: 1px solid #dee2e6;
        padding: 7px;
    }
    .link_info ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .link_info ul li {
        cursor: pointer;
        margin: 0 20px;
        position: relative;
    }
    .link_info ul li i {
        color: #212529;
    }
    .li_pos {
        position: absolute;
        border: 1px solid #ccc;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 2px 2px 6px #aaaaaa;
        z-index: 999;
        top: 25px;
        display: none;
    }
    .li_pos img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    .li_code {
        left: -40px;
        width: 70px;
        height: 70px;
    }
    .f_nav {
        display: none !important;
    }
    .li_pos span {
        color: #303133;
        font-weight: bold;
        font-size: 16px;
    }
    .li_mail {
        left: -90px;
    }
    .li_qq {
        left: -50px;
    }
    .contact-item.li_active .li_pos {
        display: block;
    }
    .side_info {
        margin-top: -38px;
        position: relative;
    }
    .countDown {
        padding: 8px 24px;
        display: flex;
        color: #303133;
        font-size: 16px;
        font-weight: bold;
        align-items: center;
        border-bottom: 1px solid #dee2e6;
    }
    .countDown img {
        margin-right: 10px;
    }
    /* 进度条样式 */
    .px-3.pb-3 {
        padding: 12px 16px 16px;
    }
    .px-3.pb-3 .item {
        margin-bottom: 14px;
    }
    .px-3.pb-3 .item:last-child {
        margin-bottom: 0;
    }
    .px-3.pb-3 .title {
        font-size: 16px;
        color: #303133;
        margin-bottom: 6px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .px-3.pb-3 .title span {
        font-weight: bold;
    }
    .px-3.pb-3 .progress {
        display: flex;
        align-items: center;
        position: relative;
    }
    .px-3.pb-3 .progress-bar {
        flex: 1;
        height: 16px;
        background: #e9ecef;
        border-radius: 8px;
        overflow: hidden;
    }
    .px-3.pb-3 .progress-inner {
        height: 100%;
        border-radius: 8px;
        background-size: 30px 30px;
        animation: progress 750ms linear infinite;
    }
    .progress-inner-1 {
        background: #bde6ff;
        background-image: linear-gradient(135deg, #50bfff 25%, transparent 25%, transparent 50%, #50bfff 50%, #50bfff 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    .progress-inner-2 {
        background: #ffd980;
        background-image: linear-gradient(135deg, #f7ba2a 25%, transparent 25%, transparent 50%, #f7ba2a 50%, #f7ba2a 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    .progress-inner-3 {
        background: #ffa9a9;
        background-image: linear-gradient(135deg, #ff4949 25%, transparent 25%, transparent 50%, #ff4949 50%, #ff4949 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    .progress-inner-4 {
        background: #67c23a;
        background-image: linear-gradient(135deg, #4f9e28 25%, transparent 25%, transparent 50%, #4f9e28 50%, #4f9e28 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    @keyframes progress {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 30px 0;
        }
    }
    .px-3.pb-3 .progress-percentage {
        font-size: 12px;
        color: #999;
        position: absolute;
        right: 8px;
    }
    .blog_list li {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 8px;
        margin-bottom: 35px;
    }
    .blur-img {
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .blur-img img {
        filter: blur(1.875rem) brightness(.75);
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 14.5rem;
        transform: scale(1.55);
    }
    .li_left {
        width: 250px;
    }
    .li_left a {
        display: block;
        overflow: hidden;
    }
    .li_left a img {
        width: 250px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        filter: blur(0);
        transition: all ease .3s
    }
    .blog_list li:hover .li_left img {
        transform: scale(1.05) rotate(1deg);
    }
    .li_right {
        width: calc(100% - 250px);
        padding: 48px 32px;
        position: relative;
    }
	.li_right img{ height:16px; margin-right:4px;}
    .lrt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .lrtleft {
        display: flex;
        align-items: center;
    }
    .lrtleft span {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .lrtright {
        display: flex;
        align-items: center;
    }
    .lrtright span {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .lrc a {
        margin: 25px 0;
        display: block;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .lrb span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .more {
        display: block;
        width: 200px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        background-color: #0d6efd;
        font-size: 16px;
        margin: 50px auto;
    }
    .more:hover {
        color: #fff;
    }
    .footer {
        padding: 20px 0;
        border-top: 1px solid #e7e7e9;
        text-align: center;
        font-size: 12px;
    }
    .sep {
        height: 80px;
    }
    .inner_flex {
        max-width: 1040px;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .if_left {
        width: 240px;
    }
    .if_right {
        width: calc(100% - 240px);
        padding-left: 25px;
    }
    .post-photo {
        background: #fff;
        position: relative;
        border-bottom: 1px solid transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 8px rgba(0, 0, 0, .06);
        border-radius: 4px;
        margin: 0;
        transition: .4s;
    }
    .post-photo.album::before {
        content: "";
        background: #fff;
        border-bottom: 1px solid transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 8px rgba(0, 0, 0, .06);
        border-radius: 4px;
        display: block;
        position: absolute;
        top: 7px;
        left: 4px;
        height: 100%;
        width: calc(100% - 8px);
        z-index: -1;
        transition: .4s;
    }
    .post-photo .img {
        padding: 7px;
    }
    .post-photo .img div {
        background-size: cover;
        background-position: center center;
    }
    .post-photo .title {
        margin: 8px 0 12px;
        font-size: 14px;
        font-weight: normal;
        padding-left: 12px;
        line-height: 24px;
        border-left: 3px solid currentColor;
        color: #50585f;
        transition: .4s;
    }
    .post-photo.album:after {
        content: "";
        background: #fff;
        border-bottom: 1px solid transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 8px rgba(0, 0, 0, .06);
        border-radius: 4px;
        display: block;
        position: absolute;
        top: 4px;
        left: 2px;
        height: 100%;
        width: calc(100% - 4px);
        z-index: -1;
        transition: .4s;
    }
    .post-photo.album:hover::before {
        transform: rotate(3deg) translateX(14px);
        transition: .25s;
    }
    .post-photo.album:hover::after {
        transform: rotate(1.5deg) translateX(7px);
        transition: .25s;
    }
    .al_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .al_item {
        width: 49%;
    }
    .post-photo:hover .title {
        color: #20a0ff;
        transition: .25s;
    }
    .mySwiper {
        margin-top: 10px !important;
    }
    .mySwiper .swiper-wrapper {
        justify-content: center !important;
    }
    .mySwiper2 img {
        height: 420px !important;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
    .mySwiper2 .swiper-slide {
        background-color: #000;
    }
    .mySwiper .swiper-slide {
        border: 2px solid transparent;
    }
    .mySwiper .swiper-slide-thumb-active {
        border: 2px solid #1995ff !important;
    }
    .mySwiper img {
        height: 105px !important;
        display: block;
        cursor: pointer;
        margin: 0 auto;
        object-fit: contain;
    }
}

@media only screen and (max-width: 996px) {
    .mySwiper {
        margin-top: 10px !important;
    }
    .mySwiper .swiper-wrapper {
        justify-content: center !important;
    }
    .mySwiper2 img {
        height: 420px !important;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
    .mySwiper2 .swiper-slide {
        background-color: #000;
    }
    .mySwiper .swiper-slide {
        border: 2px solid transparent;
    }
    .mySwiper .swiper-slide-thumb-active {
        border: 2px solid #1995ff !important;
    }
    .mySwiper img {
        height: 105px !important;
        display: block;
        cursor: pointer;
        margin: 0 auto;
        object-fit: contain;
    }
    .post-photo {
        background: #fff;
        position: relative;
        border-bottom: 1px solid transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 8px rgba(0, 0, 0, .06);
        border-radius: 4px;
        margin: 0;
        transition: .4s;
    }
    .post-photo.album::before {
        content: "";
        background: #fff;
        border-bottom: 1px solid transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 8px rgba(0, 0, 0, .06);
        border-radius: 4px;
        display: block;
        position: absolute;
        top: 7px;
        left: 4px;
        height: 100%;
        width: calc(100% - 8px);
        z-index: -1;
        transition: .4s;
    }
    .post-photo .img {
        padding: 7px;
    }
    .post-photo .img div {
        background-size: cover;
        background-position: center center;
    }
    .post-photo .title {
        margin: 8px 0 12px;
        font-size: 14px;
        font-weight: normal;
        padding-left: 12px;
        line-height: 24px;
        border-left: 3px solid currentColor;
        color: #50585f;
        transition: .4s;
    }
    .post-photo.album:after {
        content: "";
        background: #fff;
        border-bottom: 1px solid transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 8px rgba(0, 0, 0, .06);
        border-radius: 4px;
        display: block;
        position: absolute;
        top: 4px;
        left: 2px;
        height: 100%;
        width: calc(100% - 4px);
        z-index: -1;
        transition: .4s;
    }
    .post-photo.album:hover::before {
        transform: rotate(3deg) translateX(14px);
        transition: .25s;
    }
    .post-photo.album:hover::after {
        transform: rotate(1.5deg) translateX(7px);
        transition: .25s;
    }
    .al_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .al_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .post-photo:hover .title {
        color: #20a0ff;
        transition: .25s;
    }
    .sep {
        height: 80px;
    }
    .inner_flex {
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        padding: 30px 15px;
        justify-content: space-between;
    }
    .if_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .if_right {
        width: 100%;
    }
    .footer {
        padding: 20px 15px;
        border-top: 1px solid #e7e7e9;
        text-align: center;
        font-size: 12px;
    }
    .more {
        display: block;
        width: 200px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        background-color: #0d6efd;
        font-size: 16px;
        margin: 50px auto;
    }
    .more:hover {
        color: #fff;
    }
    .blog_list li {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 8px;
        margin-bottom: 35px;
    }
    .blur-img {
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .blur-img img {
        filter: blur(1.875rem) brightness(.75);
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 14.5rem;
        height: 100%;
        transform: scale(1.55);
    }
    .li_left {
        width: 100%;
    }
    .li_left a {
        display: block;
        overflow: hidden;
    }
    .li_left a img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        filter: blur(0);
        transition: all ease .3s
    }
    .blog_list li:hover .li_left img {
        transform: scale(1.05) rotate(1deg);
    }
    .li_right {
        width: 100%;;
        padding: 20px 15px;
        position: relative;
    }
	.li_right img{ height:16px; margin-right:4px;}
    .lrt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .lrtleft {
        display: flex;
        align-items: center;
    }
    .lrtleft span {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .lrtright {
        display: flex;
        align-items: center;
    }
    .lrtright span {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .lrc a {
        margin: 25px 0;
        display: block;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .lrb span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .3);
    }
    .main_box {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main_left {
        width: 100%;
    }
    .main_right {
        width: 100%;
        margin-top: 25px;
    }
    .main_top {
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        position: relative;
        margin-bottom: 25px;
    }
    .sidebar-banner {
        background-image: url(../images/card_bg.jpg);
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 120px;
        position: relative;
    }
    .sidebar-banner::after {
        content: "";
        width: 100%;
        height: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, #fff, transparent);
    }
    .sidebar-avatar {
        border: rgba(255, 255, 255, .4) 4px solid;
        width: 68px;
        display: block;
        margin: 0 auto;
        height: 68px;
        border-radius: 50%;
    }
    .side_info h1 {
        text-align: center;
        color: #303133;
        font-size: 18px;
        margin: 10px 0;
    }
    .side_info h2 {
        color: #303133;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
    }
    .link_info {
        border-top: 1px solid #dee2e6;
        padding: 7px;
    }
    .link_info ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .link_info ul li {
        cursor: pointer;
        margin: 0 20px;
        position: relative;
    }
    .link_info ul li i {
        color: #212529;
    }
    .li_pos {
        position: absolute;
        border: 1px solid #ccc;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 2px 2px 6px #aaaaaa;
        z-index: 999;
        top: 25px;
        display: none;
    }
    .li_pos img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    .li_code {
        left: -40px;
        width: 70px;
        height: 70px;
    }
    .f_nav {
        display: none !important;
    }
    .li_pos span {
        color: #303133;
        font-weight: bold;
        font-size: 16px;
    }
    .li_mail {
        left: -90px;
    }
    .li_qq {
        left: -50px;
    }
    .contact-item.li_active .li_pos {
        display: block;
    }
    .side_info {
        margin-top: -38px;
        position: relative;
    }
    .countDown {
        padding: 8px 24px;
        display: flex;
        color: #303133;
        font-size: 16px;
        font-weight: bold;
        align-items: center;
        border-bottom: 1px solid #dee2e6;
    }
    .countDown img {
        margin-right: 10px;
    }
    /* 进度条样式 */
    .px-3.pb-3 {
        padding: 12px 16px 16px;
    }
    .px-3.pb-3 .item {
        margin-bottom: 14px;
    }
    .px-3.pb-3 .item:last-child {
        margin-bottom: 0;
    }
    .px-3.pb-3 .title {
        font-size: 16px;
        color: #303133;
        margin-bottom: 6px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .px-3.pb-3 .title span {
        font-weight: bold;
    }
    .px-3.pb-3 .progress {
        display: flex;
        align-items: center;
        position: relative;
    }
    .px-3.pb-3 .progress-bar {
        flex: 1;
        height: 16px;
        background: #e9ecef;
        border-radius: 8px;
        overflow: hidden;
    }
    .px-3.pb-3 .progress-inner {
        height: 100%;
        border-radius: 8px;
        background-size: 30px 30px;
        animation: progress 750ms linear infinite;
    }
    .progress-inner-1 {
        background: #bde6ff;
        background-image: linear-gradient(135deg, #50bfff 25%, transparent 25%, transparent 50%, #50bfff 50%, #50bfff 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    .progress-inner-2 {
        background: #ffd980;
        background-image: linear-gradient(135deg, #f7ba2a 25%, transparent 25%, transparent 50%, #f7ba2a 50%, #f7ba2a 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    .progress-inner-3 {
        background: #ffa9a9;
        background-image: linear-gradient(135deg, #ff4949 25%, transparent 25%, transparent 50%, #ff4949 50%, #ff4949 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    .progress-inner-4 {
        background: #67c23a;
        background-image: linear-gradient(135deg, #4f9e28 25%, transparent 25%, transparent 50%, #4f9e28 50%, #4f9e28 75%, transparent 75%, transparent 100%);
        background-size: 30px 30px;
    }
    @keyframes progress {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 30px 0;
        }
    }
    .px-3.pb-3 .progress-percentage {
        font-size: 12px;
        color: #999;
        position: absolute;
        right: 8px;
    }
    .videoBanner {
        height: 100vh;
        position: relative;
    }
    .v_bcover {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .4);
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .videoBanner video {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    .videoBanner h1 {
        font-size: 26px;
        color: #fff;
        margin: 20px 0;
    }
    .c_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid rgba(0, 0, 0, .5);
        margin: 0 auto;
        transition: all .5s;
    }
    .c_img img {
        width: 100%;
        cursor: pointer;
        height: 100%;
        transition: all ease .4s;
    }
    .text_ {
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, .5);
        padding: 8px 20px;
        border-radius: 40px;
        border-radius: 6px;
        opacity: .8;
    }
    .text_ span {
        font-size: 16px;
    }
    .text_ .cursor {
        display: inline-block;
        font-weight: bold;
        color: #fff;
        background: transparent;
        padding: 0;
        border-radius: 0;
        opacity: 1;
    }
    .text_ .cursor.hidden {
        visibility: hidden;
    }
    .c_img img:hover {
        transform: rotate(360deg);
    }
    .m11_headbg {
        background-color: #fff;
    }
}