﻿@charset "utf-8";

body {
    margin: 0;
    background: #fff;
    color: #333;
}

body, html {
    min-width: 320px;
    -webkit-text-size-adjust: none;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
}

td, th {
    border-collapse: collapse;
}

a, a:hover, a:link, a:visited {
    color: initial;
    text-decoration: none;
}

img {
    border: 0;
}

dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, img, input, label, li, ol, p, span, ul {
    margin: 0;
    padding: 0;
}

    input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
        padding: 0;
        border: none;
        font-family: "微软雅黑";
    }

a {
    text-transform: uppercase;
    line-height: 16.8px;
    blr: expression(this.onFocus=this.blur());
    color: initial;
}

a {
    outline: 0;
}

li, ol, ul {
    list-style-type: none;
}

.overz {
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

.mn_12 {
    margin-bottom: 12px;
}

.center {
    margin: 0 auto;
    position: relative;
    min-width: 320px;
    font-size: 12px;
}

.centered {
    border-bottom: 1px solid #ccc;
}

.top {
    margin: 0 auto;
    height: 38px;
    overflow: hidden;
}

    .top .txtMarquee-left {
        float: left;
        width: 280px;
        position: relative;
    }

        .top .txtMarquee-left .bd .tempWrap {
            width: 285px !important;
        }

        .top .txtMarquee-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .top .txtMarquee-left .bd ul li {
                margin-right: 20px;
                float: left;
                height: 38px;
                line-height: 38px;
                text-align: left;
                width: auto !important;
            }

                .top .txtMarquee-left .bd ul li a {
                    font-size: 12px;
                }

.top_right {
    float: right;
    margin: 7px 10px;
    display: none;
}

    .top_right a {
        margin: 0 10px;
    }

    .top_right img {
        width: 20px;
    }

.logo {
    width: 28%;
    float: left;
    position: relative;
    height: 100%;
    padding: 1%;
    max-width: 200px;
}

    .logo img {
       width: 35%;
     
    }

    .logo h1 {
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
    }

    .logo p {
        color: #000;
        font-family: Tahoma;
        font-size: 20px;
    }

.date {
    float: right;
    display: none;
}

    .date .date_list {
        position: relative;
        float: left;
        margin: 28px 0;
    }

        .date .date_list img {
            max-width: 29px;
            padding-top: 2px;
            float: left;
        }

        .date .date_list h1 {
            display: block;
            position: absolute;
            top: 18px;
            left: 38px;
            font-size: 12px;
            color: #000;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .date .date_list p {
            display: block;
            position: absolute;
            top: 0;
            left: 38px;
        }

.nav {
    height: 55px;
    line-height: 55px;
    background: #fff;
    border-top: 1px solid #ccc;
    display: none;
}

    .nav ul {
        margin-top: -1px;
    }

        .nav ul li {
            float: left;
            width: 100px;
            text-align: center;
        }

            .nav ul li a {
                font-weight: 700;
                font-size: 14px;
                padding: 0 10px;
                display: block;
                width: 100%;
                height: 55px;
                line-height: 55px;
            }

                .nav ul li a:hover {
                    background: url(../images/y6dl.png) repeat-x center top;
                    color: #f02930;
                }

    .nav .on {
        background: url(../images/y6dl.png) repeat-x center top;
        color: #f02930;
    }

.wap-menu {
    display: block;
}

.menubtn {
    position: absolute;
    right: 0;
    top: 0;
}

    .menubtn span {
        display: block;
        background: #f02930 url(../images/navbg.png) no-repeat;
        background-size: 50%;
        background-position: 50%;
        width: 45px;
        height: 43px;
        cursor: pointer;
    }

.meun {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    z-index: 999999;
}

    .meun .maskbg {
        width: 100%;
        min-height: 100%;
        height: auto;
        background-color: #333;
        position: fixed;
        bottom: 0;
        left: 0;
        top: 0;
        filter: alpha(opacity=30);
        -moz-opacity: .3;
        opacity: .5;
        z-index: 0;
    }

    .meun .mask-close {
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #f02930;
        color: #fff;
        text-align: center;
        font-size: 16px;
        position: absolute;
        top: 18px;
        right: 2px;
        height: 21px;
        line-height: 21px;
        width: 21px;
        overflow: hidden;
    }

    .meun nav {
        position: absolute;
        top: 39px;
        left: 0;
        width: 100%;
    }

        .meun nav ul li a {
            background: #f02930;
            display: block;
            padding: 1rem;
            border-bottom: 1px solid #fff;
            font-size: 1.4rem;
            color: #fff;
        }

.bot {
	display:none;
    background: #2c2c2c;
    border-bottom: 2px solid #3f3e3e;
    color: #5a5a5a;
}

.bottom {
    background: #2c2c2c;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.bot_list {
    float: left;
    padding-top: 20px;
    text-align: center;
}

    .bot_list .bot_head {
        color: #fff;
        font-size: 12px;
    }

.bot_boder {
    border: none;
    border-top: 2px solid #f02930;
    width: 32px;
    height: 2px;
    padding-bottom: 12px;
    margin: 5px auto 0;
}

.bot_1 p {
    padding-bottom: 20px;
    display: block;
}

.bot_2 a {
    display: block;
    float: left;
    padding-bottom: 20px;
    width: 35%;
    color: #5a5a5a;
}

.bot_3 a {
    display: block;
    padding-bottom: 20px;
    color: #5a5a5a;
}

.bot_4 a {
    display: block;
    padding-bottom: 20px;
    color: #5a5a5a;
}

    .bot_4 a:hover {
        color: #fff;
    }

.fixed-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.fullSlide {
    position: relative;
    min-width: 320px;
}

.carousel-indicators .active {
    background: #f02930;
    border: 1px solid #f02930;
}

.carousel-indicators li {
    background: #fff;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

.fullSlide .bd_hd {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    display: none;
}

.cstlayer {
    float: left;
    background: #f02930;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    height: 140px;
    width: 140px;
    padding: 23px 0 0 26px;
}

.wp-title {
    float: left;
    background: #fff;
    width: 200px;
    height: 140px;
    padding: 10px;
    font-size: 12px;
}

    .wp-title img {
        width: 40px;
    }

    .wp-title p {
        color: #434343;
    }

    .wp-title a {
        font-weight: 700;
        color: #000;
    }

        .wp-title a:hover {
            color: #f02930;
        }

.gototop {
    margin: 6% 0;
    clear: both;
    overflow: hidden;
}

.got_list {
    overflow: hidden;
}

    .got_list:nth-last-child(1) {
        margin-right: 0;
    }

    .got_list .got_head {
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 38px;
        padding-bottom: 10px;
        font-size: 20px;
        font-weight: 700;
    }

        .got_list .got_head font {
            color: #f02930;
            padding-right: 3px;
        }

    .got_list .got_img {
        width: 100%;
        overflow: hidden;
    }

        .got_list .got_img img {
            width: 100%;
        }

    .got_list .got_txt {
        line-height: 180%;
        margin: 28px 0 18px;
        font-size: 12px;
    }

    .got_list .got_aaa a {
        font-weight: 700;
        color: #000;
        font-size: 12px;
    }

        .got_list .got_aaa a:hover {
            font-weight: 700;
            color: #f02930;
            font-size: 12px;
        }

.what {
    background: #f4f4f4;
}

.what_head {
    padding: 68px 0 48px;
}

    .what_head h1 {
        display: block;
        color: #666;
        font-size: 18px;
        padding-bottom: 18px;
    }

    .what_head h2 {
        color: #000;
        font-size: 25px;
        letter-spacing: -1px;
    }

.what_left {
    background: #f02930;
    float: right;
    padding: 10px 15px;
}

.what_left_img {
    float: left;
    height: 90px;
    line-height: 90px;
}

    .what_left_img img {
        width: 82px;
    }

.what_left_hd {
    padding: 15px 29px;
    color: #fff;
    float: left;
}

    .what_left_hd h1 {
        font-size: 20px;
        color: #fff;
        letter-spacing: 2px;
        line-height: 160%;
    }

    .what_left_hd h2 {
        font-size: 17px;
        color: #fff;
        letter-spacing: 0;
        line-height: 160%;
    }

.what_left_txt {
    font-size: 12px;
    line-height: 220%;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 51px;
    padding: 0 26px;
    width: 100%;
}

.what_left_aaa {
    padding: 0 29px;
    display: none;
}

    .what_left_aaa a {
        color: #fff;
        font-weight: 700;
    }

        .what_left_aaa a:hover {
            color: #000;
        }

.what_head_div {
    padding-bottom: 50px;
}

.what_list {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    display: inline-block;
    padding: 10px;
}

    .what_list:nth-last-child(1) {
        margin-bottom: 0;
    }

    .what_list:nth-last-child(2) {
        margin-bottom: 0;
    }

    .what_list:nth-last-child(3) {
        margin-bottom: 0;
    }

    .what_list .what_img {
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

        .what_list .what_img img {
            width: 35px;
        }

    .what_list .what_had {
        font-size: 14px;
        color: #000;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .what_list .what_txt {
        line-height: 21.6px;
        padding: 20px 32px 0;
        font-size: 12px;
        display: none;
    }

.common_online {
    clear: both;
    overflow: hidden;
    padding-bottom: 48px;
}

.con_head {
    padding: 20px;
}

    .con_head h1 {
        color: #666;
        font-size: 18px;
        padding: 20px 0;
    }

    .con_head h2 {
        color: #000;
        letter-spacing: -1px;
        font-size: 25px;
    }

.com_img {
    overflow: hidden;
}

    .com_img img {
        width: 100%;
        height: 200px;
    }

.com_txt {
    margin: 28px 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #ccc;
}

    .com_txt a {
        display: block;
        font-family: Microsoft YaHei;
        font-size: 17px;
        color: #f02930;
        font-weight: 700;
        text-decoration: none;
    }

    .com_txt span {
        padding: 5px 0;
        display: block;
        font-family: Microsoft YaHei;
        font-size: 12px;
        color: #7D7D7D;
        font-weight: 400;
        text-decoration: none;
    }

    .com_txt p {
        display: block;
        font-family: Microsoft YaHei;
        font-size: 12px;
        color: #5A5A5A;
        font-weight: 400;
        text-decoration: none;
    }

.com_list {
    line-height: 28px;
    color: #9F9F9F;
    font-size: 12px;
}

    .com_list a {
        padding-left: 10px;
    }

.online_list {
    padding: 20px;
    border: 1px solid #eee;
    border-image: none;
    overflow: hidden;
}

.mfields {
    clear: both;
    overflow: hidden;
}

    .mfields li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }

    .mfields .title {
        padding: 10px 0;
        display: block;
    }

    .mfields .inpbox {
        width: 90%;
        height: 40px;
    }

    .mfields .inptext {
        border: 1px solid #dedede;
        font-size: 12px;
        text-indent: 5px;
        height: 38px;
        line-height: 38px;
        width: 100%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .mfields .txtarea {
        font-size: 12px;
        padding: 2px 0;
        width: 100%;
        height: 34px;
        border: 1px solid #dedede;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        resize: none;
    }

    .mfields select {
        width: 100%;
        height: 100%;
        text-align: center;
        background: #fff;
        border: #dedede 1px solid;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.btnsubmit {
    color: #fff;
    background-color: #f02930;
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.the {
    background: url(../images/1111.jpg) no-repeat center;
    min-height: 600px;
    background-size: cover;
    padding-bottom: 35px;
    min-width: 320px;
}

.the_list {
    margin-top: 28px;
}

    .the_list .the_left {
        overflow: hidden;
        position: relative;
    }

    .the_list .the_bg {
        -ms-word-wrap: break-word;
        background-color: #fff;
        -moz-opacity: .3;
        -khtml-opacity: .3;
    }

    .the_list .the_right {
        overflow: hidden;
        position: relative;
    }

    .the_list .cpy_list {
        overflow: hidden;
        z-index: 999;
        position: relative;
        cursor: pointer;
        padding: 3%;
        border-bottom: 1px solid #fff;
        background-color: rgba(255, 255, 255, .3);
    }

    .the_list .cpy_bg {
        background: 0 0;
    }

    .the_list .cpy_date {
        width: 60px;
        height: 63px;
        background: #000;
        float: left;
        margin-left: 28px;
    }

        .the_list .cpy_date b {
            display: block;
            color: #fff;
            font-size: 30px;
            font-family: Arial;
            text-align: center;
            padding: 16px 0 5px;
        }

        .the_list .cpy_date span {
            display: block;
            color: #fff;
            font-size: 12px;
            font-family: Arial;
            text-align: center;
        }

    .the_list .cpy_right {
        padding-left: 28px;
        float: left;
        width: 69%;
        text-align: left;
    }

        .the_list .cpy_right a {
            font-size: 18px;
            line-height: 140%;
            color: #fff;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .the_list .cpy_right p {
            font-size: 12px;
            line-height: 140%;
            color: #fff;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

    .the_list .cpy_list:hover a {
        color: #000;
    }

.partner h2 {
    color: #000;
}

.slideGroup {
    clear: both;
    overflow: hidden;
    padding-bottom: 48px;
}

    .slideGroup .slideBox {
        overflow: hidden;
        zoom: 1;
        position: relative;
    }

    .slideGroup .sNext, .slideGroup .sPrev {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 2.5%;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
        color: #fff;
        height: 48px;
        background: #999;
        z-index: 99999;
        transform: translate(0, -50%);
    }

    .slideGroup .sNext {
        right: 0;
        left: auto;
    }

        .slideGroup .sNext:hover, .slideGroup .sPrev:hover {
            background: #f02930;
        }

    .slideGroup .parBd ul {
        overflow: hidden;
        margin: auto;
        width: 95%;
        zoom: 1;
    }

        .slideGroup .parBd ul li {
            float: left;
            overflow: hidden;
            margin: 0 11px;
            text-align: center;
        }

            .slideGroup .parBd ul li .pic {
                text-align: center;
            }

                .slideGroup .parBd ul li .pic img {
                    display: block;
                    width: 180px;
                    height: 72px;
                }

            .slideGroup .parBd ul li .title {
                line-height: 24px;
            }

.tempWrap {
    margin: auto;
    width: 94% !important;
}

.partner {
    min-width: 320px;
}

.bot_hd {
    display: none;
}

.head {
    height: 100%;
    border-bottom: 1px solid #ccc;
    min-height: 43px;
}

.carousel-banner {
    padding: 0;
}

.main {
    padding-bottom: 10%;
}

.main_head {
    margin-top: 32px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

    .main_head img {
        vertical-align: middle;
        padding-right: 10px;
        width: 30px;
    }

.pd_nc_zw {
    margin-top: 38px;
    line-height: 28px;
}

.main_center {
    line-height: 28px;
    min-height: 61vh;
}

.main_left {
    margin-top: 38px;
}

.main_right {
}

    .main_right .right_head {
        font-size: 16px;
        color: rgb(0, 0, 0);
        margin: 38px 0;
    }

    .main_right ul li {
        border-bottom: 2px solid #ccc;
        height: 45px;
        line-height: 45px;
    }

        .main_right ul li:hover {
            border-bottom: 2px solid #f02930;
        }

        .main_right ul li a {
            display: block;
            padding: 0 5px;
            font-size: 13px;
            line-height: 45px;
        }

    .main_right .right_on {
        border-bottom: 2px solid #f02930;
    }

    .main_right p {
        padding: 10px 0;
    }

        .main_right p img {
            padding-right: 10px;
            vertical-align: middle;
            width: 30px;
        }

.cpy {
    clear: both;
    overflow: hidden;
    clear: both;
}

    .cpy .cpy_list {
        height: 80px;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .cpy .cpy_date {
        width: 60px;
        height: 60px;
        background: #f02930;
        margin-left: 28px;
        float: left;
    }

        .cpy .cpy_date b {
            display: block;
            color: #fff;
            font-size: 30px;
            font-family: Tahoma, Geneva, sans-serif;
            text-align: center;
            padding: 13px 0 8px;
        }

        .cpy .cpy_date span {
            display: block;
            color: #fff;
            font-size: 12px;
            font-family: Arial;
            text-align: center;
        }

    .cpy .cpy_right {
        padding-left: 28px;
        float: left;
        width: 60%;
    }

        .cpy .cpy_right a {
            font-size: 16px;
            line-height: 140%;
            color: #22282d;
            margin-bottom: 5px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .cpy .cpy_right a:hover {
                color: #f02930;
            }

        .cpy .cpy_right p {
            font-size: 12px;
            line-height: 140%;
            color: #666;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

.page {
    height: 38px;
    text-align: center;
    clear: both;
    overflow: hidden;
    margin-top: 38px;
}

    .page span {
        display: inline-block;
        padding: 8px 15px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        background: #fff;
        font-size: 14px;
        color: #666;
    }

        .page span:hover {
            border: 1px solid #f02930;
            color: #fff;
            background: #f02930;
        }

    .page .page_on {
        border: 1px solid #f02930;
        color: #fff;
        background: #f02930;
    }

.pd_zw_bt {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
}

.ab_r_tool {
    text-align: center;
}

.pd_nc_zw {
    line-height: 28px;
    padding: 0 15px;
}

.anli_fy {
    margin-top: 20px;
}

    .anli_fy li {
        padding: 5px 0;
    }

.text-add {
    text-align: center;
    margin: 40px 0;
}

    .text-add .p1 {
        line-height: 25.2px;
        font-size: 18px;
        color: #5a5a5a;
    }

    .text-add .p2 {
        color: rgb(240, 41, 48);
        line-height: 42px;
        font-size: 28px;
    }

    .text-add .p3 {
        color: rgb(204, 204, 204);
    }

.dbm input {
    display: block;
    margin-top: 5px;
    width: 320px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #ed3c46;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
}

.online .tabbable {
    margin-top: 75px;
    padding-left: 0px;
}

.online .tab-pane {
    overflow: hidden;
    width: 100%;
    height: 500px;
    border: 0;
    border-top-color: transparent;
}

.online-nav {
    width: 100%;
    border: 0;
}

    .online-nav li {
        width: 33.3%;
    }

        .online-nav li a {
            display: block;
            margin-right: -1px;
            height: 45px;
            text-align: center;
            font-size: 16px;
            line-height: 45px;
            border: 0 !important;
        }

    .online-nav > li.active > a, .online-nav > li.active > a:focus, .online-nav > li.active > a:hover {
        background: #f02930;
        color: #fff;
        border-radius: 0;
    }

.tab-content {
    border-top: 1px solid #dedede;
}

.web-price {
    padding: 0%;
}

    .web-price li {
        clear: both;
        overflow: hidden;
        /* height: 45px; */
        font-size: 16px;
        line-height: 45px;
        /* border-bottom: 1px solid #dedede; */
        /* border-left: 1px solid #dedede; */
        /* border-right: 1px solid #dedede; */
        padding: 3px 0px;
    }

        .web-price li p {
            float: left;
            padding-right: 20px;
            width: 22%;
            text-align: right;
        }

        .web-price li input, .web-price li select {
            float: left;
            margin: 5px 2%;
            padding-left: 5px;
            width: 40%;
            height: 35px;
        }

    .web-price .li1 {
        padding-left: 10%;
    }

    .web-price .li2 input {
        float: none;
        width: 15%;
    }

    .web-price .li3 {
        margin-top: 25px;
        text-align: center;
    }

        .web-price .li3 button {
            width: 70%;
            border: 0;
            background: #f02930;
            color: #ffffff;
            margin: auto;
            border-radius: 3px;
        }

.index-login {
    font-size: 16px;
}

.InputBoxs {
    margin: 40px auto;
    width: 83%;
    font-size: 14px;
    line-height: 30px;
}

.logonerror {
    height: 20px;
}

.InputBox {
    position: relative;
    margin-bottom: 20px;
    height: 60px;
    border: 1px solid #CCC;
    background-color: #f3f5f6;
    line-height: 60px;
    cursor: pointer;
}

.firstInputBox {
}

.lastInputBox {
    border-bottom: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
}

.t {
    float: left;
    width: 10%;
    text-align: center;
}

.InputBoxs input {
    width: 90%;
    height: 58px;
    outline: none;
    border: 0;
    /* background-color: #f3f5f6; */
    color: #586064;
    line-height: 58px;
    -webkit-appearance: none;
    padding-left: 17px;
    float: left;
}

.tips {
    padding-top: 7px;
    text-align: center;
    font-size: 12px;
}

.button {
    width: 100%;
    border: 1px solid #f02930;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f02930;
    font-size: 24px;
    line-height: 50px;
}

.query {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}

    .query textarea {
        width: 100%;
        resize: none;
        height: 195px;
        padding: 15px;
        outline: none;
        border: 1px solid #dedede;
    }

    .query button {
        width: 90%;
        margin: 40px auto 0;
        height: 45px;
        background: #f02930;
        color: #ffffff;
        border: 0;
        border-radius: 3px;
    }
