﻿@charset "utf-8";
/* CSS Document */

/*CSS reset*/
html{color:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

body, h1, h2, h3, h4, h6, hr, p, select, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, div, p, span, em, label, area, html, i, object, iframe, input, text, textarea, button, form, code, h1, h2, h3, h4, h5, h6, header, pre, dl, dd, del, desc, dt, dialog {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",SimHei,"宋体",simsun,sans-serif;
    font-size: 14px;
    color: #777;
}
.green {
    color: green;
}

.red {
    color: #da251e;
}

.redBlock {
    border-left: solid 5px #da251e;
    padding-left: 5px;
    height:24px;
    line-height:24px;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    background: url("images/icon_select_bg.png") no-repeat scroll right center #fff;
    padding-right: 14px;
    padding-left: 4px;
    font-size: 12px;
    border-radius: 7px;
    border: 1px solid #eaeaea;
}
img {
    text-align:center;
    margin:auto;
}
img:active,
img:hover,
img:focus {
    border-radius: 10px;
    cursor: pointer;
}

a {
    text-align: center;
    margin: auto;
    color: #777777;
}

    a:active,
    a:hover,
    a:focus {
        color: #da251e;
        cursor: pointer;
    }

.bottom_boder {
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
}
.menu {
    text-align: center;
    margin: auto;
    color: #777777;
    background-color: #fff;
    
}

    .menu:active,
    .menu:hover,
    .menu:focus {
        color: #da251e;
        cursor: pointer;
        background-color: #f7f7f1;
    }
.menu_focus {
    color: #da251e;
}

.menu_nofocus {
    color: #777;
}

.menu1_focus {
    color: #da251e;
    cursor: pointer;
    background-color: #eeeeee;
    border-right-width: 3px;
    border-right-color: #da251e;
    border-right-style: solid;
}

    .menu1_focus label,a {
        color: #da251e;
    }

.menu1_nofocus {
    color: #777;
    cursor: default;
    background-color: #fff;
    border-right-width: 3px;
    border-right-color: #fff;
    border-right-style: solid;
}

    .menu1_nofocus label, a {
        color: #777;
    }
    

select::-ms-expand {
     display: none;
}

.ftBigTitle {
    font-size: 26px;
}

.ftTitle {
    font-size: 18px;
}

.ftTitle1 {
    font-size: 16px;
}

.ftInfo {
    font-size: 14px;
}

.ftInfo1 {
    font-size: 12px;
}
.imgBorder {
    border: 1px solid #eaeaea;
    border-radius:5px;
}


.fred {
     color:#eb243f;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbbbbb;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbbbbb;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbbbbb;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbbbbb;
}
.img {
    width:110px;
}
    .img:active,
    .img:hover,
    .img:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-modify: read-write-plaintext-only;
        border-radius: 10px;
        border: 3px solid #fbf6f5;
        cursor: pointer;
        background-color: #fbf6f5;
    }


.ipinput {
    width: 20%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
}
.btnIpTest {
    width: 15%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 60px;
    border-radius: 7px;
    float: left;
    background-color: #399aed;
    color: #fff;
    text-align: center;
}
    .btnIpTest:active,
    .btnIpTest:hover,
    .btnIpTest:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-modify: read-write-plaintext-only;
        border-radius: 17px;
        cursor: pointer;
    }


.divscroll {
    overflow: auto;
}

.btnblack {
    margin-left: 2px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    float: left;
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.btnupdate {
    margin-left: 10px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    float: left;
    border: 0;
    background-color: #da251e;
    border-radius: 10px;
    text-align: center;
}

    .btnupdate:active,
    .btnupdate:hover,
    .btnupdate:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-modify: read-write-plaintext-only;
        border-radius: 25px;
        cursor: pointer;
    }
.btnsearch {
    margin-left: 5%;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    float: left;
    border: 0;
    background-color: #da251e;
    border-radius: 7px;
    text-align: center;
}

    .btnsearch:active,
    .btnsearch:hover,
    .btnsearch:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-modify: read-write-plaintext-only;
        line-height: 30px;
        height: 30px;
        border-radius: 10px;
        cursor: pointer;
    }



.btnaddex {
    margin-left: 5%;
    width: 26%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    float: left;
    border: 0;
    background-color: #da251e;
    border-radius: 7px;
    text-align: center;
}

    .btnaddex:active,
    .btnaddex:hover,
    .btnaddex:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-modify: read-write-plaintext-only;
        line-height: 30px;
        border-radius: 10px;
        cursor: pointer;
    }

.btnBlue {
    margin-left: 10px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    float: left;
    border: 0;
    background-color: #399aed;
    border-radius: 7px;
    text-align: center;
}

    .btnBlue:active,
    .btnBlue:hover,
    .btnBlue:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-modify: read-write-plaintext-only;
        border-radius: 17px;
        cursor: pointer;
    }

.btn1 {
    width: 30%;
    float: left;
    margin-left: 15%;
    height: 40px;
    line-height:40px;
    border-radius: 10px;
    text-align: center;
}
.btn1:active,
.btn1:hover,
.btn1:focus {
    border-radius: 20px;
    cursor: pointer;
}
.btnOutExcel {
    width:10%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #da251e;
    font-size: 14px;
    border: 1px solid #da251e;
    border-radius: 5px;
}

    .btnOutExcel:active,
    .btnOutExcel:hover,
    .btnOutExcel:focus {
        border-radius: 20px;
        cursor: pointer;
    }

input:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-modify: read-write-plaintext-only;
    border: 2px solid #da251e;
    border-radius: 7px;
    padding-left: 10px;
}

textarea {
    line-height: normal;
    border: 2px solid #eaeaea;
    border-radius: 7px;
    padding-left: 10px;
    background: none;
}

    textarea:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-modify: read-write-plaintext-only;
        border: 2px solid #da251e;
        border-radius: 7px;
        padding-left: 10px;
    }

input {
    line-height: normal;
    border: 2px solid #eaeaea;
    border-radius: 7px;
    padding-left: 10px;
    background: none;
    color:#fff;
}

input[type=submit]{
	-webkit-appearance:none;
	outline:none;
}

.img-rounded {
  border-radius: 6px;
}
span,img{ vertical-align:middle;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
em,i{ font-style:normal;}
a{ cursor:pointer;}
.both{ overflow:hidden;zoom:1;}
a,
a:hover,
a:active {
    text-decoration: none;
}
ol,ul,li,a,a:hover,a:active {
	text-decoration: none; list-style:none;
}
*:focus {outline:none;} 
img{vertical-align: middle; border:0;}
.bor_r0{ border-right:0;}
.nowrap_ellip{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*-webkit-transform:scale(0.8); 解决Google浏览器不支持12px以下的字体大小的问题*/
.backToTop{  display: none; width:5.1em;
  position: fixed;
  _position: absolute;
  right: 20px;
  bottom: 15.95em;
  _bottom: auto;
  overflow: hidden;
  z-index: 9999;}

.dpdownlist {
    margin-left: 30px;
    width: 262px;
    height: 42px;
    border-radius: 7px;
    line-height: 42px;
    border: 2px solid #eaeaea;
}
.updatedownlist {
    float:left;
    width: 30%;
    height: 30px;
    border-radius: 10px;
    line-height: 30px;
    border: 1px solid #eaeaea;
}

.datecell {
    float: left;
    width: 14%;
    height: 58px;
    text-align: center;
}
.mainMenu {
    font-size: 14px;
    background-color: #fff;
}
    .mainMenu:hover,
    .mainMenu:focus {
        background-color: #faf4f4;
    }

    .mainMenu:active,
    .mainMenu.active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
.mainMenu_focus {
    font-size: 14px;
    background-color: #faf4f4;
    color: #da251e;
}
.mainMenu_focus_red {
    background-color: #da251e;
}

.infoShow {
    line-height: 30px;
    min-width: 50px;
    border: 1px solid #4a4f74;
    background-color: #fff;
    border-radius: 7px;
    z-index:10000;
    padding-left:5px;
    padding-right:5px;
    padding-top:10px;
    padding-bottom:10px;
    position:absolute;
}
    .infoShow div {
        line-height: 30px;
        height: 30px;
        width: 98%;
        float: left;
        margin-left: 1%;
        text-align: left;
        vertical-align:central;
    }

    .infoShow label {
        line-height: 30px;
        height:30px;
        width:85%;
        float:left;
        margin-left:5px;
        text-align:left;
        overflow:hidden;
    }
    .infoShow p {
        line-height: 30px;
        width: 50%;
        height: 30px;
        float: left;
        margin-left: 5px;
        text-align: center;
        margin-top:20px;
        margin-bottom:20px;
    }

    .infoShow image {
        line-height: 30px;
        float: left;
        margin-top:10px;
        height:14px;
        text-align: left;
    }

/********弹框 *********/
.dialog_bg{height:99%;background: rgba(33,33,33,0.7);position: absolute;width: 99%;z-index: 999;display: none;}
.dialog{margin: 0 0 0 -250px;border-radius:10px;position: fixed;left: 50%;top:50%; display: none;z-index: 1000;}
.dialog_info{font-size:16px;height:80px;line-height:80px;}

.rightdialog {
    width: 30%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 70%;
    top: 0;
    z-index: 1002;
}

.rightLine {
    height: 40px;
    width: 90%;
    line-height: 40px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    color: #333333;
    padding: 0;
    float: left;
    text-align: left;
}
    .rightLine input {
        width: 60%;
        height: 30px;
        line-height: 30px;
        color: #333333;
        float: left;
    }
    .rightLine label {
        width: 30%;
        height: 30px;
        color:#333333;
        line-height: 30px;
        float: left;
    }
    .rightLine select {
        width: 60%;
        height: 30px;
        line-height: 30px;
        float: left;
        border-radius: 7px;
        border: 1px solid #eaeaea;
    }


.btn-successok {
  color: #fff;
  width:140px;
  height:50px;
  line-height:50px;
  text-align:center;
  
  background-color: #ec971f;
  border-color: #ec971f;
  border-radius:6px;
}

.btn-success {
  color: #fff;
  width:140px;
  height:50px;
  line-height:50px;
  text-align:center;
  
  background-color: #eb243f;
  border-color: #eb243f;
  border-radius:6px;
}
.btn-successok:hover,
.btn-successok:focus,
.btn-successok:active,
.btn-successok.active,
.btn-success100ok:hover,
.btn-success100ok:focus,
.btn-success100ok:active,
.btn-success100ok.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #ec971f;
  border-color: #398439;
}
.btn-success100:hover,
.btn-success100:focus,
.btn-success100:active,
.btn-success100.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #eb243f;
  border-color: #398439;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #eb243f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
   
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 1em;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}