body{
	background:#fff;
}

.merchant_menu {
    /* background: #fff; */
    height: 80px;
    width: 1200px;


}

.merchant_menuul {
    height: 80px;
    line-height: 80px;
    margin-left: 100px;
}

.merchant_menuul li {
    line-height: 80px;
    height: 79px;

    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.merchant_menuul li{
    height: 100%;
    display: block;
    color: #fff;
    cursor: pointer;
}

.merchant_menuulliactive {
    color: #6cccff;
    border-bottom: 3px solid #6cccff;
}

.loginresbtn {
    display: inline-block;
    color: #fff;
    height: 81px;
    line-height: 80px;
    width: 120px;
    text-align: center;
}



.bannar_buttommenu {
    height: 58px;
    width: 1200px;

    margin-top: 534px;
    line-height: 58px;
}

.bannar_buttommenu li {
    float: left;
    height: 100%;
    color: #fff;
    width: 128px;
    padding-left: 72px;
}

.exclusive_function {
    height: 520px;
    width: 100%;
    overflow: hidden;
}

.function_title {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 40px;
    margin-left: 0;
}

.title_line {
    width: 600px;
    height: 2px;
    background: #000;
    margin: 20px 0;
}

.exclusive_functiontab {
    height: 280px;
    width: 195px;
    background: #f8f8f8;
    border-radius: 8px;
   
    float: left;
    margin: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.exclusive_functiontabimg {
    height: 88px;
    width: 88px;
    margin-top: 34px;
    margin-left: 55px;
    border-radius: 46px;
    border: 0px solid #ff6666;
    text-align: center;
    font-size: 40px;
}

.exclusive_functiontab:hover .exclusive_functiontabimg{
	
}

.exclusive_functiontabimg i{
	margin-top:20px;
	-webkit-transition: color .1s;
    -moz-transition: color .1s;
    -o-transition: color .1s;
    -ms-transition: color .1s;
    transition: color .1s;
}
.exclusive_functiontab:hover i{
	color:#ff6666;
	
}

.exclusive_functiontabtitle {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #333;
    margin-top: 28px;
}

.exclusive_functiontabtitle_hover {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 28px;
    position: absolute;
    top: -160px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    opacity: 0
}

.exclusive_functiontabtitleline {
    width: 28px;
    height: 2px;
    background: #cecece;
    margin-left: 85px;
    margin-top: 20px;
}

.exclusive_functiontabnext {
    height: 8px;
    width: 15px;
    margin-left: 136px;
    margin-top: 40px;
    background: url(/img/issue/exclusive_functiontabnext.png) no-repeat center;
}

.hover_text {
    width: 180px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin-left: 7px;
    position: absolute;
    top: -100px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    opacity: 0
}

.exclusive_functiontab:hover {
    background: #ff6666;
    height: 330px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.exclusive_functiontab:hover .hover_text {
    color: #fff;
    top: 224px;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height:20px;
}

.exclusive_functiontab:hover .exclusive_functiontabnext {
    display: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.exclusive_functiontab:hover .exclusive_functiontabtitle {
    /*visibility: hidden;*/
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*.exclusive_functiontab:hover .exclusive_functiontabtitle_hover {*/
    /*color: #fff;*/
    /*top: 128px;*/
    /*opacity: 1;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
/*}*/

.exclusive_functiontab:hover .exclusive_functiontabtitleline {
    margin-left: 68px;
    width: 60px;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.exclusive_functiontab:hover .exclusive_functiontabimg {
    border: 0px solid #fff;
    background: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.exclusive_functiontab:hover .functiontabimg>.functiontabimg {
    -webkit-filter: drop-shadow(#1d83f9 40px 0);
    filter: drop-shadow(#1d83f9 40px 0);
}

.functiontabimg {
    display: inline-block;
    width: 40px;
    height: 88px;
    overflow: hidden;
}

.functiontabimg>.functiontabimg {
    position: relative;
    left: -40px;
    border-right: 40px solid transparent;
    -webkit-filter: drop-shadow(#4a454b 40px 0);
    filter: drop-shadow(#4a454b 40px 0);
}

.centre_function {
    height: 392px;
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    z-index: 0;
}



.cando_function {
    height: 560px;
    width: 100%;
    background: url(../img/issue/condo_function.png) no-repeat center;
    overflow: hidden;
}

.cando_functiontab {
    width: 198px;
    height: 240px;
    text-align: center;
    border-left: 2px dashed #4ba1fa;
    cursor: pointer;
}

.cando_functiontab img {
    margin-top: 56px;
}
.cando_functiontab:hover img{
    animation: myfirst 1s infinite;
}

.cando_functiontab p {
    font-size: 16px;
    color: #fff;
    margin-top: 46px;
}

.cando_functiontab img {
    animation-timing-function: ease-in-out;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -16px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.eight_function {
    height: 800px;
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}

.eight_functiontabmain {
    height: 520px;
    background: #fff;
    box-shadow: 0px 2px 6px #e4e3e3;
    display: flex;
    flex-flow: row wrap;
}

.eight_functiontabmainbox {
    height: 260px;
    width: 300px;
    background: #fff;
}

.eight_functiontabmainbox img {
    margin-left: 22px;
    margin-top: 30px;
}

.functiontabmainbox_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 56px;
    margin-left: 22px;
    color: #333;
    margin-top: 10px;
}

.functiontabmainbox_text {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-left: 22px;
    width: 260px;
}

.eight_functiontabmainbox span {
    display: block;
    height: 2px;
    width: 50px;
    background: #e5e5e5;
    margin-left: 22px;
    margin-top: 20px;
}

.like_function {
    min-height: 700px;
    width: 100%;
    background:#f8f8f8;
    position: relative;
}

.like_functioncenter {
    height: 372px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top: 150px;
}

.like_functionimg {
    height: 544px;
    width: 994px;
    position: absolute;
    top: -80px;
    text-align: center;
}

.like_functiontab {
    width: 382px;
    height: 418px;
    position: relative;
    left: 1008px;
}

.like_functiontab ul {
    position: absolute;
    top: -50px;
}

.like_functiontab ul li {
    float: left;
    font-size: 18px;
    color: #fff;
    width: 120px;
    height: 50px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    line-height: 50px;
    background: #2060b6;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}

.like_functiontabtitle {
    font-size: 36px;
    color: #fff;
    line-height: 74px;
    padding-top: 20px;
}

.like_functiontab span {
    display: block;
    height: 3px;
    width: 40px;
    background: #fff;
    margin-left: 54px;
}

.like_functiontabtexttop {
    font-size: 22px;
    color: #fff;
    line-height: 70px;
}

.like_functiontabtextbuttom {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.like_functiontablinka {
    height: 50px;
    width: 240px;
    display: block;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #1b84f9;
    margin-top: 24px;
    border-radius: 25px;
}

.like_functiontabcur {
    height: 60px!important;
    background: #1b84f9!important;
    position: relative;
    top: -10px;
    line-height: 70px!important;
}

.combat_function {
    height: 520px;
    width: 100%;
    overflow: hidden;
}

.combat_functionbgone {
    height: 267px;
    width: 500px;
    background: rgba(27, 132, 249, .08);
    border-radius: 7px;
    left: 40px;
    position: relative;
    z-index: 2;
    -webkit-animation-name: scaleDraw;
    /*鍏抽敭甯у悕绉�*/
    -webkit-animation-timing-function: ease-in-out;
    /*鍔ㄧ敾鐨勯�熷害鏇茬嚎*/
    -webkit-animation-iteration-count: infinite;
    /*鍔ㄧ敾鎾斁鐨勬鏁�*/
    -webkit-animation-duration: 3s;
    /*鍔ㄧ敾鎵�鑺辫垂鐨勬椂闂�*/
}

.combat_functionbgtwo {
    height: 267px;
    width: 540px;
    background: rgba(27, 132, 249, .08);
    border-radius: 7px;
    position: relative;
    z-index: 3;
    left: 20px;
    top: -247px;
    -webkit-animation-name: scaleDraw;
    /*鍏抽敭甯у悕绉�*/
    -webkit-animation-timing-function: ease-in-out;
    /*鍔ㄧ敾鐨勯�熷害鏇茬嚎*/
    -webkit-animation-iteration-count: infinite;
    /*鍔ㄧ敾鎾斁鐨勬鏁�*/
    -webkit-animation-duration: 2s;
    /*鍔ㄧ敾鎵�鑺辫垂鐨勬椂闂�*/
}

.combat_functionbgthree {
    height: 300px;
    width: 580px;
    background: #f8f8f8;
    border-radius: 7px;
    position: relative;
    z-index: 3;
    left: 0px;
    top: -497px;

}

.combat_functiontitle {
    font-size: 20px;
    color: #1b84f9;
    width: 210px;
    line-height: 98px;
    background: url(/img/issue/combat_functiontitlebg.png) no-repeat right center;
    margin-left: 40px;
}

.combat_functiontext {
    font-size: 14px;
    line-height: 26px;
    margin-left: 40px;
    color: #444;
    padding-right: 40px;
    text-align: justify;
}

.combat_functiontextdog {
    height: 4px;
    width: 4px;
    background: #1b84f9;
    border-radius: 2px;
    vertical-align: top;
    margin-top: 11px;
}


@keyframes scaleDraw {
    /*瀹氫箟鍏抽敭甯с�乻caleDrew鏄渶瑕佺粦瀹氬埌閫夋嫨鍣ㄧ殑鍏抽敭甯у悕绉�*/
    0% {
        transform: scale(1);
        /*寮�濮嬩负鍘熷澶у皬*/
    }
    25% {
        transform: scale(1.02);
        /*鏀惧ぇ1.1鍊�*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.04);
    }
}

.result_function {
    height: 1152px;
    width: 100%;
    background: url(/img/issue/result_functionbg.png) no-repeat center;

}

.result_functioninside {
    overflow: hidden;
    height: 1152px;
    width: 100%;
    background: rgba(0, 0, 0, 0.75)
}

.result_functionleft {
    height: 500px;
    width: 200px;
    background: rgba(27, 132, 249, .4);
    margin-top: 54px;
    border-radius: 10px;

}

.poster-list img {
    border-radius: 8px;
}

.result_functionleft ul li {
    width: 140px;
    height: 48px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 24px;
    margin-left: 32px;
    color: #fff;
    border-radius: 24px;
    line-height: 48px;
}

.result_functioncur {
    background: #1b84f9;
}

/* posterTvGrid */

.posterTvGrid {
    position: relative;
    height: 610px;
}

.posterTvGrid img {
    max-width: none;
    max-height: none;
    border: 0 none;
    background: #888;
    border-radius: 8px;
}

.posterTvGrid .contentHolder {
    position: relative;
    overflow: hidden;
}

.posterTvGrid .contentHolderUnit {
    cursor: pointer;
    position: absolute;
    width: 640px;
    height: 270px;
}

.posterTvGrid .contentHolderUnit a.elementLink {
    display: block;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.posterTvGrid .contentHolderUnit img {
    width: 100%;
    height: 100%;
}

.posterTvGrid .contentHolderUnit .elementOverlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: opacity=0;
}

.posterTvGrid .contentHolderUnit .leftShadow {
    position: absolute;
    top: 23px;
    left: -174px;
    width: 174px;
    height: 224px;
}

.posterTvGrid .contentHolderUnit .rightShadow {
    position: absolute;
    top: 23px;
    right: -174px;
    width: 174px;
    height: 224px;
}

.posterTvGrid .bannerControls {}

.posterTvGrid .leftNav,
.posterTvGrid .rightNav {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 75px;
    margin-top: -43px;
}

.posterTvGrid .leftNav {
    left: 40px;
    background: url("/img/issue/btn_l.png") no-repeat;
}

.posterTvGrid .rightNav {
    right: 40px;
    background: url("/img/issue/btn_r.png") no-repeat;
}



.posterTvGrid .bottomNav {
    z-index: 140;
    position: absolute;
    text-align: center;
    left: -290px;
    top: 58px;
}

.posterTvGrid .bottomNavButtonOFF {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 24px;
    margin-left: 32px;
    color: #fff;
    border-radius: 24px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 140px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.posterTvGrid .bottomNavButtonOFF:hover {}

.posterTvGrid .bottomNavButtonON,
.posterTvGrid .bottomNavButtonON:hover {
    background: #1b84f9;
}

.pushpop {
    height: 254px;
    width: 444px;
    background: #fff;
    border-radius: 7px;
}

.pushpop .pushpoptitle {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    color: #666;
    font-weight: 100;
    padding-left: 30px;
}

.pushpop .pushpoptitletext {
    width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pushpoptitleclose {
    font-size: 32px;
    vertical-align: top;
    color: #999;
}

.pushpopcontent {
    background: #0098e0;
    height: 144px;
    width: 380px;
    padding-top: 26px;
    padding-left: 33px;
    padding-right: 33px;
}

.slideTxtBox {
    color: #666;

    
}

.slideTxtBox .hdtxt {
    width: 520px;
    float: left;
}

.slideTxtBox .hdtxt:last-child{
	float:right
}

.slideTxtBox #gaidonglunbo li {
    height: auto;
    cursor: pointer;
}

.mtxt{
	display: flex;
    justify-content: space-between;
    padding-left:120px;
    padding-right:120px;
}
.mtxt:last-child{
	margin-top:50px
}

.media-abletive{
	width:auto;
	text-align:center;
	height: 120px;
	width: 120px; 
	border-radius: 120px;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
	position:relative;
}

.centre_functiontext{
	width:120px;
	text-align:center;
	font-size:18px;
	margin-bottom:10px;	
	position:absolute;
	top:50px;
	left:0;
	opacity:0;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
	
}

.media-abletive:hover .centre_functiontext{
	left:-120px;
	opacity:1;
}

.myfl2{

}

.wx{
	z-index:10;
	display:static;
	margin-top: 4px;
	width:120px;
	height:120px;
	border-radius: 100px;
	position:absolute;
	top:0px;
	left:0px;
	box-shadow:0px 2px 4px rgba(0,0,0,0.25)
}

.myfl2 img{
	margin-top: 4px;
	width:120px;
	height:120px;
	border-radius: 100px;

}

.media-abletive:hover  .myfl2:last-child{
	z-index:-999
}

.media-abletive:hover  .myfl2:nth-child(4){
	z-index:-999
}

.qq-group{
	position:absolute;
	top: -98px;
    left: -400px;
    width: 1000px;
	background:#fff;
	padding:15px;
	display:none;
	line-height:25px;
	z-index:-999;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

.wxewm{
	margin-top: 4px;
	height: 120px;
	width: 120px; 
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
	z-index:-999;
}

.media-abletive:hover .wxewm{
	opacity:1;
	z-index:99999;
}

a:hover#qqimg .qq-group p{
	color:#666
}

.qq-group p{
	padding:5px 10px;
}

.qq-group.showdiv{
	display:block;
	z-index:99999;
}



.active {

}

.active+div {
    /*background: #1b84f9!important;
    border: 2px solid #1b84f9!important;*/
}

.active~img {
    display: inline-block!important;
}


.active em {
    color: #666!important;
    font-weight: 600!important;
}

.slideTxtBox li em {
    font-size: 16px;
    color: #666;
}

.slideTxtBox li p {
    width: 340px;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 8px;
    padding-top: 0;
    text-align: left;
}

.slideTxtBox .hd {
    float: right;
    position: absolute;
    top: 610px;
    left: 844px;
    display: none;
}

.slideTxtBox .hd li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    padding: 0;
    margin: 0 3px;
    float: left;
}

/* .slideTxtBox .hd .on{background:#D69942;} */

.slideTxtBox .bd {
    float: right;
    width: 610px;
    height: 434px;
    position: relative;
    margin-top: 10px;
}

.slideTxtBox .bd ul {
    height: 434px;
}

.slideTxtBox .bd li {
    padding: 0;
    margin: 0;
    height: 434px;
    width: 610px;
}

.slideTxtBox .bd li img {
    width: 610px;
    height: 434px;
}

.centre_functionlink {
    width: 398px;
    height: 64px;
    border: 2px solid #1b84f9;
    line-height: 64px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 32px;
    color: #1b84f9;
    font-size: 36px;
    margin-top: 94px;

}

.problem_function {
    width: 100%;
    height: 506px;
    overflow: hidden;
}

.problem_functionleft {
    width: 518px;
}

.problem_functionright {
    width: 518px;
}

.problem_functionleftone {
    font-size: 22px;
    color: #333;
    margin-bottom: 12px;
}

.problem_functionleftone span {
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    background: #1b84f9;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-right: 12px;
    vertical-align: top;
    margin-top: 4px;
}

.problem_functionlefttwo {
    margin-bottom: 32px;
    line-height: 24px;
    color: #999;
    margin-left: 34px;
}

/*show*/

.lqset_show {
    width: 100%;
    height: 960px;
    background: #fff;
    position: relative;
}

.lqset_show .lqset_showcontent {
    width: 1200px;
    margin: 60px auto 0;
    height: 700px;
}

.lqset_show .lqset_showcontent ul {
    width: 1200px;
}
.lqset_show div ul li{width: 270px;
    height: 270px;
    border-radius: 135px;
    float: left;
    margin: 0 26px 28px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;}
.lqset_show div ul li i{position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 270px;
    height: 270px;
    background: #1b84f9;
    opacity: 0.6;
    border-radius: 135px;
    transition: top .2s;}



.lqset_show .lqset_showcontent ul li:hover i {
    top: 270px;
}

.lqset_show .lqset_showbuttombg{position: absolute;bottom: -48px;left: 0;width: 100%;background: url("/img/lqset/lqset_showbag1.png") no-repeat center;height: 121px;}
/*float*/
.lqset_float{width: 100%;height: 200px;position: fixed;bottom: 0;}
.lqset_float .bag{position: absolute;top: 0;left: 0;width: 100%;height: 326px;background:#000;opacity: 0.8;}
.lqset_float .content{color: #fff;width: 1200px;margin: auto;position: relative;z-index: 100;}
.lqset_float .content .left{padding-left: 56px;}
.lqset_float .content .left h4{font-size: 24px;font-weight: normal;margin: 16px 0 18px 0;}
.lqset_float .content .left li span{display: inline-block;text-align: right;font-size: 14px;width: 80px;margin-right: 18px;}
.lqset_float .content li input{width: 168px;height: 28px;border: 1px solid #fff;border-radius: 4px;padding-left: 10px;color: #ffffff;}
.lqset_float .content li{margin-bottom: 10px;}
.lqset_float .content .left li a{display: inline-block;width: 180px;height: 30px;border-radius: 4px;background: #D69942;color: #fff;line-height: 30px;text-align: center;margin-left: 98px;}
.lqset_float .content .right ul{display: inline-block;}
.lqset_float .content .right span{vertical-align: top;margin-top: -50px;}
.lqset_float .content .right .texttitle{margin: 24px 0 16px 0;}
.lqset_float .content .right ul li{margin: 0 20px 0 0;}
.lqset_float .content .right ul li img{width: 100px;height: 100px;}
.lqset_float .content .right ul li p{width: 100px;text-align: center;}
/*floatright*/
.lqset_floatright{position: fixed;right: 26px;z-index: 200;top: 300px;}
.lqset_floatright li{width: 60px;height: 60px;border-radius: 4px;cursor: pointer;}
.lqset_floatright .font{margin-bottom: 10px;    font-size: 24px;
    color: #fff;
    font-weight: bold;

    padding: 10px;
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;}
.lqset_floatright .font a{font-size: 24px;color: #fff;font-weight: bold;line-height: 30px;text-align: center;width:60px;display: block}
/*.lqset_floatright .font:hover{background: #BE8739;}*/
.lqset_floatright .register,.lqset_floatright .consult{margin-bottom: 1px;position: relative;}
.lqset_floatright .register .hov,.lqset_floatright .consult .hov{position: absolute;top: 0;left: 0;display: none;}
.lqset_floatright .register:hover .hov,.lqset_floatright .consult:hover .hov{display: inline-block;}
.qr_pop{
    border: 1px solid #eee;
    height: 300px;
    width: 600px;
    background: #fff;
    position: fixed;
    right: 126px;z-index: 200;top: 300px;
    display: none;
}
.qr_pop .poptop_title{
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #eeeeee;
    width: 600px;
    margin: 0;
}
.qr_pop .poptop_title .poptop_titletext{
    color: #666;
    margin-left: 26px;
    width: 536px;
    display:inline-block;
}
.qr_popmain{
    width: 524px;
    height: 180px;
    margin-top: 36px;
    margin-left: 36px;
}
.qr_popmain li{
    float: left;
    width: 144px;
}
.showqr_pop{
    background: #65b0ff;
}
.showqr_pop:hover{
    background: #5ca1e9;
}
.showqr_pop1{
    background: #1b84f9;border-bottom: 0px;
}
.showqr_pop1:hover{
    background: #1774dc;
}
.help-center{
	width: 1370px; 
	margin: 0 auto;
}


@media screen and (min-width: 801px) and (max-width: 1024px) {
	
	.exclusive_functiontab {
     width: 138px;
    }
    .exclusive_functiontabimg{
    margin-left: 26px;
    }
    .exclusive_functiontabtitleline{
         margin-left: 55px;
    }
    .exclusive_functiontab:hover .exclusive_functiontabtitleline {
    margin-left: 38px;

   }
   .mtxt{
     width:1024px;
     padding-left: 20px;
    padding-right: 20px;
        display: block;
   }
   .container-float{
   display:none;
   }
   .centre_function{
       height: 592px;
   }
   .media-abletive{
    float: left;
    margin-left: 160px;
    margin-bottom: 50px;
   }
   .problem_function {
    width: 100%;
    height: 586px;
    padding-left: 20px;
    padding-right: 20px;
}
.main {
    width: 100%;
}
.problem_functionleft,.problem_functionright {
    width: 418px;
}

.help-center{
	width:100%;
}

}

.combat_functiontext span span{
	margin-right:15px;
}

@media screen and (max-width: 768px) {
	.exclusive_function {
    height: auto;
    margin-bottom:20px;
}

.problem_functionleftone{
	font-size: 18px;
}

.exclusive_functiontab{
	width:28%;
	margin-right:29px;
}
 .op-main .exclusive_functiontab:nth-child(3),.op-main .exclusive_functiontab:nth-child(6){
       margin-right: 0;
    }
  .main2{
    width:100%;
  }  
 .mtxt{
    padding-left: 30px;
    padding-right: 30px;
    }
    .problem_function {

    height: auto;

}
    .main {
    width: 100%;
    padding-left:15px;
    padding-right:15px;
}
.problem_functionleft,.problem_functionright {
    width: 45%;
}
 .help{
     padding-right:20px;
     padding-left:20px;
     margin-bottom:20px;
   }
   .help .help-content div{
     padding-right:5px;
     padding-left:5px;
   }
   .help-title{
      font-size:15px;
      font-weight:600;
      line-height:30px;
      height:30px;
      background:#e2e2e2;
      
   }
   .help-small,.help-content .help-more{
      font-size:14px;
      line-height:22px;
      padding-top:15px;
      padding-bottom:15px;
      background:#fff;
   }
   
   .help-content .more-btn {
    position: static;
    font-size: 15px;
    margin:0 auto; 
    background:#fff; 
    text-align:center;
    line-height:30px;
    border-top:1px solid #eee
   }
   
   .like_function{
   min-height: 920px;
   }
   .combat_function{
    height:auto;
   }
   .guide_float{
   width:100%;
   height: 370px;
   }
   .combat_functionbgone,.combat_functionbgtwo,.combat_functionbgthree{
   width:100%;
   }

}


@media screen and (max-width: 600px) {
	.combat_functiontext span{
	  display:block;
	}
	.combat_functiontext span span{
	display:block;
}
	.function_title{
	   padding-top: 30px;
       margin-bottom: 20px;
	}
	.exclusive_function{
	   height:auto;
	}
	.op-main{
	   width:100%;
	   padding-left: 15px;
       padding-right: 15px;
	}
	.exclusive_functiontab{
	  width: 28%;
      margin: 0;
      margin-bottom: 20px;
      margin-right: 30px;
      height: 140px;
	}
	.exclusive_functiontabimg {
      height: 40px;
      width: 40px;
      margin-top: 10px;
      margin-left: 33px;
    }
    .exclusive_functiontabimg i {
      margin-top: -22px;
      font-size: 20px;
    }
    .exclusive_functiontabtitle {
      font-size: 14px;
      margin-top: 15px;
    }
    .op-main .exclusive_functiontab:nth-child(3),.op-main .exclusive_functiontab:nth-child(6){
       margin-right: 0;
    }
    .exclusive_functiontab:last-child{
       margin-right: 0;
    }
    .exclusive_functiontab:hover {
       background: #f2f2f2;
       height: 140px;
   }

    .exclusive_functiontab:hover .hover_text {
       display:none;
   }
   .exclusive_functiontab:hover .exclusive_functiontabimg {
       border: 2px solid #4a454b;
       background: #f2f2f2
   }
   .exclusive_functiontab:hover i{
	   color:#4a454b;
   }
   .exclusive_functiontab:hover .exclusive_functiontabtitle {
       color: #4a454b;
   }
   
   .exclusive_functiontabtitleline {
    margin-left: 40px;
   }
   
   .exclusive_functiontab:hover .exclusive_functiontabtitleline{
    margin-left: 24px;
   }
   
   .centre_function {
       height: auto;
       width: 100%;
       padding-bottom:30px;
   }
   .main {
       width: auto;
       margin: 0;
       padding-left: 15px;
       padding-right: 15px;
   }
   .slideTxtBox li {
       height: auto;
       background:#fff;
       margin-bottom:10px;
       padding-bottom:110px;
   }
   .slideTxtBox .hdtxt {
       width: 100%;
    }
   .slideTxtBox li img{
      width:100%;
   }
   .combat_function{
      height:auto;
   }
   .combat_functionbgone,.combat_functionbgtwo,.combat_functionbgthree{
      width:100%;
   }
   .combat_functionbgthree{
      height:450px;
   }
   .slideTxtBox li p{
    width: 100%;
    padding-right: 20px;
   }
   .help{
     padding-right:20px;
     padding-left:20px;
     margin-bottom:20px;
   }
   .help .help-content div{
     padding-right:5px;
     padding-left:5px;
   }
   .help-title{
      font-size:15px;
      font-weight:600;
      line-height:30px;
      height:30px;
      background:#e2e2e2;
      
   }
   .help-small,.help-content .help-more{
      font-size:14px;
      line-height:22px;
      padding-top:15px;
      padding-bottom:15px;
      background:#fff;
   }
   
   .help-content .more-btn {
    position: static;
    font-size: 15px;
    margin:0 auto; 
    background:#fff; 
    text-align:center;
    line-height:30px;
    border-top:1px solid #eee
   }
   .problem_function {
    height: auto;
   }
   .problem_functionleft,.problem_functionright {
    width: 100%;
   }
   .like_function{
    min-height: 100px;
    height: auto;
    padding-bottom: 30px;
   }
   .main2{
     width:100%;
     height:120px;
   }
   .mtxt{
	display:block;
    justify-content: none;
    padding-left:15px;
    padding-right:15px;
}
.mtxt:last-child{
	    margin-top: 0px;
}
.media-abletive{
	float:left;
	width:100px;
	height:100px;
	margin-bottom:50px;
	margin-left:20px;
}
.centre_functiontext{
	position:static;
	width:90px;
	display:block;
	top:0px;
	font-size:14px;
}

.myfl2{
	position:static;
}
.media-abletive:hover .myfl2{
	top:0px;
}

.myfl2 img{
	width:100%;
	height:100%;
}

.wx{
	width:100%;
	height:100%;
}

.wxewm{
	width:100%;
	height:100%;
}
.media-abletive:last-child{
	    margin-bottom: 0px;
	    margin-top: 20px;
}

.qq-group {

    top: -120px;
    left: 10px;
    font-size:14px;
 

}
   
}
@media screen and (max-width: 400px) {
	.media-abletive {
	width:85px;
	height:85px;
	}
	.exclusive_functiontab{
	 margin-right: 13.5px;
	}
}

@media screen and (max-width: 375px) {
	.wrapper {
    margin: -65% -180px;
}
	.media-abletive {
	width:80px;
	height:80px;
	}
	.media-abletive.centre_functiontext{
	width:80px;
	}
	.exclusive_functiontab {
      margin-right: 27px;
    }
    .exclusive_functiontabimg {
      margin-left: 28px;
    }
    .exclusive_functiontabtitleline {
    margin-left: 35px;
}
.exclusive_functiontab:hover .exclusive_functiontabtitleline{
    margin-left: 18px;
   }
   .media-abletive {
    margin-left: 26px;
}
}
@media screen and (max-width: 360px) {
	.exclusive_functiontab {
      margin-right: 12px;
    }
    .exclusive_functiontabimg {
      margin-left: 8px;
    }
}
@media screen and (max-width: 320px) {
	.wrapper {
    margin: -78% -180px;
}

	.media-abletive {
	margin-left:12px;
	}
	.media-abletive.centre_functiontext{
	width:80px;
	}
	.exclusive_functiontab {
	  width: 30%;
      margin-right: 14px;
   }
   .exclusive_functiontabimg {
      margin-left: 28px;
      height: 35px;
      width: 35px;
   }
   .exclusive_functiontabimg i {
      margin-top: -28px;
      font-size: 18px;
   }
   .exclusive_functiontabtitle {
      font-size: 14px;
   }
   .exclusive_functiontabtitleline {
    margin-left: 30px;
}
.exclusive_functiontab:hover .exclusive_functiontabtitleline{
    margin-left: 13px;
   }
}