﻿
#main {
    text-align: center;
}

#fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
    background-color: #fff;
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -400px;
    padding: 3px;
    position: fixed !important; /* 浮动对话框 */
    position: absolute;
    top: 50%;
    width: 800px;
    z-index: 5;
    display: none;
}

    #dialog p {
        margin: 0 0 12px;
        height: 24px;
        line-height: 24px;
    }

        #dialog p.close {
            text-align: right;
            padding-right: 10px;
            border-bottom: solid 1px #f5f5f5;
        }

            #dialog p.close a {
                color: blue;
                text-decoration: none;
            }

            #dialog p.close span.hh {
                float: left;
                font-size: 14px;
                margin-left: 10px;
                border-left: solid 3px #0085e6;
                text-indent: 5px;
            }


        .msg {
            margin: 0 auto;
            width: 400px;
            padding: 10px;
        }
            .msg .noinfo {
                font-weight: 700;
                font-size: 16px;
                color: #FF7800;
            }

            .msg a {
                color: #FF7800;
                 font-size:15px;
               
               
            }

.mg-bt-15 {
    margin-bottom: 15px;
}

.jg-head .dv1 {
    margin: 0 auto;
    width: 680px;
}

    .jg-head .dv1 .logo {
        width: 680px;
        text-align: center;
        margin-bottom:15px;
    }

#btnSearch {
    line-height: 56px;
    padding-left: 40px;
    width: 110px;
}

.traces {
    border-left: solid 1px #e9ecee;
    font-size: 15px;
    margin-left: 20px;
}

    .traces li {
        position: relative;
        padding-left: 30px;
        margin-top: 10px;
    }

    .traces span {
        color: #939393;
    }

        .traces span.con {
            display: block;
            background-color: #cccccc;
            border-radius: 8px;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 7px;
            left: -8px;
        }

.brand-list span.spcs {
    font-size: 14px;
    padding: 5px;
    width: 125px;
    word-break: break-all;
    overflow: hidden;
    height: 25px;
    display: block;
    float: left;
}
.bg1 {
    background: linear-gradient(315deg, #2f5ff5 0%, #1E49D3 100%);
}

.color1 {
    color: #f5f5f5;
}

.s1-bg {
    width: 100%;
    min-width:1200px;
}

.order1 {
    border: solid 1px #f5f5f5;
}

.s1-bg .bdv1 {
    width: 1180px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    height: 300px;
}

.s1-bg ul {
    width: 600px;
}

    .s1-bg ul li {
        margin-bottom: 10px;
    }

        .s1-bg ul li.li1 {
            font-size: 40px;
        }

        .s1-bg ul li.li2 {
            font-size: 14px;
            line-height: 25px;
        }

        .s1-bg ul li a {
            letter-spacing: 2.4px;
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            font-weight: 700;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
            transition: .3s;
        }

.s1-bg .bdv1 img.img1 {
    width: 500px;
    position: absolute;
    top: 20px;
    right: 30px;
}

.s1-bg .bdv1 img.img2 {
    height: 500px;
    position: absolute;
    top: 30px;
    left: 120px;
}