<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.imgText{
  position: relative;
  width: 100%;
  min-height: 320px;
  min-width: 1210px;
  max-width: 1920px;
  max-height: 507px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.imgText&gt;dd{
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
}
.imgText&gt;dd p{
  width: 896px;
  padding: 0 26px;
  font-size: 26px;
  color: #fff;
}
.imgText&gt;dt{
width: 100%;
  height: 100%;
}
.imgText&gt;dt img{
display: block;
  width: 100%;
  height: 100%;
}
/* å¤´åƒ */
.raidersDetail{
  background: #f1f1f1;
}
.raidersDetail&gt;.radHead{
  background: #f7f7f7;
  height: 60px;
}
.radHead .user{
  float: left;
  padding-top: 5px;
}
.radHead .user dt{
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.radHead .user dd:nth-of-type(2){
  font-size:14px;
  color:#ffac00;
  margin-top:31px;
  margin-left:30px;
  cursor:pointer;
}
.radHead .user dt&gt;img{
  height: 50px;
  width: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}
.radHead .user dd{
  float: left;
  margin-left: 16px;
}
.radHead .user dd&gt;.Uname{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.radHead .user dd span{
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.radHead .user dd span.seeCount{
  margin-left: 35px;
  padding-left: 28px;
  background: url("https://cdn.rv2go.com/pc-travelNote-seeCount.png") no-repeat 0 center;
}
/*æ“ä½œä¿¡æ¯*/
.operation{
  float: right;
  display: none;
}
.operation&gt;li{
  float: left;
}
.operation&gt;li:hover{
background: #ffac00;
}
.operation&gt;li&gt;p{
  margin-top: 6px;
  font-size: 14px;
  padding: 28px 26px 4px;
  height: 22px;
  border-left: 1px solid #dedede;
  text-align: center;
  color: #666;
}
.operation&gt;li.collect&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-collect.png") no-repeat center 0;
  cursor: pointer;
}
.operation&gt;li.collect.collected&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-collected.png") no-repeat center 0;
}
.operation&gt;li.collect:hover&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-collectw.png") no-repeat center 0;
  color: #fff;
}
.operation&gt;li.collect.collected:hover&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-collected.png") no-repeat center 0;
  color: #fff;
}
.operation&gt;li.zan&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-zan2.png") no-repeat center 0;
  cursor: pointer;
}
.operation&gt;li.zan.zaned&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-zaned.png") no-repeat center 0;
}
.operation&gt;li.zan:hover&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-zanw.png") no-repeat center 0;
  color: #fff;
}
.operation&gt;li.zan.zaned:hover&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-zaned.png") no-repeat center 0;
  color: #fff;
}
.operation&gt;li.dis&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-dis2.png") no-repeat center 0;
  cursor: pointer;
}
.operation&gt;li.dis:hover&gt;p{
 background: url("https://cdn.rv2go.com/pc-travelNote-disw.png") no-repeat center 0;
 color: #fff;
}
.operation&gt;li.share{
position: relative;
}
.operation&gt;li.share&gt;p{
  background: url("https://cdn.rv2go.com/pc-travelNote-share.png") no-repeat center 0;
  cursor: pointer;
}
.operation&gt;li.share:hover{
  background: transparent;	
  color: #333;
}
.operation&gt;li.share&gt;.shareBox{
  display: none;
  position: absolute;
  right: 0;
  bottom: -60px;
  padding-left: 10px;
  width: 150px;
  height: 58px;
  background: #fff;
  border:1px solid #ddd;
  z-index: 200;
}
.operation&gt;li.share&gt;.shareBox&gt;a{
  float: left;
  width: 40px;
  height: 40px;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.operation&gt;li.share&gt;.shareBox&gt;a.weixin{
  background: url("https://cdn.rv2go.com/pc-travelNote-weixin2.png") no-repeat 0 0;
}
.operation&gt;li.share&gt;.shareBox&gt;a.weibo{
  background: url("https://cdn.rv2go.com/pc-travelNote-weibo2.png") no-repeat 0 0;
}
.operation&gt;li.share&gt;.shareBox&gt;a.qq{
  background: url("https://cdn.rv2go.com/pc-travelNote-qq3.png") no-repeat 0 0;
}

/* ä¿¡æ¯ */
.raidersLeft{
  float: left;
  width: 900px;
  min-height: 80vh;
}
.outline{
  padding: 30px 0 0 20px;
  background: #fff;
}
.tipList{
  margin-bottom: 10px;
}
.tipList&gt;li{
  float: left;
  padding: 0 10px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #ffac00;
  color: #ffac00;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.outlineContent{
  width: 800px;
  border: 1px dotted #c6c6c6;
  padding: 16px 0 0 16px;
}
.outlineContent&gt;li{
  float: left;
  margin-right: 40px;
  padding-left: 24px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 16px;
  background: url("https://cdn.rv2go.com/pc-travelNote-has.png") no-repeat 0 center;
}
.raidersContent{
  width: 854px;
  background: #fff;
  padding: 32px 26px 30px 20px;
  margin-bottom: 30px;
  text-align: left;
}
.raidersContent *{
  max-width: 854px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
.raidersContent hr{
  margin: 10px 0!important;
}
.raidersContent h2{
  font-size: 20px;
  color: #333;
  line-height: 54px;
  margin:-80px 0 0;
  border-top:80px solid transparent;
  z-index:1;
}
.raidersContent h3{
  font-size: 18px!important;
  color: #333!important;
  line-height: 35px;
  margin:-80px 0 0!important;
  border-top:80px solid transparent;
  z-index:1;
}
.raidersContent p{
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
}
.raidersContent span{
  line-height: 28px;
  margin-bottom: 10px;	
}
.raidersContent .newest{
  font-size: 12px !important;
  color: #c6c6c6 !important;
  padding-top: 15px !important;
}
.raidersDetail .vessel{
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1230px;
}
/* ç›®å½• */
/*å³ä¾§å¯¼èˆª*/
.navRight{
  width: 254px;
  padding: 40px 12px 40px 18px;
  background: #fff;
  margin-top: 30px;
}
.navRight.fixed{
  position: fixed;
  top: 0;
  right: 51%;
  margin-right: -610px;
}
.navRight&gt;p{
  padding-left: 10px;
  font-size: 16px;
  color:#333;
  line-height: 16px;
  border-left: 4px solid #ffac00;
  margin-bottom: 24px;
  font-weight: bold;
}
.navRight #rootul{
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px 13px 0 5px;
}
.navRight #rootul ul{
  list-style: disc inside url("https://cdn.rv2go.com/pc-travelNote-list1.png");
  counter-reset: nub;
  border-left: 1px dashed #dedede;
}

.navRight #rootul{
  position: relative;
}
.navRight #rootul ul:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width: 20px;
  height: 28px;
  background: #fff;
}
.navRight #rootul li.rain-h2{
  margin-top: -10px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  counter-increment: nub  1; 
}
.navRight #rootul li.rain-h2:before{ 
  content: ' 0'counter(nub)'/ ';
}

.navRight #rootul li.rain-h2.toc-active{
  list-style: disc inside url("https://cdn.rv2go.com/pc-travelNote-list2.png");
}

.navRight #rootul li.rain-h2.toc-active:before{ 
  color: #ffac00;
}
.navRight #rootul li:first-child{
  margin-top: 0;
}
.navRight #rootul li.rain-h3,.navRight #rootul li.rain-strong{
  position:  relative;
  padding: 13px 0;
  top: -25px;
  margin-left: 3px;
  list-style: square inside url("https://cdn.rv2go.com/pc-travelNote-list.png");
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.navRight  #rootul li.rain-h2{
  position: relative;
  color: #cdcdcd;
  padding-left: 0px;
  left: -4px;
  top: -18px;
  margin-top: -13px;
  height: 40px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.navRight&gt;ol&gt;li:first-child{
  margin-top: 0;
}
.navRigh #rootul li.rain-h3{
  padding: 13px 0;
  margin-top: -13px;
  margin-left: 3px;
  border-left: 1px dashed #c6c6c6;
  list-style: square inside url("https://cdn.rv2go.com/pc-travelNote-list1.png");
}
.navRight #rootul li:last-child{
  padding-bottom: 0;
}
.navRight #rootul li.rain-h3 a{
  font-size: 12px;
  color: #898989;
}
.navRight #rootul li.toc-active a{
  color: #ffac00;
}</pre></body></html>