*{
    padding: 0;
    margin: 0;
}

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


    @media screen and (min-width:751px) {
        .xinxi-content-mod{
            display: none;
        }

        body{
            background-color: #efefef;
        }
        .xinxi-content-web{
            width: 80%;
            margin: auto;
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
        }
        .xinxi-content-web .xinxi-left{
            width: 12%;
            background-color: #fff;
            height: 100%;
            line-height: 30px;
            padding: 0 15px;
        }
        .xinxi-content-web .xinxi-left li{
            padding: 10px 0;
            font-size: 18px;
            letter-spacing: 1px;
            border-bottom: 1px solid #e3e3e3;
        }
        
        .xinxi-content-web .xinxi-left li:last-child{
            border: none;
        }
        .xinxi-content-web .xinxi-left li img{
            width: 15%;
            vertical-align: middle;
            margin-right: 10px;
            margin-top: -5px;
        }
        .xinxi-content-web .xinxi-right{
            width: 84%;
            background-color: #fff;
            
            display: flex;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-left {
            width: 75%;
            padding-bottom: 20px;
            border-right: 3px solid #efefef;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-head{
            width: 95%;
            margin: auto;
            padding: 15px 0;
            font-size: 20px;
            font-weight: bold;
            border-bottom: 1px solid #efefef;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-head img{
            width: 25px;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont  table{
            margin-top: 25px;
            margin-left: 40px;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr{
            line-height: 40px;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr td:first-child{
            text-align: right;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr td:nth-child(2){
            text-indent: 35px;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:first-child td:first-child span{
            color: red;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:first-child td:nth-child(2){
            font-size: 12px;
            color: #565656;
        }
        
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:first-child td:nth-child(2) input,
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:nth-child(2) td:nth-child(2) input{
            height: 25px;
            margin-right: 10px;
            text-indent: 10px;
            outline: none;
            border: 1px solid #efefef;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:nth-child(3) td:nth-child(2) input{
            margin-left: 20px;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:nth-child(3) td:nth-child(2) input:first-child{
            margin-left: 0;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:nth-child(4) td:nth-child(2) select{
            padding: 3px 8px;
            margin-right: 5px;
            color: #565656;
            border: 1px solid #ccc;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:nth-child(4) td:nth-child(2) span{
            font-size: 12px;
            color: #565656;
        }
       
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:nth-child(5) td:nth-child(2) input{
            width: 100px;
            padding: 8px 0;
            background-color: #ffbf55;
            font-size: 16px;
            color: #fff;
            border: none;
            border-radius: 5px;
            margin-top: 10px;
        }
        .xinxi-content-web .xinxi-right .xinxi-right-cont   table tr:nth-child(5) td:nth-child(2) .qu{
            display: inline-block;
            width: 100px;
            height: 37px;
            background-color: #efefef;
            color: #666;
            text-align: center;
            border: none;
            border-radius: 5px;
            text-indent: 0;
            line-height: 37px;
            margin-right: 20px;
        }
    
        .xinxi-right .xinxi-right-right{
            width: 25%;
            color: #999;
        }
        .xinxi-right .xinxi-right-right div:first-child{
            font-size: 29px;
            text-align: center;
            margin-top: 20px;
        }
       .xinxi-right .xinxi-right-right p{
            width: 90%;
            margin: auto;
            margin: 20px;
            font-size: 15px;
            cursor: pointer;
        }
        .xinxi-right .xinxi-right-right p:nth-child(2){
            margin-top: 20px;
        }
    }

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

    .xinxi-content-mod .mod-cont-head{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #efefef;
        font-size: 20px;
    }
    .xinxi-content-mod .mod-cont-head span{
        font-weight: bold;
    }
    .xinxi-content-mod .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;
    }
    .xinxi-content-mod .mod-cont-content {
        width: 80%;
        margin: auto;
        margin-top: 1.875rem;
        font-size: 14px;
    }
    .xinxi-content-mod .mod-cont-content  .form-font{
        margin-top: 1.25rem;
        padding-bottom: .375rem;
    }
    .xinxi-content-mod .mod-cont-content  .form-int input{
        width: 250px;
        height: 25px;
        outline: none;
        text-indent: 10px;
        border: 1px solid #efefef;
    }
    .xinxi-content-mod .mod-cont-content  .form-hui{
        font-size: 12px;
        color: #ccc;
        margin-top: 5px;
    }
    .xinxi-content-mod .mod-cont-content  .form-sel select{
        padding: 3px 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;
}
}