@CHARSET "UTF-8";
.contactus{
    position: fixed;
    width: 800px;
    height: 600px;
    background: white;
    border-radius: 50px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 7;
    text-align: center;
    box-shadow: 0px 2px 50px 2px rgba(0,0,0,0.3);
    display:none;
   
}
.contactus-bg{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 6;
    display:none;
}
.contactus-text{
    font-size: 40px;
    padding-top: 45px;
}
.contactus-qrcode{
	background-image: url(/css/web/contactus-qrcode.jpg);
    width: 280px;
    height: 280px;
    background-size: contain;
    display: inline-block;
    margin-top: 20px;
}
.contactus-x{
background-image: url(/css/web/contactus-x.png);
    width: 35px;
    height: 35px;
    position: relative;
    top: 30px;
    left: 720px;
    background-size: contain;
     cursor: pointer;
}
.contactus-phone{
	font-size: 30px;
    padding-top: 25px;
}