* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

*html .clearfix {
    height: 1%
}

.cloud-product-box {
    /* background: #f4f4f4 */
}

.cloud-product-wrapper {
    margin: 0 auto;
    width: 1000px;
    background: #fff;
}

.cloud-product {
    position: relative;
    z-index: 9;
    padding: 25px 0 20px
}

.cloud-product-title {
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    color: #333
}

.color-blue {
    color: #009fd9
}

.cloud-product-explain {
    margin-top: 26px;
    margin-bottom: 82px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: #999
}

.cloud-product-ul {
    width: 100%
}

.cloud-product-ul li {
    position: relative;
    margin-left: 10px;
    width: 150px;
    height: 333px;
    float: left;
    background: #fff;
    overflow: hidden
}

.cloud-product-ul li:first-child {
    margin-left: 0
}

.cloud-product-single-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f2f2f2
}

.cloud-product-name {
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.cloud-product-single-bottom {
    width: 100%;
    height: 340px
}

.empty-space {
    width: 100%;
    height: 99px;
    padding: 26px 0 0 0;
}

.single-bottom-item {
    height: 340px;
    width: 100%
}

.single-bottom-item:first-child {
    border-right: 1px solid #eee
}

.bg-product-pic {
    width: 100%;
    height: 82px
}

.product-introduce-title {
    margin-bottom: 14px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    text-align: center
}

.product-introduce-title.normal-weight {
    font-weight: 400
}

.product-introduce-content {
    margin: 0 auto 26px;
    width: 180px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    color: #999
}

.product-introduce-list {
    margin: 0 auto;
    padding-top: 28px;
    height: 135px;
    width: 84%;
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none
}

.introduce-list-small {
    margin-bottom: 18px;
    line-height: 14px;
    font-size: 14px;
    color: #999;
    text-align: center
}

.product-introduce-price {
    margin: 48px auto 0;
    font-size: 14px;
    text-align: center;
    color: #333
}

.price-blue {
    color: #0af;
    font-size: 38px
}

.normal-inner {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.active-inner {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}


.cloud-product-ul li.active .active-inner {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.cloud-product-ul li.active .normal-inner {
    /* display: none; */
    -moz-opacity: 0;
    -khtml-opacity: 0;
    /* opacity: 0 */
}

.cloud-product-ul li {
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear
}

.cloud-product-ul li.active {
    z-index: 9;
    width: 359px;
    box-shadow: 1px 1px 8px 0px rgba(0, 9, 33, 0.1);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 9, 33, 0.1);
    box-shadow: 1px 1px 8px 0px rgba(0, 9, 33, 0.1);
}

/* update style */
.cloud-product-ul li .li-item {
    width: 100%;
    height: 33px;
    position: relative;
    ;
}

.cloud-product-ul li .li-item .left {
    width: 150px;
    height: 333px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.cloud-product-ul li .li-item  .background-img{
    width: 150px;
    height: 333px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none
}


.cloud-product-ul li .li-item  .background-img.default{
    display: block !important;
}

.cloud-product-ul li.active .li-item  .background-img.no-default{
    display: block !important;
}

.cloud-product-ul li.active .li-item .left {
    width: 150px;
    height: 333px;
    position: absolute;
    top: 0;
    left: 0;
}

.cloud-product-ul li.active .li-item .left .img_img {
    width: 64px;
    height: 64px;
    margin: 30px auto 0;
    display: block;
    box-sizing: border-box;
    border: solid 3px #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
}

.cloud-product-ul li .li-item .left .img_img {
    margin: 40px auto 0;
    width: 64px;
    height: 64px;
    display: block;
    box-sizing: border-box;
}


.cloud-product-ul li .li-item .left .name {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    font-weight: 600
}

.cloud-product-ul li.active .li-item .left .name {
    margin-top: 25px;
    
}


.cloud-product-ul li.active .li-item .left .des {
    margin-top: 18px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    display: block;
    line-height: 24px;
}

.cloud-product-ul li .li-item .left .des {
    display: none;
}

.cloud-product-ul li.active .li-item .left .btn {
    display: block
}

.cloud-product-ul li .li-item .left .btn {
    font-size: 12px;
    color: #ffffff;
    width: 85px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: solid 1px #ffffff;
    border-radius: 13px;
    margin: 35px auto 0;
    display: none;
    opacity: 0.7;
}

.cloud-product-ul li .li-item .left .bottom-li {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    /* margin: 100px auto 0; */
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -15px;
}

.cloud-product-ul li.active .li-item .left .bottom-li {
    display: none
}

.cloud-product-ul li .li-item .product {
    width: 210px;
    height: 333px;
    position: absolute;
    top: 0;
    left: 150px;
    box-sizing: border-box;
    padding: 10px 15px;
}

.cloud-product-ul li .li-item .product .href {
    display: block;
    height: 52px;
    box-sizing: border-box;
    border-bottom: solid 1px #f2f3f7;
}

.cloud-product-ul li .li-item .product .href img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 4px;
}

.cloud-product-ul li .li-item .product .href span {
    line-height: 50px;
    display: inline-block;
    max-width: 115px;
    overflow: hidden;
    white-space: nowrap;
}