body {
  font-size: 16px;
  min-height: 100%;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1024px) {
  body {
    font-family: "华文细黑";
  }
}
@media screen and (max-width: 1280px) and (min-width: 360px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 359px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "华文细黑";
  }
}
input,
select,
textarea {
  font-family: "微软雅黑";
  outline: none;
}
@media screen and (max-width: 1024px) {
  input,
  select,
  textarea {
    font-family: "华文细黑";
  }
}
button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
a {
  color: #00479d;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}
.wrapper.hadnt-subnav .subnav-menu-box {
  display: block;
}
.wrapper.hadnt-subnav .head-place {
  height: 7.5em;
}
@media screen and (max-width: 480px) {
  .wrapper.hadnt-subnav .head-place {
    height: 6em;
  }
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  padding: 0 5%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .w1200 {
    max-width: 1600px;
    padding: 0 10%;
  }
}
.tool-box {
  width: 100%;
  display: table;
  position: relative;
}
/****** 弹框 ******/
.pop-box {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.pop-zhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1021;
}
.pop-inner {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* Opera */
  z-index: 1030;
}
/****** 头部 *****/
.header {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.head-top {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 1.25em 0;
  border-bottom: solid 1px #ccc;
  position: relative;
  z-index: 100;
}
.head-top .w1200 {
  position: relative;
}
.head-top .link {
  height: 1.25em;
  display: block;
  margin: 3.75em 0 0;
}
.head-top .link img {
  height: 100%;
  display: block;
}
.head-logo img {
  max-width: 100%;
  height: 100%;
  display: block;
}
.head-logo .icon {
  height: 5em;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 7.375em 0 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  /* Opera */
}
.head-logo .company {
  height: 5em;
  display: block;
  overflow: hidden;
  float: left;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  /* Opera */
}
@media screen and (max-width: 1024px) {
  .head-logo .icon {
    margin-right: 0.625em;
  }
}
@media screen and (max-width: 480px) {
  .head-logo .icon,
  .head-logo .company {
    height: 3.5em;
  }
}
.head-top-place {
  width: 100%;
  height: 7.5em;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .head-top-place {
    height: 6em;
  }
}
.head-place {
  width: 100%;
  height: 11em;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .head-place {
    height: 9.571em;
  }
}
.btn-nav-open {
  width: 1.875em;
  height: 1.875em;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 5%;
  bottom: -3px;
  background: url(../images/btn_01.png) no-repeat center center;
  background-size: 1.625em auto;
  margin: 0 -3px 0 0;
}
.btn-nav-close {
  width: 1.875em;
  height: 1.875em;
  display: none;
  overflow: hidden;
  position: absolute;
  right: 5%;
  bottom: -3px;
  background: url(../images/btn_02.png) no-repeat center center;
  background-size: 1.625em auto;
  margin: 0 -3px 0 0;
}
/***** nav ******/
.pc-nav-box {
  width: 100%;
  display: table;
  margin: 1px auto 0;
  position: relative;
  background: url(../images/bg_02.png) repeat-x center center #ffffff;
  background-size: auto 100%;
  border-bottom: solid 1px #ccc;
}
.pc-nav-list {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.pc-nav-list > li {
  padding: 0;
  position: initial;
}
.pc-nav-list > li.current .level1,
.pc-nav-list > li:hover .level1 {
  background: url(../images/bg_01.png) no-repeat center center;
  background-size: 100% 100%;
}
.pc-nav-list > li:hover .pc-subnav-box {
  display: block;
}
.pc-nav-list > li:first-child .level1 {
  border-left-color: #d4d4d4;
}
.pc-nav-list .level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 1.125em;
  line-height: 3.222em;
  color: #333;
  border-left: solid 1px #fff;
  border-right: solid 1px #dadada;
  background: transparent;
  padding: 0 1em;
}
.pc-nav-list .level1 a {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #333;
}
.pc-subnav-box {
  width: 100%;
  display: none;
  background: #fff;
  padding: 1.563em 0;
  font-size: 1em;
  line-height: 1.875em;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 90;
}
.pc-subnav-box .nav-item {
  color: #333;
  padding: 0 3%;
}
.pc-subnav-box .nav-item:first-child {
  margin-left: 2%;
}
.pc-subnav-box .nav-item:hover,
.pc-subnav-box .nav-item.current {
  color: #00479d;
}
.phone-nav-box {
  width: 100%;
  height: 100%;
  display: none;
  background: #ededed;
  padding: 1.286em 0 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
}
.phone-nav-list {
  white-space: nowrap;
}
.phone-nav-list > li.hadnt-subnav .icon-state {
  display: none;
}
.phone-nav-list > li.active .icon-state {
  background-image: url(../images/btn_04.png);
}
.phone-nav-list .level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 5% 2px;
  font-size: 1.143em;
  line-height: 3.75em;
  color: #0d0d0d;
  background: url(../images/bg_03.png) repeat-x left bottom #ededed;
}
.phone-nav-list .level1 a {
  float: left;
  color: #0d0d0d;
}
.phone-nav-list .icon-state {
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  margin: -1.25em -0.75em 0 0;
  background: url(../images/btn_03.png) no-repeat center center;
  background-size: 1em auto;
}
.phone-subnav-box {
  width: 100%;
  display: none;
  background: #fff;
  font-size: 1em;
  line-height: 2.143em;
  color: #212121;
}
.phone-subnav-box .nav-item {
  width: 100%;
  display: block;
  padding: 0.714em 5%;
  color: #212121;
  border-bottom: solid 1px #f7f7f7;
}
.phone-subnav-box .nav-item.current {
  color: #00479d;
}
.phone-subnav-box .nav-item.current .arrow {
  background-image: url(../images/btn_06.png);
}
.phone-subnav-box .arrow {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: url(../images/btn_05.png) no-repeat center center;
  background-size: 0.857em auto;
  margin: -0.2em 0 0 1.143em;
}
/**** 二级导航 ****/
.subnav-menu-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  font-size: 0.875em;
  line-height: 3.571em;
  color: #333;
}
.subnav-menu-box .swiper-slide {
  width: auto;
  margin: 0 2%;
  color: #333;
  white-space: nowrap;
}
.subnav-menu-box .swiper-slide:first-child {
  margin-left: 0;
}
.subnav-menu-box .swiper-slide a {
  display: block;
  color: #333;
}
.subnav-menu-box .swiper-slide.current a {
  color: #00479d;
}
@media screen and (max-width: 1280px) {
  .subnav-menu-box {
    font-size: 1em;
  }
}
.subnav-menu-inner {
  position: relative;
}
@media screen and (max-width: 992px) {
  .subnav-menu-inner {
    width: 90%;
    padding: 0;
  }
}
/***** main-box *****/
.main-box {
  width: 100%;
  min-height: 500px;
  display: block;
  overflow: hidden;
  padding: 2.813em 0 6.25em;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .main-box {
    padding-top: 2.5em;
  }
}
.page-title-box {
  width: 100%;
  display: table;
  position: relative;
}
.pc-page-title {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.875em;
  line-height: 1.33em;
  color: #999;
}
.pc-page-title .tab {
  color: #999;
  margin: 0 5.8% 0 0;
}
.pc-page-title .tab.current {
  color: #0d0d0d;
  cursor: default;
}
.phone-page-title {
  position: relative;
}
.phone-page-title .page-title {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 2em;
  line-height: 1.786em;
  color: #0d0d0d;
  position: relative;
}
.phone-page-title .page-title .arrow {
  width: 0.643em;
  height: 0.643em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: url(../images/btn_07.png) no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* Opera */
}
.phone-page-title.only .page-title .arrow {
  display: none;
}
.phone-page-title.open-dropdown .page-title {
  border-bottom: solid 2px #111;
}
.phone-page-title.open-dropdown .page-title .arrow {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  /* Firefox 4 */
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  /* Opera */
}
.page-title-dropdown {
  width: 110%;
  display: none;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  padding: 1em 0 2.714em;
  position: absolute;
  left: -5%;
  top: 100%;
  z-index: 90;
}
.page-title-dropdown .link {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.143em;
  line-height: 2.5em;
  color: #333;
  padding: 0 5%;
}
.page-title-dropdown .link.current {
  background: #f5f5f5;
}
/****** footer *****/
.footer {
  width: 100%;
  display: table;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
}
.btn-topup {
  width: 3.571em;
  height: 3.571em;
  display: block;
  background: url(../images/btn_10.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -1.786em;
  margin-left: -1.786em;
  z-index: 20;
}
.btn-topup:hover {
  background-image: url(../images/btn_08.png);
}
.foot-comp {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 2em 0;
}
.foot-comp img {
  width: 54.5%;
  max-width: 265px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .foot-comp {
    padding: 15% 0 13%;
  }
}
.foot-bot {
  width: 100%;
  overflow: hidden;
  padding: 1em 0 1.286em;
  font-size: 0.875em;
  line-height: 1.571em;
  color: #666;
}
.foot-bot a {
  color: #666;
}
@media screen and (max-width: 992px) {
  .foot-bot {
    font-size: 1em;
  }
}
.foot-copy {
  float: left;
}
.foot-support {
  white-space: nowrap;
  float: right;
  overflow: hidden;
}
.foot-support .title{
  float: left;
}
.foot-jszc {
  width: 12em;
  height: 1.571em;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .foot-bot {
    text-align: center;
  }
  .foot-copy {
    float: none;
    margin-bottom: 0.5em;
  }
  .foot-copy a {
    display: block;
  }
}
/****** 查看更多按钮 ******/
.btn-view-more {
  width: 100%;
  height: 3.375em;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 1em;
  line-height: 3.25em;
  color: #00479d;
  border: solid 1px #e6e6e6;
}
.btn-view-more:hover {
  background-color: #e6e6e6;
}
/****** 返回列表按钮 *****/
.btn-view-return {
  width: 100%;
  height: 3.375em;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 1em;
  line-height: 3.25em;
  color: #00479d;
  border: solid 1px #e6e6e6;
}
.btn-view-return .arrow {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: url(../images/arrow_01.png) no-repeat center center;
  background-size: cover;
  margin: -2.5px 0.625em 0 0;
}
.btn-view-return:hover {
  background-color: #e6e6e6;
}
/***** 面包屑导航 *****/
.breadcrumb-box {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  font-size: 0.875em;
  line-height: 2em;
  color: #333;
  padding: 0.786em 0;
}
.breadcrumb-box a {
  color: #333;
}
.breadcrumb-box span {
  margin: 0 5px;
}
.breadcrumb-box .last {
  color: #00479d;
}
/***** 当前展示项条 ****/
.global-vshow-bar {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  font-size: 0.875em;
  line-height: 2.143em;
  color: #00479d;
  padding: 0.714em 0;
}
.global-vshow-bar a {
  color: #00479d;
}
.global-vshow-bar .vshow-return {
  width: 2.143em;
  height: 2.143em;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/btn_11.png) no-repeat center center;
  background-size: contain;
  margin: -3px 1.429em 0 0;
}
/**** 表单 *****/
@media screen and (max-width: 1280px) and (min-width: 360px) {
  .global-form-box {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  .global-form-box {
    font-size: 14px;
  }
}
.form-group {
  width: 100%;
  display: table;
  position: relative;
  padding: 0.625em 0;
  margin: 0;
}
.form-group .help-block {
  display: block;
  font-size: 0.875em;
  line-height: 1.571em;
}
.form-group.has-error .help-block {
  color: #ff0000;
}
.form-group.has-error .form-control {
  border-color: #ff0000;
}
.form-group.has-error .control-label {
  color: #333;
}
.form-group.has-success .form-control {
  border-color: #f0f0f0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-group.has-success .form-control:focus,
.form-group.has-success .form-control:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-group.has-success .control-label {
  color: #333;
}
.control-label {
  width: 7em;
  float: left;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 3em;
  color: #333;
  padding: 0 1.429em 0 0;
  margin: 0;
  text-align: right;
  font-weight: normal;
}
.control-label .must {
  font-style: normal;
  color: #ff0000;
}
@media screen and (max-width: 992px) {
  .control-label {
    padding-right: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .control-label {
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 2em;
    float: none;
  }
}
.form-group-cell {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-group-cell {
    display: block;
  }
}
.form-group-bd {
  padding: 0;
  margin: 0;
}
.form-control {
  width: 100%;
  height: 2.625em;
  display: block;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.875em;
  padding: 0.375em 0.5em;
  color: #333;
  background: #f0f0f0;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 0.25em;
  border: solid 1px #f0f0f0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:focus,
.form-control:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-color: #f0f0f0;
}
.form-control .placeholder {
  color: #999;
}
@media screen and (max-width: 768px) {
  .form-control {
    margin-bottom: 0;
  }
}
textarea.form-control {
  height: 13.375em;
  resize: none;
}
@media screen and (max-width: 768px) {
  textarea.form-control {
    height: 8em;
  }
}
.frm-btn-group {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 1.25em 0 0 6.125em;
}
@media screen and (max-width: 768px) {
  .frm-btn-group {
    padding-left: 0;
    text-align: center;
  }
}
.frm-ctrl-box {
  position: relative;
}
.frm-ctrl-clear {
  width: 2.125em;
  height: 2.125em;
  display: none;
  overflow: hidden;
  background: url(../images/btn_13.png) no-repeat center center #f0f0f0;
  background-size: 1em auto;
  position: absolute;
  right: 1px;
  top: 0.25em;
  z-index: 10;
}

.frm-vCode-box .form-control{
	width: 62.5%;
	max-width: 12.5em;
	margin: 0 10px 0 0;
	float: left;
}
.frm-vCode-image{
	width: 34%;
	max-width: 6.875em;
	height: 2.625em;
	display: block;
	overflow: hidden;
	float: left;
}
.frm-vCode-image img{
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: block;
}


/*** 按钮 ****/
.btn {
  min-width: 8.75em;
  height: 2.625em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
  line-height: 2.625em;
  color: #333;
  background-color: #ccc;
  border: solid 1px #ccc;
  margin: 0 1.8%;
  padding: 0 0.625em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: none;
  opacity: 1;
  position: relative;
}
.btn:first-child {
  margin-left: 0;
}
.btn input[type='file'] {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.btn.btn-default:hover {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn.btn-blue {
  color: #fff;
  background-color: #00479d;
  border-color: #00479d;
}
.btn.btn-blue:hover {
  background-color: #004395;
  border-color: #004395;
}
/**** 上传文件 ***/
.frm-file-group {
  width: 100%;
  display: block;
  overflow: hidden;
}
.frm-file-box {
  display: block;
  overflow: hidden;
  font-size: 1em;
  line-height: 2.625em;
  color: #999;
  margin-bottom: 1.25em;
}
.frm-file-ctrl {
  float: left;
  color: #00479d;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  margin: 0 0.875em 0 0;
}
.frm-file-ctrl:hover {
  background-color: #e4e4e4;
  color: #00479d;
}
.frm-file-tips {
  float: left;
}
.frm-file-result {
  display: block;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 2.143em;
  color: #333;
  padding: 0.4em 0;
  background: #fafafa;
  white-space: nowrap;
}
.frm-file-result a {
  color: #333;
}
.frm-file-result li {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 1.429em;
}
.frm-file-result .btn-file-del {
  width: 2.143em;
  height: 2.143em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: url(../images/btn_14.png) no-repeat center center;
  background-size: 1.286em auto;
  margin: 0 0 0 2%;
}
.frm-file-result .btn-file-del:hover {
  background-image: url(../images/btn_15.png);
}
/*** 地址选择 ****/
.frm-addr-select {
  overflow: hidden;
  padding: 0;
}
.frm-addr-select .form-control {
  float: left;
}
.frm-addr-select select.form-control {
  width: 31%;
  margin-right: 2.3%;
}
.frm-addr-select select.form-control.addrArea {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .frm-addr-select select.form-control {
    width: 32%;
    margin-right: 2%;
  }
}
.frm-addr-det {
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .frm-addr-det {
    margin-top: 0.625em;
  }
}
.btn-frm-shrink {
  width: 2.5em;
  height: 2.5em;
  display: block;
  overflow: hidden;
  background: url(../images/btn_17.png) no-repeat center center;
  background-size: 1.125em;
  position: absolute;
  right: 0;
  bottom: 0;
}
