/* 代理商 */

.shenglue {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.w-min-1200 {
    min-width: 1200px;
}

.agent_item {
    height: 185px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px -2px 0px 0px rgba(47, 125, 203, 1);
    overflow: hidden;
}

.agent_title {
    color: #000!important;
}

/* 五角星 */

.five_star {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../image/trader/star.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    bottom: 9px;
}

.five_star_detail {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../image/trader/star.png) no-repeat;
    background-size: 100% 100%;
}

.agent_list_type1 {
    width: 70px;
    height: 24px;
    background: rgba(43, 179, 81, 1);
    border-radius: 0px 0px 10px 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.agent_list_type2 {
    width: 70px;
    height: 24px;
    background: rgba(20, 75, 220, 1);
    border-radius: 0px 0px 10px 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.agent_check_btn {
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(0deg, rgba(90, 149, 238, 1), rgba(70, 132, 226, 1));
    border-radius: 5px;
    font-size: 16px;
    color: #FEFEFE;
    position: absolute;
    text-align: center;
    padding: 0;
    right: -20px;
}
.agent_check_btn:hover{
	color: #FEFEFE;
	text-decoration: underline;
}

/* 代理商详情 */

.agent_detail {
    /* height: 300px; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px -2px 0px 0px rgba(47, 125, 203, 1);
}

.agent_detail .uk-text-emphasis {
    font-size: 16px;
}

.agent_detail_right {
    padding-left: 0!important;
}

.agent_check_icon {
    width: 17px;
    height: 17px;
    margin-right: 2px;
	margin-left: 10px;
    position: relative;
    top: -2px;
}

.agent_detail_pt_btn {
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(47, 125, 203, 1);
    border: 1px solid rgba(47, 125, 203, 1);
    line-height: 28px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: inherit;
}

.agent_detail_pt_btn:hover {
    background: linear-gradient(0deg, rgba(90, 149, 238, 1), rgba(70, 132, 226, 1));
    color: #fff;
}

.mt-20 {
    margin-top: 20px!important;
}

.agent_detail_list {}

.agent_detail_item {
    margin-top: 25px;
    height: 250px;
    background: url(../image/dealer_fxBg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}

.pl-30 {
    padding-left: 30px!important
}

.agent_detail_status {
    width: 70px;
    height: 24px;
    background: rgba(43, 179, 81, 1);
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.agent_detail_xrf_l {
    display: inline-block;
    width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(250, 105, 0, 1);
    border: 1px solid rgba(250, 105, 0, 1);
    font-weight: bold;
}

.agent_detail_xrf_r {
    display: inline-block;
    width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #FA6900;
    border: 1px solid rgba(250, 105, 0, 1);
    position: relative;
    left: -5px;
    font-weight: bold;
}

.fs-18 {
    font-size: 18px;
}

.agent_detail_time {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.relative-left {
    left: 250px;
}

.agent_detail_cloud_box {
    position: relative;
    left: 25%;
}

.agent_detail_cloud_title {
    text-align: center;
    margin-bottom: 10px;
}

.agent_detail_cloud_score {
    width: 40px;
    height: 40px;
    background: url(../image/span1.png) no-repeat;
    background-size: 100% 100%;
    line-height: 40px;
    color: #fff!important;
    margin: 0 auto;
    text-align: center;
}

.agent_detail_environment_box {
    position: relative;
    right: 25%;
}

.agent_detail_environment_title {
    text-align: center;
    margin-bottom: 10px;
}

.agent_detail_environment_score {
    text-align: center;
    color: #EE242C;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.agent_detail_rebate {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.agent_detail_rebate span {
    color: #FF0000;
}

.agent_detail_rebate_hint {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(47, 125, 203, .1);
    border-radius: 15px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.agent_detail_fanyong {
    margin-top: 25px!important;
}

/* 评论、登陆 */
.agent_textarea {
    border: none!important;
    resize: none;
    position: relative;
    background: url(../image/dialogbox.png) no-repeat;
    background-size: 100% 100%;
    height: 77px;
    padding: 10px 20px;
    width: 100%;
}

.pl-0 {
    padding-left: 0;
}

.pt-20 {
    padding-top: 20px;
}


.agent_detail_user_img {
    width: 46px;
    height: 46px;
}

.agent_detail_uname {
    color: #FF8A2C;
    font-size: 14px;
}

.agent_detail_content {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.agent_detail_other {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}

.agent_detail_other img {
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.agent_detail_other span:hover {
    color: #E9392E;
    cursor: pointer;
}

.login_box{
    font-size: 14px;
    color: 333;
}
.l_r_btn{
    color: #F46B62;
    margin: 0 5px;
}
.agent_issue_btn {
    width: 90px;
    height: 40px;
    background: rgba(153, 153, 153, 1);
    height: 40px;
    font-size: 16px;
    color: #FEFEFE;
    position: relative;
    text-align: center;
    padding: 0;
    margin-left: 10px;
}

/*  */
.pl-10{
    padding-left: 10px;
}
.pl-20{
    padding-left: 20px;
}
.agent_detail_recommend_img{
    width:124px;
    height:80px;
    max-width: none;
}