* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.title {
  font-size: 14px;
  color: #3b5999;
  margin-left: 40px;
}

.tool-wrap {
  float: right;
  padding-top: 7px;
  margin-right: 45px;
}

.search-box {
  width: 240px;
  height: 30px;
  border: solid 1px #eee;
  display: inline-block;
  margin-right: 2px;
}

.search-box input {
  border: none;
  padding: 4px 10px;
  width: 210px;
  vertical-align: top;
  height: 100%;
  box-sizing: border-box;
}

.search-box img {
  cursor: pointer;
  vertical-align: top;
  margin-top: 5px;
}

.tool-btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #e5e5e5;
  padding-left: 10px;
  vertical-align: top;
  color: #999999;
  cursor: pointer;
}

.layui-form-onswitch {
  background: #3b5999;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #3b5999;
}

.layui-form-select dl dd.layui-this {
  background-color: #3b5999;
}

.icon {
  display: inline-block;
  cursor: pointer;
}

.icon-del {
  width: 15px;
  height: 17px;
  background: url(../images/icon-del.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.icon-restart {
  width: 20px;
  height: 20px;
  background: url(../images/restart.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.form-tip {
  width: 570px;
  border: 1px dashed #eee;
  margin-left: 30px;
  height: 300px;
  text-align: center;
  line-height: 300px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.title {
  font-size: 14px;
  color: #3b5999;
  margin-left: 40px;
}

.tool-wrap {
  float: right;
  padding-top: 10px;
  margin-right: 20px;
  position: relative;
  top: 5px;
}

.search-box select {
  border: none;
  padding: 4px 10px;
  width: 238px;
  height: 27px;
  vertical-align: top;
}

.search-box img {
  cursor: pointer;
  vertical-align: top;
  margin-top: 5px;
}

#survey_page {
  text-align: right !important;
  margin-right: 10px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #3b5999 !important;
}

.layui-btn {
  background: #3b5999 !important;
  color: #fff !important;
}

.layui-layer-btn0 {
  width: 80px !important;
  height: 26px !important;
  font-size: 12px !important;
  line-height: 26px !important;
  background: #3b5999 !important;
  border: 1px solid #3b5999 !important;
  padding: 0px;
  text-align: center;
}

.layui-layer-btn1 {
  background: #e5e5e5 !important;
  border: 1px solid #dcdcdc !important;
  width: 80px !important;
  height: 26px !important;
  font-size: 12px !important;
  line-height: 26px !important;
  padding: 0;
  text-align: center;
}

.btn-dark {
  border-radius: 4px;
  background: #3b5999;
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
}

@media screen and (max-width: 1100px) {
  .layui-layer-iframe {
    overflow-y: visible !important;
  }
}

.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn {
  font-size: 34px !important;
}

.w-e-toolbar {
  height: 29px !important;
}

.w-e-toolbar .w-e-menu {
  float: left;
}