﻿body {
    background-color: #081832;
    background-image: url('/Content/img/sjimg/bg.jpg');
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
}

.logo {
    background-color: #0f1832;
    opacity: 0.8;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30%;
    height: 400px;
    margin: auto;
    text-align: center;
}

    .logo .title {
        font-size: 28px;
    }

.name {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .name img {
        width: 20px;
        height: 20px;
    }

    .name input {
        padding-left:10px;
        width: 60%;
        height: 40px;
        border-radius: 5px;
        background-color: #081832;
        border: 1px solid #000000;
        color: #ffffff;
    }

.Login {
    margin-left: 30%;
    color: #ffffff;
    border: 0px;
    float: left;
    width: 40%;
    font-size: 20px;
    line-height: 40px;
    border-radius: 6px;
    margin-top: 25px;
    background-color: blue;
}

.bottom {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
}

    .bottom a {
        font-size: 18PX;
        color: #000000;
        float: left;
        margin-left: 5%;
    }

    .bottom p {
        font-size: 18PX;
        color: #000000;
        float: left;
        margin: 2px 5%;
    }

.form-inline-input {
    float: left;
    margin-top: 20px;
    width: 60%;
    margin-left: 23%;
}

    .form-inline-input input, .code-box {
        width: 100%;
        height: 40px;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        background: rgba(0,0,0,.16);
        border: 0;
        border-radius: 5px;
        outline: 0;
        box-shadow: inset 0 1px 4px rgba(0,0,0,.3),0 1px rgba(255,255,255,.06)
    }

.code-box {
    position: relative
}

    .code-box p, .code-box span {
        display: block;
        position: absolute;
        left: 0;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        margin: 0;
    }

    .code-box span {
        width: 40px;
        background-color: #fff;
        font-family: 宋体;
        font-size: 16px;
        cursor: pointer
    }

    .code-box p {
        width: 0;
        background-color: #ff9;
        overflow: hidden;
        text-indent: -20px;
        transition: background 1s ease-in
    }

    .code-box .code-input {
        display: none
    }

.log {
    float: left;
    position: absolute;
    bottom: 0px;
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
}

    .log a {
        width: 100%;
        float: left;
        color: #ffffff;
        text-decoration: none;
    }

.verify {
    display: none;
}

.block {
    position: absolute;
    left: 0;
    top: 0
}

.sliderContainer {
    position: relative;
    text-align: center;
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb
}

.sliderContainer_active .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #1991fa
}

.sliderContainer_active .sliderMask {
    height: 38px;
    border-width: 1px
}

.sliderContainer_success .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #52ccba;
    background-color: #52ccba !important
}

.sliderContainer_success .sliderMask {
    height: 38px;
    border: 1px solid #52ccba;
    background-color: #d2f4ef
}

.sliderContainer_success .sliderIcon {
    background-position: 0 0 !important
}

.sliderContainer_fail .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important
}

.sliderContainer_fail .sliderMask {
    height: 38px;
    border: 1px solid #f57a7a;
    background-color: #fce1e1
}

.sliderContainer_fail .sliderIcon {
    background-position: 0 -83px !important
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none
}

.sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991fa;
    background: #d1e9fe
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    cursor: pointer;
    transition: background .2s linear
}

    .slider:hover {
        background: #1991fa
    }

        .slider:hover .sliderIcon {
            background-position: 0 -13px
        }

.sliderIcon {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 14px;
    height: 10px;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px;
    background-size: 34px 471px
}

.refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px;
    background-size: 34px 471px
}

.container {
    width: 310px;
    position: relative;
    float: left;
    margin-top: -250px;
    background-color: #FFF;
    color: #000;
    margin-left: 100px;
}


#msg {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.choose {
    width:40%;
    height:500px;
    background-color:#FFF;
    position:fixed;
    float:left;
    z-index:9999;
    top:240px;
    left:30%;
}
.choose_header {
    width: 95%;
    background-color: #c50001;
    height: 50px;
    float: left;
    padding-left: 5%;
    
}
.choose_header img{
    float:left;
    width:70px;
    margin-top:13px;
}
.choose header p {
    float: left;
    line-height: 50px;
    font-weight: 700;
}
.townlist{
    float:left;
    width:100%;
}
.item {
    font-weight: 700;
    margin-left: 4%;
    margin-top: 20px;
    width: 20%;
    height: 50px;
    border-radius: 8px;
    border: 2px #c50001 solid;
    text-align: center;
    color: #c50001;
    font-size: 20px;
    line-height: 50px;
    float: left;
}
.ck{
    background-color:#c50001;
    color:#FFF;
}