
.quick120 {width:100%; height:100%; box-sizing:border-box; background:white; position:relative;}

.quick120 .bg {width:100%; height:100%; background:black;}
.quick120 .bg img {width:100%; min-height:100%; opacity:0.9;}

.quick120 .titlebox {width:100%; float:left; text-align:center; position:absolute; width:100%; top:0; left:0; padding:15px; box-sizing:border-box;}
.quick120 .titlebox h3 {color:white;font-size: 22px;font-weight: 400;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; padding-top:25px;}
.quick120 .titlebox p {color: #ccc;font-size:13px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;float:left;margin-top: 15px;}

.quick120 .linkbox_wrap {width: 100%;float:left; padding-bottom:30px; position:absolute; bottom:0;left:0;box-sizing:border-box;}
.quick120 .linkbox_wrap div.linkbox {width: 50%;height: 45px;clear: both;margin: 10px auto 0;line-height: 45px;text-align: center;margin-top: 10px;/* float:left; */background: rgba(151,151,151,0.7);box-sizing:border-box;}
.quick120 .linkbox_wrap div.linkbox a {color:#fff;font-size: 15px;letter-spacing: -0.5px;width: 100%;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 0 10px;box-sizing: border-box;}
.quick120 .linkbox_wrap div.linkbox a:hover {font-weight:600;}

	.layout_height_M .quick120 .linkbox_wrap div.linkbox:nth-child(2) ~ div {display:none;}
	.layout_height_H .quick120 .titlebox p {-webkit-line-clamp:2; -webkit-box-orient:vertical; display:-webkit-box; white-space:normal;}

	.quick120 .linkbox_wrap div.linkbox.bg-orange {background:rgba(255,131,49,0.6) !important;}

	@media (min-width:600px){
		.layout_04 .quick120 .linkbox_wrap div.linkbox {width:70%;}
	}

	@media (min-width:800px){
		.layout_height_M .quick120 .titlebox h3 {padding-top:5px;}
		.layout_height_M .quick120 .linkbox_wrap {padding-bottom:15px;}
	}


	@media (max-width:799px){
		.layout_height_H .quick120 {height:330px;}
		.layout_height_M .quick120 {height:250px;}
	}

	@media (min-width:600px) and (max-width:799px){
		.layout_block4 .layout_height_H .quick120 {height:350px;}
		.layout_block4 .layout_height_M .quick120 {height:250px;}
	}

	@media (max-width:599px){
		.quick120 .titlebox h3 {font-size:20px; line-height:25px;}
		.quick120 .linkbox_wrap div.linkbox {width:60%;}
	}



