body{
    margin: 0;
    padding: 0;
}
iframe{
    width: 100%;
    height: 100%;
    border: 0px;
    position: fixed;
    left: 0px;
    display: block;
    background-color: #121313;
}
.index_load{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.footer1 {
    box-sizing: border-box;
    position: fixed;
    left: .4rem;
    bottom: 1rem;
    width: 100%;
    z-index: 2;
}
.fot-menu-box{
    text-align: center;
}
.fot-menu-box .menu-wrap{
    margin:0;
    padding: 0;
    overflow:hidden;
}
.fot-menu-box .menu-wrap .menu-item{
    margin: 9px 6%;
    display:inline-table;
    padding:0;
    cursor: pointer;
}
.daohang_music {
    position: absolute;
    right: 13px;
    top: 20px;
    width: 28px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
}
.daohang_music .icon-arrow2{
    margin-top: 8px;
}
.daohang_music .icon-arrow2 .iconexit{
    font-size: 14px;
}
.daohang_music .iconfont1, .daohang_music .iconfont {
    margin: 7px auto;
    color: #EDEDED;
    opacity: 0.8;
}

.web_info {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    width: 100%;
}
.web_info .left {
    background: rgba(0,0,0,0.6);
    border-radius: 37px;
    color: #EDEDED;
    position: absolute;
    padding-right: 9px;
    height: 37px;
    left: 5px;
    padding-left: 5px;
    width: max-content;
}
.web_info .left .info {
    float: left;
    margin-top: 4px;
    line-height: 130%;
}
.web_info .left .title {
    color: #FFFFFF;
}
.web_info .left .phone {
    color: #D2BB7E;
}
.web_info .right {
    width: 34px;
    background: rgba(0,0,0,0.6);
    border-radius: 20px;
    color: #EBEBEB;
    text-align: center;
    float: right;
}
.web_info .web_name {
    position: relative;
    top: -18px;
    left: 20px;
    transform: scale(0.9);
    width: 80px;
    height: 18px;
    background: linear-gradient(180deg, #81746E 0%, #919594 100%);
    border-radius: 100px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.web_info .right {
    width: 34px;
    background: rgba(0,0,0,0.6);
    border-radius: 20px;
    color: #EBEBEB;
    text-align: center;
    position: absolute;
    right: 0;
}
.web_info .left .web_info_logo {
    margin-top: 4px;
    margin-right: 6px;
    float: left;
    width: 26px;
    height: 26px;
    background: linear-gradient(180deg, #1B2232 0%, #69707A 100%);
    border-radius: 50%;
    text-align: center;
}
.web_info .left .web_info_logo img {
    width: 26px;
    height: 26px;
    background: rgba(150,150,150,0.39);
    border: 1px solid #707070;
    border-radius: 50%;
}
.web_info .right .other {
    margin-top: 4px;
}
.web_info .right .iconfont1 {
    width: 110%;
    font-size: 12px;
    transform: scale(0.9);
    display: block;
    margin-left: -5%;
}
.web_info .right .iconfont1:before {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
}
.web_info .right .iconfont1:last-child {
    margin-bottom: 7px;
}
.web_info .phone{
    cursor: pointer;
}
.son_nav{
    display: none;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
}
.son_nav span{
    display: inline-block;
    margin: 1px;
    width: 65px;
    height: 26px;
    line-height: 26px;
    background: rgba(0,0,0,0.6);
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    color: #F0F0F0;
}
.son_nav span.active{
    color:#D9C49C;
    border: 1px solid #E1B85E;
}