/*============订购=============*/ .dg_body { background: url(../images/main_bg.png) no-repeat; background-size: 100% 100%; min-height: 100vh; } .info_banner { position: relative; } .info_banner img { display: block; width: 100%; } .info_banner .dg_ts { position: absolute; bottom: 4%; left: 4%; color: #FFFFFF; font-size: 0.875rem; } .info_main { position: relative; z-index: 1; width: 94%; margin: 0 auto; background: #fefefe; padding: 1rem; box-sizing: border-box; border-radius: 6px; padding-top: 0.5rem; } .info_main h2 { font-size: 0.75rem; color: #2d2d2d; text-align: left; } .info_main h2 span { color: #fb6b63; } .info_main p { color: #2d2d2d; font-size: 0.875rem; text-align: center; } ul.info_data { margin-top: 0.6rem; } ul.info_data li { padding: 2.5vh 5%; margin-bottom: 1.5vh; border: 1px solid #dcdcdc; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 0 1px 0px rgba(0, 0, 0, .2); } ul.info_data li p { font-size: 1rem; } ul.info_data li a { display: block; border: 1px solid #eb6a58; color: #eb6a58; padding: 3% 6%; border-radius: 3px; } .info_content, .info_notice { margin-top: 3rem; } .info_content fieldset, .info_notice fieldset { border-left: none; border-bottom: none; border-right: none; border-top: 1px #e6e6e6 solid; } .info_content fieldset legend, .info_notice fieldset legend { color: #000; text-align: center; font-size: 0.875rem; background: #FFF; padding: 0 1rem; } .info_content ul li { font-size: 0.875rem; color: #000000; overflow: hidden; margin-top: 1rem; } .info_content ul li.f_red { color: #e8705e; margin-top: 1rem; font-weight: bold; } .info_content ul li span { display: block; float: left; width: 1rem; height: 1rem; border-radius: 50%; background: #ea7868; font-size: 0.75rem; color: #FFF; text-align: center; line-height: 1rem; margin-top: 0.2rem; } .info_content ul li p { margin-left: 1.5rem; } .info_notice ul li { font-size: 0.75rem; color: #6d6d6d; margin-top: 0.5rem; text-align: justify; } .copyright { padding: 0.8rem 0; text-align: center; color: #fff; font-size: 0.75rem; }