/*头部*/
.header_tab{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    position: absolute;
    right: 0;
    left: 0;
}
.zzwealth_logo{
    margin-right: 84px;
}
.zzwealth_logo img{
    width: 156px;
    height: 32px;
}
.zzwealth_tab{
    margin-top: 5px;
}
.zzwealth_tab>p{
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    float: left;
    cursor: pointer;
}
.zzwealth_tab>p+p{
    margin-left: 60px;
}
.zzwealth_tab_choice{
    font-weight: 500;
    opacity: 1!important;
}


/*底部*/
#public_footer{
    width:100%;
    background-color:#303030;
}
.zztech_foot_border{
    width:100%;
    height:4px;
    background: -webkit-linear-gradient(left, #ff5f50 , #ff3d58); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff5f50, #ff3d58); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff5f50, #ff3d58); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff5f50 , #ff3d58); /* 标准的语法 */
}
.zztech_foot_main{
    width:1200px;
    height:120px;
    margin:0 auto;
}

.zztech_foot_half_l{
    float:left;
    color:#d0d0d0;
    padding-top: 38px;
}
.zztech_foot_half_r{
    float: right;
    color:#d0d0d0;
    padding-top: 38px;
}
.zztech_foot_cp_list{
    font-size: 12px;
    height:12px;
    line-height:12px;
}
.zztech_foot_cp_list+.zztech_foot_cp_list{
    margin-top: 20px;
}
.zztech_foot_cp_list2{
    height:12px;
    line-height:12px;
    margin-top: 14px;
}
.zztech_foot_cp{
    float:left;
    margin-right:14px;
}
.zztech_foot_cp:last-child{
    margin-right: 0;
}
.zztech_foot_cp>a{
    color:#d0d0d0;
}
.zztech_foot_cp>a:hover{
    color:#fff;
}
.ml_12{
    margin-left: 12px;
}
.zztech_foot_line{
    width:1px;
    height:10px;
    float:left;
    margin-top:1px;
    margin-right:14px;
    background-color:#808080;
}

.zztech_tel{
    width:108px;
    height:18px;
    line-height:18px;
    font-size:22px;
    background:url('/images/web/2x/zz_tel.png') no-repeat;
    background-size: 108px 18px;
}

.zztech_kefu{
    width:auto;
    height:12px;
    line-height:12px;
    font-size:12px;
    margin: 6px 15px 0 8px;
}

.zztech_kefu_logo{
    width:16px;
    height:16px;
    background:url('/images/web/bottom/zz_kefu.png') no-repeat;
    margin-top:4px;
}
.ga_icon{
    width: 10px;
    height: 12px;
    vertical-align: -1px;
    margin-right: 6px;
}

/*二维码弹窗*/
.pop_zzwealth{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    z-index:99;
}
.pop_zzwealth_con{
    width: 450px;
    height: 296px;
    border-radius: 3px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -198px 0 0 -225px;
    text-align: center;
}

.pop_zzwealth_close{
    width: 40px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    top:0;
    right: 0;
}
.pop_zzwealth_code{
    width: 100px;
    height: 100px;
    margin-top: 58px;
}
.pop_zzwealth_t1{
    font-size: 18px;
    line-height: 18px;
    color: #555964;
    margin-top: 25px;
}
.pop_zzwealth_t2{
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
}

/*图片弹窗*/
.pop_license{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    z-index:99;
}
.pop_license_con{
    width: 450px;
    height: 296px;
    border-radius: 3px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -198px 0 0 -225px;
    text-align: center;
}



