
img {
	width: 100%;
}

/*滚动条样式*/

::-webkit-scrollbar {
	width:4px;
	height: 4px;
}

::-webkit-scrollbar-thumb{
	background:rgba(0, 0, 0, .2);
	border-radius:20px;
}

/*滚动条样式完*/

/*提示小弹窗*/

.popup-prompt {
	color: #fff;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 1200;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	padding: 6px 20px;
	font-size: 14px;
}

/*提示小弹窗完*/

/*通用顶部*/

.logo {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.footer-logo {
	width: 120px;
}

.phone-logo {
	height: 60px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.news-box {
	width: 32px;
	height: 32px;
	background: rgba(114,78,145,0.1);
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	position: relative;
}

.site-nav .icon-search {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.site-nav-actions-icon-link .iconfont {
	color: #fff;
	margin-right: 6px;
	vertical-align: bottom;
}

.top-user .iconfont {
	margin-right: 10px;
}

.top-user:hover .iconfont {
	color: #ea4c89;
}

.top-avatar {
	width: 32px;
	height: 32px;
}

.downdrop-avatar {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto;
	
}

.site-nav-no-hover .user-id {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.news-box .iconfont {
	font-size: 18px;
	vertical-align: initial;
}

.news-dropdown .color-deep-blue-sea-light-40 {
	margin-bottom: 10px;
}

.news-dropdown .more-news {
	text-align: center;
	color: #999;
	font-size: 14px;
}

.unread a {
	color: #333;
}

.news-dropdown .color-deep-blue-sea-light-40 a {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.red-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ea4c89;
	right: 0;
	top: 0;
}

.site-nav-mobile-only .icon-more, .site-nav-mobile-only .icon-close {
	color: #333;
	font-size: 20px;
	padding: 0 10px;
}

.fonts-name {
	padding-top: 10px;
}

.fonts-name a {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #666;
}

.fonts-name a:hover {
	color: #333;
}

.view-input .input {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.fonts-label {
	margin-bottom: 20px;
}

.input-with-icon .bgcolor-icon {
	position: 
}

div.btn-dropdown-options .fonts-bgcolor {
	padding: 10px 20px 0 20px;
	display: -ms-flexbox;
	display: flex;
}

.filter-subnav-fixed {
	position: fixed;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e9;
	z-index: 10000;
}

.bread-crumbs {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #666;
}

.bread-crumbs strong {
	color: #ea4c89;
	font-size: 24px;
}

.bread-crumbs .title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

.new {
	display: block;
	position: absolute;
	z-index: 1;
	padding: 0 12px;
	border-radius: 8px 0 8px 0;
	background: #0dad51;
	color: #fff;
	font-size: 12px;
	left: 0;
	top: 0;
}

.hot {
	display: block;
	position: absolute;
	z-index: 1;
	padding: 0 12px;
	border-radius: 8px 0 8px 0;
	background: #ea4c89;
	color: #fff;
	font-size: 12px;
	left: 0;
	top: 0;
}

.commercial {
	display: block;
	position: absolute;
	z-index: 1;
	padding: 0 6px;
	border-radius: 8px;
	background: #3d7eff;
	color: #fff;
	font-size: 12px;
	right: 10px;
	top: 10px;
}

.list-view {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 20px;
}


.list-view .list {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 8px;
	border: 1px solid #e7e7e9;
	margin-left: -1px;
	cursor: pointer;
}

.list-view .list:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.list-view .list:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-view .list .iconfont {
	font-size: 18px;
	color: #666;
}

.list-view .list:hover {
	background: rgba(13,12,34,0.05);
}

.list-view .list.active {
	background: rgba(13,12,34,0.05);
}

.filters-toggle-btn.filters-active.outlined {
	border: 1px solid #e7e7e9;
}

form.gen-form.shot-filters-form .btn-dropdown .btn-dropdown-options {
	max-height: 250px;
	z-index: 10;
}

.list-icon .form-btn .iconfont {
	font-size: 18px;
}

.form-btn:hover .iconfont {
	color: #ea4c89;
}

.long-list-box {
	border: 1px solid #e7e7e9;
	border-radius: 8px;
	width: 100%;
	margin-bottom: 32px;
	position: relative;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.long-list-box:hover{
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

.long-list-box .preview {
	max-width: 100%;
	padding: 20px;
	overflow: hidden;
}

.long-list-box .preview img {
	width: auto;
	max-width: 100%;
}

.long-list-box .font-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	padding: 30px 20px 0 20px;
	color: #333;
}

.long-list-box .font-info .left, .long-list-box .font-info .right {
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.long-list-box .font-info .right {
	text-align: right;
}

.long-list-box .font-info .left {
	padding-right: 80px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333;
	max-width: 100%;
	font-size: 16px;
}

.long-list-box .font-info .left .commercial {
	top: 0;
}

.long-list-box .font-info .right-operate .form-btn {
	padding: 10px 11px;
	margin-left: 10px;
	color: #6e6d7a;
}

.long-list-box .font-info .right-operate-hid {
	display: none;
}

.long-list-box .font-info .right .iconfont {
	margin-right: 4px;
	vertical-align: bottom;
}

.long-list-box .font-info .right .icon-collect {
	margin: 0;
}

.long-list-box .right-operate .form-btn-hid {
	opacity: 0;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.long-list-box:hover .form-btn-hid {
	opacity: 1;
}

@media only screen and (max-width: 959px) {
	.long-list-box .font-info .right-operate {
		display: none;
	}

	.long-list-box .font-info .right-operate-hid {
		display: block;
	}

	.long-list-box .font-info .right .iconfont {
		margin-right: 0;
	}

	.filter-subnav-fixed {
		display: none;
	}
}

.btn-dropdown-options .dropdown-search {
	padding: 0 15px;
	margin-bottom: 10px;
}

.fonts-set-view {
	margin-top: 0;
	-ms-flex: 1;
	flex: 1;
	padding: 0 30px;
}

.fontsize-set {
	border: 1px solid #e7e7e9;
	border-radius: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
}

.fontsize-set .form-btn.outlined {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 8px 0 0 8px;
}

.fontsize-set .form-btn.outlined.btn-dropdown-link:hover {
	background: #fff;
}

.fontsize-set div.form-btn a:hover, div.form-btn a:active {
	background: #fff;
}

.fontsize-set .size-box {
	width: calc(100% - 10px);
	height: 5px;
	background: #f3f3f4;
	border-radius: 20px;
	position: relative;
	margin-left: 10px;
}

.fontsize-set .size-box .round {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(101.65deg, #ff874f 0%, #f64f90 96.95%);
	border: 1px solid #fff;
	top: -6px;
	left: 39.28%;
	z-index: 3;
	display: block;
	cursor: pointer;
	animation: animation01_line01 0.2s linear 0.3s forwards;
}

.fontsize-set .size-box .schedule {
	display: block;
	width: 42%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(101.65deg, #ff874f 0%, #f64f90 96.95%);
	border-radius: 20px;
	z-index: 2;
	animation: animation01_line01 0.2s linear 0.3s forwards;
}

.filter-subnav-hid {
	display: none !important;
}

@media only screen and (max-width: 959px) {
	.filter-subnav-inner .fonts-set-hid {
		width: 100%;
		flex: none;
		padding: 0px;
	}

	.filter-subnav-hid .fonts-set-view {
		padding: 0;
		margin-top: 20px;
	}

	.filter-subnav-hid {
		display: block !important;
	}
	orm.gen-form.shot-filters-form .find-shots-color div.btn-dropdown-options {
		z-index: 9;
	}
	.long-list-box .preview img {
		width: auto;
		max-width: none;
	}
}

@media only screen and (max-width: 959px) {
	.site-nav-desktop-nav .site-nav-desktop-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	.site-nav-inline-search .site-nav-inline-search-input {
		max-width: 110px;
	}
}

@media (min-width: 1200px) {
	.site-nav-inline-search .site-nav-inline-search-input {
		max-width: 200px;
	}
}

/*无结果显示*/

.none-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}

.none-content .content {
	margin-top: 10px;
}

.none-content img {
	max-width: 60%;
}

.none-content a {
	text-decoration: underline;
}

/*无结果显示完*/

/*页码显示*/

.page-box {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.page-box .item {
	margin: 0 5px;
	
}

.page-box .item .link {
	padding: 7px 11px;
	border-radius: 8px;
	border: 1px solid #e7e7e9;
	color: #999;
}

.page-box .item .link .iconfont {
	font-size: 10px;
	color: #999;
}

.page-box .item .link:hover {
	background: linear-gradient(101.65deg, #ff874f 0%, #f64f90 96.95%);
	color: #fff;
	border-color: #ea4c89;

}

.page-box .item .link:hover .iconfont {
	color: #fff;
}

.page-box .item.active .link {
	background: linear-gradient(101.65deg, #ff874f 0%, #f64f90 96.95%);
	color: #fff;
	border-color: #ea4c89;
	cursor: inherit;
}

.page-box .item .link.disabled {
	opacity: .5;
}

.page-box .item .link.disabled:hover {
	background: #fff;
	border-color: #e7e7e9;
}

.page-box .item .link.disabled:hover .iconfont {
	color: #999;
}

.page-box .item .link.point {
	border-color: transparent;
	cursor: inherit;
}

.page-box .item .link.point:hover {
	background: #fff;
	color: #999;
	border-color: transparent;
}

/*页码显示完*/

/*批量下载*/

.big-label {
	text-align: left;
	margin-top: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.big-label .title {
	font-size: 20px;
	font-weight: 600;
}

.big-label .operate {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.big-label .operate .list {
	margin-left: 30px;
}

.big-label .operate .check-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.big-label .operate .check-list label {
	margin-bottom: 0;
	line-height: 20px;
}

.big-label .operate .list .iconfont {
	margin-right: 4px;
}

.long-list-box .check-list {
	position: absolute;
	left: 10px;
	top: 10px;
}

.big-label-fixed {
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #e7e7e9;
}

.big-label-fixed .big-label {
	margin-top: 0;
	padding: 15px 0;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767.99px) {
	.big-label-fixed .big-label {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.big-label-fixed .big-label {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media only screen and (max-width: 959px) {
	.big-label-fixed{
		display: none;
	}
}

@media (min-width: 1200px) {
	.big-label-fixed .big-label {
		padding-left: 72px;
		padding-right: 72px;
	}
}

/*批量下载完*/

/*上传字体/字体合集*/

.upload-title {
	margin-top: 0;
}

.upload-box {
	text-align: center;
}

.upload-area {
	padding: 80px 30px;
	border: 2px dashed #e7e7e9;
	border-radius: 8px;
	margin-top: 30px;
}

.upload-area .form-sub {
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
}

.upload-area .form-sub .iconfont {
	font-size: 18px;
}

.upload-area .exp {
	color: #999;
	padding-top: 10px;
}

.upload-box .uploaded {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 20px 0 20px;
	text-align: left;
}

.upload-box .uploaded .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 25%;
	margin-bottom: 30px;
}

.upload-box .uploaded a {
	color: #333;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	background: rgba(234, 76, 137, .1);
	padding: 5px 30px 5px 15px;
	border-radius: 8px;
	position: relative;
}

.upload-box .uploaded a .iconfont {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 4px;
	font-size: 14px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
}

.upload-box .uploaded a:hover .iconfont {
	display: block;
}

.upload-box .uploaded a .iconfont:hover {
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg); 
	transform:rotate(180deg);
	color: #ea4c89;
}

.find-shots-btn {
	margin: 0 16px;
}

.filter-width {
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

.filter-width .list-view {
	margin-right: 0;
}

/*上传字体/字体合集完*/

/*详情页*/

.project-board-content-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media (min-width: 768px) {
	.project-board-content-container {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (min-width: 768px) {
	.items-container {
		-ms-flex: 1;
		flex: 1;
		margin-right: 48px
	}
}


@media (min-width: 768px) {
	.search-filters-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}

.search-filters {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 25px;
	border: 1px solid #e7e7e9;
	border-radius: 8px
}

@media (min-width: 768px) {
	.search-filters {
		display: block;
		width: 300px;
		margin-bottom: 0
	}
}

.search-filters.open {
	display: block
}

.search-filters .divider {
	margin: 20px 0;
	border-top: 1px solid #e7e7e9
}

.search-filters .submit-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 32px
}

.search-filters-container {
	line-height: 20px;
}

.company-box {
	display:-ms-flexbox;
	display:flex;
}

.company-box .company {
	width: 54px;
	height: 54px;
}

.company-box .intro {
	padding-left: 10px;
	width: calc(100% - 54px);
}

.company-box .intro .name {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.company-box .intro .exp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	margin-top: 6px;
}

.details-right .instruction {
	color: #666;
}

.scope-box .scope {
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
}

.scope-box .scope a {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 0 4px;
}

.scope-box .iconfont {
	font-size: 18px;
	vertical-align: bottom;
	margin-right: 4px;
}

.scope-box .icon-correct {
	color: #0dad51;
}

.scope-box .icon-close {
	color: #ea4c89;
}

.statement p{
	margin: 10px 0;
}

.items-container .fonts-info td {
	border: 1px solid #e7e7e9;
	text-align: left;
	padding: 10px;
}

.items-container .fonts-info td:nth-child(2n-1) {
	background: #f3f3f4;
}

.details-left-bottom {
	display: none;
}

@media (max-width: 919px) {
	.details-left-bottom {
		display: block;
	}
	.search-filters-container {
		display: none;
	}
	.items-container {
		margin-right: 0;
	}
}

.details-title {
	position: relative;
}

.details-title h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
}

.details-title .right-operate {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.details-title .right-operate .form-btn {
	margin-right: 15px;
}

.items-container .divider {
	margin: 30px 0;
}

.details-title .right-operate .commercial {
	display: inline-block;
	position: relative;
	right: 0;
	top: 0;
	margin-right: 10px;
	vertical-align: middle;
}















































/*详情页完*/

/*注册/登录/忘记密码*/

@media (min-width: 1100px) {
	.auth-sidebar {
		width: 514px
	}
}

.content {
	width: 100%
}

.auth-nav {
	display: none;
	position: relative
}

main {
	margin: 0 auto;
	padding: 0 20px
}

.auth-content {
	width: 100%;
	max-width: 416px;
	margin: auto
}

.auth-connections {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 40px
}

.auth-connections .auth-google {
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.auth-connections a.auth-twitter {
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-left: 10px
}

@media (min-width: 400px) {
	.auth-connections a.auth-twitter {
		margin-left: 16px
	}
}

.auth-connections .auth-google-form {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.google-connect-btn {
	min-width: 250px
}

.g-recaptcha {
	height: 65px
}

.auth-link-mobile {
	text-align: center
}

.grecaptcha-badge {
	visibility: hidden;
	border: 1px solid #ff0000
}

.recaptcha-terms {
	max-width: 300px;
	color: #9e9ea7;
	font: normal 11px/16px "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.password-instructions {
	margin-bottom: 26px
}

.hide {
	display: none
}

.auth-confirmation-field .confirm-identity-label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
	font-weight: bold
}

.auth-register-container,.auth-connect-account-container {
	display: none
}

.connect-with-application.show-register-container .auth-register-container {
	display: block
}

.connect-with-application.show-connect-account-container .auth-connect-account-container {
	display: block
}

.auth-sidebar a {
	color: inherit;
	text-decoration: underline
}

.auth-content h2 {
	text-align: center;
}

.auth-form .signup .form-field {
	margin-top: 20px;
	position: relative;
}

.send-box {
	position: relative;
}

.send-box .send {
	position: absolute;
	display: block;
	font-size: 14px;
	right: 2px;
	top: 2px;
	min-width: 85px;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	cursor: pointer;
	background: #fff;
	border-radius: 8px;
	color: #777;
	text-align: center;
}

.error {
	color: #ea4c89;
	font-size: 12px;
	margin-top: 6px;
}

.error .iconfont {
	font-size: 14px;
	margin-right: 4px;
	vertical-align: bottom;
}

.auth-form .signup .form-field .checked-box {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
}

.auth-form .signup .form-field .check-content {
	margin-bottom: 0;
	font-size: 14px;
}

.auth-form .signup .form-field label .right {
	float: right;
	font-size: 14px;
}



.auth-content .third {
	text-align: center;
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #e7e7e9;
	margin: 10px 0;
}

.auth-content .third .chat {
	margin: 10px 20px;
}

.auth-content .third .chat .iconfont {
	font-size: 40px;
	color: #777;
}

.auth-content .third .chat .iconfont:hover {
	opacity: .8;
}

.auth-content .third .chat .icon-qq {
	color: #4cafe9;
}

.auth-content .third .chat .icon-wechat {
	color: #50b674;
}

.auth-content .third .chat .icon-weibo {
	color: #ea5d5c;
}

.auth-content .third .third-part {
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translate(-50%, 0);
	display: block;
	background: #fff;
	padding: 0 10px;
	color: #999;
	font-size: 14px;
}

.login-btn {
	margin: 20px 0;
}

.login-btn .form-sub {
	width: 100%;
}

.auth-sidebar-content .fonts-total {
	margin-top: 100px;
}

.auth-sidebar-content .fonts-total strong {
	font-size: 28px;
	color: #ea4c89;
}

.auth-sidebar header {
	max-width: 416px;
	margin: 0 auto;
	padding: 48px 20px 0;
	text-align: left
}

@media (min-width: 1100px) {
	.auth-sidebar header {
		padding: 64px 64px 30px
	}
}

.auth-sidebar header .logo {
	display: block;
	margin-bottom: 30px
}

.auth-sidebar header .dribbble-logo {
	width: 90px;
	height: auto;
	fill: currentColor;
	color: inherit
}

.auth-sidebar header h1 {
	display: none;
	color: inherit;
	font: bold 32px/38px "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-height: 850px) {
	.auth-sidebar header h1 {
		font-size: 25px;
		line-height: 30px
	}

}

@media only screen and (max-width: 919px) {
	.auth-sidebar header {
		padding-top: 0;
	}
}

@media (min-width: 960px) {
	#main-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 100%;
		overflow: hidden
	}
	.auth-sidebar {
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 450px
	}

	.sign-in .auth-sidebar,.forgot-password .auth-sidebar,.reset-password .auth-sidebar {
		background: #f1cdd7;
		color: #865c6c
	}

	.sign-up .auth-sidebar,.connect-with-application .auth-sidebar {
		background: rgba(234, 76, 173, .1 );
		color: #333;
	}

	.auth-sidebar .auth-sidebar-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100%;
	}
	.content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: auto
	}
	.auth-nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 30px 30px 0
	}

	.auth-nav p {
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0;
		text-align: right
	}

	.auth-nav .back-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 1px solid #e0e0e0;
		border-radius: 50%;
		color: #6e6d7a
	}

	.auth-nav .back-link:hover {
		border-color: #dbdbde;
		color: #0d0c22
	}

	.auth-nav .back-link svg {
		width: 16px;
		height: auto;
		fill: currentColor
	}
	main {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 0
	}
	.auth-content {
		margin: 0;
		padding: 50px 60px 20px;
	}

	.auth-link-mobile {
		display: none
	}
	.connect-with-application main {
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 80px 0 0
	}
	.auth-sidebar header {
		max-width: 100%;
		margin: 0;
		padding: 40px 40px 30px
	}
	.auth-sidebar header .logo {
		opacity: 0.7
	}

	.auth-sidebar header .logo:hover {
		opacity: 0.9
	}
	.auth-sidebar header h1 {
		display: block;
		padding-right: 30px
	}

}

/*注册/登录/忘记密码完*/

/*用户中心*/

.profile-simple-masthead {
	position: relative;
	padding: 28px 0 0
}

.profile-simple-masthead .masthead-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}

@media (min-width: 768px) {
	.profile-simple-masthead {
		padding: 60px 0 28px
	}
}

.profile-simple-masthead .masthead-avatar {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 84px;
	height: 84px;
	overflow: hidden;
	border-radius: 50%;
}

@media (max-width: 767.98px) {
	.profile-simple-masthead .masthead-avatar {
		margin-right: 20px;
	}

}

@media (min-width: 768px) {
	.profile-simple-masthead .masthead-avatar {
		width: 120px;
		height: 120px
	}
}

.profile-simple-masthead .masthead-avatar img {
	width: 100%;
	height: auto
}

@media (min-width: 768px) {
	.profile-simple-masthead .masthead-content {
		margin-left: 40px
	}
}

.profile-simple-masthead .masthead-content .masthead-profile-name {
	font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	margin: 0 0 10px;
	color: #0d0c22
}

@media (min-width: 768px) {
	.profile-simple-masthead .masthead-content .masthead-profile-name {
		font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 32px;
		font-weight: 700;
		line-height: 38px;
		margin-top: 5px
	}
}

.profile-simple-masthead .masthead-content .masthead-profile-locality {
	font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 8px
}

.profile-simple-masthead .masthead-content .masthead-profile-locality a {
	color: #9e9ea7
}

.profile-simple-masthead .masthead-content .masthead-profile-locality a:hover {
	color: #3d3d4e
}

.profile-simple-masthead .masthead-content .masthead-profile-specializations {
	font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #9e9ea7
}

.profile-simple-masthead .masthead-actions {
	margin-top: 14px
}

.masthead-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 24px;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	opacity: 1
}

.disable-masthead-actions .masthead-actions {
	opacity: 0;
	pointer-events: none
}

.masthead-actions .profile-action-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -14px;
	margin-right: -16px;
	margin-bottom: 10px
}

@media (max-width: 499px) {
	.masthead-actions .profile-action-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width: 768px) {
	.masthead-actions .profile-action-buttons {
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.masthead-actions .profile-action-buttons .profile-action-item,.masthead-actions .profile-action-buttons .draft-pending {
	margin-top: 14px;
	margin-right: 16px
}

.masthead-actions .profile-action-buttons .form-btn,.masthead-actions .profile-action-buttons .form-sub {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap
}

@media (min-width: 500px) {
	.masthead-actions .profile-action-buttons .form-btn,.masthead-actions .profile-action-buttons .form-sub {
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.masthead-actions .profile-action-buttons .draft-pending {
	padding: 10px 16px;
	font-size: 14px
}

@media (max-width: 499px) {
	.masthead-actions .action-menu-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media (max-width: 499px) {
	.masthead-actions .hire-prompt-trigger.appear-last {
		-ms-flex-order: 1;
		order: 1
	}
}

.masthead-actions .hire-prompt-trigger .form-sub {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	white-space: nowrap
}

@media (min-width: 768px) {
	.masthead-actions .hire-prompt-trigger .form-sub {
		width: auto
	}
}

@media (min-width: 768px) {
	.masthead-actions .hire-prompt-trigger {
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.container-large {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px
}

@media (min-width: 768px) {
	.container-large {
		max-width: 1680px
	}
}

@media (min-width: 768px) {
	.container-large {
		padding-right: 32px;
		padding-left: 32px
	}
}

@media (min-width: 1200px) {
	.container-large {
		padding-right: 72px;
		padding-left: 72px
	}
}

@media (min-width: 768px) {
	.profile-subnav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #e7e7e9
	}
}

.profile-subnav-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0 0
}

@media (min-width: 768px) {
	.profile-subnav-actions {
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin: 0 0 0 20px;
		white-space: nowrap
	}
}

.customize-shot-order-enabled .profile-subnav-actions {
	display: none
}

.profile-subnav-actions .shots-filter {
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width: 768px) {
	.profile-subnav-actions .shots-filter {
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.profile-subnav-actions .shots-filter-select {
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width: 768px) {
	.profile-subnav-actions .shots-filter-select {
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.profile-subnav-actions .shots-filter-select select {
	width: 100%
}

@media (min-width: 768px) {
	.profile-subnav-actions .shots-filter-select select {
		width: auto
	}
}

.profile-subnav-actions .profile-subnav-actions-button {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: auto;
	margin-left: 16px;
	font-size: 13px;
	line-height: 16px;
	white-space: nowrap
}

@media (min-width: 768px) {
	.profile-subnav-actions .profile-subnav-actions-button {
		-ms-flex-pack: center;
		justify-content: center;
		width: auto
	}
}

.profile-subnav-actions .profile-subnav-actions-button span {
	display: none
}

@media (min-width: 768px) {
	.profile-subnav-actions .profile-subnav-actions-button span {
		display: block
	}
}

.profile-subnav-actions .profile-subnav-actions-button .transfer-icon,.profile-subnav-actions .profile-subnav-actions-button .boost-icon {
	width: 18px;
	height: 18px;
	margin: 0 4px 0 0
}

@media (min-width: 768px) {
	.profile-subnav-actions .profile-subnav-actions-button .transfer-icon,.profile-subnav-actions .profile-subnav-actions-button .boost-icon {
		display: none
	}
}

.profile-subnav-actions .profile-subnav-actions-button .pro-badge {
	position: static;
	width: 24px;
	height: auto;
	margin: 0 0 0 4px;
	color: #ea4c89
}

.profile-subnav-menu {
	margin: 0 -20px;
	padding: 0 20px;
	border-bottom: 1px solid #e7e7e9
}

@media (min-width: 768px) {
	.profile-subnav-menu {
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0;
		padding: 0;
		overflow: auto;
		border: none
	}
}

.scrolling-subnav {
	position: relative;
	width: 100%
}

.scrolling-subnav .scroll {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.scrolling-subnav .scroll a {
	z-index: 1;
	width: 40px;
	padding: 10px 0;
	color: #3d3d4e
}

.scrolling-subnav .scroll a:hover {
	color: #0d0c22
}

.scrolling-subnav .scroll svg {
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: currentColor
}

.scrolling-subnav .scroll.scroll-backward {
	left: 0
}

.scrolling-subnav .scroll.scroll-backward a {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), color-stop(50%, white));
	background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, white 50%)
}

.scrolling-subnav .scroll.scroll-forward {
	right: 0
}

.scrolling-subnav .scroll.scroll-forward a {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, white));
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, white 50%);
	text-align: right
}

.scrolling-subnav .scroll.scroll-forward svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.scrolling-subnav-list {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 30px 0;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scroll-behavior: smooth;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}

.scrolling-subnav-list::-webkit-scrollbar {
	display: none
}

.scrolling-subnav-list li {
	margin-right: 30px;
	font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px
}

.scrolling-subnav-list li a {
	color: #6e6d7a
}

.scrolling-subnav-list li a:hover {
	color: #3d3d4e
}

.scrolling-subnav-list li a .count {
	color: #9e9ea7;
	font-weight: 400
}

.scrolling-subnav-list li.active a {
	color: #ea4c89;
}

.scrolling-subnav-list li.active a .iconfont {
	color: #ea4c89;
}

.scrolling-subnav-list .iconfont {
	margin-right: 6px;
	color: #666;
	font-size: 18px;
	vertical-align: bottom;
}

.associate {
	max-width: 600px;
}

.associate .associate-way {
	padding: 10px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.associate .associate-way .flex-w {
	width: 33.3%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.associate .associate-way .flex-w:last-child {
	text-align: right;
}

.associate .associate-way .username {
	display: inline-block;
	text-align: center;
}

.associate .ico {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	font-size: 16px;
}

.associate .ico .name {
	margin-left: 10px;
}

.associate .ico .iconfont {
	font-size: 36px;
	line-height: initial;
}

.associate .ico .icon-qq {
	color: #4cafe9;
}

.associate .ico .icon-wechat {
	color: #50b674;
}

.associate .ico .icon-weibo {
	color: #ea5d5c;
}

.account-safe .associate-way {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0;
}

.account-safe .associate-way .flex-w {
	width: 250px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media (max-width: 767.98px) {
	.account-safe .associate-way .flex-w {
		width: 150px;
	}
	.account-safe .associate-way .flex-w:first-child {
		width: 100px;
	}
}



.account-safe .associate-way .flex {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
}

.account-safe .associate-way .flex .form-btn {
	margin-left: 20px;
}

.account-safe .associate-way .not-set {
	color: #ea4c89;
}

.account-safe .associate-way .set {
	color: #0dad51;
}

table {
	width: 100%;
}

table th {
	background: #f4f7f8;
	padding: 10px;
}

table td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e9;
}

table th,  table td {
	text-align: center;
}

table .fonts-img {
	max-width: 120px;
	margin: 0 auto;
}

table .fonts-img img {
	border-radius: 8px;
}

table td .link {
	color: #333;
}

table td .link:hover {
	color: #ea4c89;
}

table td .ash {
	color: #999;
}

table td .red {
	color: #ea4c89;
}

.all-upload {
	text-align: left;
	margin-bottom: 20px;
}

/*用户中心完*/


/*通用弹窗*/

.modal-content .body-content {
	margin-top: 10px;
	font-size: 14px;
}

.modal-content .body-content .font-w {
	font-weight: 700;
}

.modal-content .body-content .content {
	padding: 5px 0; 
}

.modal-content .checked-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0;
}

.modal-content .checked-box label {
	margin-bottom: 0;
	font-size: 14px;
}

.buttons-container {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.modal-container .action-indicator {
	color: #333;
}

.modal-container .action-indicator .icon-close {
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
}

.modal-container .action-indicator:hover .icon-close {
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg); 
	transform:rotate(180deg);
	color: #ea4c89;
}

.body-content .ta-label-box {
	margin-bottom: 20px;
	position: relative;
}

/*通用弹窗完*/

/*通用底部*/

.links-column .chat-way {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.links-column .chat-way .link {
	margin-right: 20px;
	position: relative;
}

.links-column .chat-way .link .iconfont {
	font-size: 32px;
}

.links-column .chat-way .link:hover .icon-qq {
	color: #30a5dd;
}

.links-column .chat-way .link:hover .icon-wechat {
	color: #50b674;
}

.links-column .chat-way .link:hover .icon-weibo {
	color: #e6172d;
}

.links-column .chat-way .link .code {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	width: 120px;
	height: 120px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
	box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
	border-radius: 8px;
	padding: 10px;
	top: -155px;
	left: 50%;
	transform: translate(-50%, 0);
}

.links-column .chat-way .link .code:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
}

.links-column .chat-way .link:hover .code {
	visibility: visible;
}

.footer-main-content .fonts-total {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}

.footer-main-content .fonts-total strong {
	color: #ea4c89;
	font-size: 24px;
}

.footer-main-content .footer-left {
	width: 240px;
}

/*通用底部完*/

/*固定右侧*/

.right-fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9999;
}

.right-fixed .list {
	border-radius: 8px 0 0 8px;
	margin: 1px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	padding: 2px;
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.right-fixed .list .iconfont {
	font-size: 20px;
	color: #9e9ea7;
}

.right-fixed .shop-list {
	background: linear-gradient(101.65deg, #ff874f 0%, #f64f90 96.95%);
	margin-bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: inherit;
	line-height: initial;
	padding: 10px 0;
}

.right-fixed .list:hover {
	opacity: .8;
}

.right-fixed .shop-list .icon-shop {
	color: #fff;
}

.right-fixed .shop-list .download {
	margin-top: 4px;
}

.right-fixed .shop-list .number {
	position: absolute;
	border: 2px solid #fff;
	background: linear-gradient(101.65deg, #ff874f 0%, #f64f90 96.95%);
	color: #fff;
	top: -18px;
	left: -10px;
	border-radius: 50%;
	padding: 5px;
	min-width: 14px;
	min-height: 14px;
}

/*固定右侧完*/

/*404页面/跳转页面*/

.mistake-page {
	max-width: 600px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #999;
	line-height: initial;
}

.mistake-page .title {
	font-size: 100px;
}

.mistake-page .content {
	margin-top: 10px;
}

.mistake-page .content strong {
	color: #ea4c89;
}

.mistake-page .content a {
	text-decoration: underline;
}

.mistake-page .content a.form-sub {
	text-decoration: none;
	padding: 10px 50px;
	margin-top: 20px;
}

.mistake-page .jump-title {
	font-size: 48px;
	color: #333;
}

/*404页面/跳转页面完*/

/*关于我们/帮助中心/消息*/

.about .p {
	font-size: 18px;
	margin-top: 20px;
}

.about h4 {
	margin-top: 30px;
}

.about .content {
	margin-top: 15px;
	color: #777;
	font-size: 16px;
}

.news-list {
	margin-top: 30px;
	border-bottom: 1px solid #e7e7e9;
	padding-bottom: 20px;
}

.news-list .link {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	display: block;
}

.news-list .link-read {
	color: #F5A7C5;
}

.news-wid {
	max-width: 800px;
	margin: 0 auto;
}

.news-list .news-content {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
}























/*关于我们/帮助中心/消息完*/

.signed-out-masthead {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-top:40px;
	padding-bottom:40px;
}

@media (min-width: 768px) {
	.signed-out-masthead {
		-ms-flex-direction:row;
		flex-direction:row;
		-ms-flex-pack:justify;
		justify-content:space-between;
		height:480px;
		padding-top:0;
		padding-bottom:0;
	}
}

.signed-out-masthead .text-content {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
	max-width:624px;
	margin-top:20px;
	text-align:center;
}

@media (min-width: 768px) {
	.signed-out-masthead .text-content {
		-ms-flex-align:start;
		align-items:flex-start;
		margin-top:0;
		text-align:left;
	}
}

@media (min-width: 1600px) {
	.signed-out-masthead .text-content {
		margin-left:100px;
	}
}

.signed-out-masthead .text-content h1 {
	font-family:&quot;Haas Grot Text R Web&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:29px;
}

@media (min-width: 768px) {
	.signed-out-masthead .text-content h1 {
		font-family:&quot;Haas Grot Text R Web&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
		font-size:32px;
		font-weight:700;
		line-height:38px;
	}
}

@media (min-width: 1200px) {
	.signed-out-masthead .text-content h1 {
		font-family:&quot;Haas Grot Text R Web&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
		font-size:48px;
		font-weight:700;
		line-height:56px;
	}
}

.signed-out-masthead .text-content p {
	margin:16px 0;
}

.signed-out-masthead .shot-content {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	color:#9e9ea7;
	font-family:&quot;Haas Grot Text R Web&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
}

@media (min-width: 768px) {
	.signed-out-masthead .shot-content {
		-ms-flex-align:end;
		align-items:flex-end;
		width:auto;
	}
}

.signed-out-masthead .shot-content .signed-out-masthead-image {
	width:100%;
	height:300px;
	-o-object-fit:contain;
	object-fit:contain;
}

@media (min-width: 768px) {
	.signed-out-masthead .shot-content .signed-out-masthead-image {
		width:400px;
		height:266px;
	}
}

@media (min-width: 1200px) {
	.signed-out-masthead .shot-content .signed-out-masthead-image {
		width:510px;
		height:360px;
	}
}

.signed-out-masthead .shot-content .user-credit {
	margin-top:20px;
}

.signed-out-masthead .shot-content .user-credit-link {
	color:#9e9ea7;
	text-decoration:underline;
}



.loading{
	text-align: center;
	line-height: 300px;
}
.fontcnmore{
	display: none;
}

.pstyle-list .style-grid{
	display: none;
}
.pstyle-grid .style-list{
	display: none;
}



.collected{
	color: #ea4c89 !important;
}
#addPic{
	opacity: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    position: absolute;
    padding: 0;
    margin-left: -50px;
}




























































