#fixed-right {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 40px;
}

#fixed-right .bar {
    height: 100%;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    color: #fff;
    text-align: center;
    font-size: 12px;
    float: left;
}

#fixed-right .bar > div {
    position: absolute;
    cursor: pointer;
    width: 40px;
    left: 0;
}

#fixed-right .bar .cart {
    border-bottom: 1px solid #7a8581;
}

#fixed-right .bar .kefu:hover .kefudh {
    display: block;
}

#fixed-right .bar .hb:hover {
    background: #3dbb2b;
}

#fixed-right .bar .kefu {
    height: 40px;
    z-index: 1;
    top: 15%;
    top: 20%;
}

#fixed-right .bar .message {
    padding: 10px 0;
    top: 21%;
    top: 26%;
}

#fixed-right .bar .cart {
    top: 28%;
    top: 33%;
    padding-bottom: 10px;
}

#fixed-right .bar .yyg {
    top: 43%;
    top: 48%;
}

#fixed-right .bar .collect {
    top: 59%;
    top: 64%;
}

#fixed-right .bar .zncg {
    top: 64%;
    top: 69%;
}

#fixed-right .bar .fankui {
    top: 87%;
}

#fixed-right .bar .to-top {
    top: 93%;
}

#fixed-right .bar .message > a > .message-count {
    position: absolute;
    padding: 2px 5px;
    background: #eb3235;
    border-radius: 15px;
    top: 3px;
    right: 1px;
}

#fixed-right .bar .cart > .cart_number {
    padding: 2px 5px;
    background: #eb3235;
    border-radius: 15px;
    margin-top: 5px;
    display: inline-block;
}

#fixed-right .bar .kefu .kefudh {
    position: absolute;
    top: 0;
    right: 34px;
    display: none;
}

#fixed-right .bar .message .info {
    position: absolute;
    bottom: 0;
    right: 40px;
    height: 40px;
    width: 120px;
    line-height: 40px;
    background: #3DBB2B;
    font-weight: bold;
}

#fixed-right .bar .message .info .message-count {
    color: #fff536;
    margin: 0 5px;
}

#fixed-right .bar .animate-box {
    position: absolute;
    top: 0;
    right: 100px;
    display: none;
    height: 100%;
}

#fixed-right .bar .animate {
    /*height: 38px;*/
}

#fixed-right .bar .hb.active {
    background: #3dbb2b;
}

#fixed-right .youce-box {
    height: 100%;
    float: right;
    width: 270px;
    margin-right: -270px;
    background-color: #f5f5f5;
    font-size: 12px;
}

.youce-box i {
    background: url(http://images.xjkryyy.com/images/fix-box.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px;
    *top: 0 !important;
}

.youce-box .gwc, .youce-box .yyg, .youce-box .collect, .youce-box .zncg {
    height: 20px;
    background-position: -87px 0;
    margin-left: 20px;
}

.youce-box .title {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    position: relative;
}

.youce-box .gwc {
    width: 26px;
    *width: 26px;
    background-position: -86px 0;
}

.youce-box .yyg {
    width: 31px;
    *width: 31px;
    background-position: -57px 0;
    top: 3px;
}

.youce-box .collect {
    width: 30px;
    *width: 30px;
    background-position: 5px 0;
    top: 4px;
}

.youce-box .zncg {
    width: 30px;
    *width: 30px;
    background-position: -108px 0;
    position: relative;
    top: 4px;
}

.youce-box .quxiao {
    width: 20px;
    height: 20px;
    background-position: -22px 0;
    top: 8px;
    position: absolute;
    right: 10px;
}

.youce-box .container ul li {
    /*height: 90px;*/
    padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    background-color: #fff;
}

.youce-box .container ul li .img-box {
    width: 68px;
    height: 68px;
    border: 1px solid #ccc;
    float: left;
}

.youce-box .container ul li .info {
    height: 68px;
    line-height: 14px;
    padding-left: 10px;
    *padding-left: 0px;
    *margin-left: 10px;
    float: left;
    width: 190px;
    *width: 185px;
    overflow: hidden;
}

.youce-box .container ul li .info p {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 16px;
}

.youce-box .container ul li .info .name {
    font-weight: bold;
}

.youce-box .container ul li .info .price {
    font-size: 16px;
    color: #ef2c2f;
    float: left;
}

.youce-box .container ul li .info .control {
    text-align: right;
}

.youce-box .container ul li .info .control .remove {
    display: none;
    cursor: pointer;
    color: #4478ec;
}

.youce-box .container ul li:hover .info .remove {
    display: inline;
}

.youce-box .btn {
    margin-bottom: 0;
    height: 60px;
    width: 100%;
}

.youce-box .btn .tongji {
    height: 100%;
    width: 45%;
    padding: 10px;
    line-height: 20px;
    display: inline-block;
    float: left;
}

.youce-box .to-cart {
    width: 45%;
    text-align: center;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
}

.youce-box .to-cart a {
    width: 116px;
    height: 40px;
    background: #fb5151;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.youce-box .tongji span {
    color: #ec2b2b;
    font-weight: bold;
}

.youce-box .user {
    padding: 20px 10px;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    box-sizing: content-box;
}

.youce-box .user .img-box {
    width: 68px;
    height: 68px;
    float: left;
}

.youce-box .user .info {
    height: 100%;
    line-height: 24px;
    padding-left: 10px;
    float: left;
    width: 180px;
    overflow: hidden;
}

.youce-box .user .info p {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 24px;
}

.youce-box .user .info .user_name {
    color: #3dbb2b;
    font-size: 14px;
    font-weight: bold;
}

.youce-box .account {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.youce-box .account a {
    display: inline-block;
    height: 60px;
    width: 86px;
    line-height: 24px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.youce-box .account a:first-child {
    border-left: none;
}

.youce-box .account .price {
    color: #f52547;
    font-size: 14px;
    margin-top: 10px;
}

.youce-box .yyg-btn {
    display: inline-block;
    width: 248px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 16px;
    border-radius: 30px;
    margin: 10px 10px;
}

.youce-box .yyg-btn img {
    vertical-align: middle;
    margin-right: 5px;
}

.youce-box p.text {
    width: 100%;
    height: 29px;
    line-height: 29px;
    text-indent: 10px;
    /*border-bottom: 1px solid #ffde93;*/
    background: #fdf2d9;
    color: #f81317;
}

.youce-box .bottom-title {
    float: left;
    width: 100%;
    height: 30px;
    border-top: 1px dashed #ccc;
    line-height: 30px;
    margin-top: 10px;
}

.youce-box .bottom-title .zncg-tips {
    text-align: center;
    border: 1px solid #f19f3c;
    padding: 2px;
    color: #d86b00;
    background: #fff6c7;
}

.youce-box .bottom-title .zncg-count {
    color: #ef2c2f;
    padding: 0 5px;
}

.clear_both {
    clear: both;
}

.youce-box .none {
    text-align: center;
    padding: 100px 0
}