* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
body {
    margin-top: 0;
	margin-left: 220px;
    margin-top: 72px;
	background: whitesmoke;
    font-size: 17px;
    line-height: 21px;
}
p {
    font-size: 14px;
}
input {
    font: 10pt verdana, arial, helvetica, sans-serif, "宋体";
}
input[type=checkbox]{
	font: inherit;
    margin: 0!important;
	font-family: layui-icon!important;
	color: inherit;
    font-weight: 700;
	outline: 0!important;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
}
input[type=checkbox]:before{ 
	content: '\e63f';
}
input[type=checkbox]:checked:before {
    content: '\e643';
    color: #007aff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.layui-icon {
    line-height: 1;
    display: inline-block;
}
.layui-layer-btn a{
	font-size: 14px;
}
.layui-layer-dialog {
    min-width: 270px;
    border-radius: 13px;
}
.layui-layer-title {
    font-size: 16px;
}
.layui-btn .layui-icon {
    vertical-align: initial;
}
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.cl{zoom:1;}
.cack-content {
    margin: unset;
    width: 100%;
    width: auto;
    padding: 0 60px;
    max-width: inherit;
    margin-bottom: 0px;
}
@media screen and (min-width: 900px) and (max-width: 1360px){
body {
    margin-left: 170px;
}
.cack-content {
    padding: 0 20px;
}
}
@media screen and (max-width: 900px){
body {
    margin-left: 0;
	margin-top: 52px;
}
.cack-content {
    margin: inherit;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
}
@media screen and (max-width: 600px){
body {
    margin-left: 0;
	margin-top: 52px;
}
}
a:active{
    -webkit-transform: translatey(1px);
    transform: translatey(1px);
}
.pc{
	display: inherit;
}
.mobile{
	display: none;
}
@media screen and (max-width: 680px){
.pc{
	display: none;
}
.mobile{
	display: block;
}
}
.weixinblock{
    display: none;
}
.vipuser{
	display: none;
}
/* 全局顶部 */
.xinv2_header{
    position: fixed;
    width: 100%;
    top: 0px;
    background: white;
    z-index: 899;
    height: 72px;
    left: 0px;
    right: 0px;
}
.xinv2_header .siteheader{
    background-color: #fff;
    z-index: 1301;
    position: relative;
    padding: 0 26px;
    min-width: 980px;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.xinv2_header .siteheader{}
.xinv2_header .siteheader__inner{
    margin: 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
    position: relative;
}
.xinv2_header .v3-app-layout__logo-wrap{
    display: flex;
    width: 220px;
    align-items: center;
}
.xinv2_header .logo{
    color: #fe153a;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}
.xinv2_header .logo i {
    font-weight: 400;
    font-size: 32px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(/uploads/image/x1uxuximages/xinicon.png) center no-repeat;
    width: 34px;
    display: inline-block;
    background-size: 34px;
    height: 34px;
}
.xinv2_header .search-wrap{
    border: 1.5px solid #fe104d;
    position: relative;
    flex-shrink: 2;
    border-radius: 22px;
    display: inline-block;
    height: 44px;
    width: 566px;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
}
.siteheader__inner .right-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 323px;
    justify-content: flex-end;
}
.xinv2_header .search-wrap input.bdcs-search-form-input{
    background-color: inherit!important;
    border: 0;
    border-radius: 22px;
	height: 44px;
    width: 100%;
    padding: 0 15px;
}
.xinv2_header .search-wrap .search-btn{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -1.5px;
    right: -2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff3183), to(#ff102b));
    background-image: linear-gradient(to left, #ff3183, #ff102b);
    color: #fff;
    line-height: 44px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    height: 44px;
    width: 86px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    border: 0;
    background-color: #ff1840;
} 
.xinv2_header .search-wrap .search-btn:hover {
    background-image: none;
    background-color: #ff0b22!important;
}
.xinv2_header .layui-icon{
    padding: 10px;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: -10px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
}
#content-wrapper {
    overflow-x: visible;
}
.sblink {
    animation: blink 1s linear infinite;
    -webkit-animation: blink 1.0s linear infinite;
    -moz-animation: blink 1.2s linear infinite;
    -ms-animation: blink 1.2s linear infinite;
    -o-animation: blink 1.2s linear infinite;
    color: #dd4814;
}
@keyframes blink{
  30%{opacity: 0.3;}
  100%{opacity: 1;} 
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% {opacity: 1; } 
    100% { opacity: 0;}
}
@-o-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
.xinv2_header .layui-icon{
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 600px){
.xinv2_header .search-wrap .search-btn{
    width: 68px;
}
}
@media screen and (max-width: 900px){
.xinv2_header .siteheader {
    padding: 0 10px;
}
.xinv2_header .v3-app-layout__logo-wrap {
    width: 130px;
}
.xinv2_header .siteheader {
    min-width: auto;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}
.xinv2_header .layui-icon {
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    right: 0px;
}
.siteheader__inner .right-wrap {
    width: 0;
	display: none;
}
.xinv2_header .search-wrap {
    width: 250px;
    zoom: 0.8;
    margin-right: 55px;
}
.xinv2_header .siteheader__inner {
    height: 52px;
}
.xinv2_header {
    height: 52px;
}
.xinv2_header .logo img{
    height: 22px!important;
    width: 77px!important;
}
.xinv2_header .logo i {
    font-size: 28px;
    margin-right: 4px;
	width: 28px;
	height: 28px;
	background-size: 28px;
}
}
/* 全局顶部end */
/* 全局左侧侧边栏 */
.v3-app-layout__side {
    width: 220px;
    height: 100vh;
    position: fixed;
    padding-top: 72px;
    top: 0;
    left: 0;
    z-index: 898;
}
.v3-app-layout__side__normal, .v3-app-layout__side__short {
    position: relative;
    z-index: 999;
    height: 100%;
    background-color: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
}
.v3-app-layout__side__normal__contentwrapper {
    position: relative;
    min-height: 100%;
    width: 220px;
    padding-bottom: 164px;
}
.v3-app-layout__side{}
.v3-app-layout__side ul{
    padding-bottom: 20px;
}
.v3-app-layout__side ul li{}
.v3-app-layout__side ul li i{
    font-size: 16px;
    margin-right: 16px;
    color: #666;
    font-weight: 700;
}
.v3-app-layout__side ul li span{
    position: relative;
}
.v3-app-layout__side ul li span em{
	position: absolute;
    top: -5px;
    color: #ff142b!important;
    font-weight: 700;
}
.v3-app-layout__side ul li a{
    height: 40px;
    padding: 9px 26px 10px 26px;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.v3-app-layout__side ul li:hover a{
    background-color: #fff;
    background-color: #f6f6f6;
}
.v3-app-layout__side ul li.active a{
    background-color: rgba(255,20,43,0.04) !important;
    font-weight: 500;
    color: #ff142b!important;
}
.v3-app-layout__side ul li.active a{
    color: #ff142b!important;
}
.v3-app-layout__side ul li.active a i{
    color: #ff142b!important;
}
.v3-app-layout__side h4{
    padding: 16px 26px;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
    border-top: 1px solid #f0f0f0;
    margin-top: 16px;
}
@media screen and (min-width: 900px) and (max-width: 1360px){
	.v3-app-layout__side {
		width: 170px;
	}
}
@media screen and (max-width: 900px){
	.v3-app-layout__side {
		display: none;
	}
}
@media screen and (max-width: 600px){
	.v3-app-layout__side {
		display: none;
	}
}
/* 全局左侧侧边栏end */
/* xin_header_a3  */
.xin_header_a3 {
    padding: 0 60px;
	min-height: 72px;
}
.xin_header_a3 ul {
    padding-top: 30px;
    padding-bottom: 20px;
}
.xin_header_a3 ul li {
    font-size: 17px;
    float: left;
    margin-right: 40px;
}
.xin_header_a3 ul li a {
    height: auto;
    line-height: 1.88;
    padding: 0 12px;
    display: inline-block;
}
.xin_header_a3 ul li span{
    position: relative;
}
.xin_header_a3 ul li span i.layui-badge-dot{
    position: absolute;
    top: 0px;
}
@media screen and (max-width: 600px){
.xin_header_a3 ul li span i.layui-badge-dot{
	width: 6px;
    height: 6px;
}
}
.xin_header_a3 ul li.a a {
    border-radius: 4px;
    background-color: rgba(255,20,43,0.08);
    color: #f00;
}
.xin_header_a3 .wp.hover_s {
    position: fixed;
    top: 72px;
    width: 100%;
    z-index: 100;
    background: #f4f5f6;
    max-width: inherit;
}
.xin_header_a3 .wp.hover_s ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 900px){
.xin_header_a3 .wp.hover_s {
    top: 52px;
}
.xin_header_a3 {
    padding: 0;
    min-height: 52px;
}
}
@media screen and (min-width: 900px) and (max-width: 1360px){
	.xin_header_a3 {
		padding: 0 20px;
	}
}
@media screen and (max-width: 600px){
	.xin_header_a3 {
		min-height: 30px;
		padding: 0;
		height: 38px;
	}
	.xin_header_a3 ul {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.xin_header_a3 .wp.hover_s ul {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.xin_header_a3 .a3_1 ul li {
		height: 38px;
		line-height: 40px;
		font-size: 14px;
		float: left;
		padding: 0px 4px;
		margin: 0 0px;
	}
	.xin_header_a3 .wp.hover_s {
		background: #f4f5f6;
		top: 52px;
	}
	.xin_header_a3 {
		min-height: 30px;
	}
}
/* xin_header_a3 end */
.cpu_index_a3{padding:20px 24px;background:#fff;margin-top:8px}
.cpu_index_a3 h2{font-weight:700;font-size:18px;line-height:22px;color:#222;border-bottom:1px solid #f6f6f6;padding-bottom:10px;margin-bottom:14px;position:relative}
.cpu_index_a3 h2 i.bz{font-size:0;background: no-repeat;background-size:cover;width:18px;height:18px;display:inline-block;margin-left:8px;position:absolute;top:2px}
.cack_jt_box .cack_jt_box_a1 i.xz{font-size:0;background: no-repeat;background-size:cover;width:22px;height:22px;display:inline-block;}
/* social-share */
.cack-share{
    display: flex;
    font-size: 15px;
}
.cack-share .fxd{
    height: 23px;
    line-height: 23px;
    color: #8f8f8f;
    font-size: 13px;
    margin-right: 7px;
}
.social-share a {
    display: inline-block;
    font-family: layui-icon!important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 20px;
    border-radius: 4px;
    line-height: 22px;
    color: #666;
    text-align: center;
    vertical-align: middle;
	margin: 0px 2px;
}
.social-share .social-share-icon:hover {
    color: #fff!important;
}
.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549;
}
.social-share .icon-wechat:hover {
    background: #7bc549;
}
.social-share .icon-wechat:before {
	content: "\e677";
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    bottom: -202px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all .2s;
    -webkit-tansition: all .35s;
    -moz-transition: all .35s;
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0;
	font-size: 12px;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}
.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}
.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b;
}
.social-share .icon-weibo:hover {
    background: #ff763b;
}
.social-share .icon-weibo:before {
    content: "\e675";
}
.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7;
	display: none;
}
.social-share .icon-qq:before {
    content: "\e676";
}
.social-share .icon-qq:hover {
    background: #56b6e7;
}
.social-share .icon-qzone {
    //color: #fdbe3d;
    //border-color: #fdbe3d;
    color: #56b6e7;
    border-color: #56b6e7;
}
.social-share .icon-qzone:hover {
    //background: #fdbe3d;
    background: #56b6e7;
}
.social-share .icon-qzone:before {
    //content: "\e438";
	content: "\e676";
}
/* social-share end */
/* xinyuefooter */
.xinyuefooter{
	width: 100%;
	color: #aaa;
	background: #393939;
	overflow: hidden;
	border-top: 4px solid #ff7700;
	z-index: 10;
    position: relative;
}
.xinyuefooter .xinyuefooter_a1{
	margin: 0 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0;
}
.xinyuefooter .xinyuefooter_a1{}
.xinyuefooter .xinyuefooter_a1 ul{
    margin: 20px 0 10px 0;
    padding: 0;
    width: 50%;
    float: left;
    height: 140px;
}
.xinyuefooter .xinyuefooter_a1 ul li{
	line-height: 26px;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.xinyuefooter .xinyuefooter_a1 ul li.tit{
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}
.xinyuefooter .xinyuefooter_a1 ul li a{
	color: #aaa;
}
.xinyuefooter{}
.xinyuefooter{}
@media screen and (min-width: 600px){
	.xinyuefooter .xinyuefooter_a1 ul{
	    width: 25%;
	}
}
/* xinyuefooter end */
/* bot-footer */
.bot-footer{background:#090b1a;border-top:1px solid #171a35}
.bot-footer p{line-height:50px;text-align:center}
.bot-footer p,.bot-footer p a,.bot-footer p em{color:#787d80;font-size:13px}
.bot-footer p em{padding:0 3px;font-style: unset;}
.bot-footer {
    border-top: 0;
	z-index: 10;
    position: relative;
}
.bot-footer .footer_nav{
    border-bottom: 1px solid #323232;
}
.bot-footer .footer_nav ul{
    display: flex;
}
.bot-footer .footer_nav ul li{
    display: inline-flex;
    width: 100%;
}
.bot-footer .footer_nav ul li a{
    text-align: center;
    color: white;
    width: 100%;
    display: block;
    height: 46px;
    line-height: 46px;
    position: relative;
}
.bot-footer .footer_nav ul li a span{
    display: block;
    margin: 0;
    font-size: 14px;
    position: absolute;
    top: -4px;
    width: 99.9999%;
}
.bot-footer .footer_nav ul li.index span{
    border-top: 4px solid #ff7700;
    //border-bottom: 1px solid #ff7700;
}
.bot-footer .footer_nav ul li.cpu span{
    border-top: 4px solid #4da7fd;
    //border-bottom: 1px solid #4da7fd;
}
.bot-footer .footer_nav ul li.gpu span{
    border-top: 4px solid #77b800;
    //border-bottom: 1px solid #77b800;
}
.bot-footer .footer_nav ul li{}
.bot-footer .footer_nav{}
.bot-footer p, .bot-footer p a, .bot-footer p em {
    color: #787d80;
    font-size: 12px;
    line-height: 25px;
    padding: 12px 0;
}
.cpu_list_a3 li:nth-child(1) .i-body i{
	background:#ff5722;
}
.cpu_list_a3 li:nth-child(2) .i-body i{
	background:#d9b750;
}
.cpu_list_a3 li:nth-child(3) .i-body i{
	background:#4caf50;
}
.cpu_list_a3 li:nth-child(4) .i-body i{
	background:#2196f3;
}
@media screen and (max-width: 600px){
.bot-footer {
    min-width: auto;
    //display: none;
}
.mobilenone{
	display: none;
}
.mobileblock{
	display: block;
}
}
/* bot-footer end */
.view_backindex {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#027aff), to(#4ba6fd));
    background-image: linear-gradient(to left, #007aff, #4da7fd);
    color: #fff;
    line-height: 44px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    height: 36px;
    width: 74px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    border: 0;
    background-color: #ff1840;
    bottom: 100px;
    padding-left: 6px;
	z-index: 77;
}
.view_backindex a{
	color: #fff!important;
}
.view_backindex:hover {
	background-image: linear-gradient(to left, #0063d0, #339bff);
}
/* 右键菜单 */
#xinyue_common_menu {
	padding: 5px 0;
    width: 190px;
    border: 1px solid #dadada;
    box-shadow: 5px 5px 12px rgba(0,0,0,.15);
    position: fixed;
    left: -100%;
    top: -100%;
    z-index: 9999;
    background: #fff;
	display: inline-block;
}
#xinyue_common_menu ul{
}
#xinyue_common_menu ul li{
	list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    font-size: 12px;
    color: #555;
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
    font-weight: 400;
    border-radius: 2px;
}
#xinyue_common_menu ul li:hover {
    background: #efefef;
    cursor: pointer;
}
#xinyue_common_menu ul li a{
    color: #666;
	text-decoration: none;
    display: block;
	padding-left: 48px;
}
#xinyue_common_menu ul li.separate {
    height: 1px;
    background: #ececec;
}
#xinyue_common_menu ul li i{
	display: inline-block;
    background-image: ;
    background-size: auto!important;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -8px;
    font-style: normal;
}
.refresh_file_icon {
    background-position: -16px -513px;
}
.cancel_favorites_file_icon, .favorites_file_icon {
    background-position: 0 -32px;
    background-position: -17px -773px;
    width: 17px!important;
    height: 17px!important;
    margin-top: -8.5px!important;
}
.edit_file_icon, .open_file_icon, .open_find_dir_file_icon {
    background-position: -16px -16px;
}
.share_file_icon{
	background-position: -16px -80px
}
.total_icon_icon {
	background-position: 0 -561px
}
.total_list_icon {
	background-position: -16px -625px
}
.paste_file_icon {
	background-position: -16px -64px
}
.upload_file_icon {
	background-position: 0 -48px
}
/* 右键菜单end */
/* xy22分享代码 */
.xy22_share{position:fixed;top:0;right:0;left:0;overflow:auto;margin:0;z-index:2029;margin-top:15vh}
.xy22_share_dialog{background-repeat:no-repeat;background-position:100% 0;background-size:104px auto;margin-top:15vh;width:720px;border-radius:12px;position:relative;margin:0 auto 0;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);box-sizing:border-box;max-width:88%}
.xy22_share_header_background{overflow:hidden;position:relative}
.xy22_share_header_background:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background:url(/uploads/image/cuximages/xinicon.png);background-repeat:no-repeat;background-position:100% 0;opacity:.05;background-size:150px}
.xy22_share_modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000;z-index:2028}
.xy22_share_header{padding:11px 45px 11px 24px;background-color:transparent;-webkit-box-shadow:0 0;box-shadow:0 0;position:relative;font-weight:700;border-radius:12px 12px 0 0}
.xy22_share_header .share_dialog_title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;letter-spacing:.5px}
.xy22_share_body{padding-top:10px;text-align:left;border-top:1px solid #ededed;margin:-1px 0 0;padding:24px 24px 0 24px;background-color:#f5f6fa}
.xy22_share_footer p{font-size:12px;color:#878c9c;line-height:18px;text-align:center;height:47px;padding-top:15px;background-color:#f5f6fa;border-top:1px solid #f0f0f2;border-radius:0 0 12px 12px}
.xy22_share_body ul li .xy22_share_body_title{display:inline-block;font-size:14px;color:#030b1a;line-height:20px;margin-right:16px}
.xy22_share_body ul li .xy22_share_body_value{display:inline-block}
.xy22_share_body ul li .xy22_share_body_value select{margin-bottom:0;padding:0 12px;font-size:12px;height:32px;line-height:32px;border:1px solid #dcdfe6!important;cursor:pointer;border-radius:8px;width:120px;position:relative;z-index:1;background-color:initial}
.xy22_share_body_select{position:relative;border-radius:8px;background-color:#fff}
.xy22_share_body_select .mui-icon{position:absolute;right:10px;font-size:21px;color:#aaa;top:6px;z-index:0}
.xy22_share_button_cjlj{color:#fff;background:#06a7ff;border-color:#06a7ff;width:120px;padding:0;border-radius:22px;font-weight:700;height:36px;margin:auto;display:block;margin-top:50px;line-height: 36px;}
.xy22_share_control{display:block;border:0;border-radius:0;padding-left:24px;height:32px}
.xy22_share_body .link_status{font-size:12px;line-height:18px;font-weight:700;color:#06a7ff}
.xy22_share_body .link_status{display:inline-flex}
.xy22_share_body .link_status svg{width:18px;height:18px;margin-right:2px}
.xy22_share_button_fzlj_geturltext,.xy22_share_button_fzlj_text,.xy22_share_button_cjlj_text{margin-top:12px;font-size:12px;height:32px;color:#06a7ff;margin:auto;display:block;text-align:center;line-height:32px}
.xy22_share_box .share_dialog{position:absolute;top:12px;right:12px;border:0;font-size:20px;padding:0;color:#787d80;background-color:initial!important;cursor: pointer;}
.xy22_share_box .share_dialog span.mui-icon{font-size:32px}
.xy22_share_box .layui-tab-title .layui-this:after{display: none;}
.xy22_share_box .layui-tab-title li a {height: 34px;line-height: 34px;padding: 0;margin: 0 10px;font-weight: 600;}
.xy22_share_box .layui-tab-title li.layui-this a {color: #06a7ff!important;border-bottom-color: #06a7ff;background-color: initial;border-bottom: 2px solid #06a7ff;}
/* xy22分享代码end */
.xinyueguanzhuweixin{
	background: white;
	padding: 5px;
	display: block;
}
.xinyueguanzhuweixin .ewm{
	width: 80px;
	position: absolute;
}
.xinyueguanzhuweixin .desc{
	padding-left: 85px;
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.xinyueguanzhuweixin .desc h6{
	font-size: 17px;
    font-weight: 600;
    font-synthesis: style;
    line-height: 22px;
    color: #444;
    margin: 0;
}
.xinyueguanzhuweixin .desc p{
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}
/* list对比推荐 */
.list_duibituijian{
	margin-left: -15px;
    margin-right: -15px;
}
.list_duibituijian ul{}
.list_duibituijian ul li{
	width: 50%;
	float: left;
	padding: 0px 0px;
	padding: 16px 0px;
	max-width: 200px;
}
.list_duibituijian ul li .titlepics{
	font-size: 0;
	position: relative;
	height: 90px;
    width: 150px;
    margin: auto;
}
.list_duibituijian ul li .titlepics img{
    width: 96%;
    height: 80px;
    background: #f5f5f5;
    margin: 0 1%;
    border-radius: 5px;
}
.list_duibituijian ul li .titlepics i{
	display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    left: 50%;
    margin-left: -14px;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    margin-top: -18px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.12);
}
.list_duibituijian ul li .descs{
	text-align: center;
	height: 42px;
}
.list_duibituijian ul li .descs p{
	line-height: 14px;
	font-size: 13px;
	color: #616161;
	white-space: nowrap;
100%; 
overflow: hidden; 
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.list_duibituijian ul li{}
.list_duibituijian{}
.list_duibituijian{}
.list_duibituijian{}
.list_duibituijian{}
.list_duibituijian ul li:hover {
    background: #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.12);
}
.cpu_index_a3 .yclj,.cpu_index_a4 .yclj{
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #198ef6;
}
/* list对比推荐end */
.xinyue_yczk {
	/* height: 380px; */
    overflow: hidden;
    position: relative;
}
.xinyue_yczk .yczkqb{
	text-align: center;
    color: #ee1a1a;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 15px;
    //font-weight: 700;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 50px;
    line-height: 55px;
    background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0.6));
}
.xinyue_yczk .yczkqb span{
	display: inline-block;
    //border-bottom: 1px solid #ededed;
    height: 24px;
    line-height: 25px;
    padding: 0 5px;
	cursor: pointer;
}
.xinyue_yczk .yczkqb span:hover {
    color: #c30!important;
}
.xinyue_yczk .yczkqb span i{
    display: inline-block;
    width: 20px;
    height: 100%;
    background:  no-repeat;
    background-size: contain;
    -webkit-animation: arrow 0.4s infinite alternate;
    animation: arrow 0.4s infinite alternate;
    color: #ee1a1a;
    vertical-align: middle;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.xinyue_yczk.auto {
	height: auto!important;
}
.xinyue_yczk.auto .yczkqb {
    display: none;
}
@media screen and (max-width: 600px){
.xinyue_yczk {
	/* height: 540px; */
}
}
/*cpu内容页*/
.cs_a_index{
}
.cs_a_index_a1{
    width: 66%;
	float: left;
}
.cs_a_index_a1{}
.cs_a_index_a1{}
.cs_a_index_a2{
	float: right;
    width: 33%;
}
@media screen and (max-width: 600px){
.cs_a_index_a1 {
    width: 100%;
    float: inherit;
}
}
.cackui_c_left {
    display: none;
}
.cack-show-nav {
    margin-left: 120px;
}
.cs_a_index_nav{
    margin-bottom: 5px;
}
.cs_a_index_nav ul{
    background: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    float: none;
}
.cs_a_index_nav ul li{
	height: 44px;
    line-height: 44px;
	width: 9%;
    text-align: center;
    float: left;
	position: relative;
}
.cs_a_index_nav ul li img{
    position: absolute;
    top: 5px;
    width: 16px;
    right: 24px;
    height: 20px;
}
.cs_a_index_nav ul li:hover{
	background-color: #f3f4f4;
}
.cs_a_index_nav ul li:hover a{
    color: #333!important;
}
.cs_a_index_nav ul li.a{
	background: #4da7fd;
}
.cs_a_index_nav ul li.a a{
	color: #fff!important;
}
.cs_a_index_nav ul li a{
    color: #333;
	display: block;
}
.cs_a_index_nav{}
.cpu_index_a0{position:absolute;top:0px;left:0;right:0;width:100%;background-color:#2e3647;z-index:1005;-webkit-box-shadow:0 3px 4px rgba(0,0,0,.2);box-shadow:0 3px 4px rgba(0,0,0,.2);background-color:#395cf7}
.cpu_index_a0 .navbar-header .navbar-title{text-align:center;font-size:18px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}
.cpu_index_a0 .navbar-header{height:44px;line-height:44px;overflow:hidden;padding:0 50px}
.cpu_index_a0 .navbar-header .navbar-back{width:44px;background: 20px 50% no-repeat;-webkit-background-size:17px 16px;background-size:17px 16px;position:absolute;left:0;top:0;display:block;vertical-align:top;width:44px;height:44px}
.cpu_index_a1{width:100%;font-size:13px;line-height:20px;color:rgba(0,0,0,.4);padding:20px 24px;margin:8px 0;border:0 none;background:#fff;position:relative}
.cpu_index_a1 .index_a1_1 img{width:auto;height:110px;position:absolute;right:24px;top:24px}
.cpu_index_a1 .index_a1_1 .a1_1_1{margin-right:115px;height:85px;margin-bottom:20px}
.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 .a1_1_1 em i{display:inline-block;width:15px;height:15px;vertical-align:sub;background: no-repeat;background-size:cover;margin-right:4px}
.cpu_index_a1 .index_a1_1 h2{font-weight:700;font-size:29px;line-height:30px;margin-bottom:10px;margin-top:24px;color:#222}
.cpu_index_a1 .index_a1_1 span{color:#e55555;font-weight:700;font-size:15px;line-height:20px}
.cpu_index_a1 .index_a1_2 li{font-size:15px;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;padding-left:3px;padding-right:3px;padding-bottom:8px}
.cpu_index_a1 .index_a1_2 li span{color:rgba(0,0,0,.4)}
.cpu_index_a1 .index_a1_2 li em{color:#222}
.cpu_index_a1 .index_a1_2 .c-e-btn-text{display:block;color:rgba(34,34,34,1);height:46px;line-height:46px;-webkit-border-radius:12px;border-radius:12px;text-align:center;background-color:#f4f4f4;font-weight:700;margin-top:14px}
.cpu_index_a1 .index_a1_2 span i{font-size:0;background:url(/uploads/image/x1uxudmishow/jin_1.png) no-repeat;background-size:cover;width:11px;height:11px;display:inline-block}
.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 .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;
}
@media screen and (max-width: 600px){
.cpu_index_a1 .index_a1_1 .a1_1_1 em {
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
}
.cpu_index_a1 .wxsmgm{
    display: none;
}
}
.cpu_index_a3{padding:20px 24px;background:#fff;margin-top:8px;overflow: hidden;}
.cpu_index_a3 h2{font-weight:700;font-size:18px;line-height:22px;color:#222;border-bottom:1px solid #f6f6f6;padding-bottom:10px;margin-bottom:14px;position:relative}
.cpu_index_a3 h2 i.bz{font-size:0;background: no-repeat;background-size:cover;width:18px;height:18px;display:inline-block;margin-left:8px;position:absolute;top:2px}
.cack_jt_box .cack_jt_box_a1 i.xz{font-size:0;background: no-repeat;background-size:cover;width:22px;height:22px;display:inline-block;}
.cack_jt_box {position: relative;}
.cack_jt_box .cack_jt_box_a1 a{display: inline-block;width: 22px;height: 26px;}
.cack_jt_box .cack_jt_box_a1{display: inline-block;position: absolute;top: 20px;right: 40px;z-index: 100;width: 22px;height: 26px;cursor: pointer;}
.cack_jt_box .cack_jt_box_a1 p{position: absolute;width: 5rem;left: -100%;font-size: 13px;color: #666;top: 26px;display: none}
.cack_jt_box .cack_jt_box_a1:hover p{display: block;}
.cack_jt_box .cack_jt_box_a1:hover p:hover{display: none;}
.cack_jt_box span.logobq{font-weight: 700;color: #e8e8e8;position: absolute;bottom: 20px;right: 20px;font-size: 20px;z-index: 100;}
.cpu_index_a4{padding:20px 24px;background:#fff;margin-top:8px}
.cpu_index_a4 h2{font-weight:700;font-size:18px;line-height:22px;color:#222;border-bottom:1px solid #f6f6f6;padding-bottom:10px;margin-bottom:6px;position:relative}
.cpu_index_a4 h2 i.bz{font-size:0;background: no-repeat;background-size:cover;width:18px;height:18px;display:inline-block;margin-left:8px;position:absolute;top:2px}
.cpu_index_a4 .index_a4_1 table th{font-weight:400;width:80%;font-size:16px;padding: 8px 0;}
.cpu_index_a4 .index_a4_1 th{border-bottom:1px dashed #d1d8d8}
.cpu_index_a4 .index_a4_1 table td{font-size:15px;width:65px;width:20%}
.cpu_index_a4 .index_a4_1 td{border-bottom:1px dashed #d1d8d8}
.cpu_index_a4 .index_a4_1 table th span{display:inline-block;width:100%;color:#ababab;font-size:12px;margin-top:5px}
.cpu_index_a4 .index_a4_1 table{width:100%;padding:10px;text-align: left;}
.cpu_index_a4 .index_a4_1 table td em{font-size:12px;color:#ababab;margin-left:5px}
.cs_a_index .cpu_index_a1 {
}
.cs_a_index .cpu_index_a1 .index_a1_2 .c-e-btn-text {
    display: none;
}
.cs_a_index .cpu_index_a3 {
}
@media screen and (max-width: 600px){
.cpu_index_a1 .index_a1_1 h2 {
    font-size: 24px;
	margin-top: 4px;
}
.cpu_index_a1 .index_a1_1 img {
    width: 100px;
    height: auto;
}
.cpu_index_a1 .index_a1_2 li {
    font-size: 13px;
}
.cs_a_index_a2 {
    float: inherit;
    width: 100%;
}
.jbcsa1{display: none;}
.cs_a_index .cpu_index_a1 .index_a1_2 .c-e-btn-text {
    display: block;
}
}
.zuijinremenchuliqi{}
.zuijinremenchuliqi{
background: white;
}
.zuijinremenchuliqi ul{}
.zuijinremenchuliqi ul li{
	padding: 12px 0;
    height: 112px;
	position: relative;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}
.zuijinremenchuliqi ul li .titlepic{
width: 88px;
    height: 88px;
    position: absolute;
}
.zuijinremenchuliqi ul li .titlepic img{
width: 88px;
    height: 88px;
}
.zuijinremenchuliqi ul li .desc{
height: 88px;
    position: absolute;
    width: 100%;
    padding-left: 100px;
}
.zuijinremenchuliqi ul li .desc p {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 15px;
    overflow: hidden;
}
.zuijinremenchuliqi ul li .desc h4{
	font-size: 16px;
    font-weight: 400;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zuijinremenchuliqi ul li .desc .tubiao{
	font-size: 0;
	padding-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zuijinremenchuliqi ul li .desc .tubiao span{
font-size: 10px;
border-radius: 3px;
display: inline-block;
text-align: center;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    margin-right: 5px;
}
.zuijinremenchuliqi ul li .desc .tubiao span.a1{
color: white;
    background: #ff906d;
}
.zuijinremenchuliqi ul li .desc .tubiao span.a2{
color: white;
    background: #1cb568;
}
.zuijinremenchuliqi ul li .desc .tubiao span.a3{
color: #607d8b;
}
.zuijinremenchuliqi{}
@media screen and (min-width: 600px){
.zuijinremenchuliqi ul li{
	width: 47.5%;
    float: left;
}
.zuijinremenchuliqi ul a:nth-child(2n 2) li{
    margin-left: 5%;
}
}
.viewxlcpu .viewxlcpuul{
	font-size: 0;
}
.viewxlcpu .viewxlcpuul li {
    text-align: center;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    border: 1px solid #e7e8e7;
    border-radius: 2px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    //margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
	width: 48%;
	display: inline-block;
}
.viewxlcpu .viewxlcpuul li:nth-child(2n 1){
	margin-right: 4%;
}
.viewxlcpu .viewxlcpuul li.a {
    border-radius: 0;
    background-color: #e0e0e0;
    background-image: none;
    border-color: #ccc;
    opacity: .65;
}
.chakangengduo{
	text-align: center;
	display: flex;
	margin-left: -4px;
    margin-right: -4px;
}
.chakangengduo a{
    display: inline-block;
    font-size: 13px;
    display: block;
    color: rgba(34,34,34,1)!important;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    background-color: #f4f4f4;
    font-weight: 700;
    margin-top: 14px;
	width: 100%;
	margin: 0 4px;
	white-space: nowrap;
    overflow: hidden;
    //text-align: left;
	overflow: hidden;
}
.chakangengduo a span{
}
.chakangengduo a span .mui-icon{
	font-size: 17px;
    font-weight: 700;
    margin-left: 4px;
    color: #acacac;
}
.chakangengduo a span i {
    font-size: 0;
    background: url(/uploads/image/x1uxudmishow/jin_1.png) no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.chakangengduo a:hover{
    opacity: 0.8;
    background-color: #e4e4e4;
}
.cack_jt_box .chakangengduo{
	//opacity: 0;
}
.cack_jt_box.ysctp .chakangengduo{
	//opacity: 1;
}
.chakangengduo.box{
	padding: 20px 14px;
	padding-top: 10px;
	background: white;
	margin: 0px;
}
.chakangengduo.box a {
    margin-top: 0;
	margin: 0 4px;
}
@media screen and (max-width: 720px){
.cpupk_index_a1 .chakangengduo{
	padding: 0px 12px;
	margin-top: 10px;
}
}
.jdlist ul{
	padding: 0px;
    margin: 0px;
}
.jdlist ul a{
	 text-decoration: unset;
}
.jdlist ul li{
	position: relative;
	list-style:none;
}
.jdlist ul li img{
	position: absolute;
    width: 100px;
}
.jdlist .desc{
	border-bottom: 1px solid #bbb;
	padding-left: 113px;
}
.jdlist .desc h6{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 8px;
    color: #333;
    font-size: 17px;
    margin-bottom: 6px;
    line-height: 1.3;
}
.jdlist .desc span{
	color: #e93b3d;
    font-size: 19px;
}
.jdlist .desc p{
	margin: 0px 0px;
	color: #999;
}
.sc_product_brand .header {
    height: 100px;
    background: center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
	border: 0;
}
.sc_product_brand .header-title {
    padding-top: 23px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    vertical-align: text-bottom;
}
.sc_product_brand .header-subtitle {
    margin-top: 2px;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    line-height: 20px;
}
.xin_heade_navr_a4{
    background: #fff;
}
.xin_heade_navr_a4 ul{
	text-align: center;
}
.xin_heade_navr_a4 ul li{
	display: inline-block;
	padding: 0 6px;
	margin: 0 3px;
	height: 52px;
    line-height: 50px;
    position: relative;
}
.xin_heade_navr_a4 ul li i{
    color: #bfbfbf;
}
.xin_heade_navr_a4 ul li i.hot{
    background-image: url(/uploads/image/cuximages/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: -8px;
}
.xin_heade_navr_a4 ul li i.new{
    background-image: url(/uploads/image/cuximages/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: -8px;
}
.cpu_index_a3 .yclj,.cpu_index_a4 .yclj{
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #198ef6;
}
.xin_heade_navr_a4 ul li a{}
.xin_heade_navr_a4 ul li.a {
    border-bottom: 4px solid #4da7fd;
    font-weight: 600;
}
.xin_heade_navr_a4 ul li.a a{
	color: #4da7fd;
}
.xin_heade_navr_a4{}
/*end内容页*/
.cpu_list_a3{
	margin-top: 5px;
	width: 820px;
}
.cpu_list_a3 ul{
	//zoom: 1.2;
}
.cpu_list_a3 ul li{
    box-sizing: border-box;
    padding: 9px 24px;
	background-color: #fff;
	padding-right: 40px;
	border-bottom: 1px solid #f2f2f4;
	position: relative;
}
.mui--no-user-select ul li.lm{
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.cpu_list_a3 li .i-body{
    display: inline-block;
	position: relative;
}
.cpu_list_a3 li .i-body img{
	margin-right: 10px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    background-color: #fff;
    background-position: center center!important;
    -webkit-background-size: contain!important;
    background-size: contain!important;
}
.cpu_list_a3 .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;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.cpu_list_a3 .t-body{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
	width: 100%;
	position: relative;
}
.cpu_list_a3 ul li .layui-progress {
    height: 2px;
}
.cpu_list_a3 ul li .layui-progress-bar {
    height: 2px;
}
.db-t-body .db-t-body_a1 {
    display: flex;
}
.db-t-body .db-t-body_a1 .a1_1 {
    display: inline-block;
    font-size: 11px;
    text-align: right;
    color: #c3c3c3;
    width: 34%;
}
.cpu_list_a3 .t-body .layui-progress {
    height: 2px;
    width: 66%;
    margin-top: 10px;
    margin-left: 2px;
}
.cpu_list_a3 a{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	height: 72px;
}
.cpu_list_a3 h2{
	line-height: 20px;
    font-size: 16px;
    color: #000;
	font-weight: 400;
	margin-top: 0;
    margin-bottom: 0;
}
.cpu_list_a3 .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: 18px;
    line-height: 14px;
    font-size: 10px;
    color: rgba(0,0,0,.4);
    word-break: break-all;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin-top: 8px;
}
.cpu_list_a3 .t-body em{
	line-height: 16px;
    color: #e55555;
	margin-top: 11px;
	float: right;
}
.cpu_list_a3 .sxnav{
	background: white;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 0;
}
.cpu_list_a3 .sxnav a i{
    font-size: 12px;
	margin-left: 3px;
}
.cpu_list_a3 .sxnav a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
}
.cpu_list_a3 .sxnav a:hover{
	background-color: #f3f4f4;
	color: #333!important;
}
.cpu_list_a3 .sxnav a.a{
	background-color: #4da7fd;
	color: #fff!important;
}
.cpu_list_a3 ul li:hover {
    background-color: #f2f9ff;
}
.index_list_a2_duibi{
	padding: 20px;
    background: white;
	margin-top: 15px;
}
.index_list_a2_duibi .pkbut a{
    width: 220px;
    height: 38px;
    color: #fff;
    border: 1px solid #007aff;
    background-color: #007aff;
    display: inline-block;
    line-height: 38px;
    text-align: center;
}
.index_list_a2_duibi .pkbut span{
	width: 90px;
    height: 38px;
    color: #fff;
    border: 1px solid #ff5722;
    background-color: #ff5722;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.index_list_a2_duibi #dbnr{
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid #e2e2e2;
}
.index_list_a2_duibi #dbnr ul{
	padding-bottom: 10px;
}
.index_list_a2_duibi #dbnr ul li{
    padding: 8px 10px;
}
.index_list_a2_duibi #dbnr ul li span{
	cursor: pointer;
    display: block;
}
.index_list_a2_duibi #dbnr ul li i{
	float: right;
}
.index_list_a2_duibi #dbnr ul li:nth-child(1) {
    background: #f1f9ff;
}
.index_list_a2_duibi #dbnr ul li:nth-child(2) {
    background: #fffbee;
}
.index_list_a2_duibi #dbnr ul li:nth-child(3) {
    background: #e9ffea;
}
.index_list_a2_duibi #dbnr ul li:nth-child(4) {
    background: #f6f1ff;
}
.index_list_a2_duibi #dbnr ul li:nth-child(5) {
    background: #f1f9ff;
}
.index_list_a2_duibi #dbnr ul li:hover {
    background: #eee;
}
.index_list_a2_duibi #dbnr .pkbut{
	display: flex;
}
.index_list_a2_duibi #tishi{
	text-align: center;
    padding: 60px 0px;
}
.index_list_a2_duibi .tjgdxh a {
    display: block;
    font-size: 16px;
    border: 1px solid #ffebb9;
    border-radius: 2px;
    width: 100%;
    margin: auto;
    margin-top: 16px;
    text-align: center;
    background: #fffdf5;
    color: #252525;
    line-height: 38px;
    height: 38px;
}
.cpu_list_a3 .duibikuang{
	position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: #c3c3c3;
	height: 97px;
	margin-top: 0;
    margin-bottom: 0;
}
.cpu_list_a3 .duibikuang input{
	vertical-align: sub;
}
.cpu_list_a3 .duibikuang input[type=checkbox]:before, .cpu_list_a3 .duibikuang input[type=radio]:before {
    font-size: 15px;
}
.cpu_list_a3 .duibikuang input[type=checkbox], .cpu_list_a3 .duibikuang input[type=radio] {
    top: 72px;
    right: 20px;
	width: 15px;
    height: 15px;
	left: 9px;
    position: absolute;
}
.cpu_list_a3 .duibikuang label, .cpu_list_a3 .duibikuang label {
    padding-right: 20px;
    padding-left: 10px;
	padding-top: 15px;
    padding-bottom: 15px;
	width: 20px;
	height: 99px;
	background: #efefef;
	display: block;
    text-align: center;
    width: 30px;
    line-height: 1.1;
}
.cpu_list_a3 .duibikuang input:checked   label{
    background: #f1f9ff;
}
.cpu_list_a3 ul li .cpbj{
	line-height: 16px;
    color: #e55555;
    float: right;
	right: 55px;
    bottom: 20px;
	position: absolute;
}
@media screen and (max-width: 600px){
.cpu_list_a3 {
    margin-top: 5px;
    width: 100%;
}
.cpu_list_a3 ul li {
    padding: 9px 12px;
	padding-right: 40px;
}
.cpu_list_a3 li .i-body img {
    width: 60px;
    height: 60px;
}
.cpu_list_a3 h2 {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}
.index_list_a1_a1 {
    float: inherit;
}
.cpu_list_a3 a {
    height: 60px;
}
.cpu_list_a3 ul li .cpbj{
	right: 45px;
}
.cpu_list_a3 .duibikuang {
    height: 85px;
}
.cpu_list_a3 .duibikuang label, .cpu_list_a3 .duibikuang label {
    height: 86px;
	padding-top: 12px;
}
.cpu_list_a3 .duibikuang input[type=checkbox], .cpu_list_a3 .duibikuang input[type=radio] {
    top: 62px;
    left: 8px;
}
.cpu_list_a3 .duibikuang {
    font-size: 11px;
}
}
.cpu_list_a1 {
    background-color: #4da7fd;
}
.cpu_list_a1 .y-scroll-x{
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}
.cpu_list_a1 ul{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    float: none;
}
.cpu_list_a1 .y-scroll-x::-webkit-scrollbar {
	/*隐藏滚动条*/
	display: none;
}
.cpu_list_a1 ul li{
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.cpu_list_a1 ul li a{
	-webkit-tap-highlight-color: initial;
	padding: 0 23px;
    display: inline-block;
}
.cpu_list_a1 ul li.a {
	background: rgba(0, 0, 0, 0.1);
}
.cpu_list_a1 ul li span{
	color: #fff;
	display: inline-block;
    font-size: 14px;
    line-height: 42px;
    border-bottom: 2px solid transparent;
    padding: 0 2px;
}
.cpu_list_a1 ul li{}
.cpu_list_a1 ul li.a span{
    color: #fff;
    border-color: #fff;
}
.cppknav2020{
	background: #fff;
	background: center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    background-color: #291742;
    background-image: ;
    //background-image: -webkit-radial-gradient(#575757,#222222);
    //background-image: radial-gradient(#575757,#222222);
	background-color: rgb(43, 133, 228);
}
.cppknav2020_ul{
	display: flex;
    width: 310px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
}
.cppknav2020_ul li{
	width: 120px;
    height: 90px;
	position: relative;
    font-size: 0;
}
.cppknav2020_ul li.vs{
    width: 70px;
    padding: 0 15px;
    padding-top: 20px;
}
.cppknav2020_ul li .titlepic{
	width: 120px;
    height: 70px;
    background: #f5f5f5;
    border-radius: 3px;
}
.cppknav2020_ul li .titlepic img{
    width: 80px;
    margin: 5px 20px;
    height: 60px;
    background: #fff;
    border-radius: 3px;
}
.cppknav2020_ul li .titlepic:hover {
    background: #e0e0e0;
}
.cppknav2020_ul li .cpshow{
	position: relative;
}
.cppknav2020_ul li .cpshow p{
	font-size: 14px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    color: rgba(255,255,255,.6);
}
.cppknav2020_ul li .del{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/uploads/image/cuxscpupk/del.svg);
    background-size: 20px;
    background-color: white;
    border-radius: 10px;
    top: 0px;
    right: 15px;
}
.cppknav2020_ul li .del:hover {
    opacity: 0.85;
}
.cppknav2020 .vs i{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(/uploads/image/cuxscpupk/vs.svg);
    background-size: 40px;
}
.cppknav2020_white .cppknav2020{
	background-color: #ffffff;
}
.cppknav2020_white .cppknav2020_ul li .cpshow p{
	color: rgba(0, 0, 0, 0.6);
}
.xuanxiangka2021{
	background: white;
	padding: 15px 29px;
}
.xuanxiangka2021 ul{
	display: flex;
    background: #ededed;
    border: 4px solid #ededed;
    border-radius: 6px;
}
.xuanxiangka2021 ul li{
	width: 100%;
	text-align: center;
}
.xuanxiangka2021 ul li a{}
.xuanxiangka2021 ul li a span{
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
    border-radius: 5px;
	color: #888888;
}
.xuanxiangka2021 ul li.a a span{
	background: white;
	color: #272727;
}
.index_list_a2_duibi .jxjrdb {
    display: block;
    color: #666;
    border: 1px solid #e2e2e2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 20px;
}
.xy_jt_box .cpu_index_a3 {
    background: #3a3a3a;
    background-image: -webkit-radial-gradient(#575757,#222222);
    background-image: radial-gradient(#575757,#222222);
}
.xy_jt_box .cpu_index_a3 h2 {
    color: #c8c7cc;
    border-bottom: 1px solid #636363;
}
.index_list_a2_duibi #dbnr ul li i{
	cursor: pointer;
}
.index_list_a2_duibi #dbnr ul li i:hover{
    color: #ff5722;
    font-weight: 700;
}
.pk_csdb_a1{
	//padding: 10px 0;
	overflow-x: auto;
    white-space: nowrap;
    background: white;
    margin-top: 8px;
	background: #eef3f7;
}
.pk_csdb_a1 table{
	background: #fff;
	border: 0px;
    margin: auto;
	width: 100%;
}
.pk_csdb_a1 table tr:first-child td{
    background: #fafafa;
    color: #606060;
    padding-left: 14px;
    letter-spacing: 3px;
    border-left: 1px solid #eee;
    font-size: 14px;
}
.pk_csdb_a1 table tr td:first-child{
    background-color: #fafafa;
    border-top: 1px #eee solid;
    line-height: 66px;
    height: 66px;
}
.pk_csdb_a1 td, .pk_csdb_a1 th {
    text-align: center;
    height: 62px;
    border-color: #eee;
}
.pk_csdb_a1 .titlepic{
    text-align: center;
	font-size: 0;
}
.pk_csdb_a1 .titlepic img{
	height: 44px;
    vertical-align: middle;
}
.pk_csdb_a1 td,.pk_csdb_a1 th{
	text-align: center;
	height: 62px;
}
.pk_csdb_a1 a:hover{
	text-decoration: underline;
}
.pk_csdb_a1{}
.shouduibi{
	width: 25%;
	min-width: 120px;
}
.index_a2_1 .a2_1_top{
    height: 80px;
}
.pk_csdb_a1 tr {
	float: left;
	width: 100%;
}
.pk_csdb_a1 td {
    display: block;
	border-left-width: 0px;
    border-top-width: 0px;
	line-height: 48px;
    height: 48px;
	padding: 0 10px;
    font-size: 12px;
}
.pk_csdb_a1{
    overflow-x: auto;
    white-space: nowrap;
}
.pk_csdb_a1 tbody{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    float: none;
}
.pk_csdb_a1 table {
    border-bottom-width: 0px;
    border-right-width: 0px;
}
@media screen and (max-width: 600px){
}
.view_dajiazaikan{
    padding-bottom: 10px;
    padding-top: 10px;
}
.view_dajiazaikan h4 {
    padding-bottom: 4px;
    font-size: 16px;
    color: #666;
	font-weight: 400;
}
.view_dajiazaikan ul{}
.view_dajiazaikan ul li{
	width: 135px;
    line-height: 24px;
    padding-right: 15px;
    overflow: hidden;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.view_dajiazaikan ul li a{
    text-align: left;
    color: #999;
	font-size: 14px;
}
@media screen and (max-width: 600px){
.view_dajiazaikan{
	display: none;
}
}
@media screen and (max-width: 600px){
.xin_header_a3 .a3_1 {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}
.xin_header_a3 .a3_1 ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    float: none;
}	
}
.site_nav_open_a1 .sub_forum{padding:0 15px}
.site_nav_open_a1 .sub_forum li{float:left;width:49%;margin-right:1%;background:#f7f7f7;border-radius:10px;height:104px;margin-bottom:8px}
.site_nav_open_a1 .sub_forum li:nth-child(2n){margin-right:0;margin-left:1%}
.site_nav_open_a1 .sub_forum li a{display: block;}
.site_nav_open_a1 .sub_forum li .forum_info{width:70%;overflow-x:hidden;height:74px}
.site_nav_open_a1 .sub_forum li .forum_info .name{font-size:16px;margin-bottom:8px;height:25px;max-width:97px;overflow:hidden;text-overflow:ellipsis}
.site_nav_open_a1 .sub_forum li .forum_info .description{height:16px;max-width:97px;overflow:hidden;margin-bottom:5px;text-overflow:ellipsis}
.site_nav_open_a1 .sub_forum li .forum_icon{width:30%;position:relative;height:74px}
.site_nav_open_a1 .sub_forum li .forum_icon img{width:32px;height:32px;border-radius:50%;float:right;margin-left:8px;margin-top:8px}
.site_nav_open_a1 .sub_forum li .forum_icon .todayposts{position:absolute;right:10px;bottom:10px}
.site_nav_open_a1 .sub_forum li .bm_h{height:54px;line-height:54px;white-space:nowrap;overflow:hidden}
.site_nav_open_a1 .sub_forum li .b_p{padding:15px}
.site_nav_open_a1 .sub_forum li .z{float:left}
.site_nav_open_a1 .sub_forum li .y{float:right}
.site_nav_open_a1 .bm_h{height:54px;line-height:54px;white-space:nowrap;overflow:hidden}
.site_nav_open_a1 .bm_h h2{height:54px}
.site_nav_open_a1 .bm_h h2 a{margin-left:15px;font-size:18px;line-height:54px;font-weight:400}
.bottom_view_nav{
	position: fixed;
    bottom: 0px;
    width: 100%;
    background: white;
    border-top: 1px solid rgb(243, 243, 243);
	z-index: 1000;
}
.bottom_view_nav ul{
	display: flex;
}
.bottom_view_nav ul li{
	width: 100%;
	text-align: center;
	height: 16px;
    line-height: 16px;
    position: relative;
    height: 45px;
}
.bottom_view_nav ul li #dbimg{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 25%;
    background: #dd524d;
    color: white;
    width: 16px;
    font-size: 10px;
    border-radius: 19px;
    text-align: center;
}
.bottom_view_nav ul li a p{
	font-size: 12px;
    color: #8f8f94;
}
.bottom_view_nav ul li a span{
    font-size: 20px;
    margin-bottom: 1px;
    margin-top: 4px;
}
.bottom_view_nav ul li.b{
	width: 200%;
	background: #4da7fd;
	height: 44px;
    line-height: 44px;
}
.bottom_view_nav ul li.b a p{
	color: white;
	font-size: 14px;
}
.bottom_view_nav ul li{}
.bottom_view_nav #bbv input{
	position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 50px;
    border: 0;
    outline: 0!important;
    background-color: transparent;
    -webkit-appearance: none;
}
.xinyue_duibilan {
    position: fixed;
    bottom: 1em;
    right: calc((100% - 1300px)/2);
    box-sizing: border-box;
    transform: translatex(-1em);
    z-index: 99;
    right: 0;
}
.xinyue_duibilan .duibilanheader {
    display: flex;
    align-items: center;
    padding: .5em 1em;
    border-radius: 20px 20px 0;
    background: linear-gradient(134deg,#3c59fc,#7600e0);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
}
.xinyue_duibilan .duibilanheader .comparisonlist__vs___3j7ep {
    font-weight: 700;
    font-size: 20px;
    padding-right: .5em;
    padding-bottom: 3px;
    transition: transform .2s;
}
.xinyue_duibilan .duibilanheader .comparisonlist__title___2rvdo {
    padding-left: .5em;
    //padding-right: 1em;
    border-left: 1px solid #fff;
}
@media screen and (max-width: 640px){
	.layui-layer {
		border-radius: 0;
		box-shadow: 0;
	}
}
.bottom_view_nav ul li #bottom_view_nav_favorite.favorite_a,.bottom_view_nav ul li #bottom_view_nav_favorite.favorite_a p{
	color: #ffb800;
}
.bottom_view_nav ul li #bottom_view_nav_favorite.favorite_a .layui-icon-star:before {
    content: "\e658";
}
.fdydz{
	right: 10px;
    z-index: 98;
    text-align: center;
    color: #9e9e9e;
    padding: 10px 0;
    position: fixed;
    font-size: 15px;
    padding-left: 2px;
    bottom: 225px;
	transform: translate(130%,0%) rotate(30deg);
}
.fdydz p{
    color: #9e9e9e;
	font-size: 12px;
	text-align: center;
}
.fdydz .journal-reward span.layui-icon{
    font-size: 36px;
	color: #f44336;
}
.fdydz .a span.mui-icon-extra{
    color: #f44336;
}
.fdydz .journal-reward:active span.layui-icon{
    color: #ff6d62;
}
.view_xingneng_nav ul{
    height: 48px;
    overflow: hidden;
}
.view_xingneng_navtwo{
	padding: 20px;
}
.view_xingneng_navtwo ul{
	text-align: center;
}
.view_xingneng_navtwo ul li{
	display: inline-block;
	padding: 0 6px;
}
.view_xingneng_navtwo ul li a{}
.view_xingneng_navtwo ul li.a {
}
.view_xingneng_navtwo ul li.a a{
	color: #c5c5c5;
}
.view_xingneng_navtwo{}
@media screen and (max-width: 600px){
.view_xingneng_navtwo ul li {
    padding: 0 3px;
    font-size: 12px;
}
.view_xingneng_navtwo ul li.a {
}
}
.fdydz .journal-reward {
    transform: translate(0%,0%) rotate(-30deg);
}
.index_list_a2_a3 {
    padding: 20px;
    background: white;
    margin-bottom: 15px;
}
.cpuduibi_search{}
.cpuduibi_search .cpuduibi_search_input{
	display: flex;
}
.cpuduibi_search .cpuduibi_search_input input{
	margin-bottom: 0px;
    border-radius: 10px;
    background: white;
    height: 30px;
    width: 100%;
	border: 0px;
    //text-align: center;
	padding-left: 5px;
}
.cpuduibi_search .cpuduibi_search_input input:focus{
	//text-align: left;
}
.cpuduibi_search .cpuduibi_search_input input:-webkit-autofill{
	//text-align: left;
}
.cpuduibi_search .cpuduibi_icon_list li{
	padding: 0 15px;
	position: relative;
}
.cpuduibi_search .cpuduibi_icon_list{
	display: none;
}
.cpuduibi_search:hover .cpuduibi_icon_list,.cpuduibi_search:active .cpuduibi_icon_list{
	display: inherit;
}
.cpuduibi_search .cpuduibi_icon_list li label{
	cursor: pointer;
	position: absolute;
	right: 15px;
	font-size: 13px;
	top: 0px;
	display: none;
	z-index: 1;
}
.cpuduibi_search .cpuduibi_icon_list li label input{
	margin-right: 3px;
}
.cpuduibi_search .cpuduibi_icon_list li:hover{
	background: whitesmoke;
}
.cpuduibi_search .cpuduibi_icon_list li:hover label{
	display: inherit;
}
.cpuduibi_search .cpuduibi_icon_list li:hover a{
	color: #4e71f2;
}
.cpuduibi_search .cpuduibi_icon_list li:hover label:hover{
	color: #4e71f2;
}
@media screen and (max-width: 680px){
	.cpuduibi_search .cpuduibi_icon_list li label{
		display: inherit;
	}
}
.cpuduibi_search{
	color: #626675;
    line-height: 32px;
    position: relative;
    padding: 10px 12px;
    background: white;
}
.cpuduibi_search  ul li a{
    display: block;
}
.cpuduibi_search_box{
	border: 2px solid #4e71f2!important;
	border-radius: 10px;
	position: relative;
}
/*login 2022-0730*/
.xinv2_userbox{}
.xinv2_userbox .xinv2_userbox_a1{
	display: inline-block;
}
.xinv2_userbox.user_block .xinv2_userbox_a1{
	display: none;
}
.xinv2_userbox .xinv2_userbox_a2{
	display: none;
	font-size: 14px;
}
.xinv2_userbox.user_block .xinv2_userbox_a2{
	display: inline-block;
}
.xinv2_userbox #xin_common_user_avatar {
    width: 30px;
    height: 30px;
    margin-right: 2px;
    border-radius: 50%;
}
.xinv2_userbox .xinv2_userbox_a2 .layui-icon{
    font-weight: 400;
    font-size: 16px;
    margin-right: 0px;
    padding: 0px;
    margin-left: 0px;
}
.xinv2_userbox{}
.xinv2_userbox{}
.xinv2_userbox{}
.xinv2_userbox{}
.xinv2_userbox{}
.xinv2_userbox{}
.xinv2_userbox{}
.xinv2_userbox{}
.xin_login_qrcode_html{
	text-align: center; width: 400px
}
.xin_login_qrcode_html .qrcode_box{
    position: relative;
}
.xin_login_qrcode_html .qrcode_box img{
    //opacity: 0.1;
}
.xin_login_qrcode_html .qrcode_box .ibox{
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
}
.xin_login_qrcode_html .qrcode_box .ibox .ibox_a1{
	width: 110px;
	height: 110px;
	display: inline-block;
}
.xin_login_qrcode_html .qrcode_box.state1 .ibox .ibox_a1,.xin_login_qrcode_html .qrcode_box.state2 .ibox .ibox_a1{
    background: rgba(0, 0, 0, 0.65);
}
.xin_login_qrcode_html .qrcode_box .ibox .ibox_a1 .ibox_a1_a{
    line-height: 110px;
}
.xin_login_qrcode_html .qrcode_box .ibox i{
	font-size: 26px;
}
.xin_login_qrcode_html .qrcode_box.state2 .ibox i{
    color: #2fff38;
}
.xin_login_qrcode_html .qrcode_box.state2 .ibox i:before {
    content: "\1005";
}
.xin_login_qrcode_html .qrcode_box.state1 .ibox i{
    color: #ffffff;
    cursor: pointer;
}
.xin_login_qrcode_html .qrcode_box.state1 .ibox i:before {
    content: "\e666";
}
.xyval_wenda2021 {
	}.xyval_wenda2021 .xyval_wenda2021_a1 {
	background-color:#fff;
	border:1px solid #ececec;
	position:relative;
	z-index:8;
	padding-top:20px;
}
.xyval_wenda2021 .xyval_wenda2021_a1 h2 {
	padding:0 20px;
	font-weight:bold;
	position:relative;
}
.xyval_wenda2021 .xyval_wenda2021_a1 h2 p {
	line-height:32px;
	font-size:24px;
	word-break:break-all;
	word-wrap:break-word;
	color:#222;
}
.xyval_wenda2021 .xyval_wenda2021_a1 .problem_text {
	font-size:16px;
	line-height:30px;
	word-break:break-all;
	word-wrap:break-word;
	color:#333;
	font-weight:normal;
	padding:0 20px;
}
.xyval_wenda2021 .xyval_wenda2021_a1 .user_bar {
	padding:0 20px;
	height:42px;
	line-height:24px;
	font-size:13px;
	color:#999;
	position:relative;
	margin-top:4px;
	z-index:5;
	padding-bottom:18px;
}
.xyval_wenda2021 .xyval_wenda2021_a1 .user_bar .user_bar_a1 {
	height:20px;
	line-height:20px;
	margin-top:2px;
	float:left;
	*display:inline;
	position:relative;
}
.xyval_wenda2021 .xyval_wenda2021_a1 .user_bar .user_bar_a1 img {
	width:20px;
	height:20px;
	overflow:hidden;
	border-radius:20px;
	float:left;
	*display:inline;
	margin-right:6px;
}
.xyval_wenda2021 .xyval_wenda2021_a1 .user_bar .user_bar_a1 .user_name {
	float:left;
	color:#999;
	display:inline-block;
	*display:inline;
	*zoom:1;
	max-width:78px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.user_time {
	float:left;
	color:#999;
	display:inline-block;
	*display:inline;
	*zoom:1;
	max-width:150px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xyval_wenda2021 .xyval_wenda2021_a1 .user_bar {
	}.xyval_wenda2021 .xyval_wenda2021_a2 {
	background-color:#fff;
	border:1px solid #ececec;
	position:relative;
	z-index:8;
	padding:10px 0;
	margin-top:10px;
}
.xyval_wenda2021 .xyval_wenda2021_a2 .goods_title_con {
	height:36px;
	line-height:36px;
	position:relative;
}
.xyval_wenda2021 .xyval_wenda2021_a2 .goods_title_con .goods_title {
	display:block;
	overflow:hidden;
	background:url(/uploads/image/0uximages/0a6c8def334838a07b02b16da97328cd.png) no-repeat;
	width:128px;
	height:36px;
	line-height:33px;
	position:absolute;
	left:-4px;
	top:0;
	background-position:0 -40px;
	font-size:18px;
	text-indent:39px;
	color:#fff;
	font-weight:bold;
}
.xyval_wenda2021 .xyval_wenda2021_a2 .goods_huida_con {
	padding:10px 20px;
	word-break:break-all;
	word-wrap:break-word;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.xyval_wenda2021 .xyval_wenda2021_a2 .goods_huida_con p {
	word-break:break-all;
	word-wrap:break-word;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.goods_huida_con img {display:block;width:auto;margin:8px auto;max-width: 75%;
}
.xyval_wenda2021 .xyval_wenda2021_a2 .goods_huida_con a {
	//color:#367ab6;
	padding:0 4px;
	//font-weight:400;
}
.xyval_wenda2021 .xyval_wenda2021_a2 {
	}.xyval_wenda2021 {
	}.xyval_wenda2021 {
	}
/*login 2022-0730 end*/

.download {
	height: 60px;
    background: #40aae2;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    margin: 10px auto;
}
.download a {
	color:#fff;
	display:block;
}