/* /templates2_0/module/banner/login.less */
.module_banner_login {
  position: relative;
  box-sizing: border-box;
}
.module_banner_login-wrap {
  position: relative;
  box-sizing: border-box;
  height: 420px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.module_banner_login-wrap:before,
.module_banner_login-wrap:after {
  content: none;
  display: none;
}
.module_banner_login-wrap_content {
  position: relative;
  box-sizing: border-box;
  width: 710px;
  height: inherit;
  -webkit-flex: 0 0 710px;
  -ms-flex: 0 0 710px;
  flex: 0 0 710px;
}
.module_banner_login-wrap_title {
  position: relative;
  box-sizing: border-box;
  height: inherit;
  overflow-y: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -10px;
  padding-left: 10px;
}
.module_banner_login-title {
  position: relative;
  box-sizing: border-box;
  background-color: #f6f6f6;
  padding: 0 20px;
  font: normal 14px Tahoma, sans-serif;
  color: #3d3d3d;
  text-decoration: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module_banner_login-title:first-of-type {
  border-top-color: transparent;
}
.module_banner_login-title:hover {
  background-color: #00792c;
  color: #fff;
}
.module_banner_login-title.selected {
  background-color: #00792c;
  color: #fff;
}
.module_banner_login-title.selected:before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -10px;
  width: 10px;
  height: 70px;
  background: transparent url(/templates2_0/module/banner/login_angle.svg) 100% 50% no-repeat;
  background-size: 100%;
}
.module_banner_login-point {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.module_banner_login-point_item {
  position: relative;
  box-sizing: border-box;
  background-color: #bbb;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}
.module_banner_login-point_item.selected {
  background-color: #00792c;
  box-shadow: 0 0 0 2px #00792c;
}
