.portlet.light>.portlet-title>.caption {
    color: #333;
}


a.btn_checked {
    position: relative;
    display: inline-block;
    border: 1px solid #06a8e8;
}
a.btn_checked i {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 22px;
    width: 24px;
    background: url(../../images/common/selectedPay.svg) no-repeat 0 0;
    -webkit-background-size: 27px 23px;
    background-size: 27px 23px;
}
/*服务咨询与反馈 BEGIN*/
.frontend.feedback main{
    padding-top: 20px;
    color: #333;
}
.form-body {
    width: 700px;
    margin-left: 10px;
    /*float: left;*/
}
.feedback .form-group .item {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.feedback .form-group .input-group textarea{
    margin-top: 10px;
    width: 640px;
    border: 1px solid #C2CAD8;
}
.feedback .form-group .form-label {
    margin-bottom: 10px;
}
.feedback .form-group .form-label .limit_num {
    color: #DE3F3B;
}
.feedback .form-group .input-group input {
    width: 640px;
    height: 40px;
    padding-left: 10px;
    color: #aaa;
    border: 1px solid #C2CAD8;
}
.feedback .form-group .item input {
    position: absolute;
}
.feedback .form-group .item label {
    margin-left: 18px;
}

.feedback .portlet-body #feedbackForm{
    display: inline-block;
}
/*.feedback .form-group .check_option {*/
    /*min-width: 80px;*/
    /*height: 34px;*/
    /*line-height: 1;*/
    /*font-size: 14px;*/
    /*width: auto;*/
    /*padding: 10px 15px;*/
    /*float: left;*/
/*}*/
/*.feedback .form-group .check_option {*/
    /*min-width: 80px;*/
    /*height: 34px;*/
    /*line-height: 1;*/
    /*font-size: 14px;*/
    /*width: auto;*/
    /*padding: 10px 15px;*/
    /*float: left;*/
/*}*/
/*.feedback .form-label {*/
    /*margin-bottom: 18px;*/
    /*color: #333;*/
/*}*/
/*.feedback .form-group {*/
    /*margin-bottom: 35px;*/
/*}*/
/*.feedback .form-group:last-of-type {*/
    /*margin-bottom: 0;*/
/*}*/
/*.feedback .form-actions {*/
    /*background: transparent;*/
    /*border: 0;*/
/*}*/
.feedback .help-block {
    float: left;
}

.helper_box {
    width: 440px;
    float: right;
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
    background-color: #F5F5F5;
    padding: 20px 30px;
}
.helper_box .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.helper_box .weixin_helper {
    display: inline-block;
    border: 1px solid #ddd;
}
.helper_box .weixin_helper img{
    width: 140px;
    height: 140px;
}
.helper_box .help_list {
    display: inline-block;
    position: absolute;
    margin-left: 30px;
}
.helper_box .help_list .icon {
    display: inline-block;
    position: absolute;
}
.helper_box .help_list .icon .Q {
    background-color: #EE4026;
    margin-bottom: 15px;
}
.helper_box .help_list .icon .A {
    background-color: #28B249;
}
.helper_box .help_list .icon .i {
    padding: 1px 5px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.helper_box .help_list .helper_info {
    margin-left: 30px;
    width: 170px;
}
.helper_box .help_list .helper_info .caption{
    margin-bottom: 15px;
}
.helper_box .help_list .helper_info li {
    line-height: 21px;
}
/*服务咨询与反馈 END*/
