html, body {
    height: 100%;
}
input, textarea{
    color: #333!important;
}
body {
    background-color: #161616;
	
    margin: 0;
    font-family: Helvetica, sans-serif;
    overflow: hidden;
}

a {
    color: #ffffff;
}

#info {
    position: absolute;
    width: 100%;
    color: #ffffff;
    padding: 5px;
    font-family: Monospace;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding-top:20px;

    z-index: 1;
}

#menu {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.element {
    width: 100px;/* 120 160 */
    height: 100px;
    box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
    border: 1px solid rgba(127,255,255,0.25);
    text-align: center;
    cursor: default;
}

.element:hover {
    box-shadow: 0px 0px 12px rgba(0,255,255,0.75);
    border: 1px solid rgba(127,255,255,0.75);
}
.element img{
    width:100px;
    height:100px;
}

.element .number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    color: rgba(127,255,255,0.75);
}

.element .symbol {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255,255,255,0.75);
    text-shadow: 0 0 10px rgba(0,255,255,0.95);
}

.element .details {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-size: 12px;
    color: rgba(127,255,255,0.75);
}

button {
    color: #fff;
    background: #fa7c4e;
    border: 0px;
    padding: 10px 28px;
    cursor: pointer;
    font-size:18px;
    border-radius:22px;

}
button:hover {
    background-color: #ff4400;
}
button:active {
    color: #000000;
    background-color: #fa7c4e;
}
.show_info{position:fixed;background-color:rgba(0,0,0,.6);padding:10px;width:400px;margin:0 auto;left: 0;right:0;border-radius: 5px;box-shadow: 0 0 10px 0 #fff;top:30%;}
.show_info img{display:block;margin:auto;border-radius: 5px;box-shadow: 0 0 10px 0 #888;}
.show_info .intro{color:#fff;text-indent:20px;margin-top:10px;height:85px;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.show_info .info_my{text-align: center;}
.show_info .info_my > *{display:inline-block !important;vertical-align: middle;}
.show_info .info_my .info_mem{color:#fff;max-width:120px;}
.show_info .info_my .info_mem > div{text-align: left;}
.show_info .info_my .info_mem > div.nickname{max-width: 120px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size:18px;}
.model{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,.4);
    z-index: 99;
    display: none;
}
.popup{
    width:739px;
    height:524px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 999;
    display: none;
}
.popup .head{
    width: 100%;
    height: 123px;
    background:rgba(199,237,204,1);
    border-radius:  0 0 70% 70%;
    border-width: 20px 40px 5px 30px;
    text-align: center;
}
.popup h1{
    margin:0px;
    line-height: 123px;
    font-size:38px;
    font-family:CTLaoSongSJ;
    font-weight:400;
    color:rgba(3,175,112,1);
}
.col-2,.col-8{
    display: inline-block;
    float: left;
}
.from{
    margin: 0 110px;
    margin-top: 85px;
}
.line{
    width:136px;
    height:136px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(231,231,231,1);
    position: relative;
    margin-right: 40px;

}


.line i{
height: 19px;
    font-size: 15px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: #333;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 27%;
    margin: -28px -15px;
    text-decoration: none;
    font-style: normal;
}

.line p{
    margin-top: 150px;
    text-align: center;
    height:16px;
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(153,153,153,1);
    line-height:32px;
}
.mt{
    margin-top: 72px
}
.from-contro{
    position: relative;
}
.from-contro textarea, .from-contro input{
    border:0;
    border-bottom: 1px solid #CFCFCF;
    width: 330px;
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(153,153,153,1);
    line-height:32px;
    outline:none
}
.from-contro textarea{
    line-height: 20px;
    height: 26px;
    /*height: 60px;*/
    resize:none
}
.count{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color:rgba(153,153,153,1);
    font-size:14px;
}
.btn{
    width:297px;
    height:50px;
    text-align: center;
    line-height: 50px;
    display: block;
    padding: 0;
}
.btn-primary{
    background:linear-gradient(95deg,rgba(3,214,137,1),rgba(98,228,180,1));
    box-shadow:0px 9px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius:21px;
}
.footer{
    width: 297px;
    margin: 270px auto 0;
}
.btn-cancle-a{
    background-color: #fff;
    font-weight:300;
    color:rgba(153,153,153,1);
    font-family:PingFangSC-Light;
}
.btn-cancle-a:hover{
    background-color: #fff;
}

button:focus{outline:0;}
