:root {--main-bg-color: #f5d5ca;      /* 背景颜色 */--main-txt-color: #ff5a49;     /* 字体颜色 */--title-color: #fb8075;        /* 标题颜色 */--title-shadowColor: #ffffff;  /* 标题阴影颜色 */--music-bg-color: #fffcd0;     /* 音乐背景颜色 */--music-name-color: #fb8075;   /* 音乐标题色 */  --pic-border-color: #ffffff;   /* 图片边框颜色 */}    
* {margin:0;padding:0;font-style:normal;box-sizing:border-box;-webkit-appearance:none;text-decoration:none;}
html {width:100%;height:100%;margin:0;padding:0;font-size:calc(10000vw / 750);}
@media only screen and (min-width:562px) {html {font-size:50px;}.m_fixed{right:calc(50vw - (((375 * 100vh)/ 667 )/ 2) + .4rem) !important;}}
body {max-width:562px;height:100%;font-size:.14rem;background:#ffffff;margin:0 auto;}
.chuchuang_container {max-width:562px;margin:0 auto;position:relative;}
.album_cont{padding-top: 0.6rem;overflow: hidden;}
.album_cont .album_item {width:100%;padding:0 0.4rem;}
.album_cont .album_item .item_txt {font-size:0.32rem;line-height:1.6;word-wrap:break-word;font-weight:normal;white-space:pre-wrap;text-align:left; padding: 0.2rem 0rem 0.3rem 0rem;color: var(--main-txt-color);}
.album_cont .album_item .item_pic{position: relative;margin: 0.15rem 0rem;border: var(--pic-border-color) .18rem solid; border-radius: 0.1rem;font-size: 0;}
.album_cont .album_item .imgStyle {width:100%;}
.album_cont .album_item::before,.album_cont .album_item::after{content: '';display: block;clear: both;height: 1px;}
.clearfix {zoom:1;}
.clearfix:before {display:table;content:"";}
.clearfix:after {display:table;content:"";clear:both;}


.album_title {font-size:0.44rem;text-align:left;line-height:0.66rem;padding:0rem 0rem 0.12rem;margin:0 0.44rem;font-weight:bold;color:var(--title-color);letter-spacing:0.02rem;text-shadow:var(--title-shadowColor) 0.04rem 0.04rem;}
.album_info {font-family:Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;font-size:0.35rem;line-height:0.6rem;padding:0 0.44rem;}
.album_info span {color:var(--title-color);margin-right:0.5rem;font-size:.32rem;text-shadow:var(--title-shadowColor) 0.02rem 0.02rem;}


.play_music {padding:0 0.44rem;position: relative; z-index: 1;}
.play_music .m_border {width:100%;height:0.84rem;position:relative;border-radius:0.1rem;margin:0.3rem 0.16rem 0 0;line-height:0.84rem;font-size:.32rem;cursor:pointer;display:flex;}
.play_music  .m_border i {float:left;width:0.32rem;background-size:contain;background-repeat:no-repeat;background-position:center;margin:0 0.3rem;color:var(--music-name-color);font-size: 0.34rem;}
.play_music .m_border .music_name {flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--music-name-color);font-size:0.30rem;}
.play_music .m_border .music_bg {position:absolute;width:100%;height:100%;z-index:-1;background-color:var(--music-bg-color);border-radius:0.1rem;}
.m_fixed {position:fixed;top:0.6rem;right:.4rem;width:0.7rem;height:0.7rem;z-index:1;background:url(/static/v8/m/images/music/bgmBtn.svg) no-repeat center center;background-size:100%;display: none;cursor: pointer;}
.m_fixed.play {animation:musicPlayAni 1.2s linear infinite;}

@keyframes musicPlayAni {0% {-webkit-transform:rotateZ(0deg);}100% {-webkit-transform:rotateZ(-360deg);}}