.bg-white{
    overflow: visible;
}

a {
    cursor: pointer;
    display: block;
}

a:hover {
    color: #0092ff;
}

.text-orange {
    color: #FF6219;
}

/*.un-login div.function-item {*/
/*    margin-right: 20px;*/
/*    position: relative;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
/*    cursor: pointer;*/
/*}*/

/*.un-login div.function-item img {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 0 0 0 8px;*/
/*}*/

/*.un-login div.function-item img.active {*/
/*    display: none;*/
/*}*/

/*.un-login div.function-item:hover {*/
/*    color: #0092ff;*/
/*}*/

/*.un-login div.function-item:hover img.deactive {*/
/*    display: none;*/
/*}*/

/*.un-login div.function-item:hover img.active {*/
/*    display: inline-block;*/
/*}*/

/*.un-login div.function-item dl {*/
/*    position: relative;*/
/*}*/

/*.un-login div.function-item dl .angle {*/
/*    height: 0px;*/
/*    width: 0px;*/
/*    border: 8px solid;*/
/*    border-color: transparent transparent #fff transparent;*/
    /* display: none; */
/*    z-index: 10;*/
/*    position: absolute;*/
/*    top: -16px;*/
/*    right: 15px;*/
/*}*/

/*.un-login div.function-item:hover .dl-wrapper {*/
/*    display: block;*/
/*}*/

/*.un-login div.function-item:hover .dl-wrapper::before {*/
/*    display: block;*/
/*}*/

/*.un-login div.function-item .dl-wrapper {*/
/*    display: none;*/
/*    width: 104px;*/
/*    text-align: center;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 9px 0px rgba(34, 31, 31, 0.15);*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/

/*.un-login div.function-item dl li {*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*}*/


/* swiper */
.swiper-container {
    height: 314px;
    min-width: 1200px;
}

.swiper-slide .fake-img {
    background-image: url(../images/index/swiper_1.png);
    height: 314px;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1920px;
    background-size: 1920px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    border-radius: 0;
    height: 3px;
    width: 36px;
    background: #fff;
    opacity: .3;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.m-swiper-button-next,
.m-swiper-button-prev {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    transition: background .25s;
}

.m-swiper-button-next {
    left: 100%;
    margin-left: 40px;
}

.m-swiper-button-prev {
    right: 100%;
    margin-right: 40px;
}

.swiper-btn {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 0;
    left: 50%;
    margin-left: -590px;
    position: absolute;
    top: 130px;
    transform: translateY(-50%);
    z-index: 999;
}

.swiper-btn img{
    border-radius: 50%;
}

.swiper-btn img:hover{background:  rgba(0, 0, 0, .3);}

/* swiper end */


/* 轮播上的分类 */
.swiper {
    position: relative;
}

.category-list {
    font-size: 12px;
    color: #fff;
    width: 220px;
    height: 314px;
    background: rgba(43, 48, 59, .2);
    /* padding: 12px 14px; */
    padding: 8px 0 0 0;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 999;
}

.category-list .category-item {
    font-weight: normal !important;
    display: flex;
    height: 42px;
    line-height: 42px;
    padding: 0 14px;
    cursor: pointer;
}


.category-list .category-item:hover {
    color: #333;
    background: #fff;
}

.category-list .category-item a {
    color: #fff;
    margin-right: 10px;
    white-space: nowrap;
}

.category-list .category-item:hover a{
    color: #333;
}

.category-list .category-item a:hover{
    color: #0092FF;
}

.category-list .category-item:hover .hover-category{
    display: flex;
}

.category-list .category-item .app-category {
    min-width: 5em;
    font-size: 14px;
    font-weight: bold;
}

.category-list .category-item:hover .app-category {
    color: #0092FF;
}

/* 轮播上的分类 end */

/* 上部四个大分类 商城 秒杀 营销 开发商 */
.big-category-wrapper {
    background: #fff;
    padding: 20px 0;
}

.big-category {
    background: #fff;
}

.big-category img {
    width: 285px;
    height: 110px;
}


/* 交易市场 */
.market {
    margin-top: 16px;
    padding: 0 20px;
}

.market .common-title {
    position: relative;
}

.market .common-title .tab {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.market .common-title .tab div {
    margin-right: 28px;
}

.market .common-title .tab .tab-item {
    position: relative;
    cursor: pointer;
}

.market .common-title .tab .tab-item img {
    width: 36px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: -2em;
}

.market .common-title .tab div.active {
    color: #0092FF;
    position: relative;
    font-weight: bold;
}

.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: 20px;
    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 {
    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;
    border-bottom: 0;
    padding: 15px 10px 20px 10px;
}


.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 .sales {
    color: #999999;
}

.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(5n)) {
    margin-right: 15px;
}

.market .market-list .market-item img {
    width: 100%;
    height: 166px;
    transition: all .4s linear;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.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 */

.common-title {
    color: #333333;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 18px;
}

.common-title img {
    width: 24px;
    height: 22px;
    margin-right: 10px;
}

/* 应用服务 */
.app-service .common-title {
    margin-bottom: 0;
    border: 0;
}

.app-service .app-left {
    width: 390px;
    margin-right: 10px;
}

.app-service .app-left .publicity {
    position: relative;
    width: 390px;
    height: 260px;
    overflow: hidden;
}

.app-service .app-left .publicity:hover img {
    transform: scale(1.05);
    transition: transform .4s linear;

}

.app-service .app-left .publicity .sales-count {
    width: 100%;
    color: #fff;
    padding: 0 20px;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    height: 50px;
    left: 0;
    bottom: 0;
}

.app-service .app-left .publicity .sales-count div {
    font-size: 14px;
    margin-right: 50px;
}

.app-service .app-left .publicity img {
    width: 390px;
    height: 260px;
    transition: transform .4s linear;
}

.app-service .app-category {
    background: #fff;
    height: 150px;
    padding: 24px 20px;
}

.app-service .app-category .category-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.app-service .app-category .category-title div {
    color: #888888;
    font-size: 12px;
}

.app-service .app-category .app-category-list a {
    font-size: 12px;
    color: #FF6219;
    height: 20px;
    line-height: 20px;
    border: 1px solid #FF6219;
    padding: 0 10px;
    margin-bottom: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.app-service .app-category .app-category-list a:hover {
    color: #fff;
    background: #FF6219;
}

.app-service .app-category .app-category-list a:not(:nth-child(4n)) {
    margin-right: 20px;
}

.app-wrapper .app-list {
    height: 410px;
    width: 800px;
}

.app-wrapper .app-list .app-item {
    background: #fff;
    padding: 10px;
    height: 130px;
    transition: all .4s linear;
    animation: all .4s linear;
}

.app-wrapper .app-list .app-item:hover {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .06), -2px 3px 5px rgba(0, 0, 0, .06);
}

.app-wrapper .app-list .app-item .img-wrapper {
    width: 165px;
    height: 110px;
    margin-right: 12px;
    overflow: hidden;
}

.app-wrapper .app-list .app-item img {
    width: 165px;
    height: 110px;
    transition: all .4s linear;
    animation: all .4s linear;
}

.app-wrapper .app-list .app-item:hover img {
    transition: all .4s linear;
    animation: all .4s linear;
    transform: scale(1.05);
}

.app-wrapper .app-list .app-item:not(:nth-child(2n)) {
    margin-right: 15px;
}

.app-wrapper .app-list .app-item:nth-child(-n+5) {
    margin-bottom: 10px;
}

.app-wrapper .app-list .app-item .goods-content {
    height: 110px;
    line-height: 1;
}

.app-wrapper .app-list .app-item .tag {
    font-size: 12px;
    color: #999;
    margin: 12px 0;
}

.app-wrapper .app-list .app-item .service-type {
    font-size: 12px;
    display: inline-block;
    color: #FF9900;
    border-radius: 3px;
    border: 1px solid #FF9900;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 24px;
}

.app-wrapper .app-list .app-item .price {
    font-weight: bold;
    font-size: 14px;
}

.app-wrapper .app-list .app-item .sales {
    font-size: 12px;
}



.ad-task {
    margin: 20px auto;
}

.ad-task img {
    width: 100%;
    height: 120px;
}

/* 应用服务 end */
/* 浮动栏  */

.fixed-bar {
    font-size: 12px;
    width: 44px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    /* right: 272px; */
    right: 50%;
    margin-right: -666px;
    /* top: 200px; */
    top: 800px;
    border-radius: 5px;
    overflow: hidden;
}

.fixed-bar .cart {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-30deg, rgba(255, 153, 0, 1) 0%, rgba(255, 187, 25, 1) 100%);
}

.fixed-bar .cart a {
    color: #fff;
    width: 2em;
}

.fixed-bar .cart img {
    width: 25px;
    height: 25px;
}

.fixed-bar .to-top img {
    width: 18px;
    height: 20px;
}

.fixed-bar .service {
    width: 44px;
    height: 55px;
    padding: 8px 0 0 0
}

.fixed-bar .service img {
    width: 20px;
    height: 20px;
}

.fixed-bar .middle {
    color: grey;
    background: #fff;
    margin: 10px 0;
}

.fixed-bar .middle div {
    padding: 10px;
}

.fixed-bar .middle div.active {
    color: #0092ff;
}

.fixed-bar .middle div:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

/* 浮动栏 end */

/* 浮动的类 */
.hover-category {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    width: 980px;
    height: 314px;
    position: absolute;
    top: 0px;
    left: 220px;
    z-index: 9;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
    display: none;
    /* visibility: hidden; */
}

.hover-category .left {
    width: 660px;
    writing-mode: vertical-lr;
    overflow: hidden;
}

.hover-category .h-category-item {
    width: 210px;
    padding: 22px 20px 10px;
    display: inline-block;
    writing-mode: lr-tb;
    vertical-align: top;
}

.hover-category .h-category-item .item-name {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    writing-mode: lr-tb;
}

.hover-category .h-category-item .item-name span {
    color: #666;
}

.hover-category .h-category-item .item-list {
    writing-mode: lr-tb;
}

.hover-category .h-category-item .inner-item {
    margin: 0 10px 0px 0;
    line-height: 24px;
    writing-mode: lr-tb;
}

.hover-category .h-category-item .inner-item:hover {
    text-decoration: underline;
    color: #0092FF;
}

.hover-category .h-category-item .inner-item.hot {
    color: #FF6219;
}

.hover-category .right {
    font-size: 12px;
    width: 301px;
    border-left: 1px solid #eee;
    padding: 0px 20px 0 24px;
    margin: 20px 0px;
}

.hover-category .right::after{
    content: '';
    display: block;
    height: 100%;
}

.hover-category .right .item {
    line-height: 1.8;
    width: 116px;
    margin-bottom: 20px;
    align-self: flex-start;
}

.hover-category .right .item:not(:nth-child(2n)) {
    margin: 0 20px 0 0;
}

.hover-category .right .hover-img-wrapper {
    width: 116px;
    height: 88px;
    overflow: hidden;
}

.hover-category .right .hover-img-wrapper:hover img{
    transform: scale(1.05);
}

.hover-category .right img {
    width: 116px;
    height: 88px;
    transition: all .4s linear;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .06), -2px 3px 5px rgba(0, 0, 0, .06);
}

.hover-category .right .item{
    line-height: 1;
}

.hover-category .right .item .name {
    margin: 8px 0 10px 0;
}


/* 浮动的类 end */

/* 需求任务 */
.task .common-title {
    margin: 0;
    border: 0;
}

.task .task-left {
    width: 810px;
}

.task .task-left .task-type {
    background: #fff;
    padding: 20px;
    line-height: 40px;
    width: 390px;
    height: 220px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.task .task-left .task-title .type {
    font-size: 18px;
    font-weight: bold;
}

.task .task-left .task-title .more {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.task .task-left .task-title .more img {
    width: 14px;
    height: 14px;
}

.task .task-left .task-item .price {
    color: #FF6219;
    font-size: 14px;
    font-weight: bold;
    margin-right: 0em;
}

.task .task-left .task-type .task-person {
    margin-left: auto;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
}


.task .task-right {
    height: 450px;
    background: #fff;
}

.task .task-right img {
    height: 110px;
    width: 390px;
}

.task .deal-list {
    padding: 0 20px;
}

.task .deal-list .deal-item {
    height: 84px;
    padding: 20px 0;
}

.task .deal-list .deal-item:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.task .deal-list .deal-item .top span {
    color: #DCDCDC;
    margin-right: 4px;
}

.task .deal-list .deal-item .top a {
    margin: 0 4px;
}

.task .deal-list .deal-item .bottom {
    margin: 14px 0 0 0;
}

.task .deal-list .deal-item .bottom span {
    color: #FF6219;
    font-size: 14px;
    font-weight: bold;
}

/* 需求任务 end */

/* 流程 */
.deal-process img {
    width: 210px;
    height: 140px;
}

.deal-process .step-wrapper {
    text-align: center;
    flex: 1;
    position: relative;
    margin: 6px 0 4px 0;
    line-height: 1;
}

.deal-process .step-wrapper .line {
    /* border-top: 1px dashed #0092FF; */
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    top: 12px;
    transform: scaleY(.1) ;
    z-index: 0;
}

.deal-process .step-wrapper .step-num div:nth-child(1) {
    width: 4em;
    font-size: 24px;
    color: #0092FF;
    font-weight: bold;
    text-align: center;
    background: #fff;
    z-index: 99;
    position: relative;
}

.deal-process .step-wrapper .step-num:nth-child(-n+5) div.num::after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 1px dashed #0092ff;
    top: 12px;
    right: -50%;
    transform: translateX(50%);
}


.deal-process .step-wrapper .step-num div:nth-child(2) {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 14px;
}

.deal-process .step-wrapper .step-num div:nth-child(3) {
    color: #999;
    font-size: 12px;
}


.deal-process .step-text-wrapper .step-text {
    flex: 1;
    text-align: center;
}

.deal-process .step-text-wrapper .step-text div:first-child {
    font-size: 16px;
    margin-bottom: 4px;
}

.deal-process .step-text-wrapper .step-text div:last-child {
    color: #999;
    font-size: 12px;
}

/* 流程 */

/* 新闻 */
.news-wrapper {
    display: flex;
    margin-top: 16px;
}

.news-wrapper .module {
    width: 390px;
    height: 450px;
    padding: 30px 20px;
}

.news-wrapper .module:not(:last-child) {
    margin-right: 15px;
}

.news-wrapper .task-title {
    margin: 0 0 30px 0;
}

.news-wrapper .task-title .type {
    font-size: 20px;
    font-weight: bold;
}

.news-wrapper .task-title .more {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.news-wrapper .task-title .more img {
    width: 14px;
    height: 14px;
}

.news-wrapper .story .special {
    margin-bottom: 15px;
}

.news-wrapper .story .special:hover .title {
    color: #0092FF;
}

.news-wrapper .story .special.second {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.news-wrapper .story .special .img-wrapper {
    min-width: 130px;
    flex-shrink: 0;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
    transition: transform .4s linear;
}

.news-wrapper .big-news .img-wrapper:hover img,
.news-wrapper .story .special:hover img {
    transform: scale(1.05);
    transition: transform .4s linear;
}

.news-wrapper .story .special img {
    width: 130px;
    height: 90px;
}

.news-wrapper .story .special img,
.news-wrapper .big-news img {
    transition: transform .4s linear;
}

.news-wrapper .story .special .text-content {
    height: 90px;
    width: 200px;
}

.news-wrapper .story .special .text-content .desc {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    width: 200px;
}

.news-wrapper .news .normal,
.news-wrapper .story .normal {
    padding: 10px 0;
}

.news-wrapper .news .normal span,
.news-wrapper .story .normal span {
    color: #DCDCDC;
    margin-right: .5em;
}

.news-wrapper .big-news {
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.news-wrapper .big-news .img-wrapper {
    width: 350px;
    height: 160px;
    margin-bottom: 15px;
    overflow: hidden;
}

.news-wrapper .big-news img {
    width: 350px;
    height: 160px;
}

.read .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.read .item div:first-child {
    width: 24px;
    height: 24px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read .item:nth-child(-n+4) .num {
    color: #FF6219;
    border: 1px solid #FF6219;
}

/* 新闻 end */



/* 友链 */
.friend-link {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin: 16px auto 24px !important;
}

.friend-link div {
    font-weight: bold;
}

.friend-link a {
    margin-right: 1em;
}

/* 友链 end */