.index-top{
    width: 100%;
    height: 90px;
    min-width: 1466px;
    background: rgba(0, 0, 0,0.34);
    position: absolute;
    top: 0;
    z-index: 9;
    display: flex;

}
.logo{
    top: 12px;
    left: 72px;
    position: absolute;
    z-index: 99;
}
.content{
    width: 71%;
    height: 54px;
    position: absolute;
    right: 0;
    z-index: 99;
    display: flex;
    background: rgba(204, 204, 204, 0.21);
    /* opacity: 0.21; */
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 18px;
}
.content div{
    width: 141px;
    line-height: 54px;
    text-align: center;
    margin-right: 16px;
}
.content-title{
    cursor: pointer;
}
.content-title:hover{
    background: #ffffff;
    color: #EC3E02;
    border-bottom: 1px solid #cccccc;
}
.content-title:hover .down-content{
    display: block;
}
.down-content{
    background: #ffffff;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 0;
    display: none;
}
.down-content div{
    /* margin-top: 13px; */
    cursor: pointer;
}
.down-content div:hover{
    background: #EC3E02;
    color: #ffffff;
    font-weight: bold
}
.iphone img{
    width: 24px;
    height: 25px;
}
.wechat img{
    width: 28px;
    height: 23px;
}
.tel img{
    width: 19px;
    height: 24px;
}
.iphone{
    width: 24px !important;
    cursor: pointer;
    margin-right: 73px !important;
    margin-left: 23px;
}
.wechat{
    width: 28px !important;
    cursor: pointer;
    margin-right: 73px !important;
}
.tel{
    width: 19px !important;
    cursor: pointer;
}

.iphone:hover{
    border-bottom: 4px solid #EC3E02;
}
.iphone:hover .iphone-content{
    display: flex;
}
.iphone-content{
    /* display: flex; */
    width: 115px !important;
    height: 170px;
    background: #ffffff;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 18px;
    margin-left: -50px;
    display: none;
}
.iphone-content div{
    margin-right: 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px !important;
    width: 100px !important;
    color: #000000;
    margin-right: 10px !important;
}
.iphone-content img{
    width: 100px !important;
    height: 100px !important;

}

.wechat:hover{
    border-bottom: 4px solid #EC3E02;
}
.wechat:hover .wechat-content{
    display: block;
}
.wechat-content{
    padding-top: 13px;
    width: 130px !important;
    height: 180px !important;
    background: #ffffff;
    margin-top: 18px;
    margin-left: -49px;
    display: none;
}
.wechat-content img{
    width: 104px !important;
    height: 104px !important;
}
.wechat-content div{
    margin-right: 0 !important;
    width: 130px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px !important;
    color: #000000;

}
.telnum{
    display: block;
    font-size: 21px;
    line-height: 55px;
    margin-left: -5px;
}
