/*è£�å‰ªé ­åƒ�*/
#crop-image-panel .login-box{
    padding:20px 10px;
    margin-top:0;
    height:650px;
}
#crop-image-panel .login-box h3{
    margin-top:0;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}
#crop-image-panel .login-box .container{
    border: solid 1px;
    border-radius: 5px;
    width:68% !important;
    overflow:hidden;
    float:left;
    padding:1%;
    height:500px;
}
#crop-image-panel .login-box #image{
    width:90%;
    height:100%;
    display: none !important;
}
#crop-image-panel .cropper-container{
    width:100% !important;
}
#crop-image-panel .cropper-modal{
    border-radius: 5px;
}
#crop-image-panel .oper-box{
    padding:20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: solid 1px #ddd;
}
#crop-image-panel .oper-box a{
    float:right;
    margin-right:10px;
}
#crop-image-panel .oper-box .cancel{
    margin-right:0;
}
#crop-image-panel .oper-box .restoration{
    position: absolute;
    left: 10px;
}
#crop-image-panel .oper-box .rotate{
    position: absolute;
    left: 75px;
}
#crop-image-panel .oper-box .x-reversing{
    position: absolute;
    left: 140px;
}
#crop-image-panel .oper-box .y-reversing{
    position: absolute;
    left: 220px;
}
#crop-image-panel .oper-box a:hover {
    background-color: #1e695a !important;
}
#crop-image-panel .oper-box .cancel:hover {
    background-color: #505c66 !important;
}
#crop-image-panel .preview-box-parcel{width:30%;float:left;padding:1% 2%;}
#crop-image-panel .preview-box-parcel p{margin-top:0;color:unset;}
#crop-image-panel .preview-img{overflow:hidden;border-radius:50%;margin:8px 0;border:solid #ddd 1px;}
#crop-image-panel .preview-img-lg{width: 200px;max-height:200px!important; height: 200px;}
#crop-image-panel .preview-img-md{width: 150px;max-height: 150px; height: 150px;}
#crop-image-panel .preview-img-sm{width: 100px;max-height: 100px; height: 100px;}
#crop-image-panel .dialog-button a:nth-child(-n+4){float:left;}
.cropper-view-box, .cropper-face{
    border-radius:50%;
}
/* è£�å‰ªé ­åƒ� end */
.member-main {
	padding-top: 56px;
	background-color: #f3efeb;
}
.mod-non-head {
    margin-top: 30px;
}
.member-avatar {
	align-items: center;
}
.member-avatar .flex-item {
	margin-bottom: 0;
}
.mem-avatar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.mem-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}
.mem-focus {
	background-image: url(../images/index-focus.jpg);
	width: 100%;
	padding: 30px;
	border-radius: 8px;
	align-content: center;
}
.mem-focus .flex-item {
	margin-bottom: 0;
}
.focus-panel {
	margin-top: 30px;
}
.credits-score *,
.credits-search * {
	color: #fff;
	margin: 0;
}
.credits-score h3 {
	font-size: 60px;
	line-height: 1;
    margin: 10px 0;
}
.credits-search .credits-title {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 5px;
}
.credits-search .credits-btn span {
	color: rgba(31, 105, 90, 1);
	background-color: rgba(215, 240, 235, 1);
	padding: 12px 32px;
	border-radius: 4px;
	/* margin: 0 5px; */
	display: inline-block;
    min-width: 132px;
    text-align: center;
}
.credits-search .mem-checkin:not(.chkinable) span {
	background-color: #e5e5e5;
    color: #1F695ACC;
    cursor: context-menu;
}
.flex-item.credits-search {
	display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: 408px;
    flex-direction: row-reverse;
}
.credits-title {
	width: 100%;
    text-align: right;
    padding: 0 5px;
}
.data-main {
	margin: 30px 0 50px;
}
.member-tab li {
	display: inline-block;
	color: #9E9E9E;
	cursor: pointer;
	padding: 10px 30px;
}
.member-tab .cur {
	font-weight: bold;
	color: #1F695A;
	border-bottom: 2px solid #1F695A;
}
.member-pan {
	background-color: #F3EFEB;
}
.tab-panel {
	display: none;
}
.tab-panel.cur {
	display: block;
}
.common-titlediv {
	margin: 30px 0;
} 
.member-search {
    height: 48px;
    display: flex;
    align-items: center;
}
.member-search .input-group {
	width: calc(100% - 200px);
	display: none;
}
.input-member-search:focus {
	border-color: #ccc !important;
}
.member-search .input-member-search {
	background-color: transparent;
	border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-member-search {
	background-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.btn-member-search:hover {
	opacity: .7;
}
.btn-member-search i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/ico-search.png);
    background-size: cover;
}
.search-result p {
	margin: 0 3px;
	font-family:Walsheim-Thin;
	letter-spacing:0px;
}
.item-single-row {
	display: flex;
}
.item-single-cont {
	flex: 1;
    padding: 15px 30px 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: space-between;
    background-color: #fff;
}
.item-single-img {
	width: 180px;
}
.grid-item img,
.item-single-img img {
	background: #f0f0f0 url(../images/default-photo.png) center;
	background-size:cover;
}
.item-single-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin: 0;
}
.item-single-title a {
	font-size: 22px;
}
.item-single-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.item-single-subinfo {
	margin: 0;
}
.item-single-subinfo span {
	font-size: 14px;
	margin-right: 30px;
}
.member-content .grid-container {
	--gap: 15px 10px;
}
.ridio-gender label,
.ridio-sign label {
	margin-right: 15px;
}
.form-control:focus {
	border-color: #66afe9!important;
}
.form-control.input-member-search:focus+span {
    border-color: #66afe9!important;
}
.pen-name-box {
	width: 300px;
	max-width: 100%;
	display: none;
}
.btn-submem {
	color: #fff;
    background-color: #1e695a;
    border: 1px solid transparent;
    padding: 10px 50px;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
}
.btn-submem:hover {
    opacity: .8;
}
.lb-inline {
    margin-top: 15px;
}
.lb-inline label {
    font-weight: normal;
}
.form-group .flex-item {
	margin-bottom: 0;
}
.empty-label {
	display: block;
    height: 24px;
}
.verify {
    height: 34px;
    line-height: 34px;
    display: none;
}
.verify-label {
    display: none;
    color: red;
    font-weight: normal;
}
#verifycode {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#verifyphone {
	float: left;
}
.btn-verify {
	text-align: center;
    line-height: 1;
    width: 120px;
    height: 34px;
    color: #fff;
    background-color: #1e695a;
    border: none;
    border-radius: 4px;
}
.warning-words {
    color: red;
    font-size: 14px;
}
.btn-verify.disabled {
	background-color: buttonface;
	color: #999;
	pointer-events: none;
	border: 1px solid #ccc;
}
.mainfield {
	background-color: #eee!important;
}
.warning {
    box-shadow: 0px 0px 4px #f00;
    border-color: #eee;
}
.draft-title {
    margin: 30px 0 20px;
    font-size: 28px;
}
.mycollections-title {
    margin: 40px 0 30px;
    font-size: 28px;
}
.newnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}
.newnav ul li,
.newnav ul a {
	font-size: 14px;
	color: #1F695A;
}
.newnav .arrow-right {
	font-size: 12px;
	color: #1F695A;
}
.bgwhite {
	background-color: #fff;
}
@media (min-width: 1250px) {
    .mod-non-head {
        margin-top: 86px;
    }
}
@media (max-width: 767px) {
    .credits-title{
        text-align: left;
    }
    .memberhead {
        margin-top: 0!important;
    }
}
@media (max-width: 500px) {
    .credits-search .credits-btn span {
        width: 100%;
        margin-bottom:10px;
    }
}
.auditstatuspanel {
    width: 100%;
    height: 40px;
    background: #000;
    text-align: center;
    opacity: 0.6;
    position: absolute;
    bottom: 0px;
    color: #fff;
    line-height: 40px;
}
.closebox {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #fff8;
    cursor: pointer;
}
.closebox .ico-closed {
	font-size: 16px;
}
.closebox:hover {
	background-color: #fff;
}
.member-tab li:nth-child(2) {
    display: none;
}