* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

header {
    background-color: #000000;
}

.title {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}

.logo {
    width: 160px;
    padding: 20px 0px;
    float: left;
    margin-right: 40px;
}

.clear {
    clear: both;
}

nav {
    float: left;
    line-height: 80px;
}

nav a {
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
}

.login_box {
    float: right;
    line-height: 80px;
}

.login_box a {
    text-decoration: none;
    color: #fff;
}

/* 轮播图 */
#banner {
    width: 1200px;
    margin: 0 auto;
}

.carousel-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    width: 1200px;
    height: auto;
    flex-shrink: 0;
}

.carousel-slide img {
    width: 100%;
    height: 450px;
}

.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.next-button {
    right: 0;
}

.carousel-indicators {
    position: relative;
    top: -40px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.main_box {
    width: 1000px;
    margin: 0 auto;
}

.main_box h1 {
    border-bottom: 1px solid #b4b4b4;
    line-height: 60px;
    margin: 10px 0px;
    padding: 10px 0px;
}

.shop_list {
    margin-bottom: 60px;
}

.shop_list li {
    float: left;
    width: 231px;
    text-align: center;
}

.shop_list li:not(:first-child) {
    margin-left: 25px;
}

.shop_list li img {
    width: 100%;
}

.shop_list li p:nth-child(2) {
    font-size: 20px;
    margin: 5px 0px;
    font-weight: 600;
}

.shop_list li p:nth-child(3) {
    font-size: 18px;
}

.shop_list li p:nth-child(4) {
    background-color: #000000;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
    margin-top: 10px;
}

.listbanner {
    width: 100%;
}

.listbanner img {
    width: 100%;
}

footer {
    text-align: center;
    background-color: #000000;
    color: #999;
    line-height: 30px;
    padding: 20px 0px;
    margin-top: 30px;
}

.sunbanner {
    width: 100%;
}

.sunbanner img {
    width: 100%;
}

.shop_main {
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}

.main_left {
    float: left;
    color: #999999;
}

.main_left h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;

}

.main_left a {
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #999999;
}

.main_left a:hover {
    color: #000000;
    text-decoration: underline;
}

.main_right {
    float: right;
}

.nav_little {
    margin-bottom: 60px;
    border-bottom: 1px dashed #999;
    line-height: 40px;
}

.nav_little a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.nav_little span {
    margin: 0px 5px;
}

.main_right {
    width: 758px;
}

.main_right ul li {
    float: left;
    width: 226px;
    margin-bottom: 40px;
}


.main_right ul li:not(:nth-child(3n-2)) {
    margin-left: 40px;
}

.main_right ul li img {
    width: 100%;
    height: 230px;
}

.main_txt {
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    height: 120px;
}

.huise {
    color: #999;
    font-size: 14px;
}

.money_number {
    width: 100%;
    text-align: center;
    background-color: #000000;
    color: #fff;
    line-height: 40px;
}

.main_left .peo_style {
    color: #000000;
    text-decoration: underline;
}

/* 登陆注册页面 */
#bgbox {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(../images/bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

#form_box {
    position: absolute;
    width: 660px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 200px;
    margin-left: 50%;
    left: -300px;
}

.form_title {
    text-align: center;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.form_title a {
    text-decoration: none;
    color: #000;
    font-weight: bolder;
    font-size: 20px;
}

.form_title span {
    display: inline-block;
    width: 2px;
    height: 20px;
    position: relative;
    top: 3px;
    margin: 0px 30px;
    background-color: #000;
}

.form_left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.form_right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.form_left ul {
    line-height: 40px;
}

.form_left ul li {
    margin-bottom: 10px;
}

.form_left ul li span {
    font-size: 14px;
    margin-right: 30px;
}

.form_left input {
    border: 1px solid #DADADA;
    width: 190px;
    padding: 0px 10px;
    height: 30px;
}

.form_left button {
    width: 100%;
    border: 0px;
    height: 40px;
    background-color: #000;
    color: #fff;
}

.form_bigbox {
    padding: 0px 20px 30px 20px;
}

.right_title {
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.right_txt {
    font-size: 14px;
    margin-bottom: 10px;
}

.form_right ul li {
    list-style: square;
    line-height: 26px;
    font-size: 14px;
    margin-left: 1rem;
}

.hint {
    width: 100%;
    background-color: #D51B51;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.form_title .style_huise {
    color: #999;
}

.form_left ul .queren span {
    margin-right: 0px;
}

.queren input {
    width: 190px;
}