 @font-face{font-family:iconfont;src:url("iconfont.ttf");}
 .goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-content .content-img .img-block.showimg .loader {
    display: none;
}
.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-content .content-img {
    position: relative;
    height: 185px;
    margin-top: 22px;
    padding-left: 0px;
    padding-right: 30px;
    overflow: hidden;
    _zoom: 1;
}
 .myrisen-bread {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #f5f5f5;
    color: #616161;
}
.tab-content {
    width: 1226px;
    margin-right: auto;
    margin-left: auto;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.myrisen-bread a {
    color: #757575;
}
a {
    color: #757575;
    text-decoration: none;
}
.myrisen-bread .sep {
    margin: 0 0.5em;
    color: #b0b0b0;
}
.sep, .ndash {
    margin: 0 .25em;
    font-family: sans-serif;
}

.goods-detail {
    background: #f5f5f5;
}

.goods-detail .goods-detail-info {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.row {
    margin-left: -14px;
    _margin-left: 0;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.goods-detail .goods-detail-left-info {
    position: relative;
    overflow: hidden;
    _zoom: 1;
}
.span13 {
    width: 792px;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span16, .span17, .span18, .span19, .span20 {
    float: left;
    margin-left: 14px;
    min-height: 1px;
}

.goods-detail .goods-pic-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-align: center;
}
.goods-detail .goods-pic-box, .goods-detail .goods-info-box {
    min-height: 482px;
    _height: 550px;
}

.goods-detail .goods-big-pic {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 400px;
    width: 400px;
    left: 186px;
    position: absolute;
    top: 0px;
    z-index: 10;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
 .magnifyingBegin {
     width: 150px;
     height: 175px;
     left: 0;
     top: 0;
     background-color: #454545;
     opacity: 0.5;
     filter: alpha(opacity=50);
     position: absolute;
     cursor: move;
     display: none;
 }
 .magnifyingShow {
     border: 1px solid;
     width: 450px;
     height: 400px;
     display: none;
     position: absolute;
     right: 525px;
     top: 228px;
     overflow: hidden;
     background-color: white;
 }

 .product-image-gallery .gallery-image.visible {
     display: block;
 }
 .product-image-gallery .gallery-image {
     display: none;
 }
.goods-detail .goods-big-pic img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 400px;
    height: 400px;
}
 #imgshow img {
     width: 1213px;
     height: 1109px;
     margin-left: 0;
     margin-top: 0;
 }
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.goods-detail .goods-pic-loading {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 5;
    top: 255px;
    left: 410px;
}
.loader-gray, .loader-gray:before, .loader-gray:after {
    background: rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c000000", endColorstr="#4c000000")\9;
}
.loader, .loader:before, .loader:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}
.loader {
    position: relative;
    margin: 0 auto;
    width: 4px;
    height: 20px;
    background: #ff6700;
    overflow: visible;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.loader-gray, .loader-gray:before, .loader-gray:after {
    background: rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c000000", endColorstr="#4c000000")\9;
}
.loader:before {
    margin: -10px 0 0 -10px;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-transform: scale(1, 0.3);
    -ms-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
}
.loader:before, .loader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 20px;
    content: '';
    background: #ff6700;
}
.loader, .loader:before, .loader:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}
element.style {
}
.goods-detail .goods-small-pic {
    position: absolute;
    left: 0px;
    top: 0px;
}
.clearfix {
}
.goods-detail ul, .goods-detail li, .goods-detail ol {
    list-style: none;
}
.goods-detail ul, .goods-detail li, .goods-detail p, .goods-detail dl, .goods-detail dd, .goods-detail h1, .goods-detail h2, .goods-detail h3, .goods-detail h4, .goods-detail h5, .goods-detail h6 {
    padding: 0;
    margin: 0;
}
.goods-detail .goods-small-pic li {
    height: 60px;
    cursor: pointer;
    zoom: 1;
    padding: 4px;
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
    -webkit-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
}
.goods-detail ul, .goods-detail li, .goods-detail ol {
    list-style: none;
}
.goods-detail .goods-small-pic li.current:hover {
    cursor: default;
    border-color: #ff6700;
}
 .is-in-stock {
     color: #666;
     font-size: 0.5em;
 }
.goods-detail .goods-small-pic li img {
    width: 60px;
    height: 60px;
}
.goods-detail .goods-batch-img-list-block {
    position: absolute;
    top: 0px;
    left: -700px;
    width: 684px;
    height: 550px;
    z-index: 10;
    background: #fff;
    text-align: center;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
}
.goods-detail .goods-info-rightbox {
    position: relative;
}
.span7 {
    width: 420px;
}
.goods-detail .goods-info-leftborder {
    position: absolute;
    width: 0px;
    height: 100%;
    left: -120px;
    display: none;
    border-left: 1px solid #e0e0e0;
}

.goods-detail .goods-info-head .goods-name {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
}
.goods-detail .goods-info-head .goods-subtitle {
    margin-top: 7px;
}
.goods-detail .goods-info-head .goods-subtitle p {
    color: #616161;
    font-size: 14px;
    line-height: 23px;
}
.goods-detail .goods-info-head .goods-info-head-price {
    margin-top: 20px;
    height: 66px;
    line-height: 66px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #ff6700;
    font-size: 30px;
}
b, strong {
    font-weight: bold;
}
.goods-detail .goods-info-head .goods-info-head-price i {
    font-size: 14px;
    font-style: normal;
    margin-left: -10px;
}
.goods-detail .goods-info-head .goods-info-head-price del {
    display: inline-block;
    color: #b0b0b0;
    font-size: 14px;
    margin-left: 10px;
}
 .wrap-input {
     line-height: 32px;
 }
 .wrap-input span.btn-reduce{
     background-image: url(../img/minus.png);
 }
 .wrap-input input {
     float: left;
     display: block;
     width: 66px;
     height: 14px;
     padding: 8px 0;
     line-height: 14px;
     border: none;
     border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     text-align: center;
     font-size: 14px;
     background-color: #fff;
 }
 .wrap-input {
     display: inline-block;
     line-height: 32px;
 }
 .wrap-input span.btn-add {
     background-image: url(../img/add.png);
     margin-left: -2px;
 }
 .wrap-input span {
     float: left;
     display: block;
     width: 28px;
     height: 30px;
     border: 1px solid #ccc;
     background-color: #eee;
     text-align: center;
     font-size: 20px;
     overflow: hidden;
     line-height: 28px;
     color: #777;
     cursor: pointer;
     background-repeat: no-repeat;
     background-position: center center;
 }
.goods-detail .goods-info-head .goods-info-head-cart {
    height: 50px;
    margin-top: 30px;

}
.goods-detail .goods-info-head .goods-info-head-cart .goods-add-cart-btn, .goods-detail .goods-info-head .goods-info-head-cart .goods-over-btn {
    width: 261px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
}

.btn-primary {
    background: #ff6700;
    border-color: #ff6700;
    color: #fff;
}
.btn {
    display: inline-block;
    width: 158px;
    height: 38px;
    padding: 0;
    margin: 0;
    border: 1px solid #b0b0b0;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #b0b0b0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.goods-detail .goods-info-head .goods-info-head-cart .goods-collect-btn {
    height: 48px;
    width: 140px;
    display: block;
    float: left;
    text-align: center;
    margin-left: 15px;
    line-height: 48px;
}
.goods-detail .goods-info-head .goods-info-head-cart .goods-collect-btn {
    font-size: 16px;
    position: relative;
}
.btn-gray {
    background: #b0b0b0;
    border-color: #b0b0b0;
    color: #fff;
}
.goods-detail .goods-info-head .goods-info-head-policy {
    margin-top: 20px;
    color: #b0b0b0;
}
.goods-detail .goods-info-head .goods-info-head-policy i, .goods-detail .goods-info-head .goods-info-head-policy span {
    display: inline-block;
    vertical-align: middle;
}
.goods-detail .goods-info-head .goods-info-head-policy i {
    color: #83c44e;
    font-size: 18px;
    margin-right: 5px;
}
.goods-detail i {
    font-style: normal;
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.goods-detail .goods-info-head .goods-info-head-userfaq {

    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.goods-detail ul, .goods-detail li, .goods-detail ol {
    list-style: none;
}
.goods-detail .goods-info-head .goods-info-head-userfaq:after {
    clear: both;
}
.goods-detail .goods-info-head .goods-info-head-userfaq:before, .goods-detail .goods-info-head .goods-info-head-userfaq:after {
    content: " ";
    display: table;
}
.goods-detail .goods-info-head .goods-info-head-userfaq li {

    text-align: center;
    color: #757575;
    font-size: 12px;
    float: left;
    display: block;
    height: 20px;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
 .choose-sku .selected {
     border: 2px solid #e4393c;
 }

.goods-detail .goods-info-head .goods-info-head-userfaq li.mid {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.goods-detail i {
    font-style: normal;
}
.goods-detail .goods-info-head .goods-info-head-userfaq li b {
    font-weight: normal;

    padding-left: 5px;
}
 .choose-sku .selected b{
     color: #e4393c;
 }
.goods-detail .goods-info-foot {
    height: 16px;
    padding-top: 14px;
    font-size: 14px;
    color: #757575;
}
.goods-detail .goods-info-foot a {
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
a {
    color: #757575;
    text-decoration: none;
}

.goods-detail .goods-info-foot a .iconfont {
    font-size: 16px;
    line-height: 14px;
    vertical-align: -2px;
}

.full-screen-border {
    height: 0px;
    border-top: 1px solid #e0e0e0;
}


.toggle-tabs-wrapper {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;


}
 .product-collateral > dl > dt {
     display: none;
 }
 .product-view .product-collateral > dl > dd {
     margin: 0px;
     padding: 0px;
     border: 0px;
 }
 .product-collateral > dl > dd.current {
     display: inline-block;
 }
 .product-collateral > dl > dd {
     width: 100%;
     display: none;
     padding: 15px;
     border: 1px solid #cccccc;
     border-top: 0;
 }
 .toggle-tabs-wrapper .toggle-tabs {
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    height: 43px;

}
.goods-detail-nav .detail-list:after {
    clear: both;
}
.goods-detail-nav .detail-list:before, .goods-detail-nav .detail-list:after {
    content: " ";
    display: table;
}
.toggle-tabs li {
    float: left;
    width: 170px;
    height: 18px;
    margin-top: 13px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    color: #424242;
}
.goods-detail-nav .detail-list li.last {
    border-right: none;
}
.goods-detail-nav .detail-list li.current a {
    color: #ff6700;
}
.goods-detail-nav .detail-list li a {
    width: 170px;
    display: block;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

 .product-collateral > dl > dd.current {
    text-align: center;
}


.goods-detail-desc .container {
    overflow: hidden;
    _zoom: 1;
}

.goods-detail-nav-name-block {
    padding-top: 40px;
    margin-bottom: 10px;
}

.goods-detail-nav-name-block .main-block {
    height: 60px;
}

.goods-detail-nav-name-block .main-block .border-line {
    margin-top: 30px;
    height: 0px;
    border-top: 1px solid #e0e0e0;
}

.goods-detail-nav-name-block .main-block .nav-name {
    width: 300px;
    height: 30px;
    line-height: 30px;
    margin: -15px auto 0;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #b0b0b0;
    background-color: #f5f5f5;
}

#detail-list {
    overflow: hidden;
    background-color: #fff;
}
#customer-reviews{
    padding-top: 15px;
    background-color: #fff;
}

.goods-detail-param .param-list {
    padding-top: 50px;
    padding-left: 35px;
}
.goods-detail-param .param-list:after {
    clear: both;
}
.goods-detail-param .param-list:before, .goods-detail-param .param-list:after {
    content: " ";
    display: table;
}
.goods-detail-param .param-list .goods-img {
    width: 240px;
    position: relative;
    height: 180px;
}
#detail-list li {
    float: left;
}

.goods-detail-param .param-list .goods-img img {
    width: 150px;
    position: absolute;
    top: -10px;
    left: 0px;
}

.goods-detail-param .param-list .goods-tech-spec {
    width: 940px;
}

.goods-detail-param .param-list dd {
    font-size: 14px;
    color: #757575;
    line-height: 20px;
}
.goods-detail-param .param-list .goods-tech-spec ul {
}
.goods-detail ul, .goods-detail li, .goods-detail ol {
    list-style: none;
}
.goods-detail-param .param-list .goods-tech-spec ul:after {
    clear: both;
}
.goods-detail-param .param-list .goods-tech-spec ul:before, .goods-detail-param .param-list .goods-tech-spec ul:after {
    content: " ";
    display: table;
}
#detail-list li {
    width: 290px;
    height: 44px;
    font-size: 14px;
    line-height: 52px;
    color: #424242;
    margin-right: 23px;
    margin-bottom: 6px;
    overflow: hidden;
    _zoom: 1;
}
.goods-detail-nav-name-block {
    padding-top: 40px;
    margin-bottom: 10px;
}
.goods-detail-nav-name-block .main-block {
    height: 60px;
}
.goods-detail-nav-name-block .main-block .border-line {
    margin-top: 30px;
    height: 0px;
    border-top: 1px solid #e0e0e0;
}
.goods-detail-nav-name-block .main-block .nav-name {
    width: 300px;
    height: 30px;
    line-height: 30px;
    margin: -15px auto 0;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #b0b0b0;
    background-color: #f5f5f5;
}
.goods-detail-comment.hasContent .goods-detail-comment-groom, .goods-detail-comment.hasContent .goods-detail-comment-content {
    display: block;
}
.goods-detail-comment-groom .container {
    background-color: #fff;
}
.goods-detail-comment-groom .main-block {
    padding-top: 40px;
    padding-left: 48px;
    padding-bottom: 43px;
    text-align: center;
}
.goods-detail-comment-groom .main-block:after {
    clear: both;
}
.goods-detail-comment-groom .main-block:before, .goods-detail-comment-groom .main-block:after {
    content: " ";
    display: table;
}
.goods-detail-comment-groom .main-block .percent {
    width: 280px;
}
.goods-detail-comment-groom .main-block .groom-content {
    width: 360px;
    margin-left: 67px;
}
.goods-detail-comment-groom .main-block .percent .per-num {
    height: 85px;
    font-size: 24px;
    color: #ff6700;
    line-height: 85px;
}
.goods-detail-comment-groom .main-block .percent .per-num i {
    font-family: "Avenir",arial,sans-serif;
    font-size: 80px;
}
.goods-detail-comment-groom .main-block .percent .per-title {
    color: #757575;
    font-size: 14px;
    line-height: 15px;
    margin-top: 5px;
}
.goods-detail-comment-groom .main-block .percent .per-amount {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 14px;
    margin-top: 10px;
}
.goods-detail-comment-groom .main-block .groom-content dt {
    height: 50px;
    position: relative;
}
.goods-detail-comment-groom .main-block .groom-content .groom-content-userImage {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
}
.goods-detail-comment-groom .main-block .item-rainbow-5 .groom-content-userImage img {
    border-color: #2196f3;
}
.goods-detail-comment-groom .main-block .groom-content .groom-content-userImage img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
}

.goods-detail-comment-groom .main-block .groom-content .groom-content-userName {
    position: absolute;
    width: 150px;
    font-size: 14px;
    color: #757575;
    line-height: 40px;
    height: 40px;
    left: 55px;
    top: 0px;
    text-align: left;
}

.goods-detail-comment-groom .main-block .groom-content .groom-content-commentNum {
    position: absolute;
    right: 0px;
    font-size: 12px;
    color: #b0b0b0;
    line-height: 40px;
    height: 40px;
    top: 0px;
}
.goods-detail-comment-groom .main-block .item-rainbow-5 dd {
    color: #2196f3;
}
.goods-detail-comment-groom .main-block .groom-content dd {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    height: 94px;
    overflow: hidden;
    _zoom: 1;
}
.goods-detail i {
    font-style: normal;
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.goods-detail-comment-groom .main-block .groom-content {
    width: 360px;
    margin-left: 67px;
}

.goods-detail-comment-groom .main-block .groom-content dt {
    height: 50px;
    position: relative;
}

.goods-detail-comment-groom .main-block .groom-content .groom-content-userImage {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
}

.goods-detail-comment-groom .main-block .item-rainbow-2 .groom-content-userImage img {
    border-color: #83c44e;
}

.goods-detail-comment-groom .main-block .item-rainbow-2 dd {
    color: #83c44e;
}

.goods-detail-comment.hasContent .goods-detail-comment-groom, .goods-detail-comment.hasContent .goods-detail-comment-content {
    display: block;
}

.row {
    margin-left: -14px;
    _margin-left: 0;
}
.goods-detail-comment .goods-detail-comment-list {
    overflow: hidden;
    _zoom: 1;
    overflow: hidden;
    _zoom: 1;
}
.span14 {
    width: 854px;
}

.goods-detail-comment .comment-order-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.goods-detail-comment .comment-order-title:after {
    clear: both;
}
.goods-detail-comment .comment-order-title:before, .goods-detail-comment .comment-order-title:after {
    content: " ";
    display: table;
}
.goods-detail-comment .comment-order-title .left-title {
    float: left;
    height: 60px;
    line-height: 60px;
}
.goods-detail-comment .comment-name {
    font-size: 20px;
    color: #424242;
    line-height: 60px;
    font-weight: normal;
}
.goods-detail-comment .comment-order-title .right-title {
    float: right;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    color: #757575;
    font-size: 14px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.goods-detail-comment .comment-order-title .right-title .iconfont {
    display: inline-block;
    border: 1px solid #e0e0e0;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
    color: #f5f5f5;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: -2px;
}
.goods-detail i {
    font-style: normal;
}

.goods-detail ul, .goods-detail li, .goods-detail ol {
    list-style: none;
}
.goods-detail-comment .goods-detail-comment-list .item-rainbow-6 {
    border-left-color: #ffac13;
}
.goods-detail-comment .goods-detail-comment-list li {
    margin-bottom: 14px;
    border-left-style: solid;
    border-left-width: 2px;
    padding-top: 45px;
    padding-left: 105px;
    background-color: #fff;
    padding-bottom: 60px;
    position: relative;
}

.goods-detail-comment .goods-detail-comment-list .item-rainbow-5 {
    border-left-color: #00c0a5;
}


.goods-detail-comment .goods-detail-comment-list .item-rainbow-2 {
    border-left-color: #83c44e;
}

.goods-detail-comment .goods-detail-comment-list .item-rainbow-1 {
    border-left-color: #ffac13;
}

.goods-detail-comment .goods-detail-comment-list .item-rainbow-3 {
    border-left-color: #2196f3;
}

.goods-detail-comment .goods-detail-comment-list li .user-image {
    position: absolute;
    left: 24px;
    top: 45px;
    height: 54px;
    width: 54px;
}

.goods-detail-comment .goods-detail-comment-list li .user-image img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.goods-detail-comment .goods-detail-comment-list li .user-emoj {
    position: absolute;
    top: 48px;
    right: 21px;
    font-size: 18px;
    color: #ffd600;
    height: 20px;
    line-height: 20px;
}

.goods-detail-comment .goods-detail-comment-list li .user-emoj .iconfont {
    font-size: 25px;
    vertical-align: -3px;
}

.goods-detail-comment .goods-detail-comment-list li .user-name-info {
    position: absolute;
    left: 25px;
    bottom: 20px;
    font-size: 12px;
    color: #b0b0b0;
}

.goods-detail-comment .goods-detail-comment-list li .user-name-info .user-name {
    padding-right: 13px;
}

.goods-detail-comment .goods-detail-comment-list li .user-hand-block {
    position: absolute;
    bottom: 20px;
    right: 72px;
    font-size: 12px;
}

.goods-detail-comment .goods-detail-comment-list li .user-hand-block a {
    color: #b0b0b0;
}

.goods-detail-comment .goods-detail-comment-list li .user-hand-block .amount {
    min-width: 10px;
    display: inline-block;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment {
    width: 620px;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-content {
    border-bottom: 1px solid #e0e0e0;
    word-break: break-word;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-content .content-detail {
    font-size: 18px;
    color: #757575;
    line-height: 33px;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-content .content-detail a {
    color: #424242;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-self-input {
    margin-top: 30px;
    height: 32px;
    position: relative;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-self-input .input-block {
    height: 36px;
    position: relative;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-self-input input {
    height: 30px;
    width: 518px;
    padding-left: 20px;
    line-height: 30px;
    font-size: 12px;
    outline: none;
    color: #757575;
    border: 1px solid #e0e0e0;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-self-input .answer-btn {
    width: 78px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    border-color: #e0e0e0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 14px;
}
.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-answer-more {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 45px;
}
.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-answer-more a {
    color: #ff6700;
}
.hide {
    display: none !important;
}
.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-answer {
    position: relative;
    margin-top: 20px;
    padding-left: 45px;
    word-break: break-word;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .self-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-answer p {
    font-size: 14px;
    line-height: 25px;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-answer p .official-name {
    color: #ff6700;
}

.goods-detail-comment .goods-detail-comment-list li .user-comment .user-comment-answer p a {
    color: #757575;
}
.goods-detail-comment .goods-detail-comment-timeline {
    margin-top: 10px;
}
.span6 {
    width: 358px;
}

.goods-detail-comment .comment-name {
    font-size: 20px;
    color: #424242;
    line-height: 60px;
    font-weight: normal;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list {
    padding-top: 45px;
    padding-left: 32px;
    padding-right: 35px;
    padding-bottom: 30px;
    margin-top: 10px;
    background-color: #fff;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit {
    border-left: 1px solid #e0e0e0;
    padding-left: 35px;
    padding-bottom: 45px;
    position: relative;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-time {
    font-size: 12px;
    color: #b0b0b0;
    line-height: 20px;
    font-weight: normal;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    _zoom: 1;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-content a {
    color: #424242;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-foot {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-foot:after {
    clear: both;
}
.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-foot:before, .goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-foot:after {
    content: " ";
    display: table;
}
.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-foot .line-left {
    float: left;
    font-size: 12px;
    color: #b0b0b0;
}
.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-foot .line-right {
    float: right;
    font-size: 12px;
    color: #b0b0b0;
    margin-right: 10px;
    cursor: pointer;
}
.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-foot .line-right .iconfont {
    font-size: 14px;
}
.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .item-rainbow-6 {
    background: #ffac13;
}
.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .line-dot {
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -6px;
    width: 11px;
    height: 11px;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .item-rainbow-5 {
    background: #00c0a5;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .item-rainbow-2 {
    background: #83c44e;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .item-rainbow-3 {
    background: #2196f3;
}

.goods-detail-comment .goods-detail-comment-timeline .comment-timeline-list .timelineunit .item-rainbow-1 {
    background: #ffac13;
}
.goods-detail-comment-more {
    margin-top: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #424242;
    cursor: pointer;
    background-color: #eee;
}

.span20 {
    width: 1226px;
}

.goods-detail-comment-more .iconfont {
    font-size: 25px;
    vertical-align: -5px;
}

.goods-detail-comment.hasContent .loader-block, .goods-detail-comment.hasContent .goods-detail-null-content {
    display: none;
}


.goods-detail-comment .goods-detail-null-content .container {
    height: 210px;
    background: #fff;
}

.goods-detail-comment .goods-detail-null-content h3 {
    font-size: 14px;
    color: #616161;
    line-height: 20px;
    margin-top: 85px;
    font-weight: normal;
}

.goods-detail-comment .goods-detail-null-content p {
    margin-top: 10px;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 14px;
}

.goods-detail-nav-name-block {
    padding-top: 40px;
    margin-bottom: 10px;
}

.goods-detail-nav-name-block .main-block {
    height: 60px;
}

.goods-detail-nav-name-block .main-block .border-line {
    margin-top: 30px;
    height: 0px;
    border-top: 1px solid #e0e0e0;
}

.goods-detail-nav-name-block .main-block .nav-name {
    width: 300px;
    height: 30px;
    line-height: 30px;
    margin: -15px auto 0;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #b0b0b0;
    background-color: #f5f5f5;
}

.goods-detail-question-block .container {
    background-color: #fff;
    overflow: hidden;
    _zoom: 1;
}

.goods-detail-question-block .question-input {
    text-align: center;
    background: #fafafa;
    padding: 20px 0 20px;
}
.goods-detail-question-block .question-input .input-block {
    height: 40px;
    line-height: 40px;
    width: 396px;
    color: #333;
    padding-left: 24px;
    border: 1px solid #e0e0e0;
    outline: none;
}
.goods-detail-question-block .question-order {
    overflow: hidden;
    _zoom: 1;
    font-size: 16px;
    color: #424242;
    line-height: 16px;
    text-align: center;
    height: 60px;
    padding-left: 45px;
    padding-right: 45px;
}
.goods-detail-question-block .question-order .order-block {
    border-bottom: 1px solid #e0e0e0;
    margin-top: 21px;
    padding-bottom: 21px;
    text-align: left;
}
.goods-detail-question-block .question-order a.current {
    color: #ff6700;
}
.sep, .ndash {
    margin: 0 .25em;
    font-family: sans-serif;
}
a {
    color: #757575;
    text-decoration: none;
}
.goods-detail-question-block.hasContent .question-content {
    display: block;
}
.goods-detail-question-block .question-content:after {
    clear: both;
}
.goods-detail-question-block .question-content:before, .goods-detail-question-block .question-content:after {
    content: " ";
    display: table;
}
.goods-detail-question-block .question-content li {
    margin-left: 45px;
    width: 556px;
}
.goods-detail-question-block .question-content li {
    float: left;
    margin-left: 62px;
    margin-top: 44px;
    width: 544px;
}
.goods-detail-question-block .question-content li:after {
    clear: both;
}
.goods-detail-question-block .question-content li:before, .goods-detail-question-block .question-content li:after {
    content: " ";
    display: table;
}
.goods-detail-question-block .question-content li .left-hand {
    width: 62px;
}
.goods-detail-question-block .question-content li .float {
    float: left;
}

.goods-detail-question-block .question-content li .hand-block {
    background: #fff;
    color: #757575;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-top: -5px;
    cursor: pointer;
    border: 1px solid #eee;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.goods-detail i {
    font-style: normal;
}
.goods-detail-question-block .question-content li .hand-block .hand-number {
    position: absolute;
    font-size: 12px;
    bottom: -30px;
    left: 16px;
    color: #757575;
}
.goods-detail-question-block .question-content li .mid-detail {
    width: 372px;
}

.goods-detail-question-block .question-content li .mid-detail .question-title {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 18px;
    width: 380px;
    overflow: hidden;
    _zoom: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}


.goods-detail-question-block .question-content li .mid-detail .answer-content {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    padding-right: 20px;
    margin-top: 10px;
    height: 72px;
    word-break: break-word;
    width: 380px;
    overflow: hidden;
    _zoom: 1;
}

.goods-detail-question-block .question-content li .right-date {
    width: 110px;
    font-size: 12px;
    text-align: right;
    color: #b0b0b0;
}

.goods-detail-question-block .question-content li .right-date .question-title-date, .goods-detail-question-block .question-content li .right-date .answer-content-date {
    width: 100px;
}

.goods-detail-question-block .question-content li .right-date .answer-content-date {
    margin-top: 10px;
}

.goods-detail-question-block .question-null-content {
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
    font-size: 12px;
    color: #b0b0b0;
    display: none;
}

.goods-detail-question-block .more-question {
    font-size: 14px;
    text-align: center;
    padding-left: 44px;
    padding-right: 44px;
}

.goods-detail-question-block .more-question a {
    border-top: 1px solid #e0e0e0;
    color: #424242;
    height: 60px;
    line-height: 60px;
    display: block;
}

button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
.goods-detail-question-block .question-input .question-btn {
    height: 42px;
    width: 150px;
    line-height: 42px;
    margin-left: -5px;
}
.btn-primary {
    background: #ff6700;
    border-color: #ff6700;
    color: #fff;
}

.goods-detail-question-block.hasContent .loader-block, .goods-detail-question-block.hasContent .goods-detail-null-content {
    display: none;
}

.goods-detail-question-block .more-question {
    font-size: 14px;
    text-align: center;
    padding-left: 44px;
    padding-right: 44px;
}

.goods-detail-question-block .more-question a {
    border-top: 1px solid #e0e0e0;
    color: #424242;
    height: 60px;
    line-height: 60px;
    display: block;
}
.goods-sub-bar-play {
    opacity: 1;
    filter: alpha(opacity=100)\9;
    z-index: 1000;
    position: fixed;
    top: 0px;
}
.goods-sub-bar {
    display: block;
    width: 100%;
    height: 60px;
    _width: 0;
    _height: 0;
    _overflow: hidden;
    __zoom: 1;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)\9;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.18);
    box-shadow: 0 3px 4px rgba(0,0,0,0.18);
    -webkit-transition: .15s ease opacity;
    transition: .15s ease opacity;
}

.span4 {
    width: 234px;
}

.span12 {
    width: 730px;
}
.goods-sub-bar .goods-sub-bar-info dt {
    float: left;
    width: 64px;
    height: 60px;
}
.goods-sub-bar .goods-sub-bar-info dd {
    float: left;
    display: block;
    width: 168px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    _zoom: 1;
    padding-top: 10px;
}
.goods-sub-bar .goods-sub-bar-info dt img {
    width: 50px;
    height: 50px;
    margin-top: 5px;
}
.goods-sub-bar .goods-sub-bar-info dd strong {
    font-weight: normal;
    color: #757575;
    font-size: 16px;
    line-height: 16px;
}
.goods-sub-bar .goods-sub-bar-info dd p {
    padding-top: 0px;
}
.goods-sub-bar .goods-sub-bar-info dd em {
    color: #ff6700;
    font-style: normal;
    margin-right: 4px;
}
.goods-sub-bar .goods-sub-bar-info dd del {
    color: #b0b0b0;
}
.goods-sub-bar .detail-list {
    width: 680px;
    margin: 0 auto;
    list-style-type: none;
    height: 60px;
}
.goods-sub-bar .detail-list:after {
    clear: both;
}
.goods-sub-bar .detail-list:before, .goods-sub-bar .detail-list:after {
    content: " ";
    display: table;
}
.goods-sub-bar .detail-list li {
    float: left;
    width: 170px;
    height: 18px;
    margin-top: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    color: #424242;
}
.toggle-tabs li span {
    width: 170px;
    display: block;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.toggle-tabs li.current span {
    color: #ff6700;
}
.goods-sub-bar .fr {
    float: right;
    position: relative;
}
.goods-sub-bar .fr .goods-add-cart-btn, .goods-sub-bar .fr .goods-over-btn {
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    width: 160px;
}
.goods-sub-bar .fr .goods-add-cart-btn i, .goods-sub-bar .fr .goods-over-btn i {
    font-size: 20px;
    padding-right: 7px;
    vertical-align: -3px;
}
.goods-detail-comment-groom .main-block li {
    float: left;
}

.xm-recommend-title {
    position: relative;
    margin: 0;
    height: 50px;
    font-size: 30px;
    font-weight: 400;
    color: #757575;
    border-top: 1px solid #e0e0e0;
    -webkit-font-smoothing: antialiased;
}

.xm-recommend-title span {
    position: absolute;
    top: -20px;
    left: 372px;
    height: 40px;
    width: 482px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #f5f5f5;
}

.xm-recommend {
}
.goods-detail ul, .goods-detail li, .goods-detail ol {
    list-style: none;
}
.row:after {
    clear: both;
}

.row:before, .row:after {
    content: " ";
    display: table;
}
.goods-detail .xm-recommend ul li {
    margin-right: 14px;
    margin-left: 0;
}
.xm-recommend ul li {
    margin-bottom: 14px;
    height: 300px;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.xm-recommend dl {
    padding: 0 20px;
    margin-bottom: 0;
}

.xm-recommend dl dt {
    padding: 40px 0 15px;
    height: 145px;
}

.xm-recommend dl dt img {
    width: 140px;
    height: 140px;
}

.xm-recommend .xm-recommend-name {
    margin-bottom: 10px;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
}
.xm-recommend dl dd {
    margin-left: 0;
}
.xm-recommend .xm-recommend-name a {
    color: #333;
}
.xm-recommend .xm-recommend-price {
    margin-bottom: 10px;
    color: #ff6700;
}
.xm-recommend .xm-recommend-tips {
    position: relative;
    color: #757575;
}
.xm-recommend .xm-recommend-tips .btn {
    position: absolute;
    left: 37px;
    top: 0;
    width: 120px;
    display: none;
}

.btn-line-primary {
    border-color: #ff6700;
    background: #fff;
    color: #ff6700;
}
.btn-small {
    width: 118px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
}
.xm-recommend .xm-recommend-notice {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0)\9;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.xm-pagers-wrapper {
    text-align: center;
}
.goods-detail .xm-recommend ul li {
    margin-right: 14px;
    margin-left: 0;
}
.xm-recommend ul li.pager {
    background-color: transparent;
}
.xm-pagers .pager-active {
    cursor: default;
}
.xm-pagers .pager {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 10px;
    margin: 0 2px;
    cursor: pointer;
}
.xm-recommend ul li {
    margin-bottom: 14px;
    height: 300px;
    background-color: #fff;
    text-align: center;
    position: relative;
}


.xm-pagers .pager-active .dot, .xm-pagers .pager-active:hover .dot {
    border-color: #ff6700;
    background-color: #f5f5f5;
    background-color: transparent;
}
.xm-recommend ul li .dot {
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
}
.xm-pagers .dot {
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #f5f5f5;
    border-radius: 6px;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
    _zoom: 1;
    background-color: #b0b0b0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.xm-recommend ul li .dot {
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
}
.xm-pagers .dot {
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #f5f5f5;
    border-radius: 6px;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
    _zoom: 1;
    background-color: #b0b0b0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
