/*网站公共样式*/
*{margin:0;padding:0;box-sizing:border-box;list-style:none}
body{min-width:1000px;color: #666;font-family: "Arial Black ", arial-black;font-size: 14px; }
html, body {
    height: 100%;
}
input {
    border: none;        /* 去掉边框 */
    outline: none;       /* 去掉聚焦时的边框 */
}
input:focus {
    outline: none;  /* 去掉点击后显示的黑色聚焦边框 */
}
#sessionName {
    margin-left: -10px;
    position: relative;
    display: inline;
}

#sessionName img {
    width: 24px;
    margin-right: 10px;
}

#sessionName span {
    position: absolute;
    right: 4px;
    top: -6px;
    display: none;
    width: 18px;
    height: 18px;
    background: #f56c6c;
    line-height: 16px;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
}
/* Wrapper styles */
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure it spans the full viewport height */
}
/* Content takes remaining space */
.contentH {
    flex: 1; /* Fills the available space */
}

.content {
    background-color: #f4f4f4;
    padding: 2rem;
}

/*strong{font-weight:400}*/
/*.strong{font-weight:700}*/
::selection{background:#1eacdf;color:#fff}
img{border:0}::-moz-selection{background:#1eacdf;color:#fff}::-webkit-selection{background:#1eacdf;color:#fff}

.autoWidth{margin:0 auto;min-width:1000px;max-width:1200px}
#wx-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:12px;right:-20px;z-index:10}
#wb-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:58px;right:-20px;z-index:10}.five-superiority{width:100%;border-bottom:1px solid #27aede;padding:10px 0 20px}.five-superiority-list li{float:left;width:20%;height:36px;text-align:center;border-left:1px solid #27aede}.five-superiority-list li:first-child{border-left:none}.five-superiority-list li a{display:inline-block;position:relative;width:100%;height:36px;line-height:36px;background:no-repeat 2% center;text-indent:2em;color:#fff;font-size:16px}.five-superiority-list li a:hover{color:#bfe7f5}.five-superiority-list li a.superiority-text{text-indent:4em}.superiority-icon{position:absolute;width:40px;height:40px;left:10%;background-repeat:no-repeat;background-image:url(../images/footer_youshi.png)}.compensate_ico .superiority-icon{background-position:0 0}.compensate_ico:hover .superiority-icon{background-position:0 -50px}.retreat_ico .superiority-icon{background-position:0 -100px}.retreat_ico:hover .superiority-icon{background-position:0 -150px}.technology_ico .superiority-icon{background-position:0 -200px}.technology_ico:hover .superiority-icon{background-position:0 -250px}.prepare_ico .superiority-icon{background-position:0 -300px}.prepare_ico:hover .superiority-icon{background-position:0 -350px}.service_ico .superiority-icon{background-position:0 -400px}.service_ico:hover .superiority-icon{background-position:0 -450px}.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}.marquee{width:8000%;height:60px}.wave-list-box{float:left}.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px;background:#fff}
.clearfix:after {
    content:"";
    display: block;
    clear:both;
}
/*header*/
#header{height: 70px; line-height: 70px;color: #666666;width: 1300px;margin: 0 auto;overflow: hidden}
.index_ul{}
.id_logo{
    float: left;
    text-align: center;}
.index_ul{float: right;}
.index_ul li{float: left;text-align: center;margin: auto 20px;  font-weight: 500;}
.index_ul li h2{font-size: 16px;font-weight: normal}
.index_ul li a{color: #414040;letter-spacing:2px;text-indent: 2px;font-size: 16px}
.index_ul li a.active{    color: #1088f2;
    display: block;
    border-bottom: 2px solid;
    height: 52px;
  }
/*header*/
.layui-upload-img {
    width: 97px;
    height: 100px;
}
.uploadImgVideo{width: 90%;margin: 0 auto;margin-left: 110px}

.footer-floor2{
    border-top:1px solid #6c6f71;background: #6c6f71;
}
.footer-floor2-item{text-align:center;margin: 0 auto;height: 40px;line-height: 40px;font-size: 14px;
    color: #d8d8d8;font-family: PingFang-SC-Regular}
.footer-floor2-item a{color: #d8d8d8;}

.ts_span{display: flex; align-items: center;}

/*background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/

/*.step {*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    height: 60px;*/
/*}*/
/*.step li {*/
/*    position: relative;*/
/*    text-align: center;*/
/*    width: 33%;*/
/*    float: left;*/
/*}*/
/*.step .num {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background: #fff;*/
/*    width: 54px;*/
/*    height: 30px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*}*/
/*.step .line_bg {*/
/*    height: 3px;*/
/*    background: #d9eaf3;*/
/*    display: inline-block;*/
/*    width: 50%;*/
/*    top: 13px;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*}*/
/*.step .lbg-r {*/
/*    right: 0;*/
/*}*/
/*.step .lbg-txt {*/
/*    position: relative;*/
/*    color: #b6c6ce;*/
/*    font-size: 13px;*/
/*}*/
/*.step .on .lbg-txt {*/
/*    color: #1a97d7;*/
/*}*/
/*.step .on .line_bg, .step .on .num em {*/
/*    background: #1a97d7;*/
/*}*/
/*.step .num i {*/
/*    z-index: 3;*/
/*    color: #fff;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    top: 4px;*/
/*}*/
/*.step .num em, .num i {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    display: inline-block;*/
/*    left: 15px;*/
/*    top: 2px;*/
/*    position: absolute;*/
/*}*/
/*.step .lbg-l {*/
/*    left: 0;*/
/*}*/
/*.step .num em {*/
/*    background: #d9eaf3;*/
/*    transform: rotate(45deg);*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -ms-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    z-index: 2;*/
/*}*/

/*.file-iteme{*/
/*    margin: 12px 0 0 15px;*/
/*    float: left;*/
/*    position: relative;*/
/*    border: 1px solid #dfdfdf;*/
/*    width: 100px;*/
/*    height: 100px;}*/
/*.file-iteme .handle{*/
/*    position: absolute;*/
/*    height: 20px;*/
/*    width: 100%;*/
/*    background: #000;*/
/*    opacity: 0.5;*/
/*    cursor: pointer;*/
/*}*/
/*.file-iteme .handle span{*/
/*    text-align: right;*/
/*    float: right;*/
/*    color: #fff*/
/*}*/


/*.tableComplain{font-size: 20px;color: #1f1f21;padding: 20px 0;}*/
/*.tableComplain .title{float: left}*/
/*.tableComplain .changeTagText{float: right;font-size: 14px;margin-left: 10px;cursor: pointer}*/
/*.tableComplain .changeTag{float: right;cursor: pointer}*/


