
.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;
    }
}


/* 留言板 */

.MessageMain {
    position: fixed;
    right: 43px;
    /* top: 182px; */
    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: 324px;
    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;
}
.mesMain .InpHelp {
    color: #a3a3a3;
    font-family: Arial, Helvetica, sans-serif;
    height: 11px;
}

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

.mesMain .GetTouchHr {
    width: 100%;
    border-bottom: #e0e0e0 solid 1px;
    margin: 0 0 11px 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: 17px;
    font-family: "myPoppinsRegular";
    color: #bf000f;
    transition: all 1s;
    position: relative;
    display: none;
}
.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: 820px;
    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 .mesMain{
        height: 288px;
    }
    .MessageMain .mesTop{
        height: 160px;
    }
    .MessageMain .mesTopTitle{
        padding: 40px 0 0 0;
    }
    .mesMain .GetTouchHr{
        margin: 0 0 7px 0;
    }
    .mesMain .InpHelp{
        height: 17px;
    }
    .mesMain .GetToucharea{
        min-height: 144px;
    }
}
@media only screen and (max-height:650px) {
    .MessageMain{
        height: 457px;
    }
    .MessageMain .mesMain{
        height: 310px;
    }
    .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: 144px;
    }
}

@media screen and (max-width:500px) {
    .MessageMain{
        height: 480px;
    }
    .MessageMain .mesMain{
        height: 330px;
    }
    .MessageMain .mesTop{
        height: auto;
    }
    .MessageMain .mesTopTitle{
        padding: 35px 0 0 0;
    }
    .mesMain .GetTouchHr{
        margin: 0 0 7px 0;
    }
    .mesMain .InpHelp{
        height: 10px;
    }
    .mesMain .GetToucharea{
        min-height: 144px;
    }
}

