﻿.center-ul{
    width: 738px;
}
/*.long-table{
    width: 960px;
    overflow-x: auto;
}*/

/*::-webkit-scrollbar {
    height: 8px;
    background-color: #358BFC;
    border-radius: 20px;
}*/

/*定义滚动条的轨道，内阴影及圆角*/

/*::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color:#F0F9FF;
}*/

/*定义滑块，内阴影及圆角*/
/*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #358BFC;
}*/

/*.am-table>thead>tr>th{
    max-width: none;
}*/
.progress-ul{
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 30px 0;
}
.progress-ul li{
    text-align: center;
    width: 170px;
    position: relative;
}
.progress-ul li:before{
    content: "";
    width: 170px;
    height: 4px;
    background:rgba(4,10,20,0.15);
    position: absolute;
    right: -85px;
    top: 8px;
}
.progress-ul li:last-of-type:before{
    background: none;
}
.progress-ul li span{
    width: 16px;
    height: 16px;
    background-color: #DADBDC;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    margin-top: 2px;
}
.progress-ul li p{
    font-size: 12px;
    color:rgba(4,10,20,0.45);
    line-height: 14px;
}
.progress-ul li .progress-title{
    font-size: 14px;
    margin-bottom: 8px;
}
.progress-ul .complete span{
    background-color: #358BFC;
}
.progress-ul .complete:before{
    background-color: #358BFC;
}
.progress-ul .active span{
    width: 20px;
    height: 20px;
    margin-top: 0;
    background-color: #358BFC;
}
.security-ul{
    width: 100%;
    height: 288px;
    margin-bottom: 20px;
}
.security-ul li{
    width: 100%;
    height: 96px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(4,10,19,0.15);
}
.security-ul li span{
    display: block;
    width: 40px;
    height: 50px;
}
.security-ul li .se-password{
    background: url("../images/6_13/password.png") no-repeat center;
}
.security-ul li .se-phone{
    background: url("../images/6_13/phone.png") no-repeat center;
}
.security-ul li .se-address{
    background: url("../images/6_13/email.png") no-repeat center;
}
.security-ul li .se-state{
    background: url("../images/6_13/state.png") no-repeat center;
}
.security-ul li div{
    width: 750px;
    margin-left: 30px;
}
.security-ul li div p:first-of-type{
    color:rgba(4,10,19,0.85);
    font-size: 16px;
    margin-bottom: 3px;
}
.security-ul li div p:first-of-type i{
    font-size: 14px;
    color: #FF5A59;
    margin-left: 8px;
}
.security-ul li div p{
    color:rgba(4,10,20,0.45);
}
.security-ul li div .red{
    color: #FF5A59;
}
.security-ul li button{
    width: 88px;
    height: 32px;
    border-radius:4px;
}
.member-title .se-title{
    font-size: 14px;
    color:rgba(4,10,20,0.45);
}
.member-title .se-title a{
    color: #358BFC;
}
.am-modal-dialog{
    background-color: #FFFFFF;
    width: 600px;
}
.am-modal-hd{
    height: 64px;
    color:rgba(4,10,19,0.85);
    font-size: 20px;
    line-height: 64px;
    padding: 0 24px;
    text-align: left;
    border-bottom: 1px solid rgba(4,10,19,0.08);
}
.am-modal-hd+.am-modal-bd{
    padding: 24px;
}
.member-yan input{
    width: 200px;
    margin-right: 10px;
}
.member-yan .quxiao-btn{
    width: 102px;
    height: 32px;
    float: left;
}
.am-close{
    font-size: 24px;
}
.am-modal-hd .am-close{
    top: 16px;
    right: 20px;
}
.member-btn label{
    width: 100px;
    height: 32px;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    line-height: 32px;
    display: block;
}
.collection-input{
    width: 312px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(4,10,19,0.15);
}
.collection-input::placeholder{
    color: rgba(0,0,0,0.45);
}
/**
    6-14
 */
.member-table>thead>tr>.long-th{
    padding: .7rem 80px;
}
.order-time{
    color:rgba(4,10,20,0.45);
}
.order-time span{
    width:135px;
    height:28px;
    background:rgba(255,242,240,1);
    border:1px solid rgba(255,176,171,1);
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: #FF5A59;
}
.order-fq{
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 0 24px;
    background-color: #F9F9F9;
    margin-bottom: 25px;
}
.order-fq button{
    margin-top: 16px;
}
.order-three li .baceIntro-row,.order-three li .imgList-row{
    width: 300px;
}

.order-three li .baceIntro-row:nth-of-type(2n),.order-three li .imgList-row:nth-of-type(2n){
    margin-right: 30px;
}
.order-three li .baceIntro-row:nth-of-type(3),.order-three li .imgList-row:nth-of-type(3){
    margin-right: 0;
}
.order-three li .baceIntro-row div{
    width: 200px;
}
.order-three li .imgList-row .box{
    width: 200px;
    float: left;
}

.order-img{
    overflow: hidden;
    padding: 20px;
    width: 100%;
}
.order-img li{
    /*float: left;*/
    overflow: hidden;
}
.order-img li label{
    width: 80px;
    float: left;
    text-align: right;
    padding-right: 13px;
}
.order-img li .order-img-in{
    float: left;
}
.order-img li .order-img-in span{
    width: 100px;
    height: 100px;
    display: block;
    border:1px solid rgba(4,10,19,0.15);
    float: left;
    padding: 4px;
    margin: 0 10px 10px 0;
}
.order-img li .order-img-in span img{
    width: 90px;
    height: 90px;
}
.base-box{
    text-align: center;
    line-height: 30px;
}
.base-box .base-price{
    color: #FF5A59;
    font-size: 18px;
}
/**
    6/22
 */
/*.order-img li:nth-of-type(1){*/
/*width: 400px;*/
/*}*/
/*.order-img li:nth-of-type(1) .order-img-in{*/
/*width: 320px;*/
/*}*/
/*.order-img li:nth-of-type(1) .order-img-in span:nth-of-type(3n){*/
/*margin-right: 0;*/
/*}*/
/*.order-img li:nth-of-type(2){*/
/*width: 200px;*/
/*float: right;*/
/*}*/
/*.order-img li:nth-of-type(3){*/
/*width: 200px;*/
/*float: right;*/
/*}*/