/* global extra button style */
.banner-button button{
    width: 110px;
    height: 32px;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0px 1px 2px 0px #000000;
    opacity: 0.97;
    cursor: pointer;
    border: none;
    margin: 5px;
    border-radius: 3px;
    border: 1px solid #2ab4f2;
    background:#13253d;
}
.banner-button .extra{
    width: 110px;
    height: 32px;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0px 1px 2px 0px #000000;
    opacity: 0.97;
    cursor: pointer;
    border: none;
    background-image: linear-gradient(-90deg, #1d7ce1 0%, #29b8f4 100%),
      linear-gradient(#1d7ce1, #1d7ce1);
}