﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.itemadd{
	background: #0085C3;
}
.sitename-wrap {
	white-space: nowrap;
	float: left;
	float: none;
    text-align: center;
}

.sitename {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #23599d;
}


.switch-wrap {
	width: 180px;
    height: 30px;
    float: left;
    margin: 10px auto 0 auto;
    float: none;
}

.switch {
	width: 100%;
    height: auto;
    line-height: 30px;
    /* background: url(switchbg.png) no-repeat center; */
    text-align: center;
    font-size: 15px;
    display: block;
    color: #333333;
    text-decoration: none;
    background-color: #eff1f6;
    border-radius: 4px;
    background-image: url(http://www.ayyjnc.com/picture/67/2009221340526825921.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: auto 80%;
}

.ds_qx {
	position: absolute;
	display: none;
	z-index: 999;
	left: 160px;
	top: 90px;
	width: 900px;
	min-height: 276px;
	height: auto;
}



.zdqh_modal_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(qiehuanbg.png);
	z-index: 1001;
	
}

.zdqh_modal_bg_white {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 1001;
	-moz-opacity: 0.3;
	opacity: .30;
	filter: alpha(opacity=30);
}

li {
	list-style: none;
}

.ui-zdqh-container {
	width: 700px;
	text-align: left;
	font-family: '微软雅黑';
	color: #333333;
	background: #fff;
	font-size: 16px;
	z-index: 1002;
	padding: 20px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.ui-zdqh-container .item.child {
	display: inline;
	margin-right: 15px;
}


.ui-zdqh-container .l_float {
	float: left;
}

.ui-zdqh-container .r_float {
	float: right;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.ui-zdqh-container .close_btn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.ui-zdqh-container .place1 {
	font-size: 19px;
	color: #4078be;
	padding: 10px 0 22px 0px;
	border-bottom: 1px solid #eeeeee;
}

.ui-zdqh-container .place1 .selected {
	color: #4078be;
	cursor: pointer;
	line-height: 27px;
	padding-bottom: 5px;
}

.ui-zdqh-container .zd_list {
	margin-top: 15px;
	min-height: 102px;
}

.ui-zdqh-container .zd_list>ul {
	max-height: 175px;
	overflow-y: auto;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px solid #eeeeee;
	padding: 0;
}

.ui-zdqh-container .zd_list>ul>li {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	cursor: pointer;
	min-width: 69px;
	height: 30px;
	padding: 0 9px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.ui-zdqh-container .zd_list>ul>li:hover {
	background: #ffffff;
	color: #4078be;
}

.ui-zdqh-container .choosed {
	height: 96px;
}

.ui-zdqh-container .choosed>.leftItem {
	width: 112px;
	height: 82px;
}

.ui-zdqh-container .choosed>.leftItem>p {
	font-size: 14px;
	color: #333;
	padding-top: 1px;
	margin-bottom: 19px;
}

.buttoncontainer {
	float: right;
}

.submit {
	width: 107px;
	height: 35px;
	cursor: pointer;
	background: #4078be;
	border-radius: 3px 3px;
	font-size: 17px;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin-top: 15px;
	margin-right: 10px;
}

.quit {
	width: 107px;
	height: 35px;
	cursor: pointer;
	background: #afd0e0;
	border-radius: 3px 3px;
	font-size: 17px;
	color: #115d81;
	border: none;
	outline: none;
}

.ui-zdqh-container .choosed>.rightItem {
	margin: 5px 0 10px 0;
}

.ui-zdqh-container .choosed>.rightItem>.place2 {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	font-weight: normal;
}

.disabled {
	color: #ccc !important;
	cursor: default !important;
}

@media screen and (max-width: 719px) and (min-width: 375px) {
	#ui-zdqh-container {
		width: 100%;
	}
	.ui-zdqh-container .item.child {
		margin-right: 14px;
	}
}

@media screen and (max-width: 999px) and (min-width: 720px) {
	#ui-zdqh-container {
		width: 100%;
	}
}