/* here you can put your own css to customize and override the theme */
.xxnote{

}

.xxalarm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 840px;
    height: 360px;
    margin-top: -180px;
    margin-left: -420px;
    z-index: 10000;
    background: #FDFB8C;
    padding: 10px;
    border: 1px solid #DEDC65;
    cursor: move;
    font-size:12px;
}

.xxinfo{
    width: 590px;
    height: 270px;
    font-size:12px;
    display:inline-block;
}

.xxnote_portrait{
    margin: 0 auto;
    width:190px;
    max-width: 190px;
    max-height:190px;
}

.xxalarm .xxnote_portrait{
    height: 300px;
    line-height: 300px;
}

.xxnote_portrait img{
    width:100%;
    height:190px;
}

.xxnote_warn {
    float: right;
    width: 100px;
    height: 300px;
    line-height:300px;
    margin-left: 5px;
}

.xxnote_warn img{
    width:100%;
}

.xxnote_cont {
    float: left;
    width: 580px;
    margin-left: 5px;
}
.xxnote ul{
    margin: 0;
    padding: 0;
    color: #352F2F;
}

.xxnote ul li{
    list-style: none;
}

.xxnote ul li .tit{

}

.xxnote ul li .cont{
    margin: 5px 5px;
}

.xxnote table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    border-left:1px solid #919191;
    border-top:1px solid #919191;
}

.xxnote table th,.xxnote table td{
    border-right:1px solid #919191;
    border-bottom:1px solid #919191;
    padding:3px;
}

.xxnote table th{
    font-weight:normal;
    /*background-color: #92D050;*/
}

.xxnote table td{
    /*background-color: #00B050;*/
}

.xxnote table td span.call{
    background-color: #F00;
    color:#FFF;
    display: inline-block;
    width:42px;
    text-align: center;
    float:right;
    cursor:pointer;
}

.xxnote table.note_detail,.xxnote table.more_info{
    margin-top: 10px;
}

.infoWin{
    width:540px;
    font-size:12px;
    overflow:hidden;
}

.infoWin .portrait{
    float:left;
    text-align: center;
}

.infoWin .portrait img{
    width: 200px;
}

.infoWin .main_info{
    float:left;
    margin-left:20px;
}

.infoWin .main_info table{
    width:300px;
}

#fullBtn{
    position: absolute;
    top: 34px;
    right: 220px;
    z-index: 99999;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #8a8a8a !important;
    cursor: pointer;
}

.page_content_reset{
    margin:0;
}

.page-content_col_reset{
    width: 100%;
}

.xxalarm .xxnote_portrait .btn-group{
    display: none;
}

.xxnote_portrait .btn-group{
    margin-left: 20px;
}

.xxnote_portrait .btn-group button{
    margin-top:10px;
    clear:both;
}

.cell_bg{
    background:#F2F2F2;
}

.cellphone{
    cursor:pointer;
}

#stage .svgtxt0, .svgtxt1, .svgtxt2 ,.svgtxt4,.svgtxt5{
    font-size: 20px;
    font-family: Microsoft YaHei
}

#stage .svgtxt0 {
    font-size: 20px;
}

#stage .svgtxt1 {
    fill: #ff0;
}

#stage .svgtxt2 {
    fill: red;
}
#stage .svgtxt3 {
    fill: black;
}
#stage .svgtxt4 {
    fill:#999;
}
#stage .svgtxt5 {
    fill: black;
}


.arrow_box {
    position: absolute;
    background: #fff;
    border: 1px solid #1a1aff;
    padding: 10px;
    width: 200px;
    height: 100px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin: 30px;
    float: left;
}
.arrow_box::after,
.arrow_box::before {
    position:absolute;
    content:"";
    height:0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
}
/*top*/
.arrow_box.top::after,
.arrow_box.top::before {
    bottom: 100%;
}

.arrow_box.top::after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #1a1aff;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
.arrow_box.top::before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #1a1aff;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}
/*right*/
.arrow_box.right::after,
.arrow_box.right::before {
    left: 100%;
}

.arrow_box.right::after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1a1aff;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
.arrow_box.right::before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #1a1aff;
    border-width: 11px;
    top: 50%;
    margin-top: -11px;
}
/*bottom*/

.arrow_box.bottom::after,
.arrow_box.bottom::before {
    top: 100%;
}

.arrow_box.bottom::after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #1a1aff;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
.arrow_box.bottom::before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #1a1aff;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}
/*left*/
.arrow_box.left::after,
.arrow_box.left::before {
    right: 100%;
}

.arrow_box.left::after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #1a1aff;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
.arrow_box.left::before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #1a1aff;
    border-width: 11px;
    top: 50%;
    margin-top: -11px;
}
