input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  z-index: 2;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #707070;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  opacity: 0;
}

input[type="radio"]:checked+i,
input[type="checkbox"]:checked+i {
  display: block;
}

.radio-btn,
.label-text,
.checkbox-btn {
  display: inline-block;
  vertical-align: middle;
}

.radio-btn+.label-text,
.checkbox-btn+.label-text {
  padding-left: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
}

.radio-btn,
.checkbox-btn {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 0;
}

.radio-btn i,
.checkbox-btn i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background-size: 100%;
}

.radio-btn i {
  background-image: url('../images/icon-radio.png');
}

.checkbox-btn i {
  background-image: url('../images/icon-checkbox.png');
}

.title-tips {
  color: red !important;
}

/* banner start */
.hero-media {
  font-size: 0;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 300px;
  background-image: url("../images/hero-pc@2x.png");
}
/* banner end */

/* 简介 start */
.su-info-section {
  padding: 60px 0 20px 0;
}

.su-info-section .section-inner {
  height: 190px;
  padding: 32px 40px;
  background-size: 100%;
  background-image: url("../images/tip-bg-pc.png");
}

.su-info-section .su-info-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}
/* 简介 end */

/* 基础问题 start */
.su-basic-problem {
  padding-bottom: 20px;
}

.su-basic-problem-item {
  padding: 40px;
}

.su-basic-problem-item:nth-child(odd) {
  background-color: #fbfcff;
}

.su-basic-problem-item__title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
  padding-bottom: 20px;
}

.su-basic-problem-item__lists {
  font-size: 0;
  margin-bottom: -10px;
}

.su-basic-problem-item__lists li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 12px;
}

.su-basic-problem-item__lists li:nth-child(3n+3) {
  padding-left: 30px;
}

.su-basic-problem-item__lists.full li {
  width: 100%;
  padding-left: 0;
}

/* 基础问题 end */

/* 认知问题 start */
.su-brand-problem {
  padding-bottom: 20px;
}

.su-brand-problem-item {
  padding: 40px;
}

.su-brand-problem-item:last-child {
  padding-bottom: 80px;
}

.su-brand-problem-item:nth-child(odd) {
  background-color: #fbfcff;
}

.su-brand-problem-item__title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
}

.su-brand-problem-item__title b {
  color: #FFA51D;
}

.su-brand-problem-item__desc {
  font-size: 12px;
  color: #333333;
  line-height: 28px;
  padding-bottom: 20px;
}

.su-brand-problem-item__title+.su-brand-problem-item__desc {
  padding-top: 5px;
}

.su-brand-problem-item__title+.su-brand-problem-item__table {
  margin-top: 20px;
}

.su-brand-problem-item__table {
  border-left: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background-color: #fff;
}

.su-brand-problem-item__table table {
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.su-brand-problem-item__table table td {
  height: 80px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 0 5px;
  vertical-align: middle;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.su-brand-problem-item:nth-child(4) table td:first-child,
.su-brand-problem-item:nth-child(5) table td:first-child,
.su-brand-problem-item:nth-child(6) table td:first-child,
.su-brand-problem-item:nth-child(9) table td:first-child {
  width: 220px;
}

.su-brand-problem-item .exponent-head td {
  height: 40px;
}

.su-brand-problem-item .exponent-head-media {
  display: flex;
  width: calc(100% + 10px);
  margin: 0 -5px;
  background: #ffa51d;
  background: -moz-linear-gradient(left, #ffa51d 0%, #999999 100%);
  background: -webkit-linear-gradient(left, #ffa51d 0%, #999999 100%);
  background: linear-gradient(to right, #ffa51d 0%, #999999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa51d', endColorstr='#999999', GradientType=1);
}

.su-brand-problem-item .exponent-head-media>div {
  flex: 1;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

/* 认知问题 end */

/* 个人信息 start */
.su-form-box .section-bd {
  overflow: hidden;
  padding: 50px 40px 80px 50px;
}

.su-form-box .su-form__left {
  width: 50%;
  float: left;
}

.su-form-box .su-form__left p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.su-form-box .su-form__left p:first-child {
  padding-bottom: 30px;
}

.su-form-box .su-form__left p:last-child {
  color: #999999;
  padding-left: 70px;
}

.su-form-box .su-form__media {
  display: table;
  width: 400px;
}

.su-form-box .su-form__item {
  display: table-row;
}

.su-form-box .su-form__item>label,
.su-form-box .su-form__item>div {
  display: table-cell;
  padding-bottom: 20px;
}

.su-form-box .su-form__item>label {
  width: 70px;
  font-size: 16px;
  text-align: left;
  line-height: 40px;
  height: 40px;
  color: #333;
}

.su-form-box .su-form__item>label i {
  color: #ffa51d;
}

.su-form-box .su-form__item input {
  line-height: 38px;
  height: 40px;
  padding: 0 10px;
  width: 320px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.su-form-box .su-form__right {
  float: right;
  padding-top: 58px;
  text-align: center;
}

.su-form-box .su-form__card {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.su-form-box .su-form__card img {
  width: 252px;
  height: 160px;
  display: block;
  margin: 0 auto;
}

.su-form-box .su-form__card p {
  color: #999999;
  font-size: 14px;
  padding-top: 15px;
}

/* 个人信息 end */

.submit-from-media {
  padding: 60px 0;
  position: relative;
}

#submitFrom {
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
  width: 240px;
  height: 60px;
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #1B2FBA;
}

#submitFrom:hover {
  background-color: #2941E9;
}

#submitFromLoading {
  display: none;
	cursor: no-drop;
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 60px;
  left: 50%;
  top: 60px;
  margin-left: -120px;
}

.tips-demo .layui-layer-title {
  display: none;
}

.tips-demo {
  width: 400px;
  padding: 30px;
}

.tips-demo-inner {
  padding: 30px;
  text-align: center;
  font-size: 0;
}

.tips-demo-inner p {
  padding-top: 18px;
  font-size: 18px;
  color: #333333;
}

.tips-demo .layui-layer-btn {
  text-align: center;
  padding-bottom: 32px;
}

.tips-demo .layui-layer-btn a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #1b2fba;
  border-color: #1b2fba;
  border-radius: 4px;
}

.tips-demo .layui-layer-btn a:hover {
  border-color: #2941E9;
  background-color: #2941E9;
}

.submit-tips-media {
	display: none;
}

/* 中奖名单 start */
.su-sinners-box {
	clear: both;
	width: 70%;
	padding-top: 30px;
}
.su-sinners-title {
	padding-top: 20px;  
	margin-bottom: 20px;  
	font-size: 16px;
    color: #333333;
    line-height: 28px;
	font-weight: 600;
}
.su-sinners-lists dt {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.su-sinners-lists dd {
	line-height: 30px;
	font-size: 14px;
}
.su-sinners-lists dd span {
	display: inline-block;
	vertical-align: top;
	color: #666;
}
.su-sinners-lists dd span:first-child {
	width: 70px;
}
.su-sinners-tips {
	font-size: 14px;
	margin-top: 30px;
	color: #666;
}
/* 中奖名单 end */

@media screen and (max-width: 750px) {
	.su-title-order {
		font-size: 0.30rem;
		color: #333333;
		padding-bottom: 0.24rem;
	}
	.su-title-order span:nth-child(1) {
		font-size: 0.36rem;
	}
	.tips-demo {
		width: 90%;
	}

	/* banner start */
	.hero-media {
		display: none;
	}
	/* banner end */

	/* 简介 start */
	.su-info-section {
		padding: 0;
		height: 100vh;
	}
	.su-info-section .section-inner {
		height: 100%;
		padding: 0.64rem 0.50rem;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-size: cover;
		background-position: center;
		background-image: url('../images/tip-bg-m.png');
	}
	.su-info-section .m_show {
		text-align: center;
	}
	.su-info-section .su-info-m-title {
		padding-bottom: 0.2rem;
		font-size: 0.48rem;
		font-weight: 700;
		text-align: center;
		color: #ffffff;
		line-height: 0.48rem;
	}
	.su-info-section .su-info-m-desc{
		display: inline-block;
		color: #1CFDFF;
		padding: 0.04rem 0.18rem;
		border: 0.5px solid #415ceb;
		background-color: rgba(26, 41, 156, .4);
	}
	.su-info-section .su-info-text {
		font-size: 0.28rem;
		line-height: 0.44rem;
		text-align: center;
	}
	.su-info-section .su-info-btn {
		margin-top: 0.5rem;
		width: 100%;
		height: 0.96rem;
		line-height: 0.96rem;
		font-size: 0.36rem;
		color: #fff;
		font-weight: 600;
		background-color: #ffa51d;
		border-radius: 0.16rem;
	}
	/* 简介 end */

	/* 基本属性问题 start */
	.su-basic-problem {
		display: none;
		padding-bottom: 0.8rem;
	}
	.su-basic-problem .section-hd h3 {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		font-size: 0.5rem;
		line-height: 0.5rem;
	}
	.su-basic-problem-item {
		display: none;
		padding: 0 0.3rem;
		border-top-left-radius: 0.16rem;
		border-top-right-radius: 0.16rem;
		box-shadow: 0 0.6rem 0.6rem 0 rgba(27,47,186,0.10);
		background-color: #ffffff !important;
	}
	.su-basic-problem-item.active {
		display: block;
	}
	.su-basic-problem-item__title {
		padding: 0.4rem 0;
		margin-bottom: 0.4rem;
		font-size: 0.36rem;
		border-bottom: 0.01rem solid #ececec;
	}
	.su-basic-problem-item__lists {
		padding-bottom: 0.3rem;
	}
	.su-basic-problem-item__lists li {
		width: 100%;
		padding: 0.3rem !important;
	}
	.su-basic-problem-item__lists li:nth-child(8) .radio-btn{
		position: relative;
		top: 6px;
	}
	.su-basic-problem-item__lists li>label {
		width: 100%;
	}
	.su-basic-problem-item__lists .radio-btn {
		float: right;
	}
	.su-basic-problem-item__lists .label-text {
		padding-left: 0;
		float: left;
		width: 90%;
		font-size: 0.32rem;
		line-height: 0.34rem;
	}
	/* 基本属性问题 end */

	/* 认知问题 start */
	.su-brand-problem {
		display: none;
	}
	.su-brand-problem .section-hd h3{
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		font-size: 0.5rem;
		line-height: 0.5rem;
	}
	.su-brand-problem-item {
		display: none;
		padding: 0 0.3rem;
		border-top-left-radius: 0.16rem;
		border-top-right-radius: 0.16rem;
		box-shadow: 0 0.6rem 0.6rem 0 rgba(27,47,186,0.10);
		background-color: #ffffff !important;
	}
	.su-brand-problem-item:last-child {
		padding-bottom: 0;
	}
	.su-brand-problem-item.active {
		display: block;
	}
	.su-brand-problem-item__title {
		font-size: 0.36rem;
		line-height: 0.52rem;
		padding: 0.48rem 0;
	}
	.su-brand-problem-item__title+.su-brand-problem-item__table {
		margin-top: 0;
	}
	.su-brand-problem-item__title+.su-brand-problem-item__desc {
		padding-top: 0.05rem;
		padding-bottom: 0.2rem;
		margin-top: -0.3rem;
		font-size: 0.24rem;
		line-height: 0.26rem;
	}
	.su-brand-problem-item__table {
		overflow: auto hidden;
		position: relative;
	}
	.su-brand-problem-item__table table td {
		font-size: 0.28rem;
		height: 1.6rem;
		line-height: 1;
		min-height: 1.6rem;
	}
	.su-brand-problem-item__table table td:first-child>div {
		height: 1.6rem;
	}
	.su-brand-problem-item__table table td:first-child>div span {
		display: inline-block;
		vertical-align: middle;
	}
	.su-brand-problem-item__table table td:first-child>div::after {
		content: '';
		width: 0;
		height: 100%;
		vertical-align: middle;
		display: inline-block;
	}
	.su-brand-problem-item__table table td:first-child {
		position: sticky;
		left: 0;
		z-index: 10;
		background-color: #fff;
	}
	.su-brand-problem-item__table table td:first-child::after {
		content: '';
		display: block;
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0;
		right: -1px;
		background-color: #ececec;
	}

	.su-brand-problem-item:nth-child(1) table {
		width: 16rem;
	}
	.su-brand-problem-item:nth-child(2) table {
		width: 16rem;
	}
	.su-brand-problem-item:nth-child(3) table {
		width: 14rem;
	}
	.su-brand-problem-item:nth-child(4) table {
		width: 20.5rem;
	}
	.su-brand-problem-item:nth-child(5) table {
		width: 19rem;
	}
	.su-brand-problem-item:nth-child(6) table {
		width: 19rem;
	}
	.su-brand-problem-item:nth-child(7) table {
		width: 13rem;
	}
	.su-brand-problem-item:nth-child(8) table {
		width: 15rem;
	}
	.su-brand-problem-item:nth-child(9) table {
		width: 14rem;
	}

	.su-brand-problem-item:nth-child(1) table td:first-child,
	.su-brand-problem-item:nth-child(2) table td:first-child {
		width: 1.2rem;
	}
	.su-brand-problem-item:nth-child(3) table td:first-child,
	.su-brand-problem-item:nth-child(4) table td:first-child, 
	.su-brand-problem-item:nth-child(5) table td:first-child, 
	.su-brand-problem-item:nth-child(6) table td:first-child, 
	.su-brand-problem-item:nth-child(9) table td:first-child {
		width: 2rem;
	}

	.su-brand-problem-item table thead td br,
	.su-brand-problem-item:nth-child(7) br {
		display: inline-block;
	}

	.su-brand-problem-item .exponent-head-media>div {
		font-size: 0.28rem;
	}
	/* 认知问题 end */

	/* 表单 start */
	.su-form-box {
		display: none;
	}
	.su-form-box .section-bd {
		padding: 0;
	}
	.su-form-box .su-form__left p {
		font-size: 0.32rem;
		line-height: 0.32rem;
	}
	.su-form-box .su-form__left p:last-child {
		padding-left: 1.2rem;
		font-size: 0.28rem;
	}
	.su-form-box .su-form__left,
	.su-form-box .su-form__media {
		width: 100%;
	}
	.su-form-box .su-form__left p:first-child {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.su-form-box .su-form__item>label {
		width: 1.2rem;
		font-size: 0.32rem;
		line-height: 0.4rem;
    height: 0.4rem;
	}
	.su-form-box .su-form__item input {
		width: 100%;
		font-size: 0.28rem;
		line-height: 0.68rem;
    height: 0.7rem;
	}
	.su-form-box .su-form__item>label, 
	.su-form-box .su-form__item>div {
		padding-bottom: 0.2rem;
	}
	.su-form-box .su-form__right {
		padding-top: 0.8rem;
		font-size: 0;
	}
	.su-form-box .su-form__card {
		margin-left: 0.16rem;
		display: inline-block;
		vertical-align: top;
	}
	.su-form-box .su-form__card:first-child {
		margin-left: 0;
	}
	.su-form-box .su-form__card img {
		width: 3.2rem;
		height: 1.9rem;
	}
	.su-form-box .su-form__card p {
		font-size: 0.24rem;
		padding-top: 0.1rem;
	}
	.submit-from-media {
		padding: 0.6rem 0;
	}
	#submitFrom,#submitFromLoading {
		width: 90%;
		font-size: 0.36rem;
		height: 0.96rem;
		line-height: 0.96rem;
	}
	#submitFromLoading {
		margin-left: -45%;
		top: 0.6rem;
	}
	/* 表单 end */

	.submit-from-media,
	.su-sinners-box {
		display: none;
	}

	/* 移动端提交状态 */
	.submit-tips-media {
		width: 100%;
		height: 100vh;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.submit-tips-media img{
		margin-bottom: .6rem;
	}
	.submit-tips-media p {
		font-size: .36rem;
		margin-bottom: 1.2rem;
	}
	.submit-tips-media_btn{
		width: 4.8rem;
		height: 0.96rem;
		line-height: 0.96rem;
		background: #ffffff;
		border: 1px solid #ececec;
		font-size: 0.32rem;
		font-weight: 400;
		text-align: center;
		color: #666666;
	}
}