.end-main{
    box-sizing:border-box;
}
.article{
    padding:50px;
}
.article h2.end-main-title{
    margin:0;
    padding:0;
    font-size:18px;
    font-weight:500;
    line-height:30px;
    color:#333333;
}
.indent42{
    text-indent:42px;
}
.end-content{
    margin-top:20px;
    text-align:center;
}
.end-money{
    position:relative;
    top:25px;
    width:106px;
    z-index:2;
}
.end-money-box{
    position:relative;
}
.end-money-bg{
    position:absolute;    
    top:50%;
    left:50%;
    width:182px;
    height:90px;
    overflow:hidden;
    margin-top:-45px;
    margin-left:-91px;
    z-index:1;
}
.end-bgimg{
    width:182px;
}
.end-money-txt{
    margin-top:35px;
}
.end-money-number{
    margin-top:16px;
    color:#FF3D3D;
    font-size:18px;
}
.btn-box{
   width:200px;
   height:80px;
   margin:0 auto;
}
.end-money-btn{
    margin-top:32px;
    width:172px;
    height:38px;
    border:0;
    outline:none;
    color:#fff;
    font-size:16px;
    background:linear-gradient(180deg,rgb(255,112,112) 0%,rgb(255,0,0) 100%);
    border-radius:19px;
}
.end-money-btn-hover{
    margin-top:25px;
    box-shadow: 0px 6px 12px 0px rgba(255,159,131,.5);
}
.end-recommend{
    margin-top:36px;
    width:100%;
    background:#fcfcfc;
    border:1px solid #f3f3f3;
}
.recommend-list{
    margin:12px;
    padding:22px 30px;
    background:#fcfcfc;
    border:1px solid #f3f3f3;
    text-align:left;
}
.article .recommend-list ul {
    margin-top:20px;
}
.article .recommend-list ul  li{
    display:inline-block;
    border:0;
    padding:0;
    background:transparent;
    width:45%;
    margin-right:10px;
    text-align:left;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.article .recommend-list ul li a {
    display:inline;
    border:0;
    outline:0;
    padding-left:3px;
}
.article .recommend-list ul li a:hover {
  color:#ff3d3d;
}
.no-money{
    margin-top:40px;
    font-size:14px;
    color:#ff3d3d;
}
.article .recommend-list ul  li:before {
    position: relative;
    top: -3px;
    left: 0px;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background-color: #666666;
    border-radius: 50%;
    content: "";
}
.bg-move{
    animation:mymove 20s infinite;
    -webkit-animation:mymove 20s infinite; 
}
@keyframes mymove
{
    from { transform:rotate(0)}
    to {transform:rotate(800deg)}
}

@-webkit-keyframes mymove 
{
    from { transform:rotate(0)}
    to {transform:rotate(800deg)}
}