﻿@charset "utf-8";
/* 在线表单默认模板 ---------------------------------------------- */
#CustomFormTitle {
    padding: 0 0 25px 0;
    font: normal 30px/1.5 "Microsoft YaHei", 'PingFang SC';
    text-align: center;
    color: #333;
}
/* 在线表单结果页模板 */
.customFormResult {
    padding: 40px;
}
.customFormResult .row {
    margin-bottom: 20px;
    overflow: hidden
}
.customFormResult .row .titleInfo {
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
}
.customFormResult .row .titleInfo i {
    margin: 12px 10px 0 0;
    color: #3776b6;
    font-size: 14px;
}
.customFormResult .row .titleInfo .title {
    height: 37px;
    line-height: 38px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    color: #3776b6;
    font-weight: bold;
}
.customFormResult .row .titleInfo .time {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #3776b6;
}
.customFormResult .row .titleInfo .time span {
    margin: 0px;
}
.customFormResult .row .titleInfo .time span.spe {
    margin: 0 20px;
}
.customFormResult .row .message {
    width: 50%;
    float: right;
}
.customFormResult .row .message ul {
    display: block;
    overflow: hidden;
}
.customFormResult .row .message ul li {
    float: left;
    height: 78px;
    line-height: 78px;
    background-color: #55BADF;
    width: 45%;
    margin-left: 5%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding-left: 5%;
    box-sizing: border-box;
}
.customFormResult .row .message ul li .fa {
    font-size: 35px;
    vertical-align: middle;
}
.customFormResult .row .message ul li strong {
    font-weight: normal;
    font-size: 32px;
    margin: 0 10px;
    vertical-align: middle;
}
.customFormResult .row .message ul li.ans {
    background-color: #7E66CC
}
.customFormResult .graphPater {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5
}
.customFormResult .graphTitle {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    background: #f9f9f9;
    padding: 0 16px;
}
.customFormResult .resultTitle {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #3776b6;
}
.customFormResult .resultTitle i {
    margin-right: 5px;
}
.customFormResult .resultType {
    float: right;
    height: 40px;
    line-height: 40px;
}
.customFormResult .resultType label {
    float: left;
    margin-left: 20px;
}
.customFormResult .resultType span {
    float: left;
    color: #3776b6;
    margin-left: 3px;
}
.customFormResult .graphContent {
    padding: 20px;
    overflow: hidden
}
.customFormResult .graph {
    height: 280px;
    width: 48%;
    float: left;
    margin-right: 20px;
}
.customFormResult .options {
    overflow: hidden;
}
.customFormResult .options table {
    width: 100%;
    border: 1px solid #e5e5e5
}
.customFormResult .options table th,
.customFormResult .options table td {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 7px 5px;
    line-height: 22px;
}
.customFormResult .options table th {
    font-weight: bold;
    background: #f9f9f9
}
.customFormResult .options hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee
}
.customFormResult .noResult {
    font-size: 20px;
    line-height: 58px;
    border-bottom: 1px solid #ececec;
}
#choice {
    padding: 25px 0 15px 0;
    text-align: center;
}
#choice a {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
#choice a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}