/**
 * style.less
 * 层叠样式表
 */

@font-face {
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}

@-ms-viewport {
    width: auto !important;
}

body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

button,
input {
    resize: none;

    border: none;
    outline: none;
}

.box-message {
    padding: 20px 0;

    background-color: #01579b;
}

.box-message .text {
    display: table;

    width: 100%;
}

.box-message .text .pic {
    display: table-cell;

    width: 18%;

    vertical-align: middle;
}

.box-message .text .pic img {
    max-width: 100%;
}

.box-message .text .note {
    display: table-cell;

    width: 82%;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .box-message .text .note {
        padding-left: 10px;
    }
}

.box-message .text .note b {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;

    display: block;

    color: #fff;
}

@media (max-width: 991px) {
    .box-message .text .note b {
        font-size: 14px;
    }
}

.box-message .text .note p {
    margin: 6px 0 0 0;

    color: rgba(255, 255, 255, .34);
}

.box-message .message {
    position: relative;

    margin-top: 30px;
    padding-right: 150px;
}

@media (max-width: 991px) {
    .box-message .message {
        padding-right: 100px;
    }
}

.box-message .message input {
    line-height: 30px;

    width: 100%;
    height: 50px;
    padding: 10px 30px;

    color: #fff;
    background-color: #074f87;
}

.box-message .message input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .26);
}

.box-message .message input:-o-placeholder {
    color: rgba(255, 255, 255, .26);
}

.box-message .message input::-moz-placeholder {
    color: rgba(255, 255, 255, .26);
}

.box-message .message input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .26);
}

.box-message .message input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2);
}

.box-message .message input:focus::-o-placeholder {
    color: rgba(255, 255, 255, .2);
}

.box-message .message input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .2);
}

.box-message .message input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .2);
}

.box-message .message .submit {
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    width: 150px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #c52828;
}

@media (max-width: 991px) {
    .box-message .message .submit {
        width: 100px;
    }
}

.box-message .message .submit:before {
    font-size: 26px;

    display: inline-block;

    margin-right: 10px;
 
    vertical-align: middle;
}

.box-message .message .submit:hover {
    background-color: #970505;
}
