.phptpl-footer {
    width: 100%;
    min-width: 1200px;
    background: #272b2e;
    color: #fff;
}

.phptpl-footer .footer-container{
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}

.phptpl-footer .footer-container .footer-about {
    padding-top: 40px;
    zoom: 1;
}

.phptpl-footer .footer-container .footer-about .footer_ {
    float: left;
    margin-right: 55px;
}

.phptpl-footer .footer-container .footer-about .footer_ h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

.phptpl-footer .footer-container .footer-about .footer_ p {
    font-size: 14px;
    color: #969799;
    line-height: 20px;
}

.phptpl-footer .footer-container .footer-about a {
    display: inline-block;
    padding: 6px 0;
    text-decoration: none;
    color: #969799;
    letter-spacing: .58px;
    transition: color .3s;
}

.phptpl-footer .footer-container .footer-about .tel{
    font-size: 20px;
    color: #D64532;
}

.phptpl-footer .footer-container .footer-about .link{
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
    clear: both;
}

.phptpl-footer .footer-container .footer-about .link li{
    margin-right: 50px;
    color: #969799;
    line-height: 20px;
}

.phptpl-footer .ipc{
    padding: 20px 0px;
    background: #212121;
}

.phptpl-footer .ipc .link{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.phptpl-footer .ipc .link li{
    margin-right: 30px;
    color: #969799;
    line-height: 20px;
}

.phptpl-footer .footer-container .footer-about .footer_.qrcode div{
    display: inline-block;
    margin-right: 15px;
}
.phptpl-footer .footer-container .footer-about .footer_.qrcode img{
    width: 120px;
}

.footer-search{
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-search-item{
    height: 54px;
    background: #fff;
    border-radius: 6px;
    width: 680px;
    margin: 0 auto;
    position: relative;
}
.footer-search-item span{
    position: absolute;
    right: 0;
    top: 0;
    background: #3EB47C;
    width: 120px;
    line-height: 54px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
}

.footer-search-item input{
    width: 520px;
    height: 40px;
    margin: 5px;
    padding-left: 15px;
    font-size: 18px;
    border: none;
}

.footer-banner{
    height: 400px;
    background: #2f59df;
    background-image: url(/themes/qumaipiao/public/assets/img/index/footer-container-bg.png);
    background-size: cover;
    background-position: center;
}

.footer-banner-container{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.footer-text{
    width: 460px;
    height: 68px;
    background-image: url(/themes/qumaipiao/public/assets/img/index/footer-text-2x.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-text-p{
    margin-top: 20px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}

.footer-banner-container ._use-btn{
    margin-top: 50px;
    border:1px solid #fff;
    color: #2f59df;
    background: #fff;
}

.footer-banner-container ._use-btn:last-child{
    margin-left: 20px;
    background: #2f59df;
    color: #fff;
}

.msg-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 0;

    width: 640px;
    height: 440px;
    margin-left: -295.5px;
    margin-top: -200px;
    background: #FFFFFF;
    box-shadow: 0px 16px 36px 7px rgba(0, 0, 0, 0.15);
    border-radius: 30px;

    overflow: hidden;
    z-index: 300;
}

.msg-popup h1{
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: rgba(44, 179, 100, 1);
}

.msg-popup h1 a{
    width: 30px;
    height: 30px;

    position: absolute;
    top: 50%;
    right: 30px;

    margin-top: -15px;
    background-image: url(/themes/qumaipiao/public/assets/img/msg-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.msg-popup ul{
    margin: 30px auto 0;
    width: 490px;
}
.msg-popup ul li{
    position: relative;
}

.msg-popup ul li p{
    height: 20px;
    padding-left: 100px;
    margin-bottom: 10px;
    color: red;
}
.msg-popup ul li label{
    float: left;
    line-height: 36px;
    width: 64px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.msg-popup ul li input{
    position: relative;
    width: 380px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    padding-left: 10px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
}

.msg-popup ul li i{
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/themes/qumaipiao/public/assets/img/input-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
    cursor: pointer;
}

.msg-popup ul li textarea{
    padding: 10px 20px 10px 10px;
    width: 360px;
    font-size: 16px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    resize:none;    
}

.msg-popup .btn{
    margin: 0 auto;
    width: 220px;
    height: 48px;
    display: block;
    background: rgba(44, 179, 100, 1);
    text-align: center;
    border-radius: 50px;

    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}

.msg-popup-tips .content{
    padding: 50px 0;
    font-size: 18px;
    text-align: center;
}

.msg-popup.msg-popup-tips{
    width: 560px;
    height: 190px;
    margin-top: -95px;
    margin-left: -280px;
}

.pop-model{
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}