
        * {
        padding: 0;
        margin: 0;
    }
    p {
    margin-bottom: 0;
}

    body {
        font-family: Tahoma, Arial, Helvetica, "宋体 ";
        font-size: 14px;
        width: 100%;
        overflow-x: hidden;
        /* text-align: center; */
        background: #FFF;
        color: #747474;
        /* vertical-align: top */
        /* height: 600vh; */
    }

    html {
        overflow-y: scroll;
    }

    ul,
    ol {
        list-style-type: none;
        margin: 0;
    }

    th,
    td,
    input {
        font-size: 14px;
    }

    input {
        outline: none;
        border: none;
        box-shadow: none;
    }

    h3 {
        font-size: 14px;
    }

    button {
        border: none;
        cursor: pointer;
        font-size: 12px;
        background-color: transparent;
    }

    select {
        border-width: 1px;
        /* _zoom: 1; */
        border-style: solid;
        padding-top: 2px;
        font-size: 12px;
    }
		.titleBgBoxCoin {
			position: relative;
		}
		.titleBgBoxCoin img{
			width:100%;
		}
		.contactWrapper {
			position: absolute;
			top: 28%;
			left: 10%;
			color: #fff;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.contactTop {font-size: 45px;}
		.contactLine {
			height: 2px;
			width: 50%;
			background-color: #fff;
		}
		.contactBottom {
			font-size: 18px;
		}
    #callMe{
        width: 100%;
        padding: 0 25%;
        box-sizing: border-box;
    }
    /* #callMe>div{
        width: 10%;
    } */
    #callMe>h4{
        font-size: 30px;
        text-align: center;
        line-height: 1.5em;
        margin-top: 30px;
    }
    #callMe>P{
        font-size: 20px;
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 30px;
    }
    .callMe_body{
        width: 100%;
        display: flex;
    }
    .callMe_body ul li h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .callMe_body ul:nth-of-type(1) li p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .callMe_body ul:nth-of-type(1){
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
        margin-top: 1%;
        text-align: right;
        margin-right: -5%;
    }
    .callMe_body ul:nth-of-type(2){
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .callMe_body ul:nth-of-type(2) li{
        width: 100%;
        display: flex;
        align-items: center;
            margin-bottom: 7% !important;
    }
    /* .callMe_body ul li div img{
        width: 100%;
    } */
    .callMe_body ul:nth-of-type(1) {
        width: 20%;
    }
    .callMe_body>div{
        width: 20%;
        margin-top: 7%;
        text-align: center;
    }
    .callMe_body>div img{
        width: 10%;
        height: 85%;
    }
    .callMe_body ul:nth-of-type(2) li div{
    width: 50%;
}
.callMe_body ul:nth-of-type(2) li div:nth-of-type(1){
    text-align: center;
}
.callMe_body ul:nth-of-type(2) li div img{
    width: 90%;
}
.callMe_body ul:nth-of-type(2) li div:nth-of-type(2){
    padding: 2% 0;
    box-sizing: border-box;
}
.callMe_body ul:nth-of-type(2) p{
    font-size: 16px;
    line-height: 1.5em;
}
@media (max-width: 1500px) {
	.contactTop {font-size: 40px;}
    .callMe_body ul li h5{
        font-size: 16px;
    }
    .callMe_body ul:nth-of-type(2) p{
    font-size: 14px;
}
}
@media (max-width: 1300px) {
	.contactTop {font-size: 35px;}
	
    #callMe {
    width: 100%;
    padding: 0 20%;
}
}
@media (max-width: 768px) {
	.contactWrapper {
    top: 10%;
}
	.contactTop {font-size: 28px;}
	
    #callMe {
    width: 100%;
    padding:4%;
}
.nonesss{
    display: none;
}
.callMe_body ul:nth-of-type(1) {
    margin-right: 0%;
}
.callMe_body ul:nth-of-type(2) li {

    margin-bottom: 30px;
    flex-direction: column;
}
.callMe_body ul:nth-of-type(2) li div {
    width: 70%;
}
.callMe_body ul:nth-of-type(1) {
    width: 30%;
}
.callMe_body ul:nth-of-type(2) {
    width: 70%;
}
.callMe_body ul:nth-of-type(2) li div img {
    width: 100%;
}
}
