.Rmain-cont {
    text-align: center;
}

.Rmain-cont .g_code_end img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin: 0 auto;
}

.Rmain-cont .g_code_name {
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.Rmain-cont .g_code_over {
    font-size: 14px;
    color: #646873;
    margin-top: 6px;
}

.Rmain-cont .g_code_btn {
	cursor: pointer;
    width: 120px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #3A8BFF;
    border: 1px solid #3A8BFF;
    border-radius: 24px;
    margin: 70px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}