﻿/*微信打开默认图片显示样式*/
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}

    .weixin-tip p {
        text-align: center;
        margin-top: 0px;
        padding: 0px;
    }

/*微信打开默认图片显示样式 End*/

.contact-box-image {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .contact-box-image img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        width: 100%;
        height: 200px;
    }

.contact-box-custom {
    background-color: #fff;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}

/*项目下载div样式*/
.div-small-prj {
    margin: 0px auto;
    width: 250px;
    height: 300px;
}

    .div-small-prj .center {
        margin:0px auto;
    }
    .center {
        margin: 0px auto!important ;
    }
.div-small-prj .left{
    float:left;
}

    .div-small-prj .right {
        float: right;
    }
/*小程序二维码图片*/
.div-small-prj-qr {
    width: 220px;
    height: 220px;
    background-color:#fff;
}

    /*小程序二维码图片样式*/
.div-small-prj-qr img {
    margin-top:10px;
    width: 200px;
    height: 200px;
}

/*小程序文字说明*/
.div-small-prj-title {
    margin-top:10px;
    width: 220px;
    height: 50px;
}
