html, body {
    height: 100%;
}

.nav-box {
	width: 100%;
	height: 60px;
	background-color: #fff;
}
.nav-box > .nav {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.nav-box > .nav .logo {
	position: absolute;
	top: 0;
	left:0;
}
.nav-box > .nav .logo img {
	width: 70px;
	height: 60px;
}
.nav-box > .nav .container {
	position: absolute;
	top: 0;
	right:0;
	/* background-color: #fff; */
	width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-box > .nav .container button {
	width: 35%;
	cursor: pointer;

	/* display: block; */
	border: none;
	height: 100%;
	padding:0;
	background-color: transparent;
}
.nav-box > .nav .container .button {
	/* margin-right: 2.5%; */
	margin-right: 15px;
}

/*QRCode mask*/
#bg {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
     background-color: black;
     z-index: 1001;
     -moz-opacity: 0.7;
     opacity: .70;
     filter: alpha(opacity=70);
}
.shade-box {
    /*display: none;*/
    /*z-index: 99999;*/
    /*position: absolute;*/
    /*width: 300px;*/
    /*height: 400px;*/
    /*top: calc(50% - 200px);*/
    /*left: calc(50% - 150px);*/
    /*background-color: pink;*/
    display: none;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 150px);
    width: 300px;
    height: 400px;
    padding: 8px;
    border: 8px solid #E8E9F7;
    background-color: white;
    z-index: 1002;
    overflow: auto;

}
.shade-box img.QRCode {
    display: block;
    margin-left: 60px;
    width: 180px;
    height: 180px;
}
.shade-box img.logo {
    width: 115px;
    height: 115px;

}
.shade-box .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shade-box .explain {
    position: absolute;
    bottom: 26px;
    left: 32px;
}

.shade-box .update-btn {
    text-align: center;
    margin-top: 90px;
    cursor: pointer;
}

/* banner */
.banner-box {
	width: 100%;
	height: 400px;
	background-color: #ccc;
}

body {
    margin: 0;
    padding: 0 !important;
}
.el-popup-parent--hidden {
    overflow: auto !important;
}
@media (max-width: 768px) {

    .modal-open .wx_logo,
    .modal-open .dz-nav,
    .modal-open .dz-container,
    .modal-open .dz-content,
    .modal-open .dz-five,
    .modal-open .dz-user,
    .modal-open .dz-foot {
        height: 0;
        overflow: hidden;
        display: none;
    }

    .modal-open #submitModal.modal {
        position: relative;
        display: block;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
} 
 
.dz-nav {
    transition: all 0.3s !important;
    height: 74px !important;
}
.dz-nav .nav-button {
    width: 88px !important;
    height: 30px !important;
    border-radius: 2px !important;
    line-height: 30px !important;
    text-align: center !important;
    padding: 0 !important;
    margin-left: 8px;
    margin-top: 20px;
}
.dz-nav .nav-button:hover {
    cursor: pointer;
} 
.dz-nav .login-button {
    color: #808080 !important;
    font-size: 14px !important;
    background: white !important;
    border: solid 1px white !important;
}
.dz-nav .reg-button {
    color: white !important;
    background: none !important;
    border: 1px solid white !important;
    font-size: 14px !important;
}

.dz-nav.dz-navbg .nav-button {
    color: #808080 !important;
}

.dz-banner.m-banner {
    height: 500px;
    background-image: url(http://dz-res-public.oss-cn-zhangjiakou.aliyuncs.com/common/market-banner.png);
    background-position: top left;
    background-size: 200%;
}

.dz-banner.p-banner {
    height: 360px;
    background-image: url(http://dz-res-public.oss-cn-zhangjiakou.aliyuncs.com/common/profile.png);
    background-position: top left;
    margin-bottom: 0;
}

.dz-banner .dz-title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dz-banner.m-banner.projects>.dz-title>h2 {
    font-family: PingFangSC-Light;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 10px !important;
    color: #FFFFFF;
    letter-spacing: 0;
}
.dz-banner.p-banner.projects>.dz-title>h2 {
    font-family: PingFangSC-Light;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 10px !important;
    color: #FFFFFF;
    letter-spacing: 0;
}
.dz-banner.m-banner.projects .join-button {
    width: 240px;
    height: 60px;
    background: white;
    color: #808080;
    text-align: center;
    line-height: 60px;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 28px;
}
.dz-banner.m-banner.projects .join-button a:hover {
    text-decoration: none;
}
.dz-banner.m-banner.projects .join-button:hover {
    cursor: pointer;
}

.nav-line .single-nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #b4b4b4;
    font-size: 18px;
}
.nav-line .single-nav:hover {
    cursor: pointer;
}
.nav-line .single-nav.active {
    color: black;
    border-bottom: 2px solid #000;
}
.nav-line .single-nav+.single-nav {
    margin-left: 30px;
}

.m-project-list {
    padding: 30px 0 0;
}

.m-card {
    width: 350px;
    height: 471px;
    border-radius: 4px 4px 8px 8px;
    display: block;
    background: #FFFFFF;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: 0 2px 7px 0 rgba(73, 86, 105, 0.30);
}

.m-card .title {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-card:hover {
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 7px 0 rgba(73, 86, 105, 0.60);
}
.m-card:visited {
    text-decoration: none;
}

.part-cover {
    position: relative;
    height: 220px;
    text-align: center;
    overflow: hidden;
}

.part-cover span {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 10px;
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}
.part-cover span p {
    text-align: left;
    margin-bottom: 0;
}
.part-cover .id-wrap {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 16px;
    color: white;
    z-index: 5;
}

.part-cover>.image {
    display: inline-block;
    width: 350px;
    height: 220px;
    vertical-align: top;
}

.m-card .info-wrap {
    padding: 16px;
}

.m-card .price-line {
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.m-card .role-line {
    font-size: 24px;
    font-weight: 500;
    color: black;
    margin-bottom: 25px;
    font-weight: 500;
}

.tag-line {
    word-break:break-all;
    word-wrap: break-all;
    max-height: 100px;
    overflow: hidden;
}
.m-card .single-tag {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #808080;
    border: solid 1px #808080;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.m-more {
    padding: 65px 0;
    text-align: center;
}

a.u-button-more {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    width: auto;
    text-align: center;
    background: #F7F8FA;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #4B5C66;
    letter-spacing: 0;
    text-decoration: none;
}

a.u-button-more:hover {
    text-decoration: none;
}

.s-btn-on,
.s-btn-on:hover .s-btn-on:active,
.s-btn-on:visited,
.s-btn-on:focus {
    background: #1F81FF;
    color: #fff;
    /* opacity: 0.7; */
}

.s-btn-off {
    color: #aaaaaa;
}

.s-btn-off:hover {
    /* background: rgba(31, 132, 255, 0.5); */
    /* color: #aaaaaa; */
    color: #1F81FF;
}

.el-message {
    height: 40px;
    line-height: 40;
}

body {
    background-color: #ffffff;
}

.qr-dialog .el-dialog__header {
    padding: 0 !important;
}

.qr-box .QRCode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  text-align: center;
}
.qr-box .QRCode p {
  text-align: center;
}
.qr-box .QRCode:hover {
  cursor: pointer;
}
.qr-box img.logo {
  display: block;
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.qr-box .title {
  display: block;
  text-align: center;
}
.qr-box .explain {
  text-align: center;
}

.qr-box .update-btn {
  text-align: center;
  margin-top: 90px;
  cursor: pointer;
}

.bind-dialog .el-dialog__header {
    padding: 0 !important;
}

.bind-dialog h3 {
    text-align: center;
}
.bind-dialog p {
    text-align: center;
    margin-bottom: 20px;
}

.el-form-item .el-form-item__content {
    margin-left: 0 !important;
}
.bind-dialog .confirm-button {
    background: #2472bf;
    color: white;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    border-radius: 4px;
}
.bind-dialog .confirm-button:hover {
    cursor: pointer;
}


/* start detail */
.m-project {
    margin:0;
    padding: 40px;
    background: #FFFFFF;
}

.m-project .u-no {
    padding: 4px 5px;
    background: rgba(41, 44, 50, 0.70);
    border-radius: 3px;
    font-family: PingFangSC-Medium;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.m-project .u-no::before {
    content: 'No.';
}

.m-project .u-title {
    font-family: PingFangSC-Regular;
    font-size: 30px;
    color: #222222;
    letter-spacing: 0;
}

.m-project .u-money {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #4B5C66;
    letter-spacing: 0;
}

.m-project .u-money::before {
    content: '项目金额 ';
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4B5C66;
    letter-spacing: 0;
}

.m-project .u-role {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #4B5C66;
    letter-spacing: 0;
}

.m-project .u-role::before {
    content: '招募角色 ';
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4B5C66;
    letter-spacing: 0;
}

.m-project .u-type {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #4B5C66;
    letter-spacing: 0;
}

.m-project .u-type::before {
    content: '类型 ';
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4B5C66;
    letter-spacing: 0;
}

span.u-split {
    color: rgba(75, 92, 102, 0.50);
}

.m-info {
    /* background: rgba(75,92,102,0.20); */
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(75, 92, 102, 0.20);
}

.u-line {
    border-bottom: 1px solid rgba(75, 92, 102, 0.20);
}

.u-title-blue {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    padding-bottom: 20px;
    margin-top: 40px;
}

.u-title-blue::before {
    content: '';
    margin-bottom: 10px;
    display: block;
    width: 40px;
    height: 2px;
    background: #1F81FF;
}

.u-content {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
}

.m-role .role-name {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0;
}

.m-role .role-price {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #1F81FF;
    letter-spacing: 0;
}

.m-role .role-price::before {
    content: '￥';
}

.m-role .role-content {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4B5C66;
    letter-spacing: 0;
}

.u-btn-join {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px;
    background: #1F81FF;
    border-radius: 2px;
    margin-top: 60px;
}

.u-btn-disabled {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px;
    background: graytext;
    border-radius: 2px;
    margin-top: 60px;
}
.u-btn-more {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px;
    background: #1F81FF;
    border-radius: 2px;
    margin-top: 0px;
}

.u-btn-join:hover,
.u-btn-join:focus,
.u-btn-more:hover,
.u-btn-more:focus {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}

.u-title-special {
    font-family: PingFangSC-Regular;
    font-size: 28px;
    color: #222222;
    letter-spacing: 0;
}

.m-content-title {
    margin-top: 36px;
}

.m-content {
    padding: 0 !important;
    margin: 30px 0 !important;
}
.m-content>p {
    padding: 0 !important;
}
.btn-primary {
    background: #1F81FF;
}

.btn-primary:hover {
    background: #2F91FF;
}

.form .form-group label {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #292C32;
    font-weight: normal;
}

textarea.form-control {
    background: #F7F8FA;
    border: 1px solid rgba(75, 92, 102, 0.30);
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(41, 44, 50, 0.50);
}

.u-btn-do {
    display: block;
    padding: 10px;
    background: #1F81FF;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.u-btn-do:hover,
.u-btn-do:active,
.u-btn-do:focus,
.u-btn-do:visited {
    background: #1F81FF;
    color: #FFFFFF;
    text-decoration: none;
}

.u-title-modal {
    font-family: PingFangSC-Light;
    font-size: 30px;
    color: #292C32;
    letter-spacing: 0;
}

.u-title-modal::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #1F81FF;
}

.u-tips {
    display: block;
    text-align: center;
    display: none;
    font-size: 16px;
}
/* end detail */
