﻿.bannar {
    background: url("../images/banner_bg.png.png"/*tpa=http://bd.yimali.cn/static/images/banner_bg.png.png*/) no-repeat center;
    height: 602px;
    width: 100%;
    overflow: hidden;
}

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


}

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

.merchant_menuul a{
    color: #fff;
}

.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!important;
    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: 600px;
    width: 100%;
    overflow: hidden;
    background: url("../images/function_onebg.png"/*tpa=http://bd.yimali.cn/static/images/function_onebg.png*/) repeat center;
}

.function_title {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 42px;
    margin-top: 60px;
    margin-bottom: 16px;
}

.title_line {
    width: 40px;
    height: 3px;
    background: #0098e0;
    margin: 0 auto 64px auto;
}

.exclusive_functiontab {
    height: 280px;
    width: 285px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 6px #e4e3e3;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -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_functiontabimg {
    height: 88px;
    width: 88px;
    margin-top: 34px;
    margin-left: 100px;
    border-radius: 46px;
    border: 2px solid #4a454b;
    text-align: center;

}

.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 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_functiontabtitleline {
    width: 28px;
    height: 2px;
    background: #cecece;
    margin-left: 130px;
    margin-top: 20px;
}

.exclusive_functiontabnext {
    height: 8px;
    width: 15px;
    margin-left: 136px;
    margin-top: 40px;
    background: url("../images/exclusive_functiontabnext.png"/*tpa=http://bd.yimali.cn/static/images/exclusive_functiontabnext.png*/) no-repeat center;
}

.hover_text {
    width: 200px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin-left: 42px;
    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: #1d83f9;
    height: 330px;
    -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 .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;
}

.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: 116px;
    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: 2px solid #fff;
    background: #fff
}

.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: 902px;
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
    background: #1f2242;
    position: relative;
    z-index: 0;
}


.cando_function {
    height: 560px;
    width: 100%;
    background: url("../images/condo_function.png"/*tpa=http://bd.yimali.cn/static/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: 714px;
    width: 100%;
    background: url("../images/like_functionbg.png"/*tpa=http://bd.yimali.cn/static/images/like_functionbg.png*/) repeat-x center;
    position: relative;
}


.like_functioncenter{
    height: 372px;
    width: 100%;
    background: #1b84f9;
    position: absolute;
    top:150px;
}
/*.like_functioncenter {
    height: 372px;
    width: 100%;
    background: #1b84f9;
    position: absolute;
    top: 150px;
}*/

.like_functionimg {
    height: 544px;
    width: 994px;
    background: url("../images/like_functionimgbg.png"/*tpa=http://bd.yimali.cn/static/images/like_functionimgbg.png*/) no-repeat center;
    position: absolute;
    top: -80px;
    left: 80px;
    text-align: center;
}

.like_functiontab {
    width: 382px;
    height: 418px;
    position: relative;
    float: right;

}

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

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

.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: 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"/*tpa=http://bd.yimali.cn/static/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 {
    height: 900px;
    width: 100%;
    background: url("../images/result_functionbg.png"/*tpa=http://bd.yimali.cn/static/images/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("../images/btn_l.png"/*tpa=http://bd.yimali.cn/static/images/btn_l.png*/) no-repeat;
}

.posterTvGrid .rightNav {
    right: 40px;
    background: url("../images/btn_r.png"/*tpa=http://bd.yimali.cn/static/images/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: #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: #f6fafe;
    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;
    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("../images/lqset_showbag1.png"/*tpa=http://bd.yimali.cn/static/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{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;
}