body {
	line-height: 1.15 !important;
}

html {
	font-family: 'Roboto' !important;
}

root {
	font-family: 'Roboto' !important;
}

.all_body {
	background-color: #bfbebe47;
}

.menuBtn {
	color: black;
	padding: 15px 30px 15px 30px;;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}

span:hover {
	white-space: unset;
	text-overflow: unset;
}

.menuBtn:hover {
	text-decoration: none;
}

.hide-text2 {
	max-width: 50ch;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.hide-text {
	max-width: 30ch;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.menuBtn:after {
	background: #ff0088;
	content: "";
	height: 0;
	border-radius: 10px;
	left: 30%;
	bottom: -14px;
	width: 30%;
	position: absolute;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.menuBtn:hover:after {
	height: 5px;
}

.menuBtn.active:after {
	height: 5px
}

.menuBorderRight {
	border-right: #8080804d 2px solid;
}

.menuBtnContainer {
	padding-right: 10px;
	padding-left: 10px;
	align-self: center;
}

.menu {
	padding: 10px;
}

.menuSearch {
	padding-right: 10px;
	align-self: center;
}

.menuUser {
	border-right: #80808021 2px solid;
	border-left: #80808021 2px solid;
	padding-left: 10px;
	padding-right: 10px;
}

.dropdown-toggle::after {
	display: none !important;
}

.btn.focus, .btn:focus {
	box-shadow: none !important;
}

.musicbox.active {
	margin-right: 17vw !important;
}

.musicbox2.active {
	margin-right: 19vw;
}

.toneInfoPlay3.active {
	opacity: 1 !important;
	width: 19vw;
}
.mbanner{
	height:55vh;
}
.wbanner{
	height:600px;
}
.toneInfoPlay2.active {
	opacity: 1 !important;
	width: 17vw !important;
}

.miToneMusicbox {
	width: 15%;
	margin: 0 20px;
	margin-right: 10px;
}

.miToneMusicbox.active {
	margin-right: 17vw !important;
}

.miToneInfoPlay.active {
	opacity: 1 !important;
	width: 17vw !important;
}

.playBTN {
	content: url(https://content.hitone.mn/resources/Images/play_btn3.svg);
	background-image: url(https://content.hitone.mn/resources/Images/play_btn3.svg);
	width: 61px;
	height: 61px;
	border: none;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 111px;
}

.helpContainer {
	height: 83.5%;
}

.playBTN.active {
	content: url(https://content.hitone.mn/resources/Images/pause.svg);
	background-image: url(https://content.hitone.mn/resources/Images/pause.svg);
}

.playBTN2 {
	content: url(https://content.hitone.mn/resources/Images/play_btn.svg);
	background-image: url(https://content.hitone.mn/resources/Images/play_btn.svg);
	width: 21px;
	height: 21px;
	border: none;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 111px;
	margin-left: 5px;
	margin-right: 5px;
	border: none;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 111px;
}

.playBTN2.active {
	content: url(https://content.hitone.mn/resources/Images/pause.svg);
	background-image: url(https://content.hitone.mn/resources/Images/pause.svg);
	width: 19px;
	margin-left: 5px;
	margin-right: 5px;
}

.toneInfoPlay.active {
	opacity: 1 !important;
	margin-top: 0 !important;
}

.toneInfo.active {
	display: none !important;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: 1;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: -12;
	width: 100%;
	border: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	color: rgba(0, 0, 0, 0.2) !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 1;
}

@media ( prefers-reduced-motion : reduce) {
	.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before
	{
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media ( prefers-reduced-motion : reduce) {
	.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before
		{
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.owl-carousel .owl-nav .owl-prev:hover span:before, .owl-carousel .owl-nav .owl-next:hover span:before
	{
	color: #b063c5;
}

.owl-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 20px;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: left;
	margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus
	{
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #b063c5;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
	text-align: center;
	margin: 10px;
	border-radius: 50%;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
	left: 0;
}

.MultiCarousel .rightLst {
	right: 0;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #ccc;
}

.time-selector {
	background: #fff
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-hourglass-top' viewBox='0 0 16 16'%3E%3Cpath d='M2 14.5a.5.5 0 0 0 .5.5h11a.5.5 0 1 0 0-1h-1v-1a4.5 4.5 0 0 0-2.557-4.06c-.29-.139-.443-.377-.443-.59v-.7c0-.213.154-.451.443-.59A4.5 4.5 0 0 0 12.5 3V2h1a.5.5 0 0 0 0-1h-11a.5.5 0 0 0 0 1h1v1a4.5 4.5 0 0 0 2.557 4.06c.29.139.443.377.443.59v.7c0 .213-.154.451-.443.59A4.5 4.5 0 0 0 3.5 13v1h-1a.5.5 0 0 0-.5.5zm2.5-.5v-1a3.5 3.5 0 0 1 1.989-3.158c.533-.256 1.011-.79 1.011-1.491v-.702s.18.101.5.101.5-.1.5-.1v.7c0 .701.478 1.236 1.011 1.492A3.5 3.5 0 0 1 11.5 13v1h-7z' /%3E%3C/svg%3E")
		no-repeat right .75rem center !important;
}

.error {
	padding: 10px;
	border-radius: 10px;
	background-color: orange;
}

.tab {
	float: left;
	border-right: 2px solid lightgray;
	width: 20%;
}

/* Style the buttons inside the tab */
.tab span.active {
	background-color: #495057;
}

.tab button {
	display: block;
	background-color: inherit;
	padding: 12px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: gray;
	cursor: pointer;
	transition: 0.3s;
	font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #ccc;
	color: black;
}

/* Style the tab content */
.tabcontent {
	float: left;
	display: none;
	padding: 0px 12px;
	width: 80%;
}

.iframe-loader {
	height: 100%;
	background: #fff url("https://content.hitone.mn/resources/Images/loader.gif") no-repeat 50%
		center !important;
}

.pagelist {
	text-align: center;
}

.pagelist a, .pagelist span {
	padding: 0 5px 0 5px !important;
	width: 30% !important;
	color: gray;
	display: inline !important;
	text-decoration: none !important;
	margin: 0 2px !important;
}

.pagelist a.selected {
	background-color: #E6285F;
	color: white;
}

.pagelist a.disabled, .pagelist span.disabled {
	background-color: gray;
	color: white !important;
}

.mobal-logo {
	text-align: center;
	padding: 10px
}

.modal-logo img {
	width: 25%;
}

.modal-info {
	text-align: center;
}

.modal-info p {
	color: gray;
	font-size: 21px
}

.modal-price {
	border-bottom: 1px solid lightgray;
	padding: 8px 30px 8px 8px;
	font-weight: bold;
	text-align: end
}

.down-info {
	text-align: center !important;
	padding: 10px
}

.down-info p {
	color: gray;
	font-size: 120%;
	padding: 20px 0;
}

.c-main {
	color: #410fbb
}

.c-sub {
	color: #E6285F
}

.c-gray {
	color: gray;
}

.modal-logo {
	text-align: center
}

.down-body {
	background-color: #d3d3d3a6;
}

.modalbody {
	background-color: #d3d3d3a6;
	padding: 15px
}

.a-center {
	align-items: center
}

.d-none {
	display: none
}

.d-block {
	display: block;
}

.content-img {
	width: 50px;
	height: 50px;
	background-size: contain !important;
	padding: 0 !important;
	margin: 0 !important;
}

.content-names {
	margin-left: 20px;
	width: 70%;
	border-right: 2px solid lightgray
}

.submit-btn {
	width: 140px;
	height: 40px;
	border: none;
	color: white;
	border-radius: 8px;
	cursor: pointer;
	background-color: #E6285F
}

.result {
	text-align: center;
	font-size: 20px;
	padding: 10%
}

.modal-text {
	border-bottom: 1px solid lightgray;
	font-weight: bold;
	padding: 8px 30px 8px 8px;
	text-align: end
}

.m-text {
	border-bottom: 1px solid lightgray;
	padding: 8px
}

.mini-menu {
	display: none;
}

.main-logo {
	width: 100%;
}

.logo-div {
	align-self: center
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bannerShow{
	display:block;
	
}

.bannerHide{
	display:none;
}

.musicbox {
	width: 15%;
	margin: 0 20px;
	margin-right: 10px;
}

.musicbox2 {
	width: 15%;
	margin-right: 10px;
	margin-bottom: 30px
}

.search-drop {
	display: none;
}

.search-drop img {
	content: url(https://content.hitone.mn/resources/Images/loupe.png);
}

.search-drop.active img {
	content: url(https://content.hitone.mn/resources/Images/downarrow.png);
	width: 40px;
	height: 20px;
}

.search-form {
	display: none;
}

.search-form.active {
	display: block;
}

.leftMenu {
	transition: all 0.3s ease 0s;
	position: fixed;
	margin-left: -75%;
	height: 100%;
	padding: 0;
	top: 0;
	z-index: 1015;
	left: 0;
	background-color: white;
}

.blur {
	display: none;
}

.blur.active {
	height: 100%;
	display: block;
	width: 100%;
	top: 0;
	z-index: 1014;
	left: 0;
	position: fixed;
	background-color: #0000007d;
	width: 100%;
}

.leftMenu.active {
	margin-left: 0%;
}

.leftMenu-head {
	background-size: cover;
	height: 25%;
	background-image: url("https://content.hitone.mn/resources/Images/Menu.png");
	background-repeat: no-repeat, repeat;
}

.title {
	padding-left: 24px;
	text-align: start;
}

.title a {
	font-size: 20px;
	color: black;
	font-weight: 300;
}

.desc {
	text-align: right;
	font-weight: 300;
}

.desc a {
	color: black;
	padding: 10px;
}

.catDiv {
	width: 20%;
	height: 130px
}

.footer-ico {
	width: 50%;
	height: 5vh
}

.lpadtext.active {
	background-color: lightgray;
}

.categories {
	width: 100%;
	text-align: center;
	padding: 10px
}

.summ {
	padding: 40px 5px 40px 5px;
	color: gray
}

.catImage {
	background-size: contain !important;
	padding: 0;
	margin: 0;
}

.specialImage {
	background-size: contain !important;
	padding: 0;
	margin: 0;
}

.newPlayImage {
	background-size: contain !important;
	padding: 0;
	margin: 0;
}

.topPlayImage {
	background-size: contain !important;
	padding: 0;
	margin: 0;
}

.topPlayBtn {
	text-align: center;
	display: none;
	padding-top: 20px;
	background-color: #80808096;
	height: 100%;
	margin-left: 43px;
	margin-right: 42px;
	margin-top: auto;
	margin-bottom: auto
}

.specialPlayBtn {
	text-align: center;
	display: none;
	padding-top: 20px;
	background-color: #80808096;
	height: 100%;
	margin-left: 43px;
	margin-right: 42px;
	margin-top: auto;
	margin-bottom: auto
}

.newPlayBtn {
	text-align: center;
	display: none;
	padding-top: 20px;
	background-color: #80808096;
	height: 100%;
	margin-left: 43px;
	margin-right: 42px;
	margin-top: auto;
	margin-bottom: auto
}

.catNames {
	padding: 20px
}

.toneCards .toneCards3 .miToneCards .toneCards2 {
	height: 260px;
}

.cmain-text {
	align-items: start;
}

.catbuttons {
	padding-top: 10px
}

.code-text {
	color: gray;
	padding: 0 20px 0 20px;
}

.price-text {
	color: gray;
	padding: 0 20px 0 20px
}

.searchCardPlayBtn {
	text-align: center;
	display: none;
	padding-top: 20px;
	background-color: #80808096;
	height: 100%;
	margin-left: 43px;
	margin-right: 42px;
	margin-top: auto;
	margin-bottom: auto
}

.catPlayBtn {
	text-align: center;
	display: none;
	padding-top: 20px;
	background-color: #80808096;
	height: 100%;
	margin-left: 43px;
	margin-right: 42px;
	margin-top: auto;
	margin-bottom: auto
}

.mshow {
	display: none;
}

.mshow2 {
	display: none;
}

.settingsIframe {
	width: 100%;
	height: 44vh;
	border: none;
    overflow-y: auto;
	background-color: white;
}

.specialNumbers {
	width: 100%;
	height: 30vh;
	resize: none;
	background-color: lightgray;
	font-size: 15px
}

.specialDate {
	display: block;
	width: 60%;
	font-size: 12px;
	line-height: 1.5;
	color: #495057;
	background-color: #ced4da;
	border: 1px solid #ced4da;
	margin-right: 5px;
	border-radius: .25rem;
}

.setContentNames {
	margin-left: 20px;
	width: 70%;
	border-right: 2px solid lightgray
}

.catCircle {
	width: 100%;
	height: 14%;
	border-radius: 150px;
	padding: 55px 10px 10px 10px;
	background-color: #00000073;
}

.btn-link {
	color: black !important
}

.toneInfoPlay3 {
	width: 0%;
	margin-top: -18%;
	margin-left: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	display: block;
	position: absolute;
	opacity: 0;
	transition: all 0.5s
}

.thbuttons {
	width: 2%
}

@media screen and (min-width:1900px) and (max-width:2045px) {
	.musicbox2.active {
		margin-right: 19vw !important;
	}
	.toneInfoPlay3.active {
		width: 18vw !important;
	}
	.catCircle {
		height: 12% !important;
	}
	.modal-body {
		height: 30vw !important;
	}
}

@media screen and (min-width:2048px) {
	.musicbox2.active {
		margin-right: 14vw !important;
	}
	.toneInfoPlay3.active {
		width: 13vw !important;
	}
	.catCircle {
		height: 12% !important;
	}
	.modal-body {
		height: 25vw !important;
	}
}
@media screen and (max-width:1600px)  {
			.wbanner{
	height:450px;
	}
}

@media screen and (min-width:1400px) and (max-width:1865px) {

	.modal-body {
		height: 40vw !important;
	}
	.catCircle {
		height: 14%;
	}
	.musicbox2.active {
		margin-right: 20vw;
	}
	.toneInfoPlay3.active {
		width: 19vw;
	}
}

@media screen and (max-width: 1025px) and (min-width: 770px) {
	.wbanner{
	height:450px;
	}
	.modal-body {
		height: 55vw !important;
	}
	.searchCardPlayBtn {
		margin-left: 28px;
		margin-right: 29px;
	}
	.catPlayBtn {
		margin-left: 28px;
		margin-right: 29px;
	}
	.specialPlayBtn {
		margin-left: 28px;
		margin-right: 29px;
	}
	.topPlayBtn {
		margin-left: 28px;
		margin-right: 29px;
	}
	.newPlayBtn {
		margin-left: 28px;
		margin-right: 29px;
	}
	.musicbox2 {
		width: 18%
	}
	.musicbox2.active {
		margin-right: 28vw;
	}
	.toneInfoPlay3.active {
		width: 25vw;
	}
	.catCircle {
		height: 12%;
	}
	.catCircle {
		height: 9.5%;
	}
	.toneCards2 {
		height: 234px;
	}
	.toneInfoPlay2 {
		margin-top: -21.5% !important;
	}
	.miToneCards {
		height: 234px;
	}
	.miToneInfoPlay {
		margin-top: -21.5% !important;
	}
	.menu {
		max-width: 100%
	}
	.menuBtn {
		padding: 15px 20px 15px 20px;
	}
	.toneCards {
		height: 231px
	}
}

@media screen and (max-width: 769px) and (min-width: 431px) {
	.bannerShow{
		display:none;
	}
	.bannerHide{
	display:block}
	.helpContainer {
		height: auto !important;
		min-height: calc(100% - ( 67px + 90px)) !important;
	}
	.modal-body {
		height: 68vw !important;
	}
	.searchCardPlayBtn {
		margin-left: 8px;
		width: 87%;
	}
	.specialPlayBtn {
		margin-left: 8px;
		width: 87%;
	}
	.catPlayBtn {
		margin-left: 8px;
		width: 87%;
	}
	.newPlayBtn {
		margin-left: 8px;
		width: 87%;
	}
	.topPlayBtn {
		margin-left: 8px;
		width: 87%;
	}
	.musicbox2 {
		width: 20%
	}
	.musicbox2.active {
		margin-right: 26.3vw;
	}
	.toneInfoPlay3 {
		margin-top: -23% !important;
	}
	.toneInfoPlay3.active {
		width: 25vw;
	}
	.toneCards3 {
		height: 237px;
	}
	.catCircle {
		height: 11%;
	}
	.musicbox.active {
		margin-right: 29vw !important;
	}
	.musicbox {
		width: 18%;
	}
	.thide {
		display: none !important;
	}
	.toneCards2 {
		height: 218px;
	}
	.toneInfoPlay2 {
		margin-top: -24.5% !important;
	}
	.toneInfoPlay2.active {
		width: 30vw !important;
	}
	.miToneMusicbox.active {
		margin-right: 29vw !important;
	}
	.miToneMusicbox {
		width: 18%;
	}
	.miToneCards {
		height: 218px;
	}
	.miToneInfoPlay {
		margin-top: -24.5% !important;
	}
	.miToneInfoPlay.active {
		width: 30vw !important;
	}
	.table td {
		padding: .2rem;
	}
	.mshow {
		display: block;
	}
	.catDiv {
		width: 33%;
	}
	.menu {
		max-width: 100%
	}
	.menuBtn {
		padding: 10px 6px 10px 8px;
	}
	.toneCards {
		height: 218px
	}
	.menuBtnContainer {
		font-size: 6px
	}
	.menuSearch {
		padding: 0;
	}
	.menuSearch input {
		height: 30px;
	}
	.user-info {
		font-size: 6px;
		padding: 0px 10px;
	}
	.menuUser {
		padding: 0;
	}
	.searchBtn {
		padding: 0;
	}
	.searchBtn span {
		font-size: 11px;
	}
	.dropdown-menu {
		left: -40px !important;
	}
	.menu {
		padding: 0;
	}
	.menu-main {
		padding: 0;
		margin: 0;
	}
	.banner1 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.banner2 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.setContentNames {
		width: 58%
	}
}

@media screen and (max-width: 425px) {
.cx-webchat .transcript-wrapper {
    height: 400px !important;
}
}
@media screen and (max-width: 376px) {
	.bannerShow{
		display:none;
	}
	.bannerHide{
	display:block}
	.mobBtn {
		font-size: 60% !important
	}
	.toneCards {
		height: 217px !important;
	}
	.toneCards2 {
		height: 240px !important;
	}
	.toneInfoPlay2 {
		margin-top: -21.5% !important;
		margin-top: -21%;
	}
	.catbuttons {
		padding: 0;
		align-self: center;
	}
	.categories {
		width: 100%;
	}
	.toneCards3 {
		height: 240px !important;
	}
	.toneInfoPlay3 {
		margin-top: -21%;
	}
	.miToneInfoPlay {
		margin-top: -21% !important;
	}
	.thbuttons {
		width: 10% !important;
	}
	.thname {
		width: 81% !important;
	}
}

@media screen and (max-width: 430px) {
	.bannerShow{
		display:none;
	}
	.bannerHide{
	display:block}
	.mrp {
		padding: 0 !important;
	}
	.thbuttons {
		width: 15%
	}
	.thname {
		width: 67%
	}
	.helpContainer {
		height: auto !important;
		min-height: calc(100% - ( 67px + 90px)) !important;
	}
	.searchCardPlayBtn {
		height: 76%;
		padding-top: 2px;
		margin: 0;
	}
	.newPlayBtn {
		height: 76%;
		padding-top: 2px;
		margin: 0;
	}
	.specialPlayBtn {
		height: 66%;
		padding-top: 2px;
		margin: 0;
	}
	.topPlayBtn {
		height: 76%;
		padding-top: 2px;
		margin: 0;
	}
	.modal-logo img {
		width: 60%;
	}
	.catCircle {
		height: 10%;
	}
	.table td {
		padding: .2rem;
	}
	.modal-body {
		height: 155vw !important;
	}
	.setContentNames {
		border: none;
		width: 56%
	}
	.settingsIframe {
		height: 85vh;
	}
	.specialNumbers {
		height: 15vh;
	}
	.specialDate {
		width: 76%;
	}
	.catPlayBtn {
		height: 80%;
		padding-top: 2px;
		margin: auto 0px auto 0px;
	}
	.mshow {
		display: block;
	}
	.mshow2 {
		display: block;
	}
	.mhide2 {
		display: none;
	}
	.mhide {
		display: none;
	}
	.catImage {
		margin-top: 5%;
	}
	.catNames {
		padding: 0px 10px;
		align-self: center;
	}
	.cmain-text {
		margin-bottom: 20px;
	}
	.code-text {
		padding: 0;
		font-size: 12px;
		margin-left: 0;
	}
	.price-text {
		padding: 0;
		font-size: 12px;
		margin-left: auto;
	}
	.catbuttons {
		padding: 0;
		align-self: center;
	}
	.categories {
		width: 92%;
	}
	.footer-ico {
		width: 20%;
	}
	.f-text {
		font-size: 12px;
		text-align: left;
		padding-top: 10px;
	}
	.musicbox {
		display: none;
		width: 43%;
	}
	.musicbox.active {
		margin: 0;
		display: block;
	}
	.musicbox2 {
		width: 43%;
	}
	.musicbox2.active {
		margin-right: 46vw;
	}
	.toneInfoPlay2.active {
		width: 52vw !important;
	}
	.toneInfoPlay3.active {
		width: 52vw;
	}
	.miToneMusicbox {
		display: none;
		width: 43%;
	}
	.miToneMusicbox.active {
		margin: 0;
		display: block;
	}
	.miToneInfoPlay.active {
		margin: 0;
		width: 52vw !important;
	}
	.catDiv {
		width: 33%;
		height: 110px
	}
	.title a {
		font-size: 15px
	}
	.desc {
		display: none
	}
	.banner1 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.banner2 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.menu-main {
		margin: 0;
		padding: 0;
	}
	.menuSearch {
		padding-left: 50px;
	}
	.search-drop {
		display: block
	}
	.menu {
		max-width: 100%
	}
	.menu-links {
		display: none !important
	}
	.search-input {
		display: none !important
	}
	.user-info {
		display: none !important
	}
	.mini-menu {
		display: block !important
	}
	.toneCards {
		height: 238px
	}
}