body, h1, h2, h3, h4, h5, h6, hr,span, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;;
}
html,body{
    height: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
}
.clearFix:before{
    content: '';
    display: block;
    clear: both;
}
small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}
@font-face {
    font-family: 'iconfont';  /* project id 509261 */
    src: url('//at.alicdn.com/t/font_509261_sg6cq34n4y.eot');
    src: url('//at.alicdn.com/t/font_509261_sg6cq34n4y.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_509261_sg6cq34n4y.woff') format('woff'),
    url('//at.alicdn.com/t/font_509261_sg6cq34n4y.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_509261_sg6cq34n4y.svg#iconfont') format('svg');
}
.iconLogo{
    font-family:"iconfont" !important;
    font-size:25px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}
/*占位符颜色*/
::-webkit-input-placeholder { /* Chrome */
    color: #bfbfbf;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/
    color: #bfbfbf !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bfbfbf;
    opacity: 1;
}

/*设计师登录注册公共样式*/


.d-public-nav{
    width: auto;
    min-width: 1000px;
    height: 56px;
    background: #1990ff;
}
.d-public-nav .d-public-logo{
    display: inline-block;
    width: 100px;
    height: 25px;
    margin: 11px 0 0 28px;
    color: #fff;
}
.d-public-box{
    width: 998px;
    margin: 78px auto 0;
    /*padding: 20px 40px;*/
    height: 560px;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.1);
    display: flex;
}
.d-public-box .d-public-leftBanner{
    width: 440px;
    height: 100%;
}
.d-public-box .d-public-form{
    width: 336px;
    margin: 0 auto;
    /*padding: 20px 0;*/
}

.d-public-box .d-public-body .d-public-back{
    margin-top: 30px;
}
.d-public-box .d-public-body .d-public-back>div:nth-child(1){
    float: left;
}
.d-public-box .d-public-body .d-public-back>div:nth-child(2){
    float: right;
}
.d-public-box .d-public-body .d-public-back a{
    color: #1990ff;
    cursor: pointer;
}
.d-public-box .d-passport-step{
    width: 306px;
    margin: 40px auto;
}
.d-public-box .d-passport-step .step{
    display: inline-block;
    text-align: center;
    position: relative;
}
.d-public-box .d-passport-step .step:first-child:before{
    content: "";
    position: absolute;
    width: 178px;
    display: inline-block;
    height: 2px;
    background: #ddd;
    left: 70px;
    top: 21px;
}
.d-public-box .d-passport-step .step:last-child{
    float: right;
}
.d-public-box .d-passport-step .step p:first-child{
     font-size: 30px;
     color: #ddd;
     margin-bottom: 0;
     font-weight: 700;
 }
.d-public-box .d-passport-step .step p:last-child{
    color: #999;
    font-size: 14px;
}
.d-public-box .d-passport-step .step.active p:first-child{
    color: #1990ff;
}
.d-public-box .d-passport-step .step.active p:last-child{
    color: #666;
}
.d-public-box .d-public-content,.d-public-box .d-public-content .d-public-input{
    position: relative;
}
.d-public-box .d-public-content .d-public-tips{
    position: absolute;
    top: 74px;
    color: red;
    font-size: 12px;
    letter-spacing: 2px;
    right: 0;
    z-index: 1;
}
.d-public-box .d-public-content .d-common-error-tips{
    left: 0;
    top: 0;
    letter-spacing: 4px;
}
/*.d-public-box .d-public-content .d-public-input input{*/
    /*display: inline-block;*/
    /*border: 1px solid #ddd;*/
    /*height: 56px;*/
    /*padding: 0 10px;*/
    /*width: 100%;*/
    /*outline: none;*/
    /*margin-top: -1px;*/
    /*transition: all .3s;*/
/*}*/
/*.d-public-box .d-public-content .d-public-input input:focus,.d-public-box .d-public-content .d-public-input input:hover{*/
    /*border-color: #ddd;*/
    /*border-left: 3px solid #1990ff;*/
    /*padding-left: 8px;*/
/*}*/
/*输入框动效*/
.d-public-box .d-public-content .d-public-input input[required]{
    display: inline-block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
    resize: none;
    outline: none;
    padding: 42px 0 0 0;
    box-sizing: border-box;
    transition: all .3s;
    height: 68px;
    margin-top: 5px;
    box-shadow: none;
}
input[required]:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.d-public-box .d-public-content .d-public-input input[required]:focus + label[placeholder]:before {
    color: #bfbfbf;
    font-size: 13px;
}
.d-public-box .d-public-content .d-public-input input[required]:focus + label[placeholder]:before,
.d-public-box .d-public-content .d-public-input input[required]:valid + label[placeholder]:before {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate(0, -1.8em) scale(0.9, 0.9);
    -ms-transform: translate(0, -1.8em) scale(0.9, 0.9);
    transform: translate(0, -1.8em) scale(0.9, 0.9);
    font-size: 13px;
}
.d-public-box .d-public-content .d-public-input input[required]:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}
.d-public-box .d-public-content .d-public-input input[required] + label[placeholder] {
    display: block;
    pointer-events: none;
    margin-top: -25px;
}
.d-public-box .d-public-content .d-public-input input[required] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    /*margin: 0 -webkit-calc(1em + 2px);*/
    /*margin: 0 calc(1em + 2px);*/
    /*padding: 0 2px;*/
    color: #bfbfbf;
    white-space: nowrap;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    -webkit-background-size: 100% 5px;
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    font-weight: 400;
}
.d-public-box .d-public-content .d-public-input input[required]:focus{
    border-bottom: 1px solid #1990ff;
}
.d-public-box .d-public-content .d-public-input input.error-border{
    border-bottom: 1px solid red;
}
.d-public-box .d-public-content .d-public-input .d-public-valid{
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.d-public-box .d-public-content .d-public-input .imageValid{
    width: 116px;
    height: 40px;
    top: 28px;
    right: 10px;
}
.d-public-box .d-public-content .d-public-input .msgValid{
    padding: 20px 20px 5px;
    color: #1990ff;
    outline: none;
    border: none;
    background: transparent;
    display: inline-block;
    top: 27px;
    right: 0;
}
.d-public-box .d-public-content .d-public-button button{
    background-image: -webkit-linear-gradient(left,#159df2,#0964e0);
    background-image: linear-gradient(90deg,#159df2 0,#0964e0);
    border-radius: 3px;
    width: 337px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: 0;
    display: block;
    margin: 51px auto 0;
    letter-spacing: 4px;
}
.d-public-box .d-public-content .d-public-input .icon-password{
    position: absolute;
    top: 49px;
    z-index: 1;
    right: 10px;
    width: 21px;
    height: 21px;
}
.d-public-box .d-public-content .d-public-input .icon-password.icon_show{
    background:url('../../images/designer/show.png') no-repeat center ;
}
.d-public-box .d-public-content .d-public-input .icon-password.icon_hide{
    background:url('../../images/designer/hide.png') no-repeat center;
}
/*背景层*/
.backLayer{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,.25);
}
.backLayer-box {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 220px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}
.backLayer-box .icon-close{
    color: #000;
    height: 28px;
    width: 28px;
    position: absolute;
    line-height: 28px;
    text-align: center;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
/*登录*/
.d-login-box{
    width: 387px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
}
.d-login-box .d-public-head .d-public-title{
    color: #1990ff;
    font-size: 20px;
    font-weight: 700;
    margin: 45px 0 20px 0 ;
    display: inline-block;
}
.d-login-bottom>span,.d-login-bottom>a{
    display: inline-block;
    margin-top: 19px;
    color: #999;
}
.d-login-bottom>span a{
    color: #1990ff;
    cursor: pointer;
}
.d-login-bottom>a{
    float:right;
    cursor: pointer;
}

/*注册*/
.d-register-box{
    width: 387px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
}
.d-register-tab{
    /*display: flex;*/
    margin: 20px 0;
}
.d-register-tab>div{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.d-register-tab span{
    width: 50%;
    color: #bfbfbf;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.d-register-tab span.active,.d-register-agreement a{
    color: #1990ff;
}
.d-register-agreement{
    margin-top: 10px;
}
#checkHmProtocol + label{
    background-color: #fff;
    border:1px solid #d9d9d9;
    width:16px;
    height:16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    margin-right: 5px;
}
#checkHmProtocol:checked + label{
    background: url('../../images/designer/yep.png') no-repeat center;
}
.btn-disabled{
    pointer-events: none ;
    background-image: -webkit-linear-gradient(left,#999,#999) !important;
    background-image: linear-gradient(90deg,#999 0,#999) !important;
}
/*注册协议*/
.protocol .content{
    position: relative;
    width: 525px;
    height: 683px;
    margin: 88px auto 0;
    overflow: hidden;
    /*border: 1px solid #979797;*/
    border-radius: 3px;
    max-height: 80%;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
}
.protocol .content .title {
    width: 414px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin: 34px auto 14px;
}
.protocol .content .detail {
    width: 414px;
    margin: 0 auto;
    height: 500px;
    overflow: auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    max-height: 70%;
}
.protocol .content .detail p {
    font-size: 12px;
    color: #666;
    letter-spacing: 1.8px;
    line-height: 22px;
    margin-bottom: 0;
}
.protocol .content .more {
    text-align: center;
    color: #999;
    font-size: 12px;
    opacity: .66;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.protocol .content .agree {
    background-image: -webkit-linear-gradient(234deg,#159df2,#0964e0);
    background-image: linear-gradient(-144deg,#159df2,#0964e0);
    border-radius: 2px;
    border: 0;
    font-size: 14px;
    color: #fff;
    width: 88px;
    height: 34px;
    position: absolute;
    bottom: 23px;
    right: 52px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
}
.protocol .content .detail::-webkit-scrollbar {
    width: 4px;
    height: 16px;
    background-color: #f5f5f5;
}
.protocol .content .detail::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.protocol .content .detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*找回密码*/
.d-passport-step3 .step3-div{
    width: 240px;
    margin: 100px auto 50px;
    display: flex;
}
.d-passport-step3 .step3-p {
    margin-left: 24px;
}
.d-passport-step3 .step3-div img{
    width:46px;
    height:46px;
}
.d-passport-step3 .step3-p p{
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}
.d-passport-step3>p{
    text-align: center;
}
/*个人中心修改密码*/
.d-modify-box{
    height: 100%;
    background-color: rgba(245,245,245,1);
    /*padding: 54px;*/
}
.d-modify-box .d-modify-title{
    margin-bottom: 30px;
}
.d-modify-box .d-modify-content{
    width: 410px;
    height: 202px;
    background:rgba(255,255,255,1);
    border-radius:6px;
    border:1px solid rgba(228,228,228,1);
    box-sizing: border-box;
    padding: 0 24px;
    display: inline-block;
    margin: 0 60px 38px 0;
}

.d-modify-box .d-modify-content>div:first-child{
    padding-top: 24px;
    height: 147px;
}
.d-modify-box .d-modify-content>div:first-child img{
    float: right;
    width: 100px;
    height: 100px;
}
.d-modify-box .d-modify-content>div:first-child>div{
    float: left;
}
.d-modify-box .d-modify-content>div:first-child>div p:first-child{
    font-size: 22px;
    margin-bottom: 10px;
    color: #333333;
}
.d-modify-box .d-modify-content>div:first-child>div p:last-child{
    color:#666666;
}
.d-modify-box .d-modify-content>div:last-child{
    border-top: 1px solid #e4e4e4;
    height: 53px;
    line-height: 54px;
    color: #498EFF;
}
.d-modify-box .d-modify-content>div:last-child span{
    cursor: pointer;
}
.d-modify-modal-box{
    width: 490px;
    height: 408px;
    margin: 100px auto;
    padding: 35px 40px;
    display: block;
}
.d-modify-modal-box .d-modify-modalTitle{
    font-size: 20px;
    position: relative;
}
.d-modify-modal-box .icon-close{
    right: -5px;
    top: 5px;
    font-size: 20px;
}
.d-public-step3 .step3-div{
    width: 240px;
    margin: 100px auto 50px;
    text-align: center;
}
.d-public-step3 .step3-div img{
    width:46px;
    height:46px;
}
.d-public-step3 .step3-div span{
    margin-left: 24px;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
}
.d-public-step3 .step3-btn {
    text-align: center;
}
/*loading*/
.lockbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    filter: Alpha(opacity=0.2);
    -moz-opacity: 0.2;
    opacity: 0.2;
    display: none;
    z-index: 98
}
/*loading弹窗*/
.loadingWrap{
    font-size: 14px;
    font-weight: 100;
    text-indent: 60px;
    line-height: 60px;
    padding-right: 20px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
    border: 1px solid #ddd;
    border-radius: 10px;
    background:#fff;
    z-index: 3;
}
.loadingIcon{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: url(../../images/designer/ic_loading.png) no-repeat 0;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
    background-size: 30px;
    margin-left: 15px;
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes bounce {
    0% {
        transform: rotate(0deg) translate(-50%,-50%);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-50%,-50%);
        -webkit-transform: rotate(360deg);
    }
}
.m-alertMsga{
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 25%;
    border: 1px solid #ccc;
    z-index: 2000;
}
.m-alertIcon{
    background: url('../../images/designer/pic_success.png') no-repeat center;
    background-size: 18px;
    padding: 10px 18px 10px 10px;
}
.m-iconError{
    background: url('../../images/designer/ic_warning.png') no-repeat center;
    background-size: 18px;
    padding: 10px 18px 10px 10px;
}