html,body,div,section,span,a,img,ul,li,form,p,label,h3,h4,h5,h6{margin:0px; padding:0px;}
body{font-size: 14px;color: #444;background-color:#fff;}
#app{position: fixed;width: 100%;height: 100%;overflow-y: auto;left: 0;top: 0;
background: url(/static/img/home/bg.jpg);background-size: 100% 100%;background-repeat: no-repeat;box-sizing: border-box;padding: 15px;
}
.d1{width: 100%;min-height: 100%;box-sizing: border-box;overflow: hidden;
border-top-left-radius: 15px;border-top-right-radius: 15px;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(218, 232, 209, 0.8) 80%,rgba(218, 232, 209, 0) 100%);
background-image: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(218, 232, 209, 0.8) 80%,rgba(218, 232, 209, 0) 100%);padding-top: 15px;
border:10px solid #fff;border-bottom: 0;border-top: 0;}
a{text-decoration: none;color:#444;}
.d1-wrap{margin: 0 auto;width: 100%;max-width: 900px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.d1-logo{position: absolute;height: 40px;left: 25px;}
.d1-logo>img{height: 100%;}
.d1-row{display: block;display: flex;justify-content: space-between;height: 140px;margin-bottom: 30px;width: calc(50% - 25px);}
.d1-l{width: 200px;height: 100%;font-size: 0;box-sizing: border-box;}
.d1-l img{width: 100%;height: 100%;box-sizing: border-box;display: block;}
.d1-r{width: calc(100% - 220px);height: 100%;display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;border-bottom: 2px solid #F6CA07;}
.d1-rt{flex-grow: 1;color:#444;line-height:170%;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
.d1-rb{height: 20px;min-height: 20px;font-size: 12px;display: flex;justify-content: space-between;align-items: center;}
.d1-rb .iconfont{color:#F6CA07;}

.down{width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.down>div:nth-child(1){display: flex;flex-direction: column;justify-content: center;align-items: center;}
.down .iconfont{transform:rotate(90deg);
-ms-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
font-size: 22px;
}
.down-hd{font-size: 12px;}
.down-end{font-size: 12px;}
@media screen and (max-width: 1200px) {
	.d1-logo{position: relative;width: 100%;left: 0;margin-bottom: 15px;}
	.d1-row{width: 100%;flex-direction: column;height: auto;justify-content: flex-end;align-items:stretch;}
	.d1-row>div{width: 100%;}
	.d1-l{max-height: 60vw;}
	.d1-rt{overflow: visible;}
	.d1-r{float: left;background-color: rgba(255,255,255,0.8);border:0;height: auto;box-sizing: border-box;padding: 10px 5px;font-size: 12px;font-weight: bold;width: auto;
    }
	.d1-rb{display: flex;justify-content: flex-end;}
	.d1-rb .iconfont{display: none;}
}

[v-cloak]{display: none;}