.contact{
        width: 62.5vw;
          height:calc(62.5vw*590/1200);
          margin:auto;
          text-align:center;
        }
       	.info{
            position: relative;
            top: 0;
            right: 0;
            min-width: 0;
        }
           .amap-marker-label{
            border: 0;
            background-color: transparent;
        }
        .contactText{
        background-color: #2c2074;
        color:white;
        }
        .contactImg{
            vertical-align: middle;
        padding-right:10px;
        cursor:pointer;
        }
        .contactTypeDiv{
        width:80%;
        margin:auto;
        }
        .contactType{
            display: inline-block;
            width:20%;
        }
        .ddvalue{
        font-size:18px;
          cursor:pointer;
        }
        .linear{
            width:100%;
            height:2px;
            background: linear-gradient( 
            to right, 
            rgba(0,0,0,0) 0%, 
            rgba(0,0,0,0) 10%, 
            rgba(255,255,255,0.3) 20%, 
            rgba(255,255,255,0.4) 30%, 
            rgba(255,255,255,0.5) 40%, 
            rgba(255,255,255,0.8) 50%,
            rgba(255,255,255,0.5) 60%, 
            rgba(255,255,255,0.4) 70%, 
            rgba(255,255,255,0.3) 80%, 
            rgba(0,0,0,0) 90%,
            rgba(0,0,0,0) 100%)
        } 
        @media screen and (min-width:1439px) and (max-width:1680px) {
			.pad120{
				padding-top:80px;
			}
		}
		@media screen and (min-width:1280px) and (max-width:1440px) {
			.pad120{
				padding-top:60px;
			}
		}
	@media(max-width:1024px) {
		.contactType{
        width:40%;
        font-size:14px;
        margin-bottom:20px;
        }
        .contactType img{
        width:40px;
        }
         .contactText{
        height:calc(90vw*590*1.2/1200);
        }
		}
        @media(max-width:768px) {
        .contact{
        width: 90vw;
          height:calc(90vw*590*2.5/1200);
          margin:auto;
          text-align:center;
        }
         .ddvalue{
        font-size:12px;
        }
        .ddvalueB{
        font-size:14px;
        }
          .contactTypeDiv{
        width:100%;
        }        
        }