p{font-size: 15px;}

.liuyan {
    width: 100%;
}
.liuyan .mainCon {
    width: 100%;
    height: 520px;
    background: url(../images/liuyan_bg.jpg) no-repeat top;
    padding-bottom: 20px;
    position: relative;
}
.liuyan .mainCon .box {
    width: 500px;
    margin-left: 620px;
    padding-top: 55px;
}
.liuyan .mainCon .box input {
    width: 408px;
    height: 58px;
    line-height: 58px;
    padding: 0 70px 0 20px;
    border: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
    color: #999999;
}
.liuyan .mainCon .box .input1 {
    background: url(../images/liuyan_icon01.png) no-repeat 452px center;
}
.liuyan .mainCon .box .input2 {
    background: url(../images/liuyan_icon02.png) no-repeat 452px center;
}
.liuyan .mainCon .box textarea {
    width: 408px;
    height: 80px;
    padding: 0 70px 0 20px;
    border: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
    background: url(../images/liuyan_icon03.png) no-repeat 452px 20px;
    resize: none;
}
.liuyan .mainCon .box a {
    display: block;
    height: 60px;
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    background: #df8938;
    text-decoration: none;
}
.liuyan .mainCon .title {
    position: absolute;
    top: 66px;
    left: 70px;
}
.liuyan .mainCon .title h3 {
    font-size: 24px;
    color: #043985;
}
.liuyan .mainCon .title p {
    font-size: 20px;
    color: #b8b8b8;
    font-family: arial;
    margin-top: 2px;
}
.liuyan .mainCon li {
    margin-bottom: 20px;
    color: #777;
    height: 60px;
    list-style:none;
}
.liuyan .mainCon label {
    display: inline-block;
    float: left;
    line-height: 60px;
    height: 58px;
    width: 77px;
    border: 1px solid #dedede;
    border-right-width: 0;
    text-align: center;
    background: #fff;
}
.liuyan .mainCon .iptTxt {
    float: left;
    width: 252px;
    border: 1px solid #dedede;
    height: 16px;
    line-height: 16px;
    padding: 10px 0;
    outline: none;
    text-indent: 1em;
    background: #fff;
    color: #333;
}
.liuyan .mainCon li.yzm .iptTxt {
    float: left;
    width: 190px;
    margin-bottom: 0px;
}
cite {
    display: block;
}
.liuyan .mainCon cite {
    float: left
}
.liuyan .mainCon cite img {
    width: 130px;
    margin-left: 10px;
    margin-top: 10px;
}
.liuyan .mainCon cite #spChgVerCode {
    display: inline;
    text-align: left;
    font-size: 14px;
    color: #000;
    background: none;
}
.msg{display:inline;font-size: 15px;height: 50px;line-height: 50px;}
.error{color:red !important;}
.success{color:green !important;}

.contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding-bottom: 0.8rem;
}
.contain .col {
    line-height: 1.75em;
    color: #333333;
    width: 25%;
    padding: 0.7rem 2% 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contain .col .dd p{font-size: 18px;}
.contain .col .dt {
    color: #0076ff;
    font-weight: bold;
    font-size: 18px;
}
.col .hrX1 {
    margin-top: 0.4rem;
}
.hr.hrX1 {
    display: block;
    width: 20px;
    height: 3px;
    background-image: -webkit-linear-gradient(0, #05d1f3, #512dff, #05d1f3, #512dff);
    background-size: 300% 100%;
    background-color: #512dff;
    padding: 0 0.16rem;
}
.contain .col .dd {
    margin-top: 15px;
    line-height: 2;
}
.qrCol .qrcode {
    padding: 5px;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #5d7cdd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 108px;
    min-height: 108px;
}
.qrCol .qrcode img {
    display: block;
    width: 100%;
    height: 100%;
}