﻿.bannar {
    background:-webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7));
    height: 732px;
    width: 100%;
    overflow: hidden;
}
/*548bfc*/
/*6b31f7*/
.merchant_menu {
    /* background: #fff; */
    height: 56px;
    width: 1200px;


}

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

.merchant_menuul li {
    line-height: 56px;
    height: 56px;

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

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

.merchant_menuulliactive {
    color: #347eff!important;
}

.loginresbtn {
    color: #000;
    height: 56px;
    line-height: 56px;
    padding-right: 28px;
    margin-left:390px;
}
.registerbutton{
    width: 46px;
    color: #347eff;
    height: 22px;
    line-height: 22px;
    display: inline-block;text-align: center;
    border-radius: 12px;
    border: 1px solid #347eff;
}


.bannar_buttommenu {
    height: 100px;
    width: 1100px;
    display: flex;
}

.bannar_buttommenu li {
    float: left;
    height: 100%;
    color: #666;
    width: 128px;
    font-size: 18px;
    flex: 1;
    box-shadow: -16px 0px 8px -13px #eff2ff inset;
    text-align: center;
    cursor: pointer;
}
.bannar_buttommenu li img{
    margin-bottom: 20px;
    margin-top: 10px;
}
.bannar_tip{font-size: 42px;font-weight: bold;color: #fff;line-height: 56px;top: 185px;position: absolute}
.bannar_tipbottom{font-size: 18px;color: #fff;line-height: 76px;top: 296px;position: absolute}
.bannar_registerbutton{height: 50px;width: 200px;background: #fff500;color: #374471;font-size: 22px;line-height: 50px;text-align: center;display: inline-block;position: absolute;
    top: 382px;}
.feature_function{
    height: 340px;
    width: 100%;
    background:#eaefff url(../images/feature_functionbg.png) no-repeat center top;
}
.feature_function div{height: 315px;background: #fff;
    box-shadow: 0 9px 30px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 9px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
    top: -22px;
}
.bannar_buttommenu li:hover img{
    animation: myfirst 1s infinite;
}

.exclusive_function {
    height: 912px;
    width: 100%;
    overflow: hidden;
    background: #eaefff;
}
.exclusive_functionleft{
    width: 600px;
    margin-top: 88px;
}
.exclusive_functionlefttext{
    height: 74px;
    line-height: 74px;
    padding-left: 42px;
    font-size: 22px;
    color: #374471;
}
.exclusive_functionlefttext span{
    height: 10px;
    width: 10px;
    background: #374471;
    border-radius: 50%;
    border: 3px solid #c7cde3;
    margin-left: 4px;
    vertical-align: sub;
}
.exclusive_registerbutton{height: 50px;width: 200px;background: #ff366f;color: #fff;font-size: 22px;line-height: 50px;text-align: center;display:block;margin: 60px auto 0;border-radius: 6px;}

.function_title {
    width: 100%;
    text-align: center;
    color: #374471;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 16px;
    font-weight: bold;
}

.title_line {
    width: 34px;
    height: 3px;
    background: #374471;
    display: block;
    margin: 0 auto 44px auto;
}




.centre_function {
    height: 1110px;
    width: 100%;
    position: relative;
}
.exclusive_functiontabimg {
    height: 68px;
    text-align: center;

}
.functiontabimg {
    display: inline-block;
    width: 48px;
    height: 100px;
    overflow: hidden;
}

.functiontabimg>.functiontabimg {
    position: relative;
    left: -48px;
    border-right: 48px solid transparent;
    -webkit-filter: drop-shadow(#fff 48px 0);
    filter: drop-shadow(#fff 48px 0);
}
/*主要功能css */
.slideBox{ width:1200px; height:764px; overflow:hidden; position:relative;}
.slideBox .hd{ height:124px; overflow:hidden; position:absolute; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; width:200px; height:121px; line-height:122px; text-align:center;cursor:pointer; }
.slideBox .hd ul li.on{color:#fff500; border-bottom: 3px solid #fff500}
.slideBox .hd ul li p{color: #fff}
.slideBox .hd ul li.on p{color: #fff500}
.slideBox .hd ul li.on .functiontabimg>.functiontabimg {
    -webkit-filter: drop-shadow(#fff500 48px 0);
    filter: drop-shadow(#fff500 48px 0);
}
.slideBox .bd{ position:relative; z-index:0;
    top: 180px;}
.slideBox .bd ul{ background: url(../images/h-swiper.png) no-repeat center bottom;}

.slideBox .bd li{ zoom:1; vertical-align:middle; width: 944px;height: 578px;margin-left: 128px;}
.slideBox .bd li p{text-align: center;line-height: 34px;color: #fff;margin-bottom: 40px;}
.slideBox .bd img{ width:724px; height:406px; display:block;  margin-left:110px;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{position:absolute;left: 5%;top:50%;margin-top:70px;display:block;width:60px;height:60px;background:url(../images/slider-arrowprev.png) no-repeat center;}
.slideBox .next{position:absolute;right: 5%;top:50%;margin-top:70px;display:block;width:60px;height:60px;background:url(../images/slider-arrownext.png) no-repeat center;}

/*.slideBox .prev:hover,*/
/*.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }*/
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBoxbottom .bd li{
    background: none;
}
.slideBoxbottom{
    height: 580px;
}
.slideBoxbottom .bd{
    top: 60px;
}

.slideBoxbottom .bd img{ width:840px; height:400px; display:block;  margin-left:52px;}
.slideBoxbottom .bd li p{text-align: center;line-height: 34px;color: #666;margin-bottom: 18px;}

/*操作流程*/
.process_function{
    height: 760px;
    width: 100%;
    background:#fff;
    overflow: hidden;
    position: relative;
    top: 34px;
}
.useprocesschange{
    width: 400px;
    height: 48px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}
.useprocesschange li{
    background: #eaefff;
    width: 50%;
    float: left;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.useprocesschange_cur{
    background: -webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7))!important;
    color: #fff!important;
}
.businessPro{
    display: none;
}

.process_point{
    height: 10px;
    width: 10px;
    background: #ff366f;
    border-radius: 50%;
    border: 5px solid #ffafc5;
    position: absolute;
}
.cls-1 {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: dash 3s ease-in-out infinite;
}
.cls-2 {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: dash 3s ease-in-out infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.process_functiontab{
    height: 150px;
    width: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.process_functiontabimg{
    height: 66px;
    width: 66px;
    border-radius: 33px;
    text-align: center;
    margin-left: 17px;
    background: #eaefff;
}
.process_functiontab:hover .process_functiontabimg{
    background: -webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7))!important;
}
.process_functiontab:hover .processtabimg>.processtabimg {
    -webkit-filter: drop-shadow(#fff 30px 0);
    filter: drop-shadow(#fff 30px 0);
}
.process_functiontabtitle{
    color: #999;
}
.process_functiontab:hover .process_functiontabtitle{
    color: #50b5f6;
}

.processtabimg {
    display: inline-block;
    width: 30px;
    height: 66px;
    overflow: hidden;
}

.processtabimg>.processtabimg {
    position: relative;
    left: -30px;
    border-right: 30px solid transparent;
    -webkit-filter: drop-shadow(#adadad 30px 0);
    filter: drop-shadow(#adadad 30px 0);
}


.cando_function {
    height: 560px;
    width: 100%;
    background: url(../images/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 {
    height: 860px;
    width: 100%;
    background:#eaefff;
    overflow: hidden;

}

.like_functionimg {
    width: 706px;
    height: 484px;
    text-align: center;
    background: #fff;
    margin-left: 48px;
}
.like_change{
    height: 50px;
}
.like_change li{
    width: 50%;
    height: 48px;
    border-bottom: 2px solid #eeefef;
    float: left;
    line-height: 50px;
    color: #666;
    font-size: 20px;
    cursor: pointer;
}
.like_functiontabcur{
    background: -webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7))!important;
    height: 50px!important;
    border-bottom: none!important;
    color: #fff!important;
}
.like_functionimg img{
    border: 1px solid #c7c7c7;
}

.like_functiontab {
    height: 484px;
    margin-left: 100px;
}




.like_functiontabtitle {
    font-size: 36px;
    color: #333;
    line-height: 94px;
    padding-top: 72px;
}

.like_functiontab span {
    display: block;
    height: 3px;
    width: 34px;
    background: #333;
    margin-top: -4px;
    margin-bottom: 7px;
}

.like_functiontabtexttop {
    font-size: 22px;
    color: #666;
    line-height: 46px;
}

.like_functiontabtextbuttom {
    line-height: 26px;
    font-size: 14px;
    color: #999;
}

.like_functiontablinka {
    height: 50px;
    width: 200px;
    display: block;
    background: #ff366f;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    margin-top: 24px;
    border-radius: 6px;
}



.combat_function {
    height: 644px;
    width: 100%;
    background: #f6fafe;
    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: #fff;
    border-radius: 7px;
    position: relative;
    z-index: 3;
    left: 0px;
    top: -497px;
    border: 1px solid #1b84f9;
}

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

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

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


@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
    25% {
        transform: scale(1.02);
        /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.04);
    }
}

.result_function {
    width: 100%;
    height: 1134px;
    position: relative;
}

.result_functioninside {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.result_functionmain{width: 1100px;background: #fff;margin-left: 50px;overflow: hidden}

.result_functionleft {
    height: 70px;
    width: 980px;
    background: -webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7));
    margin-top: 54px;
    border-radius: 36px;
margin-left: 60px;
    margin-top: 60px;
}

.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;
}

.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: 60px;
    height: 88px;
    margin-top: -43px;
}

.posterTvGrid .leftNav {
    left: 32px;
    background: url("../images/slider-arrowprev1.png") no-repeat;
}

.posterTvGrid .rightNav {
    right: 32px;
    background: url("../images/slider-arrownext1.png") no-repeat;
}

#posterTvGrid86804{
    margin-left: 95px;

}

.posterTvGrid .bottomNav {
    z-index: 140;
    position: absolute;
    text-align: center;
    left: -35px;
    top: -130px;
    width: 980px;
    margin-bottom: 50px;
}

.posterTvGrid .bottomNavButtonOFF {
    float: left;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 140px;
    height: 70px;
}
.contentHolderUnit{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 20px;
}
.posterTvGrid .bottomNavButtonON{position: relative}
.posterTvGrid .bottomNavButtonON:after {
    content: url(/img/issue/bottomNavButtonONicon.png);
    position: absolute;
    left: 64px;
    top: 20px;
}

.posterTvGrid .bottomNavButtonON,
.posterTvGrid .bottomNavButtonON:hover {
    color: #fff500;
    font-weight: bold;
}

.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: #fff;
    margin-top: 60px;
}

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

.slideTxtBox li {
    height: 90px;
    padding: 10px 0px 10px 20px;
    cursor: pointer;
}

.active {
    background: #fff
}

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

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

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

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

.slideTxtBox li p {
    width: 340px;
    font-size: 15px;
    color: #1b84f9;
    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: 30px;
}

.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%;
    background: #fff;
    height: 596px;
    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;
    padding-left: 30px;
    background: url(../images/problem_functionlefttwotip.png) no-repeat left 4px;
}

/*show*/

.lqset_show {
    width: 100%;
    height: 860px;
    background: #eaefff;
    position: relative;
    overflow: hidden;
}

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

}

.lqset_show .lqset_showcontent ul {
    width: 756px;
    position: relative;
    transform: rotate(45deg);
    margin: 0 auto;
    top: -160px;
}
.lqset_show div ul li{
    width: 140px;
    height: 140px;
    border-radius: 10px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;

}


.lqset_show div ul li em{
    display: block;
    height: 140px;
    width: 140px;
    background: url(../images/show01.png) no-repeat center;
    -webkit-mask-image: url(/img/images/show01.png);
}
.lqset_show div ul li i{
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -24px;
    width: 190px;
    height: 190px;
    background: #1b84f9;
    opacity: 0.6;
    border-radius: 10px;
    transition: top .2s;
    transition: left .2s;
    transform: rotate(45deg);
}



.lqset_show .lqset_showcontent ul li:hover i {
    top: 190px;
    left: -190px;
}
.bigi{width: 292px!important;height: 292px!important;top: -50px!important;left: -50px!important;}

.lqset_show .lqset_showcontent ul li:hover .bigi{
    top:290px!important;
    left: -290px!important;
}

.lqset_show .lqset_showbuttombg{position: absolute;bottom: -48px;left: 0;width: 100%;background: url("../images/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{margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    width: 178px;
    height: 58px;
    line-height: 58px;
    background:-webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7));border-radius: 29px;cursor: pointer;}
.lqset_floatright .font:hover{
    background: #ff326f;
    }
.lqset_floatright .font:hover span{
    background:-webkit-gradient(linear, left 0, right 0, from(#ff326f), to(#e20d4c));
}
.lqset_floatright .font a{font-size: 22px;color: #fff;font-weight: bold;line-height: 58px;text-align: center;display: inline-block}
/*.lqset_floatright .font:hover{background: #BE8739;}*/
.lqset_floatright .font span{
    width: 58px;
    height: 58px;
    display: inline-block;
    border-radius:50%;
    text-align: center;
    margin-right: 10px;
    background:-webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7));
}
.lqset_floatright .font span img{
    margin-top: 12px;
}
.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;}

.footer_bottom{background: none}
.footer_bottom .myfr a{color: #fff}
.footer_bottom .myfr span{color: #fff}
.footer_bottom p{color: #fff;border-top: 1px solid #fff;}
.qr_pop{
    border: 1px solid #eee;
    height: 300px;
    width: 600px;
    background: #fff;
    position: fixed;
    right: 228px;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;*/
/*}*/