﻿body {
    width: 100%;
    height: 100%;
}

body, .section, .fallContant, p, ul, li, a, img {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style: none;
}

.navbar {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    text-align: right;
}

    .navbar li {
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }

        .navbar li a {
            font-size: 16px;
            text-decoration: none;
            color: #222;
            padding: 0px 2px;
            line-height: 48px;
        }

.navbox {
    padding: 20px 0px;
    background: #fafafa;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
    width: 100%;
    box-sizing: border-box;
}

li.navlistleft {
    float: left;
}

li.navlistright {
    float: right;
}

li.navlistleft {
    width: 25%;
}

    li.navlistleft img {
        width: 100%;
    }

li.navlistright {
    width: 75%;
}

.fallContant {
    max-width: 750px;
    margin: 0 auto;
}

/*Strat 留言板块*/
.bg-MsgBox {
    /*外部背景*/
    background: #1559E2;
    padding: 5px;
}

.messageBox {
    margin: 10px;
    /*内部背景*/
    background: #272d96;
    padding: 15px;
    border-radius: 5px;
}

.messageTitle {
    text-align: center;
    padding: 10px;
    border-bottom: 1px dotted #666;
}

    .messageTitle img {
        width: 24px;
        height: 24px;
    }

    .messageTitle span {
        padding: 0px 15px;
        font-weight: 600;
        vertical-align: super;
        color: #fff;
    }

.formList {
    width: 100%;
    display: flex;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 4px;
    margin: 15px 0px;
}

    .formList label, .selectBox label {
        display: block;
        font-size: 16px;
        border-right: 1px solid #e6e6e6;
        padding: 0 10px;
        background: #FBFBFB;
        width: 110px;
        text-align: center;
        line-height: 40px;
    }

label img {
    width: 100%;
    height: 40px;
}

.formList input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    margin-right: 5px;
    background: none;
}

.formList label span {
    color: red;
}

.selectBox {
    display: flex;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    margin: 15px 0;
}

    .selectBox select {
        padding: 12px 5px;
        width: 100%;
        display: block;
        font-size: 14px;
        background: none;
        border: none;
        border-radius: 5px;
        margin-right: 5px;
    }

.messageBox form {
    max-width: 750px;
}

    /*提交按钮*/
    .messageBox form button,.tijiao {
        display: block;
        width: 100%;
        padding: 13px 0px;
        font-size: 16px;
        font-weight: 600;
        /*渐变按钮颜色*/
        background: #c62929 linear-gradient(to bottom, #DC2323,#EC0D0D);
        transition: background-color .5s;
        color: #fff;
        margin: 8px 0px;
        border: none;
        border-radius: 3px;
        text-align: center;
    }
/*End 留言板块*/

.investmentRemind {
    padding: 20px 0px 60px 0px;
}

    .investmentRemind p {
        text-align: center;
        font-size: 12px;
        color: #999;
        padding: 3px 0px;
    }

.footInvestment ul {
    list-style: none;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
    width: 100%;
    border: 1px solid #0094ff;
    box-sizing: border-box;
}

.footInvestment {
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 750px;
    box-sizing: border-box;
}

    .footInvestment li {
        float: left;
        list-style: none;
    }

        .footInvestment li img {
            width: 30px;
            height: 30px;
            vertical-align: middle;
        }

        .footInvestment li a {
            display: block;
            text-align: center;
            text-decoration: none;
            padding: 15px 0px;
        }

li.customPhone {
    width: 30%;
    background: #fafafa;
}

    li.customPhone span {
        font-size: 14px;
        color: #666;
    }

li.customEdit {
    width: 70%;
    background: #0578cb;
}

    li.customEdit span {
        font-size: 14px;
        color: #fff;
    }

.section img {
    width: 100%;
    display: block;
}

.codeImage {
    padding: 20px;
    position: fixed;
    right: 200px;
    top: 10%;
    background: #fafafa;
}

    .codeImage p {
        font-size: 12px;
        color: #999;
    }

@media screen and (max-width:700px) {
    .codeImage {
        display: none;
    }

    .navbar li a {
        line-height: 30px;
        font-size: 12px !important;
    }
}
