@CHARSET "UTF-8";

body {
    margin: 0px;
    background-color: #fcfcfc;
}

ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.model_item li {
    float: left;
    list-style: none;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px
}

.header {
    height: 90px;
    background-color: #303643;
    width: 100%;
    vertical-align: middle;
    line-height: 90px;
}

.logo {
    float: left;
    margin-left: 50px;
    margin-top: 15px;
    background-image: url('images/logo.png?2018_07_23_1');
    background-position: center;
    background-repeat: no-repeat;
    width: 220px;
    height: 60px
}

.model_item {
    height: 50px;
    margin-top: 20px;
    font-size: 16px;
    float: left;
    color: white;
    padding-left: 120px;
    padding-right: 20px
}

a.wshopCate:link {
    color: #ffffff;
    text-decoration: none;
}

a.wshopCate:visited {
    color: #ffffff;
    text-decoration: none;
}

a.wshopCate:hover {
    color: #ff3535;
    text-decoration: none;
}

a.wshopCate:active {
    color: #ff3535;
    text-decoration: none;
}

a.wshopDown:link {
    color: #ffffff;
    text-decoration: none;
}

a.wshopDown:visited {
    color: #ffffff;
    text-decoration: none;
}

a.wshopDown:hover {
    color: #fff;
    text-decoration: none;
}

a.wshopDown:active {
    color: #fff;
    text-decoration: none;
}

.liActive {
    background-color: #404653;
    border-radius: 10px
}


.conContainer {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}

.cateHead {
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.cateHead2 {
    margin: 0px auto;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.cateHead span {
    padding-left: 10px
}

.cateHead img {
    vertical-align: middle
}

.orderInfo {
    font-size: 18px;
    line-height: 40px;
    padding-left: 20px;
}

.price {
    color: #a00;
    padding-left: 10px;
}

.serviceList {
    line-height: 180%;
}

.content {
    font-size: 14px;
    text-align: left;
    line-height: 160%;
}

.pageTitle {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#orderNow{
    height: 36px;
    background-color: #90ef90;
    border: 1px solid #88cc88;
    border-radius: 3px;
    margin-top: 20px;
}

#orderRefresh{
    height: 36px;
    background-color: #90ef90;
    border: 1px solid #88cc88;
    border-radius: 3px;
    margin-top: 20px;
    width: 100px;
}
