a{
	text-decoration: none !important;
}
html { scroll-behavior: smooth; }
button{
	cursor:pointer;
}
.lpCont{
	margin: 0;
    position: relative;
}
.lpCont .menu{
	border-right: 1px solid #000;
    position: fixed;
    z-index: 9999;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: auto;
	padding: 0;
	width: 16.67%;
}
.lpCont .contain{
	margin-left: 16.67%;;
	width: 83.33%;
}
.lpCont .contain .row{
	margin: 0;
}
.lpCont .menu .mastermenu{
	background-color: #fff;
}
.lpCont .menu .mastermenu .logo{
	padding: 5px 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.lpCont .menu .mastermenu .list{
	padding: 5px 10px;
}
.lpCont .menu .mastermenu .list ul{
	list-style: none;
	margin: 0;
    padding: 0;
}
.lpCont .menu .mastermenu .list ul li{
	border-bottom: 1px solid #eee;
	
}
.lpCont .menu .mastermenu .list ul li a{
	padding: 5px 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.innerCms{
	/*max-width:929px;*/
	margin:0px auto;
	background-color:#fff;
	color:#000;
	/*border:1px solid #000;
	min-height: 700px;*/
}
.la_link a{
	display:inline-block;
	padding:10px 15px;
}
.viewMaster{
	margin: 0;
	padding: 5px 20px;
}
.viewMaster .list{
	
	
	padding: 5px;
	border-bottom: 1px solid #eee;	
	padding-bottom: 10px;
    padding-top: 10px;
}
.viewMaster .list a{
	text-decoration: none;
	color: #000;
	display: inline-block;
    padding: 5px 10px;
}


.red{ overflow:hidden; }
.red .inner1{ max-width:929px;margin:0px auto; }
.red .inner2{ max-width:750px;margin:0px auto; }
.red .inner3{ max-width:600px;margin:0px auto; }
.red .colrow{ padding-top:25px;padding-bottom:25px;margin:0px; }
.red .colrow .col{ padding:2px; }
.red .colrow .col .head{ padding:10px;margin-bottom:0; }
.red .colrow .col .cont{ padding:10px; }
.red .colrow .col img{ max-width:100%;border:1px; }
.red .lgimg{ padding-top:15px;padding-bottom:15px; }
.red .lgimg img{ max-width:100%; }
.red .seo{ padding-top:300px;padding-left:10px;padding-right:10px; }
.red .seo p{ font-size:14px; }
.red .desc{ padding-top:100px;padding-left:10px;padding-right:10px; }
.red .desc p{ font-size:11px; }
.red .button{ padding-top:10px;padding-bottom:10px; }
.red .button a{ display:block; }
.red .button a img{ max-width:100%; }
.red .btns4{ padding-top:10px; }
.red .btns4 .colm{ padding:1px; }
.red .btns4 .colm a{ display:block; }
.red .btns4 .colm a img{ max-width:100%; }

.ms-banner, .ms-offer, .ms-need2code, .ms-model, .ms-cont, .ms-seo, .ms-desc{display: none;}
.ms-showCode{display: block;}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 25px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
} 
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
  
input:checked + .slider {
	background-color: #FF5722;
}
input:focus + .slider {
	box-shadow: 0 0 1px #FF5722;
}
input:checked + .slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
} 
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}

.btnhtml{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 800px;
	margin: 0px auto;
}
.btnhtml p{
	margin-bottom: 5px;
	color: green;
}
.copybtn{
	display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    color: green;
}


.fixeditindex{
	position: fixed;z-index: 999;width: 100%;bottom: 0;padding:10px 15px; background-color:#9C27B0;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	border-top: 2px solid red;
}

.fixeditindex a{
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-weight: 500;
}

.fixeditindex div{
	text-align: center;
	border-left: 1px solid red;
	border-right: 1px solid red;
}

.fixeditindex div p{
	margin-bottom: 0;
}