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

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

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

.con_active {
    color: #fff !important;
    background: #387ee8 !important;
}

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

.con_l_middle {
	margin-top: 20px;
    height: 120px;
}

.con_l_middle>ul li {
    height: 100px;
}

.con_l ul>li {
    height: 34px;
    margin-bottom: 20px;
}

.con_lx {
    position: relative;
}

.con_lx .tips {
    position: absolute;
    top: -25px;
    height: 20px;
    width: 200px;
    line-height: 18px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    font-size: 12px;
    color: #000;
    background: #f5f7fc;
    word-break: break-all;
    display: none;
}

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

.con_xl ul,
.con_lx ul,
.con_jc ul {
    width: 630px;
    height: 36px;
    cursor: pointer;
}

.con_dk,
.con_jc,
.con_jc ul {
    height: 34px;
}

.con_jc>ul li {
    margin: 0;
}

.con_xl li,
.con_lx li,
.con_jc li,
.con_l_bottom li,
.con_ip div span {
    width: 88px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #dcdcdd;
    border-right: none;
    text-align: center;
    color: #77828d;
    float: left;
}

.con_xl li:last-child,
.con_lx li:last-child,
.con_ip div span:last-child,
.con_jc li:last-child,
.con_l_bottom li:last-child {
    border-right: 1px solid #dcdcdd;
}

.slider_box {
    float: left;
    height: 30px;
}

.slider_box .slider_list {
    height: 24px;
    overflow: hidden;
}

.slider_box {
    margin-top: 8px;
}

.con_ip div span {
    cursor: pointer;
    width: 40px;
    font-size: 18px;
    color: #387ee8;
}

.con_ip div span.IPcount {
    width: 60px;
    color: #77828d;
    font-size: 16px;
}

.min,
.max {
    color: #77828d !important;
    background: #ebebeb;
}

.con_ip .IPtip {
    font-size: 12px;
}

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

.con_l .con_l_bottom {
    height: 70px;
}

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

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

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

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

.con_r_wrap {
    border: 1px solid #d8e1f0;
    width: 280px;
    height: 400px;
    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: 240px;
    background: #f0f4fc;
    margin: 5px auto;
    padding: 10px;
}

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

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

.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;
}