@charset "UTF-8";
table{border-collapse:collapse;border-spacing:0}
caption,th,td{text-align:left;font-weight:400;vertical-align:middle}
a img{border:0}
html{font-family:"Microsoft Yahei","微软雅黑",STXihei,"华文细黑"}
.floatL{float:left}
.floatR{float:right}
.hide{display:none!important}
.btn{background:0 0;border:0;outline:0;cursor:pointer}
p{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
*{
    margin:0;
    padding:0;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout:none;
    /*-webkit-user-select:none;*/
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
a{
    text-decoration: none;
    color: blue;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
body{
    /*width: 1000px;*/
}
.main{
    margin: 0 auto;
    background-color: #F5F5F5;
    position:fixed;
    left:0;
    right:0;
    width:1000px;
    height:100%;
    z-index: 10;
    /*min-width: 750px;*/
    /*min-height: 1000px;*/
}
.keyWordSearchTable{
    margin: 0 auto;
    background-color: white;
    position:fixed;
    top: 150px;
    left:0;
    right:0;
    width:1000px;
    height:100%;
    z-index: 20;
    overflow-y: scroll;
    overflow-x: hidden;
}
.abnormal_table{
    background-color: #F5F5F5;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 20;
}
.headWorkTime{
    float: left;
    color: white;
    width: 686px;
    height: 150px;
    font-size: 2.1rem;
    text-align: center;
    line-height: 150px;
    overflow: hidden;
}
.content{
    width: 1000px;
    height: 68%;
    overflow-y: scroll;
    position: fixed;
    min-height: 16rem;
    top: 150px;
}
.content li{
    /*min-height: 166px;*/
}
.content video{
    height: 30rem;
}
.chat{
    width: 95%;
    padding-top: 2rem;
    padding-left: 2rem;
    height: auto;
    display: inline-block;
}
.chat img, .chats img{
    width: 10rem;
    height: 10rem;
}
.chats{
    width: 95%;
    padding-top: 2rem;
    padding-right: 1rem;
    height: auto;
    display: inline-block;
    float: right;
}
.chats .chatImg{
    float: right;
}
.chatImg{
    width: 5rem;
    height: 5rem;
    float: left;
}
.chatImg img{
    width: 5rem;
    height: 5rem;
}
.chatTime{
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 2rem;
}
.chatText{
    margin-left: 3rem;
    max-width: 75%;
    font-size: 2rem;
    background-color: #FFFFFF;
    float: left;
    min-height: 3rem;
    border: 0.2rem solid #EFEFEF;
     word-wrap: break-word;
    padding: 1rem;
    border-radius: 1.3rem;
}
.chatTexts{
    position: relative;
    margin-right: 3rem;
    max-width: 75%;
    font-size: 2rem;
    background-color: #cde6fc;
    float: right;
    min-height: 3rem;
    border: 0.2rem solid #cde6fc;
    padding: 1rem;
    word-wrap:break-word;
    border-radius: 1.3rem;
}
.chatText,.chatText p,.chatTexts p,.chatText span,.chatTexts span,.chatText a,.chatTexts a{
    line-height: 5rem;
    font-size: 1.8rem!important;
}
.bottom{
    position: fixed;
    bottom: 0;
    width: 1000px;
    height: 7rem;
    background-color: white;
}
.bottom input{
    width: 66%;
    height: 7rem;
    font-size: 2rem;
    display: inherit;
    border: none;
    padding-left: 15%;
    line-height: 5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: left;
    margin-left: 4%;
}
.bottom .span1{
    position: absolute;
    right: 7rem;
    bottom: 0;
    height: 4rem;
    width: 4rem;
    padding: 24px;
}
.bottom .span2{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 3rem;
    height: 4rem;
    display: inline-block;
    width: 4rem;
    text-align: center;
    padding: 24px;
}
.span1 img{
    width: 113%;
    /*transform: scale(0, 0);*/
    transition: all 0.2s;
    transition-delay: 0s;
}
.span2 img{
    width: 100%;
    /*transform: scale(0, 0);*/
    transition: all 0.2s;
    transition-delay: 0s;
}
.abnormal_table{
    margin: 0 auto;
    text-align: center;
    overflow-y: scroll;
}
.cd-form {
    width: 90%;
    max-width: 600px;
    margin: 4em auto;
}
.cd-form h4, .cd-form .cd-label {
    font-size: 2rem;
    color: #94aab0;
    margin-bottom: 10px;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
    font-size: 1.6rem;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
    /*display: block;*/
    /*width: 96%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
    /*padding: 12px;*/
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: .25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
/*.cd-form .cd-form-list {*/
    /*margin-top: 16px;*/
/*}*/
/*.cd-form .cd-form-list li {*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*margin: 0 20px 16px 0;*/
/*}*/
.cd-form textarea {
    min-height: 200px;
    resize: vertical;
    overflow: auto;
}
.cd-form .error {
    border-color: #e94b35 !important;
}
.fromButton{
    width: 100%;
    height: 5rem;
    text-align: center;
    background-color: #4A4C5B;
    color: #ffffff;
    font-size: 3rem;
    line-height: 5rem;
}
.close{
    font-size: 3rem;
    float: right;
}
.upload-div{
    display: block;
}
.upload-from{
    width: 10rem;
    height: 10rem;
    display: inline-block;
    text-align: center;
}
.img{
    width: 10rem;
    height: 10rem;
    border: 1px solid #b1bbc4;
    text-align: center;
    float: left;
    margin: 0 2rem 2rem 0;
}
.img span{
    width: 10rem;
    height: 10rem;
    display: inline-block;
    font-size: 2rem;
}
.img span div{
    word-break:break-all;
    width: 10rem;
    height: 4rem;
    overflow: hidden;
    padding-top: 3rem;
}
.img img{
    width: 100%;
    height: 100%;
    display: none;
}
.img-chat img{
    width: 10rem;
    height: 10rem
}
.icon{
    /*height: 4rem;*/
    padding-bottom: 2rem;
}
.cd-label{
    line-height: 4rem;
    width: 100%;
    text-align: left;
    display: block;
}
.icon input{
    height: 4rem;
    width: 100%;
}
.icon textarea{
    width: 100%;
}
.div-submit{
    /*width: 70%;*/
    /*float: right;*/
}
.cd-form-span{
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #ecf0f1;
    text-align: center;
}
#sendUpload{
    display: none;
}
.shadow{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:998;
    background-color:#000;
    opacity:0.6;
    display:none;
    text-align: center;
    color: white;
    font-size: 5rem;
    line-height: 50rem;
}
.shower{
    position: fixed;
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.shower div {
    width: 80%;
    height: 80%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.shower div img {
    width: 100%;
    margin:  0 auto;
}
#backBottom{
    position: absolute;
    bottom: 7rem;
    left: 0;
    z-index: 11;
    font-size: 3rem;
    border-radius: 5rem;
    text-align: center;
    font-weight: bold;
    animation:mymove 1s infinite;
    -webkit-animation:mymove 1s infinite;
}
#backBottom img{
    width: 7rem;
    height: 7rem;
}
#message{
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 11;
    font-size: 3rem;
    border-radius: 5rem;
    text-align: center;
    font-weight: bold;
    width: 26rem;
    height: 7rem;
    border: 0.2rem solid black;
    line-height: 6.6rem;
    margin: 0 auto;
}
.messageNew{
    position: absolute;
    right: 0;
    top: 3rem;
    width: 1rem;
    height: 1rem;
    background-color: red;
    border-radius: 1rem;
}
@keyframes mymove
{
    from {bottom:80px;}
    to {bottom:100px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {bottom:80px;}
    to {bottom:100px;}
}
.chatText ol{
    padding-left: 35px;
}
.content video{
    width: 100%;
}
.content video::-webkit-media-controls-fullscreen-button {
    display: none;
}
.head{
    width: 1000px;
    height: 150px;
    background-color: #000000;
    position: fixed;
}
.headLeftArrow{
    float: left;
    width: 88px;
    height: 74px;
    margin: 38px;
}
.headLeftArrow img{
    width: 100%;
}
.keyWordSearch{
    position: relative;
    float: left;
    width: 235px;
    height: 150px;
    text-align: left;
    line-height: 150px;
    color: white;
    font-size: 2.5rem;
}
.headMiddleArrow{
    position: relative;
    float: left;
    width: 300px;
    height: 150px;
    text-align: right;
    line-height: 150px;
    margin-left: 150px;
}
.headMiddleArrow a{
    color: white;
    font-size: 2.5rem;
}
.jumpOutside{
    float: right;
    width: 88px;
    height: 88px;
    margin: 31px;
}
.jumpOutside img{
    width: 100%;
}
.chatWindowP{
    font-size: 2rem;
    text-align: center;
    color: blue;
    padding: 2rem;
    font-weight: bold;
}
.keyWordSearchTableInput{
    width: 100%;
    background-color: #f2f1f7;
}
.keyWordSearchTableInput input{
    width: 900px;
    height: 6rem;
    font-size: 2rem;
    display: inherit;
    border: none;
    padding-left: 100px;
    line-height: 6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: left;
    background-color: #f2f1f7;
}
.keyWordSearchTableList{
    width: 100%;
}
.keyWordSearchTableList div{
    width: 900px;
    height: 6rem;
    font-size: 2rem;
    display: inherit;
    border: none;
    padding-left: 100px;
    line-height: 6rem;
    color: #202020;
    border-bottom: 1px solid #C0C0C0;
    overflow: hidden;
}
.readIcon{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #c2c7d4;
    left: -55px;
    bottom: 30px;
    line-height: 40px;
    color: #c2c7d4;
    text-align: center;
}