﻿body {
    font-size: 14px;
    font-family: 微软雅黑;
}

.demoTable {
    margin-top: 10px;
}

#container {
    width: 100%;
    z-index: 1
}

#myheader {
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    border-bottom: solid 1px #E5E6E8;
}

#header {
    margin: 0 auto;
    border: 0px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.mydivfloorid {
    margin: 0 auto;
    border: 0px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.mydivflooridone {
    margin: 0 auto;
    border: 0px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.mydivflooridtwo {
    margin: 0 auto;
    border: 0px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.mydivflooridone > div:hover {
    cursor: crosshair;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.mydivflooridthree {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#produceshow {
    background-color: #FAFAFA;
    z-index: 9999;
    position: fixed;
    top: 82px;
    width: 85%;
    border-top: solid 2px #2B6FB6;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    left: 5%;
    border-bottom: solid 1px #2B6FB6;
}

.mydivproductid {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 60px;
    padding: 10px;
}

    .mydivproductid:hover {
        background-color: #F7F5DB;
        transition: all .5s;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
        -moz-box-shadow: 0px 0px 20px #F5F7F5;
        -webkit-box-shadow: 0px 0px 20px #F5F7F5;
        box-shadow: 0px 0px 20px #F5F7F5;
        border: solid 1px #3286DE;
    }

#header > div:nth-child(1) {
    float: left;
}

#header > div:nth-child(2) {
    float: right;
    text-align: right;
}

#header > div:nth-child(1) > div:nth-child(1) {
    width: 360px;
    display: inline-block;
    float: left;
}

    #header > div:nth-child(1) > div:nth-child(1) > img {
        width: 180px;
        height: 60px;
        margin-bottom: 4px;
    }

#headermenu {
    display: inline-block;
    float: left;
}

    #headermenu ul {
        list-style: none;
        font-size: 18px;
        line-height: 34px;
        margin-top: 17px;
    }

        #headermenu ul li {
            float: left;
            margin-right: 24px;
            color: #202020;
        }

#mybottomid {
    margin: 0 auto;
    border: 0px;
    margin-top: 80px;
    margin-bottom: 30px;
}

    #mybottomid > div:nth-child(1) {
        width: 100%;
        color: #64707C;
        font-size: 16px;
    }

        #mybottomid > div:nth-child(1) > div:nth-child(1) {
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: left;
            padding-right: 24px;
        }

        #mybottomid > div:nth-child(1) > div:nth-child(2) {
            height: 22px;
            line-height: 22px;
            display: inline-block;
            width: 126px;
            text-align: center;
            border: 0px;
            border-left: solid 1px #C8C8C8;
            border-right: solid 1px #C8C8C8;
        }

        #mybottomid > div:nth-child(1) > div:nth-child(3) {
            height: 22px;
            line-height: 22px;
            display: inline-block;
            padding-left: 24px;
        }

    #mybottomid > div:nth-child(2) {
        width: 100%;
        color: #64707C;
        font-size: 14px;
        margin-top: 20px;
    }

        #mybottomid > div:nth-child(2) > div:nth-child(1) {
            width: 920px;
            float: left;
        }

            #mybottomid > div:nth-child(2) > div:nth-child(1) > span {
                margin-left: 8px;
                margin-right: 8px;
            }

        #mybottomid > div:nth-child(2) > div:nth-child(2) {
            float: right;
            text-align: right;
            margin-top: -18px;
        }

.btnlogin {
    width: 100px;
    border-radius: 30px;
    height: 32px;
    line-height: 32px;
    color: #1a5d9f;
    border: solid 1px #1a5d9f;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
}

.floorbuttom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.headclasss {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

[v-cloak] {
    display: none;
}
