.hide{
	display: none !important;
}
.container{
	position: relative;
    width: 660px;
    height: 495px;
    margin: 132px auto 50px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 0;
}
.container>div.container-top{
	padding: 33px;
}
.container>div.container-top>img{
	width: 79px;
	height: auto;
}
.container>.nav{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
}
.container>.nav>span{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 2px;
	font-size: 16px;
	cursor: pointer;
	color: #999999;
	border-bottom: 2px solid transparent;
}
.container>.nav>span+span{
	margin-left: 60px;
}
.container>.nav>span.sz-active{
	color: #333333;
	border-color: #4CB5FF;
}
.container>.ewm-box{
	margin: 20px auto;
	width: 330px;
	height: 297px;
	border: 1px solid #F5F5F5;
	position: relative;
}
.container>.ewm-box>.account-group{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 36px;
	height: 36px;
	background: url(../../images/right_sanjiao.png) no-repeat top right;
	background-size: cover;
	text-align: right;
	cursor: pointer;
}
.container>.ewm-box>.account-group>i{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 4px;
}
.container>.ewm-box>.ewm-group{
	margin: 33px auto 0;
	width: 181px;
	height: 181px;
	position: relative;
	background-color: #dedede;
	border: 1px solid #F5F5F5;
}
.container>.ewm-box>.ewm-group>img{
	width: 100%;
	height: 100%
}
.container>.ewm-box>.ewm-group>.unused-group{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
	display: flex;
    justify-content: center;
    align-items: center;
}
.container>.ewm-box>.ewm-group>.unused-group>i{
	font-size: 32px;
	color: #fff;
	cursor: pointer;
}
.container>.ewm-box>p{
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	margin: 12px auto 14px;
}
.container>.ewm-box>.service-group{
	height: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
.container>.ewm-box>.service-group>span{
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}
.container>.ewm-box>.service-group>a{
	font-size: 12px;
	color: #4CB5FF;
	line-height: 12px;
	cursor: pointer;
}
.container>.servic-toast>.toast-content{
	width: 700px;
    height: 540px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 10px rgba(225,225,225,0.5);
    position: relative;
}
.container>.servic-toast .toast-top{
	text-align: center;
	position: relative;
	height: 56px;
	border-bottom: 1px solid #dbdbdb;
}
.container>.servic-toast .toast-top>span{
	font-size: 16px;
	line-height: 56px;
	color: #333;
}
.container>.servic-toast .toast-top>i{
	position: absolute;
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding: 5px;
	top: 16px;
	right: 15px;
	cursor: pointer;
}
.container>.servic-toast .toast-top>i:hover{
	color: #000;
}
.container>.servic-toast .toast-main{
	padding: 20px;
    font-size: 12px;
    line-height: 22px;
    height: 386px;
    overflow: auto;
	color: #666;
}
.container>.servic-toast .toast-main>dl{
	margin: 12px 0;
}
.container>.servic-toast .toast-main>dl>dt{
	line-height: 25px;
    font-size: 14px;
    color: #333;
}
.container>.servic-toast .toast-main>dl>dd{
	margin: 3px 0;
}
.container>.servic-toast .toast-btm{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 56px;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #dbdbdb;
}
.container>.servic-toast .toast-btm>a{
	display: inline-block;
	width: 100px;
	height: 34px;
	margin-top: 10px;
	line-height: 34px;
	background-color: #4cb5ff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
}
.container>.servic-toast .toast-btm>a:hover{
	box-shadow: 0 0 6px rgba(76, 181, 255, 0.6);
}

#loading{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 999;
   width: 100%;
   height: 100%;
   background-color: rgba(255,255,255,0.6);
	display: flex;
    justify-content: center;
    align-items: center;
}
#loading>img{
	width: 32px;
}
.toast{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scroll-container::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}
.scroll-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #ccc;
}
.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
.scroll-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    border-radius: 10px;
    background: #EDEDED;
}