﻿@charset "utf-8";
/* CSS Document */
/*文字动态效果*/
	 #openWx{padding:15px 0;position: fixed;bottom: 0;left: 0; width:100%;text-align: center;
	     background-image: -webkit-linear-gradient(135deg,orange, #fc1);
	     background-image: linear-gradient(135deg,orange,#fc1);}
.openss{display:inline-block;-webkit-animation: tobig 2.4s linear infinite alternate;animation: tobig 2.4s linear infinite alternate;color:#f00;font-weight: bold;font-size: 18px;}
	        @keyframes tobig{ 0% {
	        transform: scale(1); }
	         18% { transform: scale(1.05); }
	         32% {transform: scale(1); }
	         48% { transform: scale(1.05); }
	         64% { transform: scale(1); }
	         80% { transform: scale(1.05); }
	         100% { transform: scale(1);}}
	       
/*按钮动态*/
	 .zhanshi{color:#fff;font-size:12px;border:none;margin-left:2%;background-color:#FF0004;padding:1%;border-radius:20px;}
	 .zhanshi{animation: tops 1s ease 1s infinite both; -webkit-animation: tops 1s ease 1s infinite both; }
	  @keyframes tops{0%{transform:scale(0.8);} 50%{transform:scale(1); } 100%{transform:scale(0.8); } }
	  .copy_btn {position: relative; display: inline-block; padding: 1px; width: 95px; background: #f00; border: #../other/0../other/099cc; color: #fff; text-align: center; text-decoration: none; white-space: nowrap; line-height: 2../other/0px; cursor: pointer; font-size: ../other/0.8em; border-radius: 15px; line-height: 25px; height: 25px; }
	  .col-md-wx section div {
	    margin-left: 1../other/0px;
	    font-size: 14px;
	    color: rgb(68, 68, 68);
	    float: left;
	    margin-top: 1px;
	}
	.col-md-wx section {
	    background: #fcfcfc;
	    border-top: 1px #ccc solid;
	    overflow: hidden;
	  }
	  .row.padding-no.fixed-bottom {
	    position: fixed;
	    z-index: 999;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    min-height: 20px;
	    padding: 0;
	    margin: 0;
		display: none;
	}	 
