.shop-list {
    overflow: hidden;
}
.shop-list ol {
    overflow: hidden;
}
.shop-list dl {
    width: 380px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.shop-list dl:hover {
    background-color: #ddd;
}
.shop-list dl:nth-child(3n) {
	margin-right: 0;
}
.shop-list dl:nth-child(7) {
	margin-bottom: 0;
}
.shop-list dl:nth-child(8) {
	margin-bottom: 0;
}
.shop-list dl:nth-child(9) {
	margin-bottom: 0;
}
.shop-list dl a {
    display: block;
    overflow: hidden;
    transition: .5s;
}
.shop-pic {
    height: 250px;
    width: 380px;
    text-align: center;
    overflow: hidden;
    display: block;
    background: #fcfcfc;
}
.shop-pic img {
    width: 380px;
    transition: .5s;
    border-radius: 5px;
}
.shop-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    transform-origin: center center;
}
.shop-pic:hover .shop-image {
    transform: translateY(-10%);
}
.shop-gouba {
    padding: 0 25px 25px;
    overflow: hidden;
}
.shop-list dl h2 {
    color: #333;
    text-align: center;
    padding: 25px 25px 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    font-size: 20px;
    background-size: 20px;
}
.shop-list span.shop-area {
    float: left;
    display: block;
    font-size: 40px;
    color: #f60;
    width: 170px;
    height: 42px;
    line-height: 45px;
}
.shop-list span.shop-btn {
    float: right;
    background: #745ad0;
    width: 80px;
    height: 34px;
    line-height: 34px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
}
.shop-list em {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.shop-lists {
    background: #fff;
    padding: 30px;
    overflow: hidden;
}
.shop-left {
    float: left;
    width: 430px;
}
.shop-right {
    float: right;
    width: 680px;
}
.shop-lists h1 {
    color: #333333;
    font-size: 26px !important;
    margin-bottom: 20px;
}
.shop-lists h4 {
    color: #f00;
    font-size: 16px !important;
    margin-bottom: 30px;
}
.shop-lists p {
    color: #666;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: left;
    background: #745ad015;
    height: 60px;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid #745ad030;
}
.shop-jiage {
    font-size: 42px;
    color: #f00;
    padding-bottom: 25px;
}
.shop-kuiyuan {
    color: #888;
    font-size: 14px;
    margin-left: 20px;
}
.shop-shuliang {
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.shop-biao {
    float: left;
    line-height: 34px;
}
.shop-xuanze {
    border: 1px solid #CCC;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: left;
}
.shop-xuanze button {
    width: 28px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    border: none;
    background-color: #fff;
    color: #333;
    outline: none;
}
.shop-xuanze input {
    font-size: 16px;
    height: 30px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 45px;
    text-align: center;
    border: none;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-radius: 0;
    outline: none;
}
.shop-kucun {
    float: left;
    line-height: 34px;
    margin-left: 30px;
    color: #777;
}
.shop-yishou {
    float: left;
    line-height: 34px;
    margin-left: 20px;
    color: #777;
}
.shop-goumai {
    margin-top: 20px;
}
.shop-goumai a {
    font-size: 18px;
    display: inline-block;
    padding: 20px 60px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.shop-jiagou {
    color: #fff;
    background-color: #f00;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    border-radius: 5px;
}
.shop-ligou {
    margin-right: 30px;
    color: #fff;
    background-color: #f60;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    border-radius: 5px;
}
.shop-guige {
    line-height: 32px;
    padding-bottom: 20px;
}
.shop-btn {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.shop-selected {
	background-color: transparent;
	color: #76838f;
	border-color: #e4eaec;
}
.shop-selected.shop-danger {
	color: #f96868;
	background-color: transparent;
	border-color: #f96868;
}
.shop-selected.shop-danger:hover {
	color: #f96868;
	background-color: transparent;
	border-color: #f96868;
}
.shop-selected:hover, .shop-selected:focus {
	color: #f96868;
	background-color: transparent;
	border-color: #f96868;
}
.shop-jiabiao {
    font-size: 22px!important;
}
.shop-listse {
    overflow: hidden;
    margin-top: 30px;
}
.shop-listsl {
    float: left;
    width: 810px;
    margin-right: 30px;
}
.shop-listsla {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.shop-listsla ul {
    overflow: hidden;
}
.shop-listsla ul li {
    font-size: 16px;
    line-height: 35px;
    width: 33.333%;
    float: left;
    color: #aaa;
}
.shop-listslb {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.shop-listslc {
    background-color: #fff;
    padding: 30px 0;
}
.shop-listslc ul {
    overflow: hidden;
}
.shop-listslc ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.shop-listslc img {
    width: 95px;
    height: 95px;
}
.shop-listslc h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0 10px;
    color: #333;
}
.shop-listslc p {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.shop-listsr {
    float: right;
    width: 300px;
    background-color: #fff;
    padding: 30px;
}
.shop-titles {
    font-size: 20px;
    border-bottom: 3px solid #eee;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.shop-listsr ul {
    
}
.shop-listsr ul li {
    border: 1px solid #ddd;
    padding: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.tabgroup {
    width: 430px;
    height: 350px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
}
.tabgroup:hover .shop-image {
    transform: translateY(-10%);
    transition: .5s;
}
.shop-pics {
    width: 258px;
    height: 168px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.shop-pics:hover .shop-image {
    transform: translateY(-10%);
}
.shop-pics img {
    width: 258px;
    transition: .5s;
}
.shop-listsr h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    line-height: 25px;
}
.shop-areas {
    float: left;
    display: block;
    font-size: 24px;
    color: #ff6600;
    line-height: 30px;
    height: 30px;
}
.shop-areas em {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.shop-btns {
    float: right;
    background: #745ad0;
    border-radius: 2px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
}
.tabgroup img {
    width: 430px;
    height: 430px;
}
.tabs {
    padding-top: 10px;
    overflow: hidden;
    height: 100px;
    width: 430px;
}
.tabs li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.tabs li:nth-child(4) {
	margin-right: 0px;
}
.tabs a {
    display: block;
    width: 78px;
    height: 78px;
    padding: 10px;
    border: 1px solid #ddd;
}
.tabs a:hover, .tabs a.active {
    border: 1px solid #745ad0;
}