/*头部开始*/

.myhead {
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    /* background-color: #ff6a18; */
    background: url(/images/bg1.jpg);
    background-size: contain;
    color: #ffffff;
    font-size: 18px;
}

.myback {
    width: 18px;
    height: 18px;
    background: url(../images/hea-icon_05.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 5px;
}


/*头部结束*/


/*返回首页按钮*/

.backhome {
    width: 18px;
    height: 18px;
    background: url(../images/backhome.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.glshare{
    position: absolute;
    top: 12px;
    right: 45px;
    height: 15px;
    width: auto;
}

/*退出按钮*/

.backbutton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
}



/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$例外的开始$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.expla_box {
    margin-top: 20px;
}

.expla_p1 {
    color: red;
}

.expla_p1 {
    font-size: 14px;
}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$例外的结束$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/