/* 2017.12.13 by liuyongsheng */
body{
    background-color: #fff;
}
#content-form{
    padding-top: 0;
    max-width: 1050px;
}
#submit-petition{
    padding-left: 0;
    padding-right: 0;
    padding-top: 58px;
}
#submit-petition h2{
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 23px;
}
/* 商品详情代码 */
.product_info{
    width: 465px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.product_info .product_info_title{
    font-weight: 500;
    height: auto;
    line-height: 40px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.product_info .product_info_condition{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    display: block;
    margin-bottom: 10px;
}
.product_info .product_info_condition em{
    color: #e62828;
    margin-right: 5px;
    font-size: 16px;
}
.product_info>p{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
.product_info_img{
    width: 140px;
    height: 140px;
    text-align: center;
    float: left;
    margin-right: 35px;
}
.product_info_img::after{
    content: '';
    height: 100%;
    display: inline-block;
    width: 0;
    vertical-align: middle;
}
.product_info_img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
}
/* 商品详情代码end */
/* 备注表单相关 */
.beizhu{
    overflow: hidden;
    margin-top: 22px;
}
.beizhu h5{
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}
.beizhu .form-group, .safe-password .form-group{
    width: 510px;
    margin: 0 auto 12px;
    height: 100px;
}
.beizhu .form-group label, .safe-password .form-group label{
    color: #333;
    font-size: 14px;
    line-height: 50px;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 510px;
}
.beizhu .form-group label em, .safe-password .form-group label em{
    color: #e62828;
    width: 10px;
    display: inline-block;
}
.beizhu .form-group .form-text, .safe-password .form-group .form-text{
    font-size: 12px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding-left: 20px;
    width: 510px;
    height: 50px;
    line-height: 50px;
}
.line-grey{
    height: 0;
    width: 100%;
    border-top: 1px solid #f5f5f5;
}
/* 备注表单相关end */
/* 安全密码代码相关 */
.safe-password .forget-password{
    margin-left: 20px;
    color: #5188a6;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    top: 10px;
}
.test_form_button .button{
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #dddddd;
    border-radius: 4px;
}
.test_form_button .button_red{
    background-color: #e62828;
}
.test_form_button .button_red:hover{
    background-color: #ff7474;
}
.safe-text{
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 18px;
}
.safe-text span{
    display: inline-block;
    margin-right: 15px;
}
/* 安全密码代码相关end */
/* 关注按钮 */
.guanzhu{
    text-align: center;
}
.guanzhu .guanzhu-radio{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #999999;
    cursor: pointer;
    position: relative;
    top: 2px;
}
.guanzhu .guanzhu-radio.selected{
    background-color: #e62828;
    border: 1px solid #e62828;
}
.guanzhu .guanzhu-radio img{
    width: 100%;
    height: 100%;
}
.guanzhu-shangjia{
    margin-left: 10px;
}
.test_form_button{
    margin-bottom: 30px;
}
/* 关注按钮end */