body,
html {
    color: #333;
    font-size: 12px;
}

body,
html,
div,
blockquote,
img,
label,
p,
h1, h2, h3, h4, h5, h6,
pre,
ul, ol, li,
dl, dt, dd,
form,
a,
fieldset,
input,
button,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    word-break: break-all;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
}

select, textarea {
    outline: none;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, strong, th, var {
    font-weight: normal
}

em, i {
    font-style: normal;
}

ol, ul {
    list-style: none;
    list-style-position: inside
}

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

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

abbr, acronym {
    border: 0
}

input::-webkit-input-placeholder {
    color: #ccc !important;
}

input:-moz-placeholder {
    color: #ccc !important;
}

input::-moz-placeholder {
    color: #ccc !important;
}

input:-ms-input-placeholder {
    color: #ccc !important;
}

/**头部**/
#header{
   
}
.header-wrap{
    border-bottom: 1px solid #e5e5e5;
}
#header .header_tabar{
 
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 73px;
    display: flex;
    align-items: center;
    
}
#header .header_tabar .logo{
    flex: 1;

}
#header .header_tabar .search{
    flex: 3;
   

}
.cru_search {
   width: 95%;  
}

.cru_search .s_box {
    margin-left: 10px;
    position: relative;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #0086f6;
    border-radius: 20px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 10px;
    background-color: #fff
}
.s_btn {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 120px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: 0 none;
    background-color: #0086f6;
    border-radius: 0 20px 20px 0
}

.s_btn:hover {
    cursor: pointer;
    background-color: #0086f6;
    -webkit-transition: all ease-in-out 380ms;
    transition: all ease-in-out 380ms
}



.s_input {
    padding-left: 15px;
    font-size: 14px;
    display: inline-block;
    width: 90%
}
#header .header_tabar .tabar-nav{
    flex: 3;
    display: flex;
  
}

#header .header_menu{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 68px;

}
.m10{
    margin-left: 8px;
    margin-right: 8px;
}
.rx{
    text-decoration: none;
    color: #999999;
    font-size: 13px;
}
.mobile{
        color: #666;
    display: block;
    padding: 0 10px;
    cursor: pointer;
}
.mobile-erm .mobile .icon {
    display: inline-block;
    width: 10px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background: url(../img/home-page-icon.png) no-repeat 0 -24px;
}
.kefu-tel .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background: url(../img/home-page-icon.png) no-repeat 0 0;
}
.searchtop {
    float: left;
    width: 220px;
    height: 28px;
    position: relative;
    border: 1px solid #e5e5e5;
}
.searchtop .search {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchtop .searchbtn {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../img/home-page-icon.png) no-repeat 6px -42px;
}

.header-nav{
    background: #fff;
}
.menu{
    height: 70px;
/*    overflow: hidden;*/
    text-align: center;
    


}
.menu>li{
    float: left;
}
.menu>li>a{
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    margin: 0 10px;
    position: relative;
    font-size: 16px;
}
.menu>li>a:hover{
    color: #1a75d1;
}
.menu>li>a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #1a75d1;
}
.menu>li>a:hover:after{
    width: 100%;
}

.menu>li>a.active{
    color: #fff;
    background: #1a75d1;
}
.mobile-erm .down-box{
    display: none;
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.mobile-erm:hover .down-box{
    display: block;
}
.mobile-erm .down-box:after{
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: -6px;
    right: 15px;
    background: url("../img/home-page-icon.png") no-repeat 0 -70px;
}
.mobile-erm .down-box img{
    width: 100%;
    height: 100%;
}
/**头部 结束**/
#mainbody{
    background: #f5f5f5;
    min-height: 600px;

}

/**主体**/
#swiper{
 width: 100%;
 height: 530px;
}
#swiper .lb_img{
    width: 100%;
}
/* 热门目的地 */
#destination{
    width: 1200px;
    margin: 30px auto;
    text-align: center;
   
}

.wrap-container{
    margin-top: 50px;
}

.column-wrapper{
    padding-top: 10px;
}

.wrap-title{
    text-align: center;
    font-size: 36px;
}

.column-more-bar{
    text-align: center;
}
.column-more-bar .more-link{
    color: #999;
    display: inline-block;
    width: 218px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.column-more-bar .more-link:hover{
    color: #fff;
    border-color: #1a75d1;
    background: #1a75d1;
}

.wrap-list-group{

}
.wrap-list-group .wrap-item{
    float: left;
    width: 380px;
    margin: 0 30px 30px 0;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
      -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);  
}
.wrap-list-group .wrap-item:hover{
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
}
.wrap-list-group .wrap-item.mr_0{
    margin-right: 0;
}
.wrap-list-group .wrap-item>a{
    display: block;
}
.wrap-list-group .pri-label{
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    top: 50px;
    left: -11px;
    z-index: 1;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px;
    background: #f80;
}
.wrap-list-group .pri-label:after{
    content: '';
    display: inline-block;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 40px;
    left: 0;
    background: url("../img/home-page-icon.png") no-repeat -26px 0;
}
.wrap-list-group .pri-label .num{
    font-size: 24px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.wrap-list-group .pic-area{
    display: table-cell;
    width: 380px;
    height: 260px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.wrap-list-group .pic-area img{
    max-width: 100%;
    max-height: 100%;
    height: 254px;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrap-list-group .wrap-item:hover .pic-area img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.wrap-list-group .title-area{
    padding: 10px;
}
.wrap-list-group .title-area .tit{
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-list-group .title-area .al-tit{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrap-list-group .title-area .txt{
    color: #999;
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-list-group .title-area .data{
    margin-top: 5px;
    font-size: 0;
}
.wrap-list-group .title-area .data .item{
    color: #999;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.destination-list{
    height: 400px;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-top-left-radius: 80px;
    -moz-border-top-left-radius: 80px;
    border-top-left-radius: 80px;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-bottom-right-radius: 80px;
    border-bottom-right-radius: 80px;
    text-align: center;
    align-items: center;

}
.destination-list .item{
    height: 400px;
    position: relative;
}
.destination-list .item:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgba(127,22,114,0);
}
.destination-list .item:hover:after{
    background: rgba(127,22,114,.8);
}
.destination-list .item img{
    width: 300px;
    height: 400px;
}
.destination-list .info{
    position: absolute;
    top: 40px;
    left: 30px;
    right: 30px;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.destination-list .item:hover .info{
    top: 100px;
}
.destination-list .info .tit{
    color: #fff;
    font-size: 22px;
}
.destination-list .info .txt{
    color: #fff;
    max-height: 80px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.destination-list .item .more{
    color: #fff;
    display: inline-block;
    width: 118px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 90px;
    bottom: 65px;
    z-index: 10;
    opacity: 0;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.destination-list .item:hover .more{
    opacity: 1;
    bottom: 125px;
}
#liner{
    width: 1200px;
    margin: auto;
    margin-bottom: 30px;

 }
 #gl{
    width: 1200px;
    margin: auto;
 }   
 .personal-tailor{
    height: 350px;
    margin-top: 50px;
    position: relative;
}
.personal-tailor .info{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.personal-tailor .info .tit{
    color: #fff;
    font-size: 36px;
}
.personal-tailor .info .txt{
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    max-height: 40px;
}
.personal-tailor .info .btn{
    color: #fff;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
    margin-top: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    background: #f90;
}
#contact{
    background: #3c3c3c;
}

.wrap_footer {
    padding: 10px 0;
    background: #3c3c3c
}

.st-foot-menu {
    padding: 10px 0;
    text-align: center;
    font-size: 0
}

.st-foot-menu a {
    color: #fff;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    padding: 0 10px;
    border-left: 2px solid #c1c1c1;
    font-size: 13px
}

.st-foot-menu a:hover {
    color: #fff;
}

.st-foot-menu a:first-child {
    border-left: 0
}

.st-foot-edit {
    color: #fff;
    margin: 10px 0;
    text-align: center;
}

/* 鍙嬫儏閾炬帴 */
.st-link {
    background: #3c3c3c
}

.st-link-list {
    padding: 20px 0;
    border-top: 1px solid #565656
}

.st-link-list strong,
.st-link-list a {
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.st-link-list strong {
    float: left;
    width: 65px;
}

.st-link-list .child {
    float: left;
    width: 1135px;
}

.st-link-list a {
    float: left;
    margin: 0 30px 0 0;
}

.st-link-list a:hover {
    color: #fff;
}
.foot_con a{
    color: #fff;
}
/**主体 结束**/
#footer {
    border-top: 1px solid #222;
    clear: both;
    background-color: #3c3c3c;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    justify-content: center;
    width: 100%;
}
.clear{
    clear: both;
}
.wm-1200{
    width: 1200px;
    margin: auto;

}
/* 航线列表、筛选条件 */
.search-wrapper {
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #fff;
}

.search-bar {
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 6px;
    background: #f6f8fa;

}

.search-item {
    display: flex;
    align-items: start;
/*    padding: 12px 6px;*/
    border-bottom: 1px dotted #d8d8d8;
}

.search-item .item-hd {
    color: #666;
    flex: 0 0 85px;
    height: 26px;
    line-height: 26px;
    margin: 5px 0;
    text-align: right;
    font-size: 16px;
}

.search-item .item-bd {
    flex: 1 1 auto;
    padding: 0 10px;
    font-size: 0;
}
.search-item .item-bd .item {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 5px;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.search-item .item-bd .item.on {
    color: #fff;
    background: #00468c;
}
.search-item .item-bd .item .icon-close {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    position: relative;
    transition: all 0.3s;
}
.search-item .item-bd .icon-close::before,
.search-item .item-bd .icon-close::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: 50%;
    background: #fff;
}
.search-item .item-bd .icon-close::before {
    transform: rotate(45deg);
}
.search-item .item-bd .icon-close::after {
    transform: rotate(-45deg);
}
.search-item .item-bd .item:hover .icon-close {
    transform: rotate(90deg);
}
.search-item .item-bd .clear {
    color: #00468c;
    margin-left: 10px;
    font-size: 12px;
}
/* 条件排序 */
.search-sort-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
}
.search-sort-group {
    display: flex;
    align-items: center;
}
.search-sort-group .item {
    color: #333;
    height: 20px;
    line-height: 20px;
    padding: 0 25px;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
}
.search-sort-group .item.on {
    color: #00468c;
}
.search-sort-page {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.search-sort-page .current {
    padding: 0 10px;
}

.search-sort-page .prev,
.search-sort-page .next {
    display: inline-block;
    width: 4px;
    height: 4px;
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.search-sort-page .prev {
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.search-sort-page .next {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.search-sort-page .prev.on,
.search-sort-page .next.on {
    border-color: #00468c;
    border-width: 2px;
}

.search-sort-page .prev.on:hover,
.search-sort-page .next.on:hover {
    transform: rotate(45deg) scale(1.4);
}

/* 主体列表 */
.st-main-page {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.st-main-box {
    flex: 0 0 900px;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #fff;
}

.product-group-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
        padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.product-group-item:last-child {
    margin-bottom: 0;
}
.product-group-item .hd {
    flex: 0 0 368px;
    height: 240px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #f7f7f7;
}
.product-group-item .hd .img {
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    transition: all 0.5s;
}
.product-group-item .hd:hover .img {
    transform: scale(1.2);
}
.product-group-item .hd .suspend {
    height: 22px;
    line-height: 22px;
    padding: 0 10px 0 0;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #00468c;
    background: #fff;
}
.product-group-item .hd .suspend .label {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    background: #00468c;
}

.product-group-item .bd {
    width: 472px;
    height: 240px;
    position: relative;
}
.product-group-item .bd .tit {
/*    height: 64px;*/
    line-height: 24px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 20px;
    color: #1a75d1;
}
.product-group-item .bd .tit:hover {
    color: #00468c;
}
.product-group-item .bd .txt {
    color: #666;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-size: 14px;
}

.product-group-item .bd .date dt {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #e8e8e8, #fafafa);
    font-size: 12px;
}
.product-group-item .bd .date dd {
    padding: 12px 10px;
    border-radius: 0 4px 4px 4px;
    font-size: 0;
    background: #fafafa;
}
.product-group-item .bd .date dd .tl {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-group-item .bd .date dd .more {
    color: #00468c;
    font-size: 12px;
}

.product-group-item .bd .price {
    color: #f60;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-group-item .bd .price .num {
    font-size: 26px;
    font-weight: bold;
}
.yd{
    color: #fff;
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, #ff8a00 0%, #fc6000 100%);
    text-align: center;
    transition: all 0.3s;
    font-size: 14px;
}
.pinfo{
    font-size: 13px;
    color: #666;
    line-height: 20px;
}
/* 侧边栏 */
.st-sidebox {
    flex: 0 0 280px;
    height: 1200px;
}

.st-side-block {
    border-radius: 6px;
    background: #fff;
}
.st-side-bar {
    padding: 12px 20px;
    font-size: 18px;
}
.side-hot-group .item {
    padding: 6px 20px;
}
.side-hot-group .item .img {
    width: 240px;
    height: 130px;
    vertical-align: top;
    border-radius: 3px;
}
.side-hot-group .item .tit {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-top: 10px;
    font-size: 16px;
    color: #1a75d1;
}
.side-hot-group .item:hover .tit {
    color: #00468c;
}
.side-hot-group .item .price {
    color: #f60;
    margin-top: 8px;
}
.side-hot-group .item .price .num {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}



.laypage_main{font-size:0; clear:both; color:#666;}
.laypage_main *{display:inline-block; vertical-align: top; font-size:12px;}
.laypage_main a{height:26px; line-height:26px; text-decoration:none; color:#666;}
.laypage_main a, .laypage_main span{margin:0 3px 6px; padding:0 10px;}
.laypage_main span{height:26px; line-height:26px;}
.laypage_main input, .laypage_main button{ border:1px solid #ccc; background-color:#fff;}
.laypage_main input{width:40px; height:26px; line-height:26px; margin:0 5px; padding:0 5px;}
.laypage_main button{height:28px; line-height:28px; margin-left:5px; padding:0 10px; color:#666;}

.laypageskin_default a{border:1px solid #ccc; background-color:#fff;}
.laypageskin_default span{height:28px; line-height:28px; color:#999; }
.laypageskin_default .laypage_curr{font-weight:700; color:#666;}

.laypageskin_molv a, .laypageskin_molv span{padding:0 12px; border-radius:2px;}
.laypageskin_molv a{ background-color:#f1eff0; }
.laypageskin_molv .laypage_curr{background-color:#00AA91; color:#fff;}
.laypageskin_molv input{height:24px; line-height:24px;}
.laypageskin_molv button{height:26px; line-height:26px;}
.laypageskin_yahei{color:#333}
.laypageskin_yahei a, .laypageskin_yahei span{padding:0 13px; border-radius:2px; color:#333}
.laypageskin_yahei .laypage_curr{background-color:#333; color:#fff;}
.laypageskin_flow{text-align:center;}
.laypageskin_flow .page_nomore{color:#999}
.page-content {
    padding: 40px 0 10px;
    text-align: center;
    font-size: 0;
}
.page-content > a {
    display: inline-block;
    color: #666;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-family: Arial, 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}
.page-block {
    display: inline-block;
}
.page-block > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    font-size: 14px;
}
.page-block > a {
    display: inline-block;
    color: #666;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-family: Arial, 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}
.page-block > a.on,
.page-block > a:hover,
.page-content > a:hover {
    color: #fff;
    border: 1px solid #00468c;
    background: #00468c;
}

.dest-sum-box{
    float:left;
    width:1200px;
   background: #fff;

}
.dest-sum-box .dest-sum-pic{
    float:left;
    width:550px;
    height:372px;
    position:relative}
.dest-sum-box .dest-sum-pic .img{
    display: table-cell;
    width: 550px;
    height: 372px;
    vertical-align: middle;
    text-align: center;
}
.dest-sum-box .dest-sum-pic .img img{
    max-width: 540px;
    max-height: 372px;
    vertical-align: middle;
}
.dest-sum-box .dest-sum-pic .num{
    position:absolute;
    right:15px;
    bottom:15px;
    display:block;
    color:#fff;
    height:45px;
    line-height:45px;
    padding:0 15px;
    font-size:20px;
    text-align:center;
    background:url(../img/aph_bg.png) left top repeat}
.dest-sum-box .dest-sum-pic .num i{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:23px;
    height:20px;
    vertical-align:middle;
    margin:-3px 8px 0 0;
    background:url(../img/dest-page-ico.png) no-repeat 0 0}

.dest-sum-box .dest-sum-txt{
    float:right;
    width:580px;
    height:372px;
    padding:0 25px;
    background:#fff}
.dest-sum-box .dest-sum-txt h3{
    color:#333;
    margin-top:20px;
    font-size:32px;}
.dest-sum-box .dest-sum-txt .nr{
    color:#666;
    height:286px;
    line-height:22px;
    margin-top:15px;
    font-size:14px;
    overflow:hidden}
.dest-sum-box .dest-sum-txt .nr strong,
.dest-sum-box .dest-sum-txt .nr b{
    font-weight: bold !important;
}
.dest-sum-box .dest-sum-txt .nr em,
.dest-sum-box .dest-sum-txt .nr i{
    font-style: italic !important;
}
.dest-sum-box .dest-sum-txt .nr a{
    color: #0082dd;
}
.dest-sum-box .dest-sum-txt .nr a:hover{
    color:#ff8a00;
    text-decoration: underline;
}

.hot-dest-box{
    float:left;
    width:1200px;
    margin-top:15px;
    background: #fff;
}
.bgfff{
    background: #fff;
}
.hot-dest-box strong{
    float:left;
    color:#333;
    width:100px;
    height:35px;
    line-height:35px;
    padding-left:35px;
    font-size:16px;
    background:url(../img/dest-page-ico.png) no-repeat 5px -107px}
.hot-dest-box .hotlist{
    float:left;
    width:1065px}
.hot-dest-box .hotlist a{
    float:left;
    color:#535353;
    height:32px;
    line-height:32px;
    padding:0 20px;
    margin: 0 8px 8px 0;
    font-size:14px;
    background:#f4f6f9}
.hot-dest-box .hotlist a:hover{
    color:#fff;
    background:#00b7ee}

.st-dest-cplist,
.dest-hot-article,
.travel-notes{
    clear: both;
    width:1200px;
    margin-top:20px;

}
.st-dest-cplist .st-tabnav,
.st-dest-cplist .st-tabcon,
.dest-hot-article .st-tabnav,
.dest-hot-article .st-tabcon,
.travel-notes .st-tabnav,
.travel-notes .st-tabcon{
    float:left;
    width:1200px;margin-bottom: 20px;}
.st-dest-cplist .st-tabnav,
.dest-hot-article .st-tabnav,
.travel-notes .st-tabnav{
 
    border-bottom:1px solid #e4e4e4}
.st-dest-cplist .st-tabnav span,
.dest-hot-article .st-tabnav span,
.travel-notes .st-tabnav span{
    float:left;
    color:#333;
    height:40px;
    line-height:40px;
    padding:0 20px;
    font-size:18px;
    cursor:pointer}
.st-dest-cplist .st-tabnav span.on,
.dest-hot-article .st-tabnav span.on,
.travel-notes .st-tabnav span.on{
    color:#00b7ee;
    height:39px;
    line-height:40px;
    border-bottom:3px solid #00b7ee}
.st-dest-cplist .st-tabnav a.more,
.dest-hot-article .st-tabnav a.more{
    color:#333;
    float:right;
    height:40px;
    line-height:40px;
    padding-left:17px;
    background:url(../img/index-ico.png) no-repeat 0 15px}
.st-dest-cplist .st-tabnav a:hover.more,
.dest-hot-article .st-tabnav a:hover.more{
    color:#f80;
    background:url(../img/st-hover-ico.png) no-repeat 0 15px}
    /* 邮轮 */
.ship-tab-block{

}
.ship-tab-block li{
    float: left;
    width: 280px;
    margin: 20px 20px 0 0;
    -webkit-box-shadow: 1px 1px 3px #e5e5e5,-1px 1px 3px #e5e5e5,1px -1px 3px #e5e5e5,-1px -1px 3px #e5e5e5;
    -moz-box-shadow: 1px 1px 3px #e5e5e5,-1px 1px 3px #e5e5e5,1px -1px 3px #e5e5e5,-1px -1px 3px #e5e5e5;
    box-shadow: 1px 1px 3px #e5e5e5,-1px 1px 3px #e5e5e5,1px -1px 3px #e5e5e5,-1px -1px 3px #e5e5e5;
}
.ship-tab-block li:hover{
    -webkit-box-shadow: 1px 1px 3px #d5d5d5,-1px 1px 3px #d5d5d5,1px -1px 3px #d5d5d5,-1px -1px 3px #d5d5d5;
    -moz-box-shadow: 1px 1px 3px #d5d5d5,-1px 1px 3px #d5d5d5,1px -1px 3px #d5d5d5,-1px -1px 3px #d5d5d5;
    box-shadow: 1px 1px 3px #d5d5d5,-1px 1px 3px #d5d5d5,1px -1px 3px #d5d5d5,-1px -1px 3px #d5d5d5;
}
.ship-tab-block li.mr_0{
    margin-right: 0;
}
.ship-tab-block li .pic{
    width: 280px;
    height: 194px;
    position: relative;
}
.ship-tab-block li .pic a{
    width: 280px;
    height: 194px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ship-tab-block li .pic a img{
    max-width: 280px;
    max-height: 194px;
    vertical-align: middle;
}
.ship-tab-block li .txt{
    padding: 5px 14px;
    border-top: 0;
}
.ship-tab-block li .txt .bt a{
    display: block;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}
.ship-tab-block li .txt .bt a:hover{
    color: #fc6000;
}
.ship-tab-block li .txt .date{
    color: #999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: right;
    font-size: 13px;
}
.ship-tab-block li .txt .jg{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.ship-tab-block li .txt .jg em{
    color: #f60;
}
.ship-tab-block li .txt .jg em strong{
    font-size: 22px;
}
.ship-tab-block li .txt .start{
    float: right;
    color: #999;
    height: 30px;
    line-height: 30px;
}

.st-cp-list li .js p.attr span{
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #f80;
    border: 1px solid #ffb622;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 8px 10px 0;
}
/* 产品简介 */
.product-brief-box {
    background: #fff;
}
.product-title-bar {
    font-size: 24px;
}
.product-label-bar {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product-label-bar .label {
    color: #fc6000;
    display: block;
    padding: 2px 6px;
    margin-right: 10px;
    border: 1px solid #fc6000;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
}
.product-brief-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 36px;
}
.detail-product-swiper {
    flex: 0 0 auto;
    width: 570px;
    height: 360px;
    margin: 0;
    background: #f7f7f7;
}
.detail-product-swiper .swiper-slide img {
    width: 570px;
    height: 360px;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.detail-product-swiper .swiper-prev,
.detail-product-swiper .swiper-next {
    width: 30px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
}
.detail-product-swiper .swiper-prev {
    left: 0;
}
.detail-product-swiper .swiper-next {
    right: 0;
}
.detail-product-swiper .swiper-prev::after,
.detail-product-swiper .swiper-next::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
}
.detail-product-swiper .swiper-prev::after {
    margin-left: 4px;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.detail-product-swiper .swiper-next::after {
    margin-right: 4px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.detail-product-swiper .swiper-prev.disabled::after,
.detail-product-swiper .swiper-next.disabled::after {
    border-color: rgba(255, 255, 255, 0.5);
}

.product-number {
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.7);
}

.product-r-content {
    flex: 1 1 auto;
    margin-left: 30px;
}
.tip-info-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(270deg, #fff6d8 0%, #f4f3f3 100%);
}
.tip-info-block .price {
    color: #9e9e9e;
}
.tip-info-block .price .label {
    color: #fc6000;
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
}
.tip-info-block .price .label .num {
    display: inline-block;
    margin: 0 -4px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.tip-info-block .group {
    display: flex;
}
.tip-info-block .group .item {
    padding: 0 20px;
    text-align: center;
    position: relative;
}
.tip-info-block .group .item:last-child {
    padding-right: 0;
}
.tip-info-block .group .item:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: -1px;
    bottom: 2px;
    background: #e5e5e5;
}
.tip-info-block .group .item .num {
    color: #fc6000;
    display: block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.tip-info-block .group .item .txt {
    color: #9e9e9e;
    display: block;
    margin-top: 2px;
}
.detail-group {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.detail-group .item {
    color: #9e9e9e;
    display: flex;
    width: 50%;
    padding: 8px 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.detail-group .item .hd {
    width: 80px;
    flex: 0 0 80px;
}
.detail-group .item .bd {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.detail-group .item .bd .name {
    color: #00468c;
}
.properties-bar {
    color: #666;
    height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 14px;
}
.properties-bar .label {
    color: #fc6000;
}

/* 产品主体内容 */
.product-body-box {
    padding: 20px 0;
    background: #f6f8fa;
}

.product-block {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
}
.product-block-bar {
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}
.product-date-wrapper {
    display: flex;
    justify-content: space-between;
}
.product-date-group {
    flex: 1 1 auto;
    display: flex;
}
.product-date-group .item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 126px;
    height: 75px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    background: #f8f8f8;
}
.product-date-group .item.active {
    border: 2px solid #00468c;
}
.product-date-group .item.active::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -3px;
    border-radius: 50%;
    background: url('../img/ship_sprites.png') -10px -10px no-repeat;
}
.product-date-group .item .txt {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-date-group .item .price {
    color: #fc6000;
    margin-top: 6px;
}
.product-date-group .item.active .price {
    color: #00468c;
}
.product-date-group .item .price .num {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-date-group .item.active .price .num {
    font-weight: bold;
}
.product-date-more {
    flex: 0 0 auto;
    height: 75px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 46px;
    letter-spacing: 5px;
    writing-mode: vertical-lr;
    cursor: pointer;
    font-size: 16px;
    background: #f8f8f8;
}
.product-date-more .link {
    color: #666;
}
.product-date-more .link:hover {
    color: #00468c;
}

.product-rooms-box {
    display: flex;
    align-items: start;
}
.rooms-swiper-prev,
.rooms-swiper-next {
    flex: 0 0 24px;
    width: 24px;
    height: 176px;
    line-height: 176px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    background: #f6f8fa;
}
.rooms-swiper-prev:after,
.rooms-swiper-next:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.rooms-swiper-prev:after {
    border-right: 6px solid #00468c;
}
.rooms-swiper-prev.disabled:after {
    border-right-color: #7f92a5;
}
.rooms-swiper-next:after {
    border-left: 6px solid #00468c;
}
.rooms-swiper-next.disabled:after {
    border-left-color: #7f92a5;
}

.swiper-rooms-container {
    flex: 1 1 auto;
    margin: 0 9px;
}

.swiper-rooms-container .swiper-slide.on .product-rooms-item {
    background: #00468c;
}
.product-rooms-item {
    display: flex;
    height: 176px;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    background: #f6f8fa;
}
.product-rooms-item .hd {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
}
.product-rooms-item .hd img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.product-rooms-item .bd {
    margin-left: 15px;
}
.product-rooms-item .bd .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.swiper-rooms-container .swiper-slide.on .product-rooms-item .bd .tit,
.swiper-rooms-container .swiper-slide.on .product-rooms-item .configure .label,
.swiper-rooms-container .swiper-slide.on .product-rooms-item .price {
    color: #fff;
}
.product-rooms-item .configure {
    display: flex;
    flex-wrap: wrap;
    width: 170px;
    padding: 4px 0 10px;
}
.product-rooms-item .configure .label {
    flex: 0 0 auto;
    min-width: 0;
    width: 50%;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.product-rooms-item .configure .label i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.product-rooms-item .configure .label .icon-area {
    background: url('../img/ship_sprites.png') -88px -44px no-repeat;
}
.product-rooms-item .configure .label .icon-floor {
    background: url('../img/ship_sprites.png') -48px -50px no-repeat;
}
.product-rooms-item .configure .label .icon-stock {
    background: url('../img/ship_sprites.png') -88px -10px no-repeat;
}
.product-rooms-item .price {
    color: #fc6000;
}
.product-rooms-item .price .num {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-item .price .pop-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -4px 0 0 0;
    background: url('../img/ship_sprites.png') -10px -88px no-repeat;
}

.product-rooms-content {
    margin-top: 20px;
}
.product-rooms-header_bar {
    display: flex;
    align-items: center;
    height: 50px;
    background: #f6f8fa;
}
.product-rooms-header_bar .item {
    color: #9e9e9e;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.product-rooms-header_bar .item:nth-child(1),
.product-rooms-body_list .item:nth-child(1) {
    width: 300px;
    text-align: left;
}

.product-rooms-header_bar .item:nth-child(2),
.product-rooms-body_list .item:nth-child(2) {
    width: 140px;
}

.product-rooms-header_bar .item:nth-child(3),
.product-rooms-body_list .item:nth-child(3) {
    width: 240px;
}

.product-rooms-header_bar .item:nth-child(4),
.product-rooms-body_list .item:nth-child(4) {
    width: 200px;
}

.product-rooms-header_bar .item:nth-child(5),
.product-rooms-body_list .item:nth-child(5) {
    width: 140px;
}

.product-rooms-header_bar .item:nth-child(6),
.product-rooms-body_list .item:nth-child(6) {
    flex: 1 1 auto;
}

.product-rooms-body_list {
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
/*.product-rooms-body_list.active:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 31px;*/
/*    height: 31px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background: url('../img/cf_selected_icon.png') center no-repeat;*/
/*}*/
.product-rooms-body_list .item {
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.product-rooms-body_list .item .configure {
    display: flex;
    flex-wrap: wrap;
}
.product-rooms-body_list .item {
    font-size: 14px;
}
.product-rooms-body_list .item i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.product-rooms-body_list .item .icon-area {
    background: url(../img/ship_sprites.png) -88px -44px no-repeat;
}
.product-rooms-body_list .item .icon-floor {
    background: url(../img/ship_sprites.png) -48px -50px no-repeat;
}
.product-rooms-body_list .item .icon-user {
    background: url(../img/ship_sprites.png) -40px -88px no-repeat;
}
.product-rooms-body_list .item .icon-stock {
    background: url(../img/ship_sprites.png) -88px -10px no-repeat;
}
.product-rooms-body_list .item .price {
    color: #fc6000;
    display: inline-block;
    cursor: pointer;
}
.product-rooms-body_list .item .price .num {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-body_list .item .price .pop-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 0;
    background: url(../img/ship_sprites.png) -10px -88px no-repeat;
}
.product-rooms-body_list .item .select-box {
    width: 56px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    cursor: pointer;
    border-color: #e5e5e5;
}
.product-rooms-body_list .item .unit {
    padding-left: 4px;
    font-size: 14px;
}

.check-bed-group {
    display: flex;
    font-size: 14px;
    justify-content: center;
}
.check-bed-group .label {
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    margin-right: 15px;
}
.check-bed-group .label:last-child {
    margin-right: 0;
}
.product-rooms-body_list .item .check-bed-group .check-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 0 0 0;
    background: url(../img/ship_sprites.png) -10px -50px no-repeat;
}
.check-bed-group .label.active .check-icon {
    background-position: -50px -10px;
}

.product-rooms-footer {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 30px;
}
.product-rooms-footer .total-info {
    text-align: right;
}
.product-rooms-footer .total-info .price .txt {
    font-size: 14px;
    font-weight: bold;
}
.product-rooms-footer .total-info .price .num {
    color: #fc6000;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-footer .total-info .configure {
    font-size: 14px;
}
.product-rooms-footer .total-info .configure .c-fc6 {
    color: #fc6000;
    font-family: Arial, Helvetica, sans-serif;
}
.product-rooms-footer .btn-next {
    color: #fff;
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 6px;
    font-size: 18px;
    background: #ff8a00;
}
.product-rooms-footer .btn-next.disabled {
    color: #999;
    cursor: default;
    box-shadow: none !important;
    background: #dcdcdc !important;
}

.product-rooms-footer .btn-next:hover {
    box-shadow: 1px 1px 5px #79a4cf;
}
.product-rooms-footer .btn-next:active {
    box-shadow: 1px 1px 5px #ff8a00;
    background: #ff8a00;
}

.ship-show-content {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
}
.fxd {
    position: fixed;
    top: 0;
    z-index: 999;
}
.ship-show-nav {
    display: flex;
    width: 1200px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}
.ship-show-nav span {
    color: #666;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    cursor: pointer;
    border-bottom: 0;
    font-size: 18px;
}
.ship-show-nav span:hover {
    border-bottom: 0;
    position: relative;
    z-index: 99;
    background: #f5f5f5;
}
.ship-show-nav span.active {
    color: #00468c;
    border-bottom: 0;
    position: relative;
    font-weight: bold;
}
.ship-show-nav span.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    border-bottom: 3px solid #00468c;
}

.ship-show-box {
    padding: 0 30px;
}
.ship-show-block {
    padding-top: 20px;
}
.ship-show-block .column-tit {
    color: #333;
    padding: 8px 0;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.ship-show-block .column-block {
    padding: 20px 0;
}
.ship-show-block .column-block .pic {
    width: 1140px;
    height: 446px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ship-show-block .column-block .pic img {
    vertical-align: middle;
}
.ship-show-block .column-block .txtCon {
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
}
.ship-show-block .column-block .txtCon .more {
    color: #00468c;
}
.day-leftnav {
    display: none;
    width: 68px;
    position: fixed;
    top: 100px;
    right: 50%;
    margin-right: 502px;
}
.day-leftnav .day-navlist {
    width: 68px;
}
.day-leftnav .day-navlist li {
    height: 32px;
    margin-bottom: 3px;
}
.day-leftnav .day-navlist li a {
    display: block;
    color: #999;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s;
    background: #f4f3f3;
}
.day-leftnav .day-navlist li a.cur {
    color: #fff;
    background: #00468c;
}
.route-bt {
    height: 30px;
    background: #f7f7f7;
}
.route-bt h3 {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 16px;
    border-left: 3px solid #00468c;
}
.route-bt .print {
    float: right;
    color: #00468c;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.route-bt .print:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url('../../img/ship-use-ico.png') no-repeat 0 -120px;
}
.route-day {
    margin: 25px 0 0 101px;
}
.each-day {
    padding: 0 0 20px 38px;
    position: relative;
    border-left: 1px dashed #e6e6e6;
}
.each-day:before {
    content: '\e636';
    display: block;
    color: #00468c;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -13px;
    top: 0;
    font-size: 26px;
    vertical-align: middle;
    font-family: 'st-iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.each-day .day-tit {
    height: 26px;
    padding: 0 10px;
    font-size: 14px;
    background: #f4f3f3;
}
.each-day .day-tit strong {
    float: left;
    width: 70px;
    height: 26px;
    line-height: 26px;
}
.each-day .day-tit p {
    float: left;
    width: 899px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.each-day .day-msg {
    padding: 15px 0;
}
.each-day .column-txt * {
    max-width: 100%;
}
.each-day .day-msg li {
    color: #666;
    height: 28px;
}
.each-day .day-msg li span {
    float: left;
    width: 33%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.each-day .day-msg li span:before {
    display: inline-block;
    color: #00468c;
    width: 24px;
    height: 24px;
    font-size: 22px;
    vertical-align: middle;
    margin: -8px 0 0;
    font-family: 'st-iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.each-day .day-msg li .stime:before,
.each-day .day-msg li .etime:before {
    content: '\e630';
}
.each-day .day-msg li .fast:before,
.each-day .day-msg li .lunch:before,
.each-day .day-msg li .supper:before {
    content: '\e632';
}
.each-day .day-msg li .dest:before {
    content: '\e633';
}
.each-day .day-msg li .stay:before {
    content: '\e634';
}

/* 邮轮设施 */
.ship-facilities-list {
}
.ship-facilities-list li {
    float: left;
    width: 20%;
    height: 20px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 20px;
}
.ship-facilities-list li .icon {
    float: left;
    width: 20px;
    height: 20px;
}
.ship-facilities-list li .icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.ship-facilities-list li .name {
    display: block;
    padding-left: 30px;
}

/* 我要咨询颜色 */
.st-tj-question .msg .tj-btn {
    background: #0082dd !important;
}

/* popover 样式 */
.price-plan-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
}
.price-plan-list .item:last-child {
    border-bottom: 0;
}
.price-plan-list .item .price {
    color: #fc6000;
    font-family: Arial, Helvetica, sans-serif;
}

.calendar-ts-bar {
    color: #fc6000;
    padding: 10px;
    font-size: 14px;
    background: #fff8f2;
}

.calendar-ts-bar::before {
    content: '\e657';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -3px 4px 0;
    font-size: 28px;
    vertical-align: middle;
    font-family: 'st-iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.product-rooms__type-block {
    padding: 15px 0;
}
.product-rooms__type-group {
    display: flex;
    padding: 8px 0;
}
.product-rooms__type-group .item {
    color: #9e9e9e;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.product-rooms__type-group .item:nth-child(1) {
    color: #333;
    width: 440px;
    line-height: 30px;
    text-align: left;
}
.product-rooms__type-group .item:nth-child(2) {
    width: 240px;
}
.product-rooms__type-group .item:nth-child(3) {
    width: 200px;
    line-height: 30px;
}
.product-rooms__type-group .item .price {
    color: #fc6000;
}
.product-rooms__type-group .item .price .num {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.step-number-box {
    display: flex;
    justify-content: center;
}
.step-number-box .step-minus,
.step-number-box .step-plus {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    font-size: 29px;
    border-radius: 4px;
    background: #00468c ;
}
.step-number-box .step-minus.disabled,
.step-number-box .step-plus.disabled {
    background: #d8d8d8;
}
.step-number-box .step-value {
    width: 60px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #dedfe3;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.st-glcon-show{
    float:left;
    width:905px}
.glcon-advimg{
    float:left;
    width:905px;
    overflow: hidden;
    text-align: center;
}
.glcon-advimg a{
    display: block;
}

.day-prefer{
    float:left;
    width:905px}
.day-prefer h3{
    color:#00b7ee;
    height:46px;
    line-height:46px;
    font-size:16px;
    font-weight:500}
.day-prefer{
    display:block}
.day-prefer .conlist:after{
    content:'.';
    clear:both;
    display:block;
    height:0;
    overflow:hidden}
.day-prefer .conlist li{
    float:left;
    width:443px;
    height:139px;
    margin-right:15px;
    overflow:hidden;
    border:1px solid #d8d8d8;
    border-radius:3px}
.day-prefer .conlist li.mr_0{
    margin-right:0}
.day-prefer .conlist li .pic{
    float:left;
    width:205px;
    height:139px;
    position:relative}
.day-prefer .conlist li .pic a{
    display: table-cell;
    width: 205px;
    height: 139px;
    vertical-align: middle;
    text-align: center;
}
.day-prefer .conlist li .pic a img{
    max-width: 205px;
    max-height: 139px;
    vertical-align: middle;
}
.day-prefer .conlist li .pic span{
    position:absolute;
    left:0;
    top:10px;
    z-index:999;
    color:#fff;
    display:block;
    width:65px;
    height:28px;
    line-height:28px;
    font-size:16px;
    text-align:center;
    background:url(../img/st-line-ico.png) no-repeat -156px -310px}
.day-prefer .conlist li .js{
    float:left;
    width:208px;
    padding:0 15px;}
.day-prefer .conlist li .js p{
    float:left;
    width:208px;
    margin-top:10px}
.day-prefer .conlist li .js p.tit a{
    float:left;
    color:#333;
    width:208px;
    max-height:54px;
    line-height:18px;
    overflow:hidden;
    font-size:14px}
.day-prefer .conlist li .js p.tit a:hover{
    color:#fc6000}
.day-prefer .conlist li .js p.attr img{
    float:left;
    margin-right:5px}
.day-prefer .conlist li .js p.price em{
    float:left;
    color:#999;
    height:30px;
    line-height:30px;
    font-style:normal}
.day-prefer .conlist li .js p.price span{
    float:right;
    color:#fc6000;
    height:30px;
    line-height:30px}
.day-prefer .conlist li .js p.price span b{
    margin-right:3px;
    font-size:18px;
    font-weight:500;
    font-family:Arial, Helvetica, sans-serif}


.st-gl-article-box{
    float:left;
    width:833px;
    padding:20px 35px;
    margin-top:15px;
    border:1px solid #d8d8d8}
.article-con{
    display:block}
.article-con:after,
.article-con .gl-contxt:after,
.article-con .article-list:after,
.xg-lines-box .conlist:after,
.xg-lines-box .conlist li:after,
.xg-read-box .conlist:after,
.gl-user-comment-box li:after,
.publish-comment-box .comment-msg:after{
    content:'.';
    clear:both;
    display:block;
    height:0;
    overflow:hidden}
.article-con .article-tit{
    color:#333;
    font-size:22px;
    text-align:center;
    font-weight:500}
.article-con .adta{
    margin-top:30px;
    text-align:center}
.article-con .adta span{
    display:inline-block;
    *display:inline;
    *zoom:1;
    color:#666;
    height:30px;
    line-height:30px;
    margin:0 35px 0;
    font-size:12px}
.article-con .adta span.pl{
    padding-left:18px;
    background:url(../img/gl-data-ico.png) no-repeat 0 -21px}
.article-con .adta span.look{
    padding-left:18px;
    background:url(../img/gl-data-ico.png) no-repeat 0 10px}
.article-summary{
    line-height: 24px;
    margin-top: 20px;
    padding: 10px 15px;
    background: #f5f5f5;
}
.article-con .gl-contxt{
    color:#000;
    line-height:24px;
    margin:20px 0}
.article-con .gl-contxt *{
    max-width:100%}
.article-con .gl-contxt strong{
    font-weight:bold !important;
}
.article-con .gl-contxt i,
.article-con .gl-contxt em{
    font-style: italic !important;
}
.article-con .gl-contxt a{
    color: #0082dd;
}
.article-con .gl-contxt a:hover{
    color: #ff8a00;
    text-decoration: underline;
}
.article-con .gl-contxt table,
.article-con .gl-contxt th,
.article-con .gl-contxt td{
    border: 1px solid #e5e5e5;
}
.article-con .article-list{
    color:#333;
    height:30px;
    line-height:30px}
.article-con .article-list a.prev{
    }
.article-con .article-list a.next{
    }
.article-con .article-list a:hover{
    color:#f60;
    text-decoration:underline}
.bdsharebuttonbox{
    text-align:right !important}

.xg-read-box{
    float:left;
    width:903px;
    padding:15px 0;
    margin-top:20px;
    border:1px solid #d8d8d8}
.xg-read-box h3{
    color:#00b7ee;
    padding:0 20px;
    font-size:16px}
.xg-read-box .conlist{
    margin-top:15px;
    padding:0 10px}
.xg-read-box .conlist li{
    float:left;
    width:200px;
    margin:0 10px}
.xg-read-box .conlist li .pic{
    display: table-cell;
    width: 200px;
    height: 136px;
    vertical-align: middle;
    text-align: center;
}
.xg-read-box .conlist li .pic img{
    max-width: 200px;
    max-height: 136px;
    vertical-align: middle;
}
.xg-read-box .conlist li .bt{
    float:left;
    width:200px;
    height:30px;
    line-height:30px;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis}

.article-con .article-list span.prev{
    float:left;
}
.article-con .article-list span.next{
    float:right;
}


    .pagination {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 10px;

    }
    .pagination li {
        display: inline;
        margin-right: 10px;
    }
    .pagination a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #00b7ee;
        background-color: #00b7ee;
    }
    .pagination a:hover {
        background-color: #00b7ee;

    }
    .pagination .active {
        font-weight: bold;
    }
    .pagination .disabled {
        color: #00b7ee;
    }
    .pagination span{
        text-decoration: none;
        color: #000;
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ddd;
        background-color: #f1eff0;    
    }
.hot-dest-box .hotlist a.no{
    color:#fff;
    background:#00b7ee
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
.payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
payment-order{
    border: 1px solid #ffd899;
}
.payment-order-tit{
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    background: #fffdee;
    padding: 0 68px 0 72px;
}
.payment-order-tit .msg{
    float: left;
    font-size: 16px;
    color: #666666; 
    padding-left: 50px;
    background: url(../img/order-line-success-ico.png) no-repeat left center;
}
.payment-order-tit .price{
    float: right;
    font-size: 14px;
    color: #666666;
}
.payment-order-tit .price em{
    font-size: 24px;
    color: #ff3600;
    font-weight: bold;
}
.payment-order-list > ul{
    border-top: 1px solid #ffd899;
    padding: 14px 0;
}
.payment-order-list li{
    line-height: 22px;
}
.payment-order-list .hd{
    float: left;
    width: 106px;
    text-align: right;
}
.payment-order-list .bd{
    float: left;
    margin-left: 10px;
    width: 1014px;
}
.payment-order-list .bd i.des{
    color: #999;
}
.payment-order-list .bd > a:hover{
    color: #ff6000;
    text-decoration: underline;
}
.payment-order-list .bd > em{
    color: #ff3600;
    font-weight: bold;
}
.st-payment-way .payment-con-box{
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}
.payment-con-box .payment-tit{
    height: 53px;
    line-height: 53px;
    background: #f9f8f8;
    padding: 0 47px;
    font-size: 16px;
    font-weight: bold;
}
.st-payment-way .payment-con-box .payment-con{
    border: none;
    margin: 0;
    padding: 10px 47px 35px 47px;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dt{
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.st-payment-way .payment-con-box .payment-con .payment-line dl dd{
    margin-top: 15px;
}
.st-payment-way .payment-con-box .payment-con .free-txt{
    padding: 20px 0;
    font-size: 16px;
}
.pay-info{
    padding: 15px 0;
}
.pay-info .list{
    padding-bottom: 15px;
    position: relative;
}
.pay-info .list .ico,.pay-info .list label{
    position: absolute;
    left: 0;
    width: 27px;
    text-align: right;
}
.pay-info .list .txt{
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
.pay-info .list label{
    color: #fc6000;
    line-height: 20px;
}
.pay-info .list .notes{
    font-size: 12px;
    color: #7d7d7d;
}
.st-payment-way .payment-con .payment-tj-btn,.st-payment-way .payment-con .payment-dd-btn{
    margin-top: 20px;
}
.st-payment-way .payment-con .payment-tj-btn a,.st-payment-way .payment-con .payment-dd-btn a{
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #00b7ee;
}

.user-home-box .user-home-order .order-list .yd-type{
    display: block;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.st-payment-way .payment-con .payment-line dl dd ul li{
    width: 155px;
    height: 55px;
    margin: 0 70px 20px 0;
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li.active, .st-payment-way .payment-con .payment-line dl dd ul li:hover{
    border: none;
}
.st-payment-way .payment-con .payment-line dl dd ul li span{
    width: 155px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    width: 155px;
    height: 55px;
}
.st-payment-way .payment-con .payment-line li span:hover, .st-payment-way .payment-con .payment-line  li.active span{
    border: 2px solid #f52;
}
/*支付方式*/
.st-payment-way{
    float:left;
    width:1200px;}
.st-payment-way .payment-msg{
    padding:20px 47px;
    border:1px solid #d8d8d8}
.st-payment-way .payment-msg .msg-tit{
    padding-bottom:20px;
    border-bottom:1px solid #d8d8d8}
.st-payment-way .payment-msg .msg-tit strong.nfk{
    color:#f80;
    display:inline-block;
    font-size:20px;
    height:40px;
    line-height:40px;
    margin-left:60px;
    padding-left:35px;
    background:url(../img/payment-page-ico.png) no-repeat 0 -30px}
.st-payment-way .payment-msg .msg-tit strong.gfk{
    color:#f80;
    display:inline-block;
    font-size:20px;
    height:40px;
    line-height:40px;
    margin-left:60px;
    padding-left:45px;
    background:url(../img/st-nfk-ico.png) left no-repeat}
.st-payment-way .payment-msg .msg-tit span{
    float:right;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#1b1b1b}
.st-payment-way .payment-msg .msg-tit span b{
    color:#fb4734;
    font-size:24px}
.st-payment-way .payment-msg .msg-list{
    margin-top:20px}
.st-payment-way .payment-msg .msg-list ul li{
    color:#333;
    line-height:28px;
    font-size:14px}
.st-payment-way .payment-msg .msg-list ul li em{
    color:#000;
    float:left;
    width:100px;
    text-align:right}
.st-payment-way .payment-msg .msg-list ul li a{
    color:#333;
    font-size:14px}
.st-payment-way .payment-msg .msg-list ul li a:hover{
    color:#f60;
    text-decoration:underline}

.st-payment-way .payment-con{
    padding:20px 47px;
    margin-top:15px;
    border:1px solid #d8d8d8}
.st-payment-way .payment-con h3{
    color:#333;
    font-size:16px;
    padding:0 5px 20px;
    border-bottom:1px solid #d8d8d8}
.st-payment-way .payment-con .payment-line{
    padding:0 5px}
.st-payment-way .payment-con .payment-line dl{
    margin-top:15px}
.st-payment-way .payment-con .payment-line dl dt{
    color:#7d7d7d;
    font-size:14px;
    font-weight:bold}
.st-payment-way .payment-con .payment-line dl dd{
    margin-top:10px}
.st-payment-way .payment-con .payment-line dl dd ul:after{
    content:'.';
    display:block;
    width:0;
    height:0;
    clear:both;
    overflow:hidden}
.st-payment-way .payment-con .payment-line dl dd ul li{
    float:left;
    width:150px;
    height:43px;
    margin:0 83px 20px 0;
    cursor:pointer;
    position:relative;
    }
.st-payment-way .payment-con .payment-line dl dd ul li.active,
.st-payment-way .payment-con .payment-line dl dd ul li:hover{
    }
.st-payment-way .payment-con .payment-line dl dd ul li.mr_0{
    margin-right:0}
.st-payment-way .payment-con .payment-line dl dd ul li span,
.st-payment-way .payment-con .payment-line dl dd ul li span img{
    float:left;
    overflow:hidden}
.st-payment-way .payment-con .payment-line dl dd ul li .txt{
    display:none;
    position:absolute;
    left:160px;
    top:-1px;
    z-index:9999;
    width:204px;
    padding:5px 10px;
    line-height:18px;
    border:1px solid #f8b95b;
    font-family: "宋体", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background:#fff}
.st-payment-way .payment-con .payment-line dl dd ul li:hover .txt{
    display:block}
.st-payment-way .payment-con .payment-line dl dd ul li .txt i{
    float:left;
    width:5px;
    height:8px;
    margin:0 0 0 -15px;
    background:url(../img/payment-page-ico.png) no-repeat 0 0}

.st-payment-way .payment-con .offline-sm{
    padding:20px 5px;
    margin-top:20px;
    border-top:1px dotted #d8d8d8}
.st-payment-way .payment-con .offline-sm h4{
    color:#1b1b1b;
    line-height:24px;
    font-size:14px}
.st-payment-way .payment-con .offline-sm p{
    color:#7d7d7d;
    line-height:24px}

.st-payment-way .payment-con .payment-now-btn{
    margin-top:20px}
.st-payment-way .payment-con .payment-now-btn a{
    display:inline-block;
    color:#fff;
    width:150px;
    height:40px;
    line-height:40px;
    font-size:16px;
    text-align:center;
    border-radius:3px;
    background:#f40}


.st-payment-back-box{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999;
    background:url(../img/aph_bg.png) left top repeat}
.st-payment-back-box .st-back-con{
    position:absolute;
    left:50%;
    top:50%;
    width:382px;
    height:296px;
    padding:10px 35px 0;
    margin:-149px 0 0 -227px;
    border:1px solid #d8d8d8;
    border-radius:5px;
    background:#fff}
.st-payment-back-box .st-back-con h3{
    float:left;
    color:#333;
    width:382px;
    height:50px;
    line-height:50px;
    font-size:20px;
    position:relative;
    border-bottom:2px solid #00b7ee}
.st-payment-back-box .st-back-con h3 i{
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    right:0;
    top:15px;
    cursor:pointer;
    transition:all 0.3s;
    background:url(../img/st-h-search-ico.png) center no-repeat}
.st-payment-back-box .st-back-con h3 i:hover{
    transform:rotate(180deg)}
.st-payment-back-box .st-back-con .payment-ts-con,
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp{
    float:left;
    width:382px}
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp{
    margin:30px 0}
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .cg,
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .sb{
    float:left;
    width:190px;
    text-align:center;
    border-right:1px solid #d8d8d8}
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .sb{
    border:0}
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .cg dt,
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .sb dt{
    height:35px;
    background:url(../img/st-payment-cg-ico.png) no-repeat center top}
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .sb dt{
    background:url(../img/st-payment-cg-ico.png) no-repeat center -84px}
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .cg dd{
    color:#333;
    font-size:14px;
    margin-top:10px}
.st-payment-back-box .st-back-con .payment-ts-con .payment-opp .sb dd{
    color:#fc6000;
    font-size:14px;
    margin-top:10px}
.st-payment-back-box .st-back-con .payment-ts-con p.ts{
    float:left;
    color:#999;
    width:382px;
    line-height:18px}
#ylpp{
    width: 1200px;
    margin: 10px auto;
} 
.column-module {
    padding: 30px 0;
}
.column-module-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.column-module-bar .tit {
    flex: 0 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
}
.column-module-bar .tit::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 30px;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    background: #00468c;
}
.column-module-bar .more {
    flex: 0 0 auto;
    color: #fff;
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s;
    font-size: 14px;
    border-radius: 5px;
    background: #00468c;
}
.column-module-bar .more:hover {
    box-shadow: 1px 1px 5px #79a4cf;
}
.column-module-bar .more:active {
    box-shadow: 1px 1px 5px #33587c;
    background: #006bd6;
}
/* 游轮品牌 */
.ship-brand-area {
    padding: 50px 0 0;
    background: #fff;
}
.ship-brand-group {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.ship-brand-group > li {
    width: 390px;
    margin: 0 15px 15px 0;
    transition: all 0.5s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.ship-brand-group > li:nth-child(3n) {
    margin-right: 0;
}
.ship-brand-group > li:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.ship-brand-item {
    display: block;
}
.ship-brand-item .img {
    width: 390px;
    height: 188px;
    vertical-align: top;
}
.ship-brand-item .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    height: 80px;
    background: rgba(235, 242, 249, 0.7);
}
.ship-brand-item .con .tit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}
.ship-brand-item:hover .con .tit {
    color: #00468c;
}
.ship-brand-item .con .txt {
    color: #666;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-size: 14px;
}

#footer p {
    font-size: 14px;
    margin: 0;
}
 .jh {
     position: relative;
     display: inline-block;
 }

 /* 下拉内容 (默认隐藏) */
 .dropdown-content {
     display: none;
     position: absolute;
     background-color: #fff;
     min-width: 600px;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index: 99999;

 }

 /* 下拉菜单的链接 */
 .dropdown-content a {
     color: #1a75d1;
     padding: 12px 16px;
     text-decoration: none;
     display: block;
     font-size: 16px;
     float: left;
 }
  /* 下拉菜单的链接 */
 .dropdown-content a:hover {
      color: #333;
 }
 .jh{
    float: left;

 }
 .jh:hover{
   background: #f0f0f0;
 }
.jh a:hover{
   color: #1a75d1;
 }
 .jh:hover .dropdown-content {
      display: block;
}
.jsmore{
    width:400px;
    height: 40px;
    overflow: hidden;

}
.mr-1{
    display: block;
    padding: 3px;
    margin: 6px 3px;
    border: 1px solid #666;
    background: none;
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.wrap-ti{
    height: 50px;
    line-height: 50px;
    display: flex;
    background: #f3f5f8;
}
.wrap-ti h3::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 30px;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    background: #3d3d3d;
}
.wrap-ti h3{
   color: #3d3d3d;
    font-size: 24px;
    font-weight: 500;
     flex: 10;
     padding-left: 20px;


}
.wrap-ti a{
    font-size: 16px;
    display: block;
    flex: 1;
    text-align: center;

}
.wrap-ti a:hover{
    color: #1a75d1;
}
.hotlist{
    display: flex;
    margin: 10px auto;
   
}
.hotlist a{
    display: block;
    width: 100px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    height: 36px;
    font-size: 16px;
    margin-left: 10px;
}
.hotlist .no{
    background-color: #1f2129;
 
    color: #fff;
}
.bgw ,.bgw a{
    color: #fff;

}
.bgw{
    padding: 10px 40px;
}
.bgtitle{
    margin-top: 90px;
    font-size: 30px;
}
