
/* banner 在common.css中 */
/* 面包屑 在common.css中 */

/* 联系我们.html */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}


/* 基本信息 */
.base_info {
    width: 100%;
    margin-top: 0.9rem;
    display: flex;
    justify-content: space-around;
}
.base_info .item {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
	    max-width: 4.5rem;
    text-align: center;
}
.base_info .item .pics {
    width: 0.76rem;
    height: 0.76rem;
    overflow: hidden;
}
.base_info .item .pics img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.base_info .item .icon2 {
    display: none;
}
.base_info .item .tip1 {
    margin-top: 0.24rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #666666;
}
.base_info .item .gray {
    margin-top: 0.35rem;
    width: 0.21rem;
    height: 0.02rem;
    background-color: #C8C8C8;
}
.base_info .item .tip2 {
    margin-top: 0.56rem;
    font-size: 0.2rem;
    /* font-family: Source Han Sans CN, Source Han Sans CN; */
    font-weight: 500;
    color: #666666;
}
/* hover status */
.base_info .item:hover .icon1 {
    display: none;
}
.base_info .item:hover .icon2 {
    display: block;
}
.base_info .item:hover .tip1 {
    color: #167BD4;
}
.base_info .item:hover .gray {
    background-color: #167BD4;
}
.base_info .item:hover .tip2 {
    color: #167BD4;
}
/* map */
.map_box {
    position: relative;
    width: 100%;
    height: 5.25rem;
    margin-top: 0.8rem;
}
.map_box .map {
    width: 100%;
    height: 100%;
}
.map_box .addesses {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.map_box .addesses .add {
    flex: 1;
    height: fit-content;
    padding: 0 0.15rem;
    margin-right: 0.01rem;
    background: #3A99EC;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.map_box .addesses .add:last-child {
    margin-right: 0;
}
.map_box .addesses .add:nth-child(2n) {
    background: #6699C7;
}
.map_box .addesses .add:nth-child(3n) {
    background: #3478B5;
}
.map_box .addesses .tit {
    width: 100%;
    height: 0.5rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.5rem;
    /* border-bottom: 0.01rem solid white; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.map_box .addesses .tie {
    padding: 0.18rem 0.15rem 0.25rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: none;
}
.map_box .addesses .tie p {
    font-size: 0.16rem;
}
/* 业务信息 */
.yewu {
    width: 100%;
    background-image: url(../../../en.changhongbatteries.com/assets/images/contactus/contact_bgc1.png);
    background-size: cover;
}
.yewu .center {
    width: 14rem;
    margin: 0 auto;
    padding: 1.2rem 0 1.24rem;
}
.yewu .white_box {
    width: 6.8rem;
    padding: 0.7rem 0.5rem;
    background: rgba(255,255,255,0.7);
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(21,84,141,0.27);
}
.yewu .white_box .title {
    padding-bottom: 0.2rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    border-bottom: 0.01rem solid #D2D2D2;
}
.yewu .white_box .infos {
    margin-top: 0.35rem;
}
.yewu .white_box .infos p {
    font-size: 0.18rem;
    /* font-family: Source Han Sans CN, Source Han Sans CN; */
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
}





/* 意见反馈.html */
.back_t {
    text-align: center;
    font-size: 0.3rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.back_t::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 0.15rem;
    width: 0.5rem;
    height: 0.02rem;
    background: #167BD4;
}
.back_e {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 500;
    color: #666666;
}
/* form */
.back {
    width: 100%;
    padding: 0.7rem 0;
    margin-top: 0.55rem;
    background-image: url(../../../en.changhongbatteries.com/assets/images/contactus/contact_bgc3.png);
    background-size: cover;
    background-position: -0.5rem 0.5rem;
}
.back form {
    width: 8.6rem;
    margin: 0 auto;
}
.back .line {
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
}
.back .line .ipt {
    position: relative;
    flex: 1;
    height: 0.4rem;
    background: #F4F4F4;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-right: 0.3rem;
}
.back .line .ipt:last-child {
    margin-right: 0;
}
.back .line .must {
    position: absolute;
    left: 0.08rem;
    top: 50%;
    width: 0.06rem;
    height: 0.06rem;
    object-fit: contain;
    transform: translateY(-50%);
}
.back .line input {
    width: 100%;
    height: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border: none;
    outline: none;
    background-color: transparent;
}
/* 下拉 */
.back .line #selec {
    width: 100%;
    height: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: #5a5959;
    font-weight: 500;
    appearance: none;
}
.back .line #selec option {
    color: #000;
    font-weight: 500;
}
.back .line .down {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.06rem;
}
/* texaarea */
.back .text {
    position: relative;
}
.back .text .must {
    top: 0.31rem;
}
.back .line textarea {
    width: 100%;
    height: 1.34rem;
    padding: 0.2rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: none;
    outline: none;
    background: #F4F4F4;
    resize: none;
}
/* button */
.back button  {
    width: 2.64rem;
    height: 0.44rem;
    background: #167BD4;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: none;
    margin-top: 0.25rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.44rem;
    cursor: pointer;
}








