﻿* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    outline: none
}

html {
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: normal
}

header,
nav,
main,
img,
form,
p {
    margin: 0;
    padding: 0;
    border: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

hr,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px
}

table {
    border-collapse: collapse;
    border-spacing: 0px
}

tbody {
    border-collapse: collapse;
    border-spacing: 0px
}

pre {
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    font-family: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all
}

select,
input,
textarea,
button {
    max-width: 100%;
    font-size: inherit;
    padding: 2px 5px;
    font-family: inherit
}

select {
    background-color: transparent;
    cursor: pointer
}

select::-ms-expand {
    display: none
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
    display: none;
    width: 20px;
    height: 20px;
    cursor: inherit
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

th {
    text-align: left
}

td {
    word-wrap: break-word;
    word-break: break-all
}

ins,
em {
    text-decoration: none;
    font-style: normal
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit
}

input[type=submit],
input[type=image],
button {
    cursor: pointer
}

button,
input[type=text],
input[type=password],
input[type=file],
input[type=number],
input[type=tel],
input[type=button],
input[type=submit],
input[type=reset],
input[type=checkbox],
input[type=radio],
select,
textarea {
    -webkit-appearance: none;
    color: inherit
}

input[type=radio] {
    width: 20px;
    height: 20px;
    background: url(../images/rdo-no.svg) no-repeat center center;
    background-size: 18px;
    vertical-align: middle;
    cursor: inherit;
    position: relative;
    top: -3px
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    background: url(../images/chk-no.svg) no-repeat center center;
    background-size: 18px;
    vertical-align: middle;
    cursor: inherit
}

input[type=radio]:checked {
    width: 20px;
    height: 20px;
    background: url(../images/rdo-chk.svg) no-repeat center center;
    background-size: 18px;
    vertical-align: middle;
    cursor: inherit
}

input[type=checkbox]:checked {
    width: 20px;
    height: 20px;
    background: url(../images/chk-chk.svg) no-repeat center center;
    background-size: 18px;
    vertical-align: middle;
    cursor: inherit
}

input[type=radio]:disabled {
    background-color: rgba(0, 0, 0, .1) !important;
    opacity: .6 !important;
    border-radius: 3px;
    cursor: not-allowed !important
}

input[type=checkbox]:disabled {
    background-color: rgba(0, 0, 0, .1) !important;
    opacity: .6 !important;
    border-radius: 3px;
    cursor: not-allowed !important
}

input[type=file] {
    padding: 0
}

.g_f9 {
    font-size: 9px
}

.g_f10 {
    font-size: 10px
}

.g_f11 {
    font-size: 11px
}

.g_f12 {
    font-size: 12px
}

.g_f13 {
    font-size: 13px
}

.g_f14 {
    font-size: 14px
}

.g_f15 {
    font-size: 15px
}

.g_f16 {
    font-size: 16px
}

.g_f17 {
    font-size: 17px
}

.g_f18 {
    font-size: 18px
}

.g_ca {
    color: #aaa
}

.g_c9 {
    color: #999
}

.g_c8 {
    color: #888
}

.g_c7 {
    color: #777
}

.g_c6 {
    color: #666
}

.g_c5 {
    color: #555
}

.g_c4 {
    color: #444
}

.g_c3 {
    color: #333
}

.g_c2 {
    color: #222
}

.g_c1 {
    color: #111
}

.g_c0 {
    color: #000
}

.g_co {
    color: #f30
}

.g_cr {
    color: red !important
}

.g_cg {
    color: #ff6f06 !important
}

.g_cb {
    color: #0064C8 !important
}

.g_l {
    float: left
}

.g_r {
    float: right
}

.g_c {
    clear: both !important
}

.g_c::after {
    content: '';
    display: block;
    clear: both
}

.g_vm {
    vertical-align: middle
}

.g_dib {
    display: inline-block
}

.g_h15 {
    line-height: 1.5em
}

.g_h18 {
    line-height: 1.8em
}

.g_h20 {
    line-height: 2.0em
}

.g_mt5 {
    margin-top: 5px !important
}

.g_mt10 {
    margin-top: 10px !important
}

.g_mt20 {
    margin-top: 20px !important
}

.g_mb5 {
    margin-bottom: 5px !important
}

.g_mb10 {
    margin-bottom: 10px !important
}

.g_mb20 {
    margin-bottom: 20px !important
}

.g_mb30 {
    margin-bottom: 30px !important
}

.g_ml5 {
    margin-left: 5px !important
}

.g_ml10 {
    margin-left: 10px !important
}

.g_ml20 {
    margin-left: 20px !important
}

.g_mr5 {
    margin-right: 5px !important
}

.g_mr10 {
    margin-right: 10px !important
}

.g_mr20 {
    margin-right: 20px !important
}

.g_mr25 {
    margin-right: 25px !important
}

.g_ell {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.g_it {
    border-radius: 2px;
    height: 38px;
    line-height: 1em;
    padding: 0 10px;
    border: 1px solid #EDEDED;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fdfdfd
}

.g_it:focus {
    border: 1px solid #DFDFDF;
    background-color: #FFFFFF
}

select.g_it {
    height: 40px;
    line-height: 1em;
    padding: 0 10px;
    border: 1px solid #aaa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.g_ita {
    border-radius: 2px;
    line-height: 1.5em;
    padding: 10px;
    border: 1px solid #EDEDED;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fdfdfd
}

.g_ita:focus {
    border: 1px solid #DFDFDF;
    background-color: #FFFFFF
}

.g_ib_s {
    border-radius: 20px;
    height: 36px;
    background: #108A00;
    color: white !important;
    cursor: pointer;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: ease 0.3s
}

.g_ib_s:hover {
    background: #ff6f06;
    color: white !important
}

.g_ib_s:disabled {
    height: 36px;
    background: #aaa;
    color: white !important;
    padding-left: 10px;
    padding-right: 10px
}

.g_ib {
    border-radius: 20px;
    height: 36px;
    background: #E7E7E7;
    color: #999 !important;
    cursor: pointer;
    border: 0;
    padding-left: 10px;
    padding-right: 10px
}

.g_ib:hover {
    background: #E1E1E1;
    color: #999 !important
}

.g_btn {
    display: inline-block;
    white-space: nowrap;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    background: #f1f1f1;
    color: #333;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    transition: ease .3s
}

.g_btn:hover:not(:disabled) {
    text-decoration: none;
    background: #D5D5D5;
    color: #222
}

.g_btn.m {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px
}

.g_btn.m:hover:not(:disabled) {
    color: #444
}

.g_btn.s {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px
}

.g_btn.s:hover:not(:disabled) {
    color: #444
}

.g_btn.b {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px
}

.g_btn.b:hover:not(:disabled) {
    color: #444
}

.g_btn.on {
    background: #ff6f06;
    color: #fff
}

.g_btn.on:hover:not(:disabled) {
    background: #ff6f06;
    color: #fff
}

.g_btn.o {
    border: 1px solid #ff6f06;
    background: #fff;
    color: #ff6f06
}

.g_btn.o:hover:not(:disabled) {
    border: 1px solid #ff6f06;
    background: #ff6f06;
    color: #fff
}

.g_btn.o:disabled {
    border: 1px solid #ccc !important;
    background: #EDEDED !important;
    color: #ccc !important
}

.g_btn.dis,
.g_btn:disabled {
    color: #ccc !important;
    background: #EDEDED !important;
    cursor: not-allowed !important
}

.g_cw {
    width: 1220px;
    padding: 0 10px;
    margin: 0 auto
}

.g_cw::after {
    content: '';
    display: block;
    clear: both
}

body.g-she::after {
    content: '';
    position: fixed;
    z-index: 19;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

body.g-loading::after {
    content: '';
    position: fixed;
    z-index: 4294967295 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/she-loading1.gif) no-repeat center 40% rgba(0, 0, 0, 0.05) !important;
    background-size: 40.5px !important
}

body>.g-dlg {
    position: fixed;
    z-index: 20;
    display: none;
    padding: 40px 30px 30px;
    background: #fff;
    min-width: 400px;
    border: 0;
    border-radius: 9px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

body>.g-dlg>.-close {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    color: #bbb
}

body>.g-dlg>.-close:hover {
    color: #ff6f06;
    text-decoration: none
}

body>.g-dlg>div {
    position: relative;
    height: 100%;
    overflow: auto
}

body>.g-tip {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: none
}

body>.g-tip>em.-txt {
    display: inline-block;
    padding: 5px 20px;
    background: #fff;
    color: #222;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

body>.g-tip>em.-txt.-g {
    background: #2a0;
    color: #fff
}

body>.g-tip>em.-txt.-r {
    background: #c00;
    color: #fff
}

.floatbox {
    display: none;
    padding: 20px 5px 20px 20px;
    background: #ffffff;
    z-index: 2000;
    position: fixed !important;
    position: absolute;
    border-radius: 5px
}

.floatbox .close {
    width: 35px;
    height: 35px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    color: #bbb;
    position: absolute;
    right: 20px;
    top: 15px
}

.floatbox .close:hover {
    color: #ff6f06;
    text-decoration: none
}

.floatbox .fview {
    padding-right: 20px;
    height: 100%;
    overflow: auto;
    padding-top: 10px
}

.floatbox .fview .title {
    padding: 0 0 15px 8px;
    font-size: 16px;
    color: #444444;
    cursor: move;
    font-weight: bold
}

.floatbox .fview .tbox {
    padding: 10px
}

#dvShelter {
    width: 100%;
    filter: Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 1001;
    background-color: #000000;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute
}

.workthumfix {
    position: relative;
    width: 220px;
    height: 145px;
    text-align: center;
    display: inline-block;
    line-height: 145px;
    overflow: hidden;
    background: #f7f7f7;
    color: #ACACAC
}

.workthumfix>img {
    vertical-align: middle
}

.userfacefix {
    border: 1px solid #f0f0f0 !important
}

.userfacefix img {
    float: left
}

.userfacefix.c50 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 25px !important
}

.userfacefix.c100 {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px !important
}

.userfacefix.r50 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px
}

.userfacefix.r100 {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px
}

.g_ucard {
    position: absolute;
    display: none;
    box-sizing: border-box;
    min-width: 326px;
    z-index: 1;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    color: #929292;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.g_ucard .arr {
    position: relative;
    left: -25px;
    top: 0;
    float: left;
    margin: -20px 0 0;
    width: 19px;
    height: 10px;
    display: inline-block;
    background: url(../images/uc_arr.png) no-repeat
}

.g_ucard li {
    clear: both;
    overflow: hidden;
    padding: 8px 0
}

.g_ucard .pfile .face {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    border-radius: 50px
}

.g_ucard .pfile .name {
    color: #222;
    display: inline-block;
    padding-bottom: 6px;
    font-weight: bold
}

.g_ucard .pfile .city {
    font-size: 12px
}

.g_ucard .pfile button {
    float: right;
    background: linear-gradient(to bottom right, #ff6f06, #00a974);
    padding: 5px 15px;
    border: none;
    line-height: 18px;
    border-radius: 50px;
    color: #fff;
    margin: 3px 0 0;
    cursor: pointer;
    font-size: 13px
}

.g_ucard .pfile button:hover {
    background: linear-gradient(to bottom right, #129B00, #00a974)
}

.g_ucard .pfile button.dsb {
    background: #999;
    color: #ccc
}

.g_ucard .work {
    white-space: nowrap
}

.g_ucard .work a {
    float: left;
    margin-left: 10px
}

.g_ucard .work a:first-child {
    margin-left: 0px
}

.g_ucard .work a img {
    height: 60px;
    border-radius: 3px
}

.g_ucard .rank {
    display: none
}

.g_ucard .rank em {
    margin-left: 10px;
    color: #444444
}

.g_workcard {
    position: absolute;
    display: none;
    box-sizing: border-box;
    min-width: 230px;
    z-index: 1;
    background: #fff;
    padding: 15px 15px 10px;
    font-size: 14px;
    color: #929292;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.g_workcard>li {
    float: left;
    margin-bottom: 5px
}

.g_workcard>li:nth-child(2n+1) {
    clear: both;
    margin-right: 5px
}

.g_workcard>li>a {
    height: 66px;
    display: block;
    text-align: center
}

.g_workcard>li>a>img {
    max-height: 100%
}

.g_cover {
    position: fixed;
    z-index: 1000;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: .3s ease
}

.g_cover.show {
    opacity: 1
}

.g_cover td {
    vertical-align: middle;
    text-align: center
}

.g_docardsucrate {
    position: absolute;
    display: none;
    box-sizing: border-box;
    width: 250px;
    z-index: 1;
    background: #fff;
    padding: 15px;
    font-size: 12px;
    color: #555555;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.g_docardsucrate p {
    line-height: 1.8em
}

.g_docardsucrate>hr {
    border: 0;
    border-top: 1px solid #E0E0E0;
    margin: 10px 0
}

.g_docardsucrate .ico {
    vertical-align: middle
}

.g_docardsucrate .light {
    font-weight: bold;
    color: #0CC0F4
}

.g_docardgrade {
    position: absolute;
    display: none;
    box-sizing: border-box;
    width: 250px;
    z-index: 1;
    background: #fff;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8em;
    color: #555555;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

/*无跳转翻页*/
.-turn- {
    position: relative !important;
    perspective: 100vmax;
}

.-turn-page {
    position: absolute !important;
    width: 100% !important;
    transform: scale(1) rotateX(0) !important;
    transform-origin: center top !important;
    opacity: 1 !important;
    transition: ease .5s !important;
    transition-property: transform, opacity !important;
}

.-turn-page.out {
    transform: scale(0.95) !important;
    opacity: 0 !important;
}

.-turn-page.in {
    transform: scale(0.95) rotateX(-20deg) !important;
    opacity: .2 !important;
}

/*层选*/
.-tier- {
    left: 0;
    top: 0;
    display: none !important;
    position: absolute !important;
    z-index: 1 !important;
    background: #fff !important;
    color: #444 !important;
    line-height: normal !important;
    border: 1px solid #eaeaea !important;
    padding: 15px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05) !important;
    box-sizing: border-box !important;
    transition: none !important;
}

.-tier- * {
    box-sizing: border-box !important;
}

.-tier- a {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer !important;
    transition: ease .3s !important;
}

.-tier- a:hover {
    text-decoration: none !important;
    color: #ff6f06 !important;
}

.-tier->.-select {
    position: relative !important;
    clear: both !important;
    padding-right: 50px !important;
    margin-bottom: 8px !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    overflow: hidden !important;
}

.-tier->.-select:after {
    position: absolute !important;
    z-index: -1 !important;
    content: '' !important;
    height: 1px !important;
    background: #e2e2e2 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.-tier->.-select a {
    display: inline-block !important;
    padding: 0 12px !important;
    line-height: 26px !important;
    font-weight: bold !important;
}

.-tier->.-select a.-on {
    position: relative !important;
    border: 1px solid #eee !important;
    border-bottom: 0 !important;
    background: #fff !important;
}

.-tier->.-select a.-no {
    color: #888 !important;
    font-weight: normal !important;
}

.-tier->.-option {
    clear: both !important;
    font-size: 12px !important;
    overflow: hidden !important;
}

.-tier->.-option a {
    display: block !important;
    float: left !important;
    padding: 6px 15px !important;
    white-space: nowrap !important;
}

.-tier->.-option a.-on {
    color: #ff6f06 !important;
}

.-tier->.-option a.-l {
    clear: both !important;
}

.-tier->.-clear {
    position: absolute !important;
    top: 15px !important;
    right: 25px !important;
    font-size: 12px !important;
    line-height: 26px !important;
    color: #999 !important;
}

/*大图查看*/
.-imgsview- {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    background: #000;
    z-index: 2000;
    box-sizing: border-box;
    overflow: hidden;
}

.-imgsview- * {
    box-sizing: border-box;
}

.-imgsview- .-close {
    position: absolute;
    z-index: 2;
    opacity: .5;
    width: 44px;
    height: 44px;
    right: 10px;
    top: 10px;
    background: rgba(160, 160, 160, .5);
    border: 0;
    border-radius: 50%;
    transition: .3s ease;
}

.-imgsview- .-close:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 14px;
    width: 18px;
    height: 3px;
    background: #fff;
    border-radius: 1.5px;
    transform: rotate(-45deg);
}

.-imgsview- .-close:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 14px;
    width: 18px;
    height: 3px;
    background: #fff;
    border-radius: 1.5px;
    transform: rotate(45deg);
}

.-imgsview- .-close:hover {
    opacity: 1;
}

.-imgsview- .-prev {
    position: absolute;
    z-index: 1;
    opacity: .5;
    width: 60px;
    height: 60px;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    background: rgba(160, 160, 160, .5);
    border: 0;
    border-radius: 50%;
    transform: rotate(-120deg);
    transition: .5s ease;
}

.-imgsview- .-prev:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 19px;
    width: 18px;
    height: 5px;
    background: #fff;
    border-radius: 2.5px;
    transform: rotate(-45deg);
}

.-imgsview- .-prev:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 19px;
    width: 18px;
    height: 5px;
    background: #fff;
    border-radius: 2.5px;
    transform: rotate(45deg);
}

.-imgsview- .-prev.-show {
    left: 10px;
    transform: rotate(0);
}

.-imgsview- .-prev.-show:hover {
    opacity: 1;
}

.-imgsview- .-next {
    position: absolute;
    z-index: 1;
    opacity: .5;
    width: 60px;
    height: 60px;
    top: 50%;
    right: -100px;
    margin-top: -30px;
    background: rgba(160, 160, 160, .5);
    border: 0;
    border-radius: 50%;
    transform: rotate(120deg);
    transition: .5s ease;
}

.-imgsview- .-next:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 18px;
    width: 18px;
    height: 5px;
    background: #fff;
    border-radius: 2.5px;
    transform: rotate(45deg);
}

.-imgsview- .-next:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 18px;
    width: 18px;
    height: 5px;
    background: #fff;
    border-radius: 2.5px;
    transform: rotate(-45deg);
}

.-imgsview- .-next.-show {
    right: 10px;
    transform: rotate(0);
}

.-imgsview- .-next.-show:hover {
    opacity: 1;
}

.-imgsview- .-load {
    position: absolute;
    display: inline-block;
    z-index: 2;
    width: 30px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.-imgsview- .-pbox {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    cursor: move;
}

.-imgsview- .-pbox.-zoom {
    position: static;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: zoom-in;
}

.-imgsview- .-pbox.-zoom img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.-imgsview- .-page {
    position: absolute;
    z-index: 2;
    bottom: 42px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    opacity: .8;
}

.-imgsview- .-hscroll {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 1px;
    background: rgba(13, 160, 86, 1);
    border-radius: .5px;
}

.-imgsview- .-vscroll {
    position: absolute;
    z-index: 2;
    right: 0;
    width: 1px;
    background: rgba(13, 160, 86, 1);
    border-radius: .5px;
}

/*end*/
.ftool21 {
    clear: both;
    position: relative;
    z-index: 9;
    font-size: 12px;
    width: 1200px;
    margin: 0 auto
}

.ftool21 * {
    box-sizing: border-box
}

.ftool21 .offset {
    position: absolute;
    right: -20px
}

.ftool21 .offset .tools {
    position: fixed;
    bottom: 50px;
    width: 38px
}

.ftool21 .offset .tools a {
    cursor: pointer;
    color: inherit;
    transition: ease .3s
}

.ftool21 .offset .tools>li .-item {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    border-top-width: 0;
    background: #FCFCFC;
    cursor: pointer;
    transition: ease .3s
}

.ftool21 .offset .tools>li .-item .front {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3em;
    transition: ease .3s
}

.ftool21 .offset .tools>li .-item .front.-new:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f00;
    right: -5px;
    top: -3px
}

.ftool21 .offset .tools>li .-item:hover .front {
    color: #ff6f06
}

.ftool21 .offset .tools>li .-item.project {
    background: linear-gradient(to bottom right, #ff6f06, #f16f10);
    border-radius: 8px 8px 0 0
}

.ftool21 .offset .tools>li .-item.project .front {
    color: #EDEDED
}

.ftool21 .offset .tools>li .-item.project:hover {
    background: linear-gradient(to bottom right, #ff6f06, #de5e00);
    color: #FFFFFF
}

.ftool21 .offset .tools>li .-item.-gotop {
    height: 50px;
    border-radius: 0 0 8px 8px;
    overflow: hidden
}

.ftool21 .offset .tools>li .-item.-belast {
    border-radius: 0
}

.ftool21 .offset .tools.notop>li .-item.-belast {
    border-radius: 0 0 8px 8px
}

.ftool21 .offset .tools.notop>li .-item.-gotop {
    height: 0px;
    border-width: 0
}

.ftool21 .offset .tools>li .-item.-gotop .arr {
    position: relative;
    display: inline-block;
    height: 3px
}

.ftool21 .offset .tools>li .-item.-gotop .arr:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 1px;
    margin-top: -4px;
    margin-left: -7px;
    vertical-align: middle;
    background: #808080;
    transform-origin: 50% 0;
    transform: rotate(-45deg);
    transition: ease .3s
}

.ftool21 .offset .tools>li .-item.-gotop .arr:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 1px;
    margin-top: -4px;
    vertical-align: middle;
    background: #808080;
    transform-origin: 50% 0;
    transform: rotate(45deg);
    transition: ease .3s
}

.ftool21 .offset .tools>li .-item.-gotop:hover .arr:before,
.ftool21 .offset .tools>li .-item.-gotop:hover .arr:after {
    background: #ff6f06
}

.ftool21 .offset .tools>li .-item .tip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #FCFCFC;
    color: #444;
    padding: 8px 12px;
    line-height: normal;
    white-space: nowrap;
    top: 50%;
    right: 100%;
    margin-right: 15px;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    border-radius: 5px;
    transition: ease .3s;
    font-size: 14px;
    font-weight: bold
}

.ftool21 .offset .tools>li .-item .tip:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    background: #FCFCFC;
    right: -3px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg)
}

.ftool21 .offset .tools>li .-item:hover .tip {
    visibility: visible;
    opacity: 1;
    margin-right: 6px
}

.ftool21 .offset .tools>li .-item .tip.contact {
    padding: 10px;
    cursor: default
}

.ftool21 .offset .tools>li .-item .tip.contact .qq {
    margin-top: 10px;
    font-size: 13px
}

.ftool21 .offset .tools>li .-item .tip.contact .qq .fa {
    color: #108A00;
    font-size: 15px;
    transition: ease .3s
}

.ftool21 .offset .tools>li .-item .tip.contact .qq a:hover {
    color: #ff6f06
}

.ftool21 .offset .tools>li .-item .tip.contact .qq a:hover .fa {
    color: #ff6f06
}

@media (max-width:1344px) {
    .ftool21 .offset {
        position: static
    }

    .ftool21 .offset .tools {
        position: fixed;
        right: 0
    }
}

html {
    background: #ffffff
}

a.on,
a:hover {
    color: #ff6f06
}

input::-webkit-input-placeholder {
    color: #bbb
}

input::-moz-placeholder {
    color: #bbb
}

input:-ms-input-placeholder {
    color: #bbb
}

.do_it {
    height: 36px;
    line-height: 1em;
    padding: 0 10px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    transition: ease 0.3s
}

.do_it.m {
    height: 22px;
    line-height: 1em;
    padding: 0 5px
}

select.do_it,
.do_it.select {
    height: 30px;
    line-height: 1em;
    padding: 0 20px 0 10px;
    border: 1px solid #eee;
    background-image: url(../fonts/arr-down.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 10px;
    transition: ease .3s
}

input[type=file].do_it {
    border: 0
}

.do_it:focus:not(select) {
    border: 1px solid #ff6f06
}

select.do_it:focus,
.do_it.select:focus {
    background-image: url(../fonts/arr-down-on.svg)
}

.do_ita {
    line-height: 1.5em;
    padding: 10px;  
    width: 533px;
    height: 116px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;  
    transition: ease .3s
}

.do_ita:focus {
    border: 1px solid #ff6f06
}

.do_btn {
    display: inline-block;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
    background: linear-gradient(to bottom right, #ff6f06, #ff6f06);
    color: #fff !important;
    cursor: pointer;
    border: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    border-radius: 20px;
    transition: ease .3s
}

.do_btn:hover:not(:disabled) {
    text-decoration: none;
    background: linear-gradient(to bottom right, #ff6f06, #d46717)
}

.do_btn.m {
    height: 26px;
    line-height: 26px;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px
}

.do_btn.m:hover:not(:disabled) {
    color: #222
}

.do_btn.b {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px
}

.do_btn.b:hover:not(:disabled) {
    color: #444
}

.do_btn:disabled,
.do_btn.dis {
    background: #999999 !important;
    cursor: not-allowed
}

.do_tform {
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}

.do_tform>tbody>tr>th,
.do_tform>tbody>tr>td {
    padding: 10px;
    vertical-align: top
}

.do_tform>tbody>tr>th.p0 {
    padding-top: 10px
}

.do_tform>tbody>tr>td.p0 {
    padding-top: 0
}

.do_tform>tbody>tr>th {
    padding-top: 18px;
    text-align: right;
    font-weight: normal;
    color: #222
}

.do_tform.p2>tbody>tr>th,
.do_tform.p2>tbody>tr>td {
    padding: 2px
}

.do_tform.p5>tbody>tr>th,
.do_tform.p5>tbody>tr>td {
    padding: 5px
}

.do_cw {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 25px
}

.do_cw::after {
    content: '';
    display: block;
    clear: both
}

.do_filter {
    clear: both;
    margin-top: 25px;
    margin-bottom: 30px;
    overflow: hidden
}

.do_filter .t {
    clear: both;
    font-size: 14px;
    color: #787878;
    overflow: hidden
}

.do_filter .t .right {
    float: right;
    font-size: 15px
}

.do_filter .body {
    margin-top: 20px;
    clear: both;
    background: #fff;
    font-size: 14px;
    border: 1px solid #E7E7E7;
    padding: 25px;
    overflow: hidden;
    border-radius: 3px
}

.do_filter .body>li {
    padding: 7px 8px;
    color: #222222;
    overflow: hidden;
    line-height: 28px
}

.do_filter .body>li.l {
    border-top: 1px solid #ffffff
}

.do_filter .body>li .ey_mark {
    color: #888888;
    width: 60px;
    float: left
}

.do_filter .body>li .qlist {
    overflow: hidden;
    margin-left: 60px
}

.do_filter .body>li .qlist a.i {
    display: inline-block;
    float: left;
    padding: 0 12px;
    margin: 5px 20px 5px 0;
    border-radius: 20px
}

.do_filter .body>li .qlist a.more {
    float: right;
    margin: 5px 0 5px 30px
}

.do_filter .body>li .qlist a.i:hover,
.do_filter .body>li .qlist a.i.on {
    color: #fff;
    background: linear-gradient(to bottom right, #ff6f06, #00a974)
}

.do_filter .body>li .qlist.fold {
    height: 38px;
    position: relative;
    transition: ease .3s
}

.do_filter .body>li .qlist.fold.exp {
    height: 76px
}

.do_filter .body>li .qlist>span {
    display: inline-block;
    float: left;
    margin-right: 25px
}

.do_filter .body>li .celist {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 68px;
    font-size: 13px;
    line-height: 1.5em
}

.do_filter .body>li .celist .i {
    display: inline-block;
    float: left;
    margin: 9px 18px 5px 0;
    color: #444444;
    background-color: #F2F7F2;
    padding: 3px 12px;
    border-radius: 20px
}

.do_filter .body>li .celist a.i.on {
    color: #222222;
    font-weight: bold
}

.do_filter .body>li .celist a.i:hover {
    color: #222222
}

.do_filter .body>li .celist2 {
    overflow: hidden;
    margin-left: 68px;
    font-size: 13px;
    line-height: 1.5em
}

.do_filter .body>li .celist2 .i {
    display: inline-block;
    float: left;
    margin: 9px 18px 5px 0;
    color: #444444;
    background-color: #F2F7F2;
    padding: 3px 12px;
    border-radius: 20px
}

.do_filter .body>li .celist2 a.i.on {
    color: #222222;
    font-weight: bold
}

.do_filter .body>li .celist2 a.i:hover {
    color: #222222
}

.do_filter .sort {
    margin-top: 20px;
    clear: both;
    font-size: 13px;
    background-color: #ffffff;
    padding: 10px 25px;
    overflow: hidden;
    border-radius: 3px
}

.do_filter .sort>li {
    float: left;
    margin-right: 25px
}

.do_panel {
    clear: both;
    border: 1px solid #E9E9E9;
    font-weight: normal;
    border-radius: 3px;
    margin-bottom: 10px;
}

.do_panel>dd.dt {
    line-height: 90px;
    padding: 0 55px;
    border-radius: 3px 3px 0 0;
    font-size: 18px;
    font-weight: bold
}
.do_panel>dd.dt .task_title em {
    background: linear-gradient(97.03deg, #8a42ff 9.89%, #ff705d 102.13%);
    border-radius: 0 12px 12px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    margin-left: 5px;
}
.do_panel>dd.dt .task_title span {
    float: right;
    font-size: 14px;
    color: #444;
    font-weight: normal;
}
.do_panel>dd.dt .t {
    font-size: 18px
}

.do_panel>dd.dt .right {
    float: right;
    overflow: hidden
}

.do_panel>dd.df {
    line-height: 50px;
    padding: 0 35px;
    border-top: 1px solid #E7E7E7;
    background: #F9F9F9;
    border-radius: 0 0 3px 3px
}

.do_panel>dd.dt .right.slide {
    color: #B0B9C6
}

.do_panel>dd.dt .right.slide .prev {
    display: block;
    float: left;
    width: 35px;
    line-height: 1.2em;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-right: 0;
    font-size: 22px;
    border-radius: 3px 0px 0px 3px
}

.do_panel>dd.dt .right.slide .prev.dis {
    color: #E0E0E0
}

.do_panel>dd.dt .right.slide .next {
    display: block;
    float: left;
    width: 35px;
    line-height: 1.2em;
    text-align: center;
    border: 1px solid #E0E0E0;
    font-size: 22px;
    border-radius: 0px 3px 3px 0px
}

.do_panel>dd.dt .right.slide .next.dis {
    color: #E0E0E0
}

.do_panel>dd.dd {
    background: #fff
}

.do_panel2 {
    clear: both;
    border: 1px solid #E7E7E7;
    font-weight: normal;
    border-radius: 3px;
    margin-bottom: 10px
}

.do_panel2>dd.dt {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    border-radius: 3px 3px 0 0;
}

.do_panel2>dd.dt .t {
    font-size: 18px
}

.do_panel2>dd.dt .wbtn {
    font-size: 14px;
    color: #ff6f06;
    font-weight: normal;
}
.do_panel2>dd.dt .wbtn-no {
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    background: #9b9b9b;
    border-radius: 18px;
    cursor: no-drop;
}
.do_panel2>dd.dt .right {
    float: right;
    overflow: hidden
}

.do_panel2>dd.df {
    line-height: 50px;
    padding: 0 35px;
    background: #fff;
    border-radius: 0 0 3px 3px
}

.do_panel2>dd.dt .right.slide {
    color: #B0B9C6
}

.do_panel2>dd.dt .right.slide .prev {
    display: block;
    float: left;
    width: 35px;
    line-height: 1.2em;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-right: 0;
    font-size: 22px;
    border-radius: 3px 0px 0px 3px
}

.do_panel2>dd.dt .right.slide .prev.dis {
    color: #E0E0E0
}

.do_panel2>dd.dt .right.slide .next {
    display: block;
    float: left;
    width: 35px;
    line-height: 1.2em;
    text-align: center;
    border: 1px solid #E0E0E0;
    font-size: 22px;
    border-radius: 0px 3px 3px 0px
}

.do_panel2>dd.dt .right.slide .next.dis {
    color: #E0E0E0
}

.do_panel2>dd.dd {
    background: #fff
}

@keyframes search-btn {
    0% {
        transform: scale(1) rotateY(0) rotateX(0)
    }

    50% {
        transform: scale(1.2) rotateY(20deg) rotateX(-40deg)
    }

    100% {
        transform: scale(1) rotateY(0) rotateX(0)
    }
}

.do_footer {
    clear: both;
    background: #fff
}

.do_footer .do_point {
    padding: 40px 0 30px;
    color: #444444;
    overflow: hidden;
    border-bottom: 1px solid #F3F3F3
}

.do_footer .do_point>li {
    float: left;
    width: 16.66%;
    text-align: center;
    border-left: 1px solid #f1f1f1
}

.do_footer .do_point>li:first-child {
    border-left: 0
}

.do_footer .do_point>li img.ico {
    vertical-align: middle;
    margin-right: 5px
}

.do_footer .do_cells {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #444444
}

.do_footer .do_cells>table {
    width: 100%;
    font-size: 12px
}

.do_footer .do_cells>table>tbody>tr>td {
    width: 33.33%;
    text-align: center;
    vertical-align: top
}

.do_footer .do_cells>table>tbody>tr>td .list {
    display: inline-block;
    line-height: 2em;
    text-align: left
}

.do_footer .do_cells>table>tbody>tr>td .list>li:first-child {
    margin-bottom: 1em
}

.do_footer .bottom {
    padding: 35px 0;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Microsoft YaHei;
    overflow: hidden
}

.do_footer .bottom .left {
    float: left
}

.do_footer .bottom .right {
    float: right
}

.do_projectlist {    
    float: left;
    width: 966px;
    margin-right: 20px;
    clear: both
}

.do_projectlist .offset {
    margin-left: -15px;
    margin-bottom: -30px
}

.do_projectlist .offset .list>li {
    width: 20%;
    padding-left: 15px;
    margin-bottom: 30px
}

.do_projectlist .offset .list>li:nth-child(5n+1) {
    clear: both
}

.do_projectlist .offset .list>li .box {
    position: relative;
    display: block;
    background: #fff;
    padding: 55px 10px 50px;
    font-size: 14px;
    transition: ease .3s
}

.do_projectlist .offset .list>li .box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    margin-bottom: 2px;
    margin-top: -2px
}

.do_projectlist .offset .list>li .box .name {
    text-align: center;
    font-size: 15px;
    color: #444444;
    margin-bottom: 10px;
    height: 4em;
    overflow: hidden
}

.do_projectlist .offset .list>li .box:hover .name {
    color: inherit
}

.do_projectlist .offset .list>li .box .budget {
    text-align: center;
    color: #444444;
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 16px
}

.do_projectlist .offset .list>li .box .time {
    text-align: center;
    color: #A3A3A3;
    font-size: 12px
}

.do_projectlist .offset .list>li .box .time .fa {
    font-size: 14px
}

.do_projectlist .offset .list>li .box .s {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center
}

.do_projectlist .offset .list>li .box .s .on {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    background: #83C44E;
    color: #fff
}

.do_projectlist .offset .list>li .box .s .off {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    background: #AFAFAF;
    color: #fff
}

.do_projectlist .list.ey_row {
    border: 1px solid #E7E7E7;
    background: #fff;
    border-radius: 3px
}

.do_projectlist .list.ey_row>li {
    padding: 25px 40px;
    border-top: 1px solid #E7E7E7;
    transition: ease .3s
}

.do_projectlist .list.ey_row>li:hover {
    background: #f9f9f9
}

.do_projectlist .list.ey_row>li:first-child {
    border-top: 0
}

.do_projectlist .list.ey_row>li .name {
    color: #ff6f06;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px
}

.do_projectlist .list.ey_row>li .name:hover {
    text-decoration: underline
}
.do_projectlist .list.ey_row>li .name.task-status {
    color: #666;
}
.do_projectlist .list.ey_row>li .name.task-status:hover a{
    color: #666 !important;
    text-decoration: underline
}
.do_projectlist .list.ey_row>li .time {
    font-size: 12px;
    color: #7D7D7D;
    margin-bottom: 20px
}

.do_projectlist .list.ey_row>li .ey_mark {
    color: #000;
    margin-bottom: 10px
}

.do_projectlist .list.ey_row>li .main {
    font-size: 12px;
    color: #7D7D7D;
    margin-bottom: 20px
}

.do_projectlist .list.ey_row>li .main .fee {
    margin-right: 40px
}

.do_projectlist .list.ey_row>li .main .fee b {
    color: #000000;
    font-size: 15px
}

.do_projectlist .list.ey_row>li .main .city {
    margin-right: 40px
}

.do_projectlist .list.ey_row>li .main .city b {
    color: #000000;
    font-size: 14px
}

.do_projectlist .list.ey_row>li .main .left {
    margin-right: 40px
}

.do_projectlist .list.ey_row>li .des {
    color: #444;
    font-size: 14px;
    margin-bottom: 10px
}

/*内页*/
.do_projectdetail {
    float: left;
    width: 966px;
    margin-right: 20px
}

.do_projectdetail .-share {
    position: relative;
    z-index: 1;
    line-height: normal;
    float: right;
    text-align: right;
    margin-top: 20px
}

.do_projectdetail .-share .ico {
    width: 20px;
    cursor: pointer
}

.do_projectdetail .-share .-drop {
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 10px;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    background: #fff;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: ease .3s
}

.do_projectdetail .-share:hover .-drop {
    visibility: visible;
    opacity: 1
}

.do_projectdetail .-share .-drop .-btn {
    margin: 0 5px;
    vertical-align: middle;
    font-size: 0
}

.do_projectdetail .-share .-drop .-btn img {
    width: 34px;
    height: 34px
}

.do_projectdetail .-share .-drop .-btn.copy img {
    width: 31px;
    height: 31px
}

.do_projectdetail .project {
    padding: 15px 30px 20px 30px;
    font-size: 12px;
    border-radius: 0 0 3px 3px
}

.do_projectdetail .project>hr {
    border: 0;
    border-top: 1px solid #f1f1f1
}

.do_projectdetail .project .cm {
    color: #7D7D7D;
    margin-bottom: 15px
}

.do_projectdetail .project .cm>span {
    margin-right: 40px
}

.do_projectdetail .project .time {
    color: #7D7D7D
}

.do_projectdetail .project .des {
    color: #222222;
    font-size: 15px;
    line-height: 2.1em;
    margin-bottom: 10px
}

.do_projectdetail .project .file {
    color: #666666
}

.do_projectdetail .project .file .pics {
    text-align: center;
    line-height: 60px;
    font-size: 0
}

.do_projectdetail .project .file .pics a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E8E8E8;
    width: 82px;
    height: 82px;
    margin-right: 5px
}

.do_projectdetail .project .file .pics a:hover {
    border: 1px solid #CDCDCD
}

.do_projectdetail .project .file .pics img {
    vertical-align: middle;
    max-width: 80px;
    max-height: 80px
}

.do_projectdetail .project .main {
    color: #7D7D7D
}

.do_projectdetail .project .main>span {
    margin-right: 40px
}

.do_projectdetail .bidquota {
    padding: 20px 30px;
    color: #522A19;
    line-height: 38px;
    background: #FDF1EA;
    border-radius: 10px;
    overflow: hidden
}

.do_projectdetail .bidquota .-btn {
    float: right;
    display: inline-block;
    padding: 0 20px;
    color: #FFDDA5;
    font-size: 12px;
    background: linear-gradient(to right, #574D4D, #1F1A1A);
    border-radius: 19px
}

.do_projectdetail .join {
    padding: 30px 30px;
    border: 1px solid #E0E0E0;
    background: #fff;
    color: #666666;
    border-radius: 3px
}

.do_projectdetail .join .btn {
    display: inline-block;
    font-size: 13px;
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
    transition: ease .3s;
    color: #444
}

.do_projectdetail .join .btn:disabled {
    color: #ccc;
    cursor: not-allowed
}

.do_projectdetail .join .btn:hover:not(:disabled) {
    color: #ff6f06;
    border: 1px solid #ff6f06
}

.do_projectdetail .join .refer .wlist {
    float: left
}

.do_projectdetail .join .refer .wlist:not(:empty) {
    margin-right: 20px
}

.do_projectdetail .join .refer .wlist .thum {
    float: left;
    display: block;
    width: 88px;
    margin-right: 10px
}

.do_projectdetail .join .refer .wlist .thum p {
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.do_projectdetail .join .refer .wlist .thum img {
    max-width: 88px;
    max-height: 58px
}

.do_projectdetail .join .bidfile {
    overflow: hidden;
    font-size: 12px
}

.do_projectdetail .join .bidfile>li {
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 10px
}

.do_projectdetail .join .bidfile>li>.ico,
.do_projectdetail .join .bidfile>li>.pic {
    display: inline-block;
    height: 60px;
    min-width: 30px;
    line-height: 60px;
    font-size: 0
}

.do_projectdetail .join .bidfile>li>.ico img,
.do_projectdetail .join .bidfile>li>.pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.do_projectdetail .join .bidfile>li>.del {
    display: block;
    line-height: 20px
}

.do_projectdetail .join .bidfile>li>.del img {
    height: 12px;
    vertical-align: middle;
    opacity: .3;
    transition: ease .3s
}

.do_projectdetail .join .bidfile>li>.del:hover img {
    opacity: 1
}

.do_projectdetail .sort {
    margin-right: 12px
}

.do_projectdetail .sort>a {
    margin: 0 5px
}

.do_projectdetail .sort>a.on {
    color: #ff6f06
}

.do_projectdetail .joinlist {
    clear: both;
    padding: 0 30px;
    overflow: hidden;
    border-radius: 0 0 3px 3px
}

.do_projectdetail .joinlist {
    clear: both;
    padding: 0 30px;
    overflow: hidden
}

.do_projectdetail .joinlist li {
    padding: 28px 0;
    border-top: 1px solid #DDDDDD;
    color: #222222;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.do_projectdetail .joinlist li:first-child {
    border-top: 0
}

.do_projectdetail .joinlist li .right {
    margin-bottom: 5px;
    text-align: right;
}
.do_projectdetail .joinlist li .right .text {
    margin-bottom: 10px;
    color: #777;
}
.do_projectdetail .joinlist li .right .price {
    font-size: 15px;
    margin: 5px 0 20px
}
.do_projectdetail .joinlist li .right .action {
    font-size: 15px;
    margin: 5px 0 20px
}
.do_projectdetail .joinlist li .right .action a {
    display: inline-block;
    white-space: nowrap;
    background: #ff6f06;
    color: #fff !important;
    padding: 2px 20px;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
}
.do_projectdetail .joinlist li .block {
    display: block;
    overflow: hidden
}

.do_projectdetail .joinlist li .block:hover {
    color: unset
}

.do_projectdetail .joinlist li .name {
    font-size: 16px;
    margin-bottom: 10px
}

.do_projectdetail .joinlist li .name .txt {
    margin-right: 5px;
    font-size: 17px
}

.do_projectdetail .joinlist li a.block .name .txt {
    color: #ff6f06
}

.do_projectdetail .joinlist li a.block:hover .name .txt {
    text-decoration: underline
}

.do_projectdetail .joinlist li .name .deposit {
    margin-right: 0px
}

.do_projectdetail .joinlist li .name .deposit .ico {
    vertical-align: middle;
    width: 24px
}

.do_projectdetail .joinlist li .name .sucrate {
    margin-right: 10px;
    font-size: 12px;
    color: #14BFF4;
    cursor: pointer
}

.do_projectdetail .joinlist li .name .sucrate .ico {
    vertical-align: middle
}

.do_projectdetail .joinlist li .city {
    color: #aaaaaa;
    margin-bottom: 10px
}

.do_projectdetail .joinlist li .city .fa {
    color: #aaaaaa;
    margin-right: 5px;
    font-size: 12px
}

.do_projectdetail .joinlist li .time {
    color: #aaaaaa;
    margin-bottom: 10px
}

.do_projectdetail .joinlist li .work {
    color: #aaaaaa;
    margin-bottom: 10px
}



.do_projectdetail .joinlist li .ey_mark {
    color: #444;
    margin-top: 20px;
    font-size: 13px;
    display: none;
}

.do_projectdetail .joinlist li .ey_mark .copy {
    color: #ff6f06;
    cursor: pointer;
}
.do_projectdetail .joinlist li .des {
    clear: both;
    line-height: 1.8em;
    font-size: 13px;
    margin-top: 20px
}

.do_projectdetail .joinlist li .refer {
    margin-top: 20px
}

.do_projectdetail .joinlist li .refer>span {
    vertical-align: top
}

.do_projectdetail .joinlist li .refer>span img {
    max-width: 80px;
    max-height: 72.5px;
    margin-right: 6px;
    border: 1px solid #eee;
    border-radius: 5px
}

.do_projectdetail .joinlist li .bidfile>a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-size: 0;
    border: 1px solid #E8E8E8;
    width: 62px;
    height: 62px;
    margin-right: 5px
}

.do_projectdetail .joinlist li .bidfile>a:hover {
    border: 1px solid #CDCDCD
}

.do_projectdetail .joinlist li .bidfile>a img {
    vertical-align: middle;
    max-width: 60px;
    max-width: 60px
}

.do_right {
    overflow: hidden;
    color: #222222;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 3px
}

.do_right .box {
    padding: 20px
}

.do_right .box>hr {
    border: 0;
    border-top: 1px solid #E0E0E0
}

.do_right .box .wbtn {
    display: block;
    background: #ff6f06;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 40px;
    line-height: 38px;
    margin-bottom: 35px
}

.do_right .box .wbtn:hover {
    background: #ff6f06;
}

.do_right .box .hlist {
    color: #999;
    font-size: 12px;
    padding-left: 1em
}

.do_right .box .hlist>li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 5px
}

.do_right .box .hlist>li .lp {
    position: absolute;
    left: -1em
}

.do_right .box .contact {
    font-size: 12px;
    color: #444444
}

.do_right .box .contact th {
    white-space: nowrap;
    font-weight: normal;
    vertical-align: top
}

.do_right .box .contact th,
.do_right .box .contact td {
    padding: 3px 0
}

.do_right .box .newlist {
    font-size: 12px
}

.do_right .box .newlist>li {
    margin-bottom: 8px
}

.do_right .box .newlist>li a {
    color: #ff6f06;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px
}

.do_right .box .newlist>li a:hover {
    text-decoration: underline
}

.project-referees {
    clear: both;
    padding: 20px 30px 20px 30px
}

.project-referees .offset {
    margin-left: -21px;
    margin-bottom: -30px
}

.project-referees .offset .list {
    font-size: 12px
}

.project-referees .offset .list>li {
    width: 33.33%;
    float: left;
    padding-left: 21px;
    margin-bottom: 30px
}

.project-referees .offset .list>li:nth-child(3n+1) {
    clear: both
}

.project-referees .offset .list>li .box {
    display: block;
    padding: 30px 10px 30px;
    border: 1px solid #f5f5f5;
    background: #fff;
    transition: ease .3s;
    border-radius: 4px
}

.project-referees .offset .list>li .box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    margin-bottom: 2px;
    margin-top: -2px
}

.project-referees .offset .list>li .box .glow {
    color: #14BFF4
}

.project-referees .offset .list>li .box .face {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin-top: -5px;
    margin-right: 15px;
    margin-bottom: 30px;
    overflow: hidden
}

.project-referees .offset .list>li .box .face img.pic {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%
}

.project-referees .offset .list>li .box .face .ico-sucrate {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/ico-sucrate.png) no-repeat center center #fff;
    bottom: 0;
    right: 0;
    border-radius: 50%
}

.project-referees .offset .list>li .box .block {
    overflow: hidden;
    margin-bottom: 30px
}

.project-referees .offset .list>li .box .block .name {
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.project-referees .offset .list>li .box .block .grade {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px
}

.project-referees .offset .list>li .box .block .grade>a {
    color: inherit
}

.project-referees .offset .list>li .box .block .grade>a.-S {
    color: #f0b33b
}

.project-referees .offset .list>li .box .block .grade>a.-A {
    color: #0cc0f4
}

.project-referees .offset .list>li .box .block .level {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px
}

.project-referees .offset .list>li .box .block .city {
    color: #ccc;
    margin-bottom: 7px
}

.project-referees .offset .list>li .box .block .mark {
    color: #494949;
    margin-bottom: 10px;
    font-size: 14px
}

.project-referees .offset .list>li .box .block .mark .ico-sucrate {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block
}

.project-referees .offset .list>li .box .block .sucrate {
    font-size: 12px;
    color: #14BFF4;
    cursor: pointer
}

.project-referees .offset .list>li .box .block .sucrate .ico {
    vertical-align: middle;
    display: inline-block
}

.project-referees .offset .list>li .box .main {
    padding: 0 10px;
    clear: both;
    color: #222222;
    margin-bottom: 24px
}

.project-referees .offset .list>li .box .main .fee {
    margin-right: 10px
}

.project-referees .offset .list>li .box .main .fee .tag {
    color: #fff;
    background: #939393;
    padding: 3px 8px;
    border-radius: 20px;
    margin-right: 3px
}

.project-referees .offset .list>li .box .main .fee .tag.h {
    background: #0CC0F4
}

.project-referees .offset .list>li .box .main .fee b {
    font-size: 16px
}

.project-referees .offset .list>li .box .main .level {
    font-size: 12px;
    color: #aaa
}

.project-referees .offset .list>li .box .good {
    padding: 24px 0 0;
    margin-bottom: 20px;
    border-top: 1px solid #EDEDED;
    color: #777777;
    overflow: hidden;
    height: 76px;
    line-height: 1.5em
}

.project-referees .offset .list>li .box .good em {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 10px;
    border-radius: 40px;
    background: #F2F7F2
}

.project-referees .offset .list>li .box .view {
    padding: 8px 22px;
    display: inline-block;
    background: #14A900;
    color: #fff;
    border-radius: 40px;
    transition: ease .3s;
    line-height: 1;
    font-size: 14px
}

.project-referees .offset .list>li .box .view:hover {
    background: #3C8224
}

/*内页end*/
/*发布页*/
.do_panel dd.dt table {
    width: 100%;
    font-size: 15px;
    color: #999999;
}

.do_panel dd.dt table th {
    text-align: center;
    width: 30px;
}

.do_panel dd.dt table td {
    text-align: center;
}

.do_panel dd.dt table td b {
    color: #222222;
    font-weight: normal;
}

.do_panel .take {
    padding: 10px 30px;
    color: #222222;
}

.do_panel .take .sms {
    display: none;
}

.do_panel .take .sms .send {
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
}

.do_panel .take .mtip .tip {
    display: none;
    padding: 3px 8px;
    transition: ease .3s;
    background-color: #5E6D55;
    color: #ffffff;
    border-radius: 3px;
}

.do_panel .take .mtip:hover .tip {
    display: inline-block;
}

.do_panel .take .filelist {
    overflow: hidden;
    font-size: 12px;
}

.do_panel .take .filelist>li {
    float: left;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.do_panel .take .filelist>li>.ico,
.do_panel .take .filelist>li>.pic {
    display: inline-block;
    height: 80px;
    min-width: 60px;
    line-height: 80px;
    font-size: 0;
}

.do_panel .take .filelist>li>.ico img,
.do_panel .take .filelist>li>.pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.do_panel .take .filelist>li>.del {
    display: block;
    line-height: 20px;
}

.do_panel .take .filelist>li>.del img {
    height: 12px;
    vertical-align: middle;
    opacity: .3;
    transition: ease .3s;
}

.do_panel .take .filelist>li>.del:hover img {
    opacity: 1;
}

.do_panel .take .method {
    position: relative;
    clear: both;
    margin: 10px 25px 35px;
    overflow: hidden;
    color: #444444;
}

.do_panel .take .method:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #F1F1F1;
}

.do_panel .take .method>a {
    float: left;
    padding: 0 12px;
    line-height: 2.9em;
    border-right: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
    background: #fff;
    border-radius: 3px 3px 0 0;
}

.do_panel .take .method>a:first-child {
    border-left: 1px solid #F1F1F1;
}

.do_panel .take .method>a.on {
    position: relative;
    border-top: 2px solid #ff6f06;
    color: #ff6f06;
}

/*发布页end*/
.take .g-select {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -8px;
}

.take .g-select__control {
    width: auto;
    padding: 8px 35px 8px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s;
    cursor: pointer
}

.take .g-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none
}

.take .g-select__control:hover {
    border-color: #ff6f06
}

.take .g-select__control:focus {
    outline: none;
    border-color: #ff6f06;
    box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2)
}

.take .g-select__control {
    font-family: inherit;
    height: 36px
}
/* 表单容器样式 */
.form-container {
    width: 100%;
  }
  
  /* 表单组样式 */
  .form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    min-height: 40px;
  }
  
  /* 表单标签样式 */
  .form-label {
    width: 120px;
    min-width: 120px;
    text-align: right;
    padding-right: 15px;
    padding-top: 8px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
  }
  
  /* 表单字段样式 */
  .form-field {
    flex: 1;
    padding-top: 5px;
  }
  
  /* 输入框样式调整 */
  .form-field .do_it {
    width: 100%;
    max-width: 400px;
  }
  
  /* 文本域样式调整 */
  .form-field .do_ita {
    width: 100%;
    max-width: 500px;
    height: 80px;
    resize: vertical;
  }
  
  /* 单选按钮标签样式 */
  .form-field label {
    display: inline-flex;
    align-items: center;
    padding-top: 3px;
  }
  
  /* 下拉选择框样式 */
  .form-label .g-select {
    margin-top: -5px;
  }
  
  /* 提交按钮组样式 */
  .submit-group {
    margin-top: 20px;
  }
  

  /* 响应式样式 */
  @media (max-width: 768px) {
    .form-group {
      flex-direction: column;
      align-items: flex-start;
    }
    
    .form-label {
      width: 100%;
      text-align: left;
      padding-right: 0;
      padding-bottom: 5px;
    }
    
    .form-field {
      width: 100%;
    }
  }

@media (max-width:640px) {
    .do_projectdetail {
        width: 100%;
        margin-right: 0;
    }
    .do_panel>dd.dt {
        
        padding: 0 15px;
    }
    .do_panel>dd.dt .task_title span {
        display: none;
    }
    .do_panel .take {
        padding: 10px 15px;
        color: #222222;
    }
    .do_panel .take .method {
        margin: 10px 0px 35px;
    }
    .do_tform>tbody>tr>th, .do_tform>tbody>tr>td {
        display: block;
    }
    .do_tform>tbody>tr>th {
        text-align: left;
    }
    .take .g-select {
        margin-left: 0;
    }
    .do_ita {
        width: 100%;
        height: 116px;
    }
}