/* 整体样式 */
/*@font-face {*/
/*  font-family: '优设标题黑';*/
/*  src: url('../fonts/优设标题黑.TTF') format('truetype');*/
/*}*/
html,
body {
    width: 100%;
    /*min-width: 1200px;*/
    height: auto;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent; /*把高亮颜色设置为透明，也可以使用rgba的形式*/
}

/* 样式重置 */
* {
    margin: 0;
    padding: 0;
}

ul,
ol,
span,
p,
a {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style-type: none;
}

a,
a:focus,
a:hover {
    color: #000000;
    text-decoration: none;
}

i,
s,
em {
    font-style: normal;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    vertical-align: middle;
}

/* 内宽--1400px */
.inside {
    /*width: 1400px;*/
    height: auto;
    margin: 0 auto;
    padding: 0 3%;
    min-width: 800px;
}

.img img,
.pic img,
.icon img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.crosswise {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.crosswise2 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crosswise-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title h2 {
    font-size: 48px;
    color: #c20e22;
    font-weight: bold;
}

.title p {
    font-size: 36px;
    line-height: 36px;
    color: #34383b;
    margin-top: 15px;
    font-family: '优设标题黑';
}

.title-white h2,
.title-white2 h2,
.title-white2 p {
    color: #ffffff;
}

.title {
    text-align: center;
}

.title-left {
    text-align: left;
}

/* 1.页面头部 */
header {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #2ea7e0;
    /* 过渡 */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    /*height: 75px;*/
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    /* 过渡 */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

header .inside {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    display: block;
    width: 300px;
    height: 142px;
}

/*.header-fixed .logo {
width: 105px;
height: 50px;
}*/

header .logo img {
    width: 100%;
    height: 100%;
}

header .pho {
    display: flex;
    align-items: center;
}

header .pho .icon {
    width: 140px;
    height: 140px;
    margin-left: 20px;
}

/*.header-fixed .pho .icon {
width: 60px;
height: 60px;
margin-left: 20px;
}*/

header .pho .txt {
    color: #ffffff;
    text-align: right;
    font-size: 24px;
    position: relative;
}

/*.header-fixed .pho .txt {
font-size: 16px;
}*/

header .pho .txt p {
    line-height: 40px;
}

/*.header-fixed .pho .txt p {
display: inline-block;
line-height: 28px;
}*/

header .pho .txt i.c-txt {
    display: block;
    width: 165px;
    height: 50px;
    text-align: center;
    float: right;
    background-color: #f8b62d;
    cursor: pointer;
    line-height: 50px;
    margin-top: 15px;
    transition: all .5s;
    color: #000;
    font-weight: bold;
}

header .pho .txt i.c-hand {
    display: block;
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 30px;
    height: 30px;
    background: url("../images/click_band.png") no-repeat;
    background-size: cover;
}


header .pho .txt i:hover {
    cursor: url(../images/cursor.cur), default;
}

/*.header-fixed .pho .txt i {
margin-top: 19px;
margin-right: 20px;
float: left;
width: 90px;
height: 28px;
line-height: 28px;
}*/

/* 2.轮播图 */
.index-swiper {
    width: 100%;
    /*height: 790px;*/
    overflow: hidden;
    position: relative;
}

.index-swiper .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.index-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-swiper .swiper-slide,
.index-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

/* 3.品牌梳理 */
.brand {
    margin-top: 170px;
}

.brand .img {
    width: 860px;
    margin-left: -60px;
}

.brand .txt {
    width: 600px;
}

.brand .pic {
    margin-top: 40px;
}

/* 4.品牌热销||行业前景 */
.sell {
    margin-top: -70px;
    padding: 180px 0 50px;
    background: url(./../images/pc/sell-bg.png) no-repeat center/cover;
}

.sell .img {
    margin-top: 30px;
}

.vista {
    margin-top: 120px;
}

.vista .img {
    margin-top: 50px;
}

/* 5.观看量 */
.view ul {
    width: 100%;
    height: 120px;
    padding: 0 20%;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
}

.view ul li {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    border-left: 1px solid #c20e22;
}

.view ul li span {
    font-size: 48px;
    font-weight: bold;
    color: #c20e22;
}

.view ul li i {
    font-size: 40px;
    color: #c20e22;
}

.view ul li em {
    font-size: 16px;
    color: #251714;
    margin-left: 15px;
}

/* 6.产品优势 */
.adva {
    margin-top: 60px;
}

.adva .icon {
    width: 480px;
    /*height: 480px;*/
    margin-bottom: -220px;
    z-index: 5;
}

.adva-list {
    z-index: 10;
    position: relative;
    margin-top: 40px;
}

.adva-list li {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
    border: 1px solid #ffffff;
}

.adva-list li .img {
    width: 260px;
    height: 260px;
}

.adva-list li .txt {
    width: 60%;
    padding: 5%;
}

.adva-list li .txt h2 span {
    font-size: 24px;
    font-weight: bold;
    color: #251714;
    margin-right: 10px;
}

.adva-list li .txt h2 i {
    display: inline-block;
    background-color: #c20e22;
    color: #ffffff;
    padding: 6px 10px;
    vertical-align: middle;
    margin-top: -5px;
}

.adva-list li .txt p {
    margin-top: 20px;
    color: #666666;
    line-height: 30px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

/* 7.经营优势 */
.manage {
    margin-top: 60px;
}

.manage .icon {
    width: 380px;
    height: 440px;
    margin-bottom: -240px;
    z-index: 5;
    margin-left: 60px;
}

.mange-list {
    margin-top: 40px;
}

.mange-list li {
    width: calc(25% - 18px);
}

.mange-list li .img {
    width: 100%;
}

.mange-list li .det {
    padding: 0 20px;
    margin-top: 20px;
}

.mange-list li .det h3 {
    font-size: 24px;
    font-weight: bold;
    color: #251714;
}

.mange-list li .det p {
    margin-top: 20px;
    color: #666666;
    line-height: 30px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

/* 8.经营支持 */
.sustain {
    margin-top: 170px;
    position: relative;
}

/*.sustain .pic {*/
/*    width: 400px;*/
/*}*/


.sustain .pic {
    width: 30%;
    height: auto;
    position: absolute;
    right: 0;
    top: -160px;
}

.sustain-list {
    margin-top: 40px;
    border: 1px solid #efefef;
}

.sustain-list li {
    width: 20%;
    border: 1px solid #efefef;
    background-color: #ffffff;
}

.sustain-list li a {
    display: block;
    position: relative;
}

.sustain-list li span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 160px;
    line-height: 190px;
    color: #f6f6f6;
    font-weight: bold;
    z-index: 5;
}

.sustain-list li .det {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    text-align: center;
}

.sustain-list li .det h3 {
    font-size: 20px;
    font-weight: bold;
    color: #251714;
}

.sustain-list li .det p {
    margin-top: 20px;
    color: #707070;
    line-height: 30px;
    /* 文字最多显示几行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略号 */
    word-break: break-all; /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 3; /* 显示的行数 */
    max-height: 80 rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.sustain-list li .det .row {
    margin-top: 20px;
}

.sustain-list li .det .row img {
    width: 24px;
    height: 24px;
}

/* 9.页脚 */
footer {
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    color: #ffffff;
    background-color: #333333;
}

/* 10.团队实力 */
.team {
    margin-top: 120px;
}

.team .icon {
    width: 33%;
    margin-bottom: -400px;
    z-index: 5;
}

.team-list {
    margin-top: 40px;
}

.team-list li {
    width: calc(100% / 3);
    border: 2px solid #efefef;
    background-color: #ffffff;
    padding: 50px;
}

.team-list li:nth-child(-n + 3) {
    border-bottom: 0;
}

.team-list li:not(:nth-child(3n)) {
    border-right: 0;
}

.team-list li:first-child {
    border: 0;
    background-color: transparent;
}

.team-list li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #251714;
}

.team-list li span {
    display: block;
    font-size: 20px;
    color: #c20e22;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}

.team-list li span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #c20e22;
}

.team-list li p {
    margin-top: 20px;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

/* 11.企业实力 */
.firm {
    margin-top: 120px;
    background-color: #f8b62d;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.firm .pic {
    width: 100%;
}

.firm .img {
    width: 50%;
    height: 720px;
    position: relative;
}

.firm .txt {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2ea7e0;
    color: #ffffff;
    box-sizing: border-box;
    padding: 90px 110px 90px 110px;
    height: 100%;
}

.firm .txt .desc {
    margin-top: 32px;
    font-size: 14px;
    line-height: 26px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

/* 12.合作伙伴 */
.coop {
    margin: 120px 0;
}

.coop .pic {
    width: 100%;
}

.coop .img {
    width: 100%;
    margin-top: 50px;
}

/* 13.留言 */
.msg-popu {
    display: none;
    width: 100vw;
    height: 100vh;
    min-width: 600px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    overflow: hidden;
}

.msg-popu .inside {
    width: 73%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    background: url(./../images/pc/msg-bg.png) no-repeat center/cover;
}

.msg-cons {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 80px 0;
}

.msg-popu .msg-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.msg-popu .msg-close img {
    width: 100%;
    height: 100%;
}

.msg {
    height: auto;
    padding-left: 25%;
    margin-top: 30px;
    position: relative;
}

.msg-popu .msg{
    padding-left: 11%;
}

.msg .pho{
    margin-left: 30px;
}
.msg .pho img {
    width: 235px;
    /*height: 310px;*/
    /*margin-top: 43px;*/
}

.msg .pho a {
    display: block;
    margin-top: 36px;
    color: #ffffff;
    font-size: 16px;
}

.msg ul li {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    /* overflow: hidden; */
}

.msg ul li.rd {
    justify-content: flex-start;
}

.msg ul li.ar {
    /*height: 100px;*/
    align-items: flex-start;
    margin-bottom: 50px;
}

.msg ul li:first-child {
    margin-top: 0;
}

.msg ul li span {
    display: block;
    line-height: 34px;
    width: 80px;
    color: #ffffff;
    text-align: right;
    margin-right: 20px;
}

.msg ul li input[type="text"],
.msg ul textarea {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    resize: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 5px;
}

.msg ul textarea {
    padding: 5px;
    height: 88px;
}

.msg ul li.rd .item em:first-child,
.msg ul li.rd .items em:first-child {
    margin-right: 70px;
}

.msg ul li input[type="radio"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-bottom: 6px;
    background-color: transparent;
}

.msg ul li input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 2px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

.msg ul li input[type="radio"]:checked::before {
    content: "";
    background-color: #c20e22;
    border: solid 2px #ffffff;
    border-radius: 50%;
}

.msg ul li label {
    color: #ffffff;
    font-weight: normal;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 3px;
    cursor: pointer;
}

.msg ul .submit {
    display: block;
    padding-left: 85px;
}

.msg ul .submit a {
    display: inline-block;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    /*margin-top: 40px;*/
}

.msg ul .submit a:first-child {
    margin-right: 20px;
    background-color: #c20e22;
}

.msg ul .submit a:last-child {
    background-color: #f8b62d;
}

.botcontact {
    background: url(./../images/pc/msg-bg.png) no-repeat center/100% 100%;
    padding: 0px 0 0;
}

/*@media (max-width: 1440px) {*/
/*    .inside {*/
/*        width: 93%;*/
/*    }*/
/*}*/

/*@media (max-width: 1700px) {*/
/*    .firm .img {*/
/*        width: 50%;*/
/*    }*/

/*    .firm .txt {*/
/*        width: 50%;*/
/*        padding: 70px;*/
/*    }*/
/*}*/

@media (max-width: 1400px) {
    /*.msg-popu .msg-cons {*/
    /*    padding: 60px 0;*/
    /*}*/

    /*.msg {*/
    /*    padding-left: 40px;*/
    /*    padding-right: 40px;*/
    /*    margin-top: 40px;*/
    /*}*/
}

@media (max-width: 1800px) {
    /*.sustain .pic {*/
    /*    width: 510px;*/
    /*}*/
}

@media (max-width: 1500px) {
    /*.sustain .pic {*/
    /*    width: 450px;*/
    /*}*/
}

@media (max-width: 1400px) {
    /*.inside {*/
    /*    width: 1280px;*/
    /*}*/


    /*.team .icon {*/
    /*    width: 400px;*/
    /*    height: auto;*/
    /*}*/

    /*.msg {*/
    /*    padding-left: 170px;*/
    /*}*/
}
@media (max-width: 1920px) {
    .msg-popu .msg{
        padding-left: 21%;
    }
    .msg ul li input[type="text"],
    .msg ul textarea {
        width: 530px;
    }
    .msg ul .submit{
        padding-left: 101px;
    }

}
@media (max-width: 1366px) {
    .msg ul li input[type="text"],
    .msg ul textarea {
        width: 455px;
    }
    .msg ul textarea {
        height: 85px;
    }
    .msg ul .submit{
        padding-left: 101px;
    }
    .msg-popu .msg ul li input[type="text"],
    .msg-popu .msg ul textarea {
        width: 400px;
    }
}
@media (max-width: 1280px) {
    .msg-popu .msg ul li input[type="text"],
    .msg-popu .msg ul textarea {
        width: 360px;
    }
}

@media (max-width: 1024px) {
    .title h2 {
        font-size: 38px;
    }

    .title p {
        font-size: 26px;
        line-height: 26px;
        margin-top: 15px;
    }
    .view ul {
        padding: 0 160px;
    }
    .adva .icon {
        width: 380px;
    }
    .adva .title{
        padding-left: 100px;
    }
    .adva-list li .txt h2 span {
        font-size: 16px;
        margin-right: 10px;
    }

    .adva-list li .txt h2 i {
        font-size: 13px;
        padding: 4px 8px;
        margin-top: 0px;
    }

    .adva-list li .txt p {
        font-size: 13px;
        margin-top: 20px;
        line-height: 20px;
    }
    .adva-list li .img {
        width: 180px;
        height: 180px;
    }
    .manage .icon {
        width: 360px;
        margin-bottom: -220px;
        margin-left: 30px;
    }
    .manage .title{
        padding-left: 220px;
    }
    .mange-list li .det {
        padding: 0 14px;
    }
    .mange-list li .det h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .mange-list li .det p {
        font-size: 15px;
        margin-top: 14px;
        line-height: 24px;
    }




    .sustain-list li span {
        font-size: 120px;
        line-height: 150px;
    }

    .sustain-list li .det {
        padding: 25px 15px;
    }

    .sustain-list li .det h3 {
        font-size: 17px;
    }

    .sustain-list li .det p {
        font-size: 15px;
        margin-top: 15px;
        line-height: 28px;
        max-height: 80px; /* 设置最大高度，根据行高，要几行乘以几倍 */
    }

    .team .icon {
        margin-bottom: -330px;
    }
    .team-list li {
        padding: 25px;
    }
    .team-list li h3 {
        font-size: 17px;
    }

    .team-list li span {
        font-size: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .team-list li span::before {
        width: 22px;
        height: 2px;
    }

    .team-list li p {
        margin-top: 15px;
        line-height: 26px;
        font-size: 14px;
    }


    .firm .title p{
        font-size: 24px;
    }
    .firm .txt {
        padding: 80px 60px 80px 60px;
    }

    .firm .txt .desc {
        margin-top: 22px;
        font-size: 15px;
        line-height: 22px;
    }

    /*.msg {*/
    /*    padding-left: 22%;*/
    /*}*/
    .msg ul li {
        height: 33px;
        /*margin-top: 10px;*/
    }
    .msg ul li input[type="text"],
    .msg ul textarea {
        width: 300px;
        padding: 5px;
    }
    .msg-popu .msg ul li input[type="text"],
    .msg-popu .msg ul textarea {
        width: 240px;
        padding: 5px;
    }
    .msg ul textarea {
        height: 76px;
    }
    .msg ul li label {
        margin-left: 2px;
    }

    .msg .pho img {
        width: 185px;
        height: auto;
        /*margin-top: 43px;*/
    }
    .msg .pho a {
        margin-top: 25px;
        font-size: 15px;
    }
    .msg ul li.rd .item em:first-child,
    .msg ul li.rd .items em:first-child {
        margin-right: 10px;
    }
    .msg ul .submit a {
        width: 70px;
        height: 30px;
        margin-top: 18px;
        line-height: 30px;
    }
    .msg ul .submit {
        display: block;
        padding-left: 101px;
    }
    .msg ul .submit a:first-child {
        margin-right: 9px;
        background-color: #c20e22;
    }

}
@media (max-width: 800px) {
    .view ul {
        padding: 0 90px;
    }
    .adva .icon {
        width: 320px;
    }
    .adva .title{
        padding-left: 200px;
    }
    .adva-list li .txt h2 span {
        font-size: 15px;
        margin-right: 10px;
    }

    .adva-list li .txt h2 i {
        font-size: 12px;
        padding: 4px 8px;
        margin-top: 0px;
    }

    .adva-list li .txt p {
        font-size: 12px;
        margin-top: 20px;
        line-height: 20px;
    }
    .adva-list li .img {
        width: 160px;
        height: 160px;
    }
    .manage .icon {
        width: 320px;
        margin-bottom: -260px;
        margin-left: 30px;
    }
    .manage .title{
        padding-left: 200px;
    }
    .mange-list li .det {
        padding: 0 10px;
    }
    .mange-list li .det h3 {
        font-size: 16px;
        font-weight: bold;
    }
    .mange-list li .det p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px;
    }
    .sustain .pic {
        width: 30%;
        top: -90px;
    }
    .sustain .title{
        padding-right: 60px;
    }
    .sustain-list li span {
        font-size: 100px;
        line-height: 130px;
    }

    .sustain-list li .det {
        padding: 20px 10px;
    }

    .sustain-list li .det h3 {
        font-size: 16px;
    }

    .sustain-list li .det p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 25px;
        max-height: 80px; /* 设置最大高度，根据行高，要几行乘以几倍 */
    }

    .team .icon {
        margin-bottom: -320px;
    }
    .team-list li {
        padding: 20px;
    }
    .team-list li h3 {
        font-size: 16px;
    }

    .team-list li span {
        font-size: 14px;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .team-list li span::before {
        width: 22px;
        height: 2px;
    }

    .team-list li p {
        margin-top: 10px;
        line-height: 24px;
        font-size: 13px;
    }

    .firm .title p{
        font-size: 22px;
    }
    .firm .txt {
        padding: 60px 40px 60px 40px;
    }

    .firm .txt .desc {
        margin-top: 22px;
        font-size: 14px;
        line-height: 22px;
    }
    /*.msg {*/
    /*    padding-left: 12%;*/
    /*}*/
    .msg ul li {
        height: 33px;
        /*margin-top: 10px;*/
    }
    .msg ul li input[type="text"],
    .msg ul textarea {
        width: 245px;
        padding: 5px;
    }
    .msg-popu .msg ul li input[type="text"],
    .msg-popu .msg ul textarea {
        width: 200px;
        padding: 5px;
    }
    .msg ul textarea {
       height: 70px;
    }
    .msg ul li label {
        margin-left: 2px;
    }

    .msg .pho img {
        width: 180px;
        height: auto;
        /*margin-top: 43px;*/
    }
    .msg .pho a {
        margin-top: 25px;
        font-size: 15px;
    }
    .msg ul li.rd .item em:first-child,
    .msg ul li.rd .items em:first-child {
        margin-right: 10px;
    }
    .msg ul .submit a {
        width: 70px;
        height: 30px;
        margin-top: 18px;
        line-height: 30px;
    }
    .msg ul .submit {
        display: block;
        padding-left: 101px;
    }
    .msg ul .submit a:first-child {
        margin-right: 9px;
        background-color: #c20e22;
    }

}



.botcontact {
    background-size: cover;
}
