* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    background-color: #fff !important;
}

input[type=button] {
    -webkit-appearance: none;
}

.section {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#tb_content {
    border-collapse: collapse;
}

#tb_content tr {
    height: 80px;
    color: #ffffff;
    font-size: 38px;
    font-family: Courier;
}

.button_submit {
    width: 90%;
    height: 120px;
    outline: medium none;
    border: 0px;
    background-color: #d2a152;
    color: #fff;
    font-size: 46px;
    border-radius: 10px;
}

#two-dimension-bg {
    top: 0;
    left: 0;
    height: 100%;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    width: 100%;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    background-color: #333333;
}

#two-dimension-window {
    top: 0%;
    left: 20%;
    height: 300px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    display: none;
    border-radius: 25px;
    -moz-border-radius: 25px; /* Firefox */
    -webkit-border-radius: 25px; /* Safari 和 Chrome */
    border-radius: 25px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    padding: 34px 26px 26px 26px;
    background-color: #f4f4f4;
}

#two_dimension_title {
    font-size: 40px;
    color: #333333;
}

#two-dimension-hint {
    font-size: 32px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 12px;
}

#two-dimension-window font，#two-dimension-window img {
    display: block;
}

#close {
    position: fixed;
    bottom: 10%;
    left: 15%;
    width: 80px;
    height: 80px;
}

#bg_share {
    top: 0;
    left: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    background-color: #333333;
    z-index: 8888;
}

.yellow {
    color: yellow !important;
    font-weight: bold;
    font-size: 18px !important;
}

.frame p {
    color: white;
    font-size: 18px !important;
    margin: 5px;

}

.tag {
    border-radius: 50%;
    border: 1px solid white;
    margin: 15px;
    padding: 5px 10px;
    background-color: #2e2e2e;
    font-size: 12px;
}

.arrow {
    position: absolute;
    bottom: 0px;
    left: 44%;
    z-index: 9999;
}

.arrow img {
    width: 40px;
}

#score {
    font-size: 45px;
    font-weight: bold;
    color: white;
}
