
.layout{
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.img{
    width: 100%;
    vertical-align: top;
}
.header__logo {
    width: 188px;
    height: 36px;
    margin-top: 12px;
    background: url(../img/logo.png) no-repeat;
}
.header__bar {
    background: #2424c5;
    height: 55px;
}
.header__bar-inner{
    padding: 0 40px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.header__left {
    flex: 1;
}
.header__nav-text {
    font-size: 14px;
    margin: 0 -15px;
    line-height: 60px;
    color: #fff;
    display: flex;
}
.header__nav-icon {
    height: 100%;
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header__icon.menu {
    font-size: 18px;
}

.header__icon {
    font-size: 20px;
    margin: 0 10px;
}

.menu {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid hsla(0,0%,85.1%,.2);
    background: rgba(19,2,144,0.8);
    color: #fff;
    z-index: 9;
    display: flex;
    flex-direction: column;
	display: none;
	height: calc(100% - 56px);
	overflow: auto;
}
.menu__search{
    padding: 8px 20px;
    border-bottom: 1px solid hsla(0,0%,85.1%,.2);
}

.menu__search-inner{
    height: 32px;
    border-radius: 17px;
    border: 1px solid hsla(0,0%,100%,.2);
    position: relative;
}
.menu__search-input{
    width: 100%;
    height: 100%;
    padding: 0 45px 0 15px;
    border: 0;
    border-radius: 17px;
    color: hsla(0,0%,100%,.9);
    background: transparent;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;
}
.menu__search-icon {
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 15px;
	background: url(../img/search.svg) no-repeat;
	background-size: 16px 16px;
}
.main{
	width: 100%;
	flex: 1;
	overflow: auto;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.main .container{
	width: 1528px;
	height: 1079px;
	margin: 50px auto;
	position: relative;
	cursor: move;
}
.main-logo{
	width: 100px;
	height: 106px;
	position: fixed;
	right: 20px;
	top: 70px;
	background: url(../img/main-logo.png) no-repeat;
	background-size: 100%;
}
.main .container img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.img-logo{
	width: 40px;
	border-radius: 50%;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.collapsible {
    overflow: hidden;
}
.menu .scroll-area {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: overlay;
    scrollbar-color: rgba(0,0,0,.6) transparent;
    scrollbar-width: thin;
}
.collapsible__header{
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid hsla(0,0%,85.1%,.2);
}
.collapsible__title {
    flex: 1;
}
.menu__main-title {
    font-weight: 500;
}

.collapsible__icon {
    padding-left: 10px;
	transform: rotate(-90deg);
}
.collapsible__icon-triangle {
    font-size: 12px;
    display: inline-block;
    transform: rotate(180deg);
    transition: transform .3s;
}
.collapsible__icon-triangle.opened {
    transform: rotate(0);
}
.collapsible__content{
    border-bottom: 1px solid hsla(0,0%,85.1%,.2);
}
.menu__item-title {
    display: flex;
    flex-direction: row;
}
.menu__item-title-name{
    padding-left: 15px;
    flex: 1;
}
.menu__item-title-count {
    font-size: 13px;
    color: #988aff;
}
.menu__close {
    display: none;
	background: url(../img/close.svg) no-repeat;
	background-size: 14px 14px;
}
.icon__menu{
	background: url(../img/list.svg) no-repeat;
	background-size: 18px 18px;
}
.header__nav-text {
    display: none;
}
.close{
	background: url(../img/close.svg) no-repeat;
	background-size: 18px 18px;
}
.collapsible__icon{
	background: url(../img/arrow.svg) center no-repeat;
	background-size: 16px 16px;
}
.hot{
	position: absolute;
	display: flex;
}
.hot .hot-text{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
	min-width: 40px;
	border-radius: 30px;
	background-color: rgba(0,0,0,.7);
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
	margin-left: 5px;
}
.hot .hot-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.7);
	animation: scaleM 1.2s linear infinite;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}
.hot .hot-icon img{ 
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	/* background: url(../img/link.svg) center no-repeat; */
}
.hot1{
	top: 360px;
	left: 500px;
}
.hot2{
	top: 360px;
	left: 800px;
}
#img{
	transform: scale(0.3) translate(-120%,-80%);
}
.menu::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	display: block;
}

.menu::-webkit-scrollbar-track {
	width: 8px;
	background-color: #2424c5;
	display: block;
}

/*滚动条的设置*/

.menu::-webkit-scrollbar-thumb {
	background-color: #130290;
	background-clip: padding-box;
	min-height: 20px;
	display: block;
}

/*滚动条移上去的背景*/

.menu::-webkit-scrollbar-track-piece {
	border-radius: 0;
}
.menu::-webkit-scrollbar-corner {
	background-color: #2424c5;
}

@media (min-width:750px){
	#img{
		transform: scale(0.9) translate(100px,-60px);
	}
}
@media (min-width:1200px){
    .header__bar {
        height: 60px
    }
	.header__nav-text {
	    font-size: 14px;
	    margin: 0 -15px;
	    line-height: 60px;
	    color: #fff;
	    display: flex;
	}
	.header__nav-text a{
	    margin: 0 15px;
	    display: inline-block;
	    color: inherit;
	    text-decoration: none;
	}
	.header__nav-icon{
	    display: none;
	}
	
	.menu{
		display: block;
	    width: 280px;
	    left: 0;
	    top: 60px;
	    right: auto;
		height: calc(100% - 61px);
	}
	.menu__search{
	    display: flex;
	    align-items: center;
	    border-color: hsla(0,0%,85.1%,.1);
	}
	.menu__search-input {
	    font-size: 12px;
	}
	.menu__close{
	    margin: 0 -6px 0 14px;
	    display: inline-block;
	    cursor: pointer;
	}
	.menu__items{
	    font-size: 14px;
	}
	.collapsible__header {
	    padding-right: 14px;
	}
	.collapsible__content, .collapsible__header{
	    border-color: hsla(0,0%,85.1%,.1);
	}
	.main-logo{
		width: 120px;
		height: 126px;
		top: 90px;
		right: 40px; 
	}
	.main .container{
		margin: 0 auto;
	}
}


@keyframes scaleM{
	0% {
	    transform: scaleX(1);
	}
	25% {
	    transform: scale3d(.9,.9,.9);
	}
	50% {
	    transform: scaleX(1);
	}
	75% {
	    transform: scale3d(1.1,1.1,1.1);
	}
	100% {
	    transform: scaleX(1);
	}
}