*{
	margin:0;padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 /* REM  实际高度 = 1.8 * (视口宽度 / 7.5) */
html {font-size: 13.333vw; /* 100 / 750 * 100vw */}
html,body{height: 100%;}
body { font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; font-size: 0.22rem;color: #222;background: #f4f5fa;}
ul,ol{list-style-type:none;}
img,hr{border: none;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
table{border-collapse: collapse;border-spacing: 0;}
a{text-decoration:none;cursor: pointer;-webkit-tap-highlight-color: transparent;color: #333;}
input[type="button"], input[type="submit"], input[type="file"], button {
    cursor: pointer; -webkit-appearance: none;outline:none
}
input:focus, textarea:focus {outline: none;	}
/*去除IE10+浏览器文本框后面的小叉叉*/
input::-ms-clear { display: none;}
textarea{resize: none;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content:"."; display:block; height:0; clear:both;  visibility:hidden;}
.clearfix{zoom:1; /*针对IE*/} 

.ExperienceModule{
	background: #fff;border-bottom: 1px solid #dadada;padding: 0.22rem 0.38rem;
	display: grid;align-items: center; grid-template-columns: 0.66rem 1fr auto; gap: 0.2rem;
}
.ExperienceModule img{width: 0.66rem;height: 0.66rem;} 
.ExperienceModule .description h6{font-size: 0.28rem;margin: 3px 0;}
.ExperienceModule .description p{color: #999;font-size: 0.22rem;}
.ExperienceModule .description span{color: #1955c8;}
.ExperienceModule button{color: #fff; border: 1px solid #4687F7;background:#4687F7;border-radius: 18px; padding: 0.15rem 0.18rem; height: max-content;}

.mainModule{height: calc(100vh - 64px);padding: 0.3rem 0.38rem;}
.hintTxt{display: grid; grid-template-columns: 1fr auto; gap: 0.1rem;}
.hintTxt p{color: #666;}
.hintTxt a{color: #365bb4;font-weight: bold;}
.imgModule,.listModule{position: relative;height: calc(100% - 0rem);border-radius: 4px;overflow: auto;
	/*background: #D8D8D8;*/
}
.imgModule aside{background: rgba(0,0,0,.3);position: absolute; border-radius: 6px; padding: 3px 8px; min-width: 0.7rem; text-align: center;top:6px;left: 6px;}
.imgModule aside span{color: #fff;}
.imgModule img{width: 100%;}

/*.listModule{display: block;}*/
.listModule ul{background: #fff; padding: 0.1rem;}
.listModule li{border-bottom: 1px solid #eee; padding: 0.15rem; color: #444;position: relative;font-size: 0.24rem;}
.listModule .folderIcon{text-indent: 0.46rem;}
.listModule .folderIcon:before{
	content: '';background: url(../images/folderIcon.png) no-repeat;width: 0.35rem; height: 0.35rem;
	position: absolute; background-size: contain; left: 0.1rem; top: 0.13rem;
}
.listModule .imgIcon{width: 0.4rem; height: 0.4rem; display: inline-block; vertical-align: middle; margin-right: 0.1rem;overflow: hidden;border: 1px solid #eee;}
.listModule .imgIcon img{width: 100%; height: auto;}

.ControlStrip{padding: 0.2rem;background: #fff;overflow: hidden;} 
.ControlStrip ul{display: flex; justify-content: space-evenly; width: calc(100% - 0rem); } 
.ControlStrip img{width: 0.42rem;height: 0.42rem;display: block;  margin: auto;}
.ControlStrip span{font-size: 0.22rem;margin-top: 4px; display: inline-block;}
.ControlStrip button{
	width: 1.4rem; background: #0f53fd; color: #fff; border: 1px solid #0f53fd; border-radius: 25px; box-shadow: 0px 2px 5px 0px rgba(13, 83, 255, 0.2);
	float: left;position: relative;text-indent: 0.3rem;margin-top: 0.1rem; padding: 0.1rem;
}
.ControlStrip button:before{
	content: '';background: url(../images/downloadIco.png) no-repeat;background-size: contain;
	width: 0.25rem;height: 0.25rem;  position: absolute;left: 0.26rem;top: 0.12rem;
}
/*转发*/
.Retweet{position: fixed;top: 0;left: 0;background: rgba(255,255,255,.9);width: 100%; height: 100%;}
.Retweet img{width: 3rem; position: absolute; right: 0.2rem; top: 0.1rem;}

/*分享*/
.openPage{background: url(../images/testImg03.jpg) no-repeat #D9E8FB;width: 100%;height: 100%; background-size: 100%;}
.hintAnimation{
	background: #fff;padding: 0.25rem 0.35rem;border-radius: 0.2rem;font-weight: bold;font-size: 0.28rem;
  	letter-spacing: 0.03rem; /*width: 82vw;*/width: max-content;position: relative; top: 0.5rem; left: 0.4rem;
  	animation: jump 0.6s infinite alternate ease-in-out;
} 
 
.hintAnimation span{color: #2052e8;}
.hintAnimation:after{content: '';background: url(../images/arrows01.png) no-repeat;position: absolute;right: -0.25rem;top: 0.06rem; width: 0.45rem; height: 0.45rem; background-size: contain;}

@keyframes jump {
    0% { transform: translate(0,0); }
    100% { transform: translate(0.2rem,-0.2rem); }
}

.PopUp{position: fixed;top: 0;left: 0;}
.openApp{position: absolute; bottom: 0.6rem; width: 6rem; background: #3867f3; border: none; height: 0.74rem; left: 50%; transform: translateX(-50%);  color: #fff;}

.AIModule{overflow: auto;}
.AIModule img{width: 100%; height: auto;}

/* 分享首页底部打开 APP 操作栏 */
.shareIndex .ExperienceModule{grid-template-columns: 0.66rem 1fr;}
.shareIndex .AIModule{
	padding-bottom: 1.36rem;
	padding-bottom: calc(1.36rem + env(safe-area-inset-bottom));
}
.shareIndex .BottomOpenBar{
	position: fixed;left: 0;bottom: 0;z-index: 10;width: 100%;
	padding: 0.2rem 0.38rem;
	padding: 0.2rem 0.38rem calc(0.2rem + env(safe-area-inset-bottom));
	background: #fff;border-top: 1px solid #dadada;
}
.shareIndex .BottomOpenBar button{
	display: block;width: 100%;height: 0.96rem;color: #fff;font-size: 0.3rem;
	border: 1px solid #4687F7;background: #4687F7;border-radius: 4px;
}
