/*html5*/
.main {
  padding-top: 20px;
}
.main .squares {
  padding: 15px 5px 5px 5px;
  /*background:#20b6ad;*/
  border-radius: 8px;
  /*box-shadow:inset 0 -3px 0 #009b94;*/
  text-align: center;
  overflow: hidden;
  margin-bottom: 6px;
  background: #3399fe;
  box-shadow: inset 0 -3px 0 #006897;
}
.main .squares span.s_name {
  display: block;
  color: #333;
}
.main .squares span.s_num {
  display: block;
  /*color:#32797d;*/
  font-size: 48px;
}
a.chart_btn {
  display: block;
  padding: 10px;
  margin-bottom: 6px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  box-shadow: inset 0 -2px 0 #cccccc;
}
a.chart_btn:hover {
  background: #e1e2e9;
}
a.chart_btn.active {
  /*background:#e1e2e9;*/
}
a.chart_btn span {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
a.chart_btn span.color_blue {
  background: #3366ff;
}
a.chart_btn span.color_green {
  background: #009900;
}
a.chart_btn span.color_red {
  background: #ff3300;
}
.highcharts-button {
  display: none;
}
.chart {
  border-radius: 5px;
  overflow: hidden;
  /*box-shadow: inset 0 -5px 0 #999;*/
  margin-bottom: 40px;
}
.chart_title {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #333;
}
a.chart_btn.active {
  background: #3399fe;
}
.project_list .active {
  background: #eee;
}
.project_list_block {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #3399ff;
}
.project_list_block a {
  display: block;
  overflow: hidden;
}
.project_list_block a:hover {
  text-decoration: none;
}
.project_list_block .close {
  position: absolute;
  right: 10px;
  top: 5px;
  display: none;
}
.project_list_block_l {
  padding: 10px 0;
  background: #3399fe;
  float: left;
  display: inline;
  text-align: center;
  width: 40%;
}
.project_list_block_l img {
  width: 80px;
  height: 39px;
}
.project_list_block_l p {
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project_list_block_r {
  padding: 25px 13px 0 43%;
  color: #333;
}
.project_list_block_r h4 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project_list_block_r span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pagination_defined {
  text-align: center;
  margin-top: 10px;
  clear: both;
}
.pagination_defined ul {
  display: inline-block;
}
.pagination_defined ul li {
  display: inline;
}
.pagination_defined ul li a {
  float: left;
  padding: 5px 8px;
  color: #333;
}
.pagination_defined ul li.active a {
  color: #00b9e7;
}
.pagination_defined ul li.page_skip a {
  float: left;
  padding: 4px 8px;
  text-align: center;
  background: #333;
  color: #fff;
}
.pagination_defined li a i {
  font-size: 12px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb_defined .breadcrumb {
    float: none;
  }
}
.slice_list {
  overflow: hidden;
}
.slice_list_block {
  background: #f1f1f1;
  margin-bottom: 15px;
  padding: 6px;
  cursor: pointer;
  position: relative;
}
.slice_list_block .col-xs-5 {
  padding-right: 0;
}
.slice_list_block .col-xs-7 {
  height: 390px;
  padding-left: 5px;
}
.slice_list_block:hover .close {
  display: block;
}
.slice_list_block_l {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 -3px 0 #989898;
  padding-bottom: 3px;
}
.slice_list_block_l .slice_logo {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  /*background:#20b6ad;*/
  font-size: 16px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slice_list_block_l .slice_logo img {
  vertical-align: middle;
  height: 40px;
}
.slice_detail {
  border-bottom: 1px solid #cacaca;
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.slice_detail .slice_on {
  color: #fff;
  padding: 2px 6px;
  background: #009900;
  border-radius: 5px;
}
.slice_detail i {
  margin-right: 5px;
  color: #999;
}
.slice_detail .slice_off {
  color: #fff;
  padding: 2px 6px;
  background: #bd494c;
  border-radius: 5px;
}
.circle_bars {
  padding: 8px 8px 0 8px;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.circle_bar {
  position: relative;
}
.circle_bar .circle_canvas {
  position: absolute;
  left: 40px;
  top: 10px;
}
.circle_bar .knob {
  font-size: 14px !important;
}
.slice_detail_btm {
  background: #ccc;
  padding: 8px;
  margin-bottom: 0;
}
.slice_detail_btm i {
  color: #999;
}
.slice_list .slice_list_block.active {
  background: #eee;
}
.slice_list_block .close {
  position: absolute;
  right: 10px;
  top: 5px;
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1120px) {
  .slice_list_block_l .slice_logo {
    font-size: 14px;
  }
  .slice_list_block_l .slice_logo img {
    width: 70px;
  }
}
.table_defined {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
  background: #f7f8fc;
  width: 100%;
  margin-bottom: 20px;
}
.table_defined tr {
  border-bottom: 1px solid #eee;
}
.table_defined td.btn_operation button {
  border: none;
  background: none;
}
.table_defined td.btn_operation button img {
  width: 24px;
}
.table_defined td.btn_operation a {
  display: inline-block;
  margin-right: 5px;
}
.table_defined td.btn_operation .disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table_defined td.btn_operation a img {
  width: 24px;
}
.table_defined thead tr th,
.table_defined tbody tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.table_defined thead {
  background: #666;
  color: #fff;
}
.table_defined > tbody > tr:nth-child(even) {
  background: #fff;
}
/*.infrastructure_index {
    padding-bottom:40px;
    overflow:hidden;
}
.infrastructure_index .index_block {
    width:20%;
    float:left;
}*/
.index_block_btn {
  width: 128px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 2px solid #3399fe;
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 1px 0 #013063;
  text-align: center;
  color: #3399fe;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}
.index_block_btn:hover {
  background: #e2f0fd;
}
.index_block_btn:hover a:hover {
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  /*  .infrastructure_index .index_block {
        width:100%;
        float:none;
    }
    .index_block_btn {
        width:100%;
        margin-bottom:10px;
    }   */
}
.btn_1,
.btn_2,
.btn_3,
.btn_4,
.btn_5 {
  width: 100%;
  height: 60px;
}
.btn_1 {
  background: url("../img/cs.1491c299adce.png") no-repeat center center;
}
.active .btn_1 {
  background: url("../img/cs2.9007f7c34e6b.png") no-repeat center center;
}
.btn_2 {
  background: url("../img/jd.23103c57f413.png") no-repeat center center;
}
.active .btn_2 {
  background: url("../img/jd2.f0c875d812af.png") no-repeat center center;
}
.btn_3 {
  background: url("../img/fwq.f7beb09ab2db.png") no-repeat center center;
}
.active .btn_3 {
  background: url("../img/fwq2.095cdf60a560.png") no-repeat center center;
}
.btn_4 {
  background: url("../img/jhq.d70899615478.png") no-repeat center center;
}
.active .btn_4 {
  background: url("../img/jhq2.3979fa31e4b1.png") no-repeat center center;
}
.btn_5 {
  background: url("../img/wlxngj.238c7dc856fc.png") no-repeat center center;
}
.active .btn_5 {
  background: url("../img/wlxngj2.1dda16b7563c.png") no-repeat center center;
}
.index_block .active {
  background: #3399fe;
}
.index_block .active a {
  color: #fff;
}
.infrastructure_form {
  margin-bottom: 15px;
  overflow: hidden;
}
.infrastructure_form .form-group {
  margin-right: 10px;
}
.infrastructure_form .form-group.pull-right {
  margin-right: 0;
  margin-bottom: 0;
}
.infrastructure_form .form-group select {
  width: 150px;
}
.manage_index {
  padding-bottom: 25px;
  background: #f1f1f1;
}
.manage_index_block {
  display: block;
  height: 80px;
  background: #fff;
}
.manage_index_block_l {
  width: 50%;
  float: left;
  font-size: 28px;
  color: #999;
  text-align: center;
  font-family: "Microsoft YaHei";
  height: 100%;
}
.manage_index_block_r {
  width: 50%;
  float: right;
  background: #3399fe;
  height: 100%;
  line-height: 80px;
  text-align: center;
}
.manage_index_block_l span {
  display: block;
}
.manage_index_block_l span.manage_index_name {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.m_tuopu {
  background: #f1f1f1;
}
.m_tuopu .tuopu_title {
  position: absolute;
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
  top: 20px;
  left: 35px;
}
.m_tuopu .tuopu_frame {
  box-shadow: 0px -1px 2px #dddddd;
  background: #fff;
  min-height: 400px;
  position: relative;
}
.m_tuopu .tuopu_frame .tp_control {
  right: 25px;
  top: 20px;
}
.frame_sj {
  width: 37px;
  height: 22px;
  background: url("../img/ic_sj.368901de369b.png") no-repeat;
  position: absolute;
  top: -22px;
  left: 70px;
  display: none;
}
.tuopu_sign_l {
  position: absolute;
  top: 20px;
  left: 58px;
}
.tuopu_sign_img {
  position: relative;
  font-size: 12px;
  color: #666;
}
.tuopu_sign_num {
  position: absolute;
  right: -12px;
  top: 17px;
}
.tuopu_sign_num span {
  display: inline-block;
  margin-left: 5px;
  width: 30px;
  text-align: center;
}
.tuopu_sign_r {
  position: absolute;
  right: 60px;
  top: 60px;
}
.tuopu_sign_block {
  display: block;
  padding: 15px 25px 8px 25px;
  background: #3399fe;
  box-shadow: inset 0 -3px #00659b;
  border-radius: 5px;
  margin-bottom: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
a.tuopu_sign_block:hover,
a.tuopu_sign_block:focus {
  color: #fff;
  text-decoration: none;
}
.tuopu_sign_block span {
  display: block;
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
.edit_form .form-group label {
  font-weight: normal;
}
.edit_form .form-group textarea {
  resize: none;
}
.alert_defined {
  border-radius: 0;
  font-size: 12px;
}
.panel_defined {
  border-color: #ddd;
  background: #f1f1f1;
  border-radius: 0;
  color: #999;
  display: none;
}
.panel_defined > .panel-heading {
  color: #fff;
  background-color: #444;
  border-radius: 0;
}
.slice_name {
  margin-bottom: 20px;
  font-weight: bold;
}
.slice_name i {
  cursor: pointer;
}
.panel_defined .panel-body {
  padding-bottom: 5px;
  font-size: 12px;
}
.tuopu {
  position: relative;
  padding-top: 50px;
  min-height: 100px;
  margin-bottom: 15px;
}
.tuopu .tuopu_sign_l {
  left: 0px;
  top: 0;
}
.none_tip {
  text-align: center;
  padding: 10px;
  color: #999;
}
.block_title {
  font-size: 18px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
}
.block_title a {
  margin-left: 10px;
}
.block_title a:hover {
  text-decoration: none;
}
.block_title i {
  font-size: 21px;
  margin-right: 5px;
  vertical-align: middle;
  color: #3399fe;
}
.block_title .tuopu_btn {
  font-size: 12px;
  font-weight: normal;
}
.block_title .tuopu_btn .switch_content {
  font-size: 12px;
}
.block_title .btn {
  margin-left: 10px;
}
.block_title img {
  margin-bottom: 2px;
  margin-right: 5px;
  width: 21px;
}
.block_title span {
  font-size: 14px;
  font-weight: normal;
}
.block_title .enter_link {
  font-size: 14px;
  font-weight: normal;
}
.block_title .form-group {
  margin-bottom: 0;
}
.slice_state i.icon-ok-sign {
  color: #25a943;
}
.slice_state i.icon-remove-sign {
  color: #fc0500;
}
.slice_state i.icon-minus-sign {
  color: #e81111;
}
.slice_state i.icon-warning-sign {
  color: #f9e99b;
}
.news ul {
  margin-bottom: 20px;
}
.news ul li a {
  padding: 5px;
}
.news .news_buttons button {
  width: 100%;
  margin-bottom: 5px;
}
.news_list {
  margin-bottom: 20px;
}
.news_list_top {
  overflow: hidden;
}
.news_list_top img {
  vertical-align: baseline;
}
.news_list_top .checkbox {
  float: left;
}
.news_list_top .enter_link {
  margin-top: 10px;
}
.enter_link {
  color: #0099ff;
}
.enter_link:hover {
  color: #2081e0;
  text-decoration: none;
}
.enter_link i {
  margin-right: 5px;
}
.news_list_bottom {
  background: #f1f1f1;
  padding: 10px;
  color: #999;
}
.active_link {
  color: #999;
}
.tuopu .tuopu_btn {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 0;
  right: 0px;
}
.switch_btn {
  display: inline-block;
  background: url("../img/ic_kg.844d9cc75008.png") no-repeat left top;
  height: 24px;
  line-height: 24px;
  width: 60px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.switch_content {
  color: #fff;
  font-weight: bold;
  float: right;
}
.tuopu_btn .checked {
  background: url("../img/ic_kg.844d9cc75008.png") no-repeat left bottom;
}
.tuopu_btn .checked .switch_content {
  float: left;
}
.tuopu_btn.disabled .switch_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
#deleteModal {
  margin-top: 200px;
}
#deleteModal .modal-content {
  overflow: hidden;
}
#deleteModal .modal-dialog {
  width: 400px;
}
#deleteModal .modal-body {
  text-align: center;
  background: #f1f1f1;
}
fieldset {
  margin-bottom: 20px;
}
fieldset legend {
  border-bottom: none;
  margin-bottom: 10px;
}
.banner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  border-bottom: 1px dashed #ff6600;
}
.banner .ps_btn {
  position: absolute;
  right: 55px;
  top: 30px;
}
.banner h1 {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}
.banner h3 {
  color: #999;
  margin-bottom: 30px;
  line-height: 1.5;
  margin-top: 0;
}
.banner p a:first-child {
  margin-right: 50px;
}
.banner .enter_btn a {
  font-family: "Microsoft YaHei";
}
.banner .btns {
  position: absolute;
  bottom: -75px;
  width: 100%;
  z-index: 10;
}
.banner .btns .tooltip {
  font-size: 16px;
}
.banner .btn_vm_num {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 42px;
  background: #00b9e7;
  margin-right: 40px;
}
.banner .btn_vm_num:visited {
  color: #fff;
}
.banner .btn_vm_num:hover,
.banner .btn_vm_num:active {
  background: #00a1cb;
}
.banner .btn_add {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 82px;
  background: #ff6600;
  box-shadow: 0 0 10px #ff6600;
}
.banner .btn_add:visited {
  color: #fff;
  box-shadow: 0 0 10px #ff6600;
}
.banner .btn_add:hover,
.banner .btn_add:active {
  background: #ed5f00;
  color: #fff;
  box-shadow: 0 0 10px #ff6600;
}
.intro_well {
  background: #f1f1f1;
  border: none;
  box-shadow: none;
}
.intro_well .list_title {
  font-weight: bold;
  margin-top: 10px;
}
.intro_well p {
  color: #999;
}
.help_all .help_chose {
  width: 239px;
  float: right;
}
/* 新帮助页面 */
body.help_box #help_left {
  width: 200px;
  float: left;
  /*dl {
            padding:10px;
            background:#f1f1f1;
            margin-bottom:10px;
            dt {
                font-size:18px;
                font-weight: normal;
                color:#ff6600;
                padding:5px 5px 10px 5px;
                margin-bottom:10px;
                border-bottom:1px dashed #666;
                position:relative;
                span {
                    position:absolute;
                    right:10px;
                    top:6px;
                    font-size:24px;
                    cursor:pointer;
                    color:#333;
                }
            }
            dd {
                padding:5px;
                a {
                    color:#666;
                    -webkit-transition: all 0.1s ease;
                    -moz-transition: all 0.1s ease;
                    -o-transition: all 0.1s ease;
                    transition: all 0.1s ease;
                }
                a:hover {
                    text-decoration:none;
                    color:#00b9e7;
                }
                a.active {
                    color:#00b9e7;
                }
            }
        }*/
}
body.help_box #help_left .nav {
  width: 180px;
}
body.help_box #help_left .nav > li {
  margin-bottom: 2px;
}
body.help_box #help_left .nav > li a {
  display: block;
  padding: 7px 15px;
  font-size: 13px;
  color: #666;
  background-color: #e1e1e1;
  text-decoration: none;
}
body.help_box #help_left .nav > li a:hover {
  color: #ff6600;
}
body.help_box #help_left .nav > li > ul {
  display: none;
}
body.help_box #help_left .nav > li > ul > li > a {
  background-color: #f1f1f1;
  padding-left: 25px;
}
body.help_box #help_left .nav > li > ul > li > ul {
  display: none;
}
body.help_box #help_left .nav > li > ul > li > ul > li > a {
  background-color: #f8f8f8;
  padding-left: 35px;
  font-size: 12px;
}
body.help_box #help_left .nav > li.active > a {
  color: #ff6600;
  font-weight: bold;
}
body.help_box #help_left .nav > li.active > ul {
  display: block;
}
body.help_box #help_left .nav > li.active > ul > li.active > a {
  color: #ff6600;
}
body.help_box #help_left .nav > li.active > ul > li.active > ul {
  display: block;
}
body.help_box #help_left .nav > li.active > ul > li.active > ul li.active > a {
  background: #ff6600;
  color: #fff;
}
body.help_box #help_right {
  margin-left: 200px;
  border: 1px solid #f1f1f1;
  padding: 10px 30px;
  color: #666;
  background: #fff;
  /* 新帮助页面 */
}
body.help_box #help_right img {
  max-width: 100%;
}
body.help_box #help_right .help_ic {
  display: inline-block;
  vertical-align: middle;
}
body.help_box #help_right .sm_step {
  color: #ff9900;
  margin-right: 30px;
}
body.help_box #help_right section {
  padding-bottom: 20px;
}
body.help_box #help_right h4 {
  color: #333;
  position: relative;
  font-weight: bold;
}
body.help_box #help_right h4 span {
  font-size: 24px;
  color: #ff6600;
  position: absolute;
  left: -15px;
  top: -3px;
}
body.help_box #help_right p {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.help_box #help_right p a {
  line-height: 24px;
}
body.help_box #help_right h5 {
  font-size: 16px;
  border-left: 6px solid #ff9900;
  padding-left: 10px;
  color: #333;
  font-weight: bold;
}
body.help_box #help_right dl {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.help_box #help_right dl dt {
  font-weight: normal;
}
body.help_box #help_right dl dd {
  margin-top: 5px;
}
body.help_box #help_right ol li {
  margin-top: 5px;
}
body.help_box #help_right h6 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
body.help_box #help_right .tip {
  position: relative;
  padding: 10px;
}
body.help_box #help_right .tip .tip_l {
  width: 150px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
}
body.help_box #help_right .tip .tip_l span {
  font-size: 28px;
  position: relative;
  top: 2px;
  color: #ff6600;
  margin-right: 10px;
}
body.help_box #help_right .tip .tip_l b {
  font-size: 24px;
  color: #333;
}
body.help_box #help_right .tip .tip_r {
  margin-left: 150px;
  border: 1px solid #e2bc1b;
  border-radius: 5px;
  padding: 10px;
  background: #fff7d8;
  color: #ff9900;
  font-size: 12px;
}
body.help_box #help_right h2,
body.help_box #help_right h1 {
  font-size: 21px;
  font-weight: bold;
  color: #333;
}
body.help_box #help_right h3 {
  font-size: 18px;
  font-weight: bold;
}
body.help_box #help_right h4 {
  font-weight: normal;
  font-size: 16px;
}
body.help_box #help_right ul {
  list-style: disc;
  padding-left: 2em;
}
body.help_box #help_right p {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.help_box #help_right blockquote {
  font-size: 14px;
}
.asteriskField {
  display: none;
}
.progress_explain {
  margin-bottom: 10px;
}
.progress_explain span {
  vertical-align: middle;
  margin-left: 10px;
}
.progress_explain img {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
}
.progress_defined {
  position: relative;
  text-align: center;
  background: #eee;
  margin-bottom: 0;
  border-radius: 10px;
}
.progress_defined span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #333!important;
}
.progress_defined .progress-bar-info {
  background: #2291fe;
  border-radius: 10px;
}
.progress_defined .progress-bar-success {
  border-radius: 10px;
  background: #00cc33;
}
.buttons_margin {
  padding-top: 30px;
  padding-bottom: 30px;
}
.buttons_margin button {
  margin-left: 5px;
  margin-right: 5px;
}
.search_chose select {
  max-width: 175px;
}
.nav-pills li {
  padding: 0;
  text-align: center;
}
.nav-pills li a.step {
  position: relative;
  background-color: #fff !important;
  background-image: none !important;
  filter: none !important;
  border: 0px;
  box-shadow: none !important;
  color: #999;
  cursor: default;
  padding-left: 9px;
  padding-right: 9px;
}
.nav-pills li a.step i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 22px;
  color: #999;
}
.nav-pills li .number {
  color: #fff;
  vertical-align: middle;
  background-color: #999;
  display: inline-block;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-right: 0px;
}
.nav-pills li .desc {
  vertical-align: middle;
}
.nav-pills .visit .step .number {
  background-color: #3399fe;
  color: #fff;
}
.nav-pills .visit .step .desc {
  color: #555;
  font-weight: bold;
}
.nav-pills .visit .step i {
  color: #3399fe;
}
.show_frame {
  min-height: 200px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.show_frame .no-virtual-switch {
  margin-bottom: 0;
}
.show_frame .main_frame {
  height: 500px;
  background: #f1f1f1;
  position: relative;
}
.show_frame .main_frame .tp_control {
  right: 20px;
  top: 60px;
}
.show_frame .main_frame .frame_tip {
  color: #999;
  position: absolute;
  right: 25px;
  top: 10px;
}
.show_frame .main_frame .frame_tip span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 5px;
}
.show_frame .main_frame .frame_tip span.frame_tip_r {
  background-color: #ff0000;
}
.show_frame .main_frame .frame_tip span.frame_tip_b {
  background-color: #0099ff;
}
.show_frame .main_frame .frame_tip span.frame_tip_g {
  background-color: #009933;
}
.show_frame .main_frame .tuopu_sign_l {
  top: 10px;
  left: 25px;
}
.ipInput-border {
  border-width: 1;
  border-color: #E3E9EF;
  border-style: solid;
  width: 155px;
  font-size: 9pt;
  background-color: white;
}
.ipInput-border span {
  font-size: 20px;
}
.ipInput-cell {
  background: transparent;
  outline: none;
  width: 23%;
  height: 20px;
  border-width: 0px !important;
  border-style: none;
  text-align: center;
  height: 100%;
}
#ipInput,
#ipInput_base {
  height: 34px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ebebe4;
  border: 1px solid #cccccc;
}
#ipInput input.ipInput-cell,
#ipInput_base input.ipInput-cell {
  box-shadow: none;
}
.dk_pull {
  text-align: center;
}
.table_base {
  width: 100%;
  margin-bottom: 20px;
}
.table_base thead tr td,
.table_base tbody tr td {
  padding: 0 8px 8px 8px;
  word-break: break-all;
}
.table_base .slider_td {
  padding-top: 8px;
  padding-bottom: 16px;
}
.table_base .tab_radio1,
.table_base .tab_radio2 {
  padding-top: 2px;
  font-weight: normal;
}
.table_base .tab_radio1 .block_span,
.table_base .tab_radio2 .block_span {
  width: 10px;
  display: inline-block;
}
.v_top {
  vertical-align: top;
}
.create_vm_form tbody tr td {
  padding: 0 8px 16px 8px;
}
.create_vm_form tbody tr td img {
  margin-right: 20px;
}
.create_vm_form tbody tr td input,
.create_vm_form tbody tr td select {
  margin-bottom: 0;
}
.create_vm_form tbody tr td .view_topo {
  margin-left: 20px;
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
}
.create_vm_form tbody tr td .error_icon {
  margin-left: 20px;
  margin-top: 8px;
  display: inline-block;
  color: #fc0500;
}
.create_vm_form tbody tr td #dhcp_vm,
.create_vm_form tbody tr td .dhcp_vm {
  margin-left: 13px;
  margin-top: 3px;
}
.create_vm_form .type_chose a {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #e1f2fa;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 2px;
  color: #2291fe;
  font-size: 12px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.create_vm_form .cpu_chose a {
  font-family: "Microsoft YaHei";
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid #e1f2fa;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 6px;
  color: #2291fe;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.create_vm_form .cpu_chose a.disabled {
  border-color: #bebebe;
  background: #eee;
  color: #999;
  cursor: not-allowed;
}
.create_vm_form .cpu_chose a.disabled:hover {
  border-color: #bebebe;
}
.create_vm_form .type_chose a:hover,
.create_vm_form .cpu_chose a:hover {
  border-color: #2291fe;
}
.create_vm_form a.vm_active {
  background: #2291fe;
  border: 1px solid #2291fe;
  color: #fff !important;
}
/* flatui */
.ui-slider {
  width: 370px;
  background: #dfdfdf;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 15px;
  position: relative;
}
.slider_td {
  display: block;
  position: relative;
}
.slider_td .value_s {
  position: absolute;
  top: 3px;
  left: -16px;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 12px;
}
.slider_td .value_e {
  position: absolute;
  top: 3px;
  left: 349px;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 12px;
}
.slider_td .cpu_value {
  position: absolute;
  top: 5px;
  left: -9px;
}
.slider_td .disk_value {
  position: absolute;
  top: 5px;
  left: -1px;
}
.ui-slider-segment {
  background-color: #bbb;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -6px 0 0;
  width: 6px;
  position: relative;
}
.ui-slider-segment span {
  display: block;
  width: 60px;
  text-align: center;
  position: absolute;
  top: -23px;
  left: -28px;
  font-size: 12px;
}
.ui-slider-range {
  background-color: #1abc9c;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #48c9b0;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #16a085;
}
.ui_defined .ui-slider-range {
  background-color: #ffcc33;
}
.ui_defined .ui-slider-handle {
  background-color: #fea30a;
}
.ui_defined .ui-slider-handle:hover,
.ui_defined .ui-slider-handle:focus {
  background-color: #fdbe00;
  outline: none;
}
.ui_defined .ui-slider-handle:active {
  background-color: #fea30a;
}
#div_normal_data .row {
  margin-bottom: 20px;
}
#div_normal_data .row .box .title {
  height: auto;
  position: relative;
  border: 1px solid #c4c4c4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#div_normal_data .row .box .title h4 {
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 18px;
}
#div_normal_data .row .box .content {
  min-height: 330px;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: none;
  background-color: #fff;
  position: relative;
}
#div_normal_data .row .box .content .chart_unit {
  line-height: 34px;
  font-size: 12px;
}
#div_normal_data .row .box .content .chart_tip {
  position: absolute;
  height: 44px;
  top: 5px;
  right: 5px;
  background-color: #ffffff;
  opacity: 0.85;
  padding: 5px 10px 5px 10px;
}
#div_normal_data .row .box .content .chart_tip p {
  font-size: smaller;
  color: #3f3f3f;
}
#div_normal_data .row .box .content .chart_tip p span {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 5px;
}
#div_normal_data .row .box.gradient .title {
  background: #f1f1f1;
}
#div_normal_data .tem_defined .title {
  cursor: pointer;
}
#div_normal_data .tem_defined.active .title {
  background: #3399fe !important;
  color: #fff;
  border: 1px solid #3399fe;
}
#div_normal_data .tem_defined.active .content {
  border: 1px solid #3399fe;
  border-top: none;
}
.tab_part {
  display: none;
}
.tab_part.tab_1 {
  display: block;
}
.frame_tuopu .main {
  padding-top: 40px;
}
@media (min-width: 768px) {
  #editSliceModal .modal-dialog,
  .edit_controller_modal .modal-dialog {
    width: 750px;
  }
}
.show_dhcp .tuopu_btn {
  margin-top: 10px;
}
.action_box {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.action_box .pull-right .btn {
  margin-left: 10px;
}
#div_id_image.form-group {
  margin-bottom: 0;
}
#div_id_image.form-group label {
  display: none;
}
#div_id_server.form-group {
  margin-bottom: 0;
}
#div_id_server.form-group label {
  display: none;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 150px auto 0;
  }
}
#svg .modal-dialog .modal-body {
  max-height: 270px;
  overflow: auto;
}
i.error_icon {
  color: #a94442;
}
i.error_icon:hover {
  text-decoration: none;
}
span[name="imageInfo"] {
  margin-left: 5px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}
span[name="serverInfo"] {
  margin-left: 5px;
}
.table_base tbody tr td.title_padding {
  padding-right: 4px;
}
.table_base tbody tr td.td_tooltip_padding {
  padding-left: 0;
}
.device_access {
  margin-bottom: 20px;
}
.device_access .col-xs-9 {
  background: #f1f1f1;
}
.device_access .col-xs-9 .topology {
  background: #f1f1f1;
}
.device_access .col-xs-3 {
  padding-right: 0px;
}
.device_access .device_access_form {
  background: #999;
  border-radius: 5px;
  height: 404px;
  padding: 15px;
  color: #fff;
}
.device_access .device_access_form .form-group {
  display: block;
  margin-bottom: 20px;
}
.device_access .device_access_form .form-group label {
  margin-right: 15px;
  margin-bottom: 5px;
}
.device_access .device_access_form .form-group select,
.device_access .device_access_form .form-group textarea,
.device_access .device_access_form .form-group input[type="text"] {
  width: 100%;
}
.device_access .device_access_form .form-group textarea {
  height: 66px;
  overflow-y: auto;
}
.device_access .device_access_form .device_access_btn label {
  margin-right: 15px;
}
.device_access .device_access_form .device_access_btn .tuopu_btn {
  display: inline-block;
}
.device_access .device_access_form .device_access_savebtn {
  padding-top: 20px;
  text-align: center;
}
.check_quota_table tbody tr td span {
  font-size: 12px;
  color: #999;
}
.slice_detail_block .help-block {
  margin-bottom: 40px;
  text-align: center;
}
.slice_detail_block .slice_detail_content {
  display: none;
}
.port_control {
  position: relative;
  margin-bottom: 10px;
}
.port_control h4 {
  text-align: center;
}
.port_control .form-group {
  position: absolute;
  right: 0;
  top: 2px;
}
.port_control .form-group .form-control {
  padding: 6px 25px;
  display: inline-block !important;
  width: auto;
}
.port_fill .label {
  margin-right: 10px;
}
.port_fill .call_out {
  vertical-align: middle;
}
.main2 .tuopu_detail {
  padding-top: 0;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  background: #f1f1f1;
  margin-top: -20px;
  *zoom: 1;
  position: relative;
}
.main2 .tuopu_detail .tp_control {
  right: 20px;
  top: 20px;
}
#div_id_name .controls {
  height: 40px;
}
.user_manage_tab {
  background: #2291fe;
  margin-bottom: 20px;
}
.user_manage_tab a {
  display: block;
  padding: 15px 0;
  text-align: center;
}
.user_manage_tab a span {
  color: #fff;
  padding: 5px 0 5px 35px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.user_manage_tab a:hover,
.user_manage_tab a:active {
  text-decoration: none;
}
.user_manage_tab a:hover span,
.user_manage_tab a:active span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.user_manage_tab a.on {
  background: url("../img/sj.6f601f7b04f6.png") no-repeat center bottom;
}
.user_manage_tab a.on span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.user_manage_tab a.user_index span {
  background: url("../img/user1.6354a2902793.png") no-repeat left center;
}
.user_manage_tab a.news_index span {
  background: url("../img/news1.ddc536ade3b2.png") no-repeat left center;
}
.user_manage_tab a.log_index span {
  background: url("../img/log1.1056c778b6d3.png") no-repeat left center;
}
.user_manage_tab a.fw span {
  background: url("../img/fw1.6ef73ebb8603.png") no-repeat left center;
}
.user_manage_tab a.xnj span {
  background: url("../img/xnj1.e0b6c5ae3ed4.png") no-repeat left center;
}
.user_manage_tab a.zjr span {
  background: url("../img/zjr1.12a4efed19a3.png") no-repeat left center;
}
.user_manage_tab a.jx span {
  background: url("../img/jx1.3f39ca0db77f.png") no-repeat left center;
}
.user_manage_tab a.bf span {
  background: url("../img/bf1.70789b6bd363.png") no-repeat left center;
}
.user_manage_tab a.qx span {
  background: url("../img/qx1.62894cbdfced.png") no-repeat left center;
}
.switch_main {
  height: 490px;
  position: relative;
  overflow: hidden;
}
.switch_main .tuopu_sign_r {
  display: none;
  left: 0;
  top: 0;
  right: auto;
}
.switch_main .tuopu_sign_r .tuopu_sign_block {
  width: 100px;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.switch_main .data_chart {
  height: 490px;
  border: 1px solid #ababab;
  padding: 90px 10px 10px 10px;
  position: relative;
}
.switch_main .data_chart .port_select {
  position: absolute;
  right: 10px;
  top: 25px;
}
.switch_main .data_chart .port_select .form-control {
  width: 120px;
}
.switch_main .data_chart .port_fill {
  position: absolute;
  left: 10px;
  top: 10px;
}
.switch_main .data_chart .port_fill .call_out {
  color: #999;
}
.switch_main .data_chart .port_mean {
  position: absolute;
  right: 200px;
  top: 25px;
}
.switch_main .data_chart .port_mean span {
  padding: 6px;
  border-radius: 5px;
  display: block;
  float: left;
}
.switch_main .data_chart .port_mean span i {
  margin-right: 5px;
}
.switch_main .data_chart .port_mean .port_green {
  border: 1px solid #99cc66;
  margin-right: 10px;
}
.switch_main .data_chart .port_mean .port_green i {
  color: #99cc66;
}
.switch_main .data_chart .port_mean .port_blue {
  border: 1px solid #99ccff;
}
.switch_main .data_chart .port_mean .port_blue i {
  color: #99ccff;
}
.monitor_block .manage_index_block {
  background: #3399fe;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.monitor_block .manage_index_block span {
  font-size: 42px;
  color: #333;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: top;
}
.monitor_tp {
  margin-top: 20px;
}
.monitor_tp .monitor_tp_l {
  position: relative;
  border: 1px solid #ababab;
  height: 350px;
  padding: 10px 100px;
}
.monitor_tp .monitor_tp_l h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: bold;
  margin: 0;
}
.monitor_tp .monitor_tp_l .wrap_pic {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 330px;
}
.monitor_tp .monitor_tp_l .wrap_pic .pic {
  position: absolute;
  width: 100%;
  height: 200px;
  border-radius: 50%;
  background: url("../img/cloud.b5861fbbbcef.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.monitor_tp .monitor_tp_l .scroll_btn {
  position: absolute;
  right: 20px;
  top: 133px;
}
.monitor_tp .monitor_tp_l .scroll_btn i {
  display: block;
  font-size: 32px;
  color: #999;
  cursor: pointer;
}
.monitor_tp .monitor_tp_l .scroll_btn i.btn_pre {
  margin-bottom: 20px;
}
.monitor_tp .monitor_tp_r {
  border: 1px solid #ababab;
  height: 350px;
  border-radius: 5px;
  padding: 20px;
}
.monitor_tp .monitor_tp_r h4 {
  margin: 0 0 40px 0;
  font-weight: bold;
}
.monitor_tp .monitor_tp_r p {
  padding-left: 30px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.monitor_tp .monitor_tp_r .info_name {
  background: url("../img/info_.06b19f4178fe.png") no-repeat 0 4px;
}
.monitor_tp .monitor_tp_r .info_user {
  background: url("../img/info_.06b19f4178fe.png") no-repeat 0 -30px;
}
.monitor_tp .monitor_tp_r .info_ctime {
  background: url("../img/info_.06b19f4178fe.png") no-repeat 0 -63px;
}
.monitor_tp .monitor_tp_r .info_wtime {
  background: url("../img/info_.06b19f4178fe.png") no-repeat 0 -98px;
}
.monitor_tp .monitor_tp_r .device_pic {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.monitor_tp .monitor_tp_r .device_pic img {
  margin-right: 10px;
}
.monitor_tp .monitor_tp_r ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.monitor_tp .monitor_tp_r ul li {
  margin-bottom: 20px;
}
.monitor_tp .monitor_tp_r ul li span {
  font-size: 36px;
  color: #339966;
  margin-left: 20px;
  vertical-align: middle;
  font-weight: bold;
}
.project_slider .slider_part {
  padding-top: 15px;
  margin-bottom: 20px;
}
.project_slider .slider_part label {
  float: left;
  margin-right: 20px;
  width: 80px;
}
.project_slider .slider_part:after {
  clear: both;
}
.project_slider .ui-widget-content {
  width: 340px;
  float: left;
  margin-top: 6px;
  background: #dfdfdf;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border: none;
}
.project_slider .ui-widget-content .ui-widget-header {
  background-color: #1abc9c;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.project_slider .ui-widget-content .ui-state-default {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.project_slider .ui-widget-content .ui-state-default span {
  top: 0;
  width: 100px;
  display: block;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -41px;
}
.project_slider .ui-widget-content .ui-state-default:hover {
  background-color: #48c9b0;
  outline: none;
}
ul.action_box_tab {
  float: left;
  margin-bottom: 0;
}
ul.action_box_tab li {
  float: left;
}
ul.action_box_tab li a {
  display: block;
  padding: 6px 24px;
  border: 1px solid #e1f2fa;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 10px;
  color: #2291fe;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.action_box_tab li a i {
  margin-right: 10px;
}
ul.action_box_tab li a:hover,
ul.action_box_tab li a:focus {
  border-color: #2291fe;
  text-decoration: none;
}
ul.action_box_tab li.active a {
  background: #2291fe;
  border: 1px solid #2291fe;
  color: #fff;
}
.t_dropdown .dropdown a {
  color: #fff;
}
.t_dropdown ul.dropdown-menu {
  min-width: 140px;
}
.t_dropdown ul.dropdown-menu li a {
  color: #333;
}
.t_dropdown ul.dropdown-menu li a:hover,
.t_dropdown ul.dropdown-menu li a:focus {
  color: #262626;
  background-color: #f5f5f5;
}
.action_box_tab_blocks .action_box_tab_block {
  display: none;
}
ul.errorlist {
  list-style: none;
  padding-left: 0;
}
.radio_defined input[type="radio"] {
  margin-left: -5px;
  margin-right: 5px;
  position: relative;
}
.pot_state span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: none;
}
.pot_state span.success {
  background: #15AD66;
}
.pot_state span.error {
  background: #FF362B;
}
.pot_state span.loading {
  background: #F7911E;
  animation: myloading 2s infinite;
  -moz-animation: myloading 2s infinite;
  /* Firefox */
  -webkit-animation: myloading 2s infinite;
  /* Safari and Chrome */
  -o-animation: myloading 2s infinite;
  /* Opera */
}
@keyframes myloading {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px #B64926;
  }
  100% {
    box-shadow: none;
  }
}
@-moz-keyframes myloading /* Firefox */ {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px #B64926;
  }
  100% {
    box-shadow: none;
  }
}
@-webkit-keyframes myloading /* Safari and Chrome */ {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px #B64926;
  }
  100% {
    box-shadow: none;
  }
}
@-o-keyframes myloading /* Opera */ {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px #B64926;
  }
  100% {
    box-shadow: none;
  }
}
.block_chose a {
  display: block;
  margin-bottom: 10px;
  padding: 8px 16px;
  border: 1px solid #e1f2fa;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 2px;
  color: #2291fe;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block_chose a:hover {
  border-color: #2291fe;
}
.block_chose a.active {
  border-color: #2291fe;
  background: #2291fe;
  color: #fff;
}
.btn_file {
  position: relative;
  padding-left: 0;
}
.btn_file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  background: red;
  width: 54px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.oper_menu li img {
  width: 20px;
  margin-right: 10px;
}
.oper_menu li i {
  color: #2291fe;
  margin-right: 10px;
}
.oper_menu li i.glyphicon-trash {
  color: #ff3333;
}
.oper_menu li a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #ccc !important;
}
.oper_menu li a.disabled i {
  color: #ccc;
}
.pop_chose_block .create_vm_form .cpu_chose a {
  padding: 10px 15px;
}
.pop_chose_block .slider_td .value_s,
.pop_chose_block .slider_td .value_e {
  top: -4px;
}
.select_multi_l,
.select_multi_r {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 6px 12px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select_multi_l .select_row,
.select_multi_r .select_row {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}
.select_multi_l .select_row div,
.select_multi_r .select_row div {
  word-break: break-all;
  float: left;
  display: inline;
}
.select_multi_l .select_row .select_row_l,
.select_multi_r .select_row .select_row_l {
  width: 60%;
}
.select_multi_l .select_row .select_row_r,
.select_multi_r .select_row .select_row_r {
  width: 40%;
}
.select_multi_l .active,
.select_multi_r .active {
  background: #ccc;
}
.select_btn_l,
.select_btn_r {
  display: block;
  margin: 0 auto;
}
.select_btn_r {
  margin-bottom: 15px;
  margin-top: 128px;
}
.main2 .row_chose tbody tr {
  cursor: pointer;
}
.main2 .row_chose tbody tr.row_hover {
  background: #eee;
}
.main2 .row_chose tbody tr.active {
  background: #d9edf7 !important;
}
.pagination > li > a {
  color: #00b9e7;
}
.pagination > li > a:hover {
  color: #00b9e7;
}
.pagination > .active > a {
  background-color: #00b9e7;
  border-color: #dddddd;
}
.pagination > .active > a:hover {
  background-color: #00b9e7;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
}
.pop_tips {
  position: fixed;
  top: 75px;
  right: 0;
  z-index: 100;
}
.pop_tips .alert {
  padding: 5px;
  margin-bottom: 10px;
  width: 250px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}
.pop_tips .alert i {
  margin-right: 10px;
}
.col_iso .action_box_tab_blocks .block_chose .pull-left {
  width: 46%;
  margin-right: 2%;
  word-wrap: break-word;
  word-break: break-all;
}
.col_iso .action_box_tab_blocks .block_chose .pull-right {
  width: 52%;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 1250px) {
  .label_defined .form-group label {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp_control {
  position: absolute;
}
.tp_control .small_full {
  background: url("../img/full_small.21ad908d789d.png") no-repeat;
  width: 36px;
  height: 36px;
  padding: 4px;
  overflow: hidden;
}
.tp_control .small_full a {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.tp_control .small_full a:hover {
  background: #ebf1f3;
}
.tp_control .small_full a.c_full span {
  display: block;
  background: url("../img/full_small.21ad908d789d.png") no-repeat -8px -37px;
  width: 20px;
  height: 20px;
  margin: 4px auto;
}
.tp_control .small_full a.c_small span {
  display: block;
  background: url("../img/full_small.21ad908d789d.png") no-repeat -8px -60px;
  width: 20px;
  height: 20px;
  margin: 4px auto;
}
.tp_control .map_zoom {
  background: url("../img/zoom_control.f488e7763d77.png") no-repeat;
  width: 48px;
  height: 96px;
  padding: 6px;
}
.tp_control .map_zoom a {
  display: block;
  width: 36px;
  height: 40px;
  overflow: hidden;
}
.tp_control .map_zoom a.zoom_plus span {
  display: block;
  background: url("../img/zoom_control.f488e7763d77.png") no-repeat -17px -98px;
  width: 16px;
  height: 16px;
  margin: 12px auto;
}
.tp_control .map_zoom a.zoom_minus {
  margin-top: 5px;
}
.tp_control .map_zoom a.zoom_minus span {
  display: block;
  background: url("../img/zoom_control.f488e7763d77.png") no-repeat -17px -121px;
  width: 16px;
  height: 4px;
  margin: 18px auto;
}
.tp_control .map_zoom a:hover {
  background: #ebf1f3;
}
.tp_pop {
  display: none;
  position: fixed;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  padding: 20px;
}
.tp_pop h4 {
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
}
.tp_pop .tp_control {
  right: 20px;
  top: 20px;
}
.tp_pop .tp {
  width: 100%;
  height: 100%;
}
.tr_r {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url("../img/xz.5fb2ffd592d4.png") no-repeat;
}
.tr_r i {
  color: #fff;
  margin-left: 19px;
}
.alert_contain {
  border: 1px solid #bce8f1;
  border-radius: 5px;
  overflow: hidden;
}
.alert_contain .alert {
  border-top: none;
  border-right: none;
  border-left: none;
}
/* ie7、ie8 */
.ie_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.ie_pop {
  display: none;
  width: 691px;
  height: 443px;
  background: url("../img/ie_pop.b6266e49033a.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin-left: -345.5px;
  margin-top: -221.5px;
  padding: 58px 15px 15px 56px;
}
.ie_pop p {
  padding: 40px 25px 40px 73px;
  font-size: 18px;
  margin-bottom: 0;
  *width: 520px;
}
.ie_pop ul {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 20px;
  *margin-left: 0;
  zoom: 1;
}
.ie_pop ul li {
  float: left;
  margin-right: 20px;
}
.ie_pop ul li .ie_pot {
  cursor: pointer;
  display: block;
  background: url("../img/ie_pot.e2196bb47239.png") no-repeat;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}
.ie_pop ul li .ie_pot i {
  display: none;
  font-size: 16px;
}
.ie_pop ul li .ie_pot span {
  position: absolute;
  top: 0px;
  left: 0;
}
.ie_pop ul li .chrome span {
  display: block;
  background: url("../img/chrome.fb96f3db087c.png") no-repeat;
  width: 100px;
  height: 100px;
}
.ie_pop ul li .firefox span {
  display: block;
  background: url("../img/firefox.5d02fa6a42bd.png") no-repeat;
  width: 100px;
  height: 100px;
}
.ie_pop ul li .ie span {
  display: block;
  background: url("../img/ie.7358c80eb0bb.png") no-repeat;
  width: 100px;
  height: 100px;
}
.ie_pop ul li .opera span {
  display: block;
  background: url("../img/opera.fe5749d381a3.png") no-repeat;
  width: 100px;
  height: 100px;
}
.ie_pop ul li .safari span {
  display: block;
  background: url("../img/safari.1457e59bbe3d.png") no-repeat;
  width: 100px;
  height: 100px;
}
.ie_pop .ie_goon {
  clear: both;
  font-size: 18px;
  color: #666;
  padding: 0 25px 0 73px;
  position: relative;
}
.ie_pop .ie_goon i {
  cursor: pointer;
}
.ie_pop .ie_goon span {
  display: block;
  background: url("../img/plane.c1c3d22ae350.png");
  width: 53px;
  height: 36px;
  position: absolute;
  left: 175px;
  top: -6px;
}
.posit_re {
  position: relative;
}
.main_search {
  margin-bottom: 0;
}
.main_search input.form-control {
  position: relative;
  bottom: -1px;
  z-index: 10;
}
.main_search a {
  z-index: 11;
}
.select_multi_left .select_btn i {
  margin-left: 10px;
  margin-right: 0;
}
.select_multi_right {
  margin-top: 15px;
}
.mul_sm_btn {
  padding: 0;
}
.mul_sm_btn i {
  font-size: 22px;
  cursor: pointer;
  color: #3399fe;
  display: block;
  margin: 0 auto;
}
.mul_sm_btn i.glyphicon-circle-arrow-right {
  margin-bottom: 20px;
  margin-top: 65px;
}
/* 弹框分步  */
.pop_tab_guide ul.nav-pills > li + li {
  margin-left: 0;
}
.pop_tab_guide ul.nav-pills {
  margin-bottom: 10px;
}
.pop_tab_div {
  padding-top: 30px;
  overflow: hidden;
  position: relative;
  height: 380px;
}
.pop_tab_div .pop_step_all {
  position: absolute;
  left: 0;
  top: 30px;
  width: 2574px;
}
.pop_tab_div .pop_step_all .pop_tab_step {
  width: 858px;
  float: left;
  display: inline-block;
}
.host_find {
  margin-left: -2.333%;
}
.host_find .common_square_block {
  height: 260px;
  width: 31%;
  float: left;
  margin-left: 2.333%;
}
/*@media (min-width: 1100px) and (max-width: 1280px)  {
    .host_find {
        .common_square_block {
            height:260px;

        }
    }
}

@media (max-width: 1200px) {
    .host_find {
        margin-left:-5%;
        .common_square_block {
            height:240px;
            width:45%;
            float:left;
            margin-left:5%;

        }
    }
}*/
.ubuntu_info {
  padding-bottom: 193px;
  background: url("../img/skin/orange-theme/sys_sy.392c69d3fbd9.png") center bottom no-repeat;
}
.chart_bar {
  height: 184px;
  margin-bottom: 40px;
}
.chart_bar .circliful {
  width: 120px;
  height: 120px;
}
.chart_bar .circliful p {
  color: #999;
  font-size: 12px;
  position: absolute;
  top: 110px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.chart_bar .used_cpu {
  float: left;
  width: 33.333%;
}
.chart_bar .used_cpu .circliful {
  margin: 0 auto;
}
.chart_bar .used_ram {
  float: left;
  width: 33.333%;
}
.chart_bar .used_ram .circliful {
  margin: 0 auto;
}
.chart_bar .used_disk {
  float: left;
  width: 33.333%;
}
.chart_bar .used_disk .circliful {
  margin: 0 auto;
}
.net_config .common_square_block {
  height: 200px !important;
}
.net_config .common_square_block .left_state {
  width: 100px;
}
.net_config .common_square_block .left_state .state_img {
  margin-top: 50px;
  width: 69px;
  height: 66px;
}
.net_config .common_square_block .left_state .net_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -75px -156px no-repeat;
}
.net_config .common_square_block .right_state {
  margin-left: 100px;
}
.net_config .common_square_block.disabled .left_state .net_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") 0 -156px no-repeat;
}
.user_manage .manage_width_side .left_main .authority_form {
  margin-left: -1%;
}
.user_manage .manage_width_side .left_main .authority_form .common_square_block.add {
  height: 95px;
  line-height: 73px;
  text-align: center;
  font-size: 28px;
  color: #999;
}
.user_manage .manage_width_side .left_main .authority_form .common_square_block {
  float: left;
  margin-left: 1%;
}
.user_manage .manage_width_side .left_main .authority_form .common_square_block h5 {
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #999;
}
.user_manage .manage_width_side .left_main .authority_form .common_square_block h5 i {
  font-size: 24px;
  vertical-align: middle;
  top: 0;
  margin-right: 10px;
}
.user_manage .manage_width_side .left_main .authority_form .common_square_block p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.user_manage .common_square_block {
  /*  height:140px !important;
        .left_state {
            width:100px;
            .state_img {
                margin-top:25px;
                width:48px;
                height:46px;
            }
            .user_icon {
                background:url("../img/skin/orange-theme/icon-register.0826b589191b.png") -167px -382px no-repeat;
            }
            .user_receive_icon {
                background:url("../img/skin/orange-theme/icon-register.0826b589191b.png") -55px -382px no-repeat;
            }
            .user_refuse_icon {
                background:url("../img/skin/orange-theme/icon-register.0826b589191b.png") -110px -382px no-repeat;
            }
        }
        .right_state {
            margin-left:100px;
        }    */
}
.local_img .common_square_block {
  height: 200px !important;
}
.local_img .common_square_block .left_state {
  width: 100px;
}
.local_img .common_square_block .left_state .state_img {
  margin-top: 40px;
  width: 85px;
  height: 85px;
}
.local_img .common_square_block .left_state .ubuntu_icon {
  background: url("../img/skin/orange-theme/logo-ubuntu.0f813f8ca160.png") 0 0 no-repeat;
}
.local_img .common_square_block .right_state {
  margin-left: 100px;
}
.local_img .common_square_block.disabled .left_state .ubuntu_icon {
  background: url("../img/skin/orange-theme/logo-ubuntu.0f813f8ca160.png") -85px 0 no-repeat;
}
.img_manage .common_square_block .left_state {
  width: 100px;
}
.img_manage .common_square_block .left_state .state_img {
  margin-top: 50px;
  width: 64px;
  height: 64px;
}
.img_manage .common_square_block .left_state .img_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -157px -157px no-repeat;
}
.img_manage .common_square_block .left_state .img_app_icon {
  width: 72px;
  height: 63px;
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -373px -157px no-repeat;
}
.img_manage .common_square_block .left_state .img_sys_icon {
  width: 72px;
  height: 63px;
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -297px -157px no-repeat;
}
.img_manage .common_square_block .left_state .img_own_icon {
  width: 72px;
  height: 63px;
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -762px -157px no-repeat;
}
.img_manage .common_square_block .left_state .img_pub_icon {
  width: 72px;
  height: 63px;
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -681px -157px no-repeat;
}
.img_manage .common_square_block .right_state {
  margin-left: 100px;
}
.img_manage .common_square_block.disabled .left_state .img_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -227px -157px no-repeat;
}
.img_manage .common_square_block.disabled .left_state .img_app_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -526px -157px no-repeat;
}
.img_manage .common_square_block.disabled .left_state .img_sys_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -450px -157px no-repeat;
}
.img_manage .common_square_block.disabled .left_state .img_own_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -1001px -157px no-repeat;
}
.img_manage .common_square_block.disabled .left_state .img_pub_icon {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -920px -157px no-repeat;
}
.img_manage.img_pri .common_square_block {
  height: 250px !important;
}
.vm_info .common_square_block {
  height: 200px !important;
}
.vm_info .common_square_block .left_state {
  width: 100px;
}
.vm_info .common_square_block .left_state .state_img {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  width: 68px;
  height: 60px;
}
.vm_info .common_square_block .left_state .state_img ul.bd_effect {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 171px;
  height: 41px;
  top: 6px;
  left: 0;
}
.vm_info .common_square_block .left_state .state_img ul.bd_effect li {
  width: 57px;
  height: 41px;
  float: left;
  overflow: hidden;
}
.vm_info .common_square_block .left_state span i.common_light_spot {
  margin-right: 5px;
}
.vm_info .common_square_block .vm_qd_state .state_img {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") 0 -236px no-repeat;
}
.vm_info .common_square_block .vm_qd_state span {
  color: #2DB3A0;
}
.vm_info .common_square_block .vm_cj_state .state_img {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -293px -236px no-repeat;
}
.vm_info .common_square_block .vm_cj_state span {
  color: #ff9900;
}
.vm_info .common_square_block .vm_yc_state .state_img {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -147px -236px no-repeat;
}
.vm_info .common_square_block .vm_yc_state span {
  color: #cf4a3f;
}
.vm_info .common_square_block .vm_qdz_state .state_img {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") 0 0 no-repeat;
}
.vm_info .common_square_block .vm_qdz_state .state_img ul.bd_effect li {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") 0 -79px no-repeat;
}
.vm_info .common_square_block .vm_qdz_state span {
  color: #2DB3A0;
}
.vm_info .common_square_block .vm_scz_state .state_img {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -85px 0 no-repeat;
}
.vm_info .common_square_block .vm_scz_state .state_img ul.bd_effect li {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -67px -79px no-repeat;
}
.vm_info .common_square_block .vm_scz_state span {
  color: #CF4A3F;
}
.vm_info .common_square_block .vm_scz_state span i.common_light_spot {
  background: #CF4A3F;
  box-shadow: 0 0 1px #CF4A3F;
}
.vm_info .common_square_block .vm_xnjcjz_state .state_img {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -170px 0 no-repeat;
}
.vm_info .common_square_block .vm_xnjcjz_state .state_img ul.bd_effect li {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -134px -79px no-repeat;
}
.vm_info .common_square_block .vm_xnjcjz_state span {
  color: #ff9900;
}
.vm_info .common_square_block .vm_xnjcjz_state span i.common_light_spot {
  background: #ff9900;
  box-shadow: 0 0 1px #ff9900;
}
.vm_info .common_square_block .vm_bfz_state .state_img {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -255px 0 no-repeat;
}
.vm_info .common_square_block .vm_bfz_state .state_img ul.bd_effect li {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -201px -79px no-repeat;
}
.vm_info .common_square_block .vm_bfz_state span {
  color: #3399ff;
}
.vm_info .common_square_block .vm_bfz_state span i.common_light_spot {
  background: #3399ff;
  box-shadow: 0 0 1px #3399ff;
}
.vm_info .common_square_block .vm_jxcjz_state .state_img {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -340px 0 no-repeat;
}
.vm_info .common_square_block .vm_jxcjz_state .state_img ul.bd_effect li {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -268px -79px no-repeat;
}
.vm_info .common_square_block .vm_jxcjz_state span {
  color: #9966cc;
}
.vm_info .common_square_block .vm_jxcjz_state span i.common_light_spot {
  background: #9966cc;
  box-shadow: 0 0 1px #9966cc;
}
.vm_info .common_square_block .vm_tzz_state .state_img {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -425px 0 no-repeat;
}
.vm_info .common_square_block .vm_tzz_state .state_img ul.bd_effect li {
  background: url("../img/skin/orange-theme/fg.523f0e38580d.png") -335px -79px no-repeat;
}
.vm_info .common_square_block .vm_tzz_state span {
  color: #999;
}
.vm_info .common_square_block .vm_tzz_state span i.common_light_spot {
  background: #999;
  box-shadow: 0 0 1px #999;
}
.vm_info .common_square_block .right_state {
  margin-left: 100px;
}
.vm_info .common_square_block.disabled .left_state .state_img {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -74px -236px no-repeat;
}
.vm_info .common_square_block.disabled .left_state span {
  color: #999;
}
.vm_info .common_square_block.disabled .left_state span i.common_light_spot {
  background: #999;
}
.vm_manage_top {
  margin-bottom: 40px;
}
.vm_manage_top .vm_btns {
  width: 776px;
  float: right;
}
.vm_manage_top .vm_btns .vm_circle_btns {
  width: 296px;
  display: block;
  float: left;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap {
  float: left;
  background: #f1f1f1;
  padding: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a {
  line-height: 1;
  font-size: 12px;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a span {
  display: block;
  font-weight: bold;
  margin-top: 13px;
  height: 64px;
  line-height: 64px;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a:hover {
  color: #fff;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a.button-flat-primary {
  background: #00b9e7;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a.button-flat-primary span {
  font-size: 64px;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a.button-flat-highlight {
  background: #ff6600;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a.button-flat-highlight span {
  font-size: 42px;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a.button-flat-primary:hover {
  background: #00aad4;
}
.vm_manage_top .vm_btns .vm_circle_btns .button-wrap a.button-flat-highlight:hover {
  background: #ed5f00;
}
.vm_manage_top .vm_btns .chart_bar {
  width: 480px;
  float: left;
  height: 120px;
  margin-bottom: 0;
  margin-top: 8px;
}
.vm_manage_top .vm_btns .chart_bar .circliful {
  cursor: pointer;
  float: left;
}
.vm_manage_top .vm_btns .chart_bar .circliful .circle-text .text-percent {
  display: none;
}
.vm_manage_top .vm_btns .chart_bar .circliful p {
  top: 70px;
}
.vm_manage_top .vm_describe {
  margin-right: 800px;
  color: #999;
  line-height: 2;
  text-indent: 2em;
}
@media (max-width: 1260px) {
  .vm_manage_top .vm_btns {
    float: none;
    margin: 0 auto 20px;
  }
  .vm_manage_top .vm_describe {
    margin: 0;
  }
}
.vm_manage_bottom ul.common_manage_list li {
  cursor: pointer;
}
.vm_manage_bottom ul.common_manage_list li .list_logo {
  width: 13%;
}
.vm_manage_bottom ul.common_manage_list li .vm_name {
  width: 15%;
}
.vm_manage_bottom ul.common_manage_list li .vm_belong_slice {
  width: 10%;
}
.vm_manage_bottom ul.common_manage_list li .vm_add_time {
  width: 10%;
}
.vm_manage_bottom ul.common_manage_list li .vm_user {
  width: 10%;
}
.vm_manage_bottom ul.common_manage_list li .vm_load {
  width: 14%;
}
.vm_manage_bottom ul.common_manage_list li .vm_load .common_content {
  padding-top: 12px;
}
.vm_manage_bottom ul.common_manage_list li .vm_status {
  width: 12%;
}
.vm_manage_bottom ul.common_manage_list li .vm_status .common_content i {
  margin-right: 5px;
}
.vm_manage_bottom ul.common_manage_list li .vm_operate {
  width: 16%;
}
.vm_manage_bottom ul.common_manage_list li .vm_operate .common_content {
  line-height: 1;
  padding-top: 8px;
}
.vm_manage_bottom ul.common_manage_list li .vm_operate .common_content button {
  margin-right: 10px;
}
.vm_manage_bottom ul.common_manage_list li .list_active_flag {
  display: none;
}
.vm_manage_bottom ul.common_manage_list li.status_add {
  border-color: #ff9900;
}
.vm_manage_bottom ul.common_manage_list li.status_add .vm_status .common_content {
  color: #ff9900;
}
.vm_manage_bottom ul.common_manage_list li.status_add .list_active_flag {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -66px -314px no-repeat;
}
.vm_manage_bottom ul.common_manage_list li.status_start {
  border-color: #2DB3A0;
}
.vm_manage_bottom ul.common_manage_list li.status_start .vm_status .common_content {
  color: #2DB3A0;
}
.vm_manage_bottom ul.common_manage_list li.status_start .list_active_flag {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -100px -314px no-repeat;
}
.vm_manage_bottom ul.common_manage_list li.status_fail {
  border-color: #CF4A3F;
}
.vm_manage_bottom ul.common_manage_list li.status_fail .vm_status .common_content {
  color: #CF4A3F;
}
.vm_manage_bottom ul.common_manage_list li.status_fail .list_active_flag {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") 0 -314px no-repeat;
}
.vm_manage_bottom ul.common_manage_list li.status_stop {
  border-color: #999;
}
.vm_manage_bottom ul.common_manage_list li.status_stop .vm_status .common_content {
  color: #999;
}
.vm_manage_bottom ul.common_manage_list li.status_stop .list_active_flag {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -166px -314px no-repeat;
}
.vm_manage_bottom ul.common_manage_list li:hover {
  box-shadow: 0 0 10px #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.modal_aside .modal-body {
  background: #f1f1f1 !important;
  padding: 0 15px;
}
.modal_aside .modal-body .config_list {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 480px;
  overflow: hidden;
}
.modal_aside .modal-body .config_list section {
  padding-bottom: 20px;
}
.modal_aside .modal-body .config_list section h5 span {
  margin-right: 5px;
  color: #999;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.modal_aside .modal-body .config_list section dl {
  margin-bottom: 0;
}
.modal_aside .modal-body .config_list section dl dt {
  float: left;
  width: 25%;
  text-align: right;
  font-weight: normal;
  color: #999;
  padding: 5px;
}
.modal_aside .modal-body .config_list section dl dd {
  width: 75%;
  float: left;
  padding: 5px;
  color: #999;
  word-wrap: break-word;
}
.modal_aside .modal-body .config_list section .progress {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.modal_aside .modal-body .config_list section .breadcrumb_sort > span {
  margin-bottom: 0;
  padding: 0px 5px;
  margin-right: 2px;
}
.modal_aside .modal-body .config_list .progress {
  position: relative;
}
.modal_aside .modal-body .config_list .progress .progress-bar {
  width: 50%;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
}
.modal_aside .modal-body .config_list .progress span {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #666;
  font-size: 12px;
}
.modal_aside .modal-body .config_form {
  background: #fff;
  padding: 15px;
}
.modal_aside .modal-body .config_form .common_pop_guide {
  display: inline-block;
  margin: 70px auto 50px;
}
.modal_aside .modal-body .config_form .pop_tab_div {
  height: 340px;
  padding-top: 0;
}
.modal_aside .modal-body .config_form .pop_tab_div .pop_step_all {
  top: 0;
}
.modal_aside .modal-body .config_form .pop_tab_div .pop_step_all .help-block {
  margin-bottom: 0;
  font-size: 12px;
}
.modal_aside .modal-body .config_form .pop_tab_div .pop_step_all .pop_tab_step {
  width: 569px;
}
.modal_aside .modal-body .config_form .pop_tab_div .pop_step_all .pop_tab_step .pop_drags {
  padding-top: 8px;
}
.modal_aside .modal-body .config_form .pop_tab_div .pop_step_all .pop_tab_step .pop_drags .pop_drag {
  padding-top: 10px;
}
.modal_aside .modal-body .config_form .pop_tab_div .pop_step_all .switch_distribute .checkbox {
  margin-bottom: 0;
}
.modal_aside .modal-body .config_form h5 span {
  margin-right: 5px;
  color: #999;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.modal_aside .modal-body .config_form .step_common_style {
  padding: 10px;
}
.modal_aside .modal-body .config_form .title_search {
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.modal_aside .modal-body .config_form .title_search h5 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 34px;
}
.modal_aside .modal-body .config_form .title_search .common_search {
  padding-top: 0;
  float: right;
}
.modal_aside .modal-body .config_form .title_search .common_search .form-group {
  margin: 0;
}
.modal_aside .modal-body .config_form .switch_list {
  display: none;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px #ddd;
}
.modal_aside .modal-body .config_form .switch_list ul {
  list-style: none;
  padding-left: 0;
}
.modal_aside .modal-body .config_form .switch_list ul li {
  border: 1px solid #fff;
  cursor: pointer;
  padding: 10px;
}
.modal_aside .modal-body .config_form .switch_list ul li img {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.modal_aside .modal-body .config_form .switch_list ul li .list_detail {
  width: 400px;
  float: left;
}
.modal_aside .modal-body .config_form .switch_list ul li .list_detail h4 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal_aside .modal-body .config_form .switch_list ul li .list_detail p {
  margin: 0 0 5px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal_aside .modal-body .config_form .switch_list ul li.active {
  border: 1px solid #ff6600;
}
.modal_aside .modal-body .config_form .breadcrumb_sort {
  padding: 0;
  max-height: 28px;
  overflow: hidden;
}
.modal_aside .modal-body .config_form .breadcrumb_sort > span {
  border-radius: 0;
  cursor: pointer;
  border-color: #fff;
}
.modal_aside .modal-body .config_form .breadcrumb_sort span:hover,
.modal_aside .modal-body .config_form .breadcrumb_sort span.active {
  border-color: #ff6600;
}
.modal_aside .modal-body .config_form .breadcrumb_array {
  height: 32px;
  margin-bottom: 10px;
}
.modal_aside .modal-body .config_form .breadcrumb_array > li {
  height: 30px;
  line-height: 30px;
}
.modal_aside .modal-body .config_form .img_list {
  max-height: 200px;
  overflow-y: auto;
}
.modal_aside .modal-body .config_form .img_list ul {
  list-style: none;
  padding-left: 0;
}
.modal_aside .modal-body .config_form .img_list ul li {
  border: 1px solid #fff;
  cursor: pointer;
  padding: 5px;
}
.modal_aside .modal-body .config_form .img_list ul li img {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 9px;
  margin-right: 10px;
}
.modal_aside .modal-body .config_form .img_list ul li .list_detail {
  width: 400px;
  float: left;
}
.modal_aside .modal-body .config_form .img_list ul li .list_detail h4 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.modal_aside .modal-body .config_form .img_list ul li .list_detail p {
  margin: 0 0 5px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.modal_aside .modal-body .config_form .img_list ul li.active {
  border: 1px solid #ff6600;
}
.modal_aside .modal-body .config_form .config_info dl dt {
  font-weight: normal;
  margin-bottom: 10px;
}
.modal_aside .modal-body .config_form .config_info dl dd ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}
.modal_aside .modal-body .config_form .config_info dl dd ul li {
  float: left;
  padding: 5px 15px;
  color: #999;
  border: 1px dashed #ff6600;
  cursor: pointer;
  margin-right: 10px;
}
.modal_aside .modal-body .config_form .config_info dl dd ul li.active {
  background: #ff6600 !important;
  border: 1px solid #FF6600;
  color: #fff;
}
.modal_aside .modal-body .config_form .config_info .slider_defined {
  width: 90%;
  margin: 30px auto 0;
}
.img_up_modal .modal-body .pop_guide {
  background: #f1f1f1;
  margin: -15px -15px 0 -15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.img_up_modal .modal-body .pop_guide .common_pop_guide {
  display: inline-block;
  margin: 70px auto 50px;
}
.img_up_modal .modal-body .pop_guide .common_pop_guide .guide_line .guide_line_step {
  width: 180px;
}
/* 工单页面 */
.forum {
  position: relative;
}
.forum .forum_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  bottom: 0;
}
.forum .forum_left .forum_btns {
  width: 600px;
  padding-bottom: 15px;
  position: relative;
}
.forum .forum_left .forum_btns button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.forum .forum_left .forum_btns button i {
  margin-right: 0;
}
.forum .forum_left .forum_btns:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 299px;
  border-right: 1px solid #ccc;
  z-index: -1;
}
.forum .forum_left .forum_list_line {
  position: absolute;
  top: 55px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}
.forum .forum_left .forum_list_line dl {
  width: 600px;
  padding-bottom: 10px;
  position: relative;
}
.forum .forum_left .forum_list_line dl dt {
  padding-top: 10px;
  padding-bottom: 30px;
}
.forum .forum_left .forum_list_line dl dt span {
  display: block;
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #999;
  font-size: 12px;
  background: #fff;
  border-radius: 50px;
  font-weight: normal;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.forum .forum_left .forum_list_line dl dt:first-child {
  padding-top: 0;
}
.forum .forum_left .forum_list_line dl dd {
  overflow: hidden;
  margin-top: -30px;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_right {
  cursor: pointer;
  float: right;
  border-radius: 5px;
  padding: 10px 30px 10px 10px;
  background: #f1f1f1;
  position: relative;
  width: 270px;
  border-bottom: 2px solid #fff;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_right .help-block {
  font-size: 12px;
  margin-top: 0;
  color: #999;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_right h5 {
  margin: 0;
  color: #666;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_right .forum_info_jt {
  font-size: 28px;
  color: #f1f1f1;
  position: absolute;
  top: 3px;
  left: -9px;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_right .forum_info_circle {
  position: absolute;
  left: -36px;
  top: 10px;
  color: #999;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_left {
  border-radius: 5px;
  padding: 10px 30px 10px 10px;
  background: #f1f1f1;
  position: relative;
  width: 270px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_left .help-block {
  font-size: 12px;
  margin-top: 0;
  color: #999;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_left h5 {
  margin: 0;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_left .forum_info_jt {
  font-size: 28px;
  color: #f1f1f1;
  position: absolute;
  top: 3px;
  right: -9px;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_left .forum_info_circle {
  position: absolute;
  right: -36px;
  top: 10px;
  color: #999;
}
.forum .forum_left .forum_list_line dl dd .forum_preview_right:hover,
.forum .forum_left .forum_list_line dl dd .forum_preview_left:hover {
  border-bottom-color: #ccc;
}
.forum .forum_left .forum_list_line dl dd.active .forum_preview_right,
.forum .forum_left .forum_list_line dl dd.active .forum_preview_left {
  background: #ffeee2;
}
.forum .forum_left .forum_list_line dl dd.active .forum_info_jt {
  color: #ffeee2;
}
.forum .forum_left .forum_list_line dl:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 299px;
  border-right: 1px solid #ccc;
  z-index: -1;
}
.forum .forum_right {
  height: 100%;
  position: absolute;
  left: 620px;
  right: 0;
  top: 0;
}
.forum .forum_right .pop_body {
  position: relative;
  min-height: 200px;
  overflow-y: auto;
}
.forum .forum_right .pop_body ul.forum_reply {
  list-style: none;
  padding-left: 21px;
}
.forum .forum_right .pop_body ul.forum_reply li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.forum .forum_right .pop_body ul.forum_reply li p {
  word-wrap: break-word;
}
.forum .forum_right .pop_body ul.forum_reply li .pop_body_help {
  padding-left: 0;
}
.forum .forum_right .pop_body ul.forum_reply li .pop_body_help span {
  color: #333;
  margin-right: 15px;
}
.forum .forum_right .pop_body .reply_input {
  background: #fff;
  margin-left: 21px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 10px #ccc;
}
.forum .forum_right .pop_body .reply_input textarea {
  border: none;
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  outline: none;
}
.forum .forum_right .pop_body .reply_input .reply_add_img {
  border-top: 1px solid #ccc;
  padding: 5px;
}
.forum .forum_right .pop_body .reply_input .reply_add_img ul.img_items {
  float: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.forum .forum_right .pop_body .reply_input .reply_add_img ul.img_items li {
  position: relative;
  margin-right: 10px;
}
.forum .forum_right .pop_body .reply_input .reply_add_img ul.img_items li a {
  display: block;
  background: #fff;
  width: 34px;
  height: 34px;
  overflow: hidden;
}
.forum .forum_right .pop_body .reply_input .reply_add_img ul.img_items li a img {
  width: 34px;
}
.forum .forum_right .pop_body .reply_input .reply_add_img ul.img_items li a button.close {
  position: absolute;
  background: transparent;
  right: -5px;
  top: -5px;
  color: #9d261d;
  font-size: 16px;
  display: none;
}
.forum .forum_right .pop_body .reply_input .reply_add_img ul.img_items li a:hover button.close {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.forum .forum_right .pop_body .reply_input .reply_add_img .common_add_block {
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-width: 1px;
  font-size: 14px;
}
.forum .forum_right .pop_body .reply_input.infocus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* 系统管理消息页面 */
.news_manage_bottom ul.common_manage_list li {
  cursor: pointer;
  height: auto;
  padding: 10px 20px;
  border: 1px dashed #00b9e7;
}
.news_manage_bottom ul.common_manage_list li h4 span {
  font-size: 14px;
  color: #999;
  margin-left: 20px;
}
.news_manage_bottom ul.common_manage_list li h4 span i {
  margin-right: 5px;
}
.news_manage_bottom ul.common_manage_list li p {
  color: #999;
  word-wrap: break-word;
  word-break: break-all;
}
.news_manage_bottom ul.common_manage_list li a.news_tip {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #00b9e7;
}
.news_manage_bottom ul.common_manage_list li a.news_tip:hover {
  text-decoration: underline;
}
.news_manage_bottom ul.common_manage_list li .list_active_flag {
  left: -1px;
  top: -1px;
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -33px -314px no-repeat;
}
.news_manage_bottom ul.common_manage_list li .list_active_flag {
  display: none;
}
.news_manage_bottom ul.common_manage_list li.visited {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.news_manage_bottom ul.common_manage_list li.visited span.news_tip {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #999;
}
.news_manage_bottom ul.common_manage_list li.visited .list_active_flag {
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -166px -314px no-repeat;
}
.news_manage_bottom ul.common_manage_list li:hover {
  box-shadow: 0 0 10px #ccc;
  border: 1px solid #ccc;
  background: #fff;
}
/* 日志 */
.log_list .log_detail i.icon-caret-right,
.log_list .log_detail i.icon-caret-down {
  color: #ff6600;
}
.log_list .log_detail i.icon-user,
.log_list .log_detail i.glyphicon-time {
  color: #999;
}
.log_list .log_detail i.icon-ok-sign {
  color: #2DB3A0;
}
.log_list .log_detail i.icon-remove-sign {
  color: #CF4A3F;
}
/* 首页 */
.admin-body {
  background: #f1f1f1 url("../img/skin/orange-theme/bg/bg_index.d41ae7fb7ac1.jpg") top center no-repeat;
}
.admin-body .main_info .spot {
  margin: -60px auto 35px;
  width: 120px;
  height: 120px;
}
.admin-body .main_info .spot .num {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  margin-bottom: 5px;
  background: url("../img/skin/orange-theme/index_ic.54fb24f80b40.png") 0 -44px no-repeat;
}
.admin-body .main_info .spot p {
  color: #fff;
  text-align: center;
}
.admin-body .main_info .spot p span {
  display: inline-block;
  margin-right: 5px;
  height: 16px;
  position: relative;
  top: 2px;
  background: url("../img/skin/orange-theme/index_ic.54fb24f80b40.png") no-repeat;
}
.admin-body .main_info .spot p span.user {
  width: 19px;
  background-position: 0 -23px;
}
.admin-body .main_info .spot p span.host {
  width: 10px;
  background-position: -22px -23px;
}
.admin-body .main_info .spot p span.vm {
  width: 17px;
  background-position: -36px -23px;
}
.admin-body .main_info .list_show {
  position: relative;
  width: 90%;
  background: url("../img/skin/orange-theme/opacity_bg.f2fe2e278d08.png") repeat;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}
.admin-body .main_info .list_show .host_find {
  margin-left: 0;
}
.admin-body .main_info .list_show .host_find .common_square_block {
  cursor: pointer;
  position: relative;
  border: none;
  background: #fff;
  height: auto !important;
  width: 100%;
  float: none;
  margin: 0 0 10px 0;
}
.admin-body .main_info .list_show .host_find .common_square_block .left_state {
  width: auto;
  margin: 0 20px 0 0;
}
.admin-body .main_info .list_show .host_find .common_square_block .left_state .state_img {
  margin: 10px auto 5px;
}
.admin-body .main_info .list_show .host_find .common_square_block .right_state {
  margin-left: 0;
}
.admin-body .main_info .list_show .host_find .common_square_block .right_state h4 {
  margin-top: 0;
}
.admin-body .main_info .list_show .host_find .common_square_block .right_state p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-body .main_info .list_show .host_find .common_square_block:hover {
  background: #f1f1f1;
}
.admin-body .main_info .link_more {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 20px;
  height: 16px;
  background: url("../img/skin/orange-theme/index_ic.54fb24f80b40.png") 0 0 no-repeat;
  left: 50%;
  margin-left: -10px;
}
.admin-body .main_info .jt {
  width: 23px;
  height: 15px;
  margin: 0 auto;
  background: url("../img/skin/orange-theme/index_ic.54fb24f80b40.png") -24px 0 no-repeat;
}
.user_main {
  padding-top: 120px;
}
.user_main .common_square_block {
  border: none;
}
.slice_user_main .user_main {
  position: relative;
  height: 400px;
}
.slice_user_main .user_main .user_slice_index {
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
  display: none;
}
.slice_user_main .user_main .user_slice_index .col-xs-3 {
  position: static;
}
.slice_user_main .user_main .user_slice_index .common_list_sm {
  position: relative;
  border: 1px solid #fff;
  height: 120px;
  padding: 25px 5px 0 5px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slice_user_main .user_main .user_slice_index .common_list_sm h4 {
  margin-top: 0;
  font-weight: bold;
  text-align: center;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slice_user_main .user_main .user_slice_index .common_list_sm h4 img {
  height: 30px;
}
.slice_user_main .user_main .user_slice_index .common_list_sm p {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slice_user_main .user_main .user_slice_index .common_list_sm button.close {
  position: absolute;
  right: 5px;
  top: 2px;
}
.slice_user_main .user_main .user_slice_index .common_list_sm .common_layer {
  padding-top: 26px;
  background: rgba(0, 0, 0, 0.8) !important;
  filter: alpha(opacity=80);
}
.slice_user_main .user_main .user_slice_index .common_list_sm .common_layer i,
.slice_user_main .user_main .user_slice_index .common_list_sm .common_layer p {
  color: #fff;
}
.slice_user_main .user_main .user_slice_index .common_list_sm.hover {
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #ff6600;
}
.slice_user_main .user_main .user_slice_index .common_list_sm.hover h4 {
  color: #ff6600;
}
.slice_user_main .user_main .user_slice_index .common_list_sm.hover p {
  color: #ff6600;
}
.slice_user_main .user_main .user_slice_index .common_list_sm.hover .common_layer i,
.slice_user_main .user_main .user_slice_index .common_list_sm.hover .common_layer p {
  color: #fff;
}
.slice_user_main .user_main .user_slice_index:first-child {
  display: block;
}
.slice_user_main ul.pots {
  list-style: none;
  padding: 0;
  margin: 20px auto;
}
.slice_user_main ul.pots li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slice_user_main ul.pots li:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.slice_user_main ul.pots li.active {
  background: #ff6600;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.trier-body .banner {
  padding-bottom: 60px;
}
.trier-body .main_info {
  position: relative;
  overflow-x: hidden;
  margin-top: -15px;
}
.trier-body .img_scroll_show {
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.trier-body .img_scroll {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.trier-body .img_scroll .img_pop {
  width: 30%;
  float: left;
  position: relative;
}
.trier-body .img_scroll .img_pop .pot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff6600;
  margin: 0 auto 10px;
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transform: scale(0.6);
  -moz-transition: -webkit-transform 0.2s;
  -moz-transform: scale(0.6);
  -o-transition: -webkit-transform 0.2s;
  -o-transform: scale(0.6);
  transition: -webkit-transform 0.2s;
  transform: scale(0.6);
}
.trier-body .img_scroll .img_pop .show_all .list_show {
  padding: 10px;
}
.trier-body .img_scroll .img_pop .show_all .list_show .logos .ubuntu {
  float: left;
  width: 15%;
}
.trier-body .img_scroll .img_pop .show_all .list_show .logos .ubuntu img {
  width: 100%;
}
.trier-body .img_scroll .img_pop .show_all .list_show .logos .open {
  float: left;
  width: 50%;
}
.trier-body .img_scroll .img_pop .show_all .list_show .logos .open img {
  width: 100%;
}
.trier-body .img_scroll .img_pop .show_all .list_show .logos .mininet {
  float: left;
  width: 35%;
}
.trier-body .img_scroll .img_pop .show_all .list_show .logos .mininet img {
  width: 100%;
}
.trier-body .img_scroll .img_pop .show_all .list_show p {
  word-break: break-all;
}
.trier-body .img_scroll .img_pop.active {
  width: 40%;
}
.trier-body .img_scroll .img_pop.active .pot {
  box-shadow: 0 0 10px #ff6600;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.trier-body .img_scroll .img_pop.active .jt {
  background: url("../img/skin/orange-theme/index_ic.54fb24f80b40.png") 0 -165px no-repeat;
}
.trier-body .img_scroll .img_pop.active .list_show {
  background: #fff;
}
.trier-body a.left_btn {
  position: absolute;
  left: 0px;
  top: 140px;
  display: block;
  width: 16px;
  height: 20px;
  background: url("../img/skin/orange-theme/index_ic.54fb24f80b40.png") -60px 0 no-repeat;
}
.trier-body a.right_btn {
  position: absolute;
  right: 0;
  top: 140px;
  display: block;
  width: 16px;
  height: 20px;
  background: url("../img/skin/orange-theme/index_ic.54fb24f80b40.png") -79px 0 no-repeat;
}
.trier-body .btn_add {
  padding-top: 60px;
}
.trier-body .btn_add button {
  padding-left: 40px;
  padding-right: 40px;
}
.demo-body {
  overflow: hidden;
}
.demo-body .banner {
  background: #f1f1f1 url("../img/skin/orange-theme/bg/bg_index.d41ae7fb7ac1.jpg") top center no-repeat;
  position: absolute;
  top: 60px;
  left: 0;
  overflow: auto;
  border-bottom: none;
  bottom: 75px;
  right: 0;
}
.demo-body .banner .masthead {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -157.5px;
  margin-left: -474px;
}
.demo-body .banner .masthead h1 {
  margin-bottom: 50px;
}
.demo-body .banner .masthead h3 {
  margin-bottom: 0;
}
.demo-body .demo_main {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 75px;
  right: 0;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.demo-body .demo_main h1 {
  margin-bottom: 40px;
}
.demo-body .demo_main .main_top {
  margin-bottom: 40px;
}
.demo-body .demo_main .main_top .pic {
  width: 812px;
  height: 462px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.demo-body .demo_main .main_top .pic .switch_btn_orange {
  display: none;
  z-index: 10;
  width: 100px;
  background: #ff6600;
  height: 40px;
  border-radius: 40px;
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.demo-body .demo_main .main_top .pic .switch_btn_orange .switch_pot {
  position: absolute;
  left: 65px;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.demo-body .demo_main .main_top .pic .switch_btn_orange.closed {
  background: #333;
  left: 5px;
}
.demo-body .demo_main .main_top .pic a.screen_black {
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.1s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.1s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.1s ease-in-out;
  /* Opera */
  transition: all 0.1s ease-in-out;
}
.demo-body .demo_main .main_top .pic a.screen_black:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.demo-body .demo_main .main_top .cnos {
  background: url("../img/skin/orange-theme/linkImg/cnos.108fa18f2ab4.png") top center no-repeat;
}
.demo-body .demo_main .main_top .onos {
  background: url("../img/skin/orange-theme/linkImg/onos.6a5f345d0c42.png") top center no-repeat;
}
.demo-body .demo_main .main_top .open-hy {
  background: url("../img/skin/orange-theme/linkImg/open-hy.6bcacb004c3c.png") top center no-repeat;
}
.demo-body .demo_main .main_top .open-he {
  background: url("../img/skin/orange-theme/linkImg/open-he.ddc6bee071db.png") top center no-repeat;
}
.demo-body .demo_main .main_top .pox {
  background: url("../img/skin/orange-theme/linkImg/pox.d78e14610675.png") top center no-repeat;
}
.demo-body .demo_main .main_top .floodlight {
  background: url("../img/skin/orange-theme/linkImg/floodlight.f6cf7a89530b.png") top center no-repeat;
}
.demo-body .demo_main .main_top .demo_chart {
  margin-left: 822px;
}
.demo-body .demo_main .main_top .demo_chart .chart_common {
  height: 226px;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 10px;
}
.demo-body .demo_main .main_top .demo_chart .chart_common .chart_tip {
  margin-bottom: 10px;
}
.demo-body .demo_main .main_top .demo_chart .chart_common .chart_tip i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.demo-body .demo_main .main_top .demo_chart .chart_common .chart_unit {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}
.demo-body .demo_main .main_top .demo_chart .chart_orange {
  margin-bottom: 10px;
}
.demo-body .index_canvas {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.demo-body .index_canvas span.cir_tip {
  display: block;
  position: absolute;
  font-size: 18px;
  top: 125px;
  width: 100%;
}
.demo-body .index_canvas span.cir_tip span {
  width: auto;
  background: #f1f1f1;
  border-radius: 5px;
}
.demo-body .screen_div {
  display: none;
  overflow: hidden;
}
.demo-body .screen_div.active {
  display: block;
}
.demo-body #footer {
  position: relative;
  z-index: 1000;
}
@media (max-width: 1280px) {
  .demo-body .demo_main .main_top .pic {
    width: 700px;
  }
  .demo-body .demo_main .main_top .demo_chart {
    margin-left: 710px;
  }
}
@media (max-width: 1024px) {
  .demo-body .demo_main .main_top .pic {
    width: 600px;
  }
  .demo-body .demo_main .main_top .demo_chart {
    margin-left: 610px;
  }
}
.square_sm_list {
  padding-top: 10px;
  /* margin-left:-2.666%; */
}
.square_sm_list .square_sm_form {
  padding: 10px;
}
.square_sm_list .square_sm_form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.square_sm_list .square_sm_form .row .col-xs-3 {
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
}
.square_sm_list .square_sm_form .common_square_block {
  width: 100%;
}
.square_sm_list .common_square_block {
  cursor: pointer;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.square_sm_list .common_square_block h5 {
  color: #ff6600;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.square_sm_list .common_square_block p {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}
.square_sm_list .common_square_block p.desc {
  height: 34px;
  overflow: hidden;
}
.square_sm_list .common_square_block:hover {
  box-shadow: 0 0 5px #ccc;
}
.square_sm_list .common_square_block.active {
  border-color: #ff6600;
}
.square_sm_list .common_circle_wrap {
  margin-left: 2.666%;
  width: 14%;
}
.square_sm_list .common_circle_wrap .common_circle {
  width: 135px;
  height: 135px;
  cursor: pointer;
  margin: 0 auto 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transitiona: all 0.1s ease-in-out;
}
.square_sm_list .common_circle_wrap .common_circle .authority_img {
  margin: 20px auto 5px;
  width: 43px;
  height: 57px;
  background: url("../img/skin/orange-theme/icon-register.0826b589191b.png") -116px -441px no-repeat;
}
.square_sm_list .common_circle_wrap .common_circle p {
  font-size: 12px;
  margin: 0;
}
.square_sm_list .common_circle_wrap .common_circle.add {
  line-height: 128px;
}
.square_sm_list .common_circle_wrap .common_circle.add:hover {
  background: #fff;
  color: #ff6600;
}
.square_sm_list .common_circle_wrap .common_circle.active .authority_img {
  background-position: -237px -441px;
}
.authority_select .common_select_transfer .jScrollbar_draggable a {
  -webkit-transition: all 0 ease 0;
  -ms-transition: all 0 ease 0;
  -moz-transition: all 0 ease 0;
  -o-transition: all 0 ease 0;
  transition: all 0 ease 0;
}
.authority_select .col-xs-6 .jScrollbar_mask {
  width: 407px;
}
.authority_select .col-xs-4 .jScrollbar_mask {
  width: 257px;
}
.signup-body {
  padding-top: 0;
}
.signup-body .sign_head {
  width: 100%;
  background: #32323a;
  font-size: 24px;
  color: #fff;
  padding: 50px 0 20px;
}
.signup-body .sign_guide {
  padding: 30px 0 60px 0;
  margin-bottom: 20px;
}
.signup-body .sign_guide .common_pop_guide {
  display: inline-block;
}
.signup-body .sign_guide .common_pop_guide .guide_line .jump_step .guide_spot {
  border-radius: 50%;
  background: #ccc;
}
.signup-body .sign_guide .common_pop_guide .guide_line .jump_step .guide_spot .guide_title {
  bottom: -30px;
  top: auto;
  font-size: 14px;
  color: #999;
}
.signup-body .sign_guide .common_pop_guide .guide_line .jump_step.visit .guide_spot {
  background: #ff6600;
}
.signup-body .sign_guide .common_pop_guide .guide_line .guide_line_step {
  width: 300px;
}
.signup-body .sign_well {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.signup-body .sign_well .sign_email {
  margin-bottom: 100px;
  max-width: 800px;
  display: inline-block;
  padding-left: 130px;
  background: url("../img/skin/orange-theme/ic-emailok.7d985ad36c23.png") left center no-repeat;
}
.signup-body .sign_well .sign_tip {
  border: 1px solid #f4d5c1;
  background: #f4eadf;
  width: 550px;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}
.signup-body .sign_well .sign_tip p span {
  margin-right: 5px;
  color: #ff6600;
  top: 2px;
}
.signup-body .sign_well .sign_tip p a {
  color: #CF4A3F;
  margin-left: 5px;
}
.signup-body .sign_well .sign_success {
  padding-top: 90px;
  background: url("../img/skin/orange-theme/ic-cg.d5406b269713.png") top center no-repeat;
}
.signup-body .sign_well .sign_success p {
  margin-bottom: 50px;
  color: #ff6600;
  font-size: 16px;
  text-align: center;
}
.change_pwd {
  padding-top: 100px;
}
.change_pwd .help-block {
  color: #999;
  margin-top: 13px;
}
.change_pwd .help-block span {
  color: #ff6600;
  top: 2px;
  margin-right: 5px;
}
.change_pwd .form-actions {
  padding-top: 50px;
}
.change_pwd .control-label {
  padding-top: 13px;
}
.change_pwd input[type="password"] {
  height: 46px;
}
.img_manage .img_well {
  height: auto !important;
  border: none;
  background: none;
  margin-bottom: 0;
}
.img_manage .img_well .left_state .state_img {
  margin-top: 30px;
}
.img_manage .img_out_detail {
  padding-left: 120px;
}
.img_manage .img_out_detail h4,
.img_manage .img_out_detail p {
  word-break: break-all;
  word-wrap: break-word;
}
.img_out_list {
  margin-left: -3%;
}
.img_out_list .common_square_block {
  border-color: #999;
  cursor: pointer;
  margin-left: 3%;
  width: 22%;
  height: 150px;
}
.img_out_list .common_square_block .left_state .state_img {
  margin-top: 33.5px;
}
.img_out_list .common_square_block .right_state table.data_list {
  font-size: 14px;
}
.img_out_list .common_square_block.active {
  border: 1px solid #ff6600;
}
.img_out_list .common_square_block:hover {
  box-shadow: 0 0 10px #ccc;
}
.role_manage {
  margin-left: -5%;
}
.role_manage .common_square_block {
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  margin-left: 5%;
  width: 15%;
  height: 200px;
}
.role_manage .common_square_block .role_img {
  padding-top: 20px;
  color: #999;
}
.role_manage .common_square_block .role_img span {
  font-size: 54px;
  margin-bottom: 10px;
}
.role_manage .common_square_block .role_img p {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.role_manage .common_square_block .role_time {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ccc;
  color: #fff;
  padding: 5px 10px;
}
.role_manage .common_square_block .role_time p {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.role_manage .common_addnew_block {
  border: 2px dashed #ccc;
  font-size: 84px;
  font-weight: bold;
  text-align: center;
  line-height: 170px;
  color: #ccc;
  background: #fff;
}
.role_manage .common_square_block.active {
  background: #ff6600;
}
.role_manage .common_square_block.active .role_img {
  color: #fff;
}
.role_manage .common_square_block.active .role_time {
  background: #ff9966;
}
.role_manage .common_square_block:hover {
  box-shadow: 0 0 10px #ccc;
}
@media (max-width: 1024px) {
  .role_manage .common_square_block {
    width: 20%;
  }
}
/* 弹框内方块选择样式 */
.modal_square .common_square_block {
  padding: 8px 0;
  border: 1px dashed #ff6600;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 83px;
  width: 83px;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
}
.modal_square .common_square_block .square_img {
  font-size: 24px;
  color: #ff6600;
  margin-bottom: 5px;
  padding-top: 5px;
}
.modal_square .common_square_block .square_img p {
  font-size: 14px;
}
.modal_square .common_square_block:hover {
  border-color: #ff6600;
  box-shadow: 0 0 10px #ccc;
}
.modal_square .common_square_block.active {
  border: 1px solid #ff6600;
  background: #ff6600;
}
.modal_square .common_square_block.active .square_img {
  color: #fff;
}
/* 拖动条样式-橘色带图标 */
.drag_step_height {
  height: 420px;
}
.pop_ul_chose {
  list-style: none;
  padding: 0;
  min-height: 200px;
}
.pop_ul_chose li {
  float: left;
  margin-right: 10px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  color: #999;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 10px;
}
.pop_ul_chose li span {
  margin-right: 5px;
}
.pop_ul_chose li.active {
  border-color: #ff6600;
  color: #fff;
  background: #ff6600;
}
.pop_info .help-block {
  margin-top: 8px;
}
.pop_info .help-block span {
  margin-right: 5px;
}
.pop_info .pop_drag .col-xs-1 {
  padding-right: 0;
}
.pop_info .pop_drag .col-xs-1 .help-block {
  font-size: 13px;
}
/* 登录配置页面 */
.login_config_form .config_bg {
  margin-bottom: 15px;
  /*button {
            margin-left:8px;
        }*/
}
.login_config_form .config_bg .pick-a-color-markup {
  width: 160px;
  float: left;
}
.login_config_form .config_bg .pick-a-color-markup input[type="text"] {
  height: 34px;
}
.login_config_form .config_bg .pick-a-color-markup .input-group-addon {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.login_config_form .config_bg .pick-a-color-markup .input-group-btn button.color-dropdown {
  cursor: default;
  background: #eee;
}
.login_config_form .config_bg .pick-a-color-markup .input-group-btn button.color-dropdown .current-color {
  margin-right: 0;
  cursor: default;
}
.login_config_form .config_img {
  width: 250px;
  height: 110px;
  background: #fff;
  border: 1px dashed #ccc;
  padding: 5px;
  float: left;
}
.login_config_form .config_img .img_preview {
  text-align: center;
  overflow: hidden;
  height: 98px;
  line-height: 98px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login_config_form .config_img .img_preview img {
  max-width: 148px;
  max-height: 98px;
}
.login_config_form .config_img_info {
  margin-left: 260px;
}
.login_config_form .config_img_info > button {
  margin-bottom: 5px;
  border-radius: 4px;
}
.login_config_form .config_img_info div.btn {
  position: relative;
  overflow: hidden;
}
.login_config_form .config_img_info div.btn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.login_config_form .config_img_info p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}
.login_config_form .input-group {
  width: 250px;
}
.login_config_form .input-group .input-group-btn > button,
.login_config_form .input-group .input-group-btn > button:focus {
  border-color: #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #eee;
  box-shadow: none;
}
.login_config_form .input-group .input-group-btn > button[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.login_config_form .config_logo {
  width: 250px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  border: 1px dashed #ccc;
  background: #fff;
  float: left;
}
.login_config_form .config_logo img {
  max-width: 110px;
  max-height: 70px;
}
.login_config_form .config_logo_info {
  margin-left: 260px;
}
.login_config_form .config_logo_info > button {
  margin-bottom: 5px;
  border-radius: 4px;
}
.login_config_form .config_logo_info p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}
.login_config_form .checkbox,
.login_config_form .radio {
  margin-bottom: 0;
}
.login_config_form .checkbox label span,
.login_config_form .radio label span {
  margin-left: -20px;
  font-size: 18px;
  vertical-align: middle;
  color: #666;
  width: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  float: left;
  -webkit-transtion: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login_config_form .checkbox label span.icon-check,
.login_config_form .radio label span.icon-check,
.login_config_form .checkbox label span.icon-circle,
.login_config_form .radio label span.icon-circle {
  color: #ff6600;
}
.login_config_form .checkbox.disabled label,
.login_config_form .radio.disabled label {
  cursor: not-allowed;
}
.login_config_form .checkbox.disabled label span,
.login_config_form .radio.disabled label span {
  color: #999;
}
.login_config_form .radio input[type="text"] {
  height: 32px;
  margin-top: 5px;
}
.login_config_form .config_operation > input[type="text"] {
  width: 250px;
  float: left;
}
.login_config_form .config_operation > button {
  width: 70px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.modal_show img {
  max-width: 100%;
  max-height: 300px;
  padding: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
}
#create_image_form .radio_defined {
  padding-left: 5px;
}
.audit_quota_form .pop_drag {
  margin-bottom: 30px;
}
/* 交换机所属虚网 */
.belong_slice_block {
  padding: 10px;
  border: 1px dashed #ccc;
  margin-bottom: 20px;
  position: relative;
}
.belong_slice_block .belong_slice_l {
  width: 120px;
  text-align: center;
  padding-top: 14px;
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  background: #f1f1f1;
}
.belong_slice_block .belong_slice_l img {
  display: block;
  margin: 0 auto 5px;
  height: 55px;
}
.belong_slice_block .belong_slice_l a {
  display: block;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.belong_slice_block .belong_slice_r {
  margin-left: 120px;
  padding-left: 10px;
}
.belong_slice_block .belong_slice_r .slice_detail {
  padding: 5px;
  border: none;
  font-size: 12px;
}
.belong_slice_block .belong_slice_r .slice_detail.time_out {
  padding-left: 24px;
}
.belong_slice_block:hover {
  box-shadow: 0 2px 5px #ccc;
}
/* 图片管理 */
.picture_manage .common_square_block {
  border: 1px solid #ccc;
  height: 160px;
  background: #f1f1f1;
}
.picture_manage .common_square_block .left_state {
  float: none;
  position: absolute;
  width: 160px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px dashed #999;
  background: #fff;
  overflow: hidden;
  text-align: center;
  line-height: 138px;
  cursor: pointer;
}
.picture_manage .common_square_block .left_state img {
  position: relative;
  top: -2px;
  max-width: 158px;
  max-height: 136px;
}
.picture_manage .common_square_block .right_state {
  margin-left: 170px;
}
.picture_manage .common_square_block .right_state p {
  font-size: 12px;
  color: #999;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.picture_manage .common_addnew_block {
  border: 1px dashed #999;
  background: url("../img/skin/orange-theme/add.f2a5b2cf8ee7.png") center center no-repeat;
}
.picture_manage .tooltip-inner {
  max-width: 300px;
  word-wrap: break-word;
}
.file_upload {
  position: relative;
}
.file_upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 15px;
  width: 411px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.picture-body .common_page_tip {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -27.5px;
  margin-left: -80px;
  z-index: 10000;
}
.picture-body .common_page_tip span.loader_spot {
  width: 40px;
  height: 40px;
}
/* 日志 */
.log_main .date_log {
  position: relative;
}
.log_main .date_log .log_date {
  position: absolute;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #408cff;
  border-radius: 4px;
  top: 0;
  left: 170px;
}
.log_main .date_log .date_log_l {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  bottom: 0;
}
.log_main .date_log .date_log_l h5 {
  color: #666;
  margin-bottom: 25px;
  margin-top: 0;
}
.log_main .date_log .date_log_l h5 span {
  margin-right: 5px;
}
.log_main .date_log .date_log_l ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.log_main .date_log .date_log_l ul li {
  float: left;
  margin-right: 3%;
  width: 30%;
}
.log_main .date_log .date_log_l ul li .date_count {
  border-width: 1px;
  border-style: solid;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.log_main .date_log .date_log_l ul li .date_count:hover {
  box-shadow: 0 0 5px #999;
}
.log_main .date_log .date_log_l ul li .date_count.no_pointer {
  cursor: default;
  box-shadow: none;
}
.log_main .date_log .date_log_l ul li .date_count.black {
  color: #333;
  border-color: #333;
}
.log_main .date_log .date_log_l ul li .date_count.blue {
  color: #408cff;
  border-color: #408cff;
}
.log_main .date_log .date_log_l ul li .date_count.orange {
  color: #ff6600;
  border-color: #ff6600;
}
.log_main .date_log .date_log_l ul li .date_count.red {
  color: #ff5050;
  border-color: #ff5050;
}
.log_main .date_log .date_log_l ul li .date_count.default {
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}
.log_main .date_log .date_log_l ul li .date_count.default:hover {
  box-shadow: none;
}
.log_main .date_log .date_log_l ul li p {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.log_main .date_log .date_log_l ul li.active .date_count {
  color: #fff;
}
.log_main .date_log .date_log_l ul li.active .date_count.black {
  background: #333;
}
.log_main .date_log .date_log_l ul li.active .date_count.blue {
  background: #408cff;
}
.log_main .date_log .date_log_l ul li.active .date_count.orange {
  background: #ff6600;
}
.log_main .date_log .date_log_l ul li.active .date_count.red {
  background: #ff5050;
}
.log_main .date_log .date_log_r {
  margin-right: 250px;
  margin-left: 220px;
  border-left: 1px solid #eceff3;
  padding-top: 40px;
  padding-left: 30px;
  padding-bottom: 60px;
}
.log_main .date_log .date_log_r .date_info_list {
  position: relative;
  padding-left: 240px;
  margin-left: -240px;
}
.log_main .date_log .date_log_r .date_info_list .date_user {
  position: absolute;
  top: 7px;
  left: -20px;
  text-align: right;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info {
  position: relative;
  margin-top: 10px;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_time {
  color: #666;
  font-size: 12px;
  position: absolute;
  top: 9px;
  left: -106px;
  text-align: right;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info {
  border-radius: 5px;
  background: #f1f1f1;
  position: relative;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info h5 {
  margin: 0;
  padding: 10px 30px 10px 10px;
  /*cursor:pointer;*/
  word-wrap: break-word;
  word-break: break-all;
  line-height: 21px;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info section {
  display: none;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info section pre {
  padding: 0 30px 10px 10px;
  border: 0;
  color: #999;
  font-size: 12px;
  margin-bottom: 0;
  background: none;
  white-space: normal;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info span.info_jt {
  font-size: 28px;
  color: #f1f1f1;
  position: absolute;
  top: 3px;
  left: -9px;
  display: none;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info span.info_arrow {
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info span.info_circle {
  position: absolute;
  left: -36.5px;
  top: 11px;
}
.log_main .date_log .date_log_r .date_info_list .date_log_info .date_info span.info_circle:before {
  content: "\f10c";
  background: #fff;
}
.log_main.no_name .date_log .log_date {
  left: 50px;
}
.log_main.no_name .date_log .date_log_l {
  width: 240px;
}
.log_main.no_name .date_log .date_log_r {
  margin-left: 100px;
  margin-right: 300px;
}
.log_main.no_name .date_log .date_log_r .date_info_list {
  padding-left: 0;
  margin-left: 0;
}
#upload_picture_modal input[type="file"] {
  width: 82px;
}
#upload_picture_modal .img_preview {
  margin-top: 10px;
  border: 1px dashed #ccc;
  padding: 5px;
  text-align: center;
  height: 150px;
  line-height: 135px;
}
#upload_picture_modal .img_preview img {
  max-width: 100%;
  max-height: 100%;
}
/* 配额分配 */
.assign_quota_form .pop_drag {
  padding-top: 35px !important;
}
.assign_quota_form .pop_drag .form-group {
  margin-bottom: 20px;
}
.assign_quota_form .slider_defined .used_range {
  background: #00b9e7;
  z-index: 10;
  border-radius: 30px;
}
.assign_quota_form .slider_defined .ui-slider-handle {
  z-index: 20;
}
