* {

    margin: 0;

    padding: 0;

    border: none;

    box-sizing: border-box;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



ul, ol {

    list-style-type: none;

}



input:focus {

    outline: none;

}



html, body {

    max-width: 640px;

    width: 100%;

    height: 100%;

    margin: 0 auto;

}



em {

    font-style: normal;

    font-weight: normal;

}

.public_header {
	height: 1.5rem;
	line-height: 1.5rem;
	background: #3f1569;
	width: 100%;
	position: relative;
}

.public_h_logo {
	position: absolute;
	left: 10px;
	height: 44px;
	top: 0;
	display: block
}

.public_h_logo img {
	height: 100%;
	display: block
}

.public_h_con {
	text-align: center;
	font-size: .6rem;
	color: #ffffff;
	line-height: 1.5rem;
}

.public_h_home {
	position: absolute;
	top: 0;
	left: 0;
}

.public_h_menu {
    position: absolute;
    right: .3rem;
    top: 0;
    width: 2rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: .47rem;
    color: #fff;
    text-decoration: none;
}

.public_h_home:after {
	content: '';
	display: block;
	width: .8rem;
	height: .8rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: .3rem;
	left: .3rem;
	background-image: url("/Public/taluoxingzuo/zhuye.png");
}

/*-----flex-----*/

.flex-center {

    display: flex;

    display: -webkit-flex;

    justify-content: center;

    -webkit-justify-content: center;

    align-items: center;

    -webkit-align-items: center;

}



.flex-row {

    display: flex;

    display: -webkit-flex;

    flex-direction: row;

    -webkit-flex-direction: row;

    align-items: center;

    -webkit-align-items: center;

    justify-content: space-between;

    -webkit-justify-content: space-between;

}



.flex-column {

    display: flex;

    display: -webkit-flex;

    flex-direction: column;

    -webkit-flex-direction: column;

    align-items: center;

    -webkit-align-items: center;

    justify-content: flex-start;

    -webkit-justify-content: flex-start;

}



/*-----flex-----*/





/*----------------容器盒子------------*/

section.page {

    width: 100%;

    background-color: #34115a;

    position: relative;

}

div.content-wrap {

    width: 100%;

    padding: 0 0.3rem;

}



div.content-wrap div.content-box {

    width: 100%;

}



div.content-wrap img.border {

    display: block;

    width: 100%;

    height: auto;

}



div.content-wrap img.border-top {

    margin-bottom: -2px;

}



div.content-wrap img.border-bot {

    margin-top: -2px;

}



div.content-wrap div.content-panel {

    width: 100%;

    background-image: url('/Public/taluoxingzuo/taluo/fuhe/img/border_mid.png');

    background-repeat: repeat-y;

    background-size: 100% 100%;

    padding: 0 0.2rem;

}



div.content-wrap img.title {

    display: block;

    width: 10rem;

    height: auto;

    margin: 0.8rem 0rem 0.4rem 0rem;

}



div.content-wrap div.content {

    width: 100%;

    padding: 0rem 0.6rem;

    position: relative;

    z-index: 9999;

}

/*----------------容器盒子------------*/







/*更多游戏*/

div.more-wrap {

    width: 100%;

    margin-top: 0.6rem;

}



div.more-app {

    width: 100%;

}



div.more-app div.title {

    width: 100%;

    height: 1.4rem;

    font-size: 20px;

    font-weight: 500;

    color: #FFFFFF;

    background-color: #632d9f;

}



div.more-app div.apps {

    width: 100%;

    background-color: #431871;

    padding: 0.6rem 0.3rem;

}



div.more-app ul.line {

    width: 100%;

}



div.more-app ul.line:first-child {

    margin-bottom: 0.8rem;

}



div.more-app ul.line li a {

    text-decoration: none;

    width: 2.8rem;

}



div.more-app div.cover {

    position: relative;

    width: 2rem;

    height: 2rem;

    border-radius: 12px;

    -webkit-overflow: hidden;

    overflow: hidden;

    margin-bottom: 0.1rem;

}



div.more-app div.cover img.app-img {

    display: block;

    width: 2rem;

    height: 2rem;

}



div.more-app div.cover img.original {

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    width: 0.8rem;

    height: 0.8rem;

}



div.more-app div.app-title {

    width: 2.8rem;

    text-align: center;

    font-size: 15px;

    color: #FFFFFF;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



@media screen and (max-width: 340px) {

    div.more-app div.app-title {

        font-size: 12px;

    }



    div.more-app div.title {

        font-size: 16px;

        font-weight: 400;

    }

}



/*客服*/

div.kefu-wrap {

    width: 100%;

    background-color: #341058;

}



div.kefu-wrap div.title {

    width: 100%;

    height: 1.8rem;

    font-size: 20px;

    font-weight: 500;

    color: #FFFFFF;

    -webkit-justify-content: flex-start;

    justify-content: flex-start;

    padding-left: 0.4rem;

    border-bottom: 2px solid #7d7394;

}



div.kefu-wrap div.kefu-content {

    width: 100%;

    height: 6rem;

    padding-top: 1rem;

    font-size: 16px;

    color: #FFFFFF;

    padding-bottom: 2.4rem;

}



@media screen and (max-width: 340px) {

    div.kefu-wrap div.title {

        font-size: 16px;

        font-weight: 400;

    }



    div.kefu-wrap div.kefu-content {

        font-size: 12px;

    }

}



div.kefu-wrap p.wx {

    color: #ddad72;

    margin-bottom: 0.3rem;

}