.sys-title {
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
}

input, select {
    border: 1px solid #E3F2FA;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.div-title {
    width: 100%;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    padding-left: 8%;
    /* margin-left: 8%;*/
    background-color: #FFFFFF;

}

.tbclass {
    table-layout: fixed;
}

.td-title {
    line-height: 15px;
    height: 30px;
    max-height: 60px;
    max-width: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-titles {
    line-height: 15px;
    height: 60px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.short-font {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

label {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.container {
    width: 100%;
    margin: 0 auto 15px auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    min-height: 700px;
    min-width: 1100px;
}

.container-dialog {
    width: 100%;
    margin: 0 auto 15px auto;
    padding:10px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.container-title {
    width: 98%;
    margin: 0 auto 5px auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.dialog-footer {
    padding: 5px 15px;

}

.dialog-content {
    max-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
}

.page-content {
    width: 100%;
    /* max-height: 550px;*/
    overflow: auto;
    overflow-x: hidden;
}

.div-tab-page {
    width: 48%;
    height: 100%;
    text-align: center;
    padding-top: 16px;
}

.div-tab-page-focus {
    width: 48%;
    height: 100%;
    text-align: center;
    padding-top: 16px;
    color: #D02027;
}

.order-query-top {
    width: 98%;
    margin: 0 auto 15px auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
    font-size: 14px;
    background-color: #fff;
}

.order-container {
    width: 98%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color: #fff;
}

.order-query-top .zuo {
    text-align: right;
    margin-right: 1%;
    float: left;
    line-height: 33px;
    margin-bottom: 10px
}

.tips_red {
    font-size: 10px;
    color: red;
}

.tips_label {
    font-size: 10px;
    /* color: #ACACAC;*/
    color: #ACACAA;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.order-query-top .you {
    width: 70%;
    float: left;
    margin-bottom: 10px
}

.div-condition {
    padding: 10px;
    margin: 0 auto 15px auto;
    vertical-align: middle;
}

.div-condition-order {
    padding: 5px;
    vertical-align: middle;
}

.color_acac {
    color: #ACACAC;
}

.title-dialog-text {
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #2a3542;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    max-lines: 2;
    -webkit-line-clamp: 2; /** 显示的行数 **/
}

.title-text {
    height: 46px;
    line-height: 40px;
    color: #2a3542;
    font-size: 15px;
    border-bottom: 2px solid red;
}

.lab-condition {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #525252;
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.text-small {
    font-size: 1.2rem;
    color: #0c7edf;
}

.inp-condition {
    width: 200px;
    height: 40px;
    padding: 0.625em;
    font-size: 1.3rem;
}

.inp-set {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
    overflow: hidden;
}

.inp-dialog {
    width: 60%;
    height: 40px;
    padding: 0.625em;
    font-size: 1.3rem;
}

.inp-100 {
    width: 20%;
    height: 30px;
    padding: 0.625em;
    font-size: 1.3rem;
}

.under-line {
    text-decoration: underline;
}

.div-input-width {
    width: 200px;
    height: 30px;
}

.div-margin {
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    vertical-align: middle;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.inp-small {
    width: 60px;
    height: 30px;
    padding: 0.625em;
    font-size: 1.3rem;
}

.se-normal {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0.625em;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
}

.se-normals{
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0.625em;
    font-size: 1.3rem;
    vertical-align: middle;
}

.width-middle {
    width: 500px;
    height: 30px;
    padding: 0.625em;
    font-size: 1.3rem;
}

.width-small {
    width: 200px;
    height: 30px;
    padding: 0.625em;
    font-size: 1.3rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.box {
    border: solid 0.5px #4d4d4d;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4d4d4d;
}

.div-wrap {
    padding: 3px;
    vertical-align: middle;
}

.lab-normal {
    text-align: center;
    vertical-align: middle;
    color: #4d4d4d;
    font-size: 1.3rem;
}

.tab-content {
    width: 350px;
    height: auto;
    display: inline-block;
}

ul {
    list-style-type: none;
}

/*  li{margin: 5px 0;}*/
input.labelauty + label {
    font-size: 1.3rem;
}

#popup-add {
    max-height: 300px;
    border-radius: 4px;
    overflow: hidden;
}

#div-dialog {
    max-height: 500px;
    border-radius: 4px;
    overflow: hidden;
}

.tips {
    background-color: rgba(71, 192, 255, 0.1);
    border-radius: 4px;
    border: solid 0.5px #93E8FF;
    padding: 5px;
    color: #816EFF;
}

.dropdpwn {
    border-radius: 4px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px 0 9px 0;
}

.tdClass {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dropdownBtn {
    /*   color: #aaaaaa;
       font-size: 1.2rem;*/
    margin-right: 5px;
}

.navList {
    overflow: auto;
    width: 100%;
    padding: 10px;
}

.navList ul {
    padding: 0px;
    margin: 2px 0 0 5px;
    list-style-type: none;
}

.navList li {
    float: left;
    margin-right: 5px;
}

.navList .am-btn-xs {
    padding: 0px 3px 0px 6px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    margin: 0px;
}

.td-max-width {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.navList .am-close {
    height: 14px;
    overflow: hidden;
    line-height: 14px;
    opacity: 0.3;
    color: #aaaaaa;
}

.navList .am-close:hover {
    opacity: 1;
}

.navList .am-btn-default {
    color: #a2abb6;
    background-color: #415164;
    border-color: #415164
}

.navList .am-btn-default a {
    color: #fff;
}

.navList .am-btn-default:hover, .daohang .am-btn-default:focus, .daohang .am-btn-default:active, .daohang .am-btn-default .am-active, .daohang .am-active .daohang .am-btn-default .am-dropdown-toggle {
    color: #fff;
    background-color: #ff6c60;
    border-color: #ff6c60;
}

.displayList {
    overflow: auto;
    width: 100%;
    padding: 20px;
}

.displayList-all {
    width: 100%;
}

.displayList-half-left {
    width: 30%;
}

.displayList-half-right {
    width: 70%;
}

.displayList-width {
    width: 45%;
}

.displayList ul {
    padding: 0px;
    margin: 5px;
    list-style-type: none;
}

.displayList li {
    float: left;
    margin: 5px;
    border-radius: 4px;
    border: solid 1px #dedede;
    padding: 10px;

}

.displayList li:hover {
    border: solid 1px #0c7edf;
    cursor: pointer;
}

.displayList-text {
    max-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-lines: 2;
}

.displayList-price {
    width: 40%;
    margin-top: 10px;
    color: #ff6c60;
}

.li-contanier {
    padding: 5px;
}

.goods-picture {
    width: 100px;
}

.goods-detail-picture {
    width: 100%;
}

.pictrue {
    width: 100px;
    height: 100px;
}

.pictrue-detail {
    width: 100%;
    height: 400px;
}

.pictrue-small {
    width: 50px;
    height: 50px;
}

.w-small {
    width: 80px;
    height: 30px;
}

.w-w {
    width: 80px;
}

.div_line_height {
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

.imgDiv {
    display: inline-block;
    position: relative;
    border: #f7f9f9 1px solid;
    padding: 10px;
}

.imgDiv .delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
}

.imgDetailDiv {
    display: inline-block;
    position: relative;
    width: 25%;
    border: #f7f9f9 1px solid;
    background-color: #f7f9f9;
    padding: 10px;
}

.imgDetailDiv .delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
}

.th_order_no {
    width: 100px;
}

.th_order_id {
    width: 100px;
}

.th_order_productId {
    width: 100px;
}

.th_order_goodsname {
    width: 200px;
}

.th_order_status {
    width: 100px;
}

.th_order_price {
    width: 100px;
}

.th_order_amount {
    width: 100px;
}

.th_order_money {
    width: 100px;
}

.imgDiv .delete-small {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
}

.select-downdrop {
    width: 200px;
    max-width: 200px;
    font-size: 1.2rem;
}

.div-item {
    padding: 10px;
}

.supplier_row {
    width: 100%;
    height: 50px;
    vertical-align: middle;
}

.div_row {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.supplier_left_txt {
    width: 28%;
    height: 100%;
    line-height: 50px;
    text-align: right;
    font-size: 14px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.p_vertical {
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.supplier_right_container {
    width: 66%;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    vertical-align: middle;
}

.div_center {
    width: auto;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

.div_right_container {
    width: 66%;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
}

.span_red {
    color: red;
}

.supplier_right_inp {
    width: 100%;
    height: 30px;

    line-height: 30px;
    padding: 0.625em;
    font-size: 1.3rem;
    vertical-align: middle;
}

.container_center {
    width: 90%;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.background_color {
    background-color: #f5f3f4
}

.match_width {
    width: 100%;
}

.container_bottom {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

.div_bottom {
    width: 100%;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    margin-top: 15px;
}

.divider {
    width: 100%;
    background: #f5f3f4;
    overflow: hidden;
}

.bottom {
    z-index: 1;
    position: fixed;
    bottom: 0;
}

.container-page {
    width: 98%;
    margin: 0 auto 15px auto;
    padding-bottom: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.index_bg {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
}

.index_content_bg {
    width: 30%;
    /*width: 500px;*/
    height: 300px;
    vertical-align: middle;
    background: #ffffff;
    border: solid 1px #d0121b;
    border-radius: 3%;

}

.index_divider {
    width: 100%;
    background-color: #d0121b;
    height: 1px;
}

.index_content_img {
    width: 100% !important;
    height: 100% !important;;
    left: 0px;
    top: 0px;
    z-index: -1;
    position: absolute;
}

.index_logo {
    width: 200px;
    height: 250px;
    margin-top: 45px;
}

.index_divider_img {
    width: 11px;
    height: 300px;
}

.index_input_div {
    border: solid 1px #d0121b;
    width: 80%;
    height: 55px;
    line-height: 50px;
    margin-left: 10%;
    vertical-align: middle;
    /*    margin-left: 60px;*/

}

.index_div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
}

.btn_editor {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #d0121b;
    background-color: #d0121b;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
}

.index_btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #d0121b;
    background-color: #d0121b;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5%;
}

.index_ic_img {
    width: 20px;
    height: 26px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    /* vertical-align: middle;*/
}

.index_input_bg {
    outline: medium;
    border: none;
    background-color: transparent;
    width: 60%;
    font-size: 1.6rem;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #d0121b;
    vertical-align: middle;
}

.index_title_content {
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
}

.index_padding {
    width: 100%;
    margin-top: 20px;
}

.index_font_96 {
    color: #969696;
    font-size: 1.5rem;
}

.index_forget {
    text-decoration-line: underline;
}

.index_span_title {
    color: #d0121b;
    font-weight: bold;
    font-size: 2.2rem;
}

.index_span_normal {
    color: #d0121b;
    font-weight: bold;
    font-size: 1.4rem;
    margin-left: 15px;
    cursor: pointer;
    text-decoration-line: underline;
}

.index_input_div input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit*/
    color: #d0121b;
}

.index_input_div input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d0121b;
}

.index_input_div input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d0121b;
}

.index_input_div input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #d0121b;
}

.join_img {
    width: 100% !important;
    height: auto;
}

.join_img_pos {
    width: 100% !important;
    height: auto;
    left: 0px;
    z-index: -55;
    position: absolute;
}

.join_video {
    width: 40% !important;
    height: 500px;
}

.join_div {
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
}

.join_div_img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    position: absolute;
}

.join_div_logo {
    width: 400px;
    height: 160px;
}

.join_div_btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
}

.join_btn {
    background-color: #fef998;
    border-radius: 30px;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 40px;
    border: solid 1px #fef998;
    color: #e5014f;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.join_top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.join_line {
    width: 1px;
    height: 30px;
    vertical-align: middle;
}

.join_top_txt {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #d0121b;
    font-size: 1.6rem;
    vertical-align: middle;
    text-align: center;
}

.join_div_title {
    width: auto;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
}

.join_scan_div {
    vertical-align: middle;
    text-align: center;
}

.join_scan_img {
    width: 200px;
    height: 200px;
    padding: 5px;
    background-color: #d0121b;
    vertical-align: middle;
}

.join_scan_font {
    width: 200px;
    height: 55px;
    line-height: 55px;
    color: #fef998;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
    background-color: #e5014f;
    border-radius: 5px;
}

.join_div_txt {
    width: 200px;
    height: 35px;
    margin-left: 58px;
    line-height: 35px;
    color: #fef998;
    vertical-align: middle;
    font-size: 1.5rem;
    background-color: #e5014f;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.font_bold {
    font-weight: bold;
}

.font_red {
    color: #e5014f;
}

.font_gray {
    color: #aaaaaa;
}

.font_blue {
    color: #207CAC;
}

.font_b {
    color: #0c7edf;
}

.font_white {
    color: #FFFFFF;
}

.font_size_12 {
    font-size: 12px;
}

.font_size_13 {
    font-size: 13px;
}

.font_size_14 {
    font-size: 14px;
}

.font_size_15 {
    font-size: 15px;
}

.font_size_16 {
    font-size: 16px;
}

.font_size_2rem {
    font-size: 3rem;
}

.div_mode_self {
    font-size: 2rem;
    text-align: center;
    color: #e5014f;
}

.div_mode {
    margin-top: 10px;
    font-size: 3rem;
    text-align: center;
}

.span_link {
    color: #0c7edf;
    font-size: 1rem;
    cursor: pointer;
}

.link {
    color: #0c7edf;
    font-size: 14px;
    cursor: pointer;
}

.page{ text-align: center;}

.hide {
    display: none;
}

.show {
    display: block;
}

.div_vertical {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.div_mode1 {
    width: 100%;
    height: 200px;
    line-height: 200px;
    vertical-align: middle;
    text-align: center;
}

.div_mode2 {
    width: 100%;
    height: 280px;
    line-height: 280px;
    vertical-align: middle;
    text-align: center;
}

.div_join_buttom {
    vertical-align: middle;
    background-color: #e5014f;
    padding: 10px;

}

.p_center {
    width: 100%;
    text-align: center;
    color: #fef998;
}

.img_user {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50%;
}

.div_scan_container {
    width: 100%;
    height: 300px;
    line-height: 300px;
    vertical-align: middle;
    text-align: center;
}

.div_scan {
    width: 300px;
    height: 300px;
    vertical-align: middle;
    text-align: center;
}

.bg_tips {
    width: 200px;
    background-color: #445F85;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;

}

.div_scan_tips {
    width: 300px;
    margin-left: 40%;
    margin-top: 10%;
    /*    padding: 10px;*/
    vertical-align: middle;
    background-color: #FFFFFF;
    border-radius: 5px;
}

/*#f5f3f4;*/

.center-in-center {
    position: absolute;
    top: 50%;
    left: 50%;
}

.bg_f0 {
    background-color: #F0F0F0;
}

.bg_ef {
    background-color: #E3F2FA;
}

.font_ef {
    color: #E3F2FA;
}

.div_order_back {
    width: 100%;
    margin-left: 15%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
}

.order_back_tip_height {
    width: 15%;
    height: 50px;
    margin-right: 20px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.order_back_center {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.circle {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
}

.order_back_step {
    color: orange;
    font-size: 3rem;
    font-weight: bold;
    margin-right: 20px;

}

.order_th {
    font-size: 12px;
}

.btn_query_blue {
    border: none;
    background-color: #2796CF;
    color: #FFFFFF;
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.btn_query_yellow {
    border: none;
    font-size: 14px;
    background-color: #E47B1C;
    color: #FFFFFF;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.div_bottom_focus {
    border: none;
    height: 55px;
    line-height: 55px;
    background-color: transparent;
    color: #D02027;
    font-size: 14px;
    border-bottom: 1px solid #D02027;
}

.div_bottom_normal {
    height: 55px;
    line-height: 55px;
    background-color: transparent;
    border: none;
    color: #5f5f5f;
    font-size: 14px;
}

button {
    outline: none;
}

.center {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.order_title {
    width: 100%;
    height: 30px;
    background-color: #FFF5E3;
}

.font_d0 {
    color: #D06301;
}

.order_title_item {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #D06301;
    font-size: 12px;
}

.title_item {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #D06301;
}

.order_border_txt {
    border: 1px solid #E3F2FA;
    background-color: #FFFFFF;
    width: 250px;
    border-radius: 5px;
}

.goods_border {
    border: 1px solid #E3F2FA;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.goods_params_key {
    width: 150px;
}

.goods_params_value {
    width: 40%;
}

.order_span {
    margin: 10px;
    line-height: 30px;
    height: 30px;
    color: #000000;
    font-size: 14px;
}

.span_spacing {
    letter-spacing: 1.2px;
}

.bg-f7 {
    background-color: #f7f9f9;
}

.border_bg {
    border: 1px solid #E3F2FA;
    background-color: #FFFFFF;
}

.cash-border-bg {
    width: 100%;
    border: 1px solid #E3F2FA;
    background-color: #FFFFFF;
}

.cash-border-bg p {
    height: 25px;
}

.card-border-bg {
    width: 30%;
    border: 1px solid #f5f3f4;
    background-color: #dedede;
}

.card-border-bg p {
    height: 25px;
}

.orders_nodata {
    width: 100%;
    height: 400px;
    line-height: 400px;
    color: #d5d6d7;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;

}

