*{
	padding: 0;margin: 0;
}
.tred{ color: red; }

.pcCter {
	display: flex;
	align-items: center;
}
html{
	width: 100%;height:100%;
}
body{
	font-family: "微软雅黑";font-size:14px;color: #333333;width: 100%;height:auto;
	overflow-x: hidden;margin: 0 auto;letter-spacing: 0.5px;
	/*background: url('../img/bg_pic3.png');
    background-size:contain;
    background-repeat:no-repeat;*/
	position: relative;
}

div.container{
	max-width:1200px;padding: 0;margin-bottom: 40px;
}
div.bg-white{
	background: #fff;
}
.bse{
	color:#3C66A4;cursor:pointer
}
label.input-title{
	color: #4e484a;font-weight: 600;font-size: 15px;letter-spacing: 1px;
	border: none;
}
input.input-font{
	border-radius: 0;border: none;border-bottom: 1px solid #e9e9e9;
	box-shadow:none;letter-spacing: 1px;
}
div.all-code{
	position: relative;
}
button.code-button{
	position: absolute;right: 0;bottom:15px;background: #fff;
	border: none;color:#3C66A4;letter-spacing: 1px;padding:3px 10px;
	font-size: 16px;
}
strong.privacyFont{
	letter-spacing: 1px;margin-left: 28px;
}
div.all-privacy{
	position: relative;
}
input.privacy-input{
	width: 24px;height: 24px;position: absolute;left: 0;z-index: 100;
	opacity: 0;
}
img.gou{
	position: absolute;left: 0;z-index: 10;
}
button.login,button.submit{
	width:30%;margin-left: 35%;border: none;background:#3C66A4;border-radius: 30px;
	color: #fff;margin-top:0;height: 40px;line-height: 40px;
	font-size: 16px;letter-spacing:2px;
}

div.input-help{
	position: absolute;right:10px;top:9px;font-size: 12px;
}
div.field input.input-Rfont{
	
}
ul li{ list-style: none; }

/*********index主页******/
div.iOne-line{
	margin-top: 20px;height:480px;
}

/******侧边菜单栏*******/
ul.menu-ul{
	position: absolute;right: 0;top:65px;background: #fff;
	padding-left: 0;width: 180px;display: none;z-index: 1000;
}
ul.menu-ul li{
	padding: 10px 10px;text-align: center;
}
ul.menu-ul li span{
	display: inline-block;width: 50%;text-align: left;
}
ul.menu-ul li img{
	margin-left:5px;
}

div.header {
	/*background: url('../img/pcbanner001.png') center center no-repeat;*/
	background-size: cover;
	max-width: 1200px;
	margin: 0 auto;
}
img.pcbanner {
	/*position:absolute;top:0;left:3%;*/
}
div.w1200{
	max-width: 1200px;margin: 0 auto;
}
div.header-l{
	line-height: 22px;padding-top: 15px;
	width: 73%;display: inline-block;
}
div.header-r{
	line-height: 20px;display: inline-block;padding-top: 15px;
	width:24%;margin-left: 1%;vertical-align: top;float: right;
}
a.CH-EN{
	display: inline-block;float: right;
	background: #3C66A4;color: #fff;padding:10px;
	border-radius: 3px;margin-top: 5px;
}
button.menuBtn{
	display: inline-block;float: right;width: 30px;height: 30px;
	background: #3C66A4;color: #fff;padding: 5px;border:none ;
	margin-top: 5px;background: url('../img/menu.png') center center no-repeat;background-size: 90%;
	
}

button.closeMenu{
	background: url('../img/menuClose.png') center center no-repeat;background-size:80%;
}
h4.title-cn {
    font-size: 22px;
    overflow: hidden;display:none;
    text-overflow: ellipsis;
    white-space: nowrap;color:#897bb8;
}
h4.title-en{
	font-size:16px;font-family: arial;
	overflow: hidden;margin-top: 8px;
	text-overflow:ellipsis;
	white-space: nowrap;
}


div.indexFooter{
	position: absolute;width: 100%;
}
div.layui-m-layercont{
	/*overflow-y: scroll;*/
}
/*****头像上传******/
div.head-all{
    position: relative;
}
button.l-btn:hover,label.choose-btn:hover{
    background: @style;
}
button.head-button{
    position:absolute;left: 0;top: 0;width: 35%;height: 100%;opacity: 0;z-index: 10000;
}
div.show-head{
    width: 120px;height:auto;margin-top:5px;border: 1px dashed #ddd;
}
div.show-head img{
    width:100%;height: auto;
}
.tailoring-content div.close-tailoring{
    background: #ddd;
}
div.all-tishi{
    width: 100%;height: auto;
}
div.all-tishi img{
    width: 100%;height: auto;margin-bottom: 15px;
}
div.layui-m-layercont{
    padding: 26px;
}
button.uploader{
    background-color: @style;width: 100%;border: none;color: #fff;
    height: 36px;font-size:16px;margin-top:20px;
}
button.uploader img.photo-button{
    width:21px;margin-bottom:0;margin-right:5px;margin-top:-2px;
}
.layui-m-layer0 div.layui-m-layerchild{
    width: 96%;
}
div.tailoring-content .l-btn:hover{
	background: #3C66A4;
}
.input-height{height:45px;}

div.all-sex{
	height: 50px;
}

/*****选择展会页面*******/
table.choose-table{
	width:100%;margin-left:0;margin-bottom: 20px;
}
table.choose-table tr td{
	text-align: center;width: 50%;padding:10px;
	vertical-align: middle;position: relative;
	overflow: hidden;
}
div.choose-box{
	width: 100%;vertical-align: middle;
	background: #eaeaea;height:130px;
	line-height: 130px;padding: 0 6px;
	border-radius: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
input.choose-input{
	opacity: 0;display: block;position: absolute;top: 0;left: 0;
	width: 100%;height: 100%;cursor:pointer;
}

/******登记信息*******/
div.input-title{
	display: inline-block;width:18%;text-align: left;
}
div.input-count{
	display: inline-block;width:77%;margin-left:1.5%;
}

div.rec-all{
	position: relative;margin-bottom: 10px;
}
input.rec{
	position: absolute;left: 0;top: 0;z-index: 200;opacity: 0;height: 40px;width: 100%;
}
div.rec-all button.zhezhao{
	width: 100%;background: red;border: none;background: #3C66A4;color: #fff;width: 100%;
	padding: 8px 0;border-radius: 4px;
}

/***买票****/
input.ticketP{
	position: absolute;width: 100%;height: 100%;z-index: 1000;
	opacity: 0;
}
div.ticketTypeOne,div.ticketTypeTwo{
	box-shadow: 0 0 10px #ccc;
	border-radius:9px;width:90%;margin-left: 5%;
}

/****选择问卷页面*****/
div.questionContainer .label{
	padding-bottom: 10px;
}
.select-all{
	line-height:40px;
}
input.other{
	border:none;padding-left: 6px;
	border-bottom: 1px solid #ddd;
}


button.add-one{
	width: 260px;
    border: none;
    background: #3C66A4;
    border-radius: 30px;
    color: #fff;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px;margin-right: 15px;
}
button.add-sure{
	width: 260px;
    border: none;
    background: #3C66A4;
    border-radius: 30px;
    color: #fff;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px;margin-left: 15px;
}
table.add-table{
	width: 99%;margin-bottom: 20px;margin-top: 15px;
}
table.add-table tbody{
	width: 100%;
}
table.add-table tr td,table.add-table tr th{
	border:1px solid #ddd;padding:8px;width: 20%;
}


/*****订单页面****/
table.order-table{
	width: 100%;
}
table.order-table tr td{
	padding:8px 5px;font-weight: 600;
}
table.order-table tr td:nth-child(1){
	text-align: right;color: #544f4f;
}
table.order-table tr td:nth-child(2){
	text-align: left;color: #241d1a;
}

button.cancel{
	width: 40%;border: none;background:#b9b5b4;border-radius: 30px;
	color: #fff;margin-top:15px;height: 40px;line-height: 40px;
	font-size: 16px;letter-spacing:2px;
}
button.payment{
	width: 40%;border: none;background:#3C66A4;border-radius: 30px;
	color: #fff;margin-top:15px;height: 40px;line-height: 40px;
	font-size: 16px;letter-spacing:2px;
}

/****注册成功页面****/
img.Imgcode{
	width:120px;height: 120px;margin: 0 auto;
}
p.codeId{
	font-size: 15px;font-weight: 500;text-align: center;
	color: #544f4f;
}
img.Imgface{
	width:30%;margin: 0 auto;margin-left:35%;border-radius: 50%;
}
p.faceName{
	font-size: 15px;font-weight: 500;text-align: center;
	color: #544f4f;
}
p.Stishi{
	font-size: 15px;font-weight: 500;text-align: center;
	color: #e8b121;
}
div.head-all{
	
}
div.head-all img.edit-img{
	position: absolute;left: 35%;bottom: 0;width: 22px;
}
ul.sLI li{
	list-style: inherit;line-height: 24px;
}
div.success-left p{
	
}
.zhuse{
	color:#e8b121;
}
button.print{
	width:20%;border: none;background:#3C66A4;border-radius: 30px;
	color: #fff;margin-top:15px;height: 40px;line-height: 40px;
	font-size: 16px;letter-spacing:2px;
}

.pcCenter{
	/*padding-left:25%;*/
}
.margin-top10 {
	margin-top: 10px;
}

@media only screen and (max-width: 800px) {

	.pcCter {
		display: block;
		align-items: center;
	}
	.textCenter{
		text-align:center;
	}
	.margin-top10 {
		margin-top: 0px;
	}
	body {
		background: #fff;
		background-size: cover;
		min-height: auto;
		font-size: 14px;
	}
	 div.header {
        height: 44px;background:#fff;
        line-height: 50px;
		display:none;
    }
img.pcbanner{
	display:none;
}
	div.header-l{
		padding-top: 10px;
	}
	div.header-r{
		padding-top: 12px;
	}
	h4.title-cn {
        font-size: 16px;display:block;color:#897bb8;
    }
	h4.title-en{
		font-size: 15px;
		margin-top: 3px;
	}
	a.CH-EN{
		margin-top: 0;padding: 8px;
	}
	div.iOne-line{
		margin-top: 0;height: auto;
	}
	button.login, button.submit{
		width:100%;
	    margin-left:0;
	    border: none;
	    background: #3C66A4;
	    border-radius: 30px;
	    color: #fff;
	    margin-top:0;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    letter-spacing: 2px;
	}
	div.indexFooter{
		position: absolute;
		/*bottom:-35px;*/
	}
	div.footer{
		position: relative;
	}
	
	/*****选择展会页面*******/
	table.choose-table{
		width:100%;margin-left:0;margin-bottom: 20px;
	}
	table.choose-table tr td{
		text-align: center;width: 50%;padding:6px;
		vertical-align: middle;position: relative;
		overflow: hidden;
	}
	div.choose-box{
		width: 100%;vertical-align: middle;
		background: #eaeaea;height:100px;
		line-height: 100px;padding: 0 6px;
		border-radius: 5px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	input.choose-input{
		opacity: 0;display: block;position: absolute;top: 0;left: 0;
		width: 100%;height: 100%;cursor:pointer;
	}
	div.iOne-line .xb6{
		padding-bottom: 0;margin: 5px 0;margin-bottom: 8px;
	}
	div.iOne-line .xb6 div.input-title{
		display: block;width: 100%;
	}
	div.input-count{
		width: 100%;margin-left: 0;
	}
	div.all-sex{
		height: 65px;
	}
	div.ye-title{
		margin-top: 0;
	}
	div.questionContainer{
		margin-top: 5px;margin-bottom: 0;
	}
	button.add-one{
		width:45%;
	    border: none;
	    background: #3C66A4;
	    border-radius: 30px;
	    color: #fff;
	    margin-top: 0;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    letter-spacing: 2px;margin-right: 2%;
	}
	button.add-sure{
		width: 45%;
	    border: none;
	    background: #3C66A4;
	    border-radius: 30px;
	    color: #fff;
	    margin-top: 0;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    letter-spacing: 2px;margin-left: 2%;
	}
	table.add-table tr td,table.add-table tr th{
		border:1px solid #ddd;padding:8px 4px;width: 20%;
	}
	table.add-table tr td:nth-child(1),table.add-table tr th:nth-child(1){
		
	}
	
	div.print-area div.success-left{
		padding-bottom: 0;padding:0 10px;
	}
	div.print-area div.success-right{
		padding-top: 0;padding:0 10px;
	}
	p.all-bar{ text-align:center;margin-top:20px; }
	span.bar-title{ display:none; }
	
}