/* phancy virtual table */
div.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
div.table > div {
    display: table-row;
}
div.table > div > div {
    display: table-cell;
    vertical-align: middle;
}
div.table, div.table > div {
    padding: 0;
}
div.table > .backnav {
    display: table-row;
    position:fixed;
    top:0;
    left:3%;
    right:0;
    width:94%;
    background: #fff;
    z-index: 10000;
    min-width:1360px;
}
div#main div.navmain {
    position:absolute;
    padding-top:80px;
    width:100%;
}
div.table, div.table > div, div.table > div > div {
    margin: 0;
    border: 0;
}
div.phxtablev {
    display: table;
    width: 100%;
}
div.phxtablev.fixed {
    table-layout: fixed;
}
div.phxtablev > div ,div.table > .backnav > div{
    display: table-row;
}
div.phxtablev > div > div {
    display: table-cell;
    vertical-align: middle;
}
div.phxtablev, div.phxtablev > div {
    padding: 0;
}
div.phxtablev, div.phxtablev > div, div.phxtablev > div > div {
    margin: 0;
    border: 0;
}
div.phxtablev.fieldset > div:first-child > div:nth-child(2) > span {
    background-color: white;
    font-weight: bold;
    color: grey;
    font-size: 12px;
}
div.phxtablev.fieldset > div:first-child > div:nth-child(2) > span:first-child {
    margin-left: 10px;
    padding-left: 5px;
    color: black;
    font-size: inherit;
}
div.phxtablev.fieldset > div:first-child > div:nth-child(2) > span:last-child {
    padding-right: 5px;
}

div.xborder {
    border: 1px solid black;
}
div.xborder > div > div {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
div.xborder > div > div:last-child {
    border-right: none;
}
div.xborder > div:last-child > div {
    border-bottom: none;
}

div.phxtablev input[type="text"],
div.phxtablev input[type="number"],
div.phxtablev input[type="password"],
div.phxtablev textarea,
div.phxtablev select {
    width: 100%;
}
div.phxtablev.radioes > div > div > input,
div.checkbox.samecell input {
    vertical-align: middle;
}
div.phxtablev.radioes > div > div > input {
    margin: 0;
}
div.checkbox.samecell input {
    margin: 0 5px;
}
div.checkbox.samecell input:first-child {
    margin-left: 0px;
}

/* div.phxtablev.rsp1005 > div > div > input[type="radio"] {
    margin-left: 10px !important;
    margin-left: 5px !important;
} */
div.phxtablev.radioes > div > div > span,
div.checkbox.samecell span {
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
}
div.phxtablev.radioes > div > div > span {
    margin-left: 5px;
}
div.checkbox.samecell span {
    margin-right: 5px;
}
div.checkbox.samecell span:last-child {
    margin-right: 0;
}

/* verify phone */
div.phxtablev.vphone input {
    width: 100%;
}
div.phxtablev.vphone input[type="button"] {
    cursor: pointer;
    height: auto;
    line-height: 32px;
    text-indent: unset;
}
div.phxtablev.vphone input[type="text"] {
    ime-mode: disabled;
}

div.fffields input {
    width: 100%;
    text-indent: 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #e8e8e8;
    font-family: "微软雅黑";
    height: 34px;
    line-height: 36px;
    padding: 0px;
    margin: 0px;    
}
div.fffields input[type="submit"] {
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #d81527;
    border: none;
    cursor: pointer;
    outline: none;
}
div.fffields input[type="submit"]:disabled {
    background-color: #e8e8e8;
    color: #888888;
}
div.fffields a {
    color: #1a569c;
    text-decoration: none;
}
div.fffields > div:first-child h3 {
    font-size: 18px;
    font-weight: normal;
}
div.fffields > div > div > span {
    font-size: 17px;
    vertical-align: baseline;
    line-height: 36px;
    height: 36px;
    width: auto;
    display: inline-block;
}
div.fffields > div > div > span.frequired:after {
    font-size: 14px;
    content: " ★";
    color: #d81527;
    vertical-align: top;
    line-height: 36px;
    height: 36px;
    width: auto;
    display: inline-block;
    margin-left: 5px;
}

div.fffields > div > div {
    overflow-y: visible;
    padding-bottom: 20px;
}
div.fffields.login > div:nth-child(2) > div {
    padding-bottom: 10px;
}
div.fffields.login > div:nth-child(3) > div {
    text-align: right;
}
div.fffields > div:last-child > div {
    padding-bottom: 0;
}
div.fffields > div > div > div.cbox {
    /* width: 160%; */
}
div.fffields > div > div:not(.pbox), div.fffields > div > div > div.cbox > div > div {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}
div.fffields > div > div > div.cbox > div > div:first-child {
    width: 63.8%;
}
div.fffields > div > div > span.tips {
    font-size: 12px;
    color:#666;
}
/* 
 *选中个人还是企业的切换
*/
div.fcradioes {
    width: auto;
    /* margin-left: auto;
    margin-right: auto; */
}
div.fcradioes input[type="radio"] {
    width: 10px;
    height: 10px;
    line-height: 30px;
    border: 0px solid #e8e8e8;
    background-image: url(../../resource/ficons/noselects.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 3px;
}
div.fcradioes input[type="radio"]:checked {
    background-image: url(../../resource/ficons/selects.png);
    height: 10px;
    width: 10px;
    margin-top: 0px;
    margin-right: 0px;
}
div.fcradioes label {
    padding-left: 14px;
    display: inline;
}
div.fcradioes > div > div {
    padding-left: 17px;
    padding-right: 17px;
}
div.fcradioes > div > div:first-child {
    padding-left: 0;
    padding-right: 17px;
}
div.fcradioes > div > div:last-child {
    padding-left: 17px;
    padding-right: 0;
}


/* auto width and align right or left
   ptva: phxtablev align
 */
div.ptvar, div.ar {
    width: auto;
    margin-left: auto;
    margin-right: 0;
}
div.ptval, div.al {
    width: auto;
    margin-left: 0;
    margin-right: auto;
}
div.ptvac, div.ac {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
div.tal > div > div {
    text-align: left;
}
/* first column text align left */
div.fctal > div > div:first-child {
    font-weight: bold;
    text-align: left;
}
/* first column text align left */
div.fctar > div > div:first-child {
    font-weight: bold;
    text-align: right;
}
/* justify */
div.fctaj > div > div:first-child {
    font-weight: bold;
    /* 两端对齐 */
    text-align: center;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}

/* no left and right padding*/
div.cph > div > div:first-child {
    padding-left: 0;
}
div.cph > div > div:last-child {
    padding-right: 0;
}

/* cell padding */
div.cp10 > div > div {
    padding: 5px;
}
div.cp06 > div > div {
    padding: 3px;
}
div.cp20 > div > div {
    padding: 10px;
    line-height: 26px;
}
div.cp0510 > div > div {
    padding: 5px 10px;
    line-height: 26px;
}

/*phxtablev no outer padding*/
div.pvtnop > div > div:first-child {
    padding-left: 0;
}
div.pvtnop > div > div:last-child {
    padding-right: 0;
}
div.pvtnop > div:first-child > div {
    padding-top: 0;
}
div.pvtnop > div:last-child > div {
    padding-bottom: 0;
}

/*first: right; last: left*/
div.frll > div > div:first-child {
    text-align: right;
    white-space: nowrap;
}
div.frll > div > div:last-child {
    text-align: left;
    white-space: nowrap;
}

div.fieldset > div:first-child > div:first-child, div.fieldset > div:first-child > div:last-child, div.fieldset > div:last-child > div:first-child, div.fieldset > div:last-child > div:last-child {
    width: 20px;
    height: 20px;
    background:url(../img/fieldset.png) no-repeat;
}
div.fieldset > div:first-child > div:nth-child(2), div.fieldset > div:last-child > div:nth-child(2) {
    height: 20px;
    background:url(../img/fieldsethl.png);
    background-repeat: repeat-x;
}
div.fieldset > div:nth-child(2) > div:first-child, div.fieldset > div:nth-child(2) > div:last-child {
    width: 20px;
    background:url(../img/fieldsetvl.png);
    background-repeat: repeat-y;
}
div.fieldset > div:first-child > div:nth-child(2) {
    background-position: 0px 0px;
}
div.fieldset > div:last-child > div:nth-child(2) {
    background-position: 0px -20px;
}
div.fieldset > div:nth-child(2) > div:first-child {
    background-position: 0px 0px;
}
div.fieldset > div:nth-child(2) > div:last-child {
    background-position: -20px 0px;
}
div.fieldset > div:first-child > div:first-child {
    background-position: 0px 0px;
}
div.fieldset > div:first-child > div:last-child {
    background-position: -20px 0px;
}
div.fieldset > div:last-child > div:first-child {
    background-position: 0px -20px;
}
div.fieldset > div:last-child > div:last-child {
    background-position: -20px -20px;
}

.phx-sbox * {
    box-sizing: border-box;
}
/* login  register  choose style */
.current > span {
    font-size: 0;
    border: 1px solid #888;
}
.current span {
    display: inline-block;
    border-radius: 8px;
    line-height: 38px;
    height:38px;
}
.current span span{
    font-size:16px;
    width: 55px;
    cursor: pointer;
}
.current span span.active {
    background: #d81527;
    color:#fff;
    position: relative;
    top: -1px;
}
/* 
 *register box
 */
.register_con_box,div.phxtablev.modifyInfo {
    width:550px;
    margin: 0 auto;
}
/*  升级页面的布局微调 start */
div.phxtablev.modifyInfo {
    padding-top:30px;
    /* margin-left: 65px; */
}
/*  升级页面的布局微调  end*/

.choose-type {
    width:550px !important;
    margin: 0 auto;
}
.choose-type > div{
    width:63.8%;
    display: table;
    text-align: center;
}
.choose-type.login >div {
    width: 100%;
}
.phx-sbox > div {
    width: 63.8%;
    margin:0 auto;
    margin: 30px auto 0 auto;
}
.phx-sbox > .phxvtable {
    text-align: center;
}
div.fcradioes {
    width:63.8% !important;
    text-align: center;
}
div.fffields.register  div.fcradioes.term > div > div {
    width:100% !important;
    text-align: left;
}
div.fcradioes > div > div{
    width: 115px !important;
    margin:0 !important;
    padding:0 !important;
    display: inline-block !important;
}

form[phxk=login] {
    width: 487px;
    margin-left: auto;
    margin-right: auto;
}

.fffields > div:nth-child(1){
    margin: 0 auto;
    margin-left: 0px;
}
.fffields > div:last-child{
    width:63.8%;
}
.fffields > div > div > div.phxtablev > div > div {
    width: 230px;
    padding-left: 20px;
}
.fffields  > div > div > div.phxtablev > div > div:first-child {
    width: 400px;
    padding-left: 0px;
    margin-left: 0;
}
.fffields.phxtablev input[phxk=getCode] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.fffields.phxtablev input[phxf=phone] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    /* width: 400px; */
}
.fffields.phxtablev input[phxk=submit]{
    text-indent: 0;
}
.fffields input[phxk=confirm],
.fffields input[phxf=confirm],
.fffields input[name=passw],
.fffields input[phxk=submit],
.fffields input[phxf=company],
.fffields input[phxf=contact-fullname],
.fffields.login input[name=email] {
    width: 63.8% !important;
    text-align: left;
}
.fffields.login input[phxk=confirm],
.fffields.login input[phxf=confirm],
.fffields.login input[name=passw],
.fffields.login input[phxk=submit],
.fffields.login input[name=email] {
    width: 100% !important;
    /* max-width: 487px; */
}
.fffields.reset input[phxk=submit],
.fffields.activate input[phxk=submit] {
    width: 100% !important;
}
.fcradioes > div > div {
    display: inline-block;
    text-align: center;
}
.fffields.phxtablev.cbox > div > div:nth-child(2) {
    width: 100px;
}
.fffields.phxtablev input {
    border-radius:5px;
}
.fffields.phxtablev input[type=text], .fffields.phxtablev input[type=password] {
    text-indent: 37px !important;
}
/* input的小图标 */
.fffields input[name=uname],
.fffields input[name=company] {
    background: url(../../resource/uname.png) 7px center no-repeat;
}
.fffields input[name=wechat] {
    background: url(../../resource/wechat.png) 7px center no-repeat;
}
.fffields input[name=email] {
    background: url(../../resource/email.png) 7px center no-repeat;
}
.fffields input[name=phone] {
    background: url(../../resource/phone.png) 7px center no-repeat;
}
.fffields input[name=passw],
.fffields input[phxk=passw],
.fffields input[phxf=passw],
.fffields input[name=confirm],
.fffields input[phxk=confirm],
.fffields input[phxf=confirm] {
    background: url(../../resource/Password.png) 7px center no-repeat;
}

input[name=contact-fullname] {
    background: url(../../resource/user.png) 7px center no-repeat;
}
input[name=idtax] {
    background: url(../../resource/credit.png) 7px center no-repeat;
}

input[name=r_code] {
    background: url(../../resource/r-code.png) 7px center no-repeat;
}
.preview >div > div:first-child {
    background: url(../../resource/credit-p.png) 7px center no-repeat;
    padding-left: 37px;
    color:#666;
}
span[phxk=zztip]{
    color:#666;
}
.phx-sbox .third-party{
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
}

/* input文件上传小插件样式 2020-09-26新增 */

.gcl {
    /* font-family: "gcl" !important; */
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
    width: 40px;
    right:0px;
}
.gcllajitong:before {
    content: "删除";
    font-size: 12px;
    margin: 0;

}
.gcladd:before {
    content: "+";
    margin: 0;
    color:#d81527;
}

div.fffields.register div.zhizhao div.preview div.file  {
    position: relative;
    display: inline-block;
    border: 1px dashed #d81527;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
}
div.fffields.register div.zhizhao div.preview div.file:hover {
    border: 1px dashed #3a75dc;
}
div.fffields.register div.zhizhao div.preview div.file input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
div.fffields.phxtablev > div > div img{
    width: 40px;
    height: 40px;
}

span[phxk=imglist] {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
}
span[phxk=imglist] div {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

/* 密码可视的点击 */
/* === 密码框 === */
.fffields div.passw {
    position: relative;
}
.fffields input.password {
    background: url(../../resource/Password.png) 7px center no-repeat;
}
.fffields span[phxk=godeye] {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 100%;
    right: 36.8%;
    background: url(../../resource/no-eye.png) 5px center no-repeat;
}
.fffields.login span[phxk=godeye] {
    height: 34px;
    right: 0;
}
.fffields span[phxk=godeye].open {
    background: url(../../resource/eye.png) 5px center no-repeat;
}
.fffields input.birthday {
    width:63.8%;
    background: url(../../resource/data.png) 7px center no-repeat;
}

/* 可编辑弹框 */
.dialog_box {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    top:0%;
    bottom:0;
    left:0;
    z-index: 10;
    display: none;
}
.dialog_box form {
    height: 100%;
}
.dialog_content {
    width:40%; 
    background:#fff;
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
    max-width: 600px;
    min-width: 300px;
    position: relative;
    top: 10%;
    overflow-y: scroll;
    max-height:80%;
}

.dialog_content div.cm_dialog {
    width: 90%;
    padding: 10px;
    margin: auto;
}
div.cm_dialog .notice {
    color:#ce212b;
}
div.cm_dialog span.dialog_label {
    display: block;
    text-align: left;
    width: 100%;
}
div.cm_dialog span.dialog_label:after {
    display: inline-block;
    content: "*";
    color:#d81527;
}
div.phxtablev.cm_dialog > div > div{
    display: block;
    text-align: left;
    width: 100%;
}

div.phxtablev.cm_dialog > div > div input.dialog_input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
div.phxtablev.cm_dialog > div > div input.code_input {
    /* width: 40%; */
    float: left;
}
div.phxtablev.cm_dialog > div > div input.get_code {
    /* width: 20%; */
    background-color: #d21426;
    color: #fff;
    border: 0;
  
    font-family: "微软雅黑";
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}

div.phxtablev.cm_dialog .vphone > div:nth-child(2),
div.phxtablev.cm_dialog .vphone > div:nth-child(3){
    float: left;
    width: 80%;
} 
div.phxtablev.cm_dialog .vphone > div:nth-child(2) > div,
div.phxtablev.cm_dialog .vphone > div:nth-child(3) > div{
    display: inline-block;
    width: 100%;
}  
div.phxtablev.cm_dialog .vphone > div:nth-child(3) {
    width: 20%;
    height: 30px;
    line-height: 30px;
}
div.phxtablev.cm_dialog .vphone > div:nth-child(4) {
    display: block;
    width: 40%;
}
div.phxtablev.cm_dialog .vphone > div:nth-child(4) > div {
    padding-top: 10px;
}

div.phxtablev.cm_dialog .vphone::after{
    content: ' ';
    clear: both;
}


.dialog-submit {
    margin: 0 auto;
}

.dialog_content ul {
    display: table; 
    /* width:100%; */
    position: fixed;
    background: #fff;
    width:40%; 
    min-width: 300px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    max-width: 600px;

} 

.dialog_content > div {
    padding-top: 50px;
    
    /* min-height: 300px;
    max-height: 800px;
    overflow: scroll; */
}
.dialog_content ul li {
    display: table-cell;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50%;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
} 
.dialog_content ul li.clicked {
    background-color:#d81527;
    color: #fff;
}
div.cp20.cm_dialog > div > div{
    margin: 0;
    padding: 0 0 0 10px;
}

div.cm_dialog > div > div:first-child {
    padding-top:10px;
}

div.ptvar.dialog-submit {
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
    padding: 20px 0 ;
    cursor: pointer;
}
div.ptvar.dialog-submit > div {
    margin: 0 auto;
    width: 70%;
}

div.ptvar.dialog-submit > div input{
    width: 100px;
    height: 40px;
    background: #e7e7e7;
    border-radius: 3px;
    font-size: 16px;
    color:#666;
    border: 0;
}

div.ptvar.dialog-submit > div input[type='submit']{
    background: #ce212b;
    color:#fff;
}

.dialog_content div.cm_dialog input[type="radio"] {
    position: unset;
}
.cm_dialog input {
    background:#fff;
}

/* checkbox 可选框 */
.dialog_content .checkbox .phxtablev {
    display: table;
}
.dialog_content .checkbox .phxtablev > div {
    display: table-cell;
}
/* 可编辑弹框 */



/* 用户中心列表页面 */
.user_center .index_s_box02 {
    color: #d81527;
    font-size: 14px;
}
.index_con.user_center {
    margin-bottom: 5px;
}
.userCen_list {
    /* border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    padding: 0 0 10px 20px; */
    height: 100%;
    min-height: 500px;

}
.list_con {
    border: 1px solid #d2d2d2;
    min-width: 750px;
    padding: 10px 20px;
    width: 70%;
    margin-top: 20px;
    /* position: relative; */
}

.list_con .list {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    /* position: absolute;
    right: 20px; */
}

.list_con .list > div {
    float: left;
} 
.list_con .list > div span {
    padding: 2px 6px;
} 
.list_con .list > .list_left .default ,.list_con .list .default {
    background: #ce212b;
    color: #fff;
    margin-left: 15px;
    text-align: center;
    padding: 0 5px;
} 

.list_con .list > div.list_right{
    float: right;
    cursor: pointer;
}

.list_con .list_details {
    display: inline-block;
    width: 100%;
    position: relative;
}
.list_con .list_details.def_invoice {
    top: -20px;
}
.list_con .list_details .detail {
    float: left;
    width: 80%;

}

.list_con .list_details .detail.twolabel {
    float: left;
    width: 50%;
}

.list_con .list_details .detail li span {
    width: 100px;
    text-align: right;
    display: inline-block;
    color: #8c8a89;

}
.list_con .list_details .detail.twolabel li span {
    width: auto;
    text-align: left;
}
.list_con  .list_details .operation {
    float: right;
    display: inline-block;
    width: 20%;
    text-align: right;
    font-size: 14px;
    color: #35b3f4;
    position: absolute;
    bottom: 0;
    right: 0;

}
.list_con  .list_details .operation span {
    padding-left: 10px;
    cursor: pointer;

}
.list_con  .list_details .operation .defaulted {
   display: none;

}
.addAddress .clickAdd {
    display: inline-block;
    background:#ce212b;
    color:#fff;
    /* width: 150px; */
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    padding: 0 15px;
}