html {
height: 100%
}
body {
height: 750px;
}
/*统一认证页面*/
iframe {
position: fixed;
top: 0;
margin: 0;
padding: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
border: 0px;
}
/* 修改页面背景 注意在页面中修改头图地址 */
.dg_body {
width: 100%;
height: 100%;
/* background: #0e2925;*/
background: url(/orderchannel/common/img/bg_201909.png);
background-repeat: repeat-y;
background-size: 100% 100%;
}
.main {
padding: 0 0 3rem 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background: url(/orderchannel/common/img/bg_201909.png);
background-repeat: repeat-y;
background-size: 100% 100%;
}
/*确认按钮*/
.btn {
display: block;
width: 90%;
margin: 0 auto;
text-align: center;
border-radius: 0.3rem;
border: 0px;
background: url(/orderchannel/common/img/btn201909.png) no-repeat;
height: 2.5rem;
background-size: 100% 100%;
font-size: 1.35rem;
font-weight: bold;
color: #F44336;
}
/* 修改按钮样式 */
.info_data li .red_btn {
width: 100%;
height: 3.5rem;
background: url(/orderchannel/common/img/btn201909.png) no-repeat;
background-size: 100% 100%;
font-size: 1.35rem;
font-weight: bold;
color: #ffffff;
margin-bottom: 35px;
opacity: 1;
border: none;
}
.info_data li p {
color: #202324;
font-size: 1rem;
font-weight: bold;
}
.info_data li p a {
color: #e53d55;
font-size: 1.35rem;
}
.info_notice {
margin-bottom: 100px;
text-align: center;
margin-top: 20px;
}
#info_a {
color: #f1f4f7;
text-decoration: underline;
}
.hint_shadow {
position: fixed;
/* position: absolute; */
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: black;
opacity: 0.9;
}
.hint_mian {
-webkit-overflow-scrolling: touch;
background-color: #b5622a;
width: 90%;
height: 550px;
/* min-height: 80%; */
position: absolute;
top: 5%;
left: 5%;
background-size: 100% 100%;
z-index: 2;
color: white;
overflow: auto;
margin: auto;
}
/* 温馨提示样式 */
/* .hint_mian ul {
height: 100%;
overflow: auto;
} */
.hint_mian ul li {
margin-left: 15px;
margin-right: 15px;
font-size: 0.8rem;
color: #cfd9d8;
text-align: justify;
display: flex;
padding-bottom: 1rem;
align-items: flex-start;
}
.tips_item span {
width: 100%;
color: #cfd9d8;
}
.hint_body {
position: fixed;
}
iframe {
position: fixed;
}
.msgfont {
color: #f5f3f3;
text-align: center;
font-size: 1.20rem;
margin: 20px 0px 20px 0;
}