
/* =====================展会登记表样式======================== */

.register{
	height: 100vh;
	background: url(../image/dengji_bg.jpg) no-repeat center;
	background-position: bottom;
	background-size: 100% auto;
	background-color: #000000;
}

.register .tit{
	font-size: 0.4rem;
	color: white;
	font-family: "OP-JH";
	padding: 0.7rem 0 0.2rem;
	text-align: center;
}
.register .form .tac{
	margin-top: 0.4rem;
}
.register .form .tac input{
	padding: 4px 12px;
}
.register .mui-input-row label i{
	margin-right: 2px;
}

.register .mui-input-row,.register .mui-radio,.register .mui-select{
    margin-bottom: 0.3rem;
}

.register .mui-input-row input{
    height: 36px;
    line-height: 36px;
}

.register .form{
	background-color: transparent;
}
.register .mui-input-row label,.register .mui-radio>label,.register .mui-select label{
	color: white;
}

.register .mui-input-row input,.register .mui-select select,.register .mui-input-row input{
	background-color: transparent !important;
	color: white !important;
}
.register .mui-select select option{
	background-color: black !important;
}
.register .mui-select select::selection{
	color: #ececec !important;
	background: #cb0012 !important;
}


.register .choose .radio{
	color: white;
}

.register .form .tac input{
	background-color: #FFFFFF;
	color: black;
}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
}

@media all and (max-width:768px) {
	/* 移动终端以上 360 适配 */
}

@media all and (max-width:640px) {}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}
