.no-tip-font{
    color: #999999;
    font-size: 14px;
}

.banner-wrapper img {
    margin-top: 20px;
}

main.container .section {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 70px; */
}

main .main-content-left {
    width: 964px;
}

main .main-content-right {
    width: 220px;
}

.main-content-left .shop-info {
    color: #6e6e6e;
    padding: 20px;
    background: #fff;
}

.main-content-left .shop-info .shop-info-right span.gese {
    margin-top: 12px;
    margin-left: auto;
    width: 12em;
    cursor: pointer;
}

.main-content-left .shop-info .shop-info-right span.gese span{
    margin-left: 26px;
}

.main-content-left .shop-info .shop-info-left {
    margin-right: 15px;
}

.main-content-left .shop-info img.shop-pic {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

.main-content-left .shop-info .shop-name {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    line-height: 32px;
}

.main-content-left .shop-info .shop-level {
    width: 78px;
    margin-right: 40px;
}

.main-content-left .shop-info .shop-auth {
    width: 14px;
    margin-right: 10px;
}

.main-content-left .shop-info h3 {
    color: #393939;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}

.main-content-left .shop-info p {
    color: #6E6E6E;
    line-height: 1.4;
}

.main-content-left .shop-info-left .shop-info-bottom-left button {
    width: 92px;
    height: 30px;
    border-radius: 0;
    background: #0091FF;
}

.main-content-left .shop-info-left .shop-operate span.active {
    color: #3FACF9;
}

.main-content-left .shop-info-right .score-num,
.main-content-left .shop-info-left .location {
    margin-bottom: 13px;
}

.main-content-left .shop-info-left .location {
    font-size: 12px;
}

.main-content-left .shop-info-right .good-at-area {
    padding: 10px 0 16px;
}

.main-content-left .shop-info-right .good-at-area .tag-list {
    margin-left: 20px;
}

.main-content-left .shop-info-right .good-at-area .tag {
    color: #fff;
    font-size: 12px;
    height: 20px;
    padding: 3px 8px;
    line-height: 20px;
    margin-right: 10px;
    background: rgba(0, 145, 255, 1);
}

.rate-info {
    margin-top: 16px;
}

.rate-info>div {
    text-align: center;
    padding: 0 22px;
}

.rate-info>div:first-child {
    padding-left: 0;
}

.main-content-left .score-num {
    color: #009EF8;
}

.onepixel-border-right::after {
    height: 60%;
    top: 10px;
}

.white-bg {
    background: #fff;
    margin-top: 20px;
}

.iconfont {
    font-size: 14px;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*  已发布应用  */
.already-release-app {}

.my-title {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-size: 16px;
}

.my-title .page-btn {
    font-size: 14px;
    color: #fff;
    background: #B0B0B0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.my-title .page-num {
    color: #707070;
    margin: 0 6px;
}

/*  已接订单  */
.already-take-orders-list {}

.already-take-orders-list .row {
    display: flex;
    align-items: center;
}

.already-take-orders-list .row:not(:last-child) {
    margin-bottom: 24px;
}

.already-take-orders-list .already-take-orders-item {
    background: #fff;
    padding: 28px 42px 30px 22px;

}

.already-take-orders-list .already-take-orders-item {
    margin-top: 12px;
}

.already-take-orders-list .row .row-left {
    color: #9F9F9F;
}

.already-take-orders-list .already-take-orders-item-desc {
    margin-right: 20px
}

.already-take-orders-list .already-take-orders-item-status {
    text-align: center;
    color: #545454;
}

.already-take-orders-list .already-take-orders-item-status img {
    width: 76px;
    height: 70px;
}

.order-price {
    color: #FF6745;
    margin-right: 18px;
}

.color-orders-name {
    color: #009EF8;
}

.project-desc {
    color: #545454;
}

.order-time {
    color: #9E9E9E;
}

/*  推荐商家服务  */
.recommend-shop-service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
}

.recommend-shop-service-item {
    width: 222px;
    padding: 10px 10px 22px 10px;
    background: #fff;
}

.recommend-shop-service-item img {
    margin-bottom: 12px;
}

.recommend-shop-service-item .service-desc {
    color: #6E6E6E;
    margin-bottom: 10px;
    line-height: 2;
}

.recommend-shop-service-item .update-time {
    color: #ACACAC;
}

.grey-border {
    border: 1px solid #E3E3E3;
}

/*  左侧内容end  */


/* 应用列表 */
.app-list {
    display: flex;
    flex-wrap: wrap;
    background: transparent !important;
}

.app-item {
    background: #fff;
    text-align: center;
    width: 224px;
    border: 1px solid #E3E3E3;
}

.app-item:hover {
    border: 1px solid #0092FF;
}

.app-item-wrapper {
    margin-right: 14px;
    margin-bottom: 13px;
}

.app-item-wrapper:nth-child(4n) {
    margin-right: 0;
}

.app-item-wrapper .app-detail {
    display: none;
}

.app-item-wrapper:hover .app-detail {
    display: block;
}

.app-item-wrapper:hover .name {
    display: none;
}

.app-item .top {
    padding: 14px 0 10px 0;
}

.app-item .top .price {
    color: #FF6745;
    font-size: 14px;
    margin: 10px 0;
}

.app-item .top .install {
    color: #6E6E6E;
    margin-top: 10px;
}

.app-item .top .install img {
    width: 18px;
    height: 18px;
}

.app-item .tag-wrapper {
    display: flex;
    justify-content: space-around;
    color: #4B4B4B;
    font-size: 14px;
    margin-top: 10px;
    width: 90%;
    margin: 16px auto 0;
}

.app-item .tag-wrapper .tag {
    border: 1px solid #EBEBEB;
    padding: 4px 14px;
}

.app-item .name {
    color: #454545;
    padding: 20px 34px;
    background: #f2f2f2;
}

.app-item .app-detail {
    color: #fff;
    padding: 20px 34px;
    background: #0092ff;
}

.app-item img {
    display: inline-block;
    width: 90px;
}

/* 应用列表 */

/*    右侧内容 */
/*擅长技能*/
.good-skills .top {
    padding: 20px 16px 0px;
}

.good-skills .bottom {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ededed;
}

.good-skills .bottom .item {
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 50%;
}

.good-skills .bottom .item:first-child {
    border-right: 1px solid #ededed;
}

.good-skills .bottom .item div:first-child {
    margin-bottom: 8px;
    color: #0091FF;
}

.good-skills .info-row.time {
    color: #333333;
}

.good-skills .info-row span{
    color: #999999;
}

.good-skills .info-row {
    font-size: 14px;
    margin-bottom: 18px;
}

.good-skills .info-row.order-num{
    color: #0091FF;
}

.good-skills img.star {
    width: 12px;
    height: 12px;
}

.good-skills img.contact {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.good-skills .good-skills-title {
    font-size: 16px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #E3E3E3;
}

.good-skills .good-skills-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    margin-top: 10px;
}

.good-skills-list .goods-skills-item {
    color: #3D3D3D;
    width: 105px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
}

.good-skills-list .goods-skills-item:nth-child(odd) {
    margin-right: 4px;
}

/*擅长技能end*/

/*雇佣我*/
.hire-me {
    padding: 24px 12px 26px 12px;
    font-size: 12px;
}

.hire-me button {
    font-size: 13px;
}

.hire-me img {
    width: 18px;
    height: 16px;
}

.hire-me button.blue-btn {
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
}

.hire-me .contact-btn button {
    color: #3D3D3D;
    width: 106px;
    height: 36px;
    border: 1px solid #E3E3E3;
}

.hire-me .contact-btn {
    margin-bottom: 16px;
}

.hire-me a {
    color: #009EF8;
}

.hire-me .contact-btn button:active {
    color: #009EF8;
    border-color: #009EF8;
}

/*雇佣我 End */

/* 咨询信息 */
.news-title {
    font-size: 16px;
    padding: 22px 0 16px 16px;
}

.news li {
    height: 36px;
    line-height: 36px;
    border-top: 1px dashed #E3E3E3;
}

.red-dot {
    padding-left: 24px;
}

.red-dot::after {
    background: #D5D5D5;
    top: 16px;
    left: 12px;
}

/* 咨询信息 end */

/* 访客 */
.fav .fav-title,
.visitor .visitor-title {
    font-size: 16px;
    padding: 22px 0 16px 16px;
    border-bottom: 1px dashed #E3E3E3;
}

.visitor .visitor-pic {
    width: 60px;
    height: 60px;
    margin-right: 16px;
}

.visitor .visitor-name,
.visitor .visitor-desc {
    width: 120px;
}

.visitor .visitor-item {
    padding: 20px 0;
    margin: 0 15px;
}

.visitor .visitor-item:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
}

/* 收藏 */
.fav .fav-content {
    color: #828282;
    padding: 18px 0 86px 20px;
}

/* 热销排行 */
.market,
.hot-rank {
    background: #fff;
    min-height: 645px;
}

.hot-rank .list {
    padding-bottom: 6px;
}

.hot-rank .list .item {
    font-size: 12px;
    padding: 16px 20px;
}

.hot-rank .list .item .name {
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    width: 10em;
}

.hot-rank .list .item .price {
    font-weight: 400;
    color: rgba(255, 97, 25, 1);
    margin: 2px 0;
}

.hot-rank .list img {
    width: 70px;
    height: 52px;
    margin-right: 10px;
}

.hot-rank .s-title {
    padding: 14px;
    border-bottom: 1px solid #EDEDED;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

/* 热销排行 end */


/* 交易市场 */
.market {
    margin-top: 20px;
    padding: 14px 14px 0;
}

.market .common-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 14px 14px 0;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 16px;
}

.market .common-title div:first-child {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.market .common-title div:last-child {
    color: #0091FF;
    font-size: 14px;
    font-weight: 400;
}

.market .common-title .tab div.active::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #0092ff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.market .market-list .market-item {
    width: 220px;
    /* min-height: 276px; */
    margin-bottom: 16px;
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item:hover {
    transition: all .4s linear;
    animation: all .4s linear;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .06), -2px 3px 5px rgba(0, 0, 0, .06);
}

.market .market-list .market-item:hover .buy-now {
    background: #ee7A3C;
}

.market .market-list .market-item .img-wrapper {
    display: block;
    width: 100%;
    height: 166px;
    overflow: hidden;
}

.market .market-list .market-item:hover img {
    transform: scale(1.05);
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item .price {
    color: #FF6219;
}

.market .market-list .market-item .goods-content {
    line-height: 1;
    border: 1px solid #eee;
    padding: 15px 10px 16px 10px;
    overflow: hidden;
}

.market .market-list .market-item .goods-content .star {
    margin: 12px 0 20px;
}

.market .market-list .market-item .goods-content .star img {
    width: 12px;
    height: 12px;
}


.market .market-list .market-item .goods-name {
    margin-bottom: 16px;
}

.market .market-list .market-item .goods-operate {
    border: 1px solid #FF7A3C;
    cursor: pointer;
}

.market .market-list .market-item .goods-operate div {
    flex: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.market .market-list .market-item .goods-operate .add-cart {
    color: #FF7A3C;
    flex: 1;
    text-align: center;
    height: 30px;
}

.market .market-list .market-item .goods-operate .buy-now {
    color: #fff;
    background: #FF7A3C;
}

.market .market-list .market-item .goods-operate .buy-now:hover {
    background: orangered;
}

.market .market-list .market-item:not(:nth-child(4n)) {
    margin-right: 18px;
}

.market .market-list .market-item img {
    width: 100%;
    height: 166px;
    transition: all .4s linear;
}

.market .change-data {
    color: #0092ff;
    padding: 6px 0 26px 0;
}

.market .change-data img {
    width: 16px;
    height: 14px;
    margin-right: 1em;
}

.market .change-data .inner {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
    padding: 0 24px;
    border-radius: 17px;
    transition: all .25s;
    background: #fff;
    color: #00A4FF;
}

.market .change-data .inner:hover {
    background-color: rgba(0, 0, 0, .3);
    background-color: #F4F5F9;
}

/* 交易市场 end */

/* 需求任务 */
.guest,
.task-need{
    height: 434px;
}

.task-need {
    background: #fff;
    margin-top: 20px;
}

.task-need .s-title {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #ededed;
}

.task-need .s-title div:first-child {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.task-need .s-title div:last-child {
    font-size: 14px;
    color: rgba(0, 145, 255, 1);
}

.task-need .task-need-list {
    padding: 0 20px 50px;
}

.task-need .task-need-list .item {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.task-need .task-need-list .item {
    border-bottom: 1px dashed #ededed;
}

.task-need .task-need-list .item .right {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #EDEDED;
}

.task-need .task-need-list .item .left .status {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.task-need .task-need-list .item .left .status.biding {
    color: #0091FF;
}

.task-need .task-need-list .item .left .status.checking {
    color: #FF9900;
}

.task-need .task-need-list .item .left .status.finish {
    color: #999;
}

.task-need .task-need-list .item .right .task-name {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.task-need .task-need-list .item .right .task-money {
    margin: 8px 0;
}

.task-need .task-need-list .item .right .task-money,
.task-need .task-need-list .item .right .task-comment {
    color: #999999;
}

.task-need .task-need-list .item .right .task-money span {
    margin-right: 50px;
}


/* 需求任务 end */

/* 最近访客 */
.guest {
    margin-top: 20px;
    background: #fff;
}

.guest .s-title {
    font-size: 16px;
    padding: 16px 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid #ededed;
}

.guest .list {
    padding: 20px 16px 0 16px;
}

.guest .list .item {
    display: flex;
    padding-bottom: 20px;
}

.guest .list .item .nickname {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.guest .list .item .time {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.guest .list .item img {
    width: 46px;
    height: 46px;
    background: #eee;
    margin-right: 10px;
}

/* 企业  个人  邮件 */
.shop-type-wrapper {
    color: #FFFFFF;
    font-size: 12px;
}

.shop-type-wrapper .shop-type {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    margin-left: 6px;
}

.shop-type-wrapper .shop-type.enterprise {
    background: #4DB1FF;
}

.shop-type-wrapper .shop-type.individual {
    background: #FFBE5F;
}

.shop-type-wrapper .shop-type.mail {
    background: #74E9C0;
}
/* 企业  个人  邮件 end */
