
html{
    font-size: 62.5%;
}
body {
    font:normal 100% Arial,sans-serif;
    font-size:14px;
    margin: 0;
    padding: 0;
    background-color: #e9e9e9;
}
.head{
    position: relative;
    height: 6rem;
    width: 100%;
    z-index: 999;
    background-color: #000000;
    display: inline-block;
}
.head-active{
    position: fixed;
    top: 0;
}
.back{
    width: 18%;
    height: 6rem;
    background-color: #000000;
    float: left;
    font-size: 1.6rem;
    border-width: 0;
    outline: none;
    color: white;
}
.back:after{
    transform: rotate(225deg);
    content: " ";
    position: absolute;
    top: 0;
    left: 0.5em;
    bottom: 0;
    width: .64em;
    height: .64em;
    border: 2px solid #ffffff;
    border-bottom: 0;
    border-left: 0;
    margin: auto;

}
.logo{
    width: 30%;
    height: 4rem;
    margin-left: 35%;
}
.fans{
    width: 20%;
    float: right;
    height: 6rem;
    outline: none;
    font-size: 1.6rem;
    border-width: 0;
    background-color: #000000;
    color: white;
}
.hdlist{
    display: none;
    box-shadow:2px 2px 2px rgba(0,0,0,0.1),2px -2px 2px rgba(0,0,0,0.1),-2px 2px 2px rgba(0,0,0,0.1),-2px -2px 2px rgba(0,0,0,0.1);
    width: 96%;
    margin: 0.5rem 2% 0 2%;
}
/*.storage_selected:before{*/
/*    content: '✔';*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 0;*/
/*    width: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    color:#ffffff;*/
/*    !**对号大小*!*/
/*    font-size: 10px;*/
/*    line-height: 8px;*/
/*    border: 10px solid;*/
/*    border-color: transparent #9ac247 #9ac247 transparent;*/
/*}*/
.select_group{
    height: 5rem;
    position: relative;
    margin: 0.5rem 2% 0 2%;
    border-width: 0;
    background-color: white;
}
.input_group{
    height: 5rem;
    position: relative;
    margin: 0.5rem 2% 0 2%;
    border-width: 0;
    background-color: white;
}
.game{
    width: 50%;
    position: absolute;
    border-width: 0;
    background-color: white;
    margin-left: 40%;
    margin-top: 1.5rem;
    color: #787878;
}
.player{
    width: 50%;
    position: absolute;
    border-width: 0;
    background-color: white;
    margin-left: 40%;
    margin-top: 1.3rem;
    height: 2rem;
    color: #787878;
}
.select_group:after{
    transform: rotate(45deg);
    content: " ";
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: .64em;
    height: .64em;
    border: 2px solid #acacac;
    border-bottom: 0;
    border-left: 0;
    margin: auto;
}
.prefix{
    border-right: 2px solid #a6a6a6;width: 20%;height: 2rem;position: absolute;margin-top: 1.5rem;margin-left: 14%;text-align: center;float: left;
    color: #787878;
}
.paychoice{
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #adadad;
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
    text-align: left;
}
.gamechoice{
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    height: 4rem;
    text-align: left;
    font-size: 1.5rem;
}
.serverchoice{
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    height: 4rem;
    text-align: left;
    font-size: 1.5rem;
 }
.productchoice{
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    height: 4rem;
    text-align: left;
    font-size: 1.5rem;
}
.rolerchoice{
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    height: 4rem;
    text-align: left;
    font-size: 1.5rem;
}
.select{
    font-weight: bold;
    color: black;
    width: 50%;
    position: absolute;
    border-width: 0;
    background-color: white;
    margin-left: 40%;
    margin-top: 1.5rem;
}
.account{
    margin-top: 2rem;
}
.money{
    margin-top: 2rem;
}
.sum{
    width: 50%;
    height: 4.8rem;
    position: absolute;
    border-width: 0;
    background-color: white;
    margin-left: 40%;
    color: #787878;
    text-align: left;
}
.confirm{
    width: 96%;
    height: 5rem;
    margin: 3rem 2% 0 2%;
    background-color: dodgerblue;
    border-width: 0;
    border-radius: 3px;
    font-size: 1.5rem;
    color: white;
}