
#login-body{
    /*background: url("../images/background.jpg") no-repeat;*/
    background: url("/images/bwy_bg.jpg") no-repeat;
    background-size:100% 100%;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size:cover;*/
    /*-moz-background-size:cover;*/
    padding-bottom: 40px;
    min-height: 100%;
}
html {
  margin:0;
}

/* ie模式下隐藏滚动条 */
/* body{
  -ms-scroll-chaining: chained;
		-ms-overflow-style: none;
		-ms-content-zooming: zoom;
		-ms-scroll-rails: none;
		-ms-content-zoom-limit-min: 100%;
		-ms-content-zoom-limit-max: 500%;
		-ms-scroll-snap-type: proximity;
		-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
		-ms-overflow-style: none;
} */
body::-webkit-scrollbar{
  /*滚动条整体样式*/

  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 1px;
}
body::-webkit-scrollbar-thumb{
   /*滚动条里面小方块*/

   border-radius: 10px;

   /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

   background: #C0C4CC;
}
body::-webkit-scrollbar-track{
    /*滚动条里面轨道*/

  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

  border-radius: 10px;

  background: #EBEBEB;
}
html,body{
    height:100%;
    font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif !important;
    background-color: #edeff2;
    overflow-x:hidden;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif !important;
}
.form{
	background: rgba(255,255,255,0.2);
	width:400px;
	margin:120px auto;
}
.form_login{
    padding-top: 215px;
}
/*阴影遮罩*/
.fa{
	display: inline-block;
	top: 17px;
	left:10px;
	position: relative;
	color: rgba(255,255,255,0.2);
	justify-content: center;
  float: left;
}

.fade,.fade.in{
  margin-left: 300px;
}
.login-itme .form-group{
    position: relative;
}
.form-title{
    font-size: 18px;
    color: #fff;
    background: #00a4ff;
    border-radius: 30px  0 0 30px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    width: 220px;
    margin: 0 0 30px 0;
    float: right;
}
input[type="text"],input[type="password"] {
	padding-left:67px;
	width:316px;
	height:50px;
	background:rgba(245,245,245,1);
	border:none;
	border-radius:3px;
    border-radius: 40px;
    float: left;

}
.header_nav{
    padding-top: 40px;
}
.icon_nav{
  font-size: 15px;
  /* color: #5785ef; */
}
.dropdown-menu li{
  list-style: none;
}
.a_yhxy{
  font-size: 13px;
  color: #515a6e;
}
.a_yhxy span:hover{
text-decoration: none;
color: #5785ef;
}
.a_yhxy:visited{
  text-decoration: none !important;
  color: #515a6e;
}
.a_yhxy:link{
  text-decoration: none !important;
  color: #515a6e;
}
.user_client:hover{
color: #5785ef !important;
}
.a_live{
  position: absolute;
  top: -6px;
  right: 23px;
  width: 53px;
  height: 32px;
  background-color: #f2f4f7;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
}
.navbar-inverse-g-login {
	padding-top: 30px;
	/*margin-left: 200px;*/
    text-align: center;
    justify-content: center;
    align-items: center;
}
.navbar-inverse-g-index {
	height: 70px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(230, 230, 230, 1);
	box-shadow:0px 1px 6px 0px rgba(4,0,0,0.08);
}
#bs-example-navbar-collapse-1{
	margin-right: 220px;
}
.logo-text{
	font-family: MicrosoftYaHei-Bold;
    font-size:14px;
    color: #FFFFFF;
    margin-top: 5px;
    display:inline-block;
    vertical-align:middle;
    margin-left: 30px;
    position: relative;
    top: 7px;
}
.logo-right-text{
	font-size:12px;
	font-family: "MicrosoftYaHei";
	font-weight:40;
	color:rgba(255,255,255,1);
	line-height:12px;
	padding-left: 50px;
}
.left_logo{
    height: 435px;
    width: 427px;
    background: url("../images/left_logo.png") no-repeat;
    float: left;
}
.login-div{
  	/*background: rgba(255,255,255,0.9);*/
  	/*background-size:cover;*/
    /*background-repeat:no-repeat;*/
    /*background-position:center;*/
    /*width: 860px;*/
    height: 485px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    /*border:6px solid rgba(0,0,0,0.2);*/
    /*border-radius: 6px;*/
    padding: 20px 0px 20px 20px;
    position: absolute;
    left: 50%;
    top: 44%;
    margin-left: -430px;
    margin-top: -242px;
}
/*.sep{*/
/*	border-top: 1px solid #ddd;*/
/*	height: 20px;*/
/*	text-align: center;*/
/*	margin-top: 30px;*/
/*	margin-bottom: 15px;*/
/*	width: 320px;*/
/*}*/
div.info {
  background: transparent;
  width: 100%;
    padding-right: 50px;
  border-radius: 20px;
    padding-left: 42px;
}
.login-error {
    visibility: hidden;
    color: rgb(229,45,75);
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 100%;
    text-align: left;
}
.col-sm-8 input[type="text"] {
    padding-left: 1px;
    width: 300px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 3px;
}
.form-groups{
  margin-bottom: 0px;
}
.login-error-text {
    visibility: hidden;
    color: rgb(229,45,75);
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 100%;
    margin-top: 4px;
    text-align: left;
    width: 220px;
    margin-left: 206px;
}
.err-txt{
  font-size: 12px;
}
.login-itme{
	/*width: 410px;*/
	/*height: 370px;*/
	display: block;
	margin: 0px;
    float: right;
    width: 416px;
    height: 474px;
    /*background: linear-gradient(186deg, rgba(63,139,243,0.25) 17%, rgba(55,119,236,0.2) 49%, rgba(145,189,255,0.4) 100%);*/
    box-shadow: -1px 6px 51px 0px rgba(34,121,219,0.2);
    background: rgba(34,121,219,0.2);
    border-radius: 10px;
    border: 2px solid rgba(255,255,255);
}
.login-forgot-pwd{
    margin-top:10px;
    font-size: 13px;
    color: #00a4ff;
    float: right;
}
.gnway-login-btn {
    width: 320px;
    border-radius:22px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
}
.o-login-btn {
    font-family: MicrosoftYaHei-Bold;
    font-size:14px;
    color: #FFFFFF;
	display: block;
    text-align: center;
    width:100%;
    height:50px;
    background: #00a4ff;
    border-radius: 30px;
}
.o-login-wechat-btn {
    font-family: MicrosoftYaHei-Bold;
    font-size:14px;
    color: #6a6a6a;
	display: block;
    text-align: center;
    width:100%;
    height:50px;
	background: #fff;
	border-radius:30px;
    text-indent: 18px;
}
.o-login-wechat-btn:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 25px;
    background: url("../images/wachat.png") no-repeat;
    display: inline-block;
    top: 14px;
    left: 75px;
}
.login-lable{
	color: #666;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;

}

.fa-user-circle-o:before {
	  background: url(../images/4.png) right  no-repeat;
    background-size: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 22px;
    height: 17px;
    width: 17px;
    position: absolute;
    pointer-events: none;

}

.fa-lock:before {
	background: url(../images/5.png) right  no-repeat;
    background-size: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 22px;
    height: 17px;
    width: 17px;
    position: absolute;
  	pointer-events: none;
}
/*登录页右侧浮窗*/
.second{
	width: 68px;
	height: 245px;
	top:40%;
	right: 0px;
	position: absolute;
	background:#00a4ff;
	text-align: center;
	padding-top: 37px;
}
.second-text {
	display: block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: bt-rl;
	text-align: center;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	line-height: 30px;
	color:rgba(255,255,255,1);
    padding-top: 27px;
    padding-left: 21px;
	letter-spacing: 10px;
	cursor: pointer;
}



/*左侧菜单*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding-top: 93px;
  overflow-x: hidden;
  overflow-y: auto;
  background:#ddd;
  border-right: 1px solid #eee;
  height: 100%;
  width:300px;
}
.sidebar::-webkit-scrollbar{
  width: 10px;
  height: 1px;
}
.sidebar::-webkit-scrollbar-thumb{
  /*滚动条里面小方块*/

  border-radius: 10px;

  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

  background: #C0C4CC;
}
.sidebar::-webkit-scrollbar-track{
   /*滚动条里面轨道*/

 /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

 border-radius: 10px;

 background: #EBEBEB;
}
.nav-sidebar {
  margin-right: -21px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 0px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.pan-gnway{
  padding: 5px 15px;
}
.panel-gnway-ol{
  padding: 13px 15px;
}
.iconuse{
  float: right;
  margin-right: 61px;
}
.h4_k{
  font-weight: 400;
}
/* 操作日志 */
.main {
  padding: 20px;
  display: none;
}
.main2{
  padding: 0px;
  background-color: #fbfbfc;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  /* width: 85% !important; */
}
.activemain{
  display: block;
}
.activemain2{
padding: 36px 31px !important;
}
.logbody{
  padding: 15px 27px 0 11px;
  height: 100%;
}
.logbodys{
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  position: relative;
}
.logul{
  list-style: none;
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 50px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.logul li{
  height: 45px;
  line-height: 45px;
  float: left;
  cursor: pointer;
  margin-left: 103px;
}
.logul li:first-child{
  margin-left: 0px;
}
.logxian{
  width: 100px;
  height: 3px;
  background-color: #5785ef;
  position: absolute;
  top: 42px;
  left: 28px;
  transition: all 0.3s;
}
.logds{
  display: none;
  position: relative;
}
.logact{
  display: block;
}
.sel_zhuji{
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  width: 227px !important;
  margin-top: 30px !important;
  margin-left: 30px !important;
  padding-left: 10px !important;
  padding-right: 10px;
  color: #515a6e !important;
}
.date-form1{
  display: inline-block !important;
  margin-top: 20px !important;
  width: 158px !important;
  text-indent: 10px;
}
.date-form1:nth-child(1){
  margin-left: 30px !important;
  margin-right: 10px;
}
.date-form1:nth-child(4){
  margin-left: 10px !important;
}
.spdate{
  width: 20px;
  height: 1px;
  background-color: #c0c4cc;
  display: inline-block;
  margin-bottom: 3px;
}
.icon-date{
  font-size: 20px;
  color: #c0c4cc;
  position: absolute;
  top: 26px;
  left: 159px;
}
.icon-date1{
  font-size: 20px;
  color: #c0c4cc;
  position: absolute;
  top: 26px;
  left: 366px;
}
.o-cha-btn{
  display: inline-block !important;
  padding-top: 7px !important;
  height: 32px !important;
  margin-left: 8px;
}
.datediv{
  position: relative;
}
.bootstrap_tab{
  width: 90%;
  margin-left: 30px;
  margin-top: 30px;
  height: 500px;
  overflow: auto;
}
.fixed-table-body{
overflow: visible !important;
}
#tb_departments,#tb_departments3,#tb_departments2,#table_data{
  border: 0;
}
#tb_departments>tbody>tr>td,#tb_departments3>tbody>tr>td,#tb_departments2>tbody>tr>td,#table_data>tbody>tr>td{
  border:0px;
}
#tb_departments>thead>tr>th,#tb_departments3>thead>tr>th,#tb_departments2>thead>tr>th,#table_data>thead>tr>th{
  border:0px;
}
#tb_departments>tbody>tr>td,#tb_departments3>tbody>tr>td,#tb_departments2>tbody>tr>td,#table_data>tbody>tr>td{
    border-top: 0px;
    border-bottom: 1px solid #ddd;
}
#tb_departments>thead>tr>th,#tb_departments3>thead>tr>th,#tb_departments2>thead>tr>th,#table_data>thead>tr>th{
    border-top: 0px;
    border-bottom: 1px solid #ddd;
}
#tb_departments tbody > tr:hover ,#tb_departments3 tbody > tr:hover ,#tb_departments2 tbody > tr:hover,#table_data tbody > tr:hover{
    background-color: #f4f7ff;
}
.export_record{
  position: absolute;
  top: 94px;
  right: 130px;
}
.icon-export{
  color: #628eed;
}
.export_record a{
  color: #628eed;
}
.main .page-header {
  margin-top: 0;
}
.mainback{
  /* height: 100%; */
  overflow-x: hidden;
  overflow-y: auto;
  /* position: fixed;
  top: 0;
  left: 0; */
  background-color: #edeff2;
  padding-right: 25px;
}
/*.gnway-left-menu {
  border: 0px;
  background:rgba(249,248,248,1);
  display: block;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  line-height: 48px;
  color: #333333;
}*/
.gnway-left-menu-a {
  border: 0px;
  cursor: pointer;
}
.gnway-menu-fist-text {
  padding: 10px 30px;
}
.panel-group {
  /* background:#ffffff; */
  margin-left: -15px;
  width: 275px;
  margin-bottom: 0px;
}
/* .panel-group:hover {
  background: #f3f7ff;
  color: #5785ef;
} */
.actmenu{
  width: 4px;
  height: 48px;
  float: left;
  background-color: #5785ef;
  display: none;
}
.panel-heading:hover{
  background: #f3f7ff;
  color: #5785ef;
}
.actpanel{
  position: relative;
}
.actmenu2{
  width: 4px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5785ef;
  display: none;
}
.actmenu3,.actmenu4{
  width: 4px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5785ef;
  display: none;
}
.actpanelsdg{
  position: relative;
}
.actpanel:hover .actmenu2,.actpanel:hover .actmenu3,.actpanelsdg:hover .actmenu4{
  display: block;
}
.gnway-a-h a{
  font-size: 14px;
  margin-left: 5px;
}
.gnway-a-h1 a{
  margin-left: 14px;
}
/* .panel-heading:hover +.actmenu{
  display: block;
} */

.panel-group:hover .actmenu{
  display: block;
}

.panel-group a:hover ,.panel-group a:link {
 text-decoration: none;
}
.panel-group:after {
  background: #F9F8F8;
  /* background: #fff; */
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
}
.gnway-menu-one {
  width: 100%;
}
.menu_icon{
  font-size: 15px;
}


/*控制菜单箭头*/
.gnway-menu-one > span.glyphicon-chevron-toggle:before {
    content: "\e114";
}

.gnway-menu-one > span.glyphicon-chevron-toggle:before {
    content: "\e113";
}
.glyphicon{
  margin-right: 60px;
}
.panel-body {
  width:300px;
  padding-left: 65px;
  border: 0px;
}
.panel-body:hover {
    /* background-color: #E4E4E4; */
  background-color: #f3f7ff;
  color: #5785ef;

}
.page-header {
  font-size:16px;
  font-family:"MicrosoftYaHei";
  font-weight:bold;
  color:rgba(51,51,51,1);
  padding-bottom: 10px;
  margin: 40px 0 10px;
  border-bottom: 0px solid #eee;
}
.header_k{
  font-size: 15px;
  padding-bottom: 7px;
}
.page-header2{
  text-indent: 20px;
  line-height: 59px;
  height: 59px;
  background-color: #ffffff;
}
.index-t-title {
  /* text-align: center; */
  text-indent: 20px;
  display: block;
  height: 52px;
  background-color: #f8f9fb;
  padding: 15px 0;
  margin: 0;
  font-size:15px;
  font-family:"MicrosoftYaHei";
  font-weight:bold;
  line-height: 22px;
  color: #515a6e;
}
.gnway-index-box {
  border-color: #E6E6E6;
  border-radius: 10px;
}
.rowgnw{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.index-c-o {
  font-family:"MicrosoftYaHei";
  height: 99px;
  text-align: center;
  font-size:14px;
  font-weight:400;
  padding-top: 40px;
}
.index-c-t {
  font-family:"MicrosoftYaHei";
  height: 86px;
  text-align: center;
  font-size:14px;
  font-weight:400;
  color: #515a6e;
}
.index-c-t span,.index-c-t a{
margin-top: 26px;
display: inline-block;
}
.index-t-txt{
  padding-left: 0;
  padding-right: 0;
}
.index-t-txt span,.index-t-txt a{
  font-size: 36px;
  margin-top: 0px;
}
.icon_zgnw{
  color: #d5d5d5;
  font-size: 40px;
}
.index-c-o span{
  color: #959aa5;
}

.index-k-o span{
  font-size: 13px;
}
.index-k-y:nth-child(1),.index-k-y:nth-child(3){
  padding-top: 18px;
  /* line-height: 80px; */
}
.index-k-y:nth-child(2),.index-k-y:nth-child(4){
  padding-top: 18px;
  /* line-height: 80px; */
}
.index-k-y span{
  display: block;
  font-size: 12px;
  padding-top: 11px;
}
.gnway-k-txt{
  width: 100px;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap;*/
  /*display: inline-block;*/
}
.gnway-txt-aa{
  font-size: 20px;
}
.index-k-o{
/* padding-top: 50px; */
padding-top: 23px;
padding-left: 0px;
padding-right: 0px;
}
.colmd-wid{
 padding-right: 20px;
 padding-left: 0;
}
.hui_xian{
padding-left: 0;
padding-right: 0;
}
.xian_l{
  border-right: 1px solid #F9F8F8;
}
.xian_q{
  height: 65px;
}
.xian_p{
  height: 76px;
  padding-top: 27px;
}
.xian_n{
  height: 65px;
}
/***************host页面样式***********/
.functional-area {
    position: relative;
    margin: 10px auto;
    height: 34px;
    padding-left: 0px;
}
.functional_k{
  margin-bottom: 17px;
}
.functional-area .js-refreshButton{
    float: left;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:105px;
    height:36px;
    background:rgba(87,133,239,1);
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.new-btn {
    float: left;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:105px;
    height:36px;
    background:rgba(87,133,239,1);
    border-radius: 4px;
    cursor: pointer;
    border: none;
}
.new-btn span {
    display: inline-block;
    margin-left: 0px;
    color: #ffffff;
}

/**************表格区************************/
.loading-text{
  font-size: 15px !important;
}
.licss_k{
  text-indent: 10px;
  padding: 6px 0px;
}
.licss_k:hover{
background-color: #F4F7FF;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 1px 10px rgba(0,0,0,0.1); */
    background: rgb(255,255,255);
    /* 解决表头错位 */
    table-layout: fixed;

}

/* 表头固定样式 */
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: none;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: none !important;
  border-right: none !important;
  border: none !important;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: none !important;
}
.bootstrap-table .fixed-table-container.fixed-height {
  border-bottom: none !important;
}
.table-bordered {
  border-right: none;
  border-left: none;
}
/* 表头固定样式 */
table.table tr th,
table.table tr td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    word-break: break-all;
    max-width: 230px;
    min-width: 50px;
    padding: 0 5px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis;
    word-break: inherit; */
}
table.table .fa-sort-desc {
    position: relative;
    top: -4px;
    left: 4px;
}
table.table a {
    text-decoration: underline;
    color: rgb(46,178,255);
    margin: 0 4px;
    cursor: pointer;
}
table.table a.no-click {
    text-decoration: underline;
    color: rgb(170,170,170);
    margin: 0 4px;
    cursor: auto;
}
.table thead { background: #F9F8F8; }
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-bottom: 1px solid #e6e6e6;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    font-size: 12px;
    color: rgb(51,51,51);
}
.table tr>td:first-child, .table tr>th:first-child { padding-left: 5px; }
.table tr>td:last-child, .table tr>th:last-child { padding-right: 5px; }
.table tr:hover {
  background-color: #F4F7FF;
}
.table>tbody>tr:last-child>td {
    border-bottom: none;
    padding-bottom: 1px;
}
.table>thead>tr>th {
    font-size: 12px;
    font-weight: normal;
}
.table-select { position: relative; }
.table-select-title { cursor: pointer; }
.table-select-title > img {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    margin-top: 6px;
}
.table-sort {cursor: pointer;}
.table-sort > img {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 4px;
}

.search {
    float: right;
    min-width: 300px;
    height: 34px;
    margin-right: 0px;
}
.search-btn {
    display: inline-block;
    vertical-align: middle;
    width:80px;
    height:36px;
    background:rgba(87,133,239,1);
    border-radius:4px;
    cursor: pointer;
}

#searchInput{
  float: left;
  width:235.25px;
}
#searchTubiao{
  float:left;
  font-size:18px;
  padding-top:2px;
}
#searchTubiao a{
  color:#FFFFFF;
  text-decoration:none;
}

/***************分页********************/
#pagination {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;width: 100%;
}
#pagination:after {
    content: "";
    display: table;
    clear: both;
}
.simple-pagination ul {
    float: right;
    display: inline-block;
}
.light-theme a, .light-theme span {
    float: right;
    border: solid 1px #DCDEE2;
    width: 30px;
    margin: 0px;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(64,64,64,0.2);
    color: rgb(64,64,64);
    border-radius: 0px;
}
.light-theme .js-go {
  width: 30px;
  background: rgb(46,178,255);
  color: #fff;
}
.light-theme .current {
    background: #FFFFFF;
    border: solid 1px #DCDEE2;
    width: 30px;margin: 0px;
    color: #4A99EC;
}

.simple-pagination > input {
    float: right;
    border: solid 1px rgba(223, 223, 223, 1);
    border-radius: 4px;
    background: #ffffff;
    color: rgb(132,132,132);
    outline: none;
    text-align: center;
    margin-left: 15px;
    margin-right: 8px;
    vertical-align: top;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text1 {
	padding-top: 7px;
  padding-left: 0px;
}
.limit_length_text {
	padding-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; //文本不换行，这样超出一行的部分被截取，显示...
}

.td_limit_length_text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;  //文本不换行，这样超出一行的部分被截取，显示...
}

input[type="radio"] {
  position: absolute;
  padding: 5px;
  width:14px;
  height:14px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(220,223,230,1);
  border-radius:50%;

}

input[type="radio"]:after {
  content:'';
  background-size:14px 14px;
  width:14px;
  height:14px;
  position: absolute;
  background:rgba(255,255,255,1);
  border:1px solid rgba(220,223,230,1);
  z-index: 100;
  border-radius:50%;
}
input[type="radio"]:disabled:hover:after {
  position: absolute;
  padding: 5px;
  width:14px;
  height:14px;
  background:#dbdce0;
  border:1px solid rgba(220,223,230,1);
  border-radius:50%;
  cursor: not-allowed;
}
input[type="radio"]:disabled:after {
  position: absolute;
  padding: 5px;
  width:14px;
  height:14px;
  background:#dbdce0;
  border:1px solid rgba(220,223,230,1);
  border-radius:50%;
  cursor: not-allowed;
}
input[type="radio"]:hover:after {
  width:14px;
  height:14px;
  position: absolute;
  background:rgba(255,255,255,1);
  border:1px solid rgba(87,133,239,1);
  border-radius:50%;
}

input[type="radio"]:checked:after {
  width:14px;
  height:14px;
  background:#FFFFFF;
  border:5px solid rgba(87,133,239,1);
  border-radius:50%;
}
/*添加主机弹窗*/
.col-sm-6 input[type="password"] {
  width:220px;
  height:36px;
  background:#FFFFFF;
  border:1px solid rgba(221, 221, 221, 1);
  border-radius:3px;
  padding-left: 10px;
  font-size: 12px;
}
.col-sm-6 input[type="text"] {
  padding-left:1px;
  width:221px;
  height:36px;
  background:#FFFFFF;
  border:1px solid rgba(221, 221, 221, 1);
  border-radius:3px;
  padding-left: 10px;
  font-size: 12px;
}
.csm6{
  width: 332px;
  padding-left: 0px;
}
.imgh{
  width: 120px !important;
  height: 35px;
  margin-left: 0px !important;
}
.lefttext{
  text-align: left;
  font-size: 13px;
}
.font-phone{
  font-size: 13px;
}
.col-h input[type="text"]{
  width: 162px !important;
}
.col-sm-3 input[type="text"] {
  padding-left:1px;
  width:220px;
  height:36px;
  background:#FFFFFF;
  border:1px solid rgba(221, 221, 221, 1);
  border-radius:3px;
}

.modal-header {
  background-color: #FBFBFB
}
.host-dialog {
  width: 490px;
  margin-top:150px;
  height: 350px;
}
.host-add-form {
  padding-top: 15px;
}

.o-addhost-btn {
    width:135px;
    height:30px;
    background:rgba(87,133,239,1);
    border-radius:4px;
    font-size:12px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:rgba(255,255,255,1);
    display: table-cell;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    cursor: pointer;

}

.contactsql-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/sql.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}

.o-contactsqltest-btn {
    width:91px;
    height:30px;
    background:rgba(87,133,239,1);
    border-radius:4px;
    font-size:12px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:rgba(255,255,255,1);
    display: table-cell;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    cursor: pointer;

}
.o-contactsql-btn {
    width:91px;
    height:30px;
    background:rgba(87,133,239,1);
    border-radius:4px;
    font-size:12px;
    font-family:"MicrosoftYaHei";
    font-weight:400;
    color:rgba(255,255,255,1);
    display: table-cell;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    cursor: pointer;
}
.backup-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/bak1.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}
.rollback-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/bak.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}
.md_host_info_btn{
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/edit_host_info.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
    margin-left: 8px;
    background-size: 19px 17px;
}
.image{
	margin:7px 2px;
    width:14px;
    height:16px;
    cursor: pointer;
    border: 0px;
}
.nowexec-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/25.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}
.addspace-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/26.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}
.addtime-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/27.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}
.morectl-btn {
  height: 60px;
  text-align: center;
  width:40px;
  line-height: 34px;
  font-size:12px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(192,196,204,1);
  cursor: pointer;
  background:rgba(255,255,255,1);
  border:1px solid rgba(220,222,226,1);
  border-radius:4px;
}

.o-modtask-btn,.o-ratetask-btn,.o-nowexec-btn,.o-modhost-btn,.o-deletetask-btn,.o-deletehost-btn,.nextbackup1-btn.o-nextbackup1-btn {
  width:91px;
  height:30px;
  background:rgba(87,133,239,1);
  border-radius:4px;
  font-size:12px;
  font-family:"MicrosoftYaHei";
  font-weight:400;
  color:rgba(255,255,255,1);
  display: table-cell;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.next-btn{
  width: 159px !important;
}
/* 恢复任务设置流程 */
.spcolor{
  width: 87%;
  height: 1px;
  background: #E6E6E6;
  display: inline-block;
  margin-left: 2%;
  margin-bottom: 3px;
}
.spcolor_k{
  width: 75%;
}
.spcolor_act{
  background: #5785EF;
}
/* 修改备份 */
/* .spzen{
  margin-left: 20px;
  margin-top: 3px;
  display: inline-block;
}
.back_day{
  margin-right: 22px !important;
  padding-top: 0px !important;
}
.inpmargin{
  margin-top: 2px !important;
} */
.marg_dev_bot{
  margin-bottom: 70px;
}
.marg_dev_bot2{
  margin-bottom: 88px;
}
#tableData thead{
  position: relative;
  z-index: 999;
  top: 0;
}
 /*设置滚动属性*/
 #tableData tbody {
  display: block;
  max-height: 112px;
  overflow-y: scroll;
}

/*设置头与内容自动对齐*/
#tableData thead,#tableData tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#form-tbody::-webkit-scrollbar{
  width: 10px;
  height: 1px;
}
#form-tbody::-webkit-scrollbar-thumb{
  /*滚动条里面小方块*/

  border-radius: 10px;

  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

  background: #C0C4CC;
}
#form-tbody::-webkit-scrollbar-track{
   /*滚动条里面轨道*/

 /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

 border-radius: 10px;

 background: #EBEBEB;
}

/*备份任务设置流程*/
.bottom_fix{
   width: 1620px;
   height: 77px;
   background: #FFFFFF;
   border: 1px solid #E6E6E6;
   position: fixed;
   bottom: 0;
   left: 315px;
   z-index: 100;
}
.bottom_fix div{
  position: fixed;
  bottom: 23px;
}
.bottom_fix div:nth-child(1){
  right: 14%;
}
.bottom_fix div:nth-child(2){
  right: 3%;
}
.height_vh{
  background-color:#FFFFFF;
  min-height: 260px;
  width: 95%;
  /*height: 89vh;*/
}
ul .ztree{
max-height: 220px !important;
}
.login-error-text_k{
  margin-left: 90px;
  margin-right: 90px;
}
.spys_k{
width: 84%;
margin-left: 1%;
}
.text2_k{
  padding-top: 15px;
}
.back_bk{
  display: inline-block;
  margin-right: 190px;
  margin-top: 16px !important;
}
.back_bk1{
    display: inline-block;
    margin-right: 40px;
    margin-top: 16px !important;
}
.back_bkl{
  display: inline-block;
  margin-top: 15px;
  margin-right: 115px;
}
.back_week{
  margin-top: 0px;
  margin-right: 4px;
}
.back_kk{
  display: inline-block;
  margin-right: 140px;
  margin-top: 16px;
}
.xuan_k{
  position: absolute;
  top: 43px;
  left: 14px;
  width: 160px;
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
  background-color:rgba(242, 242, 242, 1);
  z-index: 999;
  padding-left: 25px;
}
.xuan_k li{
  float: left;
  list-style: none;
  margin-right: 7px;
  margin-top: 16px;
}
.cour{
  cursor: pointer;
}
.cour svg{
   font-size: 20px;
   color: black;
}
.cour svg:hover{
  color: #333;
}
.lisvg_k{
  margin-top: 5px !important;
  margin-left: 6px !important;
  cursor: pointer;
}
.lisvg_k svg{
  color: black;
}
.lisvg_k svg:hover{
  color: #333;
}
.time_ko{
  /* position: relative; */
  overflow:visible !important;
}
.time_ko input[type="text"]{
  width: 160px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 3px;
  padding-left: 10px;
  margin-top: 7px;
  font-size: 13px;
  /* outline: none; */
}
.dian_k{
  width: 17px;
  height: 63px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.uselect{
  user-select: none;
}
.create-content {
  width:85%;
  margin-top: 70px;
  margin-left: 300px;
  background:rgba(249,248,248,1);
  border:1px solid #E6E6E6;
    height: 100%;
  /*height: 100vh;*/
  background-color: #FBFBFC;
  /*position: fixed; */
}
.back1 {
  text-align: center;
  background: url(../images/23.png);
  height: 35px;
  width: 35px;
  padding:8px;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.back2 {
  text-align: center;
  background: url(../images/24.png);
  height: 35px;
  width: 35px;
  padding:8px;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.backup2::-webkit-scrollbar {
    display: none;/*隐藏滚动条*/
}
.back3 {
  text-align: center;
  background: url(../images/24.png);
  height: 35px;
  width: 35px;
  padding:8px;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.mod_back1, .mod_back2 {
  text-align: center;
  background: url(../images/24.png);
  height: 35px;
  width: 35px;
  padding:8px;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  align-items: center;
}


.line-c{
  width: 65%;
  margin-left: 4%;
}

.o-nowre-btn,.o-addtime-btn,.o-addspace-btn {
  width:91px;
  height:30px;
  background:rgba(87,133,239,1);
  border-radius:4px;
  font-size:12px;
  font-family:"MicrosoftYaHei";
  font-weight:400;
  color:rgba(255,255,255,1);
  display: table-cell;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  align-items: center;
  cursor: pointer;
}

.o-nextbackup2-btn,.o-nextbackup3-btn,.o-nextbackup4-btn,.o-addbackup-btn,.o-delete-btn,.o-bindmobile-btn {
  width:160px;
  height:30px;
  background:rgba(87,133,239,1);
  border-radius:4px;
  font-size:13px;
  font-family:"MicrosoftYaHei";
  font-weight:400;
  color:rgba(255,255,255,1);
  display: table-cell;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  align-items: center;
  cursor: pointer;
}
.gnway-get-num3{
  cursor: pointer;
}
.form-b-row {
  min-height:59px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(243, 243, 243, 1);
  border-radius:2px;
  margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.dbnameradio {
  text-align: left;
  padding-left: 20px;
}
.addradio {
  text-align: left;
  padding-left: 20px;
  height: 25px;
}
.label-title {
    display: flex;
  align-items: center;
  /*padding-top: 15px;*/
  /*padding-left: 30px;*/
  min-height: 56px;
}

.label-option {
  padding-top: 15px;
  padding-left: 150px;
}
.label-right {
  padding-top: 20px;
}
.label-title-text {
  padding-top: 0px;
  padding-left: 30px;
}
.label-right-text {
  padding-top: 0px;
}
.nowre-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/30.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}

.delete-btn {
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:19px;
    height:17px;
    background:url(../images/27.png) right  no-repeat;
    cursor: pointer;
    border: 0px;
}
.exec_progress {
  width:80%;
  height:21px;
  padding: 6px;
  background:rgba(245,245,245,1);
  border:1px solid rgba(203, 203, 203, 1);
  border-radius:11px;
}
.exec_progress_backup {
  width:100%;
  height:21px;
  padding: 6px;
  background:rgba(245,245,245,1);
  border:1px solid rgba(203, 203, 203, 1);
  border-radius:11px;
}
.exec_progress_bar {
  height:8px;
  background:rgba(87,133,239,1);
  border-radius:4px;
}
.exec_progress_bar_dbcheck {
  height:8px;
  background:rgba(87,133,239,1);
  border-radius:4px;
}
.exec_progress_bar_export {
  height:8px;
  background:rgba(87,133,239,1);
  border-radius:4px;
}
.progress_backup {
	height: 20px;
    margin-top: 7px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.text_rate{
	margin-top: 47px;
    text-align: right;
    padding-right: 100px;
}
.form-table {
  margin-top: 12px;
  height:165px;
  overflow-y: scroll;
  background:#F3F3F3;
  border:1px solid rgba(243, 243, 243, 1);
}
.form-table::-webkit-scrollbar{
  /*滚动条整体样式*/

  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 1px;
}
.form-table::-webkit-scrollbar-thumb{
    /*滚动条里面小方块*/

    border-radius: 10px;

    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

    background: #C0C4CC;

}
.form-table::-webkit-scrollbar-track{
   /*滚动条里面轨道*/

  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

  border-radius: 10px;

  background: #EBEBEB;
}
.login_footer_content{
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.login_middle{
    width: 420px;
    margin: auto;
}
.case_login{
    /*color: #fff;*/
    color: #999;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.login_left_part{
    width: 485px;
    height: 474px;
    padding: 21px 0px;
    position: relative;
}
.login_left_part .text{
    width: 444px;
    /*height: 51px;*/
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #1F2329;
    line-height: 32px;
    margin-top: 23px;
    margin-left: 3px;
}
.login_left_part ul{
    display: flex;
    padding-left: 0px;
    justify-content: space-between;
    width: 444px;
    position: absolute;
    bottom: 0px;
    left: -6px;

}
.center_img{
    position: absolute;
    left: -17px;
    top: 104px;
}
.login_left_part ul li{
    display: flex;
}
.login_left_part ul li img{
    width: 14px;
    height: 14px;
    margin-right: 12px;
}
.login_left_part ul li span{
    font-weight: 400;
    font-size: 16px;
    color: #16226A;
    line-height: 16px;
}
/*.case_login:before,.case_login:after {*/
/*    content: '';*/
/*    height: 1px;*/
/*    width: 55px;*/
/*    background: #ffffff;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-left: -1px;*/
/*}*/
div.case_login:after{
    right: 0;
}
.login_middle p{
    text-align: center;
    margin: 0;
    line-height: 30px;
    color:#999;
}



.ybfpopup{
    width: 101%;
}

/* 绑定失败 */
.bang-ding{
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 26px;
  background-color: #fcf0f0;
  padding-top: 8px;
  padding-left: 21px;
}
.button-close{
  width: 58px;
  height: 50px;
  background: url(../images/close-icon.png) no-repeat;
  border: none;
  cursor: pointer;
  outline: none;
  float: right;
}

/* 绑定成功 */
.ybfpopup-content{
    width:100%;
    height: 415px;
    border-radius: 5px;
    box-shadow: 0 3px 18px rgba(4,0,0,.16);
    background: #fff;
}
.ybfpopup-head{
    width: 100%;
    height: 50px;
    background: #fbfbfb;
    border-bottom: 1px solid #f6f6f6;
    border-radius: 6px;
}
.ybfpopup-head-title{
    font-size: 13px;
    color: #515a6e;
    line-height: 50px;
    padding-left: 18px;
    float: left;
}
.ybfpopup-head-close{
    width: 58px;
    height: 50px;
    background: url(../images/close-icon.png) no-repeat;
    border: none;
    cursor: pointer;
    outline: none;
    float: right;

}
.closegg{
  font-size: 18px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.closeh{
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 9px;
  font-size: 14px;
  color: red;
}


.ybfpopup-phone{
    width: 168px;
    height: 131px;
    background: url(../images/ybfphone.png) no-repeat;
    margin: auto;
    margin-top: 68px;
}
.ybfpopup-title{
    font-size: 14px;
    color: #515a6e;
    text-align: center;
    margin-top: 12px;
}
.ybfpopup-btn{
    width: 160px;
    height: 34px;
    background: #fff;
    border: 1px solid #5785ef;
    border-radius: 4px;
    font-size: 12px;
    color: #5785ef;
    line-height: 34px;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    margin: auto;
    margin-top: 38px;
    display: block;
}
.ybfpopup-btn:hover{
    color: #fff;
    background: #2960e1;
}


/* 微信解绑 */
.ybfpopup-sel{
    width: 300px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background: none;
    outline: none;
    padding-left: 18px;
    font-size: 12px;
    color: #808695;
    line-height: 34px;
    margin: auto;
    margin-top: 72px;
    display: block;
    text-align: left !important;
}
.form-text{
  position: absolute;
  top: 80px;
  left: 147px;
  color: #515a6e;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ybfpopup-sel:hover{
    border: 1px solid #5785ef;
}
.ybfpopup-contair{
    width: 300px;
    height: 30px;
    margin: auto;
    margin-top: 9px;
}
.ybfpopup-contair input:first-child{
    border: 1px solid #5785ef;
    color: #5785ef;
    background: #fff;
    float: left;
}
.ybfpopup-contair input:last-child{
    color: #fff;
    background: #5785ef;
    border: none;
    float: right;
}
.ybfpopup-contair input:first-child:hover{
    color: #fff;
    background: #2960e1;
}
.ybfpopup-contair input{
    width: 140px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
    display: block;
}
.ybfpopup-txt{
    width: 360px;
    height: 31px;
    box-sizing: border-box;
    background: #ffebeb;
    border: 1px solid #ffcccc;
    border-radius: 2px;
    font-size: 14px;
    color: #f23636;
    line-height: 31px;
    text-align: center;
    margin: auto;
    margin-top: 52px;
}

/* 绑定手机 */
.ybfpopup-txt1{
    font-size: 13px;
    color: #515a6e;
    padding: 0 34px;
    margin-top: 26px;
    line-height: 22px;
}
.ybfpopup-contair1{
    padding: 22px 108px 16px 34px;
}
.ybfpopup-cont{
    width: 100%;
    height: 64px;
}
.ybfpopup-cont-title{
    width: 102px;
    line-height: 34px;
    font-size: 12px;
    color: #808695;
    text-align: right;
    float: left;
}
.ybfpopup-cont-btn{
    width: 300px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    outline: none;
    font-size: 12px;
    color: #808695;
    line-height: 34px;
    padding-left: 8px;
    display: block;
    float: right;
}
.ybfpopup-cont-btn1{
    width: 160px;
    margin-left: 10px;
    float: left;
}
.ybfpopup-cont-txt{
    width: 100%;
    font-size: 12px;
    color: #f23636;
    line-height: 14px;
    padding-top: 5px;
    padding-left: 120px;
    float: left;
}
.ybfpopup-cont-a{
    width: 118px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    display: block;
    float: left;
    text-decoration: none;
    margin-left: 20px;
    font-size: 12px;
    color: #808695;
    line-height: 34px;
    text-align: center;
}
.ybfpopup-cont-a:hover{
    text-decoration: none;
}
.ybfpopup-cont a>img{
    width: 118px;
    height: 32px;
}

.ybfpopup-cont:hover .ybfpopup-cont-btn{
    border: 1px solid #5785ef;
}
.ybfpopup-cont-a:hover{
    color: #5785ef;
    border: 1px solid #5785ef;
}
.ybfpopup-btn1{
    background: #5785ef;
    color: #fff;
    margin-top: 0;
}
@media screen and (min-width:375px){
  .main{
    width: 69% !important;
  }
  .dropdown-menu1{
    left: -22px !important;
  }
  .create-content{
    width: 70% !important;
  }
  .db_backup_dev{
    margin-left: 14px !important;
  }
  /* .spcolor{
    width: 69%;
  }
  .spys_k{
    width: 54%;
  } */
  .create_dev{
    /* width: 55% !important; */
    width: 113% !important;
  }

}
@media screen and (min-width:375px) and (max-width:1440px){
  .bottom_fix div:nth-child(1) {
    right: 20%;
  }
}
@media screen and (min-width:1280px){
  .main{
    width: 76% !important;
  }
  .dropdown-menu1{
    left: -22px !important;
  }
  .create-content{
    width: 79% !important;
  }
  .spys_k{
    width: 78%;
  }
  .db_backup_dev{
    margin-left: 35px !important;
  }
  .create_dev{
    width: 122% !important;
  }
}
@media screen and (min-width:1440px){
  .main{
    width: 80% !important;
  }
  .dropdown-menu1{
    left: -1px !important;
  }
  .create-content{
    width: 79% !important;
  }
  .spcolor{
    width: 84%;
  }
  .spys_k{
    width: 79%;
  }
  .db_backup_dev{
    margin-left: 35px !important;
  }
  .create_dev{
    width: 122% !important;
  }
}
@media screen and (min-width:1680px){
  /* .main{
    width: 80% !important;
  }
  .dropdown-menu{
    left: -1px !important;
  } */
  .create-content{
    width: 82% !important;
  }
  .spcolor{
    width: 86%;
  }
  .spcolor_k{
    width: 75%;
  }
  .spys_k{
    width: 81%;
  }
  .db_backup_dev{
    margin-left: 35px !important;
  }
  .create_dev{
    width: 123% !important;
  }
}
@media screen and (min-width:1920px){
  .main{
    width: 84% !important;
  }
  .dropdown-menu1{
    left: 47px !important;
  }
  .dropdown_men_back{
    left: 95px !important;
  }
  .create-content{
    width: 85% !important;
  }
  .db_backup_dev{
    margin-left: 35px !important;
  }
  .create_dev{
    width: 127% !important;
  }
}

.backup2-tishi{
    width: 300px;
    height: 300px;
    background: url(../images/tishi-icon.svg) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-top: 68px;
}
.backup2-title{
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
