﻿.goodwe-agreement .text-center {
    text-align: center;
}

.goodwe-agreement .text-right {
    text-align: right;
}

.goodwe-agreement .contain {
    width: 100%;
    height: 400px;
    padding: 10px;
    box-sizing: border-box;
}

.goodwe-agreement p {
    font-size: 14px;
    margin:10px 0;
}

.goodwe-agreement .connect p {
    margin: 0;
}

.goodwe-agreement .title {
    font-weight: bold;
    margin: 20px 0;
    font-size: 16px;
}

.goodwe-agreement li {
    margin: 8px 0;
    font-size: 14px;
    list-style-type:disc;
}
.goodwe-agreement ul {
    padding-left:20px;
}
.goodwe-agreement .head {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
    height: 50px;
    background-color: #25323B;
}

.goodwe-agreement {
    width: 400px;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    margin-left:0;
    margin-top:0;
    overflow: hidden;
    height: 520px;
}
.slimScrollBar {
    height: 100px !important;
}
.goodwe-agreement .connect .email{
    margin:10px 0; 
}

