

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-paixu:before {
	content: "\e627"
}

.icon-sousuo:before {
	content: "\e603"
}

.page_index_index .container .search {
	background: #f4f5f7;
	padding: .625rem 0;
	display: flex;
	border-bottom: 3px solid #e7e7e7
}

.page_index_index .container .search .left {
	color: #666;
	font-size: 1rem
}

.page_index_index .container .search .right {
	text-align: right;
	background-color: #b2b2b2;
	border-radius: .3125rem
}

.page_index_index .container .search .right span {
	color: #fff;
	font-size: .875rem
}

.page_index_index .container .search .right .iconfont {
	color: #fff
}

.page_index_index .container .search .right input {
	flex: 1;
	height: .9375rem;
	border-radius: 6px;
	margin: 0 .625rem 0 1.25rem;
	color: #999;
	font-size: .75rem;
	padding: 0 .625rem
}

.page_index_index .container .floor1 {
	background: #f4f5f7
}

.page_index_index .container .floor1 .floor1_title {
	text-align: center
}

.page_index_index .container .floor1 .floor1_title .title {
	color: #D7000F;
	font-size: 2rem
}

.page_index_index .container .floor1 .floor1_title .desc {
	color: #333;
	font-size: 1rem
}

.page_index_index .container .floor1 .floor1_banner {
	padding: 0;
	margin-top: 5px
}

.page_index_index .container .floor1 .floor1_banner .swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
	height: 310px
}

.page_index_index .container .floor1 .floor1_banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%
}

.page_index_index .container .floor1 .floor1_banner .swiper-container .swiper-wrapper .swiper-slide .slide_bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background: linear-gradient(to right, #222, #535353, #979797);
	opacity: .8;
	font-size: .75rem;
	padding: .1875rem .625rem
}

.page_index_index .container .floor1 .floor1_banner .swiper-container .swiper-wrapper .swiper-slide .slide_bottom span {
	width: 50%;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*! autoprefixer: ignore next */
}

.page_index_index .container .floor1 .floor1_news {
	margin-top: 5px;
	background-color: #fff;
	padding: 0 .625rem
}

.page_index_index .container .floor1 .floor1_news .news_title {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: .125rem 0;
	border-bottom: 2px solid #fdeae9
}

.page_index_index .container .floor1 .floor1_news .news_title span {
	color: #D7000F;
	font-size: 1rem;
	font-weight: bold
}

.page_index_index .container .floor1 .floor1_news .news_title a {
	color: #999;
	text-decoration: none;
	font-size: .875rem
}

.page_index_index .container .floor1 .floor1_news .news_title a:hover {
	color: #D7000F
}

.page_index_index .container .floor1 .floor1_news .news_title .border_line {
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 3px;
	border-radius: 3px;
	width: 50px;
	background-color: #fe4037
}

.page_index_index .container .floor1 .floor1_news .news_list .news_item {
	background: #f4f5f7;
	padding: .3125rem 0;
	margin-top: .5rem
}

.page_index_index .container .floor1 .floor1_news .news_list .news_item a {
	border-radius: 1px;
	border-left: 2px solid #fe4037;
	padding: 0 .625rem;
	color: #999;
	font-size: .875rem;
	text-decoration: none;
	display: block;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*! autoprefixer: ignore next */
}

.page_index_index .container .floor1 .floor1_news .news_list .news_item:hover {
	opacity: .8
}

.page_index_index .container .floor1 .floor1_news .news_list .news_item:hover a {
	color: #D7000F
}

.page_index_index .container .floor2 {
	margin-top: .9375rem;
	position: relative
}

.page_index_index .container .floor2 img {
	width: 100%
}

.page_index_index .container .floor2 .floor2_text {
	position: absolute;
	top: 50%;
	left: 20%;
	color: #f2df91;
	font-size: 1.9375rem
}

.page_index_index .container .floor3 {
	background: #f4f5f7;
	padding: 0 .3125rem;
	padding-top: 15px
}

.page_index_index .container .floor3 .floor3_item {
	padding: 0
}

.page_index_index .container .floor3 .floor3_item .top_title {
	position: relative;
	padding: 0
}

.page_index_index .container .floor3 .floor3_item .top_title span {
	display: block;
	height: 3.125rem;
	line-height: 3.125rem;
	font-size: 1.375rem;
	color: #D7000F;
	margin-left: 3.8125rem;
	font-weight: bold
}

.page_index_index .container .floor3 .floor3_item .top_title img {
	position: absolute;
	top: 1.125rem;
	width: 85%
}

.page_index_index .container .floor3 .floor3_item .top_more {
	text-align: right;
	padding: 0 1.5625rem
}

.page_index_index .container .floor3 .floor3_item .top_more a {
	font-size: .875rem;
	color: #666;
	text-decoration: none
}

.page_index_index .container .floor3 .floor3_item .top_more a:hover {
	color: #D7000F
}

.page_index_index .container .floor3 .floor3_item .bottom_list {
	background-color: #fff;
	margin-top: .9375rem
}

.page_index_index .container .floor3 .floor3_item .bottom_list .item {
	padding: 0 1.25rem
}

.page_index_index .container .floor3 .floor3_item .bottom_list .item a {
	color: #666;
	font-size: .875rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: .375rem 0
}

.page_index_index .container .floor3 .floor3_item .bottom_list .item a .point_logo {
	margin-right: .3125rem;
	display: block;
	border-radius: 50%;
	width: .5rem;
	height: .5rem;
	background-color: #FD8D45
}

.page_index_index .container .floor3 .floor3_item .bottom_list .item a .title {
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*! autoprefixer: ignore next */
	flex: 1
}

.page_index_index .container .floor3 .floor3_item .bottom_list .item a:hover {
	color: #D7000F
}

.page_index_index .container .floor4 {
	background-color: #fff;
	margin-top: .9375rem
}

.page_index_index .container .floor4 .floor3_item .outside_box {
	background: #f4f5f7;
	padding: .625rem 1.25rem
}

.page_index_index .container .floor4 .floor3_item .outside_box .top {
	display: flex;
	justify-content: space-between;
	align-items: baseline
}

.page_index_index .container .floor4 .floor3_item .outside_box .top .top_title {
	display: flex;
	align-items: center
}

.page_index_index .container .floor4 .floor3_item .outside_box .top .top_title span {
	color: #D7000F;
	font-size: 1.375rem;
	font-weight: bold;
	margin-right: 1.25rem
}

.page_index_index .container .floor4 .floor3_item .outside_box .top .top_title .border_line {
	width: 4.375rem;
	height: 3px;
	background-color: #D7000F
}

.page_index_index .container .floor4 .floor3_item .outside_box .top .top_more a {
	font-size: .875rem;
	color: #666;
	text-decoration: none
}

.page_index_index .container .floor4 .floor3_item .outside_box .top .top_more a:hover {
	color: #D7000F
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .item a {
	color: #666;
	font-size: .875rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 6px 0
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .item a img {
	width: .75rem;
	height: .75rem;
	margin-right: .3125rem
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .item a .title {
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*! autoprefixer: ignore next */
	flex: 1
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .item a:hover {
	color: #D7000F
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box {
	position: relative
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box video {
	width: 85%;
	display: block;
	margin: 0 auto;
	margin-top: .45rem
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box video:focus {
	outline: none
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box .play_pause_active {
	display: unset !important
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 4.375rem;
	width: 4.375rem;
	border: 4px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box .play_btn .triangle {
	width: 0px;
	border-radius: .1875rem;
	height: 0px;
	border-top: .625rem solid transparent;
	border-bottom: .625rem solid transparent;
	border-left: 1rem solid #fff;
	margin-left: .3125rem
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box .pause_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 4.375rem;
	width: 4.375rem;
	border: 4px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: none
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_box .pause_btn .square {
	width: .9375rem;
	height: .9375rem;
	border-radius: .125rem;
	background-color: #fff
}

.page_index_index .container .floor4 .floor3_item .outside_box .bottom_list .video_title {
	width: 85%;
	color: #666;
	font-size: .875rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 6px 0;
	margin: 0 auto;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*! autoprefixer: ignore next */
}

.page_index_index .container .floor5 {
	background-color: #fff;
	margin-top: .9375rem;
	border-top: .1875rem solid #D7000F;
	display: flex;
	flex-wrap: unset;
	border: 1px solid #eee;
	border-top: 3px solid #D7000F;
	padding-bottom: .625rem
}

.page_index_index .container .floor5 .title {
	background-color: #D7000F;
	color: #ffff;
	writing-mode: tb-rl;
	margin: .625rem;
	padding: .5rem .3125rem;
	font-size: 1rem;
	height: -webkit-max-content;
	height: max-content
}

.page_index_index .container .floor5 .new_meida_swiper {
	margin-top: 1.25rem
}

.page_index_index .container .floor5 .new_meida_swiper .swiper-wrapper .swiper-slide {
	text-align: center
}

.page_index_index .container .floor5 .new_meida_swiper .swiper-wrapper .swiper-slide a {
	text-decoration: none
}

.page_index_index .container .floor5 .new_meida_swiper .swiper-wrapper .swiper-slide a img {
	width: 15.625rem;
	height: 9.375rem
}

.page_index_index .container .floor5 .new_meida_swiper .swiper-wrapper .swiper-slide a .slide_bottom {
	font-size: .875rem;
	color: #999;
	margin-top: .3125rem
}

.page_index_index .container .floor5 .new_meida_swiper .swiper-wrapper .swiper-slide a:hover {
	opacity: .8
}

.page_index_index .container .floor5 .new_meida_swiper .swiper-wrapper .swiper-slide a:hover .slide_bottom {
	color: #D7000F
}

.page_index_index .container .floor6 {
	margin-top: .9375rem
}

.page_index_index .container .floor6 .tab {
	cursor: pointer;
	padding: 0;
	position: relative
}

.page_index_index .container .floor6 .tab img {
	width: 100%
}

.page_index_index .container .floor6 .tab span {
	position: absolute;
	left: 60%;
	top: 40%;
	transform: translate(-50%, -50%);
	font-size: 1.625rem;
	color: #f3e999;
	text-shadow: .1em .1em .05em #333;
	font-weight: bold;
	letter-spacing: 5px
}

.page_index_index .container .floor6 .tab:hover {
	opacity: .9
}

.page_index_index .container .floor6 .tab_content {
	display: flex
}

.page_index_index .container .floor6 .tab_content .left {
	width: 8%;
	text-align: center
}

.page_index_index .container .floor6 .tab_content .left img {
	width: 60%
}

.page_index_index .container .floor6 .tab_content .center {
	flex: 1
}

.page_index_index .container .floor6 .tab_content .center .swiper-wrapper .swiper-slide {
	display: flex;
	flex-wrap: wrap
}

.page_index_index .container .floor6 .tab_content .center .swiper-wrapper .swiper-slide a {
	padding: .5rem;
	display: block;
	width: 20%
}

.page_index_index .container .floor6 .tab_content .center .swiper-wrapper .swiper-slide a img {
	width: 100%;
	border-radius: .125rem
}

.page_index_index .container .floor6 .tab_content .center .swiper-wrapper .swiper-slide a:hover {
	opacity: .8
}

.page_index_index .container .floor6 .tab_content .right {
	width: 8%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center
}

.page_index_index .container .floor6 .tab_content .right img {
	width: 1.5625rem
}

.page_index_index .container .floor6 .tab_content .right .tab_content_swiper_next {
	position: unset;
	background-image: unset;
	width: unset;
	height: unset;
	margin-top: .3125rem;
	margin-bottom: 3.125rem
}

.page_index_index .container .floor6 .tab_content .right .tab_content_swiper_next:focus {
	outline: none
}

.page_index_index .container .floor6 .tab_content .right .tab_content_swiper_prev {
	position: unset;
	background-image: unset;
	width: unset;
	height: unset;
	margin-top: unset
}

.page_index_index .container .floor6 .tab_content .right .tab_content_swiper_prev:focus {
	outline: none
}

.page_index_index .container .floor7 .law_service {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: .9375rem 0
}

.page_index_index .container .floor7 .law_service .left {
	margin: 0 .625rem;
	flex: 1;
	background: #f4f5f7;
	display: flex;
	align-items: center;
	height: 100%
}

.page_index_index .container .floor7 .law_service .left .left_title {
	color: #ffff;
	writing-mode: tb-rl;
	margin: .625rem;
	font-size: 1.125rem;
	font-weight: bold;
	height: -webkit-max-content;
	height: max-content;
	border: 2px solid #D7000F;
	color: #D7000F;
	padding: .3125rem;
	display: flex;
	align-items: center
}

.page_index_index .container .floor7 .law_service .left .left_title span {
	margin: 1.875rem 0
}

.page_index_index .container .floor7 .law_service .left .left_title img {
	margin: .3125rem;
	width: 1.25rem
}

.page_index_index .container .floor7 .law_service .left .left_content {
	display: flex;
	flex-wrap: wrap
}

.page_index_index .container .floor7 .law_service .left .left_content .law_item {
	margin: .9375rem;
	margin-left: 7.5rem;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	text-align: center;
	width: 11.25rem;
	padding: 1.25rem 0;
	text-decoration: none;
	border-radius: .125rem
}

.page_index_index .container .floor7 .law_service .left .left_content .law_item span {
	color: #666;
	font-size: .875rem;
	margin-top: .3125rem;
	font-weight: bold
}

.page_index_index .container .floor7 .law_service .left .left_content .law_item img {
	width: 1.875rem;
	margin: 0 auto
}

.page_index_index .container .floor7 .law_service .left .left_content .law_item:hover {
	background-color: #fafafa
}

.page_index_index .container .floor7 .law_service .left .left_content .law_item:hover span {
	color: #D7000F
}

.page_index_index .container .floor7 .law_service .right {
	width: 20%
}

.page_index_index .container .floor7 .law_service .right img {
	width: 85%
}

.page_index_index .container .float_window {
	position: fixed;
	top: 50%;
	margin-left: -0.625rem;
	z-index: 99999
}

.page_index_index .container .float_window .float_item img {
	width: 9.375rem;
	background: #fff
}

.page_index_index .container .float_window .float_item span {
	background-color: #fff;
	color: #999;
	font-size: .875rem;
	cursor: pointer;
	padding: .1875rem .5rem
}

.page_index_item .container .content {
	margin-top: .625rem;
	min-height: 600px
}

.page_index_item .container .content .left {
	padding: 0
}

.page_index_item .container .content .left .left_title {
	color: #fff;
	padding: .5rem .625rem;
	font-size: 1.375rem;
	background-color: #D7000F
}

.page_index_item .container .content .left .left_content {
	border: 1px solid #eee;
	background: #f4f5f7;
	margin-top: .9375rem
}

.page_index_item .container .content .left .left_content .accordion-group .accordion-heading {
	border-bottom: 1px solid #dfdfdf
}

.page_index_item .container .content .left .left_content .accordion-group .accordion-heading a {
	display: flex;
	align-items: center;
	color: #999;
	text-decoration: none;
	padding: .5rem .625rem
}

.page_index_item .container .content .left .left_content .accordion-group .accordion-heading a img {
	transition: all .2s;
	width: 15px;
	margin-right: .3125rem
}

.page_index_item .container .content .left .left_content .accordion-group .heading_active a {
	color: #D7000F
}

.page_index_item .container .content .left .left_content .accordion-group .heading_active a img {
	transform: rotate(90deg)
}

.page_index_item .container .content .left .left_content .accordion-group .accordion-body .accordion-inner {
	background: #f4f5f7;
	display: block;
	color: #999;
	text-decoration: none;
	padding: .5rem .625rem;
	border-bottom: 1px solid #eee
}

.page_index_item .container .content .left .left_content .accordion-group .accordion-body .accordion-inner:hover {
	color: #D7000F;
	background: #fcfcfc
}

.page_index_item .container .content .right .article {
	padding: 1.25rem
}

.page_index_item .container .content .right .article .article_title {
	text-align: center;
	font-size: 1.5625rem;
	font-weight: bold
}

.page_index_item .container .content .right .article .article_content {
	margin-top: 1.25rem
}

.page_index_item .container .content .right .law_service {
	padding: 0 1.25rem
}

.page_index_item .container .content .right .law_service .tab_head .head_item {
	cursor: pointer;
	width: 33.33%;
	text-align: center;
	color: #666;
	font-size: 1rem;
	background: #f4f5f7;
	padding: 10px;
	border: 1px solid #eee;
	font-weight: bold
}

.page_index_item .container .content .right .law_service .tab_head .head_item:hover {
	background-color: #fff
}

.page_index_item .container .content .right .law_service .tab_head .head_item_active {
	color: #D7000F
}

.page_index_item .container .content .right .law_service .tab_list .tab_item {
	background-color: #f5f5f5;
	padding: .9375rem;
	margin: 1.25rem 0;
	position: relative;
	border-bottom: 1px solid #d4d4d4
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_top img {
	width: 1.875rem;
	height: 1.875rem
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_center {
	margin: .625rem 0
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_center .center_question {
	display: flex;
	font-size: 1rem;
	color: #999
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_center .center_question :nth-child(1) {
	width: 3.125rem;
	display: block
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_center .center_question :nth-child(2) {
	flex: 1
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_bottom {
	color: #999;
	text-align: right
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_status {
	position: absolute;
	right: .625rem;
	bottom: 1.25rem
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .item_status img {
	width: 5rem
}

.page_index_item .container .content .right .law_service .tab_list .tab_item .triangle {
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 0px;
	border-radius: .1875rem;
	height: 0px;
	border-top: 8px solid #666;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent
}

.page_index_item .container .content .right .law_service .questions_form {
	margin-top: .9375rem;
	box-shadow: 0 0 8px #999;
	border-radius: 5px;
	padding: 2.5rem 3.125rem
}

.page_index_item .container .content .right .law_service .questions_form .inline_box {
	font-size: .875rem;
	color: #666;
	justify-content: space-between
}

.page_index_item .container .content .right .law_service .questions_form .inline_box span {
	display: inline-block;
	width: 6.25rem;
	font-weight: bold
}

.page_index_item .container .content .right .law_service .questions_form .inline_box input {
	border: 1px solid #eee;
	padding: .3125rem .625rem;
	text-align: center;
	border-radius: .3125rem;
	box-shadow: 0 0 3px #999;
	width: 200px;
	color: #666
}

.page_index_item .container .content .right .law_service .questions_form .inline_box input:focus {
	border: 1px solid #D7000F;
	box-shadow: 0 0 3px #D7000F
}

.page_index_item .container .content .right .law_service .questions_form .from_item {
	margin-top: .9375rem;
	font-size: .875rem;
	color: #666
}

.page_index_item .container .content .right .law_service .questions_form .from_item span {
	display: inline-block;
	width: 6.25rem;
	font-weight: bold
}

.page_index_item .container .content .right .law_service .questions_form .from_item input {
	border: 1px solid #eee;
	padding: .3125rem .625rem;
	border-radius: .3125rem;
	box-shadow: 0 0 3px #999;
	color: #666;
	flex: 1
}

.page_index_item .container .content .right .law_service .questions_form .from_item input:focus {
	border: 1px solid #D7000F;
	box-shadow: 0 0 3px #D7000F
}

.page_index_item .container .content .right .law_service .questions_form .from_item textarea {
	flex: 1;
	box-shadow: 0 0 3px #999;
	border: 1px solid #eee;
	padding: .3125rem .625rem;
	border-radius: .3125rem;
	color: #666
}

.page_index_item .container .content .right .law_service .questions_form .from_item textarea:focus {
	outline: none;
	border: 1px solid #D7000F;
	box-shadow: 0 0 3px #D7000F
}

.page_index_item .container .content .right .law_service .questions_form button {
	color: #666;
	font-size: .875rem;
	display: block;
	margin: 0 auto;
	margin-top: 3.125rem;
	padding: .625rem 3.125rem;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 4px
}

.page_index_item .container .content .right .law_service .questions_form button:hover {
	background-color: #e9e9e9
}

.page_index_item .container .content .right .law_service .questions_form button:focus {
	outline: none
}

.page_index_item .container .content .right .law_service .my_answer {
	margin-top: .9375rem
}

.page_index_item .container .content .right .law_service .my_answer .item_box {
	margin-bottom: 1.875rem
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item {
	background-color: #f5f5f5;
	padding: .9375rem;
	position: relative;
	border-bottom: 1px solid #d4d4d4
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_top img {
	width: 1.875rem;
	height: 1.875rem
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_center {
	margin: .625rem 0
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_center .center_question {
	display: flex;
	font-size: 1rem;
	color: #999
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_center .center_question :nth-child(1) {
	width: 3.125rem;
	display: block
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_center .center_question :nth-child(2) {
	flex: 1
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_bottom {
	color: #999;
	text-align: right
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_status {
	position: absolute;
	right: .625rem;
	bottom: 1.25rem
}

.page_index_item .container .content .right .law_service .my_answer .item_box .answer_item .item_status img {
	width: 5rem
}

button,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05)
}

.swiper-slide {
	transform: translate3d(0, 0, 0)
}

body {
	background-color: #F8F8F8
}

a {
	text-decoration: none
}

p {
	margin: 0
}

span,
label,
input,
button,
select,
option {
	outline: none;
	border: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

html ::-webkit-scrollbar {
	width: 4px;
	height: 1px;
	margin-left: 10px
}

html ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #bebebe
}

html ::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #ededed
}

.small-scrollbar::-webkit-scrollbar {
	width: 2px;
	height: 1px;
	margin-left: 10px
}

.small-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #aaa
}

.small-scrollbar::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #ededed
}

.disabled_scroll {
	overflow: hidden
}

audio::-webkit-media-controls-play-button {
	display: none
}

audio::-webkit-media-controls-mute-button {
	display: none
}

audio::-webkit-media-controls-current-time-display {
	display: none
}

audio::-webkit-media-controls-time-remaining-display {
	display: none
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: .1125rem !important;
	text-align: right !important;
	padding: 0 .625rem
}

.header {
	background-image: url('header_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4.6875rem 0;
	color: #D7000F
}

.header .header_left img {
	width: 4.0625rem;
	height: 4.0625rem;
	border-radius: 50%
}

.header .header_left .text {
	margin-left: 1.25rem;
	line-height: 1.875rem
}

.header .header_left .text .cn {
	padding-top: .9375rem;
	font-size: 2.125rem;
	font-weight: bold
}

.header .header_left .text .en {
	margin-top: 1px;
	font-size: 1.25rem
}

.header .header_right {
	font-weight: bold;
	font-size: .875rem;
	line-height: 1.3125rem
}

.header .header_right p {
	margin-bottom: 0
}

.search {
	background: #f4f5f7;
	padding: .625rem 0;
	display: flex;
	border-bottom: 3px solid #e7e7e7
}

.search .left {
	color: #666;
	font-size: 1rem
}

.search .right {
	text-align: right;
	background-color: #b2b2b2;
	border-radius: .3125rem
}

.search .right span {
	color: #fff;
	font-size: .875rem
}

.search .right .iconfont {
	color: #fff
}

.search .right input {
	flex: 1;
	height: .9375rem;
	border-radius: 6px;
	margin: 0 .625rem 0 1.25rem;
	color: #999;
	font-size: .75rem;
	padding: 0 .625rem
}

.bread {
	background: #f4f5f7;
	padding: .625rem 0;
	display: flex;
	border-bottom: 3px solid #e7e7e7
}

.bread .right {
	display: flex;
	align-items: center;
	padding: 0 2.25rem
}

.bread .right img {
	width: 1.25rem;
	height: 1.25rem
}

.bread .right span {
	color: #999;
	font-size: .875rem;
	margin: 0 .3125rem
}

.bread .right .bread_item a {
	font-size: .875rem;
	text-decoration: none
}

.bread .right .bread_item a span {
	color: #999
}

.bread .right .bread_item a:hover span {
	color: #D7000F
}

.bread .right .bread_item::after {
	content: '>';
	color: #999
}

.bread .right .bread_item:last-child::after {
	content: ''
}

.footer {
	border-top: .4375rem solid #D7000F
}

.footer .footer_top {
	padding: 1.25rem 0;
	display: flex;
	align-items: center
}

.footer .footer_top .top_left {
	background-color: #D7000F;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	width: -webkit-max-content;
	width: max-content;
	position: relative;
	padding: .6125rem 1.5375rem
}

.footer .footer_top .top_left .triangle {
	position: absolute;
	right: -0.5rem;
	top: 27%;
	width: 0px;
	height: 0px;
	border-radius: .1875rem;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 13px solid #D7000F
}

.footer .footer_top .top_right {
	display: flex
}

.footer .footer_top .top_right .right_item_link {
	margin-left: .625rem;
	display: flex;
	align-items: center;
	border: 2px solid #ccd2df;
	height: 1.4375rem;
	padding: 0 .625rem;
	position: relative;
	cursor: pointer
}

.footer .footer_top .top_right .right_item_link .item_text {
	display: flex;
	align-items: center
}

.footer .footer_top .top_right .right_item_link .item_text .line {
	display: inline-block;
	width: 1.5rem;
	border-top: 2px solid #999
}

.footer .footer_top .top_right .right_item_link .item_text .txt {
	color: #999;
	font-size: .875rem;
	vertical-align: sub
}

.footer .footer_top .top_right .right_item_link .iconfont {
	color: #aaa;
	font-size: .75rem
}

.footer .footer_top .top_right .right_item_link .item_menu_link {
	outline: 2px solid #ccd2df;
	position: absolute;
	top: 1.25rem;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #fff;
	display: none
}

.footer .footer_top .top_right .right_item_link .item_menu_link .menu_slide {
	padding: 0 .625rem
}

.footer .footer_top .top_right .right_item_link .item_menu_link .menu_slide a {
	display: block;
	font-size: .875rem;
	color: #999;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: .3125rem 0
}

.footer .footer_top .top_right .right_item_link .item_menu_link .menu_slide:hover {
	background-color: #eee
}

.footer .footer_top .top_right .right_item_link .item_menu_link .menu_slide:hover a {
	color: #D7000F
}

.footer .footer_top .top_right .right_item_link .link_menu_open {
	display: unset !important
}

.footer .footer_bottom {
	background: #f4f5f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem
}

.footer .footer_bottom .left .left_item a {
	color: #D7000F;
	text-decoration: none;
	font-size: .875rem;
	font-weight: bold
}

.footer .footer_bottom .right {
	display: flex
}

.footer .footer_bottom .right .right_item {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: .3125rem .625rem 0 .625rem
}

.footer .footer_bottom .right .right_item img {
	width: 5rem;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #d8d8d8;
	border-radius: .875rem
}

.footer .footer_bottom .right .right_item .item_desc {
	font-weight: bold;
	font-size: .875rem;
	color: #D7000F
}

.naver .nav_item {
	height: 3.125rem;
	background-color: #D7000F;
	border: 1px solid #fff;
	position: relative
}

.naver .nav_item .nav_item_a {
	text-align: center;
	background-color: #D7000F;
	margin-bottom: 2px;
	width: 100%;
	height: 2.8125rem;
	line-height: 2.8125rem;
	display: block;
	text-decoration: none
}

.naver .nav_item img {
	width: 1.25rem
}

.naver .nav_item span {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
}

.naver .nav_item:hover {
	background-color: #e02733
}

.naver .nav_item:hover .nav_item_a {
	background-color: #e02733
}

.naver .nav_item .nav_item_menu {
	border-top: 2px solid #fff;
	position: absolute;
	background-color: #D7000F;
	width: 100%;
	top: 48px;
	left: 0;
	z-index: 9;
	display: none
}

.naver .nav_item .nav_item_menu .out_box .menu_item {
	text-align: center;
	height: 3.75rem;
	line-height: 3.75rem;
	border: 1px solid #e02733
}

.naver .nav_item .nav_item_menu .out_box .menu_item a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%
}

.naver .nav_item .nav_item_menu .out_box .menu_item a:hover {
	background-color: #e02733
}

.naver .nav_item .nav_item_menu .out_box .triangle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0px;
	height: 0px;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.naver .nav_item .menu_open {
	display: block
}

/*# sourceMappingURL=./index.css.map */
