 /*公用样式*/
body, ul, li, p{
  margin:0;
  padding:0;
}
ul, li{
  list-style: none;
}
a:hover {
  text-decoration: none;
}
body{
  background: #F7F7F7;
  font-family:"Microsoft YaHei";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B2B2B2;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #B2B2B2;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B2B2B2;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B2B2B2;
}
/*颜色*/
.color-b{
  color: black;
  /*color: #000;*/
}
.color-w{
  color: white;
  /*color: #fff;*/
}
.color-3{
  color: #333;
}
.color-6{
  color: #666;
}
.color-9{
  color: #999;
}
/*字体*/
.font-s8p{
  font-size: 8px;
}
.font-s8v{
  font-size: 2.13vw;
}
.font-s10p{
  font-size: 10px;
}
.font-s10v{
  font-size: 2.66vw;
}
.font-s12p{
  font-size: 12px;
}
.font-s12v{
  font-size: 3.2vw;
}
.font-s14p{
  font-size: 14px;
}
.font-s14v{
  font-size: 3.73vw;
}
.font-s16p{
  font-size: 16px;
}
.font-s16v{
  font-size: 4.26vw;
}
.font-s18p{
  font-size: 18px;
}
.font-s18v{
  font-size: 4.8vw;
}
.font-s20p{
  font-size: 20px;
}
.font-s20v{
  font-size: 5.33vw;
}
.font-s22p{
  font-size: 22px;
}
.font-s24p{
  font-size: 24px;
}
/*浮动*/
.float-l{
  float: left;
}
.float-r{
  float: right;
}
.clear-b{
  clear: both;
}
/*背景颜色*/
.background-0{
  background: #000;
}
.background-3{
  background: #333;
}
.background-6{
  background: #666;
}
.background-9{
  background: #999;
}
.background-f{
  background: #fff;
}
/*定位*/
.position-sc{
  /*默认-无*/
  position: static;
}
.position-r{
  /*相对*/
  position: relative;
}
.position-f{
  /*固定*/
  position: fixed;
}
.position-a{
  /*绝对*/
  position: absolute;
}
.position-sy{
  /*粘贴*/
  position: sticky;
}
/*隐藏*/
.display-n{
  display: none;
}
/*显示*/
.display-b{
  display: block;
}
/*行内*/
.display-i{
  display: inline-block;
}
/*文本居中*/
.text-align-cen{
  text-align: center;
}
.martop10{
  margin-top: 10px;
}
.martop20{
  margin-top: 20px;
}
/*宽100%*/
.w-100b{
  width: 100%;
}
/*宽1200*/
.w-1200{
  width: 1200px;
  margin: 0 auto;
}
/*去掉默认边框属性*/
.inp-but-none{
  border: none;
  outline: none;
}
/*不能复制文本*/
.text-none{
  moz-user-select: -moz-none; 
  -moz-user-select: none; 
  -o-user-select:none; 
  -khtml-user-select:none; 
  -webkit-user-select:none; 
  -ms-user-select:none; 
  user-select:none;
}
/*隐藏一行多出来的文字为点状*/
.overflow-hell{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hell2{  
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*  ----------------------------------------------- 头部导航 -----------------------------------------------  */
.head{
  width: 100%;
  height: 80px;
  background: #fff;
  cursor: pointer;
}
/*logo*/
.head-logo{
  width: 134px;
  height: 42px;
  margin: 19px 0;
}
/*nav*/
.head-nav{
  height: 80px;
  margin-left: 85px;
}
.head-nav>a{
  font-size: 16px;
  line-height: 80px;
  padding: 0 15px;
}
.head-nav>a:hover{
  color: #1A1A1A;
}
.addto{
  color: #1A1A1A !important;
  font-weight: bold !important;
}
/*搜索*/
.head-sea{
  width: 281px;
  height: 36px;
  margin: 22px 0;
  border-radius: 3px;
}
.head-seabox{
  width: 211px;
  height: 36px;
  padding: 0 15px;
  color: #999999;
  background: #F5F5F5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.head-seabut{
  width: 70px;
  height: 36px;
  background: #00aeef;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.head-seabut:hover{
  cursor: pointer;
  background: #049dd6;
}
/*注册、登陆*/
.head-login{
  margin: 28px 0 28px 80px;
}
/* .logina:first-child:after{
  content: '|';
  color: #999;
  margin: 0 7px 0 11px;
} */
.logina:hover{
  color: #00aeef;
}
.head-online{
  margin-left: 84px;
}
.usertx{
  margin: 20px 37px 0 0;
  float: left;
  position: relative;
}
.usertx>img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.username{
  color: #555555;
  font-size: 14px;
  margin: 9px 0 0 10px;
}
.username>img{
  width: 6px;
  height: 5px;
  margin: 0 3px;
}
.writbut{
  width: 100px;
  height: 36px;
  line-height: 36px;
  margin: 22px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #FC6F25;
  border-radius: 4px;
  float: right;
}
.writbut>img{
  width: 16px;
  height: 16px;
  margin: -3px 8px 0 0;
}
/*  ----------------------------------------------- 底部信息 -----------------------------------------------  */
.content{
  width: 100%;
  min-height: 920px;
  padding-bottom: 40px;
}
.mention_info .content {
  min-height: unset;
}
.foot{
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #B2B2B2;
  font-size: 14px;
  text-align: center;
  background: #fff;
  display: flow-root;
}

/*  ----------------------------------------------- 首页-未登录 -----------------------------------------------  */
.runlamp{
  width: 1200px;
  height: 50px;
  background: #F4FBFD;
  border: 1px solid #D5E1E5;
  border-radius:3px;
}
.runlamp>a{
  width: 1148px;
  padding: 13px 0;
  margin: 0 auto;
  color: #3283A2;
  font-size: 14px;
  letter-spacing: 0.2px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.runlamp>a>img{
  width: 16px;
  height: 16px;
  margin: 3px 2px 0 0;
  float: left;
}
.allleft{
  width: 860px;
  margin-top: 20px;
  float: left;
}
.allright{
  width: 320px;
  margin-top: 20px;
  float: right;
}
.allbox{
  background: #fff;
  border-radius: 3px;
}
.index-lone{
  width: 860px;
  padding: 0 40px;
}
/*nav*/
.allnav{
  display: block;
}
.allnav>a{
  color: #666;
  font-size: 14px;
  line-height: 60px;
  margin-right: 30px;
  float: left;
}
.addac{
  color: #1A1A1A !important;
  font-size: 18px !important;
}
.index-ltwo{
  width: 860px;
  padding: 0 40px;
}
.index-conul{
  width: 780px;
}
.index-conli{
  width: 780px;
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
}
.index-conli:last-child{
  border-bottom: none;
}
.conli-title{
  width: 780px;
}
.conli-tlimg{
  width: 125px;
  height: 65px;
  background: url(../images/img/cb.png) no-repeat center;
}
.conli-tlimg>img{
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin: 21px 43px 0;
}
.conli-tlname{
  color: #666666;
  font-size: 12px;
  margin-top: 28px;
  cursor: pointer;
}
.conli-trbut{
}
.conli-trbutbq{
  color: #999999;
  font-size: 14px;
  background: #F7F7F7;
  padding: 4.5px 16px;
  border-radius: 3px;
  margin-top: 24px;
  display: inline-block;
}
.conli-name{
  color: #3283A2;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
.conli-name>a{
  color: unset;
}
.conli-section{
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 18px 0;
}
/* .conli-section>p::before{
  content: "";
  width: 30px;
  display: inline-block;
} */
.allmore{
  color: #3283A2;
  font-size: 14px;
}
.allmore:hover{
  color: #3283A2;
}
.conli-tion{
  width: 780px;
}
.tion-ul>div{
  color: #3283A2;
  font-size: 12px;
  margin-right: 8px;
  float: left;
}
.tion-ul>li{
  color: #999999;
  font-size: 12px;
  cursor: pointer;
  float: left;
}
.tion-ul>li:after{
  content: '|';
  color: #CCCCCC;
  padding: 0 10px 0 10px;
}
.tion-ul>li:last-child:after{
  content: none;
}
.tion-ul>li>img{
  width: 16px;
  height: 14px;
  margin-right: 5px;
  /* background: #FFC415; */
  display: inline-block;
  vertical-align: sub;
  object-fit: contain;
}
.tion-ul>li>img.img_bullion {
  width: 17px;
}
.tion-ul>li>img.img_bar {
  width: 18px;
}
.tion-ul>li>img.img_ingot {
  width: 15px;
}
.tion-ul>li>img.img_coin {
  margin: 0;
  width: 16px;
  height: 12px;
}
.tion-rbox{
  color: #3283A2;
  text-align: right;
  cursor: pointer;
  position: relative;
}
.rboxpl{
  font-size: 12px;
  display: inline-block;
}
.rboxpl>img{
  width: 17px;
  height: 16px;
  margin-right: 8px;
}
.tion-rbox>a{
  color: #3283A2;
  margin-left: 39px;
  display: inline-block;
}
.conli-img{
  margin-bottom: 20px;
  display: inline-block;
}
.oneimg{
  width: 340px;
}
.duoimg{
  width: 140px;
  height: 140px;
  margin: 0 8px 8px 0;
  float: left;
}
.loading{
  color: #ADAFB3;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
.loading>img{
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.index-rone{
  width: 320px;
}
.rone-title{
  line-height: 60px;
  color: #1A1A1A;
  font-size: 18px;
  padding-left: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.rone-ul{
  width: 300px;
  margin: 0 20px;
  display: inline-block;
}
.rone-ul>li{
  padding: 25px 0 30px;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}
.rone-ul>li:last-child{
  border-bottom: none;
}
.rone-lititle{
  width: 300px;
}
.lititle-box{
  width: 170px;
  margin-top: 18px;
  margin-left: 5px;
}
.lititle-name{
  color: #1A1A1A;
  font-size: 14px;
  font-weight:500;
}
.lititle-type{
  color: #999;
  font-size: 12px;
  margin-top: 2px;
}
.rds{
  width: 290px;
  margin: 16px auto 0;
}
.rds-name{
  width: 60px;
  color: #3283A2;
  font-size: 12px;
  float: left;
}
.rds>ul{
  width: 230px;
  display: block;
  float: right;
}
.rds>ul>li{
  color: #999999;
  font-size: 12px;
  cursor: pointer;
  float: left;
}
.rds>ul>li:after{
  content: '|';
  color: #CCCCCC;
  padding: 0 8px 0 8px;
}
.rds>ul>li:nth-last-child(2):after{
  content: none;
}
.rds>ul>li>img{
  width: 16px;
  height: 14px;
  margin-right: 5px;
  /* background: #FFC415; */
  display: inline-block;
  vertical-align: sub;
  object-fit: contain;
}
.rds>ul>li>img.img_bullion {
  width: 17px;
}
.rds>ul>li>img.img_bar {
  width: 18px;
}
.rds>ul>li>img.img_ingot {
  width: 15px;
}
.rds>ul>li>img.img_coin {
  margin: 0;
  width: 16px;
  height: 12px;
}
.index-rtwo{
  line-height: 50px;
  color: #3283A2 !important;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  display: block;
}

/*  ----------------------------------------------- 关注 -----------------------------------------------  */
.rightfd{
  width: 54px;
  height: 100vw;
  padding-top: 170px;
  background: #F7F7F7;
  box-shadow: 0px 0px 16px rgba(22,23,23,0.14);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.rightfd>li{
  margin-bottom: 36px;
  /* display: block; */
  cursor: pointer;
  position: relative;
}
.rightfd>li>img{
  width: 36px;
  height: 36px;
  margin: 0 9px;
  border-radius: 50%;
}
.rightfd>li>svg{
  width: 36px;
  height: 36px;
  margin: 0 9px;
  border-radius: 50%;
}
.rightfd>li>span{
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background: #F03D30;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: 6px;
}

/*  ----------------------------------------------- 创作小说 -----------------------------------------------  */
.create-lone{
  width: 860px;
  margin: 0 auto;
  padding: 15px 50px 0;
  background: #fff;
}
.create-title{
  width: 760px;
  border-bottom: 1px solid #EDEDED;
}
.create-title>input{
  width: 760px;
  padding: 17px 0;
  font-size: 24px;
}
.form-xz{
  padding: 28px 0;
}
.cboxcr{
  color: #666 !important;
  font-size: 14px !important;
  margin-right: 22px !important;
}
.cboxcr>input{
  zoom: 1.3;
  vertical-align: middle !important;
  margin-right: 10px !important;
}
.create-editor{
  width: 760px;
  height: 300px;
  border: 1px solid #e4e3e3;
}
.create-but{
  width: 760px;
  padding: 50px 0;
  text-align: center;
}
.create-but>div{
  width:100px;
  line-height: 36px;
  text-align: center;
  margin: 0 20px;
  color: #FFFFFF;
  font-weight: 16px;
  background: #CCCCCC;
  display: inline-block;
  cursor: pointer;
  border-radius:3px;
}
.addcreatecr{
  background: #00AEEF !important;
  text-indent: 8px;
  letter-spacing: 8px;
}
.create-rone{
  width: 320px;
  padding: 0 20px;
  background: #fff;
}
.create-ronebox{
  line-height: 60px;
  color: #3283A2;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
}
.create-ronebox>a{
  color: unset;
}
.create-ronexj{
  line-height: 60px;
  color: #3283A2;
  font-size: 14px;
  cursor: pointer;
  display: block;
}
.create-ronexj:hover{
  color: #3283A2;
}

/*  ----------------------------------------------- 星宫榜-小说榜 -----------------------------------------------  */
.novel{
  width: 1200px;
  padding: 0 40px;
}
.noveltwo{
  display: block;
}
.noveltwo-li{
  width: 1200px;
  height: 80px;
  background: #fff;
}
.noveltwo-lilist{
  width: 140px;
  height: 80px;
  color: #999999;
  background: url(../images/img/rank4.png) no-repeat center;
  background-size: 100% 100%;
  float: left;
}
.noveltwo-li:nth-child(1) > .noveltwo-lilist{
  color: #F7F7F7;
  background: url(../images/img/rank1.png) no-repeat center;
  background-size: 100% 100%;
}
.noveltwo-li:nth-child(2) > .noveltwo-lilist{
  color: #F7F7F7;
  background: url(../images/img/rank2.png) no-repeat center;
  background-size: 100% 100%;
}
.noveltwo-li:nth-child(3) > .noveltwo-lilist{
  color: #F7F7F7;
  background: url(../images/img/rank3.png) no-repeat center;
  background-size: 100% 100%;
}
.lilist-yw{
  font-size: 20px;
  font-family: PingFangSC-Regular;
  margin: 10px 0 0 30px;
  display: inline-block;
}
.lilist-zw{
  line-height: 30px;
  font-size: 24px;
  font-family: BigruixianBlackGBV1.0;
  font-weight: 400;
  padding: 1px 0 0 28px;
}
.noveltwo-litbk{
  width: 460px;
  height: 80px;
  margin-left: 50px;
  float: left;
}
.litbk-name,.litbk-name>a{
  color: #1A1A1A;
  font-size: 20px;
  margin: 10px 0 10px;
}
.litbk-tx{
  color: #999999;
  font-size: 14px;
}
.litbk-tx>img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  float: left;
}
.noveltwo-liebk{
  width: 320px;
  height: 80px;
  float: left;
}
.liebk-name{
  color: #999;
  font-size: 12px;
  margin: 20px 0 10px;
}
.noveltwo-lisbut{
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  border-radius:4px;
  background: #00AEEF;
  margin: 22px 30px 0 0;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  float: right;
}
.noveltwo-lisbut>img{
  width: 15px;
  height: 13px;
  margin-right: 10px;
}
.quxiao{
  background: #CCCCCC !important;
}
.quxiao>img{
  margin-right: 8px;
}

/*  ----------------------------------------------- 星宫榜-土豪榜 -----------------------------------------------  */
.lilist-number{
  color: #999;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  font-family: BigruixianBlackGBV1.0;
  margin: 20px 0 0 30px;
}
.lilist-number>span{
  font-size: 40px;
  margin: 0 3px;
  vertical-align: text-bottom;
}
.noveltwo-li:nth-child(1) > .noveltwo-lilist>.lilist-number{
  color: transparent;
  -webkit-text-fill-color: #1A1A1A;
  -webkit-text-stroke: 1px #fff;
}
.noveltwo-li:nth-child(2) > .noveltwo-lilist>.lilist-number{
  color: transparent;
  -webkit-text-fill-color: #1A1A1A;
  -webkit-text-stroke: 1px #fff;
}
.noveltwo-li:nth-child(3) > .noveltwo-lilist>.lilist-number{
  color: transparent;
  -webkit-text-fill-color: #1A1A1A;
  -webkit-text-stroke: 1px #fff;
}
.litbk-title{
  width: 460px;
  margin-top: 26px;
}
.noveltwo-litbk .litbk-title{
  margin-top: 4px;
}
.addthb{
  color: #1A1A1A !important;
  font-size: 16px !important;
  margin-left: 12px !important;
}

/*  ----------------------------------------------- 星宫榜-土豪榜 -----------------------------------------------  */
.addzzbcr{
  font-size: 34px;
}

/*  ----------------------------------------------- 星宫榜-土豪榜 -----------------------------------------------  */
.explain{
  width: 1200px;
  padding: 10px 70px 70px;
}
.explain-name{
  line-height: 80px;
  color: #1A1A1A;
  font-size: 20px;
  text-align: center;
}
.explain>p{
  width: 1060px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

/*  ----------------------------------------------- 搜索 -----------------------------------------------  */
.search-lisbut{
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 4px;
  background: #00AEEF;
  margin: 24px 0 0 20px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  float: right;
}
.search-lisbut>img{
  width: 15px;
  height: 13px;
  margin-right: 8px;
}
.search-ul{
  width: 320px;
  padding: 12px 0;
}
.search-title{
  padding-left: 24px !important;
}
.search-ul>li{
  width: 320px;
  margin: 12px 0;
}
.search-ul>li>span{
  width: 6px;
  height: 6px;
  margin: 10px 0 0 22px;
  border-radius: 50%;
  background: #CCCCCC;
  display: inline-block;
  float: left;
}
.search-ul>li:nth-child(1) > span{
  background: #F03D30;
}
.search-ul>li:nth-child(2) > span{
  background: #FC6F25;
}
.search-ul>li:nth-child(3) > span{
  background: #00AEEF;
}
.search-ullidiv{
  width: 244px;
  margin-right: 36px;
  line-height: 24px;
  color: #666666;
  font-size: 14px;
  float: right;
}
.search-ullidiv>a{
  color: unset;
}

/*  ----------------------------------------------- 阅读详情页 -----------------------------------------------  */
.readdet{
  width: 80px;
  cursor: pointer;
  background: #fff;
  float: left;
}
.readdet-lli{
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-bottom: 1px solid #E5E5E5;
}
.readdet-lli:last-child{
  border-bottom: none;
}
.readdet-lli>img{
  width: 26px;
  height: 26px;
  margin: 15px 27px 6px;
  object-fit: contain;
}
.readdet-lli>div{
  color: #3283A2;
  font-size: 12px;
  text-align: center;
}
.addreadcrhs9{
  color: #999999 !important;
}
.readbox{
  width: 760px;
  margin-left: 20px;
  float: left;
}
.readtwo{
  width: 760px;
  padding: 30px 40px 40px;
  background: #fff;
}
.readtwo-title{
  width: 680px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.readtwo-tbox{
  margin-top: 15px;
}
.readtwo-tname{
  color: #1A1A1A;
  font-size: 24px;
}
.tbox-yj{
  padding: 2px 12px 3px;
  color: #fff;
  font-size: 14px;
  background: #FC6F25;
  border-radius: 3px;
  letter-spacing: 1px;
  float: left;
}
.tbox-time{
  color: #999;
  font-size: 14px;
  line-height: 26px;
  margin-left: 10px;
  float: left;
}
.readtwo-p{
  width: 680px;
  /* height: 600px; */
  color: #666;
  font-size: 14px;
  margin-top: 30px;
  line-height: 26px;
  letter-spacing: 0.3px;
  overflow: hidden;
}
.pmohu{
  height: 400px !important;
  -webkit-filter: blur(5px) contrast(.8) brightness(.8);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px) contrast(.8) brightness(.8);
}
.pmodel{
  width: 304px;
  height: 140px;
  background: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow:0px 0px 6px rgba(0,0,0,0.11);
  border-radius: 5px;
}
.pmodel-text{
  width: 230px;
  margin: 0 auto;
  color: #1A1A1A;
  font-size: 14px;
  margin-top: 26px;
  text-align: center;
}
.pmodel-but{
  width: 71px;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  background: #FC6F25;
  border-radius: 3px;
  margin: 16px auto 0;
}
.report{
  margin: 15px 0 10px;
  text-align: right;
}
.report>a{
  color: #B2B2B2;
  font-size: 12px;
}
.report>a>img{
  width: 14px;
  height: 14px;
  vertical-align: sub;
  margin-right: 6px;
}
.shang{
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
}
.receive{
  color: #999;
  font-size: 14px;
  text-align: center;
  margin: 15px 0 3px;
}
.readdet-ul{
  text-align: center !important;
}
.readdet-ul>li{
  display: inline-block !important;
  float: none !important;
}
.readdet-con{
  width: 680px;
  margin-top: 40px;
}
.readdet-con>li{
  padding: 30px 0;
  border-top: 1px solid #E5E5E5;
}
.readdet-contitle>img{
  width: 44px;
  height: 44px;
  margin-right: 20px;
  border-radius: 50%;
  float: left;
}
.readdet-conli{
  width: 400px;
  height: 44px;
  float: left;
}
.readdet-conliname{
  color: #3283A2;
  font-size: 14px;
  margin-top: 1px;
}
.readdet-conlitime{
  color: #999;
  font-size: 12px;
}
.readdet-sl{
  color: #B2B2B2 !important;
  margin-top: 10px;
}
.readdet-context{
  width: 616px;
  color: #666;
  font-size: 14px;
  margin-left: 64px;
  margin-top: 5px;
}
.readdet-box{
  width:616px;
  height:42px;
  margin: 15px 0 0 64px;
  background: #F7F7F7;
  border: 1px solid #EDEDED;
}
.readdet-box>input{
  width: 500px;
  color: #666;
  font-size: 14px;
  margin: 8px 0 0 10px;
  background: #F7F7F7;
}
.readdet-box>div{
  width: 85px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #00AEEF;
  border-radius: 3px;
  cursor: pointer;
  float: right;
}
.readdet-context>span{
  color: #3283A2;
  font-size: 14px;
  margin: 0 10px 0 5px;
}
.readtwo-pl{
  color: #1A1A1A;
  font-size: 18px;
}
.pltextarea{
  width: 680px !important;
  height: 172px !important;
  padding: 5px 12px;
  margin-top: 20px;
  border:1px solid #E5E5E5;
}
.plbox>img{
  width: 24px;
  height: 24px;
  margin-top: 5px;
  float: left;
}
.plboxut{
  width: 75px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-indent: 4px;
  letter-spacing: 4px;
  background: #00AEEF;
  text-align: center;
  border-radius: 3px;
  float: right;
}
.rone-tbox{
}
.rone-tboximg{
  width: 265px;
  height: 137px;
  margin: 0 auto;
  background: url(../images/img/cb.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.rone-tboximg>img{
  width: 73px;
  height: 73px;
  border-radius: 50%;
  margin: 47px 95px 0;
}
.conli-readdetname{
  color: #1A1A1A;
  font-size: 18px;
  text-align: center;
}
.conli-readdetname>a{
  color: unset;
}
.conli-readdetnames{
  color: #999;
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}
.readdetcg{
  cursor: pointer;
  text-align: center;
  padding: 20px 0 30px;
}
.readdetcg>div{
  width:136px;
  height:40px;
  line-height: 40px;
  border-radius:3px;
  color: #fff;
  font-size: 14px;
  margin: 0 6px;
  text-align: center;
  background: #CCCCCC;
  display: inline-block;
}
.detgz{
  background: #00AEEF !important;
}
.detcg{
  background: #FC6F25 !important;
}
.detcgimg{
  width: 14px;
  margin-right: 5px;
}

/*  ----------------------------------------------- 打赏弹窗 -----------------------------------------------  */
.dsmodel{
  width: 100vw;
  height:100vh;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.dsmodel-con{
  width:449px;
  height:262px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 6px rgba(0,0,0,0.11);
  border-radius :10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.dsmodel-con>ul{
  margin-top: 30px;
  padding: 0 12px;
  cursor: pointer;
}
.dsmodel-con>ul>li{
  width:80px;
  height:90px;
  margin: 0 13px;
  border:1px solid #E5E5E5;
  border-radius:6px;
  float: left;
}
.addborderjs{
  border:1px solid #FC6F25 !important;
}
.dsmodel-con>ul>li>div{
  color: #999999;
  font-size: 12px;
  text-align: center;
}
.bullion{
  width: 57px;
  margin: 14px 10px 8px;
}
.bar{
  width: 55px;
  margin: 20px 11px 10px;
}
.ingot{
  width: 52px;
  margin: 15px 13px 8px;
}
.img_coin{
  width: 38px;
  margin: 11px 22px 6px;
}
.numerqian{
  width: 393px;
  height: 32px;
  margin: 28px 27px;
  background: #F7F7F7;
  text-align: center;
  border-radius: 6px;
}
.dsmodel-but{
  text-align: center;
}
.dsmodel-but>div{
  width:71px;
  height:32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: #CCCCCC;
  border-radius:3px;
  display: inline-block;
  margin: 0 8px;
}
.addjhs{
  background: #FC6F25 !important;
}

/*  ----------------------------------------------- 我的主页-收藏 -----------------------------------------------  */
.badi{
  background: #FFFFFF;
}
.my-banner{
  width: 100%;
  min-width: 1200px;
  height: 460px;
  background: url(../images/img/img1.png) no-repeat top;
  background-size: 1920px 380px;
}
.hei460{
  height: 460px;
}
.myb-fm{
  width:110px;
  height:40px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: rgba(0,0,0,0.2);
  border:1px solid #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 40px;
}
.wingbox{
  padding-top: 80px;
}
.wing{
  width: 270px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}
.wing>img{
  width: 97px;
  z-index: 2;
}
.wing-left{
  position: absolute;
  top: 0;
  left: 0;
}
.wing-right{
  width: 96px !important;
  position: absolute;
  top: 0;
  right: 0;
}
.wing>div{
  width: 96px;
  height: 96px;
  border: 2px solid #FA9E68;
  border-radius: 50%;
  position: absolute;
  top: 47px;
  left: 87px;
  z-index: 5;
}
.wing>div>img{
  width: 92px;
  height: 92px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.wingthree {
    width: 238px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.wingthree>img {
    width: 90px;
    z-index: 2;
}
.wingthree-left {
    position: absolute;
    top: 0;
    left: 0;
}
.wingthree-right {
    position: absolute;
    top: 0;
    right: 0;
}
.wingthree>div {
    width: 76px;
    height: 76px;
    border: 2px solid #FA9E68;
    border-radius: 50%;
    position: absolute;
    top: 47px;
    left: 81px;
    z-index: 5;
}
.wingthree>div>img {
    width: 72px;
    height: 72px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.myb-con{
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 28px 0 10px;
}
.myb-text{
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.nav-padding{
  position: absolute;
  left: 0;
  bottom: 26px;
  display: inline-flex;
}
.rightoneys{
  color: #999999;
  font-size: 14px;
  padding: 0 30px 0 0;
}
.rightoneys:hover{
  color: #000 !important;
}
.addoneys{
  font-size: 16px;
  line-height: 18px;
  color: #000 !important;
}
.my-rone{
  width: 320px;
  padding: 24px;
}
.listmc{
  color: #1A1A1A;
  font-size: 40px;
  font-family:BigruixianBlackGBV1.0;
  font-weight:400;
}
.my-ronepmbox{
  padding: 0 0 30px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}
.quxiaox{
  border-bottom: none;
}
.my-roneds{
  color: #666;
  font-size: 16px;
  margin: 10px 0 12px;
}
.my-roneul{
  margin-top: 0;
}
.my-roneul>ul{
  width: 282px !important;
  display: block !important;
  float: left !important;
}
.my-readdetcg{
  cursor: pointer;
  text-align: center;
  padding: 0 0 30px;
}
.my-readdetcg>div{
  width:136px;
  height:40px;
  line-height: 40px;
  border-radius:3px;
  color: #fff;
  font-size: 14px;
  margin: 0 6px;
  text-align: center;
  background: #CCCCCC;
  display: inline-block;
}
.my-scbut{
  padding-bottom: 10px;
}
.my-scbut>div{
  width:80px;
  height:36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #00AEEF;
  border-radius:3px;
  margin-right: 10px;
  cursor: pointer;
  float: left;
}
.addmyscbutcr{
  background: #FC6F25 !important;
}
.addmyscbutcrh{
  color: #1A1A1A !important;
  background: #F7F7F7 !important;
}
.addbot0{
  margin-bottom: 0;
}
.martop0{
  margin-top: 0 !important;
}
.fbtime{
  color: #999;
  font-size: 14px;
}
.myb-fmbut{
  width: 110px;
  height: 40px;
  line-height: 38px;
  color: #B2B2B2;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  bottom: 18px;
  right: 0;
}
.tadimy{
  width: 136px;
  height: 40px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #00AEEF;
  border:2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  margin: 12px auto;
}
.guanz-ltwo{
  width: 860px;
}
.guanz-ltwo>li{
  width:273px;
  height:312px;
  background: #fff;
  border-radius:3px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.guanz-ltwo>li:nth-child(3n){
  margin-right: 0;
}
.wingtwo{
  width: 188px;
  height: 120px;
  margin: 18px auto 0;
  position: relative;
  display: block;
}
.wingtwo>img{
  width: 68px;
  z-index: 2;
}
.wingtwo-left{
  position: absolute;
  top: 0;
  left: 0;
}
.wingtwo-right{
  width: 68px !important;
  position: absolute;
  top: 0;
  right: 0;
}
.wingtwo>div{
  width: 62px;
  height: 62px;
  border: 2px solid #FA9E68;
  border-radius: 50%;
  position: absolute;
  top: 42px;
  left: 63px;
  z-index: 5;
}
.wingtwo>div>img{
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.gzfsname{
  color: #1A1A1A;
  font-size: 18px;
  text-align: center;
}
.gzfsname>a{
  color: unset;
}
.gzfssm{
  width: 230px;
  height: 60px;
  margin: 8px auto 10px;
  color: #999;
  text-align: center;
  font-size: 12px;
}
.gzfsbut{
  width:100px;
  height:36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background:#00AEEF;
  border-radius:4px;
  margin: 0 auto;
}
.pad0{
  padding: 0;
}
.set-amount {
    position: relative;
    margin-top: 120px;
    padding: 0 90px;
}
.set-amount .numerqian{
  width: 200px;
  margin: 28px 12px;
}
.set-amount .numerqian::selection {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.set-amount span {
    display: inline-block;;
    width: 21px;
    cursor: pointer;
}
.set-amount span::selection{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.set-amount span:first-child {
  text-align: right;
}
.addreadcrred {
    color: #F03D30 !important;
}
.re-con {
  padding: 20px;
  height: 289px;
}
.re-con .re-new-tit {
  line-height: 30px;
}
.re-con .re-new-tit img {
  float: right;
  width: 20px;
}
.re-con .re-new {
  font-size: 14px;
  background: #efefef;
  padding: 10px;
  border-radius: 4px;
  margin: 12px 0px;
}
.re-con .re-new > span {
  margin-left: 10px;
}
.re-con .re-textarea {
  height: 120px;
}
.re-con .re-textarea > textarea{
  width: 100%;
  border-color: rgb(221, 221, 221);
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100px;
  resize: none;
  border-radius: 2px;
  font-size: 12px;
  padding: 10px;
}
.re-con .dsmodel-but {
  text-align: right;
}
.re-con .dsmodel-but>div{
  margin: 0;
}
.recommend-txt {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 10px 0;
}
.recommend-box {
  background: #efefef;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 20px 40px;
}
.recommend-box .recommend-aut {
  font-size: 12px;
}
.comment_list_none {
  color: #999;
  padding: 30px 40px;
  margin-top: 20px;
  background: #fff;
  text-align: center;
}