/*gereralInroduce.html start*/
.bannerNei{
    background: url(/templets/netwind/image/bj.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
}



.desc2{
    text-align: left;
    padding: 25px 35px;
    background-color: #F2F3E9;
    border-radius: 25px;font-size: 16px;
    line-height:2;
    text-indent: 22px;
}

.emlist{
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0; background-color: #e2f3ed;
 
    color: #626469;
    text-indent: 25px;
    line-height: 1.8;
}
.content{
    font-size: 16px;
    line-height: 1.6;
    padding: 5px 0;
	
}

.content div{
    text-indent: 33px;
}

div.caozuo .content2{
    text-align: left;padding: 16px 15px;background-color: #F2F3E9;border-radius: 15px;font-size: 14px;line-height: 1.6;
    text-indent: 25px;
}
.installiconlist{
	width: 100%;
    display: inline-flex;
	justify-content: flex-start;
	padding-left:30px;
}

.container .content p.subpara{
	font-size: 14px;
    font-weight: bold;
}
.installiconlist .channel {
 white-space: nowrap;
    display: inline-block;
    padding-left: 5px;
	margin-right: 15px;
	margin: 15px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    background: url(/images/chrome.ef1f78f4.png) 0 center no-repeat;
    background-size: 28px auto
}

.installiconlist .se {
    background-image: url(/images/se.2618e90c.png)
}

.installiconlist .ee {
    background-image: url(/images/ee.b95367a8.png)
}

.installiconlist .edge {
    background-image: url(/images/edge.a20d9593.png)
}

.installiconlist .manual {
    background-image: url(/images/manual.525f7295.png)
}

ul.operation_ul .xijie{
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 0;
    
}

.ul_sj{
padding: 0 15px;
}

.ul_funcdesc.ul_sj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ul_sj li{
	width: 330px;
	border: 0.45rem solid #f8f8f8;
	position: relative;
	padding: 15px; 
	background: #f8f8f8; 
	height: 140px; 
	overflow: hidden;
	margin-top: 30px!important;
	margin-right: 3.5%;
	text-justify : auto; text-align:justify;
}
.ul_funcdesc.ul_sj li{
	min-height:8rem;
	padding: 1rem 1rem 0.35rem 1rem;	
}
.ul_sj li:nth-child(3n){
    margin-right: 0;
}

.ul_sj li:hover{ background: #fff; }
.ul_sj li:hover .sj_block{ display: block;}
.ul_sj	.sj_1{ font-size: 16px; color: #0061a5; }
.ul_sj .sj_2{ font-size: 14px; color: #666; padding-top: 10px;text-indent: 14px;}

ul.operation_ul{
	padding-left: 2rem;
    font-size: 1rem;
		
}
#czyd ul.operation_ul{
	padding-left:0
}
ul.operation_ul .xijie{
		list-style-type: disc;
    	list-style-position: inside;
		margin-top: 0;
		
}

.caozuo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.leftm{
    width: 48%;
}
.rightm{
    position: relative;  width: 48%;
}
.rightm .commonplayButtonContainer {
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    position: absolute;
    background: rgba(0, 0, 0, 0);
    z-index: 123;
    
}
.rightm  .playButtonContainer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.rightm  video.img-fluid {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.rightm   div.divOverlay {
    top: 0;
    right: 0;
    bottom: 24px;
    left: 0;
    position: absolute;
    background: rgba(223,240,249,.18);
}
.rightm  .imgPlayButton {
    width: 3.75rem;
    height: 3.75rem;
    position: relative;
    margin-left: 0.75rem;
    background: url(/images/sprites-playbut.png) center center no-repeat ;
    width: 6.5rem;
    height: 6.5rem;
}

.rightm  .btnPlay {
    border: 0;
    padding: 0;
    height: 7.5rem;
    width: 7.5rem;
    line-height: 7.5rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72px;
    transition: background 0.2s ease;
}
.rightm  .btnPlay:hover {
    background: rgb(204, 204, 204);
}

.rightm  .play-btn_png {
    width: 8rem;
    height: 7.5rem;
    background-position: 0 2px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0; 
}


.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    background-color: #000;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.modal.show{
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-lg, .modal-xl {
    max-width: 800px;
}

.embed-responsive {

    width: 800px;
}
/*gereralInroduce.html end*/

.titMax .en{
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
.bannerNei{
  font-size: 1rem;
}

.titMax{
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 0;
}
.titMax .en{
  font-size: .7rem;
  line-height: 1.3;
  padding: 1rem 0;
}
.desc2{
  text-align: left;
  padding: 1rem .9rem;
  border-radius: 1.5625rem;font-size: .9rem;
  line-height:2;
  text-indent: 1.375rem;
}


.emlist{
  font-weight: 600;
  font-size: 1rem;
  margin: .625rem 0; 
  text-indent: 1.5625rem;
  line-height: 3;
}
.installiconlist{
display: flex;
flex-wrap: wrap;
justify-content: space-between;	

}
.installiconlist .channel {
  display: inline-block;
  width: auto;
    margin-top: 0.8rem;
  padding-left: .8rem;
  font-size: .7rem;
 
}
.content div{
  text-indent: 2rem;
}
.content2{
  text-align: left;padding: 1rem 1rem;background-color: #F2F3E9;border-radius: 15px;font-size: 14px;line-height: 2;
  text-indent: 2rem;
}

.leftm{
  width: 100%;
}
.rightm{
  position: relative;  width: 100%;
}
.ul_sj li{float: left; width: 48%; 
    border:1% solid #f8f8f8; position: relative;
     padding: 15px; background: #f8f8f8; 
     height: 200px; overflow: hidden;
     margin-top: 30px!important;
     margin-right: 3.5%;
	 text-justify : auto; text-align:justify;

}
.ul_sj li:nth-child(3n){
    margin-right: 3.5%;
}
.ul_sj li:nth-child(2n){
    margin-right: 0;
}

}

