

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}
#body_wrap {
    width: 100%;
    height: 100%;
}

.brown_border {
    border-bottom: 1px solid #3f332a;
}

.black_border {
    border-bottom: 1px solid #292420;
}

.over {
    position: absolute;
    display: block;
    /*border:1px solid red;*/
    z-index: 10;
}

img.underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
}

a.over.hover:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

a.btn {
    left: 50%;
    margin-left: -451px;
    width: 902px;
    height: 106px;
    box-shadow: 0px 2px 4px #000;
}

span.timer {
    display: block;
    float: left;
    width: 50px;
    height: 68px;
    line-height: 70px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

span.timer.date {
    color: #fff;
}

span.timer.time {
    color: #5a5a5a;
}

div.section {
    width: 100%;
    min-width:1000px;
}

div.section > div.center {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100%;
    overflow: hidden;
}

#Th_logo > img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0px;
}

div.center img {
    width: 100%;
    height: 100%;
}

div#section1 {
    position: relative;
    background-image: url('../images/type3.png');
    background-repeat: repeat;
}

div#timer_wrap {
    top: 95px;
    left: 133px;
    position: absolute;
    height: 65px;
    line-height: 65px;
    z-index: 10;
}

div#section2 {
    position: relative;
    background-color: #3D3129;
}

div#section3 {
    background-image: url('../images/type2.png');
    background-repeat: repeat;
}

div#section3 a {
    bottom: 105px;
}

div#section4 {
    background-color: #634E3F;
}

div#section5 {
    background-image: url('../images/type2.png');
    background-repeat: repeat;
}

div#section6 {
    background-image: url('../images/type1.png');
    background-repeat: repeat;
}

div#section7_1 {
    background-color: #37322F;
}

div#section7_2 {
    background-color: #4D6490;
}

div#section7_3 {
    background-color: #EFEFEF;
}

div#section8_1 {
    background-color: #4D6490;
}

div#section8_2 {
    background-color: #EFEFEF;
}

div#section9_1 {
    background-color: #4D6490;
}

div#section9_2 {
    background-color: #EFEFEF;
}

div#section9_2 .over {
    width: 192px;
    height: 525px;
}

div#section10_1 {
    background-color: #4D6490;
}

div#section10_2 {
    background-color: #EFEFEF;
}

div#section10_2 a.over.video {
    width: 219px;
    height: 126px;
}

div#section10_2 a.over.btn {
    bottom: 85px;
}

div#section10_2 div.review-wrap {
    width: 825px;
    height: 460px;
    top: 339px;
    left: 86px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

div.review-wrap img.medals {
    width: 86px;
    height: 81px;
}

div.review-wrap img.stars {
    width: 122px;
    height: 21px;
}

div.review-wrap > table {
    width: 100%;
    border-collapse: collapse;
}

div.review-wrap > table tr:first-child th {
    height: 43px;
    background-color: #4d6490;
    color: #fff;
    font-size: 16px;
}

div.review-wrap td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    letter-spacing: -0.65px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

div.review-wrap td.content {
    width: 450px;
    padding-right: 33px;
    text-align: left;
}

div#vertical_slide div.slide {
    width: 825px;
    height: 460px;
    border: 1px solid blue;
}

div#section11 {
    background-color: #3C3C3C;
}

div#section12 {
    background-color: #717171;
}

div#section9_2 .over {
    width: 192px;
}

div#section12 h3 {
    text-align: center;
    margin-bottom: 50px;
}

div#section12 .center {
    width: 800px;
    margin: 0 auto;
    color: #b2b2b2;
}
div#section12 dl {
    margin-bottom: 48px;
}
div#section12 dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
div#section12 dd {
    margin-left: 0px;
    padding-left: 16px;
    font-weight: normal;
    font-size: 16px;
}
div#section12 p {
    margin: 0px;
    line-height: 24px;
    text-indent: -8px;
}
div#section12 p:before {
    content: '-';
    display: inline-block;
    padding-right: 4px;
}
div#section12 p.no_list_sign:before {
    display: none;
}
div#section12 p span {
    /* margin-left: 13px; */
}