﻿/*主要容器*/
html {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #414141;
    margin: 0;
    padding: 0;
    background: url(../Image/bg2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

ul, h1, h2, h3, h4, h5, h6, p {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

p {
    text-align: justify;
    color: #414141;
    font-size: 13px;
}

.wrapper {
    margin: 20px auto;
    width: 1000px;
    height: 600px;
    box-shadow: 0 5px 20px rgba(68, 68, 68, 0.73);
}

.header a {
    display: block;
    line-height: 0;
}

/*.header{background:#141d2b;height: 16%;}*/
.content {
    background: rgba(255, 255, 255, 0.5);
    height: 90%;
}

.left_bar {
    width: 20%;
    background: rgba(238, 238, 238, 0.35);
    float: left;
    height: 100%;
    position: relative;
}

.center_right {
    width: 80%;
    height: 100%;
    float: left;
}

.center {
    width: 50%;
    float: left;
    height: 100%;
}

.right_bar {
    background: rgba(238, 238, 238, 0.35);
    width: 50%;
    float: left;
    height: 100%;
}

.dv_wrap {
    background: rgba(255, 255, 255, 0.35);
}

/*纸*/

/*登陆界面*/
.user_login {
    width: 1000px;
    margin: 100px auto;
    background: #f2f2f2;
}

.login_title {
    background: rgba(179, 134, 49, 0.32);
}

.login_title p, .login_title img {
    float: left;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}

.login_title p {
    margin-top: 4px;
}

.btn, .text-box {
    font-family: "Microsoft Yahei";
    color: #2d424c;
}

 input, .input_box, .text-box, textarea {
    font-size: 12px;
    padding: 5px;
    background: white;
    border: 1px solid #a9a9a9;
}

.btn{
    font-size: 23px;
    padding: 5px;
    background: white;
    border: 1px solid #a9a9a9;
}

.loginBtn{
    margin: 0 65% 0;
    font-size: 16px;
    width: 25%;
    font-weight:bold;
    text-decoration:underline;
}

.btn {
    cursor: pointer;
    padding: 5px 16px;
}

.btn:hover, .drop_box:hover, .control-label:hover {
    background: #ffa700;
    border: 1px solid #ffa700;
    color: #fff;
}

.btn_confirm {
    background: #4CAF50;
    color: white;
    border: 1px solid #20b726;
}

.login_wrap {
    width: 420px;
    margin: 100px auto;
    color: #2d2d2d;
    box-shadow: 0 5px 20px rgba(68, 68, 68, 0.73);
}

.login_wrap .form-group {
    width: 70%;
    margin: 20px auto;
}

.login_wrap .form-group p, .login_wrap .form-group .text-box {
    margin: 15px;
    margin-left: 10px;
}

.login_wrap .form-group p {
    float: left;
    width: 15%;
    line-height: 24px;
}

.login_wrap .form-group .text-box {
    float: left;
    width: 61%;
    background: white;
    border: 1px solid #a9a9a9;
    color: #000;
}

.login_wrap .form-group .btn {
    margin: 0 20% 0;
    width: 70%;
}

/*导航*/
.nav {
    background: rgba(220, 220, 220, 0.68);
    height: 59px;
    border-bottom: 1px solid #ffb660;
}

.nav ul li {
    float: left;
    margin-top: 14px;
    padding: 7px 8px;
}

.nav ul li a {
    padding: 7px 10px
}

.nav img {
    float: left;
    margin: 7px 10px;
}

.nav h2 {
    width: 20%;
    float: left;
    margin: 15px 0 0 0px;
    color: #5d5d5d !important;
}

.nav a, .nav h2 {
    color: #414141;
    transition: all .2s ease-in-out;
}

.nav ul li:last-child {
    float: right;
}

.nav a.current, .nav a:hover {
    border-radius: 20px;
    background: #ff8d07;
    color: #fff;
}

/*小盒子标题*/
.info_box .title {
    color: #636363;
    font-size: 15px;
}

/*小盒子内容padding*/
.Avatar_name, .profile_info, .recent_game ul, .friend ul, .info_box p, .matches ul {
    padding-top: 10px;
}

/*左边栏*/
.fa {
    font-size: 14px;
    padding-right: 4px;
}

.left_bar hr {
    margin: 0 15px;
    border: none;
    border-bottom: 1px dashed #ff8d07;
}

.copyright {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.copyright p {
    text-align: center;
    font-size: 10px;
    color: #585858;
}

/*个人信息*/
.Avatar_name img {
    margin: 10px auto;
    display: block;
    border-radius: 50%;
}

.p_title p {
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
}

.profile, .info_box {
    margin-bottom: 20px;
    padding: 0 20px;
}

.profile_info {
    font-size: 16px;
}

.profile_info img {
    float: left;
}

.profile_info ul li p {
    float: left;
    margin-left: 5px;
    font-size: 16px;
    line-height: 24px;
}

.profile_info ul li p:last-child {
    float: right;
    color: #ef8100;
    font-weight: bold;
}

.info_box img {
    margin: 10px auto;
    margin-bottom: 0;
}

/**********游戏记录**********/
.gamerecord {
    padding: 20px;
}

.ctrl_title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.42);
    padding-bottom: 5px;
}

.ctrl_title p {
    font-size: 20px;
}

.form-group {
    margin: 20px 0;
}

.form-group p, .form-group select, .form-group input {
    float: left;
}

.form-group p {
    line-height: 28px;
    margin-right: 10px;
}

.form-group select {
    width: 118px;
    padding: 4px 6px 6px 6px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.42);
    border: none;
    height: 28px;
    color: #414141;
    font-family: "Microsoft Yahei", sans-serif;
}

.form-group input[type="text"] {
    width: 118px;
    margin-right: 20px;
    padding: 4px;
    border: none;
    color: #414141;
    font-family: "Microsoft Yahei", sans-serif;
    background: rgba(255, 255, 255, 0.42);
}

.form-group .btn {
    background: #ff8d07;
    border: none;
    padding: 6px 16px;
    color: #fff;
    border-radius: 25px;
}

.form-group .btn:hover {
    background: #ea8712;
}

/*记录表*/
.table_cnt {
    margin-top: 20px;
}

/*table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

table tr:hover {
    background: #eeeeee;
    transition: all .2s ease-in-out;
}

table th {
    text-align: left;
    background: rgba(255, 255, 255, 0.42);
    font-weight: normal;
    padding: 4px;
    color: #414141;
}

table td {
    padding: 8px 2px;
    border-bottom: 1px dashed #cecece;
    vertical-align: middle;
}

table th:last-child, table td:last-child {
    text-align: right;
    padding-right: 10px;
}

table th:first-child, table td:first-child {
    padding-left: 10px;
}*/

.page_link a {
    padding: 4px 8px;
    color: #414141;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 5px;
    display: inline-block;
}

.pageLink:hover {
    background: #ff8d07;
    color: #fff;
}

.page_link a.cpb {
    color: #9e9e9e;
    pointer-events: none;
}

/*当前页链接*/
.page_link {
    text-align: right;
    margin-top: 20px;
}

.page_link label {
    color: #6b6b6b;
    padding: 10px 2px;
}

/*好友*/
.friend ul li p:first-child {
    float: left;
}

.friend ul li p:last-child {
    float: right;
}

/*中间标签切换*/
.con {
    display: none;
    height: 100%;
}

.container .con:first-child {
    display: block;
}

/*中间游戏列表*/
.center_right ul {
    margin: 0 10px;
}

.center_right ul li {
    float: left;
    text-align: center;
    margin: 8px;
    padding: 10px;
    transition: all .2s ease-in-out;
}

.center_right ul li:hover {
    background: #fff;
}

.center_right ul li p {
    margin-top: 5px;
    color: #717171;
    text-align: center;
}

.must_name {
    position: relative;
    text-align: center;
    top: 23px;
    left: 1px;
}

.must_password {
    position: relative;
    text-align: center;
    top: 24px;
    left: 1px;
}

/*官方公告*/

