* { margin: 0; padding: 0; } html body { font-weight: 500; font-family: 'Microsoft YaHei', sans-serif; } .header { background-color: rgba(37, 46, 75, 0.8); width: 100%; height: 100px; position: absolute; z-index: 999; } .login { height: 30px; display: flex; align-items: center; justify-content: flex-end; color: #d0bd9b; font-size: 14px; padding-right: 100px; } .login>div>a { color: #d0bd9b; text-decoration: none; } .login>div { margin-left: 20px; } .login>div:hover { cursor: pointer; } .navbarbox { /* width: 1200px; */ height: 70px; margin: 0 80px; display: flex; align-items: center; justify-content: space-between; } .titles-name { font-size: 28px; color: #f5ddad; display: flex; align-items: center; } .titles-name>img { width: 86px; height: 40px; margin-right: 10px; } .titles-name>span { font-weight: bold; } .navbar-tab { margin-top: 10px; width: 60%; height: 60px; display: flex; } .itembox { flex: 1; display: flex; justify-content: space-around; color: #fdfaf5; } .itembox>div { height: 100%; display: flex; align-items: center; padding: 0 15px; font-size: 16px; } .itembox>div>a { height: 100%; display: flex; align-items: center; color: #fdfaf5; text-decoration: none; } .itembox>div>a:hover { color: #d0bd9b; cursor: pointer; } .cart { width: 60px; height: 60px; background-color: rgba(119, 119, 119, 0.5); text-align: center; font-size: 14px; color: #fff; } .cart:hover { cursor: pointer; } .cart>img { margin: 10px 0 5px; } .right-bottom { z-index: 999; width: 80px; height: 120px; background-color: #fff; box-shadow: 0 0 5px #888; position: fixed; bottom: 55px; right: 30px; } .r-b-top { height: 40px; line-height: 40px; font-weight: 700; font-style: normal; font-size: 14px; text-align: center; } a { text-decoration: none !important; } .a-back { color: #a60000; cursor: pointer; } a:hover { color: #a60000; } .r-b-bottom { margin: 5px; height: 70px; background-color: rgba(87, 89, 255, 1); display: flex; justify-content: center; align-items: center; color: #fff; font-size: 19px; cursor: pointer; } .footer { height: 320px; background-image: url('../images/footer.png'); /* padding: 20px 0 0; */ color: #ccc; position: relative; } .top { padding: 0 200px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; height: 260px; } .top1, .top2 { width: 400px; } .top1>p:nth-child(1), .top2>p:nth-child(1) { font-size: 20px; } .top3 { width: 360px; display: flex; align-items: center; } .bottom { width: 100%; height: 60px; position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.4); } .footerbox { height: 60px; /* margin: 0 360px; */ display: flex; justify-content: center; align-items: center; color: #8e8e8e; font-size: 14px; } .footerbox p { box-sizing: border-box; line-height: 1.42; /* height: 100%; */ outline: none; overflow-y: auto; padding: 12px 15px; -o-tab-size: 4; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .footerbox a { color: #8e8e8e; } .top p, .bottom .fonterbox p { margin: 0; padding: 0; } .modal-dialog { margin: 160px auto 0; } .modal-contents { width: 465px; margin: 0 auto; } .modal-headers { padding: 15px; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; } .modal-headers>div { font-weight: 600; font-size: 16px; } .modal-body { padding: 15px 30px; } .modal-top { text-align: center; margin-bottom: 30px; } .step_item { margin-bottom: 25px; display: flex; position: relative; } .step_label { flex: 1; text-align: right; line-height: 35px; padding-right: 15px; font-size: 16px; } .step_name { width: 300px; } .step_name>p { position: absolute; top: 35px; left: 100px; } .step_input { border: 1px solid #ddd; width: 300px; height: 35px; margin-left: 0; padding-left: 10px; } #step_value4 { border: 1px solid #ddd; width: 300px; height: 100px; margin-left: 0; padding-left: 10px; outline: none; } #step_validate4 { position: absolute; top: 100px; left: 100px; } .step_button { text-align: center; } .step_button>button { width: 68px; height: 30px; background-color: #1b61ac; color: #fff; }