﻿html, body {
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    font-size: 16px;
    line-height: 2em;
    font-family: 'Microsoft YaHei';
    background: #d5fcff url('image/headerbg.jpg') no-repeat center top;
}

.header {
}

.mainbody {
}

.main {
    width: 1140px;
    padding: 260px 30px 50px 30px;
    margin: 0 auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    background: #fff url('image/topbg.jpg') no-repeat center top;
    background-size: 100% 326px;
}

.resultInfo {
    padding: 0 16px 66px 16px;
    font-size: 30px;
    border-bottom: 1px solid #666;
    border-bottom: 1px solid #666;
    border-bottom;
}

#showScore {
    color: #fe0000;
    font-size: 60px;
    padding: 0 12px;
}

.participantinfo {
    padding-top: 50px;
    padding-left: 30px;
    font-size: 24px;
}

.textbox{
    width: 328px;
    height: 36px;
    border: 1px solid #000;
    font-size: 16px;
}


.footer {
    padding-top: 18px;
    margin-top: 30px;
    height: 34px;
    background: url('image/footerbg.jpg') no-repeat center center;
    text-align: center;
    font-size: 14px;
}

.btn_submit {
    display: inline-block;
    width: 428px;
    height: 66px;
    line-height: 66px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background-color: #1686c6;
    border-radius: 18px;
    text-decoration: none;
}
