﻿* {
    margin: 0;
    padding: 0;
}
/* 普通IE浏览器 样式清除 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
/* 火狐浏览器样式清除 */
input[type="number"] {
    -moz-appearance: textfield;
}

input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

.container {
    min-width: 1200px;
}

    .container .tabTop {
        width: 100%;
        height: 98px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px -6px rgba(133, 133, 133, 0.5);
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
.tabTop .left_box {
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
}
p.line {
    width: 1px;
    height: 20px;
    background-color:rgba(153, 153, 154, 1);
    margin: 0 14px;
}
    .tabTop .left_box p.txt{
        font-size: 7px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #323233;
       
    }
    .container .tabTop .content {
    width: 1200px;
    height: 47px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

            .container .tabTop .content .leftLoge {
                width: 73px;
                height: 47px;
            }

            .container .tabTop .content .rightBtn a {
                text-decoration: none;
                display: inline-block;
                width: 112px;
                height: 42px;
                font-size: 16px;
                font-family: MicrosoftYaHei;
                color: #333333;
                line-height: 42px;
            }

            .container .tabTop .content .rightBtn .btn03 {
                text-align: center;
                width: 126px;
                height: 42px;
                background: #2876F3;
                border-radius: 4px;
                font-size: 16px;
                font-family: MicrosoftYaHei;
                color: #FFFFFF;
                line-height: 42px;
            }

    .container .content {
        max-width: 1200px;
        margin: auto;
    }

    .container .bottomContent {
        width: 100%;
        min-width: 1200px;
        position: relative;
    }

    .container .tabBottom {
        width: 100%;
        height: auto;
    }
