﻿p {
    text-indent: 2em;
    font-size: 16px;
    font-family: "微软雅黑";
}
body {
    font-family: "微软雅黑";
}
.codeDiv {
    margin: 5px auto; 
    padding: 5px; 
    border-radius: 3px; 
    border: 1px solid rgb(221, 221, 221); 
    border-image: none; 
    position: relative; 
    background-color: rgb(252, 252, 252);
}
.codePre {
    padding: 0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    color: rgb(102, 102, 102);
    line-height: 1.6em;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: pre-wrap;
    background-image: none;
    overflow-wrap: break-word;
}
    .divDialog_wrapper {
    font-weight: 400;
    color: #212529;
    text-align: left;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 2017;
    background: rgba(0,0,0,0.1);
    text-align: center;
}

    .divDialog_box {
        background: #ffffff;
        opacity: 1;
        overflow: hidden;
        position: absolute;
        border:2px solid #364e6f;
    }

    .divDialog_Title {
        margin: 0px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: #364e6f;
        position: relative;
        color:white;
        border-bottom:1px solid #364e6f;
    }

    .divDialog_TitleText {
        text-align: center;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        font-weight: 500;
    }

    .divDialog_close {
        width: 28px;
        height: 28px;
        right: 8px;
        top: 4px;
        cursor: pointer;
        position: absolute;
    }

    .divDialog_iframe {
        width: 100%;
        margin: 0px;
        border: 0px;
        border-width: 0px;
        height: 750px;
        background: #ffffff;
        position: relative;
    }



.divImgButton {
    font-family: "微软雅黑";
    float: left;
    text-align: center;
    min-width: 80px;
    background: #ffffff;
    color: #555555;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
    /*css设置禁止文字被选中*/
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
        .divImgButton:hover {
           background: #bbbbbb;
        }

    .divImgButton_disable {
        float:left;
        text-align:center;
        min-width:80px;
        background: #eeeeee;
        color: #888888;
        border-radius:5px;
        font-size:14px;
        border: 1px solid #dddddd;
        height:30px;
        line-height:30px;
        /*css设置禁止文字被选中*/
        -moz-user-select: none;
        -o-user-select:none;
        -khtml-user-select:none;
        -webkit-user-select:none;
        -ms-user-select:none;
        user-select:none;
        
    }
    
    .divImgButton_open {
        text-align:center;
        min-width:80px;
        background: #eeeeee;
        color: #888888;
        border-radius:5px;
        font-size:14px;
        border: 1px solid #dddddd;
        height:30px;
        line-height:30px;
        /*css设置禁止文字被选中*/
        -moz-user-select: none;
        -o-user-select:none;
        -khtml-user-select:none;
        -webkit-user-select:none;
        -ms-user-select:none;
        user-select:none;
        padding-right:10px;
        cursor:pointer;
        
    }
        .divImgButton_open img {
            width: 20px;
            height: 20px;
            /* content: url(/Images/open.png);*/
            position: absolute;
            right: 5px;
            top: 2px;
        }

    .divImgButton_cat {
        float: left;
        text-align: center;
        min-width: 80px;
        background: #fefefe;
        color: #555555;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #dddddd;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        /*css设置禁止文字被选中*/
        -moz-user-select: none;
        -o-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        .divImgButton:hover {
           background: #bbbbbb;
        }
    .divInput {
        z-index: 3;
        line-height: 28px;
        height: 28px;
        margin-top: 2px;
        border: none;
        padding:0px;
        float: none;
        overflow: hidden;
        font-size: 14px;
        font-family: "宋体";
        background-color: white;
        width:100%;
        
    }

            :focus {
            outline: 0;
        }

      .SendQuestionbutton {
        width: 120px;
        height: 30px;
        line-height:30px;
        background: #e4393c;
        color: white;
        border: 1px solid #e85356;
        cursor:pointer;
        border-radius:5px;
        text-align:center;
        font-size:16px;

    }

        .SendQuestionbutton:hover {
            background: #a4292c;
        }
    .DivUserInfo_div_text {
        padding-left:38px;
        width:150px;
        overflow:hidden;
        text-align:left;
        height:30px;
        line-height:30px;
        font-size:12px;
        color:#555555;
    }
    .divTitleInput {
       border:1px solid #888888;
       height:32px;
       min-width:110px;
       
    }
   .divTitleInput_label {
       border-right:1px solid #888888;
       height:32px;
       line-height:32px;
       min-width:50px;
       text-align:center;
       background-color:#eeeeee;
       display:inline-block;
       float:left; 
    }
   .divTitleInput_input {
        line-height: 28px;
        height: 28px;
        margin-top: 2px;
        border: none;
        padding:0px;
        float: none;
        overflow: hidden;
        font-size: 14px;
        font-family: "宋体";
        background-color: white;
        min-width:55px;
        margin-left:5px;
    }
   

   .divTitleSelect {
       border:1px solid #888888;
       height:32px;
       min-width:110px;
    }
   .divTitleSelect_label {
       border-right:1px solid #888888;
       height:32px;
       line-height:32px;
       min-width:50px;
       text-align:center;
       background-color:#eeeeee;
       display:inline-block;
       float:left; 
    }
   .divTitleSelect_Select {
        line-height: 32px;
        height: 32px;
        margin-top: 0px;
        border: none;
        padding:0px;
        float: none;
        overflow: hidden;
        font-size: 14px;
        font-family: "宋体";
        background-color: white;
        min-width:55px;
        padding-left:5px;
        padding-right:5px;
    }

    .ImgButton {
        display:inline-block;
        float:left;
        text-align:center;
        width:80px;
        background: #ffffff;
        color: #555555;
        cursor:pointer;
        border-radius:5px;
        position:relative;
        font-size:14px;
        border: 1px solid #f5f5f5;
        position:relative;
        
    }
        .ImgButton:hover {
           background: #bbbbbb;
        }
    .ImgButton_img {
        position:absolute;

    }
