/**************************
 ---------商城首页---------
 --------author:cd-------
 ------date:2019-03-01-----
 *************************/
/*主容器*/
body{
	background:#fff;
	color: #353535;
}
input[type=radio], input[type=checkbox]{
	margin: 0;
}
#container{
	width: 100%;
	/*overflow: hidden;*/
	font-size: 14px;
	font-family: "微软雅黑";
	padding-bottom: 1rem;
}
/**主体内容**/
#container #content{
	width: 1200px;
	margin: 100px auto 0 auto;
	background: #fff;
	padding-bottom:0px;
	padding:;
/**height: calc(100vh - 180px);*/
}
.link-img{
	width: 100%;
	height: auto;
	position: relative;
}
.link-img .img{
	width: 100%;
	height: auto;
}
.link-img .img img{
	width: 100%;
	height: 100%;
}
.link-img .code{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -40px;
}
.title-area{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 30px;
	margin: 20px 0 0 0;
}
.title-area .title{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: red;
}
.title-area .title span{
    font-size: 0.16rem;
    font-weight: 400;
    margin-left: 0.2rem;
}
.title-area .title-img{
	width: 100%;
	height: auto;
	text-align:center;
	margin: 15px auto;
}
.title-area .title-img img{
	width: 400px;
	height: 100%;
	text-align:center;
}
.join-unit-area{
	width: 100%;
	height: auto;
	padding: 0 10px;
	background-color: #ecfaff;
    border: 1px #d2d2d2 dashed;
    border-radius: 8px;
}
.join-unit-area .title{
	width: 100%;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.join-unit-area .title span{
	color: #E73600;
}
.join-unit-area .unit-boxs{
	width: 100%;
	height: auto;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}
.join-unit-area .unit-boxs .boxs{
	width: 33%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	padding: 4px;
	/*align-items: center;*/
	margin-bottom: 15px;
}
.join-unit-area .unit-boxs .boxs input{
	width: 25px;
	height: 25px;
	margin-top:2px;
}
.join-unit-area .unit-boxs .boxs .logo{
	
    /*border-radius: 50%;*/
    overflow: hidden;
	margin: 0 10px;
}
.join-unit-area .unit-boxs .boxs .logo img{
	width: 40px;
	height: auto;
}
.join-unit-area .unit-boxs .boxs .name{
	width: 280px;
	font-size:15px;
	line-height:normal;
	align-self: center;
}
.join-unit-area .unit-boxs .boxs span{
	width: 80px;
	color: #334295;
	margin-left: 20px;
    cursor: pointer;
}
.choose-area{
	width: 100%;
	height: auto;
	font-size: 25px;
	color: #666;
	flex-wrap: wrap;
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
xm-select > .xm-label.single-row{width:200px;overflow:unset;}
.choose-area .choose-box{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 36px 0;
	position: relative;
}
.choose-area .choose-box .tips{
	width: auto;
	height: 36px;
	line-height: 36px;
	text-align: left;
}
.choose-area .choose-box .chooses{
	width: 40%;
	height: 36px;
	margin-right: 60px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
}
.choose-area .choose-box .chooses input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #eee;
	border-radius: 50px;
	padding: 0 10px;
	background: #F6F6F6;
	font-weight: 400;
}
.choose-area .choose-box .chooses:last-child{
	margin-right: 0;
}
.choosed-area{
	width: 100%;
	height: auto;
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	flex-wrap: wrap;
	cursor: pointer;
}

.boxitem .item {
    border: 1px #d2d2d2 solid;
    padding: 3px;
    margin: 2px;
    text-align: center;
    border-radius: 5px;
}

.boxitem .item:hover {
    background-color: #e8f0ff;
}

.choosed-area .right{
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.choosed-area .right span{
	font-size: 14px;
	color: #999;
	margin: 0 10px 10px 0;
}
.recruit-area{
	width: 100%;
	height: auto;
	/*margin-top: 30px;*/
}
.recruit-area .recruit-boxs{
	width: 100%;
	height: auto;
}
.recruit-area .recruit-boxs .more{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	/*text-align: center;*/
}
.recruit-area .recruit-boxs .title{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
}
.recruit-area .recruit-boxs .title .img{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-bottom: 13px;
}
img{
	width: 100%;
	height: 100%;
}
.recruit-area .recruit-boxs .title span{
	font-size: 17px;
	color: #2A5792;
}
.recruit-area .recruit-boxs .boxs-area{
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit-area .recruit-boxs .tips{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
.recruit-area .recruit-boxs .boxs-area .boxs{
	width: 48%;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.recruit-area .recruit-boxs .boxs-area .boxs .box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: start;
	justify-content: flex-start;
}
.recruit-area .recruit-boxs .boxs-area .boxs .box input{
	width: 20px;
	height: 20px;
}
.recruit-area .recruit-boxs .boxs-area .boxs .box .logo{
	width: 20px;
	height: 20px;
	/*border-radius: 50%;*/
	overflow: hidden;
	margin: 0 10px;
	display: flex;
}
.recruit-area .recruit-boxs .boxs-area .boxs .box .name{
	flex: 1;
	height: auto;
	flex-wrap: wrap;
	font-size: 15px;
	color: #333;
}
.recruit-area .recruit-boxs .boxs-area .boxs .box span{
	color: #037DF3;
	margin-left: 10px;
}
.apply-submit{
	width: 500px;
	height: 40px;
	border-radius: 8px;
	background: #037DF3;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.updateApply{
	width: 80%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2A5792;
    color: #fff;
    border-radius: 50px;
    margin: 50px auto 0 auto;
}
.mobile #content{
	width: 100% !important;
	padding: 0 15px !important;
	background: #fff;
	box-sizing: border-box;
	margin-top: 70px !important;
	overflow: scroll;
}
.mobile .link-img{
	width: 100%;
	height: 185px;
	border-radius: 8px;
	overflow: hidden;
}
.mobile .notice{
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	padding: 15px 0;
}
.mobile .notice .img{
	display: none;
}
.mobile .title-area{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.mobile .title-area .title{
	width: 100%;
    /*height: 30px;*/
    position: absolute;
    top: -0.5rem;
    left: 0;
    text-align: center;
    /*line-height: 30px;*/
    font-size: 0.8rem;
    font-weight: bold;
    color: red;
}
.mobile .join-unit-area .unit-boxs .boxs input{
     width:20px;
	 height:20px;
}
.mobile .join-unit-area .unit-boxs .boxs .logo img{
     width:25px;
}

.mobile .join-unit-area .unit-boxs .boxs .name{
        align-self: normal;
}

.mobile .title-area .title span{
	font-size: 0.12rem;
	margin-left: 0px !important;
}
.mobile .join-unit-area{
	width: 100%;
	height: auto;
	padding: 0;
	border:1px dashed
}
.mobile .join-unit-area .title{
	width: 100%;
	font-style: 14px;
	margin-bottom: 15px;
}
.mobile .join-unit-area .unit-boxs{
	width: 100%;
	height: auto;
	justify-content: space-between;
}
.mobile .join-unit-area .unit-boxs .boxs{
	width: 45%;
	margin-bottom: 10px;
	height:auto;
}
.mobile .join-unit-area .unit-boxs .boxs .logo{
	margin: 0 3px;
	width:25px;
	height:25px;
}
.mobile .join-unit-area .unit-boxs .boxs span{
	width: 45px;
	height: 40px;
	text-align: right;
	font-size: 12px;
	margin-left: 0;
}
.mobile .choose-area{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 15px 0;
	float:left;
	display:block;
}
.mobile .choose-area .choose-box{
	width: 100%;
	height: 40px;
	padding: 0;
}
.mobile .choose-area .choose-box .tips{
	width: 240px;
	font-size:14px;
	color:#CC0000;
}
.mobile .choose-area .choose-box .chooses{
	width: 100%;
	height: 36px;
	border-radius: 50px;
	text-align: left;
	line-height: 40px;
}

.mobile .title-area .title-img{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px auto;
}

.mobile .title-area .title-img img{
    width: 100%;
    height: 100%;
    text-align: center;
}
.mobile .choose-area .choose-box .choosesl:last-child{
	padding: 0 10px;
	background: #F6F6F6;
}
xm-select{
	background: #f6f6f6;
	border-radius: 50px;
}
xm-select > .xm-body .xm-search-input{
	border: none !important;
	background: #fff !important;
	padding-left: 27px !important;
}
.mobile .choose-area .choose-box .chooses input{
	width: 100%;
	height: 36px;
	border: 1px solid #eee;
	border-radius: 50px;
	padding: 0 10px;
	background: #F6F6F6;
}

.mobile .choosed-area{
	width: 100%;
	height: auto;
	border-radius: 8px;
	padding: 15px 0;
	margin: 15px 0;
	border: none;
	display: flex;
    flex-wrap: wrap;
}
.mobile .choosed-area .right span{
	width: 100px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.mobile .recruit-area{
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: 0;
}
.mobile .recruit-area .recruit-boxs{
	margin-bottom: 15px;
}
.mobile .recruit-area .recruit-boxs .box-area{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.mobile .recruit-area .recruit-boxs .box-area .boxs{
	width: 47%;
}
.mobile .recruit-area .recruit-boxs .box-area .boxs .box{
	width: 100%;
}
.mobile .recruit-area .recruit-boxs .title{
	height: 30px;
}
.mobile .recruit-area .recruit-boxs .boxs-area{
	width: 100%;
    height: auto;
   	display: flex;
   	align-items: start;
   	flex-wrap: wrap;
    margin-top: 10px;
}
.mobile .recruit-area .recruit-boxs .boxs-area .tips{
	height: 30px;
	line-height: 30px;
}
.mobile .recruit-area .recruit-boxs .boxs{
	width: 47%;
	height: auto;
	margin-right: 10px;
}
.mobile .recruit-area .recruit-boxs .boxs:nth-child(2n){
	margin-right: 0;
}
.mobile .recruit-area .recruit-boxs .boxs-area .boxs .box{
	width: 100%;
	margin-right: 10px;
	margin-bottom: 5px;
}
.mobile .recruit-area .recruit-boxs .boxs-area .boxs .box .logo {
    width: 20px;
    height: 20px;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: 0 5px;
    display: flex;
}
.mobile .recruit-area .recruit-boxs .boxs-area .boxs .box .name{
	width: 95px;
	font-size: 14px;
	margin-top: -2px;
}
.mobile .recruit-area .recruit-boxs .boxs-area .boxs .box:nth-child(2n){
	margin-right: 0;
}
.mobile .recruit-area .recruit-boxs .boxs-area .boxs .box span{
	width: 30px;
	font-size: 12px;
}
.mobile .submit{
	width: 60% !important;
	height: 40px !important;
	background: #037DF3 !important;
	text-align: center !important;
	line-height: 40px !important;
	font-size: 14px !important;
	color: #fff !important;
	border-radius: 8px !important;
}

.img-area{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    overflow: hidden;
}
.img-list{
    display:block;
    width:80px;
    height:80px;
    position:relative;
    background: #f0f0f0;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
    cursor:pointer;
}
.img-list.add-btn .camera{
    color:#ccc;
    font-size: 50px;
    background: #f0f0f0;
}
.img-list .img{
    width:100%;
    height:100%;
    display:block;
    margin-right: 10px;
}
.img-area .img{
     width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}
.img-area .img img{
    width: 100%;
    height: 100%;
}
.img-area .img span{
    position: absolute;
    top: -5px;
    right: -40px;
    font-size: 20px;
    background: red;
    border-radius: 50px;
    width: 100px;
    text-align: center;
    transform: rotate(45deg);
    color: #fff;
    cursor:pointer;
}




/*专业弹框*/
.major-mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}
.major-mask .major-area{
    width: 500px;
    height: auto;
    border-radius: 16px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*position: absolute;
    top: 200px;
    left: 50%;*/
    z-index: 999;
    cursor: pointer;
    /*transform: translateX(-50%);*/
}
.major-mask .major-area .login-items{
	width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.major-mask .major-area .major-content{
	width: 100%;
    height: auto;
	padding: 0 30px 30px 30px;
}

.major-mask .major-area .major-content .items{
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: scroll;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.major-mask .major-area .major-content .items::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.major-mask .major-area .major-content .items .item{
	width: 50%;
	height: 40px;
	display: flex;
    align-items: center;
	justify-content: flex-start;
}
.major-mask .major-area .major-content .items .item lable{
	width: 100%;
	display: flex;
    align-items: center;
}
.major-mask .major-area .major-content .items .item lable input{
	width: 16px;
	height: 16px;
}
.major-mask .major-area .major-content .items .item .name{
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}
.major-mask .major-area .submit{
	width: 100%;
	height: 40px;
	border-radius: 8px;
	background: #037DF3;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.major-mask .major-area .back{
	position: absolute;
    top: 0px;
    right: -40px;
    font-size: 40px;
    color: #fff;
}
.mobile .major-mask .major-area{
	width: 94%;
	height: auto;
	margin: 0 auto;
}
.mobile .major-mask .major-area .major-content{
	height: auto;
	overflow: scroll;
	padding: 0 15px 15px 15px;
}
.mobile .major-mask .major-area .major-content::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.major-mask .major-area .login-items{
	border: none;
}
.mobile .major-mask .major-area .major-content .items .item .name{
	width: 120px;
}
.mobile .major-mask .major-area .major-content .items{
	height: 300px;
	overflow: scroll;
}
.mobile .major-mask .major-area .major-content .items::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.mobile .major-mask .major-area .back{
    top: -10px;
    right: 10px;
    color: #333;
}
.mobile .major-mask .major-area .back .img{
	width: 20px;
	height: 20px;
}



/*选择省*/
.province-mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}
.province-mask .province-area{
    width: 500px;
    height: auto;
    border-radius: 16px;
    background: #fff;
/*    position: absolute;
    top: 200px;
    left: 50%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    cursor: pointer;
    /*transform: translateX(-50%);*/
}
.province-mask .province-area .login-items{
	width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.province-mask .province-area .province-content{
	width: 100%;
    height: auto;
	max-height: 500px;
	padding: 0 30px 30px 30px;
}
.province-mask .province-area .province-content::-webkit-scrollbar{
	width: 0;
	height: 0;
}

.province-mask .province-area .province-content .items{
	width: 100%;
	height: auto;
	max-height: 300px;
	overflow: scroll;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.province-mask .province-area .province-content .items::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.province-mask .province-area .province-content .items .item{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.province-mask .province-area .province-content .items .item lable{
	display: flex;
    align-items: center;
}
.province-mask .province-area .province-content .items .item .name{
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}
.province-mask .province-area .submit{
	width: 100%;
	height: 40px;
	border-radius: 8px;
	background: #037DF3;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.province-mask .province-area .back{
	position: absolute;
    top: 0px;
    right: -40px;
    font-size: 40px;
    color: #fff;
}
.mobile .province-mask .province-area{
	width: 94%;
	height: auto;
/*	max-height: 400px;
	overflow: scroll;*/
	margin: 0 auto;
}
.mobile .province-mask .province-area .province-content{
	height: auto;
	max-height: 400px;
	overflow: scroll;
	padding: 0 15px 15px 15px;
}
.mobile .province-mask .province-area .province-content::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.province-mask .province-area .login-items{
	border: none;
}
.mobile .province-mask .province-area .province-content .items .item .name{
	width: 120px;
}
.mobile .province-mask .province-area .back{
    top: -10px;
    right: 10px;
    color: #333;
}
.mobile .province-mask .province-area .back .img{
	width: 20px;
	height: 20px;
}
.mobile .join-unit-area .unit-boxs .boxs .name{
	width: 80%;
	margin-top: 0px;
	font-size:14px;
}
.layui-layer-btn0{
	font-size: 14px;
}
.layui-layer-btn1{
	font-size: 14px;
}
.choosed-area span{
	padding: 0 15px;
}

.xm-search-input::placeholder{
    color: blue;
}

.mobile .updateApply{
	width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2A5792;
    color: #fff;
    border-radius: 50px;
    margin: 50px auto 0 auto;
}
.file-area{
	display: flex;
    align-items: center;
    padding: 15px 0;
}
.footer-area{
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	padding-top: 30px;
}
.copyright{
	width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #515151;
}
.copyright p {
    color: #fff;
    text-align: center;
    margin: 8px 0;
    font-size: 12px;
}
.copyright p a{
	color: #fff;
}
.copyright .icp {
    float: right;
    position: relative;
    right: 25%;
}
.copyright .tongji {
    margin: 0 auto;
    width: 30px;
}
.mobile .copyright{
   margin: 0 auto 70px auto;
}
.mobile .copyright .icp {
	width: 30px;
	right: 10%;
	display: none;
}
.mobile .userLogin{
    width: 100% !important;
}
.mobile .userRegister{
    width: 100% !important;
}
.mobile .updatePassword{
    width: 100% !important;
}