.main-content {
    padding-bottom: 62px;
}
.main-content .return-icon {
    position: fixed;
    left: 10px;
    top: 15px;
    z-index: 999;
}
/* 图片 */
.main-content .cover {

}
.main-content .cover img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

/* 商品面板 */
.main-content .product-panel {
    padding: 12px 10px;
    margin: 10px;
    border-radius: 4px;
    background-color: white;
}
.product-panel .panel-top {

}
.product-panel .report .Information {
    display: block;
    color: #fff;
    font-size:14px;
    font-weight:550;
    background: linear-gradient(to right,gold,darkorange);
    text-align: center;
    border-radius: 5px;
    padding: 4px 5px;
    border: 1px solid darkgoldenrod;
}



.product-panel .report .car {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: red;
    color: #fff;
    text-align: center;
    top: -5px;
    right: -9px;
}

.product-panel .panel-top  span a{
    font-size: 16px;
    color: #ff6100;
    font-weight: bold;

}
.product-panel .panel-top .price {
    font-size: 18px;
    color: #FF6100;
    font-weight: bold;
}
.product-panel .panel-top .store {
    float: right;
}
.product-panel .panel-top .store span {
    font-size: 12px;
    color: #FA6200;
}
.product-panel .panel-top .store img {
    width: 16px;
    height: 16px;
}
.product-panel .product-title {
    margin-top: 6px;
}
.product-panel .product-title p {
    font-size: 16px;
    font-weight: bold;
}
.product-panel .specification {
    color: #868686;
}
.product-panel .specification p {
    margin-top: 6px;
}
.product-panel .specification p span {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.product-panel .report {
    margin-top: 6px;
}
.product-panel .report a {
    color: #FA6200;
}
.product-panel .consult {
    margin-top: 6px;
}
.product-panel .consult a {
    color: #109141;
}

/* 可选参数 */
.main-content .purchase-param {
    border-radius: 4px;
    background-color: white;
    margin: 0 10px;
    padding: 0 10px;
}
.purchase-param .param-right {
    float: right;
}
.purchase-param span {
    line-height: 54px;
}
.purchase-param .param-right img {
    margin-top: -2px;
}

/* 商品详情 */
.main-content .product-detail {
    border-radius: 4px;
    background-color: white;
    margin: 10px 10px 0;
}
.product-detail .tab-bar {
    box-shadow: 0 2px 4px 0 rgba(236,236,236,0.5);
}
.product-detail .tab-bar ul {
    display: flex;
    padding: 0 16px;
    justify-content: space-between;
}
.product-detail .tab-bar ul li {
    line-height: 40px;
}
.product-detail .tab-bar ul .cur {
    border-bottom: 3px solid #259A52;
}
.product-detail .product-content {
    padding: 10px;
}
.product-detail .article-content {
    display: none;
    padding: 10px;
}
.product-detail .article-content .article-item {
    margin-top: 5px;
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0;
}
.product-detail .article-content .article-item .title {
    font-size: 14px;
}
.product-detail .article-content .article-item .releaseTime {
    margin-top: 5px;
    color: #868686;
}
.product-detail .comment-content {
    display: none;
    padding: 10px;
}
.product-detail .comment-content .comment-title {
    text-align: center;
}
.product-detail .comment-content .comment-title .title {
    font-size: 14px;
}
.product-detail .comment-content .comment-title .author {
    color: #868686;
    margin: 5px;
}
.product-detail .application-content {
    display: none;
    padding: 10px;
}
.product-detail .application-content .comment-title {
    text-align: center;
}
.product-detail .application-content .comment-title .title {
    font-size: 14px;
}
.product-detail .application-content .comment-title .author {
    color: #868686;
    margin: 5px;
}
.product-detail .consult-content {
    display: none;
    padding: 10px;
}
.consult-content .consult-detail {
    border-top: 1px solid rgba(249,249,249,1);
}
.consult-detail .item-line {
    height: 50px;
    border-bottom: 1px solid rgba(249,249,249,1);
    display: flex;
    align-items: center;
}
.consult-detail .item-line .item-title {
    color: #434343;
    line-height: 50px;
    padding-left: 10px;
    font-weight: bold;
    vertical-align: middle;
    width: 100px;
    display: inline-block;
}
.consult-detail .select-content {
    float: right;
}
.consult-detail .select-content span {
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    margin-right: 5px;
    width: 35px;
}
.consult-detail .select-content img {
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}
.consult-detail .item-line input {
    border: none;
    width: 240px;
    line-height: 40px;
}
.consult-detail .item-line .check-box {
    display: inline-block;
}
.consult-detail .item-line .check-box label:first-child {
    padding-left: 0;
}
.consult-detail .item-line .check-box label span {
    vertical-align: middle;
}
.consult-detail .submit-consult-btn {
    width: 100px;
    height: 32px;
    background: #10953E;
    border: 1px solid #10953E;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}
/* 快递服务 */
.main-content .delivery-service {
    border-radius: 4px;
    margin: 10px;
    background-color: white;
    padding: 10px;
}
.delivery-service .delivery-content {
    background: #FAFAFA;
    padding: 15px 17px;
}
.delivery-content .title {

}
.delivery-content .title img {

}
.delivery-content .title span {
    margin-left: 7px;
}
.delivery-content .detail {
    margin-top: 9px;
}
.delivery-content .detail p {
    font-size: 10px;
    line-height: 20px;
}

/* 推荐商品 */
.main-content .recommend-product {
    border-radius: 4px;
    margin: 0 10px;
}
.recommend-product .recommend-title {
    text-align: center;
}
.recommend-product .recommend-title img {
    width: 17px;
    height: 13px;
}
.recommend-product .recommend-title span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 50px;
    display: inline-block;
}
.recommend-product .item-row {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.recommend-product .item-row .product-item {
    background-color: white;
    width: 170px;
}
.product-item .cover {
    width: 170px;
    height: 164px;
}
.product-item .cover img {
    width: 170px;
    height: 164px;
    border-radius: 4px 4px 0 0;
}
.product-item .detail {
    background-color: white;
}
.product-item .detail .content-top {
    margin-top: 10px;
    padding-left: 10px;
}
.product-item .detail .content-top .tag {
    background: rgba(255,109,0,0.18);
    font-size: 8px;
    color: #FF7700;
    padding: 2px 4px;
}
.product-item .detail .content-top .title {
    margin-left: 5px;
    white-space: nowrap;
    width: 113px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.product-item .detail .content-bottom {
    padding: 10px;
}
.product-item .detail .content-bottom .price {
    font-size: 12px;
    color: #FF6D00;
}
.product-item .detail .content-bottom img {
    float: right;
    margin-top: -5px;
}

/* 底部bar */
.main-content .bottom-bar {
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: white;
    border-top: 1px solid rgba(236,236,236,1);
    padding: 8px 0;
}
.bottom-bar .service {
    text-align: center;
    margin-left: 20px;
}
.bottom-bar .service img {
    width: 18px;
    height: 18px;
}
.bottom-bar .service p {
    font-size: 10px;
}
.bottom-bar .cart {
    text-align: center;
    margin-left: 20px;
}
.bottom-bar .cart img {
    width: 18px;
    height: 18px;
}
.bottom-bar .cart p {
    font-size: 10px;
}
.bottom-bar .add-cart {
    background: #FFA200;
    border-radius: 17px;
    width: 90px;
    height: 34px;
    color: white;
    border: none;
    margin-left: 11px;
    font-weight: bold;
}
.bottom-bar .purchase-now {
    background: #FF6100;
    border-radius: 17px;
    width: 97px;
    height: 34px;
    color: white;
    border: none;
    margin-left: 10px;
    font-weight: bold;
}
/* 校验提示内容样式 */

/* 错误提示框 */
label.error {
    color: #ef392b;
    font-size: 12px;
    position: absolute;
    display: inline!important;
    padding-top: 15px;
    text-align: right;
    float: right;
    right: 52px;
}
#name-error {

    right: 58px!important;
}
.input-group label.error {
    z-index:99;
    right: 42px
}

.input-group input.error + label.error + .input-group-addon>i {
    color: #ed5565;
}

.input-group.date label.error {
    z-index:99;
    right: 3px
}

.Validform_error,input.error,textarea.error,select.error {
    background-color: #fbe2e2;
    border-color: #c66161;
    color: #c00
}

.Validform_wrong,.Validform_right,.Validform_warning {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 25px
}

.i-checks label.error, .check-box label.error, .radio-box label.error {
    right: auto;
    width: 150px;
    left: 210px;
    top: 1px;
    max-width: none;
}

.banner {
    width: 100%;
    height: 164px;
}
.banner .swiper-slide img, video {
    width:100%;
    height: 164px;
    object-fit: contain;
}

/* 个人中心模块 */
.main-person {
    display: flex;
    align-items: center;
    margin: 0 10px 10px;
    padding: 10px 15px;
    border-radius: 12px;
    height: 58px;
    background: url("/images/m/newIndex/icon (17).png") no-repeat;
    background-size: 100% 100%;
}

.main-person .person-user {
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    margin-right: 20px;
    font-weight: 500;
}

.main-person .person-user .user-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}

.main-person .person-user .user-name {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333333;
    line-height: 21px;
}

.main-person .person-user .user-name .tag {
    display: inline-block;
    margin-left: 4px;
    width: 25px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    background: #13973B;
    border-radius: 6px 0 6px 0;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
}

.main-person .person-user .user-job {
    display: block;
    font-size: 12px;
    color: #6C7270;
    line-height: 17px;
}

.main-person .person-contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-person .person-contact .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-person .person-contact .contact-item img {
    width: 22px;
    height: 21px;
    margin-bottom: 3px;
}

.main-person .person-contact .contact-item span {
    font-family: PingFang SC;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.main-person .person-wx {
    z-index: 20000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-person .person-wx .person-wx-inner {
    height: fit-content;
    background: #ffffff;
    padding: 20px;
}

.main-person .person-wx .person-wx-inner img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
