@font-face {
	font-display: auto;
	font-family: 'PingFang SC';
	/* src: local("PingFang SC-Heavy"), url('https://qf-dev.obs.cn-east-3.myhuaweicloud.com/font/regular.woff2') format('woff2'); */
}


body {
	background-color: #f4f4f4;
}

div,
p,
span,
ul,
li,
a {
	font-family: 'PingFang SC';
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.clearfix {
	*zoom: 1;
}

/* 头部 */
.header {
	width: 100%;
	height: 75px;
	background: #cd8062;
	position: sticky;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	border-radius: 0;
}

.header-main {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.header-main .logo-box {
	width: 100px;
	height: 60px;
	position: relative;
}

.header-main .logo-box .logo {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 9px;
	z-index: -1;
}

.header-main .logo-box a {
	display: block;
	width: 130px;
	height: 75px;
	overflow: hidden;
	cursor: pointer;
}

.nav {
	width: 900px;
	height: 75px;
}

.nav a {
	display: block;
	width: 80px;
	height: 75px;
	float: left;
	display: inline;
	transition: 0.5s;
	font-size: 14px;
	line-height: 75px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 16px;
}

.nav a:hover {
	background: #AC644A;
	color: #fff;
}

.nav a.hover {
	background: #AC644A;
	color: #fff;
}

.searchBar {
	width: 252px;
	height: 40px;
	border-radius: 8px;
	background: #FFFFFF;
	margin-top: 20px;
	overflow: hidden;
}

.searchBar .input-group {
	height: 40px;
	position: relative;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.searchBar .input-group .form-control {
	flex: 1;
	height: 100%;
	border: none;
	line-height: 100%;
	font-family: 'PingFang SC';
	font-size: 12px;
	color: #333;
	background: #fff;
}

.searchBar .input-group .btn {
	width: 45px;
	height: 30px;
	border-radius: 8px;
	background: #C67557;
	border: none;
	font-family: 'PingFang SC';
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 16px;
}

/* 手机端及平板端头部 */
.wap-header {
	width: 100%;
	/* height:114px; */
	display: none;
}

.wap-header .wap-header-main {
	width: 100%;
	height: 70px;
	background: #cd8062;
}

.wap-header .wap-header-main .logo {
	width: 90px;
	height: 50px;
	object-fit: cover;
	margin-left: 15px;
}

.wap-header .wap-header-main .wap-nav {
	width: 52%;
	margin-right: 15px;
}

.wap-header .wap-header-main .wap-nav a {
	height: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	line-height: 70px;
	padding: 0 30px;
}

.wap-header .wap-header-main .wap-nav a:hover {
	background: #b96644;
}

.wap-header .wap-header-main .wap-nav .hover {
	background: #b96644;
}

.wap-searchBar {
	width: 90%;
	height: 50px;
	border-radius: 12px;
	background: #FFFFFF;
	margin: 16px auto;
}

.wap-searchBar .input-group {
	height: 50px;
	position: relative;
	padding: 0 24px;
}

.wap-searchBar .input-group .form-control {
	flex: 1;
	height: 100%;
	border: none;
	line-height: 100%;
	font-family: 'PingFang SC';
	font-size: 14px;
	color: #333;
	background: #fff;
}

.wap-searchBar .input-group .btn {
	width: 45px;
	height: 30px;
	border-radius: 8px;
	background: #C67557;
	border: none;
	font-family: 'PingFang SC';
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 24px;
}

/* 底部 */
.footer {
	width: 100%;
	height: 95px;
	background: #FFFFFF;
}

.footer>.title {
	font-size: 10px;
	line-height: 22px;
	text-align: center;
	color: #333333;
}

.footer .fooNav {
	position: fixed;
	bottom: 140px;
	right: 18%;
}

.footer .fooNav img {
	width: 50px;
	height: 50px;
}

/* 分页器 */
.page {
	width: 100%;
	text-align: center;
	height: auto;
	padding: 42px 0 24px;
}

.page .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #333;
}

.page .pagination>li {
	border-radius: 4px;
	background: #FFFFFF;
	padding: 4px 12px;
	margin-right: 8px;
}

.page .pagination>li a {
	font-size: 12px;
	color: #000000;
}

.page .pagination .active {
	background: #E88A66;
}

.page .pagination .active a {
	color: #fff;
}

/* 主要内容 */
.main {
	min-height: 80vh;
	background-image: url(../images/body-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
}

/* 正文内容 */
.container {
	width: 1100px;
	margin: 0 auto;
}

/* 推荐诗人 */
.famous-poet {
	background: #fff;
	padding: 33px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.poet-item {
	width: 12.5%;
}

.poet-item:last-child {
	margin-right: 0;
}

.poet-item:hover .title {
	background: #CD8062;
	color: #fff;
}

.poet-item .icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	margin-bottom: 24px;
	cursor: pointer;
}

.poet-item .title {
	width: 64px;
	height: 36px;
	border-radius: 8px;
	background: #F0F0F0;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	color: #333333;
	cursor: pointer;
}

.poet-item .title:hover {
	background: #CD8062;
	color: #fff;
}

/* 推荐诗词 */
.famous-poetry {
	padding: 22px 28px 24px;
	background: #fff;
}

.poetry-nav {
	width: 234px;
	height: 29px;
	border-radius: 15px;
	background: #F7F7F7;
	margin: 0 auto;
}

.poetry-nav>.item {
	width: 78px;
	height: 29px;
	border-radius: 37px;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	color: #333333;
	cursor: pointer;
}

.poetry-nav>.active {
	width: 78px;
	height: 29px;
	border-radius: 37px;
	background: #CD8062;
	color: #fff;
}

.poetry-lists {
	margin-top: 24px;
}

.poetry-lists>.item {
	border-radius: 20px;
	background: #F7F7F7;
	cursor: pointer;
	padding: 20px 11px;
	margin: 15px;
}

.poetry-lists>.item:hover {
	background: #FFFAF8;
}

.poetry-lists>.item .title {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.poetry-lists>.item .text {
	width: 51px;
	height: 18px;
	border-radius: 255px;
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #333333;
	margin: 15px auto 0;
}

.poetry-lists>.item .name {
	margin-top: 20px;
}

.poetry-lists>.item .name p {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.poetry-lists>.item .info {
	width: 100%;
	margin-top: 21px;
	border-top: 1px dashed #DFDED8;
	padding-top: 18px;
}

.poetry-lists>.item .info .left .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #FFFFFF;
}

.poetry-lists>.item .info .left .p-name {
	margin-left: 12px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.poetry-lists>.item .info .right {
	width: 32px;
	height: 18px;
	border-radius: 3px;
	background: #E88A66;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}

.nav_body {
	display: none;
}

/* 加载更多 */
.poetry-more {
	width: 70px;
	border-radius: 6px;
	background: #FFF5EF;
	margin: 47px auto 0;
	padding: 4px 15px;
	cursor: pointer;
}

.poetry-more .icon {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.poetry-more .title {
	font-size: 12px;
	color: #CD8062;
}

/* 友情链接 */
.friendship-link {
	width: 1100px;
	background: #fff;
	margin: 24px auto 0;
}

.friendship-link .link-header {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	padding: 20px 24px 24px;
}

.friendship-link .link-lists {
	padding: 0 25px 34px;
}

.friendship-link .link-lists>a {
	font-size: 12px;
	color: #333333;
	margin-right: 40px;
	cursor: pointer;
}

.friendship-link .link-lists>a:hover {
	color: #FB7A4C;
}

/* 栏目列表 */
.poet-lists-header {
	margin-top: 28px;
	height: 20px;
}

.poet-lists-header .line {
	width: 23px;
	height: 5px;
	transform: rotate(90deg);
	border-radius: 247px;
	background: #C67557;
}

.poet-lists-header .title {
	font-size: 17px;
	font-weight: 600;
	line-height: 16px;
	color: #222222;
}

/* pc端 */
.poet-lists-main>.item {
	height: 124px;
	border-radius: 16px;
	background: #FFFFFF;
	padding: 16px 32px;
	margin-bottom: 24px;
	cursor: pointer;
}

.poet-lists-main>.item:hover {
	background: #FFFAF8;
}

.poet-lists-main>.item .left {
	border-right: 1px dashed #dedede;
	padding-right: 32px;
}

.poet-lists-main>.item .left .avatar {
	width: 66px;
	height: 66px;
	border: 2px solid #d8d8d8;
	border-radius: 100%;
	margin-top: 10px;
	margin-bottom: 16px;
}

.poet-lists-main>.item .left .dynasty {
	width: 48px;
	height: 18px;
	border-radius: 3px;
	background: #F0F0F0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #666666;
}

.poet-lists-main>.item .right {
	width: 88%;
}

.poet-lists-main>.item .right>.label {
	margin-left: 30px;
	margin-top: 14px;
}

.poet-lists-main>.item .right .label .title {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #000000;
}

.poet-lists-main>.item .right .label .title::after {
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 247px;
	background: #C67557;
	display: block;
	margin-top: 16px;
}

.poet-lists-main>.item .right .label>.see {
	cursor: pointer;
}

.poet-lists-main>.item .right .label>.see .icon {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.poet-lists-main>.item .right .label>.see .text {
	font-size: 12px;
	line-height: 16px;
	color: #9E9E9E;
}

.poet-lists-main>.item .right .content {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	margin-top: 24px;
	margin-left: 30px;
}

/* 手机端及平板端 诗词列表 */
.wap-poet-lists-main {
	display: none;
}

.wap-poet-lists-main .item {
	border-radius: 16px;
	background: #FFFFFF;
	padding: 12px 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.wap-poet-lists-main .item:hover {
	background: #FFFAF8;
}

.wap-poet-lists-main .item .avatar {
	width: 37px;
	height: 37px;
	border: 2px solid #D8D8D8;
	object-fit: cover;
	border-radius: 50%;
}

.wap-poet-lists-main .item .title {
	margin-top: 10px;
}

.wap-poet-lists-main .item .title .text {
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	color: #333333;
}

.wap-poet-lists-main .item .title .line {
	width: 22px;
	height: 3px;
	border-radius: 247px;
	background: #C67557;
	display: block;
	margin-top: 10px;
}

.wap-poet-lists-main .item .dynasty {
	border-radius: 48px;
	background: #F0F0F0;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	padding: 2px 12px;
}

.wap-poet-lists-main .item .content {
	font-size: 12px;
	line-height: 26px;
	color: #333333;
	margin-top: 13px;
}

/* pc诗列表 */
.poem-lists {}

.poem-lists .item {
	border-radius: 16px;
	background: #FFFFFF;
	margin-bottom: 24px;
}

.poem-lists .item:hover {
	background: #FFFAF8;
}

.poem-lists .item .item-header {
	padding: 31px 22px 18px;
}

.poem-lists .item .item-header>.title {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #000000;
}

.poem-lists .item .item-header>.title::after {
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 247px;
	background: #C67557;
	display: block;
	margin-top: 16px;
	margin-left: 2px;
}

.poem-lists .item .item-header>.text {
	width: 48px;
	height: 18px;
	border-radius: 3px;
	background: #E88A66;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}

.poem-lists .item .item-body {
	font-size: 12px;
	line-height: 26px;
	color: #000000;
	padding: 32px 32px 18px;
}

/* wap诗列表 */
.poem-wap-lists {}

.poem-wap-lists .item {
	border-radius: 16px;
	background: #FFFFFF;
	margin-bottom: 24px;
}

.poem-wap-lists .item>.title {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	color: #333;
}

.poem-wap-lists .item .item-body {
	font-size: 12px;
	line-height: 26px;
	color: #333;
	padding: 18px;
}

/* 诗人简介 */
.poet-lists-main>.poet-info {
	border-radius: 16px;
	background: #FFFFFF;
	padding: 16px 32px;
	margin-bottom: 24px;
	cursor: pointer;
	display: flex;
}

.poet-lists-main>.poet-info .left {
	border-right: 1px dashed #D8D8D8;
	padding-right: 32px;
}

.poet-lists-main>.poet-info .left .avatar {
	width: 66px;
	height: 66px;
	border: 2px solid #d8d8d8;
	border-radius: 100%;
	margin-top: 10px;
	margin-bottom: 16px;
}

.poet-lists-main>.poet-info .left .dynasty {
	width: 48px;
	height: 18px;
	border-radius: 3px;
	background: #F0F0F0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #666666;
}

.poet-lists-main>.poet-info .right {
	width: 88%;
}

.poet-lists-main>.poet-info .right>.label {
	margin-left: 30px;
	margin-top: 14px;
}

.poet-lists-main>.poet-info .right .label .title {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #000000;
}

.poet-lists-main>.poet-info .right .label .title::after {
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 247px;
	background: #C67557;
	display: block;
	margin-top: 16px;
}

.poet-lists-main>.poet-info .right .label>.see {
	cursor: pointer;
}

.poet-lists-main>.poet-info .right .label>.see .icon {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.poet-lists-main>.poet-info .right .label>.see .text {
	font-size: 12px;
	line-height: 16px;
	color: #9E9E9E;
}

.poet-lists-main>.poet-info .right .content {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	margin-top: 24px;
	margin-left: 30px;
}

/* 诗详情 */
.detail-left {
	width: 70%;
}

.poem-left {
	width: 100%;
	background: #fff;
	padding-bottom: 50px;
	position: relative;
}

.poem-left .left-header {
	width: auto;
	display: flex;
	justify-content: end;
	padding: 43px 22px 0 42px;
}

.poem-left .left-header .box {}

.poem-left .left-header .box .title {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #C67557;
	margin-right: 16px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #C67557;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
}

.poem-left .left-header .box .title:hover {
	background: #C67557;
	color: #fff;
}

.poem-left .left-title {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 26px;
	text-align: center;
	margin: 16px 42px 0;
}

.poem-left .left-author {
	margin: 16px 42px 0;
}

.poem-left .left-author>span {
	font-size: 14px;
	text-align: center;
	color: #C67557;
	cursor: pointer;
	margin-right: 6px;
}

.poem-left .left-author p {
	font-size: 14px;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.poem-left .left-content {
    width:fit-content;
	margin: 20px auto;
	font-family: '楷体';
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	letter-spacing: 0.2em;
	padding:0 42px;
}

.poem-left .left-content p {
	font-family: '楷体';
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	text-align: center;
	letter-spacing: 0.2em;
}

.poem-left .left-button {
	position: absolute;
	right: 43px;
}

.poem-left .left-button>.item {
	width: 60px;
	height: 24px;
	border-radius: 6px;
	background: #FFF5EF;
	margin-left: 12px;
	cursor: pointer;
}

.poem-left .left-button>.item .icon {
	width: 11px;
	height: 14px;
	margin-right: 6px;
}

.poem-left .left-button>.item .text {
	font-size: 12px;
	line-height: 16px;
	color: #CD8062;
}

/* 原文赏析 */
.appreciation-title {
	padding-top: 32px;
	margin-left: 36px;
	margin-right: 36px;
}

.appreciation-title>p {
	width: fit-content;
	height: 25px;
	background: #CD8062;
	border-radius: 92px;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	padding: 0 15px;
}

.poem-appreciation {
	padding: 20px 42px;
}

.poem-appreciation .appreciation-header {}

.poem-appreciation .appreciation-header .symbol {
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #CD8062;
	margin-right: 10px;
}

.poem-appreciation .appreciation-header .text {
	font-size: 14px;
	line-height: 30px;
	color: #000000;
}

.poem-appreciation .appreciation-content {
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	margin: 16px 0 24px;
}

/* 拼音 */
.words-pinyin {
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin:0 auto 20px;
}

.words-pinyin .pinyin-item {
	width:26px;
	height:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.words-pinyin .pinyin-item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
}

.words-pinyin .pinyin-item .words {
	font-family: '楷体';
	font-size: 18px;
	color: #000;
}

.words-pinyin .pinyin-item .yin {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}

/* 右侧边 */
.detail-right {}

.r_poet_box {
	width: 298px;
	height: 365px;
	background: #fff;
	border: 1px solid #fff;
}

.r_poet_box .r_head {
	width: 100%;
	height: 74px;
	background: #cd8162;
	padding: 15px 0;
	color: #fff;
}

.r_poet_box .r_head p {
	cursor: pointer;
	color: #fff;
}

.r_head>img {
	width: 60px;
	height: 60px;
	border-radius: 70px;
	border: 2px solid #fff;
	float: left;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

.list_view {
	margin-top: 10px;
}

.list_view p {
	width: 86%;
	height:34px;
	line-height: 34px;
	border-bottom: 1px dotted #dedede;
	margin: 0 auto;
	font-size: 12px;
	overflow: hidden;
}

.list_view p a {
	color: #000000;
}

.list_more {
	display: block;
	width: 86%;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	background: #f0f0f0;
	margin: 15px auto;
	text-indent: 10px;
}

.list_more>span {
	margin-right: 10px;
}

/* 音频 */
.poem-audio {
	padding: 20px 42px 0;
}

.poem-audio .audio-controls {
	width: 60%;
	margin: 0 auto;
}

.poem-audio .box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.poem-audio .box .process {
	width: 531px;
	height: 6px;
	display: flex;
	align-items: center;
}

.poem-audio .box .process .time {
	font-size: 12px;
	color: #000;
	margin-left: 10px;
}

.poem-audio .box .audio-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 23px;
}

.poem-audio .box .audio-button .five {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.poem-audio .box .audio-button .play {
	width: 46px;
	height: 46px;
	margin: 0 34px;
	cursor: pointer;
}

/* 完善弹窗 */
/* 遮罩层 */
.perfect-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .3);
	display: none;
}

.perfect-box {
	width: 400px;
	height: 529px;
	opacity: 1;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 99999;
	display: none;
}

.perfect-box .perfect-header {
	padding: 25px 24px;
}

.perfect-box .perfect-header>.perfect-title {
	font-size: 18px;
	line-height: 15px;
	color: #333333;
}

.perfect-box .perfect-header>.icon {
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.perfect-box .perfect-item {
	display: flex;
	padding: 0 24px 0 48px;
	margin-bottom: 20px;
}

.perfect-box .perfect-item .perfect-left {
	flex-shrink: 0;
	width: 81px;
	justify-content: flex-end;
}

.perfect-box .perfect-item .perfect-left>.note {
	font-size: 12px;
	line-height: 15px;
	color: #FF0000;
	margin-right: 4px;
	margin-top: 5px;
}

.perfect-box .perfect-item .perfect-left>.note-title {
	font-size: 14px;
	line-height: 15px;
	color: #3D3D3D;
}

.perfect-box .perfect-item .perfect-right {
	width: 269px;
	height: 42px;
	background: #F5F6F7;
	padding: 0 6px;
	margin-left: 6px;
}

.perfect-box .perfect-item .perfect-right>input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	background: #F5F6F7;
	border: none;
	font-family: 'PingFang SC';
}

.perfect-box .perfect-item .perfect-left-textarea {
	display: flex;
	flex-shrink: 0;
	width: 81px;
}

.perfect-box .perfect-item .perfect-left-textarea>.note-title {
	font-size: 14px;
	line-height: 15px;
	color: #3D3D3D;
}

.perfect-box .perfect-item .perfect-left-textarea>.note {
	font-size: 12px;
	line-height: 15px;
	color: #FF0000;
	margin-right: 4px;
	margin-top: 2px;
}

.perfect-box .perfect-item .perfect-right-textarea {
	width: 269px;
	height: 251px;
	background: #F5F6F7;
	border: none;
	margin-left: 6px;
	padding: 14px 6px;
}

.perfect-box .perfect-item .perfect-right-textarea>textarea {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'PingFang SC';
	line-height: 20px;
	color: #7E8081;
	background: #F5F6F7;
	border: none;
	resize: none;
}

.perfect-item-button {
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.perfect-box .perfect-item-button .perfect-button {
	width: 120px;
	height: 40px;
	border-radius: 4px;
	background: #CD8062;
	font-family: 'PingFang SC';
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

.perfect-box .perfect-item .perfect-right-code {
	width: 267px;
	height: 42px;
	opacity: 1;
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.perfect-box .perfect-item .perfect-right-code .icon-code {
	width: 105px;
	height: 42px;
	margin-right: 8px;
}

.perfect-box .perfect-item .perfect-right-code>input {
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 15px;
	color: #7E8081;
	background: #F5F6F7;
	border: none;
	padding: 0 14px;
}































@media screen and (min-width:50em) {
	.btt {
		display: block
	}
}

@media screen and (min-width:65em) {}

@media(min-width:30em) {
	.headroom-title {
		font-size: 3.5em
	}
}

@media screen and (min-width:40em) {
	.headroom-title {
		font-size: 4.5em
	}
}

@media screen and (min-width:40em) {
	.complimentary {
		display: inline
	}
}

.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-75px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-4em)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-4em)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-4em)
	}

	100% {
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-75px)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}

	100% {
		-moz-transform: translateY(-75px)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}

	100% {
		-o-transform: translateY(-75px)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-75px)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg)
	}
}

@-moz-keyframes swingInX {
	0% {
		-moz-transform: perspective(400px) rotateX(-90deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateX(0deg)
	}
}

@-o-keyframes swingInX {
	0% {
		-o-transform: perspective(400px) rotateX(-90deg)
	}

	100% {
		-o-transform: perspective(400px) rotateX(0deg)
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg)
	}

	100% {
		transform: perspective(400px) rotateX(0deg)
	}
}

.animated.swingInX {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ie-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: swingInX;
	backface-visibility: visible !important;
	animation-name: swingInX
}

@-webkit-keyframes swingOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(-90deg)
	}
}

@-moz-keyframes swingOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateX(-90deg)
	}
}

@-o-keyframes swingOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg)
	}

	100% {
		-o-transform: perspective(400px) rotateX(-90deg)
	}
}

@keyframes swingOutX {
	0% {
		transform: perspective(400px) rotateX(0deg)
	}

	100% {
		transform: perspective(400px) rotateX(-90deg)
	}
}

.animated.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible !important;
	animation-name: swingOutX;
	backface-visibility: visible !important
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@-o-keyframes flipInX {
	0% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@-o-keyframes flipOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-200px)
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px)
	}

	80% {
		-moz-transform: translateY(-10px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-200px)
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px)
	}

	80% {
		-o-transform: translateY(-10px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-200px)
	}

	60% {
		opacity: 1;
		transform: translateY(30px)
	}

	80% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0)
	}

	30% {
		opacity: 1;
		-webkit-transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px)
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0)
	}

	30% {
		opacity: 1;
		-moz-transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-200px)
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0)
	}

	30% {
		opacity: 1;
		-o-transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-200px)
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}

	30% {
		opacity: 1;
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		transform: translateY(-200px)
	}
}

.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}