@font-face {
    font-family: 'Oswald-Bold';
    src: url('./font/Oswald-Bold.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('./font/SourceHanSansCN-Bold.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('./font/SourceHanSansCN-Regular.otf');
}


* {
    margin: 0;
    padding: 0;
    /* font-family: 'Arial','Microsoft YaHei'; */
}

body {
    font-family: 'Arial','Microsoft YaHei'!important;
}

a {
    color: #000;
    text-decoration: none
}

li {
    list-style-type: none
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.disable {
    pointer-events: none;
}

.hide {
    display: none;
}

.sho {
    display: block;
}

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

.text-Right {
    text-align: right;
}

.text-Center {
    text-align: center;
}

.wordBr {
    width: 100%;
    display: block;
}

.clear {
    clear: both;
}

.FloatL {
    float: left;
}

.FloatR {
    float: right;
}

@media screen and (max-width:1700px) {
    .wordBr {
        display: none;
    }
}

/* 头部 */

.head {
    height: 90px;
    border-bottom: 1px solid #d0d3d6;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 500;
    background: #fff;
    box-sizing: border-box;
    /* opacity: 0.3; */
}

.head .h_mail {
    font-size: 1.4em;
    font-weight: 500;
    margin: 0 auto;
    max-width: 1100px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    padding-top: 20px;
}

.head .h_mail a {
    height: 24px;
    display: inline;
    color: #212121;
    background: url('../images/h_share.png') no-repeat;
    padding-left: 2.0em;
    margin-left: 2.0em;
    border-bottom: 1px solid #2776B3;
    line-height: 24px;
}

.head .h_mail a.tel {
    background: url('../images/h_share_tel.png') no-repeat;
}

.head-box {
    margin: 0 auto;
    height: 67px;
    width: 1304px;
}

.logo {
    float: left;
    width: 200px;
}

.head .logoImg {
    margin: 18px 0 0 0;
}

.head .nav {
    padding-left: 163px;
}

.head .nav>ul {
    padding-top: 39px;
    float: left;
}

.head .nav>ul>li {
    position: relative;
    display: inline-block;
}

.head .nav>ul>li>a {
    line-height: 32px;
    font-size: 16px;
    color: #000;
    padding: 0px 20px 12px;
    position: relative;
}

.head .nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: -9px;
    background: #BF000F;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.head .nav>ul>li>a:hover::before {
    left: 15px;
    right: 15px;
}

.head .nav>ul>li>a>span {
    display: inline-block;
    transition: all .5s;
    background: url('../images/makenicon.png');
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-position: -7px -4px;
}

.head .nav>ul>li>a:hover span {
    transform: rotate(180deg);
}

.head .rightContain {
    margin: 46px 0 0 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.head .navEmail {
    float: left;
    width: 15px;
    height: 11px;
    background: url('../images/makenicon.png');
    background-position: -58px -8px;
}

.head .SelectLang {
    position: relative;
    float: left;
    margin: 0 0 0 20px;
}

.head .navSelLang .navSelLangImgL {
    width: 12px;
    height: 11px;
    background: url('../images/makenicon.png');
    background-position: -34px -8px;
    display: inline-block;
}

.head .navSelLang .navSelLangImgR {
    width: 7px;
    height: 9px;
    background: url('../images/makenicon.png');
    background-position: -228px -13px;
    display: inline-block;
}

.head .navSelLang {
    color: #000;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head .navSelLang span {
    margin: 0 4px 0 6px;
}

.head .LangItemDiv {
    position: absolute;
    left: 0px;
    top: 26px;
    border: solid #F4F4F4 1px;
    width: 122px;
    height: 62px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    display: none;
}

.head .LangItemDiv a {
    color: #000;
}

.head .langHr {
    border-bottom: solid #EAEAEA 1px;
    width: 94%;
    margin: 6px 0;
}

.head .red {
    color: #BF000F!important;
}

/*导航栏悬停百叶*/

.head .sub-nav-new {
    width: 100%;
    background: #fff;
    font-size: 18px;
    line-height: 38px;
    height: 0px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .5s;
    font-family: 'myPoppinsRegular';
    margin-top: 23px;
    font-weight: bold;
    box-shadow: 0px 2px 2px #f4f0f0;
}

.head .sub-nav-new ul {
    margin-top: 34px;
    display: none;
    margin-bottom: 30px;
}

.head .sub-nav-new a {
    color: #000;
    position: relative;
}

/* .head .sub-nav-new a:hover:before {
    content: '';
    border: solid #000 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.head .sub-nav-new a:hover {
    color: #bf000f;
}

.head .Products {
    margin-top: 34px;
    font-weight: normal;
}

.head .ProdTitle {
    margin: 6px 0 29px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.head .ProdItem {
    display: block;
    width: 24.5%;
    height: 100%;
    border-left: solid #E1E1E1 1px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23px;
    padding-left: 19px;
    padding-right: 39px;
    padding-bottom: 30px;
}

.head .ProdItemZong {
    width: 70%;
    height: 384px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: left;
    margin: auto auto;
}

@media screen and (min-width: 1185px) and (max-width: 1600px) {
    .head .ProdItemZong {
        width: 85%;
    }
}

@media screen and (min-width: 1185px) and (max-width: 1366px) {
    .head .ProdItemZong {
        width: 85%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1185px) {
    .head .ProdItemZong {
        width: 90%;
        height: 500px;
    }
}

@media screen and (min-width: 910px) and (max-width: 1000px) {
    .head .ProdItemZong {
        width: 95%;
        height: 53vh;
    }
}

@media screen and (min-height: 900px) and (max-height: 1024px) {
    .head .ProdItemZong {
        width: 70%;
        height: 384px;
    }
}

@media screen and (max-height: 900px) {
    .head .ProdItemZong {
        width: 95%;
        height: 384px;
    }
}

/* .head .sub-nav-new a::after, .head .sub-nav-new a::before {
    content: '';
    width: 14px;
    height: 5px;
    background: #2776B3;
    display: inline-block;
    margin: 6px 10px;
    opacity: 0;
    transition: all .2s;
} */

/* .head .sub-nav-new a:hover::after, .head .sub-nav-new a:hover::before {
    opacity: 1;
} */

/*.head .nav>ul>li>a:hover{ color:#2776B3}*/

/*.head .nav>ul>li>a.cur{color:#2776B3}*/

/*.head .nav > ul > li span {
	display: none;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 12px solid #add2f0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}*/

.sub-nav {
    position: absolute;
    left: 0;
    top: 40px;
    margin-top: 12px;
    z-index: 999;
    background: #FFF;
}

.sub-nav li {
    position: relative
}

.sub-nav li a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-indent: 0px;
    text-align: center;
    margin-top: 1px;
    background-image: url(/images/navbj.png);
    color: #000;
    font-size: 1.40em;
}

.sub-nav li a:hover {
    background-image: url(/images/navbj1.png);
    color: #FFF;
}

.head .nav>ul>li .sub-nav {
    display: none
}

/* .head .nav>ul>li:hover span{
	display:block;
}
.head .nav>ul>li:hover .sub-nav{ display:block}
*/

.product-nav {
    position: absolute;
    left: 120px;
    top: -1px;
    display: none;
    padding-left: 1px;
    z-index: 1000;
    background: #FFF;
}

.product-nav a {
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    text-align: left;
    margin-top: 1px;
    background: rgba(200, 200, 200, 0.8);
    color: #000;
    font-size: 1.2em;
}

.product-nav a:hover {
    background: rgba(47, 158, 247, 0.8);
    color: #fff;
}

.copy {
    height: 55px;
    margin-top: 30px;
    text-align: center;
    background: #fff;
    padding: 20px 0 0;
    color: #558ed5;
}

.copy .copy-area {
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.8em;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_banner_swiper .readMore1 {
    border: solid #9BA3AA 1px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    width: 139px;
    height: 39px;
    box-sizing: border-box;
    padding-top: 5px;
    margin-top: 47px;
}

.nav-btn {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
    display: none
}

.nav-btn img {
    margin: 0 auto
}

.nav-close {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 10001;
    border: 1px solid #CCC;
    border-radius: 5px;
    cursor: pointer;
    display: none
}

.nav-close img {
    margin: 0 auto
}

.nav-close:hover {
    background: #dbeaf6
}

.wrap_all {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #FFF;
    overflow: hidden;
    width: 0px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.wrap_all .nav {
    border-top: 1px solid #e1e1e1;
    margin: 80px auto;
    width: 100%;
    overflow: hidden;
}

.wrap_all a {
    background: url(../images/1dc162fa5032ed236b54ff94b936b3ec.png) no-repeat left center;
    background-size: 6px 6px;
    height: 48px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    height: 48px;
    line-height: 48px;
    color: #333;
    text-indent: 15px;
    font-size: 14px;
}

.wrap_all a:hover {
    background: #539fdb;
    color: #FFF
}

.wrap_all .nav, .sub-menu, .pro-menu, .pro-nav {
    padding-left: 20px;
}

.open {
    width: 100%;
    height: auto
}

@media screen and (max-width:1070px) {
    .logo {
        margin-left: 5px;
    }
}

@media screen and (max-width:930px) {
    .logo {
        margin-left: 5px;
        margin-top: 0;
    }
}

@media screen and (max-width:910px) {
    .head .nav, .head .navEmail, .head .SelectLang {
        display: none;
    }
    .nav-btn {
        display: block
    }
}

@media screen and (max-width:740px) {
    .copy {
        margin-top: 15px;
    }
}

/* 脚部 */

.footer {
    background: #2C2C2C;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.footer .footerLeft {
    background-color: #CA0012;
    width: 400px;
    color: #F0EEEE;
    padding: 0 2vw;
    box-sizing: border-box;
    font-family: 'myPoppinsRegular';
    font-size: 15px;
    /* height: 600px; */
    margin-left: 6vw;
    position: relative;
    min-height: 374px;
}

@media screen and (max-width:500px) {
    .footer .footerLeft {
        margin-left: 0;
    }
}

.footer .footLogo {
    margin: 62px 0 20px 0;
}

.footer .footerLeft .footIcon {
    display: inline-block;
    vertical-align: top;
    margin: 3px 10px 0 0;
    width: 18px;
    height: 18px;
}

.footer .footerLeft .footIcon1 {
    background: url('../images/makenicon.png');
    background-position: -82px -8px;
}

.footer .footerLeft .footIcon2 {
    background: url('../images/makenicon.png');
    background-position: -137px -8px;
}

.footer .footerLeft .footIcon3 {
    background: url('../images/makenicon.png');
    background-position: -109px -8px;
}

.footer .footerLeft .p1R {
    width: 263px;
    display: inline-block;
}

.footer .footerLeft .p2 {
    margin: -2px 0 0 29px;
}

.footer .footerLeft .p3 {
    margin: -7px 0 0 29px;
}

.footer .footerLeft .p4 {
    margin-top: 2px;
    color: #fff;
}

.footer .footerLeft .p5 {
    margin-top: 10px;
}

.footer .footCon {
    position: absolute;
    bottom: 0px;
    width: 81%;
}

@media only screen and (max-width:600px) {
    .footer .footCon {
        width: 95.6%;
    }
}

.footer .footIcon {
    margin: -5px 10px 0 0;
    vertical-align: middle;
}

.footer .fenxLink {
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

.footer .fenxLink1 {
    background-position: 0px 0px;
}

.footer .fenxLink2 {
    background-position: -39px 0px;
}

.footer .fenxLink3 {
    background-position: -77px 0px;
}

.footer .fenxLink4 {
    background-position: -116px 0px;
}

.footer .fenxLink5 {
    background-position: -153px 0px;
    width: 37px;
}

.footer .fenxLink6 {
    background-position: -201px 0px;
}

.footer .fenxLink7 {
    background-position: -238px 0px;
}

.footer .footerRight {
    color: #DBD7D7;
    display: flex;
    flex-wrap: wrap;
    width: 63.4vw;
    font-size: 14px;
    /* height: 400px; */
    margin-left: 7.864583vw;
    margin-top: 72px;
    line-height: 18px;
}

@media only screen and (max-width:957px) {
    .footer .footerRight {
        margin-top: 4vw;
    }
}

.footer .footerRight a {
    color: #fff;
}

.footer .footerRight .frFlexItem:not(:first-child) .products {
    opacity: 0;
}

@media only screen and (max-width:957px) {
    .footer .footerRight {
        width: min-content;
    }
    .footer .footerLeft {
        width: 42vw;
    }
}

@media only screen and (max-width:600px) {
    .footer {
        flex-wrap: wrap;
    }
    .footer .footerRight {
        width: 96vw;
    }
    .footer .footerLeft {
        width: 96vw;
        padding-bottom: 62px;
        margin-bottom: 20px;
        min-height: 400px;
        margin-left: 0;
    }
}

.footer .footerRight>.frFlexItem {
    min-width: 240px;
}

.footer .footerRight>.frFlexItem {
    /* border: solid red 1px; */
    margin-bottom: 10px;
}

.footer .footerRight .frProCach {
    width: 240px;
    display: inline-block;
    margin: 4px 0 15px 0px;
    /* height: auto; */
    height: 100%;
    text-indent: -7px;
}

.footer .footerRight .frProCach p:not(.footSecTit) a {
    color: #DBD7D7;
    font-size: 14px;
}

.footer .footerRight .footProList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 174px;
    /* width: 57vw; */
    line-height: 30px;
}

@media only screen and (max-width:1656px) {
    .footer .footerRight .footProList {
        flex-direction: inherit;
        height: auto;
        width: 100%;
    }
}

@media only screen and (min-width:414px) and (max-width:600px) {
    .footer .footerRight .frProCach {
        width: 50%;
    }
}

@media only screen and (max-width:413px) {
    .footer .footerRight .frProCach {
        width: 240px;
    }
}

.footer .footTit {
    font-size: 20px;
    font-family: 'myOswald-Bold';
    color: #fff;
    margin-bottom: 24px;
}

.footer .footSecTit {
    font-size: 14px;
    font-family: 'myPoppinsRegular';
    color: #fff;
    margin: 0px 0 7px 0;
}

.footer .footerHr {
    border-top: solid #434343 2px;
    height: 2px;
    width: 100%;
    position: relative;
    right: -90%;
    margin-bottom: -4px;
    margin-top: 24px;
}

@media only screen and (max-width:500px) {
    .footer .footerHr {
        right: 0;
    }
}

.footer .footerHrDiv {
    border-top: solid #fff 1px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
    padding-top: 21px;
    box-sizing: border-box;
    padding-bottom: 25px;
    margin-top: 0.8vw;
}

.footer .footerHrDivA {
    color: #fff;
    position: relative;
    top: 3px;
}

.footer .frABOUTUS .ABOUTUSChild .footSecTit {
    margin: 5px 0 5px 0;
}

.footer .frProStands, .footer .frProDigital {
    padding-top: 49px;
    padding-bottom: 39px;
}

.footer .frABOUTUS .frAboutTit {
   line-height: 30px;
}
.footer .frABOUTUS .frAboutTit a{
    color: #DBD7D7;
}

.footer .neiFootSecTit {
    margin-top: 11px;
}
.footer .frLink .frLinkGroup{
    display: flex;
    flex-direction: column;
}
.footer .frLink .frLinkGroup .frLinkTit{
    font-size: 14px;
    font-family: 'myPoppinsRegular';
    margin-bottom:22px;
}
.footer .frLink .frLinkGroup .frLinkItem{
    display: flex;
    align-items: flex-start;
}
.footer .frLink .frLinkGroup .frLinkItem .frLinkItemImg{
    margin-right: 20px;
    /* display: none; */
}
.frl-active{
    display: block !important;
}
.footer .frLink .frLinkGroup .frLinkItem .frLinkItemImg .wx-qrcode,.dy-qrcode,.vd-qrcode{
    position: relative;
    display: none;
}
.footer .frLink .frLinkGroup .frLinkItem .frLinkItemImg .wx-qrcode::after,.dy-qrcode::after,.vd-qrcode::after{
    content: '';
    position: absolute;
    top: 6px;
    right: -15px;
    border: 8px solid;
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
.footer .frLink .frLinkGroup .frLinkItem .frLinkItemImg .dy-qrcode::after{
    top: auto !important;
    bottom: 10px;
}
.footer .frLink .frLinkGroup .frLinkItem .frLinkItemImg .vd-qrcode::after{
    top: 50px;
}
.footer .frLink .frLinkGroup .frLinkItem .dlc{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.footer .frLink .frLinkGroup .frLinkItem .qrcode{
    margin-right: 10px;
}

.footer .footTit:hover{
    color: #CA0012 !important;
 }
 .footer .footerRight .frProCach a:hover{
    color: #CA0012 !important;
 }
 .footer .frFlexItem a:hover{
    color: #CA0012 !important;
 }
 .footer .footC:hover{
    color: #fff !important;
 }
/* 留言板 */

.MessageMain {
    position: fixed;
    right: 43px;
    top: 750px;
    z-index: 300;
    font-size: 0;
    /* width: 374px;
    height: 550px; */
    width: 0px;
    height: 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    transition: all 0.5s;
}

.MessageMain .mesTop {
    height: 227px;
    background-color: #BF000F;
}

/* .MessageMain .mesTopLogo {
    width: 86px;
    height: 19px;
    margin: 20px 0 0 20px;
    display: inline-block;
} */

.MessageMain .mesTopTitle {
    color: #fff;
    font-family: 'myOswald-Bold';
    font-size: 32px;
    text-align: center;
    padding: 70px 0 0 0;
}

.MessageMain .mesTopCont {
    color: #F4F0F0;
    font-family: 'myPoppinsRegular';
    font-size: 15px;
    text-align: center;
    padding: 0 28px 0;
    line-height: 19px;
    margin: 18px 0 0 0;
}

.MessageMain .mesTopfoot {
    font-family: 'myPoppinsRegular';
    font-size: 12px;
    text-align: center;
    color: #c69a6c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
}

.MessageMain .mesTopfoot img {
    margin-right: 4px;
    margin-top: -6px;
}

.MessageMain .mesMain {
    height: 366px;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.MessageMain .mesMainName, .MessageMain .mesMainEmail {
    width: 90%;
    outline: none;
    margin: 0px auto 0;
    display: block;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: solid #D9D9D9 1px;
    background-color: #fff;
    padding: 12px 0;
    font-family: 'myPoppinsRegular';
    font-size: 12px;
}
/*cgm 20230306*/
.mesMain .InpHelp {
    color: #a3a3a3;
    font-family: Arial, Helvetica, sans-serif;
    height: 10px;
}

.mesMain .GetTouchXing {
    color: #ff3043;
    font-size: 12px;
    position: relative;
    top: 2px;
}

.mesMain .GetTouchHr {
    width: 100%;
    border-bottom: #e0e0e0 solid 1px;
    margin: 0 0 17px 0;
}

.mesMain .GetTouchInp {
    height: 34px;
    width: 80%;
    margin: 0 0 0 0;
    border: none;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #6a6969;
    outline: none;
}

.mesMain .GetToucharea {
    width: 100%;
    outline: none;
    border: none;
    background-color: #fff;
    display: block;
    min-height: 155px;
    font-family: "myPoppinsRegular";
    font-size: 13px;
    color: #6a6969;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
}

.mesMain .iconImg {
    margin: 0 9px 0 0;
}

.mesMain .GetTouchInpDiv {
    justify-content: space-between;
    align-items: center;
    border-bottom: #e0e0e0 solid 1px;
    margin-left: 20px;
    margin-right: 20px;
}
.mesMain .no-bor{
    border-bottom: none;
}
.mesMain .GetTouchSub {
    background: #bf000f;
    font-size: 25px;
    color: #fff;
    font-family: "myOswald-Bold";
    text-align: center;
    display: flex;
    margin: 20px auto 20px;
    cursor: pointer;
    width: 274px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: none;
    box-sizing: border-box;
}
.mesMain .ContactTips {
    width: 257px;
    font-size: 13px;
    font-family: "myPoppinsRegular";
    color: #bf000f;
    transition: all 1s;
    position: relative;
    display: none;
    margin-left: 20px;
}
/*cgm 20230306 end*/
.MessageMain .mesMainName {
    margin: 10px auto 0;
}

.MessageMain .mesMTextarea {
    width: 90%;
    outline: none;
    border: none;
    background-color: #fff;
    margin: 13px auto 0;
    display: block;
    min-height: 175px;
    font-family: 'myPoppinsRegular';
    font-size: 13px;
    color: #000;
}

.MessageMain .mesMainSend {
    cursor: pointer;
    position: absolute;
    right: 42px;
    bottom: 15px;
    width: 19px;
    height: 19px;
    background: url('../images/makenicon.png');
    background-position: -10px -39px;
}

.MessageMain .mesMainTips {
    height: 26px;
    width: 257px;
    margin: 0 0 0 20px;
    font-size: 14px;
    font-family: 'myPoppinsRegular';
    color: #BF000F;
    transition: all 1s;
    display: none;
    top: -100px;
}

.MessageIcon {
    position: fixed;
    right: 32px;
    /* top: 855px; */
    /* bottom: 20px; */
    z-index: 300;
    font-size: 0;
    cursor: pointer;
}

.MessageIcon .MesImg {
    width: 64px;
    height: 64px;
}

.MessageIcon .MesImgInfo {
    background: url('../images/makenicon.png');
    background-position: 179px -9px;
    border-radius: 50%;
}

.MessageIcon .MesImgClose {
    display: none;
    background: url('../images/makenicon.png');
    background-position: 93px -10px;
    border-radius: 50%;
}


@media only screen and (max-height:730px){
    .MessageMain .mesTop{
        height: 160px;
    }
    .MessageMain .mesTopTitle{
        padding: 40px 0 0 0;
    }
    .MessageMain .mesMain{
        height: auto;
    }
    .mesMain .GetTouchHr{
        margin: 0 0 7px 0;
    }
    /* .mesMain .InpHelp{
        height: 17px;
    } */
    .mesMain .GetToucharea{
        min-height: 110px;
    }
}
@media only screen and (max-height:650px) {
    .MessageMain .mesMain{
        height: auto;
    }
    .MessageMain .mesTop{
        height: 147px;
    }
    .MessageMain .mesTopTitle{
        padding: 28px 0 0 0;
    }
    .mesMain .GetTouchHr{
        margin: 0 0 7px 0;
    }
    /* .mesMain .InpHelp{
        height: 10px;
    } */
    .mesMain .GetToucharea{
        min-height: 114px;
    }
}

@media screen and (max-width:500px) {
    .MessageMain .mesTop{
        height: auto;
    }
    .MessageMain .mesTopTitle{
        padding: 35px 0 0 0;
    }
    .MessageMain .mesMain{
        height: auto;
    }
    .mesMain .GetToucharea{
        min-height: 164px;
    }
}
