@charset "utf-8";
/* CSS Document */
.mod-data .container .head01{ width:750px; margin-bottom:50px;}
.mod-data .container .head_list{ width:100%; text-align:center; font-size:30px; line-height:30px;}
.mod-data .container .head_list01{ width:90%; text-align:left; margin:0 auto;}
.mod-data .container .head_list .jx_icon03{ width:40px; height:auto; margin-right:8px; display:inline-block; position:relative; top:-2px;}
.mod-data .container .declarate_box{ width:100%; margin:80px auto 0px;}
.mod-data .container .declarate_box01{ margin-top:30px; margin-bottom:40px;}
.mod-data .container .declarate_box .big_jx_box{ width:90%; margin:0 auto;}
.mod-data .container .declarate_box .big_jx_box li{ float:left; width:30%; margin-right:5%; margin-bottom:40px;}
.mod-data .container .declarate_box .big_jx_box li.first_margin_left_p{ margin-left:35%; margin-right:0px;}
.mod-data .container .declarate_box .big_jx_box li.second_margin_left_p{ margin-left:17.5%; }
.mod-data .container .declarate_box .big_jx_box li:last-child{ margin-right:0px;}
.mod-data .container .declarate_box .big_jx_box li a{ display:block; width:100%; height:80px; line-height:80px; border:1px solid #f5da7c; text-align:center; font-size:24px; color:#333; border-radius:10px; }
.mod-data .container .declarate_box .big_jx_box li .jx_icon{ display:inline-block; width:32px; height:auto; margin-right:8px; position:relative; top:-2px;}
.mod-data .container .declarate_box .big_jx_box li .jx_icon01{ /*display:block;*/}
.mod-data .container .declarate_box .big_jx_box li .jx_icon02{ display:none;}
.mod-data .container .declarate_box .big_jx_box li:nth-child(3n){ margin-right:0px;}
.mod-data .container .declarate_box .big_jx_box li.on10 a{
background:#f0a741;
border:none;
color:#fff;
	}
.mod-data .container .declarate_box .big_jx_box li:hover a{
background:#f0a741;
border:none;
color:#fff;
	}
.mod-data .container .declarate_box .big_jx_box li:hover .jx_icon01{ display:none;}
.mod-data .container .declarate_box .big_jx_box li:hover .jx_icon02{ display:inline-block;}
.mod-data .container .declarate_box .big_jx_box li.on10 .jx_icon01{ display:none;}
.mod-data .container .declarate_box .big_jx_box li.on10 .jx_icon02{ display:inline-block;}
.mod-data .container .declarate_box02{ margin-bottom:80px;}
.mod-data .container .declarate_box .big_jx_box:afetr{ display:block; content:""; clear:both; margin:0 auto;}
*, :after, :before {
    box-sizing: border-box;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*清除浮动*/
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }


/*表单验证*/
.form_control {
  border: 1px #ccc solid;
}
input[type="text"],
input[type="password"] {
  border: none;
  width: 100%;
}
.form_control.active {
  border: 1px #32BC61 solid;
  background-color: #fff;
}
.form_control.error {
  border: 1px #f00 solid;
  background-color: #FBF9BB;
}
.form_control.error input[type="text"],
.form_control.error input[type="password"] {
  background-color: #FBF9BB;
  color: #f00;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: none;
  outline: none;
}
.form_control .valid_message {
  color: #32BC61;
  position: absolute;
  bottom: -28px;
  left: 0;
  font-size: 12px;
}
.form_control.error .valid_message {
  color: #f00;
}
.form_control.success .valid_message {
  background: url(sucess.png) no-repeat;
  left: auto;
  right: 5px;
  top: 4px;
  width: 16px;
  height: 16px;
}
.none {
  display: none;

}
.form_control {
    margin-bottom:20px;
    position: relative;
}
.radioT {
    background: #fff;
    height: 38px;
    /*line-height: 35px;*/
}
.radioT > span.sat {
    display: block;
    height: 38px;
   line-height: 38px;
   padding: 0 15px;
}
.radioT > span > label {
    color: #606266;
    font-weight: 500;
    margin-right: 25px;
}
.radioT > span > label > input {
    margin-right: 5px;
    margin-top: 0px;
}
.radio input[type="radio"] {
    position: static!important;
    margin-right: 5px!important;
}
#userData .form_control {
    border:none;
    clear: both;
    margin-bottom: 0px;
}
#userData .form_control > span {
   display: block;
}
#userData .form_control > label {
    display: block;
    width: 46%;
    float: left;
    margin-right: 4%;
    display: flex;
    white-space: normal;
    color: #656565;
    line-height: 32px;
    height: 32px;
    align-items: center;
}
.jxR {
    float: right;
    margin-left: 20px;
}
.checkbox {
    margin-top: 0px; 
}
.valid_message {
    display: inline-block;
    margin: 3px auto 5px;
    color: #F00;
    font-size: 12px;
}
.layui-form-item .layui-inline {
    width: 31.1%;
    border: 1px solid #ccc;
    margin-right: 2%;
	margin-bottom:0px;
}
.layui-form-select .layui-input {
    color:#606266;
}
.layui-form-item .layui-inline:last-child {
    margin-right: 0px;
}
.layui-form-item {
    position: relative;
    margin-bottom: 20px;
}
.layui-form-item .valid_message {
    position: absolute;
}
.allkey span.bxing,.layui-form span.bxing {
    position: absolute;
    left: -10px;
    top:12px;
}
.col-5 > p > span.bxing {
    top: -1px;
    font-size: 12px;
    left: 5px;
}














justify-content-between {
    justify-content: space-between!important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px)
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1200px)
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.exhibitor-register-wrapper h2{
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	font-size: 22px;
    margin:50px 0 16px;
	font-weight:bold;
}
.el-form{}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.exhibitor-register-wrapper .left {
    border-right: 1px solid #dcdfe6;
}
.exhibitor-register-wrapper p {
	margin-top: 0;
    margin-bottom: 1rem;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
    color: #656565;
}
.el-form-item {
    margin-bottom: 20px;
}
.el-form-item--small.el-form-item {
    margin-bottom: 20px;
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
    line-height: 32px;
}
.el-form-item:after {
    clear: both;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input--small {
    font-size: 13px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 38px;
    line-height: 38px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input--small .el-input__inner {
    height: 38px;
    line-height: 38px;
}
.exhibitor-register-wrapper .noBottom {
    margin-bottom: 0;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.exhibitor-register-wrapper h5{
	margin-top: 0;
	margin-bottom: .5rem;
    line-height: 1.2;
	font-size:18px;
    font-weight: 700;
}
/*.exhibitor-register-wrapper .radio{
    margin-left: 16px;
}*/
.el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0;
}
.exhibitor-register-wrapper .ra-item{
    margin-top: 6px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.exhibitor-register-wrapper .el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    outline: 0;
    font-size: 14px;
    margin-right: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	margin-bottom: .5rem;
	min-height:inherit;
	top:-1px;
}
.el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
	top:-1px;
	outline:none;
	padding:0px;
	margin:0;
	max-width:inherit;
}
.el-radio__inner {
    /*border: 1px solid #dcdfe6;*/
    border-radius: 100%;
    width: 14px;
    height: 14px;
    /*background-color: #fff;*/
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
	z-index:-1px;
}
.el-radio__original {
    opacity:1;
    outline: 0;
    position: absolute!important;
    z-index:3;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
	width:14px;
	height:14px;
	border-radius:100%;
	background-color: #fff;
	border: 1px solid #dcdfe6;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.el-radio__label {
    font-size: 14px;
    display: block;
    float: right;
    margin-top: -1px;
}
.el-radio:last-child {
    margin-right: 0;
}
.form-group {
    margin-bottom: 1rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.exhibitor-register-wrapper h5:not(:first-of-type) {
    margin-top: 20px;
}
.el-checkbox-group {
    font-size: 0;
}
.el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
   /* white-space: nowrap;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}
.el-checkbox {
    margin: 16px 0;
    /*color: #9ba0ae;*/
}
.exhibitor-register-wrapper .el-checkbox{
    display:flex;
    white-space: normal;
    color: #656565;
}
.el-checkbox__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    /*border: 1px solid #dcdfe6;*/
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    /*background-color: #fff;*/
    z-index:-1;
	top:2px;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__original {
    opacity:1;
    outline: 0;
    position: absolute;
    margin: 0;
    width:14px;
    height:14px;
    z-index:3;
	left:0px;
	background-color: #fff;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
    box-sizing: border-box;
	top:3px;
	display:block;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
}
.btn {
	border:none;
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;
    border: 1px solid transparent;*/
    padding: .375rem .75rem;
    font-size:16px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary01 {
    color: #fff;
    background-color:  #f0a741!important;
    border-color: #f0a741!important;
	padding:8px 32px;
	margin:16px auto 0px;
	display:block;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.radio label, .checkbox label{ padding-left:0px;}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{ /*position:static;*/ margin:0px;}
.el-checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.el-radio__inner:after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform .15s ease-in;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #2c6afc;
}
.exhibitor-register-wrapper .el-checkbox-group .el-checkbox{ float:left; width:48%; margin-right:4%;}
.exhibitor-register-wrapper .el-checkbox-group .el-checkbox:nth-child(2n){ margin-right:0%;}
.el-checkbox-group:after{ content:''; display:block; margin:0 auto; clear:both; }
span.bxing{color:red; margin-right:6px; position:relative; top:0px; margin-left:4px; display:inline-block;}
.exhibitor-register-wrapper h5 .jx_icon{ width:30px; height:auto; display:inline-block; margin-right:8px; position:relative;top:-2px;}
.col-12_box{ 
flex: 0 0 60%;
max-width: 60%; 
margin:0 auto; 
}
.exhibitor-register-wrapper h2.cg_box{ width:60%; margin:16px auto 10px;}
.exhibitor-register-wrapper h2.cg_box .cg_icon{ width:30px; height:auto; display:inline-block; margin-right:8px;}
.exhibitor-register-wrapper h5.xianxi_if{ width:60%; margin:16px auto 10px;}
.col-12_box .el-input__inner{ background:#efefef;}
.exhibitor-register-wrapper p.shenbao_box{ margin-top:50px; font-weight:bold; font-size:18px; color:#333;}

.tk_box{ 
width:100%; 
height:100%; 
background:rgba(0,0,0,0.6);
position:fixed;
top:0;
left:0;
z-index:8888;
}
.tk_box .tk_main_content{
 max-width:1000px;
 margin:150px auto;
 background:#fff;
 height:560px;
/* overflow:hidden;*/
 border-radius:10px;
 /*overflow-y:scroll;*/
 position:relative;
}
.tk_box .tk_main_content .tk_main{
	height:auto;
	width:auto;
	padding:30px 25px;	
}
.tk_box .tk_main_content .tk_main .tk_list{
	width:100%;
	height:auto;
}
.tk_box .tk_main_content .tk_main .tk_list .head_list01 {
	font-size: 30px;
    line-height: 30px;
    width: 100%;
    text-align:center;
    margin: 0 auto;
	text-indent:0px;
	padding:0px;
}
.tk_box .tk_main_content .tk_main .tk_list .head_list .jx_icon03 {
    width: 40px;
    height: auto;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box {
    width: 100%;
    margin:30px auto 40px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box {
    width:100%;
    margin: 0 auto;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li.first_margin_left_p{ margin-right:0; margin-left:35%;}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li.second_margin_left_p{margin-left:17.5%;}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li:nth-child(3n) {
    margin-right: 0px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li a {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f5da7c;
    text-align: center;
    font-size: 24px;
    color: #333;
    border-radius: 10px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li:hover a{
background:#f0a741;
border:none;
color:#fff;
	}
.tk_box .tk_main_content .close_box{
	position:absolute;
	right:-15px;
	top:-15px;
	width:30px;
	height:30px;
	border-radius:50%;
	line-height:30px;
	text-align:center;
	font-family:"微软雅黑";
	color:#fff;
	background:#F30;
	z-index:2000;
	border:1px solid #eee;
	font-size:28px;
	cursor:pointer;
	}
.tk_box .tk_main_content .close_box span{ position:relative; top:-2px;}
.success_box{ 
position:fixed; 
top:0; 
left:0px; 
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
z-index:9999;
}
.success_box .success_main{
	width:360px;
	height:300px;
	margin:150px auto;
	background:#fff;
	border-radius:10px;
	position:relative;
	}
.success_box .success_main .success_main_list{
	padding:40px 35px;
}
.success_box .success_main .success_main_list .cg_box{
line-height: 1.2;
font-size: 22px;
font-weight: bold;
margin: 16px auto 10px;
color:#333;
text-align:center;
}
.success_box .success_main .success_main_list .cg_box .cg_icon{
width: 30px;
height: auto;
display: inline-block;
margin-right: 8px;
	}
.success_box .success_main .success_main_list .xianxi_if{
line-height: 1.2;
font-size: 18px;
font-weight: 700;
margin: 16px auto 10px;
color:#333;
text-align:center;
}
.success_box .success_main .close_box{
	width:30px;
	height:30px;
	line-height:30px;
	font-family:"微软雅黑";
	font-size:26px;
	text-align:center;
	color:#fff;
	background:#F30;
	border-radius:50%;
	position:absolute;
	border:1px solid #eee;
	right:-15px;
	top:-15px;
	z-index:999;
}
.success_box .success_main .close_box span{ position:relative; top:-2px;}
.el-form-item--small.el-form-item span.account_box{ display:inline-block; margin:3px auto 5px; color:#F00; font-size:12px;}


.faset {
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #E7EBF5;
}
.col-7 .error ,
.layui-form-item .error {
    background: #FBF9BB;
    border: 1px solid #f00;
}
.col-7 .active {
    background: #fff;
    border: 1px solid #55c12c;
}
.layui-form-item .error .layui-input {
     background: #FBF9BB;
}
.exhibitor-register-wrapper .left01{padding-left:100px;min-height:300px;}
.checkbox01{padding-left:50px;}
.mod-data .container .declarate_box .big_jx_box:after{ content:""; display:block; margin:0 auto; clear:both;}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box:after{content:""; display:block; margin:0 auto; clear:both;}
@media( max-width:768px){
.mod-data .container .head01{ width:90%; margin-bottom:30px;}
.mod-data .container .head_list{ font-size:16px; line-height:26px;}
.mod-data .container .declarate_box{ margin-top:30px; margin-bottom:60px;}
.mod-data .container .declarate_box .big_jx_box{ width:100%;}
.mod-data .container .declarate_box .big_jx_box li{ width:48%; margin-right:4%; margin-bottom:20px;}
.mod-data .container .declarate_box .big_jx_box li.first_margin_left_m{ margin-right:0; margin-left:26%;}
.mod-data .container .declarate_box .big_jx_box li:nth-child(3n){ margin-right:4%;}
.mod-data .container .declarate_box .big_jx_box li:nth-child(2n){ margin-right:0%;}
.mod-data .container .declarate_box .big_jx_box li a{ height:50px; line-height:50px; font-size:14px; border-radius:6px;}
.mod-data .container .declarate_box .big_jx_box li .jx_icon{ width:24px; margin-right:6px;top:-1px;}
.mod-data .container .head_list01{ width:100%; text-align:center;}
.mod-data .container .head_list .jx_icon03{ width:26px; margin-right:6px; top:-1px;}
.mod-data .container .declarate_box .big_jx_box li.first_margin_left{ margin-left:26%; margin-right:0px;}
.mod-data .container .declarate_box01{ margin-top:10px; margin-bottom:30px;}
.mod-data .container .declarate_box02{ margin-bottom:60px;}
.exhibitor-register-wrapper h2{ font-size:16px; margin-top:25px;}
.jxR {
    font-size: 12px;
}
.layui-form-item .layui-inline {
    margin-bottom: 0;
}
.col-5{ 
max-width:100%;
flex: 0 0 100%;
}
.exhibitor-register-wrapper p{ font-size:14px; margin-bottom:10px;}
.col-7{
flex: 0 0 100%;
max-width: 100%;
	}
.exhibitor-register-wrapper h5{ font-size:14px;}
.form-check{ padding-left:0px;}
.el-checkbox{ margin:10px 0px;}
.el-checkbox__label{ font-size:12px; line-height:16px; padding-left:5px;}
.btn-primary01{ margin:20px auto 20px; font-size:14px;}
.el-checkbox__inner{ width:12px; height:12px;}
.el-checkbox__original{ width:12px; height:12px;}
.exhibitor-register-wrapper h5 .jx_icon{ width:20px;margin-right:4px;top:-2px;}
.col-12_box{ 
flex: 0 0 100%;
max-width: 100%; 
}
.exhibitor-register-wrapper h2.cg_box{ width:100%; margin:16px auto 10px;}
.exhibitor-register-wrapper h2.cg_box .cg_icon{ width:22px;margin-right:4px;}
.exhibitor-register-wrapper h5.xianxi_if{ width:100%; margin:16px auto 10px;}
.exhibitor-register-wrapper p.shenbao_box{ margin-top:30px;font-size:16px;}

.tk_box{ }
.tk_box .tk_main_content{
 max-width:90%;
 margin:50px auto;
 height:550px;
 border-radius:6px;
}
.tk_box .tk_main_content .tk_main{
	padding:20px 15px;
}
.tk_box .tk_main_content .tk_main .tk_list{
}
.tk_box .tk_main_content .tk_main .tk_list .head_list01 {
	font-size: 16px;
    line-height: 26px;
}
.tk_box .tk_main_content .tk_main .tk_list .head_list .jx_icon03 {
    width: 26px;
    margin-right: 6px;
    top: -1px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box {
    margin-top: 10px;
    margin-bottom: 30px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box {
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li.first_margin_left_p{ margin-right:4%;}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li.second_margin_left_p{margin-left:0%;}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li:nth-child(3n) {
    margin-right: 4%;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li.first_margin_left_m{ margin-right:0%;margin-left: 26%;}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li:nth-child(2n) {
    margin-right: 0%;
	margin-left:0px;
}

.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li a {
   height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 6px;
}
.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li a span{ display:inline-block; line-height:18px; vertical-align:middle;}
.tk_box .tk_main_content .close_box{ width:24px; height:24px; line-height:24px; right:-10px; top:-10px; font-size:20px;}

.success_box .success_main{
	width:82%;
	height:200px;
	margin:120px auto;
	border-radius:6px;
	}
.success_box .success_main .success_main_list{
	padding:30px 15px;
}
.success_box .success_main .success_main_list .cg_box{
font-size:18px;
margin: 15px auto 10px;
}
.success_box .success_main .success_main_list .cg_box .cg_icon{
width:24px;
margin-right:6px;
	}
.success_box .success_main .success_main_list .xianxi_if{
font-size: 14px;
margin: 15px auto 5px;
}
.success_box .success_main .close_box{
	width:26px;
	height:26px;
	line-height:26px;
	font-size:20px;
	right:-13px;
	top:-13px;
}
.success_box .success_main .close_box span{ position:relative; top:-4px;}

.layui-form-item .layui-inline {
    width: 32.5%;
    display: inline-block;
    margin-right: 0;
}
.exhibitor-register-wrapper .left01{padding-left:20px;min-height:150px;}
.checkbox01{padding-left:15px;}
.checkbox01 h4{ text-align:center;}
.checkbox01 img{ margin:0 auto; display:block;}
.form_control{ margin-bottom:15px;}
.layui-form-item{ margin-bottom:15px;}
.el-form-item--small.el-form-item{ margin-bottom:8px;}
.faset{ padding:0;}
.col-5{ /*padding:0 15px;*/}
.padding_box{ padding:0 5px; margin-bottom:30px;}
.mod-data .container .declarate_box .big_jx_box li.second_margin_left_p{ margin-left:0px; margin-bottom:0px;}
.mod-data .container .declarate_box .big_jx_box li:last-child{ margin-bottom:0px;}
}
@media( max-width:360px){
	.layui-form-item .layui-inline{ width:32.4%;}
	.tk_box .tk_main_content .tk_main .tk_list .declarate_box .big_jx_box li a{ font-size:13px;}
	
	}


