/*style inner*/

body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    height: 100%;
    font-family: initial;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

.main {
    max-width: 750px;
    margin: 0 auto;
}

/*style inner end*/

.nlogin {}

.nlogin-logo {
    padding: 25px 0;
    width: 1200px;
    margin: 0 auto;
}

.nlogin-logo img {
    width: 203px;
    height: 49px;
}

.nlogin-ct {
    width: 100%;
    position: relative;
}

.nlogin-ct-bg {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 534px;
    background-image: url(../img/loginimg/ss_03.png);
}

.nlogin-ct-layout {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 534px;
    z-index: 999;
}

.nlogin-ct-wrap {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 350px;
}

.static-form {
    width: 300px;
    padding: 25px 25px 23px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
}

.static-form-top {
    overflow: hidden;
    line-height: 29px;
}

.static-form-top-title {
    float: left;
    font-size: 22px;
    color: #333;
}

.enterprise-registerBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.static-form-top-sup {
    float: right;
    font-size: 14px;
    color: #e60020;
    text-decoration: underline;
}

.static-form-tips {
    height: auto;
    background-color: #fef0f0;
    line-height: inherit!important;
    padding: 5px 0;
    overflow: hidden;
}

.static-form-tips #verify {
    left: 2px!important;
    top: 5px!important;
    float: left;
}

.static-form-tips #verify1 {
    float: left;
    line-height: 16px!important;
}

.static-form-tips img {
    display: none;
    position: relative;
    top: 10px;
}

.static-form-field {
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    margin-top: 15px;
    position: relative;
}

.static-form-field label {
    padding: 0 15px;
    position: relative;
    z-index: 99;
    height: 50px;
    display: inline-block;
}

.static-form-field label img.login-icon {
    width: 16px;
    margin-top: -3px;
}

.static-form-field input {
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 46px;
    border-radius: 4px;
    outline: none;
    background-color: white!important;
}

input:-webkit-autofill {
    background-color: white!important;
}

.static-form-field input:focus {
    border: 1px solid #666;
}

.clearTxt {
    display: none;
    position: absolute;
    right: 8px;
    top: 18px;
    z-index: 1000;
    cursor: pointer;
}

.clearTxt i {
    background-image: url(../img/loginimg/off.png);
    width: 15px;
    height: 15px;
    background-size: 15px auto;
    display: block;
}

.vcode {
    border: none;
    overflow: hidden;
}

.vcode label {
    float: left;
}

.vcode label img.login-icon {}

.vcode input {
    width: 150px;
    float: left;
}

.vcode-wrap {
    width: 150px;
    float: left;
    margin-left: 104px;
    height: 50px;
    overflow: hidden;
}

.vcode-wrap img {
    width: 70px;
    height: 50px;
    float: left;
    margin-left: 6px;
}

.vcode-wrap .vcode-change {
    font-size: 12px;
    color: #666;
    float: left;
    width: 74px;
    text-align: center;
    cursor: pointer;
}

.static-form-btn {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    background-color: #e60020;
    color: white;
    border-radius: 4px;
    letter-spacing: 5px;
}

.nlogin-footer {}

.nlogin-footer-wrap {
    overflow: hidden;
    width: 1200px;
    margin: 30px auto 0;
    padding: 26px 0;
    border-bottom: 1px solid #efefef;
}

.flogo-item {
    overflow: hidden;
    float: left;
    width: 25%;
}

.flogo-item img {
    width: 45px;
    height: 45px;
    float: left;
    margin-left: 55px;
}

.flogo-item-text {
    float: left;
    margin-left: 16px;
    height: 45px;
    line-height: 22px;
}

.flogo-item-text p {
    color: #888;
    font-size: 12px;
}

.flogo-item-text p:first-child {
    font-size: 16px;
    color: #333;
}

.link-item {
    margin-right: 110px;
    float: left;
}

.link-item p {
    color: #000;
    margin-bottom: 18px;
    font-weight: bold;
}

.link-item a {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
}

.contact {
    float: left;
    margin-right: 235px;
}

.contact-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-item img {
    width: 16px;
    float: left;
    position: relative;
    top: 3px;
}

.contact-item-text {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #222;
    line-height: 22px;
}

.contact-item-text p {}

.footer-code {
    float: left;
}

.footer-code img {
    width: 115px;
    height: 115px;
}

.footer-text {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #333;
    color: white;
    font-size: 14px;
}

.zsdjh-dialog {}

.zsdjh-dialog-mask {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zsdjh-dialog-content {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    width: 404px;
    background-color: white;
    z-index: 9999;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    margin: -188px auto 0;
    left: 0;
    transform: inherit;
}

#getcodedialog .zsdjh-dialog-content {
    margin: -188px auto 0;
    left: 0;
    transform: inherit;
}

.zsdjh-dialog-header .header-title {
    font-size: 20px;
    color: #333;
    margin-top: 25px;
    text-align: center;
}

.zsdjh-dialog-header .header-close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    line-height: 20px;
}

.zsdjh-dialog-header .header-close img {
    width: 14px;
    height: 14px;
}

.zsdjh-dialog-main {
    text-align: center;
    margin: 0 auto;
    width: auto;
    padding: 45px 35px 32px;
    overflow: hidden;
}

.zsdjh-dialog-main .main-tips {
    margin-top: 0;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 21px;
}

.zsdjh-dialog-main .main-functwo {
    overflow: hidden;
    width: 100px;
    margin-top: 56px;
    float: right;
}

.zsdjh-dialog-main .main-functwo>a {
    width: 100px;
    box-sizing: border-box;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border: 1px solid #999999;
}

.zsdjh-dialog-main .main-functwo>a:hover {
    background-color: #f04146;
    border: none;
    color: #fff;
}

.zsdjh-dialog-header {
    padding: 16px 14px;
    position: relative;
}

#getcodedialog .zsdjh-dialog-content {
    width: 590px;
}

#getcodedialog .zsdjh-dialog-main {
    padding-top: 0;
    padding-bottom: 56px;
}

.getcode-tips {
    font-size: 12px;
    color: #666;
}

.getcode-tips>span {
    color: #e60020;
}

.getcode-input {
    width: 270px;
    margin: 0 auto;
    padding-top: 15px;
}

.getcode-input .list {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.getcode-input .list-hd {
    flex: 1;
    -webkit-flex: 1;
}

.getcode-input .list-hd input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

.getcode-input .list-hd input:focus {
    border: 1px solid #999;
}

.getcode-input .list-bd {
    width: 120px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
}

.getcode-input .list-bd span {
    width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #333;
}

.getcode-input .list-bd span.active {
    color: #e60020;
}

.getcode-input .list-bd span#getcode_btn {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e60020;
    border-radius: 4px;
    color: #e60020;
    margin-left: 40px;
    width: 80px;
    cursor: pointer;
}

.getcode-input .list-bd span#retrieve {
    display: none;
}

.getcode-loginbtn {
    margin-top: 16px;
}

.getcode-loginbtn>a {
    display: inline-block;
    width: 270px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}

.getcode-loginbtn>a.active {
    background-color: #e60020;
}

.pdialog, .pdialog2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.pdialog2 .pccw-rc-customer {
    width: 296px;
    margin-top: 18px;
}

.pdialog2 .pccw-right {
    margin-left: 38px;
}

.pdialog2 .pccw-right-cont {
    margin-top: 18px;
}

.pccw2-rc-update {
    width: 100%;
    height: 40px;
    background-color: rgba(230, 0, 32, .4);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin-top: 22px;
    cursor: pointer;
}

.pccw2-rc-update.active {
    background-color: rgba(230, 0, 32, 1);
}

.pccw2-lc-item-account {
    width: 296px;
    height: 40px;
    background-color: #F2F4F8;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pccw2-rc-update.on {
    background-color: rgba(230, 0, 32, 1);
}

.pdialog-mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pdialog-cont {
    position: relative;
    /* top: 50%;
    left: 0; */
    width: 830px;
    height: 550px;
    /* margin: -275px auto 0; */
    /* transform: translate(-50%,-50%); */
    z-index: 9999;
}

.pdialog-cont .pc-close {
    position: fixed;
    /* top: 0;
    right: 0; */
    top: 50%;
    left: 50%;
    margin: -275px auto 0 410px;
}

.pdialog-cont .pc-close img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pc-cont {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: -275px auto 0;
    background-color: #fff;
    width: 800px;
    border-radius: 8px;
    padding: 0 60px 54px;
    box-sizing: border-box;
}

.pc-cont .pcc-header {
    margin-top: 48px;
    background-color: #F3F7FF;
    box-sizing: border-box;
    padding: 16px 23px;
    border: 1px solid #398DEE;
    border-radius: 4px;
}

.pc-cont .pcc-header .pcc-header-tit {
    font-size: 16px;
    color: #1B73DA;
    line-height: 22px;
}

.pc-cont .pcc-header .pcc-header-txt {
    font-size: 16px;
    color: #1B73DA;
    text-indent: 32px;
    line-height: 22px;
}

.pcc-wrap {
    overflow: hidden;
    margin-top: 28px;
}

.pccw-left {
    float: left;
    width: 340px;
    box-sizing: border-box;
    border-right: 1px solid #E7E7E7;
}

.pccw-left-tit {
    font-size: 20px;
    color: #000000;
}

.pccw-left-cont {
    margin-top: 18px;
}

.pccw-lc-item {
    min-height: 60px;
}

.pccw-lc-item-account {
    width: 296px;
    height: 40px;
    background-color: #F2F4F8;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pccw-lc-item>input {
    width: 296px;
    height: 40px;
    background-color: #F2F4F8;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
}

.pccw-lc-item-tips {
    font-size: 12px;
    color: #FF3333;
    margin-left: 5px;
    display: none;
}

.pccw-lc-item-ttips {
    font-size: 12px;
    color: #1B73DA;
    width: 296px;
    padding-top: 5px;
    padding-bottom: 11px;
    margin-left: 5px;
    box-sizing: border-box;
}

.pccw-right {
    float: left;
    margin-left: 43px;
}

.pccw-right-tit {
    font-size: 20px;
    color: #000000;
}

.pccw-right-cont {}

.pccw-rc-phone {
    overflow: hidden;
    margin-top: 19px;
    position: relative;
}

.pccw-rc-phone>select {
    width: 87px;
    height: 40px;
    border: none;
    background-color: #F2F4F8;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
    padding-left: 16px;
    /* appearance: none;
    -moz-appearance:none; Firefox
	-webkit-appearance:none; Safari 和 Chrome */
}

/* .pccw-rc-phone .after{
    width: 12px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    left: 55px;
    top: 11px;
} */

.pccw-rc-phone>select:focus {
    border: none;
    outline: none;
}

.pccw-rc-phone>input {
    float: left;
    width: 200px;
    height: 40px;
    background-color: #F2F4F8;
    box-sizing: border-box;
    outline: none;
    margin-left: 9px;
    font-size: 14px;
    color: #333;
    padding: 0 12px;
    border-radius: 4px;
    border: none;
}

.pccw-rc-getcode {
    position: relative;
    width: 296px;
    margin-top: 22px;
}

.pccw-rc-getcode>input {
    width: 296px;
    height: 40px;
    background-color: #F2F4F8;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
}

.pccw-rc-getcode .getcodebtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #1B73DA;
    cursor: pointer;
}

.pccw-rc-update {
    width: 296px;
    height: 40px;
    background-color: rgba(230, 0, 32, .4);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin-top: 22px;
    cursor: pointer;
}

.pccw-rc-update.active {
    background-color: rgba(230, 0, 32, 1);
}

.pccw-rc-customer {
    overflow: hidden;
    margin-top: 60px;
}

.pccw-rc-customer-tips {
    float: left;
    font-size: 14px;
    color: #898D92;
}

.pccw-rc-customer-btn {
    float: right;
    color: #898D92;
    font-size: 14px;
    cursor: pointer;
}

.pccw-rc-customer-btn:hover {
    color: #E60020;
}

.uploadDialog {
    display: none;
}

.uploadDialog-mask {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}

.uploadDialog-cont {
    position: fixed;
    z-index: 99999;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 8px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.uploadDialog-cont .icon {
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    margin-left: 19px;
}

.uploadDialog-cont .uploadDialog-cont-tips {
    color: #fff;
    margin-top: 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.static-form-box {
    overflow: hidden;
}

.static-form-tourist {
    color: #666666;
    font-size: 12px;
    /* width: 100%; */
    /* text-align: right; */
    margin-top: 15px;
    float: left;
}
.static-form-tourist:last-child{
    float: right;
}
.static-form-tourist:hover{
    color: #e60020;
}
.forgetPsw{
    display: none;
}
.forgetPsw-mask{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 9999;
}
.forgetPsw-cont{
    position: fixed;
    width: 690px;
    left: 0;
    right: 0;
    top: 148px;
    background-color: #fff;
    z-index: 9999;
    margin: 0 auto;
    border-radius: 8px;
    padding: 30px 60px;
    box-sizing: border-box;
}
.forgetPsw-cont>.title{
    text-align: center;
    font-size: 18px;
    color: #000;
}
.fpc-close{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
.fpc-close img{
    width: 22px;
}
.fpc-wrap{
    margin-top: 40px;
}
.fpc-wrap .tit{
    font-size: 18px;
    color: #000;
}
.fpc-wrap .desc{
    margin-top: 15px;
    font-size: 15px;
    color: #666;
}
.fpc-wrap .desc span{
    color: #1B73DA;
}
.fpc-btn{
    width: 160px;
    height: 40px;
    margin: 40px auto 0;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #e60020;
    color: #fff;
    cursor: pointer;
}