﻿* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
    position: relative;
}

html {
    height: 100%;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.body {
    position: absolute;
    min-height: 100%;
    min-width: 1200px;
    width: 100%;
    padding-bottom: 160px;
    background: #f7f7f7;
}

.top-com .logo {
    border-right: 1px solid #e2dfdf;
    padding-right: 30px;
    vertical-align: middle;
    padding-left: 0px;
    margin-top: 29px;
    cursor: pointer;
}

.top-com .general {
    padding-left: 30px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #333333;
    top: 20px;
}

.top-com {
    height: 100px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(200,200,200,0.5) 0px 0px 15px;
}

.con {
    width: 1200px;
    margin: auto;
}

.top-com .search_box {
    position: absolute;
    right: 0px;
    top: 29px;
    height: 42px;
    width: 400px;
    padding: 0px 50px 0px 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    border-radius: 5px;
    border: solid 1px #dddddd;
}

    .top-com .search_box::-webkit-input-placeholder { /* WebKit browsers */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 48px;
        letter-spacing: 0px;
        color: #999999;
    }

    .top-com .search_box::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 48px;
        letter-spacing: 0px;
        color: #999999;
    }

    .top-com .search_box:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 48px;
        letter-spacing: 0px;
        color: #999999;
    }

.top-com .search_btn {
    width: 42px;
    height: 42px;
    background: url(/Content/Img/014.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 27px;
    cursor: pointer;
}

.top-com .top-nav {
    width: 1200px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 80px;
    overflow: hidden;
}

    .top-com .top-nav a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        display: block;
        float: left;
        cursor: pointer;
        line-height: 30px;
    }

        .top-com .top-nav a:not(:last-child) {
            margin-right: 48px;
        }

.container-com {
    width: 100%;
    margin: 0px auto 0px auto;
}

    .container-com .content {
        width: 1200px;
        margin: 0px auto;
    }

.footer-com {
    width: 100%;
    box-shadow: rgba(200,200,200,0.5) 0px 0px 15px;
    background: #2f3135;
    height: 295px;
    text-align: center;
    position: absolute;
    bottom: -170px;
}

    .footer-com .footer_content {
        /*width: 1200px;*/
        width:98%;
        height: 295px;
        display: inline-block;
        /*display:  block;*/
        position: relative;
    }

        .footer-com .footer_content .footer_text {
            /*border: 1px solid red;*/
            /*width: 1200px;*/
            position: absolute;
            bottom: 37px;
        }

        .footer-com .footer_content .footer_text1 {
            position: absolute;
            bottom: 37px;
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #ffffff;
            text-align: left;
        }

            .footer-com .footer_content .footer_text1 div {
                padding: 4px;
            }



    .footer-com .footer_Company {
        width: 100%;
        border-bottom: 1px #ffffff solid;
        opacity: 0.1;
        margin-top: 15px;
        color: #ffffff;
    }

    .footer-com .footer_Meesage {
        color: #ffffff;
        top: 21px;
        height: 53px;
    }

        .footer-com .footer_Meesage span {
            margin-left: 21px;
            margin-right: 21px;
        }




        .footer-com .footer_content .footer_text2 {
            position: absolute;
            bottom: 37px;
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #ffffff;
            text-align: left;
            left: 30%;
        }

            .footer-com .footer_content .footer_text2 div {
                padding: 4px;
            }

            .footer-com .footer_content .footer_text span {
                height: 20px;
                font-family: MicrosoftYaHei;
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 48px;
                letter-spacing: 1px;
                color: #ffffff;
            }

    .footer-com .footer_content .content_item {
        margin-top: 30px;
        float: left;
        text-align: left;
        display: inline-block;
        margin-right: 40px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .footer-com .footer_content .download {
        margin-top: 30px;
        float: left;
        text-align: left;
        display: inline-block;
        margin-left: 30px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
    }

            .footer-com .footer_content .download img {
                display: block;
                cursor: pointer;
                padding-top: 8px;
                padding-bottom: 7px;
            }

    .footer-com .footer_content .QRcode {
        margin-top: -112px;
        float: left;
        text-align: left;
        display: inline-block;
        left: 190px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
        width: 112px;
        height: 112px;
        background-color: #ffffff;
        border-radius: 9%;
    }

        .footer-com .footer_content .QRcode div {
            color: #2f3135;
            text-align: center;
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
        }


    .footer-com .footer_content .QRcode1 {
        margin-top: -112px;
        float: left;
        text-align: left;
        display: inline-block;
        left: 190px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
        width: 112px;
        height: 112px;
        background-color: #ffffff;
        border-radius: 9%;
        display: none;
    }

    .footer-com .footer_bottom {
        border-top: 1px #ffffff solid;
        opacity: 0.1;
        margin-top: 15px;
        width: 100%;
        margin-top: 179px;
    }

.footer-com .footer_bottom_Com span {
    margin-left: 21px;
    margin-right: 21px;
    letter-spacing: 1px;
    color: #434549;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
}

.footer-com .footer_bottom_Com {
    margin-top: 12px;
}

        .footer-com .footer_content .QRcode1 div {
            color: #2f3135;
            text-align: center;
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
        }

        .footer-com .footer_content .line {
            margin-top: 30px;
            float: left;
            text-align: left;
            display: inline-block;
            width: 1px;
            height: 115px;
            background-color: #ffffff;
            opacity: 0.1;
            background-color: #ffffff;
            opacity: 0.1;
        }

        .footer-com .footer_content .content_item a {
            display: block;
            cursor:pointer;
            color:#fff;
            text-decoration:none;
        }

            .footer-com .footer_content .content_item a:first-child {
                font-family: MicrosoftYaHei;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 48px;
                letter-spacing: 0px;
                color: #ffffff;
            }

.tipsDialog {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.tDialog {
    display: none;
    background-color: rgba(255,255, 255, 1);
    width: 20%;
    height: 100px;
    border-radius: 5px;
    z-index: 9999; /*优先*/
    text-align: center;
    /* 实现对浏览器窗口的垂直居中 */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
    /* 弹出框的提示文字部分 */
    .tDialog .showTips {
        height: 60%;
        line-height: 60px;
        margin: 0 auto;
    }
    /* 弹出框的两个按钮部分 */
    .tDialog .footerTips {
        height: 40%;
        display: flex;
        flex-direction: row;
        border-top: 1px solid #eee3e3;
    }
/* 取消和确认按钮的设置 */
.confirm, .cancel {
    outline: none;
    background-color: white;
    width: 50%;
}

.tDialog .confirm {
    border-width: 1px 0px 0px 1px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    border-left: 1px solid #eee3e3;
}

.tDialog .cancel {
    border-width: 1px 0px 0px 0px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}




.MessageMask {
    display: none;
    position: fixed;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

    .MessageMask .MessageDialog {
        width: 600px;
        background-color: white;
        z-index: 9999999;
        position: fixed;
        top: 40%;
        transform: translateY(-50%);
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
        box-sizing: border-box;
    }

        .MessageMask .MessageDialog .title {
            font-size: 16px;
            color: #333;
            letter-spacing: 1px;
            margin-bottom: 20px;
            position: relative;
        }

            .MessageMask .MessageDialog .title .titleTxt {
                vertical-align: middle;
                font-size: 20px;
            }

            .MessageMask .MessageDialog .title img {
                width: 20px;
                height: 20px;
                vertical-align: middle;
                position: absolute;
                right: 0;
                cursor: pointer;
            }

        .MessageMask .MessageDialog .con {
            margin-bottom: 20px;
        }

        .MessageMask .MessageDialog .btn {
            text-align: right;
        }

            .MessageMask .MessageDialog .btn span {
                display: inline-block;
                cursor: pointer;
                width: 80px;
                height: 32px;
                color: #fff;
                background-color: #409eff;
                border-color: #409eff;
                text-align: center;
                line-height: 32px;
                font-size: 14px;
            }






.LookActivityMask {
    display: none;
    position: fixed;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

    .LookActivityMask .ActDialog {
        width: 587px;
        background-color: white;
        z-index: 9999999;
        position: fixed;
        top: 20%;
        transform: translateY(-50%);
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
        box-sizing: border-box;
        margin: auto;
    }

        .LookActivityMask .ActDialog .title {
            font-size: 16px;
            color: #333;
            letter-spacing: 1px;
            margin-bottom: 20px;
            position: relative;
        }

            .LookActivityMask .ActDialog .title .titleTxt {
                vertical-align: middle;
                font-size: 20px;
            }

            .LookActivityMask .ActDialog .title img {
                width: 20px;
                height: 20px;
                vertical-align: middle;
                position: absolute;
                right: 0;
                cursor: pointer;
            }

        .LookActivityMask .ActDialog .con {
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .LookActivityMask .ActDialog .btn {
            text-align: right;
        }

            .LookActivityMask .ActDialog .btn span {
                display: inline-block;
                cursor: pointer;
                width: 80px;
                height: 32px;
                color: #fff;
                background-color: #409eff;
                border-color: #409eff;
                text-align: center;
                line-height: 32px;
                font-size: 14px;
            }

        .LookActivityMask .ActDialog .con .table {
            /*margin: 0px auto;*/
            margin-left: 26px;
        }

            .LookActivityMask .ActDialog .con .table .textInput {
                height: 33px;
                width: 330px;
                padding: 0px 50px 0px 10px;
                border-radius: 5px;
                background-color: #fbfbfb;
                border-radius: 5px;
                border: solid 1px #dddddd;
            }

            .LookActivityMask .ActDialog .con .table tr td {
                padding-top: 6px;
                padding-bottom: 6px;
            }



        .LookActivityMask .ActDialog .con1 .table {
            margin-left: 20px;
        }



            .LookActivityMask .ActDialog .con1 .table .textInput {
                height: 33px;
                width: 228px;
                padding: 0px 50px 0px 10px;
                border-radius: 5px;
                background-color: #fbfbfb;
                border-radius: 5px;
                border: solid 1px #dddddd;
            }

            .LookActivityMask .ActDialog .con1 .table tr td {
                padding-top: 6px;
                padding-bottom: 6px;
                padding-left: 8px;
            }

            .LookActivityMask .ActDialog .con1 .table .title {
                font-family: MicrosoftYaHei;
                font-size: 18px;
                font-stretch: normal;
                line-height: 30px;
                letter-spacing: 0px;
                color: #258aff;
                font-weight: bold;
                cursor: pointer;
                text-align: center;
            }





.SupplyDemandMask {
    display: none;
    position: fixed;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

    .SupplyDemandMask .SupplyDemandDialog {
        width: 600px;
        background-color: white;
        z-index: 9999999;
        position: fixed;
        top: 40%;
        transform: translateY(-50%);
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
        box-sizing: border-box;
    }

        .SupplyDemandMask .SupplyDemandDialog .title {
            font-size: 16px;
            color: #333;
            letter-spacing: 1px;
            margin-bottom: 20px;
            position: relative;
        }

            .SupplyDemandMask .SupplyDemandDialog .title .titleTxt {
                vertical-align: middle;
                font-size: 20px;
            }

            .SupplyDemandMask .SupplyDemandDialog .title img {
                width: 20px;
                height: 20px;
                vertical-align: middle;
                position: absolute;
                right: 0;
                cursor: pointer;
            }

        .SupplyDemandMask .SupplyDemandDialog .btnList {
            width: 100%;
            display: table;
            word-spacing: -1em;
            margin: 20px 0;
        }

            .SupplyDemandMask .SupplyDemandDialog .btnList span {
                display: inline-block;
                width: 45%;
                margin: 0 2.5%;
                word-spacing: 0em !important;
                cursor: pointer;
                text-align: center;
                background-color: #5e83f6;
                padding: 10px;
                box-sizing: border-box;
                color: white;
            }



.PictureMask {
    display: none;
    position: fixed;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

    .PictureMask .PictureDialog {
        width: 600px;
        background-color: white;
        z-index: 9999999;
        position: fixed;
        top: 20%;
        transform: translateY(-50%);
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
        box-sizing: border-box;
    }

        .PictureMask .PictureDialog .title {
            font-size: 16px;
            color: #333;
            letter-spacing: 1px;
            margin-bottom: 20px;
            position: relative;
        }

            .PictureMask .PictureDialog .title .titleTxt {
                vertical-align: middle;
                font-size: 20px;
            }

            .PictureMask .PictureDialog .title img {
                width: 20px;
                height: 20px;
                vertical-align: middle;
                position: absolute;
                right: 0;
                cursor: pointer;
            }

        .PictureMask .PictureDialog .imgDiv {
            width: 100%;
            text-align: center;
        }

            .PictureMask .PictureDialog .imgDiv .ImgCon {
                width: 500px;
                height: 500px;
                margin: 20px auto;
            }



