﻿@charset "utf-8";
/* CSS Document */



.order_main{width: 832px; background: #fff;}
.order_tit{ font-size: 16px; border-bottom: 1px solid #cacaca;line-height: 52px; padding-top: 5px; padding-left:18px; }


/*账号管理*/
.account_cont{height:500px; background: #fff; padding:22px 0 0 46px ; position: relative;}

.account_table tr td:nth-child(1){ width:50px; text-align: left; font-size: 12px; color: #666; height: 31px;}
.account_table tr td:nth-child(2){ width:140px; text-align: left; font-size: 12px; color: #222; height: 31px; padding-left: 10px;}
.account_table tr td:nth-child(3){ width:44px; text-align: left; font-size: 12px; color: #2db5dd; height: 31px; cursor: pointer;}

.account_inpt1{width:140px; border: 1px solid #fff; }
.account_inpt2{width:140px; border: 1px solid #2db5dd !important; outline: none; height:28px; padding-left: 5px;}

.account_inpt1:hover{border: 1px solid #fff !important;}
.account_inpt2:hover{border: 1px solid #2db5dd !important;}


.account_inpt1:focus{border: 1px solid #fff !important;

	-webkit-box-shadow:0 0 3px #fff !important;  
    -moz-box-shadow:0 0 3px #fff !important;  
    -o-box-shadow:0 0 3px #fff !important;  
    box-shadow:0 0 3px #fff !important;  
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;  
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;  
    -o-transition: border linear .2s, -o-box-shadow linear .5s;  
    transition:border linear .2s, box-shadow linear .5s;  
    }
   
.account_inpt2:focus{border: 1px solid #2db5dd !important;}

.updateBtn{ border: none; background: #fff; color: #2db5dd; cursor: pointer; }
.updateBtn:focus{border: none!important; outline: none!important;}
.updateBtn:active{border: none!important;outline: none!important;}
.updateBtn:hover{text-decoration: underline;}
.cancelBtn{border: none; background: #fff; color: #666; cursor: pointer; display: none;}

#pass span{ width: 8px; height: 8px; display: inline-block; background: #000; border-radius: 10px; margin: 0 1px;}



/*弹出框*/
.update_dialog{position: absolute; width: 363px; padding-bottom: 50px; border: 1px solid #cacaca; background: #fff; z-index: 99;}
/*#layer_gray{background: #000; opacity: 0.35; z-index: 5;position: absolute; left: 0; top: 0; width: 100%; height: 100%; display:none;}*/
/*修改密码*/
.dialog_tit_box{height: 40px; background: #f7f7f7; }
.dialog_tit{line-height: 40px; font-size: 14px; color: #333; padding-left: 15px;}
.dialog_close{float: right; width: 40px; height: 40px; background:url(../img/40.png)no-repeat ; display: inline-block;}
.dialog_close:hover{float: right; width: 40px; height: 40px; background:url(../img/42.png)no-repeat ; display: inline-block;}
.dialog_body{padding-top: 10px;}
.dialog_row{width: 100%; height: 32px;  margin-top: 26px; position: relative;}
.dialog_row span{width: 95px; text-align: right; line-height: 32px; font-size: 14px; display: inline-block;}
.dialog_input{width: 210px;height: 30px; border: 1px solid #cacaca; padding: 0 5px; margin-left:4px;}
.dialog_input_error{width: 210px;height: 30px; border: 1px solid #e63736; padding: 0 5px; background: url(../img/41.png) 195px center no-repeat;}
.dialog_input_error:focus{background: none;}
.account_error{position: absolute; left:95px; top: 34px; font-size:12px; color:#e63736; }

.sureBtn{ font-size: 14px; color: #fff; padding: 4px 20px; background:#2db5dd; border-radius: 3px; display: inline-block; margin-left: 95px;}
.sureBtn:hover{background: #3fc5ec;}
.sureBtn:active{background: #1d9fc5;}

.dialog_cancelBtn{color: #666; font-size: 14px; padding: 4px 20px; display: inline-block;}
.dialog_cancelBtn:hover{color: #2db5dd;}


/*修改手机号*/
.old_phone_input{width:210px;height: 30px; border: 1px solid #fff; padding: 0 5px; }
.old_phone_input:focus{
	border: 1px solid #fff !important;

	-webkit-box-shadow:0 0 3px #fff !important;  
    -moz-box-shadow:0 0 3px #fff !important;  
    -o-box-shadow:0 0 3px #fff !important;  
    box-shadow:0 0 3px #fff !important;  
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;  
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;  
    -o-transition: border linear .2s, -o-box-shadow linear .5s;  
    transition:border linear .2s, box-shadow linear .5s;  
}
.code_input{width:114px;height: 30px; border: 1px solid #cacaca; padding: 0 5px; }

.codeBtn1{ font-size: 14px; line-height: 16px; color: #666; padding: 6px 6px; border: 1px solid #ddd; border-radius:2px; background: #f7f7f7; margin-left: 6px;}
.codeBtn1Hover{border-color:#2db5dd;color:#2db5dd;background:#FFF;}


.codeBtn2{font-size: 14px; line-height: 16px; color: #999; padding: 11px 19px; border: 1px solid #ddd; border-radius:2px; background: #f7f7f7; margin-left: 6px;}




























