﻿#slcd {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 4rem;
    display: inline-block;
    float: left;
}

#slcd ul {
    margin: 0 auto;
    list-style-type: none;
    width: 100%;
    height: 100%;
    background-color: #ffc519;
    background-image: url(/Mobile/Tpl/Index/ank/Public/images/icon_cp.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 8px;
    z-index: 10;
}

#slcd ul li {
    float: left;
    width: 100%!important;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 14px;
}

#slcd ul li .line {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 30;
}

#slcd ul li .slcd_li {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.9rem;
    padding-top: 35px;
}

#slcd ul li .img_front {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    width: 100%;
    height: 100%;
}

#slcd ul li .img_front img {
    width: 100%;
    height: 100%;
}

#slcd ul li span {
    position: absolute;
    bottom: -90px;
    width: 100%!important;
    margin-bottom: 0px;
    height: 90px;
    text-align: center;
    z-index: -1;
    left: 0%;
}

#slcd ul li span div {
    width: 100%!important;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #3c3c3c;
}

#slcd ul li span a {
    padding-top: 0!important;
    float: left;
    width: 100%!important;
    height: 45px!important;
    line-height: 45px!important;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}

.footer_front {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
    display: none;
}


/* 工具栏 */

#toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 4rem;
    left: 0;
}

#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    height: 4rem;
    background: #ffc519;
}

#toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
}

#toolbar .list a {
    display: block;
    height: 4rem;
    line-height: 0.9rem;
    font-size: 1rem;
    padding-top: 0.7rem;
}

#toolbar .list a span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 0.9rem;
}

#toolbar .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 1.6rem;
    height: 1.4rem;
    display: block;
    margin-bottom: .3rem;
    background-position: -2.96rem -.86rem;
}

#toolbar .list a .too-tel {
    background-position: .1rem -0.86rem;
}

#toolbar .list a .too-qiao {
    background-position: -1.48rem -0.86rem;
}


.icon {
    background: url(/Mobile/Tpl/Index/ank/Public/images/icon.png) no-repeat;
    display: inline-block;
    background-size: 10rem auto;
    vertical-align: middle;
}

.icon,
.iconbef:before,
.iconbef:after {
    content: "\20";
    display: block;
}

/*微信弹窗*/

#wxnr {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 15rem;
    height: 15rem;
    padding: 0.9rem;
    padding-top: 1.8rem;
    margin-top: -2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}

#wxnr img {
    width: 8rem;
    height: 8rem;
    display: block;
    margin: 0 auto;
}

#wxnr p {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
}

#wxnr i {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.9rem;
    line-height:1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}

#wxnr span {
    display: inline-block;
    padding: 0.09rem 0.3rem;
    line-height: 1rem;
    background-color: #e60212;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

/* #wxnr span.wx {
    padding-left: 0.4rem;
    background-image: url(../images/wx.png);
    background-size: 0.28rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
} */


/*复制提示*/

#weixin {
    position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    font-size: 1.2rem;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 0.1rem;
    display: none;
}
