<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(reset.css);
.mobile-show{
    display: none;
}
.layui-layer{
    position: fixed;
    background:#fff;
}
.top-container {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #eee;
	background: #fafafa;
	color: #999;
}

.top-container .tel span {
	font-weight: bold;
	color: var(--mainblue);
}

.logo-search {
	background: #fff;
	padding-top: 25px;
	border-bottom: 10px;
}

.logo-search .logo{
    display: flex;
    align-items:center;
}

.logo-search .logo img{
    display: block;
    height:90px;
}

.logo-search .logo span{
    font-size:30px;
    margin-left:6px;
}

.search-box ul li {
	background: var(--mainblue);
	color: #fff;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px 4px 0 0;
}

.search-box .search-input {
	border: 2px solid var(--mainblue);
	width: 500px;
	height: 45px;
	border-radius: 5px;
	border-top-left-radius: 0;
	overflow: hidden;
}

.search-box .search-input .search-txt {
	padding: 12px;
	font-size: 14px;
	border: 0;
	width: 100%;
	flex: 1;
}

.search-box .search-input .go {
	color: #fff;
	cursor: pointer;
	height: 100%;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	background: var(--mainblue);
}

.logo-search .search p {
	margin-top: 6px;
}

.logo-search .search p a {
	margin-right: 20px;
	color: #888;
}

.top-locat {
	float: left;
	margin-right: 12px;
	height: 34px;
	position: relative;
}

.top-locat .locat-cur {
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	color: #225afc;
	background: url(../images/position.png) no-repeat left center;
	padding-left: 20px;
}

.top-locat .locat-cur i {
	width: 10px;
	height: 10px;
	background: url(../images/triangle.png) no-repeat center;
	display: inline-block;
	margin-left: 5px;
	vertical-align: 1px;
}

.top-locat .locat-down {
	display: none;
	line-height: 22px;
	z-index: 22;
	width: 200px;
	background: #fff;
	top: 34px;
	position: absolute;
	left: 0;
	border-radius: 5px;
	box-shadow: #ddd 0 0 12px;
	padding: 25px;
	padding-top: 0;
}

.top-locat .locat-down dl {
	margin-top: 12px;
}

.top-locat .locat-down dd {
	overflow: hidden;
}

.top-locat .locat-down dd a {
	margin-top: 5px;
	color: #666;
	float: left;
	margin-right: 12px;
	cursor: pointer;
}

.top-locat .locat-down dd a:hover {
	color: var(--mainblue)
}

.navmenu {
	background: #fff;
}

.navmenu ul {
	margin-left: 55px;
	display: flex;
}

.navmenu ul li {
	margin-right: 42px;
}

.navmenu ul li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 50px;
	line-height: 60px;
}

.menu {
	width: 240px;
	position: relative;
	z-index: 22;
}

.menu .mtit {
	height: 50px;
	width: 240px;
	padding-left: 0;
	color: #fff;
	line-height: 50px;
	background: var(--mainblue);
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	font-weight: 700;
	text-indent:16px;
}

.menu dl {
	position: absolute;
	display: none;
	height: 501px;
	left: 0;
	top: 50px;
	background: #fff;
	width: 100%;
	padding-top: 10px;
	;
}

.menu dl dd a {
	display: block;
	font-weight: 700;
	font-size: 15px;
	padding: 11px 16px;
	padding-left: 25px;
}

.menu dl dd a:hover {
	background: var(--mainblue);
	color: #fff;
}

.menu dl.show {
	display: block
}

.banner {
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	height: 480px;
	margin-top: 20px;
	width: 940px;
	float: right;
}

.banner .bd ul {
}

.banner .bd ul li {
	float: left;
	width: 100%;
	height: 480px;
}

.banner .bd ul li img {
	display: block;
	width: 100%;
	height: 480px;
}

.banner .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 12px;
	left: 0px;
	z-index: 1;
}

.banner .hd ul li {
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	line-height: -999px;
	cursor: pointer;
	margin: 0 5px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}

.banner .hd ul li.on {
	background: var(--mainblue);
}

.banner .next, .banner .prev {
	width: 22px;
	height: 38px;
	position: absolute;
	cursor: pointer;
	transition: all 0.5s ease;
	top: 50%;
	transform: translateY(-50%);
}

.banner .next {
}

.banner .prev {
}

.banner:hover .next {
	transform: translateX(0);
}

.banner:hover .prev {
	transform: translateX(0);
}

.inbox {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 25px;
	padding: 20px;
}

.inbox h2 {
	color: #000;
	font-size: 22px;
}

.inbox h2 span {
	font-weight: normal;
	font-size: 14px;
	margin-left: 10px;
	color: #999;
}

.incf-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.incf-list li {
	float: left;
	width: 216px;
	margin-top: 20px;
}

.incf-list li .pic {
	overflow: hidden;
	border: 1px solid #f7f7f7;
	padding: 1px;
	;
}

.incf-list li .pic img {
	width: 100%;
	display: block;
	height: 162px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.incf-list li .pic img:hover {
	filter: brightness(110%);
}

.incf-list li .name {
	font-size: 14px;
	margin-top: 10px;
	display: block;
	height: 41px;
	overflow: hidden;
}

.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box-flex;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inarea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}

.inarea .item {
	background: #fff;
	height: 337px;
	width: 49%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 25px;
	padding: 0 20px;
}

.inarea .item .ht {
	padding: 12px 0;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #F1F1F1;
}

.inarea .item .ht h3 {
	font-size: 18px;
}

.inarea .item .ht h3 span a {
	font-weight: normal;
	font-size: 14px;
	color: #555;
}

.inarea .item .ht h3 span a:hover {
	color: var(--mainblue)
}

.inarea .item .ht h3 span i {
	margin: 0 3px;
	font-weight: normal;
	font-size: 14px;
	color: #bfbfbf;
}

.inarea .item .ht h3 span i:last-child {
	display: none;
}

.inarea .item dl {
	display: flex;
	padding: 12px 0;
	border-bottom: 1px dotted #ddd;
}

.inarea .item dl dt {
	width: 120px;
	height: 90px;
}

.inarea .item dl dt img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}

.inarea .item dl dt img:hover {
	filter: brightness(110%);
}

.inarea .item dl dd {
	flex: 1;
	margin-left: 12px;
	height: 90px;
	overflow: hidden;
}

.inarea .item dl dd h3 {
	font-size: 14px;
}

.inarea .item dl dd p {
	padding-top: 3px;
	font-size: 14px;
	color: #888;
}

.inarea .item dl dd span {
	color: #ff552e;
}

.inarea .item dl dd span b {
	font-size: 16px;
}

.inarea .item dl dd p em {
	color: #999;
	margin-left: 10px;
}

.inarea .item ul {
	padding-top: 5px;
	padding-bottom: 10px;
}

.inarea .item ul li a {
	display: block;
	padding: 6px 0;
	font-size: 14px;
}

.inarea .item ul li a span {
	float: right;
	margin-left: 20px;
	color: #999;
}

.inarea .item ul li a span b {
	color: #ff552e;
}

.filter {
	overflow: hidden;
	background: #fff;
	padding: 0 25px;
	border-radius: 5px;
	box-shadow: #f1f1f1 0px 2px 10px;
	position: relative;
	z-index: 1;
}

.filter dl {
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ddd;
	padding-left: 60px;
	position: relative;
}

.filter dl dt {
	position: absolute;
	left: 0px;
	top: 17px;
	font-size: 14px;
	width: 60px;
}

.filter dl dd a {
	float: left;
	padding: 3px 10px;
	border-radius: 4px;
	margin-right: 12px;
	font-size: 14px;
	margin-top: 12px;
}

.filter dl dd a.active, .filter dl dd a:hover {
	color: var(--mainblue);
	font-weight:bold;
}

.filter dl:last-child {
	border: 0px;
}

.cfcon {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.left {
	width: 900px;
}

.cflist li {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: #eee 0 0 12px;
	transition: all 0.3s ease;
	padding: 20px;
	display: flex;
}

.cflist li:hover {
	box-shadow: #eee 0 0 20px;
}

.cflist li .img {
	width: 140px;
	margin-right: 20px;
	transition: all 0.3s ease;
}

.cflist li .img:hover {
	filter: brightness(110%);
}

.cflist li .text {
	flex: 1;
	margin-right: 50px;
}

.cflist li .text h3 a {
	font-size: 15px;
}

.cflist li .text p {
	padding-top: 7px;
	font-size: 14px;
	color: #666;
}

.cflist li .text p span {
	color: #ff552e
}

.cflist li .text p em {
	padding: 1px 5px;
	margin-right: 5px;
}

.cflist li .price {
	text-align: right;
	color: #888;
}

.cflist li .price .p1 {
	color: #ff552e;
}

.cflist li .price .p1 span {
	font-size: 22px;
}

.cflist li .price span{
    color:#333;
}

.cflist li .price .tel {
	margin-top: 12px;
	color: #ff552e;
	font-weight: bold;
	font-size: 16px;
	font-family: helve;
}

.cflist li .price .tel img {
	height: 25px;
	margin-right: 10px;
}

.page {
	overflow: hidden;
	text-align: center;
}

.page ul {
	padding: 40px 0;
	padding-top: 30px;
}

.page ul a,b {
	display: inline-block;
}

.page ul a, .page ul b {
	padding: 10px 15px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	margin: 0 2px;
}

.page ul a[title="æ€»æ•°"]{
    display: none;
}
.page ul a.currentPage,
.page ul b {
	background: var(--mainblue);
	color: #fff;
	border-color: var(--mainblue)
}

.page ul a:hover {
	background: var(--mainblue);
	color: #fff;
	border-color: var(--mainblue)
}

.footer {
	background: #1b232f;
	overflow: hidden;
	color: #999;
}

.footer .footop {
	padding: 72px 46px 0 0;
	display: flex;
	justify-content: space-between;
}

.footer .footop .footcon {
	flex: 1;
}

.footer .footop .footcon h2 {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}

.footer .footop .footcon .text {
	padding-top: 22px;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}

.footer .footop .footcon .share {
	margin-top: 30px;
}

.footer .foottel {
	flex: 1;
	border: 1px solid #29313e;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

.footer .foottel p {
	font-size: 20px;
	line-height: 20px;
}

.footer .foottel h2 {
	margin: 30px 0;
	font-size: 30px;
	color: #fff;
}

.footer .foottel h2 img {
	margin-right: 12px;
}

.footer .foottel a {
	width: 140px;
	height: 47px;
	margin: 0 auto;
	border-radius: 5px;
	line-height: 47px;
	text-align: center;
	background: var(--mainblue);
	color: #fff;
	font-size: 16px;
}

.footer .footewm {
	width: 315px;
}

.footer .footewm ul li {
	width: 138px;
	padding: 5px 0 10px 0;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}

.footer .footewm ul li img {
	display: block;
	width: 127px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.footer .copyright {
	margin-top: 12px;
	border-top: 1px solid #29313e;
	text-align: center;
	padding: 30px 0;
	color: #999;
	overflow: hidden;
}

.footer .copyright a {
	color: var(--mainblue)
}

.link {
	margin-top: 30px;
}

.link a {
	color: #999;
}

.link a:hover {
	color: #fff;
	text-decoration: underline;
}

.zhixun {
	position: fixed;
	z-index: 1111;
	right: 0px;
	bottom: 20%;
}

.zhixun ul li {
	position: relative;
	margin-bottom: 1px;
	width: 35px;
	height: 35px;
}

.zhixun ul li .zxc {
	width: 35px;
	height: 35px;
	background: var(--mainblue);
	position: absolute;
	right: 0px;
	top: 0px;
	transition: all 0.3s ease;
}

.zhixun ul li .zxc.ztel span {
	height: 35px;
	text-align: center;
	font-family: 'HelveticaNeueLTCom-LtEx';
	width: 135px;
	overflow: hidden;
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
}

.zhixun ul li .zxc em {
	display: block;
	width: 35px;
	text-align: center;
	height: 35px;
	font-size: 12px;
	color: #fff;
	float: left;
}

.zhixun ul li .zxc.zqq em {
	background: var(--mainblue) url(../images/kf1.png) no-repeat center;
}

.zhixun ul li .zxc.zskype em {
	background: var(--mainblue) url(../images/kf2.png) no-repeat center;
}

.zhixun ul li .zxc.ztel {
	width: 170px;
	right: -135px;
}

.zhixun ul li .zxc.ztel em {
	background: var(--mainblue) url(../images/kf3.png) no-repeat center center;
}

.zhixun ul li .zxc.zwx em {
	background: var(--mainblue) url(../images/kf4.png) no-repeat center center;
}

.zhixun ul li .zxc.zwx span {
	position: absolute;
	right: 35px;
	bottom: -35px;
	width: 115px;
	height: 115px;
	background: #fff;
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: right center;
	padding: 5px;
	opacity: 0;
}

.zhixun ul li .zxc.ztp em {
	background: var(--mainblue) url(../images/kf5.png) no-repeat center center;
}

.zhixun ul li:hover .zxc.zqq,.zhixun ul li:hover .zxc.ztp {
	width: 35px;
}

.zhixun ul li:hover .zxc.ztel {
	right: 0px;
}

.zhixun ul li:hover .zxc.zwx span {
	transform: scale(1);
	opacity: 1;
}

.bread {
    display: flex;
    align-items: center;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	color: #666;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 40px;
}

.bread a {
	font-size: 14px;
	color: #666;
}

.bread em {
	margin: 0 10px;
	display: inline-block;
	width:14px;
	height:14px;
	background:url(../images/triangle.png) center center no-repeat;
	transform:rotate(270deg);
	background-size:10px;
}

.protop {
	background: #fff;
	overflow: hidden;
	padding: 20px;
	border-radius: 10px;
}

.protop .fl {
	float: left;
	width: 580px;
}

.protop .fl .gallery-top {
	height: 400px;
	width: 580px;
	overflow: hidden;
}

.protop .fl .gallery-top img {
	display: block;
	width: 100%;
	height: 100%;
}

.protop .fl .hd {
	overflow: hidden;
	margin-top: 14px;
}

.protop .fl .gallery-thumbs {
	width: 580px;
	margin-top: 10px;
}

.protop .fl .gallery-thumbs .swiper-slide {
	cursor: pointer;
	width: 108px;
	height: 80px;
}

.protop .fl .gallery-thumbs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.protop .fl .gallery-thumbs .swiper-slide.on:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px solid var(--mainblue);
	box-sizing: border-box;
}

.protop .fr {
	width: 550px;
}

.protop .fr h1 {
	font-size: 24px;
	color: #000;
}

.protop .fr .pt em {
	padding: 1px 5px;
	margin: 12px 8px 0px 0;
	color:#fff;
}

.protop .fr .price {
	font-size: 14px;
	color: #6b6b6b;
	padding-top: 10px;
	font-size: 14px;
}
.monthly{
    color:#ff552e;
    font-size:24px;
}
.monthly span{
    font-size:12px;
}
.protop .fr .price .monthly{
    display: inline-block;
}
.protop .fr .price span {
	margin-right: 12px;
	color: #ff552e;
}

.protop .fr .price label {
	margin-left: 12px;
	color: #666;
}

.protop .fr .price label:last-child{
	color:#999;
}

.protop .fr .price span b {
	font-size: 25px;
}

.protop .fr .iminfo {
	margin-top: 15px;
	padding: 8px 0;
	background:#f4f5f6;
	border-radius:10px;
	overflow: hidden;
}

.protop .fr .iminfo dl {
	flex: 1;
	text-align: center;
	border-right:1px solid #ddd;
}

.protop .fr .iminfo dl dt {
	font-size: 25px;
	color: #000;
}
.protop .fr .iminfo dl:last-child{
	border:0;
}
.protop .fr .iminfo dl dd {
	font-size: 14px;
	color: #999;
}

.protop .fr .info {
	margin-top: 11px;
	font-size: 14px;
	border-bottom: 1px dotted #eee;
	padding-bottom: 8px;
}

.protop .fr .info p span {
	color: #333;
}

.protop .fr .info p {
	color: #999;
	padding-bottom: 10px;
}

.protop .fr .ewmcon {
	margin-top: 20px;
}

.protop .fr .ewmcon .ewm {
	text-align: center;
	border: 1px solid #F1F1F1f1;
}

.protop .fr .ewmcon .ewm img {
	display: block;
	width: 148px;
	height: 148px;
}

.protop .fr .ewmcon .ewm p {
	padding: 3px 0;
	font-size: 13px;
	color: #999;
}

.protop .fr .ewmcon .contact-ways {
	flex: 1;
}

.protop .fr .ewmcon .contact-ways a {
	height: 60px;
	line-height: 60px;
	background: #333;
	margin: 10px 0;
	font-size: 18px;
	color: #fff;
}

.protop .fr .ewmcon .contact-ways .message{
	display: inline-block;
	width:30px;
	height:30px;
	background:url("../images/message.svg") center center no-repeat;
	background-size:30px;
}
.protop .fr .ewmcon .contact-ways .phone{
	display: inline-block;
	width:30px;
	height:30px;
	background:url("../images/phone.svg") center center no-repeat;
	background-size:30px;
}
.protop .fr .ewmcon .contact-ways a.a2 {
	background: #014fed;
}

.protop .fr .ewmcon .contact-ways a span {
	font-size: 25px;
	font-weight: bold;
	margin-left: 10px;
}

.cf-bottom {
	background: #fff;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 20px;
	padding-top: 0;
	margin-bottom: 25px;
}

.cf-item {
	width: 770px;
}

.cf-item .tit {
	font-size: 22px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 12px;
}

.cf-item table {
	width: 100%;
	padding: 12px 0;
}

.cf-item table td {
	width: 50%;
	padding: 10px 0;
	font-size: 14px;
}

.cf-item table td span {
	color: #999;
	width: 110px;
	float: left;
}

.cfright {
	width: 280px;
	border-left:none!important;
}

.cfright .tgbox{
    margin-top:20px;
    border-radius:5px;
}

.cfright .tgbox:first-child{
    margin-top:0;
}

.cfright .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #F1F1F1;
}

.xglist li {
	width: 240px;
	margin: 0 auto;
}

.xglist li:last-child a {
	border: 0;
}

.xglist li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}

.xglist li a i {
	background: var(--mainblue);
	float: left;
	color: #fff;
	font-family: å®‹ä½“;
	margin-top: 3px;
	margin-right: 5px;
	line-height: 12px;
	text-align: center;
	width: 12px;
	height: 12px;
}

.tgbox {
	background: #fff;
}

.pdbox {
	padding: 20px 0;
	line-height: 26px;
	color: #666;
	font-size: 14px;
}

.pdbox a {
	color: var(--mainblue);
	border: 1px solid #F7F7F7;
}

.recommend {
	margin-top: 0;
	background: #fff;
}

.recommend .ht {
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.recommend .ht span {
	color: var(--mainblue)
}

.recommend ul {
	overflow: hidden;
	padding-left: 30px;
	padding-bottom: 30px;
}

.recommend ul li {
	float: left;
	width: 203px;
	margin: 30px 30px 0 0;
}

.recommend ul li img {
	display:block;
}

.recommend ul li a {
	display: block;
	text-align: center;
}

.recommend ul li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}

.newlist {
	overflow: hidden;
}

.newlist li {
	position: relative;
	height: 222px;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	padding: 30px 0;
}

.newlist li .date {
	width: 100px;
	height: 100px;
	left: 0px;
	top: 30px;
	background: var(--mainblue);
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.newlist li .date p b {
	display: block;
	font-size: 30px;
	padding-top: 7px;
	font-family: helve
}

.newlist li .date p.line {
	width: 25px;
	height: 1px;
	display: block;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 12px;
}

.newlist li .pic {
	float: left;
	width: 256px;
	height: 165px;
	margin-left: 128px;
}

.newlist li .pic img {
	width: 256px;
	height: 165px;
}

.newlist li .note {
	float: right;
	width: 773px;
	height: 165px;
	overflow: hidden;
}

.newlist li .note h2 {
	font-size: 18px;
	font-weight: normal;
}

.newlist li .note .notec {
	font-size: 14px;
	line-height: 25px;
	color: #888;
	margin: 12px 0;
}

.newlist li .note .mo {
	display: block;
	color: var(--mainblue);
}

.newbox {
	background: #fff;
	padding: 25px;
	overflow: hidden;
}

.newbox .newtit {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}

.newbox .newtit p {
	font-size: 14px;
	color: #888;
	padding-top: 15px;
}

.prevnext {
	font-size: 16px;
	padding: 20px 0;
	overflow: hidden;
	color: #666;
}

.prevnext .fl {
	width: 50%;
	overflow: hidden;
}

.prevnext .fr {
	overflow: hidden;
}

.prevnext a {
	color: #666;
}

.prevnext a:hover {
	color: var(--mainblue);
}

.case2 {
	margin-bottom: 50px;
}

.case2 .title {
	margin-bottom: 50px;
}

.book {
	padding: 20px;
}
.book .sinfo{
    float: left;
    width:48%;
}
.book .sinfo.phone{
    float: right;
}
.book .sinfo:last-child{
    float: right;
}
.book .intext {
	padding: 10px 0;
	width: 100%;
	float: left;
	border: 1px solid #eee;
	margin-bottom: 12px;
	text-indent:20px;
}

.book .intext.i2 {
	float: right;
}

.book .intext.te {
	float: none;
	width: 100%;
	resize: none;
	height: 80px;
}

.book .sbtn {
	padding: 10px;
	width: 120px;
	border: 0px;
	cursor: pointer;
	background: #0090da;
	color: #fff;
}

.bgnone {
	background: none !important;
}

.copyClert {
	background: #fff;
	width: 280px;
	border-radius: 15px;
	text-align: center;
	padding: 30px 0 45px 0;
}

.copyClert h2 {
	padding-bottom: 10px;
	color: #000;
	font-size: 20px;
}

.copyClert p {
	margin-bottom: 12px;
	font-size: 14px;
	color: #666;
}

.copyClert a {
	display: block;
	background: #0abf5b;
	width: 100px;
	height: 40px;
	color: #fff !important;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 20px;
}

.copyClert .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
</pre></body></html>