/* ????????*/
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#666;background:none; outline:none; border:0px;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #888;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #888;}
input:disabled{background-color: inherit;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #888;}
button{outline:none;}
table{border-collapse:collapse;}
ul {
    list-style-type: none; /* 去掉默认的小圆点 */
    padding-left: 0; /* 去掉默认的缩进 */
}
*:focus {
    outline: none;
}
/*菜单样式修改*/
.navbar{
    position: fixed;
    top: 0px;
    width: 100%;
}
.container-fluid.main-container,.container.main-container{
    padding-top: 86px;
}
/* 阴影样式 */
.shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}
#content {
    overflow: hidden;
    border-radius: 2px;
    min-height: calc(100vh - 300px);
}
.md-sidebar-left.fixed {
    position: fixed;
    left: max(calc(100% - 1540px) / 2, 0.00%);
}
.md-sidebar-right.fixed {
    position: fixed;
    right: max(calc(100% - 1540px) / 2, 0.00%);
}
/*右侧客服*/
.kef{
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 9991;
    width:70px;
    height:258px;
    /*background:linear-gradient(180deg,#28B6E5,#3767E9);*/
    /*border:2px solid #3767E9;*/
    border-radius:35px;
}
.kef ul li{
    text-align: center;
    position: relative;
}
.kef li.border-none{
    border: none;
}
.kef ul li img{
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 8px;
}
.kef .dl-xf{
    color: #fff;
    font-size: 12px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
}
.kef .dl-xf1{
    background: #1AA7FF;
}
.kef .dl-xf2{
    background: #F2B260;
}
.kef .dl-xf3{
    background: #39CF8B;
}
.dl-xf li>a>div{
    color: #FFFFFF !important;
}
.tel{
    color: #333333;
}
.tel>img{
    margin-top: 0 !important;
    width: 120px;
    height: 120px;
    position: relative;
    top: -10px;
}
.telBox3{
    width:140px !important;
    height:140px !important;
}
.dl-xf .telBox{
    position: absolute;
    right: 85px;
    width: 150px;
    min-height: 40px;
    width:180px;
    height:56px;
    box-shadow:0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius:5px;
    top: 10px;
    display: none;
    border: 1px solid #fff;
    color: #333;
    font-size: 14px;
    padding-top: 20px;
}
.dl-xf .move-img{
    position: absolute;
    left: 8px;
    top: 5px;
}
.kef ul li:hover .telBox{
    display: block;
}
.dl-xf .telBox:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 18px;
    right: -11px;
}
.dl-xf .telBox:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eee;
    top: 18px;
    right: -12px;
}

.pager{ text-align: center; }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li {
    padding: 0px 3px;
    display: inline-block;
}
.pagination a, .pagination span {
    padding: 6px 12px;
    float: left;
    border: 1px solid #ddd;
    font-size: 16px;
}
.pagination span {
    background-color: #20D4EF;
    border-color: #20D4EF;
    color: #fff;
}
.pagination a{
    position: relative;
}
.pagination b{
    position: absolute;
    width: 44px;
    font-size: 12px;
    top: -12px;
    background: #20D4EF;
    border-radius: 5px;
    color: #fff;
}


/*vue 支付模态框*/
.vuePayMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.vuePayMask > .vuePayMask_inner{
    position: relative;
    top: 50%;
    left: 50%;
    margin: -133px 0 0 -123px;
    width: 246px;
    height: 266px;
    background-color: #fff;
    border-radius: 10px;
}

.PayMask2 {
    -webkit-animation: fadeInDown 1s .2s ease both;
    -moz-animation: fadeInDown 1s .2s ease both;
}

.vuePayMask > .vuePayMask_inner > h1{
    margin: 0 0 5px 0;
    padding-top: 28px;
    color: #fff;
    font-size: 16px;
    color: #222222;
}

.vuePayMask > .vuePayMask_inner img {
    margin: 0 auto;
    display: block;
    width: 166px;
    height: 166px;
}

.vuePayMask > .vuePayMask_inner > span{
    position: absolute;
    left: 50%;
    bottom: -45px;
    margin-left: -16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    /*-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);*/
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vuePayMask > .vuePayMask_inner:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -12px;
    width: 2px;
    height: 26px;
    background-color: #fff;
}
.vuePayMask > .vuePayMask_inner > span{
    display: inline-block;
    font-size: 25px;
}

/*右侧客服*/
.float-contact {
    position: fixed; right: 10px; top: 50%;
    margin-top: 50px;
    z-index: 9999;
}
.left-content{
    display: none;
}
.right-customer { position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.right-customer .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; background-color: #ffffff; border-radius: 4px 4px 0px 0px; border: solid 1px #dddddd; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; text-align: center;}
.right-customer .small-blue:before { content:"";background: url("../img/qc-side/qc-side5.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }
.right-customer .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.right-customer .small-blue:hover:before { color: #fff; }
.right-customer .left-content { display: none; box-sizing: border-box; width: 240px; padding: 15px 15px 10px; border: 1px solid #D8D8D8; position: absolute; right: 67px; top: 0; background-color: #fff; z-index: 2; border-radius: 2px; }
.right-customer .left-content .btn-close { color: #898989; position: absolute; right: 15px; top: 8px; cursor: pointer; }
.right-customer .left-content .btn-close:hover { color: #333; }
.right-customer .left-content .item { display: block; box-sizing: border-box; width: 100%; height: 60px; border-bottom: 1px solid #EFEFEF; color: #333; padding: 12px 0 0 0; font-size: 12px; text-align: left;}
.right-customer .left-content .item > p { color: #333; }
.right-customer .left-content .item > span { color: #999999; }
.right-customer .left-content .item > span.yellow { color: #FE9C12; animation:none;}
.right-customer .left-content .item:first-child { cursor: pointer; background-position: 0 7px; }
.right-customer .left-content .item:nth-child(2) { background-position: 0 -53px; }
.right-customer .left-content .item:nth-child(3) { cursor: pointer; background-position: 0 -53px; }
.right-customer .left-content .item:nth-child(4) { background-position: 0 -170px; }
.right-customer .left-content .code { padding-top: 10px; }
.right-customer .left-content .code span { display: inline-block; font-size: 12px; color: #666666;text-align: center }
.right-customer .left-content .code span > img { display: block; width: 80px; height: 80px; text-align: center;}
.right-customer .left-content .code span > img.public-qrcode{
    width: 85px;height: 85px
}
.right-customer .contactImg{
    height: 50px;
    float: left;
    margin-right: 20px;
    padding-top: 12px;
}

.vips {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vips .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; background: #fff; border: solid 1px #dddddd; color: #333; text-align: center;}
.vips .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.vips .small-blue:hover:before { color: #fff; }
.vips .small-blue:before { content:"";background: url("../img/qc-side/qc-side4.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }

.tst { display: none; width: 160px; height: 270px; background: #fff; position: absolute; right: 67px; top: 0; border: 1px solid #d9d9d9; border-radius: 6px; z-index: 1; }
.tst .close { position: absolute; right: 7px; top: 4px; }
.tst .close i { color: #999; }
.tst .titse { font-size: 18px; color: #333; padding: 24px 0 12px 0; box-sizing: border-box; }
.tst .qq, .tst .phone { display: inline-block; color: #333; float: left; margin: 5px 16px; font-size: 12px; letter-spacing: 1px; }
.tst .qq img, .tst .phone img { margin-right: 5px; }
.tst .phone { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; box-sizing: border-box; }
.tst .use-name { float: left; font-size: 20px; color: #333333; text-align: left; margin: 47px 0 0 36px; }
.tst .use-name p { color: #999999; font-size: 14px; }
.tst .use-ewm { float: right; margin: 10px 40px 0 0; }
.tst .use-ewm img { border: 1px solid #999999; width: 74px; display: block; }

.cust { position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center;}
.cust .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; background: #fff; border: 1px solid #dddddd; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; border-bottom: none;border-top: none;}
.cust .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.cust .small-blue:hover:before { color: #fff; }
.cust .small-blue:before { content:"";background: url("../img/qc-side/qc-side1.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }

.tsts { display: none; width: 160px; height: 270px; background: #fff; position: absolute; right: 67px; top: 0; border: 1px solid #d9d9d9; border-radius: 6px; z-index: 1; }
.tsts .close { position: absolute; right: 7px; top: 4px; }
.tsts .close i { color: #999; }
.tsts .titse { font-size: 18px; color: #333; padding: 24px 0 12px 0; box-sizing: border-box; }
.tsts .qq, .tsts .phone { display: inline-block; color: #333; float: left; margin: 5px 16px; font-size: 12px; letter-spacing: 1px; text-align: center;float: left}
.tsts .qq img, .tsts .phone img { margin-right: 5px;vertical-align: middle; }
.tsts .phone { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; box-sizing: border-box; }
.tsts .use-name { float: left; font-size: 20px; color: #333333; text-align: left; margin: 47px 0 0 36px; }
.tsts .use-name p { color: #999999; font-size: 14px; }
.tsts .use-ewm { margin: 20px 0px 0 0; }
.tsts .use-ewm img { border: 1px solid #999999; width: 74px; height: 74px; display: block;margin: 20px auto 10px auto; }

.stick {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stick .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px;  background: #fff; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; padding-top: 5px;text-align: center}
.stick .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.stick .small-blue:hover:before { color: #fff; }
.stick .small-blue:before { content:"";background: url("../img/qc-side/qc-side7.png?v=2020") top center no-repeat; display: block; width: 44px; height: 36px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }
.vips .tst{
    padding: 10px 0;
    height: auto;
}
.cust:hover .left-content,.right-customer:hover .left-content,.vips:hover .left-content{
    display: block;
}

/*动画*/
@-webkit-keyframes bounceFromTopToBottom {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes bounceFromTopToBottom {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@media screen and (min-width: 380px) and (max-width: 750px) {
    #menu {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    }
}