/*基础样式*/


/*zhanging upload 2018-02-7*/

body,
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "微软雅黑", "sans-serif";
	font-size: 14px;
	line-height: 1;
}

ul,
li {
	list-style: none;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

img,
hr,
legend {
	border: 0;
}

a,
input,
select {
	outline: none;
	background: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
}

label {
	font-weight: normal;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w300 {
	width: 300px;
}

.w560 {
	width: 560px;
}

.w242 {
	width: 242px;
}

.w33 {
	width: 33.33%;
}

.w50 {
	width: 50%;
}

.h375 {
	height: 375px;
}

.h270 {
	height: 270px;
}

.ft18 {
	font-size: 18px;
}

.ml10 {
	margin-left: 10px;
}

.ml5 {
	margin-left: 5px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt15 {
	margin-top: 15px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.ml20 {
	margin-left: 20px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr5 {
	margin-right: 5px;
}

.ml30 {
	margin-left: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: -10px;
}

.pb5 {
	padding-bottom: 5px;
}

.ft60 {
	font-size: 60px;
}

.ft16 {
	font-size: 16px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

/*flex 布局*/

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/*垂直显示*/

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}

/*垂直对其方式*/

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*左右居中*/

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*两端对齐*/

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.c-green {
	color: #40ad34 !important;
}

.c-red {
	color: #d02727 !important;
}

.bg {
	background: #f6f6f6;
}

.header {
	height: 120px;
	background: #fff;
}
.header ul{
	margin-left: 200px;
}
.header ul,.header ul li{
	float: left;
}.header ul li+li{
	margin-left: 75px;
}
.header ul li a{
	color: #333;
	font-size: 16px;
	line-height: 120px;
	display: block;
}
.header .logo {
	padding-top: 30px;
	float: left;
}

.headertop {
	background: #349cba;
	color: #fff;
	line-height: 35px;
}

.headertop .loginout {
	color: #fff;
}

.footer1 {
	background: #fff;
	text-align: center;
	color: #999;
	font-size: 12px;
	padding: 30px 0;
}
.bluefooter{
	background: #0790b7;
	color: #d8eef4;
	font-size: 12px;
	padding-top: 60px;
	padding-bottom: 20px;
}
.bluefooter .linklist dt{
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}
.bluefooter .linklist dd+dd{
	margin-top: 10px;
}
.bluefooter .linklist a{
	color: #d8eef4;
}
.bluefooter .linklist a:hover{
	color: #fff;
}
.bluefooter .linklist dl{
	border-right: 1px solid rgba(255,255,255,.3);
	width: 16.66%;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	height: 230px;
}
.bluefooter .copyright{
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.3);
	padding-top: 25px;
}
.bluefooter .imgbox{
	width: 415px;
}.bluefooter .imgbox img{
	display: block;
	margin: 0 auto;
}
.tablink {
	border-bottom: 1px solid #d4d7dc;
	text-align: center;

}

.tablink a {
	display: inline-block;
	padding: 50px 0 35px;
	border-bottom: 4px solid transparent;
	font-size: 18px;
	color: #666;
	width: 400px;
}

.tablink a.active,
.tablink a:hover {
	border-bottom-color: #349cba;
	color: #349cba;
}

.regbox {
	background: #fff;
	width: 927px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 50px;
	border-radius: 5px;
}

.input-group .input-row {
	width: 550px;
	margin-left: auto;
	margin-right: auto;

}

.input-group .input-row label {
	width: 10em;
	display: inline-block;
	text-align: right;
	color: #333;
	margin-right: 15px;
}

.input-group .input-row label i {
	color: #d81111;
	font-style: normal;
}

.input-group .input-row .inputbox {
	background: #f6f6f6;
	height: 50px;
	width: 400px;
	border: none;
	border-radius: 5px;
	/* display: inline-block; */
}

.input-group .input-row .inputbox i {
	display: block;
	width: 50px;
	height: 50px;
	background: no-repeat center center;

}

.input-group .input-row .inputbox i.icon1 {
	background-image: url(../images/icon1.png);
}

.input-group .input-row .inputbox i.icon2 {
	background-image: url(../images/icon2.png);
}

.input-group .input-row .inputbox i.icon3 {
	background-image: url(../images/icon9.png);
}

.input-group .input-row .inputbox i.icon4 {
	background-image: url(../images/icon10.png);
}

.input-group .input-row .inputbox i.icon5 {
	background-image: url(../images/icon11.png);
}

.input-group .input-row .inputbox i.icon6 {
	background-image: url(../images/icon12.png);
}

.input-group .input-row .inputbox i.icon7 {
	background-image: url(../images/icon13.png);
}

.input-group .input-row input[type=text],.input-group .input-row input[type=password] {
	background: none;
	height: 50px;
	display: block;
	border: none;
}

.input-group .input-row input[type=text].getcode {
	padding-left: 25px;
}

.input-group .input-row .sendCode {
	color: #fff;
	background: #40ad34;
	line-height: 50px;
	border-radius: 8px;
	width: 130px;
	text-align: center;
	margin-left: 10px;
}

.input-group .input-row .dowmfile {
	border: 1px solid #2cb0d6;
	color: #2cb0d6;
	border-radius: 5px;
	background: url(../images/icon3.png) no-repeat 50px center;
	height: 66px;
	padding-left: 100px;
	padding-top: 15px;
}

.input-group .input-row .uploadBtn {
	color: #fff;
	line-height: 50px;
	width: 130px;
	text-align: center;
	background: #349cba;
	border-radius: 8px;
	margin-left: 10px;
}

.input-group .input-row .uploadImg {
	width: 190px;
	height: 120px;
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
    background-size:contain;
    background-repeat:no-repeat;background-position:center;cursor:pointer;
}

.input-group .input-row .uploadImg p {
	line-height: 120px;
	text-align: center;
	color: #333;
}

.input-group .input-row .uploadImg input[type=file] {
	position: absolute;
	font-size: 400px;
	right: 0;
	top: 0;
	opacity: 0;
}

.input-group .input-row .tip {
	color: #999;
	font-size: 12px;
	line-height: 20px;margin-left:12px;
}

.input-group .input-row .uploadImg+.tip {

	width: 180px;
	margin-left: 30px;

}

.input-group .input-row .submitBtn {
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	line-height: 50px;
	width: 400px;
	text-align: center;
	background: #2cb0d6;
	border: none;
    cursor:pointer;
}

.loginbox {
	background: #fff;
	margin: 85px auto;
	width: 1060px;
}

.loginbox>img {
	float: left;
}

.loginbox>div {
	float: left;
	width: 430px;
	padding: 60px 40px;
}

.loginbox>div .tablink a {
	float: left;
	/* width: 50%; */
	width: 100%;
	padding: 0 0 25px;
}

.loginbox>div .input-group .input-row .inputbox,
.loginbox>div .input-group .input-row {
	width: 350px;
}

.loginbox .link,
.loginbox .link a {
	color: #999;
}

.forgetpwd {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.forgetpwd>div {
	position: absolute;
	background: #fff;
	width: 530px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	;
	padding-bottom: 50px;
}

.forgetpwd>div .win-hd {
	text-align: center;
	line-height: 90px;
	margin: 0 40px;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 26px;
}

.forgetpwd .win-input-group {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.forgetpwd .win-input-group .win-input-row label {
	width: 6em;
	margin-right: 8px;
	text-align: right;
	color: #333;
}

.forgetpwd .win-input-group .win-input-row input {
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 10px;
}

.forgetpwd .win-input-group .win-input-row .getcode {
	color: #0c9ec8;
	border: 1px solid #0c9ec8;
	font-size: 12px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 20px;
}

.forgetpwd .win-input-group .win-input-row .submitBtn {
	color: #fff;
	text-align: center;
	background: #2cb0d6;
	line-height: 40px;cursor:pointer;
}

.forgetpwd .close {
	position: absolute;
	right: -40px;
	top: -30px;
}

.grid .submenu {
	float: left;
	width: 220px;
	height: 618px;
	background: #fff;
}

.grid .submenu .title {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #1e728a;
	text-align: center;
	line-height: 100px;
}

.grid .submenu li a {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-size: 18px;
}

.grid .submenu li a.active {
	color: #fff;
	background: #2293b3;
}

.grid .submenu li {
	margin-top: 10px;
}

.grid .main {
	width: 950px;
	float: right;
	background: #fff;
	padding: 50px 30px;
	min-height: 618px;
	position: relative;

}

.grid .main .pagelist {
	position: absolute;
	bottom: 50px;
	text-align: center;
	color: #333;
	left: 0;
	right: 0;
}

.grid .main .pagelist a {
	color: #333;
}

.grid .main .pagelist input {
	width: 36px;
	height: 21px;
	border: 1px solid #e0e0e0;
	text-align: center;
}

.grid .main .title {
	color: #349cba;
	font-size: 24px;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	padding-left: 15px;
}

.grid .main .title:before {
	position: absolute;
	width: 5px;
	height: 24px;
	left: 0;
	top: 0;
	content: '';
	display: block;
	background: #349cba;
}

.grid .main .modbox {
	padding: 25px 15px;
	color: #333;
}

.grid .main .modbox.userinfo {
	padding: 40px 15px;
}

.grid .main .userinfo .imgbox {
	height: 116px;
	width: 116px;
	border: 1px solid #ededed;
	border-radius: 100%;
	padding: 0px;
	overflow: hidden;
}

.grid .main .userinfo.ConsultantUserinfo .imgbox {
	height: 106px;
	width: 106px;
	border: none;
}

.grid .main .userinfo .imgbox img {
	width: 100%;
}

.grid .main .userinfo .imgbox+div {
	color: #333;
	font-size: 16px;
	margin-left: 15px;
}

.grid .main .userinfo .imgbox+div a {
	color: #999;
	font-size: 14px;
}

.grid .main .userinfo>p {
	color: #333;
}

.grid .main .userinfo>p span {
	color: #666;
	position: relative;
}

.grid .main .userinfo>p+p {
	margin-top: 15px;
}

.grid .main .userinfo>p span .show {
	background: rgba(0, 0, 0, .3) url(../images/icon4.png) no-repeat center center;
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0;
	bottom: 3px;
}

.grid .main .userinfo>p label {
	vertical-align: top;
}

.grid .main .userinfo .edit {
	color: #999;
}

.grid .main .userinfo a {
	display: block;
}

.grid .main .userinfo img,
.grid .main .imgbox2 {
	display: inline-block;
}

.edit-input-group .edit-input-row {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.Consultant .edit-input-group .edit-input-row {
	width: 520px;
}

.edit-input-group .edit-input-row label {
	width: 85px;
	margin-right: 8px;
	text-align: right;
	color: #333;
	line-height: 36px;
}

.Consultant .edit-input-group .edit-input-row label {
	width: 6em;
}

.edit-input-group .edit-input-row input[type=text],
.edit-input-group .edit-input-row input[type=password] {
	height: 36px;
	border: 1px solid #ddd;
	padding-left: 10px;
	width: 260px;
}

.edit-input-group .edit-input-row textarea {
	border: 1px solid #ddd;
	width: 420px;
	height: 90px;
	resize: none;
	padding: 0 10px;
	box-sizing: border-box;
	overflow-x: hidden
}

.edit-input-group .edit-input-row .gotoback,
.edit-input-group .edit-input-row .saveBtn {
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	line-height: 38px;cursor:pointer;
}

.edit-input-group .edit-input-row .gotoback {
	background: #cdcdcd;
	width: 90px;
}

.edit-input-group .edit-input-row .saveBtn {
	background: #d81111;
	border: none;
}

.Consultant .edit-input-group .edit-input-row .saveBtn {
	width: 160px;
}

.editpwd .edit-input-group .edit-input-row {
	width: 350px;
}

.editpwd .edit-input-group .edit-input-row label {
	width: 6em;
}

.editpwd .edit-input-group .edit-input-row .saveBtn {
	border-radius: 0;cursor:pointer;
}

/* 上传职业照 */
.edit-input-group .edit-input-row .edituploadImg {
	position: relative;
	overflow: hidden;
}

.edit-input-group .edit-input-row .edituploadImg input[type=file] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 400px;
	opacity: 0;
}

.modbox .table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
}

.modbox .table tr th {
	height: 50px;
	background: #eee;

	font-weight: normal;
}

.modbox .table tr td {
	height: 50px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.modbox .table tr td .showdetails {
	color: #333;
}

.modbox .table tr td .showdetails:hover {
	color: #e14545;
}

.modbox .table tr td .dowmload {
	height: 20px;
	width: 20px;
	display: block;
	background: url(../images/icon5.png) no-repeat center center;
	margin: 0 auto;
}

.modbox .table tr td .dowmload:hover {
	background-image: url(../images/icon6.png);
}
.modbox .table tr.details
{
	display: none;
}
.modbox .table tr.details td{
	border-bottom: none;
	text-align: left;
	line-height: 26px;padding: 10px 30px;
}
.detailswin {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	display: none;
    z-index:1111111111111;
}

.detailswin>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 0;
}

.detailswin>div img {
	display: block;

}

.detailswin>div .close {
	position: absolute;
	right: -40px;
	top: -40px;
}

.paywaytab .payway-link {
	line-height: 24px;
	display: inline-block;
	width: 80px;
	border-radius: 50px;
	color: #fff;
	background: #bfbfbf;
	text-align: center;
}

.paywaytab .payway-link:hover,
.paywaytab .payway-link.active {
	background: #d91111;
}

.paywaytab .payway-link:last-child:hover,
.paywaytab .payway-link:last-child.active {
	background: #24a2c6;
}

.paywaytab .paywaytab-panel {
	border: 1px solid #ececec;
	height: auto;
	text-align: center;
    padding-bottom:13px;
}

.paywaytab .paywaytab-panel>div {
	margin: 0 auto;
}

.paywaytab .paywaytab-panel .onlinepay {
	padding-top: 50px;
	padding-left: 225px;
}

.paywaytab .paywaytab-panel .onlinepay>div {
	float: left;
	text-align: center;
}

.paywaytab .paywaytab-panel .onlinepay .qr {
	border: 2px solid #e6e6e6;
	padding: 10px;
	border-radius: 10px;
}

.paywaytab .paywaytab-panel .onlinepay .qr+div span,
.paywaytab .paywaytab-panel .onlinepay .qr+div img {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.paywaytab .paywaytab-panel .onlinepay p {
	margin-left: 80px;

	padding-top: 70px;
	float: left;
}

.paywaytab .paywaytab-panel p.paymoney {
	font-size: 16px;
}

.paywaytab .paywaytab-panel p.paymoney i {
	font-style: normal;
	font-size: 28px
}

.paywaytab .paywaytab-panel .offlinepay {
	padding: 50px 20px 0;
	text-align: center;

}

.paywaytab .paywaytab-panel .offlinepay .account {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 40px;
}

.paywaytab .paywaytab-panel .offlinepay .upload {
	position: relative;
	background: #d91111;
	color: #fff;
	width: 100px;
	line-height: 32px;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.paywaytab .paywaytab-panel .offlinepay .upload input[type=file] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 400px;
	opacity: 0;
}

.paywaytab .paywaytab-panel .offlinepay .sendBtn {
	border: none;
	line-height: 32px;
	width: 100px;
	border-radius: 5px;
	vertical-align: middle;
	background: #bfbfbf;
	color: #fff;cursor:pointer;
}

/*开关的大小*/
.switch-container {
	height: 30px;
	width: 53px;
}

/*设置checkbox不显示*/
.switch {
	display: none;
}

/*设置label标签为椭圆状*/
.switch-container span {
	display: block;
	background-color: #e0e0e0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	border-radius: 25px;
}

/*在label标签内容之前添加如下样式，形成一个未选中状态*/
.switch-container span:before {
	content: '';
	display: block;
	border-radius: 25px;
	height: 100%;
	width: 30px;
	background-color: white;
	opacity: 1;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.2s ease;
}

/*在label标签内容之后添加如下样式，形成一个选中状态*/
.switch-container span:after {
	position: relative;
	top: -30px;
	left: 23px;
	content: '';
	display: block;
	border-radius: 25px;
	height: 100%;
	width: 30px;
	background-color: white;
	opacity: 0;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.2s ease;
}


/* ~ 兄弟选择符。
   p~ul ：位于 p 元素之后的所有 ul 元素
*/

/*选中后，选中样式显示*/
.switch:checked~span:after {
	opacity: 1;
}

/*选中后，未选中样式消失*/
.switch:checked~span:before {
	opacity: 0;
}

/*选中后label的背景色改变*/
.switch:checked~span {
	background-color: #4fca42;
}

/* 设置时间 */
.settime {
	color: #333;
	text-align: center;
}
.settime .settime-item{
	color: #666;
	line-height: 35px;
	margin-left: auto;
	margin-right: auto;
}
.settime .settime-item .tip {
	color: #fff;
	background: #36bbe0;
	border-radius: 5px;
	line-height: 35px;
	width: 120px;

}

.settime .settime-item .selectdatetime {
	background: #f5f5f5 url(../images/icon13.png) no-repeat 95px center;
	line-height: 35px;
	border-radius: 8px;
	border: none;
	width: 120px;
	padding-left: 7px;
	color: #666;
}

.ddl {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    height: 30px;
}

.sendmsg {
    border: 1px solid #2cb0d6;
    color: #2cb0d6;
    padding: 3px;
    margin-left: 5px;
    line-height: 32px;
}
.certificate{
	width:100% !important;
	padding: 0 100px !important;
	box-sizing: border-box;
}
.certificate_top{
	padding: 80px 0 35px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
}
.certificate_top img{
	width: 414px;
	height: 294px;
}
.certificate_bottom{
	width: 100%;
	padding: 40px 110px 75px 110px;
	box-sizing: border-box;
}
.certificate_bottom .name{
	font-size: 12px;
}
.certificate_bottom .work{
	margin-top: 25px;
}
.certificate_bottom .work .title{
	font-size: 14px;
}
.certificate_bottom .work .work_list li{
	margin-top: 20px;
	font-size: 14px;
}
.certificate_bottom .work .work_list li .date{
	font-weight: bold;
}

.certificate .certificate_con img{
	width: 288px;
	height: 216px;
}
.certificate .certificate_con .tishi{
	margin-top: 35px;
}

.certificate .certificate_con .tishi p{
	width: 100%;
	text-align: center;
}
.certificate .certificate_con .tishi .p1{
	font-size: 24px;
}
.certificate .certificate_con .tishi .p2{
	font-size: 14px;
	margin-top: 14px;
}
.agreement .headPicture{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 60px 0;
	box-sizing: border-box;
}
.agreement{
	padding: 0 !important;
}

.agree_content{
	width: 100%;
	background: #fff;
	padding: 50px !important;
	box-sizing: border-box;

}
.agree_box{
	padding: 0 30px;
	box-sizing: border-box;
	border: solid 1px #dddddd;
	height: 1336px;
	overflow-y: hidden;
	overflow-y: scroll;
}
.agree_box_top{
	font-size: 30px;
	padding: 60px 0;
	text-align: center;
}
.agree_content .part1{
	font-size: 14px;
	padding-bottom: 60px;
}
.agree_content .part2_title{
	font-size: 14px;
	font-weight: 600;
}
.agree_content .part2 li{
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
}
.agree_content .part2 li .p1{
	font-weight: 600;
	margin-bottom: 20px;
}
.agree_content .operate{
	margin-top: 70px;
	width: 100%;
	text-align: center;
}
.agree_content .operate input{
	width: 197px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: none;
	font-size: 16px;
	color: #fff;
	margin: 0 25px;
	border-radius: 4px;
}
.agree_content .operate input.agree{
	background: #2cb0d6;;
}
.agree_content .operate input.disagree{
	background: #cdcdcd;
}
.check_form{
	width: 100%;
	background: #fff;
}
.check_form{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 50px;
	box-sizing: border-box;
}
.check_form .name{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.check_form .name label{
	font-size: 14px;
	width: 130px;
    text-align: right;
}
.check_form .name label .star{
	color: #d81111;
}
.check_form .box{
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
	height: 50px;
	background: #f6f6f6;
	align-items: center;
	margin-left: 20px;
	width: 400px;
}
.check_form input{
	width: 400px;
	height: 50px;
	background-color: #f6f6f6;
}
.check_form .box li input{
	width: auto;
	float: left;
	height: auto;
	margin-right: 10px;
}
.check_form .box li{
	margin-right:40px;
}
.check_form .box img{
	width: 18px;
	height: 22px;
}
.check_form .box input{
	height: 50px;
	border: none;
	font-size: 14px;
	margin-left: 10px;
	padding: 0 8	px;
	box-sizing: border-box;
}
.check_form .code{
	margin-left: 10px;
}
.check_form .code input{
	width: 130px;
	height: 50px;
	background-color: #40ad34;
	text-align: center;
	line-height: 50px;
	border: none;
    color: #fff;
}
.check_form .form-li .box2{
	position: relative;
	width: 190px;
	height: 119px;
	float: left;
	margin-left: 20px;
	border: 1px solid #ddd;
	text-align: center;
}
.check_form .form-li .box2 .file{
	width: 190px;
	height: 119px;
	background-color: #f8f8f8;
	border-radius: 4px;
	border: solid 1px #dfdfdf;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.check_form .form-li .box2 .file_img{
	height: 100%;
}
.check_form .form-li .text{
	font-size: 12px;
	color: #999;
	margin-left: 30px;
	line-height: 20px;
}
.check_form .operate{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	padding-left: 135px;
	box-sizing: border-box;
}
.check_form .operate input{
	width: 188px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	margin: 0 12px;
	border: none;
}
.check_form .operate input.submit{
	background-color: #2cb0d6;
}
.check_form .operate input.submit_zxs{
	background-color: #d7000f;
}
.check_form .concert{
	font-size: 14px;
	color: #999;
	margin-top: 30px;
    text-align: center;
    padding-left: 135px;
}
.check_form .concert img{
	width: 30px;
	height: 24px;
	margin-left: 10px;

}
.success{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.4);
	display: none;
}
.success_con{
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -342px;
}
.success_con .success_tc{
	background: #fff;
	padding: 50px 80px;
	box-sizing: border-box;
	width: 685px;
}
.success_con .success_tc .title{
	font-size: 16px;
	color: #333;
}
.success_con .success_tc .operate{
	margin-top: 45px;
	display: flex;
	justify-content: center;
}
.success_con .success_tc .operate input{
	width: 177px;
	height: 42px;
	border-radius: 4px;
	border: solid 1px rgba(45, 146, 238, 0.8);
	color: #35b4d9;
	text-align: center;
	line-height: 42px;
	margin: 0 5px;
}
.success_con .success_tc .operate input.zc{
	color: #fff;
	background: #35b4d9;
}
.success_con .close{
	position: absolute;
	right: -55px;
	top:-20px
}
.success_con .close img{
	width: 40px;
	height: 40px
}
