/* 页面通用样式-全局样式 */
@import url("baseVar.css");

body {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a, h1, img, input, li, p, span, ul, strong, button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: 0;
}

label {
    font-size: 14px;
    cursor: pointer;
}

a, a:hover, a:link, a:active, a:visited {
    text-decoration: none;
    cursor: pointer;
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: none;
    margin-bottom: 0px;
    border: 0px;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
    vertical-align: middle;
}

textarea {
    -webkit-appearance: none;
    padding: 5px;
    line-height: 20px;
    text-align: justify;
    box-sizing: border-box;
    font-size: 10pt;
    color: #000;
    font-family: inherit;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.error {
    border: 1px solid #f30 !important;
}

.hide {
    height: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.layout {
    width: 1200px;
    margin: auto;
}


/* top */
.header {
    background: white;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top {
    width: 1200px;
    margin: auto;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.topLeft {
    width: auto;
    height: 70px;
    align-items: center;
}

    .topLeft > a {
        display: block;
        width: auto;
        height: auto;
    }

        .topLeft > a > img {
            width: auto;
            height: 50px;
            text-align: center;
            margin-top: 10px;
        }

    .topLeft .telbody {
        width: 0px;
        height: 0px;
        display: none;
    }



.header .top .topRight {
    width: auto;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    float: right;
}

    .header .top .topRight .language {
        display: block;
        height: 30px;
        text-align: right;
        margin-bottom: 5px;
    }

        .header .top .topRight .language select {
        }

        /*语言选择*/
        .header .top .topRight .language a {
            display: inline-block;
            width: auto;
            height: 22px;
            overflow: hidden;
            line-height: 22px;
            background: #ccc;
            color: #ffffff;
            font-size: 12px;
            text-align: center;
            padding: 0 5px;
            border-radius: 3px;
        }

            .header .top .topRight .language a:hover {
                background: #004c97;
            }

            .header .top .topRight .language a.on {
                background: #004c97;
            }


    .header .top .topRight .loginInfo {
        display: block;
        height: 26px;
        line-height: 26px;
        margin-top: 20px;
        overflow: hidden;
        text-align: right;
    }

        .header .top .topRight .loginInfo a {
            display: inline-block;
            width: auto;
            height: 26px;
            overflow: hidden;
            line-height: 26px;
            background: #0066cb; /*调色处*/
            text-align: center;
            color: #ffffff;
            font-size: 12px;
            margin-left: 10px;
            padding: 0 10px;
        }

            .header .top .topRight .loginInfo a span {
                color: #3366cc;
                font-weight: bold;
            }

            .header .top .topRight .loginInfo a.rega {
                background: #f90; /*调色处*/
            }

            .header .top .topRight .loginInfo a.loging {
                background: none;
                color: #666666;
                width: auto;
                font-size: 14px;
            }

            .header .top .topRight .loginInfo a.logout {
                background: #666666;
            }

            .header .top .topRight .loginInfo a.gotoCenter {
                display: none;
            }

            .header .top .topRight .loginInfo a.gotoCenteron {
                display: none;
            }


/*移动端的菜单按钮*/
.mobileMenuButton {
    display: none;
}


#menuBox {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 700px;
    height: 70px;
    margin-left: -350px;
}

    #menuBox > ul {
        width: 100%;
        line-height: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
    }

        #menuBox > ul > li {
            flex: 1;
            font-size: 16px;
            line-height: 70px;
            text-align: center;
            width: auto;
            cursor: pointer;
            color: #707070;
        }

            #menuBox > ul > li:hover {
                color: black;
                border-bottom: 2px solid var(--topmenucolor);
            }

                #menuBox > ul > li:hover > a {
                    color: black;
                }

            #menuBox > ul > li.on {
                border-bottom: 2px solid var(--topmenuoncolor);
                color: black;
            }

                #menuBox > ul > li.on > a {
                    color: black;
                }

            #menuBox > ul > li a {
                display: block;
                line-height: 68px;
                color: #707070;
            }



/*底部说明链接*/
.bottomText {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    color: #7a7f89;
    background: #2a2e37;
}

    .bottomText ul {
        width: 1000px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

        .bottomText ul li {
            float: left;
            width: 250px;
            height: auto;
            overflow: hidden;
        }

            .bottomText ul li span {
                display: block;
                height: 30px;
                font-weight: bold;
                color: white;
            }

            .bottomText ul li ul {
                width: auto;
            }

                .bottomText ul li ul li {
                    float: none;
                    color: #999999;
                    font-size: 12px;
                    line-height: 22px;
                    background: url(../images/inco_004.png) no-repeat left center;
                    padding-left: 10px;
                }

                    .bottomText ul li ul li a {
                        color: #999999;
                        font-size: 12px;
                        line-height: 22px;
                    }

                        .bottomText ul li ul li a:hover {
                            text-decoration: underline;
                        }

.bottomCopyBox {
    width: auto;
    height: auto;
    overflow: hidden;
    background: #1e222b;
    padding: 30px 0;
}

    .bottomCopyBox .bottomCopy {
        width: 1100px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

        .bottomCopyBox .bottomCopy a {
            color: #ffffff;
        }

            .bottomCopyBox .bottomCopy a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

        .bottomCopyBox .bottomCopy .bottomCopyLogo {
            width: 250px;
            height: 100px;
            overflow: hidden;
            float: left;
        }

            .bottomCopyBox .bottomCopy .bottomCopyLogo img {
                width: 166px;
                height: 80px;
                margin-top: 15px;
                margin-left: 20px;
            }

        .bottomCopyBox .bottomCopy .bottomCopyLeft {
            width: auto;
            color: #999999;
            font-size: 12px;
            line-height: 20px;
            float: left;
        }

        .bottomCopyBox .bottomCopy .bottomCopyRight {
            float: right;
        }

            .bottomCopyBox .bottomCopy .bottomCopyRight img {
                width: 100px;
                height: 100px;
            }

/*系统提示框*/
.sysMessageBox {
    width: auto;
    height: 34px;
    line-height: 34px;
    background: #fdfce4 url(../images/error.png) no-repeat 15px center;
    background-size: 16px 16px;
    border: 1px solid #fede9e;
    border-radius: 0px;
    font-size: 10pt;
    color: #444444;
    padding: 0 10px 0 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

    .sysMessageBox i {
        color: #f00;
        margin: 0 2px;
    }


/*内页各标签样式01*/
.selectTips {
    height: 36px;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .selectTips a {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-right: 5px;
        background: var(--tipcolor);
        cursor: pointer;
        color: var(--tipfontcolor);
        font-size: 11pt;
    }

        .selectTips a.on {
            border: 1px solid var(--tiponcolor);
            background: var(--tiponcolor);
            color: var(--tiponfontcolor);
        }

        .selectTips a:hover {
            border: 1px solid var(--tiponcolor);
            background: var(--tiponcolor);
            color: var(--tiponfontcolor);
        }

        .selectTips a:last-child {
            margin-right: 0;
        }

        .selectTips a i {
            display: inline;
            padding: 1px 5px;
            background: #f30;
            border-radius: 5px;
            margin-left: 5px;
            color: #fff;
            font-size: 10pt;
        }

        .selectTips a input[type="button"] {
            height: 28px;
            line-height: 28px;
            width: auto;
            padding: 0 10px;
            float: right;
            margin: 5px;
            border-radius: 3px;
            background: #f90;
            color: #fff;
        }

            .selectTips a input[type="button"]:hover {
                background: #f30;
                color: #fff;
            }


    /*只有一个标签时，样式单独设置*/
    .selectTips .selectone {
        text-align: left;
        text-indent: 0.5em;
        font-size: 16px;
    }

        .selectTips .selectone:hover {
            border: 1px solid #d8e3e9;
            background: #e1e1e1;
            color: #333;
            text-decoration: none;
            cursor: default !important;
        }



/*内页各标签样式02*/
.selectTipsList {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

    .selectTipsList a {
        display: block;
        width: auto;
        height: 36px;
        line-height: 36px;
        margin-right: 5px;
        padding: 0 30px;
        background: #e1e1e1;
        text-align: center;
        cursor: pointer;
        color: #333;
        font-size: 9pt;
        float: left;
    }

        .selectTipsList a.on {
            border: 1px solid #0091fa;
            background: #0091fa;
            color: #fff;
        }




/*具中样式按钮*/
.addButtonCenterBox {
    text-align: center;
    padding: 5px 0;
}

    .addButtonCenterBox input {
        width: 100px;
        height: 30px;
        background: #f90;
        color: #fff;
    }

.selectbox {
    display: inline-block;
    width: auto;
    height: 28px;
    border: 1px solid #d5d5d5;
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .selectbox select {
        width: 100px;
        height: 20px;
        line-height: 18px;
        border: 0px;
        margin-top: 4px;
    }

/*多行多选择框*/
.selectboxline {
    display: inline-block;
    width: auto;
    height: auto;
    border: 1px solid #d5d5d5;
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .selectboxline select {
        width: 200px;
        height: auto;
        line-height: 20px;
        border: 0px;
        margin: 4px 0;
    }

.nullBox {
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    display: none;
}

#cover {
    background: #000;
    position: absolute;
    left: 0px;
    top: 70px;
    width: 100%;
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: none;
    z-index: 2;
}

/*文本内容中的帮助图标*/
.textHelpIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/help.png) no-repeat 0px center;
    background-size: 16px 16px;
    cursor: pointer;
}

.textAboutIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/error.png) no-repeat 0px center;
    background-size: 16px 16px;
    cursor: pointer;
}

.bagInIcon {
    /*display:inline-block;*/
    background: url(../images/sign-in.png) no-repeat right top;
    background-size: 16px 16px;
    padding-right: 20px;
    font-size: 11pt;
}

.bagOutIcon {
    /*display:inline-block;*/
    background: url(../images/sign-out.png) no-repeat right top;
    background-size: 16px 16px;
    padding-right: 20px;
    font-size: 11pt;
}

/*统一的单号显示样式*/
.showNo {
    font-weight: bold !important;
    font-size: 11pt !important;
}

/*页面纯文字内容样式*/
.inputBodyTextBox {
    display: block;
    width: auto;
    padding: 10px;
    line-height: 24px;
    font-size: 10pt;
}

.selectCurrency {
    width: 80px;
    float: left;
    margin-right: 5px;
}

@media screen and (max-width:980px) {
    .layout {
        width: 100%;
        margin: auto;
    }

    .header .top {
        width: auto;
        height: 60px;
        padding: 0 10px;
    }

        .header .top .topLeft {
            width: 60%;
            height: 60px;
            margin-right: 0px;
            text-align: center;
            display: initial;
        }

            /*顶部LOGO*/
            .header .top .topLeft a.logo {
                display: block;
                width: auto;
                height: 36px;
                margin-top: 12px;
            }

                .header .top .topLeft a.logo img {
                    width: auto;
                    height: 36px;
                    margin-top: 0px;
                }


            .header .top .topLeft .telbody {
                display: none;
            }



        .header .top .topRight {
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-top: 16px;
        }

            .header .top .topRight .language {
                display: none;
            }

            .header .top .topRight .loginInfo {
                display: block;
                height: 30px;
                line-height: 30px;
                margin-top: 0px;
            }

                .header .top .topRight .loginInfo a {
                    display: none;
                }

                    .header .top .topRight .loginInfo a.gotoCenter {
                        display: block;
                        width: 30px;
                        height: 30px;
                        background: url(../images/m4_03.png) no-repeat; /*个人头像及菜单按钮*/
                        background-size: 30px;
                        padding: 0px;
                        margin: 0px;
                    }

                    .header .top .topRight .loginInfo a.gotoCenteron {
                        display: block;
                        width: 30px;
                        height: 30px;
                        background: url(../images/m5_03.png) no-repeat; /*个人头像及菜单按钮*/
                        background-size: 30px;
                        padding: 0px;
                        margin: 0px;
                    }


    /*手机端菜单按钮*/
    .mobileMenuButton {
        display: block;
        width: 28px;
        height: 28px;
        background: url(../images/menu3.png) no-repeat center center;
        background-size: 28px 28px;
        padding: 0px;
        margin: 0px;
        margin-top: 16px;
    }


    #menuBox {
        display: none;
        position: absolute;
        left: 0px;
        top: 60px;
        background: #f7f7f7;
        width: 100%;
        height: auto;
        margin: 0px;
        z-index: 999;
    }

        #menuBox ul {
            display: block;
            width: auto;
            height: auto;
            overflow: hidden;
        }

        #menuBox > ul > li {
            float: none;
            width: auto;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            cursor: pointer;
            color: #707070;
            border-bottom: solid 1px #fff;
        }

        #menuBox ul li a {
            font-size: 10pt;
            line-height: 40px;
        }

    .bottomText {
        padding: 20px 10px;
    }

        .bottomText ul {
            width: auto;
        }

            .bottomText ul li {
                float: none;
                width: auto;
                margin: 10px;
            }

    .bottomCopyBox .bottomCopy {
        width: auto;
    }

        .bottomCopyBox .bottomCopy .bottomCopyLogo {
            float: none;
            width: auto;
            height: auto;
            margin-bottom: 10px;
            text-align: center;
        }

            .bottomCopyBox .bottomCopy .bottomCopyLogo img {
                margin: 0px;
            }

        .bottomCopyBox .bottomCopy .bottomCopyLeft {
            float: none;
            text-align: center;
            margin-bottom: 10px;
        }

        .bottomCopyBox .bottomCopy .bottomCopyRight {
            float: none;
            text-align: center;
        }
}
