﻿@charset "utf-8";
/* CSS Document -- skyren */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 100%; /*字体大小更改*/
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    /*color: #818181;*/
    color: black;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    overflow: visible;
    height: 100%;
}

    body.bodywhite {
        background-color: #FFF;
    }

body {
    background-color: white;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, img, td, div, input {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline-style: none;
    color: #818181;
    text-decoration: none;
    border: 0px;
}

input, select, textarea {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    outline: none;
}

input {
    border: 0;
    outline: none;
}

    input[type='submit'], input[type='text'] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

img {
    border: 0;
    display: block;
}

li {
    list-style-type: none;
    vertical-align: 0;
}

.hidden {
    display: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

textarea {
    resize: none;
}

.radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

::-moz-selection {
    background: transparent;
    color: none;
}

::selection {
    background: transparent;
    color: none;
}

.weixin {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.gradient1 {
    background-image: -moz-linear-gradient(top, #51a617, #35991f); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #51a617), color-stop(1, #35991f)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a617', endColorstr='#35991f', GradientType='0'); /* IE*/
}
/*public stop here*/


.foot {
    width: 100%;
    min-height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    /*background-color: #d4141e;*/
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    color: #911d22;
}

    .foot dl {
        width: 100%;
    }


    .foot dd {
        min-height: 2rem;
        line-height: 2rem;
        float: left;
        text-align: center;
    }


        .foot dd.this {
            border-bottom: 0.3rem solid #911d22;
        }

        .foot dd a {
            color: #911d22;
        }


    .foot.f2 {
        position: static;
    }

.foot_blank {
    width: 100%;
    height: 50px;
}

.foot a:active {
    opacity: 0.8;
}

.foot .side {
    width: 33%;
    height: 5rem;
    display: block;
}

    .foot .side.bn {
        border-right: none;
    }
/**.foot .middle{ width:39.3%; height:5em; display:block;background-color:#d4141e; float:left; text-align:center; color:#FFF; border-right:1px solid #da4048;}**/
.foot .middle {
    width: 34%;
    height: 5em;
    display: block;
    float: left;
    text-align: center;
    color: #911d22;
}

.area_blank {
    width: 100%;
    height: 50px;
}

.addcar_blank {
    width: 100%;
    height: 50px;
}

.blank {
    width: 100%;
    height: 10px;
}

.quanxuan_blank {
    width: 100%;
    height: 140px;
}
