/*通用格式*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;

	background: #fff;
	font-size: 15px;
}

a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

p {
	margin: 0;
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
}

.fl {
	float: left;
	border: 0;
}

.fr {
	float: right;
	border: 0;
}

.cl {
	clear: both;
}

.container {
	position: relative;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}

.container {
	padding: 0;
}

@media (min-width: 1240px) {
	.container {
		width: 1200px;
	}
}

ul {
	list-style: none;
	margin: 0;
}

a {
	color: #0361b0;
	text-decoration: none;
}

a:hover {
	text-decoration: none; color:#eb0035;
}

a:focus {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	background: transparent;
}

input {
	outline: none;
}

i {
	font-style: normal;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	display: none;
}

.modal {
	top: 15%;
}

.modal-dialog {
	z-index: 50;
}

.modal-body {
	font-size: 13px;
	text-align: justify;
	line-height: 24px;
}

.modal-footer button {
	font-size: 14px;
	background: #ddd;
	border-radius: 3px;
	padding: 6px 10px;
	text-shadow: none;
}

.ti_tdnew{font-size:16px; padding:15px 10px; border-bottom:#ececec solid 1px; line-height:23px;}


/*通用格式*/
.header .register {
	display: inline-block;
	width: 110px;
	height: 34px;
	border-radius: 4px;
	color: #fff;
	line-height: 34px;
	background-color: #e30034;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header .register:hover {
	background-color: #0361b0;
	transform: translateY(3px);
}

.header .register-left {
	margin-left: 30px;
}

.header {
	width: 100%;
	z-index: 500;
	height: 70px;
}

.logo img {
	margin-top: 14px;
	height: 45px;
	margin-right: 40px;
}

.fix_nav {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0 1.25%;

}

.menu {
	display: block;
	margin-left: 70px;
	text-align: left;
	width: auto;
	overflow: hidden;
	float: right;
}

.menu>li {
	margin-right: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float: left;
	position: relative;
	cursor: pointer;
	padding: 0 24px;
}

.menu-item>a {
	position: relative;
	font-size: 16px !important;
	letter-spacing: 0px;
	line-height: 65px;
	color: #333;
	font-weight: 700;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	font-family:"Microsoft YaHei UI";
}

.menu-item>a::before {
	width: 0;
	height: 4px;
	content: '';
	background-image: -webkit-linear-gradient(to right, #0a8276 50%, #2DCCD3 100%, transparent 200%);
	background-image: -moz-linear-gradient(to right, #0a8276 50%, #2DCCD3 100%, transparent 200%);
	background-image: -ms-linear-gradient(to right, #0a8276 50%, #2DCCD3 100%, transparent 200%);
	background-image: -o-linear-gradient(to right, #0a8276 50%, #2DCCD3 100%, transparent 200%);
	background-image: linear-gradient(to right, #0a8276 50%, #2DCCD3 100%, transparent 200%);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.menu-item>a:hover::before {
	width: 30px;
}

.menu-item>.newColor {
	color: #333;
}

.menu-item>a:hover {
	color: #0a8276;
}

.change {
	margin-left: 20px;
}

.change,
.change a {
	font-size: 14px;
	color: #666;
	padding: 0 5px;
}

.banner {
	width: 100%;
}

.navbar-fixed-top {
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #fafafa;
}

.intro {
	padding-top: 50px;
	background:#fff;
	padding-bottom:50px;
}

.intro .up {
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInBottom;
}

.titleborder{border:#ccc solid 1px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); padding:30px; clear:both; border-radius:15px; font-weight:bold; font-size:18px; margin-bottom:50px;}

@keyframes fadeInBottom {
	from {
		transform: translate3d(0, 50%, 0);
	}

	to {
		transform: none;
	}
}

.intro .up span {
	font-size: 30px;
	font-weight: bold;
}

.intro .down {
	text-align: justify;
	color: #333;
	margin-top: 40px;
	line-height: 38px;
	border: 1px solid;
	border-image: linear-gradient(90deg, #FF8200, #93DA49) 1;
	background-color: #fff;
	padding: 60px 80px;
	text-align: center;
}

.intro_infineon_l{float:left; width:45%; margin-right:30px; font-size:16px; line-height:30px; margin-bottom:20px; font-weight:bold; padding-left:10px;}
.intro_infineon_l2{float:left; width:340px; margin-bottom:40px;  margin-top:40px;}
.intro_infineon_l3{float:left; width:860px; margin-bottom:40px; margin-top:40px;}

.title {
	margin-bottom: 40px;
	margin-top: 50px;
	text-align: center;
	font-size: 30px;
}

.title-2022 {
	color: #000;
	font-size: 30px; font-weight:bold;
}

.jishu-box{ margin: 30px auto 0px; overflow: hidden; }
.jishu-box .title{ display: flex; align-items: center; justify-content: center; margin: 46px 0px 0px 55px; color: #000; font-size: 32px; font-weight: bold;}
.jishu-box .title i{ width: 36px; height: 28px; margin: 0px 10px;}
.jishu-box .title i:nth-child(1){ background: url(../images/item3-1.png) no-repeat center; background-size: contain; }
.jishu-box .title i:nth-child(2){ background: url(../images/item3-2.png) no-repeat center; background-size: contain; }
.jishu-box .container{ width: 1200px; margin: 50px auto 0px; overflow: hidden;}
.jishu-box .container .pic-1{height: 296px; display: flex; justify-content: center; background: url(../images/item7-1.png) no-repeat center; background-size: contain;}
.jishu-box .container .pic-1 p{ width: 910px; height: 170px; margin: 90px 0px 0px -10px; display: flex; align-items: center; justify-content: space-between;}
.jishu-box .container .pic-1 span{ cursor: pointer; width: 155px; height: 170px; }

.tab-main-1{ border: 3px solid #e36319; margin-top: 8px; height: 500px; border-radius: 6px; }
.tab-main-1 dl { display: flex; margin-left: 75px; margin-top: 30px;}
.tab-main-1 dl dt{ width: 40px; height: 140px; margin-right: 20px; border-radius: 10px; border: 2px solid #ea8b55; display: flex; align-items: center; justify-content: center; color: #e36319; font-size: 20px; text-align:center; }
.tab-main-1 dl dd{ display: flex; }
.tab-main-1 dl:nth-child(1){ margin-top: 50px; }
.tab-main-1 dl:nth-child(1) dd p { padding:0px 55px; height: 120px; font-size: 16px; font-weight: bold; color: #333; border-right: 1px dashed #dbd5d7; }
.tab-main-1 dl:nth-child(1) dd p:last-child{ border: none; }
.tab-main-1 dl:nth-child(1) dd p span{ display: block; line-height: 100%; margin-bottom: 10px; line-height:26px;}
.tab-main-1 dl:nth-child(2){ align-items: center; }
.tab-main-1 dl:nth-child(2) dd { display: flex; flex-wrap: wrap; width: 100%;}
.tab-main-1 dl:nth-child(2) dd p { padding: 5px 55px; width: 50%; position: relative; display: flex; align-items: center;}
.tab-main-1 dl:nth-child(2) dd p a { display: flex; align-items: center; color: #0a8276; font-size: 16px; font-weight: bold;}
.tab-main-1 dl:nth-child(2) dd p a i{ width: 6px; height: 6px; margin-right: 8px; background: #0a8276;}

.tab-main-2{ border: 3px solid #5ea290; margin-top: 8px; height: 500px; border-radius: 6px; display: block; align-items: center;}
.tab-main-2 dl { margin-left: 75px; width:100%; }
.tab-main-2 dl dt{ height: 45px; width: 100%; line-height: 45px; font-size: 20px; color: #0a8276; margin-top:30px;}
.tab-main-2 dl dd { width: 50%; float:left;}
.tab-main-2 dl dd p { margin: 6px 0px;}
.tab-main-2 dl dd p { display: flex; align-items: center; font-size: 16px; color: #333;}
.tab-main-2 dl dd p i{ width: 6px; height: 6px; margin-right: 8px; background: #333;}

.tab-main-3{ border: 3px solid #769f3b; margin-top: 8px; height: 500px; border-radius: 6px; display: flex; align-items: center;}
.tab-main-3 dl { margin-left: 75px; width:100%;}
.tab-main-3 dl dt{ height: 45px; width: 100%; line-height: 45px; font-size: 20px; color: #0a8276;}
.tab-main-3 dl dd { width: 50%; float:left;}
.tab-main-3 dl dd p { margin: 12px 0px; margin-right:20px;}
.tab-main-3 dl dd p { display: flex; align-items: center; font-size: 16px; color: #333;}
.tab-main-3 dl dd p i{ width: 6px; height: 6px; margin-right: 8px; background: #333;}

.tab-main-4{ border: 3px solid #812161; margin-top: 8px; height: 500px; border-radius: 6px; display: block; align-items: center;}
.tab-main-4 dl { margin-left: 75px; width:100%;}
.tab-main-4 dl dt{ height: 45px; width: 100%; line-height: 45px; font-size: 20px; color: #0a8276; margin-top:30px;}
.tab-main-4 dl dd { width: 50%; float:left;}
.tab-main-4 dl dd p { margin: 6px 0px; }
.tab-main-4 dl dd p { display: flex; align-items: center; font-size: 16px; color: #333;}
.tab-main-4 dl dd p i{ width: 6px; height: 6px; margin-right: 8px; background: #333;}

.about {
  position: relative;
  padding: 80px 0;
  background: #fff;
}
.about h5 {
  display: flex;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
}
.about p {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}
.about .infineon-zg {
  display: flex;
  justify-content: space-between;
}


.gift {
	background-color: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
}

.gift .book {
	float: left;
}

.gift .text {
	font-size: 18px; line-height:30px;

}

.gift .text .tips {
	font-size: 12px;
	line-height: 24px;
	margin-top: 20px;
}

.newtext {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInBottom;
}

@keyframes fadeInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
	}

	to {
		transform: none;
	}
}

.gift .text img {
	position: absolute;
	top: -10px;
	left: -40px;
}

.gift .text a {
	display: block;
	/* border: 1px solid #147bd1; */
	background-color: #0361b0;
	color: #fff;
	padding: 15px 20px 10px;
	width: 344px;
	font-family: rubik-regular, meiryo, osaka, Arial, sans-serif;
	margin-top: 20px;
	transition: all .2s linear;
	text-align: center;
	border-radius: 4px;
	margin-top: 36px;
	webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.gift .text a:hover {
	background-color: #e30134;
	transform: translateY(3px);
}

.speaker {
	padding-bottom: 50px;
}

.speaker .detail {
	padding-left: 30px;
}

.speaker .detail p {
	margin-bottom: 20px;
	font-size: 15px;
	color: #666;
}

.speaker .detail span {
	/* font-size: 16px; */
	font-weight: bold;
}

.speaker .detail .profile {
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
}

.detail .profile span {
	font-size: 15px;
	color: #666;
}

.speaker .detail a {
	display: block;
	width: 160px;
	background-color: #147bd1;
	color: #fff;
	font-size: 15px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}

.speaker .detail a:hover {
	background-color: #2ac2d3;
	transform: translateY(3px);
}

.speaker li {
	overflow: hidden;
	/* padding: 24px; */
	padding-bottom: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	width: 33.33%;
	float: left;
	/* margin-right: 1%; */
}

.speaker li:last-child {
	margin-right: 0;
}

/* .speaker li:last-child div {
	border-bottom: none;
} */

.speaker li .photo {
	width: 100%;
}

.speaker li img {
	height: 200px;
}

.speaker li>div {
	/* border-bottom: 1px dashed #ccc; */
	overflow: hidden;
	padding-bottom: 24px;
	text-align: center;
}

.speaker li:nth-child(4) .photo {
	text-overflow: unset !important;
}

.speaker li .name {
	margin-top: 20px;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 600;

}

.speaker li .topic {
	font-size: 14px;
	color: #666;
}

.speaker li .more-btn {
	display: block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	background-color: #2ac2d3;
	color: #fff;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 14px;
}

.speaker .more-btn:hover {
	background-color: #157dd3;
	transform: translateY(3px);
	color: #fff;
}

.dialog,
.forum-dialog {
	width: 60%;
	position: fixed;
	left: 50%;
	margin-left: -30%;
	top: 44%;
	margin-top: -250px;
	background: #fff;
	z-index: 3001;
	display: none;
	overflow: visible !important;
	z-index: 900;
}

/* .forum-dialog{
	width: 50%;
	margin-left: -25%;
} */
.dialog .close-btn,
.forum-dialog .close-btn {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	right: -15px;
	top: -15px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	z-index: 500;
}

.dialog-title {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.dialog .title {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin: 10px 0;
	font-weight: bold;
	margin-top: 0;
}

.dialog .name-ch,
.forum-dialog .name-ch {
	display: block;
	line-height: 24px;
	font-size: 18px;
	color: #000;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.dialog-cnt {
	padding: 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: justify;
	/* max-height: 500px; */

}

.forum-dialog .dialog-cnt {
	max-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.forum-dialog .dialog-cnt .container{
	width: 100%;
}

.forum {
	background-color: #F5F5F5;
	padding-bottom: 40px;
}

.forum .contain {
	width: 73%;
	margin: 0 auto;

	overflow: hidden;
}

.forum .agenda {
	margin-top: 0;
}

/* .forum ul {
	margin-top: 68px;
}
 */
.forum .thelist {
	width: 24%;
	height: auto;
	padding-bottom: 20px;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 6px;
	float: left;
	position: relative;
	margin-right: 1.2%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	margin-bottom: 40px;
	text-align: center;
	/* height: 160px; */
}

.forum .thelist:nth-child(4n) {
	margin-right: 0;
}

.forum .thelist .more {
	color: #157dd3;
	font-size: 12px;
	cursor: pointer;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.forum .thelist .more:hover {
	color: #2ac2d3;
	transform: translateY(3px);
}

/* 议程 */
.agenda-title {
	font-size: 16px;
	font-weight: bold;
}

.panel-body {
	margin-top: 50px;
	border-top: 0;
	width: 1200px;
}

.day-item-pm .plan-3-right {
	padding-right: 0;
}

.am-title,
.pm-title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background: #004170;
	text-align: center;
}

.pm-title {
	background: #ea5404;
}

.day-item .item-con {
	width: 100%;
	background-size: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
	padding-top: 14px;
}

.day-item .item-con>li {
	margin-bottom: 20px;
}

.plan-3-item .plan-3-left {
	float: left;
	width: 125px;
	text-align: right;
}

.plan-3-item .plan-3-left .time {
	color: #171d23;
	font-weight: bold;
	width: 130px;
	text-align: left;
	margin: 0;
	position: relative;
	padding-left: 28px;
}

.plan-3-item .plan-3-left .time:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	border: 1px solid #004170;
}

.plan-3-item .plan-3-left .time:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	border: 1px solid #004170;
}

.plan-3-right {
	padding-left: 158px;
	padding-right: 25px;
}

.pd span {
	color: #333;
	font-weight: 900;
	font-size: 15px;
}

.plan-3-tit.pd {
	margin-right: 20px;
	font-size: 14px;
	margin-right: 20px;
	/* width: 30%; */
}

.plan-3-right .plan-3-con {
	font-size: 14px;
	color: #004170;
	margin-top: 10px;
	/* cursor: pointer; */
	BACKGROUND: #f2f2f2;
	/* line-height: 36px; */
	padding: 4px 10px;
	/* width: 90%; */
}

.agenda {
	margin-top: 40px;
}

.day-item-am .pd a,
.day-item-pm .pd a {
	display: inline-block;
	color: #e86209;
	display: none;
	line-height: 32px;
	font-size: 16px;
	padding-left: 20px;
}

.day-item-pm .item-con>li:nth-child(4) .pd a,
.day-item-am .item-con>li:nth-child(4) .pd a {
	display: inline-block;
}

.day-item-pm .item-con>li:nth-child(5) .pd a {
	display: inline-block;
}

.thelist .thepic {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
}

.thelist .thetitle {
	display: block;
	margin-top: 60px;
	text-align: center;
	font-size: 15px;
	color: #323232;
	font-weight: bold;
	margin-bottom: 24px;
}

.forum .tips {
	font-size: 12px;
	text-align: center;
	color: #808080;
}

.sponsor img {
	display: inline-block !important;
	margin-right: 20px;
}

.sponsor>div {
	padding-bottom: 24px;
	padding-top: 40px;
	border-bottom: 1px dashed #ccc;
}

.sponsor>div:last-child {
	border-bottom: 0;
}

.sponsor>div a {
	cursor: default;
}

.sponsor>div p {
	margin-bottom: 14px;
	color: #157dd3;
	font-size: 16px;
	font-weight: bold;
}

.sponsor .gold p {
	margin-bottom: 24px;
}

.review {
	margin-top: 50px;
	position: relative;
}

.review-link {
	width: 350px;
	height: 50px;
	border-radius: 50px;
	display: block;
	background-color: #2ac2d3;
	color: #fff;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 24%;
	top: 40%;
}

.review-link:hover {
	background-color: #157dd3;
	transform: translateY(3px);
	color: #fff;
}

.infineon_guide{clear:both; background:url(../images/bg1.jpg) repeat-y; width:100%;}


.company {
	background: url(../../images/qrck/cevent/bg.png) no-repeat center -30px;
	text-align: center;
	background-color: #F5F5F5;
	background-size: 80%;
	margin-top: -50px;
	padding-bottom: 50px;
}

.company .company-intro {
	width: 70%;
	line-height: 34px;
	color: #666;
	margin: 0 auto;
}

.company .title {
	margin-top: 90px;
}

.footer {
	background: #000;
	color: #e5e5e5;
	text-align: center;
	padding: 20px 20px;
	font-size: 12px;
}

#top {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	background: url(../images/goto_top_icon.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}
/*survey*/
.rohmsurvey{padding:10px 20px 20px; border-bottom:#ccc dashed 1px; position:relative;}
.rohmsurvey .r_propic{position:absolute; top:0px; right:50px; display:block; width:260px; height:185px;}
.rohmsurvey:hover{background: #f8f8f8;}
.rtitle{border-left:#0080cb solid 3px; padding-left:10px; margin-bottom:10px;}
.rtitle h3{font-size:16px; color:#333;text-align: left; font-weight:normal;}
.rtitle h3 span{color:#c00;}
.rohmsurvey ul li{line-height:30px; font-size:14px; color:#333; float:left; width:50%;}
.rohmsurvey ul li input{position:relative;top:1px;}
.regbtn{padding:20px;text-align:center;}
.regbtn input{width:150px;height:35px;border-radius:25px;border:solid 1px #c00;background:#c00;cursor:pointer; font-weight:bold; color:#fff; font-family:"Microsoft YaHei UI"; font-size:18px;}
.regbtn input:hover{background:#fff; color:#c00; font-weight:bold;}
.rohmbeizhu{padding:20px 20px 20px 20px;}
.rohmrule{padding:20px 20px 20px 150px;}

.sign-btn {
  position: fixed;
  bottom: 160px;
  right: 0px;
  width: 116px;
  height: 110px;
  background: linear-gradient(180deg, #005da9 0%, #005da9 100%);
  border-radius: 0px 0px 100px 100px;
}
.sign-btn .bgBottom {
  z-index: 0;
  opacity: 0.9;
}
.sign-btn .waveWrapperInner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 0px 0px 100px 100px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.sign-btn .wave {
  position: absolute;
  left: 0;
  width: 250%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.sign-btn .bgMiddle {
  z-index: 0;
  opacity: 1;
}
.sign-btn .bgTop {
  z-index: 0;
  opacity: 1;
}
.sign-btn .text {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
.sign-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sign-btn .wave {
  position: absolute;
  left: 0;
  width: 250%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.sign-btn .waveTop {
  background: url('../images/2.png') 0px bottom;
  background-size: 400% 100%;
  animation: move_wave 5s linear infinite;
}
.sign-btn .waveBottom {
  background: url('../images/2.png') 0px bottom;
  background-size: 400% 100%;
  animation: move_wave 15s linear infinite;
}
.sign-btn .waveMiddle {
  background: url('../images/1.png') 0px bottom;
  background-size: 400% 100%;
  animation: move_wave 10s linear infinite;
  opacity: 0.2;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-60%) translateZ(0) scaleY(0.5);
  }
  100% {
    transform: translateX(0%) translateZ(0) scaleY(1);
  }
}
@media (max-width: 1366px){
	.plan-3-right {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	

	.forum .thelist:nth-child(3n) {
		margin-right: 0;
	}

	.forum .thelist:nth-child(4n) {
		margin-right: 1.2%;
	}

	.menu>li {
		padding: 0 14px;
	}

	.logo img {
		height: 24px;
	}

	.intro {
		margin-top: 30px;
	}

	.intro .down {
		padding: 40px;
	}

	.book {
		width: 34%;
	}

	.gift .text {
		width: 60%;
	}

	.gift .text {
		margin-top: 100px;
	}

	.speaker {
		padding-bottom: 0;
	}

	.forum {
		padding-bottom: 20px;
	}

	.forum .thelist {
		width: 32%;
		margin-right: 1%;

	}

	.sponsor>div {
		padding-top: 20px;
	}


}

@media (max-width: 1024px) {

	.dialog,
	.forum-dialog {
		top: 50px;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.nav-xs {
		padding: 14px;
		height: 60px;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 200;
		background: #fff;
		-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
		border-bottom: 1px solid #fafafa;
	}

	.menu-xs ul li a:hover {
		color: #fe1954;
	}

	.xs-menu-btn {
		font-size: 26px;
		color: #666;
		float: right;
		display: block;
		width: 40px;
		line-height: 34px;
		text-align: right;
		cursor: pointer;
	}

	.xs-close-btn {
		font-size: 26px;
		color: #f0f0f0;
		float: right;
		display: block;
		width: 40px;
		line-height: 34px;
		text-align: right;
		cursor: pointer;
		display: none;
	}

	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}

	.menu-xs .register {
		display: block;
		width: 100px;
		height: 34px;
		background: #ff5000;
		color: #fff;
		line-height: 34px;
		text-align: center;
		border-radius: 40px;
		position: fixed;
		top: 14px;
		right: 70px;
	}

	.menu-xs ul {
		background: #16161c;
		float: right;
		width: 100%;
		text-align: right;
		padding: 20px;
		display: none;
		position: absolute;
		top: 60px;
	}

	.menu-xs ul li a {
		font-size: 16px;
		color: #ddd;
	}

	.logo-img {
		float: left;
		height: 28px;
	}

	.menu-item>a {
		line-height: 50px;
	}

	.banner {
		margin-top: 60px;
	}

	.intro .up {
		padding: 0 20px;
		font-size: 18px;
	}

	.dialog {
		width: 86%;
		left: 50%;
		margin-left: -43%;
	}

	.forum .thelist {
		width: 48%;
		margin-right: 2%;
	}

	.forum .thelist:nth-child(3n) {
		margin-right: 2%;
	}

	.gift .text {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
		font-size: 12px;
	}

	.dialog,
	.forum-dialog {
		width: 90%;
		margin-left: -45%;
	}

	.dialog-cnt {
		max-height: 450px;
		overflow-y: scroll;
	}

	.forum .thelist {
		width: 100%;
	}

	.dialog .name-ch,
	.forum-dialog .name-ch {
		font-size: 15px;
	}

	.plan-3-right .plan-3-con {
		width: 100%;
	}

	.plan-3-right {
		width: 100%;
		text-align: left;
		padding-left: 140px;
	}

	.title {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 24px;
		font-weight: bold;
	}

	.forum .title {
		margin-bottom:50px;
	}

	.intro .down {
		margin: 20px;
		padding: 20px;
		line-height: 30px;
	}

	.gift {
		padding-bottom: 20px;
	}

	.gift .book {
		width: 60%;
		float: none;
		margin: 0 auto;
	}

	.gift .text {
		margin: 20px 24px 20px 24px;
		width: 90%;
		float: none;
		padding-left: 10px;
	}

	.gift .text img {
		display: none;
	}

	.gift .text a {
		margin: 0 auto;
		margin-top: 20px;
		width: 300px;
		font-size: 14px;
	}
	.gift img{width:100%;}
	.gift p{padding:0px 20px;} 
	.intro_infineon_l{width:100%; padding-left:20px; font-size:16px; line-height:26px; margin-bottom:20px;}
	.intro_infineon_l2{width:100%; margin-bottom:20px; padding-left:20px; margin-top:40px;}
	.intro_infineon_l3{width:100%; margin-bottom:20px; padding-left:20px; margin-top:40px;}

	.speaker li {
		width: 100%;
		margin-left: 0;

	}

	.speaker li img {
		width: 50%;
		height: auto;
	}

	.speaker .detail {
		padding-left: 0;
		margin-top: 20px;
	}

	.forum {
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 0;
	}

	.forum li {
		width: 100%;
	}

	.forum li:nth-child(5n) {
		margin-right: 1%;
	}

	.sponsor>div {
		padding-left: 24px;
		padding-right: 24px;
	}

	.sponsor .partner img {
		max-height: 58px;
		margin-bottom: 20px;
	}

	.review {
		margin-top: 50px;
		width: 100%;
		margin: 0 auto;
	}

	.review img {
		display: none;
	}

	.company {
		margin-top: 84px;
		padding-bottom: 30px;
	}

	.company .title {
		margin-top: 30px;
	}

	.company .company-intro {
		width: 90%;
	}

	.sponsor>div {
		overflow: hidden;
	}

	.sponsor>div a {
		width: 48%;
		float: left;
		display: inline-block;
	}

	.review-link {
		width: 300px;
		left: 50%;
		top: 0;
		margin-left: -150px;
	}
}

@media (max-width:400px) {
	.forum li {
		width: 100%;
	}
}

@media (max-width:320px) {
	.intro .up {
		padding: 0 14px;
		line-height: 28px;
	}

	.gift {
		margin-top: 30px;
	}

	.gift .text a {
		width: 90%;
	}




}
