body {
    cursor: default;
    padding: 0;
    border: 0;
    margin: 0;
    text-align: center;
    background-color: white;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

body,
canvas,
div {
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Remove spin of input type number */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

body {
    background: url(./image/body_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

#Cocos2dGameContainer {
    position: absolute;
    margin: 0;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

canvas {
    background-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
    color: #000;
}

a:active,
a:hover {
    color: #666;
}

p.header {
    font-size: small;
}

p.footer {
    font-size: x-small;
}

#splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./image/body_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.loading_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 1206px;
    transform: scale(.69);
}

.loading_icon {
    position: absolute;
    top: 308px;
    left: 50%;
    transform: translate(-50%);
    width: 381px;
    height: 340px;
    background: url(./image/loading_icon.png) no-repeat center center;
    background-size: cover;
}

.progress-bar {
    box-sizing: border-box;
    position: absolute;
    top: 619px;
    left: 50%;
    transform: translate(-50%);
    height: 52px;
    padding: 17px;
    width: 518px;
    background: url(./image/loading_out.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.progress-bar span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    height: 25px;
    background: url(./image/loading_in.png) no-repeat left center;
    /* background-size: cover; */
}

.progress-bar span .loading_inicon {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0, -50%);
    display: block;
    height: 46px;
    width: 43px;
    background: url(./image/loading_tiaoicon.png) repeat center center;
    background-size: cover;
}

.loading_text {
    position: absolute;
    top: 696px;
    left: 50%;
    transform: translate(-50%);
    color: #004c77;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
}


/*  */

.baowu_num {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    height: 700px;
}

.baowu_num {
    position: relative;
    width: 480px;
    height: 700px;
}

.baowu_num_con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 480px;
    height: 210px;
}

.baowu_num_con_ul {
    /* padding: 0; */
    padding-left: 40px;
    margin: 0;
    /* width: 480px; */
    display: flex;
}

.baowu_num_con_li {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 240px;
    /* text-align: ; */
    font-size: 24px;
    color: white;
    text-align: left;
}

.baowu_num_con_span {
    /* width: ; */
    padding-left: 20px;
    font-size: 24px;
    color: white;
    /* text-shadow: 1px 1px 5px #40aad9, 1px 1px 5px #40aad9; */
    -webkit-text-stroke: 0.7px rgb(0, 217, 255);
    /* -webkit-text-stroke: 1.5px rgb(94, 223, 224); */
}

.paihangbang {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 700px;
}

.paihangbang_rte {
    position: relative;
    height: 700px;
}

.paihangbang_con {
    position: absolute;
    top: 174px;
    left: 0;
    right: 0;
    margin: auto;
    width: 414px;
    height: 350px;
    overflow-y: scroll;
}

.paihangbang_con::-webkit-scrollbar {
    width: 0;
}

.paihangbang_ul {
    width: 414px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
}

.paihangbang_li {
    list-style: none;
    width: 106px;
    font-size: 20px;
    color: #7b3c11;
}

.paihangbang_div {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: url("./image/head_border.png") no-repeat;
    background-size: 100% 100%;
}

.paihangbang_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.my_ewm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 750px;
    height: 50vh;
}

.my_ewm_rte {
    position: relative;
    width: 750px;
    height: 50vh;
}

.my_ewm_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 8%);
    width: 300px;
    height: 300px;
}

h1 {
    color: #444;
    text-shadow: 3px 3px 15px;
}

#GameDiv {
	width: 1920px;
	height: 1080px;
	margin: 0 auto;
	background: white;
	position: absolute;
	/* border: 3px solid black; */
	border-radius: 6px;
	/* box-shadow: 0 5px 40px #333 */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}