/*订单完成*/
.complete {
    margin-top: 20px;
}

.complete-main {
    background-color: #fff;
    text-align: center;
    padding: 20px 0 40px;
}

.complete-main > table {
    width: 740px;
    background-color: #ffffff;
    margin: auto;
    text-align: left;
}

.complete-main > table.table > tbody > tr > td {
    color: #333333;
    font-size: 14px;
    padding: 0 0 0 90px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dbdbdb;
}

.complete-title {
    font-size: 18px;
    color: #993333;
}

.complete-title > img {
    vertical-align: sub;
    margin-right: 12px;
}

.complete-subtitle {
    font-size: 14px;
    color: #666666;
    padding: 15px 0 30px;
}

.complete-tel {
    color: #993333;
}

.complete-more {
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
}

.complete-more > a {
    color: #993333;
}

/*支付订单*/
.pay-title {
    font-size: 16px;
    color: #333333;
    margin: 15px 0 12px;
}

.pay-subtitle {
    font-size: 12px;
    color: #999999;
    margin-bottom: 30px;
}

.pay-subtitle > span {
    color: #993333;
}

.pay-info {
    background-color: #f6f6f6;
    border: solid 1px #dbdbdb;
    font-size: 14px;
    color: #666666;
    padding: 20px 30px;
}

.pay-money {
    float: right;
    display: inline-block;
}

.pay-info-address {
    margin-top: 14px;
}

.pay-money > span {
    font-size: 18px;
    color: #993333;
}

.pay-code {
    border: solid 1px #dbdbdb;
    padding: 40px 30px;
}

.pay-code > div {
    display: inline-block;
    width: 180px;
    text-align: center;
}

.pay-code > div > img {
    max-width: 180px;
    vertical-align: top;
    margin-top: 15px;
}

.pay-code > div > img:first-child {
    margin-bottom: 0px;
}

.pay-code-wx {
    margin-right: 85px;
}

.pay-way {
    display: inline-block;
    font-size: 14px;
    color: #993333;
    border-bottom: 2px solid #993333;
    margin-bottom: -1px;
    line-height: 40px;
    margin-top: 20px;
}

.pay-button {
    outline: none;
    width: 110px;
    line-height: 35px;
    border: solid 1px #dbdbdb;
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding: 0;
    margin: 30px 0;
    float: right;
}
.pay-button:hover{
    color: #999;
}

/*账户设置*/

.setting {
    background: #fff;
    margin: 20px auto;
    padding-bottom: 20px;
}
.setting-main {
    margin: 25px 0;
    overflow: hidden;
    padding: 0 25px;
}

.setting-main > h3 {
    /* display: inline-block; */
    /* width: 95px; */
    /* padding: 0 15px; */
    height: 50px;
    line-height: 30px;
    /* background-color: #993333; */
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-bottom: -1px;
    border-bottom: 1px solid #cecccc;
    margin-top: 15px;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
}

.setting-main > h3 span{
    /* content: ''; */
    /* display: block; */
    width: auto;
    /* height: 4px; */
    border-bottom: 4px solid #b03c3c;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 100%;
    display: inline-block;
    /* margin-bottom: 36px; */
}

.setting-con {
    /* background-color: #f7f7f7; */
    /* border: solid 1px #dbdbdb; */
    /* padding: 20px 10px; */
}

.setting-con table {
    margin: 0;
}

.setting-con table.table td {
    border-top: none !important;
    font-size: 14px;
}

.setting-con table.table td:first-child {
    text-align: right;
    width: 110px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
}

.setting-change {
    font-size: 14px;
    color: #cc9966;
    padding-left: 20px;
}

.setting-con input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 220px;
    padding-left: 10px;
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    outline: none;
    border: solid 1px #dbdbdb;
}

.setting-con select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 110px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 0;
    border: solid 1px #dbdbdb;
    outline: none;
    padding-left: 10px;
    float: left;
    margin-right: 10px;
}

.setting-con .select {
    position: relative;
    display: inline-block;
}

.setting-con .select:after {
    content: '';
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #757272;
    position: absolute;
    top: 15px;
    right: 10px;
}

.setting-con input[type=checkbox] {
    vertical-align: top;
    margin-right: 8px;
}

.setting-submit {
    width: 70px;
    line-height: 26px;
    background-color: #ffffff;
    border: solid 1px #993333;
    text-align: center;
    font-size: 14px;
    color: #993333;
    border-radius: 6px;
}

.setting-important {
    font-size: 14px;
    color: #993333;
    padding-right: 4px;
}

.setting-con input[type=text].setting-address {
    width: 700px;
}

.setting-save {
    border: solid 1px #dbdbdb;
}

.setting-save table {
    margin-bottom: 0;
}

.setting-save thead {
    background-color: #eeeeee;
    font-size: 14px;
    color: #666666;
}

.setting-save tbody td {
    font-size: 14px;
    color: #333333;
    line-height: 63px !important;
    padding: 0 10px !important;
}

.setting-save tbody td a {
    color: #999999;
    margin: 0 4px;
}

.setting-save td:first-child {
    /* padding-left: 30px; */
    text-align: center;
}

.info_table .get_code{
    height: 35px;
    padding: 0 10px;
}
.info_table .captcha, .info_table .email, .info_table .smscode{
    height: 35px;
    float: left;
    margin-right: 15px;
}

.pay-main{
    background: #fff;
    padding: 25px;
    margin-top: 20px;
}