body {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: url(/img/cssimg/bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0;
    font-family: "微软雅黑";
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
textarea{
    resize:none;
}
.checkbox{
    white-space:nowrap;
}
.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

    .checkbox input[type="checkbox"] + span {
        border: 0;
        width: 1.1vw;
        height: 1.1vw;
        background-color: red;
        display: inline-block;
        background: url(../img/cssimg/icon-uncheck.png) no-repeat;
        background-size: 1vw 1vw;
        position: relative;
    }

    .checkbox input[type="checkbox"]:checked + span {
        background: url(../img/cssimg/icon-checked.png) no-repeat;
        background-size: 1vw 1vw;
    }
.radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

    .radio input[type="radio"] + span {
        border: 0;
        width: 1vw;
        height: 1vw;
        background-color: red;
        display: inline-block;
        background: url(../img/cssimg/radio-uncheck.png) no-repeat;
        background-size: 1vw 1vw;
        position: relative;
    }

    .radio input[type="radio"]:checked + span {
        background: url(../img/cssimg/radio-checked.png) no-repeat;
        background-size: 1vw 1vw;
    }
input {
    font-family: "微软雅黑";
}

    input[type=button], input[type=submit], input[type=file], button {
        cursor: pointer;
        -webkit-appearance: none;
    }

.layer-s-title {
    font-size: 1.3vw;
}

.layer {
    width: 28vw;
    height: 25vw;
    border-radius: 0.2vw;
    position: absolute;
    box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
    top: 29%;
    left: 36vw;
    background: #fff;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.layer-s {
    width: 28vw;
    height: 22vw;
    height: auto;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    border-radius: 0.2vw;
    box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
    position: absolute;
    top: 29%;
    left: 36vw;
    background: #fff;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.ls {
    width: 26vw;
    height: 20vw;
    border-radius: 0.4vw;
    box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
    position: absolute;
    top: 29%;
    left: 36vw;
    background: #fff;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.layer-title {
    height: 1.5vw;
    line-height: 1.5vw;
}

.layer-close {
    height: 2vw;
    width: auto;
    font-size: 2vw;
    color: #2385bf;
    margin-top: 0.2vw;
    margin-right: 0.4vw;
    float: right;
    cursor: pointer;
}

.layer-refresh {
    height: 1.3vw;
    width: 1.3vw;
    margin-top: 0.4vw;
    margin-left: 0.4vw;
    float: left;
    background-image: url(/img/refresh.jpg);
    background-size: 1.3vw 1.3vw;
    cursor: pointer;
}

.layer-ct {
    width: 22vw;
    height: 17vw;
    height: auto;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    margin: 1.5vw 3vw 2vw;
    font-size: 1.3vw;
    position: relative;
    /*display:none;*/
}

    .layer-ct.info {
        width: 18vw;
        padding-left: 1vw;
    }

.layer-titles {
    color: #2385bf;
    margin-bottom: 2vw;
}

.layer-s-item {
    width: 22vw;
    overflow: hidden;
}

    .layer-s-item div {
        color: #2385bf;
        width: 100%;
        margin: 0.5vw 0;
        float: left;
    }

    .layer-s-item textarea {
        resize: none;
        font-size: 1vw;
        font-family: 'Microsoft YaHei';
        height: 5vw;
        width: 94%;
        border-radius: 0.1vw;
        overflow: hidden;
        padding: 0.5vw;
    }

.layer-ct-item {
    width: 22vw;
    border: 0.1vw solid #ccc;
    margin-top:1.25vw;
    height: 3vw;
    line-height: 3vw;
    overflow: hidden;
}

.layer-ct-item-login {
    width: 22vw;
    margin-top: 0.8vw;
    margin-bottom:0;
    height: 3vw;
    line-height: 3vw;
    overflow: hidden;
    border: 0;
    text-align: center;
}

    .layer-ct-item-login input {
        background-color: rgb(32,131,196);
        color: white;
        width: 22vw;
        height: 3vw;
        font-size: 1.2vw;
        border: 0;
        border-radius: 1.5vw;
        padding: 0 1vw;
        outline: none;
    }

.layer-ct-item .it {
    float: left;
    color: #ccc;
    display: block;
    width: 2.5vw;
    padding-left: 3vw;
    padding-right: 0.5vw;
    font-size: 1.2vw;
    overflow: hidden;
    float: left;
    cursor: default;
}

.layer-ct-item .phone {
    background: url(/img/cssimg/ind-p.png) no-repeat;
    background-size: 1.4vw 1.4vw;
    background-position: 0.55vw center;
}

.layer-ct-item .pwd {
    background: url(/img/cssimg/ind-pwd.png) no-repeat;
    background-size: 1.4vw 1.4vw;
    background-position: 0.55vw center;
}

.layer-ct-item input {
    float: left;
    width: 14vw;
    border: 0;
    border-radius: 0.2vw;
    padding: 0 1vw;
    height: 3vw;
    font-size: 1.2vw;
    outline: none;
}

    .layer-ct-item input:focus {
        background: #fbfbfb;
    }

    .layer-ct-item input[name=Pwd] {
        width: 14vw;
    }

    .layer-ct-item input[name=login] {
        width: 3vw;
        background: url(/img/cssimg/ind-bt-log.png) no-repeat;
        background-size: 2vw 2vw;
        background-position: center;
        cursor: pointer;
    }

.layer-ct-con {
    font-size: 0.8vw;
    margin-top: 1vw;
}

    .layer-ct-con input {
        float: left;
        visibility: hidden;
        display: none;
    }

#myCheck + label {
    float: left;
    background-color: white;
    border-radius: 0.1vw;
    border: 0.1vw solid #d3d3d3;
    width: 1vw;
    height: 1vw;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1vw;
    margin-right: 0.5vw;
}

#myCheck:checked + label {
    background-color: #fff;
}

    #myCheck:checked + label:after {
        content: "\2714";
    }

.layer-ct-con div {
    color: #bbb;
}

.layer-ct-con a {
    float: right;
    color: #2385bf;
    text-decoration: underline;
    cursor: pointer;
}
.layer-ct-con .index {
    float: right;
}
.layer-ct-con .regist {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.layer-ct-item select {
    width: 13.5vw;
    border: 0;
    border-radius: 0.2vw;
    padding: 0 1vw;
    background: #ccc;
    height: 3.2vw;
}

    .layer-ct-item select:focus {
        background: #fbfbfb;
    }

.layer-ct-bt {
    text-align: center;
    margin-top: 1.5vw;
}

    .layer-ct-bt input {
        border: 0;
        border-radius: 1.5vw;
        font-size: 1vw;
        background: #1f79d9;
        color: #fff;
        width: 6vw;
        height: 2vw;
        margin: 0 0.5vw;
        cursor: pointer;
    }

.layer-ct-bt-r {
    text-align: center;
    margin-top: 1vw;
}

    .layer-ct-bt-r input {
        border: 0;
        border-radius: 1.5vw;
        font-size: 1vw;
        background: #1f79d9;
        color: #fff;
        width: 6vw;
        height: 2vw;
        margin: 0 0.5vw;
        cursor: pointer;
    }

        .layer-ct-bt-r input[name=send] {
            box-shadow: rgba(51, 51, 51, 0.7) 0.15vw 0.15vw 0.2vw;
        }

        .layer-ct-bt-r input.unable {
            cursor: not-allowed;
        }

.alerts {
    width: 32vw;
    height: 15vw;
    border-radius: 0.2vw;
    position: absolute;
    top: 35%;
    left: 34vw;
    box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
    background: #2078d9;
    overflow: hidden;
    z-index: 940516;
    display: none;
}

.al-ct {
    width: 31vw;
    height: 14vw;
    margin: 0.5vw;
    position: relative;
}

.al-close {
    height: 1.3vw;
    width: auto;
    margin-top: 0.6vw;
    margin-right: 0.6vw;
    font-size: 2.1vw;
    color: #fff;
    float: right;
    cursor: pointer;
}

.al-ctt {
    height: 14vw;
    width: 23vw;
    padding-left: 6.5vw;
    background: url(/img/icon/ic-imp.png) 0.5vw center no-repeat;
    background-size: 6vw, auto;
    margin: 0 4vw;
    color: #F0F0F0;
    line-height: 14vw;
    text-align: center;
    font-size: 1.2vw;
    word-break:break-word;
}

.confirm {
    width: 32vw;
    height: 15vw;
    border-radius: 0.2vw;
    position: absolute;
    top: 35%;
    left: 34vw;
    box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
    background: #2078d9;
    overflow: hidden;
    display: none;
    z-index: 940516;
}

.co-ct {
    width: 31vw;
    height: 14vw;
    margin: 0.5vw;
    position: relative;
}

.co-close {
    height: 1.3vw;
    width: auto;
    margin-top: 0.6vw;
    margin-right: 0.6vw;
    float: right;
    cursor: pointer;
}

.co-ctt {
    height: 10vw;
    width: 20vw;
    width:fit-content;
    padding-left: 4vw;
    background: url(/img/icon/ic-imp.png) no-repeat;
    background-size: 4vw, auto;
    background-position: 0.5vw center;
    margin: 0 6vw;
    color: #F0F0F0;
    line-height: 10vw;
    text-align: center;
    font-size: 1.1vw;
    word-break:break-word;
}

.co-bt {
    text-align: center;
}

    .co-bt input {
        background: #fff;
        padding: 0 2vw;
        border-radius: 1vw;
        font-size: 1.2vw;
        height: 2vw;
        line-height: 2vw;
        color: #2078d9;
        border: 0;
        margin: 0vw 1vw;
        box-shadow: rgba(51, 51, 51, 0.8) 0.1vw 0.1vw 0.4vw;
        cursor: pointer;
    }

.loadbg {
    position: fixed;
    background: rgba(204, 204, 204, 0.8);
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
}

    .loadbg div {
        text-align: center;
        /*font-weight:600;*/
        font-size: 1.6vw;
        margin-top: 24vw;
    }

    .loadbg img {
        position: fixed;
        width: 12vw;
        top: 27vw;
        left: 44vw;
    }

.blackbg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 940426;
    background: rgba(0, 0, 0, 0.56);
    display: none;
}

.im-bt {
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 80%;
    right: 2%;
    overflow: hidden;
    background: #0094ff;
    color: #fff;
    line-height: 3vw;
    text-align: center;
    cursor: pointer;
}

.im-d-ct {
    width: 0;
    height: 0;
    opacity: 0.5;
    position: absolute;
    bottom: 50%;
    right: 50%;
    margin-right: -30vw;
    margin-bottom: -20vw;
    overflow: hidden;
    /*display: none;*/
    transition: width 0.8s,height 0.8s,opacity 0.8s;
    -moz-transition: width 0.8s,height 0.8s,opacity 0.8s; /* Firefox 4 */
    -webkit-transition: width 0.8s,height 0.8s,opacity 0.8s; /* Safari 和 Chrome */
    -o-transition: width 0.8s,height 0.8s,opacity 0.8s; /* Opera */
    z-index: 20170914;
}

    .im-d-ct.ac {
        width: 60vw;
        height: 40vw;
        opacity: 1;
    }

    .im-d-ct iframe {
        width: 100%;
        height: 100%;
    }

.layer-ct.aa {
    margin: 0;
    width: 26vw;
    height: 20vw;
}
.alerts-layer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50vw;
    height: 10vw;
    min-height: 20vw;
    background-color: white;
    border-radius: 2vw;
    z-index: 940999;
    border: solid 1px #ea5533;
    display:none;
}
.alerts-head {
    margin-top: 1vw;
    width: 100%;
    padding: 1vw;
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
    color: #ea5533;
}
.alerts-close {
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 1vw;
    background: url(/img/cssimg/modal-close.png) no-repeat;
    background-size: 1.5vw 1.5vw;
    width: 1.5vw;
    height: 1.5vw;
}
.alerts-content {
    padding: 1vw;
    width: 80%;
    margin-left: 10%;
    border: 0;
    text-align:center;
    word-wrap:break-word;
    font-size:2vw;
}
.alerts-warning {
    background-image: url(/img/cssimg/icon-warning.png);
    background-size: 3vw 3vw;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 4vw;
}

.confirm-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50vw;
    min-height: 20vw;
    background-color: white;
    border-radius: 2vw;
    z-index: 940999;
    border: solid 1px #ea5533;
    display:none;
}
.confirm-content {
    padding: 1vw;
    width: 80%;
    margin-left: 10%;
    border: 0;
    text-align: center;
    word-wrap: break-word;
    font-size: 2vw;
}
.confirm-close {
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 1vw;
    background: url(/img/cssimg/modal-close.png) no-repeat;
    background-size: 1.5vw 1.5vw;
    width: 1.5vw;
    height: 1.5vw;
}
.confirm-menu{
    width:100%;
    text-align:center;
    position:fixed;
    bottom:0.25vw;
    border-radius:inherit;
}
.confirm-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border: 2px solid transparent;
    height:3vw;
    line-height:3vw;
    padding:0vw 3vw;
    font-size:1.2vw;
    border-radius:1.5vw;
}
.confirm-ok{
    margin-right:6vw;
    
}
.confirm-close {
}
@media screen and (orientation : portrait) {
    .checkbox input[type="checkbox"] + span {
        width: 2.1vw;
        height: 2.1vw;
        background-size: 2vw 2vw;
    }

    .checkbox input[type="checkbox"]:checked + span {
        background-size: 2vw 2vw;
    }
    .alerts-content{
        font-size:3vw;
    }
    .alerts-close {
        width: 2.5vw;
        height: 2.5vw;
        background-size: 2.5vw 2.5vw;
    }
    .alerts-warning{
        background-size:4vw 4vw;
    }
    .confirm-content{
        font-size:3vw;
    }
    .confirm-btn{
        height:5vw;
        line-height:5vw;
        border-radius:2.5vw;
        font-size:3vw;
    }
    .confirm-layer{
        min-height:30vw;
    }
    .layer-ct-item-login {
        width: 54.5vw;
        margin: 1.25vw 0vw;
        margin-bottom: 0;
        height: 6vw;
        line-height: 6vw;
        overflow: hidden;
        border: 0;
        text-align: center;
    }

        .layer-ct-item-login input {
            background-color: rgb(32,131,196);
            color: white;
            width: 54.5vw;
            height: 6vw;
            font-size: 4vw;
            border: 0;
            border-radius: 3vw;
            padding: 0 1vw;
            outline: none;
        }
    .layer-refresh {
        height: 3vw;
        width: 3vw;
        margin-top: 1.3vw;
        margin-left: 1vw;
        float: left;
        background-image: url(/img/refresh.jpg);
        background-size: 3vw 3vw;
        cursor: pointer;
    }

    body * {
        -webkit-text-size-adjust: none;
    }

    .layer-s-title {
        font-size: 3vw;
    }

    .layer-ct {
        width: 54.5vw;
        height: 40vw;
        margin: 1.5vw 3vw 2vw;
        font-size: 3vw;
        position: relative;
        height: fit-content;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        min-height:35vw;
    }
    .layer-ct select{
        font-size:2vw;
    }

        .layer-ct.aa {
            margin: 0;
        }

    .layer-title {
        color: #2385bf;
        margin-bottom: 2vw;
        height: 4vw;
    }

    .layer-ct.yz {
        width: 38vw;
    }

    .layer-ct-item {
        width: 54.5vw;
        border: 0.2vw solid #ccc;
        margin: 1.25vw 0vw;
        height: 6vw;
        line-height: 5vw;
        overflow: hidden;
    }

        .layer-ct-item .it {
            float: left;
            color: #ccc;
            display: block;
            height: 6vw;
            line-height: 6vw;
            padding-left: 5vw;
            padding-right: 0.5vw;
            font-size: 4vw;
            float: left;
            cursor: default;
            width: 9vw;
            width: fit-content;
            width: -moz-fit-content;
            width: -webkit-fit-content;
        }

        .layer-ct-item .phone {
            background: url(/img/cssimg/ind-p.png) no-repeat;
            background-size: 4vw 4vw;
            background-position: 0.5vw center;
        }

        .layer-ct-item .pwd {
            background: url(/img/cssimg/ind-pwd.png) no-repeat;
            background-size: 4vw 4vw;
            background-position: 0.5vw center;
        }

        .layer-ct-item input {
            width: 38vw;
            border: 0;
            border-radius: 0.2vw;
            padding: 0 1vw;
            height: 6vw;
            font-size: 4vw;
            outline: none;
        }

            .layer-ct-item input:focus {
                background: #fbfbfb;
            }

            .layer-ct-item input[name=Pwd] {
                width: 30vw;
            }

            .layer-ct-item input[name=login] {
                width: 5vw;
                background: url(/img/cssimg/ind-bt-log.png) no-repeat;
                background-size: 4.5vw 4.5vw;
                background-position: center;
                cursor: pointer;
                float: right;
            }

    .layer-ct-con {
        font-size: 3vw;
        margin-top: 2vw;
        width:54.5vw;
    }

        .layer-ct-con input {
            float: left;
            visibility: hidden;
            display: none;
        }

    #myCheck + label {
        float: left;
        background-color: white;
        border-radius: 0.1vw;
        border: 0.2vw solid #d3d3d3;
        width:3vw;
        height: 3vw;
        line-height:3vw;
        display: inline-block;
        margin-right: 0.5vw;
        margin-top: 0.2vw;
    }

    #myCheck:checked + label {
        background-color: #fff;
    }

        #myCheck:checked + label:after {
            content: "\2714";
        }

    .layer-ct-con div {
        color: #bbb;
    }

    .layer-ct-con a {
        float: right;
        color: #2385bf;
        text-decoration: underline;
        cursor: pointer;
    }

    .layer-ct-bt-r {
        text-align: center;
        margin-top: 1vw;
    }

        .layer-ct-bt-r input {
            border: 0;
            border-radius: 2.5vw;
            font-size: 3vw;
            background: #1f79d9;
            color: #fff;
            width: 13vw;
            height: 5vw;
            margin: 0 0.5vw;
            cursor: pointer;
        }

    .layer-ct-bt {
        text-align: center;
        margin-top: 1.5vw;
    }

        .layer-ct-bt input {
            border: 0;
            border-radius: 2.5vw;
            font-size: 3vw;
            background: #1f79d9;
            color: #fff;
            width: 10vw;
            height: 5vw;
            margin: 0 0.5vw;
            cursor: pointer;
        }

    .layer-close {
        height: 5vw;
        line-height: 5vw;
        width: auto;
        font-size: 5vw;
        color: #2385bf;
        margin-top: 0.4vw;
        margin-right: 1vw;
        float: right;
        cursor: pointer;
    }

    .al-ctt {
        height: 14vw;
        width: 60vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        padding-left: 7vw;
        background: url(/img/icon/ic-imp.png) 0.5vw center no-repeat;
        background-size: 6vw, auto;
        margin: 0 4vw;
        color: #F0F0F0;
        line-height: 14vw;
        text-align: center;
        font-size: 3vw;
    }

    .al-ct {
        width: 59vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 14vw;
        margin: 0.5vw;
        position: relative;
    }

    .layer-s {
        width: 44vw;
        height: 40vw;
        height: fit-content;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        border-radius: 0.4vw;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        position: absolute;
        top: 40%;
        left: 30vw;
        background: #fff;
        overflow: hidden;
        display: none;
        z-index: 9999;
    }

    .layer-s-item {
        width: 36vw;
        overflow: hidden;
    }

        .layer-s-item div {
            color: #2385bf;
            width: 100%;
            margin: 0.5vw 0;
            float: left;
        }

        .layer-s-item textarea {
            resize: none;
            font-size: 2vw;
            font-family: 'Microsoft YaHei';
            height: 10vw;
            width: 94%;
            border-radius: 0.1vw;
            overflow: hidden;
            padding: 0.5vw;
        }

    info {
        width: 36vw;
        padding-left: 1vw
    }

    .ls {
        width: 44vw;
        height: 40vw;
        border-radius: 0.4vw;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        position: absolute;
        top: 40%;
        left: 30vw;
        background: #fff;
        overflow: hidden;
        display: none;
        z-index: 9999;
    }

    .layer {
        width: 60vw;
        height: 46vw;
        border-radius: 0.2vw;
        position: absolute;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        top: 39%;
        left: 20vw;
        background: #fff;
        overflow: hidden;
        display: none;
        z-index: 9999;
    }

    .alerts {
        width: 60vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 15vw;
        border-radius: 0.2vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        background: #2078d9;
        overflow: hidden;
        z-index: 940516;
        display: none;
    }

    .confirm {
        width: 50vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 30vw;
        border-radius: 0.2vw;
        position: absolute;
        top: 35%;
        left: 27.5vw;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        background: #2078d9;
        overflow: hidden;
        display: none;
        z-index: 940516;
    }

    .co-ct {
        width: 49vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 15vw;
        margin: 0.5vw;
        position: relative;
    }

    .co-ctt {
        height: 15vw;
        width: 40vw;
        padding-left: 3vw;
        background: url(/img/icon/ic-imp.png) no-repeat;
        background-size: 4vw, auto;
        background-position: 0.5vw center;
        margin: 0 6vw;
        color: #F0F0F0;
        line-height: 15vw;
        text-align: center;
        font-size: 4vw;
    }

    .co-bt {
        text-align: center;
    }

        .co-bt input {
            background: #fff;
            padding: 0 3vw;
            border-radius: 2.5vw;
            font-size: 3vw;
            height: 5vw;
            line-height: 5vw;
            color: #2078d9;
            border: 0;
            margin: 0vw 1vw;
            box-shadow: rgba(51, 51, 51, 0.8) 0.1vw 0.1vw 0.4vw;
            cursor: pointer;
        }

    .al-close {
        height: 5vw;
        line-height: 5vw;
        width: auto;
        padding-right: 0.1vw;
        margin-top: 0vw;
        margin-right: 0vw;
        font-size: 5vw;
        color: #fff;
        float: right;
        cursor: pointer;
        padding-right: 0.1vw;
        margin-top: -1vw;
        margin-right: 0vw;
    }
}

@media screen and (orientation : landscape) and (max-width:1024px) {
    .checkbox input[type="checkbox"] + span {
        width: 2.1vw;
        height: 2.1vw;
        background-size: 2vw 2vw;
    }

    .checkbox input[type="checkbox"]:checked + span {
        background-size: 2vw 2vw;
    }
    .layer-ct-item-login {
        width: 50vw;
        margin: 1.25vw 0vw;
        margin-bottom: 0;
        height: 6vw;
        line-height: 6vw;
        overflow: hidden;
        border: 0;
        text-align: center;
    }

        .layer-ct-item-login input {
            background-color: rgb(32,131,196);
            color: white;
            width: 50vw;
            height: 6vw;
            font-size: 4vw;
            border: 0;
            border-radius: 3vw;
            padding: 0 1vw;
            outline: none;
        }
    .layer-refresh {
        height: 3vw;
        width: 3vw;
        margin-top: 1.3vw;
        margin-left: 1vw;
        float: left;
        background-image: url(/img/refresh.jpg);
        background-size: 3vw 3vw;
        cursor: pointer;
    }

    .al-close {
        height: 5vw;
        line-height: 5vw;
        width: auto;
        padding-right: 0.1vw;
        margin-top: -1vw;
        margin-right: 0vw;
        font-size: 5vw;
        color: #fff;
        float: right;
        cursor: pointer;
    }

    body * {
        -webkit-text-size-adjust: none;
    }

    .layer-s-title {
        font-size: 3vw;
    }

    .layer-ct {
        width: 50vw;
        height: 40vw;
        margin: 1.5vw 3vw 2vw;
        font-size: 3vw;
        position: relative;
        height: fit-content;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        min-height:30vw;
    }
        .layer-ct select {
            font-size: 2vw;
        }

        .layer-ct.aa {
            margin: 0;
        }

    .layer-title {
        color: #2385bf;
        margin-bottom: 1vw;
        height: 3vw;
    }

    .layer-ct-item {
        width: 50vw;
        border: 0.1vw solid #ccc;
        margin: 1.25vw 0vw;
        height: 6vw;
        line-height: 6vw;
        overflow: hidden;
    }

        .layer-ct-item .it {
            float: left;
            color: #ccc;
            display: block;
            height: 6vw;
            line-height: 6vw;
            padding-left: 5vw;
            padding-right: 0.5vw;
            font-size: 4vw;
            float: left;
            cursor: default;
            width: 9vw;
            width: fit-content;
            width: -moz-fit-content;
            width: -webkit-fit-content;
        }

        .layer-ct-item .phone {
            background: url(/img/cssimg/ind-p.png) no-repeat;
            background-size: 4vw 4vw;
            background-position: 0.5vw center;
        }

        .layer-ct-item .pwd {
            background: url(/img/cssimg/ind-pwd.png) no-repeat;
            background-size: 4vw 4vw;
            background-position: 0.5vw center;
        }

        .layer-ct-item input {
            width: 33vw;
            border: 0;
            border-radius: 0.2vw;
            padding: 0 1vw;
            height: 6vw;
            font-size: 4vw;
            outline: none;
        }

            .layer-ct-item input:focus {
                background: #fbfbfb;
            }

            .layer-ct-item input[name=Pwd] {
                width: 30vw;
            }

            .layer-ct-item input[name=login] {
                width: 5vw;
                background: url(/img/cssimg/ind-bt-log.png) no-repeat;
                background-size: 4.5vw 4.5vw;
                background-position: center;
                cursor: pointer;
                float: right;
            }

    .layer-ct-con {
        font-size: 3vw;
        margin-top: 2vw;
    }

        .layer-ct-con input {
            float: left;
            visibility: hidden;
            display: none;
        }

    .layer-ct.yz {
        width: 38vw;
    }

    #myCheck + label {
        float: left;
        background-color: white;
        border-radius: 0.1vw;
        border: 0.1vw solid #d3d3d3;
        width: 3vw;
        height: 3vw;
        line-height:3vw;
        display: inline-block;
        margin-right: 0.5vw;
        margin-top: 0.2vw;
    }

    #myCheck:checked + label {
        background-color: #fff;
    }

        #myCheck:checked + label:after {
            content: "\2714";
        }

    .layer-ct-con div {
        color: #bbb;
    }

    .layer-ct-con a {
        float: right;
        color: #2385bf;
        text-decoration: underline;
        cursor: pointer;
    }

    .layer-ct-bt-r {
        text-align: center;
        margin-top: 1vw;
    }

        .layer-ct-bt-r input {
            border: 0;
            border-radius: 2.5vw;
            font-size: 3vw;
            background: #1f79d9;
            color: #fff;
            width: 13vw;
            height: 5vw;
            margin: 0 0.5vw;
            cursor: pointer;
        }

    .layer-ct-bt {
        text-align: center;
        margin-top: 1.5vw;
    }

        .layer-ct-bt input {
            border: 0;
            border-radius: 2.5vw;
            font-size: 3vw;
            background: #1f79d9;
            color: #fff;
            width: 10vw;
            height: 5vw;
            margin: 0 0.5vw;
            cursor: pointer;
        }

    .layer-close {
        height: 4.5vw;
        line-height: 4.5vw;
        width: auto;
        font-size: 4vw;
        color: #2385bf;
        margin-top: 0.1vw;
        margin-right: 1vw;
        float: right;
        cursor: pointer;
    }

    .al-ctt {
        height: 14vw;
        width: 60vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        padding-left: 7vw;
        background: url(/img/icon/ic-imp.png) 0.5vw center no-repeat;
        background-size: 6vw, auto;
        margin: 0 4vw;
        color: #F0F0F0;
        line-height: 14vw;
        text-align: center;
        font-size: 3vw;
    }

    .al-ct {
        width: 59vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 14vw;
        margin: 0.5vw;
        position: relative;
    }

    .layer-s {
        width: 44vw;
        height: 40vw;
        height: fit-content;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        border-radius: 0.4vw;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        position: absolute;
        top: 20%;
        left: 30vw;
        background: #fff;
        overflow: hidden;
        display: none;
        z-index: 9999;
    }

    .layer-s-item {
        width: 36vw;
        overflow: hidden;
    }

        .layer-s-item div {
            color: #2385bf;
            width: 100%;
            margin: 0.5vw 0;
            float: left;
        }

        .layer-s-item textarea {
            resize: none;
            font-size: 2vw;
            font-family: 'Microsoft YaHei';
            height: 10vw;
            width: 94%;
            border-radius: 0.1vw;
            overflow: hidden;
            padding: 0.5vw;
        }

    info {
        width: 36vw;
        padding-left: 1vw
    }

    .ls {
        width: 44vw;
        height: 40vw;
        border-radius: 0.4vw;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        position: absolute;
        top: 15%;
        left: 30vw;
        background: #fff;
        overflow: hidden;
        display: none;
        z-index: 9999;
    }

    .layer {
        width: 56vw;
        height: 44vw;
        border-radius: 0.2vw;
        position: absolute;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        top: 5%;
        left: 22vw;
        background: #fff;
        overflow: hidden;
        display: none;
        z-index: 9999;
    }

    .alerts {
        width: 60vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 15vw;
        border-radius: 0.2vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        background: #2078d9;
        overflow: hidden;
        z-index: 940516;
        display: none;
    }

    .confirm {
        width: 50vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 30vw;
        border-radius: 0.2vw;
        position: absolute;
        top: 35%;
        left: 27.5vw;
        box-shadow: rgba(51, 51, 51, 0.8) 0.2vw 0.2vw 0.8vw;
        background: #2078d9;
        overflow: hidden;
        display: none;
        z-index: 940516;
    }

    .co-ct {
        width: 49vw;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        height: 15vw;
        margin: 0.5vw;
        position: relative;
    }

    .co-ctt {
        height: 15vw;
        width: 40vw;
        padding-left: 3vw;
        background: url(/img/icon/ic-imp.png) no-repeat;
        background-size: 4vw, auto;
        background-position: 0.5vw center;
        margin: 0 6vw;
        color: #F0F0F0;
        line-height: 15vw;
        text-align: center;
        font-size: 4vw;
    }

    .co-bt {
        text-align: center;
    }

        .co-bt input {
            background: #fff;
            padding: 0 3vw;
            border-radius: 2.5vw;
            font-size: 3vw;
            height: 5vw;
            line-height: 5vw;
            color: #2078d9;
            border: 0;
            margin: 0vw 1vw;
            box-shadow: rgba(51, 51, 51, 0.8) 0.1vw 0.1vw 0.4vw;
            cursor: pointer;
        }

    .im-bt {
        display: none;
    }
    .layer-titles {
        color: #2385bf;
        margin-bottom: 2vw;
        font-size:4vw;
    }
}
