* {
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    text-decoration: none;
    color: #333333;
}

html {
    /*padding-top: 7.5rem;*/
    background: #ffffff;
}

.header {
    background: #ffffff;
    /*position: fixed;*/
    left: 0;
    top: 0;
    z-index: 99;
}

.header .header_top {
    height: 7.5rem;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(201, 201, 201, 0.5);
    -webkit-box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(201, 201, 201, 0.5);
    -moz-box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(201, 201, 201, 0.5);
    -o-box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(201, 201, 201, 0.5);
}

.header .header_top .header_icon {
    width: 10rem;
    height: 4.1rem;
    margin-left: 2rem;
}

.header .header_top .header_menu {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 2rem;
}

.header .btnList {
    width: 100vw;
    position: relative;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
}

.header .btnList .btn {
    height: 4.7rem;
    line-height: 4.7rem;
    margin: 0 2.25rem;
    border-bottom: 1px solid #DDE0E2;
    text-align: left;
    font-size: 1.6rem;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #1F2329;
}

.footer {
    height: 15rem;
    margin: 1rem 1.8rem 0;
    border-top: 1px solid #EFE8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_info {
    flex: 1;
}

.footer .footer_info .title {
    font-size: 1.4rem;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #000000;
    line-height: 2.1rem;
}

.footer .footer_info .text {
    font-size: 1.4rem;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #3B3838;
    line-height: 2.1rem;
}

.footer .ewmbox {
    width: 7.2rem;
    height: 8.2rem;
    background: #FAF9FC;
    border-radius: 0.95rem;
    margin-right: 0.4rem;
}

.footer .ewmbox .ewm {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0.75rem 0.85rem 0;
}

.footer .ewmbox .name {
    text-align: center;
    font-size: 0.9rem;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #868282;
    line-height: 1.35rem;
}

/*广告*/
.ad {
    width: 37.5rem;
    height: 9.7rem;
    position: relative;
    z-index: 9;
}

.ad .banner {
    width: 37.5rem;
    height: 9.7rem;
}

.ad .close2 {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 999;
}

/*备案号*/
.zzxx {
    padding: 1rem 0;
    background: #f7f7f7;
    color: #333333;
    font-family: microsoft yahei;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    /*float: left;*/
}

.clearfix {
    zoom: 1;
}

/* 新底部 */
.new_footer {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    width: 30.5rem;
    margin: 0 auto;
}

.new_footer .new_footer_title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.2rem;
}

.new_footer .new_footer_text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #6A6A6A;
    margin-top: 1rem;
}

/* icp */
.icp {
    font-weight: 400;
    color: #B4B4B5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 4rem;
    width: 32.5rem;
    margin-bottom: 4rem;
}

/* 投诉专区 */
.complaints{
    display: flex;
    flex-direction: column;
    padding: 2rem;
    width: 30.5rem;
    margin: 0 auto;
}
.complaints .complaintsMethods{
    margin-top: 3rem;
}