*{
    padding: 0;
    margin: 0;
}

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


@media screen and (min-width:751px) {
    .mod-content{
        display: none;
    }
    body{
        background-color: #efefef;
    }
    .shou-content{
        width: 80%;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .shou-content .shou-left{
        width: 12%;
        background-color: #fff;
        height: 100%;
        line-height: 30px;
        padding: 0 15px;
    }
    .shou-content .shou-left li{
        padding: 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .shou-content .shou-left li:last-child{
        border: none;
    }
    .shou-content .shou-left li img{
        width: 15%;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -5px;
    }
    .shou-content .shou-right{
        width: 84%;
        background-color: #fff;
        display: flex;
    }
    .shou-content .shou-right .shuo-right-left{
        width: 75%;
        padding-bottom: 20px;
        border-right: 3px solid #efefef;
    }
    .shou-content .shou-right .shou-right-dizhi{
        width: 95%;
        margin: auto;
        padding: 15px 0;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #efefef;
        display: flex;
        justify-content: space-between;
    }
    .shou-content .shou-right .shou-right-dizhi a{
        background-color: #ff5a1c;
        color: #fff;
        font-size: 13px;
        padding: 3px 10px;
        border-radius: 5px;
        letter-spacing: 2px;
        line-height: 25px;
        cursor: pointer;
    }
    .shou-content .shou-right .shou-right-dizhi>div:first-child{
        font-weight: bold;
    }
    .shou-content .shou-right .shou-right-dizhi img{
        width: 30px;
        vertical-align: middle;
        margin-right: 10px;
    }
    .shou-content .shou-right .shou-right-dizhi>div:nth-child(2){
        margin-left: 15px;
        font-size: 13px;
        color: rgb(163, 163, 163);
    }
    .shou-content .shou-right .shou-right-dizhi>div:nth-child(2) span{
        color: red;
    }
    .shou-content .shou-right .shou-right-xinzeng{
        width: 95%;
        margin: auto;
        padding: 15px 0;

    }
    .shou-content .shou-right .shou-right-xinzeng a{
        background-color: #ff5a1c;
        color: #fff;
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .shou-content .shou-right .shou-right-table{
        width: 95%;
        margin: auto;
        margin-top: 20px;
    }
    .shou-content .shou-right .shou-right-table .xinxi{
        padding: 5px 10px;
        border: 1px solid #efefef;
        line-height: 25px;
        margin-top: 15px;
    }
    .shou-content .shou-right .shou-right-table .xinxi>div:first-child{
        display: flex;
        justify-content: space-between;
    }
    .shou-content .shou-right .shou-right-table .xinxi>div:first-child span{
        margin-right: 25px;
    }
    .shou-content .shou-right .shou-right-table .xinxi>div:first-child div:first-child span:first-child{
        display: inline-block;
        width: 170px;
    }
    .shou-content .shou-right .shou-right-table .xinxi>div:first-child div:first-child span:nth-child(2){
        display: inline-block;
        width: 150px;
    }
    .shou-content .shou-right .shou-right-table .xinxi>div:first-child div:nth-child(2){
        font-size: 15px;
        color: skyblue;
    }
    .shou-content .shou-right .shou-right-table .xinxi>div:first-child div:nth-child(2) span{
        cursor: pointer;
    }
    .shou-content .shou-right .shou-right-table .xinxi>div:nth-child(2) span{
        margin-right: 25px;
    }
    
    .shou-content .shou-right .shuo-right-right{
        width: 25%;
        color: #999;
    }
    .shou-content .shou-right .shuo-right-right div:first-child{
        font-size: 29px;
        text-align: center;
        margin-top: 20px;
    }
    .shou-content .shou-right .shuo-right-right p{
        width: 90%;
        margin: auto;
        margin: 20px;
        font-size: 15px;
        cursor: pointer;
    }
    .shou-content .shou-right .shuo-right-right p:nth-child(2){
        margin-top: 20px;
    }
}

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

    .mod-content{
        padding-bottom: 58px;
    }
        .mod-content .mod-cont-head{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 10px;
            border-bottom: 1px solid #efefef;
            font-size: 20px;
        }
        .mod-content .mod-cont-head span{
            font-weight: bold;
        }
        .mod-content .mod-cont-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-content .mod-cont-juti{
            font-size: 14px;
        }
        .mod-content .mod-cont-dizhi{
            padding: 15px 10px;
            border-bottom: 1px solid #efefef;
            line-height: 30px;
        }
        .mod-content .mod-cont-dizhi p:first-child{
            display: flex;
            justify-content: space-between;
        }
        .mod-content .mod-cont-dizhi p:first-child span:nth-child(2){
            font-size: 14px;
        }
        .mod-content .mod-cont-bianji{
            display: flex;
            justify-content: space-between;
            padding: 10px 20px 15px 15px;
            border-bottom: 1px solid #efefef;
            font-size: 14px;
            color: #999;
        }
        .mod-content .mod-cont-bianji .mod-bian-moren{
            background-color: #ffbf55;
            color: #fff;
            padding: 3px 10px;
            border-radius: 5px;
        }
        .mod-content .mod-cont-bianji img{
            width: 15px;
            vertical-align: middle;
            margin-right: 5px;
            margin-left: 8px;
        }
        .mod-content .mod-cont-bianji .mod-bian-shezhi{
            background-color: #ddd;
            padding: 3px 10px;
            border-radius: 5px;
        }
        .mod-content .mod-cont-p{
            padding: 5px 15px;
            font-size: 12px;
            text-align: right;
            color: #999;
            padding-bottom: 50px;
        }
        .mod-content .mod-cont-p span{
            color: red;
        }
        .mod-content .mod-cont-he{
            width: 100%;
            position: fixed;
            bottom: 0;
            display: flex;
        }
        .mod-content .mod-cont-he span{
            display: inline-block;
            width: 50%;
            height: 42px;
            line-height: 42px;
            text-align: center;
            background-color: #efefef;
            font-size: 18px;
            font-weight: bold;
            color: #666;
        }
        .mod-content .mod-cont-he a{
            display: inline-block;
            width: 50%;
            height: 42px;
            line-height: 42px;
            text-align: center;
            background-color: #ffbf55;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 2px;
        }
    
        .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;
        }
        .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;
        }
}