
.bgfff {
    background: #fff;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.ai-input {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #333;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .1s ease-in-out, background .1s ease-in-out, box-shadow .1s ease-in-out
}

.ai-input-large {
    font-size: 16px;
    padding: 6px 7px;
    height: 40px
}

.ai-input-small {
    padding: 1px 7px;
    height: 24px;
    border-radius: 2px
}

.ai-input::-moz-placeholder {
    color: #c5c8ce;
    opacity: 1
}

.ai-input:-ms-input-placeholder {
    color: #c5c8ce
}

.ai-input::-webkit-input-placeholder {
    color: #c5c8ce
}

.ai-input:focus, .ai-input:hover {
    /* border-color: #f24c4c */
}

.ai-input:focus {
    outline: 0;
    outline: none;
    box-shadow: none!important;
}

.ai-input[disabled], fieldset[disabled] .ai-input {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ai-input[disabled]:hover, fieldset[disabled] .ai-input:hover {
    border-color: #e6e6e6
}

.ai-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: color .1s linear, background-color .1s linear, border .1s linear, box-shadow .1s linear;
    color: #ef1f1f;
    background-color: #fff;
    border-color: #ef1f1f
}

.ai-btn, .ai-btn>.ai-icon {
    line-height: 1.5
}

.ai-btn-icon-only.ai-btn-circle>.ai-icon {
    vertical-align: baseline
}

.ai-btn>i, .ai-btn>span {
    display: inline-block
}

.ai-btn, .ai-btn:active, .ai-btn:focus {
    outline: 0
}

.ai-btn:not([disabled]):hover {
    text-decoration: none
}

.ai-btn:not([disabled]):active {
    outline: 0
}

.ai-btn.disabled, .ai-btn[disabled] {
    cursor: not-allowed
}

.ai-btn.disabled>*, .ai-btn[disabled]>* {
    pointer-events: none
}

.ai-btn-large {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 2px
}

.ai-btn-small {
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 2px
}

.ai-btn-large {
    font-size: 14px
}

.ai-btn-primary:active {
    color: #fff;
}

.ai-btn-primary.ai-btn-large {
    background-image: linear-gradient(90deg, #f03528, #ef1f1f)!important;
    position: relative;
    transition: color .1s linear, background-color .1s linear
}

.ai-btn-primary.ai-btn-large span {
    z-index: 1;
    position: relative
}

.ai-btn-primary.ai-btn-large:after {
    transition: opacity .1s linear;
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    /* background-color: #ef1f1f!important */
}

.ai-btn-primary.ai-btn-large:hover:after {
    opacity: 1
}

.ai-btn-primary:hover {
    background-color: #e91111;
    border-color: #e91111;
    color: #fff;
}

.ai-btn-default:hover {
    background-color: #fff0f2;
    color: #ef1f1f
}

.ai-btn-middle, .ai-btn-middle:hover, .ai-btn-small, .ai-btn-small:hover {
    border: none;
    background: #ef1f1f;
    font-size: 0
}

.ai-btn-middle:hover span, .ai-btn-middle span, .ai-btn-small:hover span, .ai-btn-small span {
    color: #fff
}

.ai-btn-middle {
    padding: 5px 16px
}

.ai-btn-middle span {
    font-size: 14px
}

.ai-btn-small {
    padding: 0 4px
}

.ai-btn-small span {
    font-size: 12px
}

.ai-btn-primary {
    color: #fff;
    background-color: #ef1f1f;
    border-color: #ef1f1f
}

.icony-qi,.icony-safe,.icony-hot {
    color: #fff;
    margin-right: 2px;
    font-size: 15px;
}

/* 导航 */

.proNavBox {
    background: #404145;
}

.navBoxCon li {
    float: left;
    font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
}

.navBoxCon li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 30px;
}

.navBoxCon li a.navCur, .navBoxCon li a:hover {
    background: rgb(238, 46, 44)
}

.locationBox {
    line-height: 44px;
    color: rgb(102, 102, 102);
}

.locationBox a {
    padding: 0px 8px;
}

.locationBox a:hover {
    color: rgb(238, 46, 44)
}

.proTitCon {
    padding: 10px 20px 20px;
}

.proTitle {
    padding: 4px 0;
    margin: 0 0 15px 0;
    line-height: 28px;
    min-height: 28px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    width: 900px;
    overflow: hidden;
}

/*  */

.ai-product {
    padding-bottom: 25px;
}

.special-fields {
    border-top: 1px solid #ee2e2c;
    background: #fff8f8;
    padding: 6px 0;
    margin-bottom: 10px
}

.field {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    min-height: 30px;
}

.field .field-name {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    padding-left: 24px;
    color: #999;
}

.field .field-value {
    margin-left: 100px;

}

.field .field-value-desc {
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    height: 14px;
    line-height: 14px
}

.price {
    font-size: 30px;
    line-height: 38px;
    color: #ef1f1f;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btns {
    width: 138px;
    height: 40px;
    margin: 10px 12px 0 0;
    font-size: 16px;
}

.btns:nth-of-type(2), .btns:nth-of-type(3) {
    background: #ffeae9;
}

.bold-title {
    height: 48px;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    color: #ee2e2c;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.bold-title span {
    padding: 0 35px;
    display: inline-block;
    height: 47px;
    border-bottom: 2px solid #ee2e2c;
    color: #ee2e2c;
}



em, i {
    font-style: normal;
}

a.ai-btn-large {
    line-height: 38px;
}

.params-container {
    padding: 12px 16px 0;
    font-size: 12px;
    line-height: 0;
    background: #fff;
    overflow: hidden;
}

.params-container .item-cantainer {
    float: left;
    box-sizing: border-box;
    width: 33.333333333333336%;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 22px;
    vertical-align: top
}

.params-container .item-cantainer:nth-child(3n) {
    padding-right: 0
}

.params-container .item-cantainer .name {
    float: left;
    box-sizing: border-box;
    width: 80px;
    padding-right: 12px;
    color: #999;
    word-break: break-all
}

.params-container .item-cantainer .value {
    margin-left: 80px;
    word-break: break-all
}

@media screen and (min-width:1260px) {
    .params-container {
        padding: 20px 24px 0
    }
    .params-container .item-cantainer {
        padding-right: 24px
    }
    .params-container .item-cantainer .name {
        width: 100px;
        padding-right: 16px
    }
    .params-container .item-cantainer .value {
        margin-left: 100px
    }
}

.recommend-item {
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    width: 25%;
    padding: 15px 10px 14px
}

.recommend-item .content .img-container {
    border: 1px solid #e5e5e5;
}

.recommend-item .content .img-container .img-content img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.recommend-item .content .desc-container {
    padding: 0 8px
}

.recommend-item .content .desc-container .tit {
    margin-top: 10px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.recommend-item .content .desc-container .tit .name {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: rgb(51, 51, 51);
}

.recommend-item .content .desc-container .desc-line {
    padding-bottom: 12px
}

.recommend-item .content .desc-container .price {
    line-height: 20px;
    color: rgb(238, 46, 44);
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.recommends-container {
    overflow: hidden;
    padding: 0 10px
}

.footer {
    margin: 0;
    padding: 20px 0;
    background-color: #333;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.fix-tab {
    height: 58px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    position: absolute;
}

.fix-tab.affix {
    position: fixed;
    opacity: 1;
    top: 0;
    z-index: 2;
    background-color: #fff;
    left: 0;
    right: 0;
}

.shop-name-singleline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(102, 102, 102);
}

.shop-name-singleline .name {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.shop-name-singleline:hover .name {
    color: #e91111;
}

.fix-tab .container .left .shop-desc {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 15px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-tab .container .right {
    margin-left: 350px;
    padding-right: 32px
}

.fix-tab .container .right .ai-btn {
    float: right;
    width: 140px;
    height: 40px;
    margin-top: 9px;
    margin-left: 8px
}

.fix-tab .container .left {
    float: left;
    width: 500px;
    padding-left: 0;
    height: 58px
}

/* album */

#mid_pos {
    position: absolute;
}

#mid_div {
    width: 100%;
    height: 240px;
    cursor: crosshair;
}

#mid_div img {
    width: 100%;
    max-width: 100%;
}

#zoomer {
    /* border: #eee 1px solid; */
    width: 120px;
    height: 90px;
    background: rgba(255, 0, 0, .1);
    position: absolute;
    /* opacity: 0.5; */
    /* filter: alpha(opacity=50); */
}

#big_div {
    width: 400px;
    height: 300px;
    border: #eee 1px solid;
    background: #FFFFFF;
    position: absolute;
    overflow: hidden;
}

#big_pic {
    position: absolute;
}

.ab_im {
    margin: 10px 20px 10px 0;
    border: #eee 1px solid;
}

.ab_on {
    margin: 10px 20px 10px 0;
    border: #ef1f1f 1px solid;
}

.main-detail-info {
    margin: 15px auto;
}

.main-detailBox {
    margin-left: -15px;
    margin-right: -15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.col-md-3 .main-detailBox {
    margin-right:0
}
.col-md-3 .main-detailBox .recommend-item{
    width:100%;
    float: none;
}
.ai-container {
    padding: 12px 16px;
font-size: 12px;
   margin-left: -15px;
   border: 1px solid #ff7d7c;
    background: url(//style.org.hc360.com/images/detail/mysite/siteconfig/new_product/newImg/proLeftBg2.png);
}


.ai-container .desc {
    margin: 8px 0 4px;
    line-height: 22px
}

.ai-container .desc .item {
    padding-bottom: 8px
}

.ai-container .desc .item .name {
    float: left;
    width: 60px;
    color: rgb(102, 102, 102);
}

.ai-container .desc .item .value {
    color: rgb(51, 51, 51);
    margin-left: 72px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ai-container .btn {
    width: 100%;
    height: 40px;
    margin-bottom: 4px
}
.ai-container .title{
    text-align: center;
    margin: 9px  0px;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.ai-container .vips{
    line-height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-align: center;
}
.ai-container .vips span{
    color: rgb(238, 46, 44);
    font-weight: bold;
    margin: 0px 1px;
}
.ai-container .vips .topimg{
    display: block;
    margin: 0 auto;
}
.ai-container .ai-btn {
    float: left;
    width: 46%;
    margin:0 2%;
    border-color: #dfdfdf;
    color: #666;
}
.ai-container .ai-btn:focus,.ai-container .ai-btn:hover,.ai-container .ai-btn:active{
    color: #ee2e2c;
    border: 1px solid #ee2e2c;
}

.header-show-red{
    height: 65px;
    background: #f6f6f6;
    overflow: hidden;
}

.header-agency-container {
	min-height: 100px;
	padding: 22px 0;
	transition: all .5s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.affix .header-agency-container {
	padding: 10px 0;
	min-height: 30px;
}

.header-agency-left {
	padding-right: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* .header-agency-logo { max-height: 56px; } */

.header-agency-logo img {
	max-width: 350px;
	height: 56px;
    float: left;
	margin-right: 15px;
    
}

.header-agency-logo h1, .header-agency-logo span {
	/* margin-left: 15px; */
	/* float: left; */
	font-size: 16px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0;
	color: #262626;
	margin-bottom: 0;
}

.header-agency-logo a, .header-agency-logo a:hover, .header-agency-logo a:link, .header-agency-logo a:visited {
	color: #262626;
}

.header-agency-logo-position {
	height: 56px;
	position: relative;
}

.header-agency-logo-position img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-agency-line {
	width: 1px;
	height: 40px;
	margin-top: 8px;
	margin-left: 20px;
	display: inline-block;
	line-height: 56px;
	background: #eee;
}

.header-agency-info-outer {
	width: auto;
	display: inline-block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header-agency-info {
	width: 100%;
	height: 56px;
	padding-left: 20px;
	display: table;
}

.header-agency-info p {
	width: 100%;
	max-height: 44px;
	display: table-cell;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	vertical-align: middle;
	letter-spacing: 0;
	color: #262626;
}

.header-agency-info dl {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.header-agency-info dt {
	color: #ec455a;
	font-size: 14px;
}

.header-agency-tel p {
	margin: 0;
	color: #ec455a;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.header-agency-tel-phone {
	margin-top: -15px;
}



.header-agency-right div {
	font-size: 35px;
	text-align: right;
	line-height: 1;
}

.header-agency-right div .icon-jigou {
	font-size: 18px;
	color: #ec455a;
}

.header-agency-right span {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0;
	color: #ec455a;
	font-family: arial;
}

.header-agency-tel {
	-webkit-animation: d 2s ease infinite .5s;
	animation: d 2s ease infinite .5s;
}

.glyphicon-earphone, .glyphicon-phone {
	color: #ec455a;
	font-size: 16px;
}

.fixtopbar {
	width: 100%;
	z-index: 1001;
    top: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
}

.ai-search {
    margin-right: 100px;
    float: right;
    margin-top: 14px;
    width: 478px;
    height: 40px;
}

.ai-search input {
    width: 260px;
    height: 25px;
    vertical-align: middle;
    border-right: 0;
    float: left;
}

.ai-search .btn-1 {
    float: left;
    width: 93px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    background: rgb(209, 17, 32)!important;
    border-color: rgb(209, 17, 32);
}
.ai-search .btn-1:hover,.ai-search .btn-1:active,.ai-search .btn-1:focus{
    background: rgb(209, 17, 32)!important;
    border-color: rgb(209, 17, 32);
}
.ai-search .btn-2 {
    float: right;
    width: 92px;
    height: 40px;
}
.logoBox2 {
    margin-right: 40px;
    float: left;
}
.logoBox2 a {
    display: block;
    height:60px;
    background-image: url(logo.png), none;
    width: 252px;
    background-size: cover;
}
.proInfoCon {
    max-width: 238px;
    float: left;
    height: 62px;
    margin-right: 25px;
    color: #fff;
}
.proInfoCon dt{
	color:black;
    line-height: 20px;
    font-size: 14px;
    padding: 2px 0px 4px;
}
.proInfoCon dd span {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 18px;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
   /* border-right: 1px solid rgb(247, 151, 150);  */
}
.proInfoCon span b {
	color:black;
    font-weight: normal;
    padding: 0px 4px;
}
.proDetailTopCon {
    height: 50px;
    padding-top: 0px;
    margin: 0px auto;
}
.d-flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-item{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main-detailBox .rich-text {
    padding: 16px;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.main-detailBox .rich-text img, .main-detailBox .rich-text embed {
    max-width: 100%;
}

.product-classify {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-top: 15px;;
}
.classifyTit, .newProTit {
    height: 48px;
    background: #fff;
    line-height: 48px;
    border-bottom: 1px solid #dfdfdf;
    
}
.classifyTit h2{
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 48px;
    color: #000;
}
.classifyTit h2 a{
    float: right;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin-right: 10px;
    height: 48px;
    display: block;
}
.product-classify-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-classify-list li{
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    border-top: 1px dashed #dfdfdf;
}
.product-classify-list li:nth-child(1){
    border-top: 0;
}
.product-classify-list li a{
    color: #333;
}
.product-classify-list li a:hover,.classifyTit h2 a:hover{
    color:#EE2E2B
}
