/*
 * 可共用部分
 */
*{box-sizing: border-box;}
ul,ol,li {list-style:none}
img{border:0}
button,a,select{cursor: pointer;}
label{font-weight: normal;}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.sh-vibgcolor-green{
	background-color: #61cfbe;
}
.sh-vibgcolor-red{
	background-color: #ff5b91;
}
.sh-vicolor-green{
	color: #61cfbe;
}
.sh-vicolor-red{
	color: #ff5b91;
}
.sh-vicolor-lightgrey{
	color: #999999;
}
a.green-link,a.green-link:hover{
	color: #61cfbe;
	text-decoration: none;
}
a.red-link,a.red-link:hover{
	color: #ff5b91;
	text-decoration: none;
}

/*
 * 用户注册界面
 */
.sh-register-container{
	background-color: #F5F5F5;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 40px 0 30px 0;
}
.sh-register-main{
	width: 1120px;
	background-color: #FFFFFF;
	padding: 20px;
	color: #333333;
	font-size: 14px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-register-title{
	width: 100%;
	height: 40px;
}
.sh-register-form{
	width: 600px;
	height: auto;
	margin: 40px auto 40px auto;
	overflow-y: auto;
}
.sh-register-form ul li{
	padding: 10px 5px 10px 5px;
	line-height: 40px;
	display: block;
	float: left;
}
.sh-register-form ul li:nth-child(odd){
	width: 110px;
	text-align: right;
}
.sh-register-form ul li:nth-child(even){
	width: 490px;
	text-align: left;
	overflow-y: auto;
	color: #666666;
}
.sh-register-form .input-text{
	background-color: #f1f1f1;
	padding: 0 5px 0 5px;
	float: left;
	height: 40px;
	border: none;
}
.sh-register-form .button-verify{
	background-color: #61cfbe;
	height: 40px;
	margin-left: 10px;
	float: left;
	border: none;
	color: #FFFFFF;
}
.sh-register-form .input-warning{
	display: inline-block;
	padding: 0 5px 0 5px;
	min-width: 200px;
	line-height: 30px;
	color: #ff5b91;
	float: left;
}
.sh-register-form .button-register{
	border-radius: 3px;
	background-color: #61cfbe;
	width: 420px;
	height: 40px;
	float: left;
	border: none;
	color: #FFFFFF;
}
.sh-register-input-radio {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-register-input-radio-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	width:auto;
	white-space: nowrap; 
	height:40px; 
	padding-left: 23px;
	background:url(../img/register/radio.png) no-repeat center left;
}
.sh-register-input-radio:checked+.sh-register-input-radio-custom{
	background:url(../img/register/radio_active.png) no-repeat center left;
}
.sh-register-input-checkbox {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-register-input-checkbox-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	width:auto;
	white-space: nowrap; 
	height:40px; 
	padding-left: 23px;
	background:url(../img/register/checkbox.png) no-repeat center left;
}
.sh-register-input-checkbox:checked+.sh-register-input-checkbox-custom{
	background:url(../img/register/checkbox_active.png) no-repeat center left;
}

/*
 * 用户找回密码
 */
.sh-findpwd-container{
	background-color: #F5F5F5;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 40px 0 30px 0;
}
.sh-findpwd-main{
	width: 1120px;
	background-color: #FFFFFF;
	padding: 20px;
	color: #333333;
	font-size: 14px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-findpwd-title{
	width: 100%;
	height: 40px;
}
.sh-findpwd-form{
	width: 600px;
	height: auto;
	margin: 40px auto 40px auto;
	overflow-y: auto;
}
.sh-findpwd-form ul li{
	padding: 10px 5px 10px 5px;
	line-height: 40px;
	display: block;
	float: left;
}
.sh-findpwd-form ul li:nth-child(odd){
	width: 110px;
	text-align: right;
}
.sh-findpwd-form ul li:nth-child(even){
	width: 490px;
	text-align: left;
	overflow-y: auto;
	color: #666666;
}
.sh-findpwd-form .input-text{
	background-color: #f1f1f1;
	padding: 0 5px 0 5px;
	float: left;
	height: 40px;
	border: none;
}
.sh-findpwd-form .button-verify{
	background-color: #61cfbe;
	height: 40px;
	margin-left: 10px;
	float: left;
	border: none;
	color: #FFFFFF;
}
.sh-findpwd-form .button-verify-img{
	height: 40px;
	margin-left: 10px;
	float: left;
	border: none;
}
.sh-findpwd-form .input-warning{
	display: inline-block;
	padding: 0 5px 0 5px;
	min-width: 200px;
	line-height: 30px;
	color: #ff5b91;
	float: left;
}
.sh-findpwd-form .button-find{
	border-radius: 3px;
	background-color: #61cfbe;
	width: 420px;
	height: 40px;
	float: left;
	border: none;
	color: #FFFFFF;
}

/*
 * 网红认证界面
 */
.sh-star-apply-container{
	background-color: #F5F5F5;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 40px 0 30px 0;
}
.sh-star-apply-main{
	width: 1120px;
	background-color: #FFFFFF;
	padding: 20px 40px 20px 40px;
	color: #333333;
	font-size: 14px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-star-apply-title{
	width: 100%;
	height: 40px;
}
.sh-star-apply-form{
	width: 1040px;
	height: auto;
	line-height: 40px;	
	margin-top: 30px;
	overflow: visible;
}
.sh-star-apply-form-subtitle{	
	color: #999999;
	border-bottom: 1px solid #E7E7E7;
}
.sh-star-apply-form-subtitle span{
	font-weight: bold;
}
.sh-star-apply-form ul{
	height: auto;
	overflow-y: auto;
}
.sh-star-apply-form ul li{
	padding: 10px 5px 10px 5px;
	min-height: 60px;
	line-height: 40px;
	display: block;
	float: left;
}
.sh-star-apply-form ul li:nth-child(odd){
	width: 110px;
	text-align: right;
	vertical-align:middle; 
}
.sh-star-apply-form ul li:nth-child(even){
	width: 930px;
	text-align: left;
	overflow-y: auto;
	color: #666666;
}
.sh-star-apply-form .sh-star-apply-form-lastli{
	margin-top: 10px;
	width: 1040px;
	height: 40px;
	text-align: center;
}
.sh-star-apply-form .button-save{
	border-radius: 3px;
	background-color: #61cfbe;
	width: 420px;
	height: 40px;
	border: none;
	color: #FFFFFF;
}
.sh-star-apply-form .input-text{
	background-color: #f1f1f1;
	padding: 0 5px 0 5px;
	float: left;
	height: 40px;
	border: none;
}
.sh-star-apply-form .input-warning{
	display: inline-block;
	padding: 0 5px 0 5px;
	min-width: 200px;
	line-height: 30px;
	color: #ff5b91;
	float: left;
}
.sh-star-apply-input-file {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-star-apply-input-file-custom{
	cursor:pointer;
	display: block;
	width: 100px;
	height: 100px;
}
.sh-star-apply-input-radio {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-star-apply-input-radio-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	width:auto;
	white-space: nowrap; 
	height:40px; 
	padding-left: 23px;
	background:url(../img/star/star_apply_radio.png) no-repeat center left;
}
.sh-star-apply-input-radio:checked+.sh-star-apply-input-radio-custom{
	background:url(../img/star/star_apply_radio_active.png) no-repeat center left;
}
.sh-star-apply-input-checkbox {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-star-apply-input-checkbox-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	text-align: center;
	width:auto;
	white-space: nowrap; 
	padding: 0 10px 0 10px;
	float: left;
	margin: 10px;
	background-color: #f1f1f1;
	color: #999999;
	line-height: 20px;
	border-radius: 10px;
	
}
/*.sh-star-apply-input-checkbox:checked+.sh-star-apply-input-checkbox-custom{
	background-color: #61cfbe;
	color: #FFFFFF;
}*/
.sh-star-apply-input-checkbox-custom.active{
	background-color: #61cfbe;
	color: #FFFFFF;
}
.sh-star-apply-service{
	width: 1040px;
	height: auto;
	line-height: 40px;	
	margin-top: 60px;
	overflow: visible;
}
.sh-star-apply-service .add-platform-id{
	margin-top: 10px;
	border: none;
	color: #ff5b91;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
}
.sh-star-apply-service .sh-star-apply-form-lastli{
	margin-top: 30px;
	width: 1040px;
	height: 40px;
	text-align: center;
}
.sh-star-apply-service .button-save{
	border-radius: 3px;
	background-color: #61cfbe;
	width: 420px;
	height: 40px;
	border: none;
	color: #FFFFFF;
}
.sh-star-apply-service-tabs{
	margin-top: 10px;
	width: 100%;
	height: 48px;
	background-color: #FFFFFF;
}
.sh-star-apply-service-tabs ul{
	width: 100%;
	height: 48px;
	position: relative;
}
.sh-star-apply-service-tabs ul li{
	width: 25%;
	float: left;	
	display: block;
}
.sh-star-apply-service-tabs ul li a{
	width: 100%;
	height: 48px;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border: 1px solid #e7e7e7;
	background-color: #FFFFFF;
	color: #999999;
	border-radius: 0px;
}
.sh-star-apply-service-tabs ul li.active a,.sh-star-apply-service-tabs ul li.active a:hover,.sh-star-apply-service-tabs ul li.active a:focus,.sh-star-apply-service-tabs ul li a:hover{
	background: #61cfbe;
	border: none;
	color: #FFFFFF;
}
.sh-star-apply-service-content{
	width: 100%;
	padding: 0px;
}
.sh-star-apply-service-content table{
	background-color: #FFFFFF;
	border: 1px solid #e7e7e7;
	width: 100%;
	color: #666666;
}
.sh-star-apply-service-content thead{
	background-color: #f6f6f6;
	
}
.sh-star-apply-service-content th,.sh-star-apply-service-content td{
	border-right: 1px solid #e7e7e7;
	text-align: center;
	font-weight: normal;
	word-break: break-all;
}
.sh-star-apply-service-content th:last-child,.sh-star-apply-service-content td:last-child{
	border:none;
}
.sh-star-apply-service-content tr:nth-child(even){
	background-color: #f6f6f6;
}
.sh-star-apply-service-td-service{
	margin: 10px;
	width: 300px;
	background-color: #ffffe4;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
}
.sh-star-apply-service-td-service ul{
	margin: 0;
}
.sh-star-apply-service-td-service ul li{
	width: 300px;
	border-bottom: 1px dotted #e7e7e7;
	padding: 5px;
	line-height: 20px;
	height: auto;
	overflow-y: auto;
}
.sh-star-apply-service-td-service ul li:last-child{
	border: none;
}
.sh-star-apply-service-td-service ul li .td-service-name{
	float: left;
	text-align: left;
	width: 160px;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.sh-star-apply-service-td-service ul li .td-service-price{
	float: right;
	text-align: right;
	width: 130px;
	white-space: nowrap;
	text-overflow:ellipsis;
}
/*
 * 网红认证界面  账号服务编辑
 */
.sh-star-apply-modal{
	width: 100%;
	height: auto;
	color: #000000;
	padding: 0;
}
.sh-star-apply-modal-dialog{
	width: 700px;
	height: auto;
}
.sh-star-apply-modal-container{
	margin: 50px auto 0 auto;
	border-radius: 0;
	border: none;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;	
	padding: 20px;
}
.sh-star-apply-modal-close-btn{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../img/star/star_apply_close.png) no-repeat center center;
	text-align: center;
	line-height: 20px;
	border: none;
}
.sh-star-apply-modal-title{
	width: 100%;
	height: auto;
	font-weight: bold;
	color: #61cfbe;
}
.sh-star-apply-modal-form{
	width: 100%;
	height: auto;
	overflow-y: auto;
}
.sh-star-apply-modal-form ul li{
	padding: 10px 5px 10px 5px;
	line-height: 40px;
	display: block;
	float: left;
}
.sh-star-apply-modal-form ul li:nth-child(odd){
	width: 110px;
	text-align: right;
}
.sh-star-apply-modal-form ul li:nth-child(even){
	width: 550px;
	text-align: left;
	overflow-y: auto;
}
.sh-star-apply-modal-form .input-select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../img/star/star_apply_select_bg.png) no-repeat right center;
	background-color: #f1f1f1;
	padding: 0 40px 0 5px;
	float: left;
	height: 40px;
	border: none;
}
.sh-star-apply-modal-form .input-text{
	background-color: #f1f1f1;
	padding: 0 5px 0 5px;
	height: 40px;
	border: none;
	float: left;
}
.sh-star-apply-modal-form .input-warning{
	display: inline-block;
	padding: 0 5px 0 5px;
	min-width: 200px;
	line-height: 30px;
	color: #ff5b91;
	float: left;
}
.sh-star-apply-modal-form .button-save{
	border-radius: 3px;
	background-color: #61cfbe;
	width: 200px;
	height: 40px;
	border: none;
	color: #FFFFFF;
}
.sh-star-apply-modal-form .button-service-add{
	border-radius: 3px;
	background-color: #FFFFFF;
	line-height: 38px;
	border: 1px solid #61cfbe;
	width: 200px;
	height: 40px;
	color: #61cfbe;
}
.sh-star-apply-modal-form ul li .old-platform-services{
	width: 540px;
	height: auto;
}
.sh-star-apply-modal-form ul li .old-platform-services .old-platform-services-item{
	width: 540px;
	height: auto;
	overflow: auto;
	vertical-align: top;
	margin-bottom: 5px;
}
.sh-star-apply-modal-form ul li .old-platform-services .old-platform-services-item .old-platform-services-item-name{
	width: 300px;
	padding: 0 5px 0 5px;
	float: left;
	text-overflow:ellipsis;
}
.sh-star-apply-modal-form ul li .old-platform-services .old-platform-services-item .old-platform-services-item-price{
	width: 200px;
	padding: 0 5px 0 5px;
	float: left;
	text-overflow:ellipsis;
}
.sh-star-apply-modal-form ul li .old-platform-services .old-platform-services-item .old-platform-services-item-close-btn{
	width: 40px;
	height: 40px;
	border: none;
	float: left;
	color: #61cfbe;
	background-color: #FFFFFF;
}
.sh-star-apply-modal-form ul li .new-platform-services{
	width: 540px;
	height: auto;
}
.sh-star-apply-modal-form ul li .new-platform-services .new-platform-services-item{
	width: 540px;
	vertical-align: top;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
}
.sh-star-apply-modal-form ul li .new-platform-services .new-platform-services-price{
	width: 60px;
	padding: 0 5px 0 5px;
	float: left;
	text-overflow:ellipsis;
	text-align: center;
}
.sh-star-apply-modal-form ul li .new-platform-services .new-platform-services-item .new-platform-services-item-close-btn{
	width: 40px;
	height: 40px;
	color: #61cfbe;
	background-color: #FFFFFF;
	border: none;
	float: left;
}

/*
 * 网红列表页
 */
.banner_star_list {
    position: relative;
    min-width: 1120px;
    width: 100%;
    height:236px;
    overflow: hidden;
}
.banner_star_list_banner {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
}
.sh-star-list-main{
	width: 1120px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-star-list-multi-selector{
	width: 1120px;
	height: auto;
	margin-top: 40px;
}
.sh-star-list-multi-selector-checkbox{
	width: 1120px;
	height: auto;
	overflow: auto;
}
.sh-star-list-multi-selector-checkbox ul li{
	width: 1120px;
	height: auto;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	line-height: 40px;
	overflow: auto;
	padding: 5px 0 5px 0;
}
.sh-star-list-multi-selector-checkbox ul li:first-child{
	border-top: 1px solid #e7e7e7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sh-star-list-multi-selector-checkbox ul li:last-child{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.sh-star-list-multi-selector-checkbox ul li .multi-selector-checkbox-title{
	width: 110px;
	height: auto;
	padding: 0 5px 0 5px;
	float: left;
	font-weight: bold;
	text-align: right;
}
.sh-star-list-multi-selector-checkbox ul li .multi-selector-checkbox-checkboxs{
	width: 1008px;
	height: auto;
	padding: 0 5px 0 5px;
	float: left;
}
.sh-star-list-checkbox-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	text-align: center;
	width:auto;
	white-space: nowrap; 
	padding: 0 10px 0 10px;
	float: left;
	margin: 10px;
	background-color: #f1f1f1;
	color: #999999;
	line-height: 20px;
	border-radius: 10px;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.sh-star-list-checkbox-custom.active{
	background-color: #61cfbe;
	color: #FFFFFF;
}
.sh-star-list-multi-selector-selected{
	width: 1120px;
	height: auto;
	overflow: auto;
}
.sh-star-list-multi-selector-selected .multi-selector-selected-title{
	width: 110px;
	height: auto;
	padding: 0 5px 0 5px;
	line-height: 40px;
	float: left;
	text-align: right;
}
.sh-star-list-multi-selector-selected .multi-selector-selected-checkboxs{
	width: 1008px;
	height: auto;
	padding: 0 5px 0 5px;
	float: left;
}
.sh-star-list-multi-selector-selected .multi-selector-selected-checkboxs span.selected-checkboxs{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	text-align: left;
	width:auto;
	white-space: nowrap; 
	padding: 0 0 0 5px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	color: #61cfbe;
	border: 1px solid #61cfbe;
	line-height: 18px;
	border-radius: 3px;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
/*
 * 网红列表 列表部分
 */
.sh-star-list-content{
	width: 1120px;
	height: auto;
	margin: 30px 0 40px 0;
}
.sh-star-list-content-table{
	width: 1120px;
	height: auto;
}
.sh-star-list-content-table table{
	background-color: #FFFFFF;
	width: 1120px;
	color: #666666;
	text-align: center;
}
.sh-star-list-content-table thead tr{
	background-color: #f6f6f6;	
	border: 1px solid #e7e7e7;
}
.sh-star-list-content-table th{
	border-right: 1px solid #e7e7e7;	
	font-weight: normal;
	text-align: center;
	line-height: 40px;
}
.sh-star-list-content-table th:last-child{
	border:none;
}
.sh-star-list-content-table tbody tr{	
	border-bottom: 1px solid #e7e7e7;	
}
.sh-star-list-content-table tbody td{
	padding: 10px 0 10px 0;	
}
.sh-star-list-content-table tbody td .star-header-img{
	position: relative;
	width: 160px;
	height: 160px;
	border-radius: 3px;
	overflow: hidden;
}
.sh-star-list-content-table tbody td .star-header-img .star-header-img-name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 30px;
	background: url(../img/star/list_pic_bg.png) repeat-x;
	color: #FFFFFF;
	line-height: 30px;
}
.sh-star-list-content-table tbody td .sh-star-list-star-label{
	display:inline-block; 
	vertical-align:middle; 
	text-align: center;
	width:auto;
	white-space: nowrap; 
	padding: 0 10px 0 10px;
	margin: 10px 5px 10px 5px;
	line-height: 20px;
	border-radius: 10px;
	background-color: #61cfbe;
	color: #FFFFFF;
	font-weight: normal;
}
.sh-star-list-content-table tbody td .sh-star-list-star-platform{
	width: 288px;
	height: auto;
	overflow-y: auto;
	margin: 36px;
}
.sh-star-list-content-table tbody td .sh-star-list-star-platform li{
	cursor: pointer;
	width: 72px;
	height: 72px;
	overflow-y: auto;
	border: none;
	padding: 6px;
	display: block;
	float: left;
	border-radius: 10px;
}
.sh-star-list-content-table tbody td .sh-star-list-star-platform li.active{
	border: 2px solid #61cfbe;
	padding: 4px;
}
.sh-star-list-content-table tbody td .sh-star-list-star-platform li.show-more-platform{
	line-height: 60px;
}
.sh-star-list-content-pager{
	width: 1120px;
	height: 40px;
	color: #666666;
	margin-top: 30px;
}
.sh-star-list-content-pager .sh-star-list-content-pager-left{
	width: 400px;
	height: 40px;
	line-height: 40px;
	float: left;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right{
	width: 720px;
	height: 40px;
	float: right;
	text-align: right;
	padding: 8px 0 8px 0;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right a{
	margin-left: 3px;
	display: inline-block;
	border-radius: 3px;
	background-color: #F3F3F3;
	border: 1px solid #E7E7E7;	
	min-width: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0 5px 0 5px;
	color: #666666;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right a:hover{
	color: #61cfbe;
	text-decoration: none;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right a.selected{
	color: #61cfbe;
	border: none;
	background-color: #FFFFFF;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right a.disable{
	color: #e7e7e7;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right .input-text{
	width: 50px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;	
	line-height: 22px;
	text-align: center;
	padding: 0 5px 0 5px;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right .button-jump{
	display: inline-block;
	border-radius: 3px;
	background-color: #F3F3F3;
	border: 1px solid #E7E7E7;	
	min-width: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0 5px 0 5px;
	color: #666666;
}
.sh-star-list-content-pager .sh-star-list-content-pager-right .button-jump:hover{
	color: #61cfbe;
	text-decoration: none;
}
.sh-star-list-star-platform-float{
	position: absolute;
	border: solid #E7E7E7 1px;
	border-radius: 3px;
	background-color: #FFFFFF;
	width: 360px;
	height: auto;
	min-height: 100px;
	padding: 35px;
	z-index: 999;
	color: #333333;
	top: 0px;
	left: 0px;
}
.sh-star-list-star-platform-float li{
	cursor: pointer;
	width: 72px;
	height: 72px;
	overflow-y: auto;
	border: none;
	padding: 6px;
	display: block;
	float: left;
	border-radius: 10px;
}
.sh-star-list-star-platform-float li.active{
	border: 2px solid #61cfbe;
	padding: 4px;
}

/*
 * 网红详情页面
 */
.sh-star-index-container{
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 10px 0 30px 0;
	border-top: 3px solid #61cfbe;
}
.sh-star-index-main{
	width: 1120px;
	color: #666666;
	font-size: 14px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-star-index-path{
	width: 1120px;
	height: auto;
	line-height: 30px;
}
.sh-star-index-banner{
	width: 1120px;
	height: auto;
	min-height: 260px;
	background: url(../img/star/index_banner_bg.jpg) no-repeat center top;
}
.sh-star-index-banner-header{
	width: 200px;
	padding-top: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	color: #333333;
}
.sh-star-index-banner-labels{
	width: 1120px;
	padding:0 60px 0 60px;
	text-align: center;
	line-height: 20px;
	color: #333333;
	height: auto;
	overflow-y: auto;
}
.sh-star-index-banner-labels span{
	display:inline-block; 
	vertical-align:middle; 
	text-align: center;
	width:auto;
	white-space: nowrap; 
	padding: 0 10px 0 10px;
	margin: 10px;
	background-color: #61cfbe;
	color: #FFFFFF;
	line-height: 20px;
	border-radius: 10px;
}
.sh-star-index-banner-labels span.star-label-title{
	background-color: #FFFFFF;
	color: #333333;
}
.sh-star-index-service{
	width: 1120px;
	line-height: 30px;
	color: #666666;
	height: auto;
}
.sh-star-index-service-title{
	width: 1120px;
	height: auto;
	border-bottom: 1px solid #e7e7e7;
}
.sh-star-index-service-content{
	width: 1120px;
	height: auto;
	margin-top: 20px;
	border: 1px solid #E7E7E7;
}
.sh-star-index-service-content-form{
	width: 1118px;
	height: auto;
}
.sh-star-index-service-content-form table{
	width: 1118px;
	height: auto;
	border: none;
	text-align: center;
}
.sh-star-index-service-content-form table thead tr{
	background-color: #f8f8f9;
}
.sh-star-index-service-content-form table thead tr th{
	text-align: center;
	line-height: 40px;
}
.sh-star-index-service-content-form table tbody tr td{
	padding: 10px;
}
.sh-star-index-service-content-td-service{
	width: 380px;
}
.sh-star-index-service-content-td-service ul{
	margin: 0;
}
.sh-star-index-service-content-td-service ul li{
	width: 380px;
	border: 1px solid #e7e7e7;
	background-color: #ffffe4;
	margin-top: 5px;
	line-height: 30px;
	height: auto;
	overflow-y: auto;
}
.sh-star-index-service-content-td-service ul li .td-service-name{
	float: left;
	text-align: left;
	width: 190px;
	white-space: nowrap;
	text-overflow:ellipsis;
	padding-left: 5px;
}
.sh-star-index-service-content-td-service ul li .td-service-price{
	float: left;
	text-align: center;
	width: 140px;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.sh-star-index-service-content-td-service ul li .td-service-selector{
	float: left;
	text-align: center;
	width: 48px;
	line-height: 30px;
}
.sh-star-index-service-content-td-input-checkbox{
	visibility: hidden;
	width:0px;
	height:0px;
	margin: 0;
	display:none;
}
.sh-star-index-service-content-td-input-checkbox-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	width:20px;
	white-space: nowrap; 
	height:20px; 
	background: url(../img/star/index_service_checkbox.png) no-repeat center center;
}
/*.sh-star-index-service-content-td-input-checkbox:checked+.sh-star-index-service-content-td-input-checkbox-custom{
	background: url(../img/star/index_service_checkbox_active.png) no-repeat center center;
}*/
.sh-star-index-service-content-td-input-checkbox-custom.active{
	background: url(../img/star/index_service_checkbox_active.png) no-repeat center center;
}
.sh-star-index-service-content-count{
	width: 1118px;
	height: auto;
	line-height: 40px;
	border-top: 1px solid #E7E7E7;
	padding: 10px;
	overflow: auto;
}
.sh-star-index-service-content-count-text{
	width: 800px;
	height: auto;
	float: left;
}
a.sh-star-index-service-content-count-button{
	width: 200px;
	height: auto;
	float: right;
	background-color: #61cfbe;
	height: 40px;
	border: none;
	color: #FFFFFF;
	border-radius: 3px;
	text-align: center;
}
.sh-star-index-about{
	width: 1120px;
	line-height: 30px;
	color: #666666;
	height: auto;
}
.sh-star-index-about-title{
	width: 1120px;
	height: auto;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 40px;
}
.sh-star-index-about-content{
	width: 1120px;
	height: auto;
	margin-top: 20px;
}
.sh-star-index-about-content-block-title{
	width: 1120px;
	height: auto;
	margin-top: 20px;
	padding: 0 20px 0 20px;
}
.sh-star-index-about-content-block1{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	padding: 0 20px 0 20px;
}
.sh-star-index-about-content-block2{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	overflow-y: auto;
}
.sh-star-index-about-content-block2 .left-right-arrow{
	width: 15px;
	height: 200px;
	float: left;
	line-height: 200px;
}
.sh-star-index-about-content-block2 .left-right-arrow img{
	cursor: pointer;
}
.sh-star-index-about-content-block2 .star-photo-carousel-container{
	width: 1090px;
	float: left;
	padding: 0 5px 0 5px;
	height: auto;
}
.sh-star-index-about-content-block2 .star-photo-carousel-container .photos-box{
	width: 200px;
	height: 200px;
	float: left;
	margin: 0 8px 0 8px;
	border-radius: 3px;
}
.sh-star-index-about-content-block3{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	overflow-y: auto;
	padding: 0 10px 0 10px;
}
.sh-star-index-about-content-block3 .star-platform-block{
	width: 200px;
	height: auto;
	margin: 10px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	float: left;
}
.sh-star-index-about-content-block3 .star-platform-block-icon{
	width: 178px;
	text-align: center;
}
.sh-star-index-about-content-block3 .star-platform-block-content{
	width: 178px;
	text-align: left;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	overflow-y: auto;
}
.sh-star-index-about-content-block3 .star-platform-block-content a{
	color: #666666;
}
.sh-star-index-about-content-block4{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	padding: 0 20px 0 20px;
}

/*
 * 网红个人中心
 */
.sh-ucenter-star-container{
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 10px 0 30px 0;
	border-top: 3px solid #61cfbe;
}
.sh-ucenter-star-main{
	width: 1120px;
	color: #666666;
	font-size: 14px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-ucenter-star-path{
	width: 1120px;
	height: auto;
	line-height: 30px;
}
.sh-ucenter-star-banner{
	position: relative;
	width: 1120px;
	height: auto;
	min-height: 260px;
	background: url(../img/star/index_banner_bg.jpg) no-repeat center top;
}
.sh-ucenter-star-banner a.button-edit{
	position: absolute;
	padding: 5px;
	right: 0;
	top: 0;
	border: none;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
}
.sh-ucenter-star-banner-header{
	width: 200px;
	padding-top: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	color: #333333;
}
.sh-ucenter-star-banner-labels{
	width: 1120px;
	padding:0 60px 0 60px;
	text-align: center;
	line-height: 20px;
	color: #333333;
	height: auto;
	overflow-y: auto;
}
.sh-ucenter-star-banner-labels span{
	display:inline-block; 
	vertical-align:middle; 
	text-align: center;
	width:auto;
	white-space: nowrap; 
	padding: 0 10px 0 10px;
	margin: 10px;
	background-color: #61cfbe;
	color: #FFFFFF;
	line-height: 20px;
	border-radius: 10px;
}
.sh-ucenter-star-banner-text{
	width: 1120px;
	padding:10px 60px 0 60px;
	text-align: center;
	line-height: 30px;
	color: #666666;
	height: auto;
	overflow-y: auto;
}
.sh-ucenter-star-banner-labels span.star-label-title{
	background-color: #FFFFFF;
	color: #333333;
}
.sh-ucenter-star-tabs{
	margin-top: 20px;
	width: 1120px;
	height: 42px;
	background: url(../img/ucenter/nav_tabs_bg.png) repeat-x;
}
.sh-ucenter-star-tabs ul{
	width: 100%;
	height: 42px;
	position: relative;
}
.sh-ucenter-star-tabs ul li{
	display: block;
	width: 120px;
	float: left;	
}
.sh-ucenter-star-tabs ul li a{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	color: #666666;
	border-radius: 0px;
	padding: 0;
	border-bottom: 1px solid #E7E7E7;
}
.sh-ucenter-star-tabs ul li.active a,.sh-ucenter-star-tabs ul li.active a:hover,.sh-ucenter-star-tabs ul li.active a:focus,.sh-ucenter-star-tabs ul li a:hover{
	border-top: 3px solid #61cfbe;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-bottom:none;
	line-height: 39px;
	color: #333333;
	font-weight: bold;
}
.sh-ucenter-star-tabs-content{
	width: 1120px;
	min-height: 500px;
	height: auto;
	padding: 20px 0 20px 0;
}
/*
 * 网红个人中心 我的资料板块
 */
.sh-ucenter-star-about-block-title{
	width: 1120px;
	height: auto;
	margin-top: 20px;
	padding: 0 20px 0 20px;
}
.sh-ucenter-star-about-content-block1{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	padding: 0 20px 0 20px;
}
.sh-ucenter-star-about-content-block2{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	overflow-y: auto;
}
.sh-ucenter-star-about-content-block2 .left-right-arrow{
	width: 15px;
	height: 200px;
	float: left;
	line-height: 200px;
}
.sh-ucenter-star-about-content-block2 .left-right-arrow img{
	cursor: pointer;
}
.sh-ucenter-star-about-content-block2 .star-photo-carousel-container{
	width: 1090px;
	float: left;
	padding: 0 5px 0 5px;
	height: auto;
}
.sh-ucenter-star-about-content-block2 .star-photo-carousel-container .photos-box{
	width: 200px;
	height: 200px;
	float: left;
	margin: 0 8px 0 8px;
	border-radius: 3px;
}
.sh-ucenter-star-about-content-block3{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	overflow-y: auto;
	padding: 0 10px 0 10px;
}
.sh-ucenter-star-about-content-block3 .star-platform-block{
	width: 200px;
	height: auto;
	margin: 10px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	float: left;
}
.sh-ucenter-star-about-content-block3 .star-platform-block-icon{
	width: 178px;
	text-align: center;
}
.sh-ucenter-star-about-content-block3 .star-platform-block-content{
	width: 178px;
	text-align: left;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	overflow-y: auto;
}
.sh-ucenter-star-about-content-block3 .star-platform-block-content a{
	color:#666666;
}
.sh-ucenter-star-about-content-block4{
	width: 1120px;
	height: auto;
	margin-top: 10px;
	padding: 0 20px 0 20px;
}
/*
 * 个人中心 服务管理板块
 */
.sh-ucenter-star-tabs-content .add-platform-id{
	margin-top: 10px;
	border: none;
	color: #ff5b91;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
}
.sh-ucenter-star-myservice-tabs{
	margin-top: 10px;
	width: 100%;
	height: 48px;
	background-color: #FFFFFF;
}
.sh-ucenter-star-myservice-tabs ul{
	width: 100%;
	height: 48px;
	position: relative;
}
.sh-ucenter-star-myservice-tabs ul li{
	width: 25%;
	float: left;	
	display: block;
}
.sh-ucenter-star-myservice-tabs ul li a{
	width: 100%;
	height: 48px;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border: 1px solid #e7e7e7;
	background-color: #FFFFFF;
	color: #999999;
	border-radius: 0px;
}
.sh-ucenter-star-myservice-tabs ul li.active a,.sh-ucenter-star-myservice-tabs ul li.active a:hover,.sh-ucenter-star-myservice-tabs ul li.active a:focus,.sh-ucenter-star-myservice-tabs ul li a:hover{
	background: #61cfbe;
	border: none;
	color: #FFFFFF;
}
.sh-ucenter-star-myservice-content{
	width: 100%;
	padding: 0px;
	line-height: 40px;
}
.sh-ucenter-star-myservice-content table{
	background-color: #FFFFFF;
	border: 1px solid #e7e7e7;
	width: 100%;
	color: #666666;
}
.sh-ucenter-star-myservice-content thead{
	background-color: #f6f6f6;
	
}
.sh-ucenter-star-myservice-content th,.sh-ucenter-star-myservice-content td{
	border-right: 1px solid #e7e7e7;
	text-align: center;
	font-weight: normal;
	word-break: break-all;
}
.sh-ucenter-star-myservice-content th:last-child,.sh-ucenter-star-myservice-content td:last-child{
	border:none;
}
.sh-ucenter-star-myservice-content tr:nth-child(even){
	background-color: #f6f6f6;
}
.sh-ucenter-star-myservice-td-service{
	margin: 10px;
	width: 380px;
	background-color: #ffffe4;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
}
.sh-ucenter-star-myservice-td-service ul{
	margin: 0;
}
.sh-ucenter-star-myservice-td-service ul li{
	width: 380px;
	border-bottom: 1px dotted #e7e7e7;
	padding: 5px;
	line-height: 20px;
	height: auto;
	overflow-y: auto;
}
.sh-ucenter-star-myservice-td-service ul li:last-child{
	border: none;
}
.sh-ucenter-star-myservice-td-service ul li .td-service-name{
	float: left;
	text-align: left;
	width: 210px;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.sh-ucenter-star-myservice-td-service ul li .td-service-price{
	float: right;
	text-align: right;
	width: 160px;
	white-space: nowrap;
	text-overflow:ellipsis;
}
/*
 * 网红个人中心  账号服务编辑
 */
.sh-ucenter-star-modal{
	width: 100%;
	height: auto;
	color: #000000;
	padding: 0;
}
.sh-ucenter-star-modal-dialog{
	width: 700px;
	height: auto;
}
.sh-ucenter-star-modal-container{
	margin: 50px auto 0 auto;
	border-radius: 0;
	border: none;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;	
	padding: 20px;
}
.sh-ucenter-star-modal-container .modal-close-btn{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../img/star/star_apply_close.png) no-repeat center center;
	text-align: center;
	line-height: 20px;
	border: none;
}
.sh-ucenter-star-modal-title{
	width: 100%;
	height: auto;
	font-weight: bold;
	color: #61cfbe;
}
.sh-ucenter-star-modal-form{
	width: 100%;
	height: auto;
	overflow-y: auto;
}
.sh-ucenter-star-modal-form ul li{
	padding: 10px 5px 10px 5px;
	line-height: 40px;
	display: block;
	float: left;
}
.sh-ucenter-star-modal-form ul li:nth-child(odd){
	width: 110px;
	text-align: right;
}
.sh-ucenter-star-modal-form ul li:nth-child(even){
	width: 550px;
	text-align: left;
	overflow-y: auto;
}
.sh-ucenter-star-modal-form .input-select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../img/star/star_apply_select_bg.png) no-repeat right center;
	background-color: #f1f1f1;
	padding: 0 40px 0 5px;
	float: left;
	height: 40px;
	border: none;
}
.sh-ucenter-star-modal-form .input-text{
	background-color: #f1f1f1;
	padding: 0 5px 0 5px;
	height: 40px;
	border: none;
	float: left;
}
.sh-ucenter-star-modal-form .input-warning{
	display: inline-block;
	padding: 0 5px 0 5px;
	min-width: 200px;
	line-height: 30px;
	color: #ff5b91;
	float: left;
}
.sh-ucenter-star-modal-form .button-save{
	border-radius: 3px;
	background-color: #61cfbe;
	width: 200px;
	height: 40px;
	border: none;
	color: #FFFFFF;
}
.sh-ucenter-star-modal-form .button-service-add{
	border-radius: 3px;
	background-color: #FFFFFF;
	line-height: 38px;
	border: 1px solid #61cfbe;
	width: 200px;
	height: 40px;
	color: #61cfbe;
}
.sh-ucenter-star-modal-form ul li .old-platform-services{
	width: 540px;
	height: auto;
}
.sh-ucenter-star-modal-form ul li .old-platform-services .old-platform-services-item{
	width: 540px;
	height: auto;
	overflow: auto;
	vertical-align: top;
	margin-bottom: 5px;
}
.sh-ucenter-star-modal-form ul li .old-platform-services .old-platform-services-item .old-platform-services-item-name{
	width: 300px;
	padding: 0 5px 0 5px;
	float: left;
	text-overflow:ellipsis;
}
.sh-ucenter-star-modal-form ul li .old-platform-services .old-platform-services-item .old-platform-services-item-price{
	width: 200px;
	padding: 0 5px 0 5px;
	float: left;
	text-overflow:ellipsis;
}
.sh-ucenter-star-modal-form ul li .old-platform-services .old-platform-services-item .old-platform-services-item-close-btn{
	width: 40px;
	height: 40px;
	color: #61cfbe;
	background-color: #FFFFFF;
	border: none;
	float: left;
}
.sh-ucenter-star-modal-form ul li .new-platform-services{
	width: 540px;
	height: auto;
}
.sh-ucenter-star-modal-form ul li .new-platform-services .new-platform-services-item{
	width: 540px;
	vertical-align: top;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
}
.sh-ucenter-star-modal-form ul li .new-platform-services .new-platform-services-price{
	width: 60px;
	padding: 0 5px 0 5px;
	float: left;
	text-overflow:ellipsis;
	text-align: center;
}
.sh-ucenter-star-modal-form ul li .new-platform-services .new-platform-services-item .new-platform-services-item-close-btn{
	width: 40px;
	height: 40px;
	color: #61cfbe;
	background-color: #FFFFFF;
	border: none;
	float: left;
}
/*
 * 网红个人中心  账号我的任务
 */
.sh-ucenter-star-mytask{
	width: 1120px;
	height: auto;
	margin-top: 20px;
	line-height: 30px;
}
.sh-ucenter-star-mytask ul li{
	position: relative;
	display: block;
	width: 1120px;
	height: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	padding: 20px;
}
.sh-ucenter-star-mytask ul li a.button-detail{
	display: block;
	position: absolute;
	width: 150px;
	height: 44px;
	top: 50%;
	right: 20px;
	margin-top: -22px;
	background-color: #61cfbe;
	color: #FFFFFF;
	border: none;
	border-radius: 3px;
	text-align: center;
	line-height: 44px;
}
.sh-ucenter-star-mytask ul li .task-title{
	width: 1080px;
	height: auto;
	color: #333333;
}
.sh-ucenter-star-mytask ul li .task-content{
	width: 1080px;
	height: auto;
	color: #666666;
	padding: 5px;
}
/*
 * 网红个人中心编辑
 */
.sh-ucenter-editstar-container{
	background-color: #F5F5F5;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 40px 0 30px 0;
}
.sh-ucenter-editstar-main{
	width: 1120px;
	background-color: #FFFFFF;
	padding: 20px 40px 20px 40px;
	color: #333333;
	font-size: 14px;
	line-height: 40px;	
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-ucenter-editstar-title{
	width: 100%;
	height: 40px;
}
.sh-ucenter-editstar-form{
	width: 1040px;
	height: auto;	
	margin-top: 20px;
	overflow: visible;
}
.sh-ucenter-editstar-form-subtitle{	
	width: 1040px;
	height: auto;
	margin-top: 20px;
	color: #999999;
	border-bottom: 1px solid #E7E7E7;
}
.sh-ucenter-editstar-form-subtitle span{
	font-weight: bold;
}
.sh-ucenter-editstar-form ul{
	height: auto;
	overflow-y: auto;
}
.sh-ucenter-editstar-form ul li{
	padding: 10px 5px 10px 5px;
	min-height: 60px;
	line-height: 40px;
	display: block;
	float: left;
}
.sh-ucenter-editstar-form ul li:nth-child(odd){
	width: 110px;
	text-align: right;
	vertical-align:middle; 
}
.sh-ucenter-editstar-form ul li:nth-child(even){
	width: 930px;
	text-align: left;
	overflow-y: auto;
	color: #666666;
}
.sh-ucenter-editstar-form .input-text{
	background-color: #f1f1f1;
	padding: 0 5px 0 5px;
	float: left;
	height: 40px;
	border: none;
}
.sh-ucenter-editstar-form .input-warning{
	display: inline-block;
	padding: 0 5px 0 5px;
	min-width: 200px;
	line-height: 30px;
	color: #ff5b91;
	float: left;
}
.sh-ucenter-editstar-input-file {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-ucenter-editstar-input-file-custom{
	cursor:pointer;
	display: block;
	width: 100px;
	height: 100px;
}
.sh-ucenter-editstar-input-radio {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-ucenter-editstar-input-radio-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	width:auto;
	white-space: nowrap; 
	height:40px; 
	padding-left: 23px;
	background:url(../img/register/radio.png) no-repeat center left;
}
.sh-ucenter-editstar-input-radio:checked+.sh-ucenter-editstar-input-radio-custom{
	background:url(../img/register/radio_active.png) no-repeat center left;
}
.sh-ucenter-editstar-input-checkbox {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-ucenter-editstar-input-checkbox-custom{
	cursor:pointer;
	display:inline-block; 
	vertical-align:middle; 
	text-align: center;
	width:auto;
	white-space: nowrap; 
	padding: 0 10px 0 10px;
	float: left;
	margin: 10px;
	background-color: #f1f1f1;
	color: #999999;
	line-height: 20px;
	border-radius: 10px;
}
/*.sh-ucenter-editstar-input-checkbox:checked+.sh-ucenter-editstar-input-checkbox-custom{
	background-color: #61cfbe;
	color: #FFFFFF;
}*/
.sh-ucenter-editstar-input-checkbox-custom.active{
	background-color: #61cfbe;
	color: #FFFFFF;
}
.sh-ucenter-editstar-photo-edit{
	width: 1040px;
	height: auto;	
	margin-top: 20px;
	padding: 0;
	overflow: auto;
}
.sh-ucenter-editstar-photo-edit ul li{
	position: relative;
	display: block;
	float: left;
	width: 208px;
	height: 208px;
	padding: 9px;
}
.sh-ucenter-editstar-photo-edit ul li .photos{
	width: 190px;
	height: 190px;
	border-radius: 3px;
}
.sh-ucenter-editstar-photo-edit ul li .button-close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	border: none;
	background: url(../img/ucenter/star_edit_clear_btn.png) no-repeat center center;
}
.sh-ucenter-editstar-upload-photo {
	visibility: hidden;
	width:0px;
	height:0px;
	display:none;
}
.sh-ucenter-editstar-upload-photo-custom{
	cursor:pointer;
	display: block;
	width: 190px;
	height: 190px;
}
.sh-ucenter-editstar-about-edit{
	width: 1040px;
	height: auto;	
	margin-top: 20px;
	padding: 0;
}
.sh-ucenter-editstar-about-edit .input-text{
	background-color: #f1f1f1;
	width: 100%;
	padding: 0px 10px 0px 10px;
	float: left;
	height: 80px;
	line-height: 40px;
	border: none;
}
.sh-ucenter-editstar-success-edit{
	width: 1040px;
	height: auto;	
	margin-top: 20px;
	padding: 0;
}
.sh-ucenter-editstar-success-submit{
	width: 1040px;
	height: auto;	
	margin-top: 20px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
.sh-ucenter-editstar-success-submit button,.sh-ucenter-editstar-success-submit a{
	display: inline-block;
	border-radius: 3px;
	width: 200px;
	height: 40px;
	border: none;
}
.sh-ucenter-editstar-success-submit button{
	background-color: #61cfbe;
	color: #FFFFFF;
}
.sh-ucenter-editstar-success-submit a{
	background-color: #e7e7e7;
	color: #999999;
}
/*
 * 无内容文字CSS
 */
.sh-star-no-content-text{
	text-align: center;
	line-height: 100px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}


/*
 * 用户帮助中心
 */
.sh-helpcenter-container{
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 420px 0 30px 0;
	background: url(../img/article/helpcenter_banner.jpg) no-repeat center top;
}
.sh-helpcenter-main{
	width: 1120px;
	padding: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-helpcenter-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.sh-helpcenter-content{
	width: 1080px;
	height: auto;
	overflow-y: auto;
}
.sh-helpcenter-content-panel{
	border: none;
	border-radius: 0;
	padding: 0;
}
.sh-helpcenter-content-question{
	margin-top: 20px;
	width: 1080px;
	height: auto;
	background-color: #FFFFFF;
	border: none;
	padding: 0;
	
}
.sh-helpcenter-content-question a,.sh-helpcenter-content-question a:hover{
	color: #666666;
}
.sh-helpcenter-content-answer{
	width: 1080px;
	height: auto;
	padding: 0;
	margin: 0;
}
.sh-helpcenter-content-answer-qipao{
	position: relative;
	margin:20px 0 0 30px;
	width: 1050px;
	height: auto;
	background-color: #efefef;
	border-radius: 3px;
	padding: 15px;
}
.sh-helpcenter-content-answer-qipao:after {
	display: block;
	content: "　";
	position:absolute;
	top:-8px;
	left:50px;
	width:16px;
	height:16px;
	background-color: #efefef;
	z-index: 1;
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
 * 关于我们
 */
.sh-aboutus-container{
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 420px 0 30px 0;
	background: url(../img/article/aboutus_banner.jpg) no-repeat center top;
}
.sh-aboutus-main{
	width: 1120px;
	padding: 20px;
	color: #3e3e3e;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto 0 auto;
	height: auto;
}

/*
 * 客户案例列表
 */
.sh-case-container{
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1120px;
	height: auto;
	padding: 420px 0 30px 0;
	background: url(../img/article/case_banner.jpg) no-repeat center top;
}
.sh-case-main{
	width: 1120px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto 0 auto;
	height: auto;
}
.sh-case-list{
	width: 1120px;
	height: auto;
	overflow-y: auto;
}
.sh-case-list li{
	width: 1120px;
	height: auto;
	overflow-y: auto;
	padding: 20px;
	border-top: 1px #e7e7e7 solid;
}
.sh-case-list li .case-img{
	display: block;
	float: left;
	width: 300px;
	height: 300px;
}
.sh-case-list li .case-content{
	display: block;
	float: left;
	width: 750px;
	height: 300px;
	margin-left: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sh-case-list li a.case-title{
	display: block;
	width: 750px;
	height: 150px;
	line-height: 150px;
	font-size: 22px;
	font-weight: bold;
}
.sh-case-list li a.case-title,.sh-case-list li a.case-title:hover{
	color: #666666;
}
.sh-case-detail{
	width: 1120px;
	height: auto;
	border-top: 1px solid #e7e7e7;
	color: #666666;
}
.sh-case-detail-title{
	width: 1120px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.sh-case-detail-img{
	width: 1120px;
	padding: 10px 0 10px 0;
	text-align: center;
}

/*
 * 首页漂浮
 */
.index_right_float{
	position: fixed;
	right: 20px;
	top: 200px;
	width: 60px;
	height: auto;
	overflow: auto;
	z-index: 1;
}
.index_right_float ul{
	width: 60px;
	height: auto;
	overflow: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;
	z-index: 2;
}
.index_right_float ul li{
	position: relative;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
.index_right_float ul li a{
	display: block;
	width: 60px;
	height: 60px;
	
}
.index_right_wechat{
	position: fixed;
	width: 260px;
	height: 260px;
	right: 90px;
	top: 335px;
	border-radius: 3px;
	background: url(../img/index/float_greenbg.png) repeat;
	padding: 20px;
	z-index: 3;
}
.index_right_wechat .close_button{
	position: absolute;
	border: none;
	background: none;
	padding: 0;
	top: 5px;
	right: 5px;
	width: 22px;
	height: 22px;
}
.index_right_phonecall{
	position: fixed;
	width: 260px;
	height: 146px;
	right: 90px;
	top: 270px;
	border-radius: 3px;
	background: url(../img/index/float_greenbg.png) repeat;
	padding: 15px 20px 15px 20px;
	z-index: 3;
}
.index_right_phonecall .phone_num_input{
	width: 220px;
	height: 30px;
	border: none;
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	line-height: 26px;
	font: 14px;
	color: #333333;
	margin-top: 10px;
}
.index_right_phonecall .phone_call_button{
	width: 220px;
	height: 36px;
	border: 1px solid #6dc3b6;
	background:url(../img/index/float_phone_btnbg.png) repeat-x;
	padding: 1px 5px 1px 5px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
.index_right_phonecall .close_button{
	position: absolute;
	border: none;
	background: none;
	padding: 0;
	top: 5px;
	right: 5px;
	width: 22px;
	height: 22px;
}