﻿/*********************************  server main  *************************************/

#main,
.main_wrap {
    width: 100%;
}

.con_active {
    color: #fff !important;
    background: #387ee8 !important;
    border: 1px solid #387ee8 !important;
}

.main_con .con_l {
    width: 780px;
    height: 740px;
    padding-top: 20px;
    border: 1px solid #d8e1f0;
}

.con_l>ul {
    display: block;
    border-bottom: 1px solid #d8e1f0;
}

.con_l ul>li {
    margin-bottom: 20px;
    overflow: hidden;
}

.con_nc,
.con_yp,
.con_dk {
    margin-bottom: 10px;
}

.con_l ul li.con_xl {
    height: 90px;
}

.con_xl ul {
    width: 630px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
}

.con_xl ul li {
    width: 98px;
    height: 72px;
    display: inline-block;
    border: 1px solid #dcdcdd;
    text-align: center;
    color: #77828d;
    float: left;
    margin: 10px 7px 10px 0;
    box-sizing: border-box;
}

.con_xl li span {
    display: inline-block;
    height: 36px;
    width: 98px;
    line-height: 36px;
    box-sizing: border-box;
}

.con_xl li .con {
    border-bottom: 1px solid #dcdcdd;
}

.con_xl li#con_active {
    border: 1px solid #387ee8 !important;
}

.con_xl li#con_active .con {
    color: #fff !important;
    background: #387ee8 !important;
    border-bottom: none;
}

.con_xl li#con_active .tip {
    color: #387ee8 !important;
}

.con_tc ul,
.con_cpu ul,
.con_zz ul {
    width: 630px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
}

.con_tc li,
.con_cpu li,
.con_zz li,
.con_l_bottom li {
    width: 88px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #dcdcdd;
    text-align: center;
    color: #77828d;
    float: left;
    margin: 0 12px 0 0;
}

.con_l_bottom li {
    border-right: none;
    margin: 0;
}

.slider_box {
    float: left;
    margin: 3px 5px 0 0;
    height: 30px;
}

.con_xt select.xt_sel,
.con_xt select.bb_sel {
    height: 36px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    color: #77828d;
}

.con_xt select.xt_sel {
    width: 150px;
}

.con_l .con_name input {
    width: 120px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #dcdcdd;
    text-indent: 1em;
    color: #77828d;
    float: left;
}

.con_l .con_name p.tip {
    padding-left: 20px;
    color: red;
    text-align: left;
    font-size: 12px;
}

.con_name input.fail {
    border: 1px solid rgba(217, 83, 79, 0.8);
}

.con_name input.success {
    border: 1px solid rgba(92, 184, 92, 0.8);
}


/*****************/

.con_l ul p,
.con_l div p {
    font-size: 14px;
    color: #77828d;
    float: left;
    width: 130px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.con_l ul li.con_xl p {
    height: 100px;
    line-height: 100px;
}

.con_l .con_l_middle {
    height: 80px;
    border-bottom: 1px solid #d8e1f0;
    padding: 20px 20px 0 0;
}

.con_l .con_l_middle p {
    height: 80px;
}

.con_l_middle span {
    float: left;
    font-size: 12px;
    padding-top: 10px;
}

.con_l .con_l_bottom {
    height: 80px;
}

.con_l .con_l_bottom p {
    height: 80px;
    line-height: 80px;
}

.con_l .con_l_bottom ul {
    cursor: pointer;
    width: 420px;
    height: 36px;
    margin: 30px 0;
    position: relative;
}

.con_l_bottom ul li {
    width: 60px;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
}

.con_l_bottom .gift {
    color: #f00;
}

.con_l_bottom .gift .tips {
    position: absolute;
    top: -30px;
    height: 20px;
    line-height: 18px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    font-size: 12px;
    color: #f00;
    background: #f5f7fc;
    width: 80px;
    display: none;
}

.con_l_bottom .gift .tips i {
    position: absolute;
    left: 40px;
    top: 75%;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: 1px solid #cacaca;
    border-bottom: 1px inset #cacaca;
    background: #f5f7fc;
}

.con_l_bottom li:last-child {
    border-right: 1px solid #dcdcdd;
}

.main_con .con_r {
    position: relative;
	margin-top: -50px;
}

.con_r_wrap {
    border: 1px solid #d8e1f0;
    width: 280px;
    height: 440px;
    padding: 10px;
    position: absolute;
    right: 0;
}

.con_r p {
    font-size: 16px;
    border-bottom: 1px solid #d8e1f0;
    height: 30px;
    line-height: 20px;
    text-indent: 1em;
    color: #343435;
}

.con_r form {
    width: 250px;
}

.con_r form>div {
    height: 300px;
    background: #f0f4fc;
    margin: 5px auto;
    padding: 10px;
}

.con_r form>div input {
    border: none;
    background: #f0f4fc;
    height: 26px;
    line-height: 26px;
    width: 110px;
}

.con_r form>div i {
    display: inline-block;
    width: 60px;
    text-align: center;
    cursor: default;
    background: #f0f4fc;
    border: none;
    color: #77828d;
}

.con_r .sys {
    width: 120px;
    text-overflow: ellipsis;
}

.con_r .money {
    height: 45px;
    display: block;
    font-size: 22px;
    line-height: 45px;
    text-indent: 60px;
}

.con_r .pay {
    width: 250px;
    height: 45px;
    display: block;
    background: #387ee8;
    border: none;
    margin: 5px auto;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}

.con_r .pay:hover {
    background: #3b86f0;
}

.con_r i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #009aff;
    margin: 5px;
    vertical-align: middle;
    position: relative;
}

.con_r i:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #cad2e1;
    border-bottom: 2px solid #cad2e1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #009aff;
    visibility: hidden;
}

.con_r i.checkbox:before {
    visibility: visible;
}

.con_r .rules {
    color: #009aff;
    padding-left: 5px;
}