/* 清除样式 */
*{
    margin: 0;
    padding: 0;
    font-family:Microsoft YaHei;
}
a:focus{
    text-decoration: none !important;
}
li{
    list-style: none;
}
img{
    border: none;
}
* input{
	-webkit-box-shadow: 0 0 467px #fff inset;
}

/* 页面样式 */
.guide-left{
    float: left;
}
.backlogo{
		width: 200px;
		height: 100%;
    /*margin: 12px 0;*/
}
.backlogo  img{
	display: block;
	width: 100%;
	height: 100%;
}
.guide-button button{
    text-align: center;
    border-radius:15px;
    outline: none;
    background-color: #45B2E9;
    color: white;
    padding: 4px 21px;
    border: none;
    float: right;
    margin: 21px 0;
}
/* content */
.guidebackimg{
		margin-top: 70px;
		padding: 0;
    clear: both;
    position: relative;
    min-height: 100vh;
    width: 100%;
    border-bottom:1px solide #dfe1e3;
		overflow: auto;
}
.guidecontent{
    position: absolute;
	top: 19%;
	right: 28%;
	/* background: #ccc; */
}
.guidecontent ul li{
    width: 700px;
    height: 600px;
    float: left;
}
.guidecontent ul li:first-child{
    background: url("/jyShop/login/images/iMac.png") no-repeat;
		background-size: 100% 100%;
}
.guidecontent ul li:last-child{
    margin-left: 68px;
    background: url("/jyShop/login/images/yuwenback.png")
}
.mathimg{
		font-size: 25px;
		font-weight: 800;
		color: white;
		text-align: center;
		margin-top: 50px;
    /*width: 282px;*/
    /*height: 66px;*/
    /*margin:70px 0 0 93px;*/
    /*background: url("/jyShop/login/images/jymath.png");*/
}
.form-account, .form-password {
	width: 50%;
	margin: 0 auto;
	border: 1px solid white;
	height: 40px;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.form-account p, .form-password p {
	display: flex;
	align-items: center;
}
.form-account p:nth-of-type(1), .form-password p:nth-of-type(1) {
	margin: 0;
	border-right: 1px solid white;
	padding-right: 10px;
}
.form-password p:nth-of-type(1) {
	height: 20px;
	padding-right: 25px;
}
.form-account p:nth-of-type(2), .form-password p:nth-of-type(2) {
	margin: 0;
	flex: .97;
}
.form-account input, .form-password input {
	border: none;
	outline: none;
	width: 100%;
	background-color:transparent !important;
	background-color:rgba(0,0,0,0);
	background:rgba(0,0,0,0);
	box-shadow: none !important;
	color: white;
}
.form-account p >  .account-icon {
	position: relative;
	bottom: 1px;
	vertical-align: middle;
	display: inline-block;
	width:  14px;
	height: 15px;
	background: url("/jyShop/login/images/account-icon.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
.form-password p > .password-icon {
	position: relative;
	bottom: 1px;
	vertical-align: middle;
	display: inline-block;
	width:  13px;
	height: 15px;
	background: url("/jyShop/login/images/mima.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
.form-account span, .form-password span {
	font-size: 14px;
	color: white;
}
.liinclodetext{
    width: 256px;
    height: 19px;
    margin: 16px 0 0 104px;
}
.mathtext{
  
    background: url("/jyShop/login/images/rencai.png")
}
.form-btn {
	box-sizing: border-box;
	padding: 30px 190px;
	display: flex;
	justify-content: space-between;
}
.mathbut{
    width: 145px;
    height: 40px;
		background: linear-gradient(to right, #4036DC , #4344E1, #4652E7, #4A5FEC, #4D6DF2, #507BF7);
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.shiyong {
	width: 145px;
	height: 40px;
	background: rgba(255, 255, 255, .4);
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.mathbut > a, .shiyong > a {
	color: white !important;
	font-size: 18px;
}
.mathbut>a,.yuwenbut>a{
		display: inline-block;
    width: 100%;
    height: 100%;
}
a:link{
    text-decoration:none;
    }
.yuwenimg{
    width: 232px;
    height: 51px;
    margin:70px 0 0 93px;
    background: url("/jyShop/login/images/duoliyuwen.png")
}
.yuwentext{
    margin:30px 0 0 93px;
    background: url("/jyShop/login/images/kaiqi.png")
}
.yuwenbut>a{
color:#ff7818;
}
/* footer */
.footer{
	overflow: hidden;
    clear: both;
    height: 685px;
    background: #181CA0;
}
.footer-title {
	line-height: 150px;
	text-align: center;
	font-size: 32px;
	color: white;
	font-weight: 800;
	position: relative;
	margin-top: 10px;
}
.footer-title::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 20px;
	right: 48%;
	width: 50px;
	height: 2px;
	background: #FFA509;
}
.footer-zixun span {
	margin-left: 5px;
	vertical-align: middle;
}
.footer-zixun {
	text-align: center;
	font-size: 22px;
	color: white;
	margin: 15px 0;
}
.phone {
	text-align: center;
	font-size: 32px;
	color: white;
	font-weight: 800;
}
.footer-bar {
	display: flex;
	padding-left: 205px;
	padding-bottom: 40px;
	border-bottom: 1px solid #B7B9FF;
	margin-top: 50px;
}
.footer-bar .left {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.footer-bar li {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	padding: 0 40px;
	border-right: 1px solid #B7B9FF;
	color: white;
}
.footer-bar li a {
	text-decoration: none;
	color:#B7B9FF ;
}
.footer-bar li a:line {
	text-decoration: none;
	
}
.footer-bar li:nth-of-type(1) {
	flex: .3;
}
.footer-bar li:nth-of-type(2) {
	flex: .3;
}
.footer-bar li:nth-of-type(3) {
	flex: 1;
}
.footer-bar .left img {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-bar .right p:nth-of-type(1) {
	font-size: 18px;
}
.footer-bar .right p:nth-of-type(2) {
	font-size: 18px;
	color: #B7B9FF;
}
.qr-code {
	display: flex;
	justify-content: center;
	color: white;
	text-align: center;
	margin-top: 40px;
}
.qr-code li {
	margin: 0 15px;
}
.qr-code li p {
	margin-top: 10px;
}
.qr-code li div {
	width: 150px;
	height: 150px;
}
.qr-code li img {
	display: block;
	width: 100%;
	height: 100%;
}
#itop {
	position: fixed;
	right: 10px;
	bottom: 40px;
	display: none;
	margin-bottom: 5px;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	background: url('/jyShop/login/images/iconsprite_btbar.png') 8px 6px no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6);
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: all 300ms ease-out;
}
/* loginbut */
/* 弹窗 */
.loginbut{
    width: 424px;
    height: 432px;
    border-radius:10px !important;
}
.logintop{
    height: 85px;
    background: #eeeff1;
    color: #999a9c;
    border-radius:10px 10px 10px 10px / 10px 10px 0 0  ;
}
.logintop li{
    font-size: 18px;
    width: 212px;
    height: 85px;
    font-weight: 600;
    float: left;
    text-align: center;
}
/* .logintop .hide{
	display: none;
} */
.logintop li .account{
    height: 24px;
    margin-top: 34px;
    border-right: 1px solid #d3d4d6;
}
.logintop li .verification{
    border-right: none;
}
/* 选项卡切换 */
.loginactive{
color: #50bab6;
border-bottom: 3px solid #50bab6;
}
/* form表单 */
.form-group,.accountform,.formcontrol{
    width: 314px;
    height: 44px;
    margin: 0 auto;
    margin-top: 28px;
}
.formcontrol{
    color: #999999;
    padding-left: 50px;
}
.form-group{
    position: relative;
}
.formcontrol{
	font-size: 16px;
    border:2px solid #e2dfdf;
}
.accounttop{
    width: 45px;
    height: 42px;
    display: inline-block;
    background: #e5e6e8;
    margin-top: 29px;
    position: absolute;
    margin-left: 1px;
    border-right: 1px solid #e2dfdf;
}
.touxiang{
    width: 19px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -10px;
    background: url("/jyShop/login/images/portrait.png")
}
.phonecode{
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: 56px;
    margin-top: 8px;
    height: 40px;
    width: 100px;
    text-align: center;
    line-height: 44px;
    background: #e5e6e8;
    border:none;
    border-left: 2px solid #e2dfdf;
}
.newphonecode{
     position: absolute;
     top: 50%;
     left:50%;
     margin-left: 56px;
     margin-top: 8px;
     height: 40px;
     width: 100px;
     text-align: center;
     line-height: 44px;
     background: #e5e6e8;
     border:none;
     border-left: 2px solid #e2dfdf;
 }
.phonecode a{
    color:#0192d5;
}
.newphonecode a{
    color:#0192d5;
}
.toulock{
    width: 18px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -9px;
    background: url("/jyShop/login/images/lock.png");
}
.code{
    width: 22px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: url("/jyShop/login/images/code.png");
    background-size:cover;
}
.password{
    line-height: 44px;
    color: #4fb8c1;
}
.password .typecheck{
    margin-top: 17px;
}
.password .forget a{
    color: #4fb8c1;
}
.password .forget {
    float: right;
}
.form-group .btn{
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #4fb8c1;
    border:none;
    font-size: 18px;
}
.form-group .btn:hover{
	color:#fff;
	background: #34c4d0;
}
.form-text{
   margin-top: 12px;
    text-align: center;
}
.form-text a{
    color: #4fb8c1;
}
.forminfo{
    display: none;
}
/* layer.css */
.demo-class .layui-layer-content{
    padding: 0 !important;
	font-size: 12px !important;
}
a:focus{
    text-decoration: none !important;
}
.layui-layer.demo-class{
	    border-radius: 10px;
}
.checkbox-inline{
	font-weight: normal !important;
}
.form-text p{
	color: #666;
    font-size: 12px;
}
/* 修改  去除响应式  */
.content_fix{
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 200px;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	box-shadow: 0 0 5px #888;
	overflow: hidden;
}
.guide-left,.guide-button{
	width:auto;
	
}
.guide-button{
	float: none;
}

/* input默认  */
#remember{
	display:none;
}
.remember-psw {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
    }
    .remember-psw input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
    }
    .remember-psw input:checked ~ label:before {
      content: "√";
    }
    .remember-psw label {
      color: #4fb8c1;
      display: inline-block;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-weight:normal;
    }
    .remember-psw label span {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
    }
    .remember-psw label:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 12px;
      border: 1px solid #4fb8c1;
      margin-right: 9px;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      box-sizing:content-box;
    }

    /* 提示 */
.dl_error_prompt {
  background-image: url("/jyShop/login/images/sczs_small_cwts.jpg");
  background-repeat: no-repeat;
  background-color: #fffbf8;
  background-position: 9px center;
  border: 1px solid #fe493f;
  font-size: 12px;
  line-height: 1;
  padding: 3px 10px 3px 24px;
  position: absolute;
  top: 5px;
  /* right: 176px; */
  color: #fe493f;
  display: none;
}
.dl_error_prompt:before,
.dl_error_prompt:after {
  border: 5px solid transparent;
  content: "";
  position: absolute;
  left: 14px;
}
.dl_error_prompt:before {
  border-top-color: #fe493f;
  top: 19px;
}
.dl_error_prompt:after {
  border-top-color: #ededed;
  top: 18px;
}
/* 修改密码 */
.modifyPassword{
	margin: 40px 20px 20px 20px;
	text-align: center;
}
.modifyPassword .title{
	font-size: 20px;
    margin: -14px 0 26px 0;
}
.modifyPassword ul li{
	margin-top: 16px;
	position: relative;
}
.modifyPassword ul li .dl_error_prompt{
	top: -20px;
    right: 86px;
}
.modifyPassword ul li .sendOut{
	width: 80px;
    border: 1px solid #e2dfdf;
    height: 34px;
    margin-left: -3px;
    border-left:none;
}
.modifyPassword ul li span{
	display: inline-block;
    width: 90px;
    text-align: center;
    margin-left: -23px;
}
.modifyPassword ul li .modifyInp{
	border: 1px solid #e2dfdf;
    width: 250px;
    height: 34px;
    padding-left: 8px;
}
#modifyInp1 {
	width: 170px;
}
#modifyInp2{
	background-color: #000000;
}
 .modifyPassword .modifyBtn{
     text-align: center;
    width: 200px;
    background: #1689df;
    border: none;
        color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    height: 34px;
 }
 /* 去掉多立语文  如果加上就把下面的去掉
 日期 18/3/28 */
 /*.guidecontent ul li:first-child {*/
 /*   position: absolute;*/
 /*   background: url(/jyShop/login/images/mathback.png);*/
 /*   margin: auto;*/
 /*   top: 0;*/
 /*   left: 0;*/
 /*   bottom: 0;*/
 /*   right: 0;*/
 /*}*/
 
 
 
