body {
    background-color: #fff;
}

.showroom-header .exhibitors-rooms {
    display: block;
}

/* å¤´éƒ¨æœç´¢éšè— */

.showroom-header .search {
    display: none;
}

.main-row {
    margin-top: 135px;
    overflow: hidden;
}

/* å·¦ä¾§è¾¹æ  */

.sideBar {
    width: 305px;
    padding-bottom: 8050px;
    margin-bottom: -8000px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background-color: #f8f8f8;
    min-height: 800px;
}
.sideBar .login-button{
        display: block;
    text-transform: uppercase;
    color: #fff;
    background-color: #017d36;
    line-height: 50px;
    border: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    box-sizing: border-box;
}
.sideBar-title {
    font-size: 24px;
    line-height: 30px;
    color: #017d36;
    font-weight: bold;
    padding: 30px 20px 10px;
    background-color: #fff;
}

.leach-row {
    padding: 20px;
    background-color: #fff;
}

.leach-title {
    font-size: 16px;
    color: #323232;
    margin: 10px 0;
}

.leach a {
    float: left;
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #168625;
    font-family: Cambria, Georgia, serif;
    font-size: 16px;
}

.leach a:hover,
.leach a.curr {
    color: #ac2439;
    text-decoration: underline;
    font-size: 19px;
}

.leach-search-row {
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    padding: 1px;
}

.sideBar .leach-search-row {
    margin-top: 5px;
}

.sideBar .leach-row {
    padding: 14px 20px 40px 20px;
}

.leach-search-input {
    float: left;
    /*     border: 1px solid #e9e9e9; */
    border: 0;
    padding: 0 10px;
    width: 180px;
    height: 42px;
    background-color: #fff;
    box-sizing: border-box;
}

.leach-search-button {
    text-transform: uppercase;
    color: #fff;
    background-color: #89b929;
    height: 42px;
    width: 100%;
    border: 0;
    float: right;
    cursor: pointer;
    font-size: 15px;
}

.leach-search-button:hover {
    background-color: #89b929;
}

input.leach-search-input::-webkit-input-placeholder {
    color: #ccc;
    text-transform: uppercase;
}

input.leach-search-input:-ms-input-placeholder {
    // IE10+ 
    color: #ccc;
    text-transform: uppercase;
}

input.leach-search-input:-moz-placeholder {
    // Firefox4-18 
    color: #ccc;
    text-transform: uppercase;
}

input.leach-search-input::-moz-placeholder {
    // Firefox19+ 
    color: #ccc;
    text-transform: uppercase;
}

.sideBar-row {
    padding: 20px;
}

.sideBar-patch-row {
    margin-bottom: 20px;
}

.sideBar-patch-title {
    font-size: 18px;
    color: #017d36;
    padding: 5px 0;
    padding-top: 30px;
    border-top: 1px solid #89b929;
}

.sideBar-patch-title:after {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #89b929;
    border-bottom: 10px solid transparent;
    margin-left: 10px;
}

.sideBar-down:after {
    margin-top: 5px;
    margin-right: 5px;
    border-top: 10px solid #89b929;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.sideBar-cabinet-top {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #f8f8f8;
    cursor: pointer;
    position: relative;
    color: #333;
}

.sideBar-patch-row {
    margin-bottom: 30px;
}

.sideBar-cabinet-row {
    display: none;
}

.sideBar-cabinet-li {
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    list-style: square inside;
}

.sideBar-cabinet-li:hover {
    color: #ac2439;
}

.sideBar-cabinet-li:last-of-type {
    border-bottom: 0;
}

.sideBar-cabinet-li a {
    display: block;
    padding: 12px 0;
    color: #2b2b2b;
}

.sideBar-cabinet-li a:hover {
    color: #ac2439;
}

.sideBar-row {
    padding-top: 60px;
}

.Search-ComboBox {
    position: relative;
    width: 100%;
    height: 35px;
    border: 1px solid #e6e6e6;
    margin: 10px 0;
}

.Search-ComboBox-text {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    color: #333;
}

.search-sj {
    position: absolute;
    right: 10px;
    top: 8px;
}

.search-sj:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid #888;
    border-right: 6px solid transparent;
    margin-left: 10px;
}

.Search-ComboBox-ul {
    width: 100%;
    background: #FFF;
    border: 1px solid #e6e6e6;
    position: absolute;
    display: none;
    z-index: 100;
    margin-left: -1px;
}

.Search-ComboBox-li {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid #f1f1f1;
}

.Search-ComboBox-li:last-of-type {
    border-bottom: none;
}

.Search-ComboBox-li a {
    display: block;
    height: 35px;
    color: #333;
    text-decoration: none;
}

.Search-ComboBox-li a:hover {
    color: #ac2439;
}

.Search-ComboBox select {
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
}

.sideBar-patch-row2 .sideBar-cabinet-row {
    padding: 10px 0;
}

.sideBar-patch-row2 .sideBar-cabinet-li {
    float: left;
    width: 124px;
    height: 35px;
    line-height: 15px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    margin-bottom: 12px;
    list-style: none;
    text-align: center;
}

.sideBar-patch-row2 .sideBar-cabinet-li:nth-of-type(2n) {
    margin-right: 0;
}

.sideBar-patch-row3 .sideBar-cabinet-li {
    list-style: none;
    border-bottom: none;
}

.sideBar-patch-row3 .sideBar-cabinet-li a {
    display: inline-block;
}

.level-icon {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(http://www.cantonrehacare.com/Exhibition/images/level.png) no-repeat;
    vertical-align: text-top;
}

.level-icon-1 {
    background-position: 0 0;
}

.level-icon-2 {
    background-position: 0 -41px;
}

.level-icon-3 {
    background-position: 0 -80px;
}

.search-box a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    background-color: #89b929;
    font-size: 15px;
    text-align: center;
}

.condition-element .level-icon {
    vertical-align: middle;
    margin-top: -3px;
}

/* ç½‘ä¸Šå±•åŽ…åˆ—è¡¨é¡µé¢ä¸»è¦å†…å®¹ */

.main-r {
    margin-left: 330px;
}

.condition-row {
    height: 38px;
    padding: 12px 20px;
    border: 1px solid #eaeaea;
    margin: 12px 0;
}

.search-quantity-row {
    line-height: 38px;
    font-size: 16px;
    color: #333;
}

.search-quantity-row span {
    font-size: 20px;
    color: #017d36;
    margin-right: 5px;
}

.condition {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.condition:after {
    content: "Ã—";
    font-family: "å®‹ä½“";
    color: #333;
    font-size: 12px;
    padding-left: 10px;
    line-height: 38px;
    float: right;
}

.Level-icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-right: 5px;
    background-image: url(http://www.cantonrehacare.com/public/static/Home/images/sprite-icon.png);
    background-repeat: no-repeat;
}

.Five-icon .Level-icon {
    background-position: left center;
}

.Ten-icon .Level-icon {
    background-position: -20px 1px;
}

.New-icon .Level-icon {
    background-position: -40px 2px;
}

.list-li {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: 1px solid #eaeaea;
    overflow: hidden;
    position: relative;
    line-height: 0;
    max-height: 278px;
    margin-bottom: 4%;
    box-sizing: border-box;
}

.list-li:nth-of-type(3n) {
    margin-right: 0;
}

.list-li a.list-li-img {
    width: 276px;
    max-height: 276px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.list-li a.list-li-img img {
    max-width: 100%;
    height: 276px;
    display: inline-block;
}

.list-li a.list-li-img:hover img {
    opacity: 0.9;
}

.list-text-row {
    position: absolute;
    width: 100%;
    /* min-height: 90px; */
    bottom: 0;
    box-sizing: border-box;
    padding: 5px 5px;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.list-name {
        line-height: 16px;
    text-align: right;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-Booth {
        line-height: 34px;
    color: #017d36;
    font-size: 14px;
    overflow: hidden;
    height: 34px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* åˆ†é¡µ */

.paging {
    margin: 50px 0;
    text-align: right;
}

.paging a,
.paging span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #ededed;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    margin: 0 2px;
}

.paging .disabled,
.paging .first-disabled,
.paging .prev-disabled,
.paging .first,
.paging .prev,
.paging .next,
.paging .last,
.paging .next-disabled,
.paging .last-disabled {
    margin-top: 2px;
    font-family: "å®‹ä½“";
    color: #017d36;
    font-weight: bold;
}

.paging a:hover,
.paging span:hover,
.paging .curr {
    color: #fff;
    background: #89b929;
}

.paging-more {
    background: none !important;
}

.paging-more:hover {
    color: #333 !important;
}

.null-list-row {
    text-align: center;
    margin: 100px 0;
}

/* è¯¦æƒ…é¡µ */

.details-row {
    width: 790px;
    padding: 32px;
}

.details-banner-control {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 22px;
    height: 32px;
    background-image: url(http://www.cantonrehacare.com/public/static/Home/images/details-banner-control.png);
    background-repeat: no-repeat;
    z-index: 100;
    opacity: 0.5;
    cursor: pointer;
}

.details-banner-control-l {
    left: 5%;
}

.details-banner-control-r {
    right: 5%;
    background-position: right;
}

.details-banner-control:hover {
    opacity: 1;
}

.swiper-container-horizontal {
    position: relative;
}

.details-top {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 2px solid #ac2439;
}

/*.details-logo-row{
    width: 90px;
    border: 1px solid #d6d6d6;
}
.details-logo-row a{
    width: 90px;
    line-height: 0;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
}
.details-logo-row img{
    max-width: 100%;
}*/

.details-name-row {
    margin-left: 105px;
}

/*.details-name{
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    color: #ac2439;
    margin: 10px 0;
}
.details-name-Level{
    font-size: 16px;
    color: #2b2b2b;
    line-height: 24px;
    margin-right: 40px;
}*/

.details-name-Level .Level-icon {
    margin-top: 1px;
}

.details-name-Level .level-icon {
    vertical-align: middle;
    margin-top: -3px;
}

.details-content-row {
    margin: 30px 0;
}

.details-content-half {
    /*    width: 48%;
    padding-right: 2%;
    float: left;*/
    width: 100%;
    overflow: hidden;
}

.details-content-patch {
    padding: 10px 0;
}

.details-content-title {
    font-size: 16px;
    font-weight: bold;
    color: #ac2439;
    /*    line-height: 32px;*/
    line-height: 24px;
    margin-right: 5px;
}

.details-content-text {
    color: #585858;
    line-height: 24px;
    /*    line-height: 32px;
	padding-left:2em;*/
    text-align: justify;
}

.details-content-text.hide {
    max-height: 96px;
    overflow: hidden;
}

.details-content-height.hide {
    max-height: 144px;
    overflow: hidden;
}

.Address-a {
    color: #d3b598;
    text-decoration: underline;
}

.details-content-Show {
    color: #b69b56;
    line-height: 30px;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.details-content-Show:hover {
    text-decoration: none;
}

.details-Products-row {
    border-top: 1px dashed #ccc;
}

.Products-title {
    margin: 30px 0;
    font-weight: bold;
    font-size: 16px;
    color: #ac2439;
}

.Products-li {
    width: 23%;
    padding-right: 1%;
    overflow: hidden;
    margin: 0px 0% -9999px 0;
    padding-bottom: 9999px;
    margin-top: 15px;
    position: relative;
}
.details-content-half .Products-li:nth-of-type(4n){
    clear: left;
}
.Products-name {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
}

.Products-li:hover .Products-name {
    display: block;
}

.popup-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
}

.popup-Products-row {
    background: #fff;
    max-width: 600px;
    max-height: 600px;
}

.popup-Products-text-row {
    padding: 0 30px;
    padding-bottom: 20px;
}

.popup-Products-title {
    margin: 20px 0;
    font-weight: bold;
    font-size: 16px;
    color: #ac2439;
}

.popup-Products-text {
    margin: 10px 0;
}

.popup-Products-img-row {
    text-align: center;
}

.popup-Products-img-row img {
    max-width: 600px;
    max-height: 600px;
}

.popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

.popup-close:hover {
    opacity: 0.9;
}

.details-sideBar {
    margin-left: 854px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-bottom: 8000px;
    margin-bottom: -8000px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

.return-a {
    display: block;
    font-size: 24px;
    color: #ac2439;
}

.return-row {
    padding: 30px 0;
}

.return-a img {
    margin-right: 10px;
}

.return-a:hover {
    color: #168625;
}

.Start-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.Recommend-row {
    padding: 20px 0;
}

.Recommend-title {
    font-size: 16px;
    color: #ac2439;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: 2px solid #ac2439;
}

.Recommend-li {
    margin-top: 20px;
}

.Recommend-a {
    display: block;
}

.Recommend-a>img {
    width: 100%;
    border: 1px solid #ccc;
}

.Recommend-name {
    color: #666;
    margin: 5px 0;
}

.Recommend-a:hover .Recommend-name {
    color: #ac2439;
}

/* 2016.12.19 */

.condition-search {
    text-transform: uppercase;
}

.return-a {
    position: relative;
    overflow-y: hidden;
}

.return-a img {
    -webkit-filter: drop-shadow(#ac2439 17px 0);
    filter: drop-shadow(#ac2439 17px 0);
    margin-right: 0;
    position: relative;
    left: -16px;
}

/* 2016.12.29 */

.exhibitor-grade-searchCateID {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-right: 5px;
    background-image: url(http://www.cantonrehacare.com/public/static/Home/images/sprite-icon.png);
    background-repeat: no-repeat;
}

.exhibitor-grade-searchCateID.exhibitor-grade-1 {
    background-position: left center;
}

.exhibitor-grade-searchCateID.exhibitor-grade-2 {
    background-position: -20px 1px;
}

.exhibitor-grade-searchCateID.exhibitor-grade-3 {
    background-position: -40px 2px;
}

.app-condition-row .exhibitor-grade-searchCateID {
    margin-top: 6px;
}

.sideBar-cabinet-li.curr {
    border: 1px solid #ac2439;
}

.sideBar-cabinet-li.curr a {
    color: #ac2439;
}

.sideBar-cabinet-li.curr:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: " ";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(http://www.cantonrehacare.com/public/static/Home/Exhibition/images/sj.png) no-repeat;
}

.sideBar-patch-row3 .sideBar-cabinet-li.curr {
    border: none;
}

.sideBar-patch-row3 .sideBar-cabinet-li.curr:after {
    /*	bottom:15px;
	right:15px;
	width:17px;
	height:8px;
	background:url(../Exhibition/images/gou.png) no-repeat;*/
    display: none;
}

.level-check-box {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.app-condition-row {
    margin-bottom: 15px;
}

.app-condition-row .condition {
    margin-bottom: 0 !important;
}

.main-r {
    overflow: hidden;
}

.condition-row {
    height: auto;
    padding-right: 100px;
    position: relative;
    min-height: 38px;
    padding-top: 10px;
    padding-bottom: 0;
}

.search-quantity-row {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -20px;
}

.condition {
    margin-bottom: 10px;
}

.details-banner img {
    max-width: 100%;
}

/* 2017.1.17 */

.details-banner {
    text-align: center;
}

.details-banner img {
    width: 100%;
}

.details-content-text {
    font-size: 14px;
}


.details-Show {
    color: #d3b598;
    cursor: pointer;
    line-height: 30px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.hide .details-content-patch:nth-of-type(n+4) {
    display: none;
}

.hide .Products-li:nth-of-type(n+3) {
    display: none;
}

/*20170222*/

.leach-search-row {
    margin-bottom: 0;
}

.leach-search-input {
    width: 100%;
}

.leach-search-btn {
    margin-bottom: 20px;
}

.sideBar {
    border-top: 1px solid #eaeaea;
    margin-top: 12px;
}


.details-content-half .show-exhibitor-product img {
    max-width: 100%;
}

.condition-row {
    margin-bottom: 20px;
}

.printIcon {
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(http://www.cantonrehacare.com/public/static/Home/Exhibition/images/Print-icon.png) no-repeat;
    margin-right: 7px;
}

.exportIcon {
    display: inline-block;
    width: 25px;
    height: 19px;
    background: url(http://www.cantonrehacare.com/public/static/Home/Exhibition/images/Export-icon.png) no-repeat;
    margin-right: 7px;
}

.fenge {
    display: inline-block;
    margin: 0 16px !important;
    width: 1px;
    height: 15px;
    background-color: #dedede;
}

.condition-element {
    max-width: 500px;
}

.search-quantity-row {
    display: block;
}

.search-quantity-row2 {
    display: block !important;
    position: static;
    margin-top: 30px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .fenge {
        margin: 0 5px !important;
    }
    .condition-row {
        overflow: hidden;
    }
}

@media (max-width: 980px) {
    .search-quantity-row {
        display: block;
    }
    .search-quantity-row2 {
        display: none !important;
    }
}

/*20170227*/

.search-box a {
    height: 42px;
    line-height: 42px;
}

.level-start {
    position: absolute;
    bottom: 0;
    height: 20px;
}

.prod-item img {
    width: 100%;
    max-width: 100%;
    /*   max-height:152px;	*/
}

.Products-ul {
    position: relative;
    overflow: hidden;
}

.showmore-btn {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: -50px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #ac2439;
}

.showmore-btn:hover {
    color: #FFF;
}

@media (max-width: 640px) {
    .level-start {
        bottom: -10px;
    }
}

@media (min-width:992px) {
    .pc-pinter {
        margin-left: 310px;
        max-width: 870px;
        margin-top: -18px;
    }
    .pc-pinter .condition-row {
        margin-bottom: 0;
    }
    .main-r .condition-row {
        display: none;
    }
    .sideBar {
        margin-top: 0;
    }
}

@media (max-width:992px) {
    .pc-pinter {
        display: none;
    }
}

/* .details-content-text{
    font-weight: bold;
} */

/* æŽ’å */

.ranking-row {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    margin: 20px 0;
    padding: 20px;
}

.ranking-top {
    text-align: center;
    font-size: 18px;
    color: #017d36;
    border-bottom: 1px solid #89b929;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}

.ranking-li {
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    padding: 15px 0;
    padding-left: 40px;
}

.ranking-li:last-of-type {
    border-bottom: 0;
}

.ranking-li .ranking-number {
    color: #017d36;
    position: absolute;
    left: 5px;
    top: 16px;
    font-size: 18px;
    font-weight: bold;
}

.ranking-link {
    display: block;
}

.ranking-name {
    color: #3e3e3e;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
}

.rankingBooth {
    color: #017d36;
    font-size: 14px;
}

.ranking-check {
    color: #929292;
    font-size: 12px;
    margin-top: 5px;
}

.ranking-check-icon {
    margin-bottom: -2px;
}

.ranking-li:nth-of-type(n+7) .ranking-number {
    color: #b4b4b4;
    font-weight: normal;
}

/*20170406 æ–°å¢žå¹¿å‘Šä½*/

.ad-banner-box {
    border: 1px solid #eaeaea;
    padding: 12px;
    margin-bottom: 4%;
    height: 272px;
}

.ad-banner-box .list-li {
    width: 49%;
    margin-bottom: 0;
    height: 250px;
    font-size: inherit;
}

.ad-banner-box .list-li a.list-li-img {
    width: 100%;
    height: 250px;
    display: inline-block;
}

.ad-banner-box .list-li:nth-of-type(2n) {
    margin-right: 0;
}

/*æ‰“å°å¼¹çª—*/

.print-motai-box {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.print-center-box {
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 5%;
    width: 750px;
    background-color: #FFF;
    min-height: 200px;
}

.print-head {
    height: 48px;
    padding: 30px 17px;
}

.print-head .header_logo {
    padding-top: 0;
    margin-left: 0;
}

.print-head .search-quantity-row {
    position: static;
    top: 0;
    margin-top: 0;
    right: 0;
}

.print-tab {
    padding: 0 17px;
    height: 500px;
    overflow-y: scroll;
}

.print-tab-head {
    display: table-row;
}

.print-tab-head li {
    font-weight: bold;
    display: table-cell;
    padding: 20px 0;
    border-bottom: 1px solid #ac2439;
    color: #000;
}

.print-tab-row {
    display: table-row;
    height: 55px;
}

.print-tab-row li {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px dashed #d4d2d2;
}

.print-tab-row:last-of-type li {
    border-bottom: 1px solid #ac2439;
}

.print-li-1 {
    width: 100px;
}

.print-li-2 {
    width: 125px;
}

.print-li-3 {
    width: 145px;
}

.print-li-4 {
    width: 340px;
}

.print-tab-row .print-li-4 {
    color: #ac2439;
}

.print-center-box .condition:after {
    content: '';
    width: 0;
    height: 0;
}

.print-center-box {
    padding-bottom: 30px;
}

.print-footer {
    position: relative;
    height: 70px;
    padding: 0 17px;
}

.print-footer .sideBar-cabinet-li {
    width: 185px;
    float: left;
    list-style: none;
}

.print-footer .sideBar-cabinet-li a {
    display: inline-block;
}

.print-icon {
    position: absolute;
    right: 17px;
    bottom: 0px;
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #ac2439;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}

.print-icon:hover {
    color: #FFF;
    background-color: #168625;
}

.colse-print {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: #999;
    color: #FFF;
    text-align: center;
}

.colse-print:hover {
    color: #FFF;
}

@media (max-width:768px) {
    .print-center-box {
        left: 0;
        right: 0;
        width: 96%;
        margin: 0 auto;
    }
    .print-li-1 {
        width: 15%;
    }
    .print-li-2 {
        width: 18.6%;
    }
    .print-li-3 {
        width: 21.4%;
    }
    .print-li-4 {
        width: 45%;
    }
}

@media (max-width:480px) {
    .print-footer {
        height: auto;
    }
    .print-icon {
        position: static;
    }
}

/*20170410*/

/*.details-banner-row{
    min-height: 265px;
}
*/

.details-banner {
    height: auto;
}

/*.details-banner img{
    height: 100%;
}*/

/*20180208*/

.Recommend-advertisement {
    padding-top: 32px;
    display: none;
}

.Recommend-advertisement img {
    width: 100%;
    display: block;
}

.Product-classify-box {
    padding-top: 20px;
}

.Product-classify-title {
    font-size: 18px;
    color: #FFF;
    background: #89b929;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
}

.Product-classify-list {
    padding-top: 10px;
}

.Product-classify-list a {
    display: block;
    padding: 11px 20px 11px 0;
    font-size: 14px;
    color: #017d36;
    border-bottom: 1px solid #dbdbdb;
    background: url(../image/right.png) right 10px center no-repeat;
}

.details-content-half .paging {
    margin-right: 2%;
}

.swiper-container2 .swiper-button-prev {
    width: 22px;
    height: 32px;
    background: rgba(0, 0, 0, .5) url(../image/bprev.png) center center no-repeat;
}

.swiper-container2 .swiper-button-next {
    width: 22px;
    height: 32px;
    background: rgba(0, 0, 0, .5) url(../image/bnext.png) center center no-repeat;
}

.swiper-container2 .swiper-button-prev:hover {
    background: rgba(0, 0, 0, .9) url(../image/bprev.png) center center no-repeat;
}

.swiper-container2 .swiper-button-next:hover {
    background: rgba(0, 0, 0, .9) url(../image/bnext.png) center center no-repeat;
}

.swiper-container2 .swiper-button-disabled {
    background: none;
}

img.ranking-check-icon {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}

@media (max-width:767px) {
    .ad-banner-box {
        height: 180px;
    }
    .ad-banner-box .list-li {
        margin-right: 0 !important;
    }
    .details-row {
        padding: 0 15px;
    }
}