﻿
div, form {
    margin: 0px;
    padding: 0px; /*overflow:visible ;*/
    zoom: 1;
}

.usertitle {
    color: #222222 !important;
}

.qualitycard {
    line-height: 35px;
    font-size: 16px;
    color: #333;
    font-family: 微软雅黑;
    text-align: center;
    width: 100%;
    background: linear-gradient(to bottom,#FF6C37,#FF2238);
    max-width: 450px;
}

#qualitycardcontent {
    max-width: 450px;
    /*height: 600px;*/
    text-align: left;
    margin: 2px 2PX;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 50px;
    background-color: #FFFFFF;
    /*background: url(../images/bg_card500.png) no-repeat;*/ /* center center; 背景图路径  背景图不平铺    背景图垂直、水平均居中 */
    /*background-size: cover;  让背景图基于容器大小伸缩 */
    /*background-attachment: fixed;  当内容高度大于图片高度时，背景图像的位置相对于 可视窗口 固定，此条属性必须设置 */
    /*background-color: #CCCCCC;  设置背景颜色，背景图加载过程中会显示背景色 */
}

.topA {
    margin-top: 10px;
}

.wenxintixing {
    font-size: 14px;
    line-height: 30px;
    padding: 50px;
}
