﻿* {
    padding: 0px;
    margin: 0px;
    font-family: '黑体';
}

body {
    min-width: 1000px;
    /*overflow-x: auto;*/
}

@font-face {
    font-family: 'NotoSansSC-Bold';
    src: url(/Content/fonts/NotoSansSC-Bold.otf);
}

@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url(/Content/fonts/NotoSansSC-Regular.otf);
}

@font-face {
    font-family: 'NotoSansSC-DemiLight';
    src: url(/Content/fonts/NotoSansSC-DemiLight.otf);
}


#zongs {
    /*overflow:auto;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:-17px;
    overflow-x:hidden;
    overflow-y:scroll;
}

.top {
    width: 100%;
    height: 110px;
    border-bottom: 8px solid #B92A2E;
    position: relative;
    top: 0px;
    z-index: 2;
}

.top_bg {
    width: 100%;
    height: 110px;
    background-color: black;
    opacity: 0.85;
    position: relative;
    top: 0px;
}

.top_Detail {
    width: 100%;
    height: 110px;
    position: relative;
    top: -110px;
    z-index: 4;
}

.top_left {
    top: 40px;
    left: 30px;
    /*border:1px solid red;*/
    width: 12.5%;
    height: 110px;
    min-width: 210px;
    position: absolute;
    /*border: 1px solid red;*/
    float: left;
}

.top_center {
    width: 220px;
    min-width: 220px;
    float: left;
    /*border: 1px solid red;*/
    color: white;
    font-family: NotoSansSC-Regular;
    left: 15%;
    top: 55px;
    position: absolute;
    font-size: 18pt;
}

.top_right {
    /*width: 50%;*/
    height: 80px;
    float: right;
    padding-top: 30px;
    position: absolute;
    right: 20px;
    font-family: NotoSansSC-DemiLight;
    /*border: 1px solid red;*/
}

.dv_list {
    float: right;
    cursor: pointer;
    display: none;
}

.top_right i {
    font-style: normal;
}



.top_li0 {
    cursor: pointer;
    min-width: 106px;
    text-align: center;
}


.top_rgt_ul0 {
    font-size: 17pt;
    color: white;
    list-style: none;
    float: right;
}

.top_li0, .top_pie {
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
}



.top_pie {
    padding-left: 7px;
    padding-right: 7px;
}

.li0 {
    min-width: 70px;
}





.hide_list {
    width: 180px;
    position: absolute;
    /*left:100px;*/
    top: 110px;
    background-color: black;
    opacity: 0.85;
    color: white;
    border-top: 8px solid #B92A2E;
    display: none;
    padding-bottom: 15px;
}

    .hide_list ul {
        list-style: none;
        margin-left: 0px;
    }

        .hide_list ul li {
            height: 32px;
            text-align: center;
            font-size: 18px;
            cursor: pointer;
            padding-bottom: 10px;
            font-family: NotoSansSC-Bold;
        }

            .hide_list ul li:hover {
                color: #B92A2E;
            }







.tbody {
    /*margin:auto;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: -120px;
    /*max-height: 800px;*/
}

.kefuTitle {
    display:flex;
    align-items:center;
    justify-content:center;
}

.floatWindow {
    width: 130px;
    /*overflow-y: auto;*/
    position: fixed; 
    right: 10px;
    bottom: 235px;
    z-index: 997;
}

    .floatWindow ul {
        list-style: none;
        margin: 0px;
    }

        .floatWindow ul li {
            width: 140px;
            height: 40px;
            border-bottom: 1px solid Silver;
            text-align: center;
            cursor: pointer;
            line-height: 40px;
            background-color: rgb(255, 112, 65);
        }

            /* .floatWindow ul li:hover {
                background-color: #B92A2E;
            } */

            .floatWindow ul li span {
                font-size: 20pt;
                color: Gray;
            }


.flt_workorder {
    width: 330px;
    height: 420px;
    position: fixed;
    right: 55px;
    bottom: 50px;
    z-index: 997;
    background-color: white;
    border-radius: 5px;
    display: none;
}

    .flt_workorder table {
        width: 92%;
        margin: auto;
        font-size: 12pt;
    }
    .workorder_title{
        color:#B92A2E;font-size:15pt;padding-top:20px;padding-bottom:10px;
    }
        .flt_workorder table td {
            padding-bottom: 20px;
        }

.flt_workorder input { border: 1px solid #C0C0C0; height: 26px; width: 210px;box-shadow: 0px 0px 4px #DCDCDC inset;}
.flt_workorder select{width:212px;margin-left:-7px;height:30px;border-color:#C0C0C0;}
.flt_workorder textarea{border:1px solid #C0C0C0;width:211px;box-shadow: 0px 0px 4px #DCDCDC inset;margin-left:82px;}
.leavermk{ position:absolute;}
.flt_codes { width: 100%; display: none;}

.flt_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    z-index: 998;
    opacity: 0.7;
}
.flt_img {
    width: 200px;
    height: 200px;
    position: fixed;
    background-color: white;
    left: 45%;
    top: 40%;
    z-index: 999;
    text-align: center;
}
.flt_img img {
        width: 150px;
        height: 150px;
        margin-top: 10px;
    }




.bottoms {
    width: 100%;
    height: 750px;
    background-image: url(../Image/Default/bottombg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -140px;
}

    .bottoms ul {
        list-style: none;
    }

.bottoms_topspk {
    width: 100%;
    height: 750px;
    background-color: black;
    opacity: 0.85;
    /*position:relative;*/
}

    .bottoms_topspk hr {
        width: 88%;
        color: white;
        border-bottom: 3px solid;
        margin: auto;
        margin-top: 20px;
    }

.bottoms_tp_span {
    width: 88%;
    margin: auto;
    padding-top: 100px;
}

    .bottoms_tp_span table {
        float: right;
        width: 170px;
    }


.bottoms_tab2 {
    width: 88%;
    color: white;
    margin: auto;
    margin-top: 50px;
    font-size: 16pt;
    font-family: NotoSansSC-DemiLight;
}

    .bottoms_tab2 td {
        padding-top: 5px;
        /*border:1px solid red;*/
    }

    .bottoms_tab2 li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bottoms_tab2 td a {
        color: white;
        text-decoration: none;
    }

        .bottoms_tab2 td a:hover {
            color: #B92A2E;
        }

    .bottoms_tab2 tr:first-child td {
        padding-bottom: 20px;
    }

.phonecard {
    color: #B92A2E;
    font-size: 19pt;
    font-family: NotoSansSC-Bold;
}

.tr_0 {
    font-size: 22pt;
}

    .tr_0 td {
        width: 16%;
    }

.td_rgts {
    width: 19%;
    text-align: right;
    font-size: 12pt;
}

    .td_rgts img {
        width: 125px;
        height: 125px;
    }
