.window-shadow {
    -moz-box-shadow: 0px 5px 10px #ccc;
    -webkit-box-shadow: 0px 5px 10px #ccc;
    box-shadow: 0px 5px 10px #ccc;
}

ul.service li {
    display: inline-block;
    width: 296px;
    height: 464px;
    background: url(/static/topic/jicai/images/6_05.png) center no-repeat;
    color: white;
    text-align: center;
    vertical-align: top;
}

ul.service li.gray {
    color: #38393e;
}

ul.service li h5 {
    font-size: 26px;
    margin-top: 45px;
}

ul.service li h6 {
    font-size: 16px;
    margin-top: 20px;
}

ul.solutionLeft {
    width: 150px;
    display: inline-block;
    color: white;
    margin-left: 168px;
    margin-top: 35px;
}

ul.solutionLeft li {
    background: url(/static/topic/jicai/images/7_03.png) right center no-repeat;
    font-size: 16px;
    padding: 20px 0px;
    cursor: pointer;
}

ul.solutionLeft li[act] {
    background-image: url(/static/topic/jicai/images/7_06.png);
    color: #eb4a38;
}

ul.solutionRight {
    display: inline-block;
    vertical-align: top;
    background-color: white;
    width: 860px;
    height: 295px;
    margin-top: 43px;
}

ul.solutionRight li {
    display: inline-block;
    text-align: center;
    width: 200px;
    border-right: 1px solid #ebebeb;
    height: 295px;
    vertical-align: top;
    margin-left: -3px;
}

ul.solutionRight li > img {
    margin-top: 75px;
}

ul.solutionRight li h6 {
    font-size: 16px;
    margin-top: 5px;
}

ul.solutionRight li > div {
    padding: 25px 0px;
}

ul.solutionRight li > div[border] {
    border-bottom: 1px solid #ebebeb;
}

ul[fiveBlock] li {
    width: 170px;
}

/*精选供应商*/
ul.godSuply li {
    display: inline-block;
    width: 278px;
    height: 341px;
    background: url(/static/topic/jicai/images/13_03.png) center no-repeat;
    margin-right: 25px;
    position: relative;
}

ul.godSuply li dfn {
    display: inline-block;
    color: white;
    font-size: 16px;
    margin-top: 282px;
    margin-left: 7px;
    background: url(/static/topic/jicai/images/14_03.png) left center no-repeat;
    width: 254px;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
}

ul.godSuply li > div {
    position: absolute;
    width: 265px;
    height: 190px;
    background: rgba(191, 61, 53, 0.7);
    /* bottom: 8px; */
    color: white;
    left: 7px;
    line-height: 1.6;
    bottom: -170px;
}

ul.godSuply li > div strong {
    padding: 20px 0px 0px 15px;
    display: inline-block;
    font-size: 16px;
}

ul.godSuply li > div h6 {
    padding: 0px 0px 0px 15px;
    height: 130px;
    overflow: hidden;
}

div[godSuply] button {
    width: 55px;
    height: 55px;
    font-size: 20px;
    font-family: sans-serif;
    background-color: #6c77ad;
    border: none;
    color: #174289;
    cursor: pointer;
}

div[godSuply] button.disab {
    color: #eb4a38;
}

/*我要入住*/
div.enter button {
    display: inline-block;
    width: 130px;
    height: 40px;
    color: white;
    background-color: #eb4a38;
    border:1px solid  #eb4a38;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

div[bottomForm] {
    background: url(/static/topic/jicai/images/12_05.jpg) center no-repeat;
    height: 263px;
    width: 1200px;
    margin: 20px auto;
}
div[bottomForm]>div {
    width: 543px;
    height: 263px;
    float: right;
    margin-right: 60px;
    margin-top: 40px;
}

div[bottomform] input[type="text"] {
    -webkit-box-shadow: 0 0 0px 0px white inset;
    border: 1px solid white;
    width: 250px;
    color: white;
}
div[bottomForm] input {
    background: none;
    height: 30px;
}
input[type="text"] {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
div[bottomForm] button {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    font-size: 24px;
    background-color: #eb4a38;
    float: right;
    margin-top: 30px;
    border: 1px solid #eb4a38;

    cursor: pointer;
}
