@charset "utf-8";


iframe {
	display: block;
	border: 0
}

a:focus {
	outline: 0
}

.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
}
.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
}



.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;
}

.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
}



.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;
}
.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%;
}