.greg-page .logo-main{
    margin: 0 auto;
    width: 1200px;
    padding: 25px 0 6px;
}
.greg-page .logo-main img{width:150px;}
.greg-footer .footer-wrap{padding-top:15px;}
.greg-footer .footer-wrap .footer-bottom{margin-top:0;}
.greg-footer .footer-wrap .footer-bottom .footer-bottom-wrap{padding-top:12px;}
.register-main{
    width: 100%;
    background: linear-gradient(to bottom, #1648a0, #f24d35);
}
.register-main .s-center-con,.login-main .s-center-con{
    height: 500px;
    margin: 0 auto;
    width: 1200px;
}
.gis-main-box,.log-main-box{
    float: right;
    height: 500px;
    margin-top: 20px;
    position: relative;
    width: 400px;
}
.register-mbox,.login-mbox{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    height: 460px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding:0 30px;
}
.register-mbox .title,.login-mbox .title{
    color: #333;
    font-size: 20px;
    padding: 25px 0 15px;
    text-align: center;
}
.register-mbox .g-item,.login-mbox .g-item{margin-top:25px;}
.register-mbox .g-item:first-child,.login-mbox .g-item:first-child{margin-top:0;}
.register-mbox .g-item input{height:42px;}
.protocol{margin-top:25px;}
.protocol-content{
    display: inline-block;
    font-size: 12px;
    width: 315px;
    overflow-wrap: break-word;
    color: #999;
    white-space: normal;
    line-height: 19px;
    margin-top:-3px;
}
.greg-bbox{margin-top:30px;}
.greg-bbox .reg-btn,.greg-bbox .log-btn{width:100%;min-height:42px;}
.login-main{
    width: 100%;
    background: repeating-linear-gradient(50deg, #8ab6dd, #017df0 25%);
    /*background: url(https://img3.tnscdn.com/Public/static/images/pbuy/login-bg-06.jpg) center center no-repeat rgb(226 242 254);*/
    background-size: cover;
    min-width:1200px;
    height: auto;
}
.login-mbox .g-item input{height:42px;}
.greg-bbox .log-btn{font-size:16px;}
.login-mbox .greg-bbox{margin-top:50px;}
.login-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.login-bottom a{font-size:12px;}