html,
body {
    margin: 0!important;
    font-family: Lato;
    width: 100%;
    height: auto;
    background-color: #ccc
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: 0
}

.dw {
    width: 300px;
    height: 350px;
    background-color: #fafafa;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 0 1px #b7b7b7 inset
}

#title {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    width: 300px;
    min-height: 44px;
    text-align: left;
    padding: 7px 10px 5px 40px
}

#homelink > div {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 10px
}

#homelink > div:hover {
    background-color: black
}

#carousel {
    width: 300px;
    height: 140px;
    position: relative
}

.dw-nav {
    height: 60px;
    width: 30px;
    position: absolute;
    top: 40px;
    color: white;
    background-color: black;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dw-c-l {
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.dw-c-r {
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.dw-c-img {
    position: absolute;
    left: 78px;
    border: 3px solid #ccc
}

.hover {
    display: none;
    padding: 43px 0;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    color: white
}

.img-link:hover .hover {
    display: block;
    z-index: 3
}

.img-link:hover .dw-big {
    z-index: 2
}

.dw-big {
    width: 140px;
    height: 140px;
    border-radius: 50%
}

.dw-big span {
    font-size: 18px;
    font-weight: bold
}

#num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    top: 0;
    left: 78px;
    background-color: white;
    z-index: 4
}

.dw-c-sub {
    position: absolute;
    left: 115px;
    border: 1px solid #ccc
}

#subimg {
    display: none
}

.two #subimg {
    display: block
}

.two .dw-c-img {
    left: 41px
}

.two #num {
    left: 41px
}

.one #subimg {
    display: none !important
}

.one #num{
  left: 78px !important
}

.one .dw-c-img {
  left: 78px !important
}

.dw-info {
    margin: 10px 20px 5px;
    width: 260px
}

.dw-i-title {
    width: 260px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold
}

.dw-i-title a {
    color: inherit
}

.dw-i-title#line2 {
    line-height: 16px;
    font-size: 14px
}

#list-link {
    width: 0;
    height: 0;
    display: inline-block
}

#desc {
    margin-top: 2px;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: bold
}

.dw-btn {
    color: black;
    background-color: white;
    font-size: 11px;
    line-height: 26px;
    width: 118px;
    height: 28px;
    border-radius: 3px;
    position: relative;
    left: 90px;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    fill: black;
    stroke: black
}

.dw-btn svg {
    margin: 0 0 0 5px;
    position: relative;
    top: 2.5px
}

.dw-btn:hover {
    color: white;
    stroke: white;
    fill: white
}

.dw-btn:active {
    color: white;
    stroke: white;
    fill: white;
    background-color: black
}

.presented {
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    color: #999;
    left: 4px;
    bottom: 4px
}
