html,
body {
	margin: 0px;
	padding: 0px;
	background-color: rgba(240,240,240,1);
}

a,
span {
	font-size: 1rem;
	color: #555;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #555;
}

a:visited {
	color: #555;
}

a:link {
	color: #555;
}
.btnactive_bg{background-color: rgba(142,149,224,1);color: #fff !important;}
.btnactive:hover{
	background-color: rgba(142,149,224,1);color: #fff;
}

.pageBtnActive{
	background-color: rgba(142,149,224,1);
	color: #fff !important;
}
.pageBtngray{
	background-color: #eee
}
.text-white{color: #fff !important;}

@media screen and (min-width: 1240px) {
	.mainWidth {
		width: 1240px;
	}
	.cateheight{height: 400px;}
    .detailright{display: flex;}
	.change50percent {
		flex-basis: 50%;
		flex-shrink: 0;
	} 

	.changeBasis {
		flex-basis: 25%;
	}
	
	.changeBasic33{
		flex-basis: 33.3%;
	}

	.changeBasisarticles {
		flex-basis: 50%;
	}

	.changeFlex {
		flex-direction: row;
	}

	.changeWidth {
		width: 50%;
	}

	.changeWidth2 {
		width: 55%;
		left: 45%;
	}

	.changeAlign {
		align-items: flex-start;
	}

	html {
		font-size: 16px;
	}

	.pcmenu {
		display: flex;
	}

	.phonemenu {
		display: none;
	}

	.logoimg {
		height: 45px;
		width: auto;
	}

}

@media screen and (min-width:910px) and (max-width:1239px) {
	.mainWidth {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 10px;
	}
	.changeBasic33{
		flex-basis: 33.3%;
	}
	.cateheight{height: 400px;}
    .detailright{display: flex;}
	.change50percent {
		flex-basis: 50%;
		flex-shrink: 0;
	}

	.changeWidth {
		width: 50%;
	}

	.changeWidth2 {
		width: 55%;
		left: 45%;
	}

	.changeBasis {
		flex-basis: 25%;
	}

	.changeBasisarticles {
		flex-basis: 50%;
	}

	.changeAlign {
		align-items: flex-start;
	}

	.changeFlex {
		flex-direction: row;
	}

	html {
		font-size: 16px;
	}

	.pcmenu {
		display: flex;
	}

	.phonemenu {
		display: none;
	}

	.logoimg {
		height: 45px;
		width: auto;
	}
}

@media screen and (max-width:909px) {
	.mainWidth {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 10px;
	}
	.cateheight{height: 150px;}
    .detailright{display: none;}
	.changeWidth {
		width: 100%;
	}
	.changeBasic33{
		flex-basis: 100%;
	}

	.changeWidth2 {
		width: 90%;
		left: 5%;
	}

	.change50percent {
		flex-basis: 100%;
	}

	.changeBasis {
		flex-basis: 50%;
	}

	.changeBasisarticles {
		flex-basis: 100%;
	}

	.changeAlign {
		align-items: center;
	}

	.changeFlex {
		flex-direction: column;
	}

	html {
		font-size: 13px;
	}

	.pcmenu {
		display: none;
	}

	.logoimg {
		height: 30px;
		width: auto;
	}

	.phonemenu {
		display: flex;
	}
}

.font-bold {
	font-weight: bold;
}

.active {
	color: #2661EB;
}

.bgactive {
	background-color: #2661EB;
}

.text-white {
	color: #fff;
}

input {
	outline: none;
	border: none;
	border: 1px solid #ddd;
	border-radius: 3px 0px 0px 3px;
	padding: 5px;
	box-sizing: border-box;
} 

textarea{
	outline: none;
	border: none;
	border: 1px solid #ddd;
	border-radius: 3px 0px 0px 3px;
	padding: 5px;
	box-sizing: border-box;
}

button{
	outline: none;
	border: none;
	border: 1px solid #ddd;
	border-radius: 3px 0px 0px 3px;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.font-small {
	font-size: 0.8rem;
}

.font-big {
	font: 1.2rem;
}


.width100 {
	width: 100%;
}

.height100 {
	height: 100%;
}

.box-sizing {
	box-sizing: border-box;
}

.flex-box {
	display: flex;
}

.flex-direction-column {
	flex-direction: column;
}

.align-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.flex-grow1 {
	flex-grow: 1;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.bgwhite {
	background-color: #fff;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;
}

.cursor-pointer {
	cursor: pointer;
}

.menuhover:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


.menu {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 0px 15px;
}

.menu>a {
	display: block;

}



.menu>.absolute {
	display: flex;
	flex-direction: column;
	left: 50%;
	top: 58px;
	position: absolute;
	transform: translate(-50%, 0);
}

.menu>.absolute>.leftright {
	background-color: #2661EB;
	height: 2px;
	transform: scaleX(0);
	transition: transform 0.3s linear;
}

.menu>.absolute>.sonmenu {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	background-color: rgba(38, 97, 235, 0.8);
	display: none;
	margin-top: 10px;
	transition: all 0.1s linear;
}

.menu>.absolute>.sonmenu a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 20px;
	color: #fff;
	white-space: nowrap;
}

.menu>.absolute>.sonmenu a:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


.menu_phone {
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 60px;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s linear;

}

.menu_phone>.item {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.menu_phone>.item>.title {
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px dotted #ddd;
	position: relative;
}

.menu_phone>.item>.title>a {
	font-weight: bold;
}

.menu_phone>.item>.title>.titleabsolute {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	top: 50%;
	transform: translate(0, -50%) rotate(0deg);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s linear;
}

.menu_phone>.item>.son {
	display: none;
	flex-direction: column;
	width: 100%;
	background-color: #f8f8f8;
}

.menu_phone>.item>.son>a {
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	width: 100%;
}




.confirmPupop {
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 9999;
	display: none;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.confirmPupop>.content {
	padding: 30px;

	transform: scale(1);
	transition: transform 0.3s linear;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}



.confirmPupop>.content>.mainContent {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
}



.confirmPupop>.content>.btnn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 300px;
	margin-top: 40px;
}

.confirmPupop>.content>.btnn>.cancel {
	width: 120px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.cancelBtn {
	border: 1px solid blue;
}

.yesBtn {
	color: #fff;
	background-color: blue;
}

.triangle {
	width: 0;
	height: 0;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: translate(0, 35%);
}

.trianglegray {
	width: 0;
	height: 0;
	border-top: 5px solid gray;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: translate(0, 35%);
}

.trianglewhite {
	width: 0;
	height: 0;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: translate(0, 35%);
}

.videoBorder {
	z-index: 999;
	border-left: 16px solid #333;
	border-right: 16px solid #333;
	border-top: 30px solid #333;
	border-bottom: 20px solid #333;
	border-radius: 20px 20px 0px 0px;
}

.videodot {
	left: 50%;
	transform: translate(-50%);
	width: 8px;
	height: 8px;
	background-color: gray;
	border-radius: 50%;
	top: 50px;
	z-index: 999;
	"

}

.lineBetween {
	width: 80px;
	height: 1px;
	background-color: gray;
	margin-top: 30px;
	margin-bottom: 30px;
}

.keywordsHover {
	padding: 2px 10px;
	background-color: #ddd;
	border-radius: 10px;
	font-size: 0.8rem;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px
}

.keywordsHover:hover {
	cursor: pointer;
	background-color: #333;
	color: #fff;

}
.detailimg img{width: 100%;height: auto;}
.sort div:nth-child(1)>span{
color: red !important;
}
.sort div:nth-child(2)>span{
color: blue !important;
}
.sort div:nth-child(3)>span{
color: green !important;
}

.righticon{
	width: 30px;
	height: 30px;
	position: relative;
}
.righticon::before{
	content: '';
	position: absolute;
    width:18px;
	height:2px;
	left: 50%;
	top: 9px;
	transform:translate(-50%,0) rotate(40deg);
	background-color: red;
	
}
.righticon::after{
	content: '';
	position: absolute;
    width:18px;
	height:2px;
	left: 50%;
	top: 21px;
	transform:translate(-50%,0) rotate(-40deg);
	background-color: red;
}
