abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-size: 100%
}

body {
    line-height: 1;
}

:focus {
    outline: 1
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

.bgcover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    color: grey;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-weight: 700;
    font-style: italic
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc
}

input, select {
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

body, html {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑'
}

input, textarea {
    border: none
}

a {
    color: grey !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.clear {
    clear: both
}

.hide {
    display: none
}

body {
    background: #f2f2f2 !important;
}

.fys-header {
    background: #fff;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 200000;*/
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-r20 {
    margin-top: -20px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}


.clearbox {
    zoom: 1;
}

.clearbox::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* 首页 */
.swiper-container-horizontal .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 3px;
    background-color: #f44336
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1
}

.multi, .single {
    padding: 0 15px
}

.single {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.fys-index-title {
    padding: 30px 0 20px 0;
    color: #1a1a1a;
    font-weight: 100;
    font-size: 34px;
    line-height: 34px;
    margin: 0;

}

.fys-index-title a {
    float: right;
    padding-right: 20px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/right.png) no-repeat right;
    background-size: 14px;
    color: #54adff !important;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.fys-index-title a:hover {
    background-image: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/more_hover.png);
    color: #f44336 !important
}

.fys-content, .header-content {
    margin: 0 auto;
    width: 1380px
}

.fys-header .fys-header-mobile {
    position: relative;
    z-index: 999;
    display: none;
    width: 100%;
    height: 55px;
    height: 55px;
    background: #fff;
    text-align: center;
    line-height: 55px
}

.fys-header .fys-header-mobile .user {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -ms-transition: .5s all
}

.fys-header-mobile > img {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -ms-transition: .5s all
}

.toggled .fys-header-mobile > img {
    margin-left: 141px
}

#fys-index .fys-header {
    width: 100%
}

#fys-index .fys-header-navList {
    float: left;
    margin-bottom: 0;
}

#fys-index .fys-header-navList > li {
    float: left;
    margin-right: 30px;
    color: grey;
    font-size: 16px;
    height: 88px;
    line-height: 88px
}

#fys-index .fys-header-navList > li.list-hover {
    position: relative;
}

#fys-index .fys-header-navList > li a.hover {
    color: #f44336 !important;
}

#fys-index .fys-header-navList > li.list-hover:hover .list-hover-box {
    display: block;
}

#fys-index .fys-header-navList .list-hover-box {
    position: absolute;
    left: -23px;
    top: 88px;
    background: #f5f5f5;
    z-index: 9999;
    width: 116px;
    text-align: center;
    display: none;
    border-radius: 5px;
    font-size: 15px;
    color: #4c4c4c;
}

#fys-index .fys-header-navList .list-hover-box ul {
    position: relative;
}

#fys-index .fys-header-navList .list-hover-box ul li {
    line-height: 50px;
    width: 100%;
    transition: all 0.5s linear;
}

#fys-index .fys-header-navList .list-hover-box ul li a {
    display: block;
    padding: 0 10px;
    transition: all 0.5s linear;
}

#fys-index .fys-header-navList .list-hover-box ul li:hover {
    background: #f9f9f9;
}

#fys-index .fys-header-navList .list-hover-box .list-hover-position {
    position: absolute;
    top: -6px;
    left: 36px;
}

#fys-index .fys-header-navList li.fys-header-logo {
    margin-right: 20px;
    margin-left: 15px;
    margin-top: -17px;
}

#fys-index .fys-header-navList li.fys-header-logo a {
    display: block;
    height: 60px
}

#fys-index .fys-header-navList li.fys-header-logo img {
    height: 135px
}

#fys-index .fys-header-user {
    float: right;
    margin: 14px 0
}

#fys-index .fys-header-user > li {
    float: left;
    margin-right: 20px;
    line-height: 60px
}

#fys-index .fys-banner {
    width: 100%
}

.slideBox {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd
}

.slideBox .hd {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    overflow: hidden;
    height: 15px
}

.slideBox .hd ul {
    float: left;
    overflow: hidden;
    zoom: 1
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    text-align: center;
    line-height: 14px;
    cursor: pointer
}

.slideBox .hd ul li.on {
    background: red;
    color: #fff
}

.slideBox .bd {
    position: relative;
    z-index: 0;
    height: 100%
}

.slideBox .bd li {
    vertical-align: middle;
    zoom: 1
}

.slideBox .bd img {
    display: block;
    width: 100%
}

.slideBox .next, .slideBox .prev {
    position: absolute;
    top: 50%;
    left: 3%;
    display: block;
    margin-top: -25px;
    width: 32px;
    height: 40px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/slider-arrow.png) -110px 5px no-repeat;
    opacity: .5
}

.slideBox .next {
    right: 3%;
    left: auto;
    background-position: 8px 5px
}

.slideBox .next:hover, .slideBox .prev:hover {
    opacity: 1
}

.slideBox .prevStop {
    display: none
}

.slideBox .nextStop {
    display: none
}

#fys-index .fys-ifie .swiper-container {
    width: 100%;
}

#fys-index .fys-ifie .swiper-container .swiper-slide a {
    display: block;
}

#fys-index .fys-ifie .swiper-container .swiper-slide a span.bgcover {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    border-radius: 50%;
}

#fys-index .fys-ifie .swiper-container .swiper-slide a img {
    width: 100%;
    height: auto;
    display: block;
}

#fys-index .fys-ifie .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0)
}

#fys-index .fys-ifie .swiper-pagination-bullet {
    margin: 0 4px;
    background: #fff;
    opacity: 1
}

#fys-index .fys-ifie .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 3px;
    background-color: #f44336
}

#fys-index .fys-lookup {
    width: 100%;
    background: #fff;
    padding-bottom: 65px;
}

#fys-index .fys-lookup-box h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 40px;
}

#fys-index .fys-lookup-left-text li {
    float: left;
    margin-bottom: 50px;
}

#fys-index .fys-lookup-left-title {
    margin-bottom: 15px;
    color: #333;
    font-size: 18px
}

#fys-index .fys-lookup-left-tag {
    color: grey;
    font-size: 14px
}

#fys-index .fys-lookup-left-tag a {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    width: 32%
}

#fys-index .fys-lookup-left-tag a:before {
    position: absolute;
    bottom: 0;
    left: -12px;
    content: "|"
}

#fys-index .fys-lookup-left-tag a:nth-of-type(1):before, #fys-index .fys-lookup-left-tag a:nth-of-type(4n):before {
    content: ""
}

#fys-index .fys-lookup-left {
    float: left;
    width: 34%;
}

.fys-lookup-left .row .control-label {
    font-size: 16px;
    color: #4c4c4c;
}

.fys-lookup-left .row {
    padding-right: 6px;
}

.fys-lookup-left .row .form-group {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.fys-lookup-left .row .col-sm-6 {
    padding: 0;
}

.fys-lookup-left .row .col-sm-6 .col-sm-7 {
    padding: 0;
}

.fys-lookup-left .row .form-control {
    height: 37px;
    line-height: 37px;
    background: #fff;
}

.fys-lookup-left .btnInput {
    width: 153px;
    line-height: 48px;
    height: 48px;
    border-radius: 5px;
    background: #f44336;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}

#fys-index .fys-lookup-right {
    float: right;
    width: 63.5%;
}

#fys-index .fys-lookup-right li:hover .fys-lookup-right-text {
    padding-bottom: 30px
}

#fys-index .fys-lookup-right li > a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 119%;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-position: center;
    background-size: auto 100% !important;
    border: 1px solid #e3e3e3;
    background-color: #aaa;
    background-repeat: no-repeat
}

#fys-index .fys-lookup-right li > a > img {
    width: 100%;
    height: 100%
}

#fys-index .fys-lookup-right li:last-child {
    margin-right: 0
}

#fys-index .fys-lookup-right li > img {
    width: 100%;
    height: 100%
}

#fys-index .fys-lookup-right-text {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -ms-transition: .5s all
}

#fys-index .fys-lookup-right-text .fys-lookup-right-title {
    font-weight: 100;
    font-size: 16px
}

#fys-index .fys-lookup-right-text .fys-lookup-right-down {
    margin-top: 10px;
    font-size: 14px
}

#fys-index .fys-lookup-right-text .fys-lookup-right-down img {
    margin-top: -2px
}

#fys-index .fys-proposal {
    width: 100%;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/proposal_background.png) no-repeat
}

#fys-index .picScroll-left .fys-proposal-list {
    float: left;
    margin-right: 18px;
    width: 100%;
}

#fys-index .fys-proposal-list {
    /*padding-bottom: 40px;*/
    border-radius: 5px;
    /*background-color: #fff;*/
    text-align: center
}

#fys-index .picScroll-left .bd ul li a:last-child > .fys-proposal-list {
    margin-right: 0
}

#fys-index .fys-proposal .fys-proposal-list:hover .fys-proposal-img {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    -ms-transform: rotate(20deg)
}

#fys-index .fys-proposal .fys-proposal-list:hover .fys-proposal-title {
    color: #f44336;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -ms-transition: .2s all
}

#fys-index .fys-proposal-list .fys-proposal-tag {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    width: 120px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    line-height: 34px
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/slider-arrow.png) no-repeat;
    background-position: -110px 5px;
    opacity: .5
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/slider-arrow.png) no-repeat;
    background-position: 8px 5px;
    opacity: .5
}

#fys-index .fys-proposal-list .fys-proposal-img {
    overflow: hidden;
    margin: 35px auto;
    width: 70%;
    height: 70%;
    border-radius: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -ms-transition: .5s all
}

#fys-index .fys-proposal-list .fys-proposal-img a {
    display: block;
}

#fys-index .fys-proposal-list .fys-proposal-img a span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

#fys-index .fys-proposal-list .fys-proposal-title {
    margin-bottom: 25px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
}

#fys-index .fys-proposal-list .fys-proposal-zx {
    color: grey;
    font-size: 16px
}

#fys-index .fys-proposal-list .fys-proposal-zx > span {
    color: #f44336
}

.picScroll-left {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    width: 100%
}

.picScroll-left .hd .next, .picScroll-left .hd .prev {
    float: right;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 5px;
    width: 5px;
    height: 9px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/arrow.png) no-repeat;
    cursor: pointer
}

.picScroll-left .hd .next {
    background-position: 0 -50px
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    margin-top: 10px;
    zoom: 1;
    zoom: 1
}

.picScroll-left .hd ul li {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/icoCircle.gif) 0 -9px no-repeat;
    text-indent: -999px;
    cursor: pointer
}

.picScroll-left .hd ul li.on {
    background-position: 0 0
}

.picScroll-left .bd {
    width: 100%
}

.picScroll-left .bd ul {
    overflow: hidden;
    width: 100%;
    zoom: 1
}

#fys-index .fys-proposal .picScroll-left .hd {
    position: absolute;
    bottom: 0
}

#fys-index .fys-works {
    background: #fff;
    padding-bottom: 50px;
    padding-left: 11%;
}

#fys-index .fys-pro {
    margin: 0 auto;
}

#fys-index .fys-works .fys-project-lists {
    margin: 0;
}

#fys-index .fys-material {
    width: 100%;
    background: #f0f0f0;
    background-image: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/material_background.png);
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#fys-index .fys-material-lists li:hover img {
    transform: scale(1.1)
}

#fys-index .fys-material-lists li:hover .fys-material-title {
    color: #f44336 !important
}

#fys-index .fys-material-lists li:hover .fys-material-outline {
    color: #f44336 !important
}

#fys-index .fys-material-lists li:nth-of-type(3n) {
    margin-right: 0
}

#fys-index .fys-material-img {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#fys-index .fys-material-img.marter_img {
    padding-bottom: 70%;
}

#fys-index .fys-material-img:hover .bgcover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#fys-index .fys-material-img .bgcover {
    transition: all 0.5s;
    display: block;
    width: 100%;
    padding-bottom: 67%;
}

#fys-index .fys-material-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    object-fit: cover
}


#fys-index .fys-material-text {
    position: relative;
    top: -41px;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 14px;
    width: 306px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .19);
    text-align: center
}

#fys-index .fys-material-text .fys-material-title {
    margin-bottom: 14px;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#fys-index .fys-material-text .fys-material-outline {
    color: grey;
    font-size: 16px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#fys-index .fys-project {
    width: 100%;
    background: #f0f0f0 url("https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/works_background.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

#fys-index .fys-project-lists > li > a {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#fys-index .fys-project-lists > li:hover > a {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18)
}

#fys-index .fys-project-image {
    overflow: hidden;
    width: 100%
}

#fys-index .fys-project-image .bgcover {
    display: block;
    width: 100%;
    padding-bottom: 64.6%;
    transition: all 0.5s;
}

#fys-index .fys-project-image .bgcover:hover {
    transform: scale(1.1);
}

#fys-index .fys-project-lists > li:hover img {
    transform: scale(1.1)
}

#fys-index .fys-project-image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#fys-index .fys-project-text {
    padding: 16px 20px;
    background: #f4f5f9
}

#fys-index .fys-project-text .fys-project-tag {
    color: grey;
    font-size: 14px
}

#fys-index .fys-project-text .fys-project-title {
    margin: 8px 0;
    padding-left: 0;
    color: #1a1a1a;
    font-size: 20px
}

#fys-index .fys-project-text .fys-project-outline {
    padding-left: 0;
    height: 40px;
    color: grey;
    font-size: 14px
}

#fys-index .fys-project-text .fys-project-time {
    margin-top: 20px;
    color: grey;
    font-size: 14px
}

#fys-index .fys-footer {
    padding-top: 58px;
    padding-bottom: 20px;
    width: 100%;
    background: #3a3a3a
}

#fys-index .fys-footer-text {
    padding-bottom: 30px;
    border-bottom: 1px solid #666
}

#fys-index .fys-footer-text h4 {
    margin-bottom: 36px;
    color: #fff;
    font-size: 16px
}

#fys-index .fys-footer-text p {
    margin-bottom: 16px;
    color: #9e9ea6;
    font-size: 14px
}

#fys-index .fys-footer-text p a {
    cursor: pointer;
}

#fys-index .fys-footer-text .fys-footer-contact {
    text-align: right
}

#fys-index .fys-footer-copyright {
    margin: 15px 0 0;
    color: #666;
    font-size: 14px
}

.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    padding: 0 !important;
    outline: 0;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    -webkit-overflow-scrolling: touch;
    z-index: 10001;
}

.dialog-box {
    position: relative;
    display: inline-block;
    margin-top: 100px;
    width: 80%;
    max-width: 1000px;
    vertical-align: middle;
    text-align: left
}

.search-dialog .dialog-content {
    position: relative;
    outline: 0;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.dialog .close {
    width: 70px;
    height: 70px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-weight: lighter;
    font-size: 36px;
    line-height: 70px;
    opacity: .2
}

.search-dialog .dialog-content-box {
    overflow: hidden;
    padding: 60px
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.search-dialog .dialog-content-form {
    position: relative;
    border-bottom: 1px solid #c8c8c8
}

.search-dialog .dialog-content-input {
    margin-left: 0;
    padding-left: 80px;
    width: 100%;
    height: 80px;
    border: none;
    background: 0 0;
    font-size: 32px;
    line-height: 80px
}

.search-dialog .dialog-content-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    outline: 0;
    border: none;
    text-align: center;
    line-height: 70px
}

.search-dialog .dialog-content-tagBox {
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #e8e8e8
}

.search-dialog .dialog-content-tagBox > p {
    color: #9e9ea6;
    font-size: 16px
}

.search-dialog .dialog-content-tags {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8
}

.search-dialog .dialog-content-tags .tags-group {
    overflow: hidden;
    margin-bottom: 20px
}

.search-dialog .dialog-content-tags .tags-label {
    float: left;
    margin-right: -100px;
    width: 90px;
    color: #666;
    text-align: right;
    font-weight: 700;
    line-height: 24px !important
}

.search-dialog .dialog-content-tags .tags-content {
    margin-left: 100px
}

.search-dialog .dialog-content-tags .tags-content a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    color: #9e9ea6;
    line-height: 24px !important
}

.show {
    display: block
}

button, input {
    outline: 0
}

.dialog-follow {
    display: none
}

.dialog-follow-box {
    margin: 0 auto;
    padding: 20px;
    width: 1000px
}

.follow-back {
    position: relative;
    margin: 0 auto;
    padding-bottom: 50%;
    width: 50%;
    height: 50px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/ewm_background.png) no-repeat;
    background-size: 100% 100%
}

.follow-back img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31%;
    margin-left: -25%;
    width: 48%
}

.follow-back button {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -22px;
    width: 35px;
    height: 35px;
    border: none;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/guanbi.png) no-repeat;
    background-size: 100% 100%
}

.dialog-user .dialog-user-content {
    margin: 0 auto;
    padding: 30px;
    width: 50%;
    background: #fff;
    text-align: center
}

.dialog-user form > input {
    margin-top: 15px
}

.dialog-user form .input {
    padding: 0 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    line-height: 40px
}

.dialog-user form .button {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #3f7fc7;
    color: #fff;
    line-height: 40px
}

.dialog-user .other {
    display: flex;
    margin-top: 15px;
    justify-content: space-between
}

.dialog-user .other a {
    margin: 0;
    color: #3f7fc7 !important;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer
}

a:focus, a:hover {
    text-decoration: none !important
}

/* 登录 */

.login-box {
    width: 100%;
    height: 900px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/login_background.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.login-box .login-center {
    width: 570px;
    background-color: #fff;
    padding: 33px;
    margin: 0 auto;
    margin-top: 200px;
}

.login-box .login-center h4 {
    font-size: 24px;
    margin-bottom: 18px;
}

.login-box .login-center h6 {
    font-size: 14px;
    color: #808080;
}

.login-box .login-center h6 a {
    color: #f44336 !important;
}

.login-box .login-center input {
    width: 100%;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    margin-top: 22px;
    border-radius: 5px;
    box-sizing: border-box;
}

.login-box .login-center input.textInput {
    border: 1px solid #ebebeb;
    padding-left: 10px;
}

.login-box .login-center input.btnInput {
    background: #f44336;
    color: #fff;
}

.login-box .login-center .forget {
    text-align: right;
    margin-top: 22px;
    margin-bottom: 0;
}

.login-box .login-center .forget a {
    color: #f44336 !important;
}

.login-box .login-center .login-choice {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    position: relative;
    margin: 35px 0;
}

.login-box .login-center .login-choice span {
    position: absolute;
    width: 46px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    left: 50%;
    top: -10px;
    margin-left: -23px;
}

.login-box .login-center ul li {
    width: 50%;
    line-height: 25px;
    float: left;
    font-size: 18px;
    padding-left: 45px;
    box-sizing: border-box;
}

.login-box .login-center ul li img {
    margin-right: 10px;
}

.login-box .login-center .input-box {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    margin-top: 22px;
    float: left;
    position: relative;
    color: #808080;
}

.login-box .login-center .field {
    width: 110px;
    margin-right: 20px;
}

.login-box .login-center .input-box input {
    width: 372px;
    margin-top: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.login-box .login-center .input-box a.send {
    line-height: 48px;
    color: #f44336 !important;
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.login-box .login-center .code {
    width: 240px;
    margin-right: 20px;
}

.login-box .login-center .code-input input {
    width: 240px;
}

/* 找项目 */

.project-nav-box {
    background: #fff;
    margin: 25px 0;
    font-size: 16px;
}

.project-sort-box {
    background: #fff;
    font-size: 16px;
}

.project-nav-map {
    padding: 0 25px;
    line-height: 46px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
}

.project-nav-type {
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
    zoom: 1;
}

.project-nav-type:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.project-nav-type:last-child {
    border-bottom: none;
}

.project-nav-type > div {
    float: left;
    width: 88%;
}

.project-nav-type .left {
    padding-left: 25px;
    width: 110px;
}

.project-nav-type .right input {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortDown.png) no-repeat scroll 98% center transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
    line-height: 46px;
    height: 46px;
    width: 298px;
    padding-right: 35px;
    margin-right: 0;
    border: none;
    margin-top: 8px;
    padding-left: 0;
    box-shadow: none;
    font-size: 16px;
}

.project-nav-type .right {
    padding-right: 25px;
    height: 64px;
}

.project-nav-type .right .pick-area {
    padding: 9px 0;
}

.project-nav-box .project-nav-type .open {
    height: auto;
}

.project-nav-type .right > ul {
    margin: 0;
}

.project-nav-type .right > ul > li {
    float: left;
    font-size: 13px;
    font-family: '宋体';
    color: #000;
    margin-right: 16px;
}

.project-nav-type .right > ul > li:last-child {
    margin-right: 0;
}

.project-nav-type .right > ul > li.hover a {
    color: #f44336 !important;
}

.project-nav-type .right > ul {
    position: relative;
}

.project-nav-type .right > ul > button {
    line-height: 64px;
    height: 64px;
    position: absolute;
    top: -1px;
    right: 0;
    background: none;
    border: none;
}

.project-sort {
    margin-bottom: 20px;
}

.project-sort .right a {
    padding-right: 25px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortDown.png) no-repeat right center;
}

.project-sort .right .sortUp a {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortUp.png) no-repeat right center;
}

/*
.project-sort .right a:hover {
	background-image:url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortDown2.png)
}
*/
.project-lists li {
    background: #fff;
    margin-bottom: 20px;
    padding: 25px 35px;
    overflow: hidden;
}

.project-lists li > div {
    float: left;
}

.project-lists .project-lists-img {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 50px;
    width: 268px;
    height: 0;
    padding-bottom: 195px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-lists .project-lists-text {
    width: 686px;
}

.project-lists .project-lists-title {
    margin-bottom: 25px;
    overflow: hidden;
}

.project-lists .project-lists-title > h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 195px;
    margin-right: 31px;
}

.designer-list .project-lists-title .time {
    float: right;
    color: #808080;
    font-size: 14px;
}

.designer-list .project-lists-title .time > img {
    margin-right: 10px;
}

.designer-list .project-lists-title > h2 {
    position: relative;
}

.designer-list .project-lists-title > h2 > .gender {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #f44336;
    font-weight: 100;
    line-height: 22px;
}

.designer-list .project-lists-title > h2 > .gender > img {
    margin-right: 10px;
    margin-top: -5px;
}

.project-lists .project-lists-title > h2 > a {
    color: #000 !important;
    display: block;
    padding: 0;
}

.project-lists .project-lists-title > h2 {
    min-width: 195px;
    width: auto;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
}

.project-lists .project-lists-title {
    position: relative;
    padding-right: 90px;
}

.project-lists .project-lists-title .purchase {
    position: absolute;
    right: 0;
    top: 0;
}

.project-lists .project-lists-title > h2 > a:hover {
    color: #f44336 !important;
}

.project-lists .project-lists-title .purchase {
    display: inline-block;
    color: #f44336;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding-left: 30px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/purchase.png) no-repeat center left;
    background-size: 23px 23px;
}

.project-lists .project-lists-title .purchase.examination {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/examination.png) no-repeat center left;
}

.project-lists .project-lists-title .participateInpng {
    display: inline-block;
    color: #8bc34a;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding-left: 30px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/participateInpng.png) no-repeat center left;
    background-size: 23px 23px;
}

.project-lists .project-lists-title .participateInpng.reject {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/reject.png) no-repeat center left;
}

.project-lists .project-lists-introduce {
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    margin-bottom: 23px;
    padding: 0;
    -webkit-line-clamp: 2;
}

#fys-index .designer-list .project-lists-title {
    margin-bottom: 10px;
}

#fys-index .designer-list .project-lists-introduce {
    margin-bottom: 7px;
}

#fys-index .designer-list .project-lists-tag {
    margin-bottom: 15px;
}

#fys-index .designer-list .project-lists-text {
    width: 980px;
}

.project-lists .project-lists-tag {
    margin-bottom: 25px;
}

.project-lists .project-lists-tag > span {
    display: inline-block;
    padding: 0px 18px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #f44336;
    border-radius: 5px;
    color: #f44336;
    font-size: 14px;
    margin-right: 20px;
}

.project-lists dl {
    overflow: hidden;
    margin-bottom: 0;
}

.project-lists dl > dd {
    float: left;
    font-size: 14px;
    color: #808080;
    margin-right: 42px;
}

.project-lists dl > dd > img {
    margin-right: 10px;
}

.project-lists .money {
    float: right;
}

.project-lists .money > p {
    color: #f44336;
    font-size: 32px;
    margin-top: 60px;
}

.project-lists .money > p > span {
    font-size: 16px;
    color: #4c4c4c;
}

.project-lists .money a {
    display: block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    background: #f44336;
    border: none;
    margin-top: 16px;
    text-align: center;
    float: right;
}

.project-nav-box .form-left {
    width: 930px;

    float: left;
    margin: 0;
}

.project-nav-box .form-right {
    float: left;
}

.project-nav-box .form-right.special {
    padding-left: 26px;
}

.project-nav-box .form-right.special input[type=button] {
    margin-top: 0;
}

.project-nav-box form {

    border-bottom: 1px solid #e6e6e6;
}

.project-nav-box .form-left li {
    width: 50%;
    float: left;
    padding-top: 20px;
}

.project-nav-box form input[type="text"], .project-nav-box form select {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    line-height: 46px;
    height: 46px;
    width: 298px;
    padding-left: 15px;
    padding-right: 35px;
    margin-right: 0;
    border: solid 1px #e3e3e3;
    background: #fff;
}

.project-nav-box form select::-ms-expand {
    display: none;
}

.project-nav-box form select {
    background: url("https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortDown.png") no-repeat scroll 98% center transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.project-nav-box .form-left li .form-group {
    margin-bottom: 20px;
}

.project-nav-box .form-left li .form-group.show-xs-only {
    display: none;
}

.project-nav-box .form-left li .control-label {
    width: 125px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 100;
    line-height: 48px;
    padding-left: 20px;
    float: left;
}

.project-nav-box .form-right input {
    width: 130px;
    height: 46px;
    line-height: 46px;
    background: #f44336;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.fys-content .projectDetails-head {
    margin-top: 20px;
}

.fys-content .projectDetails-head li {
    padding: 32px 25px;
}

.fys-content .projectDetails-head .project-lists-img {
    width: 388px;
    padding-bottom: 266px;
}

.projectDetails-head .btnBox {
    margin-top: 22px;
}

.projectDetails-head .btnBox > a {
    display: block;
    width: 190px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.projectDetails-head .btnBox > a.download {
    background: #f44336;
}

.projectDetails-head .btnBox > a.edit {
    background: #8bc34a;
}

.projectDetails-sub {
    background: #fff;
    padding: 35px 0;
    margin-bottom: 144px;
    padding-bottom: 0;
}

.projectDetails-sub-listBox {
    padding: 25px 25px;
    padding-bottom: 0;
}

.projectDetails-sub-listBox .attribute:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* .fys-material-lists */
.projectDetails-sub-list {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5
}

.projectDetails-sub-list li {
    float: left;
    font-size: 18px;
    color: #808080;
    margin-left: 25px;
    margin-right: 66px;
    padding-bottom: 23px;
    cursor: pointer;
}

.projectDetails-sub-list li.hover {
    border-bottom: 4px solid #f44336;
    color: #f44336;
}

.projectDetails-sub-list li:hover {
    color: #f44336;
    border-bottom: 4px solid #f44336;
}

#fys-index .projectDetails-sub-listBox .fys-material-text {
    width: 180px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

#fys-index .projectDetails-sub-listBox .fys-material-title {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}

.projectDetails-sub-listBox h5.title {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin: 0 0 28px 0;
}

.projectDetails-sub-listBox .attribute {
    border-bottom: 1px solid #e3e3e3;
}

.projectDetails-sub-listBox .attribute p {
    margin-bottom: 20px;
    font-size: 14px;
}

.projectDetails-sub-listBox .attribute p > span {
    margin-right: 11px;
}

.projectDetails-sub-listBox .attribute p:last-child {
    margin-bottom: 30px;
}

.projectDetails-sub-listBox .introduce h5 {
    margin-top: 33px;
}

.projectDetails-sub-listBox .introduce .content {
    padding-bottom: 25px;
}

.projectDetails-sub-listBox .designerList {
    overflow: hidden;
}

.projectDetails-sub-listBox .designerList > li {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-top: 40px;
}

.projectDetails-sub-listBox .designerList > li:first-child {
    margin-top: 0;
}

.projectDetails-sub-listBox .designerList .designerList-img {
    width: 268px;
    height: 0;
    padding-bottom: 184px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 50px;
}

.projectDetails-sub-listBox .designerList .designerList-text > h5 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 0;
    margin-bottom: 23px;
}

.projectDetails-sub-listBox .designerList .designerList-text > p {
    font-size: 16px;
    color: #808080;
    margin-bottom: 18px;
}

.projectDetails-sub-listBox .designerList .designerList-text > p > span {
    color: #f44336;
    font-weight: bold;
}

.projectDetails-sub-listBox .comment > li {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 16px;
    margin-top: 35px;
}

.projectDetails-sub-listBox .comment > li:last-child {
    border: none;
}

.projectDetails-sub-listBox .comment > li:first-child {
    margin-top: 26px;
}

.projectDetails-sub-listBox .comment-add {
    border-top: 1px solid #e3e3e3;
    padding-bottom: 40px;
}

.projectDetails-sub-listBox .comment-add .title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.projectDetails-sub-listBox .comment-add .rate_group {
    overflow: hidden;
    line-height: 50px;
}

.projectDetails-sub-listBox .comment-add .rate_group label {
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin-right: 1em;
    color: #888;
}

.projectDetails-sub-listBox .comment-add .rate_group #star {
    float: left;
    line-height: 50px;
}

.projectDetails-sub-listBox .comment-add .rate_group #star img {
    width: 24px;
    height: 24px;
}

.projectDetails-sub-listBox .comment-add .input_group {
    margin-top: 0px;
    margin-bottom: 20px;
}

.projectDetails-sub-listBox .comment-add .input_group textarea {
    display: block;
    padding: 0.5em;
    font-size: 15px;
    color: #333;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    resize: none;
    height: 200px;
    max-width: 100%;
    width: 720px;
    outline: none;
}

.projectDetails-sub-listBox .comment-add .submit button {
    display: block;
    width: 190px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    background: #f44336;
    border: none
}

.projectDetails-sub-listBox .comment-sub {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.projectDetails-sub-listBox .comment-sub .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 40px;
}

.projectDetails-sub-listBox .comment-name > h5 {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0;
    margin-top: 10px;
}

.projectDetails-sub-listBox .comment-name > p {
    font-size: 16px;
    color: #808080;
    margin-top: 25px;
}

.projectDetails-sub-listBox .commentText {
    font-size: 16px;
    color: #808080;
    line-height: 30px;
}

/* 星星代码 */
.star {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
}

.star > span {
    width: 22px;
    height: 21px;
    margin-right: 33px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/star.png);
    background-position: 0 -31px;
}

.star-5 > span:nth-child(5) {
    background-position: 0 0;
}

.star-4 > span:nth-child(5), .star-4 > span:nth-child(4) {
    background-position: 0 0;
}

.star-3 > span:nth-child(5), .star-3 > span:nth-child(4), .star-3 > span:nth-child(3) {
    background-position: 0 0;
}

.star-2 > span:nth-child(5), .star-2 > span:nth-child(4), .star-2 > span:nth-child(3), .star-2 > span:nth-child(2) {
    background-position: 0 0;
}

.star-1 > span:nth-child(5), .star-1 > span:nth-child(4), .star-1 > span:nth-child(3), .star-1 > span:nth-child(2), .star-1 > span:nth-child(1) {
    background-position: 0 0;
}

.projectDetails-sub-listBox .enclosure > li {
    margin-bottom: 30px;
}

.projectDetails-sub-listBox .enclosure > li > div {
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 21px 20px 15px;
    font-size: 16px;
    color: #808080;
    overflow: hidden;
}

.projectDetails-sub-listBox .enclosure .title {
    margin: 0;
    line-height: 25px;
    padding: 0 40px 0 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.projectDetails-sub-listBox .icon-enclosure {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.projectDetails-sub-listBox .icon-down {
    width: 32px;
    height: 32px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/icon_down.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.projectDetails-sub-listBox .ifJpg .icon-enclosure {
    background-image: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/icon_jpg.png);
}

.projectDetails-sub-listBox .ifCad .icon-enclosure {
    background-image: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/icon_cad.png);
}

.projectDetails-sub-listBox .ifZip .icon-enclosure {
    background-image: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/icon_zip.png);
}

.projectDetails-sub-listBox .recommend > li {
    margin-bottom: 33px;
}

.projectDetails-sub-listBox .recommend-img {
    height: 0;
    padding-bottom: 68%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.projectDetails-sub-listBox .recommend-text {
    background: #f4f5f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 20px;
    overflow: hidden;
}

.projectDetails-sub-listBox .recommend-text > p {
    font-size: 14px;
    color: #808080;
    margin: 22px 0 22px 0;
}

.projectDetails-sub-listBox .recommend-text > h5 {
    font-size: 20px;
    color: #333;
    margin-top: 0;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.projectDetails-head .money {
    position: absolute;
    right: 25px;
    top: 85px;
}

.projectDetails-head .price {
    display: none;
}

.project-payment h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 36px;
    overflow: hidden;
}

.project-payment h4.price {
    line-height: 45px;
}

.project-payment h4 > p {
    font-size: 32px;
    color: #f44336;
    font-weight: 100;
    float: right;
}

.project-payment h4 > p > span {
    font-size: 24px;
}

.project-payment .method {
    overflow: hidden;
    padding-bottom: 64px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 25px;
}

.project-payment .method > li {
    width: 308px;
    height: 68px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.project-payment .method li.alipay {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/zfb.png) no-repeat center;
}

.project-payment .method li.wechat {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/wx.png) no-repeat center;
}

.project-payment .method > li:hover {
    border-color: #f44336;
}

.project-payment .definePayment {
    display: block;
    width: 500px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    background: #f44336;
    border-radius: 5px;
    color: #fff !important;
    margin: 0 auto;
    margin-bottom: 76px;
}

.designer-details {
    margin-top: 20px;
}

.designerDetails-sub .projectDetails-sub-listBox .works {
    margin-top: 32px;
}

.designerDetails-sub .projectDetails-sub-listBox .recommend-text {
    background: none;
}

.designerDetails-sub .projectDetails-sub-listBox .recommend-img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.designerDetails-sub .projectDetails-sub-listBox .recommend-text > h5 {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.designerDetails-sub .statisticsList > li > div {
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
}

.statisticsList h5 {
    font-size: 40px;
    color: #54adff;
    margin-bottom: 22px;
    margin-top: 62px;
}

.statisticsList p {
    margin-bottom: 62px;
}

.project_payment .project-lists .project-lists-text {
    width: 880px;
}

.project_payment .project-lists .money {
    width: 100%;
    text-align: left;
}

.seek_designer .project-nav-box form, .seek_designer .project-nav-type {
    border-bottom: none;
}

.seek_designer .project-lists .project-lists-title {
    padding-right: 0;
}

.seek_designer .project-lists li {
    padding: 24px 24px;
}

#fys-index .seek_designer .designer-list .project-lists-text {
    width: 1014px;
}

.seek_project .project-lists .money.show-xs-only {
    display: none;
}

.fys-lookup-left .row .form-control::-ms-expand {
    display: none;
}

.fys-lookup-left .row .form-control {
    padding: 0 14px 0 6px;
    background: url("https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortDown.png") no-repeat scroll 97% center transparent;
    background-size: 12px auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.user_center {
    background: #F2F2F2;
    padding: 30px 0 100px;
}

.user_container {
    margin: 0 auto;
    max-width: 1380px;
}

.user_container .sub_nav {
    float: left;
    width: 200px;
    background: #fff;
    min-height: 830px;
    text-align: center;
    padding-top: 20px;
}

.user_container .user_content {
    width: 1160px;
    background: #fff;
    min-height: 830px;
    float: right;
    padding: 30px 26px;
}

.user_container .sub_nav ul {
    margin: 0;
}

.user_container .sub_nav ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 38px;
    font-size: 18px;
    color: #808080;
    position: relative;
}

.user_container .sub_nav ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.user_container .sub_nav ul li::before {
    content: '';
    width: 4px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    transition: background 0.5s linear;
}

.user_container .sub_nav ul li:hover:before, .user_container .sub_nav ul li.active:before {
    background: #f44336;
}

.user_container .sub_nav ul li.active a {
    color: #f44336 !important;
}

.designer_apply .item_title {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 40px;
}

.designer_apply_form .input_group {
    width: 338px;
    height: 48px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 48px;
}

.designer_apply_form .input_group label {
    margin: 0;
    font-weight: normal;
    width: 112px;
}

.designer_apply_form .input_group input, .designer_apply_form .input_group select {
    border: 1px solid #e5e5e5;
    display: block;
    padding: 0 24px 0 18px;
    float: right;
    height: 48px;
    line-height: 48px;
    width: 226px;
    border-radius: 5px;
    z-index: 10;
    position: relative;
}

.designer_apply_form .input_group.textarea_group {
    width: 100%;
    height: auto;
    padding-left: 112px;
    position: relative;
}


.designer_apply_form .input_group.textarea_group label {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.designer_apply_form .input_group.textarea_group textarea {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    max-width: 600px;
    outline: none;
    padding: 0.75em 0.8em;
}

.designer_apply_form .multiple_group {
    width: 338px;
    font-size: 16px;
    height: 48px;
    margin-bottom: 10px;
    margin-right: 40px;
}

.designer_apply_form .multiple_group select {
    visibility: hidden;
}

.designer_apply_form .multiple_group > label {
    margin: 0;
    font-weight: normal;
    width: 112px;
    float: left;
    line-height: 48px;
}

.designer_apply_form .multiple_group .ms-parent {
    width: 226px !important;
}

.designer_apply_form .multiple_group .ms-parent .ms-choice {
    border: 1px solid #e5e5e5;
    float: right;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    width: 226px;
    padding-left: 18px;
}

.multiple_group .ms-parent .ms-drop ul {
    padding: 1rem 0;
}

.multiple_group .ms-parent .ms-drop ul > li label {
    font-size: 14px;
    color: #666;
}

.multiple_group .ms-parent .ms-drop ul > li {
    padding: .5rem 8px;
}

.designer_apply_form .input_group.city_group {
    width: 417px;
}

.designer_apply_form .input_group.city_group .city_picker {
    display: inline-block;
}

.designer_apply_form .input_group.city_group label {
    float: left;
}


.designer_apply_form .input_group font {
    color: #f44336;
}


.designer_apply_form .submit {
    padding-top: 24px;
    margin-bottom: 24px;
}

.designer_apply_form .submit input {
    width: 270px;
    height: 48px;
    line-height: 48px;
    background-color: #f44336;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.designer_apply .result p {
    font-size: 18px;
    line-height: 28px;
    color: #4d4d4d;
}

.designer_apply_form .input_group select::-ms-expand {
    display: none;
}

.designer_apply_form .input_group select {
    background: url("https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortDown.png") no-repeat scroll 96% center transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* 个人信息 */
/* .designer_apply_form */
.modify_information_form {
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.modify_information_form.no_bd {
    border: none;
}

.error-msg {
    /*display: none;*/
}

.modify_information_form .input_group input, .modify_information_form .input_group select {
    width: 270px;
}

.modify_information_form .input_group.changUserInfo {
    padding-left: 112px;
}

.modify_information_form .input_group.changUserInfo .updateBaseInfoButton {
    float: none;
    display: block;
    margin: 0;
}

.modify_information_form .input_group input[type="button"] {
    background: #f44336;
    color: #fff;
    margin-top: 10px;
}

.modify_information_form .input_group {
    width: 382px;
}

.modify_information .item_title {
    margin-top: 34px;
}

.modify_information input.disabled {
    background: #fff;
}

.captcha, .mobileCode {
    position: relative;
}

.captcha > input {
    padding-right: 100px !important;
}

.captcha > a {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 89px;
    height: 44px;
    z-index: 100;
}

.sendClick{
    z-index: 100;
}

.captcha > a > img {
    width: 100%;
    height: 100%;
}

.mobileCode > a {
    line-height: 48px;
    color: #f44336 !important;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
}

.mobileCode > input {
    padding-right: 150px !important;
}

.modify_information_form .left {
    float: left;
    margin-right: 155px;
}

.modify_information_form .right {
    float: left;
    position: relative;
}

.modify_information_form .right .information_group {
    width: auto;
    height: auto;
}

.modify_information_form .right label {
    float: left;
    position: relative;
    top: -1px;
}

.modify_information_form .right textarea {
    width: 423px;
    height: 183px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    line-height: 25px;
    padding: 10px 16px;
    font-size: 16px;
    color: #4c4c4c;
    resize: none
}

.modify_information_form .information_group2 input, .modify_information_form .information_group2 select {
    width: 226px;
    float: left;
}

.modify_information_form .information_group2 label > img {
    margin-right: 20px;
}

.modify_information_form .headPortrait_box {
    width: 112px;
    height: 112px;
    padding: 5px;
    border: 1px solid #f44336;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 43px;
}

.modify_information_form .headPortrait_text > h4 {
    font-size: 24px;
    color: #1a1a1a;
    margin-top: 18px;
    margin-bottom: 37px;
}

.modify_information_form .headPortrait_text > p {
    font-size: 16px;
    color: #f44336 !important;
    position: relative;
}

.modify_information_form .headPortrait_text .upHeadPortrait {
    position: absolute;
    top: 0;
    left: 122px;
    width: 100px;
    height: 30px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    font-size: 0;
}

.modify_information_form .headPortrait_box img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.modify_information_form .headPortrait {
    width: 382px;
    margin-right: 155px;
}

.modify_information_form .positionBtn {
    position: absolute;
    right: -120px;
    bottom: 0;
    width: 130px;
}

.modify_information_form .positionBtn input[type="button"] {
    margin-top: 0;
    width: 130px;
}

.modify_information .item_title:first-child {
    margin-top: 0;
}

.headPortrait .input_group {
    display: none;
}

.modify_information .otherSub {
    display: none;
}

.ifIE9 .input_group select,
.ifIE9 .designer_apply_form .input_group select {
    background-image: none;
    padding-right: 0;
}

.modify_information .designer_apply_form:last-child {
    border: none
}

/* 发布编辑 */
.form_column {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 35px;
    margin-top: 40px;
}

.form_column:first-child {
    margin-top: 0;
}

.designer_apply_form .form_column:last-child {
    border: none;
}

.form_column .form_title {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 22px;
    position: relative;
}

.edit_works_row {
    overflow: hidden;
}

.edit_works .designer_apply_form .basic_layout {
    padding: 0;
    margin-right: 40px;
    float: left;
}

.edit_works .designer_apply_form .basic_layout:nth-of-type(3n) {
    /*margin-right: 0;*/
}

.edit_works .form_royalty {
    font-size: 16px;
    color: #ff430c;
    /*margin-left: 112px;*/
    margin-bottom: 33px;
}

.edit_works .upload_cover {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 300px;
    height: 200px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/upload_cover.png) no-repeat center center;
    position: relative;
    background-size: cover;
}

.edit_works .upload_cover input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
}

.member_lists > li {
    overflow: hidden;
    margin-bottom: 10px;
    height: 70px;
}

.member_lists > li:last-child {
    margin-bottom: 0;
}

.member_lists .member_portrait {
    width: 50px;
    height: 50px;
    border: 1px solid #f44336;
    border-radius: 100%;
    padding: 3px;
    overflow: hidden;
    margin-top: 10px;
    /*margin-right: 10px;*/
}

.member_lists .member_portrait > img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.member_lists .member_name {
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    width: 117px;
    margin-right: 10px;
}

.member_lists li > div {
    float: left;
}

.member_lists .member_money {
    padding-top: 11px;
    box-sizing: border-box;
    margin-right: 37px;
}

.member_lists .member_btn {
    line-height: 70px;
}

.member_lists .member_btn > a {
    color: #f44336 !important;
}

.form_column .member_add {
    width: 130px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    background: #f44336;
    position: absolute;
    top: -10px;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.form_column textarea {
    width: 704px;
    height: 256px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 5px;
    resize: none;
}

.designer_apply_form .keyWord_Box {
    width: 100%;
}

.designer_apply_form .keyWord_Box > label, .designer_apply_form .keyWord_Box > input {
    float: left;
}

.keyWord_Box .add_keyWord {
    float: left;
    font-size: 16px;
    color: #4c4c4c;
    margin: 0 20px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.keyWord_Box .add_keyWord:hover {
    color: #ff430c;
}

.keyWord_Box .keyWord_list {
    float: left;
}

.keyWord_Box .keyWord_list > li {
    float: left;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 130px;
    height: 48px;
    padding: 0 20px 0 16px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/keyWord_off.png) no-repeat;
    background-position: 90% 50%;
    margin-right: 10px;
}

.keyWord_Box .keyWord_list > li:last-child {
    margin-right: 0;
}

.keyWord_Box .keyWord_list > li:hover {
    color: #ff430c;
    border-color: #ff430c;
    background-image: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/keyWord_off2.png);
}

/* 添加成员弹窗 */

.member_dialog_box {
    position: fixed;
    width: 800px;
    height: 50px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -34%);
}

.member_dialog_box .title {
    font-size: 24px;
    margin-bottom: 40px;
}

.member_dialog_box .form input {
    width: 270px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    float: left;
}

.member_dialog_box .form input:first-child {
    margin-right: 14px;
}

.member_dialog_box .form button {
    width: 130px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 5px;
    background: #f44336;
    border: none;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 1px;
}

.member_lists_portrait {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #f44336;
    overflow: hidden;
    text-align: center;
    padding: 4px;
    margin: 0 auto;
}

.member_lists_portrait > img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.member_dialog_lists {
    overflow: hidden;
    margin-top: 18px;
    max-height: 284px;
    overflow-y: auto;
    box-sizing: border-box;
}

.member_dialog_lists > li {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.member_dialog_lists > li:hover {
    border-color: #f44336;
}

.member_dialog_lists > li > span {
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.member_dialog_lists > li.member_haveChosen > span {
    border-color: #f44336;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/member_choice.png) no-repeat center;
}

.member_dialog_lists > li:nth-of-type(5n) {
    margin-right: 0;
}

.member_lists_name {
    font-size: 16px;
    margin-top: 14px;
}

.member_dialog_box > div {
    padding: 45px;
    background-color: #fff;
    max-height: 610px;
}

.member_dialog_btn {
    width: 200px;
    height: 48px;
    border-radius: 5px;
    background: #f44336;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    border: none;
    margin-top: 15px;
}

.determine_add {
    margin-right: 15px;
}

.form_column .imgFile {
    display: flow-root
}

.form_column .imgFile label input {
    display: none
}

.form_column .imgFile label span {
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 300px;
    height: 200px;
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/upload_cover.png) no-repeat center center;
    position: relative;
    background-size: 100% 100%;
    position: relative
}

.form_column .imgDiv {
    height: 200px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
}

.form_column .imgDiv > div {
    width: 300px;
    height: 200px;
    background-size: 100% 100%;
    position: relative;
}

.form_column .imgDiv > div.bgcover {
    background-size: cover;
}

.form_column .imgDiv > div > span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.form_column .imgDiv:nth-of-type(3n) {
    margin-right: 0;
}

.form_column .imgDiv > img {
    width: 100%;
    height: 100%;
}

.form_column .imgList {
    float: left;
}

.member_money .member_group {
    height: 48px;
    line-height: 48px;
}

.member_money .member_group > label {
    margin: 0;
    font-weight: normal;
    width: 112px;
    font-size: 16px;
}

.member_money .member_group > input {
    border: 1px solid #e5e5e5;
    display: block;
    padding: 0 24px 0 18px;
    float: right;
    height: 48px;
    line-height: 48px;
    width: 226px;
    border-radius: 5px;
}

.personal .personal_head {
    overflow: hidden;
}

.personal .personal_head .headPortrait_text > p {
    color: #808080 !important;
}

/* .personal  .designer_apply_form:last-child{
	border-bottom: 1px solid #e3e3e3;
} */
.personal .personal_column {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 35px;
}

/* .personal .personal_column:first-of-type{
	border-bottom: 4px solid red;
} */
.personal .personal_column2 {
    padding-bottom: 0;
}

.personal_column .personal_statistics {
    overflow: hidden;
    margin: 0;
}

.personal_column .personal_statistics > li {
    float: left;
    width: 20%;
    color: #54adff;
    text-align: center;
    line-height: 30px;
}

.personal_column .personal_statistics .personal_number {
    font-size: 40px;
    margin-bottom: 25px;
}

.personal_column .personal_statistics .personal_text {
    font-size: 18px;
    color: #808080;
    margin: 0;
}

.personal_column .personal_statistics .personal_left {
    float: left;
}

.personal_column .personal_statistics .personal_right {
    float: right;
}

#fys-index .personal_column .fys-material-text {
    width: 150px;
    top: -26px;

}

#fys-index .personal_column .fys-material-text h4 {
    margin: 0;
    font-size: 16px;
}

.property .personal_head .headPortrait_text > p {
    color: #f44336 !important;
    font-size: 36px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0;

}

.property .personal_head .headPortrait_text > p > span {
    font-size: 24px;
}

.property .modify_information_form .headPortrait_text > h4 {
    margin-bottom: 36px;
    margin-top: 0;
    padding-top: 18px;
}

.property .personal_head {
    width: 545px;
    position: relative;
    overflow: visible;
}

.property .personal_head .property_btnBox {
    position: absolute;
    right: -300px;
    top: 0;
}

.property .personal_head .property_btnBox > button {
    border-radius: 5px;
    line-height: 48px;
    color: #fff;
    border: none;
    text-align: center;
    margin-top: 56px;
    font-size: 16px;
}

.add_bank_btn {
    color: #fff;
    padding: 8px 0;
    margin: 0 0 16px 0;
    border-radius: 5px;
    border: none
}

.property .property_btnBox > button.property_moneyBtn, .add_bank_btn {
    background: #f44336;
    width: 130px;
    margin-right: 22px;
}

.property .property_btnBox > button.property_passwordBtn {
    width: 180px;
    background: #8bc34a;
}

.property .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.property .table-responsive th,
.property .table-responsive td {
    font-size: 16px;
    text-align: center;

}

.property .table-responsive th {
    line-height: 44px;
}

.property .table-responsive td {
    line-height: 64px;
}

.property .table-responsive .time {
    width: 209px;
}

.property .table-responsive .type {
    width: 212px;
}

.property .table-responsive .money-type {
    width: 200px;
}

.property .table-responsive .money {
    width: 148px;
}

.property .table-responsive .works {
    width: 342px;
    text-align: right;
}

.property .table-responsive div.single {
    padding-right: 0;
    width: 342px;
    float: right;
}

.property .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.property .table {
    margin-bottom: 0;
}

.property .transaction_btn {
    line-height: 48px;

}

.property .transaction_btn > button,
.property .transaction_btn > input {
    border: none;
    border-radius: 5px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    color: #fff;
    width: 130px;
    font-size: 18px;
    vertical-align: middle;
}

.property .transaction_btn > input {
    background: #f44336;
}

.property .transaction_btn > button {
    background: #8bc34a;
}

.property .personal_form {
    overflow: hidden;
}

.property .personal_form .input_group {
    float: left;
    width: 292px;

}

.property .personal_form .input_group label {
    float: left;
}

.property .personal_form .input_group input,
.property .personal_form .input_group select,
.property .personal_form .input_group span {
    width: 180px;
    float: left;
}

.property .personal_form .input_group input {
    background: url(https://fengyunshe.oss-cn-hangzhou.aliyuncs.com/websiteImg/sortDown.png) no-repeat scroll 96% center transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.property .personal_form .transaction_time {
    width: 500px;
}

.property .personal_form .transaction_type {
    margin-right: 50px;
}

.property .personal_form .transaction_time > input:last-child {
    margin-left: ;
}

.property .personal_form .transaction_time > span {
    width: 20px;
    text-align: center;
}

.property .personal_form .input_group .currentdate span,
.property .personal_form .input_group .currenttime span {
    width: auto;
    float: initial;
}

.property_dialog .member_dialog_box {
    width: 570px;
}

.property_dialog form .input_group {
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 48px;
}

.property_dialog form .input_group label {
    width: 112px;
    float: left;
    text-align: left;
}

.property_dialog form .input_group input {
    border: 1px solid #e5e5e5;
    display: block;
    padding: 0 24px 0 18px;
    float: right;
    height: 48px;
    line-height: 48px;
    width: 360px;
    border-radius: 5px;
}

.property_dialog form input[type="submit"],
.property_dialog form a {
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-top: 27px;
}

.property_dialog form input[type="submit"] {
    background: #f44336;
    float: left;
}

.property_dialog form a {
    background: #8bc34a;
    float: right;
}

.property_dialog form {
    overflow: hidden;
}

.user_order .user_content {
    background: none;
    padding: 0;
}

.user_order .designer_apply .item_title {
    background: #fff;
    padding: 30px 26px 40px 26px;
    margin-bottom: 0;
}

.user_order .designer_apply .item_title input {
    float: right;
    font-size: 16px;
    font-weight: normal;
    background: none;
    color: #666;
    line-height: 24px;
}

.user_order .designer_apply .item_title input:hover {
    color: #f44336;
}

.user_order .designer_apply .project-nav-box {
    margin-top: 0;
}

.user_order .project-nav-box .form-left li {
    padding-top: 0;
}

.user_order .project-nav-box .form-left li .control-label {
    padding-left: 26px;
}

.user_order .project-nav-type .left {
    padding-left: 26px;
}

.user_order .project-lists li {
    padding: 26px;
    position: relative;
}

.user_order .project-lists .money.show-xs-only {
    display: none;
}

.user_order .project-lists .project-lists-title > h2 {
    max-width: 250px;
}

.user_order .project-lists .project-lists-title .purchase {
    position: relative;
    float: left;
}

.user_order .project-lists .project-lists-title {
    overflow: visible;
}

.user_order .project-lists .money.title_money {
    position: absolute;
    right: -92px;
    top: -12px;

}

.user_order .project-lists .money.title_money > p {
    margin-top: 0;
}

.user_order .project-lists .money.money_position {
    position: absolute;
    right: 26px;
    bottom: 34px;
}

.user_order.user_works .project-lists .money.show-xs-only {
    display: block;
    float: left;
}

.user_order.user_works .project-lists .money.show-xs-only > p {
    margin-top: 26px;
}

.user_works .project-lists .money a {
    margin-right: 10px;
    float: left;
}

.user_works .project-lists .money a.edit {
    background: #ffd700;
}

.user_works .project-lists .money a.offline {
    background: #8bc34a;
}

.project-nav-box .form-left li .form-group {
    position: relative;
}

.property .table-responsive td.date, .property .table-responsive th.date {
    width: 200px;
}

.property .table-responsive td.num, .property .table-responsive th.num {
    width: 120px;
}

.property .table-responsive td.name, .property .table-responsive th.name {
    width: 120px;
}

.property .table-responsive td.name2, .property .table-responsive th.name2 {
    width: 120px;
}

.property .withdrtable-responsiveaw_table td.card, .property .table-responsive th.card {
    width: 120px;
}

.property .table-responsive td.status, .property .table-responsive th.status {
    width: 120px;
}

.property .withdraw_table td h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

.property .withdraw_table td p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.property .withdraw_table .opera {
    width: 120px;
}

.property .table-responsive .withdraw_table td {
    line-height: 1.5;
    font-size: 14px;
    vertical-align: middle;
    color: #555;
    min-height: 60px;
}


.project-nav-type .right > ul > li {
    float: left;
    font-size: 13px;
    font-family: '宋体';
    color: #000;
    margin-right: 16px;
}

#cityChoice2.form-control {
    font-size: 13px;
    font-family: '宋体';
}


#IIInsomnia_hot_city *, #IIInsomnia_province_wrap * {
    font-size: 8px;
    font-family: '宋体';
}

a.search img {
    height: 17px;
    width: 17px;
    margin-left: -5px;
}


/**
* 标签
*/
.width-100 {
    width: 100%;
}

.fys-tab .btn {
    padding: 6px 0;
}

/* 资讯 */
.fys-pro .fys-pro-message {
    margin-top: 30px;
    border-left: 1px solid #ddd;
}

.fys-pro .fys-content, .header-content {
    width: auto;
}

.fys-pro .fys-pro-message img {
    height: 15vh;
}

.index-newest-works {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.index-newest-works-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.index-newest-works-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.index-newest-works-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.index-newest-works-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.index-newest-works-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.index-newest-works-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.index-newest-works-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.zoomImage {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 16px !important;
}


.designer_apply_form input, .designer_apply_form select {
    font-size: 14px !important;
}

.designer_apply_form .ms-choice > span {
    font-size: 14px !important;
    left: 10px;
}


.ms-drop.bottom input {
    margin-top: 0 !important;
}


.deal_btn {
    border: none;
    color: #fff;
    background: #999;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-right: 16px;
    margin-bottom: 16px
}

.deal_btn.agree {
    background: #ee3f2f;
}

.deal_btn.disabled {
    cursor: not-allowed;
}


.wrapper-mobile {
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 60px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*overflow-y: scroll;*/
    /*background: #000;*/
    padding-bottom: 60px;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 16px;
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 1000000;
}

.wrapper-mobile .mobile-bottom-nav {
    display: flex;
}

.wrapper-mobile .fys-footer {
    margin-bottom: 60px;
}

/*.mobile-bottom-nav-left {*/
/*float: left;*/
/*}*/

/*.mobile-bottom-nav-right {*/
/*float: right;*/
/*}*/

.mobile-bottom-nav-item {
    margin-right: 20px;
}

.mobile-bottom-nav-item img {
    height: 20px;
}

.mobile-bottom-nav-item.disabled img {
    opacity: 0.4;
    cursor: not-allowed;
}

.mobile-more-condition {
    display: none;
}

.mobile-more-condition-btn{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 16px 0 0 0;
    font-size: 14px;
    color: #ff455b;
}


.mobile-more-condition-btn span{
    margin-right: -4px;
}

.mobile-more-condition-btn img{
    width: 28px;
    height: 28px;
    margin-top: -2px;
}

.mobile-more-condition-btn img.shangla{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
