@media only screen and (max-width: 900px) {
    /* For mobile phones: */
    .tips_right{
        display: none;
    }
}
.create{
    margin-top: 50px;
    width: 550px;
    background:rgba(0,0, 0, 0.78);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
	position: relative;
    /*font-size: 14px;*/
}
.create_title{
    margin: auto;
    color: #ee9852;
    font-size: 24px;
    margin-top: 25px;
    letter-spacing:15px;
    margin-bottom: 50px;
}
.input_p{
    align-items: center;
    font-size: 15px;
    justify-content: center;
    height: 25px;
    margin-bottom: 40px;
}
.input_data{

}
.packmax{
    width: 40px;
    height: 22px;
    text-align: center;
    background-color:#6c6c6c;
    color: white;
    margin-left: 10px;
    float: right;
    cursor:pointer;
}
.packactive{
    border: 1px solid #ee9852;
}
.create_pack{
    margin-bottom: 30px;
}
.create_money{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    letter-spacing:3px
}

.tips_right{
	width: 250px;
	background: rgba(0,0,0,.78);
	height: 500px;
	position: absolute;
	right: -260px;
	top: 0;
	box-sizing: border-box;
	padding: 12px;
	overflow-y: scroll;
}

.tips_right p{
	line-height: 24px;
	font-size: 12px;
	text-align: center;
}
.tips_right::-webkit-scrollbar {/*滚动条整体样式*/
		width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
}
.tips_right::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #b7b7b7;
}
.tips_right::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: black;
	opacity: 0.75;
}

.tips_left{
    width: 250px;
    background: rgba(0,0,0,.78);
    height: 500px;
    position: absolute;
    left: -260px;
    top: 0;
    box-sizing: border-box;
    padding: 12px;
    overflow-y: scroll;
}
.tips_left p{
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}
.tips_left .lv{
    color: rgb(0, 255, 135);
}
.tips_left .exp{
    color: rgb(238, 152, 82);
}
.tips_left::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.tips_left::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b7b7b7;
}
.tips_left::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: black;
    opacity: 0.75;
}