@charset "utf-8";
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
span {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
@font-face {
  font-family: Renner-it-Book;
  src: url("fonts/SourceHanSansCN-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: -apple-system, "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
html,
body {
  min-width: 1180px;
  background-color: #f5f6f7;
  font-weight: normal;
}
ul {
  list-style: none;
}
div,
li,
a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0px;
}
img {
  border: 0px;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
i,
label {
  font-style: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
label {
  margin: 0;
  line-height: 20px;
  color: #666666;
  font-weight: normal;
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #9EA7B3;
}
input::-moz-placeholder {
  font-size: 16px;
  color: #9EA7B3;
}
input::-ms-input-placeholder {
  font-size: 16px;
  color: #9EA7B3;
}
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #9EA7B3;
}
textarea::-moz-placeholder {
  font-size: 16px;
  color: #9EA7B3;
}
textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #9EA7B3;
}
input[type=text],
input[type=number],
input[type=password],
select {
  height: 48px;
  font-size: 16px;
  color: #2D3037;
  padding-left: 15px;
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
input[type=text]:hover,
input[type=number]:hover,
input[type=password]:hover,
select:hover {
  border-color: #0178FD;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus {
  border-color: #0178FD;
  -webkit-box-shadow: 0px 0px 0px 1px #58a4fc;
  -moz-box-shadow: 0px 0px 0px 1px #58a4fc;
  -o-box-shadow: 0px 0px 0px 1px #58a4fc;
  box-shadow: 0px 0px 0px 1px #58a4fc;
}
input[type=text][disabled],
input[type=number][disabled],
input[type=password][disabled],
select[disabled] {
  background-color: #ECEFF2;
  cursor: not-allowed;
}
input[type=text][disabled]:hover,
input[type=number][disabled]:hover,
input[type=password][disabled]:hover,
select[disabled]:hover {
  border: 1px solid #BDC5D3;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
label.select_checkbox {
  position: relative;
  padding-left: 22px;
  vertical-align: top;
}
label.select_checkbox::before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  outline: none !important;
  cursor: pointer;
}
label.select_checkbox:hover::before {
  border-color: #5e6d81;
}
label.select_checkbox[disabled]::before {
  background-color: #ECEFF2;
  cursor: not-allowed;
}
label.select_checkbox[disabled]::before:hover {
  border-color: #BDC5D3;
}
input[type=checkbox]:checked + label::after {
  position: absolute;
  left: 3px;
  top: 5px;
  width: 10px;
  height: 6px;
  content: '';
  border-bottom: 2px solid #0178FD;
  border-left: 2px solid #0178FD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
label.select_radio {
  position: relative;
  padding-left: 22px;
  vertical-align: top;
}
label.select_radio::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  outline: none !important;
  cursor: pointer;
}
label.select_radio:hover::before {
  border-color: #5e6d81;
}
label.select_radio[disabled]::before {
  background-color: #ECEFF2;
  cursor: not-allowed;
}
label.select_radio[disabled]::before:hover {
  border-color: #BDC5D3;
}
input[type=radio]:checked + label::after {
  position: absolute;
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  content: '';
  background-color: #0178FD;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
button {
  height: 36px;
  background-color: #0178FD;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 18px;
  border: 1px solid #0178FD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
button:hover,
button:focus {
  background-color: #0178FD;
  border-color: #0178FD;
}
button:active {
  background-color: #0178FD;
  border-color: #0178FD;
}
button.middle {
  padding: 0px 27px;
}
button.big {
  height: 40px;
  padding: 0px 35px;
}
button.white {
  color: #0178FD;
  background-color: #fff;
  border-color: #0178FD;
}
button.white:hover {
  color: #0178FD;
  background-color: #fff;
  border-color: #0178FD;
}
button.white:active {
  color: #0178FD;
  border-color: #0178FD;
}
button.cancel {
  color: #5E6D81;
  background-color: #fff;
  border-color: #BDC5D3;
}
button.cancel:hover {
  color: #5E6D81;
  background-color: #fff;
  border-color: #DBE1E8;
}
button.cancel:active {
  color: #5E6D81;
  border-color: #9EA7B3;
}
button[disabled] {
  color: #9EA7B3;
  background-color: #ECEFF2;
  border-color: #ECEFF2;
  cursor: not-allowed;
}
button[disabled]:hover {
  color: #9EA7B3;
  border-color: #ECEFF2;
  background-color: #ECEFF2;
}
button[disabled]:active {
  border-color: #ECEFF2;
  background-color: #ECEFF2;
}
textarea {
  font-size: 14px;
  color: #2D3037;
  padding: 10px;
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  resize: none;
}
textarea:hover {
  border-color: #0178FD;
}
textarea:focus {
  border-color: #0178FD;
  -webkit-box-shadow: 0px 0px 0px 1px #58a4fc;
  -moz-box-shadow: 0px 0px 0px 1px #58a4fc;
  -o-box-shadow: 0px 0px 0px 1px #58a4fc;
  box-shadow: 0px 0px 0px 1px #58a4fc;
}
/*********公共头部 start *************/
.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.navbox {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
}
.navbox .logo {
  float: left;
  width: 160px;
  height: 80px;
  height: 100%;
}
.navbox .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/logo.png") no-repeat center;
  background-size: 160px 40px;
}
.navbox .link {
  float: left;
  height: 100%;
  margin-left: 136px;
}
.navbox .link .page-list > li {
  float: left;
}
.navbox .link .page-list > li > a {
  display: block;
  height: 100%;
  padding: 0 24px;
  line-height: 80px;
  font-size: 16px;
  color: #666666;
}
.navbox .link .page-list > li > a:hover {
  color: #0178FD;
}
.navbox .link .page-list > li > a.active {
  color: #0178FD;
}
.navbox .reg_login {
  float: right;
  padding-top: 22px;
}
.navbox .reg_login .logout a {
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
.navbox .reg_login .logout .reg {
  width: 56px;
  height: 36px;
  color: #fff;
  background: #0178FD;
  border-radius: 18px;
  margin-right: 12px;
}
.navbox .reg_login .logout .login {
  width: 56px;
  height: 36px;
  color: #666666;
}
.navbox .reg_login .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.navbox .reg_login .dropdown-menu {
  min-width: 120px;
  right: 0;
  left: auto;
}
.navbox .reg_login .dropdown-menu > li > a {
  width: 100%;
  line-height: 30px;
}
.navbox .reg_login .btn {
  border: none;
  font-size: 17px;
  box-shadow: none;
}
.navbox .reg_login .btn:hover {
  background: #fff;
}
/*******产品中心下拉 start***********/
.product-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 80px;
  height: 224px;
  min-width: 1180px;
  max-width: 100%;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.product-menu .menu-content {
  width: 1180px;
  margin: 0 auto;
}
.product-menu .menu-content dl {
  display: flex;
  justify-content: space-between;
}
.product-menu .menu-content dl dd {
  width: 180px;
  height: 224px;
  background: #fff;
}
.product-menu .menu-content dl dd a {
  display: block;
  height: 100%;
  padding-top: 40px;
  margin-right: 0 !important;
  color: #666666;
}
.product-menu .menu-content dl dd a.active {
  background: #F5F8FD;
}
.product-menu .menu-content dl dd a.active p {
  color: #0178FD;
}
.product-menu .menu-content dl dd a:hover {
  background: #F5F8FD;
}
.product-menu .menu-content dl dd a:hover p {
  color: #0178FD;
}
.product-menu .menu-content dl dd a .imgbox {
  width: 63px;
  height: 78px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.product-menu .menu-content dl dd a .imgbox img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-menu .menu-content dl dd a p {
  font-size: 16px;
  text-align: center;
  color: #666666;
  line-height: 16px;
}
/*******产品中心下拉 start***********/
/*********解决方案下拉 start*********/
.solution-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 80px;
  min-width: 1180px;
  max-width: 100%;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.solution-menu .solution-menu-cont {
  width: 1180px;
  margin: 0 auto;
  display: flex;
}
.solution-menu .solution-menu-cont .solution-menu-left {
  width: 200px;
  height: 216px;
  flex-shrink: 0;
  background: #F5F8FD;
  padding-top: 40px;
  text-align: center;
}
.solution-menu .solution-menu-cont .solution-menu-left span {
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: bottom;
  background: url(../images/solution_menu.png) no-repeat center;
}
.solution-menu .solution-menu-cont .solution-menu-left h2 {
  display: inline-block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}
.solution-menu .solution-menu-cont .solution-menu-right {
  flex: 1;
  padding-top: 36px;
  padding-left: 30px;
}
.solution-menu .solution-menu-cont .solution-menu-right ul {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(4, 25%);
  grid-row-gap: 16px;
}
.solution-menu .solution-menu-cont .solution-menu-right ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  padding-left: 45px;
  line-height: 24px;
}
.solution-menu .solution-menu-cont .solution-menu-right ul li a:hover {
  color: #0178FD;
}
.solution-menu .solution-menu-cont .solution-menu-right ul li.active a {
  color: #0178FD;
}
/*********解决方案下拉 end*********/
/*********公共头部 end *************/
.page-content {
  width: 1180px;
  margin: 0 auto;
}
.page-content .title {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  text-align: center;
}
.page-content .subtitle {
  line-height: 18px;
  font-size: 18px;
  color: #999999;
  margin-top: 32px;
  text-align: center;
}
/*========================================== footer start================================*/
.footer {
  width: 100%;
  height: 500px;
  padding-top: 70px;
  background: #09142F;
}
.footer .footer-content {
  width: 1180px;
  margin: 0 auto;
  display: flex;
}
.footer-left {
  margin-right: 120px;
}
.footer-left .footer-logo {
  width: 160px;
  height: 40px;
  margin-bottom: 40px;
}
.footer-left .official-support-container p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 34px;
  margin-bottom: 16px;
}
.footer-left .official-support-container p.copyright {
  font-size: 14px;
  opacity: 0.4;
}
.footer-left .official-support-container .qrcode {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  position: relative;
}
.footer-left .official-support-container .qrcode span {
  vertical-align: middle;
  opacity: 0.4;
}
.footer-left .official-support-container .qrcode i {
  display: inline-block;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(../images/icon_wx.png) no-repeat center;
  background-size: 24px 24px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
}
.footer-left .official-support-container .qrcode i:hover {
  opacity: 1;
}
.footer-left .official-support-container .qrcode .qrcode-img {
  display: none;
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 6px;
  position: absolute;
  top: 0;
  right: -17px;
}
.footer-left .official-support-container .qrcode .qrcode-img::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -20px;
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
}
.footer-left .official-support-container .qrcode .qrcode-img img {
  width: 88px;
  height: 88px;
}
.footer-left .official-support-container .qrcode i:hover + .qrcode-img {
  display: block;
}
.footer-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer-right .footer-column dl dt {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}
.footer-right .footer-column dl dd {
  max-width: 240px;
}
.footer-right .footer-column dl dd p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  opacity: 0.4;
  font-weight: 400;
}
.footer-right .footer-column dl dd a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  line-height: 32px;
  font-weight: 400;
}
.footer-right .footer-column dl dd a:hover {
  color: #fff;
  opacity: 1;
}
/*========================================== footer end================================*/
/*=================================side-toolbar start=====================================*/
.bohai-side-toolbar {
  position: fixed;
  right: 0;
  bottom: 600px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  z-index: 1000;
}
.bohai-side-toolbar ul li {
  width: 48px;
  height: 48px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  background-color: #fff !important;
  position: relative;
}
.bohai-side-toolbar ul li a {
  display: block;
  height: 100%;
  background-color: #fff !important;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.bohai-side-toolbar ul li.toolbar-code-wx a {
  background: url(../images/wx.png) no-repeat center;
  background-size: 30px 26px;
}
.bohai-side-toolbar ul li.toolbar-code-wx a:hover {
  background: url(../images/iot_img8.png) no-repeat center;
  background-size: 24px 24px;
}
.bohai-side-toolbar ul li.toolbar-code-qq a {
  background: url(../images/qq.png) no-repeat center;
  background-size: 24px 24px;
}
.bohai-side-toolbar ul li.toolbar-code-shop a {
  background: url(../images/sc.png) no-repeat center;
  background-size: 24px 22px;
}
.bohai-side-toolbar ul li.toolbar-code-shop a:hover {
  background: url(../images/iot_img8.png) no-repeat center;
  background-size: 24px 24px;
}
.bohai-side-toolbar ul li.toolbar-code a {
  background: url(../images/ma.png) no-repeat center;
  background-size: 24px 24px;
}
.bohai-side-toolbar ul li.toolbar-code a:hover {
  background: url(../images/ma_01.png) no-repeat center;
  background-size: 24px 24px;
}
.bohai-side-toolbar ul li.toolbar-code-app a {
  background: url(../images/app01.png) no-repeat center;
  background-size: 30px 30px;
}
.bohai-side-toolbar ul li.toolbar-code-app a:hover {
  background: url(../images/app02.png) no-repeat center;
  background-size: 30px 30px;
}
.bohai-side-toolbar ul li#gotop {
  display: none;
  z-index: 101;
  background: url(../images/top.png) no-repeat center;
  background-size: 24px 18px;
}
.bohai-side-toolbar ul li .consult-qrcode {
  position: absolute;
  top: -50px;
  right: 60px;
  opacity: 0;
  height: 134px;
  padding: 14px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.bohai-side-toolbar ul li .consult-qrcode img {
  width: 88px;
  height: 88px;
}
.bohai-side-toolbar ul li .consult-qrcode p {
  width: 88px;
  text-align: center;
}

.bohai-side-toolbar ul li .consult-qrcode-wx {
  position: absolute;
  top: -50px;
  right: 60px;
  opacity: 0;
  height: 134px;
  padding: 14px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.bohai-side-toolbar ul li .consult-qrcode-wx img {
  width: 88px;
  height: 88px;
}
.bohai-side-toolbar ul li .consult-qrcode-wx p {
  width: 88px;
  text-align: center;
}

.bohai-side-toolbar ul li .consult-qrcode-qq {
  position: absolute;
  top: -50px;
  right: 60px;
  opacity: 0;
  height: 134px;
  padding: 14px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.bohai-side-toolbar ul li .consult-qrcode-qq img {
  width: 88px;
  height: 88px;
}
.bohai-side-toolbar ul li .consult-qrcode-qq p {
  width: 88px;
  text-align: center;
}

.bohai-side-toolbar ul li .consult-qrcode-shop {
  width: 216px;
  height: 234px;
  position: absolute;
  top: -50px;
  right: 60px;
  opacity: 0;
  padding: 14px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.bohai-side-toolbar ul li .consult-qrcode-shop img {
  width: 188px;
  height: 188px;
}
.bohai-side-toolbar ul li .consult-qrcode-shop p {
  text-align: center;
}

.bohai-side-toolbar ul li .consult-qrcode-app {
  width: 226px;
  height: 244px;
  position: absolute;
  top: -50px;
  right: 60px;
  opacity: 0;
  padding: 14px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.bohai-side-toolbar ul li .consult-qrcode-app img {
  width: 188px;
  height: 188px;
}
.bohai-side-toolbar ul li .consult-qrcode-app p {
  text-align: center;
}
/*=================================side-toolbar end=====================================*/
/******select 选择*******/
.btn-group {
  min-width: 120px;
  height: 48px;
}
.dropdown-menu {
  padding: 0px;
  border: 1px solid #DBE1E8;
  margin: 10px 0 10px;
  -webkit-box-shadow: 0px 3px 10px rgba(45, 48, 55, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(45, 48, 55, 0.1);
  -o-box-shadow: 0px 3px 10px rgba(45, 48, 55, 0.1);
  box-shadow: 0px 3px 10px rgba(45, 48, 55, 0.1);
}
.dropdown-menu ul li a {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #2D3037;
  background-color: #fff;
  padding: 0px 14px;
}
.dropdown-menu ul li a:hover {
  background-color: #F0F2F5;
}
.dropdown-menu ul li a:focus {
  background-color: #F0F2F5;
  outline: none;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #2D3037;
  background-color: #F0F2F5;
}
.glyphicon-ok::before {
  position: absolute;
  left: 2px;
  top: 7px;
  content: "";
  width: 10px;
  height: 6px;
  content: '';
  border-bottom: solid 2px #FF6666;
  border-left: solid 2px #FF6666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  color: #9EA7B3;
  background-color: #ECEFF2;
  border-color: #ECEFF2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group.disabled:hover,
.bootstrap-select.btn-group > .disabled:hover,
.bootstrap-select.btn-group.disabled:active,
.bootstrap-select.btn-group > .disabled:active,
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  color: #9EA7B3;
  background-color: #ECEFF2;
  border-color: #ECEFF2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group .bs-searchbox,
.btn-group .bs-addoptionbox {
  position: relative;
  padding: 0px;
  border-bottom: 1px solid #DBE1E8;
}
.btn-group .bs-searchbox svg,
.btn-group .bs-addoptionbox svg {
  position: absolute;
  left: 14px;
  top: 12px;
  font-size: 12px;
  color: #9EA7B3;
}
.btn-group .bs-searchbox .form-control,
.btn-group .bs-addoptionbox .form-control,
.btn-group .bs-searchbox .form-add,
.btn-group .bs-addoptionbox .form-add {
  padding-left: 30px;
  border: none;
}
.btn-group .bs-searchbox .form-control:focus,
.btn-group .bs-addoptionbox .form-control:focus,
.btn-group .bs-searchbox .form-add:focus,
.btn-group .bs-addoptionbox .form-add:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group .bs-addoptionbox .form-add {
  padding-right: 62px;
}
.btn-group .bs-addoptionbox a {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/******弹窗 start******/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  color: #2D3037;
  line-height: 20px;
}
.row {
  margin: 0;
}
/* 模态框公共样式 */
.modal {
  background: rgba(15, 30, 51, 0.8);
}
.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100%;
}
.modal.right .modal-content {
  height: 100%;
  border-radius: 0;
}
.modal.right .modal-body {
  height: calc(100% - 160px);
  overflow-y: auto;
}
.modal-header {
  font-size: 14px;
  color: #333333;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 4px 4px 0 0;
}
.modal-header h4 {
  display: inline-block;
  font-size: 18px;
}
.modal-header button {
  height: 22px;
  margin-top: 0px;
}
.modal-header button:hover,
.modal-header button:active {
  background-color: #fff;
}
.modal-body {
  position: relative;
  padding: 32px 24px;
}
.modal-body .row {
  color: #2D3037;
  margin: 0;
}
.modal-body .row .col-xs-2,
.modal-body .row .col-xs-3 {
  font-size: 14px;
  color: #5E6D81;
}
.modal-body .text-label {
  color: #5E6D81;
  font-size: 14px;
  line-height: 48px;
}
.modal-body .col-left-text {
  text-align: right;
}
.modal-body .col-right {
  padding-left: 24px;
}
.modal-body .row-bottom {
  margin-bottom: 24px;
}
.modal-footer {
  padding: 24px;
}
.modal-footer button {
  height: 48px;
  min-width: 125px;
  margin-left: 12px;
}
