a {
    text-decoration: none;
}
body{margin: 0;padding: 0;}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
#app,
.pagebaground {
    height: 100%;
    width: 100%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: ##FFA500;
}

.pageFlex.hasCenter {
    -ms-flex-align: center;
    align-items: center;
}

.pageFlex.hasBetween {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header {
    height: 62px;
    color: #fff;
    font-size: 14px;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 50px;
}

.pageFlex {
    display: flex;
    flex-wrap: wrap;
}

.container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.header .list .item {
    width: 80px;
    line-height: 62px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}



.header a {
    color: #ff6a00;
    transition: color .5s;
}

.bag {
    background: url(./images/login_bg2.png)no-repeat 50%;
    background-size: 100% 100%;
    height: calc(100% - 50px);
    padding-top: 1px;
    min-height: 878px;
    
}

.pageFlex.hasBetween {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bagBody {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    right: -21%;
}
.bag {
    padding-top: 150px;
    padding-bottom: 50px;
}
.bagBody .descbox {
    padding-top: 62px;
    position: relative;
    width: 50%;
}
.descbox .title1 {
    font-size: 28px;
    font-weight: 300;
    color: #333;
    margin-bottom: 19px;
    padding-left: 57px;
    position: absolute;
    top: 22%;
}
.descbox .title2{
    font-size: 14px;
    padding-left: 57px;
    color: #8c99aa;
    position: absolute;
    top: 30%;
}
.descbox .iconBox {
    width: 447px;
    height: 325px;
    background: url(./images/1.e2447e5.jpg) no-repeat 50%;
    background-size: cover;
    position: absolute;
    bottom: 0px;
}
.login{
    width: 100%;
    height: auto;
    padding: 39px 37px 0;
    position: relative;
}
.hint{
    width: 100%;
    margin-bottom: 22px;
    -ms-flex-align: center;
    align-items: center;
}
.login .putBox {
    margin-bottom: 22px;
    position: relative;
}
.login .putBox input{
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    text-indent: 1em;
    color: #333;
}
.login .loginHint {
    margin: 20px 0 33px;
    color: #8c99aa;
    font-size: 12px;
}
.login .btnText {
    color: #fff;
    font-size: 18px;
    font-weight: 500px;
    text-align: center;
    display: block;
}
.login .contact .contactBox {
    -ms-flex-align: center;
    align-items: center;
    margin: 33px 0 18px;
}
.hint .hintTitle {
    font-size: 24px;
    color: #333;
}
input {
    outline: none;
    border: none;
    font-size: 12px;
}
.send{
    width: 29%;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #ff6a00;
    padding: 0 10px;
    opacity: .8;
    transition: all .5s;
}
.send .hasSend {
    cursor: pointer;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
}
.el-button--primary {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
}
.login .contact .contactBox {
    -ms-flex-align: center;
    align-items: center;
    margin: 33px 0 18px;
}
.login .contact .title{
    font-size: 12px;
    color: #9fa5ac;
    margin-right: 5px;
}
.weixin{margin: 0px 10px;cursor: pointer;}
footer{
    width: 100%;
    height: 50px;
    background: #000;
}
.contact{
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color:rgb(188, 188, 189);
    line-height: 50px;
}
.contact a{color:rgb(188, 188, 189);}
.protocol{font-size: 14px;}
.loginHint a{color: #80889a;}
.loginHint a:hover{color: #409eff;}
.get-verify-num-btn{cursor: pointer;}
.item:nth-child(1) a{
    border: 1px solid #ff6a00;
    padding:5px 10px;
    border-radius: 4px;
}
.item:nth-child(2) a{
    background-color: #ff6a00;
    padding:5px 10px;
    border-radius: 4px;
    color: #fff;
}
.protocol a{
    color:#ff6a00 ;
}
@media screen and (max-width: 768px){
    .bag{padding-top: 98px;background: none;min-height: calc(100% - 98px);}
    .bagBody,.login,.el-button--primary{width: 100%;}
    .bagBody .descbox{display: none;}
    .login{padding-top: 0px;}
    header{border-bottom:1px solid #eee }
    footer{background-color: #fff;border-top:1px solid #eee ;}
    .contact{line-height: 25px;} 
    .header{padding: 0px 10px;}
    .bagBody{position: initial;}
    .send{width: 47%;}
    .protocol span{margin-left: 3px;}
}