﻿


.Mybut{
    /*cursor: pointer;
    display: block;
    width: 121px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 7px;
    background-color: #0d89e3;
    margin: 20px auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/


    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #fbab23;
    border-radius: 22px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.14);
    transition: .2s;
    color: #fff;
}

.Mybut a{
      color: #FFF!important;

    }
