/* -------------position------------ */ /*------------background------------*/ /*------------padding--------------*/ /*------------margin--------------*/ /*------------font--------------*/ /*------------border--------------*/ /* -------------DIY------------ */ header { width: 100%; } header .header { background-color: #f6f6f6; height: 1.1rem; padding: 0rem 0.3rem; display: flex; position: fixed; top: 0rem; left: 0rem; align-items: center; width: 100%; justify-content: space-between; z-index: 9999; } header .header .logo { width: 28%; height: 0.57rem; } header .header .menu { width: 0.49rem; height: 0.38rem; background-image: url("../img/cd.png"); } header .header .menucont { position: absolute; background-color: #E2B463; z-index: 999; width: 45%; right: 0rem; top: 1.1rem; } header .header .menucont .mcitem > a { color: #fff; font-size: 0.28rem; display: block; padding: 0.3rem 0.6rem; border-top: 1px solid rgba(255,255,255,.1); padding-left: 0.7rem; } header .header .menucont .mcitem ul { width: 100%; float: right; border-top: 1px solid rgba(255,255,255,.1); padding-left: 0.3rem; } header .header .menucont .mcitem ul li { border-bottom: 1px solid rgba(255,255,255,.1); position: relative; } header .header .menucont .mcitem ul li a { color: #fff; font-size: 0.28rem; padding: 0.1rem 0.6rem; display: block; } header .header .menucont .mcitem ul li:nth-last-child(1) { border-bottom: 1px solid #E2B463; } header .header .menucont .mcitem ul li::before { content: ""; display: none; width: 0.1rem; height: 0.1rem; border-radius: 10rem; background-color: #fff; position: absolute; top: 48%; left: 9%; } header .header .menucont .mcitem_ch { background-image: url("../img/add.png"); background-size: 0.4rem; background-position: 0.2rem 0.3rem; } header .header .menucont .mcitem_ch_sub { background-image: url("../img/sub.png"); } header .header_ti { height: 1.1rem; } footer .footer { text-align: center; padding-top: 0.55rem; background-color: #fff; height: 3.48rem; } footer .footer img { width: 47.46666667%; margin-bottom: 0.2rem; } footer .footer p { font-size: 0.24rem; color: #333; margin-top: 0.15rem; }