
@charset "utf-8";
/* CSS Document */
body {
	background: #fafafa;
	color: #555;
	font-size: 14px;
 	-webkit-font-smoothing: antialiased;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,a:hover,a:after,a:focus {
	color: rgb(80,80,80);
	text-decoration: none;
}

asas.container {
	padding: 0px;
}

.pager>li>a,.pager>li>span {
	border: 1px solid #eaeaea;
}

.pager>li a.active {
	background: rgb(115,180,28);
	color: #fff;
}

.logo {
	margin-top: 22px;
}

/***index***/
.cards {
	margin-top: 20px;
}

.uxd-f-l {
	margin-left: 15px;
}

.ued-navbar {
	height: 80px;
	background: #FFF;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.03), 0 2px 0 0 rgba(0,0,0,0.02);
}

.index_box_false {
	border-top: 1px solid #eaeaea;
	background: #fafafa;
}

.index_box_false h2 {
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	color: #222
}

.index_box_false h3,.index_box_true h2 {
	color: #888;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
}

#header .nav-primary a {
	border: 0px;
}

#header .nav-primary .p5 {
	margin-top: 6px;
}

#header .nav-primary li.p5 a {
	color: rgba(255,255,255,0.77);
}

#header .nav-primary li.p5 a:hover {
	border-radius: 4px;
	background: rgba(100,100,100,0.80);
	color: rgba(231,231,231,1.00);
}

.ued-indexnav {
	padding: 50px 0 50px 0;
	background: #333;
	text-align: center;
}

.ued-indexnav strong {
	font-weight: normal;
	font-size: 18px;
	line-height: 48px;
	color: #e8e8e8;
}

.ued-indexnav  p {
	color: #999999;
	font-size: 14px;
	line-height: 18px;
}

.index_box_false a.card,.index_box_true a.card {
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.index_box_false a.card:hover, .index_box_true a.card:hover {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
}

.text-muted {
	padding: 0 20px;
	background: #fafafa;
	line-height: 35px;
}

.header-slogan {
	text-align: center;
}

.header-slogan h1 {
	font-weight: lighter;
	font-size: 52px;
	color: #222
}

.header-slogan h1 strong {
	font-size: 52px;
}

.header-slogan h3 {
	font-weight: lighter;
	font-size: 42px;
	color: #222
}

.header-slogan p {
	padding: 10px;
	font-size: 24px;
	color: #777
}

.header-slogan .button {
	position: relative;
	width: 200px;
	height: 50px;
	background-color: #003dff;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0px 28px 32px -22px rgba(21,57,230,0.55);
	-moz-box-shadow: 0px 28px 32px -22px rgba(21,57,230,0.55);
	box-shadow: 0px 28px 32px -22px rgba(21,57,230,0.55);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-right: 15px;
}

.header-slogan .button_t {
	position: relative;
	width: 200px;
	height: 50px;
	background-color: #FFF;
	border: 2px solid #003dff;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0px 28px 32px -22px rgba(21,57,230,0.55);
	-moz-box-shadow: 0px 28px 32px -22px rgba(21,57,230,0.55);
	box-shadow: 0px 28px 32px -22px rgba(21,57,230,0.55);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.header-slogan .button-container {
	font-family: "Apercu", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 18px;
	overflow: hidden;
}

.header-slogan .button_t .button-container {
	color: #003dff;
}

.header-slogan .button-container span {
	text-align: center;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.header-slogan .button-text {
	margin-top: 0;
	opacity: 1 !important;
}

.header-slogan  .button:hover {
	cursor: pointer;
	background-color: #0940f1;
}

.header-slogan  .button_t:hover {
	cursor: pointer;
	background-color: #FFF;
}

.header-slogan .button:hover .button-container .button-text,.header-slogan .button_t:hover .button-container .button-text {
	margin-top: -18px;
}

.header-slogan .button:hover .button-container span,.header-slogan .button_t:hover .button-container span {
	opacity: 1 !important;
}
.index-banner{ padding:100px 0; background:#fff; background-image: url("http://uxdtime.com/common/static/statics/images/slogan_bg.png") ; background-repeat: no-repeat; background-position:95% 100% }

.uxd-bookimg {
	width: 270px;
}

.uxd-thumb {
	display: table-cell;
/*最重要*/ 
	padding: 15px 0;
	vertical-align: middle;
/*设置水平居中*/
}

.uxd-thumb img {
	display: block;
	margin: auto;
/*设置垂直居中*/
	max-width: 100%;
	max-height: 100%;
	border: none;
}

#pushbook,#pusharticles {
	padding: 40px 0;
}

#link,#footer {
	padding: 20px 0px;
}

#footer {
	border-top: 1px solid #eaeaea;
	background: #fff;
	color: #888888;
	text-align: center;
}

div.uxd-card-info {
	margin-bottom: 10px;
	padding: 10px 15px;
	border-top: 1px solid #eaeaea;
	color: #888;
}

.card:hover>.media-wrapper, .card:hover>img {
    background-color: #FFF;
    filter: alpha(opacity=90);
    opacity: .9;
}

.card-actions .uxd-f-l {
	overflow: hidden;
	width: 240px;
	height: 25px;
	color: #222;
	text-overflow: ellipsis;
	line-height: 25px;
}

.card .uxd-card-title {
	height: 88px;
	padding: 15px 0;
	border-top: 1px solid #eaeaea;
}

.card .uxd-card-title .uxd-f-l {
	overflow: hidden;
	width: 100%;
	height: 25px;
	color: #222;
	text-overflow: ellipsis;
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 10px;
}

.card .uxd-card-title2 {
	height: 110px;
	padding: 15px 0;
	border-top: 1px solid #eaeaea;
}

.card .uxd-card-title2 .uxd-f-l {
  	width:100%;
	color: #222;
	line-height: 25px;
  	max-height:88px;
  	height:48px;
	font-size: 16px;
	margin-bottom: 10px;
	padding-right:20px;
}

.card .uxd-book-info {
	padding: 0px 15px;
	color: #888;
	line-height: 22px;
	height: 25px;
}
.card>.media-wrapper { background-color: #fff;}
.card .uxd-book-star {
	padding: 10px 15px;
	color: #888;
	border-top: 1px solid #eaeaea;
}

.index_box_true {
	border-top: 1px solid #eaeaea;
}

.index_box_true h2 {
	text-align: center;
	font-weight: normal;
	font-size: 42px;
}
/**文章模块**/
#article {
	margin-bottom: 20px;
}

#article .article-wrap .content {
	padding: 10px 30px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

#article .article-wrap .content img {
	text-align: center;
}

.article-wrap h1 {
	padding: 10px 25px;
	font-weight: normal;
	font-size: 32px;
}

.article-wrap .dl-inline {
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-bottom: 1px solid #eaeaea;
	color:#9a9a9a;
}

#article .article-wrap .dl-inline dt {
	margin-right: 5px;
}

#article {
	margin-top: 20px;
}

#article .article-wrap {
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background: rgb(255,255,255);
}

#article .article-wrap header {
	padding: 20px 35px;
}

#article .article_bottom_but {
	border-top: 1px solid #eaeaea;
}

#article .article_bottom_but .col-md-6 {
	padding: 0px;
	height: 60px;
}

#article .article_bottom_but .col-md-6 a {
	display: block;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
}

#article .article_bottom_but .col-md-6 a i {
	padding: 0 20px;
}

#article .article_bottom_but .col-md-6 a:hover {
	background: #eaeaea;
}

#article .article_bottom_but .col-md-6 a:hover i {
	color: rgb(51,204,51);
}
/**推荐读书5.26**/
#book_info {
	background: rgb(255,255,255);
}

#book_info .container {
	padding: 50px 0;
	background-image: url(../images/book_info_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%
}

#book_info h1 {
	font-weight: normal;
	font-size: 42px;
	color: #333
}

#book_info .score {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
	width: 408px;
	height: 105px;
	padding: 15px 0
}

#book_info  .score .Amazon {
	float: left;
	width: 190px;
	color: #888888;
	text-align: center;
}

#book_info  .score .dou {
	float: left;
	width: 190px;
	color: #888888;
	text-align: center;
}

#book_info  .score .dou a {
	display: block;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}

#book_info  .score i {
	font-size: 42px;
	height: 50px;
	line-height: 50px;
	color: #003dff;
	font-weight: 600
}

#book_info  .score  .s_t {
	color: #888888;
	line-height: 20px;
}

#book_info  .bookinfo {
	font-size: 14px;
	color: #888;
	padding: 10px 0;
}

#book_info  .book_menu {
	padding: 15px  0;
	margin-left: 65px;
}

#book_info  .book_menu a {
	margin-right: 10px;
	padding: 6px 15px;
	border: 1px #eaeaea solid;
	border-radius: 4px;
	background: #fafafa;
	font-size: 16px;
}

#book_info  .star {
	padding: 30px 0 15px 0;
	color: #aaa
}

#book_info  .star p {
	padding-top: 10px;
	color: #aaa
}

#book_info  .tags {
	padding-top: 5px;
}

#book_info  .tags span {
	margin-right: 8px;
	font-size: 16px;
}

.Recommend {
	background: #333;
	color: #aaa;
}

.Recommend .container {
	padding: 40px 0;
}

.Recommend .container .user_info {
	float: left;
	text-align: center;
}

.Recommend .container .user_info strong {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-size: 18px;
}

.Recommend .container .user_info img {
	width: 110px;
	border: 4px solid #fff;
}

.Recommend .container .user_Recommend {
	float: left;
	padding-left: 130px;
	background: url(../images/sucai.png) no-repeat;
	background-position: 20px 40px;
}

.Recommend .container .user_Recommend h4 {
	font-weight: normal;
	font-size: 22px;
}

.Recommend .container .user_Recommend h3 {
	padding-left: 40px;
	font-weight: normal;
	font-size: 28px;
	color: #fff
}

.Recommend .container .user_Recommend .content {
	padding: 20px 0 0 0;
	font-size: 16px;
	line-height: 28px;
}

.comments {
	padding: 15px 0;
}

.other-title {
	font-size: 28px;
	display: block;
	color: 333px;
	padding-bottom: 10px;
}
/**∂**/
.header-bread {
	height: 42px;
	line-height: 28px;
	border-bottom: 1px solid #eaeaea;
	color: #888
}

.header-bread2 {
	height: 40px;
	background-color: #fff;
}

.header-bread2 ol {
	padding: 10px 0px;
}

h3.header-dividing {
	font-weight: normal;
	font-size: 20px;
}

.article .abstract {
	margin-bottom: 15px;
	padding: 10px;
	background: #fff6f7;
}

.book-info ul li {
	padding: 5px 0;
	font-size: 14px;
}

.book-info ul li .label {
	margin-right: 10px;
	font-size: 16px;
}

.shuqita .nav-tabs>li.active {
	background: none;
}

.shuqita .nav-tabs>li.active a {
	border: none;
	background: none;
	color: rgba(0,0,0,1.00);
	font-size: 20px;
}

.shuqita .nav-tabs>li a:hover,.shuqita .nav-tabs>li a:after {
	border: 0;
	background: none;
}

.col-diy-5 div {
	float: left;
	padding: 10px;
	width: 20%;
}

.bookupdate_time {
	position: absolute;
	width: 116px;
	height: 42px;
	background: #333;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

.right-box-info {
	color: rgb(191,191,191);
	font-weight: normal;
	font-size: 24px;
}

.right-box-info2 {
	color: rgb(150,150,150);
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}
/**右侧类型**/
.sidebar {
	padding: 0px;
	width: 300px;
}

.sidebar .list_ac,.sidebar .list_img,.sidebar .list_book,.sidebar .list_tag {
	padding: 12px;
}

.sidebar .panel {
	border-color: #eaeaea;
	box-shadow:0 0px 0px rgba(0,0,0,.05);;
}

.sidebar .panel  .tl {
	height: 30px;
	color: 666666;
	font-size: 18px;
}

.sidebar .list_ac li {
	line-height: 26px;
}

.sidebar .list_book li {
	border-bottom: 0px solid #eaeaea;
	text-align: center;
}

.sidebar .list_book li img {
	margin: 5px;
}

.sidebar .list_book li p {
	display: block;
	line-height: 28px;
}

.sidebar .list_img li {
	padding: 10px 0;
	height: 88px;
	border-bottom: 1px solid #eaeaea;
}

.sidebar .list_img .pull-left {
	width: 88px;
}

.sidebar .list_img .pull-right {
	width: 170px;
}

.sidebar .list_img li i {
	display: block;
	color: rgb(153,153,153);
	font-style: normal;
}

.sidebar .list_tag a {
	float: left;
	overflow: hidden;
	margin: 0 2% 2% 0;
	padding: 0 8px;
	width: 48%;
	height: 29px;
	background-color: #f6f6f6;
	color: #999;
	font-size: 12px;
	line-height: 29px;
}

.sidebar .article-down {
	padding: 12px;
}

.sidebar .article-down a {
	display:block;
	width:274px;
	background:#2f5be7;
	color:#FFF;
	padding: 12px 0px; 
	border-radius: 4px;
	height:52px;
 	text-align: center;  
	font-size:18px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.sidebar .article-down a u { 
	text-align: center;  
	text-decoration: none;
}
.sidebar .article-down a i {
	background:#2357fe;
	padding:12px 18px;
	border-radius: 8px 0 0 8px;
	color:rgb(255,255,255);
	height:52px;
}
.sidebar .article-down ul { padding-top:15px;}
.sidebar .article-down ul li { line-height:30px; padding-left:5px}
.hiddened {
	position: fixed;
	margin-top: -40px;
	width: 300px;
	transition: top .5s;
}

.showed {
	top: 60;
	z-index: 9999;
}
.clear {clear: both; }
/**条件筛选开始**/
.select-list {
	background: #fff;
	padding: 20px 30px;
	border: 1px #eaeaea solid;
	border-radius: 4px;
	margin-bottom: 25px;
}

.select-list ul {
	clear: both;
	display: inherit;
	padding: 5px 0;
}

.select-list ul li.t {
	width: 90px;
}

.select-list li {
	float: left;
	padding-right: 8px;
	line-height: 30px;
}

.select-list li a {
	padding: 5px 12px;
	color: #888;
}

.select-list li a:hover {
	color: #333
}

.select-list li a.b {
	border-radius: 4px;
	background: rgb(51,51,51);
	color: rgb(255,255,255);
}
/**top nav**/
ul.UXDtopnav {
	margin-left: 50px;
}

.navbar {
	margin-bottom: 0px;
	width: 100%;
	background-color: #fff;
	z-index:9999
}
#header .nav>li { background: #FFF; z-index:9999}
#header .nav>li>a {
	padding: 28px 15px;
	color: #888;
	font-size: 18px;
	
	
}

#header .nav>li>a:focus,#header .nav>li>a:hover {
	border-bottom: 3px solid #333;
	background: #FFF;
	color: #333;
}

#header .nav .open>a,#header .nav .open>a:focus,#header .nav .open>a:hover {
	background-color: rgb(65,65,65);
	color: #fff;
}

#header ul.UXDtopnav .dropdown-menu {
	border: 0px;
	border-radius: 0;
	background-color: rgb(65,65,65);
}

#header ul.UXDtopnav .dropdown-menu>li>a {
	color: #c5c5c5;
}

#header .collapse .nav>li.user a.topuser {
	padding: 9px 1px;
	border: 0px;
	background: none;
	color: #EDEDED;
}
.navbar-toggle  {margin-top: 13px;}
/**导航模块**/
.url-title {
	padding-bottom: 20px;
	color: #888;
	font-weight: normal;
	font-size: 20px;
}

.url-title i {
	margin-right: 10px;
	font-size: 22px;
}

.uxd-url .card {
	padding: 12px;
	height: 90px
}

.uxd-url .url-item-title {
	color: #333;
	font-size: 16px;
}

.uxd-url .info {
	color: #aaa;
}

.url-icon {
	padding-top: 10px;
	text-align: center;
}

.url-icon i {
	padding: 0 25px;
	color: #ccc;
	font-size: 18px;
}

.bg-header {
	background-image: url(../images/236f789a3f9c48cf8fa6cd51b704b02f_d.jpg);
	*//* background-size:cover;*//* background-repeat:no-repeat;*/
}

body.login,body.user {
	background: #fafafa;
	color: #666666;
}

.user_from {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	margin-left: -220px;
	width: 460px;
	font-weight: normal;
}

.login .from_input {
	padding: 20px 30px;
}

.login label {
	font-weight: normal;
}

.login .other-links {
	margin-top: 20px;
}

.login .user_from button {
	margin-top: 20px;
}

.user_from .form-lead {
	margin-bottom: 25px;
	text-align: center;
	font-weight: normal;
}

.userinfo {
	padding-top: 30px;
}

.user-nav {
	padding-top: 35px;
	color: #999;
	text-align: center;
}

.user-nav .userinfo strong {
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 22px;
	line-height: 38px;
}

.user-nav i {
	line-height: 24px;
}

.user-nav .userinfo-but {
	padding: 15px 0;
}

.user-nav .userinfo-but .btn {
	margin: 0 5px;
	padding: 5px 20px;
	border: 0px;
	color: #888888;
}

.user-nav .userinfo-but .btn-success {
	background-color: #74b458;
	color: #fff;
}

.total {
	padding: 10px 0px;
	height: 75px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.total>div {
	float: left;
	width: 33.3%;
	color: #99999;
}

.total strong {
	color: #666666;
	font-size: 22px;
}

.user>.container>.col-lg-3 {
	padding: 0px;
}

.user-nav .list-group {
	text-align: left;
}

.fen {
	height: 10px;
	border-bottom: 1px solid #eaeaea;
	background: #eaeaea;
}

.user-nav .nav-secondary {
	text-align: left;
	font-size: 14px;
}

.user-nav .nav-secondary i {
	color: #999;
}

.user_bottom_info {
	position: absolute;
	bottom: 8%;
	left: 50%;
	margin-left: -94px;
	color: #bbb;
	font-size: 16px;
}
/**右侧滚动监听**/
#content .item {
}

#menu {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: 600px;
	width: 250px;
}

#menu li a {
	display: block;
	height: 40px;
	color: #999;
	line-height: 40px;
}

#menu li a.current {
	border-left: 1px solid rgb(0,102,51);
	color: #444;
	font-weight: bold;
}
/**diy page 6.26**/
#diy_page {
	background-color: rgb(255,255,255);
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 0px;
	margin-bottom: 20px
}

#diy_page .page-title {
	padding: 10px 25px;
	border-bottom: 1px solid #eaeaea;
}

#diy_page .page-title h1 {
	font-weight: normal;
	font-size: 32px;
}

#diy_page .page-content {
	margin-top: 10px;
	padding: 30px;
	font-size: 16px;
	line-height: 1.8;
}
/***header seach***/
.focusblurmenu {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 8px;
	margin-right: 10px;
}

.focusblurmenu input {
	float: right;
	padding: 0px;
}

.focusblurmenu .searchkey {
	border: 2px solid rgb(120,120,120);
	box-sizing: border-box;
	width: 100px;
	height: 35px;
	padding: 0 10px 0 10px;
	background-color: rgb(50,50,50);
	font-size: 14px;
	border-radius: 8px 0 0 8px;
	color: #999;
	border-right: 0px
}

.focusblurmenu .searchkeyfocus {
	background-color: rgb(50,50,50);
	border-radius: 8px 0 0 8px;
}

.focusblurmenu .searchbtn {
	z-index: 999;
	cursor: pointer;
	background-color: rgb(50,50,50);
	border: 2px solid rgb(120,120,120);
	border-left: 0px;
	padding-right: 15px;
	border-radius: 0 8px 8px 0;
	height: 35px;
}

.focusblurmenu .searchbtn i {
	color: rgb(200,200,200);
	font-size: 14px
}
/***分页***/
.pagenav {
	color: #888
}

.pagenav a {
	border: 1px solid #ddd;
	padding: 7px 15px;
	border-radius: 2px;
	display: inline-block;
	margin: 5px;
	color: #888
}

.pagenav a:hover {
	border: 1px solid #333;
}

.pagenav a.curpage {
	background: #333;
	border: 1px solid #333;
	color: #fff
}

/**返回顶部**/
.bktop {
	display: none;
	width: 55px;
	height: 55px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 60;
	opacity: .4;
	transition: opacity .3s;
}

/**下载类型**/
.item-style2 {
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
	color: #888;
    margin-bottom: 20px;
}

.item-style2:hover {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
}

.item-style2 .uxd-downimg {
	text-align: center;
	display: block;
	padding: 20px;
}

.item-style2 h4 {
	font-size: 18px;
	font-weight: normal;
	color: #222;
	padding-top: 5px;
}

.item-style2 .list_down {
	width: 80px;
	height: 80px;
	border-left: 1px solid #eaeaea;
	text-align: center;
}

.item-style2 .list_down a {
	display: block;
	padding-top: 13px;
}

.item-style2 .list_down a:hover {
	color: #003dff
}
.item-style2 .list_down_info{
	border-top:1px solid #eaeaea;
}

.chip {
    align-items: center;
    background: #f0f1f4;
    border-radius: 5rem;
    color: #667189;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-align: center;
 	font-size:12px;
    margin: 2px;
    max-width: 100%;
    padding:0px 6px;
    text-decoration: none;
    vertical-align: middle;
}
.chip.Sketch {
    background: #ffa107;
    color: #fff;
}
.chip.invision-studio {
    background: #f36;
    color: #fff;
}
.chip.adobe-xd {
    background: #FF20C1;
    color: #fff;
}
.chip.figma {
    background: #00CF80;
    color: #fff;
}
.chip.PSD {
    background: #003dff;
    color: #fff;
}
.chip.AI {
    background: #fc9d0d;
    color: #fff;
}
.chip.PDF {
    background: #df2d2d;
    color: #fff;
}

/***插件样式****/

.zanGroup {
    padding: 30px;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}
.zanGroup .zanBtn {
    display: block;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: #003dff;
    margin: 0 auto 5px;
    overflow: hidden;
}
.zanGroup .zanBtn .icon {
    font-size: 26px;
    color: #fff;
    line-height: 68px;
}
@media (max-width: 767px) {
	.ued-indexnav { padding: 30px 0 30px 0;}
	.card .uxd-card-title .uxd-f-l {width:100%}
	.index-banner { background-image: none; padding:30px 0}
	ul.UXDtopnav { margin-left: 0px; background:#fff }
	.header-slogan h1 { font-size:32px}
	.header-slogan h1 strong { font-size:38px}
	.header-slogan p { font-size:16px}
	.header-slogan .button { width: 160px}
	.header-slogan .button_t { width: 160px}
	.index_box_false h2 { font-size:22px}
	.item-style2 h4 { font-size:20px }
	#book_info .container {background-image: none; padding: 20px 0;}
	#book_info h1 { font-size:32px}
	#book_info .score { width: 100%;}
	#book_info .score .Amazon  { width: 45%;}	
	#book_info .score .dou { width: 45%;}	
	.Recommend .container .user_Recommend {padding-left: 20px; background:  none }
	.other-title { font-size:18px}
	#book_info .tags span { font-size: 14px;margin-right: 5px;}
	.Recommend .container .user_Recommend h3 { font-size:22px}
  }
  }
@media (min-width: 768px) and (max-width: 991px) {
	.card .uxd-card-title .uxd-f-l  {  width: 320px;}
	.index-banner { background-image: none ;padding:50px 0}
	.uxd-bookimg { width: 335px;}
	ul.UXDtopnav { margin-left: 0px; background:#fff }
	.header-slogan h1 { font-size:42px}
	.header-slogan h1 strong { font-size:48px}
	.header-slogan p { font-size:18px}
	.index_box_false h2 { font-size:28px}
	.item-style2 h4 { font-size:18px }
  }
@media (min-width: 992px) and (max-width: 1199px) {
	.card .uxd-card-title .uxd-f-l  {  width: 260px;}
	.uxd-bookimg {width: 285px;}
	#article .article-wrap { width: 620px;}
	.item-style2 h4 { font-size:18px }
	
  }
@media (min-width: 1200px) {
	#article .article-wrap { width: 820px;}
	.item-style2 h4 { font-size:18px }
    
  }