﻿body {
    background: #f9f9f9
}

html {
    overflow-y: scroll
}

.header {
    width: 100%;
    height: 30px;
    padding-bottom: 98px
}

.header-index {
    padding-bottom: 115px
}

.header a:hover {
    color: #fff
}

.header>div {
    width: 1200px;
    margin: 0 auto
}

.header-nav {
    float: left;
    height: 30px;
    line-height: 30px
}

.header-nav li {
    float: left;
    font-size: 12px
}

.header-nav a {
    color: #ccc
}

.header-nav b {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 18px;
    background: #cbcbcb;
    vertical-align: middle
}

.header-user {
    float: right;
    height: 30px
}

.header-user>li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #cdcdcd;
    vertical-align: middle
}

.header-user b {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 18px;
    background: #ccc;
    vertical-align: middle
}

.header-user .user-out {
    display: none
}

.user-out a {
    color: #ccc
}

.user-login {
    margin-right: 20px
}

.header-user .user-center,
.header-user .user-server {
    position: relative;
    display: none
}

.user-center>a,
.user-server>a {
    color: #ccc
}

.user-center span,
.user-server span {
    display: inline-block;
    width: 9px;
    height: 4px;
    margin-left: 10px;
    background: url(../img/master/comSprite.png) 0 -102px no-repeat;
    vertical-align: middle
}

.user-center:hover span,
.user-server:hover span {
    background: url(../img/master/comSprite-1.png) 0 -88px no-repeat
}

.user-center div,
.user-server div {
    position: absolute;
    top: 25px;
    left: -33px;
    z-index: 115;
    display: none
}

.user-center:hover div,
.user-server:hover div {
    display: block
}

.user-center i,
.user-server i {
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height: 15px;
    margin: 0 auto;
    background: url(../img/master/triangle.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static2.biyao.com/pc/common/img/master/triangle.png?v=biyao_5912cd0', sizingMethod='scale')
}

.user-center ul,
.user-server ul {
    min-width: 136px;
    padding: 10px 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05)
}

.user-center li,
.user-server li {
    text-align: center
}

.user-center li a,
.user-server li a {
    display: block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    color: #333
}

.user-center li a:hover,
.user-server li a:hover {
    color: #333;
    background: #f0f0f0
}

.user-app {
    position: relative
}

.user-app a {
    color: #ccc
}

.user-app div {
    position: absolute;
    top: 25px;
    left: -38px;
    z-index: 115;
    display: none
}

.user-app:hover div {
    display: block
}

.user-app i {
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height: 15px;
    margin: 0 auto;
    background: url(../img/master/triangle-1.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static4.biyao.com/pc/common/img/master/triangle.png?v=biyao_5912cd0', sizingMethod='scale')
}

.user-app dl {
    padding: 15px 10px 10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05)
}

.user-app dt {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../img/master/appLogo.png) no-repeat
}

.user-app dd {
    margin-top: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #523669;
    text-align: center
}

.user-app p {
    width: 130px;
    height: 130px;
    margin: 10px auto 0;
    background: url(../img/master/app.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static2.biyao.com/pc/common/img/master/app.png?v=biyao_975b48e', sizingMethod='scale')
}

.user-msg {
    display: inline-block
}

.msg-center {
    display: inline-block;
    height: 30px;
    padding-left: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    background: url(../img/master/msgcenter-1.png) no-repeat 2px 9px
}

.msg-center-box {
    position: relative;
    display: none
}

.msg-center-box>i {
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 112;
    width: 100%;
    height: 15px;
    background: url(../img/master/triangle-2.png) no-repeat;
    background-size: contain;
    background-position: center
}

.msg-title {
    display: inline-block;
    width: 52px
}

#unread {
    display: inline-block;
    width: 20px;
    position: relative
}

#msg-scroll {
    position: relative
}

#msg-ul {
    position: absolute;
    width: 300px;
    border-radius: 2px;
    background: #fff;
    z-index: 111;
    top: 8px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05);
    left: -180px;
    padding: 0 10px;
    overflow-y: hidden;
    padding-right: 20px
}

.msg-li {
    height: 50px;
    padding: 10px 0
}

.msg-li-border {
    border-bottom: 1px solid #ccc
}

.msg-li-border:last-child {
    border-bottom: 0
}

.msg-imgbox {
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.msg-imgbox>i {
    display: block;
    background: #F43431;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -8px
}

.msg-num-99 {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    left: 41px
}

.msg-num-100 {
    width: 30px;
    border-radius: 15px;
    left: 30px
}

.msg-content {
    padding-left: 63px
}

.msg-content>p {
    margin: 5px 0
}

.msg-headpic {
    height: 100%
}

.msg-supplier-name {
    font-size: 13px;
    color: #333
}

#hasMsg {
    visibility: hidden;
    width: 5px;
    height: 5px;
    background: #F43431;
    position: relative;
    z-index: 122;
    display: inline-block;
    border-radius: 50%;
    top: -7px;
    left: -3px
}

.msg-time {
    font-size: 13px;
    color: #A5A5A5;
    float: right;
    margin-right: 10px
}

.msg-txt {
    white-space: nowrap;
    width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #333
}

.vertical-line-hook b {
    display: none
}

.user-shopCar {
    margin-left: 18px
}

.user-shopCar a {
    display: inline-block;
    width: 90px;
    padding-left: 20px;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    background: #523669 url(../img/master/shopCar.png) no-repeat 15px 7px
}

.user-shopCar i {
    padding-left: 4px
}

.nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 110;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}

.nav>div {
    width: 1200px;
    margin: 0 auto
}

.nav-logo {
    float: left;
    width: 239px;
    height: 98px;
    padding-top: 28px
}

.nav-category {
    position: relative;
    float: left;
    display: none
}

.nav-category>p {
    height: 60px;
    line-height: 60px;
    cursor: pointer
}

.nav-category>p span {
    color: gray;
    font-size: 16px
}

.nav-category:hover>p span {
    color: #333
}

.nav-category>p i {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: 10px;
    background: url(../img/master/categoryDown.png) no-repeat
}

.nav-category:hover>p i {
    background: url(../img/master/categoryUp.png) no-repeat
}

.nav-category>div {
    display: none
}

.nav-category:hover>div {
    position: absolute;
    left: 0;
    top: 60px;
    display: block
}

.nav-list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 340px;
    padding: 10px 0;
    background: url(../img/master/category-back.png)
}

.nav-main {
    /* width: 200px */
}

.nav-main:hover {
    background: rgba(255, 255, 255, .2)
}

.nav-main>p {
    height: 34px;
    line-height: 34px;
    padding-left: 30px
}

.nav-main>p span {
    margin: 0 5px;
    font-size: 16px;
    color: #fff
}

.nav-main>p a {
    font-size: 14px;
    color: #fff
}

.nav-main>p a:hover {
    color: #f7b200
}

.nav-main>ul {
    position: absolute;
    left: 200px;
    top: 0;
    display: none;
    min-height: 331px;
    width: 700px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 1px 0 15px 5px rgba(0, 0, 0, .05)
}

.nav-main:hover>ul {
    display: block
}

.nav-sub {}

.nav-sub>a {
    display: inline-block;
    width: 62px;
    margin: -2px 10px 0;
    line-height: 14px;
    text-align: right;
    font-size: 14px;
    color: #333;
    vertical-align: middle
}

.nav-sub>i {
    display: inline-block;
    margin-top: 10px;
    line-height: 14px;
    font-size: 14px;
    color: #333
}

.nav-sub ul {
    float: right;
    width: 567px;
    margin: 0 20px 0 16px;
    padding-top: 10px;
    border-bottom: 1px solid #f2f2f2
}

.nav-lastSub ul {
    border: 0
}

.nav-item {
    float: left;
    margin: 0 20px 11px 0;
    line-height: 12px
}

.nav-item a {
    text-align: center;
    color: gray
}

.nav-item a:hover {
    color: #523669
}

.nav-search {
    position: relative;
    float: right;
    margin-top: 30px
}

.nav-search p {
    position: relative;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff
}

.nav-search input {
    width: 422px;
    height: 38px;
    padding-left: 10px;
    border: 0;
    line-height: 38px;
    color: #bbb;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: middle
}

#searchInput {
    width: 412px
}

.nav-search span {
    display: inline-block;
    width: 39px;
    height: 38px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    background: url(../img/master/search.png) center center no-repeat;
    cursor: pointer
}

.nav-search ul {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 308px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 1px 0 15px 5px rgba(0, 0, 0, .05)
}

.nav-search li {
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    font-size: 12px;
    color: #333;
    cursor: pointer
}

.nav-search li:hover {
    background: #f0f0f0
}

.nav-index .nav-search input {
    width: 488px
}

.nav-index .nav-search ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 461px;
    height: 35px;
    padding: 0;
    margin-bottom: 40px;
    background: 0 0;
    box-shadow: none;
    overflow: hidden
}

.nav-index .nav-search li {
    float: left;
    height: 35px;
    padding: 0;
    margin-right: 10px;
    line-height: 35px;
    color: #666
}

.nav-index .nav-search li:hover {
    color: #f7b200;
    background: 0 0
}

.nav-index>div {
    position: relative
}

.nav-tab {
    position: absolute;
    bottom: 0;
    left: 0
}

.nav-tab i {
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: 10px;
    background: url(../img/master/nav-list.png) no-repeat
}

.nav-tab ul {
    float: left;
    height: 40px;
    line-height: 40px
}

.nav-tab li {
    display: inline-block;
    height: 16px;
    padding: 0 45px 0 0;
    line-height: 16px;
    font-size: 16px;
    cursor: pointer
}

.nav-tab .border-l {
    border-left: 1px solid #bbb
}

.nav-tab .nav-tab-last {
    border: 0
}

.nav-tab a {
    color: #333
}

.nav-tab li:hover,
.nav-tab a:hover {
    color: #6744AC
}

div.retract {
    position: fixed;
    top: -65px
}

div.retract .nav-logo {
    display: none
}

div.retract .nav-search ul {
    display: none
}

div.retract #searchInput {
    width: 298px
}

div.retract .nav-search ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 0 15px 5px rgba(0, 0, 0, .05);
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    width: 308px;
    height: auto
}

div.retract .nav-search ul li {
    float: none;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px
}

div.retract .nav-category {
    display: block
}

div.retract .nav-search {
    margin-top: 10px
}

div.retract .nav-tab {
    display: none
}

.rightBar {
    position: fixed;
    left: 50%;
    bottom: 100px;
    display: none;
    z-index: 101;
    margin-left: 550px;
    height: 144px;
    width: 120px
}

.rightBar li {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative
}

.rightBar-phone {
    display: none;
    background: url(../img/master/rightBar-phone.png) 0 center no-repeat
}

.rightBar-phone:hover {
    background: url(../img/master/rightBar-phoneActive.png) 0 center no-repeat
}

.rightBar-serve {
    display: none;
    background: url(../img/master/rightBar-serve.png) 0 center no-repeat
}

.rightBar-serve a {
    display: block;
    height: 100%
}

.rightBar-serve:hover {
    background: url(../img/master/rightBar-serveActive.png) 0 center no-repeat
}

.rightBar-share {
    display: none;
    background: url(../img/master/rightBar-share.png) 0 center no-repeat
}

.rightBar-share:hover {
    background: url(../img/master/rightBar-shareActive.png) 0 center no-repeat
}

.rightBar-code {
    position: relative;
    background: url(../img/master/rightBar-code.png) 0 center no-repeat
}

.rightBar-code:hover {
    background: url(../img/master/rightBar-codeActive.png) 0 center no-repeat
}

.rightBar-top {
    display: none;
    background: url(../img/master/rightBar-top.png) 0 center no-repeat
}

.rightBar-top:hover {
    background: url(../img/master/rightBar-topActive.png) 0 center no-repeat
}

.rightBar-code:hover div {
    display: block
}

.rightBar-code div {
    position: absolute;
    top: -65px;
    left: -310px;
    display: none;
    width: 301px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05);
    background: #fff
}

.rightBar-code span {
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 100;
    display: inline-block;
    width: 15px;
    height: 30px;
    margin-top: -14px;
    background: url(../img/master/right-triangle.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static2.biyao.com/pc/common/img/master/right-triangle.png?v=biyao_ba531e2', sizingMethod='scale')
}

.rightBar-code dl {
    float: left;
    padding: 10px
}

.rightBar-code dt {
    width: 130px;
    height: 130px;
    background: url(../img/master/app-1.png) center center no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static4.biyao.com/pc/common/img/master/app.png?v=biyao_975b48e', sizingMethod='scale')
}

.rightBar-code dd {
    margin-top: 10px;
    text-align: center;
    color: #523669;
    font-size: 14px
}

.rightBar-code .code-public dt {
    background: url(../img/master/wxCode.jpg) center center no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static1.biyao.com/pc/common/img/master/app.png?v=biyao_975b48e', sizingMethod='scale')
}

.rightBar .rightBar-xcx-code {
    width: 120px;
    background-color: #fff;
    position: absolute;
    top: -200px;
    right: 0;
    height: 236px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}

.rightBar .rightBar-xcx-code div {
    font-family: '微软雅黑'
}

.rightBar .rightBar-xcx-code .coupon_red {
    width: 120px;
    height: 115px;
    background-image: url(../../www/img/coupon_red.png);
    background-position: center top;
    background-size: 120px;
    background-repeat: no-repeat;
    overflow: hidden
}

.rightBar .rightBar-xcx-code.novice .coupon_red {
    height: 110px
}

.rightBar .rightBar-xcx-code .tis {
    font-size: 12px;
    color: #F8E371;
    transform: scale(0.83333);
    -webkit-transform: scale(0.83333);
    -o-transform: scale(0.83333);
    -moz-transform: scale(0.83333);
    text-align: center;
    line-height: 14px;
    margin-top: 30px
}

.rightBar .rightBar-xcx-code .coupon_red .rightBar-title {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-top: 3px;
    text-align: center;
    color: #fff
}

.rightBar .rightBar-xcx-code .count-down {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin-top: 3px;
    transform: scale(0.83333);
    -webkit-transform: scale(0.83333);
    -o-transform: scale(0.83333);
    -moz-transform: scale(0.83333);
    font-family: PingFangSC-Regular;
    color: #F8E371;
    height: 14px
}

.rightBar .rightBar-xcx-code .rightBar-ercode {
    width: 108px;
    height: 108px;
    background-color: #fff;
    background-image: url(../../www/img/xcx-code.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-top: 6px
}

.rightBar .rightBar-xcx-code.novice .coupon_red {
    background-image: url(../../www/img/envelopes_suspension_currency.png)
}

.rightBar .rightBar-xcx-code.novice .coupon_red .tis {
    margin-top: 46px
}

.rightBar .rightBar-xcx-code.novice .coupon_red .rightBar-title {
    display: none
}

.rightBar .rightBar-xcx-code.novice .coupon_red .count-down {
    margin-top: 4px
}

@media only screen and (max-width:1359px) {
    .rightBar .rightBar-xcx-code {
        top: -200px;
        right: 40px
    }
}

.shareCon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)\9
}

.shareCon>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 210px;
    margin-left: -110px;
    margin-top: -115px;
    padding: 0 20px 25px;
    background-color: #fff
}

.shareCon p {
    position: relative;
    height: 40px;
    border-bottom: 1px dotted #ccc;
    line-height: 40px;
    font-size: 18px;
    background-color: #fff
}

.shareCon b {
    position: absolute;
    top: 14px;
    right: 5px;
    display: block;
    height: 16px;
    width: 16px;
    background: url(../img/master/cls_btn.png) no-repeat;
    cursor: pointer
}

.share-main {
    padding-top: 15px;
    overflow: hidden
}

.share-main dl {
    padding-top: 8px;
    vertical-align: middle
}

.share-main img {
    width: 120px;
    height: 120px
}

.share-main dt {
    text-align: center
}

.share-main dd {
    line-height: 24px;
    color: #666;
    text-align: center
}

.share-main span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #666
}

.footer {
    width: 100%;
    margin-top: 8px;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .05)
}

.footer>div {
    width: 1080px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center
}

.footer-serve {
    border-bottom: 1px solid #ccc
}

.footer-serve li {
    float: left;
    width: 270px;
    height: 120px
}

.footer-serve dl {
    line-height: 120px;
    txt-align: center
}

.footer-serve dt {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle
}

.footer-serve dd {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-left: 15px
}

.serve-make {
    background: url(../img/master/serve-make.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static2.biyao.com/pc/common/img/master/serve-make.png?v=biyao_af9ffe1', sizingMethod='scale')
}

.serve-backage {
    background: url(../img/master/serve-backage.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static4.biyao.com/pc/common/img/master/serve-backage.png?v=biyao_e2de7c6', sizingMethod='scale')
}

.serve-pay {
    background: url(../img/master/serve-pay.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static1.biyao.com/pc/common/img/master/serve-pay.png?v=biyao_77dd9d9', sizingMethod='scale')
}

.serve-refund {
    background: url(../img/master/serve-refund.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static3.biyao.com/pc/common/img/master/serve-refund.png?v=biyao_2c6f2c2', sizingMethod='scale')
}

.footer-detail h2 {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.footer-detail>li {
    display: inline-block;
    width: 378px;
    height: 120px
}

.footer-detail>li:first-child {
    border-right: 2px solid #bbb
}

.footer-detail>li div {
    display: inline-block;
    float: left;
    width: 120px;
    height: 120px;
    margin-left: 50px
}

.footer-detail>li div.gzh {
    background: rgba(0, 0, 0, 0) url(../../www/img/footer/public_code.png) no-repeat scroll center center / 100% 100%
}

.footer-detail>li div.app {
    background: rgba(0, 0, 0, 0) url(../../www/img/footer/app_code.png) no-repeat scroll center center / 100% 100%
}

.footer-detail>li ul {
    display: inline-block;
    float: left;
    margin-left: 15px;
    text-align: left
}

.footer-detail>li ul li {
    line-height: 24px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #bbb;
    letter-spacing: 0
}

.footer-detail>li ul li:first-child {
    color: #4A4A4A
}

.footer-detail .footer-wxCode {
    position: relative
}

.footer-wxCode:hover div {
    display: block
}

.footer-wxCode div {
    position: absolute;
    top: -46px;
    left: 62px;
    display: none;
    border-radius: 4px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05)
}

.footer-wxCode i {
    position: absolute;
    top: 40px;
    left: -15px;
    display: block;
    width: 15px;
    height: 30px;
    background: url(../img/master/left-triangle.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static2.biyao.com/pc/common/img/master/left-triangle.png?v=biyao_42e3a81', sizingMethod='scale')
}

.footer-wxCode span {
    display: block;
    width: 114px;
    height: 114px;
    background: url(../img/master/wxCode-1.jpg) center center no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static4.biyao.com/pc/common/img/master/app.png?v=biyao_975b48e', sizingMethod='scale')
}

.footer-detail a {
    font-size: 12px;
    color: gray
}

.footer-detail a:hover {
    color: #523669
}

.footer-detail p {
    width: 105px;
    height: 105px;
    margin-top: 15px;
    background: url(../img/master/app-2.png) center center no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static1.biyao.com/pc/common/img/master/app.png?v=biyao_975b48e', sizingMethod='scale')
}

.footer-contact dt {
    font-size: 16px;
    color: #333
}

.footer-contact dd {
    margin-top: 30px;
    font-size: 12px;
    color: gray
}

.footer-info {
    margin-top: 60px;
    padding-bottom: 10px;
    font-size: 12px;
    color: gray
}

.footer-info p {
    margin-bottom: 10px
}

.footer-info span {
    display: inline-block;
    margin: 0 3px
}

.footer-info a {
    color: gray
}

.certificateInfo {
    font-size: 16px;
    color: red
}

.QRcode {
    width: 520px;
    display: flex
}

.QRcode>div {
    flex-grow: 1;
    margin-top: 29px
}

.QRcode .icon {
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px auto
}

.QRcode .platfrm {
    text-align: center;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin-top: 6px
}

.QRcode .code {
    background-image: url(../../www/img/new_master/app_code.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 133px 133px;
    height: 133px;
    margin-top: 10px
}

.QRcode .Android .icon {
    background-image: url(../../www/img/new_master/android.png)
}

.QRcode .iOS .icon {
    background-image: url(../../www/img/new_master/ios.png)
}

.pop_bd .QRcode+.text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    color: #666;
    margin-bottom: 19px
}

.hover_text {
    position: relative
}

.hover_text:hover .hover_code {
    display: block
}

.hover_text_settle {
    position: relative
}

.hover_text_settle:hover .hover_code_settle {
    display: block
}

.hover_code {
    display: none;
    width: 225px;
    background-color: #fff;
    background-size: 133px 133px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center 30px;
    top: 30px;
    left: -80px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.hover_code_settle {
    display: none;
    width: 225px;
    background-color: #fff;
    background-size: 133px 133px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center 30px;
    top: 30px;
    left: -80px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.hover_code.gzh {
    background-image: url(../../www/img/footer/public_code-1.png)
}

.hover_code.app {
    background-image: url(../../www/img/footer/app_code-1.png)
}

.hover_code_settle.settleIn {
    background-image: url(../../www/img/footer/biyao_settle.png)
}

.hover_code:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid red;
    border-width: 10px;
    display: block;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -20px;
    left: 100px
}

.hover_code span {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-top: 180px;
    padding-bottom: 20px
}

.hover_code_settle:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid red;
    border-width: 10px;
    display: block;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -20px;
    left: 100px
}

.hover_code_settle span {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-top: 180px;
    padding-bottom: 20px
}