﻿* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Microsoft YaHei", "simhei", Tahoma, Arial, sans-serif;
    color: black;
    background: #EDEDED;
    font-size: 14px;
}

sup {
    position: absolute;
    color: red;
    top: -25%;
}

html {
    /* 关闭字体大小自动调整功能 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 320px;
}

html, body {
    margin: 0;
    width: 100%;
    height: auto;
    min-width: 320px;
    overflow-x: hidden;
}

em, i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: black;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}
.feed-qus-nr .text img {
    max-width: 100%;
    height: auto;
}
.feed-qus-nr .text input {
    max-width: 100%;
    height: auto;
}

.title-box {
    width: 100%;
    height: 50px;
    background: #2bca83;
    position: fixed;
    top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.title-box p {
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.title-box button {
    position: absolute;
    left: 5%;
    height: 15px;
    width: 3%;
    align-self: center;
}

.screen-list {
    position: absolute;
    right: -5px;
    height: 25px;
    width: 80px;
    top: 15px;
    align-self: center;
    z-index: 99;
}

.screen-list img {
    float: right;
    margin-right: 30px;
    width:30px;
}

.screen {
    position: absolute;
    width: 100%;
    right: 5px;
    top: 35px;
    align-self: center;
    background: #2ACA82;
    display: none;
}

.screen li {
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    border-top: 1px solid white;
}

li:first-child {
    border-top: none;
}
.feed-qus-nr .icon-arrow-r {
    position: absolute;
    /*top: 30%;*/
    /*right:5px;*/
    left: 80%;
    height: 25px;
    line-height: 30px;
    /*margin-top: -15px;*/
    overflow: hidden;
    text-indent: -99999em;
    background: url(../img/return.png) no-repeat 90% center;
    background-size: auto 20px;
    -webkit-transform: rotateY(180deg);
    -webkit-transform: rotateX(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width:100%;
}

.page-title-box {
    position: fixed;
    top: 60px;
    top: 75px;
    margin-top: 0;
    max-width: 640px;
    background-color:#2aca82;
    color: #5f5f5f !important;
}

.page-title-boxone {
    position: fixed;
    top: 60px;
    top: 75px;
    margin-top: 0;
    max-width: 640px;
}

/*.title-box button {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    padding: 6px 10px;
    height: 30px;
    cursor: pointer;
}*/

img {
    border: none;
    vertical-align: middle;
}

input {
    outline: none;
    background: none;
    border: 0px;
}

input[type='file'] {
    display: none;
}

button {
    border: 0px;
    outline: none;
    background: none;
}

input, textarea, select {
    font-family: "Microsoft YaHei","Arial","宋体";
}
/* 内容框 */
.info-box {
    height: auto;
    box-sizing: border-box;
}

.info-box-fill {
    /*height:80%;*/
    height: 100%;
}

.info-box-padding {
    /*padding-top: 10px;*/
    padding-top: 80px;
}

.info-box-no-padding {
    /*padding-top: 10px;*/
    padding-top: 0px;
}

#main {
    height: 100%;
}


.info-p {
    width: 100%;
    height: 50px;
    margin-left: 5%;
    line-height: 50px;
    color: #5f5f5f;
    display: inline-block;
}

.num-input {
    width: 100%;
    height: 50px;
    background-color: white;
}

.info-input-box {
    width: 95%;
    height: 50px;
    margin-left: 5%;
    border-bottom: 1px solid #d6dadd;
    position: relative;
}

.info-input {
    width: 70%;
    height: 50px;
    float: left;
}

.inputt {
    margin-left: 5%;
}

.info-inputs-box {
    width: 95%;
    height: 50px;
    margin-left: 5%;
    position: relative;
}

.info-inputs {
    width: 90%;
    height: 50px;
    float: left;
}

.show-pwd {
    width: 5%;
    height: 10px;
    position: absolute;
    margin-top: 20px;
    text-align: right;
}

.eyeClose {
    background: url(../img/eyeClose.png) no-repeat;
    background-size: 100%;
}

.eyeOpen {
    background: url(../img/eyeOpen.png) no-repeat;
    background-size: 100%;
}

.info-input-btn {
    width: 25%;
    height: 30px;
    border-radius: 8px;
    position: absolute;
    color: white;
    margin-top: 10px;
}

.send {
    background: #49D093;
}

.reSend {
    background: #B2B6B4;
}

.pwd-btn-box {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.btn-pwd {
    width: 90%;
    height: 46px;
    border-radius: 4px;
    background-color: #2ACA82;
    color: white;
    margin-top: 50px;
}

/* 顶部logo框 */
.logo-box {
    width: 100%;
    max-width: 640px;
    /*padding: 10px 0px;*/
    border-bottom: 2px solid #fff;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 100;
}

.logo {
    /*width: 290px;*/
    width:100%;
    text-align: center;
    line-height: 60px;
}

.menu-btn {
    width: 38px;
    height: 21px;
    /*float: right;
    margin-top: 53px;
    margin-right: 22px;
    margin-bottom: 5px;*/
    position:absolute;
    right:17px;
    bottom:0;
    cursor: pointer;
    background-color: #c1bebe;
    background-image: url(../img/icon/down.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
}

.logo img {
    /*width: 75%;*/
    height:75px;
}
/* 按钮 */
.all-btn {
    width: 90%;
    height: 46px;
    border-radius: 4px;
    background-color: #2ACA82;
    color: white;
    margin-left: 5%;
    margin-top: 10px;
}
/* 搜索框 */
.search-box {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}

.search-box button {
    width: 10%;
    height: 30px;
    text-align: center;
    width: 80px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.search {
    width: 100%;
    height: 30px;
    background-image: url(../img/icon/search.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
    padding-left: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: white;
}

.search input {
    height: 30px;
}
/* 菜单选择选择 */
.menu-choice {
    width: 100%;
    height: 50px;
    margin-top: 0px;
    background-color: #2bca83;
}

.menu-choice li {
    float: left;
    height: 50px;
}

.menu-choice li p {
    margin: 0 auto;
    width: 80px;
    height: 50px;
    box-sizing: border-box;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.menu-choice li .p-line {
    border-bottom: 2px solid white;
}

.menu-choice.block-3 li {
    width: 33.33%;
}

.menu-choice.block-2 li {
    width: 50%;
}

.index-lunbo {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    /*margin-top: 60px;*/
}

.index-lunbo img {
    width: 100%;
    height: 100%;
}

.index-mid {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background-color: white;
}

.index-mid li {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    float: left;
}

.index-mid li:first-child {
    width: 100% !important;
    border-bottom: 1px solid #D5D5D5;
}

.index-mid li:nth-child(2) {
    border-right: 1px solid #D5D5D5;
}

.index-mid li img {
    width: 100%;
    height: 100%;
}

.online-content {
    z-index: 99;
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 115px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: rgba(10, 10, 10, 0.4);
    color: white;
    text-align: center;
    background-image: url(../img/icon/custom.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 10px;
    padding-top: 30px;
}

.index-banner {
    margin-top: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.index-banner img {
    width: 100%;
    height: auto;
}

.index-intro {
    width: 100%;
    height: auto;
    background-color: #84BC86;
    padding: 20px 0;
}

.index-intro .ch-title {
    text-align: center;
    color: #F6FF00;
    font-size: 30px;
}

.index-intro .ch-title span:first-child {
    border-bottom: 2px solid #F6FF00;
}

.index-intro .ch-title span:last-child {
    font-size: 18px;
    color: white;
    margin-left: 5px;
}

.index-intro .en-title {
    font-size: 12px;
    color: white;
    text-align: center;
    margin-top: 5px;
}

.index-intro .text {
    margin: 0 auto;
    width: 92%;
    color: white;
    margin-top: 20px;
}

.index-bot {
    width: 100%;
    height: 110px;
    padding-top: 10px;
    background-color: white;
    margin-top: 0px;
}

.index-content {
    margin: 0 auto;
    width: 75%;
    height: 50px;
    border-bottom: 1px solid #DBDBDB;
}

.index-content p {
    margin: 0 auto;
}

.index-content .phone {
    width: 170px;
    height: 20px;
    line-height: 20px;
    background-image: url(../img/icon/index-phone.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
    padding-left: 20px;
    color: #818181;
    font-size: 12px;
}

.index-content .address {
    width: 170px;
    height: 20px;
    line-height: 20px;
    background-image: url(../img/icon/index-address.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: left center;
    padding-left: 20px;
    color: #818181;
    font-size: 12px;
}

.index-number {
    margin: 0 auto;
    width: 75%;
    color: #818181;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}
/* 财务管理 */
/* 申请报账 */
.fin {
    /*margin-top: 38px;*/
    padding-bottom: 30px;
}
/*.fin-two{
    display: none;
}
.fin-three{
    display: none;
}*/
.fin-box {
    width: 100%;
    height: 150px;
    background-color: white;
}

.fin-box li {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

.fin-box li:nth-child(-n+3) {
    border-bottom: 1px solid #EBEBEB;
}

.fin-left {
    width: 15%;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #5d5757;
    box-sizing: border-box;
    padding: 0px 15px;
}

.fin-right {
    width: 85%;
    height: 50px;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    position: relative;
}

.fin-right button {
    position: absolute;
    top: 8px;
    right: 15px;
}

.fin-right input {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.fin-right select {
    width: 100%;
    line-height: 34px;
    height: 34px;
    margin: 8px 0px;
}

.fin-text {
    width: 100%;
    height: 180px;
    text-align: center;
    padding-top: 20px;
    background-color: white;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.fin-text textarea {
    width: 100%;
    height: 135px;
    resize: none;
    outline: none;
    border: none;
    box-sizing: border-box;
}

.fin-btn {
    margin-top: 20px;
}
/* 收款记录 */
.get-top {
    width: 100%;
    height: 100px;
    background-color: #43B08A;
    position: relative;
    color: white;
}

.get-top-one {
    position: absolute;
    top: 10px;
    left: 20px;
}

.get-top-two {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-right: 30px;
    background-image: url(../img/icon/calendar.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}

.get-top-three {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 26px;
    padding-left: 30px;
    background-image: url(../img/icon/rmb.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
}

.get-time {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #A0A0A0;
}

.get-list {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background-color: white;
}

.get-list li {
    width: 100%;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.get-list-one {
    position: absolute;
    top: 10px;
    left: 20px;
}

.get-list-two {
    position: absolute;
    top: 34px;
    left: 20px;
    font-size: 12px;
    color: #A8A8A8;
}

.get-list-three {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 20px;
    color: #5EB244;
}
/* 我的待遇 */
.my-pay {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: white;
}

.my-pay li {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

.my-pay li:nth-child(-n+4) {
    border-bottom: 1px solid #EDEDED;
}

.my-pay .gray-co {
    color: #ACACAC;
}

.my-pay .green-co {
    color: #24B62B;
}

.my-pay .red-co {
    color: #FF2C2C;
}

.my-pay-left {
    float: left;
    margin-left: 20px;
    line-height: 50px;
}

.my-pay-right {
    float: right;
    margin-right: 20px;
    line-height: 50px;
}
/* 服务中心 */
.ser-box {
    width: 100%;
    margin-top: 10px;
    height: auto;
}

.ser-custom {
    width: 100%;
    height: 143px;
    background-color: white;
    position: relative;
    margin: 18px auto;
}

.ser-custom-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: gray;
    position: absolute;
    top: 20px;
    left: 10px;
    overflow: hidden;
}

.ser-custom-img img {
    width: 100%;
    height:100%;
}

.ser-custom-info {
    width: 210px;
    height: 90px;
    position: absolute;
    top: 15px;
    left: 100px;
    color: #B1B1B1;
    font-size: 12px;
}

.ser-custom-info p {
    margin-bottom: 2px;
}

.ser-custom-info .name {
    font-size: 14px !important;
    color: black !important;
}

.ser-custom-call {
    /*width: 50px;*/
    width: 24px;
    height: 24px;
    /*line-height: 24px;*/
    text-align: center;
    /*background-color: #2ACA82;*/
    color: white;
    left: 290px;
    position: relative;
    top: 50%;
    /*right: 12px;*/
    margin-top: -75px;
    /*border-radius: 4px;*/
}
/* 家居百科 */
.house-box {
    margin-top: 10px;
}

.house-study {
    width: 100%;
    height: 91px;
    background-color: white;
    position: relative;
}

.house-study-img {
    width: 36%;
    height: 120px;
    text-align: center;
    line-height: 120px;
    position: absolute;
    left: 0;
}

.house-study-img img {
    height: 90px;
    width: 90px;
}

.house-study-right {
    /*width: 64%;*/
    width: 100%;
    height: 90px;
    position: absolute;
    top: 15px;
    /*left: 36%;*/
    left: 2%;
    overflow: hidden;
}

.house-study-right p {
    width: 97%;
    margin-bottom: 5px;
    color: #A4A4A4;
    font-size: 12px;
}

.house-study-right .title {
    color: black !important;
    font-size: 14px !important;
}
/* 问题反馈 */
.feed-text {
    margin-top: 10px;
    width: 100%;
    height: 130px;
    background-color: white;
    padding: 15px 0;
    text-align: center;
}

.feed-text textarea {
    width: 90%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 5px;
}

.feed-upload {
    margin-top: 10px;
    width: 100%;
    height: auto;
    background-color: white;
    padding-bottom: 30px;
}

.process-upload {
    margin: 10px auto;
    width: 100%;
    height: auto;
    background-color: white;
    padding-bottom: 30px;
    position: relative;
}

.feed-upload-top {
    height: 40px;
    line-height: 40px;
    margin-left: 5%;
    padding-left: 20px;
    background-image: url(../img/icon/upload.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    border-bottom: 1px solid #EBEBEB;
}

.process-title {
    margin: 0 auto;
    width: 100%;
    height:40px;
    text-align: center;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: white;
}

.process-title input {
    width: 100%;
    height: 20px;
}

.feed-upload-img {
    margin: 0 auto;
    width: 90%;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    border-top: 1px solid #E7E7E7;
}

.feed-upload-img li {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    position:relative;
}

.feed-upload-img .img-list li img {
    height: 100%;
}

.feed-upload-img .file-click img {
    width: 100% !important;
}
/* 在线信息 */
.online-choice {
    width: 100%;
    height: 50px;
    background-color: #EEF1E9;
}

.online-choice li {
    float: left;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    position: relative;
}

.online-choice li img {
    width: 20px;
}

.online-choice .line {
    border-bottom: 2px solid #49D093;
}

.online-box {
    width: 100%;
    height: auto;
}

.online-box li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}

.info-box-fill .online-box {
    height: 100%;
    padding-top: 98px;
    padding-top: 75px;
    box-sizing: border-box;
}

.info-box-fill .menu-choice {
    position: absolute;
    /*top: 98px;*/
    /*top: 38px;*/
    top: 75px;
    left: 0px;
    width: 100%;
}

/* 分隔条 */
.separate, .separate1 {
    width: 100%;
    height: 10px;
    background: #ededed;
}
/* 分隔条 */
.separate1 {
    top: 110px;
    position: absolute;
}


.online-box iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

.notice-box {
    line-height: 20px;
}

.notice-box dl {
    margin-top: 5px;
    background: #fff;
    padding: 5px 10px;
}

.notice-box dt {
    line-height: 34px;
    font-weight: bold;
}

.notice-box dd {
    color: #666;
    padding-bottom: 5px;
}

.online-personal-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 20px;
}

.online-personal-img img {
    width: 100%;
}

.online-personal-name {
    position: absolute;
    left: 70px;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
}

.feed-qus {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    height: auto;
    background-color: white;
    padding: 5px 0;
    padding-bottom: 20px;
}

.feed-qus-per {
    width: 92%;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.feed-qus-per .icon-arrow-r {
    position: absolute;
    top: 50%;
    /*right:5px;*/
    left: 83%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    overflow: hidden;
    text-indent: -99999em;
    background: url(../img/return.png) no-repeat 90% center;
    background-size: auto 20px;
    /*水平翻转*/
    -webkit-transform: rotateY(180deg);
    /*垂直翻转*/
    -webkit-transform: rotateX(180deg);
    /*顺时针旋转*/
    -webkit-transform: rotate(180deg);
    /*逆时针旋转*/
    -webkit-transform: rotate(180deg);
    width:100%;
}

.feed-qus-per .img-box {
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.feed-qus-per .img-box img {
    width: 100%;
    height:100%;
}

.feed-qus-per .name {
    position: absolute;
    top: 12px;
    left: 50px;
}

.feed-qus-per .time {
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 12px;
    color: #919191;
}

.feed-qus-per .time span {
    margin-right: 5px;
}

.feed-qus-nr {
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 24px;
}

.feed-qus-nr .title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding:5px 10px;
    font-weight:bold;
}

.feed-qus-nr .text {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #919191;
    padding: 0px 10px;
}
.pay-img .img-list img{
    width:100%;
    height:100%;
}
.feed-qus-nr img {
    max-width: 100%;
}

.feed-qus-nr .img-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.feed-qus-nr .img-list li {
    width: 80px;
    height: 80px;
    padding: 5px;
    float: left;
}

.feed-qus-nr .img-list li img {
    width: 100%;
}
/* 账号设置 */
.num-img {
    /*width: 100%;*/
    height: 135px;
    padding: 9px 0;
    background-color: white;
}

.num-img-box {
    margin: -8px auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.num-img-box img {
    width: 100%;
}

.num-img .num-photo {
    position: relative;
    top: 5px;
    left: 29px;
    /*z-index: 888;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../img/icon/num-photo_03.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.num-info {
    width: 100%;
    height: auto;
    background-color: white;
    margin-top: 10px;
    padding-bottom: 30px;
}

.num-info ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.num-info ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EAEAEA;
}

.num-info-title {
    width: 90px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.num-info-input {
    width: 180px;
    height: 50px;
    float: left;
}

.order-box {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: white;
    margin-bottom: 10px;
}

.order-top {
    margin: 0 auto;
    width: 90%;
    height: 60px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}

.order-top-title {
    position: absolute;
    left: 0;
    top: 0;
}

.order-top-num {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 12px;
    color: #A0A0A0;
}

.order-top-notice {
    position: absolute;
    top: 6px;
    right: 0;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 30px;
}

.order-top .suc {
    background-color: #DFF7F7;
    color: #48CCCC;
}

.order-top .wait {
    background-color: #E7E6FF;
    color: #7C7CFE;
}

.order-mid {
    margin: 0 auto;
    width: 90%;
    height: 60px;
    position: relative;
}

.order-mid-title {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 12px;
    color: #A0A0A0;
}

.order-mid-nr {
    position: absolute;
    top: 30px;
    left: 0;
    color: #A0A0A0;
    font-size: 12px;
}

.order-mid-money {
    position: absolute;
    top: 28px;
    right: 0;
}

/*.order-bot {
    margin: 0 auto;
    width: 90%;
    height: 32px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}*/

.order-bot .order-tall {
    /*position: absolute;*/
    right: 80px;
    width: 60px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
    margin: 0 2px;
}

.order-bot .order-page {
    right: 0px;
    width: 68px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #2BCA83;
    color: white;
    margin: 0 2px;
    background-color: #2BCA83;
}

.order-bot .order-del {
    /*position: absolute;*/
    right: 0px;
    width: 60px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #FF5413;
    color: #FF5413;
    margin: 0 2px;
}
/* 登录 */
.login {
    width: 100%;
    height: 100%;
    background-image: url(../img/login-bg_02.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.login-box {
    position: absolute;
    top: 48%;
    left: 5%;
    width: 90%;
    height: 260px;
}

.login-box input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.login-title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.login-b {
    width: 100%;
    background-color: white;
    height: 50px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 35px;
    background-image: url(../img/icon/login-phone.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px center;
    position: relative;
    border-radius: 4px;
}

.login-name {
    background-image: url(../img/icon/login-phone.png);
}

.login-pwd {
    background-image: url(../img/icon/login-pwd.png);
}

.login-sp {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 1px;
    height: 20px;
    background: #e2e2e2;
    overflow: hidden;
    display: block;
}

.login-btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    background-color: #65A628;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.forget-pwd {
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.forget-pwd a {
    display: inline-block;
    color: #6d6d6d;
}
/* 导航菜单 */
.login-menu {
    position: absolute;
    z-index: 888;
    top: 98px;
    top: 75px;
    right: 0px;
    width: 80px;
    height: auto;
    background-color: white;
    display: none;
}

.login-menu li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #E7E7E7;
    border-top: none;
    position: relative;
}

.login-menu li sup {
    color: red;
}

.login-order {
    width: 100%;
    height: 150px;
    background-color: #2BCA83;
}

.login-order li {
    width: 28%;
    height: 75px;
    /*padding-top: 15px;*/
    float: left;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    margin-left: 5%;
}

.login-order li .img-box {
    width: 40px;
    height: 40px;
    /*margin: 0 auto;*/
    border-radius: 50%;
    overflow: hidden;
}

.login-order li .img-box img {
    width: 100%;
}

.login-order li p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 40px;
    color:white;
    margin-left:5px;
}

.order-details-box {
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.order-details {
    width: 94%;
    height: 151px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: white;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.order-details-top {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #D7D7D7;
    position: relative;
}

.order-details-top .title {
    position: absolute;
    top: 10px;
    left: 0;
}
.orderremark input{
    max-width: 95%;
    height: auto;
}
.order-details-top .state {
    position: absolute;
    top: 8px;
    right: 0;
    width: 55px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #f9a543;
    color: #fff;
    border-radius: 30px;
}

.order-details-bot {
    width: 90%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
    color: #848484;
}

.order-details-bot .order-name {
    position: absolute;
    top: 10px;
    left: 0;
}

.order-details-bot .order-service {
    position: absolute;
    top: 30px;
    left: 0;
}

.order-details-bot .order-money {
    position: absolute;
    top: 10px;
    right: 0;
}

.order-details-bot .order-moneys {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 14px !important;
    color: red !important;
}

/* 施工列表按钮盒子 */
.work-btn-box,
.order-bot {
    margin: 0 auto;
    width: 92%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
}
/* 施工列表按钮 */
.work-btn {
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
    border-radius: 4px;
    margin: 0 2px;
    background: #2BCA83;
    color: white !important;
    font-size: 12px;
}

.work-onebtn {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin: 0 2px;
    background: #2BCA83;
    color: white !important;
    font-size: 12px;
}

/* 评价 */
.eva-text {
    width: 100%;
    height: 140px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.eva-text textarea {
    width: 90%;
    height: 130px;
    outline: none;
    border: none;
    resize: none;
}

.eva-upload {
    margin: 0 auto;
    width: 92%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    background-color: #F9F9F9;
}

.eva-upload li {
    float: left;
    width: 60px;
    height: 60px;
    padding: 10px;
}

.eva-upload li img {
    width: 100%;
}

.eva-choice {
    margin: 0 auto;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    background-color: white;
}

.eva-choice-title {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #929292;
}

.eva-choice-box {
    width: 100%;
    height: 80px;
}

.eva-choice-box li {
    width: 33%;
    height: 70px;
    float: left;
    padding-top: 10px;
    text-align: center;
}

.eva-choice-box li img {
    width: 26px;
    height: 26px;
}

.eva-choice-box li p {
    margin-top: 5px;
    color: #929292;
}

.eva-yes {
    color: #3CB536 !important;
}
/* 学习资料详情 */
.stu-box {
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
    height: auto;
}

.stu-box img {
    max-width: 100%;
    height: auto;
}
.stu-box input {
    max-width: 100%;
    height: auto;
}

.stu-big-title {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ada7a7;
}

.stu-sm-title {
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    margin-top: 10px;
    font-weight:bold;
}

.stu-text {
    line-height: 20px;
    font-size: 14px;
    color: #606060;
    padding: 7px 0px;
}

.stu-img {
    padding: 10px 0;
    width: 100%;
    height: auto;
}

.stu-img img {
    width: 100%;
}

.work-box {
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
    background-color: white;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.work1-box {
    height: 160px !important;
}

.work-box-top {
    margin: 0 auto;
    width: 92%;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px dashed #C6C6C6;
    position: relative;
}

.work-title {
    position: absolute;
    top: 10px;
    left: 0;
}

.work-suc {
    position: absolute;
    top: 8px;
    right: 0;
    width: 60px;
    height: 24px;
    background-color: #FF9211;
    color: #FFf;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
}

.work-box-bot {
    margin: 0 auto;
    width: 92%;
    height: 60px;
    position: relative;
}

.work-name {
    position: absolute;
    top: 15px;
    left: 0;
    color: #7A7A7A;
    font-size: 12px;
}

.work-time {
    position: absolute;
    top: 40px;
    left: 0;
    color: #7A7A7A;
    font-size: 12px;
}

.work-money {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #7A7A7A;
    font-size: 12px;
}

.work-money span {
    color: red;
    font-size: 14px;
}
/* 施工上传 */
.work-text {
    margin: 10px auto;
    width: 100%;
    height: 130px;
    text-align: center;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: white;
}

.work-text textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.work-upload {
    margin: 10px auto;
    width: 92%;
    height: auto;
    padding: 10px 0;
    background-color: white;
    overflow: hidden;
}

.work-upload li {
    float: left;
    width: 80px;
    height: 80px;
    padding: 10px;
    position: relative;
}

.work-upload li i,.feed-upload-img li i {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,.8) url(../img/btn-delete.png) no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.work-upload li img {
    width: 100%;
}

.notice-details {
    width: 100%;
    height: auto;
}

.notice-details img {
    width: 100%;
}

.notice-title {
    margin: 0 2%;
    margin-top: 15px;
}

.notice-title h1 {
    font-size: 20px;
    line-height: 24px;
    height: 44px;
    padding: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-author {
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.notice-text {
    margin: 0 2%;
    padding: 10px 0px;
    line-height: 24px;
    font-size: 14px;
    color: #696969;
}

.notice-text p {
    padding: 5px 0px;
}

.notice-text img {
    max-width: 100%;
}
/* 施工过程 */
.pro-top {
    width: 100%;
    height: 100px;
    position: relative;
}

.pro-clock {
    width: 90px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -15px;
    font-size: 16px;
    background-image: url(../img/icon/pro-time.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 26px;
}

.pro-mid {
    width: 100%;
    height: 140px;
    background-color: white;
    padding: 10px 0;
}

.pro-mid-top {
    margin: 0 auto;
    width: 92%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #D6D6D6;
    position: relative;
}

.pro-mid-top .title {
    position: absolute;
    top: 5px;
    left: 0;
}

.pro-mid-top .number {
    font-size: 12px;
    color: #8E8D8D;
    position: absolute;
    top: 25px;
    left: 0;
}

.pro-mid-bot {
    margin: 0 auto;
    width: 92%;
    height: 90px;
    position: relative;
}

.pro-mid-bot .personal {
    position: absolute;
    top: 10px;
    font-size: 12px;
    color: #8E8D8D;
}

.pro-mid-bot .service {
    font-size: 12px;
    color: #8E8D8D;
    position: absolute;
    top: 30px;
}

.pro-mid-bot .money {
    position: absolute;
    top: 60px;
}

.pro-mid-bot .money span {
    color: #FF4E00;
}

.pro-bot {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: white;
    margin-top: 10px;
}

.pro-bot-top {
    margin: 0 auto;
    width: 92%;
    height: 40px;
    text-align: right;
}

pro-bot-top .butstatus {
    width: 80px;
    height: 34px;
    color: #2bca83;
    border-radius: 10px;
    border: 1px solid #49d093;
}

.pro-bot-top button {
    width: 70px;
    height: 34px;
    background-color: #2ACA82;
    color: white;
    border-radius: 4px;
}

.pro-bot-bot {
    margin: 0 auto;
    width: 92%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.pro-time-box {
    float: right;
    width: 85%;
    height: 110px;
    padding-bottom: 20px;
    border-left: 1px solid #C5C5C5;
    position: relative;
}

.pro-month {
    position: absolute;
    width: 45px;
    height: 20px;
    top: 0;
    left: -45px;
}

.pro-time {
    position: absolute;
    width: 45px;
    height: 20px;
    top: 20px;
    left: -45px;
    font-size: 12px;
    color: #8E8D8D;
}

.pro-point {
    width: 8px;
    height: 8px;
    background-color: #C5C5C5;
    position: absolute;
    top: 0px;
    left: -4px;
    border-radius: 50%;
}

.pro-point-first {
    background-color: #47CF2C !important;
    border: 2px solid #AEEAA2 !important;
    left: -6px !important;
}

.pro-time-title {
    position: absolute;
    top: 0;
    left: 10px;
}

.pro-time-img {
    position: absolute;
    top: 30px;
    left: 10px;
    min-height: 80px;
}

.pro-time-img li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.pro-time-img li img {
    width: 100%;
}
/* 订单详情 */
.content-box {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.remarks-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.order-title {
    float: left;
    width: 25%;
    margin-left: 10px;
    /*text-align: right;*/
}

.order-span {
    float: left;
    width: 70%;
    /*margin-left: 10px;*/
    overflow: auto;
}

.order-warp {
    float: left;
    width: 90%;
    overflow: auto;
    word-wrap: break-word;
    word-break: break-all;
    text-indent: 2em;
    margin-top: 3px;
}

.exsectionImg {
    width: 100%;
    height: 100%;
}

.search-box.search-no-top, .search-no-top {
    margin-top: 0px;
}

/*放大后的图片样式*/
.work-upload li img.pro-time-img li img.imgMaskShow {
    z-index: 600;
    position: fixed;
    top: 10%;
    left: 2%;
    height: auto;
    width: 96%;
}

/*遮罩层样式*/
.ansMasklayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(10,10,10,0.2);
    display: none;
    z-index: 900;
    max-width: 640px;
}

/*关闭图片*/
.tc-close {
    width: 40px;
    height: 40px;
    background-color: rgba(10,10,10,0.6);
    background-image: url('../img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    position: absolute;
    top: 2%;
    right: 2%;
    cursor: pointer;
}

.img-box ul li i {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,.8) url(../images/btn-delete.png) no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

@media only screen and (min-width:640px ) {
    .work-upload li img.pro-time-img li img.imgMaskShow {
        max-width: 620px;
        left: 50%;
        top: 12%;
        margin-left: -315px;
    }

    .ansMasklayer {
        top: 0;
        left: 50%;
        margin-left: -320px;
        max-width: 640px;
    }

    body {
        overflow-y: scroll;
    }
}


@media only screen and (max-width:640px ) {
    .page-title-box {
        position: fixed;
        top: 100px;
        top: 75px;
        left: 0;
        width: 100%;
        margin-left: 0;
    }

    .page-title-boxone {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        margin-left: 0;
    }

    .fin-left {
        width: 25%;
    }

    .fin-right {
        width: 75%;
    }
}
