.project-list .el-tabs__active-bar {
    height: 4px;
}

.tabs-wrap {
    position: relative;
}

.tabs-wrap .el-tabs__header {
    position: absolute !important;
    width: 100%;
    top: 0px;
    margin-bottom: 30px;
}



.list__banner img {
    width: 1150px;
    height: 100px;
    border-radius: 3px;
}

.title-item {
    font-weight: 700;
    font-size: 18px;
}

.title-project {
    color: #fff;
    text-shadow: .2rem 0 .5rem #1890ff, -.2rem 0 .5rem #1890ff, 0 .2rem .5rem #1890ff, 0 -.2rem .5rem #1890ff;
}

.title-reward {
    color: #000;
    text-shadow: .2rem 0 .5rem red, -.2rem 0 .5rem red, 0 .2rem .5rem red, 0 -.2rem .5rem red;
}

.white-light {
    cursor: pointer
}

.white-light:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 280px;
    height: 15px;
    background-color: #fff;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights-data-v-75fc2e5b 1s ease-in 1s infinite;
    animation: searchLights-data-v-75fc2e5b 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights-data-v-75fc2e5b {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights-data-v-75fc2e5b {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}



.menu-hover-lines li {
    position: relative;
}

.menu-hover-lines li .hot-img {
    position: absolute;
    top: 0;
    right: -8px;
    width: 24px;
    height: 12px;
}

.top__bar .logo {
    float: left;
}

.top__bar__left {

    margin-left: 20px;
}

.top__bar__right {

}

.zb-top-bar .menu a {
    line-height: 43px !important;
}

.top__bar .user-logo {
    margin-top: -3px !important;
}

.top-bar-container {
    position: relative;
}

.row {
    max-width: 1150px !important;
}

.title-bar-left .menu-icon-style .menu-icon span::after {
    background: #ccc;
}

.top-bar-left ul li {
    margin: 0 0;
}

.more-op-dropdown-pane .dropdown-pane {
    padding: 0;
    right: 0;
    border: none;
    -webkit-box-shadow: 0px 0px 8px #c8c8c8;
    box-shadow: 0px 0px 8px #c8c8c8;
    width: 375px;
}

/*.more-op-panel a {
    color: #ccc;
    font-size: 15px;
    display: block;
    height: 55px;
    line-height: 50px;
}*/

/*.more-op-panel a:hover {
    color: #20a0ff;
}*/

/*.more-op-panel a > span {
    margin-left: 8px;
}*/

/*.more-op-panel > div {
    padding: 0px 12px;
    border-top: solid 1px #efefef;
    display: block;
}*/
.more-op-panel > div:last-child {
    border-radius: 0px 0px 3px 3px;
}

.more-op-panel > div:hover {
    cursor: pointer;
}

.more-op-panel > div:hover i {
    /*color: #20a0ff;*/
    cursor: pointer;
}

.more-op-panel .identity-list-item {
    /*display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;*/
    overflow: hidden;
    color: #333;
}

.more-op-panel .identity-list-item .list-item {
    height: 70px;
    border-left: 5px solid #fff;
    overflow: hidden;
}

.more-op-panel .identity-list-item .list-item:hover {
    background-color: rgba(242, 242, 242, 1);
    border-left: 5px solid #1890ff;
}

.more-op-panel .identity-list-item .list-item__img {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    float: left;
}

.more-op-panel .identity-list-item .list-item__img img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.more-op-panel .identity-list-item .list-item__content {
}

.more-op-panel .identity-list-item .list-item__content p {
    font-size: 13px;
    line-height: 22px;
}

.more-op-panel .identity-list-item .list-item__content1 {
    float: left;
    line-height: 70px;
    padding-left: 25px;
}

.more-op-panel .identity-list-item .list-item__content1 .content-name {
    line-height: 28px;
    font-size: 14px;
}

.more-op-panel .identity-list-item .list-item__content1 .content-name:hover {
    color: #1890ff;
}

.more-op-panel .identity-list-item .list-item__content2 {
    float: right;
    text-align: right;
    /*padding-right: 15px;*/
}

.more-op-panel .identity-list-item .list-item__content2 a {
    display: inline-block;
    color: #169BD5;
    font-size: 14px;
    line-height: 22px;
}

.more-op-panel .is-active {
    background-color: rgba(242, 242, 242, 1);
    border-left: 5px solid #1890ff !important;
}

.more-op-panel .open-company-box img {
    width: 40px;
    height: 40px;
}

.more-op-panel .logout {
    cursor: pointer;
    /*display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;*/
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-top: 1px dashed rgba(242, 242, 242, 1);
}

.more-op-panel .logout:hover {
    color: #1890ff;
}

.more-op-panel .logout .left {
    margin-right: 8px;
    line-height: 30px;
}

.zb-top-bar .menu a:focus {
    color: white !important;
}

.zb-top-bar {
    height: 56px;
}

/** 移动端头部样式 */
.zb-m-header {
    position: relative;
    z-index: 22;
    margin: 0 auto;
    border: none;
    padding: 14px;
    background-color: #000;
}

.zb-m-header__logo {
    margin-left: 10px;
    height: 21px;
}

.zb-m-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    max-height: 100%;
    overflow-y: auto;
    z-index: 1240;
}

.zb-m-menu__container {
    width: 250px;
    height: 100%;
    background: #000;
    margin: 0;
}

.zb-m-menu__logo {
    padding-left: 8px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #33333a;
}

.zb-m-menu__logo__img {
    height: 21px;
}

.zb-m-menu__list {
    padding: 0 8px;
    list-style-type: none;
}

.zb-m-menu__item {
    padding: 0;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #33333a;
}

.zb-m-menu__item a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.slide-enter-active {
    -webkit-transition: left .5s;
    transition: left .5s;
}

.slide-enter /* .fade-leave-active below version 2.1.8 */
{
    left: -100%;
}

.is-twinkle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f30214), to(#f30214));
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe-data-v-fd7c6a76;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes breathe-data-v-fd7c6a76 {
    0% {
        opacity: .2;
        -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
        box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
    }
    100% {
        opacity: 1;
        border: 1px solid rgba(243, 2, 20, 1);
    }
}

.animate {
    -webkit-animation: mymove-data-v-fd7c6a76 1s infinite;
    animation: mymove-data-v-fd7c6a76 1s infinite;
}

.animate .el-badge__content.is-fixed {
    top: 3px;
}

.animate .el-badge__content {
    border: none !important;
}

@-webkit-keyframes mymove-data-v-fd7c6a76 {
    0% {
        bottom: -8px;
    }
    50% {
        bottom: 2px;
    }
    100% {
        bottom: -8px;
    }
}

@keyframes mymove-data-v-fd7c6a76 {
    0% {
        bottom: -8px;
    }
    50% {
        bottom: 2px;
    }
    100% {
        bottom: -8px;
    }
}

a:hover {
    color: #595959;
}

.member a {
    color: #f9d681;
}

/* 搜索框 */
#search-box {
    height: 43px !important;
    line-height: 40px !important;
    font-size: 12px !important;
}

#search-box .search-input {
}

#search-box .search-input .el-input__inner {
    font-size: 14px;
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
}

#search-box .search-input .search-button {
    border: none;
    background: transparent;
    margin: 0px auto;
    width: 100%;
    border-radius: 0;
}

#search-box .search-input .el-icon-search {
    font-size: 28px;
}

#search-box .search-input .el-input-group__append {
    background: #1890FF;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 90px;
    padding: 0px;
}

#search-box .search-input .el-input-group__append:hover {
    background: #40A9FF;
}

#search-box .search-input .el-input-group__append:active {
    background: #096DD9;
}

#search-box .search-input .el-input-group__append button {
    height: 40px;
}

#search-box .search-input .el-input-group__append button i {
    line-height: 18px;
}

/* 查询选项区域 */
.sc-box {
}

.sc-box .sc-row {
}

.sc-box .sc-row .sc-row-title {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

.sc-box .sc-row .sc-row-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
}

.sc-box .sc-row .sc-row-options .option {
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 10px 5px 5px 0;
    cursor: pointer;
    min-width: 74px;
    border-radius: 3px;
    border: solid 1px rgba(191, 203, 217, 1);
    /*background: #efefef;*/
}

.sc-box .sc-row .sc-row-options .active {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
}

.project-list {
}

.project-list > .el-row {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px 16px;
    margin: 16px 0px;
    /*max-height: 110px;*/
}

.project-list .row-shadow {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(206, 210, 214, 0.6);
    box-shadow: 0 1px 3px 0 rgba(206, 210, 214, 0.6);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.project-list .row-shadow:hover {
    -webkit-box-shadow: 0px 6px 12px 0px rgba(206, 210, 214, 0.2);
    box-shadow: 0px 6px 12px 0px rgba(206, 210, 214, 0.2);
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    /*transform: translate3d(0, -2px, 0);*/
}

.project-list > .el-row:first-child {
}

.project-list > .el-row:last-child {
    margin-bottom: 0px;
}

.project-list > .el-row .col-20 {
    margin-right: 16px;
}

.project-list > .el-row .col-80 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.project-list > .el-row .col-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 30px;
}

.project-list .project-img {
    width: 150px;
    height: 110px;
    min-width: 35px;
    min-height: 35px;
}

.project-list .title {
    font-size: 18px;
    color: black;
    font-weight: 700;
}

.project-list .title a {
    color: black;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; /* 不换行 */
    /*width:10rem;*/ /* 这儿对pc端影响太大，先注释掉，做适配的时候一定要注意 */
}

.project-list .title a:hover {
    color: #2093ff;
}

.project-list .money {
    color: #f00;
    font-size: 16px;
    font-weight: 400;
}

.project-list .money span {
    font-size: 16px;
}

.project-list .tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
}

.project-list .tags .company {
    background: #FF3300;
    color: #fff;
}

.project-list .tags span {
    display: inline-block;
    max-width: 160px;
    min-width: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin-right: 8px;
    padding: 0px 10px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; /* 不换行 */
    color: #666;
}

.project-list .others {
    margin-top: 5px;
}

.project-list .others .pubtime {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.project-list .others .bidding {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.project-list .others .hr {
    height: 30px;
    padding: 0 10px;
    color: #efefef;
}

.project-list .others .bidding b {
    font-size: 15px;
    color: #151519;
    font-weight: 700;
}

.project-list .others .skills {
    overflow: hidden;
    content: '';
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    color: #999;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.project-list .others .view-count {
    height: 30px;
    padding-top: 0;
}

.project-list .others .view-time {
    text-align: right;
}

.project-list .others .view-skill {
    text-align: left;
}

.el-pagination button {
    display: inline-block !important;
}

.el-pagination button.btn-next {
    display: inline-block !important;
}

/*.isfixed {
    position: fixed;
    top: 0;
    width: 264px;
}*/

/*.project-list-slider-absolute {
    position: absolute;
    bottom: 0;
    width: 264px;
}*/
.panel-right {
    width: 280px;
}

.developers a {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    display: block;
}

.developer-banner {
    width: 100%;
}

.developer-banner img {
    width: 100%;
}



#list .el-pager li {
    padding: 0 4px;
    font-size: 14px;
    min-width: 38px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 0 !important;
}

.project-recommend__Image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



.publish__submit button {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #1890ff;
    color: #fff;
    cursor: pointer;
}

.publish__submit button:hover {
    background-color: #40A9FF;
}

.publish__submit button:active {
    background-color: #096DD9;
}

.teacher-banner {
    cursor: pointer;
}

.list__banner {
    margin: 0 0 16px;
    cursor: pointer;
    width: 1150px;
    height: 100px;
    border-radius: 3px;
}

.list__banner img {
    width: 1150px;
    height: 100px;
    border-radius: 3px;
}

.quality img {
    border-radius: 3px;
}

.service-star {
    width: 100%;
    background-color: #fff;
    padding: 20px 16px 0;
    margin-top: 20px;
}

.service-star__top {
    margin-bottom: 30px;
    height: 24px;
    position: relative;
}

.service-star__top img {
    width: 87px;
    height: 24px;
}

.service-star__top span {
    font-size: 12px;
    color: #8c8c8c;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.service-star__bot {
}

.bot__item {
    margin-bottom: 30px;
    display: inline-block;
}

.bot__item img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.bot__item__right {
    float: left;
    padding-left: 12px;
}

.bot__item__right h5 {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.1px;
    margin: 0;
    padding-bottom: 5px;
}

.right__text {
    font-size: 14px;
    color: #8C8C8C;
}

.right__text span {
    display: inline-block;
}

.right__text .right__text__province {
    min-width: 30px;
    max-width: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right__text .right__text__type {
    width: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right__text a {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    color: #2093FF;
    padding-left: 5px;
}

.right__text__icon {
    color: #ededed !important;
    margin: 0 8px;
    font-weight: 700;
    vertical-align: top;
}

.bot__item__skill {
    padding-top: 16px;
    margin-right: -10px;
}

.bot__item__skill span {
    width: 74px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #F1F3F4;
    color: #8c8c8c;
    font-size: 13px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-star__btn {
    background-color: #1890ff;
    width: 248px;
    height: 34px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.service-star__btn :hover {
    background-color: #40A9FF;
}

.service-star__btn :active {
    background-color: #096DD9;
}

.service-star__btn a {
    color: #fff;
}

.search__end__btn .el-checkbox-button--mini .el-checkbox-button__inner {
    padding: 0;
    min-width: 74px;
    height: 28px;
    line-height: 28px;
    border: none;
    margin-right: 5px;
    color: #999;
    border-radius: 3px;
}

.search__end__btn .el-checkbox-button__inner:hover {
    background: #efefef;
    border: none;
}

.search__end__btn .is-checked .el-checkbox-button__inner {
    color: #fff !important;
    background: #1890ff;
}

.search__end__btn .is-checked .el-checkbox-button__inner:hover {
    background: #1890ff;
}



.pagination .el-pagination .btn-next {
    border: 1px solid #d1dbe5;
}

/*.list__main {
    clear: both;
    min-height: 2120px;
}*/
.list__main:after {
    content: '';
    display: block;
    clear: both;
}

.main__left {
    width: 854px;
    float: left;
}

.main__right {
    width: 280px;
    float: right;
    margin-left: 16px;
}

.search__main {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    border-radius: 3px;
}

.search__title {
    line-height: 28px;
    font-size: 12px;
    color: #151519;
}

.search__box {
    padding: 16px 10px 0 16px;
}

.search__sort {
    border-top: 1px dashed #efefef;
    margin: 0 !important;
}

.sort__title {
    vertical-align: middle;
    padding-right: 16px;
}

.sort__btn {
    color: #333;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
}

.sort__btn i {
    height: 56px;
    padding: 20px 10px;
    color: #333;
    font-size: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sort__btn1 i {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.sort__icon {
    padding: 0 16px;
    color: #ededed;
}

.sort__btn0 {
    color: #f00;
}

.sort__btn0 i {
    color: #f00 !important;
}

.search__item {
    overflow: hidden;
    margin-bottom: 6px;
}

.search__item--bottom {
    margin-bottom: 6px;
}

.item__left {
    width: 10%;
    float: left;
}

.item__right {
    width: 90%;
    float: right;
}

.search__btn {
    margin: 0;
}

.search__btn--mb {
    margin-bottom: -10px;
}

.search__end__btn {
    margin: 0;
}

.btn__item {
    margin: 0 8px 10px 0 !important;
    border: none !important;
    font-size: 12px;
    color: #999;
}

.btn__item--money {
    padding: 0 5px;
    margin-right: 20px !important;
}

.btn__item:hover {
    background: #efefef;
}

.notice {
    width: 100%;
    height: 48px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 16px;
}

.notice img {
    margin: 11px 0 11px 11px;
}

.notice__main {
    height: 48px;
    width: 230px;
    float: right;
}

.notice__main p {
    font-size: 13px;
    color: #f63;
    line-height: 48px;
}

.notice__text {
    padding-right: 15px;
    height: 210px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.notice__text li {
    height: 35px;
    line-height: 35px;
}

.notice__text li a {
    color: #f63;
}

.notice__animate {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.info {
    width: 100%;
    height: 266px;
    padding: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.info__wx {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}

.wx__img {
    width: 80px;
    height: 80px;
    float: left;
}

.wx__img img {
    width: 80px;
    height: 80px;
}

.wx__text {
    width: 180px;
    padding: 0 5px;
    float: right;
}

.wx__text h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 31px;
}

.wx__text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.info__item {
    padding: 15px 0;
    border-top: 1px dashed #efefef;
}

.info__item span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.info__item__title {
    font-size: 13px;
    color: #999;
    padding-left: 10px;
}

.info__item__text {
    font-size: 16px;
    color: #151519;
    font-weight: 700;
    float: right;
}

.info__item__text a {
    color: #151519;
}

.publish {
    background: white;
    margin-bottom: 16px;
}

.publish__submit {
    /*padding: 10px 16px;*/
    padding: 0;
}

.publish__text {
    border-top: 1px dashed #F2F2F2;
    padding: 10px 16px;
}

.publish__text a {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    display: block;
    color: #999999;
    margin-bottom: 5px;
}

.publish__text a:hover {
    color: rgb(32, 147, 255);
}

.publish > span {
    font-style: oblique;
    margin-top: 26px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #151519;
    display: block;
    text-align: center;
}

.logo-flash {
    position: relative;
    width: 280px;
    height: 112px;
    overflow: hidden;
}

.white-light {
    cursor: default
}

.white-light:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 280px;
    height: 15px;
    background-color: #fff;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights-data-v-7f8b7da4 1s ease-in 1s infinite;
    animation: searchLights-data-v-7f8b7da4 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights-data-v-7f8b7da4 {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights-data-v-7f8b7da4 {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

#box {
    height: 253px;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
}

.anim {
    -webkit-transition: all 2s;
    transition: all 2s;
    margin-top: -90px;
}

#con1 li {
    list-style: none;
    height: 90px;
}

#con1 li .top-info {
    /*background: #f2f8ff;*/
    background: #F1F3F4;
    border-radius: 4px;
    color: #151519;
    padding: 6px;
}

#con1 li .top-info span {
    color: #1890ff;
}

#con1 li .bot-info {
    margin-top: 10px;
    padding-bottom: 10px;
    color: #f00;
    border-bottom: 1px dashed #8c8c8c;
}

#con1 li .bot-info span {
    color: #151519;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    text-align: right;
}

#con1 li .main-info {
    margin-right: 10px;
    text-align: left;
    overflow: hidden;
}

#con1 li .main-info p {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

#con1 li .main-info span {
    float: right;
    display: inline-block;
}

.three-info {
    margin-top: 16px;
}

.three-info .three-info__title {
    padding: 10px 0 4px 0;
    font-size: 14px;
    border-bottom: 2px solid #1890ff;
    width: 80px;
    margin-left: 8px;
}


/* 搜索框 */
#search-box {
    height: 43px !important;
    line-height: 40px !important;
    font-size: 12px !important;
}

#search-box .search-input {
}

#search-box .search-input .el-input__inner {
    font-size: 14px;
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
}

#search-box .search-input .search-button {
    border: none;
    background: transparent;
    margin: 0px auto;
    width: 100%;
    border-radius: 0;
}

#search-box .search-input .el-icon-search {
    font-size: 28px;
}

#search-box .search-input .el-input-group__append {
    background: #1890FF;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 90px;
    padding: 0px;
}

#search-box .search-input .el-input-group__append:hover {
    background: #40A9FF;
}

#search-box .search-input .el-input-group__append:active {
    background: #096DD9;
}

#search-box .search-input .el-input-group__append button {
    height: 40px;
}

#search-box .search-input .el-input-group__append button i {
    line-height: 18px;
}

/* 查询选项区域 */
.sc-box {
}

.sc-box .sc-row {
}

.sc-box .sc-row .sc-row-title {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

.sc-box .sc-row .sc-row-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
}

.sc-box .sc-row .sc-row-options .option {
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 10px 5px 5px 0;
    cursor: pointer;
    min-width: 74px;
    border-radius: 3px;
    border: solid 1px rgba(191, 203, 217, 1);
    /*background: #efefef;*/
}

.sc-box .sc-row .sc-row-options .active {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
}

.project-list {
}

.project-list > .el-row {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px 16px;
    margin: 16px 0px;
    /*max-height: 110px;*/
}

.project-list .row-shadow {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(206, 210, 214, 0.6);
    box-shadow: 0 1px 3px 0 rgba(206, 210, 214, 0.6);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.project-list .row-shadow:hover {
    -webkit-box-shadow: 0px 6px 12px 0px rgba(206, 210, 214, 0.2);
    box-shadow: 0px 6px 12px 0px rgba(206, 210, 214, 0.2);
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    /*transform: translate3d(0, -2px, 0);*/
}

.project-list > .el-row:first-child {
}

.project-list > .el-row:last-child {
    margin-bottom: 0px;
}

.project-list > .el-row .col-20 {
    margin-right: 16px;
}

.project-list > .el-row .col-80 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.project-list > .el-row .col-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 30px;
}

.project-list .project-img {
    width: 150px;
    height: 110px;
    min-width: 35px;
    min-height: 35px;
}

.project-list .title {
    font-size: 18px;
    color: black;
    font-weight: 700;
}

.project-list .title a {
    color: black;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; /* 不换行 */
    /*width:10rem;*/ /* 这儿对pc端影响太大，先注释掉，做适配的时候一定要注意 */
}

.project-list .title a:hover {
    color: #2093ff;
}

.project-list .money {
    color: #f00;
    font-size: 16px;
    font-weight: 400;
}

.project-list .money span {
    font-size: 16px;
}

.project-list .tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
}

.project-list .tags .company {
    background: #FF3300;
    color: #fff;
}

.project-list .tags span {
    display: inline-block;
    max-width: 160px;
    min-width: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin-right: 8px;
    padding: 0px 10px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; /* 不换行 */
    color: #666;
}

.project-list .others {
    margin-top: 5px;
}

.project-list .others .pubtime {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.project-list .others .bidding {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.project-list .others .hr {
    height: 30px;
    padding: 0 10px;
    color: #efefef;
}

.project-list .others .bidding b {
    font-size: 15px;
    color: #151519;
    font-weight: 700;
}

.project-list .others .skills {
    overflow: hidden;
    content: '';
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    color: #999;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.project-list .others .view-count {
    height: 30px;
    padding-top: 0;
}

.project-list .others .view-time {
    text-align: right;
}

.project-list .others .view-skill {
    text-align: left;
}

.el-pagination button {
    display: inline-block !important;
}

.el-pagination button.btn-next {
    display: inline-block !important;
}

/*.isfixed {
    position: fixed;
    top: 0;
    width: 264px;
}*/

/*.project-list-slider-absolute {
    position: absolute;
    bottom: 0;
    width: 264px;
}*/
.panel-right {
    width: 280px;
}

.developers a {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    display: block;
}

.developer-banner {
    width: 100%;
}

.developer-banner img {
    width: 100%;
}




#list .el-pager li {
    padding: 0 4px;
    font-size: 14px;
    min-width: 38px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 0 !important;
}

.project-recommend__Image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}




.publish__submit button {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #1890ff;
    color: #fff;
    cursor: pointer;
}

.publish__submit button:hover {
    background-color: #40A9FF;
}

.publish__submit button:active {
    background-color: #096DD9;
}

.teacher-banner {
    cursor: pointer;
}

.quality img {
    border-radius: 3px;
}

.service-star {
    width: 100%;
    background-color: #fff;
    padding: 20px 16px 0;
    margin-top: 20px;
}

.service-star__top {
    margin-bottom: 30px;
    height: 24px;
    position: relative;
}

.service-star__top img {
    width: 87px;
    height: 24px;
}

.service-star__top span {
    font-size: 12px;
    color: #8c8c8c;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.service-star__bot {
}

.bot__item {
    margin-bottom: 30px;
    display: inline-block;
}

.bot__item img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.bot__item__right {
    float: left;
    padding-left: 12px;
}

.bot__item__right h5 {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.1px;
    margin: 0;
    padding-bottom: 5px;
}

.right__text {
    font-size: 14px;
    color: #8C8C8C;
}

.right__text span {
    display: inline-block;
}

.right__text .right__text__province {
    min-width: 30px;
    max-width: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right__text .right__text__type {
    width: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right__text a {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    color: #2093FF;
    padding-left: 5px;
}

.right__text__icon {
    color: #ededed !important;
    margin: 0 8px;
    font-weight: 700;
    vertical-align: top;
}

.bot__item__skill {
    padding-top: 16px;
    margin-right: -10px;
}

.bot__item__skill span {
    width: 74px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #F1F3F4;
    color: #8c8c8c;
    font-size: 13px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-star__btn {
    background-color: #1890ff;
    width: 248px;
    height: 34px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.service-star__btn :hover {
    background-color: #40A9FF;
}

.service-star__btn :active {
    background-color: #096DD9;
}

.service-star__btn a {
    color: #fff;
}



.pagination .el-pagination .btn-next {
    border: 1px solid #d1dbe5;
}

/*.list__main {
    clear: both;
    min-height: 2120px;
}*/
.list__main:after {
    content: '';
    display: block;
    clear: both;
}

.main__left {
    width: 854px;
    float: left;
}

.main__right {
    width: 280px;
    float: right;
    margin-left: 16px;
}

.search__main {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    border-radius: 3px;
}

.search__title {
    line-height: 28px;
    font-size: 12px;
    color: #151519;
}

.search__box {
    padding: 16px 10px 0 16px;
}

.search__sort {
    border-top: 1px dashed #efefef;
    margin: 0 !important;
}

.sort__title {
    vertical-align: middle;
    padding-right: 16px;
}

.sort__btn {
    color: #333;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
}

.sort__btn i {
    height: 56px;
    padding: 20px 10px;
    color: #333;
    font-size: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sort__btn1 i {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.sort__icon {
    padding: 0 16px;
    color: #ededed;
}

.sort__btn0 {
    color: #f00;
}

.sort__btn0 i {
    color: #f00 !important;
}

.search__item {
    overflow: hidden;
    margin-bottom: 6px;
}

.search__item--bottom {
    margin-bottom: 6px;
}

.item__left {
    width: 10%;
    float: left;
}

.item__right {
    width: 90%;
    float: right;
}

.search__btn {
    margin: 0;
}

.search__btn--mb {
    margin-bottom: -10px;
}

.btn__item {
    margin: 0 8px 10px 0 !important;
    border: none !important;
    font-size: 12px;
    color: #999;
}

.btn__item--money {
    padding: 0 5px;
    margin-right: 20px !important;
}

.btn__item:hover {
    background: #efefef;
}

.notice {
    width: 100%;
    height: 48px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 16px;
}

.notice img {
    margin: 11px 0 11px 11px;
}

.notice__main {
    height: 48px;
    width: 230px;
    float: right;
}

.notice__main p {
    font-size: 13px;
    color: #f63;
    line-height: 48px;
}

.notice__text {
    padding-right: 15px;
    height: 210px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.notice__text li {
    height: 35px;
    line-height: 35px;
}

.notice__text li a {
    color: #f63;
}

.notice__animate {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.info {
    width: 100%;
    height: 266px;
    padding: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.info__wx {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}

.wx__img {
    width: 80px;
    height: 80px;
    float: left;
}

.wx__img img {
    width: 80px;
    height: 80px;
}

.wx__text {
    width: 180px;
    padding: 0 5px;
    float: right;
}

.wx__text h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 31px;
}

.wx__text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.info__item {
    padding: 15px 0;
    border-top: 1px dashed #efefef;
}

.info__item span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.info__item__title {
    font-size: 13px;
    color: #999;
    padding-left: 10px;
}

.info__item__text {
    font-size: 16px;
    color: #151519;
    font-weight: 700;
    float: right;
}

.info__item__text a {
    color: #151519;
}

.publish {
    background: white;
    margin-bottom: 16px;
}

.publish__submit {
    /*padding: 10px 16px;*/
    padding: 0;
}

.publish__text {
    border-top: 1px dashed #F2F2F2;
    padding: 10px 16px;
}

.publish__text a {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    display: block;
    color: #999999;
    margin-bottom: 5px;
}

.publish__text a:hover {
    color: rgb(32, 147, 255);
}

.publish > span {
    font-style: oblique;
    margin-top: 26px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #151519;
    display: block;
    text-align: center;
}

.logo-flash {
    position: relative;
    width: 280px;
    height: 112px;
    overflow: hidden;
}

.white-light {
    cursor: default
}

.white-light:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 280px;
    height: 15px;
    background-color: #fff;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights-data-v-4f89a479 1s ease-in 1s infinite;
    animation: searchLights-data-v-4f89a479 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights-data-v-4f89a479 {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights-data-v-4f89a479 {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

#box {
    height: 253px;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
}

.anim {
    -webkit-transition: all 2s;
    transition: all 2s;
    margin-top: -90px;
}

#con1 li {
    list-style: none;
    height: 90px;
}

#con1 li .top-info {
    /*background: #f2f8ff;*/
    background: #F1F3F4;
    border-radius: 4px;
    color: #151519;
    padding: 6px;
}

#con1 li .top-info span {
    color: #1890ff;
}

#con1 li .bot-info {
    margin-top: 10px;
    padding-bottom: 10px;
    color: #f00;
    border-bottom: 1px dashed #8c8c8c;
}

#con1 li .bot-info span {
    color: #151519;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    text-align: right;
}

#con1 li .main-info {
    margin-right: 10px;
    text-align: left;
    overflow: hidden;
}

#con1 li .main-info p {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

#con1 li .main-info span {
    float: right;
    display: inline-block;
}

.three-info {
    margin-top: 16px;
}

.three-info .three-info__title {
    padding: 10px 0 4px 0;
    font-size: 14px;
    border-bottom: 2px solid #1890ff;
    width: 80px;
    margin-left: 8px;
}


/* 搜索框 */
#search-box {
    height: 43px !important;
    line-height: 40px !important;
    font-size: 12px !important;
}

#search-box .search-input {
}

#search-box .search-input .el-input__inner {
    font-size: 14px;
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
}

#search-box .search-input .search-button {
    border: none;
    background: transparent;
    margin: 0px auto;
    width: 100%;
    border-radius: 0;
}

#search-box .search-input .el-icon-search {
    font-size: 28px;
}

#search-box .search-input .el-input-group__append {
    background: #1890ff;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 90px;
    padding: 0px;
}

#search-box .search-input .el-input-group__append:hover {
    background: #40a9ff;
}

#search-box .search-input .el-input-group__append:active {
    background: #096dd9;
}

#search-box .search-input .el-input-group__append button {
    height: 40px;
}

#search-box .search-input .el-input-group__append button i {
    line-height: 18px;
}

/* 查询选项区域 */
.sc-box {
}

.sc-box .sc-row {
}

.sc-box .sc-row .sc-row-title {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

.sc-box .sc-row .sc-row-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
}

.sc-box .sc-row .sc-row-options .option {
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 10px 5px 5px 0;
    cursor: pointer;
    min-width: 74px;
    border-radius: 3px;
    border: solid 1px rgba(191, 203, 217, 1);
    /*background: #efefef;*/
}

.sc-box .sc-row .sc-row-options .active {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
}

.project-list {
}

.project-list > .el-row {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px 16px;
    margin: 16px 0px;
    /*max-height: 110px;*/
}

.project-list .row-shadow {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(206, 210, 214, 0.6);
    box-shadow: 0 1px 3px 0 rgba(206, 210, 214, 0.6);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.project-list .row-shadow:hover {
    -webkit-box-shadow: 0px 6px 12px 0px rgba(206, 210, 214, 0.2);
    box-shadow: 0px 6px 12px 0px rgba(206, 210, 214, 0.2);
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    /*transform: translate3d(0, -2px, 0);*/
}

.project-list > .el-row:first-child {
}

.project-list > .el-row:last-child {
    margin-bottom: 0px;
}

.project-list > .el-row .col-20 {
    margin-right: 16px;
}

.project-list > .el-row .col-80 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.project-list > .el-row .col-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 30px;
}

.project-list .project-img {
    width: 100px;
    height: 100px;
    min-width: 35px;
    min-height: 35px;
}

.project-list .title {
    font-size: 18px;
    color: black;
    font-weight: 700;
}

.project-list .title a {
    color: black;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; /* 不换行 */
    /*width:10rem;*/ /* 这儿对pc端影响太大，先注释掉，做适配的时候一定要注意 */
}

.project-list .title a:hover {
    color: #2093ff;
}

.project-list .money {
    color: #f00;
    font-size: 16px;
    font-weight: 400;
}

.project-list .money span {
    font-size: 16px;
}

.project-list .tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
}

.project-list .tags .company {
    background: #ff3300;
    color: #fff;
}

.project-list .tags span {
    display: inline-block;
    max-width: 160px;
    min-width: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin-right: 8px;
    padding: 0px 10px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; /* 不换行 */
    color: #666;
}

.project-list .others {
    margin-top: 5px;
}

.project-list .others .pubtime {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.project-list .others .bidding {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.project-list .others .hr {
    height: 30px;
    padding: 0 10px;
    color: #efefef;
}

.project-list .others .bidding b {
    font-size: 15px;
    color: #151519;
    font-weight: 700;
}

.project-list .others .skills {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    color: #999;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.project-list .others .view-count {
    height: 30px;
    padding-top: 0;
}

.project-list .others .view-time {
    text-align: right;
}

.project-list .others .view-skill {
    text-align: left;
}

.el-pagination button {
    display: inline-block !important;
}

.el-pagination button.btn-next {
    display: inline-block !important;
}

/*.isfixed {
        position: fixed;
        top: 0;
        width: 264px;
    }*/

/*.project-list-slider-absolute {
        position: absolute;
        bottom: 0;
        width: 264px;
    }*/
.panel-right {
    width: 280px;
}

.developers a {
    width: 100%;
    text-align: center;
    display: block;
}

.developer-banner {
    width: 100%;
}

.developer-banner img {
    width: 100%;
}


#list .el-pager li {
    padding: 0 4px;
    font-size: 14px;
    min-width: 38px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 0 !important;
}

.project-recommend__Image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



.publish__submit button {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #1890ff;
    color: #fff;
    cursor: pointer;
}

.publish__submit button:hover {
    background-color: #40a9ff;
}

.publish__submit button:active {
    background-color: #096dd9;
}

.teacher-banner {
    cursor: pointer;
}

.list__banner {
    margin: 0 0 16px;
    cursor: pointer;
    width: 1150px;
    height: 100px;
    border-radius: 3px;
}

.list__banner img {
    width: 1150px;
    height: 100px;
    border-radius: 3px;
}

.quality img {
    border-radius: 3px;
}

.service-star {
    width: 100%;
    background-color: #fff;
    padding: 20px 16px 0;
    margin-top: 20px;
}

.service-star__top {
    margin-bottom: 30px;
    height: 24px;
    position: relative;
}

.service-star__top img {
    width: 87px;
    height: 24px;
}

.service-star__top span {
    font-size: 12px;
    color: #8c8c8c;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.service-star__bot {
}

.bot__item {
    margin-bottom: 30px;
    display: inline-block;
}

.bot__item img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.bot__item__right {
    float: left;
    padding-left: 12px;
}

.bot__item__right h5 {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.1px;
    margin: 0;
    padding-bottom: 5px;
}

.right__text {
    font-size: 14px;
    color: #8c8c8c;
}

.right__text span {
    display: inline-block;
}

.right__text .right__text__province {
    min-width: 30px;
    max-width: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right__text .right__text__type {
    width: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right__text a {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    color: #2093ff;
    padding-left: 5px;
}

.right__text__icon {
    color: #ededed !important;
    margin: 0 8px;
    font-weight: 700;
    vertical-align: top;
}

.bot__item__skill {
    padding-top: 16px;
    margin-right: -10px;
}

.bot__item__skill span {
    width: 74px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #f1f3f4;
    color: #8c8c8c;
    font-size: 13px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-star__btn {
    background-color: #1890ff;
    width: 248px;
    height: 34px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.service-star__btn :hover {
    background-color: #40a9ff;
}

.service-star__btn :active {
    background-color: #096dd9;
}

.service-star__btn a {
    color: #fff;
}

.list__main:after {
    content: "";
    display: block;
    clear: both;
}

.main__left {
    width: 854px;
    float: left;
}

.main__right {
    width: 280px;
    float: right;
    margin-left: 16px;
}

.search__main {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    border-radius: 3px;
}

.search__title {
    line-height: 28px;
    font-size: 12px;
    color: #151519;
}

.search__box {
    padding: 16px 10px 0 16px;
}

.search__sort {
    border-top: 1px dashed #efefef;
    margin: 0 !important;
}

.sort__title {
    vertical-align: middle;
    padding-right: 16px;
}

.sort__btn {
    color: #333;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
}

.sort__btn i {
    height: 56px;
    padding: 20px 10px;
    color: #333;
    font-size: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sort__btn1 i {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.sort__icon {
    padding: 0 16px;
    color: #ededed;
}

.sort__btn0 {
    color: #f00;
}

.sort__btn0 i {
    color: #f00 !important;
}

.search__item {
    overflow: hidden;
    margin-bottom: 6px;
}

.search__item--bottom {
    margin-bottom: 6px;
}

.item__left {
    width: 10%;
    float: left;
}

.item__right {
    width: 90%;
    float: right;
}

.search__btn {
    margin: 0;
}

.search__btn--mb {
    margin-bottom: -10px;
}

.btn__item {
    margin: 0 8px 10px 0 !important;
    border: none !important;
    font-size: 12px;
    color: #999;
}

.btn__item--money {
    padding: 0 5px;
    margin-right: 20px !important;
}

.btn__item:hover {
    background: #efefef;
}

.notice {
    width: 100%;
    height: 48px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 16px;
}

.notice img {
    margin: 11px 0 11px 11px;
}

.notice__main {
    height: 48px;
    width: 230px;
    float: right;
}

.notice__main p {
    font-size: 13px;
    color: #f63;
    line-height: 48px;
}

.notice__text {
    padding-right: 15px;
    height: 210px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.notice__text li {
    height: 35px;
    line-height: 35px;
}

.notice__text li a {
    color: #f63;
}

.notice__animate {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.info {
    width: 100%;
    height: 266px;
    padding: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.info__wx {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}

.wx__img {
    width: 80px;
    height: 80px;
    float: left;
}

.wx__img img {
    width: 80px;
    height: 80px;
}

.wx__text {
    width: 180px;
    padding: 0 5px;
    float: right;
}

.wx__text h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 31px;
}

.wx__text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.info__item {
    padding: 15px 0;
    border-top: 1px dashed #efefef;
}

.info__item span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.info__item__title {
    font-size: 13px;
    color: #999;
    padding-left: 10px;
}

.info__item__text {
    font-size: 16px;
    color: #151519;
    font-weight: 700;
    float: right;
}

.info__item__text a {
    color: #151519;
}

.publish {
    background: white;
    margin-bottom: 16px;
}

.publish__submit {
    /*padding: 10px 16px;*/
    padding: 0;
}

.publish__text {
    border-top: 1px dashed #f2f2f2;
    padding: 10px 16px;
}

.publish__text a {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    display: block;
    color: #999999;
    margin-bottom: 5px;
}

.publish__text a:hover {
    color: rgb(32, 147, 255);
}

.publish > span {
    font-style: oblique;
    margin-top: 26px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #151519;
    display: block;
    text-align: center;
}

.logo-flash {
    position: relative;
    width: 280px;
    height: 112px;
    overflow: hidden;
}

.white-light {
    cursor: default;
}

.white-light:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 280px;
    height: 15px;
    background-color: #fff;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights-data-v-5fd98e09 1s ease-in 1s infinite;
    animation: searchLights-data-v-5fd98e09 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights-data-v-5fd98e09 {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights-data-v-5fd98e09 {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 120px;
        top: 100px;
    }
}

#box {
    height: 253px;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
}

.anim {
    -webkit-transition: all 2s;
    transition: all 2s;
    margin-top: -90px;
}

#con1 li {
    list-style: none;
    height: 90px;
}

#con1 li .top-info {
    /*background: #f2f8ff;*/
    background: #f1f3f4;
    border-radius: 4px;
    color: #151519;
    padding: 6px;
}

#con1 li .top-info span {
    color: #1890ff;
}

#con1 li .bot-info {
    margin-top: 10px;
    padding-bottom: 10px;
    color: #f00;
    border-bottom: 1px dashed #8c8c8c;
}

#con1 li .bot-info span {
    color: #151519;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    text-align: right;
}

#con1 li .main-info {
    margin-right: 10px;
    text-align: left;
    overflow: hidden;
}

#con1 li .main-info p {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

#con1 li .main-info span {
    float: right;
    display: inline-block;
}

.three-info {
    margin-top: 16px;
}

.three-info .three-info__title {
    padding: 10px 0 4px 0;
    font-size: 14px;
    border-bottom: 2px solid #1890ff;
    width: 80px;
    margin-left: 8px;
}


.footer-img i {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
}

.footer-img img {
    width: 100%;
    height: 100%;
}

.side-bar__top {
    margin: 0;
    position: fixed;
    width: 200px;
    height: 124px;
    display: inline-block;
    top: 60%;
    left: 2%;
    z-index: 2000;
}

.side-bar__top img {
    width: 200px;
    height: 200px;
}

.side-bar__top {
    -webkit-animation: mymove-data-v-4ac5cdb6 4s infinite;
    animation: mymove-data-v-4ac5cdb6 4s infinite;
}

@-webkit-keyframes mymove-data-v-4ac5cdb6 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mymove-data-v-4ac5cdb6 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*.side-bar__top img:nth-child(1){
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: 102;
    top: -18px;
    left: -6px;
}
.side-bar__top img:nth-child(2){
    width: 114px;
    height: 124px;
    position: absolute;
    z-index: 101;
    top: -2px;
    left: 8px;
    transform-origin:right bottom;
    animation: service 3s infinite;
    !*animation-delay:1s*!
}
@keyframes service {
    0% {
        transform: rotate(0);
    }
    4% {
        transform: rotate(-15deg);
    }
    8% {
        transform: rotate(0);
    }
    12% {
        transform: rotate(-15deg);
    }
    16% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(-15deg);
    }
    24% {
        transform: rotate(0);
    }
    28% {
        transform: rotate(-15deg);
    }
    33% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.side-bar__top img:nth-child(3){
    width: 153px;
    height: 101px;
    position: absolute;
    z-index: 100;
    top: -9px;
    left: -6px;
}*/
.side-bar {
    display: block;
    _position: absolute;
    bottom: 100px;
    z-index: 22;
    width: 55px;
    right: 10px;
    position: fixed;
    _bottom: auto;

}

.side-bar .item {
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    margin: -1px 0 0;
    -webkit-box-shadow: 0 0 0 0 #cccccc;
    box-shadow: 0 0 0 0 #cccccc;
    border: solid 1px #e6e6e6;
}

.project-evaluation img {
    border-radius: 2px;
}

.side-bar .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    margin-top: -3px;
    font-size: 13px;
}

.side-bar .item a i {
    color: #000;
    line-height: 36px;
    font-size: 29px;
    margin-left: -8px;
}

.side-bar .item:first-child {
    margin-top: 0;
}

.side-bar .item .tool-icon {
    width: 30px;
    height: 33px;
    margin: 10px 8px;
    line-height: 44px;
}

.side-bar .item .backtop {
    width: 24px;
    height: 18px;
    margin-top: 18px;
}

.side-bar .item .service {
    width: 26px;
    height: 25px;
    margin-top: 15px;
}

.side-bar .item .feedback {
    width: 26px;
    height: 27px;
    margin-top: 15px;
}

.side-bar .item .project-manager {
    width: 24px;
    height: 26px;
    margin-top: 15px;
}

.side-bar .item .share-icon {
    width: 27px;
    height: 22px;
    margin: 10px 0 0 -4px;
    line-height: 44px;
}

.side-bar .item .wechaticon {
    width: 26px;
    height: 26px;
    margin: 11px 8px;
    line-height: 44px;
}

.side-bar .item .red {
    color: red;
}

/*.side-bar .item a:hover {*/
/*color: #2093ff;*/
/*}*/
/*.side-bar .item-online-service {*/
/*background-color: #FFFFFF;*/
/*}*/
.item-wechatqr:hover {
    background-color: white !important;
}

.item-wechatqr :hover {
    display: block !important;
}

.qrinfo-pc {
    position: absolute;
    display: none;
    bottom: -100px;
    right: 58px;
    overflow: hidden;
    background-color: white !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
    padding: 25px 26px;
    margin-right: 3px;
}

.qrinfo-pc .qrimg {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
    background-image: url("/static/images/wechatqr.png");
    background-size: cover;
    background-repeat: repeat;
}

.qrdialog-maindiv .qrimg {
    width: 220px;
    margin-bottom: 10px;
}



.qrdialog-mask {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
}

.qrdialog-maindiv {
    z-index: 20001;
    background-color: white;
    border-radius: 4px;
    padding-bottom: 2rem;
}

.paddinglr-2rem {
    padding: 0 2rem;
}

.qrdialog-maindiv .row-infotext p {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #48576A;
    text-align: center;
}

.row-closeimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: flex-end;
    padding-top: 10px;
    padding-bottom: 7px;
}

.closeimg {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
}

.side-bar .item .tool-tip {
    display: none;
}



/** 以下为分享的代码 */
.side-bar .item-share a {
    width: 32px;
    height: 32px;
}

.side-bar .item-share a:before {
    /*line-height: 40px;
    vertical-align: middle;*/
}

.side-bar .share-container {
    position: absolute;
    top: 0;
    right: 53px;
    width: 0;
    height: 55px;
    overflow: hidden;
}

.side-bar .item .share-container a {
    padding: 0;
}

.side-bar .share-container .social-share {
    padding: 6px 0;
    background: #fff;
    border: solid 1px #e6e6e6;
    position: absolute;
    left: 0;
    width: 140px;
}

.side-bar .item:hover .share-container {
    width: 140px;
    overflow: visible;
    -webkit-animation: share_display-data-v-4ac5cdb6 1s;
    animation: share_display-data-v-4ac5cdb6 1s;
}

.social-share .social-share-icon .help {
    line-height: 1.4rem !important;
}

@-webkit-keyframes share_display-data-v-4ac5cdb6 {
    0% {
        width: 0;
        overflow: hidden
    }
    30% {
        width: 140px;
    }
    100% {
        overflow: visible
    }
}

@keyframes share_display-data-v-4ac5cdb6 {
    0% {
        width: 0;
        overflow: hidden
    }
    30% {
        width: 140px;
    }
    100% {
        overflow: visible
    }
}



.el-badge__content.is-fixed.is-dot {
    right: 20px;
    margin-top: 10px;
    width: 16px;
    border: none;
    height: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-twinkle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f30214), to(#f30214));
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe-data-v-4ac5cdb6;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes breathe-data-v-4ac5cdb6 {
    0% {
        opacity: .2;
        -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
        box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
    }
    100% {
        opacity: 1;
        border: 1px solid rgba(243, 2, 20, 1);
    }
}

.item-back-top {
    margin-top: 10px !important;
    border-radius: 2px;
}

.item-im-chart {
    line-height: 43px;
}

.side-bar .side-bar__content {
    margin-right: 5px;
}

.side-bar .side-bar__content .item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
}

.side-bar .side-bar__content .item:nth-child(6) {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}


.menu-ul li {
    margin: 0 !important;
}


.company-logo {
    width: 100%;
    padding: 20px 10px;
    color: #fff;
}

.company-logo img {
    display: inline-block;
    height: 21px;
}

.company-logo span {
    display: inline-block;
    text-align: right;
    /*font-weight: bold;*/
    line-height: 30px;
    margin-left: 6px;
}

.footer-menus {
    padding: 0 10px;
}

.fonter-nav li {
    color: #fff;
}

.footer-menus li a {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #33333A;
}

.footer-menus li i {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.footer-subNav {
    margin-left: 0;
    margin-bottom: 0;
}

.footer-subNav li {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0;
    color: #fff;
}

.footer-subNav li a {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0;
    color: #fff;
    border-bottom: none;
}

.service {
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 9px;
    color: #fff;
}

.service h5 {
    font-size: 17px;
    font-weight: bold;
}

.service p {
    margin-bottom: 10px;
}

.footer-banquan {
    text-align: center;
    padding-top: 10px;
}

.footer-banquan p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.footer-banquan .icon-box {
    color: #fff;
    /*  padding: 16px 0;*/
}

.footer-banquan .icon-box a {
    display: inline-block;
    padding: 0;
}

.footer-banquan .icon-box .footer-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-right: 12px;
}

.footer-banquan .icon-box .footer-icon.icon1 {
    background: url(/static/images/footer-icon1.jpg) no-repeat;
}

.footer-banquan .icon-box .footer-icon.icon2 {
    background: url(/static/images/footer-icon2.jpg) no-repeat;
}

.footer-banquan .icon-box .footer-icon.icon3 {
    background: url(/static/images/footer-icon3.jpg) no-repeat;
    margin-right: 0px;
}

.site-footer .footer-bottom .logo {
    max-width: 9rem;
}

/* footer end */
/* footer start */
#footer {
    position: relative;
    width: 100%;
    /*margin-top: 65px;*/
    color: #fff;
}

#footer .footer-box {
    width: 1150px;
    color: #fff;
}

#footer .top {
    padding: 40px 0px;
    position: relative;
}

#footer .top ul {
    padding: 0 0;
    line-height: 35px;
}

#footer .top ul li {
    font-weight: bold;
    line-height: 35px;
}

#footer .top ul li:first-child {
    font-size: 16px;
    margin-bottom: 8px;
    color: #fff;
}

#footer .top a {
    color: #c4c4c5;
    line-height: 32px;
    font-weight: normal;
}

#footer .top a:hover {
    color: #0176e3;
}

#footer .top .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#footer .top .service .tip {
    /*font-size: 1.286rem;*/
    font-weight: 700;
    font-size: 17px;
}

#footer .top .service .telephone {
    font-weight: 700;
    margin-top: 16px;
    font-size: 27px;
}

#footer .top .service .service_time {
    margin-top: 6px;
}

#footer .top .service .icon-box {
    text-align: right;
    width: 100%;
    margin-top: 30px;
}

#footer .top .service .icon-box .footer-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-right: 12px;
}

#footer .top .service .icon-box .footer-icon.icon1 {
    background: url(/static/images/footer-icon1.jpg) no-repeat;
}

#footer .top .service .icon-box .footer-icon.icon2 {
    background: url(/static/images/footer-icon2.jpg) no-repeat;
}

#footer .top .service .icon-box .footer-icon.icon3 {
    background: url(/static/images/footer-icon3.jpg) no-repeat;
    margin-right: 0px;
}

#footer .bottom {
    border-top: 1px solid #33333a;
    padding: 0;
}

#footer .bottom .logo {
    width: 119px;
    height: 20px;
}

#footer .bottom .copyright {
    text-align: right;
}

.bg-black {
    background-color: #151519;
}

/* footer end */
.menu {
    margin: 0;
    list-style-type: none
}

.menu > li {
    display: table-cell;
    vertical-align: middle
}

 {
    outline: 0
}

.menu > li > a {
    display: inline-block;
    padding: 0.7rem 0rem;
    line-height: 1;
    color: #c4c4c5;
}

.menu > li > a:hover {
    color: #2093ff;
    text-decoration: none;
}

/*.menu input, .menu select, .menu a, .menu button {*/
/*margin-bottom: 0*/
/*}*/
.menu > li > a img + span {
    vertical-align: middle
}

.menu > li > a img {
    margin-right: .25rem;
    display: inline-block;
    vertical-align: middle;
}

.menu > li {
    display: table-cell
}

.menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed
}

.menu.expanded > li:first-child:last-child {
    width: 100%
}

.menu.vertical > li {
    display: block
}



.menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.menu.simple a {
    padding: 0
}

.menu.simple li {
    margin-left: 0;
    margin-right: 1rem
}

.menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem
}

.menu.align-right::after {
    display: table;
    content: ' '
}

.menu.align-right::after {
    clear: both
}

.menu.align-right > li {
    float: right
}

.menu.icon-top > li > a {
    text-align: center
}

.menu.icon-top > li > a img {
    display: block;
    margin: 0 auto .25rem
}

.menu.icon-top.vertical a > span {
    margin: auto
}

.menu.nested {
    margin-left: 1rem
}

.menu .active > a {
    /*background: #1779ba;*/
    color: #fefefe
}

.menu.menu-bordered li {
    border: 1px solid #f5f5f5
}

.menu.menu-bordered li:not(:first-child) {
    border-top: 0
}

.menu.menu-hover li:hover {
    background-color: #f5f5f5
}

.menu .menu-text {
    padding: 0.7rem 0rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.menu-centered {
    text-align: center
}

.menu-centered > .menu {
    display: inline-block;
    vertical-align: top
}

.no-js  {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #eee;
    -webkit-box-shadow: 0 7px 0 #eee, 0 14px 0 #eee;
    box-shadow: 0 7px 0 #eee, 0 14px 0 #eee;
    content: ''
}

.menu-icon:hover::after {
    background: #BFBFBF;
    -webkit-box-shadow: 0 7px 0 #BFBFBF, 0 14px 0 #BFBFBF;
    box-shadow: 0 7px 0 #BFBFBF, 0 14px 0 #BFBFBF
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

/* site main footer start */
.site-footer {
    color: #FFFFFF;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
}

.site-footer .footer-top {
}

.site-footer .footer-middle {
}

.site-footer .icon-box {
    margin-top: 16px;
}

.site-footer .icon-box a {
    display: inline-block;
    padding: 0;
}

.site-footer .icon-box .footer-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-right: 12px;
}

.site-footer .icon-box .footer-icon.icon1 {
    background: url(/static/images/footer-icon1.jpg) no-repeat;
}

.site-footer .icon-box .footer-icon.icon2 {
    background: url(/static/images/footer-icon2.jpg) no-repeat;
}

.site-footer .icon-box .footer-icon.icon3 {
    background: url(/static/images/footer-icon3.jpg) no-repeat;
    margin-right: 0px;
}

.site-footer .footer-bottom {
    height: 45px;
    line-height: 44px;
    margin: 0px auto;
    padding: 0px 0px;
    border-top: 1px solid #33333a;
}



.footer-nav {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #2c3840;
    padding: 2rem;
    width: 100%;
    font-family: 'Proxima Nova', 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}



.footer-nav-left {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: .625rem;
    padding-left: .625rem;
    color: #fefefe
}


.footer-nav-left a {
    color: #fefefe
}

.footer-nav-left a:focus {
    color: #e5e5e5
}




.footer-copyright {
    color: #cbcbcb;
    font-size: 1rem;
    padding-top: 1rem
}

.footer-nav-center {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: initial
}



.footer-nav-menu {
    list-style: none;
    margin-bottom: 0;
    text-align: center
}


.footer-nav-menu-icons {
    list-style: none;
    margin-bottom: 0;
    text-align: center
}



.footer-nav-menu-item {
    display: inline-block;
    margin-right: 2.5rem;
    font-size: 1.25rem;
    padding: 0.4rem 0
}

.footer-nav-menu-item a {
    color: #fefefe;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease
}

.footer-nav-menu-item a:focus {
    color: #fefefe;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease
}

.footer-nav-menu-item:last-of-type {
    margin-right: 0
}



.footer-social-icon {
    height: 1.25rem;
    margin: 0;
    width: 1.25rem
}

.footer-contact {
    background-color: #074E68;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    padding: 5rem 0 8rem
}



.footer-contact-form {
    margin-top: 2rem
}


.footer-contact-form label {
    color: #fefefe;
    font-family: 'Proxima Nova Bold', Helvetica, san-serif;
    font-weight: 600
}

.footer-contact-form  {
    background-color: #eaeaea;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #000;
    height: 2.55rem;
    padding-left: 1rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    opacity: 0.5
}

.footer-contact-form :focus {
    background-color: #053c50;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: #fefefe
}

.footer-contact-form ::-webkit-input-placeholder {
    color: #48c5f3
}

.footer-contact-form ::-moz-placeholder {
    color: #48c5f3
}

.footer-contact-form :-ms-input-placeholder {
    color: #48c5f3
}

.footer-contact-form :-moz-placeholder {
    color: #48c5f3
}

.row {
    /*max-width: 75rem;*/
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto
}

.row::after {
    display: table;
    content: ' '
}

.row::after {
    clear: both
}

.row.collapse > .column {
    padding-right: 0;
    padding-left: 0
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}




.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.gutter-small > .column {
    padding-right: .625rem;
    padding-left: .625rem
}

.row.gutter-medium > .column {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.column {
    float: left;
    padding-right: .625rem;
    padding-left: .625rem
}


.column:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child {
    float: left
}

.column.row.row {
    float: none
}

.row .column.row.row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.font-26 {
    font-size: 1.857rem;
}

.footer__qq {
    padding-top: 15px;
}

.footer__qq span {
    font-size: 16px;
    font-weight: 700;
}

.footer__icon {
    padding-top: 21px;
}

.footer__icon__img {
    width: 29px;
    height: 24px;
    cursor: pointer;
}

.footer__icon__img--hover {
    width: 130px;
    height: 130px;
}

.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #fff !important;
}

.el-dropdown-menu__item {
    padding: 0 10px !important;
}



.row-shadow:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@-webkit-keyframes skeleton-stripes-data-v-45a50c82 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20rem 0;
    }
}

@keyframes skeleton-stripes-data-v-45a50c82 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20rem 0;
    }
}

.skeleton__left {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bgc {
    -webkit-animation: skeleton-stripes-data-v-45a50c82 1s linear infinite;
    animation: skeleton-stripes-data-v-45a50c82 1s linear infinite;
    background: #F1F3F4 -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0.39)), color-stop(25%, transparent));
    background: #F1F3F4 linear-gradient(90deg, rgba(255, 255, 255, 0.39) 25%, transparent 25%);
    background-size: 20rem 20rem;
}

.skeleton__left__image {
    width: 150px;
    height: 110px;
    margin-left: 0;
}

.skeleton__left__info {
    margin-left: 16px;
}

.skeleton__left__info__tag {
    margin-top: 12px;
}

.skeleton__left__info__name {
    width: 300px;
    height: 18px;
    margin-left: 0;
    margin-top: 4px;
}

.skeleton__left__info__tag__item:first-child {
    width: 52px;
    height: 26px;
    margin-left: 0;
    margin-right: 12px;
}

.skeleton__left__info__tag__item {
    width: 80px;
    height: 26px;
    margin-left: 0;
    margin-right: 12px;
    border-radius: 3px;
}

.skeleton__left__info__tag__item:last-child {
    width: 52px;
    height: 26px;
    margin-left: 0;
    margin-right: 0;
}

.skeleton__left__info__claim {
    width: 181px;
    height: 12px;
    margin-left: 0;
    margin-top: 33px;
}

.skeleton__left__info__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.skeleton__right {
    margin-right: 0;
}

.skeleton__right__price {
    width: 141px;
    height: 18px;
    margin-right: 0;
    margin-top: 4px;
}

.skeleton__right__time__circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.skeleton__right__time__time {
    width: 203px;
    height: 12px;
    margin-left: 8px;
}

.skeleton__right__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px;
}

