

.mysubmit2{
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    cursor: pointer;
    color: #2ea3f2;
}



.mysubmit{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}


.buynow{
    background: #DAC4B1;
    color: black !important;
    border-radius:8px;
    height: 30px !important;
    line-height: 30px;
    padding: 0 10px;
}


@media screen and (min-width: 980px) {
    .headNavigation_mb{
        display: none;
    }

    .headNavigation{
        background: #393A3C;
        width: 100%;
        display: block;
        position: fixed;
        top: 42px;
        line-height: 40px;
        height: 40px;
        color: #FFFFFF;
        font-size:15px;
        z-index: 9999;
        transition: all 0.4s ease;
    }
    

    .headNavigation .headMain{
        margin: 0 auto;
        width: 85%;
    }
    
    .headNavigation .title{
        font-size: 20px;
        display: inline-block;
    }

    .headNavigation .tab{
        width: 90%;
        font-size: 12px;
        display: inline-block;
        text-align: center;
    }
    

    .headNavigation .tabchange{
        margin: 0 20px;
        display: inline-block;
        color: #FFFFFF;
    }

    .headNavigation .tabchange_yes{
        color: #D2AD91;
        margin: 0 20px;
        display: inline-block;
    }
}


@media screen and (max-width: 980px) {
    .headNavigation{
        display: none;
    }

    .headNavigation_mb{
        background: #1D1D1D;
        width: 100%;
        display: block;
        position: fixed;
        top: 45px;
        line-height: 40px;
        height: 40px;
        color: #FFFFFF;
        font-size:15px;
        z-index: 9999;
    }
    
    .headNavigation_mb .headMain{
        margin: 0 auto;
        width: 85%;
    }
    
    .headNavigation_mb .title{
        font-size: 20px;
    }

    .headNavigation_mb .tab{
        position: relative;
        top: -2px;
        width: 100%;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        background: #393A3C;
        width: 100%;
    }
    

    .headNavigation_mb .tabchange{
        margin: 0 20px;
        display: inline-block;
        color: #FFFFFF;
    }

    .headNavigation_mb .tabchange_yes{
        color: #D2AD91;
        margin: 0 20px;
        display: inline-block;
    }
}