html {
    background-color: #ffffff;
}
body{
    height: 100%;
}
.main-body{
    background: url(../../v6/img/register/explain-bg.png) no-repeat 100% 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position-y: 4rem;
    height: calc(100% - 4rem);
    position: relative;
    padding-top: 4rem;
}
.trialSys-body{
    width: 47.85rem;
    margin: 9rem auto 0;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 9px 1px rgba(225,230,230,1);
}

.banner-body{
    width: 20rem;
    height:25.6rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.trialSys-img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.info-body{
    width: 25.65rem;
    text-align: center;
}

.info-title{
    font-size: 1.4rem;
    color: #3ACBC6;
    text-align: center;
    margin-bottom: 3rem;
}
.info-row{
    position: relative;
    width: 15.3rem;
    margin: 0 auto 1.15rem;
}
.info-row input{
    border: none;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    line-height: 2.5rem;
    outline: none;
    border-radius: 0;
}
.info-row input:focus{
    outline: none;
    border: none;
    border-bottom: 1px solid #3ACBC6;
    border-radius: 0;
}
.info-row .obtain-code{
    position: absolute;
    right: 0;
    top: 0.1rem;
    font-size: 0.6rem;
    color: #ffffff;
    cursor: pointer;
    background-color: #3ACBC6;
    padding: 7px 9px;
    border-radius: 4px;
}
.info-row .obtain-code:hover{
    color: #333333;
}
.submit-trial-btn{
    margin: 4rem auto 0;
    width: 15rem;
    line-height: 2rem;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #3ACBC6;
    cursor: pointer;
}