/*C8102E E10800*/
.nav-fixed{
	background:#E10800;
}
.nav-lists li:hover>a{
	color:#000;
}
.nav-lists li:nth-child(3):hover .icon-left{
	background:#000;
}
.nav-lists li:nth-child(3):hover .icon-right{
	background:#000;
}
li {
    list-style: none;
    list-style-type: none;
}

.display-none {
    display: none;
}

.button-primary {
    margin: 0 auto;
    color: #fff;
    text-indent: 0.2083333vw;
    cursor: pointer;
    text-align: center;
    border-radius: 1.09375vw;
    background: #E10800;
    letter-spacing: 0.15625vw;
    margin-top: 4.26894vh;
    height: 2.1875vw;
    line-height: 2.1875vw;
    width: 7.2916667vw;
    font-size: 0.83333vw;
    transition: background .5s;
}

.button-primary:hover {
    background: #ff0000;
}

.button-primary.orange {
    background: #ff9900;
}

.button-primary.orange:hover {
    background: #fd9702;
}

.button-primary.space {
    border-radius: 10px;
    height: 38px;
    line-height: 38px;
    width: 130px;
    font-size: 16px;
    background: none;
    color: #bbb;
    border: 1px solid #bbb;
    transition: color .5s;
}

.button-primary.space:hover {
    color: #ccc;
    border: 1px solid #ccc;
}

.row-made-cell {
    /* float:right; */
    width: calc(774/1920*100vw);
				
    /* margin: 0 auto; */
    height: calc(100% - 110/937*100vh);
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
				z-index: 2;
				padding-top: calc(55/937*100vh);
				padding-bottom: calc(55/937*100vh);
			
}
.login-con{
	width: calc(1200/1920*100vw);
	height: calc(518/937*100vh);
	margin: 0 auto;
	/* background: blue; */
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	margin-top: calc(75/937*100vh);
}
.login-con-left{
	width: calc(390/1920*100vw);
}
.row-con{
		box-shadow: rgb(0 0 0 / 15%) 0px 2px 15px;
		border-radius: 0.2604167vw;
}
.loginreg {
    width: 100vw;
    margin-top: 0px;
}

/*login*/
.loginway2 {
    height: 230px;
    display: none;
}

.loginway2 img {
    display: block;
    margin: 0 auto;
    width: 188px;
    height: 188px;
}

.loginway2 div {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.row-made-list {
    width: 100vw;
    height: calc(755/937*100vh);
    background: url(../img/qiyewechat-2.jpg) no-repeat;
    background-size: cover;
				    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
				position: relative;
}
.login-left-title{
	margin-top: calc(100/937*100vh);
	    display: block;
	    text-align: left;
	    font-weight: 600;
	    font-size: calc(32/1920*100vw);
	    color: rgb(24, 24, 24);
	    letter-spacing: 0px;
	    margin-bottom: calc(20/937*100vh);
}
.login-left-deatil{
	text-align: left;
	    line-height: calc(33/937*100vh);
	    font-weight: 600;
	    font-size: calc(16/1920*100vw);
	    color: rgb(153, 153, 153);
	    letter-spacing: calc(0.53/1920*100vw);
	    display: block;
}
.login-more{
	width: calc(120/1920*100vw);
	height: calc(40/937*100vh);
	background: #E10800;
	border-radius: calc(5/1920*100vw);
	margin-top: calc(50/937*100vh);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: calc(16/1920*100vw);
	position: relative;
	cursor: pointer;
}
.login-more::after{
	    content: "";
	    margin: auto;
	    position: absolute;
	    background: rgb(255 255 254 / 20%) none repeat scroll 0 0;
	    width:0;
	    height: 100%;
	    top: 0;
	    left: 0;
	    border-radius: calc(5/1920*100vw);
	    transition: all 0.3s ease;
					z-index: -1;
			
}
.login-more:hover::after{
	/* display: block; */
	/* border-radius: 5.20vw; */
width: 100%;
z-index: 1;

}

.row-title {
    /* margin: 0 auto; */
    margin-top: 1.5625vw;
    color: #444444;
    /* font-size:30px; */
    font-size: 0.83333vw;
    text-align: center;
    /* padding-top:35px; */
    margin-bottom: 4.26894vh;
    letter-spacing: 1px;
				font-weight: 400;
}

.row-title,
.row-three-title {
    position: relative;
}

.row-title-login {
    margin: 0 auto;
    margin-top: 5.33617vh;
    text-align: left;
    width: 70%;
    font-size: 1.14583vw;
}

.loginway-tip {
    display: none;
    background-color: #fff;
    color: #666;
    border: 1px solid #bbb;
    padding: 2px 5px;
    white-space: nowrap;
    position: absolute;
    margin-right: 20px;
    top: 25px;
    right: 90px;
    width: 75px;
    height: 19px;
    font-size: 14px;
}

.loginway-tip:before,
.loginway-tip:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    border-width: 5px;
    border-style: solid;
}

.loginway-tip:before {
    right: -10px;
    top: 5px;
    border-color: transparent transparent transparent #bbb;
}

.loginway-tip:after {
    right: -9px;
    top: 5px;
    border-color: transparent transparent transparent white;
}

.icon-qrcode {
    display: block;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 70px;
    width: 40px;
    height: 40px;
}

.row-reg-cell {
    /* margin-top:10px;
margin-bottom: 10px; */
    width: 50%;
    /* height: 39.48772vh; */
    /* overflow: hidden; */
    box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, .1);
}

.row-reg-ad {
    text-align: center;
    display: flex;
				flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}
.row-made-deatil{
	font-size: calc(18/1920*100vw);
	color: #333;
	font-weight: 400;
	margin-bottom:calc(50/937*100vh);
}
.row-reg-ad img {
    width: 7.76041vw;
    /* height: 37.35325vh; */
}

.row-three-title {
    color: #696969;
    text-align: center;
    margin-top: 2.66808vh;
    margin-bottom: 0px;
}

.inputphone {
    margin: 0 auto;
    border: 1px solid #ccc;
    height: 2.1875vw;
    outline: none;
    font-size: 0.72916vw;
    width: 70%;
    text-align: left;
    padding-left: 4%;
				border-radius: 0.2604167vw;
}

.inputphone-err:hover {
    border-color: #ff6a00;
}

.inputphone:hover {
    border-color: #000;
}

.captcha {
    width: 35.5%;
    margin-right: -0.46875vw;
}

.button-captcha {
    border-radius: 0px;
    background: none;
    border: none;
    color: #E10800;
    margin-top: 0px;
    letter-spacing: 0px;
    outline: none;

    :focus {
        outline: none;
    }

    /*for IE*/
    ::-moz-focus-inner {
        border-color: transparent;
    }

    /*for mozilla*/
}

.button-captcha:hover {
    border-radius: 0px;
    background: none;
    color: #ff0000;
}

#button-captcha {
    width: 140px;
}

.absolute-toggle {
    position: absolute;
    right: 4.6875vw;
    top: 1.567235vh;
    color: red;
    font-size: 14px;
    line-height: 27px;
				width: 1.458333vw;
				/* height: 1.458333vw; */
}

.passwordtoggle {
    right: 140px;
}

/* reg */
.button-submit {
    width: 74%;
    border-radius: 0.2604167vw;
}

.button-gray {
    cursor: not-allowed;
    background: #ccc;
}

.button-gray:hover {
    background: #ccc;
}

.input-red {
    border-color: red;
}

.user-rule {
    overflow: hidden;
    margin: 0 auto;
    width: 74%;
    font-size: 0.625vw;
    margin-top: 0.533617vh;
    margin-bottom: 5.33617vh;
}

.user-rule input,
.user-rule span,
.user-rule a {
    color: #888;
    text-align: left;
    float: left;
}

.user-rule input {
    width: 0.677083vw;
    height: 0.677083vw;
    margin-right: 0.015625vw;
    margin-top: 0.213447vh;
}

.user-rule a {
    color: #000;
}

.user-rule .goto-right,
.user-rule .goto {
    text-align: right;
    float: right;
    font-size: 0.625vw;
    margin-top: 0.78125vw;
}

.user-rule .goto {
    margin-right: 13%;
}

/* .footer {
background: #f8f8f8;
} */
.footer-box {
    border-top: 1px solid #cfd0d1;
}

/*repassword*/
.repassword {
    display: none;
}

.errcaptcha {
    display: none;
    color: red;
    text-align: left;
    margin-left: 4.6875vw;
}

/*鍏辩敤*/
/*椤堕儴鎻愮ず鍐呭*/
.top-cs-content {
    position: fixed;
    top: -300px;
    right: 0px;
    width: 100%;
    height: 100px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    background: #fff;
    color: red;
    z-index: 1003;
    transition: all 0.5s ease-in-out;
    opacity: .9;
    filter: alpha(opacity=90);
    border: 1 solid #e5e5e5;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
}

.top-cs-open {
    top: 0;
}

.login-nav {
    width: 95vw;
    height: 4.166667vw;
    background: #fff;
    padding-left: 5vw;
    display: flex;
    flex-direction: row;
}

.login-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5625vw;

}

.login-txt a {
    color: #333;
    text-decoration: none;
    font-style: normal;
    font-size: 0.9375vw;
    font-weight: 400;
}
.backmask{
	width: 100vw;
	height:calc(755/937*100vh);
	background: #333;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
}
