@charset "utf-8";
body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px
}

a,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
li,
ol,
p,
span,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

iframe {
	display: block;
	border: 0
}

a {
	text-decoration: none;
	color: #666
}

a:focus {
	outline: 0
}

.under_line {
	text-decoration: underline
}

a img {
	display: block
}

li {
	list-style: none
}

em,
i {
	font-style: normal
}

.fl {
	display: inline;
	float: left
}

.fr {
	display: inline;
	float: right
}

.relative {
	position: relative
}

.clearfix:after {
	display: block;
	content: "";
	clear: both
}

.clearfix {
	zoom: 1
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ui-bdsoleft {
	border-left: 1px solid #ccc
}

.ui-bdsobottom {
	border-bottom: 1px solid #ccc
}

.ui-bddaleft {
	border-left: 1px dashed #ccc
}

.ui-bddabottom {
	border-bottom: 1px dashed #ccc
}

.ui-bddoleft {
	border-left: 1px dotted #ccc
}

.ui-bddobottom {
	border-bottom: 1px dotted #ccc
}

.col-md-12 {
	width: 100%
}

.col-md-11 {
	width: 91.66666667%
}

.col-md-10 {
	width: 83.33333333%
}

.col-md-9 {
	width: 75%
}

.col-md-8 {
	width: 66.66666667%
}

.col-md-7 {
	width: 58.33333333%
}

.col-md-6 {
	width: 50%
}

.col-md-5 {
	width: 41.66666667%
}

.col-md-4 {
	width: 33.33333333%
}

.col-md-3 {
	width: 25%
}

.col-md-2 {
	width: 16.66666667%
}

.col-md-1 {
	width: 8.33333333%
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left
}

.width40{
	width: 40px
}

.width60{
	width: 60px
}

.width80 {
	width: 80px
}

.width100 {
	width: 100px
}

.width120 {
	width: 120px
}

.width160 {
	width: 160px
}

.width180 {
	width: 180px
}

.width210 {
	width: 210px
}

.width250 {
	width: 250px
}

.search-box {
	padding: 8px 10px;
	text-align: right
}

.search-box input {
	vertical-align: middle
}

.uiHas-textIcon {
	display: inline-block;
	vertical-align: middle
}

.form-control:focus {
	border: 1px solid #46a1fe;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.uiText-failBorder .form-control {
	border: 1px solid #f33
}

.uiText-failBorder .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 51, 51, .6)
}

.uiText-warnBorder .form-control {
	border: 1px solid #f93
}

.uiText-warnBorder .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 153, 51, .6)
}

.uiHas-textIcon {
	position: relative
}

.uiHas-textIcon .form-control {
	padding-right: 28px;
	width: 100%
}

.uiText-selfAuto {
	display: table
}

.uiText-selfAuto .uiText-commonIcon-left {
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.uiText-selfAuto .uiText-commonIcon-right {
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.uiText-selfAuto .form-control {
	display: table-cell;
	width: 100%
}

.uiText-selfAuto .noradius {
	border-radius: 0
}

.uiText-selfAuto .nolbradius {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.uiText-selfAuto .norbradius {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.uiText-div {
	display: table-cell;
	width: 1%;
	vertical-align: middle
}

.btn-group {
	position: relative;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle
}

.uiDropdown-toggle {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	white-space: nowrap;
	background: #f4f4f4;
	height: 28px;
	line-height: 28px;
	padding: 0 4px;
	color: #666;
	border: 1px solid #ccc;
	border-right: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.uiDropdown-toggle em {
	width: 8px;
	height: 4px;
	background-position: -105px -20px;
	overflow: hidden;
	margin-left: 4px;
	display: inline-block;
	margin-bottom: 2px
}

.uiDropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	background: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.uiDropdown-menu li {
	font-size: 12px
}

.uiDropdown-menu li a {
	display: block;
	padding: 3px 20px;
	line-height: 20px;
	color: #333;
	white-space: nowrap
}

.uiDropdown-menu li a:focus,
.uiDropdown-menu li a:hover {
	color: #fff;
	background-color: #0081c2
}

.bgIcon {
	background-image: url(../images/ico/bgicon.png);
	background-repeat: no-repeat
}

.uiText-adoptIcon {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-position: -166px 0
}

.uiText-failIcon {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-position: -166px -20px
}

.uiText-warnIcon {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-position: -166px -40px
}

.uiText-searchIcon {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-position: -126px 0
}

.uiText-timeIcon {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-position: -105px 0;
	cursor: pointer
}

.uiText-reduceIcon1 {
	display: table-cell;
	width: 29px;
	height: 28px;
	background-position: 0 0;
	cursor: pointer
}

.uiText-plusIcon1 {
	display: table-cell;
	width: 29px;
	height: 28px;
	background-position: -36px 0;
	cursor: pointer
}

.uiText-reduceIcon2 {
	display: block;
	width: 29px;
	height: 13px;
	background-position: -71px 0;
	cursor: pointer
}

.uiText-plusIcon2 {
	display: block;
	width: 29px;
	height: 15px;
	border-top: 1px solid #ccc;
	background-position: -71px -16px;
	cursor: pointer
}

.uiText-commonIcon {
	padding: 4px 8px;
	display: table-cell;
	width: 1%;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f4f4f4;
	white-space: nowrap
}

.uiText-borderl-none {
	border-left: none
}

.uiText-borderr-none {
	border-right: 0
}

.uiText-helpIcon {
	margin: 6px 0 0 8px;
	width: 16px;
	height: 16px;
	background: url(../images/ico/tipico.png) no-repeat;
	cursor: pointer
}

.uiRadio12 {
	padding-left: 20px;
	margin-right: 20px;
	line-height: 18px;
	display: inline-block
}

.uiRadio12-input {
	margin: 2px 0 0 -18px;
	float: left
}

.uiRadio14 {
	padding-left: 20px;
	margin-right: 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px
}

.uiRadio14-input {
	margin: 3px 0 0 -18px;
	width: 15px;
	height: 15px;
	float: left
}

.uiImgUpload {
	border-radius: 2px;
	overflow: hidden
}

.uiImgUpload a {
	display: block;
	height: 100%;
	position: relative
}

.uiImgUpload .file {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2
}

.uiImgUpload .file-ico {
	position: absolute;
	left: 50%;
	top: 50%
}

.uiImgUpload-gblock {
	border: 1px dashed #ccc;
	background: #f4f4f4
}

.uiImgUpload-gblock .file-ico {
	background-position: 0 -150px;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px
}

.uiImgUpload-bblock {
	border: 1px dashed #09f;
	background: #fff
}

.uiImgUpload-bblock .file-ico {
	background-position: -56px -150px;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px
}

.uiImgUpload-gline {
	border: 1px solid #ccc;
	background: #f4f4f4
}

.uiImgUpload-gline .file-ico {
	background-position: -112px -134px;
	width: 66px;
	height: 66px;
	margin: -33px 0 0 -33px
}

.uiImgUpload-bline {
	border: 1px solid #09f;
	background: #fff
}

.uiImgUpload-bline .file-ico {
	background-position: -184px -134px;
	width: 66px;
	height: 66px;
	margin: -33px 0 0 -33px
}

.InchPhotos {
	width: 128px;
	height: 180px;
	overflow: hidden
}

.upload-p {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center
}

.uiBtn-small,
.uiBtn-small-no {
	padding: 0 10px;
	height: 24px;
	line-height: 22px;
	vertical-align: middle
}

.uiBtn-normal,
.uiBtn-normal-no {
	padding: 0 16px;
	height: 28px;
	line-height: 26px;
	vertical-align: middle
}

.uiBtn-large,
.uiBtn-large-no {
	padding: 0 16px;
	height: 30px;
	line-height: 28px
}

.uiBtn-blue {
	text-align: center;
	background: #09f;
	color: #fff;
	cursor: pointer;
	border: 1px solid #09f;
	border-radius: 3px
}

.uiBtn-blue-no {
	text-align: center;
	background: #33adff;
	color: #99d6ff;
	cursor: not-allowed;
	border: 1px solid #33adff;
	border-radius: 3px
}

.uiBtn-blue:hover {
	background: #33adff;
	border: 1px solid #33adff
}

.uiBtn-blue:active {
	color: #06f;
	border: 1px solid #06f;
	background: #09f;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}

.uiBtn-gray {
	text-align: center;
	background: #f4f4f4;
	color: #666;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	border-radius: 3px
}

.uiBtn-gray-no {
	text-align: center;
	background: #f4f4f4;
	color: #999;
	cursor: not-allowed;
	border: 1px solid #e6e6e6;
	border-radius: 3px
}

.uiBtn-gray:hover {
	background: #e7e7e7;
	border: 1px solid #ddd
}

.uiBtn-gray:active {
	color: #575757;
	border: 1px solid #c6c6c6;
	background: #dadada;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}

.uiBtn-white {
	text-align: center;
	background: #fff;
	color: #666;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px
}

.uiBtn-white-no {
	text-align: center;
	background: #fff;
	color: #999;
	cursor: not-allowed;
	border: 1px solid #ccc;
	border-radius: 3px
}

.uiBtn-green {
	text-align: center;
	background: #3c6;
	color: #fff;
	cursor: pointer;
	border: 1px solid #3c6;
	border-radius: 3px
}

.uiBtn-green-no {
	text-align: center;
	background: #85d685;
	color: #c2ebc2;
	cursor: not-allowed;
	border: 1px solid #85d685;
	border-radius: 3px
}

.uiBtn-green:hover {
	background: #85d685;
	border: 1px solid #85d685
}

.uiBtn-green:active {
	color: #3c6;
	border: 1px solid #396;
	background: #396;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}

.uiBtn-red {
	text-align: center;
	background: #f33;
	color: #fff;
	cursor: pointer;
	border: 1px solid #f33;
	border-radius: 3px
}

.uiBtn-red-no {
	text-align: center;
	background: #ff5c5c;
	color: #ffaeae;
	cursor: not-allowed;
	border: 1px solid #ff5c5c;
	border-radius: 3px
}

.uiBtn-red:hover {
	background: #ff5c5c;
	border: 1px solid #ff5c5c
}

.uiBtn-red:active {
	color: #c03;
	border: 1px solid #c03;
	background: #ff5c5c;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}

.uiBtn-orange {
	text-align: center;
	background: #f93;
	color: #fff;
	cursor: pointer;
	border: 1px solid #f93;
	border-radius: 3px
}

.uiBtn-orange-no {
	text-align: center;
	background: #ffad5c;
	color: #ffd6ae;
	cursor: not-allowed;
	border: 1px solid #ffad5c;
	border-radius: 3px
}

.uiBtn-orange:hover {
	background: #ffad5c;
	border: 1px solid #ffad5c
}

.uiBtn-orange:active {
	color: #f63;
	border: 1px solid #f63;
	background: #f93;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}

.uiSwitch1 {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 18px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 50px;
	vertical-align: middle
}

.uiSwitch-btn1 {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 14px;
	height: 14px;
	background: #ccc;
	border-radius: 50%
}

.uiSwitch1-blue-on {
	border: 0;
	background: #09f
}

.uiSwitch1-blue-on .uiSwitch-btn1,
.uiSwitch1-green-on .uiSwitch-btn1 {
	left: 18px;
	top: 2px;
	background: #fff
}

.uiSwitch1-green-on {
	border: 0;
	background: #3c6
}

.uiSwitch2 {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 6px;
	background: #ccc;
	border-radius: 10px;
	vertical-align: middle
}

.uiSwitch2-blue-on,
.uiSwitch2-blue-on .uiSwitch-btn2 {
	background: #09f
}

.uiSwitch2-green-on,
.uiSwitch2-green-on .uiSwitch-btn2 {
	background: #3c6
}

.uiSwitch-btn2 {
	position: absolute;
	left: 0;
	top: -6px;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%
}

.uiSwitch2-blue-on .uiSwitch-btn2,
.uiSwitch2-green-on .uiSwitch-btn2 {
	left: 12px;
	border: 0
}

.uiSwitch3 {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 50px;
	vertical-align: middle
}

.uiSwitch-btn3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%
}

.uiSwitch3-blue-on {
	border: 0;
	background: #09f
}

.uiSwitch3-blue-on .uiSwitch-btn3,
.uiSwitch3-green-on .uiSwitch-btn3 {
	left: 15px;
	top: 1px;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 0
}

.uiSwitch3-green-on {
	border: 0;
	background: #3c6
}

.circlelarge-btn {
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: relative
}

.circlelarge-btn {
	border-radius: 50%
}

.circlelarge-btn i,
.squrelarge-btn i {
	width: 30px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -14px 0 0 -15px
}

.circlelarge-download i {
	background-position: 0 -40px
}

.circlelarge-delete i {
	background-position: -35px -40px
}

.circlelarge-upload i {
	background-position: -70px -40px
}

.circlelarge-view i {
	background-position: -105px -40px
}

.circlelarge-plusgray i,
.squrelarge-btn i {
	background-position: 0 -78px
}

.circlelarge-pluswhite i {
	background-position: -35px -78px
}

.circlelarge-pluswhite {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.squrelarge-btn {
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: relative
}

.uiedit-btn {
	width: 34px;
	height: 34px;
	border-radius: 50%
}

.uiedit-btn i {
	background-position: -188px 0;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -6px
}

.cWhite {
	color: #fff
}

.cDeepGray {
	color: #333
}

.cGray {
	color: #666
}

.cLightGray {
	color: #999
}

.cRed {
	color: #f33
}

.cGreen {
	color: #3c6
}

.cOrange {
	color: #f93
}

.cBlue {
	color: #09f
}

.bgBlue {
	background: #09f
}

.bgRed {
	background: #f33
}

.bgGreen {
	background: #3c6
}

.bgOrange {
	background: #f93
}

.bgGray {
	background: #ccc
}

.bgWhite {
	background: #fff
}

.uiTable,
.uiTable-borderNone,
.uiTable-transverse,
.uiTableLeft,
.uiTableRight {
	width: 100%;
	font-size: 12px
}

.uiTable td {
	height: 35px
}

.uiTableLeft tr td,
.uiTableLeft tr th {
	text-align: left
}

.uiTableRight tr td,
.uiTableRight tr th {
	text-align: right
}

.uiTable-transverse tr td,
.uiTable-transverse tr th {
	border: 0;
	border-bottom: 1px solid #ddd
}

.uiTable-borderNone,
.uiTable-borderNone tr td,
.uiTable-borderNone tr th {
	border: 0
}

.uiTalk-icon {
	position: absolute;
	width: 6px;
	height: 10px
}

.uiTalk-icon-left {
	left: -5px
}

.uiTalk-icon-right {
	right: -5px
}

.uiTalk-iframe {
	line-height: 18px;
	max-width: 300px;
	border-radius: 3px
}

.uiTalk34 .uiTalk-iframe {
	padding: 7px 10px 7px 8px;
	font-size: 14px
}

.uiTalk30 .uiTalk-iframe {
	padding: 5px 10px 5px 8px;
	font-size: 12px
}

.uiTalk34 .uiTalk-icon {
	top: 14px
}

.uiTalk30 .uiTalk-icon {
	top: 10px
}

.uiTalkGray .uiTalk-icon-left {
	background: url(../images/ico/talk_leftIcon.png) no-repeat
}

.uiTalkBlue .uiTalk-icon-right {
	background: url(../images/ico/talk_rightIcon.png) no-repeat
}

.uiTalkGray .uiTalk-iframe {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, .4)
}

.uiTalkBlue .uiTalk-iframe {
	background: #09f;
	border: 1px solid #09f;
	color: #fff
}

.star_scorePs1 .star_score {
	height: 18px;
	position: relative
}

.star_scorePs1 .star_score a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/ico/stars_default.png);
	background-repeat: no-repeat
}

.star_scorePs1 .star_score .right {
	background-position: right 0
}

.star_scorePs1 .star_score .clibg {
	background-image: url(../images/ico/stars_checked.png)
}

.star_scorePs1 .star_score .right.clibg {
	background-repeat: no-repeat
}

.star_scorePs2 .star_score {
	height: 18px;
	position: relative
}

.star_scorePs2 .star_score a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/ico/stars_default2.png);
	background-repeat: no-repeat
}

.star_scorePs2 .star_score .right {
	background-position: right 0
}

.star_scorePs2 .star_score .clibg {
	background-image: url(../images/ico/stars_checked2.png)
}

.star_scorePs2 .star_score .right.clibg {
	background-repeat: no-repeat
}

.star_scorePs3 .star_score {
	height: 18px;
	position: relative
}

.star_scorePs3 .star_score a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(../images/ico/stars_default3.png);
	background-repeat: no-repeat
}

.star_scorePs3 .star_score .right {
	background-position: right 0
}

.star_scorePs3 .star_score .clibg {
	background-image: url(../images/ico/stars_checked3.png)
}

.star_scorePs3 .star_score .right.clibg {
	background-repeat: no-repeat
}

.uiBar {
	width: 100%;
	height: 12px;
	background: #ebebeb;
	border-radius: 10px;
	position: relative;
	text-align: left
}

.uiBar-hor {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 10px
}

.uiBar-num {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -30px;
	font-size: 10px;
	line-height: 12px;
	width: 60px;
	text-align: center
}

.uiTab1 {
	height: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #666
}

.uiTab1 li {
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	float: left
}

.uiTab1 li a {
	display: block;
	height: 100%;
	padding: 0 15px;
	border-bottom: 2px solid transparent
}

.uiTab1 .uiTab1-active a,
.uiTab1 li a:hover {
	border-bottom-color: #09f;
	color: #09f
}

.uiTab2 {
	font-size: 14px;
	color: #666
}

.uiTab2 li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	float: left
}

.uiTab2 li a {
	display: block;
	padding: 0 18px
}

.uiTab2 .uiTab2-active {
	border: 1px solid #09f;
	border-bottom: 1px solid #fff;
	border-radius: 2px
}

.uiTab2 li a:hover,
.uiTab2 .uiTab2-active a {
	color: #09f
}

.uiTab3 {
	font-size: 14px;
	color: #666
}

.uiTab3 li {
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	cursor: pointer;
	float: left
}

.uiTab3 li a {
	border: 1px solid #ccc;
	display: block;
	border-radius: 2px;
	height: 100%;
	padding: 0 18px
}

.uiTab3 li a:hover,
.uiTab3 .uiTab3-active a {
	background: #09f;
	border: 1px solid #09f;
	color: #fff
}

.uiTab4 {
	font-size: 14px;
	color: #666
}

.uiTab4 li {
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #ccc;
	cursor: pointer;
	float: left
}

.uiTab4 li a {
	padding: 0 30px
}

.uiTab4 li a:hover,
.uiTab4 .uiTab4-active a {
	color: #09f
}

.uiTab4 .border-rNone {
	border-right: 0
}

.uiTab5 {
	font-size: 14px;
	color: #666
}

.uiTab5 li {
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 18px;
	margin-right: 15px;
	cursor: pointer;
	background: #ccc;
	color: #fff
}

.uiTab5 li i {
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/ico/right_triangleOff.PNG) no-repeat
}

.uiTab5 .uiTab5-active {
	background: #09f;
	z-index: 2
}

.uiTab5 .uiTab5-active .uiTab-i {
	background: url(../images/ico/right_triangleOn.PNG) no-repeat
}

.uiTab6 {
	font-size: 14px;
	color: #666
}

.uiTab6 li {
	margin-left: -11px;
	cursor: pointer
}

.uiTab6 li div {
	padding: 0 18px;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff
}

.uiTab6 li em {
	width: 0;
	height: 0;
	border-top: 30px solid #ccc;
	border-right: 12px solid transparent
}

.uiTab6 li i {
	width: 0;
	height: 0;
	border-bottom: 30px solid #ccc;
	border-left: 12px solid transparent
}

.uiTab6 .uiTab6-active .uiTab-type {
	padding: 0 18px;
	background: #09f;
	color: #fff
}

.uiTab6 .uiTab6-active .uiTab-i1 {
	border-bottom: 30px solid #09f;
	border-left: 12px solid transparent
}

.uiTab6 .uiTab6-active .uiTab-i2 {
	border-top: 30px solid #09f;
	border-right: 12px solid transparent
}

.uiTab7 {
	font-size: 14px;
	color: #666
}

.uiTab7 li {
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	border: 1px solid #ccc;
	border-left: none;
	cursor: pointer
}

.uiTab7 .uifirst {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px solid #ccc
}

.uiTab7 .uiTab7-active,
.uifirst .uiTab7-active.uifirst {
	background: #09f;
	color: #fff;
	border-color: #09f
}

.uiTab7 .uilast {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.uiTab8 {
	height: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #666
}

.uiTab8 li {
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	margin-right: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #f4f4f4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.uiTab8 .uiTab8-active {
	border-bottom-color: #fff;
	color: #09f;
	background: #fff
}

.uiTab9 {
	border-bottom: 1px solid #6ac2f7;
	height: 32px
}

.uiTab9 li {
	font-size: 12px;
	min-width: 54px;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	float: left;
	margin-top: 5px;
	text-align: center
}

.uiTab9 .uiTab9-active {
	border: 1px solid #6ac2f7;
	border-bottom: 2px solid #fff;
	border-top: 4px solid #09f;
	height: 32px;
	line-height: 30px;
	margin-top: 0;
	background-color: #fff;
	color: #666
}

.uiTab10 {
	border-bottom: 1px solid #6ac2f7;
	height: 32px
}

.uiTab10 li {
	font-size: 12px;
	min-width: 42px;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	float: left;
	margin-top: 5px;
	text-align: center
}

.uiTab10 .uiTab10-active {
	border: 1px solid #6ac2f7;
	border-bottom: 2px solid #fff;
	border-top: 4px solid #09f;
	height: 32px;
	line-height: 30px;
	margin-top: 0;
	background-color: #fff;
	color: #666
}

.uiLayer-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 100
}

.uiLayer-boxBig {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	margin: -320px 0 0 -500px;
	width: 1000px;
	height: 640px;
	background: #fff;
	border: 1px solid #ccc
}

.uiLayer-width {
	margin-top: 50px;
	padding: 20px;
	height: 540px;
	overflow-y: auto
}

.uiLayer-title {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 20px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	background: #f4f4f4;
	color: #333
}

.uiLayer-title h3 {
	font-weight: 400
}

.uiLayer-close {
	margin-top: 13px;
	width: 13px;
	height: 13px;
	background: url(../images/ico/layer_close.png) no-repeat
}

.uiLayer-summary {
	font-size: 14px;
	font-weight: 400
}

.uiLayer-cont {
	margin-top: 18px;
	max-width: 710px;
	color: #999
}

.uiLayer-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%
}

.uiLayer-boxInto1 {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	margin: -240px 0 0 -380px;
	width: 760px;
	height: 480px;
	background: #fff;
	border: 1px solid #ccc
}

.uiLayer-boxInto1 .uiLayer-width {
	height: 380px
}

.uiLayer-boxInto1 .uiLayer-title {
	font-size: 14px
}

.uiLayer-boxInto2 {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	margin: -150px 0 0 -240px;
	width: 480px;
	height: 300px;
	background: #fff;
	border: 1px solid #ccc
}

.uiLayer-boxInto1 .uiLayer-width {
	height: 200px
}

.uiLayer-boxInto2 .uiLayer-title {
	font-size: 12px
}

.uiLayer-boxSmall {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	margin: -60px 0 0 -170px;
	width: 340px;
	height: 120px;
	background: #fff;
	border: 1px solid #ccc
}

.uiLayer-boxSmall .uiLayer-width {
	margin-top: 38px;
	padding: 10px;
	height: 32px;
	overflow: hidden
}

.uiLayer-boxSmall .uiLayer-title {
	padding: 0 10px;
	font-size: 12px
}

.uiLayer-boxSmall .uiLayer-cont {
	margin-top: 0
}

.uiLayer-boxSmall .uiLayer-btn {
	padding: 10px
}

.uiLayer-success {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 6px 10px;
	width: 250px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 101
}

.uiLayer-success i {
	margin: 2px 6px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/ico/iconMain.png) -22px 0 no-repeat
}

.uiLayer-fail {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 6px 10px;
	width: 250px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 101
}

.uiLayer-fail i {
	margin: 2px 6px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/ico/iconMain.png) -45px 0 no-repeat
}

.uiPromt1-ccc,
.uiPromt1-fail,
.uiPromt1-into,
.uiPromt1-success,
.uiPromt1-warn {
	display: inline-block;
	font-size: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer
}

.uiPromt2-ccc,
.uiPromt2-fail,
.uiPromt2-into,
.uiPromt2-success,
.uiPromt2-warn {
	display: inline-block;
	font-size: 12px;
	width: 29px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer
}

.uiPromt3-ccc,
.uiPromt3-fail,
.uiPromt3-into,
.uiPromt3-success,
.uiPromt3-warn {
	font-size: 12px;
	display: inline-block;
	width: 10px;
	height: 10px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer
}

.uiPromt4-ccc,
.uiPromt4-fail,
.uiPromt4-into,
.uiPromt4-success,
.uiPromt4-warn {
	font-size: 12px;
	display: inline-block;
	width: 28px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	cursor: pointer
}

.uiPromt5-ccc,
.uiPromt5-fail,
.uiPromt5-into,
.uiPromt5-success,
.uiPromt5-warn {
	display: inline-block;
	font-size: 12px;
	width: 38px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	cursor: pointer
}

.ui-next,
.ui-prev,
.uiPage1-active,
.uiPage1-page,
.uiPage1-span {
	min-width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border-radius: 2px;
	padding: 0 8px;
	display: inline-block;
	font-size: 12px
}

.uiPage1 .ui-next,
.uiPage1 .ui-prev,
.uiPage1 .uiPage1-active,
.uiPage1 .uiPage1-page {
	border: 1px solid #ccc
}

.uiPage1-span,
.uiPage-text,
.uiPage-value,
.uiPage1 .ui-prev,
.uiPage1-page,
.uiPage1-active {
	margin-right: 5px
}

.ui-next:hover,
.ui-prev:hover,
.uiPage1-active,
.uiPage1-page:hover {
	background: #09f;
	color: #fff
}

.uiPage1 .ui-next:hover,
.uiPage1 .ui-prev:hover,
.uiPage1 .uiPage1-active,
.uiPage1 .uiPage1-page:hover {
	border-color: #09f
}

.uiPage-value {
	width: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.uiPage-value input {
	border-radius: 2px;
	height: 24px;
	line-height: 24px;
	text-align: center
}

.uiPage-text {
	line-height: 24px;
	font-size: 12px
}

.uiTitle1 {
	font-size: 16px;
	font-weight: normal
}

.uiTitle1 .uiTitle-icon {
	margin-top: 5px;
	width: 4px;
	height: 12px;
	background: #09f;
	display: inline-block
}

.uiTitle2,
.uiTitle3 {
	font-size: 14px;
	font-weight: normal
}

.uiTitle2 .uiTitle-icon {
	margin-top: 4px;
	width: 4px;
	height: 12px;
	background: #09f;
	display: inline-block
}

.uiTitle3 .uiTitle-icon {
	color: #09f
}

.circlemark {
	position: absolute;
	right: 10px;
	top:50%;
	margin-top: -12.5px;
}

.circlemark-rs {
	position: absolute;
	right: 45px;
	top:50%;
	margin-top: -12.5px;
}

.analyItemCon {
	position: relative;
}

.circlemark,
.showstips {
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.circlemark-yellow {
	border: 1px dotted #FF9900;
	color: #FF9900;
	border-radius: 100%;
}

.circlemark-lightGreen {
	border: 1px dotted #99cc00;
	color: #99cc00;
	border-radius: 100%;
}

.circlemark-lightRed {
	border: 1px dotted #FF3333;
	color: #FF3333;
	border-radius: 100%;
}

.circlemark-red {
	border: 1px dotted #FF6633;
	color: #FF6633;
	border-radius: 100%;
}

.circlemark-deepRed {
	border: 1px dotted #660000;
	color: #660000;
	border-radius: 100%;
}

.circlemark-gray {
	border: 1px dotted #666;
	color: #666;
	border-radius: 100%;
}

.circlemark-green {
	border: 1px dotted #00CC00;
	color: #00CC00;
	border-radius: 100%;
}

.analyItemCon p {
	font-size: 12px;
	line-height: 28px;
}

.pr8 {
	padding-right: 8px;
}

.mr2{
	margin-right: 2px;
}

.fixedtips {
	background: url(../images/pic/fixedtipsbg.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.fixedtipscon {
	max-width: 100%;
    min-height: 40px;
    max-height:106px;
    padding: 5px;
	position: absolute;
	right: 22px;
	top: 0px;
	background: #fff;
	border: 1px solid #1fa5fe;
	color: #666;
	display: none;
}

.fixedtipscon i {
	background: url(../images/pic/fixedtipconbg.png) no-repeat;
	width: 12px;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: -12px;
	top: 0px;
}

.fixedtipscon p {
	line-height: 20px;
	max-height: 96px;
	overflow-y: auto;
    overflow-x: hidden;
}
.thSortBox{
	height: 37px;
	line-height: 37px;
}
.thSort{
	float: left;
	padding-left: 5px;
}
.thSortA{
	display: block;
	padding: 0px 2px;
}
.thSortAt{
	padding-top: 12px;
}
.thSortAb{
	padding-bottom: 12px;
}
.thSortI{
	display: block;
	width: 8px;
	height: 5px;
}
.thSort-up{
	background: url(../images/ico/upNumOff.png) no-repeat;
}
.thSort-down{
	margin-top: 3px;
	background: url(../images/ico/downNumOff.png) no-repeat;
}
.thSortA:hover .thSort-up{
	background: url(../images/ico/upNumOn.png) no-repeat;
}
.thSortA:hover .thSort-down{
	background: url(../images/ico/downNumOn.png) no-repeat;
}
.scroll-content td{
	position: relative;
}
.scroll-content .trNew{
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 6px;
    height: 6px;
    color: #fff;
    border-radius: 50%;
    background: #f33;
}
.titleNew{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 3px;
	top: 3px;
	background: #f33;
	border-radius: 50%;
}
