@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('./AlibabaPuHuiTi-3-55-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	user-select: none;
	font-family: "AlibabaPuHuiTi","PingFang SC", PingFangSC, BlinkMacSystemFont, "思源黑体", "思源宋体", Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", "黑体", Heiti, sans-serif, SimSun, "宋体", serif;
}
.clear {
	clear: both;
}

.sunshine_header {
	width: 98%;
	height: 5rem;
	background: #fff;
	display: flex;
	justify-content: center;
	/*overflow: hidden;*/
}

.sunshine_header_center {
	width: 100%;
	max-width: 1200px;
	height: 5rem;
	display: flex;
	justify-content: space-between;
    flex-grow: 1;
}

.sunshine_header_center .logo {
	width: 8.5rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	margin-top: 1rem;
	border-radius: 0.25rem;
}
.sunshine_header_center .logo img{
    width: 100%;
    height: 3rem;
}
.sunshine_header_center .nav a {
	height: 3rem;
	display: inline-block;
	line-height: 3rem;
	font-size: 18px;
	font-weight: 600;
	margin-top: 1rem;
	margin-left: 3rem;
	color: #2e1f5a;
}
.sunshine_header_center .nav a.active{
    font-weight: bold;
    color: #3f7cff;
}
.sunshine_header_center .nav{
	display: flex;
	flex-grow: 1;
}
.sunshine_header_center .navlis {
	position: relative;
	display: inline-block;
}
.sunshine_header_center .headRight{
	position: relative;
	margin-top: 1rem;
	height: 3rem;
	line-height: 3rem;
}
.headSearch .form {
    border: 1px solid #eee;
    padding-right: 38px;
    height: 36px;
    line-height: 36px;
    position: relative;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 200px;
    background: #FAFAFA;
    margin-top: 5px;
}
.headSearch .form input {
    border: medium none;
    background: none;
    height: 38px;
    padding: 0 10px 0 12px;
    max-width: 100%;
}
.headRight button {
    background: #3f7cff;
    background: -webkit-linear-gradient(bottom, #3f7cff 0%, #2460dfc2 51%, #5783e1 100%);
    background: linear-gradient(to top, #3f7cff 0%, #2460dfc2 51%, #5783e1 100%);
    background-size: auto 200%;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -1px;
    top: -1px;
    border: medium none;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
    color: #fff;
}
.sunshine_header .more {
    width: 3rem;
    top: 0.5rem;
    left: 0.3rem;
    display: none;
    position: relative;
    margin-top: 1rem;
    height: 3rem;
    line-height: 3rem;
}
.sunshine_header .more img{
    width: 2rem;
    height: 2rem;
}
.sunshine_header .mores{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 199;
    display: none;
}
.sunshine_header .mores_bg{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 188;
    background: rgba(0,0,0, .5);
}
.sunshine_header .mores ul{
    width: 8rem;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 199;
    background: #fff;
    padding: 6rem 0 2.5rem;
    box-sizing: border-box;
}
.sunshine_header .mores .more_gb{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2.25rem;
    right: 3.25rem;
}
.sunshine_header .mores .more_gb img{
    width: 1.5rem;
    height: 1.5rem;
}
.sunshine_header .mores a{
    width: 6rem;
    height: 2.5rem;
    position: absolute;
    bottom: 2.5rem;
    right: 1rem;
    background: #3f7cff;
    font-size: 15px;
    color: #fff;
    border-radius: 6rem;
    text-align: center;
    line-height: 2.5rem;
}
.sunshine_header .mores li{
    width: 100%;
    height: 4rem;
    font-size: 16px;
    color: #333;
    line-height: 4rem;
    text-align: center;
}
.sunshine_header .mores li.active{
    color: #3f7cff;
    font-weight: bold;
}
.rersonality_top {
	display: none;
	position: absolute;
	top: 4rem;
	left: 3rem;
	width: 35rem;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(46, 31, 74, 0.10);
	border-radius: 0.25rem;
	box-sizing: border-box;
	padding: 1rem;
	transition: .5s;
	opacity: .9;
	z-index: 999999;
}

.rersonality_top h4 {
	font-size: 18px;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	color: #2E1F4A;
	font-weight: 800;
}

.rersonality_top ul {
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
}

.rersonality_top li {
    width: 110%;
    height: 3rem;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 3rem;
    font-size: 14px;
}

.rersonality_top ul:last-child {
	margin-bottom: 0;
}

.rersonality_top ul:nth-child(2) li {
	background: rgba(137,101,207,.25);
	color: #8965cf;
}

.rersonality_top ul:nth-child(4) li {
	background: rgba(63,142,111,.25);
	color: #3f8e6f;
}

.rersonality_top ul:nth-child(6) li {
	background: rgba(94,191,216,.25);
	color: #5ebfd8;
}

.rersonality_top ul:nth-child(8) li {
	background:  rgba(157,119,0,.25);
	color: #9d7700;
}

.sunshine_header_center .nav a:hover {
	color: #3f7cff;
}

.sunshine_center {
	width: 100%;
	background: url(../img/bgs.jpg) no-repeat;
	background-size: 1920px 1500px;
	position: relative;
}

.sunshine_center .banner img {
	width: 100%;
	object-fit: cover;
	height: 636px;
	position: absolute;
	top: 0;
}

.sunshine_center .goexam {
	cursor: pointer;
	width: 10rem;
	height: 3rem;
	border-radius: 3rem;
	text-align: center;
	line-height: 3rem;
	background: #3f7cff;
	color: #fff;
	position: absolute;
	top: 20rem;
	left: 50%;
	margin-left: -5rem;
}

.sunshine_center_main {
	width: 100%;
	max-width: 1200px;
	padding-bottom: 5rem;
	padding-top: 1rem;
	margin: 0 auto;
}

.sunshine_center_testdata {
	width: 100%;
	height: 6.5rem;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0.5rem;
	padding: 1rem 0;
	box-sizing: border-box;
}

.sunshine_center_testdata ul {
	display: flex;
	justify-content: space-between;
}

.sunshine_center_testdata li {
	width: 25%;
	height: 4.5rem;
	padding: 0.25rem 0;
	box-sizing: border-box;
}

.sunshine_center_testdata li h4 {
	font-size: 28px;
	font-weight: bold;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	width: 100%;
	font-weight: 600;
	color: #3f7cff;
}

.sunshine_center_testdata li p {
	width: 100%;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	color: #666;
	font-size: 16px;
	margin-top: 0.25rem;
}

.sunshine_center_rersonalitylist {
	width: 100%;
	max-width: 1200px;
	margin-top: 2.5rem;
}

.sunshine_center_rersonalitylis {
	width: 50%;
	height: 21rem;
	position: relative;
	float: left;
	margin-bottom: 3rem;
}

.sunshine_center_rersonalitylis .title {
	font-size: 32px;
	padding-left: 16px;
	box-sizing: border-box;
	font-weight: 800;
	color: #8965cf;
	opacity: 0.25;
	margin-bottom: 0.5rem;
}

.sunshine_center_rersonalitylis ul {
	display: flex;
	justify-content: space-between;
}

.sunshine_center_rersonalitylis li {
	width: 25%;
	padding: 0 1rem;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
	margin-top: 0.75rem;
	overflow: hidden;
	cursor: pointer;
}
.rersonality_top ul li{
    cursor: pointer;
}
.sunshine_article_tab li{
    cursor: pointer;
}
.sunshine_article_list li{
    cursor: pointer;
}

.sunshine_center_rersonalitylis li:hover {
	transform: translateY(-10px);
}

.sunshine_center_rersonalitylis li .img {
	width: 100%;
	height: 8rem;
	display: flex;
	justify-content: center;
}

.sunshine_center_rersonalitylis li .img img {
	height: 8rem;
	width: auto;
}

.sunshine_center_rersonalitylis li .img img:nth-child(1) {

}

.sunshine_center_rersonalitylis li .img img:nth-child(2) {

}

.sunshine_center_rersonalitylis li h3 {
	margin-top: 1.25rem;
	font-size: 18px;
	height: 1.75rem;
	line-height: 1.75rem;
	overflow: hidden;
	color: #8965cf;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

.sunshine_center_rersonalitylis li p {
	color: #8965cf;
	margin-top: 0.25rem;
	line-height: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
	opacity: 0.6;
	text-align: center;
	padding: 0 0.5rem;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
}

.sunshine_center_rersonalitylis .bottom {
	width: 100%;
	height: 9.75rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(137,101,207,.25), transparent);
	z-index: 1;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(2) .title {
	color: #3f8e6f;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(2) .bottom {
	background: linear-gradient(180deg, rgba(63,142,111,.25), transparent);
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(2) li h3 {
	color: #3f8e6f;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(2) li p {
	color: #3f8e6f;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(3) .title {
	color: #5ebfd8;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(3) .bottom {
	background: linear-gradient(180deg, rgba(94,191,216,.25), transparent);
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(3) li h3 {
	color: #5ebfd8;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(3) li p {
	color: #5ebfd8;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(4) .title {
	color: #9d7700;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(4) .bottom {
	background: linear-gradient(180deg, rgba(157,119,0,.25), transparent);
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(4) li h3 {
	color: #9d7700;
}

.sunshine_center_rersonalitylist .sunshine_center_rersonalitylis:nth-child(4) li p {
	color: #9d7700;
}

.goexams {
	cursor: pointer;
	width: 10rem;
	height: 3rem;
	border-radius: 3rem;
	text-align: center;
	line-height: 3rem;
	background: #3f7cff;
	color: #fff;
	display: block;
	margin: 0rem auto;
}

.sunshine_article {
	width: 100%;
	background: linear-gradient(180deg, #d9e1f8, #f8f7fb 63%);
	background-size: 100% 100%;
	padding: 4rem 0;
	box-sizing: border-box;
}

.sunshine_article_tab {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 3rem;
}

.sunshine_article_tab li {
	/*float: left;*/
	margin-right: 2.5rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 16px;
	color: #999;
	position: relative;
	display: inline-block;
}

.sunshine_article_tab li span {
	width: 100%;
	height: 4px;
	background: #3f7cff;
	position: absolute;
	border-radius: 4px;
	bottom: 0.4rem;
	display: block;
	left: 0;
	display: none;
}

.sunshine_article_tab li.active {
	line-height: 2.5rem;
	font-weight: 600;
	font-size: 18px;
	color: #3f7cff;
}

.sunshine_article_tab li.active span {
	display: block;
}

.sunshine_article_list {
	width: 100%;
	max-width: 1200px;
	margin: 2.5rem auto 0;
}

.sunshine_article_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sunshine_article_list li {
	width: 30%;
	position: relative;
	margin-bottom: 2.5rem;
}

.sunshine_article_list li:hover {
	box-shadow: 0px 2px 10px 0px rgba(46, 31, 74, 0.2);
}

.sunshine_article_list li .img {
	width: 100%;
	height: 15rem;
}

.sunshine_article_list li .img img {
	width: 100%;
	height: 15rem;
	object-fit: cover;
	border-radius: 0.25rem 0.25rem 0 0;
}

.sunshine_article_list li .text {
	background: #fff;
	padding: 0.75rem 0.75rem 3.75rem 0.75rem;
	box-sizing: border-box;
	border-radius: 0 0 0.25rem 0.25rem;
}

.sunshine_article_list li .text h3 {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	color: #2e1f4a;
	font-size: 18px;
}

.sunshine_article_list li .text p {
	margin-top: 0.25rem;
	font-size: 15px;
	overflow: hidden;
	margin-bottom: 0.25rem;
	width: 100%;
	color: #b3acc4;
}

.sunshine_article_list li .user {
	width: 100%;
	height: 3rem;
	border-top: 1px #f5f5f5 solid;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
}

.sunshine_article_list li .desc {
	width: 100%;
	border-top: 1px #f5f5f5 solid;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
}

.sunshine_article_list li .user img {
	width: 2rem;
	height: 2rem;
	float: left;
	border-radius: 2rem;
}

.sunshine_article_list li .user p {
	float: left;
	display: inline-block;
	width: auto;
	height: 2rem;
	line-height: 2rem;
	margin-left: 0.05rem;
	margin-top: 0;
	color: #333;
}

.sunshine_article_list li .user span {
	float: right;
	padding: 0 0.5rem;
	box-sizing: content-box;
	height: 2rem;
	font-size: 13px;
	line-height: 2rem;
	text-align: center;
	background: #f5f5f5;
	border-radius: 2px;
	color: #3f7cff;
}

.goarticle {
	display: block;
	width: 10rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	color: #3f7cff;
	border: #3f7cff 2px solid;
	box-sizing: border-box;
	border-radius: 3rem;
	font-weight: 600;
	margin-bottom: 2.5rem;
	margin: 1rem auto;
}

.sunshine_footer {
	width: 100%;
	background: #313131;
	padding: 1.5rem 0;
	box-sizing: border-box;
}

.sunshine_footer_center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.sunshine_footer_center ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sunshine_footer_center li {
	width: 36%;
}

.sunshine_footer_center li:nth-child(3) {
	width: 20%;
}

.sunshine_footer_center li h4 {
	font-size: 18px;
	color: #fff;
}

.sunshine_footer_center li p {
	width: 100%;
	height: 5.1rem;
	overflow: hidden;
	line-height: 1.7rem;
	margin-top: 0.9rem;
	color: #999;
	font-size: 15px;
}

.sunshine_footer_center li img {
	width: 5.1rem;
	height: 5.1rem;
	margin-top: 0.9rem;
}

.sunshine_footer_center li:nth-child(4) {
	margin-top: 1.5rem;
	width: 100%;

	border-bottom: 1px #424242 solid;
}

.sunshine_footer_center li:nth-child(4) p {
	height: 2.7rem;
}

.sunshine_footer_center .footers {
	width: 100%;
	text-align: center;
	margin: 2rem 0 0.5rem;
	font-size: 15px;
	color: #999;
	line-height: 1.7rem;
}

.sunshine_center_mains {
	padding-top: 2.5rem;
}

.sunshine_center_mains .sunshine_center_rersonalitylis {
	width: 100%;
}

.sunshine_center_mains .sunshine_center_rersonalitylis .title {
	padding-left: 0;
	text-align: center;
}

.sunshine_article_details_tab {
	width: 100%;
	background: #fff;
	height: 3.5rem;
	display: flex;
	justify-content: center;
	border-top: 1px #eee solid;
}

.sunshine_article_details_tab_center {
	width: 100%;
	max-width: 1200px;
	height: 3.5rem;
}

.sunshine_article_details_tab_center a {
	width: 6.25%;
	height: 3.5rem;
	line-height: 3.5rem;
	display: block;
	text-align: center;
	float: left;
	color: #2E1F4A;
}

.sunshine_article_details_tab_center a.active {
	background: #3f7cff;
	color: #fff;
}

.sunshine_article_details_link {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
}

.sunshine_article_details_link_center {
	width: 100%;
	max-width: 1200px;
	line-height: 60px;
	font-size: 14px;
	height: 60px;
	color: #918B9D;
}

.sunshine_article_details_link_center a {
	color: #918B9D;
}

.sunshine_article_details_link_center span {
	margin: 0 0.5rem;
	color: #918B9D;
}

.sunshine_article_details_link_center a:last-child {
	color: #2E1F4A;
}

.sunshine_article_details {
	width: 100%;
	display: flex;
	justify-content: center;
}

.sunshine_article_details_center {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 30px;
}

.sunshine_article_details_center_name {
	width: 100%;
	padding: 80px;
	background: #3f7cff;
	box-sizing: border-box;
	border-radius: 0.25rem;
	position: relative;
}

.sunshine_article_details_center_name h1 {
	font-size: 36px;
	color: #fff;
}

.sunshine_article_details_center_name p {
	font-size: 18px;
	color: #fff;
	margin: 1.25rem 0;
}

.sunshine_article_details_center_name a {
	cursor: pointer;
	width: 10rem;
	height: 3rem;
	border-radius: 3rem;
	text-align: center;
	line-height: 3rem;
	color: #fff;
	background: #EA8F6B;
	display: block;
}

.sunshine_article_details_center_name .img {
	float: right;
	height: 20rem;
	position: absolute;
	right: 5rem;
	top: 0;
}

.sunshine_article_details_center_name .img img {
	height: 16rem;
	margin-top: 2rem;
}

.sunshine_article_details_centers {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.sunshine_article_details_centers .left {
	width: 66%;
}

.sunshine_article_details_centers .right {
	width: 32%;
}

.sunshine_article_details_centers .left .time {
	background: #fff;
	padding: 1.25rem;
	box-sizing: border-box;
	border-radius: 0.25rem;
	margin-bottom: 1.5rem;
}

.sunshine_article_details_centers .left .time .title p {
	font-size: 12px;
	color: #999;
}

.sunshine_article_details_centers .left .time .title h3 {
	color: #333;
	font-size: 20px;
	margin-top: 0.25rem;
	position: relative;
}
.sunshine_article_details_centers .left .time .title h3 span{
    position: absolute;
    top: 0.75rem;
    left: 3.5em;
    width: 16px;
    height: 16px;
    background: rgba(63,124,255,.25);
    border-radius: 4px;
}

.sunshine_article_details_centers .left .time .text {
	line-height: 2rem;
	font-size: 16px;
	margin-top: 1.25rem;
}

.sunshine_article_details_centers .left .time .zm {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.sunshine_article_details_centers .left .time .zm li {
	width: 50%;
	height: 2.5rem;
	display: flex;
	justify-content: flex-start;
	margin-top: 1rem;
	align-items: center;
	overflow: hidden;
}

.sunshine_article_details_centers .left .time .zm li h3 {
	width: 1.5rem;
	text-align: left;
	flex-shrink: 0;
}

.sunshine_article_details_centers .left .time .zm li span {
	font-size: 12px;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #ea8f6b;
	color: #fff;
	padding: 0 0.5rem;
	border-radius: 0.25rem;
	margin-right: 0.5rem;
	flex-shrink: 0;
}

.sunshine_article_details_centers .left .time .zm li p {
	font-size: 14px;
	color: #2E1F4A;
	height: 2.5rem;
	line-height: 2.5rem;
}

.sunshine_article_details_centers .left .time .yls {
	margin-top: 1.25rem;
	border-radius: 0.25rem;
	background: rgba(63,124,255,.05);
}

.sunshine_article_details_centers .left .time .yls li {
	border-bottom: solid 1px #f1e8fa;
	padding: 1.25rem;
	box-sizing: border-box;
}
.sunshine_article_details_centers .left .time .yls li:last-child{
    border: none;
}

.sunshine_article_details_centers .left .time .yls li h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5rem;
	color: #2e1f4a;
	margin-bottom: 0.75rem;
}

.sunshine_article_details_centers .left .time .yls li p {
	font-size: 14px;
	line-height: 1.5rem;
	color: #2E1F4A;
	font-weight: 400;
}

.sunshine_article_details_centers .left .time .mrmj {
	margin-top: 1.25rem;
	height: 12.5rem;
	overflow: hidden;
}

.sunshine_article_details_centers .left .time .mrmj li {
	width: 22%;
	float: left;
}

.sunshine_article_details_centers .left .time .mrmj li:nth-child(4n+2) {
	margin-left: 4%;
}

.sunshine_article_details_centers .left .time .mrmj li:nth-child(4n+3) {
	margin-left: 4%;
}

.sunshine_article_details_centers .left .time .mrmj li:nth-child(4n+4) {
	margin-left: 4%;
}

.sunshine_article_details_centers .left .time .mrmj li img {
	width: 100%;
	height: 10rem;
	object-fit: cover;
}

.sunshine_article_details_centers .left .time .mrmj p {
	text-align: center;
	font-size: 16px;
	margin: 0.5rem 0;
	line-height: 2rem;
	height: 2rem;
	overflow: hidden;
}

.sunshine_article_details_centers .right {
	margin: 0;
}

.sunshine_article_details_centers .right li {
	width: 100%;
}

.sunshine_article_details_tabs_center a {
	width: 10%;
}

.sunshine_page_time {
	margin: 3.5rem 0;
	height: 4.1rem;
	display: flex;
	justify-content: center;
	overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.sunshine_article_list ul.pagination{
    display: block;
    text-align: center;
    width: 100%;
}

.sunshine_article_list .sunshine_page_time li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #8F9BAD;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #EBEBEB;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    width: 42px;
    transition: all 0.15s ease-in-out;
    margin: 5px;
}
.sunshine_article_list .sunshine_page_time li a{
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 2.5rem;
}
.sunshine_article_list .sunshine_page_time li:hover {
	box-shadow: none;
}
.sunshine_page_time .page-item span {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin: 0 1rem;
	box-sizing: border-box;
	border: 1px #999 solid;
	color: #999;
	border-radius: 2.5rem;
	font-weight: normal;
}

.sunshine_page_time li.active {
	border: 1px #3f7cff solid;
	color: #fff;
	background: #3f7cff;
	font-weight: bold;
}

.sunshine_article_details_centers .details {
	background: #fff;
	border-radius: 0.25rem;
	padding: 1.25rem;
	box-sizing: border-box;
}

.sunshine_article_details_centers .details h2 {
	font-size: 24px;
	line-height: 2rem;
}

.sunshine_article_details_centers .details .users {
	height: 3.5rem;
	margin-top: 0.5rem;
	padding: 0.5rem 0;
	box-sizing: border-box;
	border-bottom: 1px #f5f5f5 solid;
}

.sunshine_article_details_centers .details .users img {
	height: 2rem;
	width: 2rem;
	float: left;
	border-radius: 2rem;
}

.sunshine_article_details_centers .details .users p {
	display: inline-block;
	float: left;
	height: 2rem;
	line-height: 2rem;
	margin-left: 0.5rem;
	font-size: smaller;
}

.sunshine_article_details_centers .details .users p:nth-child(3) {
	font-weight: normal;
	color: #B3ACC4;
	margin-left: 0.5rem;
	font-size: 14px;
}

.sunshine_article_details_centers .details .users span {
	float: right;
	padding: 0 0.5rem;
	box-sizing: content-box;
	height: 2rem;
	font-size: 13px;
	line-height: 2rem;
	text-align: center;
	background: #f4f0fc;
	border-radius: 2px;
	color: #3f7cff;
}

.sunshine_article_details_centers .details .text_cwb{
	margin-top: 1rem;
}
.sunshine_article_details_centers .details .text_cwb img{
	max-width: 100%;
}
.mbti_homes{
	width: 100%;
	display: flex;
	justify-content: center;
}
.mbti_homes_center{
	width: 100%;
	max-width: 720px;
	padding: 2rem 1rem;
	box-sizing: border-box;
}
.mbti_homes_logo{
	height: 4rem;
	margin: 0 auto;
	display: block;
}
.mbti_homes_title{
	margin-top: 1rem;
}
.mbti_homes_title h4{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
.mbti_homes_title p{
	font-size: 18px;
	text-align: center;
	margin-top: 1rem;
	color: #999;
}
.mbti_homes_hydrateds{
	margin-top: 2.5rem;
}
.mbti_homes_hydrateds ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.mbti_homes_hydrateds  li{
	width: 27%;
	padding: 2rem 1rem;
	box-sizing: border-box;
	flex-shrink: 0;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0 8px #ddd;
}
.mbti_homes_hydrateds  li:nth-child(2){
	margin-left: 3%;
}
.mbti_homes_hydrateds  li:last-child{
	width: 37%;
	flex-shrink: 0;
	margin-left: 3%;

}
.mbti_homes_hydrateds li .icon{
	width: 4rem;
	height: 4rem;
	background: url(../img/ics.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.mbti_homes_hydrateds li p:nth-child(2){
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-top: 1.5rem;
	font-weight: bold;
}
.mbti_homes_hydrateds li p:nth-child(3){
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 0.75rem;
}
.mbti_homes_hydrateds li p:nth-child(4){
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-top: 1.5rem;
	color: #999;
}
.mbti_homes_hydrateds li p:nth-child(5){
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-top: 0.5rem;
	color: #999;
}
.mbti_homes_hydrateds  li.action{
	background: linear-gradient(to left,#3f7cff,#87abf7);
}
.mbti_homes_hydrateds  li.action .icon{
	background: url(../img/ico.png) no-repeat;
	background-size: 100% 100%;
}
.mbti_homes_hydrateds  li.action p{
	color: #fff;
}
.mbti_homes_goexam{
	width: 100%;
	height: 3rem;
	border-radius: 3rem;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 3rem;
	background: linear-gradient(to left,#3f7cff,#87abf7);
	margin: 3rem 0%;
	box-shadow: 0 0 8px #ddd;
}
.mbti_homes_texts{
	width: 100%;
	padding: 1.5rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0.5rem;
	margin-bottom: 2rem;
}
.mbti_homes_texts h3{
	width: 100%;
	text-align: center;
	color: #3f7cff;
	margin-bottom: 1.5rem;
}
.mbti_homes_texts p{
	line-height: 1.75rem;
	font-size: 15px;
	color: #666;
}
.mbti_homes_texts img{
	width: 50%;
	margin: 2rem auto;
	display: block;
}
/* zf */
.mbti_homes_pay{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-right: 400px;
	box-sizing: border-box;
}
.mbti_homes_pay .lefts{
	width: 640px;
	height: 100vh;
	overflow: scroll;
}
.mbti_homes_pay .right{
	width: 320px;
	background: #fff;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	border: 1px #ccc solid;
	position: absolute;
	top: 40px;
	right: 0;
}
.newmbti_pay_items{
	display: none;
}
.mbti_homes_pay .right p:nth-child(1){
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #333;
}
.mbti_homes_pay .right p:nth-child(1) span{
	font-size: 20px;
	color: red;
	margin: 0 0.25rem;
}
.mbti_homes_pay .right p:nth-child(2){
	margin-top: 0.5rem;
	text-align: center;
	color: #333;
	font-size: 15px;
}
.mbti_homes_pay .right p:nth-child(2) span{
	color: red;
}
.mbti_homes_pay .right .newmbti_pay_items{
	display: block;
	padding: 0;
	border: none;
	margin: 0;
	width: 100%;
}
.mbti_homes_pay .right .newmbti_pay_items .shop{
	width: 100%;
	margin: 0;
	margin-top: 1rem;
}
.mbti_homes_payewm{
	width: 100%;
	padding: 0.75rem;
	box-sizing: border-box;
	border: 1px #ccc solid;
	border-radius: 0.5rem;
	margin-top: 1rem;
}
.mbti_homes_paytab{
	width: 100%;
	height: 2.5rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mbti_homes_paytabs{
	width: 50%;
	height: 2.5rem;
	font-size: 15px;
	text-align: center;
	flex-shrink: 0;
	line-height: 2rem;
	color: #333;
	position: relative;
}
.mbti_homes_paytabs span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: #d3d3d3;
}
.mbti_homes_paytab .mbti_homes_paytabs:nth-child(1).active{
	font-weight: bold;
	color: #04be02;
}
.mbti_homes_paytab .mbti_homes_paytabs:nth-child(1).active span{
	background: #04be02;
}
.mbti_homes_paytab .mbti_homes_paytabs:nth-child(2).active{
	font-weight: bold;
	color: #1776fe;
}
.mbti_homes_paytab .mbti_homes_paytabs:nth-child(2).active span{
	background: #1776fe;
}
.mbti_homes_payewms{
	width: 100%;
	margin-top: 1rem;
}
.mbti_homes_payewms img{
	width: 7.5rem !important;
	height: 7.5rem !important   ;
	display: block;
	margin: 0 auto;
}
.mbti_homes_payewms p{
	font-size: 15px;
	text-align: center;
	margin-top: 1rem !important;
}
.mbti_homes_pay .right .titles{
	width: 100%;
	margin: 1rem 0;
	font-size: 15px;
	color: #c58c34;
	text-align: center;
	font-weight: bold;
}
.mbti_homes_pay .right li{
	width: 50%;
	height: 2rem;
	line-height: 2rem;
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #333;
	float: left;
}
.mbti_homes_pay .right li span{
	width: 8px;
	height: 8px;
	display: block;
	background: #c58c34;
	margin-top: 12px;
	margin-right: 8px;
	border-radius: 8px;
}

/* zf gzh */
.mbti_homes_wxemw{
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
}
.mbti_homes_wxemw_center{
	width: 100%;
	height: 100vh;
	max-width: 1000px;
	position: relative;
	padding-top: 120px;
	box-sizing: border-box;
}
.mbti_homes_wxemw_center_header{
	width: 100%;
	height: 120px;
	background-image: linear-gradient(-180deg, #9271ff 0%, #3da5ff 100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.mbti_homes_wxemw_center_headers{
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
}
.hleft,.hright{
	width: 160px;
	height: 120px;
}
.hicon{
	width: 40px;
	height: 40px;
	display: block;
	margin: 1.25rem auto;
}
.hleft p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.hleft .hicon{
	background: url(../img/cg.png) no-repeat;
	background-size: 100% 100%;
}
.hright .hicon{
	background: #e5e5e5;
	color: #b8b8b8;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}
.hright p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.hcenter{
	margin: 0 16px;
}
.cicon{
	width: 15rem;
	height: 2px;
	margin-top: 39px;
	background: #fff;
	border-radius: 2px;
}
.mbti_homes_wxemw_centers h3{
	width: 100%;
	text-align: center;
	margin: 3rem 0 0;
	padding: 0 1rem;
	box-sizing: border-box;
	line-height: 2rem;
}
.mbti_homes_wxemw_centers img{
	width: 10rem;
	height: 10rem;
	display: block;
	margin: 2rem auto 0.75rem;
}
.mbti_homes_wxemw_centers p{
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #999;
}

.tag{
    position: absolute;
    top: 24px;
    left: 0;
    width: 100px;
    height: 38px;
    border-radius: 0 37px 37px 0;
    line-height: 38px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: white;
    letter-spacing: 0px;
    border: none;
    z-index: 1;
    background: linear-gradient(45deg, #ff31af, #fb53c1);
    box-shadow: 0px 0px 8px 0px #462d3c60;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}

.bg2 {
    background: linear-gradient(45deg, #855ad9, #a973f3);
    box-shadow: 0px 0px 8px 0px #2f263f60;
}
.bg3 {
    background: linear-gradient(45deg, #4473e5, #6c95f8);
    box-shadow: 0px 0px 8px 0px #33384160;
}
.bg4 {
    background: linear-gradient(45deg, #5bcca1, #88dabb);
    box-shadow: 0px 0px 8px 0px #27332e60;
}
a {
    margin: 0;
    padding: 0;
    background: 0 0;
    color: #282828;
    vertical-align: baseline;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a{margin:0;padding:0;background:0 0;color:#282828;vertical-align:baseline;text-decoration:none;outline:none;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color:#8965CF;text-decoration:none;}
a:active {text-decoration: none;}
a:focus,input:focus{outline:none;}
