.body-box {
    position: relative;
    background-image: url("/images/img/bg-pc.png") !important;
  }

.user-login {
    background-color: white;
    width: 380px;
    position: absolute;
    height: 390px;
    right: 370px;
    top: 45px;
    border-radius: 5px;
}

.user-login h2 {
    color: #888888;
    height:42px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
   /* background-image: url("/images/img/qcode.png");*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

#login-type {
    font-size: 18px;
    border-bottom: 2px solid #0894e4;
    font-weight: 700;
    margin-bottom: -1px;
    display: inline-block;
    padding: 15px 0 5px;
    margin-left: 15px;
    margin-right: 10px;
}
.pwdorcode{
    display:flex;
    align-items:center;
}
    .pwdorcode .pwd{
        width:48%;
        font-size:16px;
        text-align:center;
        cursor:pointer;
    }
    .pwdorcode .phone {
        width: 48%;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }
    .pwdorcode .active {
        color: #0894e4;
    }
.codefail {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.7);
    top: 0;
    display: none;
    font-size:12px;
    text-align:center;
    color:#fff;
}
    .codefail>img{
        width:32px;
        height:32px;
        margin:55px auto 10px;
    }
    .form-item {
        text-align: center;
    }

.form-item input[type=text], .form-item input[type=password], .form-item input[type=button] {
    width: 345px;
    font-size: 14px;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.form-item input[type=checkbox] {
    vertical-align: middle;
}

.form-item .hold {
    font-size: 12px;
    color: #999999;
}

.hold-box {
    text-align: left;
    padding-left: 20px;
}

.submit-btn {
    background-color: #0894e4;
    color: white;
    border: 1px solid #0894e4 !important;
    cursor: pointer;
}

.more-box {
    padding: 0 17px 0 17px;
    font-size: 12px;
}

.reset {
    float: left;
    color: #999999;
}

.regist {
    float: right;
    color: #0894e4;
}

.type-change {
    height: 45px;
    width: 40px;
    float: right;
    display: block;
}

#code,#bindPcode {
    width: 210px;
}

#getcode,#getbindcode {
    height: 41px;
    margin-left: 10px;
    width: 125px;
    background-color: #0894e4;
    color: white;
    outline: none;
    cursor: pointer;
}
.time-two {
    height: 41px;
    margin-left: 10px;
    width: 125px;
    background-color: #0894e4;
    color: white;
    outline: none;
    cursor: pointer;
}

#user-name {
    width: 345px;
    padding-left: 7px;
    height: 41px;
    outline: none;
    font-size: 14px;
    color: #999999;
    border: 1px solid #e6e6e6;
}

#user-name option {
    padding: 10px 0;
}

#verify,.user-box {
    margin: 10px 0;
}

.form-box {
    height: 170px;
}
.logincode-box {
    margin-left: 10px;
    display: inline-block;
    margin: 10px 0 10px 10px;
    width: 125px;
    height: 41px;
}
.logincode {
    height:100%;
    outline: none;
    cursor: pointer;
}
#imgcode, #codecode,#bindcode {
    width: 210px;
}





.five-nav {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
  .five-nav .five-detail {
    margin-top: 50px;
  }
  .five-nav .five-detail .five-detail-box {
    width: 200px;
    float: left;
  }
  .five-nav .five-detail .five-detail-box img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .five-nav .five-detail .five-detail-box .five-img2 {
    display: none;
  }
  .five-nav .five-detail .five-detail-box .five-word1 {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 8px;
    padding: 0 10px;
  }
  .five-nav .five-detail .five-detail-box .five-word2 {
    font-size: 14px;
    text-align: center;
    color: #999;
    line-height: 22px;
    padding: 0 10px;
  }
  .five-nav .five-detail .bg img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .five-nav .five-detail .bg .five-img1 {
    display: none;
  }
  .five-nav .five-detail .bg .five-img2 {
    display: block;
  }
  .five-nav .five-detail .bg .five-word1 {
    font-size: 18px;
    text-align: center;
    color: #0058AB;
    margin-bottom: 8px;
    padding: 0 10px;
  }
  .five-nav .five-detail .bg .five-word2 {
    font-size: 14px;
    text-align: center;
    color: #0058AB;
    line-height: 22px;
    padding: 0 10px;
  }
