@font-face {
    font-family: AlimamaShuHeiTi;
    font-weight: 700;
    src: url('AlimamaShuHeiTi-Bold.ttf')
}

/* 顶部logo */
.top_header_div {
    /* background-color: #fafafa; */
    background:url('../images/logo_bg_new.png'),linear-gradient(20deg,#fafafa,#ececec);
}

.top_header {
    min-height: 100px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    /* background: rgba(0, 0, 0, .1); */
}

.logo {
    display: block;
    width: 556px;
    height: 58px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.web_name {
    font-size: 32px;
    font-family: 'AlimamaShuHeiTi';
    color: transparent;
    -webkit-background-clip:text;
    /* background-image: linear-gradient(to right, #00a4ff, #ed6336); */
    background-image: linear-gradient(90deg,#7209d4,#2832d4 33%,#00a5b2);
    /* background-image: linear-gradient(90deg,#7209d4,#2832d4,#1e5ab4,#2832d4,#00a5b2); */
}

/**********************首页移动浏览适应_开始***********************************/
@media ( max-width : 767px) {
    .top_header{
        min-height: 50px;
        line-height:35px;
        width: 100%;
        justify-content:center;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom:5px;
    }
    .logo{
        background-image: url('../images/logo_s.png');
        height: 40px;
    }
    .web_name{
        font-size: 25px;
        text-align: center;
    }
}
/**********************首页移动浏览适应_结束***********************************/
