/*滚动条整体样式*/
body::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

/*滚动条里面小方块*/
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

/*滚动条里面轨道*/    
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.progress {
    margin-bottom: 5px;
}
  
.progress-bar {
	float: none;
	line-height: 40px;
}

.h2, h2 {
    font-size: 1.5rem;
}

.hybH2 {
	margin-top:0!important;
	margin-bottom:30px!important;
	font-size:24px!important;
}

.hybJumbotron {
    background-color: #fff;
    margin-bottom: 0px;
}

/*文字自动换行*/
.btn {
    white-space: unset!important;
}

.btn:hover {
    color: unset;
}

.btn img {
	width: 1em;
	height: 1em;
}

.sidebar{
		padding: 0;
		background: #337ab7;
}

.navbar-collapse.in {
    overflow-x: hidden;
}

.nav-sidebar a:hover{
	color:blue;
}
.nav-sidebar a{
	color:white;
}

.sidebar .navbar-default {
	background-color: #337ab7;
	border: none;
	margin-bottom:0;
}

.main ul li {
	font-size: small;
	background: unset;
}	

/* li列表样式 */
.hyb-list-group-item {
    border: 0 solid #ddd;
}

/* 生涯规划书显示 */
pre {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 2.5;
    background-color: #fff; 
    border: 0; 
    border-radius: 0; 
}

/*直播互动室*/
.live-chat-iframe{
	width:100%;
	height:400px;
	border:none;
}

div[class="hybSmallScreen"] {
	margin: 1em 0;
}

.padding0{
	padding-left: 0;
	padding-right: 0;
}

.padding-0-all {
	padding: 0;
}

/* 首页左上角的字体颜色 */
.navbar-inverse .navbar-brand {
    color: #fff;
    background-image: url(../images/logo_round.png);
    background-size: 3.5rem;
    background-repeat: no-repeat;
    padding-left: 4rem;
    background-position: center left;
    font-weight:900;
}

.navbar-inverse .fr a:hover {
	color: yellow;
	text-decoration: underline;
}

table {
    font-size: small;
}

/*教育大数据应用数据首页*/
.dc-app-jumbotron{
    padding-top: 10px;
    padding-bottom: 10px;
}

/*教育大数据右侧菜单上下间距调整*/
.right-menu {
	 	padding-top: 4px;
	  padding-bottom: 4px;
}

/*文本*/
.hyb-text {
	word-break: break-all;
}

.hyb-text .tips {
	height: 2.9em;
	overflow: hidden;
	text-align: justify;
}

/*文本*/
.hyb-pre {
	word-break: break-all;
	white-space: pre-wrap;
}

/* 视频播放器样式 */
video{
	margin:0 auto;
}

.vcp-error-tips {
    font-size: 1.2em!important;
    top: 5%!important;
    color: white!important;
    margin-top: unset!important;
}

/* 暂停时显示播放按钮 */
.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

/* 播放按钮变圆形 */
.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

video{
	vertical-align: top;
}

video::cue {
	font-size: 1.5rem;
}

video:-webkit-full-screen {
	width: 100%;
	height: 100%;
}	

.video-container {
  background: black;
  text-align: center;
  width: 100%;
  height: auto;
}

.video-container .img-responsive {
	margin: 0 auto;
}

.video-tips{
	text-align: center;
	color: white;
	background: black;
	padding: 0.5em;
}	

.video-window {
	background: white;
}

.video-window ul {
	background:white;
}

.video-js {
    min-height: min(calc(33vh),calc(200px));
    max-height: 95vh;
    width: 100%;
}

.video-js .vjs-tech {
    height: auto;
    max-height: 100%;
}

.tcp-skin .vjs-big-play-button .vjs-button-icon {
    height: 4.8em;
    width: 6.8em;
    border-radius: 10%;
    border: 0.2em solid rgba(255,255,255,.5);
    fill: rgba(0,0,0,.5);
    background: #222;
    opacity: 0.85;
}

.tcp-skin .vjs-big-play-button .vjs-button-icon:hover {
	border: 0.2em solid rgba(255,255,255,1);
}

.vjs-button-icon .draw-fill{
	display: none;
}

.video-js .vjs-control-bar {
    width: calc(100% - 10px);
    left: 5px;
}

.tcp-skin .tcp-right-click-popup-menu {
	display: none;
}

.tcp-dynamic-watermark-container .tcp-dynamic-watermark-content { 
  font-size: 1.5em!important;
  color: yellow!important;
  opacity: 1!important;
}

.vjs-track-setting select {
    background: white;
    color: black;
    padding: 0.5em;
}

.vjs-text-track-display > div > div > div {
    padding: 0.25em 1em;
    border-radius: 1em;
    font-size: 1.5rem;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

/*上标*/
sub, sup {
    font-size: 64%;
}

.navbar-inverse .navbar-toggle {
    border-color: white;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
    margin-right: 0;
}

.navbar-form {
    box-shadow: none;
    padding-right: 0;
}

.navbar-form a {
    margin-left: 10px;
    cursor: pointer;
}

/*指定上下左右居中的购买button*/
.btn-buy {
    color: #fff;
    background-color: red;
    border-color: red;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
}

/*不指定位置的购买button*/
.btn-buy-normal {
    color: #fff;
    background-color: red;
    border-radius: 0.5em;
}

.btn-buy-normal:hover, .btn-buy-normal:focus {
    color: yellow;
}

.hyb-price {
    color: red;
    font-size: 1em;
    font-weight: 900;
}

.hyb-quantity{
	width: 60px;
	text-align: center;
  margin-right: 5px;
}

/*账单和商品列表样式*/
.rejected{
	text-decoration: line-through;
	color: gray;
}

.pending{
	color: unset;
}

.currency{
	text-align: right;
	font-weight: 900;
}

/*商品详情页*/
.label-goods{
	background: #eee;
  padding: 5px 15px 5px 5px;
  margin-right: 10px;
  border-radius: 5px;
  width: 128px;
  display: inline-block;
  text-align: right;
  font-size:small;
}

.row-goods{
	margin-top:15px;
}

.goods-comment-lists {
	margin:-24px 0 0 138px;
}

/*广告计划和分销数据列表样式*/
.ad_item{
	font-size: xx-small;
	color: gray;
	margin-top:5px;
}

/*左侧导航条当前活跃样式背景图*/
.nav-sidebar .active{
	background: lightgrey;
}

.nav-sidebar .active a{
	color: black;
}

.table{
	border-collapse: inherit;
}

/*管理员专用或者高亮提醒*/
.admin-control{
	background: yellow!important;
}

/*二维码容器*/
.qrcode-container {
	text-align: center;
	padding: 10px;
	border: 1px solid lightgray;
	border-radius: 10px;
}

.hyb-text a{
	text-decoration-line: none;
	font-weight: 600;
}

.treeview{
	font-size: smaller;
}

.funs{
    color: pink;
    background: black;
    padding: 2px 5px;
    border-radius: 4px;
}

.breadcrumb{
	margin-bottom: 5px;
}

.breadcrumb .active{
	background:none;
	text-decoration: none;
}

.tutorial{
	font-size: x-small;
  color: #777;
  background: lightyellow;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.tutorial h2{
	margin: 0 0 15px;
}

.hyb-tag{
	margin-bottom: 5px!important;
}

.store-banner {
    height: auto;
    max-height: 240px;
    margin-bottom: 0.25em;
}

@media (max-width: 768px){
	.store-banner {
	    background: url(../images/store/default-banner-sm.jpg) 0 0 no-repeat;
	    background-size: 100% auto;
	}
}

@media (min-width: 768px){
	.store-banner {
	    background: url(../images/store/default-banner-md.jpg) 0 0 no-repeat;
	    background-size: 100% auto;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
	.jumbotron .container {
		max-width: 98%;
	}
}

.store-name {
    float: right;
    padding: 0.5em 1em;
    background: black;
    border-radius: 1em;
    margin: 0.5em 0.5em 0 0;
    color: gold;
}

.store-name h1 {
    font-weight: 600;
    margin: 0;
    font-size: 1.1em;
}

.store-description{
    word-break: break-all;
    text-align: justify;
    font-family: cursive,emoji;
    font-size: 1.1em;
    margin: 0.5em 0 1em;
}

.others-title{
		margin: 0.25em;
    font-weight: 600;
}

.others-row{
	margin: 0.5em 0.25em;
}

.login-window {
		width: 320px;
    height: 240px;
    text-align: center;
}

.absolute-screen-center {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 1;
    padding: 0.5em;
}

.absolute-screen-bottom {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translate(-50%,0);
}

.absolute-screen-left {
    position: fixed;
    left: 0.5em;
    bottom: 2em;
    padding: 0.5em;
    max-width: 20em;
    width: fit-content;
}

.buy-dialog {
    background: white;
    border: 2px solid red;
    border-radius: 0.4em;
    z-index: 5;
    width: 60%;
    max-width: 20em;
}

.buy-dialog .break-all {
	text-align: justify;
}

.buy-dialog img {
	margin: 0 auto;
}

.buy-dialog p {
	line-height: 2.25em;
	margin: 1em 0 0 0;
}

.buy-dialog p .fr {
	margin-right: -1.5em;
}

.buy-dialog .PAY-TOOL {
	line-height: 2.2em;
}

.buy-dialog .glyphicon-ok {
	line-height: 2em;
}

.muted-tips {
    opacity: 0.7;
    background: black;
    color: white;
    width: fit-content;
    min-width: 8em;
    height: 4em;
    z-index: 2;
    font-weight: bold;
}

.muted-tips:focus, .muted-tips:hover {
	opacity: 0.9;
}	

.activity-description{
		border: 1px solid #ddd;
		border-radius: 0.2em;
    padding: 5px 10px;
    overflow-x: hidden;
    font-size: 0.9em;
    background: #efefef;
}

.activity-description div{
	margin: 5px 0;
}

.watermark{
	  max-width: 2.2em;
    position: fixed;
    top: 1em;
    left: 1em;	
    z-index: 1;
}

.countdown {
    text-align: center;
    background: black;
    color: white;
    font-family: fantasy;
    padding: 0.3em 0.7em;
    width: fit-content;
    border-radius: 1em;
    position: fixed;
    left: 1em;
    top: 1em;
    z-index: 1;
    cursor: pointer;
    opacity: 0.6;
}

.countdown:hover {
	opacity: 1;
}

.music-title {
    background: transparent;
    color: white;
    position: fixed;
    left: 1em;
    top: 1.5em;
    font-size: 1.1em; 
}

.music-title span {
    letter-spacing: 0.2em;
}

.music-title-center {
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.referrer{
	background: white;
	padding: 5px 15px;
}

.stats-link{
	margin-top:10px;
	font-size:12px;
}

.bbs-message-small {
    font-weight: 550;
    text-align: justify;
    background: #efefef;
    padding: 10px;
    border-radius: 8px;
    line-height: 24px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -15px;
}

.radio-inline, .checkbox-inline {
    padding-left: 15px;
}

.core-competence{
    padding: 15px;
    text-align: justify;
}

.upper-right-corner {
    position: relative;
    color: white;
    background: #ed4014;
    text-align: center;
    border-radius: 50%;
    padding: 0.15em 0.3em;
    text-decoration: none;
}

.red-point{
  position: relative;
}

.red-point::before {
    content: " ";
    border: 0.2rem solid red;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    right: 0;
    margin-right: 0.1rem;
    background: red;
}

.slogan{
	font-size: 12px;
	color: yellow;
	display: inline-block;
	margin-top: 8px;
}

.slogan span{
	display: block;
	white-space: nowrap;
	font-family: fantasy, monospace;
}

.tab-detail {
    background: white;
    font-size: 0.9em;
    padding: 0.75rem;
    border: 1px solid lightgray;
    border-top: none;
}

.tab-detail div{
	min-height: 2.5em;
	overflow-x: hidden;
}

.current {
    text-decoration: underline;
    color: darkblue;
}

.sub-header a, .sub-header span {
	font-size: small;
}

.sub-header .stats {
	font-size: small;
	border-bottom: 1px dashed darkgray;
	line-height: 2em;
	margin-left: 0.5em;
}

.sub-header .stats .number {
	font-weight: 700;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.sub-header .stats .hyb-price {
	font-size: unset;
}

.fee {
	font-weight: 700;
	font-family: math;
}

.copy {
    width: 1em;
    height: 1em;
    margin-left: 0.3em;
    cursor: pointer;
}

.title {
	font-weight: 600;
	font-size: 1.75rem;
}

td .title{
	font-size: 1.25rem;
}

.btn-title {
    cursor: auto;
    padding: 0.5em;
    line-height: 2em;
    font-weight: 700;
    font-family: sans-serif,emoji,fangsong;
}

.vod-current a {
    color: unset;
    cursor: auto;
}

.vod-current, .vod-current .glyphicon, .vod-current .link {
    color: green;
}
	
.note{
	color:gray;
	margin-left: 0.3em;
	font-size:0.8em;
}

h1 .dot {
    margin: 0 0.15em;
}

.category-title {
    padding: 0.3em 0;
    margin: 0.2em auto;
    text-align: center;
    background: #eee;
}

.category-title a {
	cursor: pointer;
	font-size: x-small;
}

/*页脚*/
footer {
    text-align: center;
}

footer img{
		width: 86px;
		height: 86px;
}

footer p {
    font-size: small;
    margin: 0;
}

footer .img-container{
	display:inline-block;
	margin: 10px 0;
}

footer .mt{
	margin-top: 1rem;
}

footer .links p{
	display: inline;
	margin-right: 0.2em;
}	

footer .wechat{
	color: #337ab7!important;
}

footer .row {
	margin: 0 auto;
}

footer .row .core-competence {
	text-align: center;
	color: white;
	margin: 5px auto;
	background: black;
	opacity: 0.8;
	border-radius:10px;
}

.channel-title {
    text-align: center;
    background: #ddd;
    color: #222;
    padding: 0.5em;
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 1.75rem;
}
	
.padding-quarter {
	padding: 0.25em!important;
}

.padding-top-7 {
	padding-top: 7px;
}

.padding-top-em1 {
    padding-top: 1em!important;
}

.padding-bottom-em1 {
    padding-bottom: 1em!important;
}

.padding-right-em1 {
    padding-right: 1em!important;
}

.padding-top-quarter {
    padding-top: 0.25em;
}

.padding-bottom-quarter {
    padding-bottom: 0.25em;
}

.padding-height-half-em {
	padding-top: 0.5em;
	padding-bottom: 0.5em
}

.padding-height-em {
	padding-top: 1em;
	padding-bottom: 1em
}

.padding-width-half-em {
	padding-left: 0.5em;
	padding-right: 0.5em
}

.padding-width-10 {
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.padding-top-unset {	
	padding-top: unset!important;
}

.padding-top-unset h1 {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background: black;
	color: white;
	padding: 0.3em 0;
}

.margin-right-quarter {
    margin-right: 0.25em;
}

.margin-left-half-em {
	margin-left: 0.5em
}

.margin-left-em {
	margin-left: 1em
}

.margin-left-em2 {
	margin-left: 2em
}

.margin-left-em4 {
	margin-left: 4em
}

.margin-tb-half-em {
	margin-top: 0.5em;
	margin-bottom: 0.5em
}

.margin-width-half-em {
	margin-left: 0.5em;
	margin-right: 0.5em
}

.margin-width-em {
	margin-left: 1em;
	margin-right: 1em
}

.margin-top-em1 {
    margin-top: 1em;
}

.margin-top-half-em {
    margin-top: 0.5em;
}

.margin-top-075em {
	margin-top: 0.75em;	
}

.margin-top-50px {
	margin-top: 50px;	
}

.margin-bottom-em1 {
    margin-bottom: 1em;
}

.margin-top-quarter-em {
    margin-top: 0.25em;
}

.margin-bottom-half-em {
    margin-bottom: 0.5em;
}

.margin-height-quarter {
	margin: 0.25em auto;
}

.margin-height-half-em {
	margin: 0.5em auto;
}

.margin-quarter {
	margin: 0.25em;
}

.center {
	text-align: center;
}

.fr {
	float: right;
}

.tips {
	font-size: smaller;
	color: gray;
}

.border-bottom {
	border-bottom: 1px dashed darkgray;
}

.price-symbol {
    font-size: 12px;
    font-family: fangsong,none;
}

.alert-tips {
    width: max-content;
    margin: 0 auto;
    position: fixed;
    font-size: small;
    background: black;
    opacity: 0.7;
    color: yellow;
    border-radius: 0.25em;
    border: 1px dashed white;
    left: 50%;
    top: 0.25em;
    transform: translate(-50%,0);
    z-index: 1030;
    padding: 0.25em 1em;
}

.pointer-events-none {
	pointer-events: none;
}

.gray {
	color: gray;
}

.red {
	color: red;
}

.yellow {
	color: yellow;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.white {
	color: white;
}

.skyblue {
	color: skyblue;	
}

.black {
	color: black;
}

.line-through {
	text-decoration: line-through;		
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal!important;
}

.hidden {
	display: none;
}

.display-inline {
	display: inline;
}	

.link {
	cursor: pointer;
}

.link-color {
	color: #337ab7;
  text-decoration: none;
}

.link-color:hover {
	color: blue;
	text-decoration: underline;
}

.cursor-default {
	cursor: default;
}

.td-thumbnail {
	width: 118px;
}

.default-poster {
	background: content-box radial-gradient(crimson, skyblue);
	text-align: center;
  	min-width: 118px;
	line-height: 64px;
}	

.img-circle-max-width {
	max-width: 32px;
}

.small {
	font-size: small;
}

.smaller {
	font-size: smaller;
}

.font-size-big {
	font-size: 1.5em;
}

.max-height-em-10 {
	max-height: 10em;
}

.max-height-em-20 {
	max-height: 20em;
}

.em1 {
	width: 1em;
	height: 1em;
}

.em2 {
	width: 2em;
	height: 2em;
}	

.em4 {
	width: 4em;
}

.em6 {
	width: 6em;
}

.em8 {
	width: 8em;
}

.em12 {
	width: 12em;
}

.em15 {
	width: 15em;
}

.fit-content {
	width: fit-content;
}	

.break-all {
	word-break: break-all; 
	overflow-wrap: break-word;
}

.bg-white {
	background: white;
}

.bg-radius {
    border-radius: 1em;
    border: 1px solid;
    padding: 0.25em 0.75em;
}

.border-radius-half {
	border-radius: 50%;
}

.bg-radius:hover {
    color: red;
    text-decoration: none;
}

.outline-dashed {
    outline: 1px dashed;
}

.custom-service-container {
    background: white;
    border: 1px solid gray;
    border-radius: 0.4em;
    padding: 1em 2em;
    max-width: 20em;
    z-index: 2;
    margin-bottom: 5em;
}

.custom-service-container div {
    padding: 0.5em 0;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.bg-red {
	background: red;
}	

.bg-black {
	background: black;
	color: white;
}

.bg-black .link {
    color: white;
    border: 1px solid;
    border-radius: 1em;
    padding: 0.5em 1em;
}

.bg-black .link:hover {
    background: green;
}

.bg-lightgrey {
	background: lightgrey;
}

.bg-form {
	background: #f5f5f5;	
}

.bg-green{
	background: green!important;
}

.bg-blue {
    background: blue!important;
}

.border-color-green {
	border-color: green;
}

/*从左上到右下的白色划线*/
.bg-marking-off {
	background: linear-gradient(
	  to top right,
	  transparent 0%,
	  transparent calc(50% - 2px),
	  white 50%,
	  transparent calc(50% + 2px),
	  transparent 100%
	)!important;
	background-color: gray!important;
}

.about-store {
    padding: 0.5em 1em;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-radius: 0.4em;
}

.about-store h2 {
    margin: unset;
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
}

.inline-flex {
	display: inline-flex;
}

.flex{
	display: flex;
}

.flex .glyphicon {
	top: unset;
}	

/*去掉number类型input右侧的加减按钮*/
.flex input::-webkit-outer-spin-button,.flex input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}

.share-container {
    max-width: 768px;
    padding: 0.25em 1em 1em;
    z-index: 4;
    background: #444;
    color: white;
    border: 2px solid;
    border-radius: 0.5em;
}

.share-title {
	font-weight: 700;
}

.share-url {
    font-family: sans-serif,serif;
}	

.more-toggle {
    position: fixed;
    right: 1em;
    bottom: 3em;
    z-index: 3;
}

.more-toggle .link {
    display: block;
    cursor: pointer;
    border: 2px solid;
    border-radius: 50%;
    color: white;
    background: #444;
    margin: 0.4em auto;
    padding: 1em;
		margin-top: 2em;
}

.border-dashed {
    border: 1px dashed;
}

.border-dashed img {
	margin: 0 auto;
}

.max-width {
	width: 100%;
}

.max-width-30 {
	width: 30%;
}

.width-fixed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.dialog-width {
	width: 30em;
}

.line-height-em-2 {
	line-height: 3em;
}

.height-unset {
	height: unset;
}	

.cascade-right {
    cursor: pointer;
    line-height: 2.5em;
    margin-left: -3em;
    padding-left: 1em;
    padding-right: 1em;
}

form .glyphicon-send {
    cursor: pointer;
    line-height: 2.5em;
    margin-left: -2em;
}

.rotateY180 {
	transform: rotateY(180deg);
}

.share-tips {
    border-radius: 1em;
}

.category-container {
    margin-top: 0.5em;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
}

.category-container div {
    padding: 0.5em 1em;
    margin-bottom: 0.25em;
    border-radius: 1em;
}

.category-container div:hover {
	color: black;
}

.deposit-container input[type="number"] {
	height: 44px;
	font-size: large;
	max-width: 663px;
}

.deposit-container input[type="button"] {
	margin-bottom: 5px;
	width: 70px;
}

.deposit-container .btn{
	border-color: green;
	padding:5px;
}

.deposit-container .btn:hover {
    color: red;
    border-color: red;
}

.deposit-container .selected{
	color: red;
	border-color: red;
	font-weight: 900;
}

.selected-locale {
    cursor: default;
    text-decoration: underline;
    font-weight: 900;
}

.radio label, .checkbox label {
    user-select: none;
}

@media (min-width: 768px){
	
	/* 仅限小屏幕显示 */
	.hybSmallScreen {
		display: none!important;
	}
	
	/* 注册form */
	.hybRegisterForm{
		margin-top:15px;margin-left:-10px;
	}
	
	/* 首页测评说明框边框  */
	.hybRowBorder{
		border: 0.01rem solid #eee;
	}
	
	.main{
		padding-top: 10px;
		padding-bottom: 45px;
	}
	
	.left-menu-title{
		display:none;
	}
	
	/*招生计划列表*/
	.hybRegionWidth{
  	width:140px;
  }
  
  /*大屏幕居右*/
  .hybRight{
  	float:right;
  }	
	
	/*左上角LOGO图*/  
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    font-size: medium;
	    margin-left: -0.5rem;
	}
	
	.hyb-flex select{
		max-width:150px;
		margin-right: 5px;
	}
	
	.tcp-dynamic-watermark-container .tcp-dynamic-watermark-content { 
	  font-size: 2em!important;
	}
	
	.margin-right-inverse-15px {
	    margin-right: -15px;
	}
}

@media (min-width: 992px){
	
	.sidebar{
		width: 16%;
	}
	
}

@media (max-width: 768px){
	
	/* 仅限大屏幕显示 */
	.hybLargeScreen{
		display: none!important;
	}
	
	/* 注册form */
	.hybRegisterForm{
		padding-left:0;
		padding-right:0;
	}
	
	/* LOGO */
	.hyb-brand .hybSmallScreen {
		color: yellow;
	}
	
	/* dashboard left menu */
	.sidebar{
	    border-width: 0 0 1px;
	    right: 0;
	    left: 0;
	    z-index: 1029;
	}
	
	.main{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.navbar-inverse .navbar-brand {
	    margin-left: unset;
	    border-color: white;
	    margin-bottom: unset;
	}  
  
  	/*招生计划列表*/
	.hybRegionWidth{
  		width:44px;
  	}	
  
  	/*直播互动室*/
	.live-chat-iframe{
		height:260px;
	}
	
	/*小屏幕padding置0*/
	.padding0-small-screen{
		padding-left:0;
		padding-right:0;
	}
	
	.hyb-flex select{
		margin-right: unset;
		margin-bottom:5px;
	}
	
	.sub-header .stats {
		margin-left: unset;
	}
	
	.container-fluid {
	    padding-right: 0;
	    padding-left: 0;
	}
	
	.navbar-fixed-top .container-fluid {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	
	/* #FSActivityContentContainer .fr {
		float: unset;
		margin-left: 0.5em;
	} */
	
	.buy-dialog {
    	width: 75%;
	}
	
	.buy-dialog p {
		margin: 2em 0 0 0;
	}
}