/*
************
****  
****  通配设置
****  
***********
*/
body{
    font-size: 19px;
    color: #676a6d!important;
	margin: 0px;
  	font-family: "Century Gothic", "Lato", sans-serif;
	background: #ececfa!important
}
body {
	margin: 0 auto;
	padding: 0;
	
}
body a {
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}
* { 
	touch-action: pan-y; 
}
.dearmsdan article{
	touch-action: auto; 
}
*, *::after, *::before *{
    box-sizing: border-box;
}
ul,ol,li{
	list-style-type: none;
}


/* 设置淡出的css */
/* 鼠标选中的颜色webkit, opera, IE9 */
::selection {
  /*background:#7cc2ff;*/
  color: #65b7e1;    
  text-shadow: #65b7e1 0 0 1px;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #65b7e1, 0 0 10px #65b7e1;
}
/* mozilla firefox */
::-moz-selection {
  /*background:#7cc2ff;*/
  color: #65b7e1;    
  text-shadow: #65b7e1 0 0 1px;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #65b7e1, 0 0 10px #65b7e1;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /*background-color: #eee;*/
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 50px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #465765;
}


/* 设置滚动条的样式 */
::-moz-scrollbar {
  width: 8px;
  background-color: #eee;
}
/* 滚动槽 */
::-moz-scrollbar-track {
  border-radius: 50px;
}
/* 滚动条滑块background: #7cc2ff;*/
::-moz-scrollbar-thumb {
  border-radius: 50px;
  background: #465765;
}

 html,body,a {
	cursor: url("/a.png"),auto!important;
}
 a:hover{
	cursor: url("/link.png"),auto!important;
}
button,ul,ol{
    cursor: url("/link.png"),auto!important;
 }

a:hover,a:focus {
    color: #7bc2ff;
    text-decoration: none
}
a{
  color: #3287b2;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}


/* 进入离开  悬浮下划线

*/
a::after {
/*	color: #7cc2ff;*/
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  content: "";
  right: 0;
  width: 0;
  bottom: -2px;
  position: absolute;
  border-bottom: 2px solid;
}
a:hover:after {
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
/* 展开 悬浮下划线 */
a::after {
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -3px;
    height: 3px;
    opacity: 0;
    background-color: #7cc2ff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

a:hover::after {
  left: 0;
  width: 100%;
}

.dearmsdano{
	width: 100%!important;
}
.dearmsdan-none{
	display: none;
	display: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6{
	    color: #5b5d5d!important;
}



/*
************
****  
****  全局
****  
***********
*/



html {
    position: relative;
    min-height: 100%
}

th {
    font-weight: 600
}

.page-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 300
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 10px
}

.copyright {
    margin-bottom: 0;
    text-align: right;
    font-size: 13px
}
.dearmsdan{
	overflow-x: hidden;
	overflow-y: auto;
    padding: 30px 20px 20px;
}
.dearmsdan-bg{
	background-color: rgba(215, 237, 255, 0.5);
	width: 100%;
    height: 100%;
    opacity: 0.3;
    position: fixed;
	top: 0;
	left: 0;
    z-index: -1;
	-webkit-box-shadow: inset -6px 4px 20px 15px #c3e3ff;
    box-shadow: inset -6px 4px 20px 15px #c3e3ff;
	background-size: cover;
}
.dearmsdan-bg .div_bg{    
	background-color: rgba(215, 237, 255, 0.5);
    width: inherit;
    height: inherit;
    position: fixed;
    z-index: -1;
}
.dearmsdan-bg .divbg{   
    padding: 30px;
    width: 94%;
    height: inherit;
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#dearmsdan .sidebar {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 260px;
    height: 100%;
    float: left;
    background-color: #d7e0f3cc;
    position: fixed;
    left: 0;
    background-color: #afcbee;
    -webkit-box-shadow: -20px 0px 20px 15px #0088ff;
    box-shadow: -20px 0px 20px 15px #0088ff;
}

#dearmsdan .main {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: calc(100% - 260px);
    left: 0;
    position: relative;
    float: right;
}
#dearmsdan #sidebar-nav,#dearmsdan .main {
    padding-top: 60px;
}
.layout-fullwidth #dearmsdan .sidebar {
    left: -260px
}

.layout-fullwidth #dearmsdan .main {
    width: 100%
}

.layout-fullwidth #dearmsdan .navbar {
    left: 0!important
}

.layout-fullwidth #dearmsdan .btn-toggle-fullwidth {
    color: #0af!important;
}

.offcanvas-active #dearmsdan .sidebar {
    left: 0
}

.offcanvas-active #dearmsdan .main {
    width: 100%;
    position: relative;
    left: 260px
}



html.fullscreen-bg,html.fullscreen-bg body,html.fullscreen-bg #dearmsdan {
    height: 100%
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden
}

.navbar-default {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	-moz-box-shadow: 0 0 15px #777;
    -webkit-box-shadow: 0 0 15px #777;
    box-shadow: 0 0 15px #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
	background-color: #c6d6f4;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fafafa;
}

.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-default .brand {
    float: left;
	padding: 0;
    padding-left: 8px;
    padding-top: 8px;
}


.navbar-btn {
    float: left;
    padding: 16px 0
}

.navbar-btn button {
    font-size: 24px;
    padding: 4px 8px;
    line-height: .7;
    border: 0;
    background: 0;
    outline: 0;
	    color: white;
}


.navbar-btn-right {
    float: right
}

.navbar-form {
    padding: 15px;
    border: 0
}

.navbar-form input[type="text"] {
    min-width: 200px
}


.navbar-nav .icon-menu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative
}

.navbar-nav .icon-menu .badge {
    position: absolute;
    top: 22px;
    right: 16px
}

.navbar-nav>li>a {
    padding: 28px 20px
}

.navbar-nav>li>a>i {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: middle
}

.navbar-nav>li>a>i.icon-submenu {
    margin-left: 2px;
    margin-right: 0;
    font-size: 10px;
    position: relative;
    top: 2px
}

.navbar-nav>li>a>span {
    position: relative;
    top: 2px
}

.navbar-nav>li>a img {
    width: 22px;
    margin-right: 2px
}

.navbar-nav>li>.dropdown-menu {
    padding: 0;
    min-width: 200px
}

.navbar-nav .dropdown-menu {
    border-top: 2px solid #acb0b5
}

.navbar-nav .dropdown-menu>li>a {
    padding: 10px 20px
}

.navbar-nav .dropdown-menu>li>a:hover,.navbar-nav .dropdown-menu>li>a:focus {
    background-color: #fafafa
}

.navbar-nav .dropdown-menu>li>a span,.navbar-nav .dropdown-menu>li>a i {
    vertical-align: middle
}

/***
	*/




li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
.mb-20 {
	margin-bottom: 20px
}
.uicss-cn {
	overflow-y: scroll;
	scrollbar-face-color: #888;
	scrollbar-shadow-color: #888;
	scrollbar-highlight-color: #000;
	scrollbar-track-color: #ccc;
	scrollbar-arrow-color: #ccc;
	overflow: -moz-scrollbars-button(#000) !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
	width: 100%;
}
 .uicss-cn::-webkit-scrollbar {
max-width: 10px;
height:auto
}
.uicss-cn::-webkit-scrollbar-button {
background-color:none
}
.uicss-cn::-webkit-scrollbar-track {
background:#ccc
}
.uicss-cn::-webkit-scrollbar-thumb {
background:#888;
}
.uicss-cn::-webkit-scrollbar-corner {
background:#82AFFF;
}
.uicss-cn::-webkit-scrollbar-resizer {
background:#FF0BEE;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*border: 1px solid #252c35;*/    
	display: inline-block;
}

.nav-list {
    float: right;
    padding: 25px 25px 0px 0px;
    display: inline-block;
}
.nav-list a{
	margin-left: 30px;
}
.navbar-btn .DearMsDanIconFont{
	 font-family:"DearMsDanIconFont" !important;
    font-size:40px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*以上是初始值*/

/*.main{ background: #252c35!important }*/
#dearmsdan {
	/*position: -webkit-sticky;  
	position: sticky;
	opacdity: 0;*//* sticky只限于高版本浏览器或者谷歌 */
}
.wrapShow {
	-webkit-animation: 1.3s saani forwards;
	animation: 1.3s saani forwards
}
@-webkit-keyframes saani {
		 0% {opacity: 0}
		 50% {opacity: 0.5}
		 100% {opacity: 1}
}
@keyframes saani {
		 0% {opacity: 0}
		 50% {opacity: 0.5}
		 100% {opacity: 1}
}

/*全局加载动画*/
iframe{
	width: 100%;
    max-width: 100%;
    height: 600px;
    max-height: 100%;
}

.iframe_mx {
	width: 100%;
	height: 100%;
	border: 0;
}

/*链接link*/

.brand a,.brand a,.nav-list a{
	    position: initial;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 17px 45px;
	color: #657892;
    border-left: 5px solid #6f6f6f;
}
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active {
	position: relative;
	display: block;
	padding: 17px 45px;
	color: #3b98c8;
	background: #d2e6ff;
	border-left: 5px solid #2992de;
}
.nav > li > div {
	background: #b3c9e4;
	display: none;
}
.nav > li > div a{
    color: #676a6d;    
	/*display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
.nav >li > div> ul> li a{
    padding: 17px 50px;    
    display: block;
}
.tagcloud{
    padding: 17px 50px!important;    
}
.tagcloud > a{
    padding:0!important;
    display: initial!important;
}
.nav >li > div> ul> li{
	border-bottom: 1px #cfe2ff solid;
	transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
}
.nav >li > div> ul> li:hover{
	background: #abc0db;
}
.nav >li > div> ul {
	padding: 0;
}
.nav >li> div >ul> li > a:hover, .nav >li> div >ul> li > a:focus {
	color: #3b98c8;
	background: #141a2100;
}
.dearmsdan-count {    
	padding: 20px 0px;
    text-align: center;
}.dearmsdan-count span {
	padding: 2px;
}
.navbar-default {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #c6d6f4de;
}
.btn-toggle-mx {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	transition: 0.8s all
}
.btn-toggle-mx.transmx {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	display: inline-block;
}
/*导航以及开关*/

/*
************
****  
**** 复制代码 copy-code 样式 设置
****  
***********
*/
.highlight{
  position: relative;    
  overflow: hidden;
}
.btn-copy {
    display: inline-block;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc,#eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    padding: 2px 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;z-index: 5;
}
.btn-copy span {
    margin-left: 5px;
}
.highlight:hover .btn-copy{
  opacity: 1;
}





/*
************
****  
****  post分页 样式 设置
****  
***********
*/
.main-content{
    padding: 30px 15px 20px;
	position: relative;
	z-index: 2;
}
.dearmsdan-post{
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.dearmsdan-post:hover {
    box-shadow: 0 4px 24px rgb(255, 255, 255);
    z-index: 50;
    padding: 70px 70px;
}
#dearmsdanPost:hover{
	    background-color: rgba(255, 255, 255, 0.33);
}
.dearmsdanPost{
	background-color: rgba(255, 255, 255, 0.52);
    padding: 30px;
    margin-bottom: 20px;
    width: 94%;
    height: inherit;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#dearmsdanPost:hover {
   /* box-shadow: 0 4px 24px rgb(255, 255, 255);
    z-index: 50;
	padding: 70px 245px 70px 70px;*/
	padding: 10px 40px;
}
#dearmsdanPost article ul,#dearmsdanPost article ol,#dearmsdanPost article li{
	list-style-type: inherit;
}


.dearmsdan-post::after {
    opacity: 1;
}
.dearmsdan-post{    
	margin-bottom: 50px;
}
.dearmsdan-post:first-child{
	/*margin-top: 50px;*/
}
.dearmsdan-post-Statistics{    
		margin-top: 20px;
	    margin-bottom: 10px;
	/*-webkit-filter: grayscale(88%);
    filter: grayscale(99%);*/
    	font-size: inherit;
}
.dearmsdan-post-Statistics:hover{ 
   /* font-size: 28px;*/
}

.dearmsdan-post-Statistics a{    
		    padding: 3px;
	display: inline-block;
}
#post{    
	margin-bottom: 60px;
}

.dearmsdan-title{
		color: #242424!important;
	    margin-bottom: 12px;
}

.dearmsdan-title h1{
	    margin-bottom: 22px;
	    color: #242424a3!important;    
		text-align: center;
		margin: 20px auto;
		background-image: -webkit-linear-gradient(left,#3f4452,#48a0ec 25%,#3f4452 50%,#48ceec 75%,#3f4452);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-background-size: 200% 100%;
		-webkit-animation: masked-animation 4s infinite linear;
}
#post{
		text-align: center;
		margin: 20px auto;    
		margin-bottom: 70px;
}
mjx-container.MathJax.CtxtMenu_Attached_0 {
    display: none;
}
.header-anchor{
	color: #ffffff00!important;
	background-color: #ffffff00!important;
	background-image: url('/resources/qiaoba.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header-anchor a:hover::after {
    left: 0;
    width: 0%;
}

/*
************
****  
****   导航栏样式 设置
****  
***********
*/
.mobile {
	display: none;
}
.mobile-inner {
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img {
	width: 100%;
	margin-bottom: 30px;
}
.mobile-inner p {
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0;
}
.mobile-inner-header {
	width: auto;
	height: 50px;
	position: absolute;
	right: 0;
}
.mobile-inner-header-icon {
	color: #fff;
	height: 50px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 50px;
	position: relative;
    margin-right: 20px;
    margin-top: 12px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s
}
.mobile-inner-header-icon:hover {
	background-color: rgba(255,255,255,.2);
	cursor: pointer
}
.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px)/2);
	top: calc((100% - 1px)/2);
	width: 25px;
	height: 2px;
    background-color: #428282;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg)
}
.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg)
}
.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: clickfirst
}
.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: clicksecond
}
@keyframes clickfirst {
0% {
transform:translateY(4px) rotate(0deg)
}
100% {
transform:translateY(0) rotate(45deg)
}
}
@keyframes clicksecond {
0% {
transform:translateY(-4px) rotate(0deg)
}
100% {
transform:translateY(0) rotate(-45deg)
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: outfirst
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: outsecond
}
@keyframes outfirst {
0% {
transform:translateY(0) rotate(-45deg)
}
100% {
transform:translateY(-4px) rotate(0deg)
}
}
@keyframes outsecond {
0% {
transform:translateY(0) rotate(45deg)
}
100% {
transform:translateY(4px) rotate(0deg)
}
}
.mobile-inner-nav {    
	background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    position: absolute;
    top: 80px;
	left: 0;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
    text-align: center;
}
.mobile-inner-nav a {
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,.3);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-weight: 300;
}
.mobile-inner-nav a:hover {
	color: rgba(255,255,255,.4);
	border-bottom: solid 1px rgba(255,255,255,.2)
}
.mobile-inner-nav {
	overflow: hidden;
}
.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: resize;
	animation-name: resize;
}
@-webkit-keyframes resize {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale(5, 5);
transform: scale(5, 5);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes resize {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale(5, 5);
transform: scale(5, 5);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}




/*
************
****  
****   侧边栏样式 设置
****  
***********
*/
.sidebar-author{
	    margin: 45px 45px 14px;
    width: calc(100% - 90px);
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0.3rem 2rem rgba(161,177,204,.6);
}
.sidebar-author a {
    padding-bottom: 100%;
    display: block;
    height: 0;
}
.sidebar-author img{
	width: 100%;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    box-shadow: inset 0 -1px 0 #333 sf;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    -moz-transition: -moz-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
}
.social-search{
	margin-bottom: 25px;
	text-align: center;
	
}
#local-search-result ul,#local-search-result oi,#local-search-result li{
    padding: 5px;
}

.social-search input{
	width: 147px;
    height: 42px;
    padding-left: 15px;
    border-radius: 42px;
    border: 2px solid #43d6a066;
    background: #ffffff;
    outline: none;
    position: relative;
    transition: .3s linear;
}
.social-search input:focus {
    width: 250px;
}


.social-search button{
	width: 42px;
    height: 42px;
    background: 0 0;
    border: none;
}

#paging{    
	margin-left: 20px;
	list-style: none;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    margin-top: -10px;    
	font-size: 32px;
}
#paging a{
	    position: initial;
	text-decoration: none;
}
#paging .DearMsDanIconFont{   
	font-size: 29px;
	margin: 0 15px;
}
#paging a:hover{
	text-decoration: none;
}
.dearmsdan-post img{
	width: auto;
	max-width: 100%;
}
#dearmsdanPost article img{
	width: 88%;
	max-width: 100%;
    margin: auto;
    display: block;
}
#dearmsdanPost article video{
	width: 100%;
	max-width: 100%;
}
#links img{
	width: inherit; 
}
.copy{
	    margin-top: 30px;
	    margin-bottom: 20px;
}
.copy::before{
	content: "";
    display: block;
    bottom: -3px;
    height: 3px;
    margin: 20px 0px;
    background-color: #08073b;
    box-shadow: 0 4px 24px rgb(213, 227, 227);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
	background-image: -webkit-linear-gradient(left,#3f4452,#48a0ec 25%,#3f4452 50%,#48ceec 75%,#3f4452);
	-webkit-background-size: 200% 100%;
	-webkit-animation: masked-animation 4s infinite linear;
}
/* top 位移，防止top挡住 */




@media screen and (max-width: 767px) {
    .copyright {
        text-align:center;
        position: relative!important
    }/*
	figure td:nth-child(2) pre{
		padding: 9.5px 0px;
		position: relative;
		left: 50px;
	}*/
}

@media screen and (max-width: 767px) {
    #dearmsdan #sidebar-nav,#dearmsdan .main {
        
    }
}
@media screen and (max-width: 1024px) {
	body{
		font-size: 20px;
	}
    .dearmsdan {
		padding: 0px;
    }

    #dearmsdan .sidebar {
        left:-260px
    }

    #dearmsdan .main {
        width: 100%
    }

    #dearmsdan .navbar {
        left: 0!important
    }

    #dearmsdan .btn-toggle-fullwidth {
        /*color: #0af!important;*/
    }

    .btn-toggle-minified {
        display: none
    }
	
	
	.dearmsdan-post{    
		transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	}
	
	/*.dearmsdan-post:hover {
    	padding: 4px;
	}*/
	.copy{
		padding-bottom: 50px;
	}
	#dearmsdanPost:hover {
		padding: 10px;
	}
	#pageslide{
		left: 0px!important;
	}
figure td:nth-child(2) pre{
    padding: 9.5px 0px;
    position: relative;
    left: 10px;
	margin-left: 42px;
	}
	canvas{
		display: none!important;
	}
	
}
@media screen and (min-width: 534px) {
	.m-content {
    padding: 30px 30px 20px;
}
}
@media screen and (max-width: 1024px) {
    .navbar-default .brand {
        padding-left:30px;
        padding-right: 15px
    }
	#links img{
		height: 80px;
	}
}

@media screen and (max-width: 301px) {
    .navbar-default .brand {
        display:none
    }
	#dearmsdan{
		margin-top: 62px!important;
	}
	.dearmsdan-post{
		padding: 5px;
	}
	.mobile-inner-nav{
		top: 64px;
	}
}
@media screen and (max-width: 401px) {
	.dearmsdanPost{
		width: 100%;
	}
}
@media screen and (max-width: 499px) {
	#dearmsdan #sidebar-nav, #dearmsdan .main {
    padding-top: 60px;
	}
}
@media screen and (max-width: 521px) {
	body {
    font-size: 1.5rem;
	}
	h1,.h1{
    font-size: inherit;
	}
	footer{
    font-size: 1rem!important;
	}
	#dearmsdan{
		margin-top: 80px;    
	}
	#dearmsdan #sidebar-nav, #dearmsdan .main {
    padding-top: 0px;
	}
	.dearmsdan-post-Statistics{    
		font-size: 1.3rem;
	}
	.dearmsdan-post-Statistics a {
     padding: 0;
	}
	blockquote {
    font-size: 0.5rem;
	}
	.navbar-btn .DearMsDanIconFont {
    font-size: 3.5rem;
	}
	.fooimg{
		width: 40px!important;
	}
	#jp_container_N{
		display: none;
	}
	.slimScrollDiv{
		height: 90%!important;
	}
	.slimScrollDiv{
		top: -40px;
	}
	iframe{
		width: 100%;
		max-width: 100%;
		height: 200px;
		max-height: 100%;
	}
}

@media screen and (max-width: 640px) {
    .navbar-default #navbar-menu {
        float:right
    }
	footer{
		    font-size: initial;
	}
	.dearmsdan-count {
    	padding: 17px 30px;
	}
	iframe{
		width: 100%;
		max-width: 100%;
		height: 300px;
		max-height: 100%;
	}
/*	.toc-brand {
	font-size: 22px;
	}*/
}
@media screen and (max-width: 640px) {
    .navbar-btn {
        padding-left:0
    }
}
@media screen and (max-width: 767px) {
    .navbar-form {
        float:left;
        width: 70%;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0
    }
	.dearmsdan-count {
    	padding: 17px 30px;
	}

    .navbar-form .input-group {
        width: 70%
    }

    .navbar-form input[type="text"] {
        min-width: 150px
    }
}

@media screen and (max-width: 640px) {
    .navbar-form {
        display:none
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right:0
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        width:100%;
        margin: 0
    }
	.nav-list {
		padding: 20px;
	}
    .navbar-nav>li {
        display: table-cell;
        width: 1%;
        position: inherit;
        text-align: center
    }

    .navbar-nav>li>a {
        padding: 15px 20px
    }

    .navbar-nav>li>a span:not(.badge),.navbar-nav>li>a .icon-submenu {
        display: none
    }

    .navbar-nav .open .dropdown-menu {
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        position: absolute;
        width: 100%;
        margin-top: 3px;
        background-color: #fff
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px
    }

    .navbar-nav .icon-menu {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav .icon-menu .badge {
        top: 10px;
        right: 15px
    }
	
	.nav-list{
		display: none;
	}
	.mobile{
		display: block;
	}
	pre {
    font-size: 1rem;
}
}

/*尺寸全局覆盖*/
@media screen and (min-width:1200px) {}
@media screen and (min-width: 960px) and (max-width: 1199px) {}
@media screen and (min-width: 768px) and (max-width: 959px) {}
@media only screen and (min-width: 245px) and (max-width: 767px) {
		#wrapper #sidebar-nav, #wrapper .main {
			padding-top: 75px!important;
		}
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -100% 0
    }
}
