/**
 * common.css
 */
 :root {
	--theme-color: #e60012;
  }
 .mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt30 {
	margin-top: 30px;
}

.mp30 {
	margin-bottom: 30px!important;
}
/* header */
.header {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
}

.logo {
	padding-top: 26px;
}

.logo img {
	display: block;
	width: 114px;
}


/*新年样式*/
/*.header {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	position: relative;
}
.logo {
	height: 90px;
	position: relative;
}
.logo a{
	margin-left: 57px;
}
.ny_left{
    transform: rotatey(180deg);
    position: absolute;
    bottom: 0;
}
.ny_right{
    position: absolute;
    right: -60px;
    bottom: 0;
}*/


.search {
	height: 30px;
	line-height: 28px;
	margin-top: 41px;
	position: relative;
	z-index: 4;
}

.m_searh_form {
	display: inline-block;
	width: 298px;
	border-radius: 100px;
	border: 1px solid #ebebeb;
	margin-right: 20px;
	height: 28px;
}

.search-in {
	width: 190px;
	height: 14px;
	line-height: 14px;
	padding: 7px 0;
	float: left;
	margin-left: 24px;
	font-size: 14px;
	color: #999;
	background: none;
	border: none;
}

.search-btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	background: url(/uploads/image/wpi/base.png) 4px 5px no-repeat;
	font-size: 14px;
	border: none;
	cursor: pointer;
	color: #707070;
}

.search .search_in {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: none;
}

.search-hot a:nth-of-type(1) {
	border-top: 1px #ebebeb solid;
}

.search-hot a:nth-last-of-type(1) {
	border-bottom: none;
}

.search-hot {
	position: absolute;
	left: 0;
	top: 29px;
	background: rgba(255, 255, 255, 1);
	width: 286px;
	border: 1px #eee solid;
	padding: 0 6px;
	visibility: hidden;
	border-top: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.search-hot a {
	display: block;
	height: 29px;
	line-height: 30px;
	font-size: 14px;
	color: #575757;
	border-bottom: 1px #ebebeb solid;
	padding-left: 8px;
}

.search-hot a span {
	color: #ff4444;
}
.header_personal {
    position: relative;
}
.header_contribute,
.header_personal {
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 14px;
	margin-top: 3px;
}

.nologin {
	visibility: hidden;
	width: 76.719px;
}

.login {
	visibility: hidden;
	width: 76.734px;
}

.header_contribute img,
.header_personal img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
	margin-right: 6px;
}

.header_personal em img {
	width: 9px!important;
	height: 6px;
}

.drop_out {
	position: absolute;
	left: -33px;
	top: 45px;
	width: 118px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: white;
	border: 1px solid #f5f5f5;
	display: none;
}

.header_contribute {
	margin-right: 26px;
	border-radius: 0%;
}


/* nav */

.nav {
	width: 100%;
	height: 50px;
	background: var(--theme-color);
}

.nav-list {
	width: 1200px;
	margin: 0 auto;
}

.nav-list .nav-item {
	display: inline-block;
	float: left;
	width: 140px;
	position: relative;
	z-index: 3;
	zoom: 1;
}

.nav-list .nav-item .nav-a {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	position: relative;
	z-index: 2;
}

.nav-list .nav-item .nav-a:hover {
	text-decoration: none;
	color: var(--theme-color);
}

.nav-list .nav-item .nav-a.active {
	height: 50px;
	background: url(/uploads/image/wpi/btn_nav_active.jpg) 0 bottom no-repeat;
	background-color: #f8f8f8;
	color: var(--theme-color);
}

.nav .nav-list .nav-item .no-sub:hover {
	background: url(/uploads/image/wpi/bg_nav_hover.png) 0 bottom repeat-x;
}

.nav-item .new {
	display: block;
	position: absolute;
	width: 21px;
	height: 7px;
	left: 100px;
	top: 23px;
	background: url(/uploads/image/wpi/base.png) 0 -64px no-repeat;
}

.nav-list .nav-item .nav-a.active .new {
	display: block;
	position: absolute;
	width: 21px;
	height: 7px;
	left: 100px;
	top: 23px;
	background:  no-repeat;
}

.nav-list .nav-item .nav-a.active2 .new {
	display: block;
	position: absolute;
	width: 21px;
	height: 7px;
	left: 100px;
	top: 23px;
	background:  no-repeat;
}

.nav-item .below-tag {
	display: block;
	position: absolute;
	width: 10px;
	height: 6px;
	left: 106px;
	top: 24px;
	background: url(/uploads/image/wpi/base.png) 0 -53px no-repeat;
}

.nav-list .nav-item .nav-a.active .below-tag {
	background-position: 0 -41px;
}

.sub-nav li a:hover {
	color: var(--theme-color);
}

.sub-nav .underline {
	border-bottom: 1px #eee solid;
}

.nav-list .nav-item .nav-a.active2 {
	height: 50px;
	background: url(/uploads/image/wpi/bg_nav_hover.png) 0 bottom repeat-x;
	color: var(--theme-color);
}


/* main */

.main {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}


/* interview */

.interview {
	width: 377px;
	float: right;
	height: 358px;
}

.interview .column-title {
	margin-bottom: 0;
}

.column-title {
	position: relative;
	height: 32px;
	border-bottom: 1px #eee solid;
}

.column-title h2 {
	position: absolute;
	left: 0;
	top: 0;
	height: 31px;
	border-bottom: 2px var(--theme-color) solid;
	font-size: 20px;
	color: var(--theme-color);
}

.column-title a {
	line-height: 31px;
}

.interview-body {
	/* padding-top: 5px; */
	height: 376px;
}

.interview-main {
	height: 100px;
	margin: 10px 0;
	overflow: hidden;
}

.interview-main img {
	display: block;
	width: 148px;
	height: 105px;
	float: left;
	margin-right: 20px;
}
.top_img{
	display: block;
	width: 148px;
	height: 105px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.top_img img{
	display: block;
	width: 148px;
	height: 105px;
	float: left;
	margin-right: 20px;
	transition: all 1.0s;
    -webkit-transition: all 1.0s;
}
.top_img img:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.interview-main h3 {
	font-size: 18px;
	line-height: 36px;
}

.interview-main p {
	font-size: 14px;
	line-height: 30px;
}

.interview-list {
	padding-top: 16px;
}

.interview-list .interview-default {
	height: 40px;
	line-height: 40px;
}

.interview-list .interview-default span {
	float: left;
	display: block;
	width: 24px;
	height: 40px;
	background: url(/uploads/image/wpi/base.png) -79px 14px no-repeat;
}


/* post */

.column-post {
	float: left;
	width: 795px;
}
.post-item:hover{
	background-color: #f7f7f7;
}
.post-item {
	min-height: 146px;
    padding: 23px 0;
    border-bottom: 1px #eee solid;
}

.post-item::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.post-item a img {
	display: block;
	width: 205px;
    height: 146px;
	float: left;
	margin-right: 30px;
}
.news_tu {
	overflow: hidden;
	width: 205px;
	height: 146px;
	float: left;
	margin-right: 30px;
}
.post-item a img {
	display: block;
	width: 205px;
	height: 146px;
	float: left;
	margin-right: 30px;
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
}
.news_tu a{
	display: block;
	width: 205px;
	height: 146px;
}
.news_tu a img {
	display: block;
	width: 100%;
	height: 100%;
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
}
.news_tu a img:hover{
    -webkit-transform: scale(1.1);
  }
.post-item h3 {
	margin-bottom: 14px;
	font-size: 20px;
    font-weight: bold;
}

.post-item p {
	line-height: 23px;
    font-size: 14px;
    color: #a3a3a3;
    margin-top: 5px;
    margin-left: 234px;
}

.post-tag {
	margin-top: 14px;
	font-size: 14px;
    margin-left: 234px;
}

.post-tag span {
    min-width: 19px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	color: #999999;
}

.flip-item .post-tag span:last-child {
	margin-right: 0;
}

.post-tag a {
	color: #464646;
}

.post-time {
	background: url(/uploads/image/wpi/base.png) 0 -151px no-repeat;
	padding-left: 20px;
	margin-top: 3px;
}

.post-watch {
	background: url(/uploads/image/wpi/base.png) 0 -182px no-repeat;
	padding-left: 20px;
	margin-top: 3px;
}

.post-tag-link {
	border: 1px #eee solid;
	padding: 2px 5px;
}
.post-tag-link:hover{
	background-color: white;
}
.post-tag-link a {
	color: #999999;
}

.more-post {
    display: block;
    width: 450px;
    height: 30px;
    padding: 15px 0;
    border: 1px #dcdcdc solid;
    text-align: center;
    color: #404040;
    margin: 30px auto 0 auto;
    font-size: 20px;
    position: relative;
    border-radius: 4px;
}

.post_addmore{
	width: 170px;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    overflow: hidden;
    background-color: #fff;
}
.post_addmore i {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 5px;
	background: url(/uploads/image/wpi/post_addmore.png) no-repeat 0 0;
	font-size: 40px;
	font-style: normal;
	text-indent: -999px;
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s
}
.post_addmore span{
	margin-left: 20px;
}
.more-post:hover {
	color: var(--theme-color);
	border-color: var(--theme-color)
}

.more-post:hover .post_addmore i {
	background-position: 0 -50px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}


/* aside */

.aside {
	float: right;
	width: 336px;
}

.active-item {
	padding-bottom: 20px;
	border-bottom: 1px #f1f1f1 solid;
}

.active-item h4 {
	font-size: 16px;
	line-height: 30px;
}

.active-item .post-tag {
	margin-top: 5px;
}

.active-item .post-tag span {
	margin-right: 20px;
}

.visit-button {
	display: block;
	width: 85px;
	height: 20px;
	margin-top: 10px;
	background: url(/uploads/image/wpi/base.png) 0 -96px no-repeat;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.visit-button:hover {
	color: #fff;
	text-decoration: none;
}

.visit-button.active {
	background-position: 0 -119px;
}

.column-writer {
	padding: 25px 20px 0 20px;
	height: 175px;
}

.column-writer img {
	margin-bottom: 10px;
	width: 125px;
	height: 125px;
	border-radius: 100px;
}

.column-writer h4 {
	text-align: center;
}

.column-writer-left {
	float: left;
}


/* flip */

.column-flip {
	height: 640px;
	overflow: hidden;
	margin-top: 30px;
}

.flip-ctrl span {
	display: inline-block;
	float: left;
	width: 168px;
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.active_tu{
	float: left;
	width: 133px;
	height: 95px;
	margin-right: 20px;
	overflow: hidden;
}
.active_tu a{
	display: block;
	width: 133px;
	height: 95px;
}
.active_tu img{
	display: block;
	width: 100%;
	height: 100%;
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
}
.active_tu img:hover{
	 -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.flip-ctrl span.active {
	background: var(--theme-color);
	color: #fff;
}

.flip-ctrl span em {
	display: block;
	position: absolute;
	width: 11px;
	height: 8px;
	left: 78px;
	top: 60px;
}

.flip-ctrl span.active em {
	background: url(/uploads/image/wpi/base.png) 0 -77px no-repeat;
}

.flip-item {
	padding: 21px 0 26px;
	border-bottom: 1px #f1f1f1 solid;
}

.flip-item img {
	    display: block;
    float: left;
    width: 133px;
    height: 95px;
    margin-right: 20px;
}

.flip-item h4 {
	font-size: 16px;
	line-height: 30px;
	
	width: 160px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.flip-item .post-tag {
	margin-top: 5px;
	margin-left: 153px;
}


/* cloumn-rank */

.cloumn-rank {
	margin-top: 30px;
}

.rank-list {
	padding-top: 10px;
}

.rank-list li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.5);
}

.rank-list li span {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 16px;
	background: #ccc;
	margin-right: 10px;
	border-radius: 100px;
}

.rank-list li span.rank_1 {
	background: #e60012;
}

.rank-list li span.rank_2 {
	background: #f02838;
}

.rank-list li span.rank_3 {
	background: #fe5562;
}


/* cloumn-tag */

.cloumn-tag {
	margin-top: 30px;
}

.tag-list a {
	display: inline-block;
	float: left;
	padding: 2px 5px;
	border: 1px #e6e6e6 solid;
	border-radius: 4px;
	margin: 20px 5px 0 5px;
	font-size: 14px;
}


/* logos-list */

.logos-list {
	width: 1200px;
	overflow: hidden;
}

.logos-list .bd {
	margin-left: -21px;
	padding-top: 5px;
}

.logos-list ul li {
	width: 1221px!important;
}

.logos-list ul li a {
	display: block;
	width: 180px;
	height: 58px;
	border: 1px #eee solid;
	float: left;
	margin-left: 21px;
	margin-top: 15px;
}

.logos-list ul li img {
	display: block;
	width: 180px;
	height: 58px;
}

.logos-prev,
.logos-next {
	display: block;
	width: 31px;
	height: 75px;
	position: absolute;
	top: 120px;
	background:  no-repeat;
}

.logos-prev {
	left: -71px;
	background-position: -92px -96px;
}

.logos-next {
	right: -71px;
	background-position: -132px -96px;
}


/* media-list */

.media-list {
	padding-top: 5px;
}

.media-list a {
	margin: 0 5px;
	font-size: 14px;
	line-height: 34px;
}


/* footer */

.footer {
	margin-top: 30px;
	padding-bottom: 50px;
}


.footer p a {
	color: #666666;
	margin: 0 2px;
}

.footer p a:hover {
	color: var(--theme-color);
}


/* all */

a:hover {
	color: var(--theme-color);
}

.curcor {
	cursor: pointer;
}


/* logos-list */

.column-logos {
	position: relative;
}


/* popup */

.popup {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	display: none;
	opacity: 0.8;
	background: #000;
	z-index: 999;
}

.popup-content {
	width: 492px;
	height: 277px;
	margin: 0px auto;
	background-color: #ffffff;
	border-radius: 5px;
	position: fixed;
	top: 40%;
	left: 30%;
	z-index: 1002;
}

.popup-content-title {
	height: 55px;
	line-height: 55px;
	background-color: #ffa454;
	text-align: center;
}

.popup-content-title h2 {
	color: white;
	margin: auto;
	font-size: 20px;
	margin-left: 15px;
}

.popup-content-title img {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.atten1 {
	width: 146px;
	height: 145px;
	margin-right: 14px
}

.atten2 {
	white: 170px;
	height: 145px;
}

.footer_pagination {
	text-align: center;
}

.footer_pagination ul {
	text-align: center;
}

.pat_li {
	width: 50px;
	display: inline-block;
	border: 1px solid #e1e1e1;
	height: 30px;
	line-height: 30px;
}

.pat_sel {
	border-color: #e1e1e1;
	font-size: 16px;
	height: 32px;
	padding: 6px 3px;
}

.pat_active {
	background-color: #ff7d00;
	color: white!important;
}

.pat_active a {
	color: white!important;
}

.navfix {
	position: fixed;
	top: 0;
	z-index: 100;
	height: 50px!important;
	line-height: 50px!important;
	font-size: 20px;
}

.navitem {
	width: 130px!important;
}

.nav_a {
	height: 51px!important;
	line-height: 51px!important;
	font-size: 20px!important;
	width: 130px!important;
}




.rank-list {
	height: 420px;
}

.rankingmonth {
	display: none;
}


/*menubg*/

.menubg {
	background:  no-repeat;
	width: 620px;
	height: 210px;
	border-radius: 15px;
	padding: 20px;
	background-size: 100%;
	display: block;
	position: absolute;
	z-index: 10;
	border-bottom: 1px solid #ccc;
}

.menubg dt {
	font-size: 16px;
	line-height: 32px;
	margin-top: 12px;
}

.menubg dt a {
	color: var(--theme-color)!important;
}

.menubg dd {
	float: left;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.menubg dd a {
	border-right: 1px #ccc solid;
	padding-right: 10px;
	padding-left: 10px;
}

.firstnone {
	padding-left: 0!important;
}

.lastnone {
	padding-right: 0!important;
	border-right: none!important;
}


/*foodbg*/

.foodbg {
	background:  no-repeat;
	width: 730px;
	height: 220px;
	border-radius: 15px;
	padding: 30px;
	background-size: 100%;
	position: absolute;
	left: -74px;
	top: 0px;
	z-index: 10;
	border-bottom: 1px solid #ccc;
	display: block;
}

.sub-nav li a em {
	font-size: 16px;
	color: var(--theme-color);
}

.foodbg li {
	line-height: 32px;
	float: left;
	margin-top: 5px;
}

.sub-nav li a {
	font-size: 14px;
}

.ml56 {
	margin-left: 50px;
}

.ml41 {
	margin-left: 35px;
}

.mr300 {
	margin-right: 300px;
}


/*.navitem*/

.navitem .menubg {
	top: -1px;
}

.navitem .below-tag {
	top: 25px;
	left: 94px;
}

.navitem .foodbg {
	top: -1px;
	left: -76px;
}


/*sub-nav*/

.sub-nav {
	position: absolute;
	left: -116px;
	top: 42px;
	display: none;
	border-bottom: 1px solid #ccc;
}

.sub-nav.active {
	display: block;
}

.active3 {
	color: var(--theme-color);
}

.active2 .below-tag {
	background-position: 0px -28px;
}

.header a:hover{
	
}
/*评论验证*/

.contribute-yanzheng {
	margin-top: 40px;
}
.search a:hover{
text-decoration:none;
}




.span_box {
    box-shadow: 1px 1px 0px 0px #eee;
    border: 1px solid #ccc;
    width: 80px;
    position: absolute;
    top: 4px;
    right: 0;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
}
.spanbottom {
    color: white;
    background-color: var(--theme-color);
}
.column-title span {
    height: 18px;
    font-size: 14px;
    display: inline-block;
    width: 40px;
    padding: 1px 0;
    text-align: center;
    cursor: pointer;
}
.column-title span:nth-of-type(1) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    float: left;
}

.column-title span:nth-of-type(2) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    float: right;
}





.footer {
    background-color: #f0f0f0;
    padding-top: 34px;
    border-top: 1px solid #dddddd;
}
.footer_main {
    width: 1120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.media_partners {
    width: 1150px;
    margin: 0 auto;
    background-color: #fafafa;
    margin-bottom: 39px;
    padding: 0 25px;
    border-radius: 5px;
    position: relative;
    display: none;
}
.mainitem {
    float: left;
    margin-top: 18px;
}

.mainitemlogo {
    display: inline-block;
    height: 84px;
    border-right: 1px solid #dddddd;
    width: 299px;
    text-align: center;
}

.mainitemlogo img {
	width: 114px;
}

.mainitemteamwork {
    display: inline-block;
    height: 84px;
    border-right: 1px solid #dddddd;
    width: 240px;
    padding-left: 59px;
}
.footer_main strong {
    font-size: 14px;
}
.footer p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.mainitemteamwork p {
    text-align: left;
}

.mainitem_wx {
    display: inline-block;
    width: 220px;
    text-align: center;
}
.mainitem_wx img{
	width: 150px;
}

.mainitem_wx strong {
    display: block;
    margin-bottom: 10px;
}

/*attention*/
.attentionbg{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1002;
}
.attentionmain{
   position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    min-height: 170px;
    margin-left: -150px;
    margin-top: -85px;
    background-color: white;
    z-index: 1003;
    border-radius: 4px;
}
.attentionclose{
	position: absolute;
    top: -13px;
    right: -14px;
    width: 26px;
    cursor: pointer;
}
.attentiontips{
	margin-top: 40px;
}
.atten_tips{
	width: 48px;
	vertical-align: middle;
	margin-left: 33px;
	margin-right: 20px;
}


.atten_content{
	font-size: 14px;
}

.attentionchoose{
	margin-top: 26px;
}
.attentionchoose span{
	width: 98px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.atten_yes{
	background-color: var(--theme-color);
	color: white;
	border: 1px solid var(--theme-color);
	margin-left: 36px;
	cursor: pointer;
}
.atten_later{
	margin-left:32px;
	color: #d6d6d6;
	border: 1px solid #d6d6d6;
	cursor: pointer;
}

.nothingtips02{
	width: 198px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 4px;
    background-color: #62605e;
    position: fixed;
    top: 52%;
    left: 37.5%;
    color: white;
    z-index: 10000;
}


.nothingtips01{
    width: 198px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 4px;
    background-color: #62605e;
    position: absolute;
    top: 27%;
    left: 38%;
    color: white;
    z-index: 10000;

}
.nothingtips03{
    width: 198px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 4px;
    background-color: #62605e;
    position: absolute;
    top: 16%;
    left: 37.5%;
    color: white;
    z-index: 10000;
}

.nothingtips04{
    width: 198px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 4px;
    background-color: #62605e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -99px;
    margin-top: 27px;
    color: white;
    z-index: 10000;
}


.headertx{
	display: none;
}
#wxlogin {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: white;
	padding-top: 10%;
}

#loginimg {
	position: fixed;
	top: 14px;
	left: 29px;
	z-index: 1001;
}

#slogan {
	position: absolute;
	top: 65%;
	left: 0;
	text-align: center;
	z-index: 1001;
	width: 100%;
}

.loginclose {
	position: fixed;
	/*width: 25px;*/
	/*height: 25px;*/
	display: block;
	z-index: 1001;
	right: 2%;
	top: 2%;
	cursor: pointer;
}

.headertx {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1001;
}
.header_personal .login img {
    border-radius: 100%;
}
.new_news {
    display: none;
    position: absolute;
    top: -4px;
    left: 19px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ff4444;
}



.center_tipbg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 10000;
}

.center_tipbg02{
    height: 100%;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.tip01{
	
	display: block;
    margin-top: 370px;
}

.tip02{
	
	display: none;
    margin-top: 370px;
}

.tip03{
	
	display: none;
    margin-top: 370px;
}

.tip04{
	
	display: none;
    float: right;
    margin-top: 181px;
    margin-right: 25px;
}
.tip05{
	 float: right;
    margin-top: 29px;

}
.cloumn-rank{
	height: 463px;
}
.atten_content {
    font-size: 14px;
    margin-left: 100px;
    width: 200px;
    display: inline-block;
    word-break: break-word;
}
.atten_tips {
    position: absolute;
}
.atten_know {
    width: 124px;
    background-color: var(--theme-color);
    color: white;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (max-width: 1300px) {
	.logo,.main {
		padding-left: 15px;
	}
	
}

/* ljt */
.flex {
    display: -webkit-flex ;
    display: flex ;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    
    align-items: center;
}

.flex-1 { flex: 1; }
.flex-l {-webkit-justify-content: flex-start;justify-content: flex-start;}
.flex-r {-webkit-justify-content: flex-end;justify-content: flex-end;}
.flex-t{-webkit-align-items: flex-start;align-items: flex-start;}
.flex-b {-webkit-align-items: flex-end;align-items: flex-end;}
.flex-c {-webkit-justify-content: center;justify-content: center;}
.flex-colum{flex-direction: column;}
.flex-type7 {-webkit-align-items: stretch;align-items:stretch;}