@CHARSET "UTF-8";

body {
    margin: 0px
}

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?333h');
    background-position: center;
    background-repeat: no-repeat;
    width: 149px;
    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
}

.mainInfo {
    position: relative;
    background-color: #545D6E;
    background-image: url('images/mainBg.png?33435');
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%
}

.sign {
    position: absolute;
    left: 150px;
    top: 35%;
}

.android {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    color: #fff;
    background-color: #a00;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    padding: 5px 15px 5px 15px;
    top: 40%;
    right: 250px
}

.ios {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    color: #fff;
    background-color: #a00;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    padding: 5px 15px 5px 15px;
    top: 40%;
    right: 100px
}

.android:hover {
    background-color: #b00;
}

.ios:hover {
    background-color: #b00;
}

.functionInfo {
    position: relative;
    height: 700px;
}

.function {
    position: absolute;
    left: 50%;
    margin-left: -423px;
    top: 120px
}

.functionItem {
    list-type: none;
    margin: 0px;
    padding: 0px
}

.con {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px
}

.functionTable {
    width: 900px;
    background-color: #f3f3f3;
    margin: auto;
    font-size: 14px;
    border: 0px solid #f3f3f3;
}

.functionTable td {
    background-color: #fff;
    padding: 5px;
}

.tableHeaderRow td {
    height: 30px;
    font-weight: bold;
    background-color: #f5f5f5;
}

.cateHead {
    width: 900px;
    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;
}

.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%;
}

