@charset "utf-8";
/* 头部样式 */
.ui-mobile, .ui-mobile body{
	height: 100% !important;
}
.ui-header {
	background: #fff;
	box-shadow: 0 0 0.3em #999999;
    font-size: 4vmin;
	border: none;
	z-index: 999999999;
}

.szc-logoImg {
	width: 1.5em;
	margin: 0.7em;
	float: left;
}

.header .szc-searchImg {
	width: 1.3em;
	margin-top: 0.8em;
	margin-right: 0.6em;
}

.ui-header .szc-myInfoImg {
	width: 6vmin;
    height: 6.5vmin;
}

.szc-none-border {
	border: 0px;
	box-shadow: none;
}
.szc-header-title {
    padding: 0 !important;
    font-weight: 100;
    font-size: 4.5vmin !important;
    line-height: 2.6em;
}

.szc-right-title {
	right: 0px;
	left: inherit;
}

.szc-header-right-btn {
    margin-top: 1.5vmin !important;
    margin-right: 2vmin !important;
}

.szc-header-title img {
	width: 1em !important;
}
.szc-headselect{
    font-size: 4.8vmin;
    background-color: #444;
    z-index: 1000;
    color: #dfdfdf;
    font-weight: 100;
    font-family: "黑体";
    display: none;
}
.szc-headline{
	padding: 0.8em 1.5em;
    border-bottom: 1px solid #333;
    color: #dfdfdf;
}
.szc-headline img{
    float: right;
    height: 1em;
    margin-top: 0.1em; 
}
.szc-headline a{
	font-size: 1em;
    padding: 0.5em 3.25em; 
}
.szc-current2 {
	background-color: #333 !important;
}
.szc-login{
	position:fixed;
	top:0;
	left:0;
	bottom:-1%;
	right:0;
    font-size: 4.8vmin;
    background-color: #fff;
    z-index: 100;
    color: #888;
    font-weight: 100;
    font-family: "黑体";
    display: none;
}

.login-content .login-top {
	padding: 3em 0;
	overflow: auto;
	text-align: center;
}

.login-content .login-img {
	width: 10em;
	height: 6.3em;
	overflow: hidden;
	display: inline-block;
}

.login-img img{
	border-radius: 0%;
    border: 0px;
    width: 50%;
    margin-left: 25%;
    padding-top: 20vmax;
}


.login-div{
    width: 82%;
    margin-left: 9%;
}

.login-div .login-div-input {
	background: white;
	border: 1px solid #eaeaea;
	height: 2.8em;
    border-radius: 4px;
    margin-bottom: 0.9em;
}

.reg-class {
	height: 2em;
	margin-top: 0.5em;
	margin-left: 1em;
	font-size: 4.5vmin;
	width: 70%;
    font-family: "黑体";
}

.img-div {
	float: left;
    width: 1em;
    margin: 0.7em 0 0 1em;
}

.img-div img {
	width: 100%;
}

.login-auto-check {
	width: 1em;
    height: 1em;
    border: 1px solid #dedede;
}

.checkBox {
	margin-right: 5px;
}

.selected {
	background-image: url(/MSMS/resources/images/mobile/select.png);
    background-size: 0.7em 0.7em;
    background-repeat: no-repeat;
    background-position: center;
}

.line-height15 {
	line-height: 1.5em;
}

#bottomButton {
	position: absolute;
	width: 78%;
	margin-left: 11%;
	margin-top: 2em;
	background-color: #00874B;
	color: white;
	font-size: 1em;
	padding: 0.7em 0;
    font-family: "黑体";
}
.szc-forgethiddenshadow{
	position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(8, 8, 8, 0.5);
    z-index: 99999;
}
.szc-hiddenDiv {
	width: 80%;
	position: fixed;
	left: 10%;
	top: 30vmax;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
}
.szc-hiddenDiv div {
	width: 75%;
	margin: auto;
	margin-top: 13px;
	color: #555;
}
.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-greenbut {
	color: #fff;
	background-color: #00874B;
	float: right;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	letter-spacing: 1px;
}
.szc-grayborder {
	border-style: solid;
	border-width: thin;
	border-color: #dfdfdf;
	border-radius: 2px;
	padding: 10px;
}
