*{
	padding: 0;
	margin: 0;
}
html,body{
	height: 100%;
	overflow-x: hidden;
	font-family: '楷体';
	letter-spacing: 1px;
}
button{
	cursor: pointer;
}
@keyframes animtran {
            from {
                transform: rotateZ(0deg);
            }
            to {
                transform: rotateZ(360deg);
            }
        }

        @keyframes animtrans {
            from {
                transform: rotateZ(360deg);
            }
            to {
                transform: rotateZ(0deg);
            }
        }

        @-webkit-keyframes animtran {
            from {
                transform: rotateZ(0deg);
            }
            to {
                transform: rotateZ(360deg);
            }
        }

        @-webkit-keyframes animtrans {
            from {
                transform: rotateZ(360deg);
            }
            to {
                transform: rotateZ(0deg);
            }
        }

        #advert {
            width: 300px;
            height: 300px;
            margin: 7% 35% 0 auto;
            position: relative;
        }

        #advert .bg1 {
            width: 400px;
            height: 400px;
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 10;
        }

        #advert .bg1 div {
            width:400px;
            height:400px;
            border: #fff 1px solid;
            border-radius: 15em;
            position: relative;
            animation: animtran 16s linear infinite;
            -webkit-animation: animtran 16s linear infinite;
        }

        #advert .bg1 img {
            width: 80px;
            position: absolute;
            animation: animtrans 16s linear infinite;
            -webkit-animation: animtrans 16s linear infinite;
        }

        #advert .bg1 .icon01 {
            bottom: 0px;
            left: 40px;
        }

        #advert .bg1 .icon02 {
            top: 130px;
            left: -30px;
        }

        #advert .bg1 .icon03 {
            top: -30px;
            left: 100px;
        }

        #advert .bg1 .icon04 {
            top: 0px;
            right: 40px;
        }

        #advert .bg1 .icon05 {
            top: 180px;
            right: -30px;
        }

        #advert .bg1 .icon06 {
            bottom: -30px;
            right: 80px;
        }

        #advert .bg1 .icon07 {
            bottom: -25px;
            left: 105px;
        }

        #advert .bg2 {
            width: 220px;
            height: 220px;
            position: absolute;
            top: 112px;
            left:105px;
            z-index: 9;
        }

        #advert .bg2 div {
            width: 220px;
            height: 220px;
            border: #fff 1px solid;
            border-radius: 15em;
            position: relative;
            animation: animtrans 12s linear infinite;
            -webkit-animation: animtrans 12s linear infinite;
        }

        #advert .bg2 span {
            display: inline-block;
            overflow: hidden;
            border-radius: 15em;
            position: absolute;
            animation: animtran 6s linear infinite;
            -webkit-animation: animtran 6s linear infinite;
        }

        #advert .bg2 img {
            padding: 5px;
            display: block;
        }

        #advert .bg2 .icon08 {
            top: -20px;
            left: 13px;
        }

        #advert .bg2 .icon09 {
            bottom: -20px;
            left: 10px;
        }

        #advert .bg2 .icon10 {
            bottom: 65px;
            right: -35px;
        }


        #advert .bg3 {
            width: 155px;
            height: 150px;
            position: absolute;
            top: 160px;
            left: 150px;
            z-index: 8;
        }

        #advert .bg3 div {
            width: 140px;
            height: 140px;
            /* border: #e077bf 1px dotted; */
            border-radius: 5em;
            position: relative;
           /* animation: animtran 8s linear infinite;
            -webkit-animation: animtran 8s linear infinite; */
        }

        #advert .bg3 span {
            display: inline-block;
            background-color: #FFFFFF;
            overflow: hidden;
            border-radius: 15em;
            position: absolute;
            animation: animtrans 4s linear infinite;
            -webkit-animation: animtrans 4s linear infinite;
        }

        #advert .bg3 img {
            padding: 10px;
            display: block;
        }

        #advert .bg3 .icon11 {
            top: -14px;
            right: 0px;
        }

        #advert .bg3 .icon12 {
            bottom: -13px;
            right: 10px;
        }

        @keyframes ani-one {
            from {
                left: 260px;
            }
            to {
                left: 16px
            }
        }

        @keyframes ani-two {
            from {
                left: 260px;
            }
            to {
                left: 70px
            }
        }

        @keyframes ani-three {
            from {
                top: 0;
                left: 0;
            }
            to {
                top: 8px;
                left: 8px;
            }
        }

        @keyframes ani-four {
            0% {
                width: 130px;
                height: 50px;
                left: 85px;
                top: 125px;
                box-shadow: #f6f6f6 8px 8px 8px 4px;
                border: #eee 0px solid;
                margin-left: 0;
            }
            100% {
                width: 259px;
                height: 333px;
                left: 50%;
                top: 0px;
                box-shadow: #FFFFFF 0 0 0 0;
                border: #eee 1px solid;
                margin-left: -130px;
            }
        }

        @keyframes ani-five {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }

        @keyframes ani-six {
            from {
                left: 260px;
            }
            to {
                left: 0;
            }
        }

        @-webkit-keyframes ani-one {
            from {
                left: 260px;
            }
            to {
                left: 16px
            }
        }

        @-webkit-keyframes ani-two {
            from {
                left: 260px;
            }
            to {
                left: 70px
            }
        }

        @-webkit-keyframes ani-three {
            from {
                top: 0;
                left: 0;
            }
            to {
                top: 8px;
                left: 8px;
            }
        }

        @-webkit-keyframes ani-four {
            0% {
                width: 130px;
                height: 50px;
                left: 85px;
                top: 125px;
                box-shadow: #f6f6f6 8px 8px 8px 4px;
                border: #eee 0px solid;
                margin-left: 0;
            }
            100% {
                width: 259px;
                height: 333px;
                left: 50%;
                top: 0px;
                box-shadow: #FFFFFF 0 0 0 0;
                border: #eee 1px solid;
                margin-left: -130px;
            }
        }

        @-webkit-keyframes ani-five {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }

        @-webkit-keyframes ani-six {
            from {
                left: 260px;
            }
            to {
                left: 0;
            }
        }

        #applyfor {
            width: 259px;
            height: 333px;
            margin: 20% auto;
            position: relative;
            display: none;
        }

        #applyfor form {
            padding: 13px 16px 30px;
            width: 225px;
            height: 288px;
            border: #eee 1px solid;
            border-radius: 6px;
            /* box-shadow: #f6f6f6 10px 10px 0px; */
            position: relative;
            background-color: #fff;
            overflow: hidden;
        }

        #applyfor #shadow {
            width: 259px;
            height: 333px;
            border-radius: 5px;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            background-color: #f3f3f3;
        }

        #applyfor button {
            width: 120px;
            height: 46px;
            background: linear-gradient(to right, #fa71ad, #c77dd1);
            border-radius: 5px;
            text-align: center;
            line-height: 46px;
            cursor: pointer;
            color: #fff;
            font-size: 20px;
            box-shadow: #f6f6f6 8px 8px 8px 4px;
            border: none;
            margin: 30px 0;
            padding: 0;
            position: absolute;
            top: 228px;
            left: 260px;
        }

        #applyfor input {
            width: 225px;
            border: none;
            border-bottom: #eee 1px solid;
            margin-top: 20px;
            padding: 10px 0 10px 26px;
            font-size: 16px;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-size: auto 18px;
            background-position: 0 center;
            position: absolute;
            left: 260px;
        }

        #applyfor input:nth-child(2) {
            background-image: url(icons/tower.png);
            margin-top: 30px;
            top: 41px;
        }

        #applyfor input:nth-child(3) {
            background-image: url(icons/people.png);
            top: 110px;
        }

        #applyfor input:nth-child(4) {
            background-image: url(icons/tel.png);
            top: 169px;
        }

        #applyfor form div {
            position: absolute;
            width: 257px;
            height: 50px;
            line-height: 50px;
            top: 0;
            left: 0;
            background-color: #f6f6f6;
        }

        #applyfor i {
            display: inline-block;
            width: 6px;
            height: 18px;
            background: linear-gradient(to bottom, #fa71ad, #c77dd1);
            border-radius: 2px;
            position: absolute;
            top: 16px;
            left: 16px;
        }

        #applyfor span {
            margin-left: 34px;
            color: #333333;
            /* position: absolute;
            display: inline-block;
            width: 64px; */
        }

        input::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #999999;
        }

        input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #999999;
        }

        input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #999999;
        }

        input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #999999;
        }

        .animation-paused {
            animation-play-state: paused !important;
            -webkit-animation-play-state: paused !important;
        }

        .animation-one {
            animation: ani-one 0.6s ease 1;
            -webkit-animation: ani-one 0.6s ease 1;
        }

        .animation-two {
            animation: ani-two 0.6s ease 1;
            -webkit-animation: ani-two 0.6s ease 1;
        }

        .animation-three {
            animation: ani-three 0.6s ease 1;
            -webkit-animation: ani-three 0.6s ease 1;
        }

        .animation-four {
            animation: ani-four 0.3s ease 1;
            -webkit-animation: ani-four 0.3s ease 1;
        }

        .animation-five {
            animation: ani-five 0.5s ease 1;
            -webkit-animation: ani-five 0.5s ease 1;
        }

        .animation-six {
            animation: ani-six 0.6s ease 1;
            -webkit-animation: ani-six 0.6s ease 1;
        }

        .opacity0 {
            opacity: 0;
        }
.layui-container{
	width: 100%;
	height: 100%;
	padding: 0;
}
.layui-col-md2{
	width: 100%;
	padding: 30px 0 20px 0;
}
.layui-col-md8{
	width: 100%;
}
.top{
	
}
.jd img{
	width:520px;
}
.phone{
	font-size: 32px;
	color:#7d7d7d;
	text-align: center;
}
.phone h4{
	line-height: 80px;
}
.middle{
	background-image: url(../images/login/blue_bkg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.store{
	text-align: center;
	padding: 45px 0 80px 0;
}
.store img{
	width: 70px;
	cursor: pointer;
}

.fom{
	position: relative;
	display: inline-block;
	height: 520px;
	margin-top:8%;
	text-align: center;
	background-image: url(../images/login/square.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.add_img{
    position: absolute;
    left: 20px;
    top: 32px;
    width: 105px;
		cursor: pointer;
}
.user{
	width: 100%;
	height: 88px;
	display: block;
	margin-top: 50px;
	font-size: 28px;
	line-height: 88px;
}

.fom input{
	height: 38px;
	font-size: 17px;
	border-radius: 4px;
	text-indent: 50px;
	margin:0 auto 20px auto;
	border: 1px solid #DDDDDD;
}
.ue,.pd{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: inherit;
}
.ue{
	background-image: url(../images/login/man.png);
}
.pd{
	background-image: url(../images/login/closed.png);
}
.ck{
	width:360px;
	margin: -10px auto 10px auto;
}
.qrcode{
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: 45px;
}
.codeModal{
	  display: none;
    width: 460px;
    height: 435px;
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 4px;
    right: 0;
    border-radius: 12px;
    margin: auto;
		background-color: #fff;
    box-shadow: 2px 2px 10px #eee;
}

.code {
	width:460px;
	height: 415px;
	border-radius: 5px;
	z-index: 99;
}
.qr {
	height: 100%!important;
	overflow: hidden;
}
.qr h2{
	height:100px;
	color: #333;
	letter-spacing: 1px;
	line-height:100px;
	font-size: 32px;
}
.code1 table {
	margin: 0 auto;
font-size:13px;
}

#code1{
	width: 95%;
  height:80px;
	margin-top: 5px;
	padding-left: 28px;
}

.code2 {
	
}

.code2 table {
	margin: 0 auto 10px auto;
}
.password{
	cursor: pointer;
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 50px;
	height: 50px;
	background-image: url(../images/index/password.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@-webkit-keyframes hov{
	from{background-image: url(../images/index/password.png);}
	to{background-image: url(../images/index/password_hov.png);}
}
.password:hover{
  	animation: hov 0.5s linear;
		-webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards; 
}

.layui-form-checkbox i{
	width: 14px;
	height: 15px;
	padding-left: 1px;
	font-size: 13px;
	line-height: 15px;
	border-left: 1px solid #eee;
}
.layui-form-checkbox{
	padding-right: 20px;
	height: 24px;
	margin-right: 5px;
}

.disa{
	display: block;
	width: 180px;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
    float: left;
}
.fom button{
	height: 42px;
	color: #fff;
	font-size: 20px;
}
.newuser{
	display: block;
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #0082d6;
	font-size: 20px;
}
.footer{
	text-align: center;
	color: #7d7d7d;
	font-size: 18px;
}
.footer p:nth-child(1){
	margin-top: 2%;
}
.footer p{
	line-height: 30px;
}