@charset "UTF-8";html,mark {
    color: #000
}

img,legend {
    border: 0
}

.header,.warp {
    width: 100%
}

.left-menu ul li,button,select {
    text-transform: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

html {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}



body,figure {
    margin: 0
}

a:focus {
    outline: dotted thin
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .75em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

.iconfont {
    font-style: normal
}

mark {
    background: #ff0
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q:after,q:before {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver
}

legend {
    white-space: normal
}

.header li,.nowarp {
    white-space: nowrap
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    line-height: 1
}

.header li,.main-top .top li {
    line-height: 30px;
    text-align: center
}

body{
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
    color: rgb(88,88,88);
    outline: 0
}

i {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.header li,a {
    -webkit-transition: all .3s ease-in-out
}

a {
    background: 0 0;
    color: #999;
    transition: all .3s ease-in-out;
    outline: 0!important
}

.row {
    margin: 0
}

.row .col {
    padding: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    zoom:1}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.full,html {
    height: 100%
}

.border-none {
    border: none!important
}

.no-scroll {
    overflow: hidden
}

.unselect,.unselect blockquote,.unselect body,.unselect button,.unselect caption,.unselect dd,.unselect div,.unselect dl,.unselect dt,.unselect fieldset,.unselect figure,.unselect form,.unselect h1,.unselect h2,.unselect h3,.unselect h4,.unselect h5,.unselect h6,.unselect hr,.unselect html,.unselect legend,.unselect li,.unselect menu,.unselect ol,.unselect p,.unselect pre,.unselect table,.unselect td,.unselect textarea,.unselect th,.unselect ul {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 400px) {
    .hide-in-mobile {
        display:none!important
    }
}

.header {
    font-size: 12px;
    padding: 10px 20px;
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0
}

.header .logo {
    width: 133px;

}

@media (max-width: 350px) {
    .header .logo {
        width:88px;
        position: relative;
        top: 4px
    }
}

.header li {
    height: 30px;
    margin: 0 5px;
    min-width: 55px;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

@media (max-width: 350px) {
    .header li {
        min-width:52px
    }
}

.header li.active {
    border: 1px solid #999
}

.header li.active:hover {
    background: #32363b
}

.header li.active:hover a {
    color: #fff
}

.header li:hover a {
    color: #333
}

.main-top {
    background: #fff;
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    padding: 5px 0;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95
}

.main-top .top {
    max-width: 1000px;
    margin: 0 auto
}

.main-top .top .logo {
    width: 133px;
    margin-top: 5px;
    margin-left: 35px;
    padding: 0
}

.main-top .top li {
    height: 30px;
    margin: 0 15px;
    z-index: 1000;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px
}

.main-top .top li.active {
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px
}

.main-top .top li.active:hover {
    background: #32363b
}

.main-top .top li.active:hover a {
    color: #fff
}

.main-top .top li img {
    width: 18px;
    position: relative;
    top: 3px
}

.main-top .top li a span {
    background: url(../images/index/bg.png) no-repeat;
    background-size: cover;
    padding: 6px 5px 6px 15px;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#notification,.checkbox label {
    -webkit-transition: all .3s ease-in
}

.main-top .top li a span:hover {
    color: #ddd
}

.scrollbar {

    height: 100%
}

.top-icon-menu {
    margin-left: 10px;
    margin-top: 5px
}

.progress .determinate {
    -webkit-box-shadow: 0 1px 3px rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(255,255,255,.8)
}

.footer {
    height: 50vw;
    max-height: 600px;
    min-height: 300px;
    background: #1d1d1d;
    position: relative
}

.footer .title1 {
    margin-top: -100px;
    margin-bottom: 30px;
    width: 80vw;
    max-width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#notification,.checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

.footer .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #999;
    font-size: 12px
}

.footer .bottom a {
    display: inline-block;
    padding: 5px 7px
}

.footer .bottom a:hover {
    color: #fff
}

.footer .center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#notification,#tooltip {
    z-index: 999;
    width: 300px;
    left: -150px
}

#notification:after,#tooltip:after {
    content: "";
    height: 20px;
    width: 20px;
    left: 150px
}

.footer .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgb(64,68,74);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.footer .btn:hover {
    background: #292f35
}

.small-footer {
    padding: 5px;
    font-size: 12px
}

.checkbox {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/index/radio.png"/*tpa=https://www.gieey.com/images/index/radio.png*/) no-repeat;
    background-size: contain;
    user-select: none
}

#uploader .collection{
    display: none
}

.checkbox:hover {
    background: url("../images/index/radio3.png"/*tpa=https://www.gieey.com/images/index/radio3.png*/) no-repeat;
    background-size: contain
}

.checkbox:hover label {
    color: #666
}

.checkbox label {
    transition: all .3s ease-in;
    cursor: pointer
}

.checkbox.active {
    background: url("../images/index/radio1.png"/*tpa=https://www.gieey.com/images/index/radio1.png*/) no-repeat;
    background-size: contain
}

#notification,#notification:after {
    background: #fff;
    position: absolute
}

.checkbox-group {
    margin: 10px 0;
    line-height: 1.5em
}

#notification {
    user-select: none;
    top: 40px;
    color: rgba(153,153,153,.54);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in
}

#modal1 .times,#tooltip {
    -webkit-transition: all .3s ease-in
}

#notification:after {
    top: -10px;
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

#notification p {
    padding: 10px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    line-height: 2em
}

@media (max-width: 600px) {
    #notification {
        width:240px;
        position: fixed;
        left: 50%;
        margin-left: -120px
    }

    #notification p {
        white-space: normal
    }

    #notification.show {
        top: 40px!important
    }

    #notification:after {
        content: none
    }
}

#modal1 .m6,.user-info {
    white-space: nowrap
}

#notification.show {
    visibility: visible;
    opacity: 1;
    top: 60px
}

#tooltip {
    position: absolute;
    top: 50px;
    padding: 10px 20px;
    color: #fff;
    background: #1f201f;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.5em;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in
}

#tooltip:after {
    position: absolute;
    top: -10px;
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
    border-right: none;
    background: #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media (max-width: 600px) {
    #tooltip {
        width:240px;
        position: fixed;
        left: 50%;
        margin-left: -120px
    }

    #tooltip.show {
        top: 40px!important
    }

    #tooltip:after {
        content: none
    }
}

#tooltip.show {
    visibility: visible;
    opacity: 1;
    top: 60px
}

.main-body .webuploader-pick {
    background: 0 0!important;
    padding: 0!important
}

.main-body .webuploader-container {
    position: absolute!important;
    margin-right: 0!important;
    bottom: 20px;
    right: 0;
    background: url("../images/index/add.png"/*tpa=https://www.gieey.com/images/index/add.png*/) no-repeat;
    background-size: cover;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-body .webuploader-container:hover {
    background: url("../images/index/add1.png"/*tpa=https://www.gieey.com/images/index/add1.png*/) no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-body #main-progrss {
    margin-top: -5px;
    margin-bottom: 0;
    background: #fff
}

.main-body #main-progrss .determinate {
    height: 3px
}

.member-body .cropper-wraper {
    margin-top: 20px
}

.member-body .uploader-container {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.member-body .webuploader-pick {
    background: #f8563c;
    padding: 0;
    width: 80px;
    height: 35px;
    margin: 0;
    line-height: 35px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.member-body .webuploader-pick:hover {
    background: #fc8a78
}

.member-body .path {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 2.2em;
    line-height: 2.2em
}

.member-body .btn {
    margin-top: 1em;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    font-size: 14px
}

.member-body .upload-btn {
    position: static;
    border: none;
    background: #f8563c;
    padding: 0;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff
}

.left-menu ul li,.left-menu ul li .menu-slide-content a {
    line-height: 48px
}

.member-body .upload-btn:hover {
    background: #fc8a78
}

.member-body .img-container {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    float: left
}

.member-body .img-preview {
    float: right;
    margin-top: 0
}

@media (max-width: 650px) {
    .member-body .img-container {
        float:none;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .member-body .img-preview {
        float: none;
        margin: 10px auto
    }
}

#uploader {
    position: relative;
    background: 0 0;
    padding: 10px;
    border-left: 1px solid rgba(190,190,190,.5);
    border-right: 1px solid rgba(190,190,190,.5);
    margin: 0 auto
}

#uploader .collection-item {
    padding-left: 50px
}

#uploader .collection-item i {
    margin-top: -5px
}

.editor-uploader {
    position: absolute!important;
    margin-right: 0!important;
    width: 40px;
    height: 40px;
    padding: 0!important;
    top: -25px;
    right: 10px;
    background: url("../images/index/add.png"/*tpa=https://www.gieey.com/images/index/add.png*/) no-repeat;
    background-size: cover;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.editor-uploader:hover {
    background: url("../images/index/add1.png"/*tpa=https://www.gieey.com/images/index/add1.png*/) no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.editor-uploader .webuploader-pick,.editor-uploader .webuploader-pick:hover,.left-menu,.left-menu ul {
    background: 0 0
}

.left-menu {
    height: 100%;
    position: absolute;
    border-right: 1px solid #CDCDCD;
    text-align: center;
    padding-top: 50px
}

.left-menu ul {
    display: block;
    height: auto;
    margin-top: 30px
}

.left-menu ul li {
    float: none;
    width: 100%;
    min-width: 0;
    height: auto;
    text-align: left;
    letter-spacing: .8px
}

.left-menu ul li a {
    color: rgb(88,88,88);
    padding-left: 50px;
    display: block;
    width: 100%;
    height: 100%
}

.left-menu ul li a.active,.left-menu ul li a:hover,.left-menu ul li.active.menu-slide .menu-slide,.left-menu ul li.active.menu-slide>a {
    color: #e86349
}

.left-menu ul .indicator,.left-menu ul li .menu-slide-content {
    display: none
}

.left-menu ul li a span {
    margin-right: 10px
}

@media (max-width: 650px) {
    .left-menu ul li a {
        font-size:14px;
        padding-left: 25px
    }
}

.left-menu ul li.active.menu-slide {
    border-left: 2px solid #f05050;
    background: rgb(252,252,252)
}

#modal1 .times:hover,#photo .times:hover {
    color: #000
}

.left-menu .sidebar {
    width: 50px;
    display: none
}

.left-menu .sidebar li a {
    text-align: center;
    padding: 0
}

.left-menu .sidebar .avtor {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: -10px;
}

.left-menu .static-menu {
    width: 200px
}

.left-menu .static-menu .avtor {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

@media (max-width: 650px) {
    .left-menu .static-menu {
        width:150px
    }
    .main-top .top .logo {
    	margin-left: 65px
    }
}

@media (max-width: 600px) {
    .left-menu .sidebar {
        display:none!important
    }

    .left-menu .static-menu {
        display: block!important
    }
}

.home .btn,.mywallet {
    -webkit-box-shadow: none
}

#modal1 .modal-content {
    position: relative
}

#modal1 .times {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    transition: all .3s ease-in
}

#modal1 .email input {
    border: 1px solid rgb(158,228,218) !important;
    padding-left: 5px !important;
    height: 2rem !important;
}

#modal1 .btn {
    background: #7b7b7b;
    margin: 0 5px
}

#modal1 .member-footer {
    text-align: center
}

#modal1 .member-footer .btn {
    float: none;
    background: #000
}

#photo {
    min-height: 80vh;
    overflow-y: visible
}

#photo .times {
    position: absolute;
    right: -15px;
    top: -20px;
    font-size: 30px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#photo h2 {
    border-bottom: 1px solid #ddd;
    padding: 10px
}

#layer {
    background: rgba(250,250,250,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1005
}

.home p.more a,.pagination-warp .pagination,.user-info .badge {
    display: inline-block
}

#layer .close-layer {
    position: absolute;
    top: -2.5px;
    right: 0px;
    color: #424242
}

#layer .close-layer:hover {
    color: #787878
}

#layer .read-content {
    background: #fff;
    width: 80%;
    max-width: 1000px;
    padding: 20px;
    position: absolute;
    left: 50%;
    height: 80%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#layer .warp {
    width: 100%;
    height: 100%;
    position: relative
}

#layer .warp .title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

#layer .warp .title h2 {
    max-width: 600px;
    border-bottom: 1px solid #ddd;
    margin: 30px auto;
    padding: 10px;
    text-align: center
}

#layer .warp .content {
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    max-width: 600px;
    margin: 60px auto 0;
    padding: 10px
}

#layer .warp .content .mCSB_container {
    padding-bottom: 20px
}

#state-modal {
    top: 50%!important;
    -webkit-transform: translate(0,-50%)!important;
    -ms-transform: translate(0,-50%)!important;
    transform: translate(0,-50%)!important;
    width: 300px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#state-modal .modal-content {
    padding-left: 10px;
    padding-right: 10px
}

#contact-modal .title {
    color: #fff;
    background: #585858;
    padding: 20px;
    font-size: 24px
}

#contact-modal .member-btn .btn {
    float: none
}

@font-face {
    font-family: iconfont;
    src: url("fonts/iconfont/iconfont.eot"/*tpa=https://www.gieey.com/css/fonts/iconfont/iconfont.eot?t=1466574473*/);
    src: url("fonts/iconfont/iconfont.eot"/*tpa=https://www.gieey.com/css/fonts/iconfont/iconfont.eot?t=1466574473#iefix*/) format("embedded-opentype"),url("fonts/iconfont/iconfont.woff"/*tpa=https://www.gieey.com/css/fonts/iconfont/iconfont.woff?t=1466574473*/) format("woff"),url("fonts/iconfont/iconfont.ttf"/*tpa=https://www.gieey.com/css/fonts/iconfont/iconfont.ttf?t=1466574473*/) format("truetype"),url("fonts/iconfont/iconfont.svg"/*tpa=https://www.gieey.com/css/fonts/iconfont/iconfont.svg?t=1466574473#iconfont*/) format("svg")
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-dagou:before {
    content: "\e600"
}

.icon-circularrefresh:before {
    content: "\e601"
}

.icon-icon45:before {
    content: "\e602"
}

.icon-shangyiye:before {
    content: "\e631"
}

.icon-jianpan:before {
    content: "\e603"
}

.icon-diannao:before {
    content: "\e604"
}

.icon-cebianlan:before {
    content: "\e605"
}

.icon-xiayiye:before {
    content: "\e632"
}

.icon-iconfont95:before {
    content: "\e606"
}

.icon-iconfont92:before {
    content: "\e607"
}

.icon-succeed:before {
    content: "\e639"
}

.icon-daojishi:before {
    content: "\e608"
}

.icon-iconfontroundclosefill:before {
    content: "\e609"
}

.icon-jiahao:before {
    content: "\e60a"
}

.icon-chacha:before {
    content: "\e60b"
}

.icon-wodegongzuotai:before {
    content: "\e63a"
}

.icon-xiala:before {
    content: "\e60c"
}

.icon-dachaguanbi:before {
    content: "\e60d"
}

.icon-shangyiye1:before {
    content: "\e633"
}

.icon-xiayiye1:before {
    content: "\e634"
}

.icon-jiahao1:before {
    content: "\e60e"
}

.icon-shuaxin:before {
    content: "\e60f"
}

.icon-xiugai:before {
    content: "\e63b"
}

.icon-zhifubao:before {
    content: "\e610"
}

.icon-jinxingzhong:before {
    content: "\e611"
}

.icon-kaiguankai:before {
    content: "\e612"
}

.icon-kaiguanguan:before {
    content: "\e613"
}

.icon-dagou1:before {
    content: "\e614"
}

.icon-cebianlan1:before {
    content: "\e615"
}

.icon-diannao1:before {
    content: "\e616"
}

.icon-celan:before {
    content: "\e617"
}

.icon-shuaxin1:before {
    content: "\e618"
}

.icon-xiala1:before {
    content: "\e619"
}

.icon-xiala2:before {
    content: "\e61a"
}

.icon-yiwancheng:before {
    content: "\e63c"
}

.icon-xiaoxi:before {
    content: "\e61b"
}

.icon-diannao2:before {
    content: "\e61c"
}

.icon-jianpan1:before {
    content: "\e61d"
}

.icon-cedaohang:before {
    content: "\e61e"
}

.icon-shuaxin2:before {
    content: "\e61f"
}

.icon-xiangshang:before {
    content: "\e630"
}

.icon-xiangqian:before {
    content: "\e63d"
}

.icon-daojishi1:before {
    content: "\e620"
}

.icon-yiwancheng1:before {
    content: "\e621"
}

.icon-dagou2:before {
    content: "\e622"
}

.icon-kaiguanguan1:before {
    content: "\e623"
}

.icon-kaiguankai1:before {
    content: "\e624"
}

.icon-shangyiye2:before {
    content: "\e635"
}

.icon-xiayiye2:before {
    content: "\e636"
}

.icon-weixin:before {
    content: "\e625"
}

.icon-jiahao2:before {
    content: "\e626"
}

.icon-xiugai-copy:before {
    content: "\e63e"
}

.icon-dacha:before {
    content: "\e627"
}

.icon-shangyiye3:before {
    content: "\e637"
}

.icon-gantanhao:before {
    content: "\e63f"
}

.icon-jinxingzhong1:before {
    content: "\e640"
}

.icon-qianbao:before {
    content: "\e628"
}

.icon-dagou3:before {
    content: "\e629"
}

.icon-daojishi2:before {
    content: "\e62a"
}

.icon-dagou4:before {
    content: "\e62b"
}

.icon-jianpan2:before {
    content: "\e62c"
}

.icon-jiahao3:before {
    content: "\e62d"
}

.icon-wodeqianbao:before {
    content: "\e641"
}

.icon-kaiguanguan2:before {
    content: "\e62e"
}

.icon-kaiguankai2:before {
    content: "\e62f"
}

.icon-wodexiaoxi:before {
    content: "\e642"
}

.icon-xiayiye3:before {
    content: "\e638"
}

.icon-icon02:before {
    content: "\e643"
}

.icon-forward:before {
    content: "\e644"
}

.pagination-warp {
    text-align: center;
    margin: 10px 0
}

.bmp,.gif,.jpg,.png,.psd {
    background: url("../images/index/psd.png"/*tpa=https://www.gieey.com/images/index/psd.png*/) 10px center no-repeat;
    background-size: auto 50%
}

.pdf {
    background: url("../images/index/pdf.png"/*tpa=https://www.gieey.com/images/index/pdf.png*/) 10px center no-repeat;
    background-size: auto 50%
}

.ppt,.pptx {
    background: url("../images/index/ppt.png"/*tpa=https://www.gieey.com/images/index/ppt.png*/) 10px center no-repeat;
    background-size: auto 50%
}

.xls,.elsx,.xlsx {
    background: url("../images/index/xls.png"/*tpa=https://www.gieey.com/images/index/xls.png*/) 10px center no-repeat;
    background-size: auto 50%
}

.txt {
    background: url("../images/index/txt.png"/*tpa=https://www.gieey.com/images/index/txt.png*/) 10px center no-repeat;
    background-size: auto 50%
}

.doc,.docx {
    background: url("../images/index/doc.png"/*tpa=https://www.gieey.com/images/index/doc.png*/) 10px center no-repeat;
    background-size: auto 50%
}

.go-left .bmp,.go-left .gif,.go-left .jpg,.go-left .png,.go-left .psd {
    background: url("../images/index/psd.png"/*tpa=https://www.gieey.com/images/index/psd.png*/) 0 center no-repeat;
    background-size: auto 50%
}

.go-left .pdf {
    background: url("../images/index/pdf.png"/*tpa=https://www.gieey.com/images/index/pdf.png*/) 0 center no-repeat;
    background-size: auto 50%
}

.go-left .xls {
    background: url("../images/index/xls.png"/*tpa=https://www.gieey.com/images/index/xls.png*/) 0 center no-repeat;
    background-size: auto 50%
}

.go-left .txt {
    background: url("../images/index/txt.png"/*tpa=https://www.gieey.com/images/index/txt.png*/) 0 center no-repeat;
    background-size: auto 50%
}

.go-left .doc,.go-left .docx {
    background: url("../images/index/doc.png"/*tpa=https://www.gieey.com/images/index/doc.png*/) 0 center no-repeat;
    background-size: auto 50%
}

.home .first-screen {
    height: 100vh!important;
    max-height: 9999px!important
}

.home .title1 {
    min-width: 300px;
    max-width: 450px;
    width: 50vw;
    margin-bottom: 20px
}

.home .logo {
    width: 70vw;
    max-width: 550px;
    margin-bottom: 1%
}

.home p.more {
    font-size: 16px;
    margin-bottom: 20px;
    border: none
}

.home p.more a {
    background: url("../images/index/circle2.png"/*tpa=https://www.gieey.com/images/index/circle2.png*/) right 0 no-repeat;
    background-size: contain;
    padding-right: 20px
}

.home p.more a:hover {
    color: #000;
    background: url("../images/index/circle.png"/*tpa=https://www.gieey.com/images/index/circle.png*/) right 0 no-repeat;
    background-size: contain
}

.home .part {
    height: 100vw;
    max-height: 650px;
    min-height: 400px;
    margin-left: auto!important;
    margin-right: auto;
    position: relative
}

.home .part .valign {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.home .image-list {
    position: relative;
    width: 100%
}

.home .image-list li {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.home .image-list .active {
    opacity: 1;
    position: static
}

.home .image-list img {
    width: 70vw;
    max-width: 800px;
    min-width: 360px
}

.home .change-word {
    position: absolute;
   /* left: 50%;
    -webkit-transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%); */
    z-index: 2;
    color: #000;
    line-height: 1.2em
}

.home .change-word span {
    cursor: pointer
}

.home .word {
    min-width: 300px;
    max-width: 400px
}

.home .word-part {
    height: 100vw;
    max-height: 500px;
    margin-top: -10%
}

.home .part-2 {
    margin-top: 50px;
    margin-bottom: -50px
}

.user-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 15px 20px
}

.user-info .badge {
    font-size: 12px;
    background: #ffa700;
    color: #fff;
    padding: 2px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    top: -5px
}

.user-info .dropdown-content {
    width: 200px!important;
    margin-left: -50px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.user-info .dropdown-content li {
    min-height: 0
}

.user-info .dropdown-content a {
    padding: 5px 10px;
    color: #999
}

.user-info .dropdown-content .divider {
    background: #e4e4e4
}

.user-info .img-round {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.user-info h1 {
    font-size: 35px;
    margin-bottom: 10px
}

@media (max-width: 600px) {
    .user-info .img-round {
        width:80px;
        height: 80px
    }

    .user-info h1 {
        font-size: 30px
    }
}

@media (max-width: 320px) {
    .user-info h1 {
        font-size:26px
    }
}

.user-info p {
    color: #999;
    margin-bottom: 10px
}

.user-info p .big {
    font-size: 26px
}

.user-info p .label {
    font-size: 18px
}

.user-info p .btn {
    border: 1px solid rgb(245,245,245);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: rgb(88,88,88);
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 1em
}

.user-info p .btn:hover {
    color: #fff;
    border-color: #32363b;
    background: #32363b
}

.main-content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100vh - 300px);
    min-height: -webkit-calc(100vh - 300px);

}

.main-content .first {
    background: #fff;
    padding: 10px;
    margin-top: 15px;
    position: relative
}

.main-content .first.lock {
    background: #fafafa
}

.main-content .first .select-container {
    display: inline-block;
    text-align: center;
    background: #7b7b7b;
    margin: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.main-content .first .select-container:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}

.main-content .first .select-container .dropdown-content li {
    line-height: 36px!important;
    min-height: 36px!important;
    text-align: center
}

.main-content .first .select-container .dropdown-content li span {
    padding: 0!important;
    height: 36px;
    line-height: 36px
}

.main-content .first .select-container .caret {
    display: none
}

.main-content .first .select-container input.select-dropdown {
    height: 36px;
    color: #fff;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-content .first .select-container .select-dropdown {
    min-width: 0;
    margin: 0;
    text-align: center;
    width: 8em
}

@media (max-width: 600px) {
    .user-info p {
        font-size:12px
    }

    .user-info p .big {
        font-size: 20px
    }

    .user-info p .label {
        font-size: 14px
    }

}

.main-content .first .close {
    display: none;
    width: 25px;
    height: 25px;
    padding: 5px;
    z-index: 10;
    background: url("../images/index/close.png"/*tpa=https://www.gieey.com/images/index/close.png*/) no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px
}

.main-content .first .close:hover {
    background: url("../images/index/close1.png"/*tpa=https://www.gieey.com/images/index/close1.png*/) no-repeat;
    background-size: cover
}

.main-content .first h2 {
    padding: 10px;
    color: #999
}

.main-content .first .content {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999;
    padding-right: 50px
}

.main-content .first .btn-group {
    padding: 15px 0
}

.main-content .first .btn-group .btn {
    background: #7b7b7b;
    position: relative;
    top: -14px
}

@media (max-width: 600px) {
    .main-content .first .btn-group .btn {
        padding-left:10px;
        padding-right: 10px
    }
}

.main-content .first .type {
    color: rgb(195,195,195);
    white-space: nowrap
}

.main-content .first .type .checkbox-group {
    white-space: normal!important;
    text-align: left!important
}

.messages .time,.part .content .task p,.part .user p,.work-list .title {
    white-space: nowrap
}

.main-content .first .type .col {
    padding: 0 30px
}

@media (max-width: 600px) {
    .main-content .first .type .col {
        text-align:center;
        padding: 3px
    }
}

.main-content .first .textarea {
    position: relative;
    margin: 0 30px;
    padding: 5px;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

@media (max-width: 600px) {
    .main-content .first .textarea {
        margin:0
    }
}

.main-content .first .textarea .s10 {
    height: 80px
}

.main-content .first .textarea textarea {
    margin-bottom: 0;
    border: none;
    color: #424242;
    min-height: 100px;
    line-height: 1.2em
}

.main-content .first .textarea .avtor {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px
}

.main-content .item-list {
    height: 300px
}

.main-content .item-list .collection {
    display: none
}

.main-content .item-list .collection-item {
    padding-left: 50px
}

.main-content .item-list textarea {
    width: 100%;
    color: #585858;
    font-size: 20px;
    line-height: 1.5em;
    min-height: 200px;
    border: none;
    margin: 0;
    padding: 0
}

.main-content .item-list textarea::-webkit-input-placeholder {
    font-size: 40px;
    padding: 10px
}

.main-content .item-list textarea::-moz-placeholder {
    font-size: 40px;
    padding: 10px
}

.main-content .item-list textarea:-ms-input-placeholder {
    font-size: 40px;
    padding: 10px
}

.main-content .item-list textarea::placeholder {
    font-size: 40px;
    padding: 10px
}

.main-content .item-list input {
    border: none;
    height: 1.5em;
    font-size: 26px;
    color: #424242;
    margin-bottom: 10px
}

.main-content .add,.main-content .start {
    width: 35px;
    height: 35px
}

.main-content .item-list input::-webkit-input-placeholder {
    font-size: 36px;
    position: relative;
    top: 5px;
    font-weight: bolder
}

.main-content .item-list input::-moz-placeholder {
    font-size: 36px;
    position: relative;
    top: 5px;
    font-weight: bolder
}

.main-content .item-list input:-ms-input-placeholder {
    font-size: 36px;
    position: relative;
    top: 5px;
    font-weight: bolder
}

.main-content .item-list input::placeholder {
    font-size: 36px;
    position: relative;
    top: 5px;
    font-weight: bolder
}

.main-content .start {
    position: absolute;
    top: 50px;
    right: 0;
    background: url("../images/index/add.png"/*tpa=https://www.gieey.com/images/index/add.png*/) no-repeat;
    background-size: cover;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-content .start:hover {
    background: url("../images/index/add1.png"/*tpa=https://www.gieey.com/images/index/add1.png*/) no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.part {
    max-width: 1000px;
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    position: relative
}

.part .status {
    color: #bdb8b8;
    padding-left: 25px;
    margin-left: 10px
}

.part .status-ongoing {
    background: url("../images/index/status.png"/*tpa=https://www.gieey.com/images/index/status.png*/) no-repeat;
    background-size: contain
}

.part .status-wait {
    background: url("../images/index/status2.png"/*tpa=https://www.gieey.com/images/index/status2.png*/) no-repeat;
    background-size: contain
}

.part .status-complete {
    background: url("../images/index/status1.png"/*tpa=https://www.gieey.com/images/index/status1.png*/) no-repeat;
    background-size: contain
}

.part .avtor {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.part .user {
    position: absolute;
    top: 50px;
    left: 20px
}

.part .user .wait {
    height: 30px;
    line-height: 30px;
    color: #bdb8b8
}

.part .user .name {
    color: #74bf9a;
    margin-top: -3px
}

.part .user .state {
    color: #999
}

.part .content {
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 50px 10% 20px
}

.part .content .task {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #bdb8b8
}

.part .content .task h2 {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    white-space: nowrap
}

.part .content .task p {
    height: 50px;
    line-height: 50px;
    font-size: 18px
}

.part .content .task p time {
    font-size: 26px;
    margin-right: 5px
}

.part .content .task-logo {
    height: 30px;
    margin-top: 10px;
    margin-right: 20px
}

.part .content .word-content {
    font-size: 20px;
    color: #c5c5c5;
    line-height: 1.7em
}

.part .more a.left {
    display: inline-block;
    color: #c5c5c5
}

.part .more a.left:hover {
    color: #424242
}

.part .more .btn {
    background: #292f35
}

.part .more .btn:hover {
    background: #41464b
}

.part .more .btn+a.left {
    margin-top: 10px
}

.part .more p {
    margin-bottom: 10px
}

.part .more .progress {
    margin: 0
}

.part .time {
    position: absolute;
    color: #bdb8b8;
    bottom: 10px;
    right: 10px
}

.con {
    text-align: center;
    width: 100%;
    height: 300px
}

.con:after,.con:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%
}

.center {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .moz-btn {
        top:-1px!important
    }
}

.member-content {
    background: #fff;
    min-height: 100%;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 1px solid #F5F7FA
}

.member-content .right-content {
    margin-left: 201px;
    border-left: 1px solid #F5F7FA;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.member-content .right-content.side {
    margin-left: 51px!important
}

@media (max-width: 650px) {
    .member-content .right-content {
        margin-left:151px!important
    }

    .member-content .right-content.side {
        margin-left: 51px!important
    }
}

@media (max-width: 600px) {
    .part .more .btn {
        padding-left:10px;
        padding-right: 10px
    }

    .member-content {
        width: -webkit-calc(100% + 150px);
        width: calc(100% + 150px);
        margin-top: 30px;
        -webkit-transform: translate(-150px,0);
        -ms-transform: translate(-150px,0);
        transform: translate(-150px,0)
    }

    .member-content.active {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

    .member-content .right-content.side {
        margin-left: 151px!important
    }
}

.member-content .right-content .nothing {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-left: 100px;
    max-width: 400px;
    width: -webkit-calc(50% - 75px);
    width: calc(50% - 75px)
}

@media (max-width: 650px) {
    .member-content .right-content .nothing {
        margin-left:75px
    }
}

.member-comment .materialize-textarea {
    border: none;
    min-height: 150px;
    height: 150px!important;
    line-height: 1.2em
}

.member-comment .character-counter {
    margin-top: -10px;
    margin-right: 10px
}

.member-comment .bb {
    border-bottom: 1px solid #9e9e9e!important
}

.member-btn .btn {
    padding: 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background: #666;
    margin: 2.5px;
    width: 70px
}

.member-btn .btn:hover {
    background: #424242
}

.member-top {
    border-bottom: 1px solid #DFDFDF;
    position: static
}

.member-top .top {
    max-width: 100%
}

@media (max-width: 600px) {
    .member-btn .btn {
        width:120px;
        margin: 10px !important
    }

    .member-top {
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: 1px solid #bebebe
    }

    .member-top .top {
        max-width: 100%
    }
}

.member-body {
    margin-top: 0;
    min-height: 100%
}

.order-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 5px 5px
}

@media (min-width: 1500px) {
    .order-list {
        margin-left:30px
    }
}

.order-list .main {
    padding: 5px;
    border: 1px solid #f0f0f0
}

.order-list .info {
    width: 220px
}

.order-list .avtor {
    border: 5px solid #f0f0f0;
    width: 80px;
    height: 80px;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.order-list .name {
    text-align: center;
    float: left;
    margin-top: 22px;
    margin-left: 10px
}

@media (max-width: 620px) {
    .order-list .name {
        margin-left:5px
    }
}

.order-list .badge {
    font-size: 12px;
    background: #ffa700;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    top: 5px;
    font-style: italic
}

.order-list .time {
    margin-top: 5px;
    padding-top: 17px;
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px)
}

.order-list .time p {
    font-size: 12px;
    margin: 5px 0
}

@media (max-width: 600px) {
    .order-list .time {
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .order-list .time.slide-time {
        padding-top: 5px;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0
    }
}

.order-list .btn-group {
    padding: 5px 0;
    width: 90px
}

@media (max-width: 600px) {
    .order-list .btn-group {
        width:100%
    }
}

.order-list .slide-content {
    display: none
}

.order-list .slide-content p {
    font-size: 16px
}

.order-list .event-group {
    padding: 0 50px;
    text-align: center;
    letter-spacing: .5em
}

.order-list .event-group a {
    display: inline-block;
    width: 50%;
    padding: 5px 0
}

.order-list .message .special,.order-list .message-container .edit-comment,.order-list .message-container .part1 {
    display: none
}

.order-list .words {
    padding: 30px 0;
    font-size: 16px
}

.order-list .message-container {
    position: relative;
    border: 1px solid #f0f0f0;
    border-top: none
}

.order-list .message-container .slideDown {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 20px
}

.order-list .message-container h4 {
    background: #f0f0f0;
    padding: 10px 0;
    font-size: 14px;
    color: #999
}

.order-list .message-container .textarea-container {
    padding: 30px 30px 0
}

.order-list .message-container .btn-group {
    width: 100%;
    margin-bottom: 10px
}

.order-list .message-container .edit-comment .message a,.order-list .message-container .edit-comment .message span,.order-list .message-container .part1 .message a,.order-list .message-container .part1 .message span {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.order-list .message-container .edit-comment .message a:hover,.order-list .message-container .edit-comment .message span:hover,.order-list .message-container .part1 .message a:hover,.order-list .message-container .part1 .message span:hover {
    color: #999
}

.order-list .message {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 30px 10px 0;
    background: #fcfcfc
}

.order-list .message a,.order-list .message span {
    width: -webkit-calc(100% / 6.5);
    width: calc(100% / 6.5);
    display: inline-block;
    text-align: center;
    color: rgb(88,88,88);
    border-right: 1px solid rgba(240,240,240,.8)
}

.order-list .message a:last-child,.order-list .message span:last-child {
    border: none
}

@media (max-width: 850px) and (min-width:600px) {
    .order-list .message {
        text-align:center
    }

    .order-list .message a,.order-list .message span {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3)
    }

    .order-list .message a:nth-child(3),.order-list .message span:nth-child(3) {
        border: none
    }

    .order-list .message .special {
        display: block
    }
}

@media (max-width: 600px) {
    .order-list {
        max-width:500px;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        min-width: 300px
    }
}

.form-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: #615d5b
}

@media (min-width: 1500px) {
    .form-content {
        margin-left:30px
    }
}

.form-content h2 {
    color: #615d5b;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.form-content .form {
    max-width: 600px;
    padding: 20px
}

.form-content .form .avtor {
    width: 100px;
    height: 100px;
    border: 50%;
    border-radius: 50%;
}

.form-content .form .upload {
    margin: 40px 40px 0 0
}

@media (max-width: 360px) {
    .form-content .form .upload {
        margin:30px 0 0;
        padding: 0;
        width: 90px
    }
}

.form-content .form-part {
    margin: 30px auto
}

.form-content .form-part h3 {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0
}

.form-content .form-part .s6 {
    padding: 0 10px
}

.form-content .form-part .s6 .input-field {
    max-width: 300px;
    margin: 0 auto
}

.form-content .form-part .tips {
    background: #f7f7f9;
    padding: 10px;
    font-size: 12px;
    color: #aeaeae;
    border: 1px solid #f4f4f4;
    margin: 30px 0
}

.form-content .form-part .switch {
    margin: 20px
}

@media (max-width: 360px) {
    .form-content .form-part .btn {
        padding:0;
        font-size: 14px;
        width: 100px;
        margin: 5px
    }
}

.wallet-content p {
    margin-left: 24px;
    margin-top: 10px
}

.mywallet {
    box-shadow: none;
    border: none
}

.mywallet .form-content {
    padding: 0
}

.mywallet .form,.mywallet .form-part {
    margin: 0 auto
}

.mywallet .collapsible-header {
    font-size: 14px
}

.mywallet .collapsible-header .count {
    font-size: 18px;
    color: green
}

.messages .btns .iconfont:hover,.messages-content .tab a:hover {
    color: #aeaeae
}

.mywallet .collapsible-header.invoice.active {
    text-align: center
}

.mywallet table th {
    background: #f7f7f9;
    padding: 15px 0;
    font-size: 16px
}

.mywallet table td {
    padding: 15px 0;
    font-size: 12px
}

.mywallet li {
    margin-top: 10px!important;
    margin-bottom: 10px!important
}

.messages {
    padding: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-width: 100%
}

.messages .time {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-top: 25px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    position: relative;
    top: -5px
}

@media (max-width: 800px) {
    .messages .time {
        width:-webkit-calc(100% - 250px);
        width: calc(100% - 250px)
    }
}

@media (max-width: 600px) {
    .messages .time {
        width:-webkit-calc(100% - 120px);
        width: calc(100% - 120px)
    }
}

@media (max-width: 400px) {
    .messages .time {
        width:-webkit-calc(100% - 85px);
        width: calc(100% - 85px);
        font-size: 12px;
        top: -10px
    }
}

.messages .name {
    margin-top: 25px
}

@media (max-width: 600px) {
    .messages .message-info {
        width:60px
    }

    .messages .message-info .avtor {
        width: 60px;
        height: 60px
    }
}

@media (max-width: 400px) {
    .messages .message-info {
        width:40px
    }

    .messages .message-info .avtor {
        width: 40px;
        height: 40px;
        position: relative;
        top: 8px
    }
}

.messages .avtor {
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.messages .message-time {
    display: inline-block;
    width: 6em
}

@media (max-width: 800px) {
    .messages .message-time {
        display:none
    }
}

.messages .btns .iconfont {
    font-size: 30px;
    position: relative;
    top: 3px
}

@media (max-width: 600px) {
    .messages .btns .iconfont {
        font-size:24px;
        top: 5px
    }
}

.messages .message-btn {
    padding-top: 15px
}

.messages .collapsible-body p {
    padding: 20px;
    margin: 0;
    font-size: 16px
}

.messages .collapsible-header {
    border: none;
    border-top: 1px solid #ddd
}

@media (max-width: 400px) {
    .messages .btns .iconfont {
        font-size:16px;
        top: 3px
    }

    .messages .collapsible-body p {
        font-size: 12px;
        padding: 10px
    }

    .messages .collapsible-header {
        padding: 0
    }
}

.messages li:last-child {
    border-bottom: 1px solid #ddd
}

.messages li.active .collapsible-header {
    border-top: 2px solid #aeaeae
}

.my-transilation,.translate .bar,.translate .member-btn,.translate .translate-content,.wrok-container .hide-content:after {
    border-top: 1px solid rgba(190,190,190,.5)
}

.messages li.active .collapsible-body {
    border-bottom: 2px solid #aeaeae
}

.messages-content .indicator {
    display: none
}

.messages-content .tabs {
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px
}

.messages-content .tab {
    width: auto;
    min-width: 0
}

.messages-content .tab a {
    color: #aeaeae;
    font-size: 20px;
    font-weight: bolder
}

.messages-content .tab a.active {
    color: #615d5b
}

.pay-content {
    max-width: 1000px;
    margin: 30px auto auto;
    min-height: 200px
}

.pay-content .pay-part-container {
    display: inline-block
}

.pay-content .pay-part {
    float: left;
    text-align: center;
    line-height: 3em;
    padding: 10px
}

.pay-content .pay-part .zhifubao {
    font-size: 30px
}

.pay-content .pay-part .zhifubao:hover {
    color: #0095ee
}

.pay-content .pay-part .zhifubao.active {
    font-size: 50px;
    color: #0095ee
}

.pay-content .pay-part .weixin {
    font-size: 40px
}

.pay-content .pay-part .weixin:hover {
    color: #0abf10
}

.pay-content .pay-part .weixin.active {
    font-size: 70px;
    color: #0abf10
}

@media (max-width: 750px) {
    .pay-content .pay-part-container {
        min-height:350px
    }

    .pay-content .pay-part {
        width: 100%
    }

    .pay-content .pay-part .zhifubao {
        font-size: 40px
    }

    .pay-content .pay-part .weixin,.pay-content .pay-part .zhifubao.active {
        font-size: 50px
    }

    .pay-content .pay-part .weixin.active {
        font-size: 70px
    }
}

.money {
    width: 300px;
    margin: 0 auto
}

@media (max-width: 600px) {
    .money {
        width:240px
    }
}

@media (min-width: 600px) {
    .money+.member-btn .btn {
        width:120px
    }
}

@media (max-width: 360px) {
    .info {
        width:150px!important
    }

    .info .avtor {
        width: 60px!important;
        height: 60px!important
    }

    .name {
        margin-top: 12px!important;
        font-size: 14px
    }

    .words {
        padding: 22px 0!important;
        font-size: 14px!important
    }

    .btn-group a {
        width: 100px!important;
        margin: 5px!important
    }
}

.work .tabs {
    display: block;
    background: #f4f4f4
}

.work .user {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    padding: 5px 0
}

.work .user .avtor {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px
}

.work .tab {
    width: 150px;
    min-width: 0
}

.work .tab a.active {
    background: #fff;
    padding-bottom: 10px;
    color: #424242
}

.work .tab a {
    color: #666;
    -webkit-box-shadow: 0 2px 5px 0 #000,0 2px 10px 0 #000;
    box-shadow: 0 2px 5px 0 #000,0 2px 10px 0 #000
}

.work .tab a span {
    font-size: 20px;
    margin-right: 10px
}

.work .tab a:hover {
    color: #424242
}

@media (max-width: 400px) {
    .work .tab a {
        font-size:14px
    }
}

.work .hide-tab {
    display: none
}

@media (max-width: 1000px) {
    .work .tab {
        width:-webkit-calc(100% / 3);
        width: calc(100% / 3)
    }

    .work .hide-tab {
        display: block
    }
}

.work .indicator {
    background: rgba(66,66,66,.5)
}

@media (min-width: 1000px) {
    .work .indicator {
        display:none
    }
}

.work .type {
    background: #ff4f3d;
    display: inline-block;
    padding: 10px 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin-top: -4px
}

.work .type.success {
    background: #dcdcdc
}

.work .type.error {
    background: #585858
}

.work .title {
    display: inline-block;
    padding: 0 10px;
    color: #353535;
    font-size: 14px
}

.work .chip {
    font-size: 12px;
    background: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    color: #596471;
    font-weight: 700;
    border: 1px solid rgba(190,190,190,.5);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.work .chip:hover {
    background: #424242;
    color: #fff
}

.wrok-container {
    padding: 20px;
    position: relative
}

.wrok-container .simditor {
    border-bottom: none
}

.wrok-container .simditor-body {
    height: 300px;
    overflow-y: auto
}

.wrok-container .take {
    padding: 10px
}

@media (max-width: 800px) {
    .wrok-container .take {
        width:100%!important;
        padding: 0
    }
}

.wrok-container .take .take-list {
    height: 600px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.wrok-container .take .take-list li.clearfix {
    padding: 22px 20px;
    border-bottom: 1px solid rgba(190,190,190,.5);
    position: relative
}

.wrok-container .take .take-list li.clearfix:hover {
    background: #fcfcfc
}

@media (max-width: 350px) {
    .wrok-container .take .take-list li.clearfix {
        padding:22px 10px
    }
}

.wrok-container .take .btn-right {
    position: absolute;
    right: 20px;
    top: 25px
}

.wrok-container .take .p-row {
    padding-right: 70px;
    line-height: 2.2em
}

.wrok-container .take .show-icon {
    display: inline-block;
    padding: 5px
}

.wrok-container .file-list>li {
    padding: 15px 15px 15px 40px;
    display: inline-block
}

.wrok-container .hide-content {
    margin: 0 auto;
    display: none;
    padding-bottom: 5px
}

.wrok-container .hide-content:after {
    content: '';
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.wrok-container .content {
    max-height: 300px;
}

.wrok-container .content p {
    line-height: 1.4em;
    font-size: 16px;
    color: #818181
}

.wrok-container .mobile-title {
    display: none
}

.wrok-container .mobile-title p {
    margin: 10px 0
}

.wrok-container .mobile-title .title {
    font-weight: bolder;
    display: block
}

@media (max-width: 400px) {
    .wrok-container .mobile-title {
        display:block
    }
}

@media (max-width: 1000px) {
    .wrok-container .take {
        width:100%!important
    }

    .wrok-container .working {
        display: none
    }

    .wrok-container .chip-group {
        display: inline-block;
        width: 100%
    }
}

@media (max-width: 450px) {
    .wrok-container {
        padding:20px 10px
    }
}

.working {
    padding: 10px!important;
    position: relative
}

.work-list {
    font-size: 12px;
    height: 600px;
    padding-bottom: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.work-list li {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(190,190,190,.5)
}

.work-list .title {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    padding-bottom: 5px
}

.work-list .state {
    display: inline-block;
    padding: 5px
}

.specoal-chips {
    display: none
}

@media (max-width: 1200px) {
    .specoal-chips {
        display:block
    }
}

@media (max-width: 400px) {
    .specoal-chips {
        display:none
    }
}

.my-transilation {
    padding: 15px!important;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: 14px
}

.my-transilation i {
    font-size: 12px;
    color: #666;
    margin-left: 5px
}

.my-transilation.other {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px
}

.translate .member-btn {
    padding: 10px
}

.translate .member-btn #ctlBtn {
    display: none
}

.translate .translate-slide {
    margin: 0 5px
}

.translate .bar {
    height: 10px;
    width: 100%;
    background: #f5f5f5;
    border-left: 1px solid rgba(190,190,190,.5);
    border-right: 1px solid rgba(190,190,190,.5)
}

.translate .translate-title {
    padding: 20px;
    position: relative
}

@media (max-width: 350px) {
    .translate .translate-title {
        padding:20px 10px
    }
}

.translate .p-row {
    margin: 5px 0
}

.translate .translate-main-title {
    padding-right: 100px
}

.translate .btn-right {
    position: absolute;
    right: 20px;
    top: 25px
}

.translate .btn-right .chip {
    margin-top: -5px
}

.translate .user {
    height: auto;
    line-height: 1.5em;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 15px
}

.translate .user .avtor {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -5px;
}

.translate .time-count {
    display: inline-block;
    padding-top: 5px;
    color: #605f6f;
}

@media (max-width: 600px) {
    .translate .time-count {
        font-size:14px
    }
}

.translate .translate-content {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    background: #fbfbfb
}

.work-progress {
    position: fixed;
    top: -1px;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 100;
    background: 0 0
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/material-icons/MaterialIcons-Regular.eot"/*tpa=https://www.gieey.com/css/fonts/material-icons/MaterialIcons-Regular.eot*/); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url("fonts/material-icons/MaterialIcons-Regular.woff2"/*tpa=https://www.gieey.com/css/fonts/material-icons/MaterialIcons-Regular.woff2*/) format('woff2'),
       url("fonts/material-icons/MaterialIcons-Regular.woff"/*tpa=https://www.gieey.com/css/fonts/material-icons/MaterialIcons-Regular.woff*/) format('woff'),
       url("fonts/material-icons/MaterialIcons-Regular.ttf"/*tpa=https://www.gieey.com/css/fonts/material-icons/MaterialIcons-Regular.ttf*/) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
