@charset "UTF-8";
body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
input,
ol,
p,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
    background-color: transparent
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    overflow: auto;
}

textarea {
    resize: none;
    overflow: auto;
    padding-left: 2px;
    border: 1px solid #b3d8f1;
}

body {
    font: 12px/1.5 "microsoft yahei", tahoma, arial, \5b8b\4f53;
    background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
textarea:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input::-ms-clear { display: none; }

button {
    overflow: visible;
}

a:focus{outline:none;}

button,
select {
    text-transform: none;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}


::-webkit-input-placeholder {
    color: #ccc; text-overflow: ellipsis;
}
:-moz-placeholder {
    color: #ccc !important; text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #ccc !important; text-overflow: ellipsis;
} /* for the future */
:-ms-input-placeholder {
    color: #ccc !important; text-overflow: ellipsis;
}

a:hover {
    outline: 0;
    color: #ff201a;
}

.clearfix:after {
    content: " ";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

html{
    width: 100%;
    height: 100%;
}

* html .clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: #ff201a;
}

.gray {
    color: #ccc;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.fd {
    font-weight: bold;
}

/*公共的样式*/



/*网页是1200和1000*/
.container-1200{
    width: 1200px;
    margin: 0 auto;
    clear:both;
}

.container-1000{
    width: 1000px;
    margin: 0 auto;
}



/*宽度是220的块*/
.area-220{
    width: 220px;
}

.aipaike-mt-10{
    margin-top: 15px;
}



/*公共的头部开始*/
#header-top-bar{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    color: #666;
}

#header-top-bar .top-tip{
    /* width: 182px; */
    height: 30px;
}

#header-top-bar .top-tip a {
    color: #666;
}

#header-top-bar .top-tip a:hover {
    color: #ff201a;
}

#header-top-bar .top-tip span {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

#header-top-bar .top-tip span i {
    position: absolute;
    left: 15px;
    top: 9px;
    background: url("../images/icon.png") no-repeat;
    width: 13px;
    height: 11px;
    vertical-align: middle;
}

#header-top-bar .fr li{
    height: 30px;
    float: left;
    text-align: center;
    padding: 0 10px 0 16px;
}

#header-top-bar .fr li a{
    color: #666;
}

#header-top-bar .fr li a:hover{
    color: #ff201a;
}

#header-top-bar .fr li:first-child{
    width: 170px;
}

#header-top-bar .fr li:first-child a:first-child {
    margin-right: 10px;
}

#header-top-bar p i {
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    background: url("../images/icon.png") no-repeat 0 -25px;
    width: 7px;
    height: 4px;
    -o-transition:-o-transform .3s ease-in;
    -moz-transition:-moz-transform .3s ease-in;
    -webkit-transition:-webkit-transform .3s ease-in;
    transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}

#header-top-bar p.toser-show i,#header-top-bar p.tofol-show i,#header-top-bar p.tosite-show i {
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transition:-o-transform .3s ease-in;
    -moz-transition:-moz-transform .3s ease-in;
    -webkit-transition:-webkit-transform .3s ease-in;
}

#header-top-bar li.top-service,#header-top-bar li.top-follow,#header-top-bar li.top-siteseo {
    position: relative;
    padding: 0;
}

#header-top-bar li p {
    position: relative;
}

.top-service p a,.top-follow p a,.top-siteseo p a {
    display: inline-block;
    padding: 0 22px 0 12px;
}

.top-service .toser-show,.top-follow .tofol-show,.top-siteseo .tosite-show {
    background: #fff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    z-index: 20;
}

.top-service .toser-show a,.top-follow .tofol-show a,.top-siteseo .tosite-show a {
    padding: 0 21px 0 11px;
}

.top-service div,.top-follow div,.top-siteseo div {
    display: none;
    position: absolute;
    border: solid 1px #e6e6e6;
    padding: 15px;
    background: #fff;
    z-index: 12;
}

.top-service .toser-child {
    width: 170px;
}

.top-service .toser-child a {
    float: left;
    width: 85px;
    text-align: center;
    line-height: 20px;
    color: #666;
}

.top-service .toser-child a i {
    display: block;
    background: url("../images/icon.png") no-repeat -260px -320px;
    width: 38px;
    height: 38px;
    margin: 0 auto 5px;
}

.top-service .toser-child a:hover {
    color: #ff201a;
}

.top-service .toser-child a:hover i {
    background-position: -260px -360px;
}

.top-follow .tofol-child {
    width: 105px;
    text-align: center;
    line-height: 16px;
    padding: 8px 16px 15px;
}

.top-follow .tofol-child-sec{
    width: 220px;
}

.top-follow .tofol-child div{
    position: relative;
    float: left;
    border: none;
    padding: 0;
    display: block;
}

.top-follow .tofol-child i {
    background: url("../images/icon.png") no-repeat 0 -210px;
    width: 105px;
    height: 105px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.top-follow .tofol-child .tofol-app{
    background: url("../images/icon.png") no-repeat -6px -565px;
}

.top-siteseo .tosite-child {
    width: 520px;
}

.top-siteseo .tosite-child dl {
    float: left;
    width: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    text-align: left;
}

.top-siteseo .tosite-child dl + dl {
    border-left: dotted 1px #ddd;
}

.top-siteseo .tosite-child dt {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    line-height: 30px;
    padding-bottom: 4px;
    padding-left: 30px;
}

.top-siteseo .tosite-child a {
    display: inline-block;
    color: #666;
    padding-left: 30px;
}

.top-siteseo .tosite-child a:hover,.top-siteseo .tosite-child a.hover {
    color: #ff201a;
}


#logo-search-cart{
    height: 100px;
}

#logo-search-cart h1{
    margin-top: 15px;
    width: 500px;
    overflow: hidden;;
}

#search{
    width: 480px;
    height: 100px;
}

#search .small-search{
    overflow: hidden;
    padding: 12px 0 9px 0;
}

#search .small-search a{
    color: #aaa;
    margin-right: 25px;
}

#search .small-search a:hover{
    color: #ff201a;
}

#search .search-input{
    position: relative;
}

#search .search-input input{
    width: 360px;
    height: 40px;
    line-height: 36px\9;
    padding-left: 4px;
    font-family: "microsoft yahei";
    border: 2px solid #ff201a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #666;
    background: #fff;
}

#search .search-input input.text {
    width: 480px;
    border: 1px solid #ff201a;
}

#search .search-input a{
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;

}

#search .search-input a.search-top {
    background: #ff201a;
    font-weight: bold;
    font-size: 14px;
    right: 0;
    top: 0;
}

#search .search-input a.search-all{
    background: #ff201a;
    right: 120px;
    top: 0;
}

#search .search-input a.search-current{
    background: #000;
    right: 32px;
    top: 0;
}

#logo-search-cart .my-shopping-cart{
    position: relative;
    float: right;
}

#logo-search-cart .my-shopping-cart a.s-car{
    position: relative;
    display: block;
    width: 135px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin: 38px 0 0 40px;
    text-align: center;
    cursor: pointer;
    z-index: 11;
    background: #fff;
}

#logo-search-cart .my-shopping-cart .s-car span{
    display: block;
    position: absolute;
    top: -12px;
    right: 12%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ff201a;
    color: #fff;
}

#logo-search-cart .my-shopping-cart .s-car i {
    position: absolute;
    left: 30px;
    top: 10px;
    background: url("../images/icon.png") no-repeat -25px 0;
    width: 17px;
    height: 18px;
}

#detail-banner{
    position: relative;
    height: 120px;
    width: 100%;
    background: #66100f;
    overflow: hidden;
}

#detail-banner img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -60px;
    background: #66100f;
}

#detail-nav{
    width: 100%;
    height: 50px;
    background: #fff;
}
#detail-nav ul li{
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}


#nav-bread{
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
}
/*购物车、结算、注册头部开始*/
#logo-search h1 {
    margin: 15px 20px 15px 0;
}

#logo-search h2 {
    line-height: 80px;
    padding-top: 15px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
/*购物车、结算、注册头部结束*/
/*公共的头部结束*/

/*公共的底部开始*/
.footer-service {
    padding: 34px 0;
}

.footer-service li {
    float: left;
    position: relative;
    padding-left: 86px;
    width: 154px;
}

.footer-service li strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 3px;
}

.footer-service li span {
    color: #b1b1b1;
}

.footer-service li i {
    position: absolute;
    left: 30px;
    top: 0;
    display: inline-block;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

.icon-zp {
    background-position: 0 -100px;
}

.icon-th {
    background-position: -50px -100px;
}

.icon-by {
    background-position: -100px -100px;
}

.icon-fh {
    background-position: 0 -150px;
}

.icon-hh {
    background-position: -50px -150px;
}

.footer-help {
    background: #efefef;
    border-bottom: solid 1px #e4e4e4;
    padding: 25px 0;
}

.footer-weixin {
    float: left;
    position: relative;
    width: 230px;
    padding-left: 120px;
}

.footer-weixin i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 105px;
    height: 105px;
    background: url("../images/icon.png") no-repeat 0 -210px;
}

.footer-weixin strong {
    display: block;
    font-size: 15px;
    padding-bottom: 15px;
}

.footer-weixin span {
    display: block;
    color: #666;
    line-height: 22px;
}

.footer-help dl {
    float: left;
    width: 170px;
}

.footer-help dt {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding-bottom: 6px;
}

.footer-help dd a {
    display: block;
    line-height: 24px;
    color: #666;
}

.footer-help dd a:hover {
    color: #ff201a;
}

.footer {
    text-align: center;
    padding: 10px 0;
}

.footer-link {
    line-height: 36px;
    color: #999;
}

.footer-link a {
    padding: 0 25px;
}

.footer-copy {
    line-height: 36px;
    color: #666;
}

.footer-copy span {
    padding-left:15px;
}

.footer-concact {
    line-height: 28px;
    margin: 5px 0;
    color: #666;
}

.footer-concact span {
    position: relative;
    top: 2px;
    font-size: 18px;
    color: #666;
    padding-left: 32px;
    padding-right: 10px;
}

.footer-concact span i {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/icon.png") no-repeat 0 -56px;
    width: 26px;
    height: 27px;
}
/*公共的底部结束*/

/*选择按钮*/
.mul-select-no, .mul-select-yes, .mul-select-disable {
    display: inline-block;
    background: url("../images/icon.png") no-repeat -280px 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.mul-select-yes {
    background-position: -280px -50px;
}

.mul-select-disable {
    background-position: -280px -25px;
}


.small-select-no, .small-select-yes {
    display: inline-block;
    background: url("../images/login-icon.png") no-repeat -50px -40px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.small-select-yes {
    background-position: -50px 0;
}

.select-no, .select-yes {
    display: inline-block;
    background: url("../images/icon.png") no-repeat -280px -110px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.select-yes {
    background-position: -280px -90px;
}

/*星星开始*/

.star-small{
    position: relative;
    width: 116px;
    height: 16px;

    vertical-align: middle;
    margin-bottom: 12px;
}

.star-small .p i.star-small-red{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 16px;
    background: url(../images/detail_icon.png) no-repeat -158px -219px;
    vertical-align: middle;
}

.star-small span{
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 36px;
    height: 18px;
    color: #888;
}

.star-small .p{
    position: relative;
    width: 80px;
    height: 16px;
    background: url(../images/detail_icon.png) no-repeat -158px -239px;
    vertical-align: middle;
    margin-left: 36px;
}
/*星星结束*/



#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 99;
    display: none;
}

.openwindow {
    /*position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    position: absolute;
    display: none;
    background: #fff;
    z-index: 10005 !important;
    -moz-box-shadow: 0 0 8px #333;
    -webkit-box-shadow: 0 0 8px #333;
    box-shadow: 0 0 8px #333;
}

.close {
    position: absolute;
    right: 6px;
    top: 6px;
    background: url("../images/icon.png") no-repeat -225px -105px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.openwindow-title {
    background: #eee;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding-left: 15px;
    min-width: 320px;
    min-height: 40px;
}

.openwindow-content {
    padding: 20px;
    font-size: 17px;
    color: #333;
    text-align: center;
}
.openwindow-content .text-content{
    padding-bottom: 10px;
}
.openwindow-content a.ture {
    display: block;
    width: 50%;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ff201a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 14px;
}

/*购物车浮动层*/
.cart-float{
    position: absolute;
    top: 78px;
    right: 0;
    width: 325px;
    /* height: 400px; */
    border: 1px solid #ddd;
    z-index: 10;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.cart-float ul{
    overflow: hidden;
    padding: 0 24px;
}


.cart-float p.first-p{
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

.cart-float ul li{

    overflow: hidden;
    padding: 10px 0;
}

.cart-float ul li+li{
    border-top: 1px dotted #ccc;
}

.cart-float ul li img{
    border: 1px solid #eee;
}

.cart-float li .cart-content{
    width: 200px;
    line-height: 20px;
    text-align: left;
    margin-left: 12px;
}

.cart-float .cart-content p b{
    margin-right: 45px;
    color: #ff201a;
}

.cart-float .cart-content p em{
    color: #555;
    margin-left: 10px;
}

.cart-float li .cart-content p:first-child{
    margin-bottom: 4px;
    max-height: 40px;
    word-wrap: break-word;
    overflow: hidden;
}

.cart-content p:first-child a{
    color: #6d6d6d;
}

.cart-content p:first-child a:hover{
    color: #ff201a;
}


/*购物车总共*/
.cart-float .total-count{
    position: relative;
    background: #f1f1f3;
    height: 40px;
    line-height: 40px;
    padding:0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-float .total-count span{
    margin-right: 10px;
    color: #6d6d6d;
}

.cart-float .total-count em{
    font-size: 15px;
    vertical-align: bottom;
    margin: 0 4px;
}

#goto-car{
    position: absolute;
    right: 8px;
    top: 6px;
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #ff201a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*会员中心头部*/
#member-header {
  	background: #ff201a;
    width: 100%;
    min-width: 1200px;
    height: 70px;
}

#member-header h1 {
    float: left;
    font-size: 26px;
    color: #fff;
    line-height: 70px;
    margin-right: 60px;
    text-shadow:0 0 3px #aaa;
}

#member-header ul.mh-ul {
    float: left;
    color: #fff;
    margin-top: 25px;
    line-height: 24px;
}

#member-header .mh-ul li {
    position: relative;
    float: left;
    width: 100px;
    height: 24px;
    text-align: center;
}

#member-header .mh-ul li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    /* padding: 0 20px; */
    width: 100%;
    height: 100%;
}

.top-set {
    /* position: relative; */
}

.top-set a i {
    position: absolute;
    left: 85px;
    top: 10px;
    display: block;
    background: url("../images/icon.png") no-repeat -115px -55px;
    width: 10px;
    height: 7px;
}

.top-set .top-set-list {
    display: none;
    background: #fff;
    border: solid 1px #ff201a;
    padding: 5px 10px;
    line-height: 28px;
    width: 90px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: -7px;
    z-index: 10;
}

.top-set div i {
    position: absolute;
    top: -20px;
    left: 45px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
}

#member-header li.top-set div a {
    color: #333;
    font-size: 12px;
}

#member-header li.top-set div a:hover {
    color: #ff201a;
}

#member-header .search-input {
    width: 300px;
    height: 32px;
    margin-top: 19px;
    background: #fff;
    position: relative;
}

.search-input i {
    position: absolute;
    left: 8px;
    top: 5px;
    display: block;
    background: url("../images/icon.png") no-repeat -235px -150px;
    width: 22px;
    height: 22px;
}

#member-header .search-input input{
    width: 225px;
    height: 32px;
    line-height: 32px\9;
    padding-left: 38px;
    font-family: "microsoft yahei";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #666;
    background: #fff;
}

#member-header .search-button {
    float: right;
    background: #333;
    line-height: 32px;
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


/*会员 中心左侧列表*/
.member-left-100{
    width: 107px;
    margin-top: 15px;
}

.member-left-100 .fd{
    width: 100px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 13px;
    color: #333;
    text-align: center;
    padding-top: 6px;
}

.member-left-100 .member-left-list{
    padding-left: 15px;
    /*text-align: center;*/
}

.member-left-100 .member-left-list li{
    height: 26px;
    line-height: 26px;
    color: #ff201a;
    background: url(../images/detail_icon.png) no-repeat -285px 9px;
}

.member-left-100 .member-left-list li a{
    padding-left: 22px;
    color: #666;
}

.member-left-100 .member-left-list li a:hover {
    color: #ff201a;
}

.member-left-100 .member-left-list li.selected a{
    color: #ff201a;
}

.member-right-1080{
    width: 1080px;
    padding-bottom: 30px;
}

.member-location {
    background: #f5f5f5;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    padding: 0 15px;
    margin-top: 25px;
}




.member-location a {
    color: #666;
}

.member-location a:hover {
    color: #ff201a;
}

div.pagination{
    float: right;
    margin: 10px 0;
}


div.pagination a,div.pagination span.currentPage{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 5px;
    cursor: pointer;
}

.pagination em{
    color: #666;
    margin-right: 10px;
}

div.pagination span.currentPage{
    color: #ff201a;
    background: #fff0f0;
    border: 1px solid #ff201a;

}

.shai-picture .closed{
    position: absolute;
    top: -1px;
    right: -50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    background: #a24253 url(../images/common_cha.png) no-repeat center;
}

.shai-picture .closed:hover{
    background: #ff201a url(../images/common_cha.png) no-repeat center;
}

/*列表为空样式*/
.empty {
    width: 400px;
    margin: 60px auto;
    height: 150px;
    text-align: center;
    line-height: 38px;
}

.empty i {
    background: url("../images/empty.png") no-repeat;
    width: 150px;
    height: 150px;
    float: left;
}

.empty i.order {
    background-position: -301px 0;
}

.empty i.fav {
    background-position: -301px -150px;
}

.empty i.search {
    background-position: 0 -452px;
}

.empty i.comment {
    background-position: -150px -452px;
}

.empty h3 {
    font-size: 22px;
    font-weight: normal;
    color: #888;
    padding-top: 10px;
}

.empty p {
    color: #bbb;
}

.empty a {
    display: inline-block;
    background: #FFF2F4;
    border: solid 1px #FFDFDF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 160px;
    color: #D77987;
    font-size: 14px;
    margin-top: 15px;
    height: 38px;
}

.empty a:hover {
    background: #ff201a;
    color: #fff;
    font-size: 15px;
    border: none;
}

.empty a {
    background: #FFFDF6;
    border: solid 1px #ff201a;
    color: #ff201a;
}

.empty a:hover {
    background: #ff201a;
}


/*闪屏公共的*/
.common-shanping{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    background:rgba(0,0,0,.7);
    background:#000\9;
    filter:alpha(opacity=70)\9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999999999!important;
}
.common-shanping p {
    color: #fff;
    font-size: 24px;
    padding: 25px 40px;
    line-height: 50px;
}

.common-shanping p i {
    background: url("../images/icon.png") no-repeat 0 -465px;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}

.common-shanping p i.error {
    background-position: -55px -465px;
}

.common-shanping p i.success {
    background-position: -110px -465px;
}

/*购物车为空*/
.y-empty-cart{
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.y-empty-cart i{
    display: inline-block;
    margin: 0 auto;
    background: url("../images/detail_icon.png") no-repeat -179px -98px;
    width: 115px;
    height: 84px;
    vertical-align: middle;
}

.y-empty-cart span,.y-pj-empty span{
    font-size: 18px;
    color: #acacac;
}

/*评价为空*/
.y-pj-empty{
    /* width: 900px; */
    /* height:215px; */
    padding: 60px 0;
    background: #fafafa;
    text-align: center;
}

.y-pj-empty i{
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 50px;
    background: url("../images/detail_icon.png") no-repeat 0px -488px;
}

/*右边条公共开始*/

.common-bar-right{
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -88px;
    z-index: 9999;
}


.common-bar-right ul li{
    position: relative;
    width: 38px;
    height: 50px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.common-bar-right ul li:hover{
    background: #ff201a;
}

.common-bar-right ul li i{
    position: absolute;
    top: 12px;
    left: 6px;
    display: block;
    width: 28px;
    height: 28px;
}


.common-bar-right ul li i.c-car{
    background: url("../images/icon.png") no-repeat -268px -428px;
}

.common-bar-right ul li i.m-member{
    background: url("../images/icon.png") no-repeat -267px -458px;
}

.common-bar-right ul li i.x-xin{
    background: url("../images/icon.png") no-repeat -267px -486px;
}

.common-bar-right ul li i.x-app{
    background: url("../images/icon.png") no-repeat -187px -484px;
}

.common-bar-right li.common-bg666{
    background: #666;
}

.common-bar-right li.main-red{
    background: #666;
}

.common-bar-right .desc span{
    position: absolute;
    top: -6px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ff0000;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.common-bar-right .common-float-left{
    position: absolute;
    left: -125px;
    top: 11px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    visibility: hidden;
    color: #fff;
}
.common-bar-right  .app-left{
    width: 80px;
    height: 72px;
    top: -11px!important;
    background: none;
    border: none;
}
.app-left img{
    margin-left: -8px;
}
.common-float-left b{
    position: absolute;
    top: 10px;
    right: -8px;
    display: block;
    width: 8px;
    height: 12px;
    background: url("../images/help_right.png") no-repeat 0px 0px;
}

#apk-toTOp{
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 38px;
    height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    visibility: hidden;
    z-index: 99999999;
}

#apk-toTOp:hover{
    background: #ff201a;
}

#apk-toTOp i{
    display: block;
    width: 23px;
    height: 12px;
    background: url("../images/icon.png") no-repeat -270px -408px;
    margin: 10px 0 5px 8px;

}
/*右边条公共结束*/

/*客服弹框开始*/
div.dd-kefu{
    position: relative;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

div.dd-kefu i{
    position: absolute;
    right: -3px;
    top: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/detail_icon.png") no-repeat -4px -342px;
}

.q-two-kf{
    position: absolute;
    top: 36px;
    left: 12px;
    background: #fff;
    width: 78px;
    border: 1px solid #efbabb;
    line-height: 0;
    padding-bottom: 10px;
    display: none;
    z-index: 10000;
}

.q-two-kf b{
    display: block;
    width: 12px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 33px;
    background: url("../images/qqkefu.png") no-repeat center;
}

.q-two-kf a{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 18px;
}

.q-two-kf a.c-kefu{
    background: url(../images/detail_icon.png) no-repeat 8px -62px;
    margin-top: 10px;
}

/*列表空文字*/
.list-none{
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.list-none span{
    color: #bbb;
    font-size: 20px;
    text-align: center;
}


.empty-div{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}


.one-shopping-prop-flag{
    width: 400px;
    /* max-height: 555px; */
    /* overflow-y: auto; */
}




.one-shopping-prop-flag p{
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #666;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

.one-shopping-prop-flag p em{
    color: red;
}

.one-shopping-prop-flag .one-shopping-list p{
    border-bottom:none;
}

.one-shopping-prop-flag .one-shopping-list ul {
    overflow: hidden;
}

.one-shopping-prop-flag .one-shopping-list ul li{
    float: left;
    width: 85px;
    height: 25px;
    text-align: center;
    /* margin-bottom: 5px; */
    font-size: 14px;
    padding-top: 12px;
}


.new-friendlink-container{
    text-align: left;
    border-top: 1px solid #ddd;
    margin-top: 25px;
    font-size: 0;
}

.new-friendlink-container .friend-left,.new-friendlink-container .friend-right{
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

.new-friendlink-container .friend-left{
    width: 150px;
    text-align: center;
}

.new-friendlink-container .friend-right{
    width: 1050px;
    height: 100px;
    text-align: left;
    font-size: 12px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;

}

.new-friendlink-container .friend-left p:first-child{
    font-size: 17px;
    color: #333;
    font-weight: normal;
}

.new-friendlink-container .friend-left p.column-items-1{
    font-size: 14px;
    color: #aaa;
    margin-top: 8px;

}

.new-friendlink-container .friend-right ul li{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.new-friendlink-container .friend-right ul li a{
    color: #666;
    border-right: 1px solid #ccc;
    padding: 0 8px;
}

.new-friendlink-container .friend-right ul li a:hover{
    color: #af0000;
}


.m-price {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.m-price a {
    float: right;
    background: url("../images/btn.png") no-repeat 0 -50px;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.m-price strong {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.tenant-title span {
    display: inline-block;
    background: #fe2d13;
    color: #fff;
    height: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    line-height: 16px;
    margin: 4px 2px 0 0;
    padding: 0 4px;
}
.tenant-title span.hui {
    background: #ffc516;
    color: #000;
}

.m-price .flase {
    color: #999;
    padding-left: 10px;
    text-decoration: line-through;
}

.m-price span {
    display: inline-block;
    background: #FF3630;
    color: #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.m-price span.hui {
    background: #FFC516;
    color: #603215;
}

.m-price span.t-price {
    width: 42px;
    height: 22px;
    line-height: 22px;
    text-indent: 6px;
    background: url(../images/detail_icon.png) no-repeat -232px -50px;
    color: #fff;
    margin: 3px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.container-1200 .watermark {
    position: relative;
    display: block;
}

.container-1200 .watermark .watermark-img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 75px;
    height: 35px;
    z-index: 9;
}

em.error {
    color: #fa201a;
}

/* 头部底部新样式*/
.header-h {
    width: 100%;
    height: 47px;
    background: #333;
}
.header-top-h {
    width: 1230px;
    margin: 0 auto;
    height: 80px;
}
.topbar-nav {
    float: left;
    height: 47px;
    line-height: 47px;
}
.topbar-nav-right {
    float: right;
    height: 47px;
    line-height: 47px;
    margin-right: 16px;
}
.topbar-nav a,.topbar-nav-right a,.topbar-nav .top-siteseos {
    position: relative;
    color: #D0D0D0;
    line-height: 47px;
    display: inline-block;
}
.topbar-nav a img {
    position: absolute;
    top:34px;
    left: -32px;
    width:123px;
    height:156px;
    visibility: hidden;
    transition:all .3s ease;
    opacity: 0;
    z-index:31;
}
.topbar-nav-right1 a img {
    position: absolute;
    top:34px;
    left: -32px;
    width:123px;
    height:156px;
    visibility: hidden;
    transition:all .3s ease;
    opacity: 0;
    z-index:31;
}
.topbar-nav a:hover img,.topbar-nav-right1 a:hover img{
    visibility: visible;
    opacity: 1;
}
.topbar-nav a:hover,.topbar-nav-right a:hover {
    color: #fff;
}
.topbar-nav  .sep,.topbar-nav-right .sep {
    margin: 0 .3em;
    color: #525252;
}


.cart-num {
    position: relative;
    float: right;
    width: 140px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #D0D0D0;
    background: #3F3F3F;
}

.cart-num i {
    display: inline-block;
    width: 22px;
    height: 20px;
    background-size: cover;
    background: url('https://img.aokang.cn/group1/M00/33/59/eSufwF6zrJCAa6WKAAAEwpOuPK8070.png') no-repeat;
    font-size: 20px;
    line-height: 20px;
    vertical-align: -6px;
    margin-right: -8px;
}

.cart-num  span {
    display: inline-block;
    font-size: 14px;
}

.cart-num:hover {
    color: #FF201A;
    background: #fff;
}
.cart-num:hover i {
    background: url('https://img.aokang.cn/group1/M00/33/59/eSufwF6zrOuATllZAAAEvgfuODc064.png') no-repeat;
}
.cart-float {top:47px!important;}
.cart-num:hover .cart-float {
    display: block;
}
.cart-hasProduct {
    /*display: flex;*/
    /*height: 80px;
    padding: 15px 10px 15px 10px;*/
    height: 70px;
    padding: 10px 10px 1px 10px;
    line-height: 20px;
}
.cart-hasProduct a {
    float: left;
    line-height: 40px;
    display: inline-block;
}
.cart-hasProduct img{
    display: inline-block;;
    /*width:83px;
    height:37px;*/
    width:60px;
    height:60px;
    /*height:60px;*/
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 10px;
}
.product-tit {
    width:120px;
    height:40px;
    font-size:14px;
    line-height: 20px!important;
    margin: 25px 0 0;
    /*margin: 10px 0;*/
    text-align: left;
    /*color: #424242;*/
    overflow: hidden;
    font-family:PingFang;
    font-weight:400;
    color:rgba(51,51,51,1);
    /*margin: 0 10px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-product {
    float: right;
    font-size:14px;
    font-family:PingFang;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin: 25px 20px 0 5px;
}
.count-prices {
    display: flex;
    width: 306px;
    padding: 25px 10px;
    justify-content: space-between;
    background:rgba(245,245,245,1);
}
.countprices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.countNums {
    font-size:14px;
    line-height: 14px;
    font-family:PingFang;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.countPrices {
    font-size:24px;
    line-height: 24px;
    font-family:PingFang;
    font-weight:bold;
    color:rgba(255,58,53,1);
}

.gotoCarts {
    width:131px;
    height:34px;
    line-height: 34px;
    text-align: center;
    background:rgba(255,58,53,1);
    font-size:14px;
    color:rgba(255,255,255,1);
}
.logo-img {
    float: left;
    width: 56px;
    height: 55px;
    margin: 13px 23px 0 0;
    overflow: hidden;
    background-color: #ff201a;
    border-radius: 6px;
}
.logo-img:before {
    background: url('https://img.aokang.cn/group1/M00/33/83/eSufwF67zWuAHhRPAAAFWc9EtOA651.png') no-repeat 50% 50%;
    opacity: 1;
}
.logo-img:after {
    background: url('https://img.aokang.cn/group1/M00/33/83/eSufwF67zZKAErgfAAAE4pQor2c890.png') no-repeat 50% 50%;
    opacity: 0;
    margin-left: -55px;
}

.logo-img:after, .logo-img:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.logo-img:after, .logo-img:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    content: "";
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ir {
    display: block;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
}
.logo-img:hover:after, .logo-img:hover:before {
    -webkit-transform: translate3d(55px,0,0);
    transform: translate3d(55px,0,0);
}
.logo-img:hover:after {
    opacity: 1;
}


img.logo-text {
    float: left;
    width:109px;
    height:25px;
    margin: 28px auto 0;
}

/* 搜索框 */
.input-search {
    float: right;
    position: relative;
    margin-top: 20px;
}

.input-search ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 245px;
    background-color: #fff;
    border: 1px solid #fa201a;
    z-index: 31;
}
.input-search ul li a {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #424242;
}

.input-search ul li:hover,.input-search ul li a:hover {
    background-color: #e5e5e5;
    color: #424242;
}
input:placeholder {
    color: #000;
}
.input-search .text {
    width:245px;
    height:50px;
    border:1px solid rgba(224,224,224,1);
    line-height: 50px;
    text-align: left;
    color: #333;
    text-indent: 10px;
}

.search-top {
    float: right;
    width:50px;
    height:50px;
    border:1px solid rgba(224,224,224,1);
    border-left: 0;
}
.search-top em.searchImg-pic {
    display: block;
    width:20px;
    height:19px;
    background-image: url('https://img.aokang.cn/group1/M00/33/68/eSufwF64Cz6AN_2DAAAFVQpT0Og184.png');
    background-size: 100%;
    margin: 17px auto 0;
}
.search-top:hover {
    background-color: #fa201a;
}
.search-top:hover .searchImg-pic {
    background-image: url('https://img.aokang.cn/group1/M00/33/8E/eSufwF699sWAQAx8AAAFMdwkhLY375.png');
    background-size: 100%;
}
.logo-search {
    position: absolute;
    top: 16px;
    left:10px;
    display: inline-block;
}
.logo-search a {
    display: inline-block;
    width:79px;
    height:20px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    font-size: 12px;
    background:rgba(238,238,238,1);
    border-radius:5px;
    margin-right: 10px;
}
.logo-search a:hover {
    color: #fff;
    background: #ff201a;
}
.topbar-nav-right1 {
    float: left;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    margin: 14px 16px 10px 40px;
}
.topbar-nav-right1 a {
    position: relative;
    color: #333;
    line-height: 50px;
    display: inline-block;
    font-size: 16px;
    margin-right: 16px;
}
.topbar-nav-right1 a:hover {
    color: #FF201A;
}
/*顶部网站导航*/
.tosite-child {
    width: 520px;
    position:absolute;left: -223px; top:47px;
    z-index: 31;
    background-color: #fff;
    visibility: hidden;
    transition: all .3s ease;
    opacity: 0;
    border: 1px solid #e5e5e5;
}

.tosite-child dl {
    float: left;
    width: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    text-align: left;
    border-right: 1px dotted #e5e5e5;
}
.tosite-child dl:nth-child(4) {
    border: none;
}
.tosite-child dt {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    line-height: 30px;
    padding-bottom: 4px;
    padding-left: 30px;
}

.tosite-child a {
    display: inline-block;
    color: #666;
    padding-left: 30px;
}
.top-siteseos:hover {
    color: #fff;
}
.top-siteseos:hover .tosite-child {
    visibility: visible;
    opacity: 1;
}
.tosite-child a:hover {
    color: #ff201a;
}

.upPic {
    position: absolute;
    top: -10px;
    left: 241px;
    width: 15px;
    height: 10px;
    background-image: url('https://img.aokang.cn/group1/M00/33/91/eSufwF6-D4KAXTqnAAAD-mw37xU180.png');
}
/*底部*/
.containers {
    width: 1230px;
    margin: 0 auto;
}
.footer-services {
    padding: 27px 0;
    border-bottom: 1px solid #e0e0e0;
}
.footer-service {
    padding: 27px 0;
    border-bottom: 1px solid #DCDCDC;
}
.list-service {
    /* display: inline-block; */
}

.list-service li {
    float: left;
    /* width: 20%; */
    width: 19.8%;
    height: 25px;
    /* border-left: 1px solid #e0e0e0; */
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    margin-top: 27px;
    color: #5F5F5F;
}
.list-service li:first-child {
    border-left: 0;
}
.list-service li a img {
    display: inline-block;
    width:20px;
    margin-right: 6px;
    vertical-align: -4px;
    /* height:34px; */
}

.list-service li a span {
    display: inline-block;
    font-size: 16px;
    color: #5F5F5F;
}

.footer-links {
    padding: 40px 0;
    margin-left: 76px;
}

.footer-links .col-links{
    float: left;
    width: 180px;
    height: 112px;
    margin: 0;
}
.footer-links .col-links dt {
    margin: -1px 0 26px;
    font-size: 14px;
    line-height: 1.25;
    color: #333333;
}

.footer-links .col-links dd {
    color: #757575;
    margin: 10px 0 0;
    font-size: 14px;
}

.footer-links .col-contact {
    float: right;
    width: 251px;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    color: #616161;
}

.footer-links .col-contact .phone {
    font-size: 20px;
    line-height: 1;
    color: #FF201A;
    margin: 10px;
}

.btn-line-primary {
    border-color: #ff6700;
    background: #fff;
    color: #ff6700;
}
.btn-small {
    width: 118px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
}
.btn {
    display: inline-block;
    width: 158px;
    height: 38px;
    padding: 0;
    margin: 0;
    border: 1px solid #FF201A;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #FF201A;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.btn img {
    width:14px;
    height:14px;
}
.btn:hover {
    background-color: red;
    color: #fff
}
.footer-links .col-contact .follow {
    font-size: 12px;
    margin-top: 10px;
    position: relative;
}

.footer-links .col-contact .follow a {
    width: 23px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -3px;
}
.footer-links .col-contact .follow .wb {
    background: url('https://img.aokang.cn/group1/M00/33/67/eSufwF63VxCALUDqAAAF9BExjfM504.png') 50% 0 no-repeat;
    background-size: cover;
}
.footer-links .col-contact .follow .wb:hover {
    background: url('https://img.aokang.cn/group1/M00/33/6A/eSufwF64sLGARAgGAAAFwHmYN2Q266.png') 50% 0 no-repeat;
    background-size: cover;
}
.footer-links .col-contact .follow .wx {
    background: url('https://img.aokang.cn/group1/M00/33/68/eSufwF63V22ADoi3AAAFhKpyPiE643.png') 50% 0 no-repeat;
    background-size: cover;
}
.footer-links .col-contact .follow .wx:hover {
    background: url('https://img.aokang.cn/group1/M00/33/6A/eSufwF64sNWAHpOZAAAFX0TPc6A698.png') 50% 0 no-repeat;
    background-size: cover;
}

.follow img {
    position: absolute;
    top:20px;
    right:13px;
    display: block;
    width: 122px;
    height: 122px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.footer-links .col-contact .follow .wx:hover img {
    opacity: 1;
    visibility: visible;
}
.footer-concact {
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
}
.concactImg-number {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
}

.concactImg-number img {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    vertical-align: -8px;
}
.concactImg-number span {
    font-size: 14px;
    color: #666666;
    padding: 0!important;
}

.xkz {
    display: block;
    font-size: 14px;
    color: #666666;
}

.footer-copy {
    text-align: center;
}
.btn span {
    display: inline-block;
    width:14px;
    height:14px;
    background: url('https://img.aokang.cn/group1/M00/33/67/eSufwF63VHSALKP5AAAEkx5uY-A771.png') no-repeat;
    background-size: 100%;
    vertical-align: -2px;
}
.btn:hover span {
    background: url('https://img.aokang.cn/group1/M00/33/D9/eSufwF7MgJ6ASPBeAAAEU-EHzUA740.png') no-repeat;
    background-size: 100%;
}