img {
    object-fit: contain;
}
.business-box .sj-cItem {
    display: none;
}
.business-box .sj-cItem.active {
    display: block;
}
.business-box .business-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.business-box .v-tabnav {
    padding-left: 350px;
    background: #fff;
}
.business-box .imgsbox {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}
.business-box .bd {
    padding: 0;
}
.business-box .imgsbox {
    padding-bottom: 28px;
}
.business-box ul {
    width: 800px;
}
.business-box li {
    float: left;
    margin: 0 10px 10px 0;
    width: 250px;
    height: 158px;
}
.business-box li a {
    width: 250px;
    height: 158px;
    display: table-cell;
    position: relative;
    background: #e3e3e3;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
}
.business-box li a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.business-box li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.business-box li a img {
    display: inline;
}
.business-box li .ic-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../png/ic_play.png) no-repeat center rgba(0, 0, 0, 0.3);
    opacity: 0.8;
    z-index: 5;
}
.business-box ._line {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 20px;
}
.business-box h2 {
    font-size: 16px;
    position: relative;
    line-height: 30px;
    margin-bottom: 14px;
}
.business-box h2 .total {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #666;
    top: 0;
}
.business-box .navxs {
    padding: 0 0 24px;
}
.business-box .navxs .item {
    float: left;
    font-size: 12px;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px;
}
.business-box .navxs .item:hover {
    color: #ef6220;
}
.business-box .navxs .active {
    color: #ef6220;
    border-color: #ef6220;
}
.rate-xs {
    margin-bottom: 5px;
}
.rate-xs .layui-rate {
    padding: 0;
}
.rate-xs li i.layui-icon {
    margin-right: 0;
    font-size: 15px;
    line-height: 1;
}
.all-comment .bd {
    padding-top: 0;
}
.all-comment .comment > li {
    border-bottom: 1px solid #e9e9e9;
    padding: 16px 0;
    padding-left: 58px;
    position: relative;
}
.all-comment .comment > li .follow {
    color: #ef6220;
    border: 1px solid #ef6220;
    border-radius: 3px;
    width: 56px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 16px;
    cursor: pointer;
}
.all-comment .comment > li .follow:Hover,
.all-comment .comment > li .follow.active {
    background: #ef6220;
    color: #fff;
}
.all-comment .comment > li .pic {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background-color: #FEA683;
    object-fit: cover;
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: 16px;
}
.all-comment .comment > li .namebox {
    font-size: 12px;
    line-height: 1.76;
}
.all-comment .comment > li .time {
    color: #9a9a9a;
}
.all-comment .comment > li .rate {
    height: 15px;
}
.all-comment .comment > li .info {
    margin-top: 5px;
    line-height: 1.76;
    color: #666;
}
.all-comment .imgs {
    padding-top: 10px;
}
.all-comment .imgs p {
    width: 226px;
    height: 142px;
    float: left;
    margin: 0 2px 2px 0;
}
.all-comment .imgs a {
    width: 226px;
    height: 142px;
    display: table-cell;
    position: relative;
    background: #e3e3e3;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
}
.all-comment .imgs a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.all-comment .imgs a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.all-comment .imgs a img {
    display: inline;
}
.answer-box .bd {
    padding-top: 0;
}
.answer-box .tag {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #ff874d;
    position: absolute;
    left: 0;
    top: 0;
}
.answer-box .ask {
    line-height: 26px;
    margin-bottom: 20px;
}
.answer-box .ask .tag {
    background: linear-gradient(#ff874d, #f06421);
}
.answer-box .ask .total {
    position: absolute;
    right: 90px;
    top: 0;
}
.answer-box .ask .empty {
    color: #999;
}
.answer-box .ask .btn {
    color: #ef6220;
    position: absolute;
    right: 0;
    top: 0;
}
.answer-box .ask .btn .iconfont {
    margin-right: 5px;
    font-size: 16px;
}
.answer-box .answer .tag {
    background: linear-gradient(#7beef8, #00bcc8);
}
.answer-box .ask,
.answer-box .answer {
    padding: 0 0 0 44px;
    position: relative;
}
.answer-box .pic {
    width: 32px;
    height: 32px;
}
.answer-box .tit {
    font-size: 16px;
    width: 530px;
}
.answer-box li {
    padding: 16px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.answer-box li .namebox {
    font-size: 12px;
    line-height: 1.76;
}
.answer-box li .time {
    color: #9a9a9a;
}
.answer-box li .rate {
    height: 15px;
}
.answer-item {
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
}
.answer-item .pic {
    position: absolute;
    left: 0;
    top: 0;
}
.answer-item .infobox {
    position: relative;
}
.answer-item .infobox .txt {
    width: 520px;
    margin-top: 5px;
    line-height: 1.76;
    color: #666;
}
.answer-item .ic-thumb {
    width: 16px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../thumb.html) no-repeat center;
    cursor: pointer;
}
.answer-item .ic-thumb.active,
.answer-item .ic-thumb:hover {
    background-image: url('../thumb_on.html');
}
.v-show-all {
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
    display: block;
    padding: 16px 0 0;
}
.v-show-all:hover {
    color: #ef6220;
}
.v-show-all.end .iconfont {
    display: inline-block;
    transform: rotate(180deg);
}
.answer-form {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
    display: none;
    margin: 30px 0 0 85px;
}
.answer-form .key {
    background: #333;
    height: 76px;
    line-height: 1.76;
    background: #fff;
    width: 100%;
    padding: 5px 14px;
    display: block;
    background-color: #e3e3e3;
    box-sizing: border-box;
}
.answer-form .submit {
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background: #ef6220;
    color: #fff;
    display: block;
    margin: 10px 0 0 auto;
}
.xq_zp_imgs p {
    width: 136px;
    height: 86px;
    float: left;
    margin: 0 4px 4px 0;
}
.xq_zp_imgs a {
    width: 136px;
    height: 86px;
    display: table-cell;
    position: relative;
    background: #e3e3e3;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 0;
}
.xq_zp_imgs a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.xq_zp_imgs a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xq_zp_imgs a img {
    display: inline;
}
.sub-join {
    /*padding-bottom: 26px;
    padding-top: 22px;*/
}
.sub-join .title {
    margin-bottom: 20px;
}
.sub-join .title span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 3px;
}
.sub-join .title em {
    color: #ef6220;
}
.sub-join .bd {
    height: 44px;
}
.sub-join .picbox {
    float: left;
    width: 110px;
    padding-left: 10px;
}
.sub-join .picbox img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    float: left;
    position: relative;
    margin-left: -10px;
}
.sub-join .info {
    margin-left: 110px;
}
.sub-join .info .company {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.v-tabnav-box {
    background: #fff;
    border-bottom: 0;
    padding-top: 0;
    margin-bottom: 10px;
}
.v-tabnav-box .item {
    height: 50px;
    line-height: 50px;
    margin: 0  0 0 52px;
    color: #333;
}
.v-tabnav-box .active {
    color: #ef6220;
}
.v-tabnav-box .item:first-child {
    margin-left: 0;
}
.community-box {
    margin-bottom: 70px;
}
.community-box .hd {
    position: relative;
    line-height: 24px;
}
.community-box .hd .info {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #666;
}
.community-box .hd span {
    display: inline-block;
    margin-left: 20px;
}
.community-box h2 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.community-list {
    /*width: 830px;
    margin-bottom: 20px;*/
}
.community-list li {
    float: left;
    /*width: 205px;
    height: 228px;
    margin: 0 2.5px 5px;*/
    width: calc((100% - 60px)/6);
    margin: 5px;
}
.community-list .inner {
    background: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.community-list .pic {
    width: 30px;
    height: 30px;
    border-radius: 4px !important;

}
.info_num{
    font-size: 14px;
    font-weight: normal;
}
.community-list .name {
    font-size: 12px;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 17px;

}
.community-list .company {
    height: 40px;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
    height: 17px;
    font-size: 12px;
}
.community-list .follow {
    /*width: 90px;*/
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    color: #999;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s;
}
.community-list .follow:hover,
.community-list .active {
    border-color: #ef6220;
    background: #ef6220;
    color: #fff;
}
.sub-good-list.s2 .info {
    min-height: 74px;
}
.sub-user-list {
    padding-bottom: 20px;
}
.sub-user-list li {
    padding: 10px;
    /*border-top: 1px solid #e9e9e9;*/
}
.sub-user-list li:first-child {
    border-top: 0;
    padding-top: 6px;
}
.sub-user-list .pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
}
.sub-user-list .info {
    margin-left: 60px;
    min-height: 56px;
}
.sub-user-list .name {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
}
.sub-user-list .company {
    color: #666;
word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sub-user-list .country {
    margin-top: 16px;
    color: #9a9a9a;
}
.sub-user-list a:hover .name {
    color: #ef6220;
}
.pt44 {
    padding-top: 44px;
}
.follow-userbox {
    background: #fff;
    padding: 26px 30px;
    position: relative;
}
.follow-userbox .pic {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    float: left;
}
.follow-userbox .info {
    margin-left: 80px;
    min-height: 56px;
    /*padding-top: 10px;*/
}
.follow-userbox .name {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}
.follow-userbox .company {
    color: #666;
}
.follow-userbox .company em {
    display: inline-block;
    padding-left: 30px;
    text-transform: uppercase;
}
.follow-userbox .btns {
    position: absolute;
    right: 20px;
    top: 40px;
}
.follow-userbox .info .item {
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    float: right;
    margin-left: 12px;
    text-align: center;
    color: #ef6220;
    cursor: pointer;
    font-size:14px;
}
.follow-userbox .info .item.active,
.follow-userbox .info .item:hover {
    background: #ef6220;
    color: #fff;
    border-color: #ef6220;
}
.event-total {
    margin-bottom: 10px;
    position: relative;
    /*margin-top: -5px;*/
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 10px;
}
.event-total .item {
    text-align: center;
    margin-right: 40px;
    min-width: 60px;
}
.event-total .item b {
    display: block;
    font-size: 30px;
    line-height: 1.5;
}
.event-total .item em {
    font-size: 12px;
    color: #9a9a9a;
}
.event-total .rightbox {
    text-align: right;
    font-size: 12px;
    /*padding-top: 20px;
    position: absolute;
    right: 4px;
    bottom: 0;*/
}
.event-total .rightbox p {
    margin-bottom: 5px;
}
.event-total .rightbox img {
    height: 11px;
    margin: 0 3px 0 0;
}
.event-mainbox {
    padding-bottom: 20px;
}
.event-list {
    position: relative;
    margin-bottom: 40px;
}
.event-list::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    background-color: #e5e5e5;
    left: 100px;
    top: 0;
    bottom: 0;
}
.event-list > li {
    margin-bottom: 20px;
    position: relative;
}
.event-list > li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef6220;
    position: absolute;
    top: 22px;
    left: 97px;
}
.event-list .site {
    width: 84px;
    float: left;
    padding-top: 16px;
    text-align: right;
}
.event-list .site em {
    color: #9a9a9a;
    font-size: 12px;
    display: block;
}
.event-list .info {
    position: relative;
}
.event-list .info .more {
    color: #9a9a9a;
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 16px;
}
.event-list .info .more:hover {
    color: #ef6220;
}
.event-list .event-swiper-box {
    margin-top: 10px;
}
.event-list .event-swiper-box,
.event-list .info {
    margin-left: 128px;
    background-color: #f6f6f6;
    border-radius: 6px;
    padding: 16px 20px;
}
.event-list .btns .item {
    background: #fff;
    width: 62px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    float: left;
    margin-right: 16px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.event-list .btns .follow {
    border-color: #ef6220;
    color: #ef6220;
}
.event-list .btns .active,
.event-list .btns .item:hover {
    border-color: #ef6220;
    color: #fff;
    background: #ef6220;
}
.event-list .title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.event-list .timebox {
    margin-bottom: 22px;
}
.event-list .timebox .iconfont {
    margin-right: 10px;
    font-size: 16px;
}
.event-list .timebox em {
    color: #ef6220;
    font-size: 12px;
    padding-left: 30px;
}
.event-swiper-box {
    padding-bottom: 10px!important;
    padding: 16px 10px!important;
}
.event-swiper-box h4 {
    margin-bottom: 10px;
    color: #000;
    margin-left: 8px;
}
.event-swiper-box .swiper {
    position: relative;
}
.event-swiper-box .swiper .pnext {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    border: 1px solid #ef6220;
    color: #ef6220;
    text-align: center;
    top: 50%;
    margin-top: -13px;
    z-index: 5;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.event-swiper-box .swiper .pnext:hover {
    background: #ef6220;
    color: #fff;
}
.event-swiper-box .swiper .ic-prev {
    left: -8px;
}
.event-swiper-box .swiper .ic-next {
    right: -8px;
}
.event-swiper {
    width: 830px;
    margin-bottom: 20px;
    height: 150px;
    width: 622px;
    padding: 6px 0;
    margin-bottom: 0;
}
.event-swiper li {
    float: left;
    width: 192px;
    height: 228px;
    margin: 0 15px 23px 0;
}
.event-swiper .inner {
    background: #fff;
    text-align: center;
    display: block;
    padding: 20px 16px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.event-swiper .pic {
    width: 64px;
    height: 64px;
}
.event-swiper .name {
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.event-swiper .company {
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    line-height: 20px;
    margin-bottom: 16px;
}
.event-swiper .follow {
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    color: #999;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s;
}
.event-swiper .follow:hover,
.event-swiper .active {
    border-color: #ef6220;
    background: #ef6220;
    color: #fff;
}
.event-swiper li {
    margin: 0;
}
.event-swiper .inner {
    margin: 0 3px;
    height: 150px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
}
.event-swiper .inner .pic {
    width: 64px;
    height: 64px;
}
.reg-main {
    padding: 30px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.reg-box {
    padding: 30px 50px;
}
.reg-box h2 {
    font-size: 18px;
    padding-left: 14px;
    position: relative;
    font-weight: bold;
    margin-bottom: 26px;
}
.reg-box h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 70%;
    top: 15%;
    background: #ef6220;
    left: 0;
}
.reg-step {
    position: relative;
    margin-bottom: 20px;
}
.reg-step li {
    text-align: center;
    min-width: 110px;
    font-size: 12px;
}
.reg-step .first,
.reg-step .last {
    position: absolute;
    top: 0;
}
.reg-step ._line {
    width: 90%;
    height: 2px;
    background: #ef6220;
    position: absolute;
    top: 9px;
    left: 5%;
    z-index: 1;
}
.reg-step .last {
    right: 0;
}
.reg-step .ok .tit {
    color: #ef6220;
}
.reg-step .ok em,
.reg-step .now em {
    background: #ef6220;
}
.reg-step em {
    background-color: #ffbc9d;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
}
.reg-step.success em {
    background: #ef6220;
}
.reg-step.success .tit {
    color: #ef6220;
}
.reg-form {
    background: #fff;
}
.reg-form .input-cell {
    line-height: 40px;
    margin-bottom: 24px;
    width: 50%;
    float: left;
}
.reg-form .input-cell label {
    width: 120px;
    text-align: right;
    float: left;
    margin-right: 6px;
}
.reg-form .input-cell label em {
    color: #ef6220;
}
.reg-form .input-cell select,
.reg-form .input-cell input {
    width: 390px;
    float: left;
    text-indent: 15px;
    border: 1px solid #e9e9e9;
    line-height: 40px;
    height: 40px;
}
.reg-form .input-cell select:focus,
.reg-form .input-cell input:focus {
    border-color: #ef6220;
}
.reg-form .input-cell input::-webkit-input-placeholder,
.reg-form .input-cell textarea::-webkit-input-placeholder {
    color: #cacaca;
}
.reg-form .input-cell input:-moz-placeholder,
.reg-form .input-cell textarea:-moz-placeholder {
    color: #cacaca;
}
.reg-form .input-cell input::-moz-placeholder,
.reg-form .input-cell textarea::-moz-placeholder {
    color: #cacaca;
}
.reg-form .input-cell input:-ms-input-placeholder,
.reg-form .input-cell textarea:-ms-input-placeholder {
    color: #cacaca;
}
.reg-form .select {
    position: relative;
}
.reg-form .select .icon-down {
    position: absolute;
    right: 16px;
    top: 0px;
    display: block;
    font-size: 12px;
    color: #999;
}
.reg-form .input-cell:nth-child(2n+1) {
    clear: both;
}
.reg-form .tips {
    color: #ef6220;
    font-size: 12px;
    line-height: 1.2;
    clear: both;
    position: relative;
    top: 6px;
    padding-left: 134px;
    display: none;
}
.reg-form .tips.err {
    display: block;
}
.reg-form .submit,
.reg-form .agree {
    text-align: center;
}
.reg-form .agree {
    margin-top: 40px;
    margin-bottom: 26px;
    color: #9a9a9a;
}
.reg-form .agree a {
    color: #296ac3;
}
.reg-form .agree a:hover {
    color: #ef6220;
}
.reg-form .submit {
    width: 285px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ef6220;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}
.reg-form .submit:hover {
    background: #e55410;
}
.reg-trade {
    margin-bottom: 40px;
}
.reg-trade .nav {
    margin-bottom: 10px;
}
.reg-trade .nav li {
    float: left;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0 10px;
    margin: 0 2px 2px;
}
.reg-trade .nav li:hover {
    color: #ef6220;
}
.reg-trade .nav .active {
    color: #ef6220;
    border-color: #ef6220;
}
.reg-trade .info {
    padding: 18px 20px 0;
    background-color: #f6f6f6;
}
.reg-trade .info .layui-unselect {
    margin-bottom: 18px;
}
.reg-trade .info label {
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 16px;
}
.reg-trade .info label em {
    padding-left: 22px;
    display: inline-block;
    background: url(../png/ic_check.png) no-repeat 0 center;
}
.reg-trade .info label input {
    display: none;
}
.reg-trade .info label input:checked + em {
    background-image: url('../png/ic_check_on.png');
}


.u_pic {
    width: 48px!important;
    height: 48px!important;
}


