*{margin: 0;padding: 0;}



.container{
    max-width: 1200px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}








.body_bg {
    background-image: url(../images/banner_bg.png);
    background-attachment: fixed;
    background-position:center center;
    background-size: cover;

}
header{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    z-index: 1000;
    height: 80px;
    float: left;
}
header .logo {
    display: block;
    float: left;
    height: 100%;
}

header .logo img {
    width: auto;
    height: 50px;
    margin-top: 15px;
}
header .gy-login{
    float: right;
    padding-top: 22px;
} 
header .gy-login a{
    display: inline-block;
    width: 98px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}














.main {
    position: relative;
    width: 100%;
    float: left;
}

.register {
    width: 560px;
    color: #0d3b70;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5%;
}
.register h3{
    color: #fff;
    text-align: center;
    margin: 40px 0px;
    font-size: 40px;
}
.register .login-type{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 9px 0px rgb(0 177 141);
}
.register .register_type {
    width: 50%;
    fill: #fff;
    color: #fff;
    padding: 40px 40px 35px 40px;
    background: rgb(0 ,99 ,119,0.8);
    border: 1px solid #006779;
    cursor: pointer;
    border-right-color: rgba(255,255,255,0.2);
}


.register_type-icon {
    display: block;
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto;
    background-size: 70%;
    background-position:center center;
    background-repeat:no-repeat;
}
.register_type-icon.gr{
    background-image:url(../images/gr.png) ;
}
.register_type-icon.dw{
    background-image:url(../images/dw.png) ;
}





.register .register_type h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 36px;
    font-size: 22px;
    font-weight: bold;
}
.btn {
    display: inline-block;

    margin-bottom: 0;

}

.register_btns .btn {
    background-color: #01b48e;
    color: #fff;
    display: block;
    line-height: 1.4;
    padding: 12px 20px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 15px;
}



.register_type:hover .register_type-icon,
.register_type .register_btns:hover .btn {
    background-color: #f26334;
}


.register_type:hover .register_type-icon.gr{
    background-image:url(../images/grg.png) ;
}

.register_type:hover .register_type-icon.dw{
    background-image:url(../images/dwg.png) ;
}

@media screen and (max-width: 768px) {
    header .logo span {
       display: none;
    }
    .register {
        width: 85%;
    }
    .register h3 {
        margin: 20px 0px;
        font-size: 26px;
    }
    .register .register_type {
        width: 100%;
        padding: 15px;
    }
    .register_header{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .register_type-icon {
        width: 36px;
        height: 36px;
        margin: 0 10px 0  0;
    }
    .register .register_type h2 {
        margin: 0;
        font-size: 16px;
    }
    header .logo img{
        height: 40px;
    }
}
@media screen and (max-width: 375px) {
    header .logo img {
        height: 40px;
    }
    header .gy-login a{
        width: 80px;
        height: 30px;
        line-height: 28px;
    }
    .register h3 {
        margin: 20px 0px;
        font-size: 24px;
    }
}
@media screen and (max-width: 320px) {
    header .gy-login{
        display: none;
    }
    .register h3 {
        font-size: 18px;
    }
    .register {
        width: 100%;
    }
}





/*.gyfoot {*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    bottom: 0px;*/
/*    height: 74px;*/
/*    float: left;*/
/*}*/
.gyfoot {
    width: 100%;
    height: 74px;
    float: left;
    margin-top: 80px;
}
.gyfoot .foot-bottom {
    /*height: 74px;*/
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
    line-height: 74px;
    padding-top: 27px;
}

.gyfoot .foot-bottom p {
    font-size: 14px;
    text-align: center;
    color: #FFF;
    opacity: .5;
    line-height: 26px;
}


