﻿body {
    font-family: 'Microsoft YaHei' !important;
}

    body .content h3 {
        font-family: 'Microsoft YaHei' !important;
    }

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft YaHei' !important;
}

.radio-box {
    width: 110px;
    padding: 5px 3px;
    min-height: 50px;
    margin: 5px 6px 0 0;
    background-color: #fff;
    border: 1px solid white;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .radio-box:hover {
        border: 1px solid #26C281;
    }



    .radio-box img {
        width: 100px;
    }

    .radio-box .alipay {
        height: auto;
    }

.radio-boxs .selected {
    border: 1px solid #26C281;
    background-color: white;
}


.count-box {
    min-width: 70px;
    height: 34px;
    padding: 6px 3px;
    margin: 5px 5px 0 0;
    background-color: #fff;
    border: 1px solid #c2cad8;
    text-align: center;
    color: #c2cad8;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .count-box input {
        text-align: center;
        width: 70px;
        height: 100%;
        border: none;
    }



.count-boxs .selected {
    color: orangered;
    border: 1px solid orangered;
}

@media (min-width:850px) {
        /*关键设置 tbody出现滚动条*/
    /*table tbody {
      display: block;
      height: 550px;
      overflow-y: scroll;
    }*/

    table thead,
    tbody tr {
      display: table;
      width: 100%;
      table-layout: fixed;
    }
    /*关键设置：滚动条默认宽度是16px 将thead的宽度减16px*/
    /*table thead {
      width: calc( 100% - 1em);
    }*/


      table thead th {
        background: #ccc;
      }
}

@media (max-width:849px) {
        /*关键设置 tbody出现滚动条*/
    /*table tbody {
      display: block;
      height: 350px;
      overflow-y: scroll;
    }*/

    table thead,
    tbody tr {
      display: table;
      width: 100%;
      table-layout: fixed;
    }
    /*关键设置：滚动条默认宽度是16px 将thead的宽度减16px*/
    /*table thead {
      width: calc( 100% - 1em);
    }*/


      table thead th {
        background: #ccc;
      }
}
