body,
html {
    margin: auto;
    border: 0px;
    padding: 0px;
    font-family: '微软雅黑';
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

body {
    background-image: url(../images/bj.jpg);
    background-attachment: fixed;
}

.nav {}

.nav li {
    float: left;
}

.nav li a {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #000;
    font-size: 16px;
    transition: background-color 0.5s, color 0.5s, transform 0s;
    -moz-transition: background-color 0.5s, color 0.5s, -moz-transform 0s;
    -webkit-transition: background-color 0.5s, color 0.5s, -webkit-transform 0s;
    -o-transition: background-color 0.5s, color 0.5s, -o-transform 0s;
}

.nav li a:hover {
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #09f;
    margin-top: -10px;
    padding-top: 10px;
    color: #fff;
}

.form-div .buttons {
    float: right;
}

.button1 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.button2 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: #666;
    color: #fff;
}

.button3 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.button4 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #666;
    color: #fff;
}


/*header*/

.content {
    width: 1024px;
    height: auto;
    margin: auto;
}

.content_box {
    width: 1024px;
    height: auto;
    margin: auto;
    background-color: #fff;
    float: left;
}

.content a {
    text-decoration: none;
    color: #09F;
}

.header_top {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #CCC;
}

.header_top .top {
    width: 45%;
    float: left;
    padding-left: 5%;
    color: #666;
}

.header_top .right {
    width: 45%;
    float: left;
    padding-right: 5%;
    text-align: right;
}

.header_top .right a {
    margin-left: 30px;
}

.header_center {
    width: 100%;
    float: left;
    height: 100px;
    font-size: 14px;
    color: #fff;
}

.logo_box {
    width: 200px;
    float: left;
    height: 80px;
    line-height: 80px;
    margin-top: 10px;
    margin-left: 50px;
    font-size: 25px;
    color: #09f;
}

.logo_box img {
    height: 80px;
    float: left;
}

.logo_box div {
    float: left;
}

.seach_right {
    width: 500px;
    float: right;
    height: 80px;
}

.seach_box {
    width: 400px;
    float: left;
    height: 30px;
    margin-top: 35px;
    border: 1px solid #000;
}

.seach_box input {
    padding-left: 10px;
    padding-right: 10px;
    width: 220px;
    height: 30px;
    outline: none;
    line-height: 30px;
    float: left;
}

.header_nav_box {
    width: 100%;
    float: left;
    height: 30px;
    border-bottom: 2px solid #000;
    line-height: 30px;
    padding-top: 20px;
}

.banner {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 50px;
}


/**/

.clear_50px {
    width: 100%;
    float: left;
    height: 50px;
}

.list_content {
    width: 100%;
    float: left;
    height: auto;
}

.sp_list_box {
    width: 20%;
    float: left;
}

.sp_content {
    width: 90%;
    float: left;
    margin-left: 5%;
}

.sp_content img {
    width: 100%;
}

.sp_list_name_div {
    width: 100%;
    float: left;
    height: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.sp_list_info {
    font-size: 14px;
}

._blk_01 {
    width: 100%;
    float: left;
    height: 10px;
}

.sp_list_money {
    line-height: 30px;
}

.sp_list_money a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #930;
    color: #fff;
    cursor: pointer;
    float: right;
    text-decoration: none;
}


/*footer*/

.footer {
    width: 100%;
    float: left;
    height: 50px;
    background-color: #999;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
}


/*index*/

.index_div_01 {
    width: 25%;
    float: left;
    height: 200px;
    background-color: #fff;
    text-align: center;
}

.index_div_01 img {
    width: 200px;
}

.index_div_02 {
    width: 17%;
    float: left;
    height: 170px;
    background-color: #069;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 30px;
    text-align: center;
    line-height: 30px;
}

.index_div_02 p {
    color: #fff;
}


/**/

.login_table {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 40%;
    float: left;
    margin-left: 5%;
}

.login_table input {
    width: 220px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #666;
    padding-left: 10px;
    padding-right: 10px;
}

.login_table td {
    height: 100px;
}

.regist_table {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 40%;
    float: left;
    margin-left: 5%;
}

.regist_table input {
    width: 220px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #666;
    padding-left: 10px;
    padding-right: 10px;
}

.regist_table td {
    height: 60px;
}

.cart_table {
    background: #ccc;
    height: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    width: 100%;
    float: left;
    text-align: center;
}

.cart_table input {
    width: 220px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #666;
    padding-left: 10px;
    padding-right: 10px;
}

.cart_table td {
    background: #FFFFFF;
    font-size: 14px;
}

.cart_table th {
    background: #999;
    color: #fff;
}


/* 送长辈鲜花中间内容样式 */

.main_flowers {
    width: 1024px;
    margin-top: 50px;
    display: flex;
}

.main_flowers_little {
    position: relative;
    height: 200px;
    width: 512px;
    display: flex;
    margin-bottom: 30px;
}

.main_flowers_img {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-left: 20px;
}

.main_flowers_txt {
    width: 250px;
    margin-left: 20px;
    position: relative;
}

.main_flowers_txt p {
    font-size: 14px;
    margin-top: 10px;
}

.main_flowers_img img {
    width: 200px;
    font-size: 0px;
    height: 200px;
}

.goumai {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.goumai div {
    background-color: rgb(240, 85, 24);
    margin-left: 20px;
    padding: 5px 10px;
    color: #fff;
}


/*---------- 主体样式设置-----------------*/

.main {
    width: 960px;
    height: auto;
    margin: auto;
}

.main_text {
    width: 960px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main_text img {
    float: left;
    margin-right: 50px;
    margin-left: 20px;
}

.main_text h3 {
    margin-bottom: 20px;
    padding-top: 20px;
}

.main_text p {
    line-height: 25px;
}

.text_box {
    padding-left: 15px;
}

.STYLE1 {
    font-size: 12px;
    color: #666666;
}

.STYLE2 {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}