@charset "utf-8";

.details {
	/* padding-top: 2.4rem; */
}

.details .img {
	width: 100%;
	margin-top: 0.5rem;
}

.details .img img {
	width: 100%;
	border-radius: 0.25rem;
}

.padding_lf_ri_8 {
	padding: .8rem;
}

.details .top {
	width: 100%;
	box-sizing: border-box;
}

.details .top h1 {
	font-size: 1rem;
	line-height: 1.3rem;
}

div[class^="footersButton"] {
	background-color: #000000;
	color: #fff;
	padding: .4rem 0rem 2.4rem;
	font-size: .6rem;
	text-align: center;
}

div[class^="footersButton"] div[class^="concat"] {
	margin-top: .4rem;
}

.details .top .name {
	margin-top: 0.5rem;
	font-size: 0.6rem;
}

.details .top .time {
	margin-top: .2rem;
	font-size: .6rem;
}

.details .center {
	width: 100%;
	padding: .8rem;
	box-sizing: border-box;
	background-color: #f8f8f8;
	box-shadow: 0 3px 5px #f0f0f0;
	line-height: 1.2rem;
	font-size: .65rem;
}

.details .center p {
	font-size: .65rem;
}

.details .center h1,
.details .center h2,
.details .center h3,
.details .center h4,
.details .center h5,
.details .center h6 {
	font-size: .7rem;
}

.details .center img {
	width: 100%;
	padding: .8rem 0;
}

.detailBotton {
	background-color: #48AEF4;
	padding: .5rem .25rem;
	font-size: 0.6rem;
	text-align: center;
	color: #FFFFFF;
}

.twoList {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem;
	background-color: #eee;
}

.twoList .textBox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 1rem;
}

.twoList .textBox .imgAndText {
	display: flex;
	align-items: center;
}

.twoList .textBox .imgAndText .img {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #FFC136;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.twoList .textBox .imgAndText .img img {
	width: .8rem;
}

.twoList .textBox .imgAndText h3 {
	margin-left: 0.5rem;
}

.twoList .textBox .news {
	color: #FFC136;
	font-weight: bold;
}

.twoList ul {
	margin-top: 0.75rem;
}



.detailBotton p:nth-child(1) {
	margin-bottom: 0.2rem;
}


img[class^="topImg"] {
	width: 100%;
}

p[class^="titles"] {
	margin: .6rem 0;
	color: #000088;
	font-size: .7rem;
}

div[class^="read"] {
	font-size: .7rem;
	color: #333;
}

div[class^="contents"] {
	padding: .4rem;
	font-size: .6rem;
}

div[class^="pageContent"] {
	background-color: #eee;
	padding-top: 1.6rem;
}

div[class^="see"] {
	margin-top: .5rem;
	text-align: center;
}

li[class^="lis"] {
	padding: .6rem;
}

div[class^="form"] {
	box-sizing: border-box;
	padding: 1rem;
}

div[class^="form"] input {
	box-sizing: border-box;
	padding: .2rem;
	width: 100%;
	border-bottom: .1rem solid #999;
}

div[class^="form"] button {
	width: 60%;
	border-radius: 1rem;
	border: none !important;
	color: #fff;
	background: linear-gradient(270deg, #9405C7 0%, #3618A9 100%);
	box-sizing: border-box;
	padding: .6rem;
}

div[class^="form"] div[class^="one"] {
	margin-bottom: .6rem;
}

div[class^="form"] div[class^="buttons"] {
	margin-top: .6rem;
	text-align: center;
}

label {
	width: 45%;
	font-size: .6rem;
	margin-right: .5rem;
}

textarea {
	width: 100%;
	border: .1rem solid #999;
}

img[class^="logo"] {
	width: 6rem;
}

img[class^="more"] {
	width: 1rem;
}

div[class^="topTab"] {}
