.new_swt {
  width: 100%;
  height: 4.85rem;
  background: #e13a0c;
  position: fixed;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
}
.new_swt li {
  width: 50%;
  background: url("/swt/images/swt_xian.jpg") no-repeat right top;
  text-align: center;
  color: #fff;
  float: left;
  background:#fe6905;
  height:4.85rem;
}
.new_swt li:last-child {
  background: none;
}
.new_swt li a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}
.new_swt li div {
  width: 3.85rem;
  margin: 0.7rem 0 0 1rem;
  float: left;
  position: relative;
}
.new_swt li div i {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -0.2rem;
  top: -3px;
}
.new_swt li p {
  line-height: 4.85rem;
  font-size: 1.8rem;
  display: inline-block;
  overflow: hidden;
}
.float_container {
  width: 100%;
  background: #f5ffff;
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: -35%;
  opacity: 0;
  overflow: hidden;
}
.float_container .f_title {
  height:3.0rem;
  line-height:3.0rem;
  font-size: 1.3rem;
  background: #e44a20;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.float_container .f_title i {
  width: 3.0rem;
  height: 100%;
  float: left;
  display: inline-block;
}
.float_container .f_title i img {
	 width:3.0rem;
  vertical-align: middle; margin-top:-0.1rem;
}
.float_container .f_title a {
  color: #fff;
}
.float_container .f_title span {
  width: 1.8rem;
  position: absolute;
  right: 1%;
  top: 0.7rem;
}
.float_container .f_title span img {
	 width:1.8rem;margin-top:-0.2rem;
  display: block;
}
.float_container .float_con {
  background: #f5ffff;
  overflow: hidden;
}
.float_container .float_con > i {
  width: 14%;
  margin: 1.4rem 0 0 0.4rem;
  float: left;
  display: inline-block;
}
.float_container .float_con > i img {
	width:50px; 
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.float_container .float_con > div {
  width: 82%;
  margin: 1.5rem 0;
  position: relative;
  float: left;
  display: inline-block;
}
.float_container .float_con > div .box {
  color: #444;
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-left: 3%;
  padding: 0.5rem;
  border: 1px solid #f7bf7e;
  border-radius: 0.6rem;
  box-shadow: 0 3px 0 #f68a0e, inset 0 1px 1px #fff;
  background-image: -webkit-linear-gradient(#faf3eb, #f6eadc);
  background-image: linear-gradient(#faf3eb, #f6eadc);
}
.float_container .float_con > div .box span {
  color: #ff0000;
}
.float_container .float_con > div:after {
  content: "";
  width: 2rem;
  height: 1.3rem;
  background: url(/swt/images/wave.png) 0 0 no-repeat;
  background-size: 2rem;
  position: absolute;
  bottom: -3px;
  right: -7px;
}
.float_container .f_btn {
  background-color: #eaebed;
  border-top: 1px solid #c7c7c0;
  border-bottom: 1px solid #c7c7c0;
  padding: 0.5rem 0;
  margin-top: 0.25rem;
  overflow: hidden;
}
.float_container .f_btn a {
  width: 39%;
  height:3.5rem;
  line-height:3.5rem;
  font-size: 1.4rem;
  color: #6c6761;
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #a6a5a1;
  display: inline-block;
  margin: 0 4%;
  border-radius: 0.6rem;
  box-shadow: 0 2px 2px #d1d1d3;
}
@-webkit-keyframes f_top {
  0% {
    bottom: -35%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 100;
  }
}
@-moz-keyframes f_top {
  0% {
    bottom: -35%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 100;
  }
}
@-ms-keyframes f_top {
  0% {
    bottom: -35%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 100;
  }
}
@-o-keyframes f_top {
  0% {
    bottom: -35%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 100;
  }
}
@keyframes f_top {
  0% {
    bottom: -35%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 100;
  }
}
.f_top {
  -webkit-animation-name: f_top;
  -moz-animation-name: f_top;
  -ms-animation-name: f_top;
  -o-animation-name: f_top;
  animation-name: f_top;
}
@-webkit-keyframes f_bottom {
  0% {
    bottom: 0;
    opacity: 100;
  }
  100% {
    bottom: -35%;
    opacity: 0;
  }
}
@-moz-keyframes f_bottom {
  0% {
    bottom: 0;
    opacity: 100;
  }
  100% {
    bottom: -35%;
    opacity: 0;
  }
}
@-ms-keyframes f_bottom {
  0% {
    bottom: 0;
    opacity: 100;
  }
  100% {
    bottom: -35%;
    opacity: 0;
  }
}
@-o-keyframes f_bottom {
  0% {
    bottom: 0;
    opacity: 100;
  }
  100% {
    bottom: -35%;
    opacity: 0;
  }
}
@keyframes f_bottom {
  0% {
    bottom: 0;
    opacity: 100;
  }
  100% {
    bottom: -35%;
    opacity: 0;
  }
}
.f_bottom {
  -webkit-animation-name: f_bottom;
  -moz-animation-name: f_bottom;
  -ms-animation-name: f_bottom;
  -o-animation-name: f_bottom;
  animation-name: f_bottom;
}
.swt_box {
  width: 250px;
  height: 196px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: fixed;
  top: 41%;
  left: 50%;
  margin: -140px 0 0 -122px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear ;
  -ms-transition: all 0.2s linear ;
  -o-transition: all 0.2s linear ;
  transition: all 0.2s linear ;
  opacity: 0;
  z-index: 999;
}
.swt_box .swt_close {
  width: 45px;
  height: 45px;
  background: url("/swt/images/swt_close.png") no-repeat center;
  position: absolute;
  right: -21px;
  top: -21px;
  display: block;
}
.swt_box > p {
	color:#BD0004;
  font-size: 34px;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
}
.swt_box .swt_iphone {
  width: 211px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 21px;
  color: #e13a0c;
  text-indent: 30px;
  font-weight: bold;
  border: 1px solid #e13a0c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 16px auto 20px;
  background: #fff url("/swt/images/swt_i1.png") no-repeat 19px 5px;
}
.swt_box .swt_iphone a {
  color: #e13a0c;
}
.swt_box .swt_btn {
border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  height: 56px;
  background: #f68a0e;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.swt_box .swt_btn a {
  width: 50%;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  text-indent: 48px;
  -webkit-background-size: 26px;
  background-size: 26px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  position: relative;
}
.swt_box .swt_btn a span {
  width: 14px;
  height: 14px;
  line-height: 12px;
  font-size: 9px;
  text-align: center;
  color: #fff;
  background: #e60012;
  text-indent: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
}
.swt_box .swt_btn a:first-child {
  background-image: url("/swt/images/swt_i2.png");
  background-position: 14px 15px;
}
.swt_box .swt_btn a:last-child {
  background-image: url("/swt/images/swt_i3.png");
  background-position: 14px 15px;
}
.swt_box .swt_btn a.cur {
  background-color: #e13a0c;
}
.animated1 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.show {
  -webkit-animation-name: show;
  -moz-animation-name: show;
  -ms-animation-name: show;
  -o-animation-name: show;
  animation-name: show;
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hide {
  -webkit-animation-name: hide;
  -moz-animation-name: hide;
  -ms-animation-name: hide;
  -o-animation-name: hide;
  animation-name: hide;
}
.swt_right {
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
background: #f00;
  border: 0.06rem solid #f00;
    position: fixed;
  right: 0;
  bottom: 38%;
  z-index: 999;
}
.swt_right a {
  width: 100%;
  height: 100%;
  color: #fff;
/*  padding-top: 0.8rem;
*/  display: block;
  position: absolute;
  z-index: 10;
  vertical-align:middle; 
  padding-top:16%;
}
.swt_right a p{
	line-height:1.3rem;
	width:80%;
	margin:0 auto;
}
.swt_right:after,
.swt_right:hover:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /*box-shadow: 0 0 0 #9e0500;*/
  box-shadow: 0 0 0 #f00;
  border-radius: 50%;
  background:#f00;
  animation: btnAnimate ease-out 2s infinite;
  -webkit-animation: btnAnimate ease-out 2s infinite;
  -moz-animation: btnAnimate ease-out 2s infinite;
  -ms-animation: btnAnimate ease-out 2s infinite;
  -o-animation: btnAnimate ease-out 2s infinite;
}
@keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #e13a0c;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #e13a0c;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    box-shadow: 0 0 20px #e13a0c;
  }
}
@-webkit-keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #e13a0c;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #e13a0c;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    box-shadow: 0 0 20px #e13a0c;
  }
}
@-moz-keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #e13a0c;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #e13a0c;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
    box-shadow: 0 0 20px #e13a0c;
  }
}
@-ms-keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #e13a0c;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #e13a0c;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    box-shadow: 0 0 20px #e13a0c;
  }
}
@-o-keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #e13a0c;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #e13a0c;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    box-shadow: 0 0 20px #e13a0c;
  }
}

.zr_foot{ width:100%; height:4.5rem; max-width:640px; position:fixed; bottom:0px; z-index:100;background-image: url(/swt/images/zr_foot.gif);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center;}
.zr_foot h1{ position:absolute; width:16rem;height:4.5rem;   top:0px; float:left;}
.zr_foot h2{ position:absolute; width:16rem;height:4.5rem;  top:0px; left:50%; float:right;}


#footTool{ height:0; opacity:0;}