body{
    margin: 0px;
    font-family: '鎬濇簮榛戜綋';
    color: #282828;
}
ul {
    list-style: none;
    padding: 0; 
    margin: 0;
}

li {
    display: inline-block; 
    text-align: center;
    line-height: normal;
}
a{
    text-decoration: none !important;
}
.top_bg{
    background-image: url("/source/images/bg.png");
    background-size: cover;
    height: 229px;
    position: relative;
}
.top_bg .tb-img{
    margin: 0px 12px;
    position: absolute;
    bottom: -30px;
}
.top_bg img{
    width: 100%;
}
.tb-title{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 50px;
}
.contents{
    margin: 0px 12px;
    margin-top: 50px;
    padding-bottom: 80px;
}
.news{
    background-color: white;
    padding: 12px 12px 19px 16px;
    border-radius: 10px;
}
.n-title{
    display: flex;
}
.n-title .nt-l{
    flex: 1;
}
.n-title .nt-l img{
    width: 28px;
}
.n-title .nt-l label{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    position: relative;
    top: -7px;
    left: 4px;
} 
.n-title .nt-r{
    flex: 1;
    text-align: right;
}
.news .n-title .nt-r img{
    width: 11px;
    height: 11px;
}
.news .n-title .nt-r a{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    position: relative;
    top: 3px;
}
.news .n-title .nt-r img{
    width: 11px;
    height: 11px;
    position: relative;
    top: 4px;
}
.n-lst .nl-item{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #E9E9E9;
}
.n-lst .nl-item:last-child{
    border-bottom: none;
}
.n-lst .nl-item label{
    width: 40px;
    height: 24px;
    background: linear-gradient( 319deg, #19B692 0%, #3B8DE8 100%);
    border-radius: 12px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    color: white;font-size: 12px;
}

.n-lst .nl-item a{
    font-size: 14px;
color: #333333;
}
.n-lst .nl-item span{
    float: right;
    font-size: 11px;
color: #999999;
}
.form-line .fl-item{
    height: 40px;
    border-radius: 20px;
    border: 1px solid #D0D0D0;
    margin-top: 20px;
    overflow: hidden;
}
.form-line .fl-item:first-child input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 22px;
}
.form-line .fl-item img{
    width: 16px;
    height: 16px;
    margin-left: 19px;
    position: relative;
    top: 11px;
}
.form-line .fl-item input{
    height: 100%;
    border: none;
    outline: none;
}
.form-line .fl-item button{
    background: linear-gradient( 319deg, #19B692 0%, #3B8DE8 100%);
    border-radius: 25px;
    width: 88px;
    border: none;
    outline: none;
    color: white;
    font-size: 15px;
}

.bottom-menu {
    height: 60px;
    background: white;
    position: fixed;
    width: 100%;
    z-index: 99;
    display: flex;
    bottom: -1px;
}
.bottom-menu .bm-item {
    flex: 1;
    text-align: center;
}
.bottom-menu .bm-item img {
    width: 20px;
    height: 20px;
}
.bottom-menu .bm-item a {
    display: inline-block;
    position: relative;
    top: 13px;
    text-decoration: none;
    text-align: center;
}
.bottom-menu .bm-item p {
    margin: 0px;
    font-size: 11px;
    color: #999999;
}
.bottom-menu .act p {
    color: #38d4e1;
}
.service{
    text-align: right;
}
.service img{
    width: 77px;
    margin-top: 10px;
}
.top-img img{
    width: 100%;
}
.confirm{
    padding-top: 15px;
    margin-top: -10px;
    border-radius: 16px;
    padding-bottom: 20px;
}
.c-con{
    background: white;
    padding: 15px 16px;
}

.c-con .tip{
    font-size: 14px;
    color: #333333;
}
.cc-form-item{
    height: 40px;
    display: flex;
    margin-top: 18px;
}
.cc-form-item label{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 40px;
}
.cc-form-item input{
    flex: 1;
    height: 40px;
    background: #F8F8F8;
    border-radius: 20px;
    border: 1px solid #D0D0D0;
    outline: none;
    padding-left: 19px;
}

.set-info{
    background-color: white;
    margin-top: 12px;
    padding: 16px;
    border-radius: 16px;
}

.si-lst .sil-item{
    width: 96px;
    height: 40px;
    border-radius: 22px;
    border: 1px solid #D0D0D0;
    display: inline-block;
    text-align: center;
    color: #999999;
    line-height: 40px;
    margin-right: 8px;
    font-size: 15px;
}
.si-lst .act{
    background: linear-gradient( 319deg, #19B692 0%, #3B8DE8 100%);
    color: white !important;
}
.set-info .tip{
    color: #666666;
    font-size: 12px;
    margin-top: 11px;
}
.pay-method{
    margin-top: 25px;
    display: flex;
}
.pay-method label, .fee label{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 37px;
}
.pm-con{
    width: 110px;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    border: 1px solid #19B692;
}
.pm-con img{
    width: 18px;
    margin-left: 28px;
    position: relative;
    top: 3px;
}

.pm-con  span{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}
.fee span{
    color: #FF2020;
    font-size: 15px;
    font-weight: bold;
}
.submit {
    margin-top: 24px;
}
.submit button{
    height: 44px;
    background: linear-gradient( 319deg, #19B692 0%, #3B8DE8 100%);
    border-radius: 22px;
    color: white;font-weight: bold;
    font-size: 18px;
    width: 100%;
    border: none;
}