﻿@charset "utf-8";

* {
	box-sizing: border-box;
	outline: 0;
	padding: 0;
	margin: 0;
}
/* .block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
} */


/*学术派代码*/
	.block {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,.5);
	}
	.block > .bound {
		width: 460px;
		height: 612px;
		background-color: #fff;
		position: absolute;
		top: 35%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 80px 60px 0  59px;
	}

	.newmobile > div:nth-child(1) {
		font-size: 24px;
		color: #323232;
		margin-bottom: 20px;
	}
	.newmobile > div:nth-child(2) {
		color:#666666 ;
		margin-bottom: 20px;
	}
	.bound {
		position: relative;
	}
	.close {
		position: absolute;
		right: -30px;
		top: 0;
		cursor: pointer;
	}

	.block > .bound .layui-input-block {
		margin-left: 0px;
		min-height: 36px;
	}
	.block > .bound .layui-form-item {
		 margin-bottom: 0px; 
		clear: both;
		*zoom: 1;
	}
	.newmobile_sr_top {
		margin-top: 25px;
	}

	.block > .bound	.layui-input, .layui-textarea {
		display: block;
		width: 100%;
		padding-left: 0px;
		border: 0px;
	}

	.newmobile_sr > div:nth-child(1) {
		font-size: 12px;
		color: #c9c9c9;
	}


	.shuru {
		display: flex; 
		align-items: center;
	}

	.shuru_ff {
		border-bottom: 1px solid #e6e6e6;
		 width: 230px;
	}
	.layui-btn {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		padding: 0 18px;
		border: 1px solid transparent;
		background-color: #33cbcc;
		color: #fff;
		white-space: nowrap;
		text-align: center;
		font-size: 14px;
		border-radius: 2px;
		cursor: pointer;
	}
	.sbumit_tj {
		width: 340px;
		height: 40px;
		background-image: url(../image/jianbian_01.png) ;
		background-size: cover;
		margin-top: 52px;
		border-radius: 3px;
		text-align: center;
		line-height: 40px;
		color: #fff;
		cursor: pointer;
	}

	/* 身份认证 */
	.block > .bound_hh {
		width: 750px;
		height: 728px;
		background-color: #fff;
		position: absolute;
		top: 35%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 80px 30px 0  30px;
	}

    .block > .bound_hh .layui-input-block {
		margin-left: 0px;
		min-height: 36px;
		margin-top: 20px;
	}

	.block > .bound_hh .layui-input-block input {
		border-radius: 4px;
	}

	.block s {
		text-decoration:none ;
		color: #e3222f;
	}
	.newmobile_ff {
		font-size: 24px;
		color: #323232;
		margin-bottom: 20px;
		text-align: center;
	}
	

	.sbumit_tj_next {
		width: 100%;
	}

	.uploading_cont_ff {
		height: 250px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.uploading_fl {
	text-align: center;
	cursor: pointer;

	}
	#autonym {
		margin-bottom: 22px;
	}
	#autonym_ff {
		margin-bottom: 22px;
	}
	.uploading_fr {
	text-align: center;
	cursor: pointer;
	}


	.consent_tt_teh {
		display: flex;
	}

	.consent_tt_teh > div:nth-child(2) {
		color: #bebebe;
	}
	.span_center_i {
		color: #009999;
		cursor: pointer;
	}

    .internet .layui-form-item .layui-form-checkbox[lay-skin=primary] {
		margin-top: 0px;
	}
	.bound_hh .layui-form-checked[lay-skin=primary] i {
		border-color: #009999!important;
		background-color: #009999;
		color: #fff;
	}

	/* 申请注销 */
	.newmobile_trt {
		font-size: 24px;
		color: #323232;
		margin-bottom: 20px;
	}
	.tishi_xinxi {
		font-size: 14px;
		color: #333333;
		
	}
	.tishi_xinxi > div:nth-child(1) {
		margin-bottom: 10px;
	}

	.record {
		margin-top: 40px;
		margin-bottom: 50px;
	}


	.rights {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.rights>div:nth-child(1) {
		width: 30px;
		height: 30px;
		background-color: #009999;
		color: #fff;
		text-align: center;
		line-height: 30px;
		margin-right: 10px;
		border-radius: 50%;
	}

	input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
     -webkit-appearance: none !important; 
    }

	
	.internet .layui-form-checked[lay-skin=primary] i {
		border-color: #009999!important;
		background-color: #009999;
		color: #fff;
	}


	/* 确认解绑 */

	.bound_jb {
		width: 460px;
		height: 329px;
		background-color: #fff;
		position: absolute;
		top: 35%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 80px 60px 0  60px;
	}

	.newmobile_trt > div:nth-child(2) {
		font-size: 16px;
		color: #333333;
		margin: 40px 0 50px 0 ;
	}

/* 结束 */


body {
	min-height: 100%;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	overflow-x: hidden;
	background: #ffffff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}



img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

input,
textarea {
	border: 0;
	font-family: "Arial";
	outline: none;
	resize: none;
	box-shadow: none;
}



input::-webkit-input-placeholder {
	color: rgb( 160, 169, 186 );
}

input::-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

input:-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

textarea::-webkit-input-placeholder {
	color: rgb( 160, 169, 186 );
}

textarea::-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

textarea:-moz-placeholder {
	color: rgb( 160, 169, 186 );
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
	zoom: 1;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

input,
textarea {
	box-sizing: border-box;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}


/*合并表格边框，设置边框距为零*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.maxwh {
width:100%;
}
/*清除浮动*/

/*clearfix写在浮动元素的上层*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*文字对齐*/

.textL {
	text-align: left;
}

.textC {
	text-align: center;
}

.textR {
	text-align: right;
}

.fontWe {
	font-weight: 700;
}

/*强制换行   禁止换行*/

.break_word {
	word-wrap: break-word;
	word-break: break-all;
}

.keep_all {
	word-break: keep-all;
	white-space: nowrap;
}

/*超出省略号，仅限单行，并且需要设定一个宽度*/

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*me*/


.hide {
	display: none;
}

.show {
	display: block;
}

.bg_fff {
	background-color: #fff;
}
.bg_f5{
	background-color: #f5f5f5;
}
.bg-f5f7{
	background-color: #f5f5f7;
}
.bg-bl{
	background-color: rgb( 26, 123, 189 );
}
.bg-or{
	background-color: rgb( 234, 103, 47 );
}
.bg-b2c{
	background-color: #b2c52f;
}
.bg-857{
	background-color: #8576b4;
}
.bg-f7f8{
	background-color: #f7f8f8;
}

/* 间距 */
.mtb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.pt10{
	padding-top: 10px;
}
.pb40{
	padding-bottom: 40px;
}
.pb60{
	padding-bottom: 60px;
}
.plr60{
	padding-left: 60px;
	padding-right: 60px;
}
.ptb60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.ptb70{
	padding-top: 70px;
	padding-bottom: 70px;
}

/* 宽度 */
.w160{
	width: 160px;
}
.w1000{
	width: 1000px;
}
.w180{
	width: 180px;
}
.w280{
	width: 280px;
}
.w860{
	width: 860px;
}
.w960{
	width: 960px;
}
.wid_a{
	width: 420px;
}
.wid_b{
	width: 210px;
}
.wid_c{
	width: 360px;
}
.col-fff{
	color: #fff !important;
}
.col-3d5{
	color: #3d53ad !important;
}
/* border */
.bor-t{
	border-top: 1px solid #ededed;
}
.bor-b{
	border-bottom: 1px solid #ededed;
}
.bor-be8{
	border-bottom: 1px solid #e8eaf5;
}

.ul-w3>li{
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	float: left;
}
/* 标题 */
.new-top{
	padding: 60px 0px;
	text-align: center;
}
.new-tit{
	font-size: 36px;
	color: rgb( 9, 17, 45 );
}
/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.none {
	display: none;
}

.hidden {
	overflow: hidden;
}
.cont_flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cont_flex_1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 鼠标划过图片样式 */

.trans_img img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}
.trans_img img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.8;
}
.trans_img2 img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}
.trans_img2 img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
/* 弹窗 */
.tan_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
	z-index: 20;
}
.abs_c {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.abs-rt{
	position: absolute;
	right: 0px;
	top: 0;
}
.fixed_c {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* 分页 */
.page{
	text-align: center;
	font-size: 0;
}
.page>a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
    color: #767a87;
    text-align: center;
    min-width: 30px;
	padding: 0px 11px;
    height: 30px;
    line-height: 30px;
	border-width: 1px;
	border-color: rgb( 222, 222, 222 );
	border-style: solid;
	border-radius: 4px;
	background-color: rgb( 245, 245, 245 );
    margin-right: 12px;
	text-transform: capitalize;
}
.page>a:hover,
.page>a.on{
	/* background: #136396; */
	background-color: #bc1a20;
	color: #fff;
	/* border: 1px solid #136396; */
	border-color: #bc1a20;
	cursor: pointer;
}
/* .page .prev{
	background: rgb( 245, 245, 245 ) url(../images/prv.png) no-repeat center;
	background-size: 7px auto;
}
.page .next{
	background: rgb( 245, 245, 245 ) url(../images/nex.png) no-repeat center;
	background-size: 7px auto;
}
.page .prev:hover,
.page .prev.on{
	background: #bc1a20 url(../images/prv2.png) no-repeat center;
	background-size: 7px auto;
}
.page .next:hover,
.page .next.on{
	background: #bc1a20 url(../images/nex2.png) no-repeat center;
	background-size: 7px auto;
} */
/* 路径 */
.path{
	height: 50px;
}
.path>a,
.path>span{
	font-size: 14px;
	color: rgb( 135, 135, 135 );
	line-height: 50px;
}
.path>a{
	padding-right: 17px;
	background: url(../images/kf.png) no-repeat right center;
	background-size: 9px auto;
	margin-right: 6px;
}
.path>a:hover{
	text-decoration: underline;
}

/*  */
/* more */

.a-more{
	border-radius: 30px;
	
	border: 1px solid rgb( 189, 26, 33 );
	padding: 0px 62px;
	height: 60px;
	line-height: 58px;
	font-size: 18px;
	color: rgb( 189, 26, 33 );
	transition: all .4s;
}
.a-more>span,
.a-more>.aimg{
	display: inline-block;
	vertical-align: middle;
}
.aimg{
	width: 16px;
	height: 13px;
	background: url(../images/m1s.png) no-repeat center;
	background-size: 100% 100%;
}
.a-more:hover,
.a-more.on{
	background-color: rgb( 189, 26, 33 );
	color: #ffffff;
}
.a-more:hover .aimg,
.a-more.on .aimg{
	background: url(../images/m1.png) no-repeat center;
	background-size: 100% 100%;
}

.use-jt{
	display: block;
	width: 26px;
	height: 14px;
	background: url(../images/i-jt.png) no-repeat center;
	background-size: 100% auto;
	overflow: hidden;
	margin-top: 8px;
}
.use-more .a-more{
	padding: 0 36px;
}


/* xlx */
/* banner */
.ban-protit{
	font-size: 48px;
	color: rgb( 255, 255, 255 );
	margin-bottom: 10px;
}
.ban-prosub{
	font-size: 24px;
	color: rgb( 255, 255, 255 );
}
/* 代码文本 */
.rtxt-box {
    padding: 20px 30px;
    background-color: #fafafa;
    overflow-x: auto;
}
.rtxt-box>p {
    font-size: 16px;
    color: rgb( 73, 76, 84 );
    line-height: 30px;
	white-space: nowrap;
}

/* 回复弹窗 */
.reply-cents{
	width: 600px;
	overflow: hidden;
	z-index: 30;
	background-color: #fff;
}
.reply-cont{
	max-height: 580px;
	overflow-y: auto;
}
.reply-box{
	display: none;
}
.reply-top{
	height: 40px;
	padding: 0px 20px;
	background-color: #eae8e2;
}
.reply-tit{
	font-size: 14px;
	color: #45433f;
	line-height: 40px;
}
.shut{
	max-width: 20px;
	max-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
.reply-cont{
	padding: 20px;
}
.reptit{
	font-size: 14px;
	margin-bottom: 10px;
}
.textbox{
	border-width: 1px;
	border-color: rgb( 232, 229, 226 );
	border-style: solid;
	height: 200px;
	border-radius: 3px;
}
.textbox>textarea{
	display: block;
	width: 100%;
	height: 100%;
}
.repli{
	margin-bottom: 20px;
}
.rep-btn{
	text-align: center;
}
.rep-btn>a{
	display: inline-block;
	padding: 0px 20px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	background-color: #007AFF;
	border-radius: 3px;
}