


#content {
    overflow: hidden;
    margin-top: 30px;
}

#container {
    width: 920px;
    min-height: 500px;
    float: right;
    background: #fff;
    padding-left: 30px;
}

#container1 {
    width: 80%;
    margin: 0 auto;
    min-height: 500px;
}
#container2 {
    width: 100%;
    margin: 0 auto;
    min-height: 500px;
}

.messageBox {
    width: 266px;
    height: 390px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 1px rgba(34, 37, 42, 0.18);
    position: absolute;
    top: -200px;
    right: 110px;
    padding: 23px;
    box-sizing: border-box;
    display: none;
}

.messageBox input {
    width: 220px;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    border: 1px solid #E0E0E0;
    margin-bottom: 14px;
}

.messageBox textarea {
    width: 220px;
    height: 56px;
    padding-left: 5px;
    font-size: 14px;
    resize: none;
    border: 1px solid #E0E0E0;

}

.messageBox .checkBox input {
    width: 100px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;

}

.messageBox .checkBox img {
    width: 100px;
    display: inline-block;
    height: 35px;
}

.messageBox button {
    width: 115px;
    height: 34px;
    background: #E0E0E0;
    line-height: 34px;
    text-align: center;
    color: #333;
    outline: none;
    border: none;
}

.collectImg {
    width: 100%;
    margin-top: 20px;
}

.first_item .swiper-container {
    width: 640px;
    height: 400px;
    overflow: hidden;
    float: left;
    position: relative;
}

.banner_title {
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.banner_title a {
    color: #fff;
}

/* list */

.first_item {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 20px;
}

.seconed_item {
    width: 540px;
    overflow: hidden;
}

.list_item {
    width: 100%;
}

.item_fl {
    float: right;
}

.list_item .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #E9F2FF;
    position: relative;
}

.list_item .title span {
    font-size: 18px;
    color: #15c288;
    display: inline-block;
}

.list_item.bgitem .title span {
    width: 128px;
    height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
}

.list_item .title::before {
    width: 128px;
    height: 60px !important;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15c288;
    transform: perspective(40px) rotateX(6deg);
    transform-origin: bottom left
}

.list_item .title a {
    float: right;
    color: #15c288;
    padding-right: 10px;
}

.titleList {
    padding: 20px 20px 0;
    background: #fff;
}

.titleList h3 {
    font-size: 18px;
    padding: 10px 0;
}

.titleList .summary {
    color: #666;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D6D6D6;
    text-indent: 2em;
}

.titleList2 .listImg {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin-right: 20px;
}

.titleList2 .listImg img {
    width: 100%;
}

.titleList2 .listSummary {
    float: right;
    width: 330px;
}

.titleList2 .listSummary p {
    line-height: 24px;
}

.listItem {
    padding: 10px 20px;
    background: #fff;
}

.listItem li {
    line-height: 40px;
    color: #4D4D4D;
    font-size: 15px;
}

.listItem li:hover a {
    color: #15c288;
}

.nav_items2 .sort:nth-child(2n+1) {
    margin-right: 20px;
}

.listItem li span {
    float: right;
}

.nav_items {
    overflow: hidden;
}

.nav_items .header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 16px;
}

.header a:first-child {
    color: #15c288;
    font-size: 18px;
}

.more {
    color: #808080;
}

.nav_items .sort {
    width: 590px;
    float: left;
    overflow: hidden;
    margin: 15px 0;
}

.nav_items .sort:first-child {
    margin-right: 15px;
}

.banner_middle {
    width: 100%;
    height: 260px;
    background: url(../images/search.jpg);
    position: relative;
}

.banner_middle .search-field {
    width: 600px;
    height: 52px;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner_middle input[type="text"] {
    width: 480px;
    font-size: 14px;
    color: #4D4D4D;
    border: none;
    outline: none;
    background-color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    padding-left: 20px;
    float: left;
}

.banner_middle .search-btn {
    width: 110px;
    height: 52px;
    line-height: 52px;
    background-color: #CE2516;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.nav_items2 .header {
    margin: 0;
    border-bottom: 1px solid #15c288;
}

.md_bg {
    width: 100%;
}

.nav_items_td {
    width: 100%;
    background: #fff;
}

.nav_items_td .sort {
    width: 386px;
    margin-right: 20px;
}

.nav_items_td .sort:last-child {
    margin-right: 0px;
}

.nav_items_td .sort .listItem {
    padding: 5px 5px 5px 15px;
}

.nav_items_td .sort:last-child .header {
    border-bottom: 0;
}

.nav_items_td .content_ico {
    width: 168px;
    height: 90px;
    margin-right: 20px;
}


.link_box .title {
    width: 100%;
    line-height: 50px;
    background: #fff;
    color: #15c288;
    padding-left: 20px;
    font-size: 18px;
    margin: 20px 0 10px;
}

.link_img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.swiperimg {
    width: 86%;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 12px;
}

.swiperimg .swiper-slide img {
    width: 100%;
    height: 60px;
}

.swiperimg .swiper-slide {
    width: 236px !important;
    height: 60px;
}

.ttprev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 43px;
    height: 55px;
    background: url(../images/prev.png);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
}

.ttnext {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 43px;
    height: 55px;
    background: url(../images/next.png);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
}

/*  列表*/

.sort_name {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.organization {
    padding: 35px 40px;
}

.organization p {
    text-align: center;
    line-height: 24px;
    padding: 5px 0;
}

.btnMore {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #2966b1;
    text-align: center;
    letter-spacing: 8px;
    margin: 20px auto;
    border-radius: 20px;
}

.btnMore a {
    color: #fff;
}

.rotation {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.rotation img {
    width: 250px;
    height: 160px;
    /* margin-right: 20px; */
}

.titleActive:hover {
    color: #15c288;
}

.loglist li.con {
    border-bottom: 1px #D6D6D6 dashed;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 20px 0;
}

.loglist li.con i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #3679c3;
    margin-right: 8px;
}

.loglist li.con .title {
    display: flex;
}
.loglist li.con .title .left{
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 30px;
}
.loglist li.con .title .left a{
    flex: 1;
    font-weight: bold;
}
.loglist li.con .title .right{
    color: #999;
    font-size: 14px;
}

.loglist li.con:hover a {
    color: #3679c3;
}

.loglist li.con .desc {
    font-size: 14px;
    color: #777;
}

#sidebar {
    float: left;
    width: 180px;
    display: inline-block;
}

#sidebar .nav_items .sort {
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

#sidebar .listItem {
    padding: 0;
}

#sidebar .listItem li {
    font-size: 14px !important;
    padding: 0 5px;
}
.list-group{
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.list-group-item-header {
    width: 100%;
    line-height: 60px;
    background: #15c288;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-group-item1 {
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
}
.list-group-item1:last-child {
    border-bottom: none;
}
.list-group-item1 a{
    width: 100%;
    height: 100%;
    display: block;
}
.list-group-item1:hover {
    background: #578bed;
    color: #fff;
}
.list-group .active{
    background: #578bed;
    color: #fff;
}
.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar td {
    font-size: 12px;
    text-align: center;
    border: 1px #eee solid;
    padding: 1px 5px;
    line-height: 20px;
}

.calendar td.day {
    background: #eee
}

.calendar td.day a {
    color: #15c288
}

.calendar .sun {
    color: #333;
    font-weight: bold
}

/* PageNav */

#pagenavi {
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
    clear: both
}

#pagenavi a,
#pagenavi span {
    display: inline-block;
    font: 14px/20px Arial;
    border-radius: 3px;
    padding: 6px 12px;
    margin: 0 3px;
    height: 20px;
    border: 1px solid #ddd;
    background: #FFF
}

#pagenavi a:hover {
    color: #fff;
    border-color: #15c288;
    background: #15c288
}

#pagenavi span {
    color: #aaa;
    background: #f6f6f6
}

/* Foot */

#footerbar {
    width: 100%;
    height: 160px;
    font-size: 14px;
    color: #f5f5f5;
    background: #15c288;
    text-align: center;
    padding: 30px 0;
}

#footerbar span {
    margin-right: 20px;
}

#footerbar p {
    line-height: 30px;
    margin-bottom: 10px;
}

#backtop {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 170px;
    margin-left: 625px;
    color: #888;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
}

#backtop:hover {
    color: #f90
}

/* 内容 */

.logbox h1 {
    color: #000;
    font-size: 40px;
    line-height: 36px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
}

.logbox .data {
    text-align: center;
    color: #999;
    margin-bottom: 20px;
}

.logcon p {
    margin: 0.5em 0;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 30px;
}

.logcon a {
    color: #001c46
}

.logcon img,
.logcon embed,
.logcon iframe {
    max-width: 98% !important;
}

.logcon img {
    height: auto !important
}

.logbox .tags {
    padding: 5px 0;
}

.nextlog {
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
}

.link-box {
    padding: 15px 0;
    overflow: hidden;
    clear: both
}

.link-box h3 {
    font-size: 18px;
    padding: 4px;
    background: #15c288;
    color: #fff;
    width: 85px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    color: #999;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 8px;
}

.pagess ul .active{
     border: 1px solid #578bed !important;
    background: #578bed !important;
    color: #fff !important;
}

.pagess ul li:hover {
    background: #578bed;
    color: #fff;
    border: 1px solid #578bed
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #578bed;
    padding: 2px 9px;
    margin: 0 3px;
    background: #578bed;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}

/* 分页样式 */

.paging {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.paging>span {
    margin: auto 16px;
}

.paging .page-numbar {
    margin: auto 0;
}

.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last {
    display: inline-block;
    margin: auto 4px;
    padding: 2px 12px;
    border: 1px solid #EEE;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover {
    border-color: #578bed;
    color: #578bed;
}

.paging a {
    color: #333333
}

.paging a:hover {
    color: #578bed;
}

/* 查询页面 */
.searchBomb {
    width: 520px;
    margin: 20px auto;
}

.searchBomb>input {
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    outline: none;
    padding-left: 16px;
}

.searchBomb>span {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #cb1019;
    color: #fff;
    text-align: center;
    float: right;
    cursor: pointer;
}

.result .companyName {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #15c288;
    margin-bottom: 16px;
}

.result .tableBox {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    opacity: 1;
}

table {
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333ff;
    table-layout: fixed;
}

.f_t1 td,
.f_t1 th {
    height: 48px;
}

.f_t1>tbody>tr {
    border-bottom: 1px solid #DCDEE0;
}

.f_t1 th {
    border-bottom-width: 2px;
    text-align: center;
    background: #EBF2FD;
    padding: 5px;
}

.f_t1 tr {
    background-color: #fff;
}

.result p {
    font-size: 18px;
    font-weight: 500;
    color: #15c288;
    padding: 32px 0px 16px 0px;
}

.result .companyName {
    padding-top: 0px;
}

.nodata {
    display: block;
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #323233;
}

.result .f_t2 {
    border-style: hidden;
}

.des a {
    font-size: 16px;
}
.tag_position img{
    padding-bottom: 3px;
}
.tag_position a:nth-child(2):hover{
    color: #578bed;
}
.rongyu .rongyu_list{
    display: flex;
    flex-wrap: wrap;
}
.rongyu .rongyu_item{
    width: 25%;
    padding: 20px 10px;
    box-sizing: border-box;
}
.rongyu .rongyu_item .pic{
    width: 100%;
    height: 160px;
    border-radius: 4px;
    object-fit: cover;
}
.rongyu .rongyu_item .title {
    padding-top: 10px;
    text-align: center;
}
.rongyu .rongyu_item .title a{
    display: block;
}

.zs-main.zhengshu {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 50px 0;
}
.zs-main.zhengshu1{
    display: none;
}
.zs-main.zhengshu1 th{
    height: 50px;
    font-size: 20px;
    color: #578bed;
    background-color: #ddebfc;
}
.table_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.table_title{
    background-image: url(../images/table_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 80px;
    line-height: 66px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    letter-spacing: 10px;
    font-family: "宋体", SimSun, "微软雅黑", "Microsoft YaHei", sans-serif;
}
.zs-main.zhengshu1 td:first-child,.zs-main.zhengshu1 td:nth-child(3n){
    height: 50px;
    font-size: 20px;
    color: #000;
}
.zs-main.zhengshu1 td:nth-child(2n),.zs-main.zhengshu1 td:nth-child(4n){
    height: 50px;
    font-size: 18px;
    color: #333;
    text-align: left;
    padding-left: 10px;
}
.mb50{
    margin-bottom: 50px;
}
.zs-main.zhengshu .zhengshu-form-add .head {
    text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .head .c {
    font-size: 26px;
    font-weight: bold;
    color: #0767b1;
}
.zs-main.zhengshu .zhengshu-form-add .list {
    width: 550px;
    margin: 40px auto 0;
}
.zs-main.zhengshu .zhengshu-form-add .list dl {
    padding-left: 75px;
    margin-top: 20px;
    text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt {
    float: left;
    margin-left: -75px;
    line-height: 30px;
    font-size: 14px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt::before {
    content: '*';
    color: #ea3430;
    margin-right: 5px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dd .input {
    width: 97%;
    height: 35px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd {
    margin-top: 35px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dt {
    display: none;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .submit-btn {
    background-color: #578bed;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/zhengshu-button.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .submit-info {
    background-color: #578bed;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/zhengshu-button.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .submit-btn1 {
    background-color: #578bed;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/ly.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dd .textarea {
    width: 97%;
    height: 80px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 10px;
}
.message{
    font-size: 14px;
    color: red;
    padding-left: 75px;
    margin-top: 8px;
}

.ulist {
    padding: 0 30px;
    margin-top: 30px;
}
.ulist .title{
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.ulist .title1{
    color: #578bed;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.ulist .bord-bot {
    margin-top: 30px;
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.ulist .bord-bot1 {
    margin-top: 30px;
    border-bottom: 1px dashed #cdcdcd;
}
.ulist .bord-bot .mr20{
    margin-right: 20px;
}
.ulist .cinfo2 {
    margin-top: 40px;
    margin-bottom: 20px;
    /*font-size: 18px !important;*/
}
.ulist .cinfo2 font, .cinfo2 span, .cinfo2, .cinfo2 p {
    /*font-size: 18px !important;*/
    /*font-family: '宋体' !important;*/
    /*color: #333 !important;*/
    line-height: 2 !important;
}

.ulist .cinfo2 p img,.ulist .cinfo2 div img {
    width: 100% !important;
    height: auto;
}
.reload{
    display: flex;
    justify-content: flex-end;
}
.reload .btn{
    display: none;
    cursor: pointer;
    background: #578bed;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}





@media only screen and (max-width: 600px)  {
    .live-open-course{
        background-color: #fff !important;
    }
    .wrap1{
        width: calc(100% - 40px);
        padding: 20px;
    }
    #container{
        width: 100%;
    }
    .list-group{
        display: flex;
    }
    .list-group-item1 {
        width: 100%;
        line-height: 36px;
        text-align: center;
        color: #333;
        font-size: 14px;
        border-bottom: none;
        border-right: 1px solid #eeeeee;
    }
    #content{
        margin-top: 25px;
    }
    .loglist li.con .title{
        flex-direction: column;
    }
    .loglist li.con .title .left{
        margin: 0;
    }

    .rongyu .rongyu_item{
        width: 50%;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .rongyu .rongyu_item .pic{
        width: 100%;
        height: 100px;
        border-radius: 4px;
        object-fit: cover;
    }
    .zs-main.zhengshu{
        margin-top: 25px;
        padding: 25px 0;
    }
    .zs-main.zhengshu .zhengshu-form-add .list{
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    #container1{
        width: 100%;
    }

    #container2{
        width: 100%;
    }

    .ulist {
        margin-top: 20px;
        padding: 0;
    }
    .ulist .title{
        color: #555;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    .ulist .bord-bot {
        margin-top: 20px;
        border-bottom: 1px dashed #cdcdcd;
        padding-bottom: 10px;
        text-align: center;
        color: #666;
        font-size: 14px;
    }
    .ulist .bord-bot .mr20{
        margin-right: 20px;
    }
    .ulist .cinfo2 {
        margin-top: 30px;
        font-size: 16px !important;
    }
    .ulist .cinfo2 font, .cinfo2 span, .cinfo2, .cinfo2 p {
        font-size: 16px !important;
        font-family: '宋体' !important;
        color: #333 !important;
        line-height: 2 !important;
    }
}
@media only screen and (min-width: 601px) {
    .wrap1 {
        width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px 30px;
        box-sizing: border-box;
    }
}


.onlineMessage h3 {
    font-size: 20px;
    color: #15c288 !important;
    text-align: center;
    font-weight: normal;
}
.onlineMessage h3 {
    color: #15c288 !important;
}
.required{
    color: #e60012;
    margin-right: 5px;
}
.onlineForm{
    margin-top: 30px;
}
.onlineGroup{
    display: flex;
}
.onlineGroup label{
    width: 100px;
    display: inline-block;
    text-align: end;
    margin-right: 10px;
}
.form-control{
    flex: 1;
}

.onlineGroup input {
    width: 500px;
    height: 42px;
    background: #f5f5f5;
    border: none;
    padding: 0 16px;
    color: #333;
    background: #fff;
    border: 1px solid #eee;
    margin-right: 0;
}
.onlineGroup textarea{
    margin-right: 0;
}

.onlineInp{
    text-align: center;
    margin-top: 30px;
}

.onlineInp input.send-btn {
    cursor: pointer;
    background: #15c288;
    border-radius: 4px;
}

.onlineInp input {
    width: 160px;
    height: 44px;
    border: none;
    background: #ccc;
    color: #fff;
    font-size: 16px;
}

.onlineForm1{
    margin-top: 30px;
	display: flex;
    justify-content: center;
}

.onlineForm1 img{
	width: 80%;
	height: auto;
}