@charset "utf-8";
.buynr {
	clear: both;
	overflow: hidden;
}
.buynr .buy {
	margin: 20px auto !important;
	border: 1px #ff5858 dashed;
	background: #fafafa;
	color: #333;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	width: 90%;
	display: block;
}
.buynr .buy .vipmf {
	position: relative;
	overflow: hidden;
	height: 40px;
}
.buynr .buy .vipmf i {
	font-size: 30px;
	right: 10px;
	top: 5px;
	font-style: normal;
	color: #ccc;
	position: absolute;
	z-index: 1;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-warning {
	background-color: #f0ad4e;
}
.buynr .buy .vipmf .rate {
	left: 10px;
	top: 5px;
	position: absolute;
	z-index: 1;
	font-weight: 500;
	margin: 10px;
	-webkit-animation: hue 6s infinite linear;
}
.buynr .buy .downshuoming {
	color: #AAB2BD;
	font-size: 13px;
}
.buy li {
	list-style: none !important;
	background: none !important;
}
.buy li span {
	color: #f60;
	padding-left: 10px;
	font-weight: bold;
}
.buybtn1 {
    background: url(../images/tqm.png) no-repeat 5px 10px #858585;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 36px;
	outline: none;
	padding: 0 10px 0px 26px;
	text-align: center;
	position: relative;
	text-transform: none;
	text-decoration: none;
	overflow: visible;
	margin: 10px 60px;
	color: #ffffff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}
.buybtn1:hover{
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
.buybtn2 {
    background: url(../images/sc.png) no-repeat 5px 11px #f1391c;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 36px;
	outline: none;
	padding: 0 10px 0px 26px;
	text-align: center;
	position: relative;
	text-transform: none;
	text-decoration: none;
	overflow: visible;
	margin: 10px 100px;
	color: #ffffff;
	box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}
.buybtn2:hover{
    color: #000000;
}
.shuoming{
    width: 100%;
    background: #0000002e;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 41px;
    outline: none;
    text-align: center;
    position: relative;
    text-transform: none;
    text-decoration: none;
    overflow: visible;
    color: #00000085;
    text-align: center;
}
    .copy-toast {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.75);
      color: white;
      padding: 12px 24px;
      border-radius: 8px;
      font-size: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      z-index: 9999;
      opacity: 0;
      transition: opacity 0.3s ease, transform 0.3s ease;
      pointer-events: none;
    }

    .copy-toast.show {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }