

html {
	font-size: 20px
}
@media only screen and (min-width:400px) {
	html {
		font-size: 21.33333333px !important
	}
}

@media only screen and (min-width:414px) {
	html {
		font-size: 22.08px !important
	}
}

@media only screen and (min-width:480px) {
	html {
		font-size: 25.6px !important
	}
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1rem;
    width: 1rem;
    background: url(https://c1.xincanshu.com/uploads/xinyue/images/328e4d97f9d0d68ea04e872f68e508e4.png) no-repeat;
    background-size: contain;
    opacity: 0.4;
}
input[type="search"]:hover::-webkit-search-cancel-button {
    opacity: 0.8;
}
.echarts100 div{
    width: 100%!important;
}
.echarts100 canvas {
    width: 100%!important;
}
.xy_fcc{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    /* 移动端 */
@media screen and (max-width: 768px) {
    .layui-layout-admin .layui-layout-left,
    .layui-layout-admin .layui-body,
    .layui-layout-admin .layui-footer{left: 0;}
    .layui-layout-admin .layui-side{left: -300px;}
}
em{
    font-style: unset;
}
i {
    font-style: unset;
}
input{
    -webkit-appearance: none;
}
.layui-form-label {
    box-sizing: unset;
    font-size: 14px;
}
.layui-icon {
    line-height: unset;
}
.layui-form-switch {
    line-height: 20px;
    box-sizing: unset;
}
.layui-btn {
    line-height: 36px;
}
.layui-btn-sm {
    line-height: 28px;
}
.layui-btn-xs {
    line-height: 20px;
}
.bg-c {background: #ffffff !important;} /* 白色背景 */
.bg-d {background: #9dda61 !important;} /* 绿色背景 */
.bg-e {background: #f8f8f8 !important;} /* 淡灰色背景 */
.bg-f {background: #b9b9b9 !important;} /* 灰色背景 */
.bg-g {background: #f2f2f2 !important;} /* 整体背景色 */
.bg-h {background: #f6c101 !important;} /* 按钮黄色 */
.bg-i {background: #dedede !important;} /* 按钮已选灰色 */
.bg-j {background: #ff6b6e !important;} /* 淡红色背景 */
.bg-k {background: #1dd2ff !important;} /* 蓝色背景 */
.bg-l {background: #efefef !important;} /* 列表操作背景 */
.bg-m {background: #ffefd8 !important;} /* 列表操作on背景 */
.bg-n {background: #87d0f5 !important;} /* 男色 */
.bg-o {background: #ffa3a3 !important;} /* 女色 */
.bg-p {background: #fefced !important;} /* 内容特殊提示背景 */
.bg-q {background: #95ec69 !important;} /* 聊天绿 */
.bg-r {background: #9b9b9b !important;} /* A深灰 */

.zy-a {color: #ffffff !important;} /* 白色文字 */
.zy-c {color: #929292 !important;} /* 次要文字999 */
.zy-b {color: #ff9645 !important;} /* 主颜色橙色 */
.zy-d {color: #cacaca !important;} /* 黑色背景灰色文字 */
.zy-e {color: #000000 !important;} /* 黑色标题文字 */
.zy-f {color: #666666 !important;} /* 次要黑色标题文字 */
.zy-g {color: #b7b7b7 !important;} /* 次次要灰色文字 */
.zy-h {color: #333333 !important;} /* 3333文字 */
.zy-i {color: #fd4e4e !important;} /* 头条红色 */
.zy-j {color: #87d0f5 !important;} /* 男色 */
.zy-k {color: #ffa3a3 !important;} /* 女色 */
.zy-l {color: #6d94bd !important;} /* 链接色 */
.zy-m {color: #f6c101 !important;} /* 操作黄色 */
.zy-n {color: #1dd2ff !important;} /* 蓝色文字 */
.zy-o {color: #95ec69 !important;} /* 绿色文字 */
.zy-p {color: #ffb4b4 !important;} /* 神评红色 */

.zs-a {text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);} /* 文字阴影 */

.sh-a {border-top: 1px solid #efefef !important;} /* 上分割 */
.xh-a {border-bottom: 1px solid #f5f5f5 !important;} /* 下分割 */
.xh-b {border-bottom: 1px solid #efefef !important;} /* 下分割 */
.xh-c {border-bottom: 1px solid #e6e6e6 !important;} /* 下分割 */
.xh-d {border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;} /* 下分割透明 */
.xh-e {border-bottom: 1px solid #8f8f8f !important;} /* 下分割 */
.yh-a {border-right: 1px solid #efefef !important;} /* 右分割 */
.yh-b {border-right: 1px solid #e5e5e5 !important;} /* 右分割 */
.zh-a {border-left: 1px solid #efefef !important;} /* 左分割 */
.bk-a {border: 1px solid #e0e0e0 !important;} /* 边框灰色 */
.bk-b {border: 1px solid #ff9645 !important;} /* 边框橙色 */
.bk-c {border: 1px solid #f8f8f8 !important;} /* 边框淡灰 */
.bk-d {border: 1px dashed #ececec !important;} /* 边框虚灰 */
.bk-e {border: 1px solid #efefef !important;} /* 边框灰色 */

.ab-a {background: -webkit-linear-gradient(left top, #f2af3a , #fc8205);background: -o-linear-gradient(bottom right, #f2af3a, #fc8205);background: -moz-linear-gradient(bottom right, #f2af3a, #fc8205);background: linear-gradient(to bottom right, #f2af3a , #fc8205);}  /* 变色橙色按钮 */
.ab-b {background: -webkit-linear-gradient(left top, #cacaca , #a9a9a9);background: -o-linear-gradient(bottom right, #cacaca, #a9a9a9);background: -moz-linear-gradient(bottom right, #cacaca, #a9a9a9);background: linear-gradient(to bottom right, #cacaca , #a9a9a9);}  /* 变色灰色按钮 */
.ab-c {background: -webkit-linear-gradient(left top, #99db5f , #87c14f);background: -o-linear-gradient(bottom right, #99db5f, #87c14f);background: -moz-linear-gradient(bottom right, #99db5f, #87c14f);background: linear-gradient(to bottom right, #99db5f , #87c14f);}  /* 变色绿色按钮 */
.ab-d {background: -webkit-linear-gradient(left top, #fe8063 , #f04e0d);background: -o-linear-gradient(bottom right, #fe8063, #f04e0d);background: -moz-linear-gradient(bottom right, #fe8063, #f04e0d);background: linear-gradient(to bottom right, #fe8063 , #f04e0d);}  /* 个人签到按钮 */
.ab-e {background: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));background: -o-linear-gradient(bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));background: -moz-linear-gradient(bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));}  /* 变色透明按钮 */
.ab-h {background: -webkit-linear-gradient(left top, #58c2ff , #34b9fe);background: -o-linear-gradient(bottom right, #58c2ff, #34b9fe);background: -moz-linear-gradient(bottom right, #58c2ff, #34b9fe);background: linear-gradient(to bottom right, #58c2ff , #34b9fe);}  /* 侧栏菜单按钮 */
.ab-i {background: -webkit-linear-gradient(left top, #535f6c , #3f4954);background: -o-linear-gradient(bottom right, #535f6c, #3f4954);background: -moz-linear-gradient(bottom right, #535f6c, #3f4954);background: linear-gradient(to bottom right, #535f6c , #3f4954);}  /* 发帖变色按钮 */
.mimablock{
    display: none;
}



.iframe_view_block{
    display: none;
}

@media screen and (max-width: 640px) {

.xin_header_a3 .wp.hover_s {
    top: 48px;
}


}

.xin24_m_header{
    display: block;
    position: fixed;
    height: 48px;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    background: white;
    z-index: 899;
}
@media screen and (min-width: 640px) {
.xin24_m_header{
    display: none;
}
}

.xin24_m_header .mh_box{
    padding: 0 6px;
    position: relative;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    height: 48px;
    line-height: 48px;
}

.xin24_m_header .mh_logo{
    display: inline-block;
}

.xin24_m_header .mh_btn {
    height: 48px;
    line-height: 48px;
    position: absolute;
    display: flex;
    top: 0px;
}
.xin24_m_header .mh_btn span{
    display: inline-block;
    height: 48px;
    width: 46px;
    text-align: center;
    color: #646464;
    position: relative;
}
.xin24_m_header .mh_btn span i.icon{
    font-size: 20px;
}
.xin24_m_header .mh_logo i.logo {
    display: inline-block;
    font-size: 28px;
    margin-right: 2px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background: url(https://c1.xincanshu.com/uploads/xinyue/images/xinicon.png) center no-repeat;
    background-size: 28px;
}
.xin24_m_header .mh_logo img.logoimg {
    height: 22px;
    width: 77px;
    vertical-align: middle;
}
.xin24_m_header .mh_position{
    text-align: center;
    position: relative;
}
.xin24_m_header .mh_btn_left{
    left: 0;
}
.xin24_m_header .mh_btn_right{
    right: 0;

}
.xin24_m_header .mh_btn i.num{
    color: white;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    border-radius: 10px;
    font-size: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.xin24_m_header .mh_btn i.num:not(:empty) {
    width: 14px;
    background: #F44336;
}
.xin24_m_header .mh_btn_left .mbl_left_search {

    width: 100%;
    font-size: 12px;
    padding: 7px 12px 7px 6px;
}
.xin24_m_header .mh_btn_left .mbl_left_search .search_text{
    padding: 0px 12px;
    background: #f2f2f2;
    height: 34px;
    line-height: 34px;
    border-radius: 22px;
    color: #9E9E9E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.xin24_m_header.iframe_view .ivmh_position{
    display: flex;
}
.xin24_m_header.iframe_view .mh_btn_left{
    flex: 1;
}
.xin24_m_header.iframe_view .mh_btn {
    position: initial;
}




.text_disabled{
    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;
}
.layer_overflow_hidden .layui-layer-content{
    overflow: hidden;
}
.layui-layer-setwin .layui-layer-close2 {
    box-sizing: unset;
    line-height: 28px;
}
/** site-panel */
.site-bldx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  min-height:30px;
  max-height:30px;
  z-index: 1;}
.bldx-xgkz > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.bldx-xgkz > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: rgba(255, 255, 255, 0.3);
}
.bldx-xgkz > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: #fff;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
.with-panel-left-cover .panel-ztbg,.with-panel-right-cover .panel-ztbg {width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);position: fixed;bottom: 0;z-index: 5999;transition: all .4s ease;-webkit-transition: all .4s ease;display: block;-webkit-backdrop-filter: saturate(180%) blur(2px);backdrop-filter: saturate(180%) blur(2px);}

body.with-panel-left-cover .panel-left {-webkit-transform: translate3d(13.5rem,0,0);transform: translate3d(13.5rem,0,0);}
.panel-overlay {z-index: 6002;}
.site-panel .panel-yhxx {width:100%;height:10rem;position: absolute;top: 0;left: 0;z-index: 2;}
.panel-yhxx .panel-yhxx-tx {position: absolute;top: 1rem;right: .8rem;border-radius: 3rem;background: rgba(255, 255, 255, 0.2);}
.panel-yhxx .panel-yhxx-tx a {display: block;}
.panel-yhxx .panel-yhxx-tx img {width: 3.35rem;height: 3.35rem;padding: 0.1rem;border-radius: 3rem;vertical-align: top;}
.panel-yhxx .panel-yhxx-xx {position: absolute;top: 1.7rem;left: .8rem;width: 55%;}
.panel-yhxx .panel-yhxx-xx h1 {height: 1.5rem;line-height: 1.5rem;margin: 0;font-size: 1rem;overflow: hidden;}
.panel-yhxx .panel-yhxx-xx p {height: 1rem;line-height: 1rem;margin: 0;font-size: .55rem;font-weight: 300;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: rgba(255, 255, 255, 0.6) !important;}
.panel-yhxx .panel-yhxx-xx p font {color: rgba(255, 255, 255, 0.6) !important;}
.panel-yhxx .panel-yhxx-xx p a {display: block;overflow: hidden;}
.panel-yhxx .panel-yhxx-xx p i {float: left;margin-right: .15rem;font-size: .64rem;}
.panel-yhxx .panel-yhxx-gn {position: absolute;top: 5.25rem;left: .8rem;}
.panel-yhxx .panel-yhxx-gn .go-clewm {float: left;margin-right:.5rem;padding: .2rem .45rem;background:rgba(0, 0, 0, 0.3);border-radius: .25rem;}
.panel-yhxx .panel-yhxx-gn .go-clewm i {font-size: .8rem;}
.site-panel {height: 100%;overflow: hidden;}
.site-panel .panel-cldh {margin-top: 10rem;padding: 0 .75rem;padding-bottom: 1rem;height: -moz-calc(100% - 8.5rem);height: -webkit-calc(100% - 8.5rem);height: calc(100% - 8.5rem);overflow: auto;}
.site-panel .panel-dzbq {width: 100%;height: 1rem;}
.site-tbdh a {height: 2.5rem;line-height: 2.5rem;font-size: .86rem;position: relative;display: block;}
.site-tbdh a:last-child {border: none !important;}
.site-tbdh .go-tbdh-tb {position: absolute;left: 0;top: 0;font-size: .8rem;}
.site-tbdh .go-tbdh-ico {position: absolute;left: 0;top: .73rem;width: 1.1rem;height: 1.1rem;border-radius: .1rem;vertical-align: top;}
.site-tbdh .go-tbdh-mc {margin-left:1.35rem;}
.site-tbdh .go-tbdh-xz {position: absolute;right: 0;top: 0;font-size: .5rem;}
.site-tbdh .site-pc {position: absolute;right: 0;top: .55rem;width: 70%;}
.site-tbdh span {float: right;margin-right: 1rem;font-size: .59rem;}
.site-tbdh .go-grzx-fk {float: right;margin-right: 1.2rem;}
.site-tbdh .go-grzx-fk li	{float: left;width: 1.1rem;height: 1.1rem;margin-top: .65rem;margin-right: -.25rem;border-radius: 1.1rem;text-align: center;}
.site-tbdh .go-grzx-fk li img {width: 1.1rem;height: 1.1rem;border-radius: 1.1rem;border: .05rem solid #fff;vertical-align: top;}
.gg-kjbg-k15 {
    background: url(https://c1.xincanshu.com/uploads/xinyue/images/kjbg-k15.jpg) no-repeat 0 0;
    background-size: cover;
}
/** site-panel end */



.xin_tbdhm {
    position: absolute;
    right: -0.95rem;
    top: 0.2rem;
    animation: mymove .4s infinite;
    -webkit-animation: mymove .4s infinite;
    transform: scale(0.75) translate(-50%,-50%);
    display: inline-block;
    text-align: center;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 8px;
    padding: 0 6px;
    background: #ff6b6e;
    color: #ffffff!important;
}
@keyframes mymove
{
    0% {right:-.85rem;}
    50%{right:-.95rem;}
    100% {right:-.85rem;}
}
@-webkit-keyframes mymove
{
    0% {right:-.85rem;}
    50%{right:-.95rem;}
    100% {right:-.85rem;}
}


.site-layer-close{
	background: 0;
    font-family: layui-icon!important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-left: 0px;
    width: 2.2rem;
    height: 2.2rem;
    float: left;
    line-height: 2.2rem;
    text-align: center;
    color: white;
    position: relative;
}
.site-layer-close i.layui-icon{
	font-size: 1.1rem;
}

.site-search{
	display: flex;
    height: 2.2rem;
}

.site-search .layui-input-wrap{
    margin-top: 0.2rem;
}
.site-search .layui-input-suffix{
	width: auto;
	border: 0px;
	padding: 0 0.7rem;
    font-size: 0.8rem;
}
.site-search .layui-input{
    border: 0px;
    padding-right: 0.8rem;
    height: 1.8rem;
    padding-left: 1.7rem!important;
    width: calc(100% - 3.6rem);
    font-size: .7rem;
    line-height: 1.8rem;
}
.site-search input.layui-input[type="search"]::-webkit-search-cancel-button {
    height: 1.15rem;
    width: 1.15rem;
}

.site-search .layui-input-prefix,.site-search .layui-input-affix{
	height: 1.8rem;
    line-height: 1.8rem;
}
.site-search .layui-input-prefix i{
	font-size: 0.8rem;
}
.site-search-lsss{
    padding: 0.4rem 0.6rem;
    padding-bottom: 0.8rem;
}
.site-search-lsss .a_tit{
    font-size: 17px;
    font-weight: 700;
}
.site-search-lsss ul{

}
.site-search-lsss ul a {
    float: left;
    margin: 12px 12px 0 0;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 6px;
}
.site-search-lsss ul a font.k_hot{
    padding-left: 0.1rem;
}
.site-search-lsss ul a font.k_hot i{
    font-weight: 700;
}
.site-search-lsss{}

.site_search_xlc_list, .site_search_data_list{
    position: absolute;
    right: 0px;
    left: 0;
    //bottom: 0;
    top: 2.8rem;
    display: none;
    height: calc(100% - 2.8rem);
}
.site_search_xlc_list li{
    line-height: 1.8rem;
    height: 1.8rem;
    font-size: 0.8rem;
    padding: 0 0.6rem;
}
.site_search_xlc_list li a{
    padding-left: 0.4rem;
}
.site_search_xlc_list li i{
    font-size: 0.8rem;
}
.site_search_xlc_list{}
.site_search_xlc_list{}
.site-search-index div.list .site_search_data_list{
    display: block;
}
.site-search-index div.xlc .site_search_xlc_list{
    display: block;
}

.site_search_data_list{}
.site_search_data_list ul{}
.site_search_data_list ul li.st1{}
.site_search_data_list ul .search-total{
    position: relative;
    height: 1.7rem;
    overflow: hidden;
    margin: -1px 0 0;
    padding: 0 0.5rem;
    font-size: 0.7rem;
    line-height: 1.7rem;
}

.site_search_data_list ul li.st1 {
    padding: .45rem .6rem;
    padding-right: 2rem;
}
.site_search_data_list ul li.st1 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 3rem;
}
.site_search_data_list ul li.st1 .i-body {
    display: inline-block;
    position: relative;
}
.site_search_data_list ul li.st1 .i-body img {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
    display: inline-block;
}
.site_search_data_list ul li.st1 .t-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.site_search_data_list ul li.st1 h2 {
    line-height: 1rem;
    font-size: 0.7rem;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}
.site_search_data_list ul li.st1 .i-body i {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: translate(-1px,-1px);
    transform: translate(-1px,-1px);
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #b2b2b2;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: 0.65rem;
    padding: 0 .25rem;
}
.site_search_data_list ul li.st1 .t-body span{
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.1);
    padding: 1px 2px;
    height: 0.9rem;
    line-height: .7rem;
    font-size: 0.5rem;
    word-break: break-all;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0.3rem;
}

.site_search_data_list{
    overflow-y: auto;
    white-space: nowrap;
}
.site_search_data_list ul .jzgdan{
    width: 36%;
    margin: 0.6rem auto;
    text-align: center;
    border-radius: 22px;
    font-size: .7rem;
    line-height: 1.6rem;
}

.site-search .layui-input-so {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 3.6rem;
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
}
.site_search_data_list ul li.st1 .i-body i.type_c_gpu {
    background: #77b900;
}
.site_search_data_list ul li.st1 .i-body i.type_c_cpu {
    background: #4da7fd;
}

.site_search_data_list ul{}
.site_search_data_list ul{}
.site_search_data_list ul{}
.site_search_data_list ul{}
.site_search_data_list{}



.custom-block.danger, .custom-block.tip, .custom-block.warning {
    padding: 18px 24px;
    border-left-width: 8px;
    border-left-style: solid;
    position: relative;
}
.custom-block.tip.warning {
    background-color: rgba(255,229,100,.3);
    border-color: #e7c000;
}
.custom-block.warning .custom-block-title {
    color: #b29400;
}
.custom-block .custom-block-title{
    font-weight: 600;
    margin-bottom: 8px;
}
.custom-block.tip p {
    font-size: 14px;
    color: #5e6d82;
    line-height: 1.8em;
}
.custom-block.tip.warning a{
    color: #2196F3;
    font-weight: 700;
    text-decoration: underline;
}
.custom-block .close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #b29400;
    cursor: pointer;
    line-height: 1;
}
.custom-block .close-btn:hover {
    color: #8a6d00;
}

.view_canshu2021{}
.view_canshu2021{
	background: white;
}
.view_canshu2021 .edit_param{
	display: none;
}
.view_canshu2021 .edit_param{
	font-family: layui-icon!important;
	cursor: pointer;
    position: absolute;
    margin-left: 6px;
}
.view_canshu2021 .edit_param:before{
	content: '\e6b2';
	font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}


.view_canshu2021 table {
    width: 100%;
    border-collapse: collapse;
}
.view_canshu2021 th, .view_canshu2021 td {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    word-break: break-all;
    color: #999;
}
.view_canshu2021 th span, .view_canshu2021 td span{
	display: inline-block;
}

.view_canshu2021 th {
    width: 160px;
    text-align: left;
    font-weight: normal;
    color: #333;
    border-right: 1px solid #f5f5f5;
}
.view_canshu2021 .cs2021_title {
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    background: #fafafa;
}
.view_canshu2021 td span a.more{
    color: #198ef6;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.view_canshu2021 th span i.layui-icon{
    font-size: 14px;
    margin-left: 2px;
    color: #929292;
}


@media screen and (max-width: 600px){

}
.view_canshu2021 td.hover_edit_param:hover .edit_param{
    display: inline-block;
}
.view_canshu2021 td.hover_edit_param:hover .edit_param:hover{
    color: #4da7fd;
}




.xy24_common_box{
    background: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 16px;
    width: 100%;
    margin-top: 10px;
}
.xy24_common_box .xcb_header{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.xy24_common_box .xcb_header .info_title{
    color: #2d313e;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
}
.xy24_common_box .xcb_header .info_total{
    color: #848792;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 24px;
    margin-top: 5px;
}
.xy24_common_box .xcb_header .info_more{
    align-items: center;
    color: #2d313e;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 24px;
    justify-content: right;
    margin-left: 30px;
    flex: 1;
}
.xy24_common_box .xcb_header .info_more:after {
    border-bottom: 4px solid transparent;
    border-left: 6px solid #2d313e;
    border-radius: 2px;
    border-top: 4px solid transparent;
    content: "";
    height: 0;
    margin-left: 6px;
    width: 0;
}
.xy24_common_box .xcb_header .info_more:hover {
    color: #fe5900;
}
.xy24_common_box .xcb_header .info_more:hover:after {
    border-left: 6px solid #fe5900;
}

@media screen and (max-width: 680px){
.xy24_common_box .xcb_header .info_title {
    font-size: 16px;
}
.xy24_common_box .xcb_header .info_total {
    font-size: 12px;
}
}


.min1000_none{
    display: none;
}
@media screen and (min-width: 1000px){
    .min1000_none{
        display: unset;
    }
}

h2.xTitle{
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-indent: 11px;
    border-left: 4px solid #EE1A1A;
}



.right_item_list_2024{
    padding: 20px 20px;
    background: white;
    margin-top: 8px;
}
.right_item_list_2024 ul.rpl_ul{
    margin-left: -6px;
}
.right_item_list_2024 li.rpl_li{
    position: relative;
    height: 38px;
    padding: 0 60px 0 33px;
    font-size: 14px;
    line-height: 38px;
    overflow: hidden;
}
.right_item_list_2024 li.rpl_li .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    font-style: italic;
    color: #999;
    font-size: 16px;
}
.right_item_list_2024 li.rpl_li .item_pic {
    display: none;
    width: 94px;
    height: 75px;
    overflow: hidden;
}
.right_item_list_2024 li.rpl_li .item_pic img {
    vertical-align: middle;
}
.right_item_list_2024 li.rpl_li .name {
    height: 38px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right_item_list_2024 li.rpl_li .dbpk {
    float: right;
    display: none;
    position: relative;
    height: 22px;
    overflow: hidden;
    padding: 0 6px 0 6px;
    font-size: 0;
    line-height: 22px;
    cursor: pointer;
    color: #999;
    border-radius: 4px;
}
.right_item_list_2024 li.rpl_li .dbpk:hover {
    background: whitesmoke;
}
.right_item_list_2024 li.rpl_li .dbpk i{
    font-size: 12px;
    font-weight: 700;
    margin-right: 1px;
}
.right_item_list_2024 li.rpl_li .dbpk:hover i{
    color: #f14745;
}
.right_item_list_2024 li.rpl_li .dbpk span{
    font-size: 12px;
}

.right_item_list_2024 li.rpl_li .dbpk:hover span{
    color: #333;
}



.right_item_list_2024 li.rpl_li .price {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff4c4c;
}
.right_item_list_2024 li.rpl_li.current {
    height: auto;
    padding-right: 0;
    padding-bottom: 10px;
}
.right_item_list_2024 li.rpl_li.current .price {
    display: block;
    position: static;
    height: 22px;
    line-height: 22px;
}
.right_item_list_2024 li.rpl_li.current .name {
    padding: 4px 0;
    height: auto;
    max-height: 40px;
    line-height: 20px;
    margin-bottom: 5px;
    word-break: break-all;
    white-space: normal;
}
.right_item_list_2024 li.rpl_li.current .item_pic {
    display: block;
    float: left;
    margin: 2px 15px 0 0;
}
.right_item_list_2024 li.rpl_li.current .dbpk {
    display: block;
}
.right_item_list_2024 li.rpl_li .num.n1, .right_item_list_2024 li.rpl_li .num.n2, .right_item_list_2024 li.rpl_li .num.n3 {
    color: #FF9800;
}

.right_item_list_2024{}
.right_tabs_nav_2024{}
.right_tabs_nav_2024 .rtv_nav{
    display: flex;
}
.right_tabs_nav_2024 .rtv_nav{
    display: flex;
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    margin-bottom: 15px;
    background: #eaecf0;
}
.right_tabs_nav_2024 .rtv_nav li{
    flex: 1;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #464646b3;
}

.right_tabs_nav_2024 .rtv_nav li.current {
    background: #fff;
    color: #2d313e;
    font-weight: 600;
}
.right_tabs_nav_2024 .rtv_nav li.current:not(:last-child) .icon-right {
    border: 0 solid;
    border-bottom-color: transparent;
    border-right-color: #eaecf0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    border-right-width: 15px;
    border-bottom-width: 40px;
}
.right_tabs_nav_2024 .rtv_nav li.current:not(:first-child) .icon-left{
    border: 0 solid;
    border-bottom-color: transparent;
    border-left-color: #eaecf0;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    border-left-width: 15px;
    border-bottom-width: 40px;
}




.right_tabs_nav_2024 .rtv_nav li.current:after{
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #EE1A1A;
}
.right_tabs_nav_2024 .rtv_box{}
.right_tabs_nav_2024 .rtv_box .item_tab{
    display: none;
}
.right_tabs_nav_2024 .rtv_box .item_tab.current{
    display: inherit;
}



/*下面代码需要放在最结尾*/
@media screen and (min-width: 680px){
    .mobile{
        display: none!important;
    }
}
@media screen and (max-width: 680px){
    .pc{
        display: none!important;
    }
}

.weixinblock{
    display: none;
}
.vipuser{
	display: none;
}

.xin24_related_list{
    background: #fff;
}
.xin24_related_list li{
    width: calc(50% - 12px);
    height: 88px;
    float: left;
    margin-right: 18px;
    margin-bottom: 19px;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    border: 1px solid #f6f6f6;
}
.xin24_related_list li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 1400px) and (min-width: 680px){
    .xin24_related_list li:nth-child(n + 9) {
        display: none;
    }
}


.xin24_related_list li:hover {
    background-color: #f0f9ff!important;
}
.xin24_related_list li .li_box {
    width: 100%;
    height: 88px;
    color: #b3b6b8;
    font-size: 12px;
    line-height: 10px;
    text-align: left;
    border-radius: 6px;
    display: flex;
}
.xin24_related_list .titlepic{
    width: 70px;
    height: 70px;
    margin: 10px;
}
.xin24_related_list .titlepic img{
    width: 70px;
    height: 70px;
    border-radius: 8px;
}
.xin24_related_list li .p_info{
    margin-top: 15px;

}
.xin24_related_list li .p_info .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-bottom: 8px;
}
.xin24_related_list .tag{
    margin-bottom: 10px;
}
.xin24_related_list .tag span{
    margin-right: 4px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 3px 2px;
    font-size: 11px;
    border-radius: 3px;

}
.xin24_related_list .price{
    color: #ff4c4c;
}

.xin24_related_list .pk_a{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 22px;
    overflow: hidden;
    padding: 0 6px 0 6px;
    font-size: 0;
    line-height: 22px;
    cursor: pointer;
    color: #999;
    border-radius: 4px;
    display: none;
}
.xin24_related_list li:hover .pk_a{
    display: block;
}
.xin24_related_list .pk_a i{
    font-size: 12px;
    font-weight: 700;
    margin-right: 1px;
}
.xin24_related_list .pk_a span{
    font-size: 12px;
}
.xin24_related_list .pk_a:hover{
    background: white;
}
.xin24_related_list .pk_a:hover i{
    color: #f14745;
}
.xin24_related_list .pk_a:hover span{
    color: #333;
}
@media screen and (max-width: 680px ){
    .xin24_related_list li:hover .pk_a{
        //display: none;
    }
    .xin24_related_list .li_box {
        flex-direction: column;
        align-items: center;
    }
    .xin24_related_list li{
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 10px;
        height: 180px;
        background-color: #f8fbfd;
    }
    .xin24_related_list li .li_box{
        height: unset;
    }
    .xin24_related_list li:nth-child(2n) {
        margin-right: 0;
    }
    .xin24_related_list li:nth-child(n + 9) {
        display: none;
    }
    .xin24_related_list li .p_info {
        margin-top: 0;
    }
    .xin24_related_list .tag {
        text-align: center;
    }
    .xin24_related_list .price {
        position: absolute;
        font-size: 14px;
        bottom: 16px;
        left: 12px;
    }
    .xin24_related_list .pk_a {
        display: block;
        bottom: 11px;
    }
    .xin24_related_list .pk_a{
        background: white;
    }
    .xin24_related_list .pk_a i{
        color: #f14745;
    }
    .xin24_related_list .pk_a span{
        color: #333;
    }


}
.xin24_view_index_tianti{}
.xin24_view_index_tianti .ist_ul{}
.xin24_view_index_tianti .ist_li{
    background-color: #f8f8f8;
    margin-top: 6px;
    font-size: 16px;
	position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
	height: 44px;
}
.xin24_view_index_tianti .ist_li:hover{
    filter: brightness(97.5%);
}
.xin24_view_index_tianti .ist_li:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.xin24_view_index_tianti .ist_left {
    display: flex;
    flex-direction: row;
	
}

.xin24_view_index_tianti .ist_bg{
    height: 44px;
    width: 100%;
}
.xin24_view_index_tianti .ist_info{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 14px;
	position: absolute;
    top: 0px;
    left: 0;
    height: 44px;
    line-height: 44px;
    width: 100%;
}
.xin24_view_index_tianti .ist_li .num{
	//color: #ffffff;
	margin-right: 5px;
}
.xin24_view_index_tianti .ist_li .name{
	//color: #ffffff;
}
.xin24_view_index_tianti .ist_li .pf{
	//color: #ffffff;
}
.layer_header{
    padding: 0 15px;
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #f5f5f5 solid;
    justify-content: center;
}
.layer_header_title {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: rgb(159, 113, 20);
    margin-top: 5px;
}

.cpu_index_a1 .wxsmgm{
    display: inline-block;
    background: #67c643;
    font-size: 14px;
    line-height: 28px;
    color: white;
    padding: 0 10px;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.cpu_index_a1 .wxsmgm i{
	font-weight: 700;
    margin-right: 4px;
	font-size: 14px;
}
.cpu_index_a1 .index_a1_1 .a1_1_1 em {
    margin-left: 10px;
    padding: 0 10px;
    background: #e4e4e4;
    border-radius: 2px;
    color: #e42d2b;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
}
.cpu_index_a1 .index_a1_1 span {]
    line-height: 28px;
}
.cpu_index_a1 .wxsmgm .qrcode{
	position: absolute;
	justify-content: space-around;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    background: #fff;
    padding: 5px;
	left: 130px;
    top: -60px;
	height: 135px;
	display: none;

}
.cpu_index_a1 .wxsmgm:hover .qrcode{
	display: block;
}
.cpu_index_a1 .wxsmgm .qrcode img{
    width: 125px;
    height: 125px;
    position: unset;
}

.cpu_index_a1.mini .index_a1_2{
	display: none;
}
@media screen and (max-width: 600px){
.cpu_index_a1 .wxsmgm{
    display: none;
}
.cpu_index_a1 .index_a1_1 .a1_1_1 em {
    line-height: 22px;
    font-size: 12px;
	padding: 0 5px;
}
.cpu_index_a1 .index_a1_1 span {]
    line-height: 22px;
}

/* 2024-05-28 */
.cpu_index_a1.mini {
    padding: 12px 24px;
}
.cpu_index_a1.mini .index_a1_1 .a1_1_1 {
    margin-right: 90px;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
}
.cpu_index_a1.mini .index_a1_1 img {
	width: 70px;
	height: auto;
    top: 20px;
}
.cpu_index_a1.mini .index_a1_1 h2 {
	font-size: 22px;
	margin-top: 4px;
}

}


.xin24_goods_pdd_list{
    background: white;
}
.xin24_goods_pdd_list li{
    padding: 6px 6px 6px 0;
    border-bottom: 1px solid #f2f2f4;
    font-size: 15px;
}
.xin24_goods_pdd_list li .li_box{
    display: flex;
}
.xin24_goods_pdd_list li .pic_box{
    width: 100px;
    height: 100px;
}
.xin24_goods_pdd_list li .pic_box img{
    width: 100px;
    height: 100px;
}
.xin24_goods_pdd_list li .desc_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.4rem;
}
.xin24_goods_pdd_list li .desc_top{}
.xin24_goods_pdd_list li .desc_bottom{}
.xin24_goods_pdd_list li .db_price{
    color: #e70f00;
    font-weight: 500;
}
.xin24_goods_pdd_list li .db_sales_tip{
    color: #c6c6c6;
    font-size: 13px;
}

.xin24_goods_pdd_list .goods_name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xin24_goods_pdd_list .unified_tags{

}
.xin24_goods_pdd_list .unified_tags span{
    margin-right: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1px 2px;
    height: 18px;
    line-height: 14px;
    font-size: 10px;
    color: rgba(0, 0, 0, .4);
    border-radius: 3px;
}
.xin24_goods_pdd_list .unified_tags .tage2efb779242e67438e88a377ab022416{
    border: 1px solid #4CAF50;
    color: #fff;
    background: #4CAF50;
}
.xin24_goods_pdd_list .unified_tags .tagdbb7ae2723c5ac2927c44c137b4fb145{
    color: #795548;
    border: 1px solid #ab9c97;
}
.xin24_goods_pdd_list .unified_tags .tag8af807278864ed27def51d9e452d068e{
    color: #F44336;
    border: 1px solid #ff9776;
}
.xin24_goods_pdd_list .unified_tags .tag6e7ee1abea2448ea71c1a3e3aa49fe62{
    color: #d68000;
    border: 1px solid #FF9800;
}
.xin24_goods_pdd_list .unified_tags .tagcda81daa96ad5900a1a31435a3854931{
    border: 1px solid #ff6257;
    color: #fff;
    background: #ff594c;
}
.xin24_goods_pdd_list .unified_tags .tag69bbdbca85327fd36b2c5996357eb715{
    border: 1px solid #4CAF50;
    color: #4CAF50;
}
.xin24_goods_pdd_list .unified_tags .tag30e5f4ef81423306d316606a1a06bc55{
    background: #F44336;
    border: 1px solid #FF5722;
    color: white;
}


.xin24_goods_pdd_list .desc_bottom .db_qh{
    color: #e70f00;
    font-size: 13px;
}

.xin24_goods_pdd_list{}


.xin24_view_index_pclist_box .sc_product_brand .header-subtitle{
    font-size: 15px;
}
.xin24_view_index_pclist_box .sc_product_brand .header-title {
    color: rgba(255, 255, 255, .85);
}
.xin24_view_index_pclist_box .sc_product_brand .header{
    background-color: #4da7fd;
}

.xin24_view_index_pclist_box{
    display: flex;
}
.xin24_view_index_pclist_box_child{
    width: 100%;
    padding: 0 5px;
    margin-bottom: 12px;
    overflow: hidden;
}

.xin24_view_index_pclist{
    border: 2px solid #79bafe;
}

.xin24_view_index_pclist .ist_li{
    background-color: #f8f8f8;
    font-size: 16px;
	position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
	height: 32px;
}
.xin24_view_index_pclist .ist_li:hover{
    filter: brightness(97.5%);
}
.xin24_view_index_pclist .ist_li:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.xin24_view_index_pclist .ist_left {
    display: flex;
    flex-direction: row;
	
}

.xin24_view_index_pclist .ist_li .ist_bg{
    height: 32px;
    width: 100%;
    background: #fff;
    border-bottom: 1px dashed #dfdfdf;
}
.xin24_view_index_pclist  .ist_li:last-of-type .ist_bg{
    border-bottom: 0;
}


.xin24_view_index_pclist .ist_li.a .ist_bg{
    background: #e9f7ff;
}
.xin24_view_index_pclist .ist_info{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 14px;
	position: absolute;
    top: 0px;
    left: 0;
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-size: 14px;
}

@media screen and (max-width: 680px) {
    .xin24_view_index_pclist_box {
        display: block;
    }
    .xin24_view_index_pclist_box_child{
        padding: 0;
    }
}

.xin24_denglukejian .zheceng2021{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    left: 0px;
	top: 0px;
}
.xin24_denglukejian .tishitubiao{
	font-size: 50px;
    padding-bottom: 10px;
}
.xin24_denglukejian .xin24_denglutishi{
	text-align: center;
    position: absolute;
    z-index: 89;
    top: 120px;
    margin-left: -120px;
    left: 50%;
    padding: 20px;
    background: white;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
}
.xin24_denglukejian .cpu_index_a3 .chart-wrapper{
    filter: blur(6px);
}
.xin24_denglukejian .cpu_index_a3 .paofenjietu{
    filter: blur(6px);
}


.xin24_denglukejian .xin24_denglutishi .wxdl{

}

.xin24_denglukejian .xin24_denglutishi p{
    color: #424242;
    padding-bottom: 20px;
    font-size: 16px;
}
.xin24_denglukejian .xin24_denglutishi .wxdl a{
	width: 200px;
    background: #4CAF50;
    color: white;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 6px;
}
.xin24_denglukejian .xin24_denglutishi .wxdl a:hover{
    background: #39943c;
	color: white!important;
}

.xin24_denglukejian .xin24_denglutishi .wxdl a i{
    font-size: 20px;
    margin-right: 2px;
}

@keyframes mimahuxichange{
	0%{opacity:.6;}
	10%{opacity:.95;}
	100%{opacity:1;}
}
.xin24_denglukejian .xin24_denglutishi{
	animation-name:mimahuxichange;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
}

.layui-tab-title.xin24_navr_n1{
    text-align: center;
    height: 52px;
    background: white;
    margin-bottom: 8px;
}
.layui-tab-title.xin24_navr_n1 li{
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 52px;
    line-height: 50px;
    position: relative;
    min-width: auto;
    padding-right: 22px;
    font-size: 17px;
}
.layui-tab-title.xin24_navr_n1 li span{
    border-left: 1.4px solid #bfbfbf;
    border-right: 1.4px solid #ffffff;
    border-right: 1.4px solid #ffffff00;
    padding-left: 24px;
}
.layui-tab-title.xin24_navr_n1 li:first-child span{
    border-left: 1.4px solid #ffffff;
    border-left: 1.4px solid #ffffff00;
}
.layui-tab-title.xin24_navr_n1 .layui-this span{
    color: #4da7fd;
    font-weight: 700;
}

.layui-tab-title.xin24_navr_n1 li i.hot {
    background-image: url(https://c1.xincanshu.com/uploads/xinyue/images/47340b5b0d88f3faafbff1d600485155.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    position: absolute;
    top: 5px;
    right: 5px;
}
.layui-tab-title.xin24_navr_n1 li i.new {
    background-image: url(https://c1.xincanshu.com/uploads/xinyue/images/60a5062ce4f9dd455700b013502ec396.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    position: absolute;
    top: 5px;
    right: 5px;
}

.layui-tab-title.xin24_navr_n1 .layui-this:after{
    height: 48px;
    border-width: 0;
    border-bottom: 4px solid #4da7fd;
    left: 10%;
    width: 80%;
}
.layui-tab-content.xin24_navr_n1_content{
    padding: 0;
    background: white;
}




.cppknav2020_ul li .plusbox {
    width: 120px;
    height: 70px;
    background: #f5f5f5;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cppknav2020_ul li .plusbox font.plus{
    font-size: 45px;
    color: white;
    line-height: 35px;
    height: 45px;
    color: rgb(184 184 184 / 75%);
    font-weight: 300;
}
.cppknav2020_ul li .plusbox:hover{
    filter: brightness(97.5%);
}

.cppknav2024_transparent .cppknav2020_ul li .plusbox {
    background: rgb(245 245 245 / 35%);
}
.cppknav2024_transparent .cppknav2020_ul li .titlepic {
    background: rgb(245 245 245 / 35%);
}
.cppknav2024_transparent .cppknav2020_ul li .titlepic:hover {
    background: rgb(245 245 245 / 45%);
}
.cppknav2024_transparent .cppknav2020_ul li .plusbox:hover {
    background: rgb(245 245 245 / 45%);
}
.cppknav2024_transparent .cppknav2020_ul li .cpshow p {
    color: rgb(255 255 255 / 80%);
}
.cppknav2024_transparent .cppknav2020_ul li .plusbox img {
    background: unset;
}

.cppknav2024_transparent .cppknav2020_ul li .plusbox font.plus{
    color: rgb(255 255 255 / 75%);
}

.show_xingneng2020{
    position: relative;
}
.show_xingneng2020 .xnclip_box{
	width: 80px;
	height: 80px;
	position: relative;
	background-color: #e8e8e8;
	border-radius: 50%;
	display: inline-block;
}
.show_xingneng2020 .xnclip_num{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 50%;
	width: 70px; 
	height: 70px;
	transform: translate(-50%, -50%);
	text-align: center;
	//line-height: 70px;
	font-size: 14px;
}
.show_xingneng2020 .xnclip_num span{
	line-height: 20px;
	display: block;
	margin-top: 10px;
	color: #ccc;
}
.show_xingneng2020 .xnclip_num em{
	font-size: 16px;
	//filter: blur(3px);
}

.show_xingneng2020 .xnclip_clip{
	width: 80px;
	height: 80px;
	position: absolute;
	border: 10px solid #e8e8e8;
	border-radius: 50%;
	clip: rect(0, 80px, 80px, 40px);
}
.show_xingneng2020 .xnclip_left{
	width: 80px;
	height: 80px;
	position: absolute;
	border: 10px solid lightblue;
	border-radius: 50%;
	clip: rect(0 50px 80px 0);
	top: -10px;
	left: -10px;
}
.show_xingneng2020 .xnclip_right{
	width: 80px;
	height: 80px;
	position: absolute;
	border: 10px solid lightblue;
	border-radius: 50%;
	clip: rect(0 80px 80px 40px);
	top: -10px;
	left: -10px;
}
.show_xingneng2020 .xnclip_width-none{
	width: 0;
}
.show_xingneng2020 .xnclip_auto{
	clip: auto;
}
.show_xingneng2020 .xnclip2020{}
.show_xingneng2020 .xnclip2020 ul{
	display: flex;
}
.show_xingneng2020 .xnclip2020 ul li{
	width: 100%;
	text-align: center;
}
.show_xingneng2020 .xnclip2020 .sdxndb{
	color: #ddd;
	text-align: center;
	margin-top: 8px;
}
.show_xingneng2020 .xnztdb2020{
	padding-bottom: 25px;
	position: relative;
}
.show_xingneng2020 .xnztdb2020 ul{
	display: flex;
	font-size: 0;
}
.show_xingneng2020 .xnztdb2020 ul li{
	width: 100%;
	margin: 0 0.5px;
	
}
.show_xingneng2020 .xnztdb2020 ul li i{
	width: 100%;
	display: inline-block;
	height: 7px;
	border-radius: 3px;
}
.show_xingneng2020 .xnztdb2020 ul li span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #c5c5c5;
	line-height: 12px;
}
.show_xingneng2020 .xnztdb2020 .xnztdb_a1{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0px;
	background: #5dd9b6;
	border-radius: 10px;
	margin-left: -14px;
}
.show_xingneng2020 .xnztdb2020 .xnztdb_a1 .xnztdb_a1_a{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 3px;
	left: 3px;
	
}
.show_xingneng2020 .xntitle2020{
	padding-top: 25px;
	padding-bottom: 10px;
}
.show_xingneng2020 .xntitle2020 .a1_1{
	text-align: center;
	font-size: 24px;
	padding-bottom: 5px;
}
.show_xingneng2020 .xntitle2020 .a1_2{
	text-align: center;
	font-size: 12px;
	color: #d0d0d0;
	margin-top: 10px;
}
.show_xingneng2020 .xntitle2020 .a1_2 span{
	color: #5dd9b6;
}

.show_xingneng2020 .xntitle2020 .a1_1 em{
	font-size: 12px;
    color: #cacaca;
    padding: 0px 1px;
    font-weight: 700;
}

.show_xingneng2020 span.sy{
	background-image: url(https://c1.xincanshu.com/uploads/xinyue/images/shuiyin.png);
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    display: inline-block;
    position: relative;
    background-size: 20%;
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.05;
}
@media screen and (max-width: 600px){
	.show_xingneng2020 span.sy{
		background-size: 33%;
	    margin: -12px;
	}
}
.xin24_denglutishi{
    display: none;
}
.xin24_denglukejian .oDiv{
    overflow: hidden;
}
.xin24_denglukejian .chart-wrapper {
    filter: blur(6px);
}
.xin24_denglukejian .xin24_denglutishi{
    display: block;
}
.xin24_denglukejian .xin24_denglutishi {
    top: 45%;
	margin-top: -120px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.xin25_view_tianti{
    padding: 20px;
    background-color: #ffffff;
}
.xin25_view_tianti .tt_table{
    background-color: #eceded;
    overflow-x: auto;
    white-space: nowrap;
    background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%);
    background-size: 25px 25px;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
    padding-bottom: 20px;
}
.xin25_view_tianti td, .xin25_view_tianti th {
    text-align: center;
    border-color: rgb(162, 199, 225);
    padding: 2px 0;
    font-size: 13px;
}
.xin25_view_tianti table tr:first-child td {
    font-size: 24px;
    height: 24px;
}
.xin25_view_tianti a {
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    margin: auto;
}
.xin25_view_tianti .zhong {
    position: absolute;
    top: 50px;
    bottom: 0px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    background-color: inherit;
    background: #ededed url(https://c1.xincanshu.com/uploads/xinyue/images/top_img_bg.png) repeat-y center top;
    background-size: 36px;
    padding: 0px;
}
.xin25_view_tianti .zhong img {
    width: 36px;
    height: 210px;
}
.xin25_view_tianti a.zzl {
    font-size: 14px;
	background: white;
	padding: 3px 10px;
	border-radius: 36px;
	border: 1px solid #fe104d;
	border: 1px solid rgba(254, 16, 77, 0.5);
}
.xin25_view_tianti {}
.xin25_view_tianti .tt_head{
    display: flex;
    z-index: 1;
    position: relative;
}
.xin25_view_tianti .tt_head .tth_a1{
    background: -webkit-linear-gradient(120deg, #0078f4 0%, #35c3ff 100%);
    background: linear-gradient(-30deg, #0078f4 0%, #35c3ff 100%);
    text-align: right;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(21 150 248 / 70%);
    box-shadow: 0px 5px 10px 0px rgb(21 150 248 / 70%)
}
.xin25_view_tianti .tt_head .tth_a2{
    background: -webkit-linear-gradient(120deg, #ff1300 0%, #ff0e32 100%);
    background: linear-gradient(-30deg, #ff1300 0%, #ff0e32 100%);
    -webkit-box-shadow: 0px 5px 10px 0px rgb(255 16 21 / 0.7);
    box-shadow: 0px 5px 10px 0px rgb(255 16 21 / 0.7);
}
.xin25_view_tianti .tt_head>div{
    flex: 1;
    padding: 24px;
}
.xin25_view_tianti .tt_head>div span {
    font-size: 36px;
    font-weight: 700;
    color: white;
    vertical-align: middle;
    display: block;
}
.xin25_view_tianti .tt_head>div em {
    color: white;
    opacity: 0.75;
    font-size: 13px;
    vertical-align: middle;
    display: block;
}

.xin25_view_tianti table{
    position: relative;
}

@media screen and (min-width: 640px) {
    .xin25_view_tianti .tt_head>div em.ttp_m {
        display: none;
    }
    .xin25_view_tianti .tt_head>div em {
        padding-top: 6px;
    }
}
@media screen and (max-width: 640px) {
    .xin25_view_tianti .tt_head>div em.ttp_pc {
        display: none;
    }
    .xin25_view_tianti .tt_head>div span {
        font-size: 24px;
        display: block;
    }
    .xin25_view_tianti .tt_head>div {
        padding: 12px;
    }

    .xin25_view_tianti .tt_head>div em {
        font-size: 12px;
    }
}
.xin25_layer{
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border: 0;
}
.xin25_layer .layui-layer-content{
    border-radius: 4px;
    overflow: hidden;
}


.xin25_sidebar {
    position: fixed;
    width: 50px;
    right: 10px;
    bottom: 165px;
    background: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 4;
}
.xin25_sidebar_item{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align: center;
    text-decoration: none;
    padding: 14px 0 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.xin25_sidebar_item:hover {
    color: #fe104d;
}
.xin25_sidebar_item + .xin25_sidebar_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 0;
    margin-left: -12px;
    border-top: 1px solid #ccc;
}
.xin25_sidebar_item > .xy-iconfont {
    font-size: 24px;
    display: block;
    margin: 0 auto 2px;
}
.xin25_sidebar_item p{
    font-size: 12px;
}

.xin25_sidebar_item .hover-wrap {
    display: none;
    position: absolute;
    top: 0;
    right: 65px;
    width: 160px;
    padding: 18px 0;
    line-height: 18px;
    color: #333;
    background: #fff;
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.xin25_sidebar_item .hover-wrap::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -7px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ebeced;
    border-right: 2px solid #ebeced;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.xin25_sidebar_item .hover-wrap .imgbox {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.xin25_sidebar_item .hover-wrap .imgbox img{
    width: 100px;
    height: 100px;
}
.xin25_sidebar_item:hover .hover-wrap{
    display: block;
}
@media screen and (max-width: 600px) {
    .xin25_sidebar {
        display: none;
    }
}
.xin25_layuitab_subsection{
    display: inline-block;
}
.xin25_layuitab_subsection .layui-tab{
    margin: 0px;
}
.xin25_layuitab_subsection .layui-tab-title li{
    border-color: rgb(60, 156, 255);
    border-style: solid;
    height: 24px;
    line-height: 22px;
    min-width: auto;
    padding: 0 8px;
    border-width: 1px 0.5px 1px 0.5px;
    font-weight: 400;
}
.xin25_layuitab_subsection .layui-tab-title{
    height: auto;
    border: 0;
}
.xin25_layuitab_subsection .layui-tab-title li.layui-this{
    background-color: rgb(60, 156, 255);
    color: rgb(255, 255, 255);
}
.xin25_layuitab_subsection .layui-tab-title .layui-this:after{
    display: none;
}
.xin25_layuitab_subsection .layui-tab-title li:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left-width: 1px;
}
.xin25_layuitab_subsection .layui-tab-title li:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right-width: 1px;
}
.text-wavy {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.text-wavy::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 6px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="6"><path d="M0 4 Q 2 2, 4 4 T 8 4 T 12 4 T 16 4 T 20 4 T 24 4 T 28 4 T 32 4" stroke="%23b1c5ff" stroke-width="1.2" fill="transparent"/></svg>') repeat-x;    
}
.xin25_layer_product_tip_content {
	color: #000;
}
.xin25_layer_product_tip .layui-layer-content{
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2)!important;
    border-radius: 13px!important;
}
.product_tips{
    transition: transform 0.3s;
}
.product_tips.product_tips_hover{
    color: #2196F3!important;
    transform: scale(1.06);
}


.xin25_vip_hidebox {
	position: relative;
}
.xin25_vip_hidebox_content {
	filter: blur(5px);
}
.xin25_vip_hidebox_info {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.xin25_vip_hidebox_info_icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.xin25_vip_hidebox_info_icon .xy-iconfont {
	font-size: 40px;
	color: #efa716;
}
.xin25_vip_hidebox_info_title {
	font-size: 16px;
}
.xin25_vip_hidebox_info_content {
	font-size: 12px;
	color: #222;
}
.xin25_vip_hidebox_info_btn {
	display: block;
	width: 100px;
	height: 30px;
	background: #efa716;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	margin-top: 10px;
}
.xin25_vip_hidebox_info_btn a {
	color: #fff;
    display: block;
}
.xin25_vip_hidebox_info_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.xin25_layer_product_pk_tip_content {
	color: #000;
}
.xin25_layer_product_pk_tip .layui-layer-content{
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2)!important;
    border-radius: 13px!important;
}
@media screen and (min-width: 600px) {
	.product_tips {
		display: inline-block;
		position: relative;
	}
	.product_tips::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 100%;
		height: 6px;
        opacity: 0.5;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="6"><path d="M0 4 Q 2 2, 4 4 T 8 4 T 12 4 T 16 4 T 20 4 T 24 4 T 28 4 T 32 4" stroke="%23b1c5ff" stroke-width="1.2" fill="transparent"/></svg>') repeat-x;    
	}
}
.xin25_xingnengpk{
    background-color: #ffffff;
    padding: 20px 5px 10px 5px ;
}
.xin25_xingnengpk_progress{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.xin25_xingnengpk .xin25_xingnengpk_progress:last-of-type{
    margin-bottom: 0;
}
.xin25_xingnengpk_progress_item{
    display: flex;
    gap: 4px;
}
.xin25_xingnengpk_progress_item_left{
    height: 7px;
    border-radius: 10px;
    background-color: #4edfa3;
    background-image: linear-gradient(to right, #4edfa3, #a3efd7);
}
.xin25_xingnengpk_progress_item_right{
    height: 7px;
    border-radius: 10px;
    background-color: #4edfa3;
    background-image: linear-gradient(to left, #4edfa3, #a3efd7);
}
.xin25_xingnengpk_info{
    position: relative;
}
.xin25_xingnengpk_info_score{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    vertical-align: bottom;
    bottom: 0px;
    color: #06bc79;
}
.xin25_xingnengpk_info_title{
    text-align: center;
    font-size: 14px;
    margin-bottom: 2px;
    position: relative;
}
.xin25_xingnengpk .sdxndb{
    color: #ddd;
    text-align: center;
    margin-top: 8px;
}
.xin25_xingnengpk .xin25_xingnengpk_title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.xin25_xingnengpk .xin25_xingnengpk_title em{
    margin: 0 10px;
}
.xin25_xingnengpk .xin25_xingnengpk_title span{
    font-size: 16px;
    font-weight: bold;
}
.flex_row_center{
	display: flex;
	align-items: center;
    flex-direction: row;
}
.bg_anquan{
	background: linear-gradient(166deg, #f4fff4, #ffffff);
}
.cpu_index_a1_antag_text{
	font-size: 14px;
}
.cpu_index_a1_antag .xy-iconfont{
	font-size: 18px;
	margin-right: 2px;
}
.cpu_index_a1_antag .tag_anquan{
	color: #00a88b;
}
.cpu_index_a1_antag .tag_guochan{
	color: #00a88b;
}
.cpu_index_a1_antag_item{
	margin-right: 12px;
}

.view_right_cpulist_box{
    position: relative;
}
.view_right_cpulist{
	overflow:auto
}
.scrollbar_bottom_mask {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    border-radius: 0 0 4px 4px;
    bottom: 0;
    height: 24px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}


.xin25_r_list {
    padding-left: 10px;
}

.xin25_r_list ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.xin25_r_list li {
    list-style: none;
	position: relative;
}

.xin25_r_list .r_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.xin25_r_list .r_title.level-1 {
    color: #333;
	font-size: 15px;
}

.xin25_r_list .r_title.level-2 {
    color: #555;
    font-size: 13px;
}

.xin25_r_list .r_title.level-3 {
    color: #777;
    font-size: 12px;
}

.xin25_r_list .r_title.level-4 {
    color: #999;
    font-size: 11px;
}

.xin25_r_list .r_title.level-5 {
    color: #bbb;
    font-size: 10px;
}
.xin25_r_list_aul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 15px !important;
}
.xin25_r_list_bul>li>div:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 100%;
    border-left: 1px dotted #c0c4cc;
}
.xin25_r_list_bul>li>div:after {
    content: "";
    position: absolute;
    top: 14px;
    left: -9px;
    width: 17px;
    height: 0;
    border-top: 1px dotted #c0c4cc;
}
.xin25_r_list_aul>li{
	width: calc(50% - 5px);
}
.xin25_r_list_aul>li>div>a{
    font-size: 15px;
	color: #333;
}
.xin25_r_list_aul>li>p{
	font-size: 12px;
	color: #999;
}
.xin25_r_list_aul>li.active>div>a{
	color: #03A9F4
}
.xin25_r_list_title_icon{
	display: inline-block;
	width: 3px;
	height: 10px;
	background-color: #FF142B;
}
@media (max-width: 660px) {
	.xin25_r_list ul {
		
	}
}

.xin_shuiyin{
    position: relative;
}
.xin_shuiyin:before{
    content: '';
    background-image: url(https://c1.xincanshu.com/uploads/xinyue/images/shuiyin003.png);
    -webkit-background-size: 120px;
    background-size: 120px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: block;
    pointer-events: none;
}