<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* send mes */
@media (max-width: 768px) {
    #talk{
        top: -300%;
        left: -400%;
    }
    #email_box #mes_form{
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
    }
    #email_box .send_msg{
        left: 20%;
    }
}
@media (min-width: 768px) {
    #talk{
        top: 30%;
        left: 32%;
    }
    #email_box #mes_form{
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    #email_box .send_msg{
        left: 23%;
    }
}
@media (min-width: 992px) {
    #talk{
        top: 30%;
        left: 40%;
    }
    #email_box #mes_form{
        width: 50%;
        margin: 0 auto;
        margin-top: 30px;
    }
    #email_box .send_msg{
        left: 33%;
    }
}
@media (min-width: 1200px) {
    #talk{
        top: 30%;
        left: 40%;
    }
    #email_box #mes_form{
        width: 40%;
        margin: 0 auto;
        margin-top: 40px;
    }
    #email_box .send_msg{
        left: 33%;
    }
}
#talk{
    position: fixed;
    width: 300px;
    height: 150px;
    border: 1px solid #aaa;
    box-shadow: 0 0 15px #aaa;
    -moz-box-shadow: 0 0 15px #aaa;
    -webkit-box-shadow: 0 0 15px #aaa;
    -o-box-shadow: 0 0 15px #aaa;
    background: url(../images/news/bgColor.png) no-repeat 50% 50%;
    padding: 15px;
    border-radius: 5px;
}
#talk&gt;span{
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 12px;
    color: #fff;
}
.talk_close{
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    color: #aaa;
    font-size: 15px;
    font-family: -webkit-pictograph;
}
.talk_close:hover{
    color: #f70;
}
#talk&gt;img{
    position: absolute;
    left: 20px;
    top: 30px;
    width: 70px;
}
#talk&gt;h5{
    font-size: 14px;
    margin-left: 60px;
    padding: 25px 0 25px 30px;
    text-align: center;
    color: #555;
    margin-top: 25px;
}
#talk button.lf{
    margin-left: 20px;
    float: left;
    border: 0;
    padding: 3px 8px;
}
#talk button.rt{
    margin-right: 20px;
    float: right;
    border: 0;
    padding: 3px 8px;
}
#talk button.rt:hover{
    color: #f70;
}
#talk button&gt;a{
    color: rgb(51, 51, 51);
}
#talk button&gt;a:hover{
    color: #f70;
    text-decoration: none;
}
#send_mes{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 100000;
}
#email_box #mes_form{
    float: none;
    border-left: 0;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}
#email_box #mes_form ul{
    padding: 0;
}

.page-banner-section{
    padding: 0;
}</pre></body></html>