@import url(../iconfont/css/iconfont.css);
@import url(../iconfont/css/animation.css);
/*@import url(http://fonts.useso.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic|Anonymous+Pro:400,400italic,700,700italic);*/
@import url(../fonts/fonts.css);
.mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity .3s;
}
.msgbox {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 150px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transition: top .3s, opacity .3s;
  border-radius: 3px;
  br: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
}
.msgbox .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 50px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  border-radius: 0 3px 0 0;
}
.msgbox .icon-close:before {
  margin: 0;
}
.msgbox .icon-close:hover {
  background: #f8f8f8;
}
.msgbox h3 {
  height: 51px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
}
.msgbox h3 .counter {
  margin-left: 10px;
  color: red;
}
.msgbox h3 .counter:before {
  color: grey;
  content: '(';
}
.msgbox h3 .counter:after {
  color: grey;
  content: ')';
}
.msgbox h3 .close-counter {
  margin-left: 10px;
  color: red;
}
.msgbox h3 .close-counter:before {
  content: '';
}
.msgbox h3 .close-counter:after {
  content: ' 秒后关闭本窗口';
}
.msgbox .msg-wrap {
  min-width: 530px;
  padding: 20px 20px;
  font-size: 18px;
  text-align: center;
}
.msgbox .msg-wrap .pop-text {
  color: #333333;
  font-size: 16px;
  text-align: left;
  max-width: 540px;
}
.msgbox .msg-wrap .warning-msg {
  position: relative;
  display: block;
  margin: 0 50px;
}
.msgbox .msg-wrap .warning-msg .icon-warning {
  position: absolute;
  top: -13px;
  left: -50px;
  font-size: 32px;
  color: #F0D967;
  vertical-align: top;
}
.msgbox .msg-wrap .warning-btns {
  margin-top: 40px;
}
.msgbox .msg-wrap .warning-btns .btn + .btn,
.msgbox .msg-wrap .warning-btns button + .btn {
  margin-left: 80px;
}
.msgbox .msg-wrap .character-box {
  width: 450px;
  height: 70px;
  background: #F7F7F7;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.msgbox .msg-wrap .character-box .name-line {
  font-size: 18px;
}
.msgbox .msg-wrap .character-box .name-line .character {
  color: #4a4a4a;
  float: left;
  display: inline-block;
}
.msgbox .msg-wrap .character-box .name-line .target-login {
  color: #4A90E2;
  display: inline-block;
  float: right;
}
.msgbox .msg-wrap .character-box .school-line {
  font-size: 14px;
  color: #757575;
}
.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.white-box {
  background: #ffffff;
}
.grey-box {
  background: #f9f9f9;
}
.dark-grey-box {
  background: #f8f8f8;
}
#container {
  background-color: #F1F1F1;
}
#container .login-block.xishan-block {
  background: url("/static/images/wuxi/xishan_banner.png") no-repeat;
  background-size: 100% 100%;
}
#container .login-block.login-bg {
  background: url("/static/images/wuxi_bg.png") no-repeat;
  background-size: 100% 100%;
}
#container .login-block.extra-bg {
  background: url('/static/images/default-login-bg.png') no-repeat;
  background-size: 100% 100%;
}
#container .login-block .plat-info {
  width: 400px;
  height: 350px;
  padding-top: 100px;
}
#container .login-block .plat-info .info-box {
  height: 100px;
}
#container .login-block .plat-info .info-box .plat {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 1px solid black;
}
#container .login-block .plat-info .info-box .info {
  font-size: 26px;
}
#container .login-block .plat-info .info-box .download-btn {
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
}
#container .login-block .plat-info .info-box .download-btn .app-download-new {
  font-size: 16px;
  color: #D63E3E;
}
#container .login-block .login-box {
  width: 280px;
  height: 290px;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
}
#container .login-block .login-box .login-type .login-span .type {
  text-align: center;
  display: inline-block;
  width: 49%;
  font-size: 16px;
}
#container .login-block .login-box .login-type .login-span .type.active .type-text {
  color: #D63E3E;
}
#container .login-block .login-box .login-type .login-span .type.active .b-line {
  background: #D63E3E;
  border-radius: 3px;
  height: 3px;
  width: 20%;
  margin-left: 40%;
}
#container .login-block .head-block .avatar-block {
  display: inline-block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
#container .login-block .head-block .avatar-block img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#container .login-block .head-block .character-block {
  display: inline-block;
  font-size: 25px;
}
#container .login-block .head-block .target-btn {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  width: 120px;
  border-radius: 5px;
  font-size: 16px;
}
#container .login-block .head-block .target-btn-change {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  width: 120px;
  border-radius: 5px;
  font-size: 16px;
  color: #D63E3E;
  background-color: #ffffff;
}
#container .login-block .head-block .target-btn-login {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  width: 120px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  background-color: #D63E3E;
}
#container .login-block .head-block .toa-btn-login {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  width: 120px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #ffffff;
  color: #D63E3E;
}
#container .login-block .auth-block {
  color: #666666;
  font-size: 14px;
  margin-left: 46px;
  width: 70%;
}
#container .login-block .auth-block .auth-name {
  display: inline-block;
  float: left;
  text-align: left;
}
#container .login-block .auth-block .auth-box {
  display: inline-block;
  max-width: 80%;
}
.wuxi-select {
  /* --ie清除--*/
  /* --火狐、谷歌清除--*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/static/images/select-arrow.png") no-repeat scroll right center transparent;
  padding-right: 14px;
  background-color: #ffffff;
  /* --背景色字体颜色--*/
}
.wuxi-select.sm {
  width: 90px;
}
.wuxi-select.mid {
  width: 160px;
}
.wuxi-select.lg {
  width: 180px;
}
.wuxi-select::-ms-expand {
  display: none;
}
.wuxi-select:hover {
  cursor: pointer;
}
.wuxi-select option::-ms-expand {
  display: none;
}
.wuxi-select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.wuxi-select option:hover {
  color: #ffffff;
  background-color: #1E90FF;
}
.login-form .box-title {
  height: 18px;
  line-height: 18px;
}
.login-form .box-title .login-title {
  font-size: 16px;
  color: #D63E3E;
}
.login-form .box-title .app-download-new {
  font-size: 16px;
}
.login-form button {
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background: #D63E3E;
}
.login-form button:hover {
  background: #FF4A4A;
}
.login-form .input {
  position: relative;
}
.login-form .input input {
  width: 100%;
  height: 36px;
  padding: 0 5px 0 63px;
  border: 1px solid #E0E0E0;
}
.login-form .input.error {
  border-color: #D63E3E;
  transition-duration: .2s;
}
.login-form .input > i {
  position: absolute;
  left: 20px;
  top: 5px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #cacaca;
  line-height: 1;
}
.login-form .input > i:before {
  margin: 0;
}
.login-form .input img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 120px;
  max-height: 36px;
  cursor: pointer;
}
.platforms {
  min-height: 200px;
}
.platforms .g-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.platforms .g-bg.hidden {
  display: none;
}
.platforms .plat-block {
  min-height: 150px;
  overflow: hidden;
  position: relative;
}
.platforms .plat-block:not(:last-child) {
  margin-bottom: 20px;
}
.platforms .plat-block .plat-box .plat-title {
  width: 100%;
  height: 4px;
  border-radius: 2px;
}
.platforms .plat-block .plat-box.plat-title0 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #D63E3E;
}
.platforms .plat-block .plat-box.plat-title1 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #F8AC57;
  background: #F8AC57;
}
.platforms .plat-block .plat-box.plat-title2 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #5BC0EB;
  background: #5BC0EB;
}
.platforms .plat-block .plat-box.plat-title3 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #9BC53D;
  background: #9BC53D;
}
.platforms .plat-block .plat-box.plat-title4 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #EDA931;
  background: #EDA931;
}
.platforms .plat-block .plat-box.plat-title5 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #FA7921;
  background: #FA7921;
}
.platforms .plat-block .plat-box.plat-title6 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #D7B292;
  background: #D7B292;
}
.platforms .plat-block .plat-box.plat-title7 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #8A8CFB;
  background: #8A8CFB;
}
.platforms .plat-block .plat-box.plat-title8 {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  color: #4A90E2;
  background: #4A90E2;
}
.platforms .plat-block .plat-box .plat-info {
  font-size: 18px;
}
.platforms .plat-block .plat-text {
  position: absolute;
  left: -6px;
  z-index: 10;
  height: 100%;
  width: 4%;
  color: #ffffff;
  font-size: 18px;
  writing-mode: tb;
  letter-spacing: 10px;
}
.platforms .plat-block .plat-info-box {
  font-size: 24px;
  font-weight: 500;
}
.platforms .plat-block .plat-items {
  width: 100%;
}
.platforms .plat-block .plat-items .statistic-item {
  display: inline-block;
  width: 130px;
  float: left;
}
.platforms .plat-block .plat-items .statistic-item:not(:last-child) {
  margin-right: 40px;
}
.platforms .plat-block .plat-items .statistic-item .statistic-icon {
  width: 80px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
}
.platforms .plat-block .plat-items .statistic-item .statistic-name {
  text-align: center;
}
.platforms .plat-block .plat-items .statistic-item .statistic-name p {
  margin-bottom: 5px;
}
.platforms .plat-block .plat-items .statistic-item .statistic-name .name {
  color: #757575;
  font-size: 14px;
}
.platforms .plat-block .plat-items .statistic-item .statistic-name .count {
  font-size: 32px;
}
.platforms .plat-block .plat-items .plat .plat-item {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 150px;
}
.platforms .plat-block .plat-items .plat .plat-item:hover {
  cursor: pointer;
}
.platforms .plat-block .plat-items .plat .plat-item .region-type {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 8px 0 8px 0;
  z-index: 5;
  left: 87px;
  top: -10px;
  color: #ffffff;
}
.platforms .plat-block .plat-items .plat .plat-item .region-type.type1 {
  background: #00AC4D;
  border: 1px solid #ffffff;
}
.platforms .plat-block .plat-items .plat .plat-item .region-type.type0 {
  background: #F5B368;
  border: 1px solid #ffffff;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 5px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-1 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-1 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-2 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-2 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-3 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-3 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-4 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-4 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-5 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-5 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-6 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-6 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-7 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-7 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-8 {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}
.platforms .plat-block .plat-items .plat .plat-item .plat-icon-8 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.platforms .plat-block .plat-items .plat .code-img {
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  left: 35px;
}
.platforms .plat-block .plat-items .plat .wuxi-qrcode {
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #ffffff;
}
.platforms .plat-block.local {
  overflow: visible;
}
.platforms .plat-block.local .plat-items {
  position: relative;
}
.platforms .plat-block.local .plat-items img.tip {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 20px;
  left: -169px;
}
.platforms .plat-block.local .plat-items img.tip.hidden {
  display: none;
}
.reset-password-block {
  padding: 50px 0px 50px 0px;
}
.reset-password-block .pw-tip {
  color: #ff3b30;
  font-size: 16px;
  padding-left: 180px;
}
.reset-password-block .input {
  position: relative;
}
.reset-password-block .input label {
  display: inline-block;
  text-align: left;
  min-width: 65px;
  margin-right: 50px;
  font-size: 16px;
}
.reset-password-block .input input {
  width: 300px;
  height: 42px;
  padding: 10px 5px 10px 15px;
  font-size: 16px;
  border: 1px solid #E0E0E0;
}
.reset-password-block .error-msg-wrap {
  position: relative;
  margin-bottom: 5px;
  height: 21px;
}
.reset-password-block .error-msg-wrap .error-msg {
  position: absolute;
  margin-left: 406px;
  font-size: 14px;
  color: #FF3B30;
  white-space: nowrap;
}
.reset-password-block button {
  width: 300px;
  height: 50px;
  font-size: 16px;
  margin-left: 115px;
  color: #fff;
  background: #D63E3E;
}
.fix-link-block .fix-link {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
}
.fix-link-block .fix-link1 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  margin-right: 13px;
  background: url("/static/images/huaian/1.png") no-repeat;
}
.fix-link-block .fix-link2 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  margin-right: 13px;
  background: url("/static/images/huaian/2.png") no-repeat;
}
.fix-link-block .fix-link3 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  margin-right: 13px;
  background: url("/static/images/huaian/3.png") no-repeat;
}
.fix-link-block .fix-link4 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  background: url("/static/images/huaian/4.png") no-repeat;
}
.fix-link-block .fix-link5 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  width: 325px;
  margin-right: 12px;
  background: url("/static/images/huaian/5.png") no-repeat;
}
.fix-link-block .fix-link6 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  width: 325px;
  margin-right: 12px;
  background: url("/static/images/huaian/6.png") no-repeat;
}
.fix-link-block .fix-link7 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  width: 325px;
  background: url("/static/images/huaian/7.png") no-repeat;
}
.fix-link-block .fix-link8 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  margin-right: 12px;
  background: url("/static/images/huaian/8.png") no-repeat;
}
.fix-link-block .fix-link9 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  margin-right: 12px;
  background: url("/static/images/huaian/9.png") no-repeat;
}
.fix-link-block .fix-link10 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  margin-right: 12px;
  background: url("/static/images/huaian/10.png") no-repeat;
}
.fix-link-block .fix-link11 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  background: url("/static/images/huaian/11.png") no-repeat;
}
.fix-link-block .fix-link12 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  width: 325px;
  margin-right: 12px;
  background: url("/static/images/guilin/1.png") no-repeat;
}
.fix-link-block .fix-link13 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  width: 325px;
  margin-right: 12px;
  background: url("/static/images/guilin/2.png") no-repeat;
}
.fix-link-block .fix-link14 {
  display: inline-block;
  float: left;
  cursor: pointer;
  height: 70px;
  width: 240px;
  border: 1px solid #e5e5e5;
  width: 325px;
  background: url("/static/images/guilin/3.png") no-repeat;
}
.blue {
  color: #4A90E2;
}
.red {
  color: #D63E3E;
}
.hover-pointer:hover {
  cursor: pointer;
}
.select-box {
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.select-box .area {
  font-size: 16px;
  color: #ffffff;
  min-width: 120px;
}
.select-box .area_list {
  border-radius: 5px;
  z-index: 100;
  position: relative;
}
.select-box .area_list .district {
  text-align: center;
  color: #ffffff;
  background-color: #4A4A4A;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.select-box .area_list .district:not(:last-child) {
  border-bottom: 1px solid #979797;
}
.select-box .area_list .district:hover,
.select-box .area_list .district.active {
  background-color: #979797;
}
.select-box .logout {
  font-size: 16px;
  color: #ffffff;
  min-width: 120px;
}
.select-box .logout a {
  color: #ffffff;
}
.line-txt {
  position: relative;
  text-align: center;
}
.line-txt:before {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  content: '';
}
.line-txt span {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background: #fff;
}
.active-links {
  margin-top: 10px;
}
.active-links a {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 14px;
  text-align: right;
}
.active-links a:nth-of-type(3) {
  color: #D63E3E;
  text-align: right;
}
.active-links a:first-child {
  text-align: left;
}
.active-links a + a:before {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  border-left: 1px solid #ffffff;
  content: '';
}
.passport-page button,
.passport-page .btn-red {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #D63E3E;
}
.passport-page .btn-red {
  line-height: 50px;
}
.passport-page button:hover,
.passport-page .btn-red:hover {
  background: #FF4A4A;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
.hidden {
  display: none;
}
.hover-pointer {
  cursor: pointer;
}
.inline-block {
  display: inline-block;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz28 {
  font-size: 28px;
}
.fz30 {
  font-size: 30px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.br3 {
  border-radius: 3px;
}
.br4 {
  border-radius: 4px;
}
.br5 {
  border-radius: 5px;
}
.br6 {
  border-radius: 6px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt40 {
  padding-top: 40px;
}
.fw500 {
  font-weight: 500;
}

/*# sourceMappingURL=style-yongan.css.map */
