@charset "UTF-8";
*{
	padding:0;
	margin: 0;
}
a{
	text-decoration: none;
}
.header-top {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 41px;
	width: 100%
}

.header-top .header-top-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1300px;
	max-width: 1300px;
	height: 40px
}

.header-top .header-top-content .logo-C {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .5rem
}

.header-top .header-top-content a {
	color: #fff
}

.header-top .header-top-content .content-left {
	display: flex;
	color: #fff;
	white-space: nowrap
}

.header-top .header-top-content .content-left .left-item {
	margin: 0 .8rem
}

.header-top .header-top-content .content-left .item-content {
	width: 410px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

.header-top .header-top-content .content-left .item-content .dev-ops-item {
	width: 200px;
	display: flex;
	align-items: center;
	margin-top: 5px;
	padding: 5px
}

.header-top .header-top-content .content-left .item-content .dev-ops-item:hover {
	background-color: #e5f9f1;
	border-radius: 5px
}

.header-top .header-top-content .content-left .item-content .dev-ops-item .dev-ops-img {
	display: flex;
	align-items: center;
	margin-right: 5px;
	border-radius: 10000px
}

.header-top .header-top-content .content-left .item-content .dev-ops-item .dev-ops-img img {
	width: 45px;
	height: 45px;
	border-radius: 10000px
}

.header-top .header-top-content .content-left .item-content .dev-ops-item .dev-ops-title-des {
	color: #000
}

.header-top .header-top-content .content-left .item-content .dev-ops-item .dev-ops-title-des .dev-ops-des {
	color: #8f8b8a
}

.header-top .header-top-content .content-right {
	display: flex;
	color: #fff;
	white-space: nowrap
}

.header-top .header-top-content .content-right div {
	display: flex;
	align-items: center
}

.header-top .header-top-content .content-right span {
	margin-left: .5rem
}

.header-top .header-top-content .content-right .media-matrix {
	height: 40px;
	margin-right: 2rem;
	cursor: pointer;
	display: flex
}

.header-top .header-top-content .content-right .osc-app {
	cursor: pointer
}

.mask {
	position: absolute;
	top: 39px;
	left: 0;
	height: 165px;
	width: 100%;
	background-color: #000c;
	z-index: 9999
}

.mask:hover {
	opacity: 1
}

.media-matrix-mask .mask-box {
	display: flex;
	justify-content: center
}

.media-matrix-mask .mask-content {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 1300px;
	max-width: 1300px;
	height: 165px;
	color: #fff;
	font-weight: 800;
	white-space: nowrap
}

.media-matrix-mask .media-matrix-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #dbdbdb;
	margin-left: 2rem;
	font-size: 13px
}

.media-matrix-mask .media-matrix-item .item-img {
	width: 4.5rem;
	height: 5.5rem
}

.media-matrix-mask .media-matrix-item .item-img img {
	object-fit: scale-down;
	width: 4.5rem;
	height: 5.5rem
}

.media-matrix-mask .media-matrix-item .item-title {
	font-weight: 400;
	text-align: center;
	line-height: 1.2rem
}

.media-matrix-mask .media-matrix-item .item-description {
	line-height: 1rem;
	text-align: center
}

.osc-app-mask .mask-box {
	display: flex;
	justify-content: center
}

.osc-app-mask .mask-content {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 1300px;
	max-width: 1300px;
	height: 165px;
	color: #fff;
	font-weight: 800;
	white-space: nowrap
}

.osc-app-mask .app-img {
	padding-right: 2rem;
	border-right: 2px solid #9d9d9d;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px
}

.osc-app-mask .app-img img {
	width: 5rem;
	height: 5rem
}

.osc-app-mask .media-matrix-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #dbdbdb;
	margin-left: 2rem;
	font-size: 13px
}

.osc-app-mask .media-matrix-item .item-img {
	width: 4.5rem;
	height: 5.5rem
}

.osc-app-mask .media-matrix-item .item-img img {
	object-fit: scale-down;
	width: 4.5rem;
	height: 5.5rem
}

.osc-app-mask .media-matrix-item .item-title {
	font-weight: 400;
	text-align: center;
	line-height: 1.2rem
}

.osc-app-mask .media-matrix-item .item-description {
	line-height: 1rem;
	text-align: center
}

.fade-enter-active,.fade-leave-active {
	transition: opacity .2s
}

.fade-enter-from,.fade-leave-to {
	opacity: 0
}

.expandable-search {
	display: flex;
	align-items: center;
	position: relative
}

.search-icon {
	cursor: pointer;
	margin-right: 10px
}

.search-input {
	width: 300px;
	height: 35px;
	transition: width 1s ease;
	background-color: #fafafa;
	border: #fafafa;
	display: flex;
	justify-content: space-between;
	position: relative;
}
 .ant-input {
	font-size: .8rem!important;
	background-color: #fafafa
}

.focused .search-input {
	width: 1050px
}

.search-input[style="display: none;"] {
	width: 0
}

.search-shortcut {
	cursor: pointer;
	line-height: 17px;
	border-radius: 5px;
	background-color: #f6f6f6;
	color: #8b8b8b;
	font-size: 12px;
	text-align: center;
	padding: 2px 10px;
	box-shadow: 0 1px 3px #0003;
	font-family: Roboto
}

.search-btn {
	cursor: pointer
}

.header-bottom {
	display: flex;
	text-align: center;
	justify-content: space-around;
	width: 1300px;
	max-width: 1300px;
	margin: 0 auto
}

.header-box {
	display: flex;
	text-align: center;
	justify-content: space-around;
	height: 51px;
	width: 1300px;
	max-width: 1300px;
	margin: 0 auto;
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff
}

.header-box .nav-bar {
	width: 1100px;
	margin-right: 2rem;
	line-height: 51px
}

.header-box .nav-bar .nav-bar-item {
	font-weight: 500;
	font-size: 14px;
	color: #363636;
	height: 50px;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	padding-left: 43px;
}

.header-box .nav-bar .nav-bar-item .nav-bar-tag {
	margin-right: 35px
}

@media (min-width:769px) {
	.header-box .nav-bar-h5 {
		display: none
	}
}

.header-box .nav-bar .nav-bar__tabs {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-weight: 500;
	font-size: 1.1rem;
	height: 100%
}

.header-box .nav-bar a {
	color: #666
}

.header-box .nav-bar a:hover {
	color: #000
}

.header-box .header-box__inner__box {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	min-width: 140px
}

.header-box .header-box__inner__box .message-box {
	width: 310px;
	font-size: 14px;
}

.header-box .header-box__inner__box .message-box .message-box__inner .message-box__inner__item {
	margin-bottom: 10px
}

.header-box .header-box__inner__box .message-box .message-box__inner .message-box__inner__item .message-item-info {
	color: #363636;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis
}

.header-box .header-box__inner__box .message-box .message-box__inner .message-box__inner__item .message-item-info .message-item-user {
	cursor: pointer;
	color: #7f7f7f
}

.header-box .header-box__inner__box .message-box .message-box__inner .message-box__inner__item .message-item-info .message-item-content {
	color: #7f7f7f;
	word-break: break-all
}

.header-box .header-box__inner__box .message-box .message-box__inner .message-box__inner__item .unread:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff4d4f;
	margin-right: 5px;
	animation: blink-26bb70c5 2s infinite
}

@keyframes blink-26bb70c5 {
	0%,to {
		opacity: 1
	}

	50% {
		opacity: .1
	}
}

.header-box .header-box__inner__box .message-box .message-box__inner .message-box__inner__item .message-item-time {
	color: #b7b7b7;
	font-size: 12px
}

.header-box .header-box__inner__box .ant-popover-inner {
	padding: 0
}

.header-box .header-box__inner__box .ant-tabs-tab {
	font-size: 15px
}

.header-box .header-box__inner__box .ant-tabs-tab-btn {
	width: 40px;
	text-align: center
}

.header-box .header-box__inner__box .ant-tabs-content-holder {
	padding: 0 20px 10px
}

.header-box .header-box__inner__box .item {
	color: #bababa
}

.header-box .header-box__inner__box .notice {
	position: relative;
	width: 2rem;
	margin: 0 .5rem;
	height: 2rem;
	border-radius: 999px;
	background: #7f7f7f;
	display: flex;
	justify-content: center;
	align-items: center
}

.header-box .header-box__inner__box .notice .notice_count {
	display: none;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	background: #e1452f;
	border-radius: .813rem;
	color: #fff;
	position: absolute;
	top: -.4rem;
	right: -.4rem;
	font-size: .8rem
}

.header-box .header-box__inner__box .avatar {
	display: flex
}

.expandable-search.focused .search-input {
	width: 100%;
	transition: width .5s ease
}

.fade-enter-active,.fade-leave-active {
	transition: opacity .5s ease
}

.fade-enter,.fade-leave-to {
	opacity: 0
}

.drawer-top {
	height: 4.65rem;
	margin-top: -24px;
	display: flex;
	justify-content: center;
	align-items: center
}

.drawer-top .notice {
	position: relative;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #7f7f7f;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem
}

.drawer-top .notice .notice_count {
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	background: #e1452f;
	border-radius: .813rem;
	color: #fff;
	position: absolute;
	top: -.4rem;
	right: -.4rem;
	text-align: center
}

.drawer-top .avatar {
	margin: 0 1rem;
	display: flex
}

.drawer-content {
	display: flex;
	justify-content: center;
	flex-direction: column
}

.drawer-content .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 10.69rem;
	margin-top: 1.5rem
}

.drawer-content .content .content-item {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 7.56rem;
	height: 2.19rem;
	color: #5a5d61;
	font-size: .88rem;
	margin-bottom: .72rem
}

.drawer-content .content>:hover {
	background: #f4f4f4;
	border-radius: 2.19rem
}

.drawer-content .content-border-bottom {
	border-bottom: 1px solid #bbb
}

@media only screen and (max-width:768px) {
	.nav-bar {
		display: none
	}

	.nav-bar-h5 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 2rem
	}

	.header-bottom {
		width: 100vw;
		display: flex;
		justify-content: space-between
	}

	.seach-box {
		display: none
	}
	.nav-bar-h5-item {
		width: 100px;
		font-size: 17px;
		line-height: 20px
	}
}

.header2 {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 2px 4px #0000001a;
	width: 100vw;
	z-index: 1000
}

.header2 .top-prefix {
	background: #009966
}

.header2 .header-box {
	display: flex;
	text-align: center;
	justify-content: space-around;
	height: 51px;
	width: 1300px;
	max-width: 1300px;
	margin: 0 auto;
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff
}

.expandable-search.focused .search-input {
	width: 100%;
	transition: width .5s ease
}

.fade-enter-active,.fade-leave-active {
	transition: opacity .5s ease
}

.fade-enter,.fade-leave-to {
	opacity: 0
}

.drawer-top {
	height: 4.65rem;
	margin-top: -24px;
	display: flex;
	justify-content: center;
	align-items: center
}

.drawer-top .notice {
	position: relative;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: .813rem;
	background: #7f7f7f;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem
}

.drawer-top .notice .notice_count {
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	background: #e1452f;
	border-radius: .813rem;
	color: #fff;
	position: absolute;
	top: -.5rem;
	right: -.5rem;
	text-align: center
}

.drawer-top .avatar {
	margin: 0 1rem;
	display: flex
}

.drawer-content {
	display: flex;
	justify-content: center;
	flex-direction: column
}

.drawer-content .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 10.69rem;
	margin-top: 1.5rem
}

.drawer-content .content .content-item {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 7.56rem;
	height: 2.19rem;
	color: #5a5d61;
	font-size: .88rem;
	margin-bottom: .72rem
}

.drawer-content .content>:hover {
	background: #f4f4f4;
	border-radius: 2.19rem
}

.drawer-content .content-border-bottom {
	border-bottom: 1px solid #bbb
}

@media screen and (max-width:768px) {
	.header2 .top-prefix {
		display: none
	}

	.header2 .header-box {
		width: 100vw
	}
}

.footer{
	background: #fff!important;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.footer .container{
	display: flex;
	justify-content: center;
	padding-top: 1rem;
	max-width: 80rem;
	margin: auto;
	font-size: .8rem;
}

.footer .container .logo{
	flex: 1.5;
	text-align: left;
	margin-top: 35px;
	margin-right: 50px
}

.footer .container .br{
	border-left: 1px solid #efefef;
	padding-left: 1.5rem
}

.footer .container .title{
	flex: 1;
	display: flex;
	flex-direction: column;
	line-height: 2rem;
	padding-right: 1.2rem;
	align-items: start;
	margin-bottom: auto
}

.footer .container .title .overline{
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #009966
}

.footer .container .title h4{
	margin-top: .5rem
}

.footer .container .title .list{
	display: flex;
	flex-direction: column;
	align-items: start
}

.footer .container .title .list .item{
	color: #000;
	font-weight: 500
}

.footer .container .title .list:hover {
	color: #cac9c9
}

.footer .container .title .scan-qr-code{
	display: flex;
	line-height: 2rem
}

.footer .container .title .scan-qr-code .box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
	font-weight: 500
}

.miit{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8f9fb;
	height: 2.86rem;
	padding: 0 10.5rem;
	font-size: .8rem;
	font-weight: 500;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width:1200px) {
	.miit{
		padding: 0
	}
}

.miit .left span{
	margin-right: 1.6rem
}

.miit .right{
	margin-left: auto
}

@media screen and (max-width:1200px) {
	.miit .right{
		margin-right: 5rem
	}
}

h4{
	font-weight: 800;
	font-size: 1.1rem
}

@media screen and (max-width:768px) {
	.container{
		display: none
	}

	.miit{
		display: flex;
		align-items: center;
		justify-content: center
	}

	.miit .left{
		display: none
	}

	.miit .right{
		display: flex;
		justify-content: center
	}

	.miit .right .right-none{
		display: none
	}
}

.ant-layout-content,.ant-layout-footer,.ant-layout-header,.ant-layout-sider-children,.ant-layout-sider {
	background: 0 0
}

.ant-layout {
	background: #f2f3f5;
	min-height: 100vh
}

.ant-layout-content {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	flex-grow: 1
}

#news_header .header {
	padding: 0;
	height: 91px;
	width: 100%;
	background: #fff;
	z-index: 100
}

.footer {
	text-align: center;
	padding: 1rem 0;
	padding-bottom: 0;
	background: #fff
}
footer.footer{
    margin-top: 0px;
}
.layout {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

@media screen and (max-width:768px) {
	.header {
		height: 51px
	}
}

:where(.css-quj94o).ant-input-affix-wrapper >input.ant-input {
    padding: 0 10px;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
}
.ant-input-suffix{
	display: flex;
	align-items: center;
	position: absolute;
	top: 8px;
	right: 10px;
}
.search_btn{
	width: 19px;
	height: 19px;
}
.header-top-content{
	font-weight: normal;
	font-size: 14px;
}
.box-center{
	display: flex;
	align-items: center;
}
.header-box .header-box__inner__box .item{
	font-size: 14px;
}
@media screen and (max-width:768px) {
	.header {
		height: 51px
	}
	.ant-layout-footer{
		display: none;
	}
}
.content-left{
	position: relative;
}
.oper-user{
	cursor: pointer;
}
.oper-user-box{
	position: absolute;
	background-color: #fff;
	z-index: 1000000;
	/*padding:0 20px;*/
	border-radius: 5px;
	top:40px;
	right: -150px;
	display: none;
}
.box_messagesBox img{
	display: block;
	width: 0.938rem; height: 0.938rem;
}
.user_ant_drawer{
	position: fixed;
	right: 0;
	top:0;
	bottom:0;
	z-index: 99999;
	display: none;
}
.user_ant_drawer .ant-drawer-mask{
	background-color: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ant-drawer-content-wrapper{
	background-color: #fff;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 30px;
	position: relative;
	z-index: 100000;
}
.drawer-user-icon{
	width: 1.25rem;
	height: 1.25rem;
}
.top_nav{display: flex; align-items: center; justify-content: center;}
.oper-user{display: flex; align-items: center;justify-content: center;}
.oper-user>span{display: flex; align-items: center;}
.ant-input{width: 300px;}
.user_message{
	text-align: left;
	padding:5px 0;
}
.user_message span{
	color: rgb(46, 133, 255);
	font-weight: bold;
}

#news_header .ant-tabs-tab{
	position: relative;
}
#news_header .user_mesNum{
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: red;
	color: #fff;
	top:0px;
	right: 6px;
	border-radius: 10px;
	font-size: 12px;
}
.user_mess_nodata{
	background: url(../imgs/icon_nodata.png) center center no-repeat;
	width: 128px;
	height: 145px;
	margin: 10px auto;
}
.ant_tabs_content{
	display: none;
}
#user_popover{
	display: none;
}
.osc-avatar-level .avatar-level{display:none}
@media (min-width: 769px) {
        .nav-bar-h5 {
            display: none;
        }
    }
.h5-bar-menu{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    z-index: 1050;
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    background: #fff;
    text-align: left;
    padding-left: 5px;
    border-radius: 5px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
}

.h5-bar-menu a{
    display:block;
    font-size:14px;
    color:#333333;
}
.menu_h5_item{
    font-size: 14px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
}
.menu_h5_item a{
    color:#333;
}
#user_box .drawer-content{
    padding-left:20px;
}
#user_popover{
    position: absolute;
    background:#fff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
    top:50px;
    border-radius: 5px;
}
.ant-tabs-nav{
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    margin: 0 0 16px 0;
}
.ant-tabs-nav-wrap{
    position: relative;
    display: flex;
    flex: auto;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    transform: translate(0);
    box-sizing:border-box;
}
.ant-tabs-nav-list{
    position: relative;
    display: flex;
    transition: opacity 0.3s;
    box-sizing:border-box;
    width:100%;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid #ddd;
}
.ant-tabs-tab{
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    align-items: center;
    flex:1;
    display:flex;
    align-items: center;
    justify-content: center;
    
}
.ant-tabs-tab-active span{
    color: #009966;
    text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab-active ::after{
	content: '';
	border-bottom: 2px solid #009966;
	width: 40px;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 19px;
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
    color: #009966;
    text-shadow: 0 0 0.25px currentcolor;
}

#message .box-center{
	cursor: pointer;
}

#message .box-center{
	cursor: pointer;
}
#user_popover .message-item{
	margin-bottom: 7px;

}
#user_popover .message-item .message-item-info{
	color: #363636;
	display: -webkit-box;
	/* 必须设置为弹性盒子模型 */
	-webkit-box-orient: vertical;
	/* 垂直排列子元素 */
	-webkit-line-clamp: 2;
	/* 限制显示的行数 */
	overflow: hidden;
	/* 隐藏超出的内容 */
	text-overflow: ellipsis;
	text-align: left;
}
#user_popover .message-item .message-item-info .message-item-user{
	cursor: pointer;
    color: #7f7f7f;
}
#user_popover .message-item .message-item-info .message-item-content{
	color: #7f7f7f;
    word-break: break-all;
}
#user_popover .message-item .message-item-time{
	color: #b7b7b7;
    font-size: 12px;
	text-align: left;
}
.mess_btnbox{
	padding-top:5px;
	padding-bottom: 5px;;
}
.mess_btnbox .mess_btn_more{
	display: block;
	background-color: rgb(0, 210, 124);
	color: #fff;
	width: 140px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
    border-radius: 38px;
}
.mess_btnbox .mess_btn_more:hover{
	background-color: rgb(0, 220, 124);
	color: #fff;
}

.page-oschina-login footer.footer,.sc-bgc footer.footer{
    margin-top: 50px;
}

#userMess_avatarLogo img{
    display:block;
    width:34px;
    height:34px;
    border-radius:50%;
}
#user_avatarLogo img{
    display:block;
    width:40px;
    height:40px;
    border-radius:50%;
}
/*2025年3月2日修改*/
.dev-ops-title,.dev-ops-des{
	padding:0;
	margin:0 auto;
	height: 25px;
	line-height: 25px;
}
.ant-popover-inner{
	background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 12px;
}
.anticon svg,.osc-app .anticon svg,.media-matrix .anticon svg{
	transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-webkit-transition:-webkit-transform 1s;
	transition: transform 0.6s;
}
.oper-user:hover .anticon svg,.osc-app:hover .anticon svg,.media-matrix:hover .anticon svg{
	-webkit-transform:rotate(90deg);
	transform: rotate(90deg)!important;
}

.beijyh-modal-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100000;
}
.beijyh-modal-box-img{
	width: 640px;
	height: 495px;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.beijyh-modal-box-img img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
	
}
.beijyh-modal-box-close{
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	z-index: 10000;
	transform: rotate(45deg);
	background-color: rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s;
}
.beijyh-modal-box-close:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.ad-bjyh{
	cursor: pointer;
	margin-left: 20px;
}

