@charset "UTF-8";
/* --------------------------------

yato

-------------------------------- */
body{
 
	text-shadow:0 0 1px rgba(0,0,0,.15);
	cursor:url(https://o.yy2b.cn/gb/mr.cur),auto;

	}
@-webkit-keyframes hrLine{0%,25%{transform:translateX(-64px);}
75%,to{transform:translateX(1152px);}
}
@keyframes hrLine{0%,25%{transform:translateX(-64px);}
75%,to{transform:translateX(1152px);}
}




::-webkit-scrollbar{width:6px;height:6px;}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border:1px solid transparent;border-radius:999px;}
::-webkit-scrollbar-thumb{min-height:20px;background-color:#5db8f8;background-clip:content-box;}
::-webkit-scrollbar-corner{background:0 0;}

/* 下载 */
.entry-info1 {
/* 	margin: 0 -15px 20px; */
    padding: 0;
    background: rgba(241, 241, 241, 0.23);
    box-shadow: 0 0 5px rgba(43,122,191,.35);
	border-radius: 4px;
}
.entry-thumb1 {
	float: left;

    border-radius: 4px;
}
.entry-meta1 {
  

    color: #999;
    left: 40px;
}
.entry-meta1 i {
    font-size: 16px!important;
    line-height: .75em;
    vertical-align: -5%;
}

.entry-header1 .entry-info1 {
    margin: 0 -20px 20px;
    padding: 0;
    background-color: #f6f9fa;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.entry-header1 .entry-thumb1 {
    float: left;
}
@import url(//fonts.googleapis.com/css?family=Lato:300:400);
.down1 a{
	float:left;
	background:#3690cf;
	height:35px;
	font-size:15px;
	font-size:1.5rem;
	text-align:center;
	margin:8px 0 15px 25px;
	padding:0 15px;
	border-radius: 15px 0px 15px 0px;
	/* background: #66b4f0; */
	/* background-image: linear-gradient(97deg,#3690cf 0,#7836cfc4 100%); */
	color: #fff !important;
	background-image: linear-gradient(97deg,#ffa200 0,#f40 100%);
	box-shadow: 0 6px 10px rgba(255,162,0,0.5);
	
	line-height: 35px;
	display: block;
	/* box-shadow: 0 6px 10px #66b4f050; */
	transition: 0.2s;

	}
.down1 a:hover{

	background: linear-gradient(90deg,#20a0ff,#20b8ff);	

	box-shadow: 0 3px 5px rgba(32,160,255,.5);
	transition:all .3s ease-in 0s
	}



.p-ys {
	position:relative;
	-webkit-background-clip: text;
	background-image: linear-gradient(115deg, #cddc39 ,#fc00ff);

    background-image: -webkit-linear-gradient(left, #e8e80e, #20a0ff 25%, #20a0ff 50%, #20a0ff 75%, #b7f515);
            
	color:transparent;


            -webkit-text-fill-color:transparent;
	-webkit-background-clip:text;


            -webkit-background-size:200% 100%;

            background-size:200% 100%;

            -webkit-animation:masked-animation 4s infinite linear;
}
@keyframes masked-animation {
	0% {
	background-position:0 0;

}
100% {
	background-position:-100% 0;
}
}@-webkit-keyframes masked-animation {
	0% {
	background-position:0 0;
}
100% {
	background-position:-100% 0;
}
}

.down-link {
   
	display: inline-block;
}
.down a {
    float: left;
    background: #3690cf;
    height: 32px;
    font-size: 13px;
    text-align: center;
    margin: 8px 0 10px 5px;
    padding: 0 15px;
    border-radius: 15px 0px 15px 0px;
    color: #fff !important;
    background: linear-gradient(90deg,#20a0ff,#20b8ff);
    line-height: 32px;
    display: block;
    transition: 0.2s;
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}
.down a:hover{

	background-image: linear-gradient(97deg,#ffa200 0,#f40 100%);
	box-shadow: 0 6px 10px rgba(255,162,0,0.5);
	transition:all .3s ease-in 0s
	}
.down .be-download{font-size:12px!important;color:#fff;margin:0 8px 0 0}

/* yl */
.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}

.ant-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 33%;
	float: left;
}
.ant-row>div .card {
    position: relative;
    margin: 15px 15px 30px;
    padding: 20px 15px;
    height: 140px;
    background: -webkit-gradient(linear,left top,left bottom,from(#eaeef5),color-stop(12%,#fafbfc),to(#fff));
    background: linear-gradient(#eaeef5,#fafbfc 12%,#fff);
    border-radius: 13px 13px 3px 3px;
    box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.75), inset 0 -1px 0 #d8e0ea, inset -1px 0 0 #d8e0ea, inset 1px 0 0 #d8e0ea, 0 5px 5px rgba(215,221,230,.5);
    text-align: center;
    cursor: pointer;
}
.ant-row>div .card .title {
    color: #475669;
    text-shadow: 0 1px #fff;
}
.ant-row>div .card .subtitle {
    font-size: 13px;
    color: #8492a6;
    text-shadow: 0 1px #fff;
}
.ant-row>div .card .logo {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -33px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0,0,0,.25);
    font-size: 25px;
    text-align: center;
    border-radius: 33px;
    box-shadow: 0 8px 15px rgba(0,0,0,.4);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: left .3s ease-out,bottom .75s cubic-bezier(.5,3,.5,1),width .3s ease-out,height .3s ease-out,border-radius .15s ease-out,margin-left .3s ease-out;
    transition: left .3s ease-out,bottom .75s cubic-bezier(.5,3,.5,1),width .3s ease-out,height .3s ease-out,border-radius .15s ease-out,margin-left .3s ease-out;
}
.ant-row>div .card .logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .66;
    -webkit-transition: .25s;
    transition: .25s;
    background: linear-gradient(-150deg,hsla(0,0%,100%,.3) 10%,hsla(0,0%,100%,0) 90%);
}
.ant-row>div:hover .logo {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin-left: 0;
	border-radius: 13px 13px 0 0;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}
/*  */
#content hr {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #eff2f7;
	border: none;
	overflow: hidden
}

#content hr:before {
	position: absolute;
	content: "";
	top: -2px;
	width: 64px;
	height: 4px;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(209,143,57,0)),to(#d18f39));
	background: linear-gradient(90deg,rgba(209,143,57,0),#d18f39);
	-webkit-transform: translateX(-64px);
	transform: translateX(-64px);
	-webkit-animation: hrLine 6s ease-in-out 0s infinite;
	animation: hrLine 6s ease-in-out 0s infinite
}



.toc {
    width: 200px;
    height: auto;
    z-index: 98;
    background-color: rgba(255,255,255,0);
    transform: translateX(0);
    right: calc((100% - 950px - 250px) / 2);
    position: fixed !important;
    /* top:200px; */
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 15px;
}
.is-position-fixed {
  position:fixed !important;
  
}
.bloghr{position:relative;overflow:hidden;margin:0 0 20px 0;width:100%;height:2px;border:none;background-color:#e8ecf3;}
.bloghr:before{position:absolute;top:-2px;width:64px;height:4px;background:linear-gradient(90deg,rgba(60,103,189,0),#3c67bd,rgba(0,0,0,0));content:"";transform:translateX(-64px);-webkit-animation:hrLine 3s ease-in-out 0s infinite;animation:hrLine 5s ease-in-out 0s infinite;}
@-webkit-keyframes hrLine{0%,25%{transform:translateX(-64px);}
75%,to{transform:translateX(1152px);}
}
@keyframes hrLine{0%,25%{transform:translateX(-64px);}
75%,to{transform:translateX(1152px);}
}

/* 管理团队 */
.author-group {
    position: relative;
    display: inline-block;
    padding: 3px 8px;
    margin-left: 8px;
    font-size: 12px;
    font-size: 1rem;
    color: #3ca5f6;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #3ca5f6;
    /* vertical-align: top; */
    border-radius: 1px;
}
.author-group:before {
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -4px;
    content: "";
    border: 4px solid transparent;
    border-right: 4px solid #3ca5f6;
}

.author-group:before {
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -4px;
    content: "";
    border: 4px solid transparent;
    border-right: 4px solid #3ca5f6;
}
/*tips*/
	.tooltip {
	font-size:12px;
	position:absolute;
	padding:5px;
	z-index:100000;
	opacity:.8;
	font-family:Microsoft Yahei
}
.tipsy-arrow {
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	border:6px dashed #000;
	top:0;
	left:40%;
	margin-left:0px;
	border-bottom-style:solid;
	border-top:0;
	border-left-color:transparent;
	border-right-color:transparent
}
.tipsy-arrow-n {
	border-bottom-color:#666
}
.tipsy-inner {
	background-color:#666;
	color:#FFF;
	max-width:200px;
	padding:5px 8px 4px 8px;
	text-align:center;
	border-radius:3px
}
