html,body{
    height: 100%;
    margin: 0;
}
body {
    background-color: #fff !important;
    height: auto;
}
.c-box {
    width: 100%;
    height: 100%;
    background: #fff;
}
.panel1{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #fff !important;
}
.panel1 .cp1-main{
    width: 10rem;
    height: auto;
    background-color: #fff !important;
}
.panel1 .cp1-logo {
    width: 10rem;
    height: auto;
}
.cp1-content {
    width: 8.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.panel1 .cp1-txt {
    font-size: 24px;
    text-align: center;
    width: 8.5rem;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}  

.contact-box {
    width: 8rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0.5rem;
    box-shadow: 0px 0px 5px #CBCBCB;
    margin-top: -4.5rem;
    position: relative;
    z-index: 1;
    background-color: #fff !important;
    border-radius: 5px;
}
.cb-title {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 24px;
    font-weight: 700;
}
.contact-input {
    width: calc(100% - 16px);;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 0px 3px #CBCBCB;
    border-radius: 3px;
    border: none;
    margin-bottom: 10px;
    padding: 0 8px;
    color: #000000;
    font-size: 12px;
}
.contact-textarea {
    width: calc(100% - 16px);
    padding: 8px;
    line-height: 18px;
    box-shadow: 0px 0px 3px #CBCBCB;
    border-radius: 3px;
    border: none;
    resize:none;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
}
.contact-tips {
    font-size: 12px;
    line-height: 16px;
    color: #888888;
}
.label-checkbox {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
}
.label-checkbox input{
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    vertical-align: sub;
}
.contact-btn {
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #78E3FF;
    font-size: 14px;
    border-radius: 5px;
    color: #ffffff;
}

.panel2 {
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #fff !important;
    padding-top: 0.5rem;
}
.cp2-content {
    width: 9rem;
    margin-left: 0.5rem;
}
.panel2 .cp2-txt {
    font-size: 24px;
    width: 9rem;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}  
.panel2 .cp2-txt1 {
    font-size: 20px;
    width: 9rem;
    line-height: 26px;
    color: #000000;
}  
.panel2 .cp2-desc {
    font-size: 14px;
    width: 9rem;
    line-height: 20px;
    color: #888888;
    margin-top: 10px;
}
.panel2 .cp2-desc1 {
    font-size: 14px;
    width: 9rem;
    line-height: 20px;
    color: #78E3FF;
    margin-top: 10px;
}