
.fl {
    float: left;
    padding-left: 10px;
    color: #6e6f71;
}

.fr {
    float: right;
    color: #6e6f71;
    padding-right: 10px;
}

input[type=checkbox] {
    visibility: hidden;
}



.color-input-red + label {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 252px;
    left: 37px;
    border: 1px solid #d4d4d4;
    background: #f8f8f8;
    border-radius: 50%;
}


.color-input-red:checked + label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 14px;
    color: #1e93f7;
}

.color-input-red1 + label {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 252px;
    border: 1px solid #d4d4d4;
    background: #f8f8f8;
    border-radius: 50%;
}

.color-input-red1:checked + label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 14px;
    color: #1e93f7;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.guojia {
    position: absolute;
    z-index: 998;
    right: 90px;
    top: 40px;
    cursor: pointer;
}

.nav1 {
    width: 120px;
    height: 30px;
}

    .nav1 li {
        float: left;
        width: 118px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        position: relative;
        list-style-type: none;
    }

        .nav1 li a {
            color: #FFF;
            text-decoration: none;
            display: block;
        }

            .nav1 li a.link {
                float: left;
                width: 118px;
            }

    .nav1 ul li a:hover {
        display: block;
    }

    .nav1 dl {
        margin-top: 30px;
        width: 118px;
        position: absolute;
        border: 1px solid #d4d4d4;
        display: none;
        background: hsla(0,0%,100%,.25) border-box;
    }

        .nav1 dl dd {
            width: 100%;
            display: inline-block;
            margin-left: -0px;
            color: #fff;
        }

            .nav1 dl dd a {
                color: #933;
                text-align: center;
            }

                .nav1 dl dd a img {
                    position: relative;
                    left: 0px;
                }

                .nav1 dl dd a:hover {
                    background: #aed3fd;
                    color: #FFF;
                }

.link {
    border: 1px solid #d4d4d4;
    background: hsla(0,0%,100%,.25) border-box;
}

.nav1 ul li img {
    width: 25px;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
}
/*.ss:hover{
			padding:1px;
			transition: ease all 0.5s;
		}*/
.header {
    margin: 0 auto;
    z-index: 99;
    position: absolute;
    top: 120px;
    left: 130px;
}

    .header p {
        color: #fff;
        font-size: 18px;
        letter-spacing: 10px;
    }

.footer {
    width: 100%;
    height: 100px;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    z-index: 2;
}

    .footer a {
        color: #fff;
    }

.zhuce {
    padding: 5px 0px;
    border-radius: 5px;
    color: #fff;
}

    .zhuce:hover {
        color: #fda925;
    }

.wangji {
    padding: 5px 0px;
    border-radius: 5px;
    color: #d4d4d4;
}

    .wangji:hover {
        color: #fda925;
    }

#MyDiv2 {
    position: absolute;
    right: 90px;
    bottom: 90px;
    display: none;
    z-index: 9999;
    box-shadow: 0 5px 10px #d4d4d4;
}

.jitang {
    position: absolute;
    left: 130px;
    top: 500px;
    color: #fff;
    opacity: 0.9;
}

.jitang-name {
    font-size: 25px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 18px;
}

.jitang-english {
    font-size: 14px;
}

.shuiyin {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.5;
    color: #fff;
    font-size: 20px;
    display: block !important;
    visibility: visible !important;
}

/*body
{
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Microsoft Yahei";
    min-height: 800px;
}*/
/*@media (min-height: 800px) {
    body {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-family: "Microsoft Yahei";
        min-height: 800px;
    }
    .lay_foot {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2;
        color: #fff;
        top: 85%;
    }
}*/

body {
    font-size: 12px;
    font-family: '微软雅黑',"宋体","Arial Narrow",Helvetica,sans-serif;
    color: #000;
    line-height: 1.2;
    text-align: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    min-height: 620px;
}

/*最小高度超多多少则加滚动条固定*/
@media screen and (max-height:620px) {
    body {
        overflow-y: auto;
        min-height: 620px;
    }
   .login_device {
        display:none;
    }
        body.f-viewport {
            overflow-y: auto;
        }

    .slideshow {
        height: 620px !important;
    }

    .copyright {
        top: 480px !important;
    }

    .f-iframe {
        min-height: 620px;
    }

    .main {
        height: 480px;
        top: 50px !important;
    }

    .login_warp {
        top: 60px !impotant;
    }

    .lowin-brand {
        display: none;
    }
}

@media screen and (min-height: 600px) and (max-height: 770px) {
    @media (min-width: 770px) {
        .main {
            top: 100px !important;
        }

        .guojia {
            top: 10px !important;
            right: 40px !important;
        }

        .header {
            top: 60px !important;
            left: 80px !important;
        }

        .login_warp {
            height: 385px !important;
        }

        .copyright p {
            line-height: 12px !important;
        }

        .login_device {
            position: relative;
            top: 10px !important;
            margin: 0 auto !important;
        }
    }
}




.login_header {
    margin: 0 auto;
    display: table;
    margin-bottom: 16px;
    height: 30px;
}

    .login_header span {
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        color: #fff;
    }

.login_header1 {
    margin-bottom: 20px;
    text-align: center;
}

    .login_header1 span {
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        color: #939BA4;
    }

.main {
    margin: 0 auto;
    overflow: hidden;
    height: 430px;
    width: 420px;
    top: 180px;
    z-index: 2;
    position: absolute;
    left: 50%;
}

.loginbox {
    min-width: 300px;
    max-width: 420px;
    overflow: hidden;
    padding: 25px;
    padding-top: 35px;
    height: 360px;
}

.Cbody_item {
    border: 0px solid #999;
    overflow: hidden;
    font-family: Microsoft YaHei !important;
}

.form_item {
    font-size: 14px;
}

    .form_item select {
        display: block;
        font-size: 16px; /* color: #bdc7d2; */
        width: 100%;
        /*margin: 0 auto;*/
        border: none;
        background-color: #edf0f4;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        outline: none;
        color: #6e6f71;
        margin-bottom: 17px;
    }

        .form_item select option {
            line-height: 30px;
            height: 30px;
        }

    .form_item input[type="text"], .form_item input[type="password"] {
        display: block;
        font-size: 16px; /* color: #bdc7d2; */
        width: 85%;
        border: none;
        background-color: #edf0f4;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        outline: none;
        margin-bottom: 17px;
        font-family: Microsoft YaHei;
    }

        .form_item input[type="text"]:focus, .form_item input[type="password"]:focus {
            border: 1px solid #1c65ff;
        }

    .form_item input[type="submit"] {
        display: block;
        font-size: 18px;
        width: calc(100% - 0px);
        letter-spacing: 5px;
        height: 40px;
        /*margin: 0 auto;*/
        padding-left: 16px;
        outline: none;
        transition: ease all 0.5s;
        margin-top: 18px;
        margin-bottom: 18px;
        background-color: #00a8ff;
        color: #fff;
        cursor: pointer;
        border-radius: 20px;
        border: none;
    }

        .form_item input[type="submit"]:hover {
            background-color: #fda925;
        }

.yanzheng {
    border: 1px solid #00a8ff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #00a8ff;
    margin-left: 20px;
}

    .yanzheng:hover {
        color: #fda925;
        border: 1px solid #fda925;
    }

.active {
    color: #00a8ff !important;
    padding-bottom: 10px;
}

.loginrslider {
    width: 160px;
    height: 322px;
    background-color: #1c65ff;
}

.login_warp {
    position: absolute;
    top: 10px;
    right: 0px;
    min-width: 350px;
    max-width: 420px;
    height: 390px;
    overflow: hidden;
    transition: ease all 0.5s;
    cursor: pointer;
    z-index: 998;
    background: hsla(0,0%,100%,.25) border-box;
    border-radius: .3em;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 0.5em 1em rgba(0,0,0,0.3);
    text-shadow: 0 1px 1px hsla(0,0%,100%,.3);
}
/*.login_warp:hover{
	top: 15px;
	box-shadow: 0 5px 10px #ccc;
}*/
.loginrslider {
    color: #fff;
}

.qcode {
    width: 160px;
    height: 160px;
    background-color: #ccc;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px;
    text-align:center;
}

.beizhu {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #FFF;
    width: 300px;
}

.lowin-brand {
    overflow: hidden;
    width: 75px;
    height: 75px;
    margin: -45px auto -90px 200px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 7%);
    box-shadow: 0 4px 40px rgb(0 0 0 / 7%);
    padding: 5px;
    z-index: 999;
    position: fixed;
}

@media (max-width: 600px) {
    .main {
        left: 5% !important;
    }


    .login_device {
        padding-left: 30% !important;

    }
}

@media (max-width: 480px) {
    .main {
        top: 140px !important;
        left: -8% !important;
    }
        .guojia {
        right: 30px !important;
        top: 10px !important;
    }
    .guojia img {
        display: none;
    }
    .nav1 li a.link {
    width: 80px !important;
}

    #pc {
        display: none;
    }
        .copyright {
        color: #fff;
        z-index: 5;
        width: 100%;
        margin: 0 auto;
        bottom: 0px;
        position: absolute;
        left: 0 !important;
    }
    .copyright p {
        font-size: 12px !important;
          line-height: 40px !important;
    }
}
@media(min-width:770px) {
    .copyright {
        width: 50%;
    }
}
@media (max-width: 770px) {
    .main {
        margin: 0 auto;
        overflow: hidden;
        height: 430px;
        width: 420px;
        top: 250px;
        z-index: 2;
        position: absolute;
        left: 20%;
    }


    .copyright {
        color: #fff;
        z-index: 5;
        width: 100%;
        margin: 0 auto;
        bottom: 0px;
        position: absolute;
        left: 20%;
    }
}

@media (max-width: 380px) {
    .main {
        left: -16% !important;
        top: 100px !important;
    }
}
@media (max-height: 670px) {
     .main {
        top: 120px !important;
    }
}
@media (max-width: 420px) {
    .main {
        top: 140px;
        left: -14% !important;
    }

    .ph {
        width: 60% !important;
    }

    .lo {
        position: absolute;
        z-index: 5;
        top: 60px;
        left: 20%;
    }

    .login {
        z-index: 2;
        position: absolute;
        width: 340px !important;
    }

    .copyright {
        color: #fff;
        z-index: 5;
        width: 100%;
        margin: 0 auto;
        bottom: 0px;
        position: absolute;
        left: 0 !important;
    }

        .copyright p {
            font-size: 12px !important;
            line-height: 40px !important;
        }

    .logo1 {
        position: absolute;
        top: 30px;
        text-align: center;
        opacity: 1;
        width: 80%;
        left: 10%;
    }

    .guojia {
        right: 30px !important;
        top: 10px !important;
    }

        .guojia img {
            display: none;
        }

    .nav1 li a.link {
        width: 80px !important;
    }

    #pc {
        display: none;
    }
}

@media (min-width: 420px) {
    .lo {
        position: absolute;
        z-index: 5;
        left: 120px;
        top: 80px;
    }

    .copyright {
        color: #fff;
        z-index: 5;
        /*width: 50%;*/
        margin: 0 auto;
        bottom: 0px;
        position: absolute;
        left: 25%;
    }

    .logo1 {
        position: absolute;
        opacity: 1;
        top: 100px;
        left: 135px;
    }
}

.lay_wrap .lay_inner {
    width: 750px;
}

.login_device {
    padding-left: 40%;
    margin: 10px auto;
}

    .login_device a {
        display: inline-table;
        text-decoration: none;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 10;
        margin-left: 20px;
        top: 0;
        cursor: pointer;
    }

        .login_device a:hover {
            top: -10px;
        }

        .login_device a img {
            width: 30px;
        }

        .login_device a sapn {
            display: inline-table;
            color: #fff;
        }

.copyright p {
    text-align: center;
    line-height: 26px;
    opacity: 1;
    color: #fff;
    font-size: 14px;
}

.getCode {
    position: absolute;
    top: 153px;
    right: 45px;
    font-size: 16px;
    color: #00a8ff;
}

a.text-gray1:hover {
    color: #c6ced8;
}


.verify-refresh {
    display: block !important;
    top: -60px !important;
    right: 15px !important;
}

.verify-img-panel .icon-refresh {
    color: #808080;
}

#myrame {
    position: absolute;
    z-index: 1000;
    left: 16%;
    top: 10%;
    width: 352px;
    height: 362px;
    background: #fff;
    display: none;
}

#my {
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.cuo {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 5px;
}

#zhezhao {
    position: absolute;
    opacity: 0.6;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    display: none;
}

#bodyPage {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}

.wu {
    display: none;
    margin-left: 90px;
}

.b_c_g {
    background-color: Gray !important;
    box-shadow: 2px 2px 5px Gray !important;
}

.f_c_g {
    color: Gray !important;
}

.hide {
    display: none;
}

#color-input-red + label, #color-input-red1 + label {
    z-index: 1;
}

#select {
    width: 85%;
    line-height: 40px;
    border-radius: 5px;
    border-radius: 20px;
    font-size: 14px;
    background: #edf0f4;
    position: absolute;
    z-index: 2;
}

    #select i {
        width: 0;
        height: 0;
        border-top: 8px solid #333;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: 15px;
        right: 20px;
    }

    #select span {
        display: block;
        height: 40px;
        cursor: pointer;
        line-height: 40px;
        padding: 0 20px;
    }

    #select ul, #select li {
        padding: 0;
        margin: 0;
    }




    #select ul {
        box-shadow: 2px 2px 5px #d4d4d4;
        background-color: #edf0f4;
    }

    #select li {
        line-height: 40px;
        color: #666;
        list-style-type: none;
        border-bottom: 1px dashed #eee;
        cursor: pointer;
        padding-left: 20px;
        position: relative;
        z-index: 10;
        background: transparent;
    }

        #select li:hover {
            border-bottom: 1px solid #51A6FF;
            background-color: #00a8ff;
            padding-left: 20px;
            font-weight: bold;
            color: #fff;
        }

        #select li:last-child {
            border-bottom: 0;
        }

    #select ul {
        display: none;
    }

.flipx {
    transform: rotateY(180deg);
}

   .copyright  .gx {
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    margin-left:5px;
}


/*.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
   animation-name: kenburns;
  -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  opacity: 1;
  -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
   animation-name: kenburns-1;
  z-index: 3;
}
@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
 
}
       
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}*/

/*@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

        @keyframes kenburns-1 {
            0% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            1.5625% {
                opacity: 1;
            }

            23.4375% {
                opacity: 1;
            }

            26.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            98.4375% {
                opacity: 0;
                -webkit-transform: scale(1.21176);
                transform: scale(1.21176);
            }

            100% {
                opacity: 1;
            }
        }

        @-webkit-keyframes kenburns-2 {
            23.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            26.5625% {
                opacity: 1;
            }

            48.4375% {
                opacity: 1;
            }

            51.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @keyframes kenburns-2 {
            23.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            26.5625% {
                opacity: 1;
            }

            48.4375% {
                opacity: 1;
            }

            51.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @-webkit-keyframes kenburns-3 {
            48.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            51.5625% {
                opacity: 1;
            }

            73.4375% {
                opacity: 1;
            }

            76.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @keyframes kenburns-3 {
            48.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            51.5625% {
                opacity: 1;
            }

            73.4375% {
                opacity: 1;
            }

            76.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @-webkit-keyframes kenburns-4 {
            73.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            76.5625% {
                opacity: 1;
            }

            98.4375% {
                opacity: 1;
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }

        @keyframes kenburns-4 {
            73.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            76.5625% {
                opacity: 1;
            }

            98.4375% {
                opacity: 1;
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }*/
.white_content {
    display: none;
    padding-left: 28px;
    margin: 10px auto;
}

    .white_content img {
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

.white_content1 {
    display: none;
    position: absolute;
    text-align: center;
    width: 120px;
    height: 150px;
    z-index: 9002;
    overflow: auto;
    top: -60px;
    left: 530px;
}

    .white_content1 img {
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
