@charset "utf-8";

.main_cont11 .explain_bubble {font-size: 14px; color: #652df1; padding: 11px 15px 13px; border: 1px solid #652df1; border-radius: 19px; position: absolute; top: 42px; left: 15px; z-index: 2;}
.main_cont11 .explain_bubble:after {display: block; content: ""; width: 11px; height: 11px; border: 1px solid #652df1; background: #fff; border-left: 0; border-bottom: 0; position: absolute; left: 34px; bottom: -6px; transform: rotate(135deg);}
.main_cont11 .main_cont_title {display: flex; align-items: flex-end; justify-content: space-between; padding: 100px 0 30px;}
.main_cont11 .main_cont_title h2 {font-size: 28px; font-weight: 700; color: #1b1b1b;}
.main_cont11 .widget_box .tap_menu {margin-bottom: 40px;}
.main_cont11 .widget_box .tap_menu .tap_list {display: flex; align-items: center; flex-wrap: wrap;}
.main_cont11 .widget_box .tap_menu .tap_list .tap_li + .tap_li {margin-left: 12px;}
.main_cont11 .widget_box .tap_menu .tap_list .tap_li.active .tap_name {font-weight: 500; color: #fff; background: #8d70ed;}
.main_cont11 .widget_box .tap_menu .tap_list .tap_li .tap_name {display: inline-block; font-size: 14px; color: #5d5e68; padding: 0 24px; height: 36px; line-height: 34px; background: #f3f3f6; border-radius: 18px; cursor: pointer;}
.main_cont11 .widget_box .tap_content_box .tap_content {display: none; position: relative;}
.main_cont11 .widget_box .tap_content_box .tap_content.active {display: block;}
.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide .img_wrap {border-radius: 5px; overflow: hidden;}
.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide .post_content {margin-top: 16px;}
.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide .post_content .post_subject {font-size: 16px; color: #333; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.main_cont11 .widget_box .swiper-button {display: block; width: 63px; height: 63px; box-shadow: 0px 5px 10px 0px rgba(61, 61, 61, 0.15); border-radius: 50%; transition: all .3s; margin-top: 0; top: 30%; transform: translatey(-50%); opacity: 0.8;}
@media (hover: hover) {.main_cont11 .widget_box .swiper-button:hover {opacity: 1;}}
.main_cont11 .widget_box .swiper-button:after {display: none;}
.main_cont11 .widget_box .swiper-button.swiper-button-prev.swiper-button-disabled {opacity: 0;}
.main_cont11 .widget_box .swiper-button.swiper-button-prev {left: -33px;}
.main_cont11 .widget_box .swiper-button.swiper-button-next {right: -33px;}
.main_cont11 .widget_box .tap_content_box .tap_content .more_box .btn_moreview {display: block; width: 500px; height: 55px; border: 1px solid #e1e1e1; border-radius: 28px; text-align: center; line-height: 53px; font-size: 16px; color: #333; margin: 60px auto 0; transition: all .5s;}
.main_cont11 .widget_box .tap_content_box .tap_content .more_box .btn_moreview .arrow {font-weight: 500; font-family: 'SUIT', sans-serif; margin-left: 3px;}
@media (hover: hover) {.main_cont11 .widget_box .tap_content_box .tap_content .more_box .btn_moreview:hover {border-color: #652df1; color: #652df1;}}

@media (max-width: 1250px) {
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-container .swiper-wrapper .swiper-slide .img_wrap .img_item img {width: 100%;}
	.main_cont11 .widget_box .swiper-button {display: none;}
}

@media (max-width: 991px) {
	.main_cont11 .widget_box .tap_menu .tap_list {flex-wrap: nowrap;}
	.main_cont11 .widget_box .tap_menu .tap_list .tap_li .tap_name {display: table-cell; white-space: nowrap;}
}

@media (max-width: 768px) {
	.main_cont11 .widget_box.mobile_divide {position: relative; padding-bottom: 45px;}
	.main_cont11 .widget_box.mobile_divide:after {content: ""; display: block; width: calc(100% + 30px); height: 10px; background: #f9f9fa; position: absolute; bottom: 0; left: -15px;}
	.main_cont11 .explain_bubble {font-size: 10.5px; padding: 8.5px 9.5px; border-radius: 14.5px; top: -4px; background: #fff;}
	.main_cont11 .explain_bubble:after {width: 7px; height: 7px; left: 40px; bottom: -4px;}
	.main_cont11 .main_cont_title {padding: 35px 0 20px;}
	.main_cont11 .main_cont_title h2 {font-size: 21px;}
	.main_cont11 .widget_box .tap_menu {margin-bottom: 25px; width: calc(100% + 15px);}
	.main_cont11 .widget_box .tap_menu .tap_list .tap_li + .tap_li {margin-left: 7.5px;}
	.main_cont11 .widget_box .tap_menu .tap_list .tap_li .tap_name {font-size: 14px; font-weight: 500; padding: 0 15px; height: 30px; line-height: 28px; border-radius: 14.5px;}
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-wrapper {margin-top: -30px;}
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide {margin-top: 30px !important;}
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide .img_wrap {border-radius: 4px;}
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide .img_wrap .img_item{width: 100%;}
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-container .swiper-wrapper .swiper-slide .img_wrap .img_item img{/* min-height: 107.5px; */ min-height: 116.5px; object-fit: cover;}
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide .post_content {margin-top: 7px;}
	.main_cont11 .widget_box .tap_content_box .tap_content .swiper-slide .post_content .post_subject {font-size: 14px;}
	.main_cont11 .widget_box .tap_content_box .tap_content .more_box .btn_moreview {/*width: 44.39393%;*/ width: 43.22%; height: 40px; margin: 25px auto 0; font-size: 12px; line-height: 38px; border-radius: 20px;}
	.main_cont11 .widget_box .tap_content_box .tap_content .more_box .btn_moreview .arrow {display: inline-block; transform: rotate(90deg);}
}