*{
    padding: 0;
    margin: 0;
}

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


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

    body{
        background-color: #efefef;
    }
    .tixian-content{
        width: 80%;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .tixian-content .tixian-left{
        width: 12%;
        background-color: #fff;
        height: 100%;
        line-height: 30px;
        padding: 0 15px;
    }
    .tixian-content .tixian-left li{
        padding: 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .tixian-content .tixian-left li:last-child{
        border: none;
    }
    .tixian-content .tixian-left li img{
        width: 15%;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -5px;
    }
    .tixian-content .tixian-right{
        width: 84%;
        background-color: #fff;
        
        display: flex;
    }
    .tixian-content .tixian-right .tixian-right-left{
        width: 75%;
        border-right: 3px solid #efefef;
        padding-bottom: 20px;
    }
    .tixian-content .tixian-right .tixian-right-head{
        width: 95%;
        margin: auto;
        padding: 15px 0;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #efefef;
    }
    .tixian-content .tixian-right .tixian-right-cont{
        width: 95%;
        margin: auto;
        margin-top: 20px;
        display: flex;
    }
    .tixian-content .tixian-right .tixian-right-cont>div:first-child{
        width: 250px;
        height: 200px;
        text-align: center;
        line-height: 230px;
    }
    .tixian-content .tixian-right .tixian-right-cont>div:nth-child(2){
        width: 200px;
        line-height: 30px;
    }
    
    .tixian-content .tixian-right .tixian-right-cont>div:nth-child(2) .to{
        margin-top: 10px;
    }
    .tixian-content .tixian-right .tixian-right-cont>div:nth-child(2) p span{
        font-size: 30px;
        font-weight: bold;
    }
    .tixian-content .tixian-right .tixian-right-cont>div:nth-child(2) p a{
        font-size: 14px;
        color: rgb(57, 178, 226);
    }
    .tixian-content .tixian-right .tixian-right-cont>div:nth-child(3){
        font-size: 14px;
        color: #999;
        line-height: 25px;
    }
    .tixian-content .tixian-right .tixian-right-cont>div:nth-child(3) p:first-child{
        font-size: 16px;
        color: #333;
    }
    .tixian-content .tixian-right .tixian-right-cont>div:nth-child(3) p:nth-child(2){
        margin-top: 20px;
    }
    .tixian-content .tixian-right .tixian-jin{
        width: 80%;
        margin: auto;
    }
    .tixian-content .tixian-right .tixian-jin input{
        width: 300px;
        height: 30px;
        text-indent: 10px;
        border: 1px solid #efefef;
        outline: none;
    }
    
    .tixian-content .tixian-right .selc-pay{
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }
    .tixian-content .tixian-right .selc-pay select{
        width: 302px;
        height: 30px;
        border: 1px solid #efefef;
        outline: none;
    }
    .tixian-content .tixian-right .selc-pay select option{
        padding: 5px 0;
    }
    
    
    .tixian-content .tixian-right .pay-yinh{
        width: 80%;
        margin: 10px auto;
        line-height: 33px;
    }
    .tixian-content .tixian-right .pay-yinh p input{
        height: 27px;
        width: 300px;
        border: 1px solid #efefef;
        text-indent: 10px;
        outline: none;
    }
    .tixian-content .tixian-right .pay-pel{
        width: 80%;
        margin: 10px auto;
        line-height: 33px;
        display: none;
    }
    .tixian-content .tixian-right .pay-pel input{
        height: 27px;
        width: 300px;
        border: 1px solid #efefef;
        text-indent: 10px;
        outline: none;
    }
    .tixian-content .tixian-right .tixian-shen{
        width: 80%;
        margin: 15px auto;
        line-height: 33px;
    }
    .tixian-content .tixian-right .tixian-shen span{
        display: inline-block;
        text-align: center;
        width: 100px;
        font-size: 16px;
        text-indent: 0;
        border-radius: 5px;
        background-color: #ffbf55;
        margin-right: 15px;
        color: #fff;
        cursor: pointer;
    }
    .tixian-content .tixian-right .tixian-shen .qu{
        background-color: #efefef;
        color: #666;
        margin-left: 80px;
    }

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

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

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

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

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

    body{
        background-color: #efefef;
    }
    .mod-tixian {
        padding-bottom: 55px;
    }
    .mod-tixian .mod-tixian-head{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px solid #efefef;
        background-color: #fff;
    }
    .mod-tixian .mod-tixian-head a:nth-child(3){
        font-size: 14px;
    }
    .mod-tixian .mod-jifen{
        width: 100%;
        padding-top: 15px;
        position: relative;
        color: #fff;
        background-color: #fff;
    }
    .mod-tixian .mod-jifen img{
        width: 100%;
        vertical-align: middle;
    }
    .mod-tixian .mod-jifen .mod-jifen-shuzhi{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .mod-tixian .mod-jifen .mod-jifen-shuzhi div p:first-child span{
        font-size: 30px;
        font-weight: bold;
    }
    .mod-tixian .mod-jifen .mod-jifen-shuzhi div p:nth-child(2) span{
        font-size: 14px;
        padding: 1px 10px;
        border: 1px solid #fff;
        border-radius: 10px;
    }
    .mod-tixian .mod-tixian-guize{
        width: 95%;
        margin: 15px auto;
        color: #999;
        font-size: 14px;
    }
    .mod-tixian .mod-tixian-guize p:first-child{
        color: #333;
    }
    .mod-tixian .mod-tixian-guize p:nth-child(2){
        margin-top: 15px;
    }
    .mod-tixian .mod-tixian-jine{
        width: 100%;
        text-indent: 10px;
        padding-top: 15px;
        font-size: 14px;
        background-color: #fff;
        line-height: 35px;
        color: #666;
    }
    .mod-tixian .mod-tixian-jine input{
        border: 1px solid #ddd;
        height: 23px;
        width: 200px;
        text-indent: 10px;
        outline: none;
    }
    .mod-tixian .mod-tixian-fan{
        margin-top: 10px;
        line-height: 35px;
        text-indent: 10px;
    }
    .mod-tixian .mod-tixian-shi{
        background-color: #fff;
        padding-bottom: 15px;
    }
    .mod-tixian .selc-pel{
        text-indent: 10px;
        padding: 10px 0;
        font-size: 14px;
        color: #666;
    }
    .mod-tixian .selc-pel select{
        width: 202px;
        height: 28px;
        border: 1px solid #ddd;
        outline: none;
    }

    .mod-tixian .mod-pay-yinh{
        text-indent: 10px;
        color: #666;
        margin-top: 5px;
        line-height: 30px;
        font-size: 14px;
    }
    .mod-tixian .mod-pay-yinh input{
        border: 1px solid #ddd;
        height: 23px;
        width: 200px;
        text-indent: 10px;
        outline: none;
    }
    .mod-tixian .mod-pay-pel{
        text-indent: 10px;
        margin-top: 5px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
        display: none;
    }
    .mod-tixian .mod-pay-pel input{
        border: 1px solid #ddd;
        height: 23px;
        width: 200px;
        text-indent: 10px;
        outline: none;
    }
    .mod-shenq{
        width: 100%;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 1px;
        box-shadow: 3px 3px 10px 3px #666;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
    }
    .mod-shenq span{
        width: 50%;
        padding: 10px 0;
        text-align: center;
        background-color: #f7a828;
        color: #fff;
    }
    .mod-shenq .qu{
        background-color: #efefef;
        color: #666;
    }

}