body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px "宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%}
a{color:#172c45;text-decoration:none}
a:hover{color:#cd0200;text-decoration:underline}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}

html {
    font-size: 26.66vw;
}

.share_title {
    width: 100%;
    height: .45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #f5f5f5;
    z-index: 9999999;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    margin: 0 9px 0 16px;
    width: .24rem;
    height: .24rem;
}
.logocontent {
    font-weight: 500;
    font-size: 14px;
    color: rgba(68, 68, 68, 1);
}

.share_down {
    display: inline-block;
    width: .90rem;
    height: .30rem;
    background: #ff7702;
    border-radius: 4px;
    margin: 0 .16rem 0 0;
    line-height: .3rem;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
