<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
}

body, html {
   
}


html, body, div, ul, li, h1, h2, h3, h4, p, input, form {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
    vertical-align: baseline;
    word-wrap: break-word;
    word-break: break-all;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    
    position: relative;
    padding-bottom: 0px;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

* {margin:0;padding:0;box-sizing:border-box;word-wrap: break-word;word-break:break-all;}
*, ::before, ::after {
    box-sizing: inherit;
}

a{border: none; text-decoration: none;outline:none;}


.fixed_bg{position: fixed;background-color: rgba(0,0,0,.6);left: 0;top: 0;bottom: 0;right: 0;z-index: 10;}


.cp_bg {	
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(224, 250, 238);
}


.cp_bg_gradient {	
    background: linear-gradient(0deg,rgb(224, 250, 238), rgb(150 241 199));
}

/** footer **/
.footer {
    width: 100%;
    /*height: 125px;*/
    text-align: center;
    /*width:600px; */
    /*font-family: var(--font);*/
    font-size: 0.75rem;
    font-weight: 400;
    /*background: #f5f5f5;*/
    background: transparent;
    /*margin:0 auto;*/
    /*margin-top:80px;*/
}


.footer-power {
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom:15px;
    text-align: center;
    color: rgb(0, 0, 0);
    z-index:1;
    position:relative;
}

.footer-power:hover {
	color: rgb(0, 0, 0);
}


.footer-power a {	
	text-decoration: none;
	color: rgb(0, 0, 0);
	cursor: pointer;	
}

.footer-power a:hover {
  color: rgb(0, 0, 0);
}



/** end css of footer **/
.rightBox {
	display: inline-block;
	position: absolute;
	top: 80px;
	width:220px;
	right:-220px;
	height: auto;
	padding: 0;	
	background:transparent;
}

/** css of shareBtn3 **/
.shareBtn {
	display: inline-block;
	position: absolute;
  width: 45px;
  height: 45px;
  padding: 5px;
  background:transparent;
  color:#000;
  opacity: 0.5;
  z-index:9;
  cursor:pointer;
}

.shareBtn:hover {
	opacity: 1;
}

.shareBtn3 {
	  top: 20px;
    right:20px;
}
.shareBtn &gt; img {
    width: 34px;
    height: 34px;
}

.shareBtn4 {
	  top: 56px;
    right:21px;
}

/** end css of shareBtn3 **/

/*����*/
.share_to{height: 170px;margin-top:-85px;left:50%;top:50%;width:280px;position: fixed;z-index:11;margin-left:-140px;text-align: center;border-radius: 5px;background:#fff;}
.share_h{border-bottom: #E8E8E8 solid 1px;font-weight: normal;line-height: 1.8;padding: 10px;}

.share_to .close_btn{
	width:25px;height: 25px;
	text-align: center;
	/*border:#ccc solid 1px;*/
	position: absolute;
	right:6px;top:8px;	
	font-size:22px;
	line-height:24px;
	color:#999;
	display:block;	
}
.share_to .close_btn:hover{
	color:#8c8c8c;
}

.share_to_qr {width:280px; height:280px;margin-top:-120px;left:50%;right:auto;margin-left:-140px;text-align: center;padding:0;box-shadow:0px 0px 30px 1px #ccc;}

.share_to_qr .ishare{margin:0;}
.share_to_qr .ishare em{width: 100%;height:40px;line-height:40px;text-align: center;font-size:15px;color: #888;font-style: normal;}
.share_to_qr img{ margin:0 auto;display:block;}
.share_to_qr p{margin-top:10px;padding: 0 20px;text-align:left;line-height:18px;margin-bottom:20px; font-size:13px; color:#000;}


/** end of share **/

.ishare{text-align: center;margin-top:20px;}
.ishare a{display: inline-block;margin:0 8px;color: #333; width:69px;}
.share_button{display:block;width: 50px;height: 50px;margin:0 auto 5px auto;background: url(m_sprites.png) no-repeat;background-size: 50px auto;}
.share_tosina{background-position: 0 -301px;}
.share_toqzone{background-position: 0 -356px;}
.share_toweixin{background-position: 0 -405px;}



.linkitem {
}

.linkheader {
	margin-bottom:16px;
}
.linkheader p{
	margin: 0px;
	text-align: center;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 1.5;
}
.linkitemBox {
	min-height: auto;
	position: relative;
}

.StyledContainer a,.StyledContainer p,.StyledContainer div{	
	color:inherit;
}

.StyledContainer {
	position: relative;
	height: auto;	
	z-index: 0;
  overflow: hidden;
}

.StyledContainer {
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgb(224, 250, 238);
    color: rgb(0, 0, 0);
    transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3) 0s;
    border-radius: 30px;
}



.StyledContainer:hover {
    transform: scale(1.02);
}


.StyledContainer:active {
}


.itemBtn {
    border: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    padding: 16px 66px;
    margin: 0px;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    width: 100%;
    cursor: pointer;
    appearance: none;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}


.itemBtnText {
	  overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    white-space: normal;
    background: none;
    color: inherit;
    transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
}


.linkThumbnail {
	
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    overflow: hidden;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    
    
    left: 8px;
    width: 32px;
    height: 32px;
    border-radius: 0px;
	
}


.linkIcon {
  background-color: currentcolor;
  -webkit-mask-size: 100%;
}


.linkThumbnail .thumbnail {
    width: auto;
    height: 32px;
    display: block;
	border-radius: 50%;
    object-fit: contain;
    object-position: initial;
    filter: none;
}


.linkThumbnail .svg__icon {
    width:32px;
    height:32px;
    margin:0;
    display: block;
}


.itemTitle{
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
    width: 100%;
}


.wrapper {
}

.main {
	/*padding: 20px 10px 10px 10px;*/
	position: relative;
  padding-bottom: 0px;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}


.cp_top {
    padding:20px 10px;
    width:100%;
    max-width: 680px;
    min-height: 90vh;    
    margin: 0px auto;    
    padding-bottom: 80px;    
    position:relative;
    z-index: 1;
}


.cp_header {
    text-align: center;
    position: relative;
    height: auto;
    margin-bottom:16px;
}


.cp_header:after {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: block;
    clear: both;
}

.cp_headline {
    margin-left: 12px;
    margin-right: 12px;
    max-width: 100%;
}

.cp_headline h1{
	  text-align: center;
    margin: 0px;
    font-size: 16px;
    color: rgba(0, 0, 0);
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}



.cp_description {
    margin-top: 10px;
    line-height: 1.4;
    text-align: center;
    white-space: pre-wrap;    
    padding-left: 40px;
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.6);
}

.cp_description a{
	
}

.cp_description a:hover{
	
}

.cp_description p{
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-indent:12px;
    line-height: 1.5;
    font-size: 14px;
    font-weight:normal;
}


.cp_headerInfo {
	margin-bottom:32px;
}


.cp_profile_avatar {
	text-align: center;
	margin-bottom:16px;
}

.cp_profile_img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: block;
    margin:0 auto;
    object-fit: contain;
    object-position: initial;
    filter: none;
}


.linksbox {
    position: relative;
    height:auto;
}


.socialRender {
    padding-top: 16px;
    padding-bottom: 16px;
}

.socialbox {
	display: flex;
}


.socialbox {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.scbtn {
	  padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    color: inherit;
    text-decoration: none;
}

.scbtn {
	transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.scbtn:hover {
	transform: scale(1.075);	
}


.scbtn svg {
    pointer-events: none;
}
.scbtn .svg__icon {
	width: 32px;
  height: 32px;
  color: rgb(0, 0, 0);
  display: block;
}
.scbtn .svgbtn{
	fill: rgb(0, 0, 0);
	width: 32px;
	height: 32px;	
}

/** css of dropdown panel **/
.dpc {
	position: absolute;
  top: 52%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: hidden;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  right: 22px;
}

.dpcsvg {
	fill: currentcolor;
  font-weight: 500;
  font-size: 14px;
  width: 16px;
  height: 16px;
}

.dropdownPanel {
	margin-bottom: 24px;
	border:1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(224, 250, 238);
	position: relative;
	border-radius: 30px;
	overflow: hidden;
  box-shadow: rgb(0 0 0 / 16%) 0px 8px 12px 0px;
}



.dropdownTitle {
    text-align: center;
    margin:0;
    line-height: 52px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight:700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor:pointer;
}

.dropDownLayerCloseC {
    cursor: pointer;
    border: 0;
    background: transparent;
    position: absolute;
    right: 24px;
    top: 12px;
    z-index: 10;
    line-height: 1;
    text-decoration: none;
    transition: color .3s;
    color: rgba(0, 0, 0, 0.5);
    outline: 0;
    padding: 0;
}

.dropDownLayerCloseC:hover {
	color: rgba(0, 0, 0, 1);
}

.dropDownLayerCloseX{
    display: block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    font-weight:300;
    font-size:30px;
}

.jumpItemDIV {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    min-height: 130px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 22px 30px;
    text-align: center;
    overflow-y: hidden;
}



.jumpItemC {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.jumpItemC .jumpItem {
	  display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:16px 3px;
    margin:0;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid hsla(0,0%,59.2%,.2);
    border-top: none;
    width: 100%;
    background: none;
    cursor: pointer;
}


.jumpItemC .jumpItem .jumpBoxSpan {
    flex:1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


.jumpItemC .jumpItem .normalBak {
    display: inline-block;
    margin-right:10px;
    color: rgb(0, 0, 0);
}

.jumpItemC .jumpItem .icon {
    font-size: 18px;
    display: block;
}

.jumpItemC .jumpItem .jumpFt {
    font-size: 14px;
    text-align: right;
    color: rgb(0, 0, 0);
    display:flex;
}

.jumpItemC .jumpItem  .jumpBoxSpan .text {
    text-align: left;
    padding: 0px;
    margin: 0px;
    color:rgb(0, 0, 0);
    font-size: 14px;
}

.jumpItemC .jumpItem .icon-Right {
    color: #333;
    font-style: normal;
    font-size: 20px;
}

.jumpItemC .lineDiv {
	width:100%;	
	line-height: 32px;
	text-align:left;
	text-align:left;
	margin-top: 16px;
  margin-bottom: 10px;
  padding-left:10px;
  padding-right: 16px;
  color: rgba(0,0,0,0.5);
  font-size: 14px;
  line-height: 1.4;
}

.jumpItemC .lineDiv span{
	font-size:14px;
	font-weight:500;
}

.jumpItemC .hrDiv {
	width:100%;
	height:16px;
}



.jumpItemC .phototable {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
}


.jumpItemC .phototable .phototableC{
	  display: inline-flex;
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
    overflow: auto;
    padding-bottom: 24px;
}

.photoItem {
    margin-left: 4px;
    margin-right: 4px;
    -webkit-box-flex: 1;
    flex: 1 0 180px;
    color: inherit;
    text-decoration: none;
}
.photoItem:hover .photoImage{
	transform: scale(1.1);
}

.jumpItemC .phototable .btntableC{
	  width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.jumpItemC .phototable .btntableBox {
    width: 100%;
    max-width: 100%;
    height: 48px;
}

.jumpItemC .phototable .btntableBox .shopUrl {
	  padding: 0px;
    margin: 0px;
    border: none;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
    background: none;
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 12px;
    color: darkgrey;
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    pointer-events: auto;
    appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
}

.jumpItemC .phototable .btntableBox .shopUrl.darkGrey {
	  background-color: rgba(255,255,255,0.7);
    color: rgb(0, 0, 0);
}


@media screen and (min-width: 576px) {
	.btntableC {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
	.phototableC {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .photoItem {
  	margin-bottom: 12px;
  }  
}

.photoImageDiv {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(245, 246, 248);
    margin-bottom: 8px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    display: flex;
}

.photoImage {
    display: block;
    object-fit: none;
    object-position: initial;
    filter: none;

    width: 100%;
    object-fit: cover;
    max-width: 200px;
    will-change: transform;
    transition-duration: 250ms;
    transition-timing-function: ease-in;
    transition-delay: initial;
    transition-property: transform;
}


.photoTitle {
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1.5;
    
}

.photoPrice {
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1.5;
}

.photoFonts {
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.667;
}



.clipboardDiv {
    width: 100%;
    text-align:center;
    padding: 10px 15px;
    padding:0;
    border: 1px solid rgba(96, 33, 13,0.3);
    border-radius: 8px;
    height: 48px;    
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow:hidden;
}

.clipboardDiv.focused {
    border-color: rgba(0, 0, 0, 1);
    outline:none;
}

.clipBoardInputDiv {
	flex:1;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
}

.clipBoardInput {
	width: 100%;
	font-size: 16px;
	padding: 13px 10px;
	color:#999;
}

.clipBoardInput::placeholder {
  color:rgba(0,0,0,0.3);
  font-size:14px;
}

.clipBoardBtn {
	width:120px;
	height:46px;
	line-height:46px;
	font-size: 14px;
	padding:0;
	color: rgb(0, 0, 0);
	outline: none;
  border-left: 1px solid #fff;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  background-color: rgba(255,255,255,0.1);
	cursor:pointer;
}


.clipboardDiv.focused .clipBoardBtn{
    background-color: rgba(0,0,0,0.7);
    color:#FFF;
}

/** end css of dropdown panel **/




.linkIcon {
  background-color: currentcolor;
  -webkit-mask-size: 100%;
}

.disabled {
	pointer-events:none;
}


.hide {
	display:none;
}

.show_toast{margin-top:85px;left:50%;top:0;width:280px;position: fixed;z-index:11;margin-left:-140px;text-align: center;border-radius: 5px;background:#fff;}
.show_toast .msgc{ text-align:center;padding:20px;}

.share_qq_qr{font-family: Arial,Helvetica,sans-serif;}
.share_qq_qr{margin-top:85px;left:50%;top:0;width:280px;position: fixed;z-index:11;margin-left:-140px;text-align: center;border-radius: 5px;background:#fff;}
.share_qq_qr .sharebox{text-align: center;margin:5px 0 20px;}
.share_qq_qr .sharebox em{width: 100%;height:40px;line-height:40px;text-align: center;font-size:15px;color: #000;font-style:normal;}
.share_qq_qr img{ margin:0 auto;display:block;max-width:240px;min-width:200px;}
.share_qq_qr p{margin-top:10px;padding: 0 20px;text-align:left;line-height:18px;margin-bottom:10px; font-size:13px; color:#000;}
.share_qq_qr .to_offsite {display: inline-flex;line-height: 23px;color:#357bb3;}
.share_qq_qr .close_btn{text-align: center;position: absolute;right:10px;top:5px;	font-size:28px;font-weight:300;color:#999;font-style: normal;display:block;cursor:pointer;}
.share_qq_qr .close_btn:hover{color:#8c8c8c;}

.imgList {
	
}


.swiperWrapper {
    position: relative;
}

.swiperWrapper .indicator {
    position: absolute;
    z-index: 2;
    bottom: 1.62133333rem;
    right: .34133333rem;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    font-size: .512rem;
    padding: 0 .17066667rem;
    border-radius: .42666667rem;
}

.swiper-wrapper {
    height: calc(100% - 1.28rem);
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 0;
    height: 1.28rem;
    line-height: 1.28rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(0,0,0,.15);
    right: 1.10933333rem;
}

.video-wrap {
    box-shadow: 0 0.08533333rem 0.512rem rgb(0 0 0 / 51%);
    border-radius: 0.21333333rem;
    overflow: hidden;
}

.video {
    height: auto !important;
}

.video {
    position: relative;
    background: #000;
    height: 10.24rem;
}

.video .overlay .play {
    z-index: 2;
    width: 2.13333333rem;
    height: 2.13333333rem;
    background: #fff;
    border-radius: 50% 50%;
    cursor: pointer;
}

.video .overlay .play, .video .overlay .play i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video .overlay .play i {
    font-size: 1.70666667rem;
    color: #000000;
}

.caret {
    display: block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid black;
}

.video .overlay .time {
    position: absolute;
    bottom: 0.34133333rem;
    right: 0.42666667rem;
    color: #fff;
    font-size: .59733333rem;
}

.video .overlay .title {
    position: absolute;
    top: 0.42666667rem;
    left: 0.42666667rem;
    color: #fff;
    font-size: .68266667rem;
    font-weight: 700;
}

.video .cover, .video .overlay, .video .overlay {
    z-index: 99;
}

.video .cover {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.video .cover, .video .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s;
}

.video .overlay .tip {
	color:#fff;
	line-height: 40px;
	font-size: 14px;
	background-color:#999;
	width:100%;
	
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	
}


.headAudioPlayer {
    padding: 0.34133333rem 0.72533333rem;
    background-color: hsl(0deg 0% 100% / 70%);
}

.play__shade__h {
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: 999;
}


.play__shade__h.play_top_hs__sd {
    width: 100%;
    margin: auto;
    text-align: center;
    height: 80px;
}


.fileList {
    border: 0.04266667rem solid hsla(210,8%,51%,.25);
    border-radius: 0.21333333rem;
    overflow: hidden;
    margin-bottom:10px;
}


.fileListItem {
    border: 0.04266667rem solid hsla(210,8%,51%,.25);
    border-radius: 0.21333333rem;
    overflow: hidden;
    margin-bottom:10px;
}

.fileListItem:hover {
	border: 0.04266667rem solid hsla(210,8%,51%,.5);
}

.comp-wrap {
    padding:0;
}

.fileContent {
    position: relative;
    padding: 0.68266667rem;
    background-color: hsl(0deg 0% 100% / 80%);
    display: flex;
    align-items: center;
}
.fileContent .fileType {
    width: 32px;
    height: 40px;
    background-size: 32px 40px;
    background-repeat: no-repeat;
}

.fileContent .fileDownload {
	width: 32px;
	height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.fileContent:hover .fileDownload {
	opacity: 0.9;
}

.fileContent .descContent {
    flex: 1;
    padding-top: 0.256rem;
    margin-left: 0.68266667rem;
}

.fileContent .descContent .fileName {
    font-size: .68266667rem;
    color: rgba(0,0,0,.87);
    line-height: 1.3;
    display: block;
    word-break: break-word;
    text-align:left;
}

.fileContent .descContent .fileSize {
    font-size: .512rem;
    color: #9b9b9b;
    display: flex;
    margin-top: 0.34133333rem;
}

.wx-audio-content {
	font-weight:normal;
}


.dropdownVPanel .phototable {
	width: 100%;
	padding:0;
  color:#fff;
  border: 1px solid rgb(79, 124, 254,0.45);
	background-color: #fff;
}

.phototableloading {
	background-image:url('//isvlink.com/images/loading.svg');
	background-repeat:no-repeat;
	background-position:center center;	
}


.dropdownVPanel {
    margin-bottom: 22px;
    margin-left: 3px;
    border: none;
    background-color: #fff;    
    position: relative;
    border-radius: 1px;
    overflow: hidden;
}



.closeBtnBox {
	margin:10px 0;
	text-align:center;
}

.dropDownLayerCloseVC {
    cursor: pointer;
    border: 0;
    background: transparent;
    z-index: 10;
    line-height: 1;
    text-decoration: none;
    transition: color .3s;
    color: rgba(255,255,255,.45);
    border: 1px #888 solid;
    color: #FFf;
    background-color: #888;
    /*
    outline: 0;
    */
    width:40px;
    height:40px;
    border-radius: 50%;
    padding: 0;
}

.dropDownLayerCloseVC:hover {
	  background-color: #28262b;
	  border-color: #28262b;
}
</pre></body></html>