@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    border: none;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a{
	cursor: none;
}
body {
	background-color: #fff;
	border-top: solid 2px #fff;
}

.project {
    width: 100%;
    overflow: hidden;
    background: url(../images/title_bg.png) center center no-repeat;
    background-size: 100% 100%;
    display: block;
    padding-bottom: 8.59375vw;
}

.projectTitle {
    width: 94vw;
    margin: 0 auto;
    display: block;
    font-size: 6.625vw;
    line-height: 14.0625vw;
    color: #fff;
    text-align: center;
}
.projectTitle span{
	float: left;
	font-size: 5vw;
	color: #fff;
	font-weight: bold;
	line-height: 14.0625vw;
	background: url("../images/title_choose.png") center 10vw no-repeat;
	background-size: 6.25vw;
	margin-left: 3vw;
}
.projectTitle .titleChoose{
	float: left;
	font-size: 3.75vw;
	color: #fff;
	line-height: 14.0625vw;
	margin-left: 3vw;
}
.titleBtn{
	float: right;
	color: #fff;
	background-color: #e4007f;
	font-size: 2.8125vw;
	line-height: 6.875vw;
	border-radius: 4vw;
	margin-top: 3.59375vw;
	padding: 0 2vw;
	overflow: hidden;
	display: block;
}
.titleBtn i{
	float: left;
	margin-right: 1.5vw;
	width: 4vw;
	height: 6.875vw;
	display: block;
}
.titleBtn.titleBtnPat{
    margin-right: 2vw;
}
.titleBtn.titleBtnxm i{
	background: url("../images/icon_zxm.png") center center no-repeat;
	background-size: 3.5vw;
}
.titleBtn.titleBtnRz i{
	background: url("../images/icon_rz.png") center center no-repeat;
	background-size: 3.5vw;
}
.titleBtn.titleBtnPat i{
    background: url("../images/icon_add.png") center center no-repeat;
    background-size: 3.5vw;
}
.titleBtn.titleBtnZxmAdd i{
	background: url("../images/icon_add.png") center center no-repeat;
	background-size: 3.5vw;
}
.titleBtn.titleBtnXmjs{
	margin-right: 3vw;
}
.titleBtn.titleBtnCb i{
	background: url("../images/icon_cb.png") center center no-repeat;
	background-size: 3.5vw;
}
.titleBtn.titleBtnXmjs i{
	background: url("../images/icon_xmjs.png") center center no-repeat;
	background-size: 3.5vw;
}
.search {
    width: 94vw;
    overflow: hidden;
    margin: 0 auto;
}

.search select {
    float: left;
    width: 21vw;
    margin-right: 1.5vw;
    border: solid 0.5vw #fff;
    font-size: 3.125vw;
    height: 9.375vw;
    padding: 0 3vw 0 1vw;
    border-radius: 3.125vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../images/arrow_b.png) 16.5vw center no-repeat;
    background-size: 2.5vw;
    color: #fff;
}

.search input {
    line-height: 9.375vw;
    font-size: 3.125vw;
    border: solid 0.5vw #fff;
    float: left;
    width: 31vw;
    padding: 0 1vw;
    border-radius: 3.125vw;
    background-color: #fff;
    color: #444;
    margin-right: 1.5vw;
}
.search2 {
    width: 94vw;
    overflow: hidden;
    margin: 0 auto;
}
.search2 select.maBto{
	margin-bottom: 2vw;
	width: 29.5vw;
}
.search2 select {
    float: left;
    width: 24.5vw;
    margin-right: 1.5vw;
	border: solid 0.5vw #fff;
    font-size: 3.125vw;
    height: 9.375vw;
    padding: 0 3vw 0 1vw;
    border-radius: 3.125vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../images/arrow_b.png) 16.5vw center no-repeat;
    background-size: 2.5vw;
    color: #fff;
}
.search2 input.seaWith{
	width: 35vw;
}
.search2 input {
    line-height: 9.375vw;
    font-size: 3.125vw;
    border: solid 0.5vw #fff;
    float: left;
    width: 76vw;
    padding: 0 1vw;
    border-radius: 3.125vw;
    background-color: #fff;
    color: #444;
    margin-right: 1.5vw;
}
.searchBtn {
    float: left;
    width: 11.5vw;
    display: block;
    text-align: center;
    background-color: #e5007f;
    border: solid 0.5vw #e5007f;
    color: #fff;
    line-height: 9.375vw;
    font-size: 3.125vw;
    border-radius: 3.125vw;
    cursor: none;
}

.searchBtn {
    background-color: #d20476;
}

#wrapper {
    width: 94vw;
    position: absolute;
    left: 3vw;
    top: 27vw;
    bottom: 0;
    overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
    padding: 0;
    border-radius: 9.375vw;
    z-index: 99;
    box-shadow: 0 0 2vw 0 #d4d4d4;
    background: url(../images/list_bg.png) center center no-repeat;
    background-size: 100% 100%;
    /* background-color: #fff; */
    /* 防止本机Windows上的触摸事件 */
    -ms-touch-action: none;
    /* 防止callout tap-hold和文本的选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 防止文本调整取向变化对web应用程序很有用 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
#wrapper.wraTop{
	top: 38vw;
}
.pull-loading {
    text-align: center;
    height: 6.25vw;
    line-height: 6.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5vw;
}

#scroller ul.change_a {
    width: 82vw;
    overflow: hidden;
    display: none;
    margin: 6.5vw auto 0 auto;
}

#scroller ul.change_a li {
    width: 30.5vw;
    float: left;
    margin: 0 auto 5vw auto;
    border-radius: 7.8125vw;
    background-color: #fff;
    border: solid 0.5vw #80adfe;
    padding: 3.75vw;
	position: relative;
	overflow: hidden;
}
#scroller ul.change_a li .noGj{
	position: absolute;
	left: 0;
	top: 0;
	width: 14vw;
}
#scroller ul.change_a li .ljJs{
	position: absolute;
	right: 0;
	top: 0;
	width: 14vw;
}
#scroller ul.change_a li:nth-child(even) {
    margin-left: 3vw;
}

#scroller ul.change_a li p {
    font-size: 5.625vw;
    color: #2c47ea;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 6vw;
}

#scroller ul.change_a li span {
    font-size: 3.25vw;
    color: #666666;
    text-align: center;
    width: 100%;
    display: block;
	line-height: 4.6875vw;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#scroller ul.change_a li m {
    font-size: 3.75vw;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 6.3125vw;
    margin-bottom: 1vw;
}

.huibaoBtn {
    float: left;
    width: 14.5vw;
    font-size: 2.8125vw;
    text-align: center;
    margin-right: 1.5vw;
    line-height: 7.1875vw;
    background-color: #596fd2;
    border-radius: 3vw;
    color: #fff;
    cursor: none;
}

.huibaoBtn:hover {
    background-color: #4c63cb;
}

.xiangqingBtn {
    float: left;
    width: 14.5vw;
    font-size: 2.8125vw;
    text-align: center;
    line-height: 7.1875vw;
    background-color: #27ccae;
    border-radius: 3vw;
    color: #fff;
    cursor: none;
	margin-left: 8vw;
}

.xiangqingBtn:hover {
    background-color: #21c4a6;
}


/**/


/**/


/**/


/**/


/**/


/**/


/**/

.projectDetails.paddingBottom {
    padding-bottom: 6.25vw;
}

.stateCont {
    width: 93.75vw;
    display: block;
    overflow: hidden;
    border-radius: 4vw;
    background-color: #fff;
    margin: -3.90625vw auto 1.5vw auto;
    box-shadow: 0 0.5vw 1vw 0 #c8cffa;
}

.stateCont span {
    width: 25%;
    float: left;
    text-align: center;
    display: block;
    font-size: 2.8125vw;
    line-height: 7.8125vw;
    overflow: hidden;
    color: #444444;
}

.stateCont span i {
    display: inline-block;
    vertical-align: middle;
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 50%;
    margin-right: 1vw;
}

.stateCont span m {
    display: inline-block;
    vertical-align: middle;
}

.stateCont span:nth-child(1) i {
    background-color: #ff7800;
}

.stateCont span:nth-child(2) i {
    background-color: #5c09d9;
}

.stateCont span:nth-child(3) i {
    background-color: #ff015b;
}

.stateCont span:nth-child(4) i {
    background-color: #12a63f;
}

.stageList {
    width: 100%;
    height: 12.5vw;
}
.swiper-container{
	background-color: #fff;
}
.stageListA {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 3vw;
    line-height: 10.5vw;
	color: #222;
    padding: 1vw 0;
}

.stageListA.stageListCur {
    padding: 1vw 0 0 0;
	color: #5c09d9;
    border-bottom: solid 1vw #5c09d9;
}
.stageChoose{
	width: 100%;
	overflow: hidden;
	display: block;
}
.stageChoose a{
	width: 50%;
	text-align: center;
	display: block;
	float: left;
	font-size: 3.75vw;
    line-height: 10.5vw;
	color: #222;
    padding: 1vw 0;
}
.stageChoose a.stageChoose_Cur{
	padding: 1vw 0 0 0;
	color: #5c09d9;
    border-bottom: solid 1vw #5c09d9;
}
.stageCont{
	width: 100%;
	overflow: hidden;
	display: none;
}
.stageCont.stageContCur{
	display: block;
}
.stageListXun{
	width: 100%;
	overflow: hidden;
	display: block;
	border-bottom: solid 1px #e5e5e5;
}
.stageListXunTitle{
	width: 100%;
    text-align: center;
    display: block;
    font-size: 3.75vw;
    line-height: 5.3125vw;
    color: #2c47ea;
    margin-top: 3.6875vw;
}
.ywjColor {
    color: #12a63f;
}

.ycqColor {
    color: #ff015b;
}

.jxzColor {
    color: #5c09d9;
}

.wksColor {
    color: #ff7800;
}

.wksColor2 {
    color: #A70F25;
}

.projectContList {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 14.375vw;
}

.projectContExplain {
    background-color: #eeeeee;
    width: 90vw;
    padding: 3.125vw 5vw;
    font-size: 2.8125vw;
    line-height: 4.375vw;
    color: #444444;
    margin-bottom: 4.375vw;
}

.projectContList li {
    width: 100%;
    overflow: hidden;
    display: block;
    background: url(../images/line_s.png) 18.25vw center repeat-y;
    background-size: 0.5vw;
    padding-bottom: 1.5625vw;
}

.projectContList li:nth-child(2) {
    background: url(../images/line_s.png) 18.25vw 4.4375vw no-repeat;
    background-size: 0.5vw 100%;
}

.logDate {
    width: 18.75vw;
    float: left;
    overflow: hidden;
    display: block;
}

.logDate p {
    width: 14.15vw;
    margin-left: 4.6vw;
    overflow: hidden;
    display: block;
    background: url(../images/line_h.png) center center repeat-x;
    background-size: 100% 0.5vw;
}

.logDate p span {
    width: 9.375vw;
    line-height: 9.375vw;
    display: block;
    border-radius: 50%;
    background-color: #2c47ea;
    font-size: 2.8125vw;
    text-align: center;
    color: #fff;
}

.logList {
    width: 79.25vw;
    float: left;
    overflow: hidden;
    display: block;
    padding-left: 2vw;
}

.logCont {
    width: 68.75vw;
    overflow: hidden;
    display: block;
    margin-bottom: 1.5625vw;
    background-color: #edf9ff;
    border: solid 0.3vw #bfbfbf;
    border-radius: 3.125vw;
    padding: 3.125vw;
}

.logCont p:nth-child(1) {
    width: 100%;
    overflow: hidden;
    line-height: 5.3125vw;
    color: #444444;
}

.logCont p:nth-child(1) span {
    float: left;
    font-weight: bold;
    font-size: 3.75vw;
}

.logCont p:nth-child(1) m {
    float: right;
    color: #444444;
    font-weight: bold;
    font-size: 2.8125vw;
}

.logCont p:nth-child(2) {
    width: 100%;
    overflow: hidden;
    line-height: 4.375vw;
    color: #444444;
    font-size: 2.8125vw;
	display: -webkit-box;
-webkit-box-orient:vertical;
text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.logDetails{
	float: right;
	line-height: 4.375vw;
    color: #ff1162;
    font-size: 2.8125vw;
}

/**/

.projectDetails {
    width: 100%;
    overflow: hidden;
    background: url(../images/title_bg.png) center center no-repeat;
    background-size: 100% 100%;
    display: block;
    padding-bottom: 4.0625vw;
}

.projectDetails p {
    width: 90vw;
    margin: 0 auto;
    display: block;
    font-size: 6.625vw;
    line-height: 14.0625vw;
    color: #fff;
}

.projectDetails span:nth-child(2) {
    float: left;
    width: 45vw;
    margin-left: 4.6875vw;
    font-size: 3.75vw;
    line-height: 5.3125vw;
    color: #fff;
}

.projectDetails span:nth-child(2) i {
    float: left;
    display: block;
    width: 5.3125vw;
    height: 5.3125vw;
    background: url(../images/adress.png) center center no-repeat;
    background-size: 3.125vw;
}

.projectDetails span:nth-child(3) {
    float: right;
    width: 45vw;
    margin-right: 4.6875vw;
    font-size: 3.75vw;
    line-height: 5.3125vw;
    color: #fff;
}

.projectDetails span:nth-child(3) i {
    float: left;
    display: block;
    width: 5.3125vw;
    height: 5.3125vw;
    background: url(../images/member.png) center center no-repeat;
    background-size: 3.125vw;
}

.lxjd {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 4.25vw 0;
}

.lxjd select {
    width: 83.75vw;
    margin: 0 auto;
    padding: 0 5vw;
    border: solid 0.2vw #6e7fe9;
    font-size: 3.75vw;
    line-height: 10.9375vw;
    height: 10.9375vw;
    color: #444444;
    display: block;
    border-radius: 6vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../images/arrow.png) 75.9375vw center no-repeat;
    background-size: 3.125vw;
    box-shadow: 0 0.5vw 1vw 0 #c8cffa;
}

.sureChoose {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

.sureChoose p {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 3.75vw;
    line-height: 5.3125vw;
    color: #2c47ea;
    margin-bottom: 2.6875vw;
}

.sureChoose a {
    width: 19vw;
    display: inline-block;
    vertical-align: middle;
    font-size: 3.75vw;
    line-height: 5.3125vw;
    text-align: center;
    color: #444444;
}

.sureChoose a i {
    width: 3.125vw;
    height: 3.125vw;
    border: solid 0.3125vw #2c47ea;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0.78125vw 0;
}

.sureChoose a.sureChooseCur i {
    background-color: #ff015b;
    border: solid 0.3125vw #ff015b;
}

.sureChoose a span {
    margin-left: 2vw;
}

.dateTalk {
    width: 100%;
    overflow: hidden;
	display: block;
	margin-bottom: 2.6vw;
}

.dateTalk textarea {
    width: 80vw;
    padding: 5vw;
    margin: 3vw auto 0 auto;
    display: block;
    border: solid 0.2vw #6e7fe9;
    border-radius: 3.125vw;
    font-size: 3.125vw;
    line-height: 6.25vw;
    height: 20vw;
}

.reportSubmit {
    width: 25vw;
    margin-left: 70vw;
    display: block;
    margin-top: 12vw;
    text-align: center;
    color: #fff;
    font-size: 3.125vw;
    line-height: 10.9375vw;
    border-radius: 3.125vw;
    background-color: #2c47ea;
    cursor: none;
	margin-bottom: 20vw;
}

.reportSubmit:hover {
    background-color: #1f3adf;
}
.xuanfu{
	width: 26vw;
	padding: 10px 0;
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 300;
	margin-left: -13vw;
}
.xuanfu .reportSubmit{
	margin: 0 auto;
}
.reportWin {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.reportWinCont {
    width: 60vw;
    display: block;
    position: absolute;
    left: 20vw;
    top: 50%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 1vw;
    margin-top: -18.5vw;
}

.reportWin span {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 3.75vw;
    line-height: 10vw;
    background-color: #2c47ea;
}

.reportWin p {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #222;
    font-size: 4.25vw;
    line-height: 16vw;
}

.reportWinBtn {
    width: 25vw;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 3.125vw;
    line-height: 8vw;
    border-radius: 2vw;
    background-color: #2c47ea;
    cursor: none;
    margin-bottom: 3vw;
}

.return_btn {
    width: 12vw;
    height: 12vw;
    position: fixed;
    right: 4vw;
    bottom: 4vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 100;
}

.return_btn img {
    width: 12vw;
    height: 12vw;
    display: block;
}
.return_btn.return_btn2{
	bottom: 15vw;
}
.back_btn {
    width: 12vw;
    height: 12vw;
    position: fixed;
    left: 4vw;
    bottom: 4vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 100;
}
.back_btn img {
    width: 12vw;
    height: 12vw;
    display: block;
}
.back_btn.back_btn2{
    bottom: 15vw;
}
.tanWIn{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.5);
	z-index: 400;
}
.contWIn{
	width: 90vw;
	position: absolute;
	left: 5vw;
	top: 50%;
	background-color: #fff;
	border-radius: 3.125vw;
	overflow: hidden;
	display: block;
}
.contWIn.login{
	margin-top: -30vw;
}
.contWIn p{
	background-color: #7682ff;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 4.6875vw;
	line-height: 10vw;
	color: #fff;
}
.login span{
	width: 70vw;
	overflow: hidden;
	display: block;
	margin: 5vw auto 0 auto;
}
.login span i{
	float: left;
	height: 9vw;
	width: 8vw;
	display: block;
}
.login span:nth-child(2) i{
	background: url("../images/user.png") left center no-repeat;
	background-size: 5vw;
}
.login span:nth-child(3) i{
	background: url("../images/password.png") left center no-repeat;
	background-size: 5vw;
}
.login span input{
	line-height: 9vw;
	float: left;
	padding: 0 5vw;
	width: 52vw;
	background-color: #f2f3ff;
	color: #222;
	font-size: 3.75vw;
}
.login span .loginClose{
	width: 33vw;
	margin-right: 4vw;
	font-size: 5vw;
	line-height: 12vw;
	float: left;
	color: #fff;
	background-color: #bdbdbd;
	border-radius: 3vw;
	text-align: center;
}
.login span .loginSure{
	width: 33vw;
	font-size: 5vw;
	line-height: 12vw;
	float: left;
	color: #fff;
	background-color: #7682ff;
	border-radius: 3vw;
	text-align: center;
}
.shenqingWin span .loginClose{
    width: 33vw;
    margin-right: 4vw;
    font-size: 5vw;
    line-height: 12vw;
    float: left;
    color: #fff;
    background-color: #bdbdbd;
    border-radius: 3vw;
    text-align: center;
}
.shenqingWin span .loginSure{
    width: 33vw;
    font-size: 5vw;
    line-height: 12vw;
    float: left;
    color: #fff;
    background-color: #7682ff;
    border-radius: 3vw;
    text-align: center;
}
.login span:last-child{
	margin-bottom: 5vw;
}
#wrapper2 {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 33vw;
    bottom: 0;
    overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
    padding: 0;
    z-index: 99;
    /* background-color: #fff; */
    /* 防止本机Windows上的触摸事件 */
    -ms-touch-action: none;
    /* 防止callout tap-hold和文本的选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 防止文本调整取向变化对web应用程序很有用 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#scroller2 ul {
    width: 100vw;
    overflow: hidden;
    display: block;
    margin: 3vw auto 0 auto;
}

#scroller2 ul li {
    width: 94vw;
    margin: 0 auto 2vw auto;
    border-radius: 3.125vw;
    background-color: #fff;
	position: relative;
	overflow: hidden;
}
.rzList{
	width: 60vw;
	float: left;
	margin-left: 5vw;
	overflow: hidden;
	padding: 2vw 0;
}
.rzList p{
	width: 100%;
	border-bottom: solid 0.15vw #e5e5e5;
	font-size: 3.75vw;
	line-height: 6vw;
	color: 222;
	text-indent: 3vw;
}
.rzList span{
	width: 100%;
	font-size: 2.8125vw;
	line-height: 4vw;
	color: #444;
	text-indent: 3vw;
}
.rzDetailsBtn{
	float: right;
	margin-right: 5vw;
	width: 20vw;
	text-align: center;
	font-size: 2.8125vw;
	line-height: 8vw;
	border-radius: 2.35vw;
	border: solid 0.15vw #4654dc;
	margin-top: 3.5vw;
	color: #444;
}
.rzDetailsBtn:hover{
	color:#fff;
	background-color: #4654dc;
}
.xiugaiBtn {
    float: left;
    width: 8vw;
    font-size: 2.8125vw;
    text-align: center;
    line-height: 7.1875vw;
    background-color: #27ccae;
    border-radius: 2vw;
    color: #fff;
    cursor: none;
}

.xiugaiBtn:hover {
    background-color: #21c4a6;
}
.shanchuBtn {
    float: left;
    width: 8vw;
    font-size: 2.8125vw;
    text-align: center;
    line-height: 7.1875vw;
    background-color: #4654dc;
    border-radius: 2vw;
    color: #fff;
    cursor: none;
	margin-left: 1.45vw;
	margin-right: 1.45vw;
}


.shanchuBtn:hover {
    background-color: #3a48d0;
}
.xiajiaBtn {
    float: left;
    width:11vw;
    font-size: 2.8125vw;
    text-align: center;
    line-height: 7.1875vw;
    background-color: #e4007f;
    border-radius: 2vw;
    color: #fff;
    cursor: none;
}


.xiajiaBtn:hover {
    background-color: #d10577;
}

.shenhezhongBtn {
    float: left;
    width: 11vw;
    font-size: 2.8125vw;
    text-align: center;
    line-height: 7.1875vw;
    background-color: #8C4980;
    border-radius: 2vw;
    color: #fff;
    cursor: none;
}


.shenhezhongBtn:hover {
    background-color: #693760;
}

.weitongguoBtn {
    float: left;
    width: 11vw;
    font-size: 2.8125vw;
    text-align: center;
    line-height: 7.1875vw;
    background-color: #DD0A1E;
    border-radius: 2vw;
    color: #fff;
    cursor: none;
}


.weitongguoBtn:hover {
    background-color: #A60B19;
}

.shangjiaBtn {
    float: left;
    width: 9vw;
    font-size: 2.8125vw;
    text-align: center;
    line-height: 7.1875vw;
    background-color: #FFA500;
    border-radius: 2vw;
    color: #fff;
    cursor: none;
}

.shangjiaBtn:hover {
    background-color: #FF8C00;
}


.contWIn.editCOnt{
	margin-top: -31.5vw;
}
.editCOnt span{
	width: 85vw;
	overflow: hidden;
	display: block;
	font-size: 6vw;
	text-align: center;
	line-height: 16vw;
	margin: 5vw auto 0 auto;
}
.editCOnt span .shanchuClose{
	width: 33vw;
	margin-right: 4vw;
	font-size: 5vw;
	line-height: 12vw;
	float: left;
	color: #fff;
	background-color: #bdbdbd;
	border-radius: 3vw;
	text-align: center;
}
.editCOnt span:last-child{
	margin-bottom: 5vw;
	width: 70vw;
}
.editCOnt span .shanchuSure{
	width: 33vw;
	font-size: 5vw;
	line-height: 12vw;
	float: left;
	color: #fff;
	background-color: #7682ff;
	border-radius: 3vw;
	text-align: center;
}
.editCOnt span .xiajiaClose{
	width: 33vw;
	margin-right: 4vw;
	font-size: 5vw;
	line-height: 12vw;
	float: left;
	color: #fff;
	background-color: #bdbdbd;
	border-radius: 3vw;
	text-align: center;
}
.editCOnt span .xiajiaSure{
	width: 33vw;
	font-size: 5vw;
	line-height: 12vw;
	float: left;
	color: #fff;
	background-color: #7682ff;
	border-radius: 3vw;
	text-align: center;
}
.editCOnt span .xmjieshaoSure{
	width: 33vw;
	font-size: 5vw;
	line-height: 12vw;
	float: left;
	margin-left: 18.5vw;
	color: #fff;
	background-color: #7682ff;
	border-radius: 3vw;
	text-align: center;
}
.editCOnt .xmjScroll{
	width: 80vw;
	margin: 5vw auto;
	overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
	height: 44vw;
	color: #616efe;
}
.editCOnt.editCOnt2{
	margin-top: -45vw;
}
.editCOnt .xmjScroll span{
	width: 80vw;
	margin-top: 1vw;
	overflow: hidden;
	display: block;
}
.editCOnt .xmjScroll span i{
	width: 6vw;
	height: 6.25vw;
	display: block;
	float: left;
}
.editCOnt .xmjScroll span m{
	font-size: 3.4375vw;
	line-height: 6.25vw;
	width: 74vw;
	float: left;
	display: block;
	text-align: left;
}
.editCOnt .xmjScroll span i.xmjScroll_icon_01{
	background: url("../images/xmjs_01.png") left center no-repeat;
	background-size: 3vw;	
}
.editCOnt .xmjScroll span i.xmjScroll_icon_02{
	background: url("../images/xmjs_02.png") left center no-repeat;
	background-size: 3vw;	
}
.editCOnt .xmjScroll span i.xmjScroll_icon_03{
	background: url("../images/xmjs_03.png") left center no-repeat;
	background-size: 3vw;	
}
.editCOnt .xmjScroll span i.xmjScroll_icon_04{
	background: url("../images/xmjs_04.png") left center no-repeat;
	background-size: 3vw;	
}
.editCOnt .xmjScroll span i.xmjScroll_icon_05{
	background: url("../images/xmjs_05.png") left center no-repeat;
	background-size: 3vw;	
}

.box{
			width: 100%;margin: 1vw auto;
		}
		.imgFileUploade{
			width: 100%;padding: 0;
		}
		.imgFileUploade .header{
		width: 90vw;
			margin: 3vw auto 0 auto;
			overflow: hidden;
		}
		.imgFileUploade .header span{
			display: block;float:left;
		}
		.imgFileUploade .header span.imgTitle{
			font-size: 4vw;
			line-height:8vw;
		}
		.imgFileUploade .header span.imgTitle b{
			color:red;margin:0 5px;line-height: 57px;display: block;float: right;font-size: 20px;
		}
		.imgCont span.imgClick{
			float: left;
			width: 20vw;
			height: 20vw;margin-right: 2vw;cursor: pointer;
			background: url("../images/addUpload.png") no-repeat center center;
			background-size:100% 100%; 
			margin-top: 1vw;
		}
		.imgFileUploade .header span.imgcontent{
			float: left;
			color:#999;line-height: 8vw;
			margin-left: 1vw;
			font-size: 3vw;
		}
		.imgCont{
			width: 90vw;
			display: block;
			overflow: hidden;
			margin: 2vw auto;
		}
		.imgFileUploade .imgAll{  
			float: left;
		}
		.imgFileUploade .imgAll li{
			width: 19vw;
			height: 19vw;
			border:solid 0.5vw #ccc;
			margin:1vw 2vw 1vw 0;
			border-radius: 3.125vw;
			float: left;
			position: relative;
			box-shadow: 0 0 10px #eee;
		}
		.imgFileUploade .imgAll li img{
			position: absolute;top:0;left:0;width: 100%;height: 100%;display: block;
			border-radius: 3.125vw;
		}
		.delImg{
			position: absolute;top:-1vw;right:-1vw;width: 5vw;height: 5vw;background: #000;border-radius: 50%;display: block;text-align:  center;line-height: 4vw;color:#fff;font-weight: 700;font-style:normal;cursor: pointer;
			font-size: 2vw;
		}
#wrapper3 {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
    padding: 0;
    z-index: 99;
    /* background-color: #fff; */
    /* 防止本机Windows上的触摸事件 */
    -ms-touch-action: none;
    /* 防止callout tap-hold和文本的选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 防止文本调整取向变化对web应用程序很有用 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#scroller3 ul {
    width: 100vw;
    overflow: hidden;
    display: block;
    margin: 3vw auto 0 auto;
}

#scroller3 ul li {
    width: 94vw;
    margin: 0 auto 2vw auto;
    border-radius: 3.125vw;
    background-color: #fff;
	position: relative;
	overflow: hidden;
}
.rizhiCOnt{
	width: 86vw;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	padding: 0 0 2vw 0;
}
.rizhiCOntTitle {
	width: 82vw;
	padding: 0 2vw;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	border-bottom: solid 0.15vw #e5e5e5;
}
.rizhiCOntTitle span{
	float: left;
	font-size: 3.75vw;
	line-height: 6vw;
	color: #0018ff;
}
.rizhiCOntTitle m{
	float: right;
	font-size: 2.8125vw;
	line-height: 6vw;
	color: #444444;
}
.rizhiCOnt p{
	width: 82vw;
	padding: 0 2vw;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	border-bottom: solid 0.15vw #e5e5e5;
}
.rizhiCOnt p span{
	width: 17.2vw;
	float: left;
	font-size: 2.8125vw;
	line-height: 6vw;
	color: #444444;
}
.rizhiCOnt p m{
	width: 64.8vw;
	float: left;
	font-size: 2.8125vw;
	line-height: 6vw;
	color: #444444;
}
.rizhiCOnt p m img{
	float: left;
	width: 16vw;
	height: 16vw;
	margin: 2vw 2vw 2vw 0;
}
.rizhiCOnt p m a{
	display: block;
	color: #005aff;
}
.ImgWIn{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.70);
	z-index: 400;
	overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
	display: none;
}
.imgWinClose{
	position: fixed;
	right: 3vw;
	top: 3vw;
	width: 6vw;
	height: 6vw;
	line-height: 6vw;
	text-align: center;
	display: block;
	color: #222;
	font-size: 4vw;
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	z-index: 200;
}

.imgWInCont{
	 display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	width: 100vw;
}
/*
.rizhiCOnt{
	width: 94vw;
	border-radius: 4vw;
	padding: 4vw 0;
	margin: -4vw auto 0 auto;
	background-color: #fff;
}
*/
#wrapper4 {
    width: 94vw;
    position: absolute;
    left: 3vw;
    top: 14vw;
    bottom: 0;
    overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
    padding: 0;
    border-radius: 9.375vw;
    z-index: 99;
    box-shadow: 0 0 2vw 0 #d4d4d4;
    background: url(../images/list_bg.png) center center no-repeat;
    background-size: 100% 100%;
    /* background-color: #fff; */
    /* 防止本机Windows上的触摸事件 */
    -ms-touch-action: none;
    /* 防止callout tap-hold和文本的选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 防止文本调整取向变化对web应用程序很有用 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#scroller4 ul {
    width: 94vw;
    overflow: hidden;
    display: block;
    margin: 0;
}

#scroller4 ul li {
    width: 94vw;
    margin: 0 auto 2vw auto;
    border-radius: 3.125vw;
	position: relative;
	overflow: hidden;
}
.rizhiCOnt2{
	width: 86vw;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	padding: 6vw 0 0 0;
}
.rizhiCOnt2 p{
	width: 82vw;
	padding: 0 2vw;
	overflow: hidden;
	display: block;
	border-bottom: solid 0.15vw #e5e5e5;
}
.rizhiCOnt2 p span{
	width: 17.2vw;
	float: left;
	font-size: 3.25vw;
	line-height: 10vw;
	color: #444444;
}
.rizhiCOnt2 p m{
	width: 64.8vw;
	float: left;
	font-size: 3.25vw;
	line-height: 10vw;
	color: #444444;
}
.rizhiCOnt2 p m img{
	float: left;
	width: 16vw;
	height: 16vw;
	margin: 2vw 2vw 2vw 0;
}
.rizhiCOnt2 p m a{
	display: block;
	color: #005aff;
}
.fujian{
	width: 90vw;
	font-size: 4vw;
	line-height: 8vw;
	margin: 3vw auto 0 auto;
}
.fujianTitle{
	width: 90vw;
	display: block;
	color: #222;
}
.fujianFile{
	width: 8vw;
	height: 8vw;
	position: relative;
	display: block;
	margin-top: 3vw;
}
.fujianFile img{
	width: 8vw;
	height: 8vw;
	display: block;
}
.fujianFile input{
	width: 8vw;
	height: 8vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0;
}
.fujianList{
	width: 90vw;
	overflow: hidden;
	display: block;
}
.fujianList p{
	width: 86vw;
	padding: 0 2vw;
	overflow: hidden;
	border-bottom: solid 0.15vw #e5e5e5;
}
.fujianList span{
	float: left;
	width: 75vw;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 3.75vw;
	line-height: 10vw;
	color: #222;
}
.fjDelete{
	float: right;
	font-size: 3.75vw;
	line-height: 10vw;
	color: #ED1B1E;
}
.addList{
	width: 94vw;
	overflow: hidden;
	display: block;
	margin: 2vw auto;
	background-color: #fff;
	border-radius: 2vw;
}
.addList li{
	border-bottom: solid 0.15vw #e5e5e5;
	width: 94vw;
	overflow: hidden;
	display: block;
    padding-bottom: 1px;
}
.addList li:last-child{
	border:none;
}
.addList li span{
	width: 28vw;
	float: left;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
	color: #004eff;
	margin-left: 2vw;
}
.addList li input{
	float: left;
	width: 56vw;
	padding: 0 2vw;
	font-size: 3.4375vw;
	line-height: 12vw;
	border:none;
	color: #444;
}
.addList li select{
	float: left;
	width: 60vw;
	padding: 0 6vw 0 2vw;
	font-size: 3.4375vw;
	line-height: 12vw;
	height: 12vw;
	border:none;
	  appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none; 
	background: url("../images/arrow.png") 55vw center no-repeat;
	background-size: 4vw;
	color: #444;
}
.addList li textarea{
	float: left;
	width: 55vw;
	padding: 0 2vw;
	font-size: 3.4375vw;
	line-height: 12vw;
	border: solid 0.15vw #e5e5e5;
	color: #444;
	border-radius: 3vw;
	margin: 3vw 0;
}
.addList li .addListABtn{
	float: left;
	width: 54vw;
	padding: 0 6vw 0 2vw;
	font-size: 3.4375vw;
	line-height: 12vw;
	border:none;
	background: url("../images/add_icon.png") 57vw center no-repeat;
	background-size: 4vw;
	color: #444;
}
.addListJd{
	width: 90vw;
	overflow: hidden;
	display: block;
	border-bottom: solid 0.15vw #e5e5e5;
    padding-bottom: 1px;
}
.addList li .addListJd:nth-child(4){
	border: none;
}
.addListJdSc {
	width: 31.25vw;
	font-size: 3.25vw;
	line-height: 9.375vw;
	background-color: #e4007f;
	border-radius: 2.35vw;
	display: block;
	text-align: center;
	color: #fff;
	margin: 1vw 0 2vw 0;
}
.addNewJd{
	width: 43.75vw;
	font-size: 3.25vw;
	line-height: 9.375vw;
	background-color: #f39700;
	border-radius: 2.35vw;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 1vw;
	margin-bottom: 2vw;
	float: right;
	margin-right: 4vw;
}
.addNewJc{
    width: 43.75vw;
    font-size: 3.25vw;
    line-height: 9.375vw;
    background-color: #f39700;
    border-radius: 2.35vw;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 1vw;
    margin-bottom: 2vw;
    float: right;
    margin-right: 4vw;
}
.jieduanTjHeight{
	height: 25.5vw;
	width: 100%;
	display: block;
}
.jieduanTjHeight2{
	height: 12.5vw;
	width: 100%;
	display: block;
}
.jieduanTj{
	background-color: #4654dc;
	line-height: 12.5vw;
	width: 100%;
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 50;
	color: #fff;
	text-align: center;
	font-size: 3.75vw;
}
.xinAddCont{
	width: 100%;
	overflow: hidden;
}
.tanCeng{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 150;
	overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
	display: none;
}
.tanCengTitle{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 3.75vw;
	line-height: 12vw;
	color: #222;
	border-bottom: solid 0.15vw #e5e5e5;
}
.tanCengClose{
	position: absolute;
	right: 2vw;
	top: 0;
	width: 6vw;
	font-size: 3.75vw;
	color: #4654dc;
	line-height: 12vw;
	display: block;
}
.tanCengTitleHeight{
	width: 100%;
	display: block;
	height: 12.15vw;
}
.OneListA{
	width: 94vw;
	overflow: hidden;
	margin: 1vw auto;
	display: block;
}
.OneListA li{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.shengChoose{
	width: 4vw;
	height: 4vw;
	margin: 3.5vw;
	display: block;
	border: solid 0.5vw #c0c0c0;
	float: left;
	border-radius: 50%;
}
.shengChoose.shengChooseCur{
	background-color: #4654dc;
}
.OneListA li span{
	float: left;
}

.tanCengBtn{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	width: 100%;
	overflow: hidden;
	background-color: #eeeeee;
}
.tanCengBtn span{
	float: left;
	line-height: 12.5vw;
	font-size: 3.4375vw;
	color: #004eff;
	margin-left: 6vw;
}
.tanCengSure{
	width: 24vw;
	float: right;
	line-height: 12.5vw;
	font-size: 3.75vw;
	color: #fff;
	background-color: #4654dc;
	text-align: center;
	display: block;
}
.tanCengCont{
	width: 100vw;
    position: absolute;
    left: 0;
    top: 12.15vw;
    bottom: 12.5vw;
    overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
    padding: 0;
    /* background-color: #fff; */
    /* 防止本机Windows上的触摸事件 */
    -ms-touch-action: none;
    /* 防止callout tap-hold和文本的选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 防止文本调整取向变化对web应用程序很有用 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.tanCengCont2{
	width: 100vw;
    position: absolute;
    left: 0;
    top: 24.45vw;
    bottom: 12.5vw;
    overflow: scroll;
	overflow-x: inherit;
	overflow-y: auto;
    padding: 0;
    /* background-color: #fff; */
    /* 防止本机Windows上的触摸事件 */
    -ms-touch-action: none;
    /* 防止callout tap-hold和文本的选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 防止文本调整取向变化对web应用程序很有用 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.adressTwoCont{
	position: absolute;
	left: 0;
	top: 12.3vw;
	width: 94vw;
	padding: 0 3vw;
	background-color: #fff;
	font-size: 4.2vw;
	line-height: 12vw;
	border-bottom: solid 0.15vw #e5e5e5;
}
.adressTwoCont a{
	padding: 0 5vw 0 3vw;
	background: url("../images/arrow_right.png") right center no-repeat;
	background-size: 1.5vw;
	color: #4654dc;
	float: left;
}
.adressTwoCont span{
	color: #444;
	float: left;
	margin-left: 3vw;
}
.TwoListA{
	width: 94vw;
	overflow: hidden;
	margin: 1vw auto;
	display: block;
}
.TwoListA li{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.TwoListA li a{
	background: url("../images/arrow_right.png") right center no-repeat;
	background-size: 2vw;
	width: 90%;
	padding-right: 10%;
	display: block;
	color: #222;
}
.TwoListB{
	width: 94vw;
	overflow: hidden;
	margin: 1vw auto;
	display: none;
}
.TwoListB li{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.shiChoose{
width: 4vw;
	height: 4vw;
	margin: 3.5vw;
	display: block;
	border: solid 0.5vw #c0c0c0;
	float: left;
	border-radius: 50%;
}
.shiChoose.shiChooseCur{
	background-color: #4654dc;
}
.TwoListB li span{
	float: left;
}
.adressThreeCont{
position: absolute;
	left: 0;
	top: 12.3vw;
	width: 94vw;
	padding: 0 3vw;
	background-color: #fff;
	font-size: 4.2vw;
	line-height: 12vw;
	border-bottom: solid 0.15vw #e5e5e5;
}
.adressThreeCont a{
	padding: 0 5vw 0 3vw;
	background: url("../images/arrow_right.png") right center no-repeat;
	background-size: 1.5vw;
	color: #4654dc;
	float: left;
}
.adressThreeCont span{
	color: #444;
	float: left;
	margin-left: 3vw;
}
.ThreeListA{
width: 94vw;
	overflow: hidden;
	margin: 1vw auto;
	display: block;
}
.ThreeListA li{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.ThreeListA li a{
	background: url("../images/arrow_right.png") right center no-repeat;
	background-size: 2vw;
	width: 90%;
	padding-right: 10%;
	display: block;
	color: #222;
}
.ThreeListB{
width: 94vw;
	overflow: hidden;
	margin: 1vw auto;
	display: none;
}
.ThreeListB li{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.ThreeListB li a{
	background: url("../images/arrow_right.png") right center no-repeat;
	background-size: 2vw;
	width: 90%;
	padding-right: 10%;
	display: block;
	color: #222;
}.ThreeListC{
	width: 94vw;
	overflow: hidden;
	margin: 1vw auto;
	display: none;
}
.ThreeListC li{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.quChoose{
width: 4vw;
	height: 4vw;
	margin: 3.5vw;
	display: block;
	border: solid 0.5vw #c0c0c0;
	float: left;
	border-radius: 50%;
}
.quChoose.quChooseCur{
	background-color: #4654dc;
}
.TwoListB li span{
	float: left;
}
.fzrList{
	width: 100vw;
	overflow: hidden;
	margin: 1vw auto;
	display: block;
	background-color: #eee;
}
.fzrList li{
	width: 100vw;
	padding: 0;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.fzrZhanChoose{
	width: 85vw;
	padding:0 10vw 0 5vw;
	display: block;
	background: url("../images/arrow.png") 92vw center no-repeat #fff;
	background-size: 4vw;
	color: #222;
}
.fzrZhanChoose.fzrZhanChooseCur{
	background: url("../images/arrow_top.png") 92vw center no-repeat #fff;
	background-size: 4vw;
}
.fzrZhan{
	width: 94vw;
	overflow: hidden;
	display: none;
	margin: 0 auto;
}
.fzrZhan.fzrZhanCur{
	display: block;
}
.fzrZhan dt{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #fff;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.fzrZhan dt:last-child{
	border: none;
}
.fzrChoose{
width: 4vw;
	height: 4vw;
	margin: 3.5vw;
	display: block;
	border: solid 0.5vw #c0c0c0;
	float: left;
	border-radius: 50%;
}
.fzrChoose.fzrChooseCur{
	background-color: #4654dc;
}
.fzrZhan dt span{
	float: left;
}
.xmCyList{
	width: 100vw;
	overflow: hidden;
	margin: 1vw auto;
	display: block;
	background-color: #eee;
}
 .xmCyList li{
	width: 100vw;
	padding: 0;
	border-bottom: solid 0.15vw #e5e5e5;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.xmCyTitle{
	width: 100%;
	overflow: hidden;
	display: block;
	background-color: #fff;
}
.bmChoose{
	width: 4vw;
	height: 4vw;
	margin: 3.5vw 0 3.5vw 3.5vw;
	display: block;
	border: solid 0.5vw #c0c0c0;
	float: left;
	border-radius: 50%;
}
.bmChoose.bmChooseCur{
	background-color: #4654dc;
}
.xmCyZhanChoose{
	width: 74vw;
	padding:0 10vw 0 5vw;
	display: block;
	background: url("../images/arrow.png") 81vw center no-repeat #fff;
	background-size: 4vw;
	color: #222;
	float: left;
}
.xmCyZhanChoose.xmCyZhanChooseCur{
	background: url("../images/arrow_top.png") 81vw center no-repeat #fff;
	background-size: 4vw;
}
.xmCyZhan{
	width: 94vw;
	overflow: hidden;
	display: none;
	margin: 0 auto;
}
.xmCyZhan.xmCyZhanCur{
	display: block;
}
.xmCyZhan dt{
	width: 90vw;
	padding: 0 2vw;
	border-bottom: solid 0.15vw #fff;
	overflow: hidden;
	display: block;
	font-size: 3.4375vw;
	line-height: 12vw;
}
.xmCyZhan dt:last-child{
	border: none;
}
.xmCyChoose{
width: 4vw;
	height: 4vw;
	margin: 3.5vw;
	display: block;
	border: solid 0.5vw #c0c0c0;
	float: left;
	border-radius: 50%;
}
.xmCyChoose.xmCyChooseCur{
	background-color: #4654dc;
}
.xmCyZhan dt span{
	float: left;
}

.gxrList{
	width: 100%;
	overflow: hidden;
}
.gxrListCont{
	width: 100%;
	overflow: hidden;
	border-bottom: solid 0.15vw #e5e5e5;
}

.gxrListCont:last-child{
	border: none;
}
.gxrListCont p{
	width: 100%;
	overflow: hidden;
	border-bottom: solid 0.15vw #e5e5e5;
    padding-bottom: 1px;
}
.addList li .gxrListCont p:last-child{
	border: none;
}
.addList li .gxrListCont p input{
	width: 28vw;
}
.addList li  .gxrListCont:nth-child(1) p input{
	width: 43vw;
}
.addList li .gxrListCont p a{
	width: 13.5vw;
	margin-left: 1vw;
	padding: 0;
	text-align: center;
	color: #fff;
	border-radius: 2.35vw;
	background: none;
	line-height: 8vw;
	margin-top: 2vw;
	margin-bottom: 2vw;
	background-color: #f39700;
}
.addList li .gxrListCont p a.gxrDelete{
	width: 13.5vw;
	margin-left: 1vw;
	padding: 0;
	text-align: center;
	color: #fff;
	border-radius: 2.35vw;
	background: none;
	background-color: #e4007f;
}
.list_change{
	float: right;
	color: #fff;
	font-size: 2.8125vw;
	line-height: 6.875vw;
	border-radius: 4vw;
	margin-top: 3.59375vw;
	padding: 0 2vw;
	overflow: hidden;
	display: block;
	margin-right: 2vw;
	background-color: #e4007f;
}
.list_change i{
	float: left;
	width: 4vw;
	height: 6.875vw;
	display: block;
	background: url("../images/list_change.png") center center no-repeat;
	background-size: 3.5vw;
}
.list_change.list_change_cur i{
	background: url("../images/list_change_a.png") center center no-repeat;
	background-size: 3.5vw;
}
#scroller ul.change_b {
    width: 82vw;
    overflow: hidden;
    display: block;
    margin: 3vw auto 0 auto;
}
#scroller ul.change_b li{
	width: 80vw;
	overflow: hidden;
	border-bottom: solid 0.15vw #cccccc;
	padding: 2vw 1vw;
}
#scroller ul.change_b li a{
	width: 75vw;
	padding-right: 5vw;
	overflow: hidden;
	background: url(../images/arrow_right.png) right center no-repeat;
	background-size: 2vw;
	display: block;
}
#scroller ul.change_b li a span:nth-child(1){
	width:50vw;
	font-size: 3.25vw;
	color: #2c47ea;
	line-height: 6vw;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#scroller ul.change_b li a span:nth-child(1).ycqColor {
    color: #ff015b;
}

#scroller ul.change_b li a span:nth-child(1).wksColor {
    color: #ff7800;
}

#scroller ul.change_b li a span:nth-child(1).wksColor2 {
    color: #ff7800;
}
#scroller ul.change_b li a span:nth-child(1).xueColor{
	color:#A70F25;
}
#scroller ul.change_b li a span:nth-child(2){
	font-size: 3.75vw;
	line-height: 6vw;
	float: right;
}
#scroller ul.change_c {
    width: 82vw;
    overflow: hidden;
    display: block;
    margin: 3vw auto 0 auto;
}
#scroller ul.change_c li{
    width: 80vw;
    overflow: hidden;
    border-bottom: solid 0.15vw #cccccc;
    padding: 2vw 1vw;
}
.partner{
    width: 100%;
    overflow: hidden;
    display: block;
}
.partner p{
    width: 100%;
    overflow: hidden;
}
.partner p:nth-child(1) span{
    float: left;
    font-size: 4.3vw;
    line-height: 7vw;
    font-weight: bold;
    color: #222;
}
.partner p:nth-child(1) a{
    float: right;
    font-size: 3vw;
    line-height: 6vw;
    background-color: #e4007f;
    display: block;
    padding: 0 2vw;
    text-align: center;
    color: #fff;
    border-radius: 1.5vw;
}
.partner p:nth-child(2) span{
    width: 50%;
    float: left;
    display: block;
    font-size: 2.75vw;
    line-height: 5vw;
    color: #666;

}
.partner p:nth-child(2) span:nth-child(1){
    margin-top: 1vw;
}
.partner p:nth-child(2) span:nth-child(2){
    margin-top: 1vw;
}
.partner p:nth-child(3){
    font-size: 2.75vw;
    line-height: 5vw;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.editCOnt .xmjScroll span i.partnerWin_icon_01{
    background: url("../images/partner_01.png") left center no-repeat;
    background-size: 3vw;
}
.editCOnt .xmjScroll span i.partnerWin_icon_02{
    background: url("../images/partner_02.png") left center no-repeat;
    background-size: 3vw;
}
.editCOnt .xmjScroll span i.partnerWin_icon_03{
    background: url("../images/partner_03.png") left center no-repeat;
    background-size: 3vw;
}
.editCOnt .xmjScroll span i.partnerWin_icon_04{
    background: url("../images/partner_04.png") left center no-repeat;
    background-size: 3vw;
}
.editCOnt .xmjScroll span i.partnerWin_icon_05{
    background: url("../images/partner_05.png") left center no-repeat;
    background-size: 3vw;
}
.editCOnt .xmjScroll span i.partnerWin_icon_06{
    background: url("../images/partner_06.png") left center no-repeat;
    background-size: 3vw;
}
.partner p:nth-child(1) a:nth-child(3){
    margin-left: 1vw;
    margin-right: 1vw;
}
.log_list_ck{
	float: right;
	font-size: 3vw;
	line-height: 6vw;
	background-color: #00a877;
	display: block;
	padding: 0 2vw;
	text-align: center;
	color: #fff;
	border-radius: 1.5vw;
}
.log_list_xg{
	float: right;
	font-size: 3vw;
	line-height: 6vw;
	background-color: #f39700;
	display: block;
	padding: 0 2vw;
	text-align: center;
	color: #fff;
	border-radius: 1.5vw;
	margin-right: 1vw;
}
@media screen and (min-width: 600px) {
	a{
		cursor: pointer !important;
	}
	.addList li .gxrListCont p a{
		border-radius: 10px;
		line-height: 40px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.addList li .gxrListCont p a.gxrDelete{
		border-radius: 10px;
	}
	.projectTitle span{
		font-size: 22px;
		line-height: 60px;
		background: url("../images/title_choose.png") center 50px no-repeat;
		background-size: 70% 3px;
	}
	.projectTitle{
		overflow: hidden;
	}
	.projectTitle .titleChoose{
		font-size: 16px;
		line-height: 60px;
	}
	.titleBtn{
		font-size: 16px;
		line-height: 40px;
		margin-top: 10px;
		padding: 0 10px;
	}
	.titleBtn.titleBtnxm i{
		width: 20px;
		height: 40px;
		background-size: 16px;
		margin-right: 5px;
	}
	.titleBtn.titleBtnRz i{
	    width: 20px;
		height: 40px;
		background-size: 16px;
		margin-right: 5px;
}
    .titleBtn.titleBtnPat{
        margin-right: 20px;
    }
    .titleBtn.titleBtnPat i{
        width: 20px;
        height: 40px;
        background-size: 16px;
        margin-right: 5px;
    }
.titleBtn.titleBtnZxmAdd i{
	width: 20px;
		height: 40px;
		background-size: 16px;
		margin-right: 5px;
}
.titleBtn.titleBtnXmjs{
	margin-right: 20px;
}
.titleBtn.titleBtnCb i{
	width: 20px;
		height: 40px;
		background-size: 16px;
		margin-right: 5px;
}
.titleBtn.titleBtnXmjs i{
	width: 20px;
		height: 40px;
		background-size: 16px;
		margin-right: 5px;
}
	.search2{
		margin-top: 10px;
	}
	.project{
		padding-bottom: 50px;
	}
	.search2 select{
		border: solid 2px #fff;
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		border-radius: 20px;
		background: url(../images/arrow_b.png) 20.5vw center no-repeat;
    	background-size: auto;
		background-size: 20px;
	}
	.search2 select option{
		color: #222;
	}
	.search2 input{
		border: solid 2px #fff;
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		border-radius: 20px;
	}
	.searchBtn{
		border: solid 2px #e5007f;
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		border-radius: 20px;
	}
	#wrapper{
		top: 150px;
		border-radius: 50px;
	}
	#scroller ul.change_a{
		width: 96%;
		margin: 30px auto 0 auto;
	}
	#scroller ul.change_a li{
		width: 26.5%;
		margin: 0 1.5% 20px 1.5%; 
		border: solid 2px #80adfe;
		border-radius: 40px;
		padding: 10px 1.5%;
	}
	#scroller ul.change_a li:nth-child(even) {
    	margin-left: 1.5%;
	}
	#scroller ul.change_a li p{
		font-size: 34px;
		line-height: 50px;
	}
	#scroller ul.change_a li span{
		font-size: 20px;
		line-height: 40px;
	}
	#scroller ul.change_a li m{
		font-size: 30px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.xiangqingBtn{
		font-size: 20px;
		line-height: 50px;
		border-radius: 15px;
		width: 50%;
		margin-left: 25%;
	}
	#scroller ul.change_a li .noGj{
		width: 30%;
	}
	#scroller ul.change_a li .ljJs{
		width: 30%;
	}
	.pull-loading{
		font-size: 22px;
		line-height: 50px;
		height: 50px;
	}
	.contWIn {
		width: 500px;
		left: 50%;
		margin-left: -250px;
		border-radius: 15px;
	}
	.contWIn p{
		font-size: 24px;
		line-height: 60px;
	}
	.contWIn.login{
		margin-top: -145px;
	}
	.login span{
		margin-top: 20px;
		width: 90%;
	}
	.login span i{
		width: 15%;
		height: 50px;
	}
	.login span input{
		width: 70%;
		font-size: 22px;
		line-height: 50px;
		padding: 0 5%;
	}
	.login span:nth-child(2) i {
    background: url("../images/user.png") center center no-repeat;
        background-size: auto;
    background-size: 30px;
}
	.login span:nth-child(3) i {
    background: url("../images/password.png") center center no-repeat;
        background-size: auto;
    background-size: 30px;
}
	.login span:last-child{
		margin-bottom: 20px;
	}
	.login span .loginClose{
		width: 40%;
		font-size: 26px;
		line-height: 50px;
		border-radius: 10px;
		margin-left: 6%;
		margin-right: 5%;
	}
	.login span .loginSure{
		width: 40%;
		font-size: 26px;
		line-height: 50px;
		border-radius: 10px;
	}
    .shenqingWin span .loginClose{
        width: 40%;
        font-size: 26px;
        line-height: 50px;
        border-radius: 10px;
        margin-left: 6%;
        margin-right: 5%;
    }
    .shenqingWin span .loginSure{
        width: 40%;
        font-size: 26px;
        line-height: 50px;
        border-radius: 10px;
    }
	#wrapper2{
		top: 182px;
	}
	#scroller2{
		width: 100%;
	}
	#scroller2 ul{
		width: 100%;
		margin: 15px auto 0 auto;
	}
	#scroller2 ul li{
		width: 48%;
		margin: 0 1% 15px 1%;
		border-radius: 20px;
		float: left;
	}
	.rzList{
		width: 65%;
		margin-left: 5%;
		padding: 10px 0;
	}
	.rzList p{
		border-bottom: solid 2px #e5e5e5;
font-size: 24px;
line-height: 40px;
text-indent: 10px;
	}
	.rzList span{
		font-size: 18px;
line-height: 40px;
text-indent: 10px;
	}
	.rzDetailsBtn{
		width: 18%;
		font-size: 16px;
		line-height: 40px;
		border-radius: 10px;
		margin-right: 5%;
		margin-top: 32px;
	}
	.projectDetails p{
		font-size: 36px;
		line-height: 60px;
	}
	.projectDetails.paddingBottom{
		padding-bottom: 30px;
	}
	.stateCont{
		margin: -15px auto 10px auto;
	}
	.stateCont span{
		font-size: 22px;
		line-height: 60px;
	}
	.stateCont span i{
		width: 18px;
		height: 18px;
		margin-right: 15px;
		margin-top: -5px;
	}
	.stageListA{
		font-size: 22px;
		line-height: 60px;
	}
	.stageListA.stageListCur{
		border-bottom: solid 4px #5c09d9;
	}
	.stageList{
		height: 74px;
	}
	.projectContExplain{
		padding: 20px 5%;
		margin-bottom: 20px;
	}
	.projectContExplain{
		font-size: 18px;
		line-height: 30px;
	}
	.projectContList li{
		background: url(../images/line_s.png) 18.25vw center repeat-y;
        background-size: auto;
    	background-size: 0.5vw;
    	padding-bottom: 1.5625vw;
	}
	.logDate p span{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 20px;
	}
	.logDate p{
		background-size: 100% 4px;
	}
	.projectContList li{
		background: url(../images/line_s.png) 18.52vw center repeat-y;
		background-size: 4px;
	}
	.projectContList li:nth-child(2){
		background: url(../images/line_s.png) 18.52vw 40px no-repeat;
		background-size: auto;
		background-size: 4px 100%;
	}
	.logList{
		width: 77.25vw;
	}
	.logCont{
		margin-bottom: 15px;
		border: solid 2px #bfbfbf;
		border-radius: 20px;
		padding: 10px 20px;
	}
	.logCont p:nth-child(1){
		line-height: 40px;
	}
	.logCont p:nth-child(1) span{
		font-size: 26px;
		
	}
	.logCont p:nth-child(1) m{
		font-size: 20px;
		
	}
	.logCont p:nth-child(2){
		font-size: 18px;
		line-height: 30px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.logDetails{
		font-size: 18px;
		line-height: 30px;
	}
	.return_btn{
		width: 50px;
		height: 50px;
		right: 30px;
		bottom: 30px;
	}
	.return_btn img{
		width: 50px;
		height: 50px;
	}
    .back_btn{
        width: 50px;
        height: 50px;
        left: 30px;
        bottom: 30px;
    }
    .back_btn img{
        width: 50px;
        height: 50px;
    }
	.editCOnt span{
		width: 90%;
		margin: 20px auto 0 auto;
		font-size: 28px;
		line-height: 60px;
	}
	.contWIn.editCOnt{
		margin-top: -115px;
	}
	.editCOnt span .shanchuClose{
		width: 40%;
		font-size: 26px;
		line-height: 50px;
		border-radius: 10px;
		margin-left: 6%;
		margin-right: 5%;
	}
	.editCOnt span .shanchuSure{
		width: 40%;
		font-size: 26px;
		line-height: 50px;
		border-radius: 10px;
	}
	.editCOnt span:last-child{
		width: 80%;
		margin-bottom: 20px;
	}
	.editCOnt .xmjScroll{
		width: 94%;
		padding: 0 3%;
		height: 200px;
		margin: 15px auto;
	}	
	.editCOnt .xmjScroll span{
		margin-top: 10px;
		width: 100%;
	}
	.editCOnt .xmjScroll span i{
		width: 15%;
		height: 30px;
	}
	.editCOnt .xmjScroll span m{
		width: 85%;
		font-size: 18px;
		line-height: 30px;
	}
	.editCOnt .xmjScroll span i.xmjScroll_icon_01{
		background: url("../images/xmjs_01.png") center center no-repeat;
		background-size: 16px;
	}
	.editCOnt .xmjScroll span i.xmjScroll_icon_02{
		background: url("../images/xmjs_02.png") center center no-repeat;
		background-size: 16px;
	}
	.editCOnt .xmjScroll span i.xmjScroll_icon_03{
		background: url("../images/xmjs_03.png") center center no-repeat;
		background-size: 16px;
	}.editCOnt .xmjScroll span i.xmjScroll_icon_04{
		background: url("../images/xmjs_04.png") center center no-repeat;
		background-size: 16px;
	}.editCOnt .xmjScroll span i.xmjScroll_icon_05{
		background: url("../images/xmjs_05.png") center center no-repeat;
		background-size: 16px;
	}
	.editCOnt span .xmjieshaoSure{
		width: 40%;
		font-size: 26px;
		line-height: 50px;
		border-radius: 10px;
		margin-left: 30%;
	}
	.editCOnt.editCOnt2{
		margin-top:-183px; 
	}
	#wrapper4{
		top:64px;
		border-radius: 50px;
	}
	.rizhiCOnt2{
		width: 90%;
		padding: 15px 0 0 0;
	}
	.rizhiCOnt2 p{
		width: 90%;
		padding: 0 5%;
		 border-bottom: solid 2px #e5e5e5;
	}
	.rizhiCOnt2 p span{
		width: 20%;
		font-size: 18px;
		line-height: 40px;
	}
	.rizhiCOnt2 p m{
		width: 78%;
		font-size: 18px;
		line-height: 40px;
	}
	.rizhiCOnt2 p m img{
		width: 100px;
		height: 100px;
		margin-right: 2%;
	}
	.imgWinClose{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		top: 30px;
		right: 30px;
	}
	.lxjd{
		padding: 15px 0;
	}
	.lxjd select{
		font-size: 24px;
		line-height: 60px;
		height: 60px;
		background: url(../images/arrow.png) 78.9375vw center no-repeat;
		background-size: auto;
		background-size: 20px;
		box-shadow: 0 5px 10px 0 #c8cffa;
		padding: 0 30px;
	}
	.sureChoose p{
		font-size: 32px;
		line-height: 50px;
		margin-top: 15px;
		margin-bottom: 0;
	}
	.sureChoose a i{
		width: 20px;
		height: 20px;
		border: solid 2px #2c47ea;
		margin: 6px 0 10px 0;
	}
	.sureChoose a span{
		margin-left: 10px;
		font-size: 28px;
		line-height: 40px;
	}
	.dateTalk textarea{
		padding: 15px;
		border: solid 2px #6e7fe9;
		margin: 15px auto 0 auto;
		font-size: 20px;
		line-height: 32px;
		height: 120px;
		border-radius: 15px;
	}
	.imgFileUploade .header span.imgTitle{
		font-size: 20px;
		line-height: 40px;
	}
	.imgFileUploade .header span.imgcontent{
		font-size: 16px;
		line-height: 40px;
		margin-left: 20px;
	}
	.imgCont span.imgClick{
		width: 100px;
		height: 100px;
		margin-top: 10px;
	}
	.imgCont{
		margin: 15px auto;
	}
	.imgFileUploade .imgAll li{
		width: 100px;
		height: 100px;
		margin: 10px 15px 0 0;
		border: solid 1px #ccc;
		border-radius: 18px;
	}
	.imgFileUploade .imgAll li img{
		border-radius: 18px;
	}
	.delImg{
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		right: -5px;
		top: -5px;
	}
	.fujian{
		font-size: 20px;
		line-height: 40px;
		margin: 10px auto 0 auto;
	}
	.fujianList span{
		font-size: 20px;
		line-height: 40px;
	}
	.fjDelete{
		font-size: 20px;
		line-height: 40px;
	}
	.fujianFile{
		width: 60px;
		height: 60px;
		margin-top: 15px;
	}
	.fujianFile img{
		width: 60px;
		height: 60px;
	}
	.fujianFile input{
		width: 60px;
		height: 60px;
	}
	.reportSubmit{
		width: 20vw;
		font-size: 22px;
		margin-left: 74%;
		line-height: 50px;
		border-radius: 10px;
		margin-top: 30px;
		margin-bottom: 75px;
	}
	.reportWinCont{
		margin-top: -110px;
		width: 500px;
	}
	.reportWin span{
		font-size: 24px;
		line-height: 60px;
	}
	
	.reportWin p{
		    width: 90%;
    margin: 20px  auto;
    font-size: 28px;
    line-height: 60px;
	}
	.reportWinBtn{
		    width: 40%;
    font-size: 26px;
    line-height: 50px;
    border-radius: 10px;
    margin-left: 30%;
	}
	#scroller3 ul{
		margin-top: 15px;
	}
	#scroller3 ul li{
		margin-bottom: 15px;
		border-radius: 20px;
	}
	.rizhiCOntTitle{
		border-bottom: solid 2px #e5e5e5;
	}
	.rizhiCOnt p span{
		font-size: 18px;
		line-height: 30px;
	}
	.rizhiCOnt p m{
		font-size: 18px;
		line-height: 30px;
	}
	.rizhiCOntTitle span{
		font-size: 26px;
		line-height: 40px;
	}
	.rizhiCOntTitle m{
			font-size: 18px;
		line-height: 40px;
	}
	.rizhiCOnt p m img{
		width: 100px;
		height: 100px;
		margin-right: 15px;
	}
	.search input{
		border: solid 2px #fff;
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		border-radius: 20px;
	}
	.search select{
		border: solid 2px #fff;
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		border-radius: 20px;
		background: url(../images/arrow_b.png) 17.5vw center no-repeat;
    	background-size: auto;
		background-size: 20px;
	}
	.search select option{
		oolor:#222;
	}
	.addList li span{
		font-size: 22px;
		line-height: 60px;
	}
	.addList li select{
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		background: url("../images/arrow.png") 57vw center no-repeat;
    background-size: auto;
background-size: 20px;
	}
	.addList li input{
		font-size: 22px;
		line-height: 60px;
	}
	.addList li .addListABtn{
		font-size: 22px;
		line-height: 60px;
		background: url("../images/add_icon.png") 57vw center no-repeat;
    background-size: auto;
background-size: 20px;
	}
	.addList li textarea{
		padding: 0 2%;
		font-size: 22px;
		line-height: 60px;
		line-height: 100px;
		border-radius: 20px;
		border: solid 2px #e5e5e5;
		margin: 10px 0;
	}
	.jieduanTj{
		font-size: 22px;
		line-height: 60px;
	}
	.jieduanTjHeight2{
		height: 60px;
	}
	.addNewJd{
		width: 30%;
		font-size: 22px;
		line-height: 60px;
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
    .addNewJc{
        width: 30%;
        font-size: 22px;
        line-height: 60px;
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
	.return_btn.return_btn2{
    	bottom: 80px;
    }
    .back_btn.back_btn2{
        bottom: 80px;
    }
	.addListJdSc{
		width: 30%;
		font-size: 22px;
		line-height: 60px;
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.jieduanTjHeight{
		height: 160px;
	}
	.tanCengTitle{
		font-size: 30px;
		line-height: 60px;
	}
	.tanCengClose{
		font-size: 24px;
		line-height: 60px;
		width: 50px;
	}
	.tanCengBtn span{
		font-size: 22px;
		line-height: 60px;
	}
	.tanCengSure{
		font-size: 24px;
		line-height: 60px;
	}
	.tanCengCont{
		top: 60px;
		bottom: 60px;
	}
	.OneListA{
		margin: 15px auto;
	}
	.OneListA li{
		border-bottom: solid 2px #e5e5e5;
		font-size: 20px;
		line-height: 50px;
	}
	.shengChoose{
		width: 20px;
		height: 20px;
		border: solid 2px #c0c0c0;
		margin: 13px;
	}
	.adressTwoCont{
		font-size: 20px;
		line-height: 70px;
		top: 61px;
	}
	.adressTwoCont a{
		padding: 0 50px 0 20px;
		background-size: 10px;
	}
	.adressTwoCont span{
		margin-left: 20px;
	}
	.tanCengCont2{
		top: 131px;
		bottom: 60px;
	}
	.adressThreeCont{
		font-size: 20px;
		line-height: 70px;
		top: 61px;
	}
	.adressThreeCont a{
		padding: 0 50px 0 20px;
		background-size: 10px;
	}
	.adressThreeCont span{
		margin-left: 20px;
	}
	.TwoListA li a{
		font-size: 20px;
		line-height: 50px;
		background-size: 10px;
	}
	.TwoListB{
		margin: 15px auto;
	}
	.TwoListB li{
		border-bottom: solid 2px #e5e5e5;
		font-size: 20px;
		line-height: 50px;
	}
	.shiChoose{
		width: 20px;
		height: 20px;
		border: solid 2px #c0c0c0;
		margin: 13px;
	}
	.ThreeListA li a{
		font-size: 20px;
		line-height: 50px;
		background-size: 10px;
	}
	.ThreeListB li a{
		font-size: 20px;
		line-height: 50px;
		background-size: 10px;
	}
	.ThreeListC{
		margin: 15px auto;
	}
	.ThreeListC li{
		border-bottom: solid 2px #e5e5e5;
		font-size: 20px;
		line-height: 50px;
	}
	.quChoose{
		width: 20px;
		height: 20px;
		border: solid 2px #c0c0c0;
		margin: 13px;
	}
	.fzrList li{
		font-size: 20px;
		line-height: 50px;
		border-bottom: solid 2px #e5e5e5;
	}
	.fzrZhanChoose{
		background-size: 16px;
	}
	.fzrZhanChoose.fzrZhanChooseCur{
		background-size: 16px;
	}
	.fzrZhan dt{
		font-size: 20px;
		line-height: 50px;
		border-bottom: solid 2px #fff;
	}
	.fzrChoose{
		width: 20px;
		height: 20px;
		border: solid 2px #c0c0c0;
		margin: 13px;
	}
	.bmChoose{
		width: 20px;
		height: 20px;
		border: solid 2px #c0c0c0;
		margin: 13px;
	}
	.xmCyZhanChoose{
		font-size: 20px;
		line-height: 50px;
		background-size: 16px;
		float: none;
		width: 100%;
		margin-left: 50px;
		padding: 0;
		background: url("../images/arrow.png") 90% center no-repeat #fff;
	}
	.xmCyZhanChoose.xmCyZhanChooseCur{
		background: url("../images/arrow_top.png") 90% center no-repeat #fff;
		background-size: 16px;
		
	}
	.xmCyList li{
		border-bottom: solid 2px #e5e5e5;
	}
	.xmCyZhan dt{
		font-size: 20px;
		line-height: 50px;
		border-bottom: solid 2px #fff;
	}
	.xmCyChoose{
		width: 20px;
		height: 20px;
		border: solid 2px #c0c0c0;
		margin: 13px;
	}
	.projectContList{
		margin-bottom: 60px;
	}
	.xiugaiBtn{
		width: 32%;
		margin-right: 2%;
		font-size: 16px;
		line-height: 50px;
		border-radius: 15px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.shanchuBtn{
		width: 32%;
		margin-right: 2%;
		font-size: 16px;
		line-height: 50px;
		border-radius: 15px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
    .shangjiaBtn{
        width: 32%;
        font-size: 16px;
        line-height: 50px;
        border-radius: 15px;
        margin-left: 0;
        margin-bottom: 10px;
	}
	.search2 input.seaWith{
		width: 36vw;

	}
	#wrapper.wraTop{
		top:230px;
	}
	.search2 select.maBto{
		margin-bottom: 15px;
	}
	.stageChoose a{
		font-size: 16px;
		line-height: 50px;
		padding: 2px 0;
	}
	.stageChoose a.stageChoose_Cur{
		padding: 2px 0 0 0;
		border-bottom: solid 2px #5c09d9;
	}
	.xiajiaBtn{
    width: 32%;
    font-size: 16px;
    line-height: 50px;
    border-radius: 15px;
    margin-left: 0;
    margin-bottom: 10px;
}

.shenhezhongBtn{
    width: 32%;
    font-size: 16px;
    line-height: 50px;
    border-radius: 15px;
    margin-left: 0;
    margin-bottom: 10px;
}

.weitongguoBtn{
    width: 32%;
    font-size: 16px;
    line-height: 50px;
    border-radius: 15px;
    margin-left: 0;
    margin-bottom: 10px;
}
.list_change{
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px;
	padding: 0 10px;
	margin-right: 20px;
}
.list_change i{
	width: 20px;
	height: 40px;
	background-size: 16px;
	background: url("../images/list_change.png") center center no-repeat;
	background-size: 20px;
}
.list_change.list_change_cur i{
	background: url("../images/list_change_a.png") center center no-repeat;
	background-size: 20px;
}


#scroller ul.change_b {
	width: 92%;
	margin: 30px auto 0 auto;
	padding: 0 2%;
}
#scroller ul.change_b li{
	width: 90vw;
	overflow: hidden;
	border-bottom: solid 2px #cccccc;
	padding: 20px 1vw;
}
#scroller ul.change_b li a{
	width: 81vw;
	padding-right: 4vw;
	background: url(../images/arrow_right.png) right center no-repeat;
	background-size: 10px;
	overflow: hidden;
}
#scroller ul.change_b li a span:nth-child(1){
	font-size: 25px;
	width: 70vw;
	line-height: 40px;
}
#scroller ul.change_b li a span:nth-child(2){
	font-size: 20px;
	line-height: 40px;
}

    #scroller ul.change_c {
        width: 92%;
        margin: 30px auto 0 auto;
        padding: 0 2%;
    }
    #scroller ul.change_c li{
        width: 39vw;
        overflow: hidden;
        border-bottom: solid 2px #cccccc;
        padding: 20px 1vw;
        float: left;
    }
    #scroller ul.change_c li:nth-child(even){
        margin-left: 2vw;
    }
    .partner p:nth-child(1) span{
        font-size: 30px;
        line-height: 60px;
        width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .partner p:nth-child(1) a{
        font-size: 24px;
        line-height: 40px;
        display: block;
        padding: 0 15px;
        border-radius: 10px;
    }

    .partner p:nth-child(2) span{
        font-size: 20px;
        line-height: 40px;

    }
    .partner p:nth-child(2) span:nth-child(1){
        margin-top: 10px;
    }
    .partner p:nth-child(2) span:nth-child(2){
        margin-top: 10px;
    }
    .partner p:nth-child(3){
        font-size: 20px;
        line-height: 40px;
    }
    .editCOnt .xmjScroll span i.partnerWin_icon_01{
        background: url("../images/partner_01.png") left center no-repeat;
        background-size: 16px;
    }
    .editCOnt .xmjScroll span i.partnerWin_icon_02{
        background: url("../images/partner_02.png") left center no-repeat;
        background-size: 16px;
    }
    .editCOnt .xmjScroll span i.partnerWin_icon_03{
        background: url("../images/partner_03.png") left center no-repeat;
        background-size: 16px;
    }
    .editCOnt .xmjScroll span i.partnerWin_icon_04{
        background: url("../images/partner_04.png") left center no-repeat;
        background-size: 16px;
    }
    .editCOnt .xmjScroll span i.partnerWin_icon_05{
        background: url("../images/partner_05.png") left center no-repeat;
        background-size: 16px;
    }
    .editCOnt .xmjScroll span i.partnerWin_icon_06{
        background: url("../images/partner_06.png") left center no-repeat;
        background-size: 16px;
	}
	.log_list_ck{
		font-size: 24px;
        line-height: 40px;
        display: block;
        padding: 0 15px;
        border-radius: 10px;
	}
	.log_list_xg{
		font-size: 24px;
        line-height: 40px;
        display: block;
        padding: 0 15px;
		border-radius: 10px;
		margin-right: 20px;
	}

}
