﻿footer {
    height: 220px;
    background-color: #2c2e34;
    overflow: hidden;
}


.left_footer {
    color: #fff;
    float: left;
}
.left_footer h2 {
    font-size: 20px;
    line-height: 2.5;
    font-weight: normal;
    margin-top: 20px;
}
.left_footer p + p {
    margin-top: 10px;
}
.left_footer p {
    position: relative;
}
.left_footer a{
    color: #fff;
    text-decoration:none;
}
.left_footer p span {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 16px;
    height: 4px;
    background: #e33b38;
    border-radius: 3px;
}
.right_footer {
    float: right;
    padding-top: 33px;
}
.ewm_box {
    margin-right: 80px;
    display: inline-block;
    height: 100%;
}
.ewm_box h2 {
    color: #f0f0f0;
    font-weight: normal;
    font-size: 20px;
}
.ewm_box > img {
    margin-top: 10px;
    width: 100px;
    height: 100px;
}
.ewm_box p {
    width: 180px;
    height: 49px;
    background: #e33b38;
    border-radius: 4px;
    line-height: 49px;
    color: #f0f0f0;
    font-size: 17px;
    margin-top: 21px;
    text-align: center;
}
.ewm_box p img {
    vertical-align: -1.5px;
}
.fixed_box {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 274px;
    background-image: url('../image/fixed_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}
.fixed_box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 40px;
}
.fixed_box img {
    margin-top: 23px;
    margin-left: 1px;
}
@media only screen and (max-width:960px) {
  .ewm_box { margin-right: 40px;}
  }
@media only screen and (max-width:880px) {
  .ewm_box { margin-right: 10px;}
  .ewm_box p { width: 160px;}
  }

@media only screen and (max-width:828px) {
	footer {
	    height: auto;
	}
	footer .core {
		display: flex; flex-direction: column; justify-content: center; align-items: center;
	}
	.ewm_box { margin-right: 40px;padding-bottom: 1.8em; }
	.ewm_box p { width: 180px;}
	
	.fixed_box { margin: 0 auto; position: static; transform:translateY(0)}
	.fixed_box h2 { margin-top: 0; padding-top: 38px;}
}

@media only screen and (max-width:400px) {
	.ewm_box { margin-right: 20px;}
	.ewm_box p { width: 160px;}
}
@media only screen and (max-width:360px) {
	.ewm_box { float: none !important; }
}