*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #333;
}
ul li{
    list-style: none;
}


@media screen and (min-width:751px) {
    .mod-chou{
        display: none;
    }
    body{
        background-color: #efefef;
    }
    .chou-content{
        width: 80%;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .chou-content .chou-left{
        width: 12%;
        background-color: #fff;
        height: 100%;
        line-height: 30px;
        padding: 0 15px;
    }
    .chou-content .chou-left li{
        padding: 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .chou-content .chou-left li:last-child{
        border: none;
    }
    .chou-content .chou-left li img{
        width: 15%;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -5px;
    }
    .chou-content .chou-right{
        width: 84%;
        background-color: #fff;
        
        display: flex;
    }
    .chou-content .chou-right .chou-right-left{
        width: 75%;
        padding-bottom: 20px;
        border-right: 3px solid #efefef;
        
    }
    .chou-content .chou-right .chou-right-left .chou-right-head{
        width: 95%;
        margin: auto;
        padding: 15px 0;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #efefef;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .chou-content .chou-right .chou-right-left .chou-right-head a{
        font-size: 14px;
        color: skyblue;
        text-decoration: underline;
    }

    .chou-content .chou-right .chou-right-left table{
        width: 95%;
        margin: auto;
        margin-top: 15px;
    }

    .chou-content .chou-right .chou-right-left table tr td{
        width: 33%;
        background-color: #fff;
        text-align: center;
        line-height: 40px;
        color: #333;
        border-bottom: 1px solid #efefef;
    }
    .chou-content .chou-right .chou-right-left table thead tr td{
        background-color: #efefef;
        line-height: 30px;
        font-size: 14px;
    }


    .chou-content .chou-right .chou-right-right{
        width: 25%;
        color: #999;
    }
    .chou-content .chou-right .chou-right-right div:first-child{
        font-size: 29px;
        text-align: center;
        margin-top: 20px;
    }
    .chou-content .chou-right .chou-right-right p{
        width: 90%;
        margin: auto;
        margin: 20px;
        font-size: 15px;
        cursor: pointer;
    }
    .chou-content .chou-right .chou-right-right p:nth-child(2){
        margin-top: 20px;
    }
}

@media screen and (max-width:750px) {
    .chou-content{
        display: none;
    }
    .mod-chou .mod-chou-head{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px solid #efefef;
    }
    .mod-chou .mod-chou-head a:last-child{
        font-size: 12px;
        color: skyblue;
        text-decoration: underline;
    }
    
    table{
        width: 95%;
        margin: auto;
        margin-top: 15px;
        font-size: 14px;
    }
    
    table tr td{
        background-color: #fff;
        text-align: center;
        line-height: 40px;
        color: #333;
        border-bottom: 1px solid #efefef;
    }
    
    table thead tr td{
        background-color: #efefef;
        line-height: 30px;
    }
	 .fanhui{
            width: 100%;
            position: fixed;
            bottom: 0;
            left: 0;
            display: flex;
        }
        .fanhui span{
            display: inline-block;
            width: 50%;
            text-align: center;
            padding: 15px 0;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 2px;
        }
        .fanhui span:first-child{
            background-color: #efefef;
        }
        .fanhui span:last-child{
            background-color: #FFBF55;
            color: #fff;
        }
    
}