ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 22.5%;
    /*height: 100%;*/
}

body {
    /* font-family: "微软雅黑", "Microsoft Yahei", "Arial"; */
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

input {
    outline: none;
}

a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.container {
    width: 96%;
    margin: 0 auto;
    padding: 0;
}

.index-new-main .new-task-list {
    /* min-height: -webkit-calc(100vh - 592px);
    min-height: calc(100vh - 592px); */
    overflow: hidden;
}

.task-new-main .new-task-list {
    min-height: -webkit-calc(100vh - 340px);
    min-height: calc(100vh - 340px);
}

.new-header {
    height: 44px;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 6px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    /* background-image: -webkit-gradient(linear,left top,right top,from(#80b7ff),to(#e4cb5e));
    background-image: -webkit-linear-gradient(left,#80b7ff,#e4cb5e);
    background-image: -moz-linear-gradient(left,#80b7ff,#e4cb5e);
    background-image: linear-gradient(to right,#80b7ff,#e4cb5e); */
    background-color: #80b7ff;
}

.new-header .daily-task {
    cursor: pointer;
    line-height: 33px;
    font-size: 15px;
    color: #404040;
    width: 18%;
    margin-right: 2%;
    text-align: center;
    float: left;
    font-weight: 500;
}

.new-header .tit-name {
    text-align: center;
    font-size: 2rem;
    color: #404040;
}

.new-header .back {
    position: absolute;
    bottom: 18px;
    left: 20px;
}

.new-header .back img {
    width: 24px;
}

.new-body .new-header .dowm-btn {
    bottom: auto;
    margin-left: 15px;
}

.new-header .dowm-btn img {
    height: 42px;
    width: auto;
}

.new-header .publish-task-btn {
    font-size: 2rem;
    color: #404040;
}

.new-header .publish-task-btn.active {
    pointer-events: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.input-group {
    width: 65%;
    position: relative;
    float: left;
}

.input-group input {
    background: #fff;
    border-radius: 15px;
    border: none;
    height: 29px;
    width: 100%;
    text-indent: 20px;
    font-size: 14px;
    margin-top: 2px;
}

.input-group img {
    position: absolute;
    top: 5px;
    right: 12px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.input-group.list-input-group {
    width: 100%;
    margin-bottom: 20px;
}

.input-group.list-input-group input {
    height: 50px;
    border-radius: 0;
}

.input-group.list-input-group img {
    top: 16px;
    width: 20px;
    height: 20px;
}

.new-task-content {
    background: #fff;
    padding: .1rem;
}


/* .new-site-tit {
    background: #F5F5F9;
    color: #999;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-site-tit #expect_gold {
    color: #FD2D2E;
}

.new-site-tit #expect_silver {
    color: #333;
} */

.new-list-task {
    margin-top: 60px;
}

.dowm-btn {
    /* position: absolute;
	right: 20px;
	top: 50%;
	width: 100%;
    height: 45px;
	font-weight: bold;
	display: block;
    color: #404040;
    font-size: 17px;
	 */
    position: absolute;
    font-size: 15px;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new-task-list_index {
    background: #F5F5F9;
    min-height: 399px;
}

.new-task-list_index ul li {
    background: #fff;
    margin-bottom: 1px;
    position: relative;
    height: auto;
}
.new-task-list_index ul li:active {
  background-color: #f8f9fa;

}
.new-task-list_index ul li:last-child{
    margin-bottom: 0px;
}
.new-task-list_index ul li a {
    display: block;
    padding: 15px 17px;
    overflow: hidden;
}


/*.new-task-list ul li a span{
	display: block;
	float: left;
}*/

.new-task-list_index .task-list-hot {
    position: absolute;
    top: 0;
    right: 0;
}

.new-task-list_index .task-list-title-silver {
    height: 25px;
    margin-bottom: 5px;
}

.new-task-list_index .task-list-gold-silver {
    margin: 10px 0 5px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: initial;
}


.new-task-list_index .task-list-silver {
    width: 50%;
    text-align: right;
}

.new-task-list_index .task-list-silver {
    font-size: 14px;
}

.new-task-list_index .task-list-progress-content {
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: initial;
    margin-top: 5px;
}

.new-task-list_index .task-list-progress {
    float: left;
    display: block;
    width: 90%;
    height: 3px;
    border-radius: 5px;
    background: #F4F4F4;
}

.new-task-list_index .task-list-progress span {
    display: block;
    height: 3px;
    background: red;
}

.new-task-list_index .task-list-progress-num {
    float: right;
    width: 10%;
    text-align: right;
}

.paging {
    padding: 10px 0 30px 0;
}

.new-list-task {
    overflow: hidden;
}

.dowm-list {
    background: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 15;
    display: none;
}

.dowm-list.active {
    display: block;
}

.dowm-list ul li {
    border-bottom: solid 1px #E9E9E9;
    color: #333;
    font-size: 1.8rem;
    height: 50px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.dowm-list ul li.active {
    background: url(../images/tick.png) no-repeat;
    background-position: 94% 50%;
    background-size: 16px 16px;
}



.zfb-count {
    padding: 15px 20px;
    background: #fff;
    font-size: 14px;
    border-bottom: solid 1px #E9E9E9;
}

.zfb-count img {
    margin-right: 10px;
}

.member-form .item-box {
    padding: 0 20px;
    border-bottom: solid 1px #E9E9E9;
    overflow: hidden;
}

.member-form .item-box span {
    width: 35px;
    height: 50px;
    float: left;
    font-size: 14px;
    line-height: 50px;
}

.member-form .item-box .m_txt {
    /* float: right; */
    height: 50px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border: none;
    outline: none;
    color: #333;
    padding: 0;
    font-size: 14px;
}

.member-form .item-box .m_txt::-webkit-input-placeholder {
    color: #ddd;
}

.tixian_txt {
    line-height: 22px;
    padding: 10px 20px;
    color: #999;
    background: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}

.member-btn .button1 {
    height: 45px;
    color: #404040;
 background: #1576f9;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-radius: 5px;
}
.member-btn>a{
    display: block;
    height: 45px;
    color: #404040;
 background: #1576f9;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    font-weight: normal;
    border: none;
    border-radius: 5px;
}
.member-btn .button1.active {
    background: #FE4B1C;
    cursor: pointer;
}

.user-gold {
    background: #fff;
    padding: 10px 20px 10px 20px;
    overflow: hidden;
}

.user-gold .gold-all-btn {
    float: right;
    cursor: pointer;
    color: #08AAEB;
}

.new-gold-detial {
    padding: 0px 0 60px 0;
}

.new-all-profit {
    background: #F4F4F8;
    text-align: center;
    font-size: 14px;
    color: #C9C9CC;
    padding: 10px 0;
}

.detail-tab {
    background: #fff;
}

.detail-tab li {
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.detail-tab li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #EDEDED;
}

.detail-tab li:last-child:after {
    width: 0;
}


/* .detail-tab li#silver {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
} */

.detail-tab li span {
    color: #333;
}

.detail-tab li.active {
    background: none;
}

.detail-tab li.active span {
    color: #FF481C;
}

.alipa-box li .money {
    text-align: right;
}

.alipa-box li .sty {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alipa-box li .cz_style {
    width: 76%;
    margin-right: 0;
}

.alipa-box li {
    display: flex;
    align-items: center;
}

.alipa-box li .m1 {
    margin: 0;
    text-align: right;
    padding-right: 0;
}

.alipa-box {
    min-height: -webkit-calc(100vh - 340px);
    min-height: calc(100vh - 340px);
}

.new-active-list {
    padding: 80px 5px 60px 5px;
}

.new-active-list ul li {
    text-align: center;
    margin-bottom: 10px;
}

.new-active-list ul li a {
    display: inline-block;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin: 0 auto;
    overflow: hidden;
}

.new-active-list ul li a span {
    display: block;
    background: #fff;
    padding: 10px 20px;
    font-size: 1.4rem;
    text-align: left;
}

.new-active-list ul li a span img {
    float: right;
    height: 16px;
    width: auto;
    margin-top: 3px;
}


/* .new-add-task {
    padding: 0px 0 70px 0;
} */

.new-add-task .task-item {
    overflow: hidden;
}

.new-add-task .new-add-task-label {
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: bold;
}

.new-add-task .new-add-task-content {
    /* width: -webkit-calc(100% - 80px) !important;
	width: calc(100% - 80px) !important; */
    width: 100%;
    /* float: right; */
    box-sizing: border-box;
    border: none !important;
    resize: none;
    outline: none;
    overflow-y: hidden;
    height: 33px;
    line-height: 30px;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    color: #666;
}

.task .task-item .task-span .t-item {
    width: 20%;
    box-sizing: border-box;
    font-size: 12px;
    display: block;
    float: left;
}


/* .task .task-item .task-span .t_item_selected {
	background: #FE511C;
	color: #404040;
} */

.task .task-item .ts1 {
    color: #FE511C;
}

.task .task-item #task-isRepeat .t_wx:first-child {
    color: #FD561D;
    border: 1px solid #FD561D;
}

.task .task-item #task-isRepeat .t_wx:last-child {
    color: #46BE8A;
    border: 1px solid #46BE8A;
}

.task .task-item #task-isRepeat .t_wx:nth-child(2) {
    color: #63A9EA;
    border: 1px solid #63A9EA;
}

.task .task-item #task-isRepeat .t_wx2 {
    color: #FE4B1C;
    border: 1px solid #FE4B1C;
}

.task .task-item #task-isRepeat .t_wx.t_wx_selected {
    color: #404040;
    border: 1px solid #FD561D;
    background: #FD561D;
}

.checkbox {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 60px;
    border-top-left-radius: 15px 50%;
    border-bottom-left-radius: 15px 50%;
    border-top-right-radius: 15px 50%;
    border-bottom-right-radius: 15px 50%;
    background: #DEDEDE;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.checkbox .circle {
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #404040;
    position: absolute;
    top: 2px;
    left: 3px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.checkbox.active {
    background: #4CD864;
}

.checkbox.active .circle {
    left: 30px;
}

.new-task-item {
    display: flex;
    align-items: center;
}

#uploadForm {
    width: 100px;
    height: 100px;
    background: url(../images/img.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

#uploadForm input {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

#uploadForm input,
#uploadForm button {
    opacity: 0;
}

#imgShow {
    overflow: hidden;
    padding-top: 30px;
}

.img-upload-item {
    width: 33.33333333333%;
    float: left;
    position: relative;
}

.img-upload-item span {
    background: url(../images/close01.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    left: 0;
    cursor: pointer;
}

.openNotice-back {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
}

.openNotice {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    height: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.noticeDetail {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: center;
}

.noticeDetail .title {
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.notice-ban {
    display: inline-block;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: -26px;
    background: rgba(0, 0, 0, 0.4);
    color: #404040;
    padding: 0 5px;
}

.notice-close {
    display: inline-block;
    line-height: 24px;
    width: 24px;
    position: absolute;
    right: -28px;
    top: -26px;
    background: rgba(0, 0, 0, 0.4);
    color: #404040;
    padding: 0 5px;
}


/*.task .up-img-list img {
	width: 45%;
}*/

.new-luckdraw {
    margin-top: 60px;
    padding: 0 0 50px 0;
    background: url(../images/luck.jpg) no-repeat center top;
    background-size: cover;
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    overflow: auto;
}

.rotate-con-pan {
    background: url(../images/disk.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
}

.rotate-con-zhen {
    width: 56px;
    height: 112px;
    background: url(../images/start.png) no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    left: 120px;
    top: 100px;
}

.draw-record {
    color: #FFEE9E;
    font-size: 2rem;
    text-align: center;
    margin: 10px 0;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    min-height: 100p;
    overflow: auto;
}

.yonghu-item {
    padding-top: 90px;
    border: none;
}

#noZfb-phone {
    padding: 10px 20px 0 20px;
    font-size: 14px;
}

#noZfb-phone p {
    color: #979797;
}

#noZfb-phone ul li {
    margin-top: 10px;
}

#noZfb-phone ul li.check-count {
    display: none;
}

#noZfb-phone ul li a {
    color: #2C7FFF;
}

.new-msg-list {
    padding: 120px 0 60px 0;
}

.new-msg-list .task-list {
    min-height: -webkit-calc(100vh - 245px);
    min-height: calc(100vh - 245px);
}

.index-withdraws {
    padding: 5px 20px 5px 20px;
    border-top: solid 1px #E9E9E9;
    border-bottom: solid 1px #E9E9E9;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.index-withdraws .swiper-container {
    margin: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
}

.add-dowmload {
    padding: 5px 20px 5px 20px;
    border-bottom: solid 1px #E9E9E9;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.add-dowmload .swiper-container {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
}

.new-add-task #task_beginTime,
.new-add-task #task_endTime {
    /* border: 1px solid #ededed; */
    /* font-size: 1.4rem; */
    height: 30px;
    line-height: 30px;
}

.add-dowmload span {
    border: solid 1px #E0E0E0;
    color: #aaa;
    font-size: 1.2rem;
    width: 36px;
    display: block;
    text-align: center;
    float: left;
}

.add-dowmload span.notice-new {
    border: solid 1px #f00;
    color: #f00;
    display: inline-block;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
}

.add-dowmload a {
    display: block;
    color: #2C7FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-dowmload a img {
    float: right;
    height: 16px;
    width: auto;
}

.red-envelope {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}

.red-envelope.active {
    display: block;
}

.red-envelope img {
    width: 200px;
    cursor: pointer;
}

.red-envelope-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 90;
}

.red-envelope-back.active {
    display: block;
}

.paging-selct {
    width: 60px;
    text-indent: 10px;
    background: #fff;
}

.paging span.paging-lastPage {
    width: initial;
    float: none;
    display: inline-block;
}


/* 审核图样 - 写流程  */

.upload_check_wrap,
.write_step_wrap {
    /* display:none; */
    width: 100%;
}

.write_step_wrap .new-add-task-label {
    float: none;
}


/* 审核图样   */


/* 写流程   */

.write_step_wrap {
    /* display:none; */
    width: 100%;
    height: 100%;
    /* position:fixed;
	top:0;
	left:0;
	z-index:6; */
    /* background-color: rgba(0, 0, 0, 0.6); */
}

.step_cont_wrap {
    width: 100%;
    /* min-height:400px; */
    /* position:absolute;
	top:120px;
	left:50%; */
    z-index: 7;
    position: relative;
    /* margin-left:-150px; */
    /*border-radius:6px;*/
    background-color: #fff;
}

.opera_content {
    position: relative;
}

.write_step_content {
    position: relative;
    overflow: hidden;
}

.each_step {
    width: 100%;
    height: auto;
}

.step_intro {
    padding: 0 10px;
    font-size: 0;
}

.step_title,
.add_step {
    display: inline-block;
}


/* 步骤标题 */

.stepWrap {
    height: 30px;
}

.step_title {
    float: left;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 8px 0 0 0;
    color: #222;
    width: 100%;
    text-align: left
}

.step_title .del0,
.add_step {
    width: 76px;
    height: 26px;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    border-radius: 18px;
    cursor: pointer;
    color: #404040;
 background: #1576f9;
}

.step_title .del0 {
    display: inline-block;
    margin: 0px 0 0 5px;
    float: right
}


/* 添加步骤按钮 */

.add_step {
    float: right;
    /* margin: 0.8rem 0 0 0; */
}


/* 步骤说明 */

html .new-add-task .step_text {
    display: block;
    width: 96%;
    border-radius: 6px;
    margin: 16px auto 0;
    font-size: 14px;
    color: #222;
    padding: 5px 5px;
    border-bottom: 1px solid #ededed !important;
    height: auto;
}


/* 上传图片 */

.step_photo_wrap {
    width: 100%;
    margin: 20px 0 0 0;
}

.file_wrap {
    /* width: 5.25rem; */
    /* min-height: 9rem; */
    display: inline-block;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    margin-left: 2%;
    margin-right: 0 !important;
}


/* 流程上传流程图   */

.stepPhotoWrap {
    display: table;
}

.stepPhotoWrap .file_wrap {
    display: table-cell;
    vertical-align: middle;
}


/* 操作流程 - 图片区域   */


/* .stepFileWrap{
	position:relative;
	top:50%;
	margin-top:69px; 
} */

.file_wrap>img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.file_wrap img.upload_img {
    width: auto;
    height: 18rem;
    position: absolute;
    left: 50%;
    top: 1.35rem;
    z-index: 1;
    margin: 0 0 0 -5.913rem;
}

.stepInput {
    width: 70px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    margin: 0 0 0 -35px;
    cursor: pointer;
}

#checkUl .file_wrap>img {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
}

.checkInput {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    margin: 0 0 0 -58px;
    cursor: pointer;
}

.upload_msg {
    width: 100%;
    text-align: center;
    color: #555;
    font-size: 14px;
    line-height: 34px;
}

.write_step_content .upload_msg {
    top: 8.05rem;
}

.step_wrap {
    margin: 20px 0 0 0;
}

.check_step_wrap {
    margin: 20px 0 0 0;
    padding: 0 10px;
}

#stepUl {
    display: block;
}

#checkUl {
    min-width: 100%;
    display: table;
}

#checkUl li {
    width: 100%;
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.fujian2 {
    background: #fff;
    color: #999999;
    border-bottom: 1px solid #ebedee;
    border-top: 1px solid #ebedee;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 17px;
    min-height: 200px;
    box-sizing: initial;
    padding: 10px 0;
    position: relative;
}

.fujian2 .tit {
    padding-left: 10px;
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}

.close_wrapper {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('../images/close_wind.png') no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}

.guize_title {
    font-size: 14px;
    padding: 10px 0;
}

.guize_content {
    padding: 10px 5px 25px;
    font-size: 12px;
    line-height: 22px;
}

.text_indent_p {
    text-indent: 2em;
}

.text_indent_p_2 {
    text-indent: 1em;
}

.guize_btn_wrap {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #FE4B1C;
    text-align: center;
    /*border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;*/
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}


/* 审核 - 上传图 - 删除   */

.close_check_img {
    top: -4px;
    right: -4px;
}

.close_check_img img {
    width: 16px;
    height: 16px;
}

.step_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.step_content {
    width: 100%;
    overflow: hidden;
}

.step_content li {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.step_cont_wrap .bottom_a,
.check_step_wrap .bottom_a {
    width: 20px;
    height: 36px;
    display: none;
    position: absolute;
    top: 236px;
    z-index: 100;
    cursor: pointer;
    background-size: 20px 36px;
    margin: 0;
}

.check_step_wrap .bottom_a {
    top: 50%;
    margin-top: -18px;
}

.step_cont_wrap .prev_a,
.check_step_wrap .prev_a {
    left: 26px;
    background: url("../images/back_pre.png") no-repeat;
    background-size: 20px 36px;
}

.step_cont_wrap .next_a,
.check_step_wrap .next_a {
    right: 26px;
    background: url("../images/back_next.png") no-repeat;
    background-size: 20px 36px;
}

.check_step_content li {
    float: left;
    display: block;
    width: 70px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.step_cont li {
    /* height:100%; */
    /* display: inline-block; */
    vertical-align: top;
    display: block;
}

img.uploadImg {
    display: block;
    width: auto;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
    vertical-align: middle;
    border: 0;
}

#stepUl img.uploadImg {
    width: 160px;
    height: 160px;
}

.step_content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: inherit;
    margin-bottom: 40px;
}

.write_step_pager {
    padding-top: 15px;
    text-align: center;
    display: none;
}

.write_step_pager select {
    display: none;
}

.check_msg {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #f66364;
    margin: 0 auto;
    padding: 0 10px;
}

.check_text_content_wrap {
    margin: 0 auto;
    padding: 10px;
}

.wenzi_check_textarea {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 5px;
    border: 1px solid #ebedee;
}

.content_hide {
    display: none;
}


/* 是否合格按钮 */

.check_btn_wrap {
    overflow: hidden;
}

.check_btn {
    float: left;
    position: relative;
    left: 50%;
}

.each_check_btn {
    display: block;
    float: left;
    position: relative;
    right: 50%;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #56b1ff;
    margin: 10px 5px;
    border-radius: 6px;
    cursor: pointer;
}

.btn_no {
    background-color: #f66364;
}

.btn_ok {
    background-color: #82d04d;
}

.upload_yanzheng,
a.upload_yanzheng:link,
a.upload_yanzheng:visited {
    width: calc(50%);
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
 background: #1576f9;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #404040;
    z-index: 99;
}

.upload_yanzheng_border {
    border-right: 1px solid #fff
}

.vip_btn_wrap {
    width: 56px;
    height: 56px;
    font-size: 15px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}

.vip_btn_wrap div {
    width: 56px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.vip_btn_wrap div.btn_top {
    margin-top: 8px;
}

.mx_list {
    background: #fff;
    overflow: hidden;
}

.mx_list li {
    position: relative;
    line-height: 21px;
    padding: 8px 10px;
    min-height: 36px;
}

.mx_list li:after {
    content: "";
    background-image: -webkit-linear-gradient(bottom, #ddd, #ddd 60%, transparent 60%);
    background-size: 100% 1px;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}

.mx_list li b {
    float: right;
    display: block;
    text-align: right;
    font-weight: normal;
}

.mx_list li b time {
    display: block;
    font-size: 12px;
    color: #999;
}

.mx_list li p span {
    display: block;
    color: #999;
    font-size: 12px;
}

.mx_list li b i {
    font-style: normal;
    color: #f54246;
}

.layui-flow-more {
    margin: 10px 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.layui-flow-more a {
    height: 32px;
    line-height: 32px
}

.layui-flow-more a * {
    display: inline-block;
    vertical-align: top
}

.layui-flow-more a cite {
    padding: 0 20px;
    border-radius: 3px;
    background-color: #eee;
    color: #333
}

.layui-flow-more a cite:hover {
    opacity: .8
}

.layui-flow-more a i {
    font-size: 30px;
    color: #737383
}


/* 首页 */


/* .task-item {
    width: 100%;
}

.task-item .title {
    color: #2d3039;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #e8e8e8;
}

.task-item .content {
    display: flex;
}

.task-item .content .avatar {
    margin-right: 10px;
}

.task-item .content .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 60px;
}

.task-item .content .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 12px;
    color: #a3a3a3;
}

.task-item .content .info .labels {
    display: flex;
}

.task-item .content .info .labels label {
    display: block;
    background: #eee;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 3px;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
}

.task-item .content .info .labels label:last-child {
    margin-right: 0;
}

.task-item .content .info .params {
    display: flex;
}

.task-item .content .info .params>div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.task-item .content .commission {
    display: flex;
    align-items: center;
    color: #fd6620;
    margin-left: 10px;
    font-size: 18px;
}

.task-item .num:before,
.task-item .time:before,
.task-item .money:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.task-item .time:before {
    background: url(../images/task_check_time.png) no-repeat center;
    background-size: cover;
}

.task-item .money:before {
    background: url(../images/task_finish_count.png) no-repeat center;
    background-size: cover;
}

.task-item .num:before {
    background: url(../images/task_remain_count.png) no-repeat center;
    background-size: cover;
} */


/* 插件样式 */

.refreshWrap .refresh {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: -1;
}

.refreshWrap .loadingBox {
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 10px;
    position: relative;
    background-color: #404040;
    z-index: 2
}

.refreshWrap .loading,
.refreshWrap .loadTxt {
    vertical-align: middle;
    display: inline-block;
}

.refreshWrap .loading {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    border-top-color: transparent;
    margin-right: 8px;
    transform: translateZ(0);
    position: relative;
}

.refreshWrap .noMore .loading {
    display: none;
}

.refreshWrap .success {
    border-color: transparent;
}

.refreshWrap .success:before {
    content: "";
    border: 1px solid #666;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 16px;
}

.refreshWrap .rotate {
    -webkit-animation: refresh-rotate 0.6s linear infinite;
    animation: refresh-rotate 0.6s linear infinite;
}

@keyframes refresh-rotate {
    0% {
        transform: rotateZ(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotateZ(360deg);
        -moz-transform: rotate(360deg);
    }
}


/* page */

#app {
    position: fixed;
    left: 0;
    top: 44px;
    bottom: 50px;
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff
}


/* #app ul{background: #f5f5f5;position: relative;z-index: 3;} */


/* #app  li{padding:10px 15px;border-bottom: 1px solid #ccc} */

#app h5 {
    font-size: 20px;
}

#app li p {
    font-size: 14px;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /* font-family: Helvetica; */
    width: 100%;
    height: 100%;
}

.mui-content {
    position: relative;
    margin-top: 10px;
}


/* .add-dowmload{
    transform: translate3d(0px, 0px, 0px);
} */

.index_lbt {
    background: #f5f5f5
}

.images-box {
    float: left;
    margin-bottom: 0;
    margin-top: 10px
}

.new-add-task .button3 {
        display: block;
        width: 91%;
        position: fixed;
        right: 8px;
        bottom: -11px;
        background: #1576f9;
        margin: 0 10px;
        border-radius: 30px;
        text-align: center;
        line-height: 45px;
        margin-top: 22px;
        color: #404040;
        font-weight: 500;
        height: 46px;
        top: auto;
		z-index: 99999;
}

.mescroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.task-show {
    background: #fff;
    padding: 15px;
}

.task-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task-title .info {
    flex-grow: 1;
}

.task-title .info .title {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px
}

.task-title .info .labels label {
    display: inline-block;
    background: #eee;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
    color: #a3a3a3 ;
}

.task-title .commission {
    margin-left: 10px;
    color: #fd6620;
    font-size: 16px;
    font-weight: bold;
}

.task-data {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #a3a3a3;
    font-size: 12px;
}

.task-data>div {
    display: flex;
    align-items: center;
}

.task-data>div:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.task-data .applied_num:before {
    background: url(../images/task_finish_count.png);
    background-size: 100% 100%;
}

.task-data .remaining_num:before {
    background: url(../images/task_remain_count.png);
    background-size: 100% 100%;
}

.task-data .id:before {
    background: url(../images/task_id.png);
    background-size: 100% 100%;
}

.task-data .audit_tm_limit:before {
    background: url(../images/task_check_time.png);
    background-size: 100% 100%;
}

.task-show .bottom {
    display: flex;
    justify-content: space-between;
    color: #a3a3a3;
    font-size: 12px;
}

.task-show .bottom span {
    color: #fd6620;
}

.user-info-chat {
    display: flex;
    align-items: center;
    width: 100%;
}

.user-info-chat .avatar {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.user-info-chat .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.user-info-chat .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    margin: 0 !important;
}

.user-info-chat .content .nickname {
    font-weight: bold;
}

.user-info-chat .content .user-id {
    color: #a3a3a3;
    font-size: 12px;
}

.user-info-chat .chat {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
}

.user-info-chat .chat:before {
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background: url(../images/chat-full.png) no-repeat center right;
    background-size: 100% 100%;
}

.user-info-chat .chat:after {
    content: '发起聊天';
    font-size: 12px;
    color: #a3a3a3;
    margin-top: 3px;
}

.task-content {
    background: #fff;
    margin-top: 10px;
    padding: 20px;
    font-size: 12px;
}

.task-content.url {
    line-height: 30px;
}

.task-content.url button {
    float: right;
    margin-left: 15px;
}

.task-content .title {
    font-size: 16px;
    color: #fd6620;
}

.task-content .content {
    margin-top: 10px;
    overflow: hidden;
}

.task-content .content .inputs {
    color: #333;
    background: #FFF;
    border: #e6e6e6 1px solid;
    padding: 9px 10px;
    display: block;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    font-size: 14px;
    word-break: break-all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.task-content .mui-table-view li {
    display: flex;
    /*兼容代练图标*/
    align-items: center;
    padding: 10px 0;
}

.task-content .mui-table-view li.mui-table-view-cell:after {
    left: 0;
    right: 0;
}

.task-content .mui-table-view span.title {
    white-space: nowrap;
}

.task-content .mui-table-view span {
    color: #a3a3a3;
}

.timeline-item {
    display: flex;
    padding-bottom: 15px;
    overflow: hidden;
}

.timeline-item .timeline-item-divider {
    flex-shrink: 0;
    position: relative;
    width: 18px;
    height: 18px;
    color: #fff;
    line-height: 18px;
    text-align: center;
 background: #1576f9;
    border-radius: 50%;
    font-size: 12px;
}

.timeline-item .timeline-item-divider:after {
    content: '';
    border-left: dashed 1px #dcdcdc;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 0;
}

.timeline-item:last-child .timeline-item-divider:after {
    display: none;
}

.timeline-item-content {
    margin-left: 15px;
    flex-grow: 1;
    -webkit-user-select: text;
}

.timeline-item-content h2 {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.timeline-item-content .text {
    line-height: 20px;
    margin-top: 15px;
    -webkit-user-select: text;
}

.timeline-item-content .tiaoj {
    margin: 10px 0;
}

.timeline-item-content [contenteditable] {
    margin: 15px 0;
}

.timeline-item-content .images {
    margin-top: 15px;
}

.images-group {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: -2%;
    margin-bottom: -2%;
}

.images-group>div img {
    display: block;
    max-width: 100%;
    max-height: 300px;
}

.images-group>div {
    position: relative;
    width: 47%;
    margin-right: 3%;
    overflow: hidden;
    margin-bottom: 2%;
}
.new-task-list_index .index_jiaz{
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
}
.new-task-list_index .index_jiaz img{
    width: 18px;
    margin-right: 3px;
    vertical-align: text-bottom;
}
.mui-icon{
  font-size: 19px;
}