body {
    background-color: #fff;
}

.panel-body {
    padding: 0 15px;
    margin-bottom: 90px;
}

#mydate {
    width: 160px;
}

.banner-pic img {
    width: 100%;
}

.page-header {
    margin-top: 6px;
    padding: 0 10px;
}

.page-header h3 {
    color: #444;
}

.page-header p {
    font-size: 0.9rem;
    text-align: justify;
    color: #666;
    font-family: '微软雅黑';
    margin: 10px auto;
    margin-bottom: 20px;
}

.footer {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.layui-input,
.layui-select,
.layui-textarea {
    line-height: normal !important;
    height: 30px !important;
}

.layui-btn-normal {
    background-color: #cc3333;
    color: #ffffff;
}

.swiper-container {
    /* background: url(https://video.ctdsb.net/kl2021/klbg.jpg); */
    background-size: 100% 100%;
}

.tipbtnn{
    position: absolute;
    z-index: 999;
    right: 50%;
    margin-right: -15px;
    text-align: center;
    bottom: 10px;
    width: 120px;
    margin-right: -60px;
}

.array {
    -webkit-animation: tipmove 2s infinite ease-in-out;
    width:20%;
    display: inline-block;
}
.arrfontt{
    width:100%;
    display: inline-block;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes tipmove {
    0% {
        bottom: 10px;
        opacity: 0
    }

    50% {
        bottom: 15px;
        opacity: 1
    }

    100% {
        bottom: 20px;
        opacity: 0
    }
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-fslexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    overflow: hidden;
}

.v-container .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    /* line-height: 0px; */
}

#audioPlay {
    width: 38px;
    height: 38px;
    background-image: url("https://ctdsb.clouddiffuse.xyz/static_res/img/play.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    right: 5%;
    z-index: 9999999;
}

.nav_btn{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999999; 
    background-color: #d9d9d9;
    font-size: 20px;
    width: 40px;
    padding: 0;
    font-weight: bolder;
    height:34px;
    line-height: 32px;
}

.section_title {
    color: #cc3333;
    text-align: center;
    margin-bottom: 8px;
    height: 24px;
}

.section_title h2 {
    font-size: 1.2em;
}

/* 关于我们 */
.about_content {
    /* font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
    text-indent: 32px;
    line-height: 32px; */
    font-size: 1rem;
    color: #666666;
    /* letter-spacing: 2px; */
    text-indent: 2rem;
    line-height: 1.4rem;
}

.about_content p {
    margin-bottom: 6px;
}

/* 屏幕头部 */
.screen_header {
    background-color: #E62129;
    width: 100%;
    height: 54px;
    line-height: 52px;
}

.screen_header span {
    display: inline-block;
}

.screen_header span:nth-child(1) {
    margin-left: 60px;;
}

.screen_header span:nth-child(2) {
    margin-left: 10px;
}

.screen_header span:nth-child(3) {
    margin-left: 10px;
}

/* 图文排版 */
.screen_content {
    padding: 8px 16px 8px 16px;
    background-color: #ededed;
    min-height: calc(100vh - 54px);
}

.screen_content img{
    cursor: pointer;
}

.style_long_01,.style_long_02,.style_long_03,.style_long_04,.style_long_05,.style_short_01 {
    width: 100%;
    display: flex;
    margin-bottom: 12px;
}

.style_long_01 .c_left {
    width: 80%;
}

.style_long_01 .c_left img {
    width: 100%;
}

.style_long_01 .c_top {
    width: 100%;
}

.style_long_01 .c_top img {
    width: 100%;
}


.style_long_01 .c_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.style_long_01 .c_title {
    /* font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; */
    color: #cc3333;
}

.style_long_01 .c_description {
    /* color: #565656;
    font-size: 16px; */
}

/* 网站建设 */
.style_long_02 {
    flex-direction: column
}

.style_long_02 .c_top {
    width: 100%;
}

.style_long_02 .c_top img {
    width: 100%;
}

.style_long_02 .c_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.style_long_02 .c_title {
    /* font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; */
}

.style_long_02 .c_description {
    color: #565656;
    /* font-size: 16px; */
}

.section_video{
    height: calc(100vh - 64px);
    display: flex;
    flex-direction: column; 
}

.section_website {
    height: calc(100vh - 94px);
    display: flex;
    flex-direction: column;
}

.section_b {
    flex: auto;
}

.section_b .c_left {
    width: 60%
}

/* 案例介绍 */
.style_long_03 {
    height: 50%;
    overflow: hidden;
}

.style_long_03 .c_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 10px; */
}

.style_long_03 .c_right {
    width: 50%;
    padding-left: 10px;
}

.style_long_03 img {
    width: 100%;
}

.style_long_03 .c_header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.style_long_03 .c_title{
    color: #cc3333;
    font-size: 14px;
    margin-bottom: 2px;
}

.c_text .c_description{
    font-size: 12px;
}

.style_long_03 .c_description{
  color:#565656;
  font-size: 12px;
  margin-bottom: 4px;
}

.section_demo02 .style_long_03 img{
    /* height: 100%; */
}

/* 左右排版样式 */
.style_long_04 .c_left{
    width: 50%; 
}

.style_long_04 .c_right{
    width: 50%;
    margin-left: 10px;
}

.style_long_04 .c_pic,.style_long_04 .c_video{
    height: 42vh;
    overflow: hidden;
}

.style_long_04 video{
    object-fit: fill;
    height:100%
}

.style_long_04 img {
    width: 100%;
    /* height: 100%; */
    height:auto;
}
.style_long_04 .c_title{
    color: #cc3333;
}

.style_long_04_auto .c_pic{
    height: auto;
}

.style_short_01 .c_pic{
    height: auto;
}

.style_short_01 img {
    width: 100%;
    height:auto;
}

.style_short_01 .c_title{
    color: #cc3333;
}

.style_long_05 .c_pic{
    width: 100%;
}

.style_long_05 img {
    width: 100%;
}

.style_long_05 .c_title{
    color: #cc3333;
}

/* 微博微信广告位 */
.s_orange{
    background-color:#F08519 
}

#demol2_container .c_pic{
    height:auto;
}

.s_orange .section_title{
    color:#fff;
}

.s_orange .c_title{
    color:#efff00
}

.s_orange .c_description{
    color:#fff
}

.s_pink {
    background-color:#ffc2c3
}

.s_pink .c_title{
    color:#000
}

.layui-table td, .layui-table th{
    font-size: 12px;
    padding: 4px 6px;
}

/* 全局图片 */
/* .layui-layer-photos{
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
} */

.layui-layer-photos .layui-layer-content{
    overflow-y: auto !important;
}

.layui-layer-setwin .layui-layer-close2{
    right: 0 !important;
    top:0 !important
}

.c_title{
    margin-top: 4px;
    margin-bottom: 2px;
}

.table-custom{
    /* display: none; */
}

/* .product_video .c_title{
    color: #cc3333;
} */