body {
	font: 12px "Microsoft Yahei", georgia, verdana, helvetica, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

ul,
ol,
menu {
	list-style: none;
}

fieldset,
img {
	border: none;
}

img,
object,
select,
input,
textarea,
button {
	vertical-align: middle;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
	font-size: 100%;
	font-style: normal;
}

q:before,
q:after {
	content: '';
}

ins,
s,
u,
del {
	text-decoration: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

* {
	box-sizing: border-box;
}

.clear {
	clear: both;
	overflow: hidden;
}

.clearfix::after {
	content: '';
}


/*
页面样式
*/

html,
body {
	height: 100%;
}

body {
	min-width: 980px;
	color: #666;
}

.wrapper {
	min-height: calc(100% - 100px);
}

.dl-msg {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #E5CD96;
	background: #FEF6E3;
	display: none;
}

.dl-msg a {
	margin-left: 10px;
	color: #197AA6;
}

.dl-msg a:hover {
	text-decoration: underline;
}

.hd {
	width: 100%;
	height: 61px;
	border-bottom: 1px solid #f4f4f4;
}

.hd-wrap,
.bd-wrap,
.ft-wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
	/*box-shadow: 1px 0 0 #eee,-1px 0 0 #eee;*/
}

.hd-logo {
	width: 131px;
	height: 60px;
	background: url(../images/logo.png) center no-repeat;
}

.hd-wallpaper {
	position: absolute;
	right: 0;
	top: 12px;
	border-radius: 2px;
	background: #47affa;
	background: -webkit-linear-gradient(right, #4db9f6, #44abfc);
	padding: 9px 27px;
	color: #fff;
}


/*.hd-wallpaper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../images/wall.png) no-repeat 0 0;
}*/

.hd-wallpaper:hover {
	background: #36a1fb;
	background: -webkit-linear-gradient(right, #40acf9, #339dfc);
}

.hd-wallpaper:active {
	background: #369cfc;
	background: -webkit-linear-gradient(right, #3ba2fa, #3499fc);
}


/*.hd-wallpaper:hover:before {
  background-position: -16px 0;
}*/

.custom-head,
.more-head {
	position: relative;
	height: 96px;
	z-index: 10;
}

.custom-title,
.more-title,
.more-search {
	position: absolute;
	top: 50px;
	font-size: 16px;
	font-weight: normal;
	color: #353535;
}

.custom-wrap {
	/*height: 286px;*/
}

.custom-display,
.custom-set {
	float: left;
	width: 470px;
	height: 286px;
}

.custom-display {
	position: relative;
	overflow: hidden;
	margin-right: 40px;
	border-radius: 2px;
	width: 470px;
	height: 286px;
	background: url(../images/display.png) no-repeat;
	cursor: pointer;
}

.cse11 .custom-display {
	background-image: url(../images/cse11.png);
}

.custom-display:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-radius: 2px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
}

.custom-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 48px;
	background: url(../images/default.png) no-repeat;
}

.custom-set {}

.set-head {
	height: 28px;
	border-bottom: 1px solid #f4f4f4;
}

.set-reset {
	float: right;
	color: #666;
}

.set-reset:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
	margin-right: 5px;
	background: url(../images/reset.png);
}

.set-reset:hover {
	color: #000;
}

.reset-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/reset.png);
}

.set-form {
	padding: 20px 0;
}

.form-sharp {
	float: left;
}

.sharp-title,
.position-title {
	margin-right: 10px;
	font-size: 14px;
	color: #666;
	vertical-align: middle;
}

.sharp-select,
.position-select {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 2px;
	box-shadow: none;
	background-image: url(../images/select.png), -webkit-linear-gradient(#fff, #fbfbfb 40%, #f8f8f8);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #c6c6c6;
	width: 120px;
	color: #555;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 5px 6px 10px;
}

.sharp-select:focus,
.position-select:focus {
	box-shadow: none;
	background-image: url(../images/select.png), -webkit-linear-gradient(#ffffff, #fbfbfb 40%, #f8f8f8);
	border-color: #b3d8ff;
	outline: none;
}

.form-position {
	float: right;
}

.color-title {
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0;
	color: #666;
}

.color-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.color-item {
	width: 70px;
	padding: 10px 0 0;
}

.color-view {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	border-radius: 44px;
	background: #ddd;
	transition: all .1s linear;
}

.color-view:hover {
	box-shadow: 0 0 0px 2px rgba(99, 173, 255, 1);
	border: 1px solid #fff;
}

.color-current .color-view {
	border: 1px solid #fff;
	box-shadow: 0 0 0 2px #63adff;
	-webkit-animation: colorClick .3s ease 0s;
	-moz-animation: colorClick .3s ease 0s;
	-ms-animation: colorClick .3s ease 0s;
	-o-animation: colorClick .3s ease 0s;
	animation: colorClick .3s ease 0s;
}

@keyframes colorClick {
	0% {
		/*border: none;
    box-shadow: none;*/
		-webkit-transform: scale(1);
	}
	40% {
		/* border: none;
    box-shadow: none;*/
		transform: scale(.6);
	}
	100% {
		/*border: 1px solid #fff;
    box-shadow: 0 0 0 2px #63adff;*/
		-webkit-transform: scale(1);
	}
}

.color-name {
	margin-top: 5px;
	text-align: center;
	font-weight: normal;
}

.more-wrap {}

.more-title:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: text-bottom;
	margin-right: 5px;
	background: url(../images/moreicon.png);
}

.more-search {
	right: 0;
	height: 26px;
}

.more-search-count {
	float: left;
	height: 100%;
	line-height: 26px;
	margin-right: 10px;
	font-size: 12px;
	color: #999;
	display: none;
}

.more-search-wrap {
	float: left;
	position: relative;
	width: 190px;
	height: 26px;
	border: 1px solid #c6c6c6;
	border-radius: 2px;
	line-height: 24px;
	font-size: 12px;
}

.more-input {
	position: absolute;
	left: 20px;
	top: 0;
	width: 145px;
	height: 25px;
	background: transparent;
	vertical-align: top;
	padding-left: 5px;
	border: none;
	outline: none;
}

.more-search-btn {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	background: url(../images/search.png);
}

.more-search-btn:hover {
	background-position: -16px 0;
}

.more-search-clear {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #888;
	display: none;
}

.more-search-clear:after {
	content: '\2715';
}

.more-search-clear:hover {
	color: #666;
}

.more-search-clear:active {
	color: #333;
}

.more-search-sug {
	position: absolute;
	top: 24px;
	left: -1px;
	width: 190px;
	border: 1px solid #c6c6c6;
	background: #fff;
	display: none;
}

.more-search-item {
	padding-left: 5px;
	cursor: pointer;
}

.more-search-selected {
	background: #ddd;
}

.more-navigator {
	height: 20px;
	margin: 30px 0;
	color: #525252;
	font-size: 14px;
}

.more-nav,
.more-line {
	float: left;
}

.more-nav:hover {
	color: #4a98f7;
}

.more-nav-active {
	color: #4a98f7;
}

.more-line {
	width: 1px;
	height: 100%;
	border-left: 1px solid #e8e8e8;
	margin: 0 18px;
}

.more-nav-used {
	float: right;
}

.more-nav-used:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: text-bottom;
	margin-right: 5px;
	background: url(../images/used.png);
}

.more-nav-used.more-nav-active:before {
	background-position: -17px 0;
}

.more-item {
	float: left;
	position: relative;
	width: 312px;
	height: 212px;
	margin-right: 22px;
	margin-bottom: 22px;
	border-radius: 2px;
	overflow: hidden;
}

.more-item:nth-child(3n) {
	margin-right: 0;
}

.more-content {
	position: relative;
	/*top: -1px;
  left: -1px;*/
	width: 312px;
	height: 172px;
	overflow: hidden;
	/*box-shadow: 0 0 0 1px solid rgba(0,0,0,.1) inset;*/
}

.more-content:hover .skin-img {
	-webkit-filter: blur(2px);
	/* Chrome, Opera */
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.more-content:hover .more-hover {
	display: block;
}

.more-installed:hover .more-hover {
	display: none;
}

.more-installed:hover .skin-img {
	-webkit-filter: none;
	/* Chrome, Opera */
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

.more-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	/*box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;*/
	border: 1px solid rgba(0, 0, 0, .1);
}

.more-installed .more-border {
	border: 1px solid #63a8f5;
}

.more-installed .skin-new {
	display: none;
}

.more-installed .more-content:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	width: 46px;
	height: 46px;
	z-index: 1;
	background: url(../images/current.png);
}

.more-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	display: none;
}

.skin-view {
	position: absolute;
	width: 100%;
	height: 100%;
}

.skin-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	/* display: inline-block; */
	width: 120px;
	height: 36px;
	line-height: 34px;
	margin-left: -60px;
	margin-top: -18px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	background: rgba(0, 0, 0, .1);
	text-align: center;
}

.skin-view:hover .skin-btn {
	border-color: #63a8f5;
	color: #63a8f5;
}

.skin-img {
	/*position: absolute;*/
	width: 312px;
	/*margin: -1px 0 0 -1px;*/
	/*height: 172px;*/
	/*top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}

.skin-new {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 48px;
	height: 48px;
	background: url(../images/new.png) no-repeat;
}

.more-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 172px;
	background-color: rgba(255, 255, 255, .5);
	font-size: 12px;
	color: #1d6303;
	z-index: 3;
	display: none;
}

.more-installing .more-mask {
	display: block;
}

.more-mask img {
	position: absolute;
	top: 55px;
	left: 100px;
}

.more-mask .install-status {
	text-align: center;
	line-height: 26px;
	margin-top: 59px;
}

.more-mask .install-message {
	text-align: center;
	margin-top: 70px;
	display: none;
}

.more-mask-fail img,
.more-mask-fail .install-status {
	display: none;
}

.more-mask-fail .install-message {
	display: block;
}

.more-btn-wrap {
	margin: 20px 0;
}

.more-btn {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .2);
	color: #999;
}

.more-btn:hover {
	color: #666;
	border: 1px solid rgba(0, 0, 0, .3);
}

.more-info {
	width: 100%;
	height: 36px;
	line-height: 36px;
}

.more-name {
	float: left;
	color: #666;
}

.more-used {
	float: right;
	color: #aaa;
	line-height: 36px;
	font-size: 12px;
}

.more-used-icon {
	display: inline-block;
	vertical-align: bottom;
	background: url(../images/user.png) no-repeat;
	background-position: 0 10px;
	width: 13px;
	height: 36px;
	margin-right: 3px;
	/*display: inline-block;
    width:20px;
    height:36px;
    background: url(../images/user.png) no-repeat;
    white-space:nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    /* IE7 */
	/**text-indent: 0;
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');*/
}


/*.more-used-icon:before {
  content: '\3000';
}*/

.more-installed .more-used,
.more-installed .more-name {
	color: #187def;
}

.more-installed .more-used-icon {
	background-position: -13px 12px;
}

.msg-container {
	position: relative;
	width: 300px;
	margin: 25px auto;
}

.msg-line {
	/*position: absolute;
  top: 0;
  left: 0;*/
	width: 85px;
	height: 73px;
	margin: 0 auto;
	background: url(../images/morewaiting.png);
}

.msg-content {
	position: relative;
	padding: 30px 0;
	background: #fff;
	text-align: center;
	z-index: 1;
	color: #aaa;
}

.ft {
	background: #f2f2f2;
	color: #c1c1c1;
}

@media (prefers-color-scheme: dark) {
	html.dark-mode {
		background-color: #27282F;
	}
	.dark-mode body {
		background-color: #27282F;
	}
	.dark-mode .custom-title,
	.dark-mode .more-title,
	.dark-mode .more-search,
	.dark-mode .set-reset,
	.dark-mode .more-navigator,
	.dark-mode .more-name {
		color: #fff;
	}
	.dark-mode .sharp-title,
	.dark-mode .position-title,
	.dark-mode .color-title,
	.dark-mode .color-name {
		color: #fff;
	}
	.dark-mode .hd {
		border-bottom: 1px solid rgba(51, 51, 51, 1);
	}
	.dark-mode .set-head {
		border-bottom: 1px solid rgba(51, 51, 51, 1);
	}
	.dark-mode .sharp-select,
	.dark-mode .position-select {
		background: rgba(62, 63, 70, 1);
		border: 1px solid rgba(255,255,255,0.2);
		border-radius: 2px;
		color: #fff;
		appearance: menulist;
		-webkit-appearance: menulist;
	}
	.dark-mode .more-search-wrap {
		background: rgba(62, 63, 70, 1);
		border: 1px solid rgba(255,255,255,0.2);
		border-radius: 2px;
		color: #fff;
	}
	.dark-mode .more-search-wrap input{
		color: rgba(255,255,255,1);
	}
	.dark-mode .more-search-wrap input::-webkit-input-placeholder{
	  /* color: #666666 !important; */
	  color: rgba(255,255,255,0.4) !important;
	}
	
	.dark-mode .more-btn{
		background: rgba(62, 63, 70, 1);
		border: 1px solid rgba(255,255,255,0.2);
		border-radius: 2px;
		color: #fff;
	}
	.dark-mode .more-btn:hover{
		background: #47484D;
		border: 1px solid rgba(255,255,255,0.2);
		border-radius: 2px;
		color: #fff;
	}
	.dark-mode .more-used {
		color: #989898;
	}
	.dark-mode .ft {
		background-color: #27282F;
		color: #999;
	}
	.dark-mode .ft-wrap {
		color: #999 !important;
		border-top: 1px solid rgba(68, 68, 68, 1) !important;
	}
	.dark-mode .more-installed .more-used,
	.dark-mode .more-installed .more-name {
		color: #187def;
	}
	.dark-mode .more-installed .more-used,
	.dark-mode .more-installed .more-name {
		color: #187def;
	}
	.dark-mode .sharp-title,
	.dark-mode .color-title,
	.dark-mode .position-title,
	.dark-mode .more-name,
	.dark-mode .more-navigator,
	.dark-mode .more-btn {
		opacity: .8;
	}
	.dark-mode .set-reset {
		opacity: .6;
	}
	.dark-mode .color-name {
		opacity: .5;
	}
	.dark-mode .more-nav-used:before {
		content: '';
		display: inline-block;
		width: 17px;
		height: 17px;
		vertical-align: text-bottom;
		margin-right: 5px;
		background: url(../images/used-b.png);
	}
	.dark-mode .hd-logo {
		width: 131px;
		height: 60px;
		background: url(../images/logo-b.png) center no-repeat;
	}
	.dark-mode .set-reset:before {
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: text-bottom;
		margin-right: 5px;
		background: url(../images/reset-b.png);
	}
	.dark-mode .reset-icon {
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		margin-right: 5px;
		background: url(../images/reset-b.png);
	}
	.dark-mode .more-search-btn {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 16px;
		height: 16px;
		vertical-align: text-bottom;
		background: url(../images/search-b.png);
	}
	.dark-mode .more-search-btn:hover {
		background-position: -16px 0;
	}
	.dark-mode .set-reset:hover {
		color: #fff;
	}
	.dark-mode .more-nav-used.more-nav-active:before {
		background-position: -17px 0;
	}
	.dark-mode .more-line{
		border-left: 1px solid rgba(255,255,255,0.2);
	}
	.dark-mode .hd-wallpaper{
		background-color: #3E9DFB;
	}
	.dark-mode .hd-wallpaper:hover {
		background-color: #4CA6FF;
	}
	.dark-mode .hd-wallpaper:active{
		background-color: #2085E9;
	}
	.dark-mode .more-nav-used{
		color: rgba(255,255,255,0.8);
	}
	.dark-mode .more-search-sug{
		background: #3E3F46;
		opacity: 1;
		border:1px solid rgba(255,255,255,0.2)
	}
	.dark-mode .more-search-sug li:hover{
		background:  #49494F;
	}
	.dark-mode .msg-content{
		background-color: #27282F;
	}

	/* 滚动条样式设置 */
		/* 整个滚动条区域 */
	.dark-mode::-webkit-scrollbar {
		width: 10px;
	}
		/* 滚动条两端按钮 */
	.dark-mode::-webkit-scrollbar-button {
	 display: none;
	}
		/* 滚动条轨道 */
	.dark-mode::-webkit-scrollbar-track {
		border-radius: 0;
		background-color: #56565A;
	}
		/* 滚动条滑块 */
	.dark-mode::-webkit-scrollbar-thumb {
		background-color: #6C6C70;
	}
	.dark-mode::-webkit-scrollbar-thumb:hover{
		background-color: #828284;
	}
	.dark-mode::-webkit-scrollbar-thumb:active{
		background-color: #696969;
	}
}