* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: arial, "Microsoft Yahei", sans-serif;
    background: #f9f9f9;
    min-width: 1200px
}
input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
 }
.wrap {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    height: auto
}

a {
    cursor: pointer;
    text-decoration: none
}

.solid_btn {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    justify-items: center;
    width: 202px;
    height: 49px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 25px/24px 24px 25px 25px;
    background-color: #ef5350;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 10px 30px rgba(255,112,112,0.25);
    box-shadow: 0 10px 30px rgba(255,112,112,0.25)
}

.solid_btn:hover {
    background: #ed215d;
    color: #fff;
    -webkit-transition: .5s all;
    transition: .5s all
}

.hollow_btn {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    justify-items: center;
    margin: 0 auto;
    width: 202px;
    height: 49px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 25px/24px 24px 25px 25px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hollow_btn:hover {
    background: #fff;
    color: #fff
}

.hollow_btn:hover {
    background: #fff;
    color: #ed215d;
    -webkit-transition: .5s all;
    transition: .5s all
}

.f_r {
    float: right
}

.f_l {
    float: left
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.user-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 100%
}

.user-header .user-header-Content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    height: 100px;
    padding: 15px 0
}

.user-header .user-header-Content a {
    display: inline-block
}

.user-header .user-header-Content img {
    height: 70px;
    width: 200px
}

.w450 {
    width: 450px;
    margin: 0 auto;
    border: #cecece;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 50px #ccc;
}

.w550 {
    width: 550px;
    margin: 0 auto
}

.w850 {
    width: 850px;
    min-width: 850px;
    margin: 0 auto;
    border-radius: 5px
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.user-form {
    margin: 0 auto;
    padding: 30px 0;
    position: relative
}

.user-form .input {
    padding: 15px 0 15px 40px
}

.user-form.login .tit {
    font-size: 24px
}

.user-form.login .tab-tit {
    margin-top: 30px
}

.user-form.login .tab-tit span {
    font-size: 16px
}

.user-form.login .btn {
    outline: none;
    margin: 10px auto 0 auto;
    font-size: 18px;
    text-align: center;
    width: 100%
}

.user-form.login .keeping {
    margin: 40px auto
}

.user-form.login .tips {
    left: 310px !important
}

.user-form.login #code_tip {
    left: 0 !important;
    top: 65px !important;
    width: 100% !important
}

.user-form.login #code_tip span {
    margin-left: 0 !important
}

.user-form.register,.user-form.password {
    margin: 0 auto
}

.user-form.register #code_tip,.user-form.password #code_tip {
    left: 0 !important;
    top: 65px !important;
    width: 100% !important
}

.user-form.register #code_tip span,.user-form.password #code_tip span {
    margin-left: 0 !important
}

.user-form .line {
    border: 1px solid #ddd;
    height: 400px
}

.user-form .tit {
    color: #ff4646;
    font-size: 26px;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
}
.geetest_holder.geetest_wind{
    width: 348px !important;
    height: 46px !important;
    margin-left: 50px !important;
}
.geetest_holder.geetest_wind .geetest_radar_btn, .geetest_holder.geetest_wind .geetest_success_btn{
    border:1px solid #eee !important;
}
.user-form input {
    position: relative;
    z-index: 1;
    height: 46px;
    /* line-height: 40px; */
    width: 100%;
    border-radius: 1px;
    color: #aaa;
    font-size: 14px;
    background: none;
    border: none;
    box-sizing: border-box;
    padding: 0
}

.user-form input::-webkit-input-placeholder {
    color: #aaa
}

.user-form input.change::-webkit-input-placeholder {
    color: #ed215d;
    -webkit-transition: 1s all;
    transition: 1s all
}

.user-form input:focus {
    outline: none;
    border: 1px solid #ed215d;
    -webkit-transition: 1s all;
    transition: 1s all
}

.user-form .input_err {
    outline: none;
    border: 1px solid #ed215d
}

.user-form .hasCode {
    width: 200px
}

.user-form .btn {
    margin: 80px auto;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 1px;
    background: #ed215d;
    border: 8px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    /* -webkit-box-shadow: 0 10px 30px rgba(255,112,112,0.25);
    box-shadow: 0 10px 30px rgba(255,112,112,0.25) */
}

.user-form .login_loading {
    background-color: #F8ADAD;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.user-form .btn:hover {
    background: #ed215d;
    -webkit-transition: .5s all;
    transition: .5s all
}

.user-form .account,.user-form .password,.user-form .inpCode {
    display: block;
    position: relative;
    width: 340px;
    margin: 10px auto 25px auto
}

.user-form .account .tips,.user-form .password .tips,.user-form .inpCode .tips {
    width: 280px;
    display: none;
    height: 20px;
    line-height: 20px
}

.user-form .account .tips span,.user-form .password .tips span,.user-form .inpCode .tips span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #ed215d
}

.user-form .account .tips_show,.user-form .password .tips_show,.user-form .inpCode .tips_show {
    display: block
}

.user-form .account .code,.user-form .password .code,.user-form .inpCode .code {
    width: 122px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0;
    color: #ed215d;
    font-size: 14px;
    padding: 0px;
    z-index: 999;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
    /* border: 1px solid #ed215d; */
    outline: none
}
.user-form .account .code img,.user-form .password .code img,.user-form .inpCode .code img{
    height: 46px;
    width: 100%;
    overflow: hidden;
}
.user-form .account .code:hover,.user-form .password .code:hover,.user-form .inpCode .code:hover {
    background-color: #FFE8E8;
    -webkit-transition: 0.5s all;
    transition: 0.5s all
}

.user-form .account .label_icon,.user-form .password .label_icon,.user-form .inpCode .label_icon {
    position: absolute;
    left: 15px;
    top: 14px;
    z-index: 999
}
.mas-icon{
    background: url(../images/icons.png);
    background-size: 300px 200px;
}
.logic{
 display: inline-block;
 width: 14px;
 height: 14px;
  margin-right: 10px;
  background-position: -60px -52px;
 vertical-align: middle;
 cursor: pointer; 
}
.login-check{
    background-position: -43px -75px;
}
.ihone-icon{
    display: inline-block;
    width: 11px;
    height:16px;
    background-position: -189px -22px;
}
.pass-icon{
    display: inline-block;
    width: 13px;
    height:16px;
    background-position: -207px -22px;
}
.nc-icon{
    display: inline-block;
    width: 14px;
    height:16px;
    background-position: -243px -22px;
}
.nc-icon,.yz-icon{
    display: inline-block;
    width: 14px;
    height:16px;
}
.nc-icon{
    background-position: -px -22px;
}
.yz-icon{
    background-position: -226px -22px;
}
.user-form .keeping {
    width: 350px;
    margin: 60px auto 20px auto;
    height: 20px;
     font-size: 12px;
     color: #ccc;
    text-align: center;
    overflow: hidden
}
.user-form .keeping span{
    display: inline-block;
    margin-top: 2px;
}
.user-form .keeping a {
    /* float: right; */
    text-decoration: none;
    color:#757584;
    font-size: 14px;
    /* margin: 0 10px */
}

/* .user-form .keeping a:first-child {
    float: left
} */

/* .user-form .keeping a:hover {
    color: #ed215d
} */

.user-form .other {
    text-align: center
}

.user-form .other p {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px
}

.user-form .other .wechat {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat !important;
    background-size: 45px 45px !important;
    background-position: center center !important
}

.user-form .other a {
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer
}

.user-form .hide {
    display: none !important
}

.user-form .show {
    display: block !important
}

.user-form .login-method {
    display: none
}

.user-form .embed-captcha {
    width: 340px;
    margin: 30px auto
}

.user-form #wait {
    margin: 10px auto;
    color: #666666;
    font-size: 14px
}

.user-form #notice {
    margin: 10px auto;
    color: #ed215d;
    font-size: 14px
}

.user-form .error_msg {
    overflow: hidden;
    margin-top: 10px;
    display: none
}

.user-form .error_msg svg {
    float: left
}

.user-form .error_msg p {
    font-size: 14px;
    color: #ed215d;
    float: left;
    line-height: 20px;
    margin-left: 8px
}

.copyright {
    background: #fff;
    height: 180px;
    width: 100%
}

.copyright p {
    color: #999;
    width: 850px;
    min-width: 850px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    font-size: 14px
}

.disabled {
    pointer-events: none
}

.codeActive {
    background-color: #eeeeee;
    color: #cccccc
}

.login-out .loginBackground {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 1920px 615px !important;
    max-width: 1920px;
    min-width: 1200px
}

.login-out .login {
    overflow: hidden;
    padding: 0;
    height: 615px;
    margin: 0 auto
}

.login-out .login .loginBox {
    background: #fff;
    float: right;
    width: 400px;
    padding: 30px;
    margin-top: 50px
}

.login-out .login .tab-tit {
    width: 340px;
    margin-bottom: 13px;
    cursor: pointer;
    overflow: hidden
}

.login-out .login .tab-tit span {
    float: left;
    display: inline-block;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding-bottom: 13px;
    color: #666
}

.login-out .login .tab-tit .active {
    color: #ed215d;
    border-color: #ed215d
}

.login-out .login .tab-inner {
    width: 340px
}

.register-out {
    padding: 50px 0;
    overflow: hidden;
}

.register-out .logo {
    display: block;
    width: 200px;
    height: 70px;
    margin: 0 auto
}

.register-out .logo img {
    width: 200px;
    height: 70px;
    display: block
}

.register-out .tips span {
    left: -375px !important
}

.register-out .hasCode {
    width: 229px
}

.register-out .account,.register-out .password {
    width: 350px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #eee;
}

.register-out .register {
    border-radius: 5px;
    background: #fff;
    margin-top: 150px
}

.register-out .register .tip {
    width: 400px;
    font-size: 12px;
    text-align: center;
    margin: 30px auto 0 auto
}

.register-out .register .tip p {
    color: #aaa;
    font-size: 14px
}

.register-out .register .tip a {
    color: #ed215d;
    font-size: 12px;
    text-decoration: none
}

.register-out .register .tip a:hover {
    text-decoration: underline
}

.register-out .register .btn {
    width: 350px;
    height: 40px;
    font-size: 18px;
    margin: 30px auto;
    text-align: center;
    line-height: 40px;
    background: #ff4646;
}

.register-out .keeping {
    margin: 30px auto
}

.password-out {
    background: #fdedf0;
    padding: 100px 0
}

.password-out .password {
    border-radius: 5px;
    background: #fff
}

.password-out .tit {
    padding-bottom: 10px
}

.password-out .tips {
    left: 310px !important
}

.password-out input {
    padding: 0
}

.password-out .seccode {
    margin: 29px 0
}

.password-out .seccode .sec_getCode {
    color: #ed215d;
    width: 123px;
    height: 48px;
    font-size: 14px;
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-indent: 0
}

.password-out .btn {
    width: 340px;
    margin: 30px auto
}

.finished-out {
    background: #fdedf0;
    padding: 50px 0
}

.finished-out .finished {
    background: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 50px
}

.finished-out .true_icon {
    width: 100px;
    height: 100px;
    margin: 20px auto
}

.finished-out .tit {
    margin-top: 24px;
    color: #ed215d;
    text-align: center;
    padding: 0
}

.finished-out .tip {
    font-size: 28px;
    color: #ed215d;
    margin-bottom: 10px
}

.select-out {
    width: 1200px;
    margin: 250px auto 110px auto
}

.select-out .select {
    width: 1100px;
    height: 480px;
    margin: -130px auto 80px auto;
    background: #fff;
    border-radius: 10px;
    position: relative
}

.select-out .select li {
    padding: 40px 50px;
    -webkit-box-shadow: 0 0 20px rgba(227,227,227,0.5);
    box-shadow: 0 0 20px rgba(227,227,227,0.5);
    border-radius: 10px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.select-out .select li .tit h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px
}

.select-out .select li .tit p {
    color: #666;
    text-align: center;
    font-size: 14px
}

.select-out .select li img {
    margin: 59px auto;
    width: 100%;
    height: 160px
}

.select-out .select li:hover {
    background-color: #fff;
    z-index: 10;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, -2%);
    transform: rotate(0deg) scale(1) translate(0%, -2%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 0 100px rgba(255,204,204,0.5);
    box-shadow: 0 0 100px rgba(255,204,204,0.5)
}

.select-out .select li:hover .btn {
    background-color: #ed215d;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.select-out .select .btn:hover {
    background-color: #ed215d;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #fff
}

.select-out .select .btn {
    color: #ed215d;
    border-color: #ed215d
}

.select-out .select .mengban {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    background-color: rgba(0,0,0,0.4);
    color: #525e71;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.select-out .select .pop-up {
    display: none;
    width: 400px;
    height: 300px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px
}

.select-out .select .pop-up .quit {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.select-out .select .pop-up label {
    margin: 70px auto 10px auto;
    width: 300px;
    height: 30px
}

.select-out .select .pop-up label input {
    height: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    text-indent: 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: none
}

.select-out .select .pop-up label input::-webkit-input-placeholder {
    color: #aaa
}

.select-out .select .pop-up label input:focus {
    outline: none;
    border: 1px solid #ed215d;
    -webkit-transition: 1s all;
    transition: 1s all
}

.select-out .select .pop-up .tips {
    width: 300px;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #ed215d;
    font-size: 14px;
    overflow: hidden;
    display: none
}

.select-out .select .pop-up div {
    width: 240px;
    position: absolute;
    bottom: 60px;
    left: 80px
}

.select-out .select .pop-up div .btn {
    width: 100%;
    height: 50px;
    color: #fff
}

.compact {
    display: none;
    width: 800px;
    height: 650px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 30px rgba(170,170,170,0.8);
    box-shadow: 0 0 30px rgba(170,170,170,0.8);
    border-radius: 5px;
    z-index: 999
}

.compact .roll {
    padding: 0 50px 0 50px;
    width: 800px;
    height: 500px;
    overflow: auto;
    border: 1px solid #ddd
}

.compact .bom {
    width: 800px;
    height: 80px;
    position: absolute;
    bottom: 0px
}

.compact .compact_sure {
    width: 160px;
    color: #ed215d;
    border-color: #ed215d;
    margin-top: 5px;
    left: calc(50% - 81px)
}

.compact .compact_sure:hover {
    background-color: #ed215d;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #fff
}

.windowLogin {
    background: #fff
}

.windowLogin .login {
    height: 520px !important
}

.windowLogin .login .loginBox {
    margin-top: 0 !important
}
.copy-belong{
    width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    color: #333;
    font-size: 12px;
    overflow: hidden;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*# sourceMappingURL=pulUser.css.map */
/*右侧浮动功能键*/
.fixedBox{position:fixed;bottom:50px;right:20px;z-index:999;width:48px;display: none;}
.fixedBox li{position:relative;float:left;width:48px;height: 47px}
.fixedBox li .icon{display:inline-block;background:url(../images/fixedBoxBg.png) no-repeat 0 0;width:48px;}

.fixedBox .bdsq,.fixedBox .tel,.fixedBox .wechat{height: 47px}
.fixedBox .bdsq .icon,.fixedBox .tel .icon,.fixedBox .wechat .icon{height: 47px}

.fixedBox .back{height: 48px}
.fixedBox .back .icon{height: 48px}

.fixedBox li.bdsq .icon{background-position:0 0}
.fixedBox li.bdsq .icon:hover{background-position:-48px 0}

.fixedBox li.tel .icon{background-position:0 -47px}
.fixedBox li.tel .icon:hover{background-position:-48px -47px}

.fixedBox li.wechat .icon{background-position:0 -94px}
.fixedBox li.wechat .icon:hover{background-position:-48px -94px}

.fixedBox li.back .icon{background-position:0 -141px}
.fixedBox li.back .icon:hover{background-position:-48px -141px}

.fixedBox li .link{position:absolute;right:60px;top:0;padding:1px 7px 1px 1px;overflow:hidden;zoom:1;cursor:pointer;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;display:none}
.fixedBox li .link a img{vertical-align:middle}
.fixedBox li .link a:hover{color:#33a9e4}
.fixedBox li.on .backPop{display:block}

.fixedBox .wechat .link{width:114px;height: 133px;background:url(../images/fixedBoxBg.png) no-repeat -96px -48px;}

.fixedBox .bdsq .link,.fixedBox .tel .link,.fixedBox .back .link{width:154px;height:46px;line-height:46px;background:url(../images/fixedBoxBg.png) no-repeat -96px 0;}
.fixedBox .bdsq .link a,.fixedBox .tel .link a,.fixedBox .back .link a{display:inline-block;float:left;text-align:center;width:50%;height:46px;line-height:46px;color:#666;transition:color 0.3s ease-out 0s;-moz-transition:color 0.3s ease-out 0s;
-webkit-transition:color 0.3s ease-out 0s;-o-transition:color 0.3s ease-out 0s;vertical-align:middle}
.fixedBox .bdsq .link{width: 115px;height: 187px; margin-right: -16px;border-left: 1px #dddfe1 solid;white-space: nowrap;background:url(images/bdsqlink.png) no-repeat -54px 0;z-index: 99;}
.fixedBox .bdsq .link a{width: 100px;}
