﻿@charset "utf-8";
/*-------------------
*Description:      By www.yiwuku.com
*Website:          https://app.zblogcn.com/?id=19138
*Author:           尔今 erx@qq.com
*update:           2021-01-12(Last:2021-11-09)
-------------------*/

.erx-myspace-collect{line-height:1.2;margin:1em 0;text-align:center;}
.erx-myspace-collect .collect-btn{display:inline-block;height:44px;line-height:44px;color:#fff;font-size:14px;background-color:#ffe140;padding:0 20px;border-radius:25px;cursor:pointer;background-image:linear-gradient(45deg,#fa6c9f 0%,#ffe140 80%,#ffe140 100%);background-position-x:right;transition:all .5s linear;}
.erx-myspace-collect .collect-btn:hover, .erx-myspace-collect .collect-btn.cu{background-size:160% auto;background-position-x:left;}
.erx-myspace-collect .collect-btn.cu{cursor:not-allowed;}
.erx-myspace-collect .collect-btn > span{display:inline-block;vertical-align:middle;}
.erx-myspace-collect .collect-btn .ico-star{line-height:1;margin:0 3px 0 0;font-size:30px;padding-bottom:6px;transition:all .5s linear;}
.erx-myspace-collect .collect-btn:not(.cu):hover .ico-star{transform:rotate(360deg);}
.erx-myspace-collect .collect-btn *{font-style:normal;}