*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #333;
}

ul li{
    list-style: none;
}

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

    .youhui-content .youhui-right .right-left{
        width: 75%;
        border-right: 3px solid #efefef;
    }

    .youhui-content .youhui-right .right-right{
        width: 25%;
        color: #999;
    }

    .youhui-content .youhui-right .youhui-right-head{
        width: 95%;
        margin: auto;
        padding: 15px 0;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #efefef;
    }
    .youhui-content .youhui-right .youhui-right-head img{
        width: 25px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .youhui-content .youhui-right .right-head{
        width: 95%;
        margin: auto;
        border-bottom: 1px solid #efefef;
    }
    .youhui-content .youhui-right .right-head span{
        display: inline-block;
        width: 120px;
        padding: 10px 0;
        text-align: center;
        font-size: 17px;
    }
    
    .youhui-table{
        width: 95%;
        margin: auto;
        margin-top: 20px;
    }
    .youhui-table div{
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }
    .youhui-table div:first-child{
        background-color: #efefef;
        
    }

    .youhui-table div>span:first-child{
        display: inline-block;
        width: 120px;
    }
    .youhui-table div>span:nth-child(2){
        display: inline-block;
        width: 70px;
    }
    .youhui-table div>span:nth-child(3){
        display: inline-block;
        width: 150px;
    }
    .youhui-table div>span:nth-child(4){
        display: inline-block;
        width: 200px;
    }
    .youhui-table div>span:nth-child(5){
        display: inline-block;
        width: 100px;
    }
    .youhui-table div>span:nth-child(6){
        display: inline-block;
        width: 100px;
    }
    .youhui-table div>span:nth-child(7){
        display: inline-block;
        width: 80px;
    }
    .youhui-table div .wei,
    .youhui-table div .ling{
        padding: 3px 10px;
        background-color: #ffbf55;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

    .youhui-table div .shi,
    .youhui-table div .guo{
        padding: 3px 10px;
        background-color: #efefef;
        color: #666;
        border-radius: 5px;
    }
    


    .youhui-content .youhui-right .right-right div:first-child{
        font-size: 29px;
        text-align: center;
        margin-top: 20px;
    }

    .youhui-content .youhui-right .right-right p{
        width: 90%;
        margin: auto;
        margin: 20px;
        font-size: 15px;
        cursor: pointer;
    }

    .youhui-content .youhui-right .right-right p:nth-child(2){
        margin-top: 20px;
    }
}

@media screen and (max-width:750px) {
    .youhui-content{
        display: none;
    }

    .mod-youhui .mod-youhui-head{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #efefef;
        font-size: 20px;
    }
    .mod-youhui .mod-youhui-head span{
        font-weight: bold;
    }
    .mod-youhui .mod-youhui-head span:nth-child(3){
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 1px solid skyblue;
        color: skyblue;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        line-height: 15px;
    }
    .mod-youhui .quan{
        width: 95%;
        margin: auto;
        margin-top: 10px;
        font-size: 14px;
        padding-bottom: 60px;
    }

    .mod-youhui .quan table{
        width: 100%;
        background-color: #efefef;
        margin-top: 10px;
    }
    .mod-youhui .quan table tr td{
        line-height: 30px;
        padding: 5px;
        background-color: #fff;
    }
    .mod-youhui .quan table tr td:first-child{
        text-align: right;
        letter-spacing: 3px;
		width:50%;
    }
    .mod-youhui .quan table tr td .wei,
    .mod-youhui .quan table tr td .ling{
        padding: 3px 10px;
        background-color: #ffbf55;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }
    .mod-youhui .quan table tr td .shi,
    .mod-youhui .quan table tr td .guo{
        padding: 3px 10px;
        background-color: #efefef;
        color: #666;
        border-radius: 5px;
    }

    .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;
    }


    .helper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 170px;
    margin-left: -175px;
    margin-top: -185px;
    background-color: #fff;
    box-shadow: 3px 3px 10px 3px #999;
    display: none;
    font-size: 14px;
            }
    .helper>p{
        background-color: #efefef;
        padding: 3px 10px;
        display: flex;
        justify-content: space-between;
    }
    .helper>div{
        margin-top: 10px;
        line-height: 25px;
        text-indent: 10px;
    }
}