* {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}

body {
    color: #333;
    font-size: 14px;
    background: #f1f1f1;
}

.container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container img {
    width: 100%;
}

.text-danger {
    color: #ff0033;
}

.m-t-30 {
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

.head-form {
    background-image: linear-gradient(to right, #ff6666, #f91744, #ff0033);
    padding: 10px 0px;
}

.pb30 {
    padding-bottom: 30px;
}

.mt-50 {
    margin-top: -50px;
}

.head-form form {
    margin: 0px auto;
    width: 300px;
    display: block;
}

.head-form-group {
    display: flex;
}


.head-form input {
    border: none;
    outline: none;
    height: 35px;
    width: 255px;
    padding-left: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.head-form button {
    width: 45px;
    background: url("../image/search.png") no-repeat;
    background-size: cover;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


#menu {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    background: #fff;
    margin-bottom: 1px;
}

#menu a {
    display: block;
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
}

#menu a img {
    width: 35px;
}

#menu a p {
    font-size: 12px;
}

.no-info {
    text-align: center;
    line-height: 30px;
    color: #999;
}

.no-info img {
    width: 100px;
    margin-top: 30%;
}

.user-title {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.user-title a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-title h2 {
    font-size: 16px;
    font-weight: normal;
}

.user-title h3 {
    font-weight: 100;
    font-size: 14px;
}

.business-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
    display: block;
}

.business-item h2 {
    font-weight: normal;
    font-size: 18px;
}

.business-item p {
    color: #888;
    font-size: 13px;
}

.oltnav {
    display: flex;
    justify-content: space-around;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.oltnav a {
    width: 20%;
    display: block;
}

.order-list-active {
    color: #f25b4b;
    border-bottom: 1px solid #f25b4b
}

.business-company {
    line-height: 50px;
    padding: 0px 10px;
    font-size: 18px;
}

.business-info, .business-desc {
    padding: 10px;
    background: #fff;
    display: block;
    clear: both;
    border-bottom: 1px solid #eee;
}

.bd-title {
    line-height: 35px;
}

.bd-title span {
    color: #ff3300;
    margin-right: 10px;
}

.service-block .bk-input {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.service-block .form-input-100 {
    width: 100% !important;
}

.service-block .form-input-100 textarea {
    height: 50px !important;
    padding: 10px;
}

.service-block .form-title-block {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
}

.service-block .form-img-group {
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 10px 0px;
    flex-wrap: wrap;
}

.service-block .img-item {
    text-align: center;
}

.service-block .img-item2 {
    text-align: center;
    width: 90%;
    margin: 10px auto;
    display: flex;
}

.img-item2 .item2 {
    position: relative;
}

.img-item2 textarea {
    height: 90px;
    width: 100%;
}

.service-block .form-img-group .item {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.service-block .form-img-group .addImg {
    width: 100px;
    height: 100px;
}

.service-block .delete {
    right: -1rem;
}

.service-block .form-img-group .preview {
    width: 80px;
    height: 80px;
}

.service-block .form-img-group .click {
    width: 90px;
    height: 90px;
}

.service-block .form-tips {
    line-height: 25px;
    padding: 10px;
}

/*.service-block .form-group {*/
/*    border-bottom: none !important;*/
/*}*/

.video-input {
    width: 100%;
    line-height: 30px;
    height: 30px;
    border: 1px solid #eee;
    margin-top: 10px;

}

.block-submit {
    width: 100px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: #0FB25F;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.article-item {
    width: 90%;
    margin: 10px auto 0px auto;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.product-list-item {
    width: 44%;
    margin: 10px 0px;
    text-align: center;
    border: 1px solid #eee;
}

.product-list-item img {
    width: 100%;
}

.article-list {
    padding: 10px;
    background: #fff;
}

.article-list-item {
    margin: 10px 0px;
    border-bottom: 1px solid #eee;
}

.h-mycity {
    background: #ffffff;
    display: flex;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

.h-mycity a {
    display: block;
    padding: 10px;
}

.center-city {
    margin: 10px 0px;
}

.city-item {
    background: #fff;
    border-radius: 5px;
    display: flex;
}


.city-img img {
    width: 100%;
}

.city-img2 {
    max-width: 30%;
}

.city-img2 img {
    width: 100%;
}

.user-icon {
    background: url("../image/menu@user_m.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.no-content {
    background: url("../image/no_content.png") no-repeat;
    width: 200px;
    height: 200px;
    background-size: 200px;
    display: block;
    margin: 30% auto 0px auto;
}

.phone-icon {
    background: url("../image/icon_phone.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.card-icon {
    background: url("../image/icon_card.png") no-repeat;
    width: 27px;
    height: 25px;
    background-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.wechat-icon {
    background: url("../image/menu@server_m.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.address-icon {
    background: url("../image/icon_address.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
}


.update-icon {
    background: url("../image/icon_update.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.delete-icon {
    background: url("../image/icon_delete.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.dowmload-icon {
    background: url("../image/icon_downd.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.pdf-icon {
    background: url("../image/icon_pdf.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.list-icon {
    background: url("../image/icon_list.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 22px;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.see-icon {
    background: url("../image/icon_see.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.jump-icon {
    background: url("../image/jump.png") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.daohang-icon {
    background: url("../image/icon_daohang.png") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    display: inline-block;
    vertical-align: middle;
}


.dianhua-icon {
    background: url("../image/icon_dianhua.png") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    display: inline-block;
    vertical-align: middle;
}


.footer-handle {
    display: flex;
    text-align: center;
    background: #fff;
    padding: 5px 5px 10px 5px;
    border-top: 1px solid #eee;
    font-size: 12px;
}

.footer-handle a {
    display: block;
    width: 50%;
}


.color-grey {
    color: #888;

}