@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:5px 5px 60px 5px !important;
font-size: 16px;
width: 100%;
display: block;
}
.buy li{
    list-style: none !important;
}
.buy li span{
	color: #f60;
    padding-left: 0;
    font-weight: bold;
}
.buynr ul.buy li {
  list-style: none !important;
  font-size: 1.1em;
  
}
.buy .buybtn{
	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 18px;
    text-align: center;
    position: relative;
    text-transform: none;
    text-decoration: none;
    overflow: visible;
    margin: 10px 10px;
    color: #ffffff;
    background: #20a0ff;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
    background: linear-gradient(90deg,#885E1B,#bd9237);
    -webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}

.buynr .buy .vipmf{position: relative;overflow: hidden;height: 40px; margin-bottom:35px;}
.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: .5em .6em .5em;font-size: 80%;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;}
.fa-lock{}