
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background-color: #efefef;
    text-align: center;
}

/* title css */
.div-title {
    width: 100%;
    height: 80px;
    background-color: #efefef;
}
.div-title-container {
    height: 100%;
    width: 1050px;
    margin: 0 auto;
    background-color: #ffffff;
    /*border-bottom: outset 1px #efefef;*/
}
.div-title-left {
    float: left;
    display: inline-block;
    margin-top: 10px;
}
.div-title-left img {
    max-height: 60px;
}
.div-title-right {
    float: right;
    display: inline-block;
    overflow:hidden;
    margin-top: 10px;
    margin-right: 20px;
}
.div-title-right a {
    color: #ffffff;
    background-color: #ed8e00;
    text-decoration: none;
}
.div-title-right a:hover {
    color: #ffffff;
    background-color: #fb9b00;
}
.div-title-right-button {
    width: 80px;
    height: 28px;
    background-color: #ed8e00;
    color: #eeeeee;
    text-align: center;
    line-height: 30px;
    margin: 3px 0;
    display: block;
}
.div-title-right-img {
    width: 60px;
    height: 60px;
}
/* menu css */
.div-menu {
    width: 1050px;
    margin: 3px auto;
    height: 40px;
    background-color: #eeeeee;
    font-size: 18px;
}
.div-menu a {
    color: #eeeeee;
    background-color: #404040;
    text-decoration: none;
}
.div-menu a:hover {
    color: #eeeeee;
    background-color: #202020;
}
.div-menu-button {
    width: 131px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    /*border: solid 1px #404040;*/
}

/* main css */
.div-main {
    margin: 5px auto;
    width: 1050px;
    height: 550px;
}
#div-main-bg1 {
    background: url("../images/brave.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 560px;
}
#div-main-bg2 {
    background: url("../images/castle.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 560px;
}
#div-main-bg3 {
    background: url("../images/dayDayHero.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 560px;
}
.div-main-download {
    width: 100%;
    text-align: right;
    position: relative;
    top: 440px;
}
.div-main-download img {
    /*max-height: 50px;*/
    margin-right: 40px;
    height: 50px;
    width: 174px;
}
.div-main-platform {
    width: 450px;
    float: right;
    position: relative;
    top: 440px;
    padding-right: 40px;
    background: url("../images/whitesmoke.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 60px;
    background-size: 100% 60px;
    height: 60px;
    text-align: right;
}
.div-main-platform img {
    max-height: 50px;
    margin-left: 5px;
    margin-top: 10px;
}
/* bottom css */
.div-footer {
    width: 100%;
}
.div-footer-container {
    width: 1050px;
    padding: 5px 0;
    margin: 0 auto;
    background-color: #404040;
    color: #eeeeee;
    text-align: center;
}
.div-footer-container a{
    color: #00ff6f;
    text-decoration: none;
}
.div-footer p {
    padding: 5px;
}

/* info css */
.div-info {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    height: 540px;
    text-align: left;
}
.div-info-left {
    float: left;
    width: 350px;
}
.div-info-right {
    float: right;
}
.div-info p {
    line-height: 1.5;
    padding: 10px 0 10px 20px;
}
.div-info h2 {
    font-size: 24px;
    text-align: center;
    padding: 5px 0;
}
.div-info-block {
    margin-bottom: 30px;
}
.div-info-block img {
    width: 110px;
    height: 110px;
    margin-left: -7px;
}
.div-info-block p {
    line-height: 1.3;
    padding: 2px 0 2px 40px;
}
.div-info-block a {
    color: #0000ff;
    text-decoration: none;
}
.div-info-block h3 {
    font-size: 20px;
    padding: 15px 20px 5px 20px;
}

/* register css */

.div-reg-line {
    width: 900px;
    height: 40px;
    margin: 20px 0 0 0;
    padding: 0 30px;
}

.div-reg-line-left {
    display: inline-block;
    float: left;
    width: 320px;
    text-align: right;
    margin-right: 10px;
    height: 38px;
    line-height: 38px;
}
.div-reg-line-middle {
    display: inline-block;
    float: left;
    width: 270px;
}
#div-reg-line-middle-span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
#div-reg-line-middle-span a {
    text-decoration: none;
    color: #0000ff;
    background-color: #ffffff;
}
#div-reg-line-middle-span a:hover {
    color: #0000ff;
}
.div-reg-line-middle input {
    width: 230px;
    height: 18px;
    padding: 8px 10px 8px 5px;
    border: solid 1px #aaaaaa;
    font-size: 16px;
    text-indent: 16px;
}
.div-reg-line-right {
    display: inline-block;
    float: right;
    width: 200px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #c93643;
    text-align: left;
  
}
.div-reg-line a {
    color: #ffffff;
    background-color: #ed8e00;
    text-decoration: none;
}
.div-reg-line a:hover {
    color: #ffffff;
    background-color: #fb9b00;
}
.div-reg-line-button {
    width: 240px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.div-reg-line-special {
    width: 900px;
    height: 38px;
    margin: 20px 0 0 0;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;

}
.div-reg-line-special a {
    color: #0049ff;
    text-decoration: none;
}
.div-reg-line-special a:hover {
    color: #0049ff;
}
.div-login-code {
    background: url("../images/code_bg.png") no-repeat;
    width: 82px;
    height: 32px;
    font-family:Arial;
    font-style:italic;
    color: #2affd8;
    font-size:16px;
    border:0;
    padding:2px 3px;
    letter-spacing:3px;
    font-weight:bolder;
    float:left;
    cursor:pointer;
    line-height:32px;
    text-align:center;
    vertical-align:middle;
}

/* agreement css */
.div-agree {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    /*height: 1540px;*/
    text-align: left;
}
.div-agree h2 {
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.div-agree h3 {
    font-size: 18px;
    padding: 20px 20px 10px 20px;
}
.div-agree p {
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 10px 0 20px;
}
.p-a a {
    color: #ff0000;
    text-decoration: none;
}
.p-a a:hover {
    color: #ff0000;
}

/* introduce css */
.div-introduce {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    /*height: 1540px;*/
    text-align: left;
}
.div-introduce h1 {
    font-size: 25px;
    text-align: center;
    padding: 5px 0;
}
.div-introduce h2 {
    font-size: 18px;
    text-align: left;
}
.div-introduce h3 {
    font-size: 25px;
    text-align: center;
}
.div-introduce h4 {
    font-size: 18px;
    text-align: center;

}
.div-introduce p {
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px;
}
.div-introduce-img{
    width: 850px;
    padding: 30px 30px 30px 50px;
    margin: center;
}
.div-introduce button{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.div-introduce img{
    padding: 15px 15px 15px 50px;
}


/* recharge    */
.div-recharge {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: left;
}
#content {
	clear: both;
    background: #FFF;
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: left;
} 
#content p{
    line-height:32px;
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px;
     }
#content .gallery a img {
	border: none;
}
#content-core {
	display: block;
	max-width:1140px;
	margin: 0 auto;
    content:"";
    display:table;
}
#body-core #main-core > article {
	background: #FFF;
	border-bottom: 3px solid #e2e2e2;
	padding: 20px;
	margin-bottom: 30px;
    content:"";
    display:table;
}
#main-core:before,
#main-core:after {
    content:"";
    display:table;
}
#main-core:after {
    clear:both;
}
.term_h2{ font-size:24px; line-height:35px;}
.term_con{
    line-height:32px;
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px; }
.banklist {}
.banklist ul {}
.banklist ul li{float:left;margin:5px 10px;width:100px;}
.banklist ul li input{float:left;margin-top:10px;margin-right:10px;line-height:20px;}
.banklist ul li img{border:1px solid #cccccc;}

.div-normal {
    width: 1050px;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: left;
    height: 1350px;
}
.div-normal p {
    text-indent: 2em;
    font-size: 16px;
    padding: 5px 30px 5px 15px;
    line-height: 150%;
}
.div-normal h2 {
    font-size: 18px;
    text-align: left;
}
