@charset "utf-8";
/*--------------------------------全局通用--------------------------------**/
::-webkit-scrollbar {
	width: 0px
}

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	font-family: "黑体";
	text-decoration: none;
	transform: translateZ(0);
	webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	overflow: hidden;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

a:focus {
	outline: none !important;
}

a, img, input, button, select, textarea {
	outline: none;
	border: 0;
}

input {
	font-size: 14px;
}

textarea {
	resize: none;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: none;
	border-bottom: 1px solid #dedede;
	padding: 0.89em 1.2em;
	font-size: 0.91em;
}

.greenColor {
	color: #00874B !important;
}

.grayColor {
	color: gray;
}

.redColor {
	color: red;
}

.bgcolorA1DDF5 {
	background: #A1DDF5;
}

.overflow-auto {
	overflow: auto;
}

.borderNone {
	border: none !important;
}

#showMessageLodding {
    font-size: 11px;
    color: gray;
    text-align: center;
    display: none;
    z-index: 9999;
    position: fixed;
    top: 45%;
    width: 100%;
    height: 2em;
}

#showMessageNo {
	width: 100%;
	height: 25px;
	font-size: 11px;
	color: gray;
	text-align: center;
	display: none;
}

.loading-img {
	width: 50%;
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	top: 20%;
}

.textCenter {
	text-align: center;
}

.ui-loader {
	display: none !important;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.font06 {
	font-size: 3vmin;
}

.font07 {
	font-size: 3.5vmin;
}

.font08 {
	font-size: 4vmin;
}

.font09 {
	font-size: 4.5vmin;
}



/*主体*/
.ui-content {
	padding: 0;
	margin: 0px;
	position: fixed;
	top: 0px;
	bottom: 0em;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 100%;
	overflow: auto;
	overflow-x: hidden;
}
/* 签约申请页面样式 */
.szc-signline {
	float:left;
    color: #666;
    font-size: 2vmin;
    margin-left: 6vmin;
    line-height: 1.8em;
    font-family: "微软雅黑";
    letter-spacing: 0.1em;
}
.szc-signline span{
	float: left;
}
.szc-signline div{
	float: left;
	width: 84vmin;
	margin-left: 0.5em;
}
.szc-radbut{
	position: relative;
}
.szc-radbut input{
	display: none;
}
.szc-radbut label{
	background-color: #fff;
	padding-left: 25px;
    font-size: 4vmin;
}
.szc-radbut img{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
}
.szc-imgtrue{
	z-index: -1;
}

.szc-radbut input[type=radio]:checked + label{
	background: none;
}
.szc-radbut input[type=radio]:checked + label img{
	display: none;
}
.szc-picmethod div{
    padding: 9vmin 0;
    font-size: 4vmin;
    position: relative;
}
.szc-picmethod div img{
	float: right;
    width: 13vmin;
    height: 13vmin;
    border: 1px solid #dfdfdf;
    margin-top: -4vmin;
    margin-right: 3vmin;
}

.szc-picmethod div .szc-inputpic1 {
    position: absolute;
    z-index: 5;
    right: 0px;
}

.szc-picmethod div .szc-inputpic2 {
    position: absolute;
    z-index: 6;
    width: 5vmin;
    height: 5vmin !important;
    border-style: none;
    top: 7vmin;
    left: 48vmin;
}




/* 个人中心手机页面上部样式start */
.szc-info {
	font-size: 4.5vmin;
	background-color: #F6F6F6;
}

.szc-top {
	padding-top: 4.3em;
	margin: 0 auto;
	width: 100%;
	background-color: #7CD4FD;
}

.szc-topimg {
	margin: 0 auto;
	height: 3.4em;
	width: 3.4em;
	border-radius: 100%;
}

.szc-toptext1 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    background-color: #7CD4FD;
}

.szc-toptext2 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-family:"宋体";
    font-size: 12px;
    padding: 2vmin 0 3vmin 0;
}

.szc-title1 {
	width: 100%;
	color: #333;
}

.szc-title1 a {
	color: #333;
}

.szc-title1 ul {
	width: 100%;
}

.szc-title1 ul li {
	padding: 0px;
	float: left;
	list-style: none;
	height: 3.8em;
    font-size: 3.7vmin;
	width: 20%;
	background-color: white;
}

.szc-title1 ul li div {
	margin: auto;
	width: 4em;
	padding-top: 1.2em;
	padding-bottom: 1.25em;
}

.szc-title2 {
	width: 80%;
	border-radius: 50px;
	margin: auto;
	background-color: #fff;
	border-color: #00874b;
	border-style: solid;
	border-width: thin;
    margin-top: 5vmin;
    margin-bottom: 4vmin;
	color: #00874b;
	overflow: hidden;
}

.szc-title2 li {
	float: left;
	border-style: none;
	padding: 10px 0 10px 0;
	text-align: center;
	border-left-style: solid;
	border-width: thin;
	border-color: #00874b;
	margin-left: -1px;
}

.szc-title2 li a {
	color: #00874B;
}

.szc-curgrebac {
	color: #fff;
	background-color: #00874b;
}

.szc-curgrebac a {
	color: #fff !important;
	background-color: #00874b;
}

.szc-current1 {
	color: #00874b;
	border-bottom-style: solid;
	border-bottom-color: #00874b;
}
.szc-current2 {
	background-color: #333 !important;
}

.szc-current1 a {
	color: #00874b;
}

.szc-details {
	width: 100%;
	background-color: #fff;
	border-style: solid;
	border-width: thin;
	border-color: #E4E4E4;
	margin-top: 10px;
	overflow: hidden;
}
/* 个人中心手机页面上部样式end */
/* 个人中心手机页面个人信息样式start */
.szc-line {
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #E4E4E4;
	margin-bottom: -1px;
}
.szc-attspedept{
	margin: 8px 0 0 18px;
    font-size: 4vmin;
    color: #888;
}
.szc-line-div1 {
	color: #888;
	font-size: 4vmin;
	padding-top: 1em;
	padding-bottom: 1em;
}

.szc-line-div2 {
    margin-top: -8.5vmin;
    width: 11vmin;
    float: right;
}

.szc-line-div2 img {
    width: 2.5vmin;
}

.szc-line-div3 {
    margin-top: -8.5vmin;
    float: right;
    margin-right: 13.5vmin;
    width: 100%;
}

.szc-line-div3 input {
	font-family: "微软雅黑";
    width: 65%;
    font-size: 3.7vmin;
    float: right;
    text-align: right;
    border-style: none;
    color: #333;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}

.szc-specss {
	width: 100%;
}

.szc-specss li {
	float: left;
	border-style: none;
	width: 21%;
	padding: 0;
	margin-left: 3%;
	margin-top: 8px;
}

.szc-spelabel {
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    border-radius: 0.8vmin;
    width: 100%;
    text-align: center;
    font-size: 3.5vmin !important;
    white-space: nowrap;
    padding-top: 2vmin;
    padding-bottom: 2vmin;
    text-overflow: ellipsis;
    overflow: hidden;
}

.szc-specss li input {
	display: none;
}

.szc-specss input[type=checkbox]:checked+label {
	border-color: #00874b;
}

.szc-inputpic {
	margin-top: 10px;
}

.szc-inputpic li {
	border-style: none;
	position: relative;
	padding: 0;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.szc-inputpic1 {
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 80px;
}

.szc-inputpic2 {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 70px;
}

.szc-bottbutt {
	position: absolute;
	width: 88%;
	margin-left: 6%;
	margin-top: 2em;
	background-color: #00874B;
	color: white;
	font-size: 1em;
	padding: 0.7em 0;
	font-family: "黑体";
}
/* 个人中心手机页面个人信息样式end */
/* 个人中心手机页面主要内容样式start */
.szc-detul {
	width: 100%;
	font-size: 12px;
}

.szc-detul li {
	width: 100%;
}

.szc-demri {
	float: left;
	width: 185px;
	margin-left: 10px;
	margin-top: 0px;
}

.szc-detri {
	float: left;
	width: 165px;
	margin-left: 10px;
	margin-top: -7px;
}

.szc-detcss {
	height: 90px;
}

.szc-demcss {
	position: relative;
}

.szc-detcss img {
	float: left;
	width: 120px;
	height: 90px;
}

.szc-demcss img {
	float: left;
	width: 100px;
	height: 100px;
}

.szc-demshadow {
	top: 75px;
	position: absolute;
	text-align: center;
	height: 20px;
	width: 100px;
	z-index: 2;
	color: #fff;
	padding-top: 5px;
	background-color: rgba(8, 8, 8, 0.5);
}

.szc-demline {
	width: 100%;
	float: left;
	margin-top: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #555;
}

.szc-detline {
	width: 100%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 8px;
	color: #555;
}

.szc-demline label {
	float: left;
	background-color: #00874B;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	letter-spacing: 2px;
	font-weight: 100;
}

.szc-detline label {
	float: right;
	color: #888;
	font-size: 12px;
	font-weight: 100;
	max-width: 20%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.szc-detline label img {
	height: 10px;
	width: 10px;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 2px;
}

.szc-demline h {
	float: left;
	font-size: 16px;
	margin-left: 7px;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	color: #000;
	text-overflow: ellipsis;
    overflow: hidden;
    max-width: 40vmin;
}

.szc-detline h {
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "微软雅黑";
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 30vmin;
}

.szc-demline span {
    float: right;
    margin-top: -2px;
    color: red;
    font-size: 18px;
    max-width: 13vmin;
    text-overflow: ellipsis;
    overflow: hidden;
}

.szc-detline span {
	float: right;
	color: #00874B;
	font-size: 15px;
	max-width: 20vmin;
    text-overflow: ellipsis;
    overflow: hidden;
}

.szc-greenbut {
	color: #fff;
	background-color: #00874B;
	float: right;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	letter-spacing: 1px;
}

.szc-hiddenDiv {
	width: 80%;
	position: fixed;
	left: 10%;
	top: 30vmax;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
}

.szc-hidselect {
	margin: auto;
	position: fixed;
	top: 130px;
	left: 0px;
	right: 0px;
	width: 80%;
	max-height: 60%;
	overflow: auto;
	padding: 0px;
	overflow-x: hidden;
}

.szc-hidselect input {
	width: 100%;
	text-align: center;
	color: #00874B;
	padding: 10px 0 10px 0;
	font-family: "黑体";
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	border-bottom-width: thin;
}

.szc-rotate {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.szc-hiddenDiv div {
	width: 75%;
	margin: auto;
	margin-top: 13px;
	color: #555;
}

.szc-grayborder {
	border-style: solid;
	border-width: thin;
	border-color: #dfdfdf;
	border-radius: 2px;
	padding: 10px;
}

.szc-hiddenshadow {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(8, 8, 8, 0.5);
}
/* 个人中心手机页面主要内容样式end */
@media screen and (min-width:360px) and (max-width:374px) {
	.szc-demri {
		width: 225px;
	}
	.szc-detri {
		width: 205px;
	}
	.szc-demline span {
		max-width: 20vmin;
	}
}

@media screen and (min-width:375px) and (max-width:410px) {
	.szc-demri {
		width: 235px;
	}
	.szc-detri {
		width: 215px;
	}
	.szc-demline span {
		max-width: 25vmin;
	}
}

@media screen and (min-width:411px) and (max-width:434px) {
	.szc-demri {
		width: 275px;
	}
	.szc-detri {
		width: 255px;
	}
	.szc-demline span {
		max-width: 30vmin;
	}
}
@media screen and (min-width:435px) {
	.szc-demri {
		width: 300px;
	}
	.szc-detri {
		width: 280px;
	}
	.szc-demline span {
		max-width: 35vmin;
	}
}